/*! Basscss | http://basscss.com | MIT License */
.h1 {
    font-size: 2rem
}
h2 {font-size: 2.5em}
.h2 {
    font-size: 1.5rem
}

.h3 {
    font-size: 1.25rem
}

.h4 {
    font-size: 1rem
}
h5 {font-size: 1.4em;
    font-weight: normal;}
.h5 {
    font-size: .875rem
}

.h6 {
    font-size: .75rem
}

.font-family-inherit {
    font-family: inherit
}

.font-size-inherit {
    font-size: inherit
}

.text-decoration-none {
    text-decoration: none
}

.bold {
    font-weight: 700
}

.regular {
    font-weight: 400
}

.italic {
    font-style: italic
}

.caps {
    letter-spacing: .2em;
    text-transform: uppercase
}

.left-align {
    text-align: left
}

.center {
    text-align: center
}

.right-align {
    text-align: right
}

.justify {
    text-align: justify
}

.nowrap {
    white-space: nowrap
}

.line-height-1 {
    line-height: 1
}

.line-height-2 {
    line-height: 1.125
}

.line-height-3 {
    line-height: 1.25
}

.line-height-4 {
    line-height: 1.5
}

.list-style-none {
    list-style: none
}

.underline {
    text-decoration: underline
}

.truncate {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.list-reset {
    list-style: none;
    padding-left: 0
}

.inline {
    display: inline
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.table {
    display: table
}

.table-cell {
    display: table-cell
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.fit {
    max-width: 100%
}

.max-width-1 {
    max-width: 24rem
}

.max-width-2 {
    max-width: 32rem
}

.max-width-3 {
    max-width: 48rem
}

.max-width-4 {
    max-width: 64rem
}

.border-box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.m0 {
    margin: 0
}

.mt0 {
    margin-top: 0
}

.mr0 {
    margin-right: 0
}

.mb0 {
    margin-bottom: 0
}

.ml0,.mx0 {
    margin-left: 0
}

.mx0 {
    margin-right: 0
}

.my0 {
    margin-bottom: 0;
    margin-top: 0
}

.m1 {
    margin: .5rem
}

.mt1 {
    margin-top: .5rem
}

.mr1 {
    margin-right: .5rem
}

.mb1 {
    margin-bottom: .5rem
}

.ml1,.mx1 {
    margin-left: .5rem
}

.mx1 {
    margin-right: .5rem
}

.my1 {
    margin-bottom: .5rem;
    margin-top: .5rem
}

.m2 {
    margin: 1rem
}

.mt2 {
    margin-top: 1rem
}

.mr2 {
    margin-right: 1rem
}

.mb2 {
    margin-bottom: 1rem
}

.ml2,.mx2 {
    margin-left: 1rem
}

.mx2 {
    margin-right: 1rem
}

.my2 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.m3 {
    margin: 2rem
}

.mt3 {
    margin-top: 2rem
}

.mr3 {
    margin-right: 2rem
}

.mb3 {
    margin-bottom: 2rem
}

.ml3,.mx3 {
    margin-left: 2rem
}

.mx3 {
    margin-right: 2rem
}

.my3 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.m4 {
    margin: 4rem
}

.mt4 {
    margin-top: 4rem
}

.mr4 {
    margin-right: 4rem
}

.mb4 {
    margin-bottom: 4rem
}

.ml4,.mx4 {
    margin-left: 4rem
}

.mx4 {
    margin-right: 4rem
}

.my4 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.mxn1 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mxn2 {
    margin-left: -1rem;
    margin-right: -1rem
}

.mxn3 {
    margin-left: -2rem;
    margin-right: -2rem
}

.mxn4 {
    margin-left: -4rem;
    margin-right: -4rem
}

.m-auto {
    margin: auto
}

.mt-auto {
    margin-top: auto
}

.mr-auto {
    margin-right: auto
}

.mb-auto {
    margin-bottom: auto
}

.ml-auto,.mx-auto {
    margin-left: auto
}

.mx-auto {
    margin-right: auto
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto
}

.p0 {
    padding: 0
}

.pt0 {
    padding-top: 0
}

.pr0 {
    padding-right: 0
}

.pb0 {
    padding-bottom: 0
}

.pl0,.px0 {
    padding-left: 0
}

.px0 {
    padding-right: 0
}

.py0 {
    padding-bottom: 0;
    padding-top: 0
}

.p1 {
    padding: .5rem
}

.pt1 {
    padding-top: .5rem
}

.pr1 {
    padding-right: .5rem
}

.pb1 {
    padding-bottom: .5rem
}

.pl1 {
    padding-left: .5rem
}

.py1 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.px1 {
    padding-left: .5rem;
    padding-right: .5rem
}

.p2 {
    padding: 1rem
}

.pt2 {
    padding-top: 1rem
}

.pr2 {
    padding-right: 1rem
}

.pb2 {
    padding-bottom: 1rem
}

.pl2 {
    padding-left: 1rem
}

.py2 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.px2 {
    padding-left: 1rem;
    padding-right: 1rem
}

.p3 {
    padding: 2rem
}

.pt3 {
    padding-top: 2rem
}

.pr3 {
    padding-right: 2rem
}

.pb3 {
    padding-bottom: 2rem
}

.pl3 {
    padding-left: 2rem
}

.py3 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.px3 {
    padding-left: 2rem;
    padding-right: 2rem
}

.p4 {
    padding: 4rem
}

.pt4 {
    padding-top: 4rem
}

.pr4 {
    padding-right: 4rem
}

.pb4 {
    padding-bottom: 4rem
}

.pl4 {
    padding-left: 4rem
}

.py4 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.px4 {
    padding-left: 4rem;
    padding-right: 4rem
}

.col {
    float: left
}

.col,.col-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.col-right {
    float: right
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    width: 100%
}

@media (min-width: 40em) {
    .sm-col {
        float:left
    }

    .sm-col,.sm-col-right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .sm-col-right {
        float: right
    }

    .sm-col-1 {
        width: 8.33333%
    }

    .sm-col-2 {
        width: 16.66667%
    }

    .sm-col-3 {
        width: 25%
    }

    .sm-col-4 {
        width: 33.33333%
    }

    .sm-col-5 {
        width: 41.66667%
    }

    .sm-col-6 {
        width: 50%
    }

    .sm-col-7 {
        width: 58.33333%
    }

    .sm-col-8 {
        width: 66.66667%
    }

    .sm-col-9 {
        width: 75%
    }

    .sm-col-10 {
        width: 83.33333%
    }

    .sm-col-11 {
        width: 91.66667%
    }

    .sm-col-12 {
        width: 100%
    }
}

@media (min-width: 52em) {
    .md-col {
        float:left
    }

    .md-col,.md-col-right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .md-col-right {
        float: right
    }

    .md-col-1 {
        width: 8.33333%
    }

    .md-col-2 {
        width: 16.66667%
    }

    .md-col-3 {
        width: 25%
    }

    .md-col-4 {
        width: 33.33333%
    }

    .md-col-5 {
        width: 41.66667%
    }

    .md-col-6 {
        width: 50%
    }

    .md-col-7 {
        width: 58.33333%
    }

    .md-col-8 {
        width: 66.66667%
    }

    .md-col-9 {
        width: 75%
    }

    .md-col-10 {
        width: 83.33333%
    }

    .md-col-11 {
        width: 91.66667%
    }

    .md-col-12 {
        width: 100%
    }
}

@media (min-width: 64em) {
    .lg-col {
        float:left
    }

    .lg-col,.lg-col-right {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .lg-col-right {
        float: right
    }

    .lg-col-1 {
        width: 8.33333%
    }

    .lg-col-2 {
        width: 16.66667%
    }

    .lg-col-3 {
        width: 25%
    }

    .lg-col-4 {
        width: 33.33333%
    }

    .lg-col-5 {
        width: 41.66667%
    }

    .lg-col-6 {
        width: 50%
    }

    .lg-col-7 {
        width: 58.33333%
    }

    .lg-col-8 {
        width: 66.66667%
    }

    .lg-col-9 {
        width: 75%
    }

    .lg-col-10 {
        width: 83.33333%
    }

    .lg-col-11 {
        width: 91.66667%
    }

    .lg-col-12 {
        width: 100%
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 40em) {
    .sm-flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 52em) {
    .md-flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width: 64em) {
    .lg-flex {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.flex-column {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.items-start {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.items-end {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.items-center {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.items-baseline {
    -ms-flex-align: baseline;
    -webkit-box-align: baseline;
    align-items: baseline
}

.items-stretch {
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch
}

.self-start {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.self-end {
    -ms-flex-item-align: end;
    align-self: flex-end
}

.self-center {
    -ms-flex-item-align: center;
    align-self: center
}

.self-baseline {
    -ms-flex-item-align: baseline;
    align-self: baseline
}

.self-stretch {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.justify-start {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.justify-end {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end
}

.justify-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.justify-between {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.justify-evenly {
    -ms-flex-pack: space-evenly;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly
}

.content-start {
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.content-end {
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.flex-auto {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0
}

.flex-none {
    -ms-flex: none;
    -webkit-box-flex: 0;
    flex: none
}

.order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-last {
    -ms-flex-order: 99999;
    -webkit-box-ordinal-group: 100000;
    order: 99999
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.z1 {
    z-index: 1
}

.z2 {
    z-index: 2
}

.z3 {
    z-index: 3
}

.z4 {
    z-index: 4
}

.border {
    border-style: solid;
    border-width: 1px
}

.border-top {
    border-top-style: solid;
    border-top-width: 1px
}

.border-right {
    border-right-style: solid;
    border-right-width: 1px
}

.border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.border-left {
    border-left-style: solid;
    border-left-width: 1px
}

.border-none {
    border: 0
}

.rounded {
    border-radius: .25rem
}

.circle {
    border-radius: 50%
}

.rounded-top {
    border-radius: .25rem .25rem 0 0
}

.rounded-right {
    border-radius: 0 .25rem .25rem 0
}

.rounded-bottom {
    border-radius: 0 0 .25rem .25rem
}

.rounded-left {
    border-radius: .25rem 0 0 .25rem
}

.not-rounded {
    border-radius: 0
}

.hide {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px
}

@media (max-width: 40em) {
    .xs-hide {
        display:none!important
    }
}

@media (min-width: 40em) and (max-width:52em) {
    .sm-hide {
        display:none!important
    }
}

@media (min-width: 52em) and (max-width:64em) {
    .md-hide {
        display:none!important
    }
}

@media (min-width: 64em) {
    .lg-hide {
        display:none!important
    }
}

.display-none {
    display: none!important
}

.tagline,h1,h3 {
    color: #565656
}

html {
    height: 100%
}

body {
    font-family: Roboto,sans-serif;
    min-height: 100%
}

body,html {
    min-width: 768px
}

footer {
    font-size: 14px;
    font-weight: 300
}

a,a:hover,a:visited {
    cursor: pointer;
    text-decoration: none
}

svg {
    display: block
}

[dir=rtl] .col {
    float: right
}

.height-1 {
    height: 10%
}

.height-2 {
    height: 20%
}

.height-4 {
    height: 30%
}

.height-6 {
    height: 50%
}

.height-10 {
    height: 80%
}

.height-11 {
    height: 90%
}

.height-12 {
    height: 100%
}

.height-auto {
    height: auto
}

.min-height-4 {
    min-height: 30vh
}

.min-height-5 {
    min-height: 40vh
}

.min-height-6 {
    min-height: 50vh
}

.min-height-8 {
    min-height: 65vh
}

.min-height-10 {
    min-height: 80vh
}

.min-height-11 {
    min-height: 90vh
}

.min-height-12 {
    min-height: 100vh
}

@media (max-width: 1242px) {
    .min-height {
        min-height:180px
    }

    .min-height-8 {
        min-height: 55vh
    }
	.col-12 {
    width: 100%;
    opacity: 0.7;
    background-color: #fff;
    margin: 0 auto;
    }
	.col-6 {
    width: 100%
	}
	.p0 {
    padding: 30px;
	Background-color: #000000;
	opacity: 0.8;
	}
	.h2 {
    font-size: 3.5rem;
    }
	img {
    width: 100%;
    height: 100%;
	}
	.mb1 {
    font-size: 1em;
	}
}

.min-height-490 {
    min-height: 490px
}

.max-height-240 {
    max-height: 240px
}

.max-height-380 {
    max-height: 380px
}

.max-height-430 {
    max-height: 430px
}

.max-height-450 {
    max-height: 450px
}

.max-height-11 {
    max-height: 90vh
}

.min-width-90 {
    min-width: 90px
}

.right-minus-1 {
    right: -.5rem
}

.right-minus-2 {
    right: -1rem
}

.left-minus-1 {
    left: -.5rem
}

.left-minus-2 {
    left: -1rem
}

.top-minus-100 {
    top: -100px
}

.margin-top-minus-5 {
    margin-top: -5px
}

.margin-top-minus-20 {
    margin-top: -20px
}

.margin-top-minus-40 {
    margin-top: -40px
}

.margin-top-minus-70 {
    margin-top: -70px
}

.upper-case {
    text-transform: uppercase
}

.lower-case {
    text-transform: lowercase
}

.content-max-width {
    max-width: 1150px
}

@media (max-width: 1614px) {
    .max-width {
        max-width:1320px
    }
}

@media (max-width: 1160px) {
    .max-width {
        max-width:936px
    }
}

@media (min-width: 1615px) {
    .max-width {
        max-width:1620px
    }
}

.shadow {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.4);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.4)
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0,0,0,.35)
}

.grayscale {
    -moz-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.grayscale h5 {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.opacity-8 {
    opacity: .8
}

.opacity-6 {
    opacity: .6
}

.opacity-3 {
    opacity: .3
}

.opacity-2 {
    opacity: .2
}

.opacity-0 {
    opacity: 0
}

.pill-30 {
    border-radius: 30px
}

.pointer {
    cursor: pointer
}

.border-color {
    border-color: #d1d1d1
}

.border-white {
    border-color: #fff
}

.fill-action-unhighlight {
    fill: #797c7e
}

.fill-action-highlight {
    fill: #548ab1
}

.color-dark-grey {
    color: #323232
}

.color-medium-grey {
    color: #797c7e
}

.color-darkest {
    color: #333
}

.color-action-highlight {
    color: #548ab1
}

.color-link {
    color: #0074d9
}

.bg-standard {
    background-color: #95989a
}

.bg-header-background {
    background-color: #b8d1e7
}

.fill-membership-features,.fill-membership-features-locked {
    color: #154163;
    fill: #154163;
    opacity: 1
}

.fill-standard {
    fill: #95989a
}

.fill-platinum {
    fill: #1525a2
}

.bg-platinum {
    background-color: #1525a2
}

.platinum {
    color: #1525a2
}

.fill-gold {
    fill: #ec9e18
}

.bg-gold {
    background-color: #ec9e18
}

.bg-yellow {
    background-color: #ecce45
}

.bg-green {
    -webkit-print-color-adjust: exact;
    background-color: #7faf41
}

.fill-green {
    fill: #7faf41
}

.fill-orange {
    fill: #c78515
}

.orange {
    color: #c78515
}

.online {
    border-style: solid;
    fill: #089c47
}

.online,.online svg {
    height: 20px;
    width: 20px
}

.bg-grey {
    background-color: #a19e9e
}

.bg-grey-alpha-1 {
    background-color: rgba(161,158,158,.1)
}

.bg-grey-alpha-2 {
    background-color: rgba(161,158,158,.2)
}

.bg-black-alpha-6 {
    background-color: rgba(0,0,0,.6)
}

.bg-black-alpha-7 {
    background-color: rgba(0,0,0,.7)
}

.bg-black-alpha-8 {
    background-color: rgba(0,0,0,.8)
}

.bg-black-alpha-85 {
    background-color: rgba(0,0,0,.85)
}

.bg-light-grey {
    background-color: #e9e9e9
}

.bg-dark-grey {
    background-color: #565656
}

.bg-messages {
    background-color: #f8f8f8
}

.bg-action-highlight {
    background-color: #548ab1
}

.fill-grey {
    fill: #a19e9e
}

.bg-white {
    background-color: #fff
}

.bg-red {
    background-color: #c23b2d
}

.bg-search {
    background-color: #b8d1e7
}

.fill-white {
    fill: #fff
}

.white {
    color: #fff
}

.fill-red {
    fill: #c23b2d
}

.red {
    color: #c23b2d
}

.error {
    background-color: #c23b2d;
    color: #fff
}

.bg-theme {
    background-color: #548ab1
}

.bg-theme-alpha-05 {
    background-color: rgba(84,138,177,.05)
}

.bg-theme-secondary {
    -webkit-print-color-adjust: exact;
    background-color: #1e3d54
}

.bg-transparent {
    background-color: transparent
}

.theme-color {
    color: #548ab1
}

.theme-color-secondary {
    color: #1e3d54
}

.body-font-color {
    color: #505656
}

.header-strip-font-color {
    color: #fff
}

.busy {
    fill: #ff8900
}

.facebook {
    background-color: #3b5998
}

.btn-bg {
    background-color: #3f9ac9
}

.btn-color {
    color: #fff
}

.btn-bg-dark {
    background-color: #b8d1e7
}

.btn-color-dark,a.btn-color-dark,a.btn-color-dark:hover,a.btn-color-dark:visited {
    color: #222
}

a.fb-login,a.fb-login:hover,a.fb-login:visited {
    color: #fff
}

.login-btn {
    background-color: #548ab1;
    color: #fff;
    display: block;
    overflow: hidden;
    position: relative
}

a.login-btn,a.login-btn:hover,a.login-btn:visited {
    color: #fff
}

.diagram-btn {
    background-color: #b8d1e7;
    color: #222;
    overflow: hidden;
    position: relative
}

a.diagram-btn,a.diagram-btn:hover,a.diagram-btn:visited {
    color: #222
}

a.diagram-btn svg {
    fill: #333
}

.list-card {
    height: 196px
}

.unread {
    background-color: #548ab1;
    width: 10px
}

.unselected {
    background-color: hsla(0,0%,44.7%,.9)
}

.unselected,input~.recover {
    margin-bottom: -1rem;
    margin-top: -1rem
}

input~.recover {
    background-color: rgba(194,59,45,.9);
    display: none
}

[type=checkbox]:checked~.unselected {
    display: none
}

[type=checkbox]:checked~.recover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.card-image-bg-color {
    background-color: #e0e0e0
}

.progress-bar-highlight {
    height: 15px
}

.show-toggle {
    display: block
}

@media (min-width: 1439px) {
    .hide-nav {
        display:block
    }

    .hide-nav-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .show-toggle {
        display: none
    }
}

@media (max-height: 880px) {
    .hide-tabs {
        display:none
    }

    .padding-small-screen {
        height: 0;
        padding: 0
    }
}

.trademark p {
    margin: 0
}

.help svg {
    height: 25px;
    width: 25px
}

button {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    font-family: inherit;
    user-select: none
}

.button:active:after,.button:focus:after,button:active:after,button:focus:after {
    -webkit-animation: button-highlight .5s;
    animation: button-highlight .5s;
    background-color: #000;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 50px;
    left: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px
}

.button:active,.button:focus,button:active,button:focus {
    outline: 0
}

.pointer-events-none {
    pointer-events: none
}

.img-fit {
    width: calc(100% + 4px)
}

.bg-img-fit {
    background-position: 50%;
    background-size: cover
}

@media (max-width: 1024px) {
    .hide-on-iPad {
        display:none
    }

    footer div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.overlay {
    background-color: rgba(0,0,0,.5)
}

.overlay-7 {
    background-color: rgba(0,0,0,.7)
}

.svg-fit {
    height: 100%;
    width: 100%
}

.line-50 {
    width: 50px
}

.tabs {
    max-width: 998px
}

.tabs-min-width-768 {
    min-width: 768px
}

.tabs-max-width-10 {
    max-width: 83.33333%
}

@media (max-width: 1160px) {
    .tabs-max-width-10 {
        max-width:100%
    }
}

.tabs a,.tabs a:hover,.tabs a:visited {
    color: #fff
}

.tabs .h4,.tabs h4 {
    border-width: 4px
}

.tabs .count[data-badge]:after {
    right: -35px
}

@media (max-width: 1050px) {
    .profile-image-46 {
        height:36px;
        width: 36px
    }

    [dir=ltr] .tabs .me4 {
        margin-right: 3.5rem
    }

    [dir=rtl] .tabs .me4 {
        margin-left: 3.5rem
    }
}

.modal-bg-green {
    background-color: #70bb46;
    cursor: pointer
}

a.modal-bg-green,a.modal-bg-green:hover,a.modal-bg-green:visited {
    color: #fff
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

[dir=rtl] .icon-long-arrow.rotate-180 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.top-20 {
    top: 20px
}

.right-20 {
    right: 20px
}

.no-select {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

[dir=rtl] .list-reset {
    padding: 0
}

.break-word {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word
}

.pre-line {
    white-space: pre-line
}

.avoid-clicks {
    pointer-events: none
}

.caps {
    letter-spacing: 0
}

.mx1-5 {
    margin-left: .75rem;
    margin-right: .75rem
}

.my1-5 {
    margin-bottom: .75rem
}

.mt1-5,.my1-5 {
    margin-top: .75rem
}

.mb1-5 {
    margin-bottom: .75rem
}

.p1-5 {
    padding: .75rem
}

body,html {
    font-size: 16px;
    font-weight: 400
}

@media (max-width: 1614px) {
    body,html {
        font-size:15px
    }

    .h3 {
        font-size: 1.15rem
    }
}

@media (max-width: 1242px) {
    body,html {
        font-size:14px
    }

    .h3 {
        font-size: 1.2rem
    }
}

body {
    background-color: #f8f8f8;
    color: #505656;
    margin: 0;
    padding: 0
}

[lang=in] *,[lang=ms] * {
    font-family: Noto Sans,sans-serif
}

[lang=zh-Hant] * {
    font-family: Noto Sans TC,sans-serif;
    font-weight: 400
}

[lang=zh-Hans] * {
    font-family: Noto Sans SC Sliced,sans-serif;
    font-weight: 400
}

[lang=ar] * {
    font-family: Tajawal,sans-serif
}

[lang=ja] * {
    font-family: M PLUS\ 1p
}

[lang=ko] * {
    font-family: Noto Sans KR,sans-serif
}

[lang=ko] body,html[lang=ko] {
    font-weight: 400
}

[lang=ja] em,[lang=vi] em,[lang=zh-Hans] em,[lang=zh-Hant] em {
    font-style: inherit
}

body.returnToMobileHeader {
    min-width: 100%
}

[hidden] {
    display: none
}

h1 {
    color: inherit
}

.tagline,h3 {
    color: #323232
}

h2 {
    color: #1e3d54;
    font-weight: 400
}

.header-sub-menu,.header .h3,.profile .h3,.profile h3,.tabs .h4,.tagline,.three-dot .h4,h1 {
    font-weight: 300
}

.h2,.h3,[lang=ko] .h3,[lang=ko] .h4,[lang=ko] .tagline,[lang=ko] h1,[lang=ko] h2,[lang=ko] h3,[lang=ko] h4,[lang=zh-Hans] .header .h3,[lang=zh-Hant] .header .h3,h2,h3 {
    font-weight: 400
}

a,a:hover,a:visited {
    color: #505656
}

a.white,a.white:hover,a.white:visited {
    color: #fff
}

a.color-dark-grey,a.color-dark-grey:hover,a.color-dark-grey:visited {
    color: #323232
}

a.highlight {
    color: #548ab1
}

.error a {
    color: #fff
}

.weight-400 {
    font-weight: 400
}

.fade-in {
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-out {
    -webkit-animation: fade-out .35s;
    animation: fade-out .35s
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.pop-fade-out {
    -webkit-animation: pop-fade-out 1s;
    animation: pop-fade-out 1s
}

@-webkit-keyframes pop-fade-out {
    0% {
        left: 10%;
        opacity: 1;
        top: 0
    }

    15% {
        left: -15%;
        top: -10px
    }

    30% {
        left: 40%;
        top: -15px
    }

    45% {
        left: -50%;
        top: -25px
    }

    60% {
        left: 15%;
        top: -35px
    }

    75% {
        left: -60%;
        top: -40px
    }

    90% {
        left: 40%;
        top: -45px
    }

    to {
        left: 0;
        opacity: 0;
        top: -50px
    }
}

@keyframes pop-fade-out {
    0% {
        left: 10%;
        opacity: 1;
        top: 0
    }

    15% {
        left: -15%;
        top: -10px
    }

    30% {
        left: 40%;
        top: -15px
    }

    45% {
        left: -50%;
        top: -25px
    }

    60% {
        left: 15%;
        top: -35px
    }

    75% {
        left: -60%;
        top: -40px
    }

    90% {
        left: 40%;
        top: -45px
    }

    to {
        left: 0;
        opacity: 0;
        top: -50px
    }
}

@-webkit-keyframes button-highlight {
    0% {
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.4);
        opacity: 0;
        transform: scale(1.4)
    }
}

@keyframes button-highlight {
    0% {
        opacity: .5
    }

    to {
        -webkit-transform: scale(1.4);
        opacity: 0;
        transform: scale(1.4)
    }
}

.expand-width {
    -webkit-animation: expand-width .35s;
    animation: expand-width .35s
}

@-webkit-keyframes expand-width {
    0% {
        width: 0
    }

    to {
        width: auto
    }
}

@keyframes expand-width {
    0% {
        width: 0
    }

    to {
        width: auto
    }
}

.fade-in-expand-width {
    -webkit-animation: fade-in-expand-width .35s;
    animation: fade-in-expand-width .35s
}

@-webkit-keyframes fade-in-expand-width {
    0% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: auto
    }
}

@keyframes fade-in-expand-width {
    0% {
        opacity: 0;
        width: 0
    }

    to {
        opacity: 1;
        width: auto
    }
}

.translating:after {
    -webkit-animation: dots 1.5s infinite linear;
    -webkit-transform-origin: center;
    animation: dots 1.5s infinite linear;
    color: #000;
    content: "";
    height: auto;
    transform-origin: center;
    width: 20%
}

@-webkit-keyframes dots {
    0% {
        content: "."
    }

    50% {
        content: ".."
    }

    to {
        content: "..."
    }
}

@keyframes dots {
    0% {
        content: "."
    }

    50% {
        content: ".."
    }

    to {
        content: "..."
    }
}

.menu-pop {
    -webkit-animation: menu-pop .3s ease-out;
    animation: menu-pop .3s ease-out
}

@-webkit-keyframes menu-pop {
    0% {
        -webkit-transform: scale(.7);
        opacity: 0;
        transform: scale(.7)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes menu-pop {
    0% {
        -webkit-transform: scale(.7);
        opacity: 0;
        transform: scale(.7)
    }

    to {
        -webkit-transform: scale(1);
        opacity: 1;
        transform: scale(1)
    }
}

.spinner {
    -webkit-animation: 2s infinite cm-spinY;
    animation: 2s infinite cm-spinY
}

@-webkit-keyframes cm-spinY {
    0% {
        -webkit-transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(1turn)
    }
}

@keyframes cm-spinY {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }

    to {
        -webkit-transform: rotateY(1turn);
        transform: rotateY(1turn)
    }
}

.grayscale {
    -moz-filter: grayscale(100%);
    -moz-transition: .5s ease-in-out;
    -o-filter: grayscale(100%);
    -o-transition: .5s ease-in-out;
    -webkit-filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    filter: grayscale(100%);
    opacity: .5
}

.animate-typing .dot {
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 2.24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: animate-typing-color;
    animation-direction: normal;
    animation-duration: 2.24s;
    animation-iteration-count: infinite;
    animation-name: animate-typing-color;
    background: #565656;
    height: 10px;
    margin: 5px;
    width: 10px
}

.animate-typing :first-child {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.animate-typing :nth-child(2n) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s
}

.animate-typing :last-child {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s
}

@-webkit-keyframes animate-typing-color {
    50% {
        opacity: .5
    }
}

@keyframes animate-typing-color {
    50% {
        opacity: .5
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out 2 both;
    animation: heartbeat 1.5s ease-in-out 2 both
}

.single-heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out 1 both;
    animation: heartbeat 1.5s ease-in-out 1 both
}

@-webkit-keyframes heartbeat {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        -webkit-transform-origin: center center;
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center
    }

    10% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(.91);
        animation-timing-function: ease-in;
        transform: scale(.91)
    }

    17% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.98);
        animation-timing-function: ease-out;
        transform: scale(.98)
    }

    33% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(.87);
        animation-timing-function: ease-in;
        transform: scale(.87)
    }

    45% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

@keyframes heartbeat {
    0% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        -webkit-transform-origin: center center;
        animation-timing-function: ease-out;
        transform: scale(1);
        transform-origin: center center
    }

    10% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(.91);
        animation-timing-function: ease-in;
        transform: scale(.91)
    }

    17% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(.98);
        animation-timing-function: ease-out;
        transform: scale(.98)
    }

    33% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(.87);
        animation-timing-function: ease-in;
        transform: scale(.87)
    }

    45% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1);
        animation-timing-function: ease-out;
        transform: scale(1)
    }
}

.scale-up-hor-left {
    -webkit-animation: scale-up-hor-left .2s cubic-bezier(.39,.575,.565,1) both;
    animation: scale-up-hor-left .2s cubic-bezier(.39,.575,.565,1) both
}

@-webkit-keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(.4);
        -webkit-transform-origin: 0 0;
        transform: scaleX(.4);
        transform-origin: 0 0
    }

    to {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform: scaleX(1);
        transform-origin: 0 0
    }
}

@keyframes scale-up-hor-left {
    0% {
        -webkit-transform: scaleX(.4);
        -webkit-transform-origin: 0 0;
        transform: scaleX(.4);
        transform-origin: 0 0
    }

    to {
        -webkit-transform: scaleX(1);
        -webkit-transform-origin: 0 0;
        transform: scaleX(1);
        transform-origin: 0 0
    }
}

.slide-in-top {
    -webkit-animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both;
    animation: slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both
}

@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.site-logo{color:#fff;fill:#c1e7f3}

.site-logo-on-white{color:#fff;fill:#c1e7f3}

.logo-light{color:#fff;fill:#fff}

.logo-dark{color:#f1b0c5;fill:#c1e7f3}

.corp-cupid-logo{color:#942923;fill:#767273}

.logo-heart {
    height: 34px;
    width: 38px
}

.logo-domain {
    height: 20px;
    width: 130px
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) and (orientation:portrait) {
    .logo-heart {
    height: 50%;
    width: 50%;
	} 
	.logo-domain {
    height: 70%;
    width: 70%
    }
}

.icon-30 {
    height: 30px;
    width: 30px
}

@media (max-width: 1614px) {
	.col-12 {
    width: 100%;
	background-color: #000;
	}
    .logo-heart {
    height: 80%;
    width: 80%;
	margin-left: 100px;
	} 
	.logo-domain {
    height: 100%;
    width: 100%
    }
}
	.activity-card .icon-30,.card .icon-30,.mini-modal .icon-30 {
        height:25px;
        width: 25px
    }

    .activity-card .icon-56 {
        height: 46px;
        width: 46px
    }

    .mini-modal .icon-30-45 {
        height: 25px;
        width: 35px
    }
}

.icon-30-45 {
    height: 30px;
    width: 45px
}

.icon-50 {
    height: 50px;
    width: 50px
}

.icon-56 {
    height: 56px;
    width: 56px
}

.icon-33 {
    height: 33px;
    width: 33px
}

.icon-116 {
    height: 116px;
    width: 116px
}

@media (max-width: 1242px) {
    .icon-116 {
        height:90px;
        width: 90px
    }
}

.icon-156 {
    height: 156px;
    width: 156px
}

.icon-200 {
    height: 200px;
    width: 200px
}

.icon-400 {
    width: 400px
}

.icon-33 svg {
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.icon-reset svg {
    -webkit-transform: translate(0);
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0)
}

.icon-membership svg {
    height: 18px;
    width: 14px
}

.icon-verified svg {
    height: 18px;
    width: 18px
}

.icon-verified-large svg {
    height: 36px;
    width: 36px
}

.icon-16 {
    height: 16px;
    width: 16px
}

.icon-20 {
    height: 20px;
    width: 20px
}

.icon-24 {
    height: 24px;
    width: 24px
}

.icon ul svg {
    position: relative
}

.icon-first,.icon-last {
    height: 20px;
    width: 22px
}

.icon-next,.icon-prev {
    height: 20px;
    width: 16px
}

.icon-next-button {
    height: 40px;
    width: 38px
}

.icon-locked {
    height: 10px;
    padding: .25rem;
    width: 10px
}

.icon-long-arrow {
    height: 40px;
    width: auto
}

[dir=rtl] .icon-long-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.icon-plus {
    background-color: #fff;
    bottom: 10%;
    left: 0;
    padding: 4px;
    position: absolute;
    right: 0
}

.icon-members-online {
    fill: #548ab1;
    margin-left: .15rem
}

[dir=rtl] .icon-members-online {
    margin-left: 0;
    margin-right: .15rem
}

.icon-padding {
    padding: .75rem
}

.header {
    -webkit-print-color-adjust: exact;
    background-color: #b8d1e7;
    font-weight: 300;
    height: 46px
}

.header-color,.header a,.header a:hover,.header a:visited {
    color: #222
}

.header a.ad-upgrade,.header a.ad-upgrade:hover,.header a.ad-upgrade:visited {
    color: #fff
}

.header-nav-max-width {
    max-width: 900px
}

.header-nav-min-width {
    min-width: 424px
}

.header-strip-color {
    color: #fff
}

.header-strip-fill {
    fill: #fff
}

.header-sub-menu a {
    cursor: pointer;
    line-height: 120%
}

.header-sub-menu a,.header-sub-menu a:hover,.header-sub-menu a:visited {
    color: #505656
}

.header-sub-menu a.switchOff {
    color: #c23b2d
}

.header .active,.header a.active,.header a:hover.active,.header a:visited.active {
    color: #548ab1;
    font-weight: 400
}

.header-strip {
    -webkit-print-color-adjust: exact;
    background-color: #548ab1;
    color: #fff;
    font-weight: 300;
    min-height: 8px
}

body.returnToMobileHeader .header-strip {
    min-width: 705px
}

.header-strip h1,.header-strip h2,.header-strip h3 {
    color: #fff
}

.count {
    position: relative
}

.count[data-badge]:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: attr(data-badge);
    font-size: .65em;
    height: 1.7em;
    line-height: 1.7em;
    margin: .22rem;
    position: absolute;
    right: -50px;
    text-align: center;
    top: -11px;
    width: 1.7em
}

.custom-margin-top {
    margin-top: 60px
}

[dir=rtl] .count[data-badge]:after {
    left: -50px;
    right: auto
}

[dir=rtl][lang=ar] .count[data-badge]:after {
    font-family: Noto Sans,sans-serif
}

.count-active[data-badge]:after {
    background-color: #b8d1e7;
    border: none;
    color: #222
}

.header-info .count {
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.header-strip .next-step {
    max-width: 340px
}

@media (max-width: 1242px) {
    .header-strip .next-step {
        max-width:268px
    }
}

@media (max-width: 880px) {
    .header-strip .next-step {
        max-width:172px
    }
}

.header-strip a.next-step,.header-strip a.next-step:hover,.header-strip a.next-step:visited {
    color: #222
}

.header-circles {
    border-width: 14px;
    height: 62px;
    width: 62px
}

@media (max-width: 1242px) {
    .header-circles {
        border-width:12px;
        height: 52px;
        width: 52px
    }
}

.header-circles.border {
    border-color: #386e94;
    opacity: 1
}

.header-circles svg {
    -webkit-transform: translate(-50%,-50%);
    fill: #154163;
    height: auto;
    left: 50%;
    opacity: .3;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 75%
}

[dir=rtl] .header-circles svg {
    -ms-transform: translate(50%,-50%)
}

.header-circles-highlight svg {
    opacity: .6
}

.profile-progress {
    height: 90px;
    width: 90px
}

@media (max-width: 1242px) {
    .profile-progress {
        height:76px;
        width: 76px
    }
}

.profile-progress svg {
    fill: #1e3d54;
    height: 100%;
    opacity: 1;
    width: 100%
}

.profile-progress {
    fill: #1b384c
}

.icon-holder {
    bottom: -1px;
    left: 54px;
    width: 65px
}

[dir=rtl] .icon-holder {
    left: auto;
    right: 54px
}

.header-sub-menu ul {
    -webkit-transform-origin: top;
    -webkit-transition: all .35s ease-out;
    background: #fff;
    display: none;
    left: -50%;
    position: absolute;
    top: 100%;
    transform-origin: top;
    transition: all .35s ease-out;
    z-index: 3
}

.header-sub-menu ul li {
    white-space: nowrap;
    width: auto
}

.header-sub-menu li:active,.header-sub-menu ul li:active,.header-sub-menu ul li:hover {
    background-color: #f7f7f7
}

.header-sub-menu .no-hover-highlight:hover {
    background-color: transparent
}

.header-sub-menu .no-hover-highlight {
    cursor: default
}

.header-sub-menu .profile-completion a {
    color: #fff
}

.header-sub-menu li ul {
    -webkit-transform: translateY(-35%);
    background: #fff;
    display: none;
    left: 100%;
    max-height: 600px;
    overflow: auto;
    position: absolute;
    top: 1rem;
    transform: translateY(-35%);
    z-index: 3
}

.header-sub-menu ul.menu-pop {
    background: #fff;
    border: 12px solid #fff;
    display: block
}

.header-sub-menu.profile-icon ul {
    width: auto
}

.header-sub-menu.profile-icon ul,.header-sub-menu.settings ul,.header-sub-menu.three-dot ul {
    -webkit-transform: translateX(0);
    left: auto;
    right: 0;
    transform: translateX(0)
}

.header-sub-menu.folders ul {
    left: 0
}

.header-sub-menu:active li ul,.header-sub-menu:hover li ul {
    display: none
}

.header-sub-menu li:active ul,.header-sub-menu li:hover ul {
    display: block;
    z-index: 2
}

.header .count[data-badge]:after {
    background-color: #548ab1;
    border: none;
    color: #fff;
    right: -30px
}

@media (max-width: 1400px) {
    .header .count[data-badge]:after {
        right:-22px
    }
}

@media (max-width: 800px) {
    .header .count[data-badge]:after {
        right:-20px
    }
}

.header-sub-menu ul .count[data-badge]:after {
    right: -8px;
    top: 8px
}

.header-sub-menu ul .count[data-badge] {
    padding-right: 1.25rem
}

[dir=rtl] .header-sub-menu ul .count[data-badge] {
    padding-left: 1.25rem;
    padding-right: .5rem
}

.header-sub-menu .border-bottom,.header-sub-menu .border-top,.sub-menu .border-bottom,.sub-menu .border-top {
    border-color: #e9e9e9
}

.header-sub-menu.profile-icon ul:after {
    border-width: 15px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    right: 5px
}

.header-sub-menu.profile-icon ul:before {
    border-width: 21px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    right: 5px
}

.header-sub-menu .header-sub-sub-menu {
    max-height: 200px;
    overflow-y: auto;
    right: 0
}

.header-sub-menu.settings .header-sub-sub-menu {
    -webkit-transform: translateX(-100%);
    left: 0;
    right: auto;
    top: 50%;
    transform: translateX(-100%)
}

.header-sub-menu.settings ul:after {
    border-width: 10px;
    bottom: 102%;
    margin-left: 39%
}

.header-sub-menu.settings ul:before {
    border-width: 12px;
    bottom: 102%;
    margin-left: 39%
}

.header-sub-menu.profile-icon,.header-sub-menu.settings {
    cursor: pointer
}

@media (min-width: 64em) {
    .header-upgrade-ad {
        display:block
    }
}

@media (min-width: 40em) {
    .header-upgrade-ad {
        display:none
    }
}

.header .settings-fill {
    fill: #333
}

.tabs .active {
    position: relative
}

.tabs .active:before {
    border: 2px solid #fff;
    bottom: -32px;
    content: "";
    position: absolute;
    width: 100%
}

.iconsettings {
    height: 25px;
    margin: 7px 0;
    width: 25px
}

.cross-site-join li:active,.cross-site-join ul li:active,.cross-site-join ul li:hover {
    background-color: #fff
}

.cross-site-join a {
    width: 380px
}

.cross-site-join ul li {
    white-space: normal
}

.cross-site-join ul li:last-child {
    border-bottom: none
}

.cross-site-heading {
    color: #1e3d54
}

[dir=rtl] .cross-site-join,[dir=rtl] .header-sub-menu.profile-icon ul,[dir=rtl] .header-sub-menu.settings ul {
    -webkit-transform: translateX(0);
    left: 0;
    right: auto;
    transform: translateX(0)
}

[dir=rtl] .header-sub-menu.settings .header-sub-sub-menu {
    -webkit-transform: translateX(119%);
    transform: translateX(119%)
}

[dir=rtl] .header .count[data-badge]:after {
    left: -35px;
    right: auto
}

[dir=rtl] .header-sub-menu ul .count[data-badge]:after {
    left: -8px;
    right: auto
}

[dir=rtl] .header-sub-menu.profile-icon ul:after,[dir=rtl] .header-sub-menu.profile-icon ul:before {
    left: 5px;
    margin-left: 0
}

[dir=rtl] .header-sub-menu.settings ul:after,[dir=rtl] .header-sub-menu.settings ul:before {
    left: -10px;
    margin-left: 0
}

[dir=rtl] .header-sub-menu .header-sub-sub-menu {
    left: 0;
    right: auto
}

@media (max-width: 1400px) {
    .header .h3 {
        font-size:.9rem
    }

    .header-strip h1 {
        font-size: 1.5rem
    }

    .header .max-width-3 {
        max-width: 42rem
    }
}

#headerouter:before {
    background-image: url(hero.jpg);
    background-position: 65%;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: fixed;
    width: 100%
}

#headerouter.female:before {
    background-image: url(/assets/images/landing/v2/18/landing.jpg)
}

#headerouter.min-height-5:before {
    position: absolute
}

[dir=rtl] #headerouter:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

#headerouter.min-height-5:before {
    background-position: 65% 25%
}

#headerouter .body-font-color,#headerouter footer,.auth label {
    color: #fff
}

#headerouter footer {
    z-index: 2
}

.membernav svg {
    fill: #fff;
    height: 20px;
    margin: 0 5px;
    width: 20px
}

.membernav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.membernav a {
    color: #fff;
    text-decoration: none
}

.membernav li {
    background: rgba(0,0,0,.8);
    position: relative
}

.membernav ul ul {
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 120%
}

.membernav ul ul li {
    background: hsla(0,0%,100%,.8);
    width: auto
}

.membernav ul ul li:hover {
    background: #fff;
    width: auto
}

.membernav ul ul li a {
    color: #565656;
    line-height: 120%
}

.membernav ul li:hover>ul {
    display: block
}

.membernav .arrow svg {
    -webkit-transform: rotate(90deg);
    height: 15px;
    transform: rotate(90deg);
    width: 15px
}

.membernav li:hover .arrow svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

[dir=rtl] .membernav .arrow svg {
    -ms-transform: rotate(-90deg)
}

[dir=rtl] .membernav li:hover .arrow svg {
    -ms-transform: rotate(90deg)
}

@supports (-ms-ime-align:auto) {
    [dir=rtl] .membernav .arrow svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    [dir=rtl] .membernav li:hover .arrow svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

#logoutPage a,.link-color a {
    color: #548ab1;
    text-decoration: none
}

a.btn-color,a.btn-color:active,a.btn-color:hover,a.btn-color:visited {
    color: #fff
}

.blackscreen-min-height {
    min-height: 85vh
}

.bg-silver {
    background-color: #f8f8f7
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

.unit,label,label a,legend {
    color: #565656
}

label a {
    font-weight: 700
}

label a.active,label a:active {
    color: #93849f;
    font-weight: 500
}

label.count[data-badge]:after {
    background-color: #548ab1;
    border: none;
    color: #fff;
    right: -35px
}

label.count.max[data-badge]:after {
    background-color: #ff4136
}

.invalidMessage {
    color: #c23b2d
}

.login .invalidMessage {
    color: #fff
}

input,label.accordion,select,textarea {
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
    color: #565656;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    outline: 0;
    padding: .5rem;
    vertical-align: middle
}

input::-webkit-input-placeholder {
    color: #b5b4b4;
    font-weight: 300
}

input:-ms-input-placeholder {
    color: #b5b4b4;
    font-weight: 300
}

input::placeholder {
    color: #b5b4b4;
    font-weight: 300
}

select.filter {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 1.5rem
}

[dir=rtl] select.filter {
    padding-left: 1.5rem;
    padding-right: .5rem
}

textarea {
    max-height: 280px;
    resize: none
}

input:focus:invalid,select:focus:invalid {
    border-color: #c23b2d
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTQuOSA0LjZoMTUuMmwtNy42IDcuNmMwLS4xLTcuNi03LjYtNy42LTcuNnoiLz48L3N2Zz4=) no-repeat 100% 100%;
    background-size: 25px 25px
}

select::-ms-expand {
    display: none
}

select.filter {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSI+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTQuOSA0LjZoMTUuMmwtNy42IDcuNmMwLS4xLTcuNi03LjYtNy42LTcuNnoiLz48L3N2Zz4=) no-repeat 100% 60%
}

[dir=rtl] select {
    background-position: 0 100%
}

/*!*input:focus:empty,*!*/
.select:focus,input:focus:valid,select:focus:valid,textarea:focus:valid {
    border-color: #129fea
}

textarea:focus::-webkit-input-placeholder {
    color: #ccc
}

.selectopt:valid,input:valid,select:valid,textarea:valid {
    border: 1px solid #ccc
}

select:valid.filter {
    border: 0
}

.disabled,[disabled],[disabled]:empty {
    background-color: transparent;
    border-color: transparent;
    cursor: none;
    opacity: .6;
    overflow: hidden
}

[disabled]~.icon .unchecked,[disabled]~span {
    cursor: none
}

[type=submit]:invalid,[type=submit]:valid {
    border: 0;
    cursor: none;
    opacity: 1
}

[type=submit]:valid {
    cursor: pointer
}

select[disabled] {
    background-image: none
}

.unit-right {
    right: 1em
}

.unit-left {
    left: 1em
}

.form-field {
    margin-top: .18rem
}

[type=checkbox]~.icon,[type=radio]~.icon {
    cursor: pointer
}

[type=checkbox][disabled]~.icon,[type=checkbox][disabled]~.icon .unchecked,[type=checkbox]~.icon,[type=checkbox]~.icon .unchecked {
    border-radius: 4px;
    color: #cdcdcd;
    fill: #8c8c8c;
    stroke: none
}

[type=checkbox].indeterminate~.icon .indeterminate,[type=checkbox]~.icon .unchecked {
    display: block
}

[type=radio]~.icon .unchecked {
    color: #fff;
    display: block;
    fill: #8c8c8c
}

[type=checkbox],[type=checkbox].indeterminate~.icon .unchecked,[type=checkbox]:checked~.icon .indeterminate,[type=checkbox]:checked~.icon .unchecked,[type=checkbox]:not(:checked)~.icon .checked,[type=radio],[type=radio]:checked~.icon .unchecked,[type=radio]:not(:checked)~.icon .checked {
    display: none
}

[type=radio]:checked~.icon .checked {
    display: block
}

input[type=checkbox]~.icon-medium {
    height: 2rem;
    width: 2rem
}

[type=checkbox]~.blue {
    color: #fff;
    fill: #1525a2
}

[type=checkbox]~.green {
    color: #fff;
    fill: #7faf41
}

[type=checkbox]~.theme {
    color: #fff;
    fill: #548ab1
}

[type=radio]~.radio-blue {
    color: #1525a2;
    fill: #1525a2
}

[type=radio]~.radio-green {
    color: #7faf41;
    fill: #7faf41
}

[type=radio]~.radio-theme {
    color: #548ab1;
    fill: #548ab1
}

.selectElement .select {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    min-height: 35px;
    overflow: hidden;
    position: relative
}

.selectElement .select:focus {
    border: 1px solid #129fea;
    outline: 0
}

.selectElement .select.required {
    border-color: #ff851b
}

.selectElement .option {
    -webkit-box-sizing: border-box;
    -webkit-transition: background .4s ease-in-out;
    background: #93849f;
    box-sizing: border-box;
    overflow: hidden;
    transition: background .4s ease-in-out;
    white-space: nowrap;
    z-index: 1
}

.selectElement .side-nav {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    display: none;
    height: 100%
}

.select .divide {
    display: none
}

.select:hover .divide,.select:hover .side-nav {
    display: block
}

.selectElement label:first-child {
    margin-top: 35px
}

.selectElement[disabled] .option,.selectElement[disabled] input:checked+.option {
    background: #f8f8f7
}

.selectElement[disabled] .select {
    border: 0;
    pointer-events: none
}

.select:hover .option {
    color: #fff;
    pointer-events: all;
    position: relative
}

.selectElement[disabled] .select:hover .option {
    pointer-events: none;
    position: absolute
}

.selectElement input {
    left: -99999px;
    opacity: 0;
    position: absolute
}

.selectElement input:checked+.option {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    background: #fff;
    border-top: none;
    box-shadow: inset 0 1px 3px #ddd;
    color: #565656;
    min-height: 35px;
    order: 1;
    position: relative;
    z-index: 2
}

.selectElement[disabled] input:checked+.option {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #717171
}

.selectElement input:checked+label {
    outline: 0
}

.selectElement input:checked+label:after {
    content: "x";
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.selectElement[disabled] input:checked+label:after {
    content: ""
}

.selectElement input:first-child:checked+label:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #565656;
    content: "";
    right: 10px;
    top: 16px
}

.selectElement[disabled] input:first-child:checked+label:after {
    border: 0;
    content: ""
}

.selectElement input:checked+label:before {
    background: #fff;
    content: "";
    position: absolute;
    right: 0;
    width: 40px
}

svg {
    display: inline-block;
    vertical-align: middle
}

input[type=range] {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background-color: rgba(0,0,0,.0625);
    border: 1px solid transparent;
    box-shadow: none;
    height: 6px
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #93849f;
    border: none;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

input[type=range][disabled]::-webkit-slider-thumb {
    background: transparent
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-moz-range-track {
    background: #ddd;
    border: none;
    border-radius: 3px;
    height: 5px;
    width: 300px
}

input[type=range]::-moz-range-thumb {
    background: #93849f;
    border: none;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

input[type=range][disabled]::-moz-range-thumb {
    background: transparent
}

input[type=range]:-moz-focusring {
    outline: 1px solid #fff;
    outline-offset: -1px
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
    height: 5px
}

input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px
}

input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px
}

input[type=range]::-ms-thumb {
    background: #93849f;
    border: none;
    border-radius: 50%;
    height: 20px;
    width: 20px
}

input[type=range][disabled]::-ms-thumb {
    background: transparent
}

input[type=range]:focus::-ms-fill-lower {
    background: #888
}

input[type=range]:focus::-ms-fill-upper {
    background: #ccc
}

.accordion,.accordion a {
    border-color: #ccc;
    color: #565656
}

.accordion .icon:first-child {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordion .active .icon:first-child {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.accordion .active output {
    min-height: 22px
}

.disable-select {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.switch input+label {
    background-color: #fff;
    padding: .25rem;
    width: 3.25rem
}

[lang=ko] .switch label {
    width: 5rem
}

.switch.theme :checked+label {
    background-color: #548ab1;
    color: #fff
}

.switch.blue :checked+label {
    background-color: #1525a2;
    color: #fff
}

.switch.green :checked+label {
    background-color: #7faf41;
    color: #fff
}

#form-login .invalidMessage,#form-login label {
    color: #505656
}

.checkbox-group[aria-invalid=true] .invalidMessage {
    display: none
}

.checkbox-group[aria-invalid=true]>.invalidMessage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form .invalidMessage .icon-error {
    fill: #c23b2d;
    height: 20px;
    width: 20px
}

[aria-invalid=true] .field.is-error,[aria-invalid=true] .field:invalid,[aria-invalid=true] .field:valid {
    border-color: #ff4136
}

form.submitted .field.is-error,form.submitted .field:invalid {
    border-color: #ff4136;
    margin-bottom: 0
}

[aria-invalid=true] .field {
    margin-bottom: 0
}

[aria-invalid=true] select {
    margin-bottom: 8px
}

[aria-invalid=true] .invalidMessage {
    color: #c23b2d;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    font-size: .875rem;
    font-weight: 200;
    margin-bottom: .5rem;
    margin-top: .5rem
}

.bg-theme-primary [aria-invalid=true] .invalidMessage {
    color: #505656
}

.form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.form-item {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.form-item.flex-column .form-field.mt2 {
    margin-top: .5rem
}

.form-item.flex-column label {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}

.form input:not([type]) {
    -webkit-box-shadow: inset 0 1px 3px #ddd;
    -webkit-box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 3px #ddd;
    box-sizing: border-box;
    display: inline-block;
    padding: .5em .6em
}

.form input[type=color] {
    padding: .5rem
}

.form input:not([type]):focus {
    border-color: #129fea;
    outline: 0
}

.form input[type=checkbox]:focus,.form input[type=file]:focus,.form input[type=radio]:focus {
    outline: thin solid #129fea;
    outline: 1px auto #129fea
}

.form .checkbox,.form .radio {
    display: block;
    margin: .5em 0
}

.form input:not([type])[disabled] {
    background-color: #eaeded;
    color: #cad2d3;
    cursor: not-allowed
}

.form input[readonly],.form select[readonly],.form textarea[readonly] {
    background-color: #eee;
    border-color: #ccc;
    color: #777
}

.form input:focus:invalid,.form select:focus:invalid,.form textarea:focus:invalid {
    border-color: #e9322d;
    color: #b94a48
}

.form input[type=checkbox]:focus:invalid:focus,.form input[type=file]:focus:invalid:focus,.form input[type=radio]:focus:invalid:focus {
    outline-color: #e9322d
}

.form select[multiple] {
    background-image: none;
    height: auto
}

.form .input-rounded,.form input.input-rounded {
    border-radius: 2em;
    padding: .5em 1em
}

.form .group fieldset {
    margin-bottom: 10px
}

.form .group input,.form .group textarea {
    border-radius: 0;
    display: block;
    margin: 0 0 -1px;
    padding: 10px;
    position: relative;
    top: -1px
}

.form .group input:first-child,.form .group textarea:first-child {
    border-radius: 4px 4px 0 0;
    margin: 0;
    top: 1px
}

.form .group input:first-child:last-child,.form .group textarea:first-child:last-child {
    border-radius: 4px;
    margin: 0;
    top: 1px
}

.form .group input:last-child,.form .group textarea:last-child {
    border-radius: 0 0 4px 4px;
    margin: 0;
    top: -2px
}

.form .group button {
    margin: .35em 0
}

.form-message-inline,.form .help-inline {
    color: #666;
    display: inline-block;
    font-size: .875rem;
    padding-left: .3em;
    vertical-align: middle
}

.form-field select::-ms-expand {
    display: none
}

[id|=auth-showforgotpassword] .bg-silver {
    background-color: #ededed
}

[id|=auth-showforgotpassword] .border-dark-grey {
    border-color: #ccc
}

[id|=auth-resetpassword] .bg-silver {
    background-color: #ededed
}

[id|=auth-resetpassword] .border-dark-grey {
    border-color: #ccc
}

.checkbox-line-wrap:first-line {
    line-height: 2
}

#age {
    min-width: 50px
}

form {
    -webkit-animation: forcerepaint infinite 1s
}

@-webkit-keyframes forcerepaint {
    0% {
        padding: 0
    }

    to {
        padding: 0
    }
}

[data-validate-requireone] div.invalidMessage {
    display: none
}

[data-validate-requireone] div.invalidMessage:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.switch div.invalidMessage {
    display: none
}

.switch div.invalidMessage:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

[dir=ltr] .ms-auto {
    margin-left: auto
}

[dir=ltr] .me-auto,[dir=rtl] .ms-auto {
    margin-right: auto
}

[dir=rtl] .me-auto {
    margin-left: auto
}

[dir=ltr] .ms0 {
    margin-left: 0
}

[dir=ltr] .me0,[dir=rtl] .ms0 {
    margin-right: 0
}

[dir=rtl] .me0 {
    margin-left: 0
}

[dir=ltr] .ms1 {
    margin-left: .5rem
}

[dir=ltr] .me1,[dir=rtl] .ms1 {
    margin-right: .5rem
}

[dir=rtl] .me1 {
    margin-left: .5rem
}

[dir=ltr] .ms2 {
    margin-left: 1rem
}

[dir=ltr] .me2,[dir=rtl] .ms2 {
    margin-right: 1rem
}

[dir=rtl] .me2 {
    margin-left: 1rem
}

[dir=ltr] .ms3 {
    margin-left: 2rem
}

[dir=ltr] .me3,[dir=rtl] .ms3 {
    margin-right: 2rem
}

[dir=rtl] .me3 {
    margin-left: 2rem
}

[dir=ltr] .ms4 {
    margin-left: 4rem
}

[dir=ltr] .me4,[dir=rtl] .ms4 {
    margin-right: 4rem
}

[dir=rtl] .me4 {
    margin-left: 4rem
}

[dir=ltr] .msn1 {
    margin-left: -.5rem;
    margin-top: -.5rem
}

[dir=rtl] .msn1 {
    margin-right: -.5rem;
    margin-top: -.5rem
}

.man1 {
    margin-after: -.5rem
}

[dir=ltr] .msn2 {
    margin-left: -1rem;
    margin-top: -1rem
}

[dir=rtl] .msn2 {
    margin-right: -1rem;
    margin-top: -1rem
}

.man2 {
    margin-after: -1rem
}

[dir=ltr] .msn3 {
    margin-left: -2rem;
    margin-top: -2rem
}

[dir=rtl] .msn3 {
    margin-right: -2rem;
    margin-top: -2rem
}

.man3 {
    margin-after: -2rem
}

[dir=ltr] .msn4 {
    margin-left: -4rem;
    margin-top: -4rem
}

[dir=rtl] .msn4 {
    margin-right: -4rem;
    margin-top: -4rem
}

.man4 {
    margin-after: -4rem
}

.mtn1 {
    margin-top: -.5rem
}

.mtn2 {
    margin-top: -1rem
}

.mtn3 {
    margin-top: -2rem
}

.mtn4 {
    margin-top: -4rem
}

[dir=ltr] .ps0 {
    padding-left: 0
}

[dir=ltr] .pe0,[dir=rtl] .ps0 {
    padding-right: 0
}

[dir=rtl] .pe0 {
    padding-left: 0
}

[dir=ltr] .ps1 {
    padding-left: .5rem
}

[dir=ltr] .pe1,[dir=rtl] .ps1 {
    padding-right: .5rem
}

[dir=rtl] .pe1 {
    padding-left: .5rem
}

[dir=ltr] .ps2 {
    padding-left: 1rem
}

[dir=ltr] .pe2,[dir=rtl] .ps2 {
    padding-right: 1rem
}

[dir=rtl] .pe2 {
    padding-left: 1rem
}

[dir=ltr] .ps3 {
    padding-left: 2rem
}

[dir=ltr] .pe3,[dir=rtl] .ps3 {
    padding-right: 2rem
}

[dir=rtl] .pe3 {
    padding-left: 2rem
}

[dir=ltr] .ps4 {
    padding-left: 4rem
}

[dir=ltr] .pe4,[dir=rtl] .ps4 {
    padding-right: 4rem
}

[dir=rtl] .pe4 {
    padding-left: 4rem
}

[dir=ltr] .start {
    float: left
}

[dir=ltr] .end,[dir=rtl] .start {
    float: right
}

[dir=rtl] .end {
    float: left
}

[dir=ltr] .start-0 {
    left: 0
}

[dir=ltr] .end-0,[dir=rtl] .start-0 {
    right: 0
}

[dir=rtl] .end-0 {
    left: 0
}

.tooltip-text {
    -webkit-transition: opacity .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    display: none;
    opacity: 0;
    top: 105%;
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    visibility: hidden;
    width: 200px;
    z-index: 2
}

.tooltip:hover~.tooltip-text {
    display: block;
    opacity: 1;
    visibility: visible
}

.tooltip:hover~.tooltip-text-center {
    -webkit-transform: translateX(-50%) translateY(0);
    -webkit-transition-duration: 0s;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    transition-duration: 0s
}

.tooltip:hover~.tooltip-text-left {
    left: 0
}

.tooltip:hover~.tooltip-text-right {
    left: auto;
    right: 0
}

[dir=rtl] .tooltip:hover~.tooltip-text-right {
    left: 0;
    right: auto
}

.tooltip a {
    color: #fff;
    text-decoration: underline
}

.tooltip-text-width-auto {
    width: auto
}

.tooltip:hover~.tooltip-text-bottom {
    top: 100%
}

.tooltip:hover~.tooltip-text-top {
    top: 15%
}

.tooltip:hover~.tooltip-text-above {
    top: -130%
}

.tooltip-profile-text {
    -webkit-transition: opacity .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    opacity: 0;
    top: -105%;
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1);
    transition: opacity .2s cubic-bezier(.64,.09,.08,1),transform .2s cubic-bezier(.64,.09,.08,1),-webkit-transform .2s cubic-bezier(.64,.09,.08,1);
    visibility: hidden;
    z-index: 2
}

.tooltip-profile a {
    color: #fff;
    text-decoration: underline
}

.tooltip-profile:hover~.tooltip-profile-text {
    display: block;
    opacity: 1;
    visibility: visible
}

.tooltip-profile:hover~.tooltip-action-lg-btn {
    left: auto;
    right: 0;
    top: 105%
}

.tooltip-profile:hover~.tooltip-action-sm-btn {
    left: auto;
    right: 0;
    top: -105%
}

[dir=rtl] .tooltip-profile:hover~.tooltip-action-lg-btn {
    left: 0;
    right: auto;
    top: 105%
}

[dir=rtl] .tooltip-profile:hover~.tooltip-action-sm-btn {
    left: 0;
    right: auto;
    top: -105%
}

@media (max-width: 1242px) {
    .tooltip-profile:hover~.tooltip-action-lg-btn {
        left:0;
        right: auto;
        top: -65%
    }

    .tooltip-profile:hover~.tooltip-action-sm-btn {
        left: auto;
        right: 0;
        top: -105%
    }

    [dir=rtl] .tooltip-profile:hover~.tooltip-action-lg-btn {
        left: auto;
        right: 0;
        top: -65%
    }

    [dir=rtl] .tooltip-profile:hover~.tooltip-action-sm-btn {
        top: -105%
    }
}

.gender-group {
    fill: #ddd
}

.gender-checkbox div,.gender-checkbox label {
    height: 2.25rem;
    width: 2.25rem
}

.gender-checkbox svg {
    display: block;
    height: 2rem;
    pointer-events: none;
    width: 2rem
}

.gender-male :checked~div {
    background: #c4d6f3;
    fill: #608acf
}

.gender-female :checked~div {
    background: #f1d6ed;
    fill: #a45996
}

#modal {
    -webkit-box-sizing: border-box;
    background: rgba(0,0,0,.5);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    opacity: 0;
    overflow: hidden;
    right: 0;
    top: 0
}

#modal .highlightAB {
    color: #548ab1
}

.modal-open #modal {
    -webkit-transition: opacity 1s .5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    opacity: 1;
    transition: opacity 1s .5s;
    z-index: 5000!important
}

.modal {
    display: none
}

.modal-content {
    background-color: #fff;
    color: #323232;
    max-height: calc(100% - 36px)
}

.oas .modal-content {
    max-height: 86%
}

.modal-content .arrow {
    color: #fff
}

.modal-open .modal {
    display: block;
    max-height: 90vh;
    overflow-y: auto
}

@media (max-height: 704px) {
    .modal-open .modal {
        max-height:98vh
    }
}

.modal [aria-controls] {
    cursor: pointer;
    min-height: 1em
}

.modal .actions {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    text-align: center
}

.modal .actions:last-child,.modal:last-child {
    margin-bottom: 0
}

.modal .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0074d9;
    display: block;
    margin: 10px 0;
    padding: .75rem;
    position: relative;
    width: 100%
}

.modal .link {
    color: #0074d9;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.modal .lowercase {
    text-transform: lowercase
}

.modal .counter {
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#f1f1f1),color-stop(51%,#e1e1e1),to(#f6f6f6));
    background: linear-gradient(180deg,#fff 0,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f6f6f6",GradientType=0)
}

html.modal-open {
    position: fixed;
    width: 100%
}

@media(max-width: 1242px) {
    #registerModal .p3 {
        padding:1rem
    }

    #registerModal .icon-30 {
        height: 20px;
        width: 20px
    }

    #registerModal .mb2 {
        margin-bottom: .5rem
    }

    #registerModal .h1 {
        font-size: 1.7rem
    }
}

.modal-photos {
    overflow-x: hidden
}

@media (max-height: 750px) {
    .modal-open .modal.modal-photos {
        max-height:100vh
    }
}

.big-photo-holder {
    height: 500px;
    width: 500px
}

.thumbnail {
    height: 60px;
    width: 60px
}

@media (max-height: 672px) {
    .thumbnail {
        height:60px;
        width: 60px
    }
}

@media (max-height: 652px) {
    .thumbnail {
        height:50px;
        width: 50px
    }
}

@media (max-height: 629px) {
    .big-photo-holder {
        height:72vh;
        width: 72vh
    }
}

@media (max-height: 580px) {
    .big-photo-holder {
        height:65vh;
        width: 65vh
    }
}

#big-photo img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto
}

#gallery-big-photo img {
    height: 95%;
    width: auto
}

.modal .facebook {
    background-color: #3b5998
}

.mini-modal {
    left: 70px
}

[data-device=tablet] .mini-modal {
    left: 58px
}

[dir=rtl] .mini-modal {
    left: auto;
    right: 70px
}

[data-device=tablet][dir=rtl] .mini-modal {
    right: 58px
}

.mini-modal img {
    border: 1px solid #c0bebe;
    height: 95px;
    margin: 0 2px;
    width: 85px
}

.mini-modal-details {
    width: 280px
}

.grayscale .mini-modal {
    display: none
}

#modal p a {
    color: #548ab1
}

.section-top:before {
    background-attachment: fixed;
    background-image: url(hero.jpg);
    background-position: 50% 65%;
    background-size: cover;
    content: "";
    display: block;
    min-height: 97.5vh;
    position: absolute;
    width: 100%
}

.section-top.female:before {
    background-image: url(/assets/images/landing/v2/18/landing.jpg)
}

[dir=rtl] .section-top:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

[data-device=tablet] .section-top:before {
    background-attachment: scroll
}

@media (min-width: 1450px) {
    .section-top:before {
        background-position:65%
    }
}

.height-97,.section-top {
    min-height: 97.5vh
}

@media (max-width: 1242px) {
    .section-top:before {
        background-position:center;
		background-image: url(https://www.gaycupid.com/index_files/18.jpg);
		background-size: cover;
		content: "";
		display: block;
		min-height: 100vh;
		position: absolute;
		width: 100%;
		 background-attachment: scroll;
    }

    .height-97 {
        min-height: 60vh;
    }
}

[data-device=tablet] .section-top,[data-device=tablet] .section-top:before {
    min-height: 60vh
}

@media only screen and (orientation: portrait) {
    .height-97 {
        min-height:60vh
    }
}

.section-top .h1 {
    font-size: 4rem;
    line-height: 3.5rem
}

.section-top h1,.section-top h2 {
    text-shadow: 0 3px 6px rgba(0,0,0,.4)
}

.landing-benefits {
    background-color: rgba(0,0,0,.6);
    color: #fff
}

.landing-benefits .dot {
    background-color: #548ab1;
    height: 20px;
    width: 20px
}

.trustbadge {
    height: 56px;
    width: 130px
}

.how-it-works .step {
    background-color: #548ab1;
    height: 20px;
    width: 20px
}

.landing-bg-grey {
    background-color: #eee
}

.testimonial img {
    height: auto;
    max-width: 200px;
    width: 100%
}

.phone .wrapper {
    height: 307px;
    left: 19px;
    top: 63px;
    width: 251px
}

.phone .wrapper .phone-header {
    background-color: #b8d1e7;
    height: 50px
}

.phone .menu-icon {
    fill: #333
}

.phone .wrapper .card-header .image {
    background-position: 50%;
    background-size: cover;
    border-color: #fff;
    border-width: 2px;
    height: 63px;
    width: 63px
}

.phone .wrapper .details {
    margin-left: 83px
}

.phone .wrapper .details .h3 {
    color: #565656;
    font-size: 20px
}

.phone .wrapper .details .h5 {
    font-size: 14px
}

.footer {
    background-color: #eee
}

.footer a {
    color: #715778;
    font-size: 14px;
    margin: 5px 0;
    text-decoration: none
}

.footer .col-2 {
    width: 20%
}

@media (max-width: 1242px) {
    .footer.px4 {
        padding-left:.5rem;
        padding-right: .5rem
    }

    .footer a {
        font-size: 30px;
        padding: 0 5px;
        word-wrap: break-word
    }
}

.otherlangs,.otherlangs a,.trademark {
    background-color: #565656;
    color: #fff
}

.mobileapp:before {
    background: -webkit-gradient(linear,left top,right top,color-stop(40%,#548ab1),to(rgba(84,138,177,.8))),url(/assets/images/default/mobile_bg/18.jpg) no-repeat bottom;
    background: linear-gradient(90deg,#548ab1 40%,rgba(84,138,177,.8)),url(/assets/images/default/mobile_bg/18.jpg) no-repeat bottom;
    background-size: cover;
    content: "";
    display: block;
    min-height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1
}

[dir=rtl] .mobileapp:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.mobileapp h2 {
    color: #fff
}

.modal h1 {
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-shadow: none
}

/*# sourceMappingURL=singleparentlove-landing.css.map */
