html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

header {
    background: #a31f34;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

header,
.fixedNav {
    z-index: 10
}

header div,
main {
    max-width: 60em;
    margin: 0 auto
}
header span:first-of-type,
header h1 {
    /*background: transparent url(../src/img/EquifaxWhite.png) no-repeat 10px 50%;*/
    background: transparent url(../img/EquifaxWhite.png) no-repeat 10px 50%;
    -moz-background-size: 127px auto;
    background-size: 127px auto;
    margin: 0;
    width: 137px
}

header span:first-of-type > a {
    display: block;
    text-indent: -1000%;
    white-space: nowrap;
}

header h1 a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block
}

.webdefend .login {
    margin-top:0;
    padding:.5rem;
}

.login a {
    color: #fff;
    background: transparent;
    padding: .5em;
    text-decoration: none
}

.heroContainer .cta {
    max-width: 400px
}

.cta a {
}

.row .innerRowb2c {
    background: #333d47 url(../img/cta_id_protect.jpg) no-repeat 0 0;
    background: #333d47 url(../img/cta_id_protect_red_umbrella.jpg) no-repeat 0 0;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.row .innerRowb2b {
    background: #333d47 url(../img/b2b_databreach.jpg) no-repeat 0 45px fixed;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
}

.row .innerRowb2b,
.row .innerRowb2c {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

.row .innerRowb2b div,
.row .innerRowb2c div {
    background-color: #333d47;
    padding: 0;
    margin-top: 75.625vw;
    color: #fff;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.row .innerRowb2c div {
    padding-bottom: .5rem;
    padding-top:.5rem;
}

.row .innerRowb2c div h1,
.row .innerRowb2c div p,
.row .innerRowb2c div ul,
.row .innerRowb2b div h1,
.row .innerRowb2b div p,
.row .innerRowb2b div ul {
    padding: 0 1em
}

.row .innerRowb2b div p {
    padding: 0 .25em;
}

/*.innerRowb2c h1 {
    background: darkorange!important;
}*/
.innerRowb2b h1,
.innerRowb2c h1 {
    color: #fff;
    font-size: 1.25rem;
    margin: 0 auto;
    background-color: #333d47
}

.cta a {
    background: #eb0028 url("../img/chevron_white.png") no-repeat 5px;
    -moz-background-size: 12px auto;
    background-size: 12px auto;
    -webkit-box-shadow: 0 3px 0 #1b2025 !important;
    -moz-box-shadow: 0 3px 0 #1b2025 !important;
    box-shadow: 0 3px 0 #1b2025 !important;
    color: #fff;
    font-size: 14px;
    padding: .5em .5em .5em 1.5em;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.cta + p {
    font-size: .75rem
}

main {
    background: #fff;
    margin-top: 35px;
    padding: 0
}

main h1 {
    color: #a31f34;
    margin: 2em auto 0 .5rem;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

main .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

main a {
    background: transparent;
    color: #000;
    display: block;
    font-size: 1.15em;
    height: inherit;
    text-decoration: none;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.dataB_Business,
.dataB_Personal {
    padding: 0 1em
}

.fixedNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding-left: 0
}

.fixedNav li {
    background: #333d47;
    border-right: solid 1px white;
    color: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    height: 100px;
    -webkit-transition: all .25s linear 0s;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s
}

.fixedNav li.activeTab a,
.fixedNav .active {
    border-bottom-color: #3fae29
}

.fixedNav li:last-child {
    border-right: none
}

.fixed {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100
}

.fixed_content {
    max-width: 60em;
    margin: 0 auto
}

.redBG {
    background: #a31f34
}

.redBG h1 {
    color: #fff
}

.fixedNav a {
    display: block;
    height: 100%;
    padding: 1em 3em 1em 1em;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    border-bottom: solid 10px #a31f34
}

.row div {
    padding-top: 0;
    max-width: 60em;
    margin: 0 auto;
    width: 100%;
}

.dataBreachfaq a,
.dataBreachfaq a:hover {
    background: #fff url(../img/chev_red.png) no-repeat 0 0;
    -moz-background-size: 12px auto;
    background-size: 12px auto;
    color: #eb0028;
    font-size: 1rem;
    padding-left: 2em
}

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

.dataBreachfaq li {
    background: #fff url(../img/tick.png) no-repeat 0 0;
    -moz-background-size: auto 15px;
    background-size: auto 15px;
    padding-left: 2em
}

footer,
.noPromoLanding,
.data_breach_signup,
.data_breach_efx_usp,
.webDefend_efx_usp {
    padding: 0 /*1em*/
}

footer {
    background: #5c666f;
    color: #fff;
    font-size: .6875rem;
    padding-bottom: 1em
}

footer section {
    padding: .5em 1em
}

footer ul {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -moz-box-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0
}

.webdefend footer h2 {
    padding-left: 0;
}

footer li {
    padding: .25rem
}

footer a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

footer a:hover {
    color: #edb700;
}

footer p {
    text-align: center
}

footer span {
    display: none;
}

.tick {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    list-style-type: none;
    width: 100%;
    margin: 1em auto;
    padding: 0 1em
}

.tick li {
    background: white url(../img/tick.png) no-repeat 0 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    -moz-box-flex: 0;
    flex: 0 0 40%;
    padding: .5em .25em .5em 1.75em
}

.row .dataBreachFullWidth {
    background: #fff url(../img/ladyin_park.jpg) 0 0 no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding-top: 75px
}

.brochureDownload {
    /*background: red;*/
}

.dataBreachFullWidth div {
    padding: .5em
}

.row .data_breach_efx_usp,
.row .webDefend_efx_usp {
    padding: 1em .5em;
}

.webDefend_efx_usp section,
.data_breach_efx_usp section {
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 50px auto;
    background-size: 45px auto;
    /*padding-top: .5em;*/
    padding-left: 60px;
    margin: 0 0 1rem 0;
}

.webDefend_efx_usp section h2
.data_breach_efx_usp section h2 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0
}

.data_breach_signup {
    margin: 0
}

.data_breach_signup div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    background: #fff url(../img/sign_up.jpg) no-repeat 0 0;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    padding: 0
}

.data_breach_signup div div {
    margin-top: 100px;
    background: #fff none
}

.data_breach_signup h2,
.data_breach_signup p {
    padding: 0 1rem;
    margin: 0
}

.webdefend p {
    margin: 1rem 1rem 0;
}

.noPromoLanding.dataBreachFullWidth p,
.noPromoLanding.dataBreachFullWidth p + p {
    margin-left: 0.25rem;
}

.webdefend p.cta {
    margin: 1rem 0 0 1rem;
}

.webDefend_efx_usp p,
.data_breach_efx_usp p {
    font-size: .9375rem;
    margin: 0 1rem
}

.data_breach_efx_usp section:first-child {
    background-image: url(../img/react_fast.png)
}

.webDefend_efx_usp section:nth-of-type(2),
.data_breach_efx_usp section:nth-of-type(2) {
    background-image: url(../img/support.png)
}

.webDefend_efx_usp section:last-child,
.data_breach_efx_usp section:last-child {
    background-image: url(../img/experts.png)
}

.socialMedia {
    background: transparent url(../img/Theodora_charity.png) no-repeat 50% 4em;
    padding: .5em;
}

.socialMedia h2 {
    margin-bottom: 5em;
    text-align: center;
}

.commonLinks {
    text-align: center
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex
}

[class^="col"].aside ul {
    padding-left: 1em;
    list-style-type: none
}

[class^="col"].aside ul li {
    border-left: solid 3px #eb0028;
    cursor: default;
    font-weight: normal;
    margin: .5em 0;
    padding: .5em .5em .5em 1em;
    text-indent: 0;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    -webkit-transition: all .25s linear 0s
}

[class^="col"].aside ul li:hover {
    background-color: #ecf9ff;
    border-left: solid 3px #ecf9ff;
    -moz-transition: all .25s linear 0s;
    -o-transition: all .25s linear 0s;
    transition: all .25s linear 0s;
    -webkit-transition: all .25s linear 0s
}

.aside a {
    color: #333d47;
    display: block;
    text-decoration: none;
    font-weight: bold
}

header div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between
}

.ie9 header div {
    /*background: deeppink;*/
    display: flex;
    -ms-flex-direction: row;
    -ms-flex-grow: 0;
    -ms-flex-shrink: 0;
    -ms-flex-basis: 100%;
}

.ie9 .login {
    /*background: greenyellow;*/
}

.ie9 footer div {
    width: 960px;
    /*background: mediumvioletred;*/
    margin: 0 auto;
}

p.intro {
    margin: 1rem;
}

.webdefend h2 {
    padding-left: 1rem;
}

.data_breach_efx_usp h2 {
    padding-left: 0;
    margin-top: 0;
}

.data_breach_efx_usp p {
    margin-left: 0;
    margin-bottom: .5rem;
}

.webdefend ul {
    list-style-type: none;
    padding: 0 1rem;
    /*padding-left: 0;
    margin: 0;*/
}

.webdefend li {
    padding: .5em .25em .5em 1.75em;
    background: transparent url(../../ribbon/img/tick.png) no-repeat 0 12px;
}

.webdefend footer li {
    background: transparent none;
}

.dataB_Business p {
    background: transparent url(../img/man_phone.jpg) no-repeat 50% 50%;
    -moz-background-size: cover;
    background-size: cover;
    height: 170px;
    margin: 1em -1em
}

.dataB_Business p:last-child {
    background: transparent url(../img/computer_access.jpg) no-repeat 50% 50%
}

.tabbedNav {
    display: none
}

.dataB_USP h2 {
    padding-left: .25em;
}

.dataB_USP p {
    margin: 0 0.5em 1em;
}

.databreach_USP_Protect aside {
    color: #fff;
    background-color: #a31f34;
    background-repeat: no-repeat;
    background-image: url(../img/left_quote.jpg), url(../img/right_quote.jpg);
    background-position: 10px 1em, 95% 5.75em;
    position: relative;
    padding-bottom: 3em
}

.databreach_USP_Protect cite {
    background: #b23d50;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .75em 1em;
    font-size: .8rem
}

.dataBreach_react .usp_tools_inner {
    padding: 0 .5em;
}

.databreach_USP_Protect blockquote {
    padding-top: 1em;
    /*position: relative;*/
}

.noPromoLanding.dataBreachFullWidth {
    background: #fff url(../img/ladyin_park.jpg) no-repeat 100% 50%;
    background: #fff url(../img/in_park.jpg) no-repeat 100% 50%;
}

.dataBreach_react .noPromoLanding.dataBreachFullWidth {
    background-image: url(../img/b2b_wide_pic.jpg);
}

.noPromoLanding.dataBreachFullWidth > div > div {
    color: #fff;
    background: #333d47;
    background: rgba(51, 61, 71, 0.8)
}

.noPromoLanding.dataBreachFullWidth h2 {
    margin-top: 0;
}

html[data-useragent*='MSIE 10.0'] .tabbedNav li,
html[data-useragent*='rv:11.0'] .tabbedNav li {
    font-size: 15px;
}

html[data-useragent*='MSIE 10.0'] .usp_protect,
html[data-useragent*='rv:11.0'] .usp_protect {
    width: 100%;
    min-height: 200px;
}

html[data-useragent*='MSIE 10.0'] .databreach_USP_Protect,
html[data-useragent*='rv:11.0'] .databreach_USP_Protect {
    width: inherit;
}

html[data-useragent*='MSIE 10.0'] .usp_tools_inner section,
html[data-useragent*='rv:11.0'] .usp_tools_inner section {
    flex: 0 0 43%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: "";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (orientation: landscape) {
    .row .innerRowb2c {
        background-position: 0 -75px
    }

    .row .innerRowb2c div {
        margin-top: 125px;
        background-color: #333d47
    }

    .row .dataBreachFullWidth {
        padding-top: 120px
    }

    .webDefend_efx_usp section,
    .data_breach_efx_usp section {
        padding: 0.5rem 0 .5rem 60px;
        background-position: 0 65%
    }

    .webDefend_efx_usp p,
    .data_breach_efx_usp p {
        padding-right: 4rem
    }
}

@media only screen and (min-width: 320px)
and (orientation: landscape) {
    .row .innerRowb2c {
        background-size: contain;
        padding-top: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end
    }

    .row .innerRowb2c div {
        background-color: #333d47;
        width: 56%;
        margin: 0;
        padding: 1.5em 0;
    }

    .row .innerRowb2c div {
        margin-top: 0;
        background-color: #333d47
    }

    .row .dataBreachFullWidth {
        padding-top: 140px
    }

    .webDefend_efx_usp section,
    .data_breach_efx_usp section {
        padding: 0.5rem 0 .5rem 60px;
        background-position: 0 65%
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
}

@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
    .row .innerRowb2c div {
        margin-right: 0;
    }

    .row .dataBreachFullWidth {
        padding-top: 90px
    }
}

@media only screen and (min-width: 375px) and (max-width: 667px) {
    .noPromoLanding.dataBreachFullWidth {
        margin: 0;
        padding: 1rem;
        /*background-position: -175px 0*/
    }

    .webDefend_efx_usp,
    .data_breach_efx_usp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    .webDefend_efx_usp section,
    .data_breach_efx_usp section {
        margin: 1em 0;
        background-position: top left
    }

    .webDefend_efx_usp h2
    .data_breach_efx_usp h2 {
        margin-top: 0
    }

    .tick li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        -moz-box-flex: 0;
        flex: 0 0 50%;
        -webkit-transition: all .25s linear 0s;
        -moz-transition: all .25s linear 0s;
        -o-transition: all .25s linear 0s;
        transition: all .25s linear 0s
    }
}

@media only screen and (min-width: 35em) {
}

@media only screen and (min-width: 48em) {
    .column {
        -webkit-flex-flow: column !important;
        -ms-flex-flow: column !important;
        flex-flow: column !important
    }

    .dataBreach_react .column section.column.tools {
        width: 33%
    }

    section.column.tools ul.tick {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    main a:hover,
    main a:active {
        background: #a31f34;
        color: #fff
    }

    main .dataB_Business a {
        padding-left: 12em;
        padding-right: 6.25em;
        font-weight: 500
    }

    .data_breach_signup {
        margin: 1em auto 0
    }

    .homePage .commonLinks,
    .homePage .copyright,
    .homePage .fcaCompliance {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%
    }

    .row {
        margin: 0;
        padding: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    .wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: flex;
        margin: 60px auto 0 auto;
        max-width: 960px;
        width: 100%
    }

    .dataB_USP {
        background: #fff;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        padding: 0
    }

    .dataB_USP h2 {
        display: none
    }

    .dataBreach_react .dataB_USP .usp_tools_inner p {
        padding: 0
    }

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

    .usp_tools_inner li {
        margin-bottom: 1em;
    }

    .wrapper div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%
    }

    .col_span_8_of_12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65.7118055555556%;
        -ms-flex: 0 0 65.7118055555556%;
        -moz-box-flex: 0;
        flex: 0 0 65.7118055555556%
    }

    .col_span_4_of_12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.4236111111111%;
        -ms-flex: 0 0 31.4236111111111%;
        -moz-box-flex: 0;
        flex: 0 0 31.4236111111111%
    }

    .socialMedia {
        background-position: 50% 30%;
        padding-left: 0
    }

    .heroContainer {
        background: #333d47;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        margin-top: 77px;
        margin-top: 4.8125em;
    }

    .dataBreach_react .dataB_USP div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex
    }

    .dataBreach_react .dataB_USP p {
        margin: 0;
        padding: 1em 1em 0;
        line-height: 1.6;
        margin-bottom: 1em;
    }

    .dataBreach_react .dataB_USP div {
        padding: 2.5em 0
    }

    .js .dataB_USP div:first-of-type ~ div {
        display: none
    }

    .row.heroContainer div {
        margin: 0;
        width: 100%
    }

    .tick {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 0;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin: 1em auto 0;
        background: #fff;
        width: 90%
    }

    .row.dblpv2 li p:last-child {
        padding: 0 1em;
        background: url(../img/chev_red.png) 0px 3px no-repeat;
        -moz-background-size: 12px auto;
        background-size: 12px auto
    }

    .business_landing li:last-child p:last-child {
    }

    .consumer_landing p:first-child {
        background: url(../img/woman_phone.png) -135px 75px no-repeat
    }

    .row.dblpv2 span {
        background: #333d47;
        display: inline-block;
        height: auto;
        min-height: 75px;
        width: 100%
    }

    /*.dataBreach_react .noPromoLanding.dataBreachFullWidth div*/
    .downloadHolder {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        font-weight: bold;
    }

    .noPromoLanding.dataBreachFullWidth {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        display: -moz-box;
        display: flex;
        padding: 0;
        background: #fff url(../img/ladyin_park.jpg) no-repeat 50% 50%;
        background: #fff url(../img/in_park.jpg) no-repeat 50% 50%;
        -moz-background-size: cover;
        background-size: cover;
        height: 335px
    }

    .dataBreach_react .noPromoLanding.dataBreachFullWidth div.downloadHolder div {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0
    }

    .dataBreach_react .noPromoLanding.dataBreachFullWidth div.downloadHolder div div {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%
    }

    .dataBreach_react .noPromoLanding.dataBreachFullWidth div.downloadHolder div div:first-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        -moz-box-flex: 0;
        flex: 0 0 35%;
        padding: 1em;
        background: url(../img/download.png) no-repeat 50% 60%
    }

    .dataBreach_react .noPromoLanding.dataBreachFullWidth div.downloadHolder div div:first-of-type:hover {
        -moz-background-size: 90px auto;
        background-size: 90px auto
    }

    .brochureDownload a {
    }

    .brochureDownload p {
        width: inherit;
        height: inherit
    }

    .dataBreach_react .noPromoLanding.dataBreachFullWidth div.downloadHolder div div:last-of-type {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 65%;
        -ms-flex: 0 0 65%;
        -moz-box-flex: 0;
        flex: 0 0 65%;
        border-left: solid 1px #fff;
        padding: 1em;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between;
        background-image: none
    }

    .dataBreach_react div.downloadHolder div div p {
        margin-top: 0
    }

    .dataBreach_react div.downloadHolder div div p:first-of-type {
        margin-bottom: 0
    }

    .dataBreach_react div.brochureDownload a {
        background: transparent;
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        padding: 0;
        height: 100%;
        display: block;
        font-size: 1rem;
        line-height: 1.1;
        margin-top: .25em;
        text-align: center
    }

    .dataBreach_react div.downloadHolder div div p:first-of-type,
    .dataBreach_react div.downloadHolder a[href^=tel] {
        font-size: 1.75rem
    }

    .dataBreach_react div.downloadHolder a[href^=tel],
    .dataBreach_react div.downloadHolder a[href^=mailto] {
        background: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        text-decoration: none;
        padding-left: 0
    }

    .dataBreach_react div.downloadHolder a[href^=tel] {
        padding-bottom: 0;
        padding-top: 0
    }

    .dataBreach_react div.downloadHolder a[href^=mailto] {
        padding-top: 0
    }

    /*    .noPromoLanding.dataBreachFullWidth {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        display: -moz-box;
        display: flex;
        padding: 0;
        background: #fff url(../img/ladyin_park.jpg) no-repeat 50% 50%;
        -moz-background-size: cover;
        background-size: cover;
        height: 335px
    }*/
    .noPromoLanding.dataBreachFullWidth div:first-of-type {
        width: 100%;
        margin: 0 auto;
        background: transparent;
        margin: 0;
        color: #fff;
        padding: 0;
        max-width: 60em;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .noPromoLanding.dataBreachFullWidth div:first-of-type div {
        background: #333d47;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        min-height: 270px;
        width: 58%;
        padding: 1em;
        margin: 0;
        /*-webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;
        justify-content: flex-start
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-box-pack: start;*/
        justify-content: space-between;
    }

    .dblpv2 {
        margin-top: 80px
    }

    .dblpv2 h2 {
        color: #333d47;
        margin-top: -2em
    }

    main {
        padding: 0;
        margin-top:0;
    }

    .homePage main {
    }

    main h1 {
        padding-top: 1em
    }

    main .row {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between
    }
    main .row.heroContainer {
        margin-top:0;
    }

    footer {
        padding: 1em 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        /*margin-top: 2em*/
    }

    footer div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        width: 100%;
        max-width: 960px
    }

    footer > div {
        background: inherit;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        -moz-box-pack: justify;
        justify-content: space-between
    }

    footer .copyright,
    footer .fcaCompliance {
        text-align: center
    }

    footer .copyright {
        background-image: url(../img/efx.png), url(../img/tagline.png);
        background-position: 2% 50%, 98% 50%;
        background-repeat: no-repeat;
        -moz-background-size: 70px 21px, auto 18px;
        background-size: 70px 21px, auto 18px;
        padding: 0.5em
    }

    footer ul {
        list-style-type: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;

    }
    footer ul,
    footer li {
        padding-left:0!important;
    }

    footer ul.commonLinks {
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0
    }

    footer a {
        text-decoration: none;
        color: inherit;
        color: #fff;
        content: "|";
    }

    footer a:first-of-type:after {
        content: "";
        padding-right: 10px
    }

    footer a:after {
        content: "|";
        padding-right: 10px
    }

    footer section {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 23%;
        -ms-flex: 0 0 23%;
        -moz-box-flex: 0;
        flex: 0 0 23%;
        margin-bottom: 1.5em
    }

    footer section:nth-child(3) {
        padding-top: 56px;
    }

    footer div div:last-of-type {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column
    }

    footer hr {
        width: 75%;
        margin: 0 auto;
        border-color: #fff;
        color: #fff
    }

    .dataB_Business,
    .dataB_Personal {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 460px;
        -ms-flex: 0 1 460px;
        -moz-box-flex: 0;
        flex: 0 1 460px
    }

    .row .dataB_Personal {
        margin: 0
    }

    .dataB_Business p a {
        padding-top: 1em
    }

    .dataB_Business p a:hover {
        padding-left: 2em;
        -webkit-transition: all .125s linear 0s;
        -webkit-transition: all .125s linear 0s;
        -moz-transition: all .125s linear 0s;
        -o-transition: all .125s linear 0s;
        transition: all .125s linear 0s
    }

    .dataB_Business p:last-child a {
        padding-top: 1em;
        padding-right: 1.5em
    }

    .dataB_Business p:last-child span:last-child {
        display: none
    }

    .dataB_Business p:last-child:hover span:first-child {
        display: none
    }

    .dataB_Business p:last-child:hover span:last-child {
        display: block
    }

    .dataB_Personal p {
        height: 353px;
        background: transparent url(../img/mobile_databreach_img3a.jpg) no-repeat 50% 50%;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-transition: all .25s linear 0s;
        -moz-transition: all .25s linear 0s;
        -o-transition: all .25s linear 0s;
        transition: all .25s linear 0s
    }

    .dataB_Personal span {
        display: inline-block;
        margin-bottom: 1em
    }

    .dataB_Personal a {
        padding-top: 2.5em;
        padding-right: 3em;
        padding-left: 3em
    }

    .dataB_Personal a:hover .hideOnHover {
        display: none
    }

    .dataB_Personal a .showOnHover {
        display: none
    }

    .dataB_Personal a:hover .showOnHover {
        display: inline-block
    }

    .dataB_Personal a:hover span:nth-child(2) {
        margin-bottom: 2em
    }

    .small {
        font-size: 1.15rem
    }

    .smaller {
        font-size: 1rem;
        margin-top: 6em;
        background: transparent url(../img/chevron_white.png) no-repeat 0 50%;
        -moz-background-size: 12px auto;
        background-size: 12px auto;
        padding-left: 1.25em;
        display: inline-block
    }

    .innerRowb2c,
    .innerRow {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex
    }

    .innerRow {
        background: transparent url(../img/sample.jpg) no-repeat 50% 50%;
        -webkit-justify-content: space-around;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
        padding: 2em 1em
    }

    .row .innerRowb2b,
    .row .innerRowb2c {
        color: #fff;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end;
        padding: 0
    }

    .row .innerRowb2c {
        /*background: url(../img/cta_id_protect.jpg) no-repeat 0% 50%*/
    }

    .row .innerRowb2b {
        background: url(../img/b2b_databreach.jpg) no-repeat 0% 50%
    }

    .row .innerRowb2b div,
    .row .innerRowb2c div {
        background-color: #333d47;
        margin: 0;
        width: 43%;
        height: 416px;
        padding: 3em 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
        justify-content: center
    }

    .innerRowb2c h2,
    .noPromoLanding h2 {
        margin-bottom: 0
    }

    .noPromoLanding h2 {
        margin: 0 0 1em 0;
        padding: 0
    }

    .innerRowb2b h1,
    .innerRowb2c h1 {
        color: #fff;
        background: transparent;
        font-size: 24px;
        margin-bottom: 1em
    }

    .innerRowb2c p span {
        display: block
    }

    .innerRowb2c h1 + p span {
        display: inline-block
    }

    .innerRowb2c h1 + p {
        font-size: 1em;
        margin-left: .5em;
        margin-right: 2.5em
    }

    .innerRow div {
        background: rgba(255, 255, 255, 1);
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
        -moz-box-flex: 0;
        flex: 0 0 40%;
        margin: 0 2.5em;
        padding: 1em;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-justify-content: space-around;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
        -webkit-transition: all .25s linear 0s;
        -moz-transition: all .25s linear 0s;
        -o-transition: all .25s linear 0s;
        transition: all .25s linear 0s
    }

    .innerRow div:hover {
        -webkit-box-shadow: 3px 3px 5px;
        -moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, .35);
        box-shadow: 10px 10px 5px rgba(0, 0, 0, .35)
    }

    .innerRowb2c ul,
    .noPromoLanding ul {
        list-style-position: inside;
        padding-left: 0
    }

    .innerRowb2c li {
        margin-bottom: .5em
    }

    .cta + p {
        font-size: 12px;
        font-size: .75rem;
        margin-left: 1em;
        margin-right: 4em;
        margin-top: 0
    }

    main .innerRow a,
    main .innerRowb2c a,
    .noPromoLanding a {
        background: #eb0028 url("../img/chevron_white.png") no-repeat scroll 5px 45% / auto 1.3em;
        color: #fff;
        -webkit-box-shadow: 0 3px 0 #1b2025;
        -moz-box-shadow: 0 3px 0 #1b2025;
        box-shadow: 0 3px 0 #1b2025;
        font-size: 0.9375rem;
        padding: 0.75em 0 0.75em 25px;
        text-align: left;
        text-shadow: 1px 1px 1px #1b2025;
        width: 100%
    }

    main .innerRow a:hover,
    main .innerRowb2c a:hover,
    .noPromoLanding a:hover {
        background: url(../img/chevron_white.png) no-repeat scroll 5px 45% / auto 1.3em;
        background-color: #a31f34
    }

    .row.dataBreachFullWidth .noPromoLanding {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        padding: 0 2em;
        color: #fff
    }

    .noPromoLanding .cta a {
        padding-right: 3em;
        text-decoration: none;
        font-weight: bold
    }

    .noPromoLanding .cta + p {
        width: 60%;
        padding-top: 1em;
        margin-left: 0
    }

    .webDefend_efx_usp,
    .data_breach_efx_usp {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -moz-box-flex: 0;
        flex: 0 0 100%;
        -webkit-justify-content: space-around;
        /*-ms-flex-pack: distribute;*/
        justify-content: space-around;
        margin-top: 2em
    }

    .webDefend_efx_usp section,
    .data_breach_efx_usp section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        flex-direction: column;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 31.4236111111111%;
        -ms-flex: 0 0 31.4236111111111%;
        -moz-box-flex: 0;
        flex: 0 0 31.4236111111111%;
        background-color: white;
        background-repeat: no-repeat;
        background-position: 50% 0;
        -moz-background-size: auto;
        background-size: auto;
        margin-bottom: 60px;
        padding-left: 0;
        margin-top: 2em
    }

    .data_breach_efx_usp section:first-child {
        background-image: url(../img/react_fast.png)
    }

    .webDefend_efx_usp section:last-child,
    .data_breach_efx_usp section:last-child {
        background-image: url(../img/experts.png)
    }

    .webDefend_efx_usp section:nth-of-type(2),
    .data_breach_efx_usp section:nth-of-type(2) {
        background-image: url(../img/support.png)
    }

    .webDefend_efx_usp h2,
    .data_breach_efx_usp h2 {
        font-size: 1.3rem;
        padding-top: 128px
    }

    .webDefend_efx_usp p,
    .data_breach_efx_usp p {
        font-size: 0.9375rem;
        margin: 0 auto;
        text-align: center;
        width: 80%
    }

    .webDefend_efx_usp_usp h2,
    .webDefend_efx_usp p,
    .data_breach_efx_usp h2,
    .data_breach_efx_usp p {
        text-align: center
    }

    .data_breach_signup h2,
    .data_breach_signup p {
        margin: 0 0 1em 0
    }

    .data_breach_signup > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        max-width: 60em;
        margin: 0 auto;
        background: #fff url(../img/sign_up.jpg) no-repeat 3em 50%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        -moz-box-pack: end;
        justify-content: flex-end;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row;
        padding: 0;
        background: #fff url(../img/sign_up.jpg) no-repeat 5% 0
    }

    .data_breach_signup > div > div {
        background: #fff;
        margin: 0;
        width: 50%;
        min-height: 375px
    }

    .data_breach_signup .tick {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        padding-left: 0;
        list-style-type: none;
        margin-top: 0
    }

    .data_breach_content {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
        -moz-box-flex: 0;
        flex: 0 0 55%;
        padding-bottom: 1em
    }

    .data_breach_content h2 {
        margin: 0;
        color: #a31f34;
        width: 55%
    }

    .data_breach_content li {
        margin-bottom: 1em
    }

    .timestamp {
        margin: 0;
        font-size: .875rem
    }

    .timestamp span:first-of-type {
        color: #333d47;
        font-weight: bold
    }

    .timestamp span:first-of-type:after {
        content: ":"
    }

    .timestamp span:last-of-type {
        color: #a3a9ac
    }

    .products {
        list-style-type: none;
        padding: 0 1em 1em 1em;
        margin: 0 0 10em 0;
        height: 300px;
        overflow: hidden
    }

    html {
        overflow-x: hidden
    }

    .intro + div {
        /* background: #4ffffc;*/
        display: flex;
        justify-content: space-between;

    }

    .intro + div > div {

        width: calc(100% / 2 - 1rem);
        margin: 0;
    }

    footer section {
        /*width: 24%;*/
    }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .row .innerRowb2c div {
        width: 50%
    }

    .tabbedNav,
        /*.row.heroContainer,*/
    .noPromoLanding.dataBreachFullWidth {
        width: -webkit-calc(100% - 1em);
        width: -moz-calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: auto;
        margin-right: auto
    }

    .noPromoLanding.dataBreachFullWidth div:first-of-type div {
        height: 250px;
        margin-left: 1em;
        padding-left: 1.75em
    }

    .noPromoLanding .cta + p {
        width: 75%
    }

    .noPromoLanding.dataBreachFullWidth {
        background-position: 75% 50%
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (orientation: portrait) {
    /*.row.heroContainer,*/
    .noPromoLanding.dataBreachFullWidth {
        width: -webkit-calc(100% - 1em);
        width: -moz-calc(100% - 1em);
        width: calc(100% - 1em);
        margin-left: auto;
        margin-right: auto
    }

    .noPromoLanding.dataBreachFullWidth > div > div {
        margin-left: -1em
    }

    .webDefend_efx_usp,
    .data_breach_efx_usp {
        width: 100%;
        padding-left: 1em
    }
}

@media only screen and (min-device-width: 600px) and (max-device-width: 960px) and (orientation: landscape) {
    .tabbedNav {
        width: 96%;
        margin: 0 auto
    }

    .noPromoLanding.dataBreachFullWidth div:first-of-type {
        padding-left: 3em
    }

    .noPromoLanding.dataBreachFullWidth div:first-of-type > div {
        width: 70%
    }
}

@media only screen and (max-width: 812px) and (min-width: 375px) and (orientation: landscape) {
    .row.heroContainer {
        margin-top: 0;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(-o-min-device-pixel-ratio: 5/4),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
}

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: attr(href)
    }

    abbr[title]:after {
        content: attr(title)
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

.refdb {
    font-size: 10px;
    font-size: .625rem !important;
    vertical-align: super
}

.innerRowb2b p {
    padding: 0;
    margin-right: 1em;
    margin-left: 1em
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*  AAB 19 jULY 2017 */