
.crosswiseLinkBoxWrapper {
    border-radius: 12px;
    margin-bottom: 2rem;
    margin-top: 1rem;

}

.crosswiseLinkBoxWrapper .teaserHead {
    border-radius: 12px 12px 0 0;
    padding-bottom: 15px;
    position: relative;
}

.crosswiseLinkBoxWrapper .contactBody {
    background-color: #fff;
    border-radius: 12px;
    border-style: solid;
    border-width: 0.15rem;
    box-sizing: border-box;
    margin-top: -15px;
    position: relative;
    padding: 0.75rem;
    width: 100%;
    z-index: 50;
}

.crosswiseLinkBoxWrapper .contactBody .description {
    margin-bottom: 1rem;
}

.crosswiseLinkBoxWrapper .teaserHead .buttonLabel {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0.5rem 1rem;
    color: #fff;
}
.crosswiseLinkBoxWrapper .boxBackground {
    border-radius: 12px;
    border-style: solid;
    border-width: 0.15rem;
    margin-top: -50px;
    padding: 50px 20px 20px;
    position: relative;
}

.crosswiseLinkBoxWrapper .entryWrapper {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 0;
    width: 100%;
}

.crosswiseLinkBoxWrapper .entryWrapper:last-child{
    border: none;
}

.crosswiseLinkBoxWrapper .message {
    margin-top: -8px;
    vertical-align: top;
}

.crosswiseLinkBoxOuterWrapper .sectionWrapper > div{
    line-height: 22px;
    margin-bottom: 0.15rem;
}
.crosswiseLinkBoxWrapper .sectionWrapper span.icon {
    display: inline-block;
    font-size: 80%;
    height: 22px;
    line-height: 22px;
    margin-top: 3px;
    width: 6%;
}

.crosswiseLinkBoxWrapper .sectionWrapper span.linkLabel {
    display: inline-block;
    margin-top: 2px;
    text-decoration: underline;
    vertical-align: top;
    width: 94%;
}

.crosswiseLinkBoxWrapper .sectionWrapper{
    margin-top: 1rem;
}
.crosswiseLinkBoxWrapper .sectionWrapper:first-of-type{
    margin-top: 0;
}
.crosswiseLinkBoxWrapper .sectionWrapper span.noUnderline{ text-decoration: none; }

.crosswiseLinkBoxOuterWrapper .boxShadow.orange{ box-shadow: 0 8px 0 #ffc483;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.orange{ background-color: #ff7806; }
.crosswiseLinkBoxOuterWrapper .textColor.orange{ color: #ff7806; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.orange{ border-color: #ffe48c; }

.crosswiseLinkBoxOuterWrapper .boxShadow.blue{ box-shadow: 0 8px 0 #c5dff3;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.blue{ background-color: #427eab; }
.crosswiseLinkBoxOuterWrapper .textColor.blue{ color: #427eab; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.blue{ border-color: #ddecf8; }

.crosswiseLinkBoxOuterWrapper .boxShadow.green{ box-shadow: 0 8px 0 #ccf1cf;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.green{ background-color: #4ca452; }
.crosswiseLinkBoxOuterWrapper .textColor.green{ color: #4ca452; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.green{ border-color: #def6e0; }

.crosswiseLinkBoxOuterWrapper .boxShadow.red{ box-shadow: 0 8px 0 #f9d4d4;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.red{ background-color: #ea4847; }
.crosswiseLinkBoxOuterWrapper .textColor.red{ color: #ea4847; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.red{ border-color: #fce7e6; }

.crosswiseLinkBoxOuterWrapper .boxShadow.turquoise{ box-shadow: 0 8px 0 #d1eceb;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.turquoise{ background-color: #45ada8; }
.crosswiseLinkBoxOuterWrapper .textColor.turquoise{ color: #45ada8; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.turquoise{ border-color: #e1f3f2; }

.crosswiseLinkBoxOuterWrapper .boxShadow.parent{ box-shadow: 0 8px 0 #efe8ec;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.parent{ background-color: #662044; }
.crosswiseLinkBoxOuterWrapper .textColor.parent{ color: #662044; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.parent{ border-color: #bfb6b6; }

.crosswiseLinkBoxOuterWrapper .boxShadow.teacher{ box-shadow: 0 8px 0 #ccf1cf;  }
.crosswiseLinkBoxOuterWrapper .backgroundColor.teacher{ background-color: #38766e; }
.crosswiseLinkBoxOuterWrapper .textColor.teacher{ color: #38766e; }
.crosswiseLinkBoxOuterWrapper .lightBorderColor.teacher{ border-color: #b0e5b4; }



