  /* Start Custom Styles */
@import url("/_resources/css/fontawesome-min.css");
@import url("/_resources/css/solid-min.css");


h1, .h1, h2, .h2 {
    margin-top: 1em;
}

i {
	font-family: FontAwesome;
}
    
/* Quick-zoom Container */
a[href] > img {
    transition: transform .25s, visibility .25s ease-in;
}

a[href]:hover > img {
    transform: scale(1.1);
}

/* End Quick-zoom Container */

iframe {
    margin: 0 auto;
}

#maincontent {
	padding-top: 0.1rem;
}
    
.table {
    overflow-x: auto;
}

.anchor-offset {
    padding-top: 0;
    margin-top: 0;
}

.blocks {
    margin: 3rem 0;
}

h2.text-center {
    margin: 0 auto 2rem auto;
}
    
.blocks__container {
	padding: 0 2rem;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 90rem;
	font-size: 1.25rem;
	margin-top: 0;
	justify-content: space-evenly;
}
@media (min-width: 92rem) {
	.blocks__container {
		padding: 0rem;
	}
}
    
.blocks__container > div:not(.blocks__item):not(.columns) {
    width: 100%;
}

.blocks__container h1, .blocks__container h2, .blocks__container h3, .blocks__container h4 {
	width: 100%;
}

/* Tables restyle */

.table td {
	padding: 1rem;
}

/* Hero Styles */
    
.hero {
    margin-bottom: 0;
}

.hero__title {
    /* font-family: "ff-good-headline-web-pro-nar",sans-serif; */
}

.hero__content .button {
	max-width: 22.5rem;
	display: block;
	margin: auto;
}

.hero--split .hero__content {
	text-align: center;
}

@media (min-width: 64em) {
	.hero__content .button {
		display: inline-block;
	}
}

/* End Hero Styles */

/* Embedded Video Wrapper */

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Accordion Redesign */
.accordion {
	max-width: 90rem;
	justify-content: center;
	margin: 3rem auto;
	padding: 0 2rem;
}
.accordion__content {
	padding: 1.75rem 1.75rem 1.75rem 3.75rem
}
.centered__container > .accordion {
	padding: 0;
}


 /* Angle Link Redesign */

 a.angle {
    text-decoration: none;
    font-size: 1.25rem;
}

a.angle:hover {
    text-decoration: underline;
}

.angle::after {
    background-image: none;
    content: "\f054";
    color: #000;
    font-size: 1.4rem;
    background-color: transparent;
    font-family: FontAwesome;
    transition: 0.5s;
	width: 0;
	height: 0;
	background-size: .75rem .75rem;
	margin-left: .75rem;
}

.angle:hover::after {
    box-shadow: none;
    color: #ffd046;
    transform: translateX(50%);
}

@media (min-width: 48em) {
	a.angle {
    	text-decoration: none;
    	font-size: 1.5rem;
	}
	.angle::after {
		font-size: 1.75rem;
		width: 1.5rem;
		height: 1.5rem;
	}
}

/* End Angle Link Redesign */

ul.checklist, ul.checklist > li {
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.checklist > li {
    margin: 1em;
    margin-left: 4.5rem;
}
ul.checklist > li:before {
  content: "\f14a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  color: black;
  float: left;
  margin-left: -1.5em;
  font-size: 2.5rem;
  padding-right: 1.5rem;
  line-height: 3.5rem;
}

@media (min-width: 28em) {
	ul.checklist > li {
		margin: 2rem;
		margin-left: 4.5rem;
	}
	
	ul.checklist > li:before {
		  font-size: 3.5rem;
	}
}

.gold-section {
    width: 100%;
    background-color: #ffd046;
    background-image: url('/_resources/img/backgrounds/gold-grit-2-bg-1920x800.jpeg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 1.5rem 0;
}

.gold-section > div.blocks {
	margin: 0;
	padding: 0;
}

.gold-section > .columns > .columns__item h2 {
	margin-top: 2rem;
}

.gold-section a.angle {
    color: #000000;
    text-decoration: none;
}

.gold-section a.angle::hover {
    text-decoration: underline;
}

.gold-section a.angle:hover::after {
    color: #000000;
}

.gold-section a.cta__button, .gold-section a.animated__button {
    color: #fff;
}

.gold-section a.cta__button:after, .gold-section a.animated__button:after {
    background-color: #000000;
}

.gold-section a.cta__button:before, .gold-section a.animated__button:before {
    color: #000000;
    background-color: #ffffff;
}

.gold-section a.cta__button:hover, .gold-section a.animated__button:hover {
  color: #000000;
}

#maincontent .black-section {
    width: 100%;
	background-color: #000000;
	background-image: url('/_resources/img/backgrounds/darktexturebg.jpeg');
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 1.5rem 0;
    color: #ffffff;
}

.black-section .blocks__container .columns {
	color: #000000;
}

.black-section > div.blocks {
	margin: 0;
	padding: 0;
}

.black-section > .columns > .columns__item h2 {
	margin-top: 2rem;
}

.black-section a.angle {
    color: #ffffff;
    text-decoration: none;
}
.black-section a.angle::after {
    color: #ffffff;
}

.black-section a.angle::hover {
    text-decoration: underline;
}

.black-section .angle:hover::after {
    color: #ffd047;
}

.black-section .cta__button, .black-section .animated__button {
    color: #fff;
}

.black-section .cta__button:after, .black-section .animated__button:after {
    background-color:  #ffd047;
}

.black-section .cta__button:before, .black-section .animated__button:before {
    color:  #ffd047;
    background-color: #000000;
}

.black-section .cta__button:hover, .black-section .animated__button:hover {
  color:  #ffd047;
}

/* Centered Content for Full Width */

.centered__container {
    max-width: 90rem;
    display: block;
    margin: 2rem auto;
	padding: 0;
}

@media (min-width: 48em) {
	.centered__container {
		padding: 0 2rem;
	}
}

/* End Centered Content for Full Width */

/* Accordion in Centered Content Redesign */

.centered__container .accordion__item {
	background-color: #ffd046;
	background-color: var(--yellow);
	color: #000000;
}

.centered__container .accordion__toggle::after {
	content: "\f067"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #ffd046;
	background-color: var(--yellow);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	color: #000000;
	font-size: 2rem;
	line-height: 2.25rem;
}

.centered__container .accordion__toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}

.centered__container .accordion__toggle:hover::before {
	box-shadow: none;
}

.centered__container .accordion__toggle {
	padding: 1.5rem 1rem;
}

.centered__container .accordion__content {
	background-color: #ffffff;
	padding: 1.5rem;
	color: #000000;
}

.centered__container .accordion__item--active > .accordion__toggle::after {
	content: "\f068"; /* FontAwesome Unicode */	
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 300;
}
@media (min-width: 48em) { 
	.centered__container .accordion {
		margin: 2rem auto;
		max-width: 50rem;
	}
}

/* Accordion in Two and Three Columns Redesign */
.columns__item .accordion, .three-columns__item .accordion {
	padding: 0;
	margin: 0 auto;
}

.columns__item .accordion__item, .three-columns__item .accordion__item {
	background-color: var(--black-light);
	color: #ffffff;
}

.columns__item .accordion__toggle::after, .three-columns__item .accordion__toggle::after {
	content: "\f067"; /* FontAwesome Unicode */
  	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #1f1f1f;
	background-color: var(--black-light);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
	color: #ffffff;
	font-size: 2rem;
	line-height: 2.25rem;
}

.columns__item .accordion__toggle::before, .three-columns__item .accordion__toggle::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 2.5rem;
	height: 2.5rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: transparent;
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1rem 1rem;
}

.columns__item .accordion__toggle:hover::before, .three-columns__item .accordion__toggle:hover::before {
	box-shadow: none;
}

.columns__item .accordion__toggle, .three-columns__item .accordion__toggle {
	padding: 1rem;
}

.columns__item .accordion__content, .three-columns__item .accordion__content {
	background-color: #ffffff;
	padding: 1rem;
	color: #000000;
}

.columns__item .accordion__item--active > .accordion__toggle::after, .three-columns__item .accordion__item--active > .accordion__toggle::after {
	content: "\f068"; /* FontAwesome Unicode */	
	font-size: 2rem;
	line-height: 2.25rem;
	font-weight: 300;
}
@media (min-width: 48em) { 
	.columns__item .accordion, .three-columns__item .accordion {
		margin: 2rem auto;
		max-width: 40em;
	}
}
	
/* End  Accordion in Two and Three Columns Redesign */


  /* Feature Video Redesign 

.feature {
    width: 100%;
    height: 25rem;
    position: relative;
}
.feature__image {
    width: 100%;
    height: 100%;            
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    background-attachment: fixed;
}	
.feature--flip :first-child > .feature__interior {
    z-index: 3;
    margin: 0 auto;
}

.feature--flip :last-child > .feature__interior {
    margin: 0 auto;
}

.feature .link::after {
    top: 55%;
}

.feature__content {
    z-index: 2;
    margin: 0 auto;
    background-image: none;
    background-color: transparent;
    text-align: center;
    pointer-events: none;
    justify-content: flex-start;
}

.feature__label {
    font-size: 3.5rem;
    color: var(--white);
    text-shadow: 0 0 .5625rem #000;
    font-weight: 700;
}

 End Feature Video Redesign */

/* Points Slider */

.flickity-viewport {
}
    
.carousel__container {
    padding-top: 1.5rem;
}

.carousel__item {
    text-align: center;
}

.carousel__item:nth-of-type(1) {
    border: none;
}

.carousel__item i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
}

.carousel__item--alt {
	min-height: 12rem;
}

/* End Points Slider */

/* CTA Redesign */
    /* .cta {
        background-image: url('/gold-creases-1920x800.jpg');
        min-height: 20rem;
        display: flex;
        background-attachment: fixed;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover;
    } */

    .cta {
        margin: 3rem auto;
    }
    .cta__container {
		margin: auto;
    }
    .cta__container > p > .cta__button {
        margin: 1.5rem 1.5rem 0 1.5rem;
    }
	.cta__button {
		transition: all 0.2s;
		position: relative;
		overflow: hidden;
		z-index: 1;
		color: #000;
		margin: 1.5rem 0 1.5rem 2rem;
		min-width: 14rem;
	}
    .cta__button:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffd046;
      z-index: -2;
    }
    .cta__button:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #000000;
      transition: all 0.2s;
      z-index: -1;
    }
    .cta__button:hover {
      color: #fff;
    }
    .cta__button:hover:before {
      width: 100%;
    }

	p > .cta__button {
		margin: 1.5rem 0 1.5rem 0;
	}


/* Two Regular Columns Full-Width Redesign */

.columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 0 auto 0 auto;
    max-width: 90%;
    max-width: 90rem;
    margin: 2rem auto;
}
    
.columns > .columns__item {
    width: 100%;
	margin: 0 1rem;
	max-width: 36rem;
}
    
.columns > .columns__item > img {
    margin: auto;
    width: 100%;
}
    
.columns .columns__item > p, .columns .columns__item > h2, .columns .columns__item > h3, .columns__item > .table, .columns .columns__item > h4 {
    padding: 0 1rem;
}
    
.columns__item > .columns {
    padding: 0;
}

.columns__item .table { 
	margin: 1rem 0;
}
    
.columns > .columns__item:nth-of-type(2) {
    margin-top: 2rem;
}

@media (min-width: 42em) { 
    .columns__item > .columns {
        flex-direction: row;
		align-items: flex-start;
    	align-content: flex-start;
        padding: 1rem;
    }

    .columns__item > .columns > .columns__item {
        width: calc(50% - 3rem);
        min-width: calc(50% - 3rem);
        margin: 0 auto;
        min-width: auto;
        margin-top: 0;
    }
	.columns > .columns__item > img {
		margin: auto;
		max-width: 36rem;
		width: 100%;
		padding: 0;
	}
}

@media (min-width: 48em) {
    .columns {
        flex-direction: column;
		align-items: center;
    	align-content: center;
    }
    .columns > .columns__item {
        width: 100%;
        min-width: 28rem;
    }
    .columns > .columns__item h2 {
        font-size: 2rem;
        margin-top: 0;
    }
	.columns > .columns__item:has(video) {
        margin: auto;
    }
}

@media (min-width: 64em) {
    .columns {
        flex-direction: row;
		align-items: flex-start;
    	align-content: flex-start;
		padding: 0;
    }
    .columns > .columns__item {
        width: calc(50% - 1rem);
		max-width: 100%;
    }
    .columns > .columns__item:nth-of-type(2) {
        margin-top: 0;
    }
    .columns > .columns__item > img {
        max-width: 100%;
        width: auto;
    }
	.columns > .columns__item > .table { 
		margin: 0;
	}
	.columns .columns__item > p, .columns .columns__item > h2, .columns .columns__item > h3, .columns__item > .table, .columns .columns__item > h4 {
    	padding: 0;
	}
    .columns__item > .columns > .columns__item {
        max-width: auto;
        min-width: auto;
    }

    .columns__item > .columns > .columns__item h3 {
        font-size: 1.5rem;
    }
    
    .columns__item > .columns > .columns__item p {
        padding: 0;
    }
    
    .columns__item p {
        font-size: 1.15rem;
    }
    .columns__item .angle--inline {
        margin-top: 0.5rem;
    }
}

@media (min-width: 90em) {
    .columns__item p {
        font-size: 1.25rem;
    }
}

/* End Two Regular Columns Full-Width Redesign */

/* Two Regular Columns Centered Redesign */

.centered__container > .columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    background: #fff;
    margin: 3rem auto;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 0rem;
	max-width: 37rem;
}

.centered__container > .columns .columns__item:last-child {
    padding: 1.5rem;
    font-size: 1.1rem;
}

.centered__container > .columns .columns__item {
    margin-bottom: 0;
	max-width: 100%;
	width: 100%;
}

.centered__container > .columns .columns__item p {
    font-size: 1rem;
}

@media (min-width: 48em) {
    .centered__container > .columns {
        flex-direction: column;
    }
    .centered__container > .columns > .columns__item {
        width: 100%;
    }
	
	.centered__container > .columns > .columns__item > :last-child {
		margin-bottom: 0rem;
	}
}

@media (min-width: 64em) {
    .centered__container > .columns {
        flex-direction: row;
		max-width: 64rem;
    }
    .centered__container > .columns > .columns__item {
        width: calc(50% - 1.5rem);
    }
    .centered__container > .columns__item > .columns > .columns__item {
        max-width: auto;
        min-width: auto;
    }
}

/* End Two Regular Columns Centered Redesign */

/**Gold Blockquotes Redesign**/

blockquote.quote {
    background-color: transparent;
    color: #000000;
	margin: 3rem auto;
}


blockquote.quote::before {
	content: url(/_resources/img/open_collegiate_quotes_web_upd.svg);
    top: -1.5rem;
    left: -.1rem;
    width: 3rem;
	display: inline-block;
	position: absolute;
}

blockquote.quote::after {
	content: url(/_resources/img/close_collegiate_quotes_web_upd.svg);
    right: -.1rem;
    bottom: -1.5rem;
    width: 3rem;
	display: inline-block;
	position: absolute;
}

@media (min-width: 64em) {
    blockquote.quote::before {
		top: -1.5rem;
		left: -1rem;
		width: 3rem;
	}

	blockquote.quote::after {
		right: -.4rem;
		bottom: -1.5rem;
		width: 3rem;
	}
}

/* blockquote.quote > h2::before {
    content: url(/_resources/img/open_quote_usm.svg);
    top: -2rem;
    left: -1.5rem;
    width: 3rem;
	display: inline-block;
	position: relative;
}

blockquote.quote > h2::after {
    content: url(/_resources/img/close_quote_usm.svg);
    right: -1.5rem;
    bottom: -2rem;
    width: 3rem;
	display: inline-block;
	position: relative;
}

blockquote.quote > h4::before {
    content: url(/_resources/img/open_quote_usm.svg);
    top: -2rem;
    left: -1.5rem;
    width: 3rem;
	display: inline-block;
	position: relative;
}

blockquote.quote > h4::after {
    content: url(/_resources/img/close_quote_usm.svg);
    right: -1.5rem;
    bottom: -2rem;
    width: 3rem;
	display: inline-block;
	position: relative;
}

blockquote.quote > p::before {
    content: url(/_resources/img/open_quote_usm.svg);
    top: -1rem;
    left: -.5rem;
    width: 2.5rem;
	display: inline-block;
	position: relative;
}

blockquote.quote > p::after {
    content: url(/_resources/img/close_quote_usm.svg);
    right: -.5rem;
    bottom: -1rem;
    width: 2.5rem;
	display: inline-block;
	position: relative;
} */

/**End Gold Blockquotes Redesign**/

/** Feature Video Redesign **/

.feature__description {
    font-size: 1.5rem;
}

/** End Feature Video Redesign **/

/** Two-Colum Split Regular **/

.split__item:first-child {
    margin: 0 0rem 2rem 0;
}
.split__item:last-child {
    margin: 2rem 0rem 0 0rem;
}

.split__content {
    background-color: rgba(0, 0, 0, 0.9);
}

.split__content a.angle {
    font-size: 1.375rem;
}

.split__toggle {
    max-width: 100%;
}

.split__toggle__interior::after {
    visibility: visible;
}

@media (min-width: 48em) {
	.split__item:first-child {
    	margin: 0;
	}
	.split__item:last-child {
		margin: 0;
	}
}

/** End Two-Colum Split Regular **/

/** Image List Redesign **/

.info {
	margin: 2rem 0;
}

.info__container {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    width: 100%;
    max-width: 90rem;
}

.info__item {
	padding-bottom: 3rem;
}

.info__image {
    order: 1;
    width: 100%;
    max-width: 100%;
}

.info__image > img {
	width: 100%;
}

.info__content {
    order: 2;
    text-align: left;
    margin: 2rem 2rem;
}

.info__content .angle--inline {
    margin-top: 0;
}

.info__content a {
    color: #000000;
}

@media (min-width: 48em) {

    .info__item {
        flex-direction: column;
        margin: 0 auto;
    }
    .info__image {
        max-width: 100%;
    }
}

@media (min-width: 64em) {

    .info__item {
        flex-direction: row;
		padding: 0;
		margin: 3rem 0;
    }
	
	.info__item > .info__image {
		padding-left: 3rem;
	}
	
	.info__item > .info__content {
		margin: auto 0 auto 4rem;
		padding-right: 3rem;
	}

    .info__item:nth-child(odd) > .info__image {
        order: 1;
        max-width: 40%;
        margin: auto 4rem auto 0;
    }

    .info__item:nth-child(odd) > .info__content {
        order: 2;
    }

    .info__item:nth-child(even) > .info__image {        
        order: 2;
        max-width: 40%;
        margin: auto 0 auto 4rem;
    }

    .info__item:nth-child(even) > .info__content {
        order: 1;
    }
}

/** End Image List Redesign **/

/** Feature Grid Redesign **/

.blocks__item {
    margin: 2rem auto;
	flex-basis: fit-content;
	width: 100%;
	max-width: 22.5rem;
	padding: 0;
}

.blocks__content {
	
}

.blocks__label {
    display: block;
    font-size: 1.325rem;
}

.blocks__item:last-child {
	margin-right: auto;
}

.blocks__container::after {
	width: 0rem;
	height: 0rem;
}

@media (min-width: 48em) {
    .blocks__container {
        flex-direction: row;
    }
}

@media (min-width: 64em) {
    .blocks__item {
		padding: 0;
		margin: 2rem;
		width: calc(33.333% - 2rem);
    }
	.blocks__item:last-child {
		margin-right: 2rem;
	}
}

@media (min-width: 80em) {
    .blocks__item {
		width: calc(33.333% - 4rem);
    }
}
  /** End Feature Grid Redesign **/	

  /** Regular Infographic Redesign **/

.circles {
    margin: 3rem auto;
}
.circles__container {
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.circles__value {
    color: #000;
    font-size: 5rem;
}

.circles__item {
    width: auto;
    border-right: 3px solid #ffd046;
    padding-right: 2rem;
    margin-top: 0;
}

.circles__item:last-child {
    border-right: 0;
    padding-right: 0;
}

.circles__fact {
    background-color: transparent;
    width: auto;
    height: auto;
}

.circles__label {
    color: #000;
}

/** Tabbed Container Snippet **/
	.usm-tabs {
		box-sizing: content-box;
		max-width: 85rem;
		margin: 0 auto;
		padding: 2rem;

	}
	.tabs-header {
		background-color: #ffffff;
	}
	.tabs-header h2 {
		font-size: 2rem;
		display: inline-block;
		margin: 2rem 1rem;
	}
	.tabs-content {
		display: flex;
	  	flex-wrap: wrap;
		background: #fff;
	}
	.tabs-content .input {
	  position: absolute;
	  opacity: 0;
	  width: auto;
	}
	.tabs-content .label {
	  position: relative;
	  width: 100%;
	  padding: 20px 30px;
	  background: #ececec;
	  cursor: pointer;
	  font-weight: bold;
	  font-size: 1rem;
	  color: #000000;
	  transition: background 0.1s, color 0.1s;
	  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -moz-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -ms-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -o-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	}
	.tabs-content .label:hover {
	  background: #d8d8d8;
	}
	.tabs-content .label:active {
	  background: #ccc;
	}
	.tabs-content .input:focus + .label {
	  z-index: 1;
	}
	.tabs-content .input:checked + .label {
	  background: #ffd047;
	  color: #000;
	  z-index: 1;
	  border-bottom-width: 0;
	}
	.tabs-content .panel {
	  display: none;
	  padding: 1rem;
	  width: 100%;
	  background: #fff;
	  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -moz-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -ms-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  -o-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	}
	.tabs-content .input:checked + .label + .panel {
	  display: block;
	}
	.tabs-content > .panel > .columns {
		max-width: 100%;
	}
	.tabs-content .columns > .columns__item {
		min-width: 100%;
		max-width: 100%;
	}
	.usm-tabs label::after {
		content: '';
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 28.072 28.072' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.594 12.516V1.486C15.594.635 14.958 0 14.11 0s-1.485.637-1.485 1.485v11.031H1.594c-.778.07-1.485.778-1.556 1.556s.636 1.485 1.485 1.485h11.03v11.03c0 .849.637 1.485 1.486 1.485s1.485-.636 1.485-1.485v-11.03h11.03c.849 0 1.485-.637 1.485-1.485s-.636-1.485-1.485-1.485z' fill-rule='evenodd'/%3E%3C/svg%3E");
		background-position: left;
		background-repeat: no-repeat;
		background-size: 1.25rem 1.25rem;
		position: absolute;
		top: 50%;
		right: 0;
		width: 2.5rem;
		height: 2.5rem;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		border-radius: 50%;
		color: #000000;
		font-size: 2rem;
		line-height: 2.25rem;
	}
	
	.usm-tabs .input:checked + label::after {
		content: '';
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 28.072 28.072' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.594 12.516c-.778.07-1.485.778-1.556 1.556s.636 1.485 1.485 1.485h25.031c.849 0 1.485-.637 1.485-1.485s-.636-1.485-1.485-1.485z' fill-rule='evenodd'/%3E%3C/svg%3E");	
		font-size: 2rem;
		line-height: 2.25rem;
		font-weight: 300;
	}

	@media (min-width: 64rem) {
		.tabs-content .columns > .columns__item {
			min-width: calc(50% - 1.75rem);
			margin: 0;
			padding: 1rem;
	  	}
	}
	@media (min-width: 80rem) {
	  .usm-tabs {
		  padding: 0;
	  }
	  .tabs-content {
		  margin: 0 1rem;
	  }
	  .tabs-content .label {
		width: auto;
		box-shadow: none;
		border-right: 1px solid #d8d8d8;
	  }
	  .tabs-content .panel {
		order: 99;
	  }
	  .tabs-content .columns > .columns__item:nth-of-type(1) {
		border-right: 1px solid gray;
	  }
	  .tabs-content .panel {
	  	padding: 1.75rem;
	  }
	  .tabs-content .input:checked + .label {
		  -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
		  -moz-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
		  -ms-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
		  -o-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
		  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
		  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 6px 0px;
	  }
	  .usm-tabs label::after, .usm-tabs .input:checked + label::after {
		display: none;
	  } 
	}
/** End Tabbed Container Snippet **/

/** 91°µÍøºÚÁÏ Headers **/
	.admissions__gold-header {
		margin: auto;
		width: auto;
		max-width: 100%;
		text-align: center;
		padding: 4em 0 0 0;
		margin-bottom: 3rem;
	}
	.admissions__gold-header h2 {
		font-family: ff-good-headline-web-pro-con, sans-serif;
		font-size: 10vw;
		margin: 0;
		padding: 1rem;
		background-color: #ffd047;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.02em;
		width: 100%;
		display: inline-block;
	}
	.admissions__gold-header .header-subtitle {
		font-family: highest-praise, sans-serif;
		font-size: 8vw;
		margin-top: -2.5vw;
		text-align: right;
		line-height: 1em;
		padding-right: 3vw;
	}
	.admissions__gold-reverse-header {
		margin: auto;
		width: auto;
		max-width: 100%;
		text-align: center;
		padding: 4em 0 0 0;
		margin-bottom: 3rem;
	}
	.admissions__gold-reverse-header h2 {
		font-family: highest-praise, sans-serif;
		font-size: 9vw;
		margin: 0;
		line-height: 1em;
		font-weight: 400;
		width: 100%;
		display: inline-block;
	}
	.admissions__gold-reverse-header .header-subtitle {
		font-family: ff-good-headline-web-pro-con, sans-serif;
		font-size: 10vw;
		margin-top: -4vw;
		padding: 1rem;
		background-color: #ffd047;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.02em;
	}
		
	@media (min-width: 64em) {
		.admissions__gold-header {
			width: max-content;
			margin-bottom: 4em;
		}
		.admissions__gold-header h2 {
			font-size: 6rem;
			width: auto;
			padding: 2rem;
		}
		.admissions__gold-header .header-subtitle {
			font-size: 4rem;
			margin-top: -1.5rem;
			padding-right: 0;
		}
		.admissions__gold-reverse-header {
			width: max-content;
			margin-bottom: 4em;
		}
		.admissions__gold-reverse-header h2 {
			font-size: 6rem;
			width: auto;
		}
		.admissions__gold-reverse-header .header-subtitle {
			font-size: 7rem;
			margin-top: -1.5rem;
			padding: 2rem;
		}
	}
	@media (min-width: 80em) {
		.admissions__gold-header {
			max-width: 64em;
		}
	}

	/** 91°µÍøºÚÁÏ Headers in columns **/
	.columns__item .admissions__gold-header {
		margin: auto;
		width: auto;
		max-width: 100%;
		text-align: center;
		padding-bottom: 2rem;
	}
	.columns__item .admissions__gold-header h2 {
		font-family: ff-good-headline-web-pro-con, sans-serif;
		font-size: 10vw;
		margin: 0;
		padding: 1rem;
		background-color: #ffd047;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.02em;
		width: 100%;
		display: inline-block;
	}
	.columns__item .admissions__gold-header .header-subtitle {
		font-family: highest-praise, sans-serif;
		font-size: 8vw;
		margin-top: -2.5vw;
		text-align: right;
		line-height: 1em;
	}
	.columns__item .admissions__gold-reverse-header {
		margin: auto;
		width: auto;
		max-width: 100%;
		text-align: center;
		padding-bottom: 2rem;
	}
	.columns__item .admissions__gold-reverse-header h2 {
		font-family: highest-praise, sans-serif;
		font-size: 10vw;
		margin: 0;
		line-height: 1em;
		font-weight: 400;
		width: 100%;
		display: inline-block;
	}
	.columns__item .admissions__gold-reverse-header .header-subtitle {
		font-family: ff-good-headline-web-pro-con, sans-serif;
		font-size: 10vw;
		margin-top: -4vw;
		padding: 1rem;
		background-color: #ffd047;
		text-transform: uppercase;
		line-height: 1em;
		letter-spacing: 0.02em;
	}

	@media (min-width: 64em) {
		.columns__item .admissions__gold-header h2 {
			padding: 2rem;
			font-size: 5rem;
		}
		.columns__item .admissions__gold-header .header-subtitle {
			margin-top: -1.5rem;
			font-size: 3.5rem;
		}
		.columns__item .admissions__gold-reverse-header h2 {
			width: auto;
			font-size: 5rem;
		}
		.columns__item .admissions__gold-reverse-header .header-subtitle {
			margin-top: -1.5rem;
			padding: 2rem;
			font-size: 5rem;
		}
	}

	/** 91°µÍøºÚÁÏ headers in gold section 
	.gold-section .admissions__gold-header h2 {
		background-color: #000000;
		color: #ffd047;
		padding: 2rem;
	}
	.gold-section .admissions__gold-reverse-header .header-subtitle {
		background-color: #000000;
		color: #ffd047;
		padding: 2rem;
	} **/
	
/** End 91°µÍøºÚÁÏ Headers **/


/** New Button Styles **/
	.animated__button {
		display: block;
		padding: 1.1875rem 1.5rem;
		border: 0;
		background-color: #ffd046;
		background-color: var(--yellow);
		color: #000;
		color: var(--black);
		font-size: 1.0625rem;
		font-weight: 700;
		line-height: 1.295;
		text-align: center;
		text-shadow: none;
		text-transform: uppercase;
		transition: all 0.3s;
		position: relative;
		overflow: hidden;
		z-index: 1;
		min-width: 14rem;
		width: 100%;
	}
    .animated__button:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #ffd046;
      z-index: -2;
    }
    .animated__button:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      height: 100%;
      background-color: #000000;
      transition: all 0.3s;
      z-index: -1;
    }
    .animated__button:hover {
      color: #fff;
    }
    .animated__button:hover:before {
      width: 100%;
    }
	p > .animated__button {
		margin: 1rem 0;
	}
		
	@media (min-width: 48em) {
		.animated__button {
			display: inline-block;
			width: 22.5rem;
		}
	}
/** End New Button Styles **/