.offscreen
 {
 clip-path: inset(100%);
 clip: rect(1px, 1px, 1px, 1px);
 height: 1px;
 overflow: hidden;
 position: absolute;
 white-space: nowrap; /* added line */
 width: 1px;
 }

.goldrich .page-headings {
    font-size: 2em;
    color: #c7531e;
    line-height: 1.25em;
    text-align: left;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 80%;
    margin: 0 auto;
}

 @media(min-width: 1200px){
.goldrich .page-headings{
    font-size: 3.5em;
    margin: 60px auto;
    }
}

.goldrich .pic{
    width: 100%;
    margin: 30px auto;
}
@media(min-width: 1200px){
    .goldrich .pic{
        margin: 90px auto;
    }
}

.goldrich .pic img{
    width: 100%;
    
}
@media(min-width: 1200px){
    .goldrich .pic img{
        width: 60%;
    }
}

.goldrich .today {
    margin-bottom:30px;
    color: #c7531e;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight:700;
    font-size: 1.5em;
    line-height: 1.25em;
    width: 95%;
}
@media(min-width: 1200px){
    .goldrich .today {
    font-size: 2.5em;
    }
}

.goldrich .deliver{ 
    color:#1f7f9b;
    font-size: 2em;
    line-height: 1.25em;
    text-align: left;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;     
    width: 95%;
    margin: 60px auto;
}
@media(min-width: 1200px){
    .goldrich .deliver{ 
        font-size: 3em;
    }
}

.goldrich .thank-you{
    color: #1f7f9b;
    font-size: 1.5em;
    line-height: 1.5em;
    text-align: left;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom:30px;
}
@media(min-width: 1200px){
    .goldrich .thank-you{
        font-size: 2.5em;
    }
}
.goldrich .content .intro{
    color: #796e65; 
    font-size: 1.5em;
    line-height: 1.75em;
    font-style: italic;
  }

.goldrich .content p {
    color: #796e65;
    font-size: 1.25em;
    line-height: 1.5em;
} 
.bannercontent{
    width: 50%;
    margin: 0 auto;
}

.goldrich .pullquote{
    color: #796e65; 
    font-size: 1.5em;
    line-height: 1.5em;
    margin-bottom: 0;
    margin: 0 auto;
}

.goldrich .attribution{
    width: 100%;
    margin: 0 auto;
    text-align: right;
    font-size: 0.75em;
}

.bracket-cta::before {
    content: " ";
    border-left: none;
    border-top: none;
    border-bottom: none;
    margin-right: 10px;
    padding: 22px 6px;
    transition: 100ms;
    position: absolute;
    left: 0px;
    width: 0px;
    top: 6px;
    height: 140px;
    height: 75%; /* km 5/2/21 */
}
.bracket-cta::after {
    height: 75%; /* km 5/2/21 */
}

.goldrich .bracket-cta:after {
    content: " ";
    padding: 22px 6px;
    border-right: none;
    border-top: none;
    border-bottom: none;
    margin-left: 10px;
    transition: 100ms;
    position: absolute;
    right: 0px;
    width: 0px;
    top: 6px;
    height: 140px;
    height: 100%; /* km 5/2/21 */
}
.goldrich .bracket-cta:before {
    height: 100%; /* km 5/2/21 */
}
.goldrich .bracket-cta:hover::before {
    border-left: 2px solid #c7531e;
    border-top: 2px solid #c7531e;
    border-bottom: 2px solid #c7531e;
}

.goldrich .bracket-cta:hover::after {
    border-right: 2px solid #c7531e;
    border-top: 2px solid #c7531e;
    border-bottom: 2px solid #c7531e;
}
.question {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-top: 32px;
}
.answer {
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.square {
    background: none;
    border: none;
    height: auto;
    opacity: 1;
    position: static;
    transform: none;
    -webkit-transform: none;
    -webkit-transition: none;
    transition: none;
    width: 100%;
}
ul {
    list-style: square url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAAG+URWSAAAABGdBTUEAALGPC/xhBQAAAPJJREFUKBVjvBBjFPbvP6MQw9lI48sMQMB4Lto4A8RAAJgUTIQJxoDRKHqYGRn3wyTA9NlI00QMLRgCcAeg6IVysBqBrhDTSDQVLCD+2Uij/2jiMG4Sij9gonD6QpSRO5yDxDgbZTwfr90DIcmIx58MQElgZDMyvGZkYHgO9sl/IA8ZMP5H5QPTBRCZ/f/P1AwORWaG/50Gy87tRNaDjw0KI5A83qDAZ8AQ1gwOsH9MTOyPCy05/7xnBye/P7ycYPqXMA+Y1np2D0wzSPGC6fO3PjOBGIz/04xZUQIGqoBBSxSi4Zo2hAYpqq8HsxkZGcE0ACTyRbLuTSiDAAAAAElFTkSuQmCC);
        list-style-type: square;
    list-style-type: square;
    padding-left: 72px;
    margin: 30px;
        margin-bottom: 30px;
}
li{
    margin-bottom: 0;
}

/*accordion*/
.btn-link {
    font-weight: 400;
    color: #1f7f9b;
    background-color: transparent;
    font-weight: 700;
    font-size: 26px;
}

#accordion {
	margin-bottom: 60px;
	
}
/*.accordion:last-of-type,
.accordion:last {
    margin-bottom: 30px;
}*/
.accordion + :not(.accordion) {
  margin-top: 30px;
}
.accordion:last-child {
  margin-bottom: 30px;
}
.accordion-header {
    position: relative;
    background:#fff;
}

.accordion-header::after, 
.accordion-header::before {
    background: #bae0e5;
}

.accordion-header::after, 
.accordion-header::before {
    content: "";
    display: block;
    position: absolute;
    right: 31px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 2px;
    z-index: -1;
	
}

.accordion-header:focus-within:after,
.accordion-header:hover:after,
.accordion-header:focus-within:before,
.accordion-header:hover:before {
    background: #1f7f9b;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.card-header:focus-within:after,
.card-header:hover:after {
    border-color: #1f7f9b;
}

.accordion-header {
    cursor: pointer;
    font-family: "mryiad-pro-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.accordion-header::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    /* transition: -webkit-transform .2s ease-in-out; */
    /* transition: transform .2s ease-in-out; */
    /* transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; */
}

.card-header::after,
.card-header::before {
    content: "";
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    border: 1px solid #fff;
        border-top-color: rgb(255, 255, 255);
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-left-color: rgb(255, 255, 255);
    border-radius: 50%;
    right: 19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
}

.card-header::after,
.card-header::before {
	border-color: #d9eff0;
	    -webkit-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out;
    background: #fff;
}

.card-header:focus-within:before {
    border-radius: 0;
    box-shadow: 0 0 0 0.2rem rgba(31, 127, 155, 0.25);
    outline: none;
}

.card-header[aria-expanded="true"] .accordion-header::after {
-webkit-transform: translateY(-50%) rotate(0deg);
transform: translateY(-50%) rotate(0deg);
}

.card-header[aria-expanded="true"] .accordion-header::before {
background: none;
}
.accordion .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 0;

}

.btn {
    padding: 0;
}

.accordion .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
    border-radius: 0;
    border-bottom: 1px solid #999999;
	padding: 15px 0;
}

/*
.card:last-child {
	
	border-bottom: none;
}*/

.list a {
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    display: block;
    line-height: 1.3;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:hover {
    color: #1f7f9b;
    text-decoration: none;
    background-color: transparent;
    border-color: transparent;
}

/* km */
.accordion .accordion-container {
	padding: 15px 0;
}
.accordion .accordion-container:after {
    background: #7f7f7f;
    bottom: 0;
    content: " ";
    height: 1px;
    position: absolute;
    width: 100%;
}
.accordion:last-child .accordion-container:after {
  content: none;
}
.accordion .card-body p:last-of-type {
  margin: 0;
}
.accordion-header .btn {
  padding-right: 70px;
  text-align: left;
  white-space: normal;
  width: 100%;
  background-color:none;
  font-family: "myriad-pro-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px
}
.btn{
    border: none;
}
/*academy of educators accordion table 4.1.19 ns*/
.table-align-left tbody {
    text-align: left;
}

th.criteria {
    width: 10%;
}

th.master {
    width: 45%;
}

th.member {
    width: 45%;
}

td ul {
    padding-left: 0px;
    margin: 0 0 0 30px;
}
.site-footer .list{
list-style: none;
}