.banner {
    background-image: url(/images/jason-goodman-Oalh2MojUuk-unsplash.jpg);
    /*background-image: url(../images/jason-goodman-vbxyFxlgpjM-unsplash.jpg);*/
}


#transitionleaders{
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Creates 4 columns */
    grid-template-rows: repeat(2);    /* Creates 2 rows */
    gap: 1px; /* Optional: adds space between grid items */
    border: 1px solid #000000; /* Optional: adds a border to each item */
    margin: 10px 10px;

}

#transitionmanagementpic {
    display:block;
    margin-right: auto;
    margin-left: auto;
    width:900px;
    height:auto;
}

#transitionstories ul {
    list-style: none;
}

.transitionheader {
    color:#fff;
    padding: 5px;
    font-weight: bold;
    background-color: #4472c4;
}

.columncontent {
    padding: 5px;
    font-size: 10px;
}

.columncontent p {
    font-size: 10pt;
}
.mobile {
    display:none;
}
strong {
    font-size: 10pt;
}
.section-plans {
    height: 650px;
}
.u-center-text {
    text-align: center !important;
    margin-bottom: 2em;
}

.u-margin-bottom-small {
    margin-bottom: 1.5rem !important;
}

.u-margin-bottom-medium {
    margin-bottom: 4rem !important;
}

.u-margin-top-big {
    margin-top: 5rem !important;
}


.heading-primary {
    color: #fff;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 6rem;
}

.heading-primary--main {
    display: block;
    font-size: 6rem;
    font-weight: 400;
    letter-spacing: 3.5rem;
    -webkit-animation-name: moveInLeft;
    animation-name: moveInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    /*
          animation-delay: 3s;
          animation-iteration-count: 3;
    */
}

.heading-primary--sub {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1.75rem;
    -webkit-animation: moveInRight 1s ease-out;
    animation: moveInRight 1s ease-out;
}

.heading-secondary {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.2rem;
    line-height: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn, .btn:link, .btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 1.5rem 4rem;
    display: inline-block;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    font-size: 1.6rem;
    border: none;
    cursor: pointer;
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn:active, .btn:focus {
    outline: none;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--white {
    background-color: #fff;
    color: #777;
}

.btn--white::after {
    background-color: #fff;
}

.btn--green {
    background: -webkit-gradient(linear, left top, right top, from(#fc466b), to(#3f5efb));
    background: linear-gradient(to right, #fc466b, #3f5efb);
    color: #fff;
}

.btn--green::after {
    background-color: #55c57a;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.card {
    -webkit-perspective: 150rem;
    perspective: 150rem;
    -moz-perspective: 150rem;
    height: 26rem;

}

.card__side {
    height: 52rem;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
    background-color: #fff;
}

.card__side--front-1 {
    background: linear-gradient(-45deg, #fff, #0b335e);
}

.card__side--front-2 {
    background: linear-gradient(-45deg, #fff, #0b335e);
}

.card__side--front-3 {
    background: linear-gradient(-45deg, #fff, #0b335e);
}

.card__side--back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card__side--back-1 {
    background: linear-gradient(-45deg, #0b335ebd, #fff);
}

.card__side--back-2 {
    background: linear-gradient(-45deg, #0b335ebd, #fff);
}

.card__side--back-3 {
    background: linear-gradient(-45deg, #0b335ebd, #fff);
}

.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.card:hover .card__side--back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.card__title {
    height: 40rem;
    padding: 4rem 2rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.card__title--1 .fas {
    font-size: 5rem;
}

.card__title--2 .fas {
    font-size: 5rem;
}

.card__title--3 .fas {
    font-size: 5rem;
}

.card__heading {
    text-transform: uppercase;
    text-align: center;
    font-family: 'OpenSans-ExtraBold', Arial, sans-serif;
    font-size: 18pt;
    color: #fff;
}

.card__heading-span {
    padding: 1rem 1.5rem;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

.card__details {
    /*padding: 4rem 2rem 2rem 2rem;*/
    text-align:center;
    margin-top: 2rem;
}

.card__details ul {
    list-style: none;
    width: 80%;
}

.card__details ul li {
    text-align: center;
    font-size: 1.5rem;
    padding: 1rem;
}

.card__details ul li:not(:last-child) {
    border-bottom: 1px solid #eee;
}

.card__cta {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
}

.card__price-box {
    text-align: center;
    color: #fff;
    margin-bottom: 8rem;
}

.card__price-only {
    font-size: 1.4rem;
    text-transform: uppercase;
}

.card__price-value {
    font-size: 6rem;
    font-weight: 100;
}

.row {
    max-width: 114rem;
    margin: 0 auto;
}

.row:not(:last-child) {
    margin-bottom: 5rem;
    margin-top: 5rem;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.row [class^="col-"] {
    float: left;
}

.row [class^="col-"]:not(:last-child) {
    margin-right: 3rem;
}

#desktopmenu li:first-child {
        margin-left:unset;
    }

.row .col-1-of-4 {
    width: calc((100% - 2 * 6rem) / 4);
}


@media screen and (min-width: 800px) and (max-width: 1199px) {

    #transitionleaders {
        margin: unset;
        margin-right: 11px;
        grid-template-columns: repeat(1, 1fr);
    }
    .row .col-1-of-4 {
        width: calc((100% - 2 * 6rem) / 2);
    }
    .row [class^="col-"]{
        margin-left:3rem;
    }

    .card {
        margin-bottom: 200px;
    }

    .card__side {
        height: 45rem;
    }
    .desktop{
        display:none;
    }
    .mobile {
        display:unset;
    }
    #transitionmanagementpic {
        width: 700px;
    }
}

@media screen and (max-width: 799px) {
    .row .col-1-of-4 {
        width: calc((100% - 2 * 6rem) / 1);
    }
    .row [class^="col-"]{
        margin-left:6rem;
    }
    .card__side {
        height: 45rem;
    }

    .card {
        margin-bottom: 200px;
    }

    #transitionleaders {
        margin: unset;
        grid-template-columns: repeat(1, 1fr);

    }
    .desktop {
        display:none;
    }
    .mobile {
        display:unset;
    }
    .card__details ul {
        width: 90%;
        margin: 0;
    }
    #transitionmanagementpic {
        width: 400px;
    }
}
