  /* .text-content a {
	font-weight: 400 !important;
} */

.text-content .primary-link {
	font-weight: 500 !important;
}

.carousel--images .flickity-page-dots
{
	display:none;
}

.btn--primary {
	color: #fff !important;
	text-decoration: none !important;
}

.btn--secondary {
	color: #005749 !important;
	text-decoration: none !important;
}

.featured-quote__quote p{
	font-size: 1.875rem !important;
	line-height: 1.333 !important;
}

.form button[type=reset] {
	color: #fff;
	background: linear-gradient(to right, #005749 50%, #1A8365 50.1%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-size: 200%;
	background-position: 100%;
}

.control-label, .ldp-hide-on-submit{
	margin-top: 25px;
}

.form input[type="email"] {
	width: 100%;
}

.button-set ul li:before{
	height: 0px !important;
}

.program-info li:before, .card-set li:before {
	display: none !important;
}

.carousel--thumbs ul li::before {
	display:none;
}

.carousel ul li::before {
	display:none;
}

.carousel--thumbs ul li:first-child {
	margin-top: .25rem;
}


.programs a,.top-programs a{
	text-decoration: none !important;
}

.ou-ldp-form-element {
	display:none;
}

div[data-el="program-core-description"] ol li:before {
	display: none !important;
}
.ou-form .alert-success {
    color: #005749;
    background-color: #EDEBE4;
}
}
.daf-button-link {
    color: #005749;
    text-align: left;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1.5rem;
	font-family: "obviously-narrow", sans-serif;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    margin:1em 0 0
}

.daf-button-link:hover, .daf-button-link:focus, .daf-button-link:active {
    color:#005749
}

.daf-modal {
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    z-index: 999999 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
    background-color: #000 !important;
    background-color: rgba(0, 0, 0, .4) !important;
    text-align:center !important
}

.daf-modal-content {
    background-color: #fff !important;
    margin: 8% auto !important;
    padding: 20px !important;
    border-radius: 4px !important;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, 7%) !important;
    max-width:360px
}