.gradient-a-75 {
    background: linear-gradient(142deg,
    rgba(59, 78, 109, 0.5),
    rgba(11, 35, 73, 0.8));  
}

.gradient-a-100 {
    background: linear-gradient(142deg,
    #3b4e6d,
    #0b2349);    
}

.gradient-c-65 {
    background: linear-gradient(142deg,
    #3b4e6d,
    #0b2349);        
}

.gradient-f-85 {
    background: linear-gradient(142deg,
     rgba(59, 78, 109, 0.5),
     rgba(11, 35, 73, 0.8));    
}
.gradient-f-95 {
    background: linear-gradient(142deg,
     rgba(11, 35, 73, 0.8),
     rgba(59, 78, 109, 0.5));    
}

.gradient-g-100 {
    background: linear-gradient(142deg,
    #a6b2b2,
    #3b4e6d);
}

.gradient-h-50 {
    background: linear-gradient(142deg,
     rgba(59, 78, 109, 0.5),
     rgba(11, 35, 73, 0.8));
}

@media print, screen and (max-width: 40em) {
    #masthead #top-bar-attitude img {
        width: 150px;
    }
}

/* Top bar */
#masthead #top-bar-attitude h1 a {
    font-size: 1.275rem;
    line-height: 1;
}

section.key-benefits .benefit {
    height: 100%;
}

section.key-benefits .benefit p {
    padding-top: 8px;
}

/* sidebar */
.sidebar-menu {
    float: right;
    width: 300px;
    text-align: center;
}

.sidebar-menu li {
    background-color: #e6e9ec;
    margin: 2px;
    border: 1px solid lightgray;
}

.sidebar-menu li:hover, .sidebar-menu a:hover{
    background-color: #0b2349;
    color: #e6e9ec;
}

/* news and blog */
.label {
    border-radius: 20px;
}

.blog-labels a {
    padding: 2px;
    color: white;
    text-align: center;
}

.blog-labels li {
    padding: 2px;
    color: white;
    text-align: center;
}

.blog-article-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}      
article.single-post-article .article-body {
    margin: 20px;
}

.news-article-card .news-card-image {
    width: 175px;
}

.social-share-buttons li {
    line-height: .5;
    padding-top: 3px;
}

/* Alert header */
@media screen and (min-width: 60em) {
    .header-alert{
        margin-top: -2rem;
    }
}
.header-alert .alert-info {
    background-color: #4581b3;
    color: white;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
}
.header-alert .alert-info a {
    color: white;
}
.header-alert .alert-warning {
    background-color: #8f712a;
    color: white;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
}
.header-alert .alert-warning a {
    color: white;
}
.header-alert .alert-critical {
    background-color: #9c3636;
    color: white;
    border-radius: 20px;
    padding: 2px 10px 2px 10px;
}
.header-alert .alert-critical a {
    color: white;
}
.header-alert .alert-title {
    font-size: 1.125rem;
}
.header-alert .alert-description {
    font-size: .875rem;
}

.template-rich-text > .richtext-image {
    max-width: 400px;
}

.template-page-content .rich-text > .richtext-image.full-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.template-page-content .rich-text > .richtext-image.left {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;   
}

.template-page-content .rich-text > .richtext-image.right {
    float: right;
    margin-left: auto;
    margin-right: 0;
    padding: 0px 0px 15px 10px;
}

/* Tuition and fees */
.tuition-page-image > .feature-image {
    float: right;
    height: 300px;
    margin: 0px 0px 0px 10px;
    padding: 10px;
}

/* preschool */
.preschool-main-content img {
    max-width: 250px;
}

.preschool-main-content > .richtext-image {
    max-width: 400px;
}

.preschool-main-content .rich-text > .richtext-image.full-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.preschool-main-content .rich-text > .richtext-image.left {
    margin-left: 0;
    margin-right: auto;
    padding-right: 15px;
    overflow-x:auto;
    overflow-y:hidden;
    white-space: nowrap;   
}

.preschool-main-content .rich-text > .richtext-image.right {
    float: right;
    margin-left: auto;
    margin-right: 0;
    padding: 0px 0px 15px 10px;
}

.preschool-feature-section {
    background: #e6e9ec;
    padding: 1rem;
  }
  
.preschool-feature-section-outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media print, screen and (min-width: 40em) {
    .preschool-feature-section-outer {
      max-width: 75%;
    }
}
.preschool-feature-section-headline {
    margin-bottom: 2rem;
    text-align: center;
}
  
.preschool-feature-section-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
  
.preschool-feature-section-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.preschool-feature-section-feature a:hover {
    color: #0b2349;
    background-color: #e6e9ec;
}
  
.preschool-feature-section-feature.top-left {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
  
.preschool-feature-section-feature.top-right {
    border-bottom: 1px solid #cacaca;
}
  
.preschool-feature-section-feature.bottom-left {
    border-right: 1px solid #cacaca;
}
  
.preschool-feature-section-feature .feature-title {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 0.875rem;
    padding-left: 1.5rem;
}
  
.preschool-feature-section-feature .feature-desc {
    padding-left: 1.5rem;
    margin-bottom: 0;
}
  
.preschool-feature-section-feature .fa {
    margin-right: 1.25rem;
    font-size: 2rem;
}

@media print, screen and (min-width: 40em) {
    .preschool-feature-section-feature {
      padding: 2rem;
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
    }
}

/* directory */
.employee-contact-card img {
    height: 130px;
    border-radius: 15%;
}

.employee-contact-card .employee-name h4{
    font-size: 1.2rem;
}

.employee-contact-card .employee-info {
    font-size: .9rem;
}

/* checklist progress bar */
.progress-indicator {
    list-style: none;
    width: 100%;
    padding: 0;
    display: table;
    table-layout: fixed;
  }
  
.progress-indicator > li {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 1.5em;
}
  
.progress-indicator > li span {
    position: absolute;
    color: #bdbaba;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.05px;
    text-transform: uppercase;
}
  
.progress-indicator > li::before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #e6e6e6;
    width: 1.5em;
    height: 1.5em;
    text-align: center;
    margin-bottom: 0.25em;
    line-height: 1.5em;
    border-radius: 100%;
    position: relative;
    z-index: 1000;
}
  
.progress-indicator > li::after {
    content: '';
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.15em;
    top: 50%;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    left: 50%;
    margin-left: 1.5em\9;
    z-index: 0;
}
  
.progress-indicator > li:last-child:after {
    display: none;
}
  
.progress-indicator > li.is-complete {
    color: #1779ba;
}
  
.progress-indicator > li.is-complete::before, .progress-indicator > li.is-complete::after {
    color: #fefefe;
    background: #1779ba;
}
  
.progress-indicator > li.is-complete span {
    color: #1779ba;
}
  
.progress-indicator > li.is-current {
    color: #4eabe9;
}
  
.progress-indicator > li.is-current::before {
    color: #fefefe;
    background: #4eabe9;
}
  
.progress-indicator > li.is-current span {
    color: #4eabe9;
}
  
.checklist-feature-section {
    padding: 2rem;
}
  
.checklist-feature-section-outer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
    
@media print, screen and (min-width: 40em) {
    .checklist-feature-section-outer {
      max-width: 75%;
    }
}
.checklist-feature-section-headline {
    margin-bottom: 2rem;
    text-align: center;
}
  
.checklist-feature-section-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
  
.checklist-feature-section-feature {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem;
    -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
  
.checklist-feature-section-feature.top-left {
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
  
.checklist-feature-section-feature.top-right {
    border-bottom: 1px solid #cacaca;
}
  
.checklist-feature-section-feature.bottom-left {
    border-right: 1px solid #cacaca;
}
  
.checklist-feature-section-feature .feature-title {
    margin-bottom: 0;
    line-height: 16px;
}
  
.checklist-feature-section-feature .feature-desc {
    margin-bottom: 0;
    font-size: .925rem;
}

.checklist-feature-section-outer .subtext {
    margin-top : 1.25rem;
    font-size: .795rem;
}
  
.checklist-feature-section-feature .fa {
    color: #1779ba;
    margin-right: 1.25rem;
    font-size: 2rem;
}
@media print, screen and (min-width: 40em) {
    .checklist-feature-section-feature {
        padding: 2rem;
        -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

/* tuition calculator */
.calc-warning {
    background-color: lightgray;
    color: red;
}

.pagination .current a {
    color: #fefefe;
}

.widget-area {
    margin: 25px 0;
}

.bg-contrasted {
    background-color: #ece7e7;
    padding: 5px 5px 5px 10px;
}

/** Icon styling */
.icon-white {
    filter: brightness(0) invert(1);
}
