#edison-background {
    background-image: url(images/edison.png);
    background-position: top center;
    /*background-attachment: fixed;*/
    bottom: 0;
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: -1;
}
main {
    padding: 0;
}
main .card {
    position: relative;
}
main .card.foreground {
    background-color: #FFF;
    overflow: hidden;
}
main .card.foreground .image-wrapper {
    bottom: 0;
    position: absolute;
    z-index: -1;
}
main .card.foreground .down-arrow {
    bottom: 35px;
    height: 40px;
    left: 43%;
    position: absolute;
}
main .card.background {
    background: url(images/textile-pattern.jpg);
    min-height: 221px;
    opacity: 0.6;
}
main #card-1 {
    box-shadow: 0 3px 12px rgba(208, 191, 174, 0.8);
    padding: 30px 0 85px;
    z-index: 1;
}
main #card-1 .text-wrapper {
    border-left: 1px solid #333;
    padding-left: 22px;
}
main #card-1 .text-wrapper p.title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px;
}
main #card-1 .image-wrapper {
    bottom: 55px;
    left: -10px;
    width: 420px;
}
main #card-1 .image-wrapper .parallax-wrapper {
    max-width: 303px;
}
main #card-1 .image-wrapper img {
    margin-top: 45px;
}
main #card-1 .down-arrow:hover {
    opacity: 0.8;
}
main #card-2 {
    height: 22.45vw;
    max-height: 340px;
    z-index: 0;
}
main #card-3 {
    box-shadow: 0 3px 12px rgba(208, 191, 174, 0.8);
    padding: 30px 0 85px;
    z-index: 1;
}
main #card-3 .image-wrapper {
    bottom: 92px;
    left: -25px;
    width: 540px;
}
main #card-3 .image-wrapper .parallax-wrapper {
    max-width: 350px;
}
main #card-3 .text-wrapper {
    border-left: 1px solid #333;
    padding-left: 22px;
}
main #card-3 .text-wrapper p.title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    padding: 0;
}
main #card-3 .text-wrapper .body {
    padding: 0;
}
main #card-3 .text-wrapper .body ul {
    font-size: 18px;
    padding-left: 40px;
}
main #card-4 {
    height: 31vw;
    max-height: 386px;
    z-index: 0;
}
main #card-5 {
    background-color: #FFF;
    box-shadow: 0 11px 7px rgba(198, 195, 192, 0.8);
    color: #333;
    padding: 8px 0 40px;
    z-index: 1;
}
main #card-5.examples-modal-loaded {
    bottom: 0;
    height: 100vh;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
}
main #card-5 .accomplishments-ribbon {
    display: block;
    margin: 0 auto 6px;
}
main #card-5 .text-wrapper p.title {
    border-bottom: 1px solid #FFF;
    display: block;
    /*font-family: 'Libre Baskerville', serif;*/
    /*font-family: 'Sorts Mill Goudy', serif;*/
    font-size: 44px;
    line-height: 42px;
    margin: 0 auto 30px;
    max-width: 615px;
    text-align: center;
    
}
main #card-5 .text-image-wrapper p.subtitle {
    color: #264E97;
    font-weight: 600;
    margin-bottom: 6px;
}
main #card-5 .text-image-wrapper ul {
    padding-left: 20px;
}
main #card-5 .text-image-wrapper ul li {
    padding-bottom: 10px;
}
/*
main #card-5 .text-image-wrapper ul li a.example {
    color: #FFF;
    display: block;
    font-size: 18px;
    position: relative;
}
main #card-5 .text-image-wrapper ul li a.example:hover,
main #card-5 .text-image-wrapper ul li a.example:active,
main #card-5 .text-image-wrapper ul li a.example:focus {
    text-decoration: none;
}
main #card-5 .text-image-wrapper ul li a.example .description {
    background-color: #FFF;
    box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.3);
    color: #000;
    display: none;
    margin: 35px -30px 0;
    padding: 35px 30px;
    position: relative;
    text-align: justify;
}
main #card-5 .text-image-wrapper ul li a.example .description ul {
    list-style-type: none;
}
main #card-5 .text-image-wrapper ul li a.example .description ul li {
    background: url(images/shield.png) no-repeat 0 2px;
    margin-bottom: 15px;
    min-height: 26px;
    padding-left: 36px;
    padding-bottom: 0;
    text-align: left;
}
main #card-5 .text-image-wrapper ul li a.example .description ul li:last-child {
    margin-bottom: 0;
}
main #card-5 .text-image-wrapper ul li a.example:hover .title,
main #card-5 .text-image-wrapper ul li a.example.active .title {
    text-shadow: 1px 2px 4px rgba(0,0,0,0.7);
}
main #card-5 .text-image-wrapper ul li a.example.active .description {
    display: block;
}
main #card-5 .text-image-wrapper ul li a.example .image {
    background-repeat: no-repeat;
    display: block;
    height: 265px;
    left: 10px;
    margin: 0 auto -75px;
    position: relative;
    width: 275px;
}
main #card-5 .text-image-wrapper ul li a.example .image.hercules {
    background-image: url(images/hercules-1.png);
}
main #card-5 .text-image-wrapper ul li a.example:hover .image.hercules,
main #card-5 .text-image-wrapper ul li a.example.active .image.hercules {
    background-image: url(images/hercules-2.png);
}
main #card-5 .text-image-wrapper ul li a.example .image.ribbon {
    background-image: url(images/ribbon-1.png);
}
main #card-5 .text-image-wrapper ul li a.example:hover .image.ribbon,
main #card-5 .text-image-wrapper ul li a.example.active .image.ribbon {
    background-image: url(images/ribbon-2.png);
}
main #card-5 .text-image-wrapper ul li a.example .image.diamonds {
    background-image: url(images/diamonds-1.png);
}
main #card-5 .text-image-wrapper ul li a.example:hover .image.diamonds,
main #card-5 .text-image-wrapper ul li a.example.active .image.diamonds {
    background-image: url(images/diamonds-2.png);
}
main #card-5 .text-image-wrapper ul li a.example p.title {
    font-size: 26px;
    line-height: 26px;
}
main #card-5 .text-image-wrapper ul li a.example .pin {
    background-repeat: no-repeat;
    display: inline-block;
    height: 0;
    margin-left: -3px;
    position: absolute;
    top: 252px;
    width: 16px;
}
main #card-5 .text-image-wrapper ul li a.example:hover .pin {
    background-image: url(images/dot.png);
    background-position: -12px -10px;
    height: 16px;
}
main #card-5 .text-image-wrapper ul li a.example.active .pin,
main #card-5 .text-image-wrapper ul li a.example.active:hover .pin {
    background-image: url(images/pin.png);
    background-position: -98px -39px;
    height: 45px;
    transition: 400ms height ease-out;
}
main #card-5 .description-desktop {
    background-color: #FFF;
    box-shadow: 6px 9px 12px rgba(0, 0, 0, 0.3);
    color: #000;
    display: none;
    margin: 0 auto;
    max-width: 57vw;
    overflow: hidden;
    padding: 30px 30px 25px 0;
    position: relative;
}
main #card-5 .description-desktop ul {
    list-style-type: none;
}
main #card-5 .description-desktop ul li {
    background: url(images/shield.png) no-repeat 0 2px;
    margin-bottom: 15px;
    min-height: 26px;
    padding-left: 36px;
}
main #card-5 .description-desktop ul li:last-child {
    margin-bottom: 0;
}
main #card-5 .description-desktop.active-hercules {
    left: -75px;
}
main #card-5 .description-desktop.active-ribbon {
    left: 0;
}
main #card-5 .description-desktop.active-diamonds {
    left: auto;
    right: -86px;
}
main #card-5.examples-modal-open .description-desktop {
    margin-bottom: 80px;
}
main #card-5 .close-button {
    background-image: url(images/close-1.png);
    background-repeat: no-repeat;
    background-size: 90% auto;
    color: #FFF;
    display: none;
    font-size: 18px;
    height: 22px;
    position: fixed;
    right: 12px;
    top: 15px;
    width: 22px;
}
main #card-5 .close-button:hover,
main #card-5 .close-button:active,
main #card-5 .close-button:focus {
    background-image: url(images/close-2.png);
    text-decoration: none;
}
main #card-5.examples-modal-open .close-button {
    display: block;
}
*/
main .how-can-we-help-you {
    background: white url(images/textile-pattern.jpg);
    padding: 50px 20px 1px;
}
main .how-can-we-help-you .text-wrapper {
    margin: 0 auto;
    max-width: 470px;
}
main .how-can-we-help-you .text-wrapper .title {
    font-size: 44px;
    line-height: 42px;
    margin-bottom: 16px;
    text-align: center;
}
main .how-can-we-help-you .text-wrapper .body {
    font-size: 18px;
}
main .how-can-we-help-you .text-wrapper .body .description {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
}
footer {
    background: white url(images/textile-pattern.jpg);
    padding-top: 10px;
}
@media (min-width: 480px) {
}
@media (min-width: 768px) {
    main #card-1 {
        padding: 95px 0 184px;
    }
    main #card-3 {
        padding: 50px 0 185px;
    }
    main #card-3 .text-wrapper p.title {
        padding-right: 30px;
    }
    main #card-5 {
        padding: 8px 0 40px;
    }
    main #card-5 .text-wrapper p.title {
    }
    main #card-5 .text-image-wrapper ul li a.example .title {
        margin: -20px 0 30px;
    }
    main #card-5 .close-button {
        height: 31px;
        right: 16px;
        top: 20px;
        width: 30px;
    }
    main .card.foreground {
        overflow: visible;
    }
    main .card.foreground .down-arrow {
        left: 49%;
    }
    main .how-can-we-help-you {
        padding-top: 60px;
    }
    main .how-can-we-help-you .text-wrapper .title {
        margin-bottom: 36px;
    }
}
@media (min-width: 992px) {
    main .card.foreground .image-wrapper {
        position: static;
    }
    main #card-1 .image-wrapper,
    main #card-3 .image-wrapper {
        width: 33.3333%;
    }
    main #card-1 .text-wrapper {
        padding-left: 38px;
    }
    main #card-1 .image-wrapper img {
        left: -15px;
        max-width: 108%;
        position: relative;
    }
    main #card-3 .image-wrapper .parallax-wrapper {
        right: 66vw;
    }
    main #card-3 .image-wrapper img {
        left: -7px;
        max-width: 108%;
        position: relative;
    }
    main #card-5 .text-image-wrapper > div {
        padding: 0 36px;
    }
    main #card-5 .text-image-wrapper ul {
        margin-bottom: 0;
    }
}
/* EXTRA LARGE, RARE CASE */
@media (min-width: 1200px) {
    main #card-3 .image-wrapper {
        margin-left: -100px
    }
    main #card-3 .image-wrapper .parallax-wrapper {
        right: auto;
    }
    main #card-3 .image-wrapper img {
        left: -55px;
        max-width: 123%;
    }
    main #card-3 .text-wrapper p.title {
        padding-right: 20px;
    }
}

/* PRELOAD IMAGES TO PREVENT FLASH EFFECT */
body:after {
    display: none;
    content: url(images/hercules-2.png) url(images/ribbon-2.png) url(images/diamonds-2.png) url(images/pin.png) url(images/close-2.png);
}