.careerCta {
	position: relative;
}
    .careerCta-item {
        border: 1px solid #e9e9e9;
        border-left: 0;
        text-align: center;
        height: 300px;
        padding: 3rem;
        line-height: 1.5;
        font-family: 'proxima-nova', 'Arial', sans-serif;
    }
        .careerCta-item:last-child {
            border-right: 0;
        }
        .careerCta-item .link {
        	margin-bottom: 10px;
    	    display: inline-block;
    	    line-height: inherit;
        }
    .careerCta-heading {
        font-family: 'kings-caslon-display', 'Times New Roman', serif;
        font-size: 1.5em;
        color: #757575;
        margin-bottom: 1rem;
    }
    .careerCta-subheading {
    	color: #995858;
    	font-size: .85em;
    	font-weight: 400;
    	text-transform: uppercase;
    }
    .careerCta-icon {
        margin-bottom: .5rem;
        max-width: 51px;
    }
    .careerCta-applyCombined {
    	border-right: 0;
    	position: relative;
    }
    	.careerCta-applyCombined:before {
    		content: "";
		    width: 1px;
		    height: calc(50% - 30px);
		    background: #e9e9e9;
		    position: absolute;
		    top: 0;
		    right: 0;
    	}
    	.careerCta-applyCombined:after {
    		content: "";
    		width: 1px;
    		height: calc(50% - 30px);
    		background: #e9e9e9;
    		position: absolute;
    		bottom: 0;
    		right: 0;
    	}
    .careerCta-online .btn {
        margin-top: 2rem;
    }
    .careerCta-faxNum {
        font-size: 1.875em;
    }
    .careerCta-rep {
    	padding: 2rem;
    }
	    .careerCta-rep img {
	    	margin-bottom: 16px;
		    max-width: 190px;
		    width: 50%;
	    }
	.careerCta-or {
		font-family: 'kings-caslon-display', 'Times New Roman', serif;
	    font-size: 18px;
	    color: #757575;
	    letter-spacing: -1.42px;
	    width: auto;
	    padding: 15px;
	    position: absolute;
	    top: 50%;
	    left: 66.666669%;
	    transform: translate(-55%,-50%);
	}
	.careers-button {
		padding-top: 1rem;
	}
.careerCta_rep {}
	.careerCta_rep .careerCta-item {
		height: 400px;
	}
	@media (max-width: 1150px) {
		.careerCta-or {
			display: none;
		}
		
		.careerCta_rep .careerCta-online {
			height: auto;
			border-right: 0;
		}
		.careerCta_rep .careerCta-item:first-child {
		    border-bottom: 0;
		    border-right: 0;
		}
	}
    @media (max-width: 900px) {
        .careerCta {
            font-size: .9em;
        }
        .careerCta-item {
            padding: 2.5rem 2rem;
        }
        .careerCta-online .btn {
            padding-left: 1rem;
            padding-right: 1rem;
        }
    }
    @media (max-width: 650px) {
        .careerCta-item:first-child {
            border-bottom: 0;
            border-right: 0;
        }
        .careerCta-online, 
        .careerCta_rep .careerCta-rep {
            height: auto;
            border-right: 0;
            border-bottom: 0;
        }
    }