.single-page-polar-plunge {
    background-color: #fff;
}

.plunge-events.row,
.super-plunge-support.row,
.plunge-sponsors.row {
    margin-bottom: 2em;
}

.plunge-banner .plunge-banner-right-new {
    width: 70%;
    height: 100%;
    float: right;
    background-size: cover;
    position: relative;
}

.plunge-banner-right-new img.img-responsive {
    max-width: 80%;
    width: 615px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.plunge-events .rounded-wrapper:before, .plunge-sponsors .rounded-wrapper:before {
    border: 4px solid #3b3a8a;
}

.plunge-events .rounded-wrapper.find-a-plunge:before, .plunge-sponsors .rounded-wrapper.find-a-plunge:before {
    border: 4px solid #3b3a8a;
}

.single-page-polar-plunge .plunge-events a .registerLink.ppicon:before {
    height: 68px;
    width: 68px;
    left: -2px;
    top: 2px;
}

@media (max-width: 768px) {
    .single-page-polar-plunge .plunge-banner .plunge-banner-left {
        width: 100%;
        height: 320px;
        float: none;
    }
    .plunge-banner .plunge-banner-right-new {
        width: 100%;
        height: 200px;
        padding: 20px;
    }
    .plunge-banner-right-new img.img-responsive {
        max-height: 80%;
        width: auto;
    }
}

/*/////////////////*/
/* Big Plunge Page */
/*/////////////////*/
.single-page-big-plunge {
    /* width: 100%; */
}

.plunge-event-video {
    padding-top: 4em;
}

.plunge-event-video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.plunge-event-video .embed-container iframe,
.plunge-event-video .embed-container object,
.plunge-event-video .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.big-plunge-banner {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: white;
    height: auto;
    margin: 0 0 40px;
}

.big-plunge-banner .banner-left {
    background: transparent url(../img/bg-green-pattern-box.jpg) center no-repeat;
    background-size: cover;
    width: 30%;
    padding: 40px;
}

.big-plunge-banner .banner-right {
    display: flex;
    flex-wrap: wrap;
    /*align-items: flex-start;*/
    align-items: center;
    background: transparent url(../img/Polar-Plunge-Hero.jpg) center no-repeat;
    background-size: cover;
    width: 70%;
    padding: 40px;
}

@media (max-width: 768px) {

    .big-plunge-banner .banner-left,
    .big-plunge-banner .banner-right {
        box-sizing: border-box;
        width: 100%;
    }
    .big-plunge-banner .banner-left {
        order: 2;
    }
    .big-plunge-banner .banner-right {
        order: 1;
    }
}

.big-plunge-banner .banner-left img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .big-plunge-banner .banner-left img {
        width: 50%;
        margin: 0 auto;
    }
}

.big-plunge-banner .banner-left .cta-button {
    position: relative;
    display: inline-block;
    padding-top: 122px;
}

.big-plunge-banner .banner-left .cta-button span {
    display: block;
    font-size: .9em;
    color: white;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #243392;
    border-radius: 5px;
    padding: 15px 20px;
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate(-50%, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate(-50%, -10%);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate(-50%, -7%);
  }

  90% {
    transform: translate(-50%, -5%);
  }
}


.big-plunge-banner .banner-left .cta-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent url(../img/arrow.png) center no-repeat;
    background-size: cover;
    z-index: 2;
    animation: bounce 1.75s infinite;
    width: 100px;
    height: 122px;
}

.big-plunge-banner .banner-left .cta-button:hover span {
    background-color: #1a266d;
}

.big-plunge-banner .banner-left .content {
    text-transform: uppercase;
}

.big-plunge-banner .banner-right .intro {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 10px;
}

.big-plunge-banner .banner-right h2 {
    font-size: 4.5em;
    font-family: 'Passion One', cursive;
    color: white;
    text-align: right;
    text-shadow: -2px 2px 0 rgba(37, 90, 130, 1);
    line-height: 1em;
    border-right: 1px solid white;
    width: 50%;
    padding-right: 5%;
    margin: 0 0 20px;
}

@media (max-width: 900px) {
    .big-plunge-banner .banner-right h2 {
        font-size: 3.5em;
    }
}

@media (max-width: 600px) {
    .big-plunge-banner .banner-right h2 {
        font-size: 4em;
        text-align: center;
        border: none;
        width: 100%;
        padding: 0;
    }
}

.big-plunge-banner .banner-right .content {
    text-align: left;
    box-sizing: border-box;
    width: 40%;
    padding-left: 5%;
    margin: 0 0 20px;
}

@media (max-width: 600px) {
    .big-plunge-banner .banner-right .content {
        text-align: center;
        width: 100%;
        padding: 0;
    }
}

.big-plunge-banner .banner-right p {
    font-size: 1.25em;
    line-height: 2em;
    margin: 0;
}

@media (max-width: 900px) {
    .big-plunge-banner .banner-right p {
        font-size: 1em;
    }
}

.big-plunge-banner .banner-right .date {
    font-size: 1.4em;
    font-weight: 700;
    align-self: flex-end;
    width: 100%;
}

.big-plunge-banner .banner-right .location {
    width: 100%;
    margin: 0 0 10px;
}

.big-plunge-banner .banner-right .cta-button {
    display: block;
    font-size: .9em;
    color: white;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #018465;
    border-radius: 5px;
    padding: 15px 20px;
    margin: 0 auto;
}

.big-plunge-banner .banner-right .cta-button:hover {
    background-color: #0d6b55;
}

.plunge-event-details {
    margin: 0 0 60px;
}

.plunge-event-details::after {
    display: block;
    content: '';
    background: linear-gradient(to left, #443789 0%, #a02985 100%);
    width: 70%;
    height: 1px;
    margin: 0 auto;
}

.plunge-event-details h2 {
    position: relative;
    font-size: 3em;
    background-color: white;
    height: 3em;
    padding: 0 10px;
}

@media (max-width: 500px) {
    .plunge-event-details h2 {
        font-size: 2em;
    }
}

.plunge-event-details h2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: #fff;
    width: 60%;
    padding: 0 10px;
}

@media (max-width: 768px) {
    .plunge-event-details h2 span {
        width: 80%;
    }
}

.plunge-event-details h2::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    /*background: linear-gradient(#443789 0%, #a02985 100%);*/
    background: #018465;
    width: 100%;
    height: 5px;
}

.plunge-event-details .details-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
    padding: 50px 0 15px;
    margin: 0 0 40px;
}

.plunge-event-details .image-left {
    position: absolute;
    top: 50%;
    left: -2%;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
    width: 15vw;
    max-width: 250px;
    height: auto;
}

.plunge-event-details .image-right {
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%);
    z-index: 0;
    display: block;
    width: 15vw;
    max-width: 250px;
    height: auto;
}

@media (max-width: 1200px) {
    .plunge-event-details .image-left {
        width: 18vw;
    }

    .plunge-event-details .image-right {
        width: 18vw;
    }
}

@media (max-width: 960px) {
    .plunge-event-details .image-left {
        width: 20vw;
    }

    .plunge-event-details .image-right {
        width: 20vw;
    }
}

@media (max-width: 768px) {

    .plunge-event-details .image-left,
    .plunge-event-details .image-right {
        display: none;
    }
}

.plunge-event-details .column {
    width: 30%;
}

@media (max-width: 768px) {
    .plunge-event-details .column {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .plunge-event-details .column {
        width: 100%;
    }
}

.plunge-event-details .col-sm-8 {
    float: none;
    margin: 0 auto;
}

.plunge-event-details .details-list p {
    font-size: 1.2em;
    color: #015978;
    text-align: center;
    line-height: 2em;
    font-weight: 700;
}

@media (max-width: 1200px) {
    .plunge-event-details .details-list p {
        font-size: 1em;
    }
}

@media (max-width: 960px) {
    .plunge-event-details .details-list p {
        font-size: 1em;
    }
}

.plunge-leaderboard h2 {
    font-size: 2em;
    text-transform: capitalize;
}

.plunge-leaderboard h3 {
    color: #015978;
    margin: 0;
}

.plunge-leaderboard h4 {
    color: #015978;
    font-weight: normal;
    margin: 0 0 40px;
}

.big-plunge-leaderboard {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    color: #969696;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .big-plunge-leaderboard {
        flex-wrap: wrap;
    }
}

.big-plunge-leaderboard .widget {
    text-align: center;
    width: 25%;
}

@media (max-width: 768px) {
    .big-plunge-leaderboard .widget {
        width: 50%;
    }
}

.big-plunge-leaderboard .classy-org-leaderboard_item-image {
    display: block;
    width: 50%;
    height: auto;
    /* width: 94px;
    height: 94px; */
    position: relative;
    float: none;
    margin: 0 auto 10px;
}

/* .big-plunge-leaderboard .classy-org-leaderboard_item-image::before {
    position: absolute;
    display: block;
    z-index: 11;
    height: 68px;
    width: 68px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '';
    background: transparent url(http://specialolympicswashington.org/wp-content/uploads/bear-head@4x-e1542143873669.png) center no-repeat;
    background-size: contain;
}

.big-plunge-leaderboard .classy-org-leaderboard_item-image::after {
    content: "";
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94px;
    height: 94px;
    background-color: white;
    border: 3px solid #015978;
    border-radius: 50%;
}
 */
.big-plunge-leaderboard .classy-org-leaderboard_item-image img {
    /* display: none; */
    width: 100%;
    height: auto;
}

.big-plunge-leaderboard .classy-org-leaderboard_item-info {
    margin: 0;
}


.big-plunge-leaderboard h3 {
    font-size: 1em;
    font-weight: normal;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #969696;
}

.big-plunge-leaderboard .classy-org-leaderboard_item-info-label {
    margin: 0 0 5px;
}

.single-page-big-plunge h2 {
    color: #015978;
    text-transform: uppercase;
}

.plunge-get-involved {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    color: white;
    background: #8689bb url(../img/bg-get-involved.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 30px;
}

@media (max-width: 768px) {
    .plunge-get-involved {
        height: auto;
    }
}

.plunge-get-involved h2 {
    font-size: 3.5em;
    font-family: 'Passion One',
    cursive;
    color: white;
    line-height: 1em;
    margin: 0;
}

.plunge-get-involved p {
    font-weight: 700;
    margin-top: 0;
}

.plunge-get-involved .copy {
    width: 40%;
}

.plunge-get-involved .instagram {
    width: 50%;
}

@media (max-width: 768px) {

    .plunge-get-involved .copy,
    .plunge-get-involved .instagram {
        width: 100%;
    }

    .plunge-get-involved div {
    }

    .plunge-get-involved .wdi_clear {
        margin: 0;
    }
}

.plunge-get-involved .get-involved-tagline {
    font-weight: 700;
    font-size: 1.3em;
    text-align: center;
    align-self: flex-start;
    width: 100%;
    margin-top: 20px;
}

.plunge-get-involved .wdi_feed_thumbnail_1 .wdi_feed_container {
    background-color: transparent;
    border: none;
}

.plunge-get-involved .wdi_feed_thumbnail_1 .wdi_user_img_wrap {
    display: none;
}

.plunge-get-involved #wdi_feed_0 .wdi_header_user_text h3 {
    color: #fff;
    margin: 0 10px 0 0;
}

@media (max-width: 768px) {
    .plunge-get-involved #wdi_feed_0 .wdi_header_user_text h3 {
        color: #000000;
        margin: 0 0 10px;
    }
}

.plunge-get-involved #wdi_feed_0 .wdi_header_user_text h3::before {
    display: inline;
    content: '@';
    color: white;
}

.plunge-get-involved #wdi_feed_0 .wdi_media_info,
.plunge-get-involved #wdi_feed_0 .wdi_bio,
.plunge-get-involved #wdi_feed_0 .wdi_website {
    display: none;
}

.plunge-get-involved .wdi_feed_theme_1 .wdi_feed_wrapper {
    display: flex;
    flex-wrap: wrap;
    background-color: transparent;
}

.plunge-get-involved #wdi_feed_0 .wdi_feed_item {
    width: 25%;
}

@media (max-width: 768px) {
    .plunge-get-involved #wdi_feed_0 .wdi_feed_item {
        width: 50%;
    }
}

.plunge-get-involved .wdi_feed_thumbnail_1 .wdi_photo_wrap_inner {
    background-color: transparent;
    border-color: transparent;
}

.plunge-get-involved .wdi_feed_theme_1 .wdi_follow_btn {
    margin-left: 0;
}

.single-page-big-plunge .plunge-events a .registerLink.ppicon:before {
    background-image: url(http://specialolympicswashington.org/wp-content/uploads/bear-head@4x-e1542143873669.png);
}

.big-plunge-sponsors.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media (max-width: 768px) {
    .big-plunge-sponsors.row {
        padding: 0 40px;
    }
}

.big-plunge-sponsors.row .col-md-offset-1 {
    padding: 0;
    margin: 0;
}

.big-plunge-sponsors.row img {
    margin: 0 auto;
}

.plunge-progress {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
}

.plunge-progress .plunge-circle-graph,
.plunge-progress .plunge-campaign-details {
    width: 50%;
}

@media (max-width: 768px) {

    .plunge-progress .plunge-circle-graph,
    .plunge-progress .plunge-campaign-details {
        width: 100%;
    }
}

.plunge-circle-graph {
    background: #243393 url(../img/bg-blue-circle-graph.jpg) center no-repeat;
    background-size: cover;
    padding: 60px;
}

.classy-circle-graph {
    width: 100%;
    height: 0;
    padding-top: 100%;
    /* Aspect ratio */
    position: relative;
    border-radius: 100%;
}

.classy-circle-svg {
    position: absolute;
    top: 0;
    left: 0;
}

.classy-circle-svg circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #aaaaaa;
    stroke-width: 9%;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.classy-circle-svg .bar {
    stroke: url(#classy-gradient);
    stroke-width: 6%;
}

.classy-circle-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

@media (max-width: 768px) {
    .classy-circle-content {
        width: 100%;
    }
}

.classy-circle-content span {
    display: block;
    font-size: 1.5em;
    color: white;
    text-align: center;
    margin: 0 auto;
}

.classy-circle-content .mobile-label {
    display: none;
}

@media (max-width: 768px) {
    .classy-circle-content span {
        display: none;
    }
    .classy-circle-content .raised-amount,
    .classy-circle-content .mobile-label {
        display: block;
    }
}

.classy-circle-content .raised-amount {
    font-size: 3.5em;
    font-family: 'Passion One', cursive;
    text-shadow: -2px 2px 0 rgba(37, 90, 130, 1);
    line-height: 1.2em;
}

.classy-circle-content .campaign-name {
    font-weight: 700;
    text-transform: uppercase;
}

.plunge-campaign-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #963d91 url(../img/bg-green-pattern-box.jpg) center no-repeat;
    background-size: cover;
    padding: 60px;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out;
  }

  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in;
  }

  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out;
  }

  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in;
  }

  45% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
.plunge-campaign-details .cta-button {
    display: block;
    font-size: 1.5em;
    color: white;
    line-height: 1em;
    text-transform: uppercase;
    text-align: center;
    background-color: #243392;
    border-radius: 5px;
    animation: heartbeat 1.5s ease-in-out infinite both;
    padding: 15px 10px;
}

.plunge-campaign-details .cta-button:hover {
    background-color: #1a266d;
}

.classy-campaign-details-container {
    margin: 0 0 40px;
}

.classy-campaign-details-container h4 {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    text-align: center;
}


.classy-campaign-details {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.classy-campaign-details span {
    font-size: 4em;
    font-weight: 700;
    line-height: 1.2em;
    color: white;
    background: linear-gradient(to bottom, #000000 0%, #000000 49%, #ffffff 50%, #000000 52%, #000000 100%);
    padding: 0 5px;
    margin: 0 2px;
}
