.spacer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.container {
    max-width: 1284px !important;
    padding-left: 20px;
    padding-right: 20px;
}

/*.tour-tier a.cta_button{*/
/*    text-align: center;*/
/*    color: #003f72;*/
/*    text-decoration: none;*/
/*    max-width: 146px;*/
/*    padding: 14px 0px;*/
/*    display: block;*/
/*    background-color: #fff;*/
/*    width: 100%;*/
/*    margin: auto;*/
/*    margin-top: 30px;*/
/*    transition: all ease 350ms;*/
/*    border: 2px solid #fff;*/
/*}*/
.faded-white {
    background-image: url(https://explore.neumann.edu/hubfs/white-fade-v1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: bottom;
}

input.hs-button.primary.large {
    color: #003f72;
    font-size: 12px;
    width: 146px;
    padding: 11px;
    background-color: #ffffff;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 20px;
    transition: all ease 350ms;
    box-shadow: none;
    border-radius: 0px;
    outline: none;
    border: 2px solid #fff;
}

.blue-split-tier a.cta_button:hover, .tour-tier a.cta_button:hover {
    color: #fff;
    background-color: #003f72
    
}
/*.tour-tier .left {*/
/*    background: #003f72;*/
/*}*/
/*.tour-tier .right {*/
/*    background-image: url(https://explore.neumann.edu/hubfs/virtual-tour.png);*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    position: relative;*/
/*    height: auto;*/
/*    background-position-x: 100%;*/
/*}*/
/*.tour-tier .right {*/
/*    margin: 0px;*/
/*    width: 57.2%;*/
/*    margin-left: 0.8%;*/
/*}*/
/*.tour-tier .left {*/
/*    margin: 0px;*/
/*    width: 42%;*/
/*}*/
/*.tour-tier > .row-fluid-wrapper > .row-fluid:first-child {*/
/*    display: -webkit-flex !important;*/
/*    display: -ms-flexbox !important;*/
/*    display: flex !important;*/
/*}*/
/*.tour-tier .left {*/
/*     display: -webkit-flex !important;*/
/*	display: -ms-flexbox !important;*/
/*	display: flex !important;*/
/*	-webkit-align-items: center !important;*/
/*	-ms-flex-align: center !important;*/
/*	align-items: center !important;*/
/*}*/
/*.tour-tier h1, .tour-tier p, .tour-tier {*/
/*    color: #fff;*/
/*}*/
/*.tour-tier h1{*/
/*    margin-top: 10px;*/
/*    margin-bottom: 20px;*/
/*}*/
/*.tour-tier .left .content {   */
/*    max-width: 428px !important;*/
/*    float: none !important;*/
/*    width: 100%;*/
/*    margin-left: auto;*/
/*    margin-right: 50px;*/
/*    padding-left: 20px;*/
/*}*/
/*.tour-tier .left > div {*/
/*    width: 100%;*/
/*}*/
.quick-links h1 {
    color: #003f72;
    margin-bottom: 60px;
}
.quick-links .content {
    float: none !important;
    max-width: 1080px;
    margin: auto !important;
}
.quick-links .spacer {
    padding-bottom: 28px;
}

.intro-tier h2 {
    color: #002855;
}
.intro-tier .container {
    max-width: 920px !important;
    padding-top: 40px;
    padding-bottom: 0px;
}
.breadcrumbs {
    margin-bottom: 30px;
}
.intro-tier p {
    margin: 20px 0px;
}
.split-tier-desc.left {
    width: 60%;
    margin-left: 0px;
}
.split-tier-desc.left,.split-tier-desc.right{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: white;

}
.fast-facts-tier .row-fluid-wrapper > .row-fluid {
    display: flex;
}
.split-tier-desc.right {
    margin-left: 1%;
}

.split-tier-desc .content h4 {
    color: #000000;
    font-family: 'ProximaNova-bold,sans-serif;
}
.split-tier-desc .content h2, .split-tier-desc .content h4 {
    margin: 0px;
}

.split-tier-desc.left a {
    color: #003f72;
    text-decoration: none;
    background-color: white;
    display: inline-block;
    width: 100%;
    max-width: 120px;
    padding: 15px;
    border: 2px solid #fff;
    text-align: center;
}
.split-tier-desc.left a:hover {
    background-color: #003f72;
    color: white;
    transition: 500ms all ease;
    border: 2px solid #fff;
}
.split-tier-desc.left h2 {
    font-size: 50px;
    color: #ffffff;
    font-family: 'ProximaNova',sans-serif;
    font-weight: 600;
}
.split-tier-desc.left h4 {
    color: #000000;
    font-family: 'ProximaNova-bold',sans-serif;
}
.tier-related-links .container {
    max-width: 920px !important;
}
.tier-related-links .title h2 {
    color: #003f72;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    font-weight: unset;
    text-align: center;
    margin-bottom:30px;
}
.tier-related-links a span {
    padding-left: 10px;
    padding-right: 10px;
}
.tier-related-links .hs-cta-wrapper a {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    height: 100%;
    align-items: center;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    max-width: 90%;
    padding: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: ProximaNova-bold,san-serif;
    font-weight: unset;
}
.tier-related-links .hs-cta-wrapper a:hover {
    background-color: #003f72;
    color: white;
    transition: 500ms all ease;
}

.split-tier-desc.left .content {
    max-width: 715px!important;
    float: none !important;
    width: 100%;
    margin-left: auto;
    margin-right: 50px;
    padding-left: 20px;
    padding-top: 27px;
}
.intro-tier p strong {
    font-weight: unset;
}
.search-box .content input {
    outline: none;
}
.facts-tier .left{
    background-image: url("https://explore.neumann.edu/hubfs/admissions/Apply-now-1.jpg");
}

/*.facts-tier .left{*/
/*    background: rgba(90, 136, 172, 0.3);*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*}*/

.facts-tier .left, .facts-tier .left p, .facts-tier .left h1, .facts-tier .left h2, .facts-tier .left h3, .facts-tier .left h4, .facts-tier .left strong {
    color: #fff;
}
.related-links.retouched{
    margin-bottom: 20px;
}

@media (max-width: 812px) {
    
    .facts-tier .right {
        display: none;
    }
    .facts-tier .left {
        width: 100%;
    }

}

@media all and (max-width: 768px) {
    
    .tier-related-links .hs-cta-wrapper a {
        padding: 20px 0px;
        max-width: 100%;
        font-size: 17px;
    }
    .tier-related-links a span {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width:414px){
   .intro-tier h2 {
        font-family: 'ProximaNova-bold',sans-serif;
        font-size: 20px;
    }
}















