﻿.primary-nav {
    background-color: hsla(0, 0%, 100%, .99)
}

.primary-nav ul.convention-menu-header {
    display: none;
    margin-bottom: 1rem;
    margin-top: 1rem
}

@media(max-width: 40em) {
    #header {
        height: 60px
    }
    #header.is-fixed {
        top: -60px
    }
}

.menu-content-button {
    margin: 0;
    font-size: 1rem;
    font-weight: 900;
    font-family: Lato;
    background: #d71920;
    color: #fff;
    border: 2px solid #d71920 !important;
    letter-spacing: -0.02em;
    padding: .3em .7em;
    border-radius: 3px;
    border-color: #fff;
    display: inline-block
}

.menu-content-button:hover,
.menu-content-button:focus {
    background: none;
    text-shadow: 0px 0px;
    color: #d71920
}

.menu-content-button:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-left: .3em
}

#header {
    height: 68px;
    background: #fff;
    background-size: cover;
    border-bottom: 5px solid #d71920;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999
}

.admin-bar #header {
    top: 32px
}

@media screen and (max-width: 782px) {
    .admin-bar #header {
        top: 46px
    }
}

#header.is-fixed {
    position: fixed;
    top: -68px;
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}

.admin-bar #header.is-fixed {
    top: -36px
}

@media screen and (max-width: 782px) {
    .admin-bar #header.is-fixed {
        top: -22px
    }
}

#header.liberal-is-visible {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%)
}

#header .middle {
    height: 100%;
    text-align: center;
    padding: 1em 1em 0;
    position: relative;
    width: 16.6667%
}

#header .home-link div {
    background-color: #d71920
}

#header .home-link:hover div {
    background-color: #b11116
}

#header .left-side {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 41.6667%
}

#header .left-side ul li {
    width: 33.33%;
    list-style: none;
    float: left
}

#header .wrapper {
    height: 70px;
    width: 600px;
    display: table-cell;
    vertical-align: middle
}

.nav-wrapper {
    width: 100vw;
    height: 70vh;
    padding: 5rem 0
}

#header ul {
    margin: 0
}

#header .left-side ul li .wrapper p {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 900;
    text-align: center
}

#header a {
    color: #d71920
}

#header .left-side a:hover>li {
    background-color: rgba(0, 0, 0, .05)
}

#header .right-side {
    text-align: right;
    padding-right: 90px;
    padding-left: 0;
    position: relative;
    width: 41.6667%;
    padding-top: 4px
}

#header .right-side a {
    margin: 0 .4em;
    font-weight: 900;
    font-size: 1.1em
}

#header a.volunteer:hover {
    color: #b11116
}

#header a.donate {
    background-color: #6ebf52;
    color: #fff;
    padding: .3em .5em;
    border-radius: 3px;
    font-size: 1.1em;
    font-weight: 900
}

#header a.donate:hover {
    background-color: #b11116
}

#header a.lang-switch {
    color: #58595c;
    font-size: .8em;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 45px;
    top: 0;
    height: 100%;
    width: 45px;
    margin: 0 !important;
    padding-top: 23px;
    text-align: center
}

#header a.lang-switch:hover {
    color: #a7a9ac
}

#header a {
    border-bottom: none
}

@media only screen and (max-width: 730px) {
    #header .left-side,
    #header .right-side {
        width: 40%
    }
    #header .middle {
        width: 20%
    }
}

@media only screen and (max-width: 500px) {
    #header .left-side,
    #header .right-side {
        width: 37%
    }
    #header .middle {
        width: 26%
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #d71b1e !important;
    border-bottom: none !important
}

.header--logo {
    width: 80px
}

.header__nav-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex
}

.header__nav-list--left {
    justify-content: flex-start
}

.header__nav-list--right {
    justify-content: flex-end
}

.header__nav-link {
    color: #fff !important;
    padding: 0 1rem;
    align-self: center;
    font-size: 1.1rem;
    font-weight: 800;
    white-space: nowrap
}

.fr .header__nav-link {
    font-size: 1rem;
    padding: 0 .8rem
}

@media(max-width: 40em) {
    .header__nav-link--primary-nav {
        transform: translateY(0px)
    }
}

.header__nav-link--lang-switch {
    font-weight: bold;
    font-size: .9rem;
    padding: 0rem .5rem 0 1.2rem
}

@media(max-width: 40em) {
    .header__nav-link--lang-switch {
        transform: translateY(2px)
    }
}

.header__nav-link--donate {
    color: #d71b1e !important;
    background-color: #fff;
    padding: .3rem 1rem;
    border-radius: 3px;
    border: 2px solid #fff;
    border-bottom: 2px solid #fff !important;
    margin: 0 .5rem 0 1rem;
    transform: translateY(1px)
}

.header__nav-link--donate:hover,
.header__nav-link--donate:focus {
    color: #fff !important;
    background-color: #d71b1e;
    border: 2px solid #fff;
    border-bottom: 2px solid #fff !important
}

.fr .header__nav-link--donate {
    padding: .3rem 1rem;
    font-size: 1.1rem
}

.header__nav-link--logo {
    transform: translateY(0px);
    padding-left: 0;
    transition: opacity ease-in-out .3s
}

@media(max-width: 40em) {
    .header__nav-link--logo {
        padding-right: 0
    }
}

.header__nav-link--logo img {
    width: 140px;
    padding: 16px 0 16px 12px
}

.header__nav-link--logo:hover,
.header__nav-link--logo:focus {
    opacity: .8
}

.header__nav-link-inner {
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: 2px;
    transition: all 200ms
}

a:hover .header__nav-link-inner,
a:focus .header__nav-link-inner {
    border-bottom: 2px solid #fff
}

.header__hamburger-container {
    width: 45px;
    position: relative
}

@media(max-width: 40em) {
    .header__hamburger-container {
        transform: translateY(2px)
    }
}

.primary-nav-trigger .liberal-menu-icon.is-clicked::before,
.primary-nav-trigger .liberal-menu-icon.is-clicked::after,
.primary-nav-trigger .liberal-menu-icon,
.primary-nav-trigger .liberal-menu-icon::before,
.primary-nav-trigger .liberal-menu-icon:after {
    background-color: #58595c
}

.header__hamburger-container .primary-nav-trigger .liberal-menu-icon.is-clicked::before,
.header__hamburger-container .primary-nav-trigger .liberal-menu-icon.is-clicked::after,
.header__hamburger-container .primary-nav-trigger .liberal-menu-icon,
.header__hamburger-container .primary-nav-trigger .liberal-menu-icon::before,
.header__hamburger-container .primary-nav-trigger .liberal-menu-icon:after {
    background-color: #fff
}

.header__hamburger-container .primary-nav-trigger .liberal-menu-icon.is-clicked {
    background-color: hsla(0, 0%, 100%, 0)
}

body.overflow-hidden {
    overflow: hidden
}

.primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding-top: 75px;
    background-color: hsla(0, 0%, 100%, .95);
    z-index: 999;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    transition-duration: .4s;
    overflow: scroll
}

.primary-nav.liberal-is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.primary-nav-trigger {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 45px;
    margin: 0 !important
}

.primary-nav-trigger .liberal-menu-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    cursor: pointer;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 18px;
    height: 3px;
    background-color: #58595c;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s
}

.primary-nav-trigger .liberal-menu-icon::before,
.primary-nav-trigger .liberal-menu-icon:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #58595c;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
    transition: transform .3s, top .3s, background-color 0s
}

.primary-nav-trigger .liberal-menu-icon::before {
    top: -6px
}

.primary-nav-trigger .liberal-menu-icon::after {
    top: 6px
}

.primary-nav-trigger .liberal-menu-icon.is-clicked {
    background-color: hsla(0, 0%, 100%, 0)
}

.primary-nav-trigger .liberal-menu-icon.is-clicked::before,
.primary-nav-trigger .liberal-menu-icon.is-clicked::after {
    background-color: #d71920
}

.primary-nav-trigger .liberal-menu-icon.is-clicked::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

.primary-nav-trigger .liberal-menu-icon.is-clicked::after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg)
}

.primary-nav ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 2em
}

.primary-nav ul li {
    font-family: Oswald;
    text-transform: uppercase;
    color: #a7a9ac;
    font-size: 1rem;
    line-height: 1.1em;
    margin-bottom: 1em
}

.primary-nav ul ul li {
    font-family: Lato;
    margin-bottom: .6em;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.03em
}

.primary-nav ul ul li a {
    color: #d71920;
    border: none
}

.primary-nav ul ul li a:hover {
    color: #4b5766;
    margin-left: .2em
}

@media only screen and (min-width: 50.063em) {
    .row.social-links {
        padding-top: 4vh
    }
}

.primary-nav-social li.font-icon-item {
    float: left;
    width: 57px;
    height: 57px;
    line-height: 57px;
    margin: 0 10px 0 0;
    padding: 0
}

.primary-nav-social li.font-icon-item a {
    float: none;
    color: #fff;
    font-size: 1.7rem;
    margin-bottom: 0;
    padding: 0;
    display: block;
    line-height: 57px
}

.primary-nav-social li.font-icon-item a:hover,
.primary-nav-social li.font-icon-item a:focus {
    margin: 0;
    color: #fff
}

.primary-nav-social li.font-icon-item.instagram a {
    background-color: #e1306c
}

.primary-nav-social li.font-icon-item.instagram a:hover,
.primary-nav-social li.font-icon-item.instagram a:focus {
    background-color: rgb(231.4556962025, 92.5443037975, 139.6329113924)
}

.primary-nav-social li.font-icon-item.snapchat a {
    background-color: #fffc00
}

.primary-nav-social li.font-icon-item.snapchat a:hover,
.primary-nav-social li.font-icon-item.snapchat a:focus {
    background-color: rgb(255, 252.6, 51)
}

.primary-nav-social li.font-icon-item.facebook a {
    background-color: #3b5998
}

.primary-nav-social li.font-icon-item.facebook a:hover,
.primary-nav-social li.font-icon-item.facebook a:focus {
    background-color: rgb(76.345971564, 111.6066350711, 185.654028436)
}

.primary-nav-social li.font-icon-item.twitter a {
    background-color: #55acee
}

.primary-nav-social li.font-icon-item.twitter a:hover,
.primary-nav-social li.font-icon-item.twitter a:focus {
    background-color: rgb(131.3636363636, 194.6363636364, 242.6363636364)
}

.primary-nav-social li.font-icon-item.youtube a {
    background-color: #b00
}

.primary-nav-social li.font-icon-item.youtube a:hover,
.primary-nav-social li.font-icon-item.youtube a:focus {
    background-color: #e00
}

.primary-nav-social li.font-icon-item.weibo a {
    background-color: #58595c
}

.primary-nav-social li.font-icon-item.weibo a:hover,
.primary-nav-social li.font-icon-item.weibo a:focus {
    background-color: hsl(225, 2.2222222222%, 45.2941176471%)
}

.primary-nav-social a {
    width: 57px;
    height: 57px;
    text-align: center;
    padding-top: 13px;
    border-radius: 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    border: none
}

.primary-nav-social a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.header-social {
    list-style: none;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: .5em !important
}

.header-social a {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 100px;
    float: left;
    border: none;
    margin: 0 3px !important
}

.header-social img {
    width: 50%;
    position: relative;
    right: -1px
}

.menu-box {
    width: 80%;
    margin-top: 1em;
    border-top: 2px solid #a7a9ac;
    display: block
}

.primary-nav-social .FB,
.header-social .FB {
    background-color: #3b5998
}

.primary-nav-social .FB:hover,
.header-social .FB:hover {
    background-color: #36517f
}

.primary-nav-social .TW,
.header-social .TW {
    background-color: #55acee
}

.primary-nav-social .TW:hover,
.header-social .TW:hover {
    background-color: #599bca
}

.primary-nav-social .YT {
    background-color: #b00
}

.primary-nav-social .YT:hover {
    background-color: #a91c20
}

.primary-nav-social .IN {
    background-color: #517fa4
}

.primary-nav-social .IN:hover {
    background-color: #4a7597
}

.primary-nav-social .GP {
    background-color: #dd4b39
}

.primary-nav-social .GP:hover {
    background-color: #cb4433
}

.primary-nav-social .PI {
    background-color: #cb2027
}

.primary-nav-social .PI:hover {
    background-color: #b91d23
}

.primary-nav-social .SC {
    background-color: #fffc00
}

.primary-nav-social .SC:hover {
    background-color: #dfd61d
}

.primary-nav-social .WE {
    background-color: #58595c
}

.primary-nav-social .WE:hover {
    background-color: #4f4f52
}

.primary-nav-social .FL {
    background-color: #0063dc
}

.primary-nav-social .FL:hover {
    background-color: #335da1
}

.header-social .FB {
    background-color: #a7a9ac
}

.header-social .FB:hover {
    background-color: #3b5998
}

.header-social .TW {
    background-color: #a7a9ac
}

.header-social .TW:hover {
    background-color: #55acee
}

.full-nav-social-container {
    margin-top: 3rem
}

.full-nav-social-container__social-row {
    margin-bottom: 1rem
}

.countdown-header-bar__wrapper {
    background: #fff;
    color: #d71920;
    border-bottom: 3px solid #d71920;
    box-sizing: border-box;
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 998;
    width: 100%;
    display: none;
    padding: 1rem 0
}

.countdown-bar-displayed .countdown-header-bar__wrapper {
    display: block
}

#header.is-fixed~.countdown-header-bar__wrapper {
    position: fixed;
    transition: transform .3s
}

.admin-bar .countdown-header-bar__wrapper {
    top: 100px
}

#header.liberal-is-visible~.countdown-header-bar__wrapper {
    transform: translate(0, 168px)
}

.admin-bar #header.liberal-is-visible~.countdown-header-bar__wrapper {
    transform: translate(0, 188px)
}

.countdown-header-bar__sub-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.2
}

.countdown-header-bar__time-display-heading {
    text-transform: uppercase;
    font-family: Oswald;
    line-height: 1.3;
    text-align: center
}

@media only screen and (max-width: 60em) {
    .countdown-header-bar__time-display-heading {
        text-align: left
    }
}

@media only screen and (max-width: 40em) {
    .countdown-header-bar__time-display-heading {
        text-align: center
    }
}

@media only screen and (max-width: 60em) {
    .countdown-header-bar__cta-button {
        align-self: flex-end
    }
}

@media only screen and (max-width: 40em) {
    .countdown-header-bar__cta-button:first-child {
        margin-bottom: 1rem
    }
}

.countdown-header-bar__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

.countdown-header-bar__inner a {
    margin-left: 1rem
}

.fr .countdown-header-bar__inner h2 {
    font-size: 1.4rem
}

@media only screen and (max-width: 60em) {
    .countdown-header-bar__inner {
        flex-wrap: wrap;
        align-items: flex-start
    }
    .countdown-header-bar__inner h2 {
        width: 100%;
        font-size: 1.4rem;
        padding-bottom: 1rem
    }
}

@media only screen and (max-width: 40em) {
    .countdown-header-bar__inner h2 {
        font-size: 1.2rem;
        text-align: center
    }
    .countdown-header-bar__inner a {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto
    }
}

.countdown-header-bar__inner * {
    margin-top: 0;
    margin-bottom: 0
}

.countdown-header-bar__button-container {
    display: flex;
    flex-wrap: wrap
}

@media only screen and (max-width: 60em) {
    .countdown-header-bar__button-container {
        align-self: flex-end
    }
}

@media only screen and (max-width: 40em) {
    .countdown-header-bar__button-container {
        justify-content: center;
        margin: 0 auto
    }
}

.time-display {
    margin-left: 1rem
}

@media only screen and (max-width: 60em) {
    .time-display {
        margin-left: 0
    }
}

@media only screen and (max-width: 40em) {
    .time-display {
        text-align: center;
        width: 100%;
        margin-bottom: 1rem
    }
}

.time-display__inner {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 60em) {
    .time-display__inner {
        justify-content: flex-start
    }
}

@media only screen and (max-width: 40em) {
    .time-display__inner {
        width: 100%;
        justify-content: center
    }
}

.time-display__number {
    font-weight: bold;
    color: #58595b
}

.time-display__magnitude-display {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-family: Oswald;
    padding-right: 10px;
    display: flex
}

.time-display__magnitude-display:last-child {
    padding-right: 0
}

.time-display__unit {
    text-transform: lowercase
}

.full-menu-section-title {
    font-family: Oswald;
    text-transform: uppercase;
    color: #a7a9ac;
    font-size: 1.2rem;
    line-height: 1.1em;
    margin-bottom: 1em
}

ul#menu-full li,
ul#menu-full-french li {
    font-family: Lato;
    margin-bottom: .6em;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: -0.03em
}

ul#menu-full li a,
ul#menu-full-french li a {
    color: #d71920;
    border: none
}

ul#menu-full li a:hover,
ul#menu-full-french li a:hover {
    color: #4b5766;
    margin-left: .2em
}

body {
    padding-top: 68px
}

html,
body {
    height: 100%
}

body {
    display: flex;
    flex-direction: column
}

body>main {
    flex: 1 0 auto
}

body>footer {
    flex-shrink: 0
}

.casgrain__outer-container {
    position: relative;
    max-height: 800px;
    overflow: hidden
}

.casgrain__small-view-image {
    width: 100%;
    display: block
}

.casgrain__image-background {
    height: 70vh;
    text-align: center;
    position: relative;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 40em) {
    .casgrain__image-background {
        height: auto;
        background: none !important
    }
}

.casgrain__content-wrapper--video {
    height: 100%;
    position: absolute;
    z-index: 10;
    width: 100%;
    top: 0
}

@media only screen and (max-width: 40em) {
    .casgrain__content-wrapper--video {
        height: auto;
        position: static;
        background: none !important
    }
}

.casgrain__content-inner-wrapper {
    position: absolute;
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 100%;
    text-align: center
}

.casgrain__content-inner-wrapper h1 {
    font-family: lato;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .3);
    margin-bottom: 2rem;
    font-size: 2.6rem;
    padding: 0 1rem;
    line-height: 1.2;
    font-weight: 800
}

.post-type-archive-announcement .casgrain__content-inner-wrapper h1:after {
    content: "";
    display: block;
    height: 3px;
    width: 100px;
    background-color: #fff;
    position: relative;
    top: 10px;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width: 40em) {
    .post-type-archive-announcement .casgrain__content-inner-wrapper h1:after {
        background-color: #58595b
    }
}

@media only screen and (max-width: 40em) {
    .casgrain__content-inner-wrapper h1 {
        font-size: 1.8rem
    }
}

.casgrain__content-inner-wrapper h2 {
    padding: 0 0 1rem;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    font-family: lato;
    line-height: 1.2
}

@media only screen and (max-width: 40em) {
    .casgrain__content-inner-wrapper h2 {
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 40em) {
    .casgrain__content-inner-wrapper {
        position: static;
        transform: none;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #d1d3d4
    }
    .casgrain__content-inner-wrapper h1,
    .casgrain__content-inner-wrapper h2,
    .casgrain__content-inner-wrapper a {
        color: #58595b;
        text-shadow: none
    }
    .casgrain__content-inner-wrapper a.button {
        color: #58595b;
        border-color: #58595b;
        text-shadow: none
    }
    .casgrain__content-inner-wrapper a.button:hover,
    .casgrain__content-inner-wrapper a.button:focus {
        background-color: #fff
    }
}

.casgrain__video-background {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    display: block;
    background-size: cover;
    transition: 1s opacity
}

.page-content-container {
    padding: 1rem 0
}

.page-content-container p,
.page-content-container ul,
.page-content-container ol {
    margin-bottom: 1.1rem;
    font-size: 1.2rem;
    line-height: 1.4
}

.page-content-container p.lead {
    font-size: 1.5rem;
    font-weight: 300
}

.page-content-container h2 {
    font-weight: 800
}

.page-content-container a:hover,
.page-content-container a:focus {
    text-decoration: underline
}

.social-icon__link {
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    margin: 0 .5rem 1rem;
    position: relative;
    color: #d71b1e;
    border: 3px solid #d71b1e
}

.social-icon__link:hover,
.social-icon__link:focus {
    color: #fff;
    border: 3px solid #d71b1e;
    background-color: #d71b1e
}

.social-icon__link:before {
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 34px
}

.social-icon__link--white {
    color: #fff;
    border: 2px solid #fff
}

.social-icon__link--white:hover,
.social-icon__link--white:focus {
    color: #d71b1e;
    border: 2px solid #fff;
    background-color: #fff
}

.social-icon__link--small {
    width: 55px;
    height: 55px
}

.social-icon__link--small:before {
    font-size: 28px
}

.social-icon__link--facebook:before {
    content: "\f09a"
}

.social-icon__link--twitter:before {
    content: "\e61b";
    font-family: libfontsub !important;
}

.social-icon__link--youtube:before {
    content: "\f167"
}

.social-icon__link--instagram:before {
    content: "\f16d"
}

.social-icon__link--snapchat:before {
  content: "\f2ac";
  font-family: "Font Awesome 5 Brands";
}
.social-icon__link--linkedin:before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
}
.social-icon__link--bluesky:before {
  content: "\e671";
  font-family: libfontsub !important;
}
.social-icon__link--threads:before {
  content: "\e618";
  font-family: libfontsub !important;
}

.social-icon__container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.social-icon__container--start-justify-content {
    justify-content: flex-start;
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.social-icon__container--end-justify-content {
    justify-content: flex-end;
    margin-left: -0.5rem;
    margin-right: -0.5rem
}

.page-template-page-lpc-candidate-listing .reveal-overlay {
    z-index: 99999
}

.session-table {
    text-align: left
}

.session-table caption {
    text-align: left
}

.session-table td,
.session-table th {
    vertical-align: top;
    padding: .5rem;
    line-height: 1.4;
    font-size: 1.1rem
}

.session-table ul li {
    line-height: 1.4;
    font-size: 1.1rem
}

.page-footer {
    background-color: #414042;
    padding: 1rem 0
}

.page-footer p {
    color: #f1f1f2;
    margin: 0
}

.page-footer a {
    color: #fff;
    text-decoration: underline
}

.page-footer a:hover,
.page-footer a:focus {
    text-decoration: none
}

.page-footer a img {
    max-width: 100px
}

.page-footer__bottom-inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    padding: 0 1rem;
    flex-wrap: wrap
}

.page-footer__menu-container {
    padding-right: 2rem;
    margin-bottom: 1rem
}

.page-footer__menu-header {
    background-color: #fff;
    padding: .5rem;
    margin-bottom: .5rem;
    text-transform: uppercase;
    display: inline-block;
    color: #d41f27;
    white-space: nowrap;
    font-family: Oswald;
    font-size: 1.4375rem;
    font-weight: 400
}

.page-footer__menu {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.page-footer__menu li {
    padding-bottom: .4rem
}

.page-footer__menu a {
    color: #fff;
    font-weight: 400;
    line-height: 1.3;
    display: inline-block;
    font-size: 1rem;
    font-family: lato
}

.page-footer__menu a:hover,
.page-footer__menu a:focus {
    text-decoration: underline
}

.page-footer__social-container {
    text-align: right;
    margin-bottom: 2rem
}

@media(max-width: 40em) {
    .page-footer__social-container {
        text-align: left
    }
}

.page-footer__social-container:last-child {
    margin-bottom: 0rem
}

.page-footer__social-header {
    color: #fff;
    text-transform: none;
    font-family: lato;
    font-weight: 600 !important;
    font-size: 1rem
}

.page-footer__social-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end
}

@media(max-width: 40em) {
    .page-footer__social-list {
        justify-content: flex-start
    }
}

.page-footer__social-link {
    color: #fff;
    margin-left: 1rem;
    font-size: 2rem;
    opacity: 1
}

li:first-child .page-footer__social-link {
    margin-left: 0rem
}

.page-footer__social-link:hover,
.page-footer__social-link:focus {
    opacity: .8;
    color: #fff
}

.page-footer__social-link--facebook:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.page-footer__social-link--twitter:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.page-footer__social-link--instagram:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.page-footer__social-link--snapchat:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.page-footer__social-link--flickr:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.page-footer__social-link--youtube:after {
    content: "";
    font-family: "Font Awesome 5 Brands"
}

.footer-content-container {
    display: flex
}

@media(max-width: 40em) {
    .footer-content-container {
        display: block
    }
}

.footer-content-container a.liberal-logo-link {
    display: block
}

.footer-content-container a.liberal-logo-link {
    display: block;
    margin-right: 1rem
}

@media(max-width: 40em) {
    .footer-content-container a.liberal-logo-link {
        margin-bottom: 1rem
    }
}

.post-listing-item__link {
    height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 1
}

.is-ie .post-listing-item__link,
.is-edge .post-listing-item__link,
.is-firefox .post-listing-item__link {
    display: block
}

.post-listing-item__link .post-listing-item__more {
    color: #0babe3
}

.post-listing-item__link .post-listing-item__more--white {
    color: #fff
}

.post-listing-item__link:hover,
.post-listing-item__link:focus {
    opacity: .9
}

.post-listing-item__link:hover .post-listing-item__more,
.post-listing-item__link:focus .post-listing-item__more {
    color: #d71b1e
}

.post-listing-item__link:hover .post-listing-item__more--white,
.post-listing-item__link:focus .post-listing-item__more--white {
    color: #fff
}

.post-listing-item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.is-ie .post-listing-item,
.is-edge .post-listing-item,
.is-firefox .post-listing-item {
    height: auto;
    display: block
}

.post-listing-item__button--cta-bottom {
    margin-bottom: 0;
    display: block;
    max-width: 200px;
    width: 100%
}

.post-listing-item--cta {
    padding: 0 0 2rem 0
}

.post-listing-item__card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    border-bottom: 1px solid #f1f2f2;
    padding-bottom: .6em;
    margin-bottom: 2em
}

.is-ie .post-listing-item__card-content,
.is-edge .post-listing-item__card-content,
.is-firefox .post-listing-item__card-content {
    border-bottom: none
}

.post-listing-item__card-content--cta {
    padding: 1rem;
    border: 1px solid #ccc;
    margin-bottom: 0;
    height: 100%
}

.post-listing-item__cta-iframe-video {
    width: 100%;
    height: 170px;
    overflow: hidden
}

.post-listing-item__featured-image {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    margin-bottom: 1rem;
    background-size: cover;
    background-position: center;
    background-color: #fafafa;
    flex-shrink: 0
}

.post-listing-item__iframe-video-wrapper {
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    border: none;
    background-color: #fafafa;
    margin-bottom: 1rem
}

.post-listing-item__iframe-video-wrapper:hover:before,
.post-listing-item__iframe-video-wrapper:focus:before {
    color: #d71b1e
}

.post-listing-item__iframe-video-wrapper:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
    font-size: 65px;
    line-height: 1rem;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
    transition: color 200ms;
    color: rgba(0, 0, 0, .8)
}

.post-listing-item__iframe-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

.post-listing-item__iframe-video.displayed {
    width: 100%;
    height: 100%
}

.post-listing-item__title-text {
    font-family: lato;
    text-transform: none;
    font-weight: normal;
    margin-bottom: .6rem;
    font-size: 1.4375rem;
    line-height: 1.2
}

.post-listing-item__title-text:after {
    content: "";
    background-color: #d71920;
    height: 2px;
    width: 40px;
    display: block;
    margin-top: .6em
}

.post-listing-item__excerpt {
    margin-bottom: 1rem
}

.post-listing-item__excerpt p {
    color: #58595b;
    line-height: 1.8rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility
}

.post-content-container {
    padding: 1rem 1rem 3rem
}

@media(max-width: 64em) {
    .post-content-container {
        padding: 1rem 0 0
    }
}

.our-plan-single__title-container {
    background-color: #3d4f5d;
    padding: 1rem 0
}

.our-plan-single__title {
    font-family: lato;
    font-weight: 800;
    color: #3d4f5d;
    margin-bottom: .75rem
}

.our-plan-single__header-category-link {
    color: #fff
}

.our-plan-single__header-category-link:before {
    font-family: "Font Awesome 5 Brands";
    content: ""
}

.our-plan-single__date {
    display: inline-block;
    padding: 5px 7px;
    background: #f1f1f2;
    font-size: .9em;
    margin-bottom: .5rem
}

.our-plan-single p {
    line-height: 1.7
}

.entry-content__featured-image {
    padding: 1rem 0;
    margin-bottom: 1rem
}

.entry-content__pdf-link-container {
    padding-top: 1rem
}

.entry-content__pdf-link {
    padding: 1rem 0 1rem 31px;
    position: relative;
    color: #d41f27;
    font-weight: bold
}

.entry-content__pdf-link:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 33px;
    position: absolute;
    padding-right: 6px;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.button-row-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: .5rem 0
}

.button-row-container--align-start {
    justify-content: flex-start
}

.button-row-container>* {
    margin-right: 1rem
}

.button-row-container>*:last-child {
    margin-right: 0
}

.circle-button {
    padding: 1.1rem;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    position: relative;
    color: #d41f27;
    background-color: #fff;
    border: 2px solid #d41f27
}

.circle-button:before {
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.circle-button--facebook:before {
    content: ""
}

.circle-button--twitter:before {
    content: ""
}

.circle-button--reddit:before {
    content: ""
}

.circle-button--linkedin:before {
    content: ""
}

.circle-button--email:before {
    font-family: "Font Awesome 5 Pro";
    content: ""
}

.circle-button:hover,
.circle-button:focus {
    background-color: #d41f27;
    color: #fff;
    border: 2px solid #d41f27
}

.divider {
    height: 2px;
    width: 36px;
    background-color: #58595b;
    margin: .3rem 0 .6rem
}

.page-title-container {
    background: #8b0304
}

.page-title-container h1 {
    margin: 0;
    padding: 1rem 0;
    color: #fff;
    font-weight: 800
}

@media(max-width: 64em) {
    .page-title-container h1 {
        font-size: 1.8rem
    }
}

@media print {
    a {
        text-decoration: none
    }
    a[href]:after {
        content: none !important
    }
    header#header .header_right,
    header#header .header__left .header__nav-link:not(:first-child),
    .primary-nav,
    .signup-bar,
    #sidebar,
    footer .footer__top,
    footer .footer__bottom {
        display: none
    }
    section.home-background-row-wrapper,
    aside#slide-cta,
    section#home-section--take-action:nth-of-type(2) header a.more-button-arrow,
    section#home-section--watch header a.more-button-arrow,
    section#home-section--read header a.more-button-arrow,
    aside.home-background-row-wrapper .donate-hero-top h3,
    aside.home-background-row-wrapper .donate-hero-top .show-for-large,
    aside.home-background-row-wrapper .donate-hero-top .hide-for-large,
    .casgrain__outer-container,
    .post-listing-item__featured-image,
    .post-listing-item__iframe-video-wrapper {
        display: none
    }
    .single-announcement .our-plan-single .grid-container .cell:first-child {
        width: 100% !important
    }
    .single-announcement .our-plan-single .grid-container .cell:last-child {
        display: none
    }
    .single-announcement .entry-content__social-share-container {
        display: none
    }
    .post-type-archive-announcement .liberal-archive-main img:first-child,
    .post-type-archive-announcement .liberal-archive-main .casgrain__image-background {
        display: none !important
    }
    .platform-single__social-share-container {
        display: none
    }
    .platform__header-wrapper {
        padding: 1rem;
        background: #eee !important
    }
}