/* Church Grants styles */

html {
    min-height: 100%;
    position: relative;
}
body {
    font-family: Roboto, Arial, sans-serif;
    margin-bottom: 130px;
    padding: 60px 0 0 180px;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -font-smoothing: antialiased;
}
.container {
    padding-left: 30px;
    padding-right: 30px;
}
.off-left {
    position: absolute;
    left: -9999px;
}
#banner-slim {
    height: 250px;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
}
#banner-slim:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#152c32+0,152c32+83,050c0b+83&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(21,44,50,0) 0%, rgba(5,12,11,0.83) 83%, rgba(5,12,11,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(21,44,50,0) 0%,rgba(5,12,11,0.83) 83%,rgba(5,12,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(21,44,50,0) 0%,rgba(5,12,11,0.83) 83%,rgba(5,12,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00152c32', endColorstr='#050c0b',GradientType=0 ); /* IE6-9 */
}
#banner-slim .container-container {
    position: absolute;
    bottom: 20px;
    width: 100%;
}
#banner-slim .container {
    z-index: 2;
    position: relative;
}
#banner-slim .breadcrumb-container {
    text-align: right;
}
#banner-slim .breadcrumb-container ol {
    position: relative;
    top: 20px;
    padding: 0;
    margin: 0;
    background: none;
}
#banner-slim .breadcrumb-container ol li {
    display: inline-block;
}
#banner-slim .breadcrumb-item.active,
#banner-slim .breadcrumb-container a {
    color: #fff;
}
#banner-slim .breadcrumb-item.active {
    font-weight: bold;
}
.post-content {
    margin: 30px 0;
}
.post-content p:first-of-type {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
}
.post-content h1,
h2.main-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
h2.main-heading:not(.h3) {
    font-size: 2.1rem;
}
.post-content h2:not(.main-heading) {
    margin: 50px 0 15px;
    font-size: 1.6rem;
}
.post-content .post-content-container {
    line-height: 1.8;
}
.post-content img {
    max-width: 100%;
}
.post-content img.aligncenter {
    display: block;
    margin: 0 auto;
}
#cg-title {
    position: absolute;
    left: 20px;
    top: 20px;
}
table.table a {
    word-break: break-all;
}
.text-center {
    text-align: center;
}
.text-small {
    font-size: 0.9em;
}
.type-description {
    position: relative;
}
.type-description i {
    font-size: 25px;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.bg-color-white {
    background-color: #fff;
}
.strike {
    text-decoration: line-through;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.col-float {
    position: relative;
}
.col-float > .card-fix {
    position: fixed;
    top: 70px;
}
.col-float > .card-fix.card-fix-bottom {
    position: absolute;
    top: auto;
    bottom: 0;
}

.card.card-background {
    min-height: 250px;
    position: relative;
}
.card.card-background .card-body {
    padding-right: calc(40% + 20px);
}
.card.card-background .card-image {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    width: 40%;
    height: 100%;
    background-position: center;
}

#nav-main {
    position: fixed;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    background-color: #5c9193;
    z-index: 200;
}
#nav-main #logo {
    height: 60px;
    background-color: #50888a;
}
#nav-main #logo img {
    width: 120px;
    height: auto;
    position: relative;
    left: 15px;
    top: 5px;
}
#nav-main ul {
    padding: 0;
    font-weight: bold;
    list-style: none;
}
#nav-main ul,
#nav-main li {
    margin: 0;
}
#nav-main ul li a.nav-link {
    color: #fff;
    display: block;
}
#nav-main ul li a.nav-link,
#nav-main ul li.mc-padded {
    padding: 15px 20px;
}
#nav-main .btn {
    width: 100%;
}
#nav-main ul li a.nav-link.active {
    border-left: 5px solid #fff;
    padding-left: 15px;
    background-color: #346e70;
}
#nav-main ul li a:not(.active):hover {
    background-color: #50888a;
}

#nav-secondary {
    position: fixed;
    top: 0;
    left: 180px;
    width: calc(100% - 180px);
    background: #fff;
    color: #212529;
    height: 60px;
    z-index: 600;
    -webkit-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 18px 0px rgba(0,0,0,0.2);
}
#nav-secondary > ol,
#nav-secondary > ul {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#nav-secondary > ol {
    font-size: 15px;
}
#nav-secondary > ul {

}
#nav-secondary ul {
    right: 20px;
    text-align: right;
}
#breadcrumb {
    left: 20px;
}
#nav-secondary ul,
#breadcrumb {
    list-style: none;
}
#breadcrumb li:first-child {
    font-weight: bold;
}
#breadcrumb li:not(:last-child):after {
    content: ' / ';
    margin-left: 5px;
}
#breadcrumb li.breadcrumb-here:after {
    content: '';
}
#nav-secondary li:not(:last-child) {
    margin-right: 5px;
}
#nav-secondary li {
    display: inline;
}

nav.navbar {
    background-color: #fff;
    border-bottom: 1px solid #aaa;
}
nav.navbar a:not(.btn) {
    color: #77838f;
}
nav.navbar a:not(.btn):hover {
    color: #007bff;
}
nav.navbar > ul {
    width: 100%;
    position: relative;
}
nav.navbar .navbar-right {
    position: absolute;
    right: 0;
}
nav.navbar .navbar-brand {
    margin-right: 40px;
}
nav.navbar .navbar-brand img {
    height: 50px;
}
ul.navbar-nav li {
    margin-right: 20px;
}

.forum-post > div > p:last-child {
    margin-bottom: 0;
}

#home main p.lead {
    line-height: 1.4em;
    margin: 30px 0;
}

#contact-form label {
    font-weight: bold;
}

.footer {
    position: absolute;
    bottom: -30px;
    left: 220px;
    width: calc(100% - 220px);
    padding-top: 30px;
    border-top: 1px solid #ddd;
}

#hero {
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
    position: relative;
}
#hero img.logo {
    width: 330px;
    margin: 0 auto 10px;
    display: block;
}
#hero:after {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    content: ' ';
    z-index: 1;
    background: rgba(10, 10, 10, 0.6);
}
#hero > div:first-child {
    position: relative;
    z-index: 2;
}

.legend,
legend {
    font-size: 16px;
    font-weight: bold;
}
.spacer {
    margin-top: 40px;
}
.spacer-10 {
    margin-top: 10px;
}
.spacer-20 {
    margin-top: 20px;
}
.blur {
    color: transparent;
    text-shadow: 0 0 8px rgba(0,0,0,1);
}
.show {
    display: block;
}
fieldset.form-group.is-invalid legend {
    color: #dc3545;
}
.invalid-feedback {
    display: block;
}
.card-header {
    font-weight: 300;
    font-size: 18px;
}

/* Search */
.potential {
    /*font-style: italic;*/
}
button + .potential {
    margin-left: 10px;
    vertical-align: middle;
}
#social-and-outreach,
#building-repair-type,
#search-boroughs {
    display: none;
}
#search-boroughs.show-boroughs {
    display: block;
}
#listing-summary {
    margin-bottom: 0;
    position: relative;
}
#listing-summary:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: ' ';
    height: 50%;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#listing-summary tr td:first-child {
    padding-left: 20px;
}
#listing-summary tr td:last-child {
    padding-right: 20px;
    text-align: right;
}
#listing-summary tbody tr:first-child td {
    border-top: none;
}
blockquote:not(.blockquote) {
    padding: 3px 2em 0 2em;
    font-style: italic;
}
blockquote.blockquote {
    padding: 20px;
    font-size: 1.1rem;
}
blockquote.blockquote div {
    /*border-left: 3px solid #cfcfcf;*/
    padding-left: 20px;
    position: relative;
}
blockquote.blockquote div:after,
blockquote.blockquote div:before {
    font-family: 'FontAwesome';
    color: #6c757d;
}
blockquote.blockquote div:before {
    content: '\f10d';
    left: -12px;
    top: -10px;
    font-size: 26px;
    position: absolute;
}
blockquote.blockquote div:after {
    content: '\f10e';
    position: relative;
    top: 5px;
    left: 5px;
}
blockquote footer {
    margin: 10px 0 0 18px;
}
#potential-results {
    position: relative;
}
#search-results h2 {
    font-size: 1.4em;
}
#diocese-error,
#diocese-confirmation {
    display: none;
}

.alert {
    margin-top: 20px;
}
.alert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-body p:last-child {
    margin-bottom: 0;
}

.trust-result-list {
    display: none;
}

.result-count {
    position: relative;
}
.result-count span {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.result-count .result-count-explain {
    padding-right: 10px;
}
.result-count .result-count-result {
    font-size: 35px;
    position: absolute;
    right: 0;
    font-weight: 300;
    padding-left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.result-count:after {
    position: absolute;
    z-index: 0;
    top: 50%;
    width: 100%;
    left: 0;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    content: ' ';
}

@media (max-width: 768px) {
    .display-4 {
        font-size: 40px;
    }
    .card.card-background .card-body {
        padding-right: 1.25rem;
    }
}

/* WP images */
.alignright {
    float: right;
    margin: 30px 0 30px 30px;
}
.cg-modal {
    content: ' ';
    position: fixed;
    top: 0;
    left: -9999px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10000;
    background-color: rgba(33, 37, 41, 0.3);
    -webkit-transition: opacity 0.5s, left 0s linear 0.6s;
    -moz-transition: opacity 0.5s, left 0s linear 0.6s;
    -ms-transition: opacity 0.5s, left 0s linear 0.6s;
    -o-transition: opacity 0.5s, left 0s linear 0.6s;
    transition: opacity 0.5s, left 0s linear 0.6s;
}
.cg-modal > div {
    background-color: #fff;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border: 1px solid #ddd;
    border-radius: 20px;
    box-sizing: border-box;
    -webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
    -webkit-transition: opacity 0.5s, top 0.5s;
    -moz-transition: opacity 0.5s, top 0.5s;
    -ms-transition: opacity 0.5s, top 0.5s;
    -o-transition: opacity 0.5s, top 0.5s;
    transition: opacity 0.5s, top 0.5s;
}
body.show-modal .cg-modal {
    opacity: 1;
    left: 0;
    transition: opacity 0.5s, left 0s;
}
body.show-modal .cg-modal > div {
    top: 50%;
}
.cg-modal.cg-modal-closed {
    opacity: 0;
    pointer-events: none;
}
.cg-modal > div > div {
    position: absolute;
    padding: 0 30px;
    top: 30px;
    left: 0;
    width: calc(100% - 30px);
    height: calc(100% - 60px);
    overflow-y: auto;
}
.cg-modal .cg-modal-close {
    position: absolute;
    color: #fff;
    font-size: 30px;
    left: calc(100% + 5px);
    bottom: calc(100% + 5px);
    cursor: pointer;
}

#signin-modal {
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
}

/* Subscriptions */
.subscription-option,
.subscription-option * {
    cursor: pointer;
}
#subscription-login {
    background-color: #f6f6f6;
}
#subscription-login .select2-container--bootstrap .select2-selection {
    font-size: 16px;
    height: 38px;
}
#subscription-login #subscription-login-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    -webkit-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 22px 0px rgba(0,0,0,0.26);
}
.subscription-logos img,
#subscription-login img {
    max-width: 60%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#subscription-login h1 {
    font-size: 29px;
}
.subscription-login {
    display: none;
}
.subscription-login.subscription-login-show {
    display: block;
}

.desktop-hide {
    display: none;
}
@media screen and (max-width: 640px) {
    .desktop-hide {
        display: block;
    }
    footer {
        position: relative !important;
    }
    body {
        margin-bottom: 20px !important;
    }
    .search-submit {
        display: block;
        width: 100%;
    }
    .col-float > .card-fix {
        position: relative !important;
    }
    .cg-modal > div {
        width: 90%;
        height: 75%;
    }
    .cg-modal > div > div {
        width: 100%;
    }
    .cg-modal .cg-modal-close {
        left: 50%;
        top: calc(100% + 10px);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .potential {
        display: block;
    }
    button + .potential {
        margin-left: 0;
        margin-top: 20px;
    }
    .alignright {
        float: none;
        margin: 20px 0;
        display: block;
    }
    #hero .home-content h1,
    #banner-slim h1 {
        font-size: 2rem;
    }
    .m-text-left {
        text-align: left !important;
    }
    #banner-slim .breadcrumb-container {
        text-align: left;
    }
    #banner-slim .breadcrumb-container ol {
        padding-left: 0;
    }
    .result-count .result-count-explain {
        padding-right: 40px;
        display: block;
    }
    .result-count:after {
        display: none;
    }
    #subscription-login #subscription-login-modal {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    #subscription-login {
        background-color: #fff;
        padding-top: 20px;
    }
    #nav-secondary {
        left: 0;
        width: 100%;
    }
    #mobile-menu-open {
        position: absolute;
        right: 15px;
        top: 13px;
        cursor: pointer;
    }
    body.mobile-menu-open #mobile-menu-open {
        top: 11px;
    }
    #mobile-menu-open i {
        font-size: 30px;
        color: #212529;
    }
    #mobile-menu-open i:before {
        content: '\f0c9';
    }
    body.mobile-menu-open #mobile-menu-open i:before {
        content: '\f00d';
    }
    #mobile-logo {
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 48px;
    }
    #mobile-logo img {
        height: 100%;
        width: auto;
    }
    #nav-secondary ol,
    #nav-secondary ul {
        display: none;
    }
    #nav-main {
        transform: translate3d(-100%, 0, 0);
        z-index: 4000;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        -o-transition: left 0.5s;
        transition: transform 0.5s;
        width: calc(100% - 53px);
    }
    body.mobile-menu-open #nav-main {
        transform: translate3d(0, 0, 0);
    }
    #banner-slim .breadcrumb-container ol {
        top: 0;
    }
    body {
        padding-left: 0;
    }
    .footer {
        width: 100%;
        left: 0;
    }
    #nav-main ul li.mc-padded {
        padding: 7px 20px;
    }
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#flash-message {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate3d(-50%, 100%, 0);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 20px 90px 15px;
    font-weight: bold;
    color: #fff;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    background-color: rgba(92, 145, 147, 1);
    transition: transform 0.7s;
    z-index: 1000;
    text-align: center;
}
body.in #flash-message:not(.flash-message-hidden) {
    transform: translate3d(-50%, 0, 0);
}
#flash-message:after {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    right: 20px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    cursor: pointer;
}

@media (min-width: 768px) {
    #flash-message {
        left: calc(50% + 110px);
    }
}

@media (max-width: 768px) {
    #flash-message {
        padding: 10px 30px;
        width: 90%;
    }
    #flash-message:after {
        display: none;
    }

    .btn-full {
        width: 100%;
    }
}

#loader {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 5000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
#loader.show {
    opacity: 1;
    pointer-events: auto;
}
.spinner {
    width: 5rem;
    height: 5rem;
    vertical-align: text-bottom;
    border: .25em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .75s linear infinite;
    animation: spin .75s linear infinite;
    display: inline-block;
}
.spinner.show {
    display: inline-block;
}
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#loader .spinner {
    position: absolute;
    top: calc(50% - 2.5rem);
    left: calc(50% - 2.5rem);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1340px;
    }
}

.dropdown-item {
    padding-left: .5rem;
    padding-right: .5rem;
}

.color-green,
.btn-link,
a {
    color: #5c9193;
}
.btn-link {
    color: #5c9193 !important;
    font-weight: bold;
}
a:hover {
    color: #346e70;
}
.text-white a {
    color: #fff;
}
.btn-primary {
    background-color: #5c9193;
    border-color: #5c9193;
}
.btn-primary:active,
.btn-primary:focus {
    background-color: #346e70 !important;
    border-color: #407c7f !important;
    box-shadow: 0 0 0 0.2rem rgba(63,124,126,.5);
}
.btn-outline-primary {
    border-color: #5c9193;
    color: #5c9193;
}
.btn-outline-primary:hover {
    border-color: #5c9193;
    background-color: #5c9193;
    color: #fff;
}
.bg-primary,
.badge-primary {
    background-color: #5c9193 !important;
}
.bg-primary {
    color: #fff;
}
.btn-primary:hover {
    background-color: #5c9193;
    border-color: #5c9193;
}
.display-4 {
    line-height: 1.1;
    font-size: 3rem;
}

.read-more {
    max-height: 50vh;
    overflow: hidden;
    position: relative;
}
.read-more:before {
    position: absolute;
    opacity: 1;
    transition: opacity 0.7s;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+72,ffffff+95&0+61,1+95 */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 61%, rgba(255,255,255,0.32) 72%, rgba(255,255,255,1) 95%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 61%,rgba(255,255,255,0.32) 72%,rgba(255,255,255,1) 95%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,0) 61%,rgba(255,255,255,0.32) 72%,rgba(255,255,255,1) 95%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    content: '';
}
.read-more:after {
    content: 'Read more';
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    color: #5c9193;
    display: inline-block;
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}
.read-more.read-more-open {
    max-height: none;
}
.read-more.read-more-open:before {
    opacity: 0;
}
.read-more.read-more-open:after {
    display: none;
}


@media (max-width: 768px) {
    #home main p.lead {
        font-size: 18px;
    }
    #hero img.logo {
        width: 270px;
    }
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none !important;
    color: #fff !important;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1.4em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
    background-color: #2d4373;
    border-color: #2d4373;
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
    background-color: #2795e9;
    border-color: #2795e9;
}

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
    background-color: #046293;
    border-color: #046293;
}

#payment-methods .payment-logo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
}

.form-check {
    padding-left: 0;
    margin-bottom: 8px;
}
.form-check-label {
    cursor: pointer;
    padding-left: 29px;
    position: relative;
}
.form-check-label .form-check-thing {
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 1px;
}
.form-check-label .form-check-thing:after {
    content: '';
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.form-check-label.form-check-checkbox-label .form-check-thing {
    border-radius: 5px;
}
.form-check-label.form-check-checkbox-label .form-check-thing:after {
    border-radius: 3px;
    width: 12px;
    height: 12px;
}
.form-check-label:hover .form-check-thing,
.form-check-label input:focus + .form-check-thing {
    border-color: rgba(0, 0, 0, .20);
}
.form-check-label:hover .form-check-thing:after {
    background-color: rgba(64, 124, 127, .30);
}
.form-check-label input:focus + .form-check-thing {
    background-color: rgba(64, 124, 127, 0.1);
}
.form-check-label input:checked + .form-check-thing:after {
    background-color: rgba(64, 124, 127, 1);
    width: 13px;
    height: 13px;
}
.form-check-label input {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: -1;
}

.focus-areas {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
}
.focus-areas .form-check {
    margin-bottom: 0;
}
.focus-areas label {
    margin-bottom: 2px;
}

ul + .clear-selections {
    margin-top: 10px;
    display: block;
}

.is-invalid {
    color: red;
}

.dropdown-menu {
    overflow: hidden;
}

#consent-form {
    background-color: #0c5460;
    color: #fff;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 300;
    transform: translateY(calc(100% + 1rem));
    animation: consent ease 1s forwards 1.2s;
    padding: 1.5rem;
    border-radius: 10px;
    max-width: 490px;
    width: 100%;
}
#consent-form h2 {
    font-size: 1.5rem;
}
#consent-form #consent-close {
    font-size: 38px;
    position: absolute;
    right: 18px;
    top: 0;
    cursor: pointer;
}
#consent-form a {
    color: #fff;
    text-decoration: underline;
}
#consent-form p:last-child {
    margin: 0;
}

@keyframes consent {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    #consent-form {
        bottom: 0;
        right: 0;
        max-width: 100%;
        border-radius: 0;
    }
}
 
