.actionCardsWrapperDiv {
    width: 90vw;
    max-width: 1500px;
    margin: 75px auto 0;
}

.actionCard {
    display: flex;
    align-items: center;
    justify-content: center;
}

.actionLink, .actionLinkSquare3, .actionLinkSquare4 {
    display: block;
    position: relative;
    height: 240px;
    width: 90%;
    max-width: 419px;
    margin-bottom: 50px;
}

.actionLinkSquare3 {
    height: 275px;
    width: 55%;
}

.actionLinkSquare4 {
    height: 260px;
    width: 70%;
}

.keeter-cards-gradient {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(90deg, rgba(0,0,0,0.8743872549019608) 0%, rgba(0,0,0,0.1881127450980392) 100%);
}

@media screen and (max-width: 767px) {
    .actionLink, .actionLinkSquare3, .actionLinkSquare4 {
        max-width: unset;
        margin-bottom: 25px;
    }
}

.actionBackground {
    position: absolute;
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.actionGradient {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    background: linear-gradient(90deg, rgba(0,0,0,0.8743872549019608) 0%, rgba(0,0,0,0.1881127450980392) 100%);
}

.keetercard-card-body {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.actionLink span {
    font-family: 'futura book';
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: absolute;
    top: 5px;
    left: 25px;
    margin-right: 25px;
    z-index: 2;
    border-bottom: 3px solid white;
}

.actionLink.px120 {
    height: 120px;
}

.actionLink.px180 {
    height: 180px;
}

.actionLink.px120 span {
    font-size: 18px;
}

.actionLink.px180 span {
    font-size: 22px;
}

.actionLink p {
    font-family: 'futura book';
    font-size: 25px;
    color: white;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    left: 25px;
    margin-right: 25px;
    z-index: 2;
    text-shadow: 0 0 10px black;
}

.actionLink.px120 p {
    font-size: 16px;
    margin-bottom: 0;
}

.actionLink.px180 p {
    font-size: 18px;
    margin-bottom: 0;
}

.actionLinkSquare3 .keetercard-card-body,
.actionLinkSquare4 .keetercard-card-body {
    width: auto;
    height: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.actionLinkSquare3 span,
.actionLinkSquare4 span {
    display: inline-block;
    padding: 0 10px;
    font-family: 'futura book';
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: 3px solid white;
}

.actionLinkSquare3 p,
.actionLinkSquare4 p {
    font-family: 'futura book';
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    text-shadow: 0 0 10px black;
    padding: 0 10px;
}

.actionLink::before, 
.actionLink::after, 
.actionLinkSquare4::before, 
.actionLinkSquare4::after, 
.actionLinkSquare3::before, 
.actionLinkSquare3::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    z-index: 3;
}

.actionLink::before {
    top: 2%;
    left: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.actionLink::after {
    bottom: 2%;
    right: 0;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.actionLink:hover::before, 
.actionLink:hover::after, 
.actionLink:focus::before, 
.actionLink:focus::after {
    width: 99%;
    height: 100%;
}

.actionLink:hover::before, 
.actionLink:focus::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.actionLink:hover::after, 
.actionLink:focus::after {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

/*Transition Animations for Square*/

.actionLinkSquare4::before, 
.actionLinkSquare3::before {
    top: 1%;
    left: -0.5%;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
}

.actionLinkSquare4::after,
.actionLinkSquare3::after {
    bottom: 1%;
    right: -0.5%;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
}

.actionLinkSquare4:hover::before, 
.actionLinkSquare4:hover::after, 
.actionLinkSquare4:focus::before, 
.actionLinkSquare4:focus::after, 
.actionLinkSquare3:hover::before, 
.actionLinkSquare3:hover::after, 
.actionLinkSquare3:focus::before, 
.actionLinkSquare3:focus::after {
    width: 99%;
    height: 99%;
}

.actionLinkSquare4:hover::before, 
.actionLinkSquare4:focus::before, 
.actionLinkSquare3:hover::before, 
.actionLinkSquare3:focus::before {
    border-top: 1px solid white;
    border-right: 1px solid white;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

.actionLinkSquare4:hover::after, 
.actionLinkSquare4:focus::after, 
.actionLinkSquare3:hover::after, 
.actionLinkSquare3:focus::after {
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    transition: width 0.2s ease-out, height 0.2s ease-out 0.2s;
}

#photo-upload {
    max-width: 445px;
    margin-bottom: 18px;
}

.dnnFormItem input[type="text"], 
.dnnFormItem input[type="password"], 
.dnnFormItem input[type="email"], 
.dnnFormItem input[type="tel"], 
.dnnFormItem select, 
.dnnFormItem textarea {
    width: 65%;
}


@media (max-width: 1199px) {
    .actionCard p, .actionCard span {
        font-size: 22px;
    }
}
