﻿#interests table tr:nth-child(12n) {
    display: none;
}

.c4-button {
    margin: 30px 0;
    text-align: center;
}

    .c4-button a {
        display: inline-block;
        background-color: #ba9e66;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 10px 20px;
        border: solid 2px #ba9e66;
    }

        .c4-button a:hover {
            font-weight: 400;
            border: solid 2px #ba9e66;
            background-color: #fff;
            color: #ba9e66;
            font-size: 18px;
        }

.c4-popup .c4-popup-content {
    padding: 20px;
    background-color: #fff;
    margin: 20px;
    border-radius: 10px;
    border: solid 4px #ba9e66;
}

    .c4-popup .c4-popup-content a.c4-close {
        float: right;
        display: inline-block;
        width: auto;
    }

        .c4-popup .c4-popup-content a.c4-close i {
            font-size: 32px;
            color: #ba9e66;
        }

        .c4-popup .c4-popup-content a.c4-close:hover i {
            color: rgba(0,0,0,.46);
        }

.c4-popup-dim {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.46);
    z-index: 10000;
}

@media screen and (min-width:1280px) {
    .c4-popup {
        z-index: 10001;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 4px;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .c4-popup .c4-popup-content {
            margin: 100px;
        }
}

@media screen and (min-width:1025px) and (max-width:1280px) {
    .c4-popup {
        z-index: 10001;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 4px;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:625px) and (max-width:1024px) {
    .c4-popup {
        z-index: 10001;
        max-width: 1280px;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 4px;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (min-width:480px) and (max-width:624px) {
    .c4-popup {
        z-index: 10001;
        max-width: 1280px;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 4px;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}

@media only screen and (max-width:479px) {
    .c4-popup {
        z-index: 10001;
        max-width: 1280px;
        width: 100%;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 4px;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow-y: scroll;
        overflow-x: hidden;
    }
}
