/*
 Theme Name:   Promise Tracker
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.3
Version: 1.1
*/

/* Fonts */

h1 {
    font-size: 2.4em;
}

h2 {
    font-size: 1.6em;
    display: block;
}

h1,
h2,
h3,
h4 {
    line-height: 1em;
    font-family: 'Georgia', Times, serif;
    margin-top: 0px;
    margin-bottom: 0.5em;
}

p,
li {
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    line-height: 1.4em;
}

/** Overrides **/

html {
    font-size: 16px;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #eeeeee;
    height: 100vh;
}

div {
    box-sizing: border-box;
}


/** Header **/

.header {
    background: #efefef;
    width: 100%;
}

.nav {
    padding: 0px;
    list-style: none;
    border-radius: 20px;
    text-align: center;
    background: transparent;
}

.nav ul {
    padding: 0px;
    border: solid 2px #333;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.nav li {
    display: inline-block;
    color: #fff;
    width: 100%;

}

.nav li a {
    padding: 1em;
    color: #000;
    display: block;
    text-decoration: none;
    transition: all 0.15s ease;
}

.nav li a:hover {
    color: #000;
    background: #fff;
}

/** Content **/
a {
    position: relative;
}

a img {
    display: inline-block;
}

.tooltip {
    background: #fff;
    padding: 1em;
    font-size: 12px;
    position: absolute;
    top: -1em;
    lefT: -1em;
    border-radius: 10px;
    border: solid 1px #333;
    opacity: 0;
    transition: all 0.1s ease;
    pointer-events: none;
    text-decoration: none;
    font-family: Arial;
    text-align: left;

}

a:hover .tooltip {
    opacity: 1;
}

/* Blocks */

.hero {
    padding-top: 3em;
}

.hero .block {
    background-color: #fff;
    display: grid;
    align-items: center;
    box-shadow: 0px 0px 0px 2px #000;
    position: relative;
}

.hero .block>div {
    border-top: solid 1px #bbb;
    border-radius: 0px;
    padding-top: 0.3em;
    font-weight: 600;
}

.hero .block .party {
    border-top: none !important;
    color: inherit;
}

.hero *:last-child {
    margin-bottom: 0px;
}

.hero .block:before {
    content: '';
    left: 0.6em;
    top: -0.6em;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 30px;
    background-image: linear-gradient(60deg, #fff 0%, #000 100%);
    pointer-events: none;
}

.split {
    display: grid;
    height: 100%;
    column-gap: 1em;
    top: 0px;
    grid-template-columns: 450px 1fr;
    grid-template-rows: 1fr 1fr;
}
.home .split {
	padding-left:2em;
}
.split .hero {
    width: 450px;
    max-width: 100%;
    margin-left: 0em;
    height: 100%;
}

.split .hero .block {
    padding: 2em;
    padding-top: 2em;
}

.split div {
    border-radius: 20px;
}

/* Home */
.home h1 {
    line-height: 1.4em;
    margin-bottom: 1em;
}

/* Promise container timeline */
.timeline {
    width: 100%;
    overflow-y: auto;
    height: 100vh;
    padding-top: 3em;
    padding-right: 2em;
    padding-left: 1em;
	padding-bottom:250px;
    box-sizing: border-box;
}

.flip-front .modified {
    position: absolute;
    bottom: 1em;
}

/* Timeline plugin overrides */
#promise-filter {
    display: grid;
	position:sticky;
	top:0px;
    grid-template-columns: 5fr 1fr;
    background: #fff;
    border: solid 2px #333;
    z-index: 2;
    border-radius: 20px;
    margin-bottom: 1em;
}

.ymc-smart-filter-container,
.ymc-extra-filter,
.ymc-extra-search,
.ymc-extra-sort {
    max-width: 100%;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter,
.ymc-extra-filter .filter-layout3 .dropdown-filter,
.ymc-extra-search .filter-layout3 .dropdown-filter,
.ymc-extra-sort .filter-layout3 .dropdown-filter {
    position: relative;
    margin-bottom: 0px;
    max-width: 25%;
    width: 100%;
	max-height:2em;
    display: inline-flex;
    font-family: arial;
}

.ymc-smart-filter-container .filter-layout3 .btn-all,
.ymc-extra-filter .filter-layout3 .btn-all,
.ymc-extra-search .filter-layout3 .btn-all,
.ymc-extra-sort .filter-layout3 .btn-all {
    padding: 10px 20px 10px 20px;
    position: relative;
    cursor: pointer;
    text-transform: capitalize;
    background: #fff;
    font-family: Arial;
    margin-bottom: 0px;
    border-top-left-radius: 20px;
    border: none;
    background: #000;
    background-image: #000;
    color: #fff;
    border-bottom-left-radius: 20px;
    top: 1px;
    left: 1px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active {
    border: none;
    border-radius: 20px;
}

.ymc-smart-filter-container .search-layout .search-form__input,
.ymc-extra-filter .search-layout .search-form__input,
.ymc-extra-search .search-layout .search-form__input,
.ymc-extra-sort .search-layout .search-form__input {
    color: #333;
    font-size: 16px;
    border-radius: 20px;
    font-family: 'Arial';
    border: none;
}

.ymc-smart-filter-container .search-layout .search-form__submit,
.ymc-extra-filter .search-layout .search-form__submit,
.ymc-extra-search .search-layout .search-form__submit,
.ymc-extra-sort .search-layout .search-form__submit {
    display: none;
}

.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item::after,
.ymc-extra-filter .container-posts .post-vi-timeline .post-item::after,
.ymc-extra-search .container-posts .post-vi-timeline .post-item::after,
.ymc-extra-sort .container-posts .post-vi-timeline .post-item::after {
    border: 5px solid #000;
}

.ymc-smart-filter-container .container-posts .post-vi-timeline .post-item,
.ymc-extra-filter .container-posts .post-vi-timeline .post-item,
.ymc-extra-search .container-posts .post-vi-timeline .post-item,
.ymc-extra-sort .container-posts .post-vi-timeline .post-item {
    min-height: unset;
}

.ymc-smart-filter-container .container-posts .post-custom-layout .post-item,
.ymc-extra-filter .container-posts .post-custom-layout .post-item,
.ymc-extra-search .container-posts .post-custom-layout .post-item,
.ymc-extra-sort .container-posts .post-custom-layout .post-item {
    line-height: 1.3;
    color: #222;
    background: none;
    background-image: none;
    word-break: break-word;
    border: none;
    padding: 0;
}

.ymc-extra-filter .filter-layout3 .filter-entry {
    flex-wrap: nowrap;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive {
    max-width: 300px;
    margin-top: 15px;
    padding: 15px 20px 15px 20px;
    background: #141518;
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    z-index: 2;
    transition: .3s;
    border-radius: 8px;
    font-family: Arial;
}

.ymc-smart-filter-container .filter-layout3 .filter-entry,
.ymc-extra-filter .filter-layout3 .filter-entry,
.ymc-extra-search .filter-layout3 .filter-entry,
.ymc-extra-sort .filter-layout3 .filter-entry {
    margin-bottom: 0px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive .btn-close,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive .btn-close,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive .btn-close,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive .btn-close {
    display: none;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::after,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::after,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::after,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::after {
    top: 44%;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::before,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::before,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::before,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link::before {
    border-radius: 2px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link .count {
    display: none;
}

.ymc-smart-filter-container .search-layout .search-form .form-inner,
.ymc-extra-filter .search-layout .search-form .form-inner,
.ymc-extra-search .search-layout .search-form .form-inner,
.ymc-extra-sort .search-layout .search-form .form-inner {
    margin-bottom: 0px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active .arrow {
    border-width: 0 2px 2px 0;
    transition: all 0.1s;
}

.ymc-smart-filter-container .search-layout .search-form__input,
.ymc-extra-filter .search-layout .search-form__input,
.ymc-extra-search .search-layout .search-form__input,
.ymc-extra-sort .search-layout .search-form__input {
    font-size: 14px;
}

.post-item {
    position: relative;
    perspective: 1000px;
    perspective-origin: center;
}
.post-item:after {
        background-image: linear-gradient(60deg, transparent 0%, #000 100%), url(/wp-content/themes/promise-tracker/images/textures/noise.svg);
        filter: contrast(170%) brightness(300%);
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        right: -10px;
        top: -10px;
        opacity:0.6;
        border-radius: 20px;
        transform-origin:left;
        filter:blur(0px);
}
.post-item:hover:after {
    animation: shadowIn 0.35s ease forwards;
}

/* Flip animation */
@keyframes shadowIn {
    0% {
        transform:scaleX(1) translatex(0);
        opacity:0.6;
    }
    50% {
        transform:scaleX(0) translatex(-10px) translatey(10px); 
        filter:blur(10px);
        opacity:0.1;
    }
    100% {
        transform:scaleX(1);
        opacity:0.6;
    }
}
@keyframes shadowOut {
    0% {
        transform:scaleX(1) translatex(0);
        opacity:0.6;
    }
    50% {
        transform:scaleX(0) translatex(-10px) translatey(10px); 
        opacity:0.1;
        filter:blur(10px);
    }
    100% {
        transform:scaleX(1) translatex(0);
        opacity:0.6;
    }
}
@keyframes cardFlipIn {
    0% {
        transform:rotateY(0deg) translateZ(0px);
    }
    50% {
        transform:rotateY(90deg) translateZ(-120px); 
    }
    100% {
        transform:rotateY(180deg) translateZ(0px); 
    }
}

@keyframes cardFlipOut {
    0% {
        transform:rotateY(180deg) translateZ(0px);
    }
    50% {
        transform:rotateY(90deg) translateZ(-120px); 
    }
    100% {
        transform:rotateY(0deg) translateZ(0px); 
    }
}
.flip-inner {
  border-radius: 20px;
  position: relative;
  transform-style: preserve-3d;
  height:100%;
  transform-origin:center;
  
}

.post-item:hover {
    z-index:10;
}
.post-item:hover .flip-inner {
    animation: cardFlipIn 0.4s ease forwards;
}

.post-item:hover .contradiction {
    opacity: 0.2;
}

.flip-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible;
    /* Safari */
    backface-visibility: visible;
    left: 0px;
    top: 0px;
    background: #fff;
    border: solid 3px #333;
    border-radius: 20px;
    overflow: hidden;
    padding: 2em 2em 4em;
    font-family: arial;
}

.flipside {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    overflow:hidden;
    backface-visibility: hidden;
    transform: rotateY(180deg);
    padding: 2em 2em 2em;
    font-family: Arial;
}
.flipside > * {
    z-index:10;
    position:relative;
}
.post-item .date {
    margin-bottom: 2em;
    padding-right: 25%;
}

.post-item .date>span {
    display: block;
}

.post-item .party {
    display: block;
    margin-bottom: 1em;
    max-width: 75%;
}

.post-item .party .party-name {
    font-weight: 600;
}

.party-name {
    font-weight: 600;
}

/* Party colours */
.flip-inner[data-party="bc-ndp"] .party-name,
.split[data-party="bc-ndp"] .block .party-name {
    color: #ff6633;
}

.flip-inner[data-party="conservative-party-of-bc"] .party-name,
.split[data-party="conservative-party-of-bc"] .block .party-name {
    color: #004AAD;
}

.flip-inner[data-party="bc-greens"] .party-name,
.split[data-party="bc-greens"] .block .party-name {
    color: #008542;
}

.flip-front {
    position: relative;
    background: #fff;
}

.flip-inner .meta {
    position: absolute;
    border: solid 3px #333;
    width: 96px;
    height: 96px;
    border-radius: 100%;
    padding: 1em;
    top: -3em;
    right: -3em;
    display: flex;
    align-items: bottom;
    font-weight: 600;
    transition: 0.2s ease;
}

.meta>span {
    display: block;
}

.date .modified {
    font-size: 0.7em;
}

.related-promises ul,
.contradictory-promises ul {
    margin-top: 0px;
}

.sources {
    word-break: break-all;
}

.ymc-smart-filter-container .container-posts .post-custom-layout .post-item a,
.ymc-extra-filter .container-posts .post-custom-layout .post-item a,
.ymc-extra-search .container-posts .post-custom-layout .post-item a,
.ymc-extra-sort .container-posts .post-custom-layout .post-item a {
    color: #333;
    background: #fff;
    position: absolute;
    bottom: 3px;
    left: 3px;
    padding: 1em;
    text-align: center;
    border-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top: solid 3px #333;
    font-size: 1em;
    font-family: 'Arial';
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    right: 3px;
}

.field-search {
    text-align: center;
    font-size: 14px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter,
.ymc-extra-filter .filter-layout3 .dropdown-filter,
.ymc-extra-search .filter-layout3 .dropdown-filter,
.ymc-extra-sort .filter-layout3 .dropdown-filter {
    font-size: 14px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active {
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive {
    min-width: 200px;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive__item .menu-link,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive__item .menu-link {
    font-size: 14px;
    text-align: left;
}

.container-posts .post-custom-layout .post-item a:hover {
    color: #fff;
    background: #000;
}

/* Text */
.promise-txt {
    text-decoration: underline;
    font-size: 4rem;
    font-weight: 700;
}

.hero .block::before {
    background-image: linear-gradient(60deg, transparent 0%, #000 100%), url('/wp-content/themes/promise-tracker/images/textures/noise.svg');
    filter: contrast(170%) brightness(300%);
    z-index: -1;
}

body {
    background-color: #fff6ea;
    background-image: url('/wp-content/themes/promise-tracker/images/textures/noise.svg');
}

.dropdown-filter {
    text-align: center;
}

.ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-filter .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-search .filter-layout3 .dropdown-filter .menu-active .arrow,
.ymc-extra-sort .filter-layout3 .dropdown-filter .menu-active .arrow {
    top: 50%;
}

.contradiction {
    position: absolute;
    left: 16px;
    color: #ff2b2b;
    font-weight: 900;
    bottom: 10px;
    font-size: 2em;
    font-family: Arial;
}

/** Components **/


/* Single promise*/
.single .post-custom-layout-78-1 {
    grid-template-columns: 100% !important;
}

.single .split {
    max-width: 968px;
    margin: 0 auto;
}

.single .block>div {
    margin-bottom: 0.4em;
    font-family: 'Arial';
}

.summary{
    background: #fff;
    border-radius: 20px;
    border: solid 2px #333;
    max-width: 768px;
    margin-bottom: 300px;
    overflow:hidden;
}
.summary img {
    width: 100%;
  height: auto;
}
.summary .summary-content {
    padding: 2em;
}
.single .content {
    padding-top: 3em;
}

.return {
    color: #000;
    background: #fff;
    position: fixed;
    bottom: 1em;
    padding: 0.6em;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-size: 3em;
    font-family: 'Arial';
    text-decoration: none;
    cursor: pointer;
    border: solid 2px #333;
    transition: all 0.2s ease;
    width: calc(100% - 2em);
    max-width: 968px;
    margin: 0 auto;
    box-sizing: border-box;
    left: 0;
    right: 0;
    transition: all 0.2s ease;
    z-index: 10;
    line-height: 0px;
}

.return-statement {
    transform: scale(0.5);
    display: inline-block;
}

.return:hover {
    filter: invert(100);
}

.single .content {
    padding-right: 0px;
    margin-left: 0.6em;
}

/* Promise list */
.promises ul {
    padding: 0;
    margin: 0;
}

.promises li {
    list-style: none;
    padding: 1em;
    border-radius: 24px;
    background: #ebebeb;
}

/* Sidebar */

.sidebar {
    padding-top: 3em;
}

/* Promise flip */
.flipside {
    transform: rotatey(180deg);
}

.post-item:hover .meta {
    transform: scale(10);
    filter:blur(0.3px);
}
/* Promise legend */
div .meta {
    background: #ebebeb;
}

div[data-status="partial"] .meta {
    background: #fce179;
}

div[data-status="kept"] .meta {
    background: #94daaf;
}

div[data-status="broken"] .meta {
    background: #fe9a7b;
}

/* Footer */
#footer {
    position: fixed;
    bottom: 1em;
    width: auto;
    text-align: right;
    margin: 0 auto;
    z-index: 1;
    left: auto;
    right: 1em;
    height: auto;
}

#footer a {
    display: inline-block;
}

#footer #footer-logo {
    width: 200px;
    margin-right:2em;
}

/** Break points **/

/* Mobile */
@media (max-width:680px) {
    h1 {
        font-size: 2em;
    }

    .split, .home .split {
        display: block;
        height: auto;
        padding-left:0px;
    }

    .hero {
        display: block;
    }

    .split .hero {
        margin-left: 1em;
        width: calc(100% - 2em);
    }

    .timeline {
        width: 100%;
        overflow:auto;
        height: 100%;
        padding-top: 1em;
        padding-right: 1em;
        padding-left: 1em;
        box-sizing: border-box;
        padding-bottom:0px;
    }

    #promise-filter {
        display: grid;
        grid-template-columns: 5fr;
        background: #fff;
        border: solid 2px #333;
        z-index: 2;
        border-radius: 20px;
        margin-bottom: 1em;
    }

    .ymc-extra-search {
        border-top: solid 1px #eee;
        text-align: center;
    }

    .ymc-smart-filter-container .filter-layout3 .dropdown-filter .menu-passive,
    .ymc-extra-filter .filter-layout3 .dropdown-filter .menu-passive,
    .ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,
    .ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive {
        max-width: 300px;
        min-width: 200px;
        margin-top: 15px;
        padding: 15px 20px 15px 20px;
        background: #141518;
        position: absolute;
        left: 0;
        top: 40px;
        z-index: 2;
        transition: .3s;
        border-radius: 8px;
        font-family: Arial;
    }

    .ymc-smart-filter-container .filter-layout3 .filter-entry,
    .ymc-extra-filter .filter-layout3 .filter-entry,
    .ymc-extra-search .filter-layout3 .filter-entry,
    .ymc-extra-sort .filter-layout3 .filter-entry {
        display: block;
    }

    .ymc-smart-filter-container .filter-layout3 .btn-all,
    .ymc-extra-filter .filter-layout3 .btn-all,
    .ymc-extra-search .filter-layout3 .btn-all,
    .ymc-extra-sort .filter-layout3 .btn-all {
        width: 100%;
        width: calc(100% - 2px);
        display: block;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
        text-align: center;
        margin-bottom: 1px;
    }

    .ymc-smart-filter-container .container-posts .ymc-xs-col-1,
    .ymc-extra-filter .container-posts .ymc-xs-col-1,
    .ymc-extra-search .container-posts .ymc-xs-col-1,
    .ymc-extra-sort .container-posts .ymc-xs-col-1 {
        grid-template-columns: 100%;
        row-gap: 1em;
        column-gap: 0;
    }

    .ymc-smart-filter-container .filter-layout3 .dropdown-filter,
    .ymc-extra-filter .filter-layout3 .dropdown-filter,
    .ymc-extra-search .filter-layout3 .dropdown-filter,
    .ymc-extra-sort .filter-layout3 .dropdown-filter {
        display: block;
        max-width: 100%;
        padding-bottom: 1em;
    }

    .tax-campaign .menu-passive,
    .ymc-extra-search .filter-layout3 .dropdown-filter .menu-passive,
    .ymc-extra-sort .filter-layout3 .dropdown-filter .menu-passive {
        max-width: 300px;
        right: 0 !important;
        width: 200px;
        left: unset !important;
    }

    .tax-campaign .menu-passive:before {
        right: 10px !important;
        left: unset !important;
    }

    .single .content {
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
        margin-left: 0px;
    }

    .sidebar {
        padding-top: 3em;
        padding-left: 1em;
        padding-right: 1em;
    }

    .summary .return {
        position: fixed;
        z-index: 2;
    }

    .promise-list {
        padding-bottom: 3em;
    }

    #footer {
        position: relative;
        text-align:center;
    }
    #footer #footer-logo {

        margin-right:0em;
    }
    .return {
        width:96%;
    }
    .summary {
        margin-bottom:2em;
    }
}