@charset "UTF-8";
/* CSS Document */

p.drop-cap:first-letter {
    background: url(https://www.evms.edu/uploads/magazine/11-2/images/mini-feature/Drop-Cap.svg) no-repeat;
    float: left;
    font-size: .1px;
    padding: 33px;
    margin: -28px 10px -35px 0;
	/*margin: -13px 10px -35px 0;*/
}

.text-block p {
    font-size: 28px;
}

p.quote {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px !important;
    line-height: 1.2em;
}

.text-block {
    /* position: relative; */
    top: 0;
    right: 0;
    background-color: #c8531f;
    color: white;
    padding: 33px;
    padding-right: 20px;
    width: 100%;
}

p.pa-header {
    background-color: #c8531f;
    color: white;
    padding: 20px 70px 20px 100px;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-left: -92px;
}

p.pa-text {
    font-size: 27px;
    line-height: 1.8em;
}

.container.pa {
    background: url(https://www.evms.edu/uploads/magazine/11-2/images/mini-feature/dot-pattern-ultrasound-top-left-corner.png) left top no-repeat; /*, url(../images/mini-feature/dot-pattern-lower-right-rev.png) right bottom no-repeat*/
    padding: 48px 0 0 55px;
}

	.white-coats {
    background-color: #c8531f;
    color: white;
    padding: 33px;
    margin-top: 0;
}

.white-coats p {
    font-size: 28px;
}

p.stat-text {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.2em;
}

.stat-text span {
    background-color: #c8531f;
    padding: 0 13px;
    font-size: 64px;
    /* margin: 10px 0 10px -226px; */
    display: inline-block;
    color: #fff;
}

p.stat-text {
    font-weight: 700;
    font-size: 45px;
    text-transform: uppercase;
    line-height: 1.3em;
}

.container-fluid.bureau-stat {
    background: url(https://www.evms.edu/uploads/magazine/11-2/images/mini-feature/dot-pattern-lower-right.png) bottom right no-repeat;
}

section.next-step {
    background: url(https://www.evms.edu/uploads/magazine/11-2/images/mini-feature/footer-CTA.svg) no-repeat;
    background-size: 100%;
}

h2.interview-header {
    font-size: 45px;
    text-transform: uppercase;
    color: #c8531f;
    padding-bottom: 1.3em;
}

.interview-header span {
    text-transform: lowercase;
}
.floated-img {
    margin: 0 auto;
    display: block;
}

.card, .card a{
	color: #cd5932;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

	
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.text-block {
    position: absolute;
    top: 35px;
    right: 100px;	
    background-color: #c8531f;
    color: white;
    padding: 33px;
    /* padding-right: 20px; */
	    width: 450px;
}

		.white-coats {
    background-color: #c8531f;
    color: white;
    padding: 33px;
	margin-top: -120px;
}

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}