  .select-box__cta-card:nth-child(2n) {
	 animation-name: keyframes1;
	 animation-iteration-count: infinite;
	 transform-origin: 50% 10%;
}
 .select-box__cta-card:nth-child(2n-1) {
	 animation-name: keyframes2;
	 animation-iteration-count: infinite;
	 animation-direction: alternate;
	 transform-origin: 30% 5%;
}
 #content.edit .select-box__cta-card:first-child{
	 animation-delay: -.75s;
	 animation-duration: .25s 
}
 #content.edit .select-box__cta-card:nth-child(2){
	 animation-delay: -.5s;
	 animation-duration: .3s 
}
 #content.edit .select-box__cta-card:last-child{
	 animation-delay: -.05s;
	 animation-duration: .27s 
}
 @keyframes keyframes1 {
	 0% {
		 transform: rotate(-1deg);
		 animation-timing-function: ease-in;
	}
	 50% {
		 transform: rotate(1.5deg);
		 animation-timing-function: ease-out;
	}
}
 @keyframes keyframes2 {
	 0% {
		 transform: rotate(1deg);
		 animation-timing-function: ease-in;
	}
	 50% {
		 transform: rotate(-1.5deg);
		 animation-timing-function: ease-out;
	}
}
/* .customize-hub .form__checkbox{
	 display: none;
}
 #content.edit .customize-hub .form__checkbox{
	 display: inline-block;
}
 */
 #hub-edit, #clear-favorites{
	 text-decoration: none !important;
	 text-align: right !important;
	 padding: 1rem 0;
	 display: block;
	 margin-left: auto;
	 color: #fff;
	 transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
 #hub-edit:hover, #hub-edit:focus, #hub-edit:active, #clear-favorites:hover, #clear-favorites:focus, #clear-favorites:active{
	 color:#7CC2FD;
}
 #content .customize-hub input[type='checkbox']{
	 display: none;
}
 #content.edit .customize-hub input[type='checkbox'] {
	 position: absolute;
}
 #content.edit .customize-hub input[type='checkbox'] + label {
	 display: block;
	 position: relative;
}
 #content.edit .customize-hub input[type='checkbox'] + label::before {
	 content: '';
	 position: absolute;
	 display: inline-block;
	 margin-right: 1rem;
	 top: 0.1rem;
	 left: -1.95rem;
	 width: 1.25rem;
	 height: 1.25rem;
	 background: #f0f2f3;
	 border: solid .078125rem #0B223F;
}
 #content.edit .customize-hub input[type='checkbox']:checked + label::before {
	 background: #0B223F;
}
 #content.edit .customize-hub input[type='checkbox']:checked + label::after {
	 content: '';
	 position: absolute;
	 top: 0.3rem;
	 left: -1.75rem;
	 border-left: 3px solid white;
	 border-bottom: 3px solid white;
	 height: 7px;
	 width: 14px;
	 transform: rotate(-45deg);
}
 #content.edit .customize-hub input[type='checkbox']:focus + label::before {
	 outline: #5d9dd5 solid 1px;
	 box-shadow: 0 0px 8px #5e9ed6;
}
 #content.edit .customize-hub input[type='checkbox'] {
	 position: absolute !important;
	 height: 1px;
	 width: 1px;
	 overflow: hidden;
	 clip: rect(1px 1px 1px 1px);
	/* IE6, IE7 */
	 clip: rect(1px, 1px, 1px, 1px);
}
 #content.edit .customize-hub input[type='checkbox']:disabled + label {
	 color: #575757;
}
 #content.edit .customize-hub input[type='checkbox']:disabled + label::before {
	 background: #ddd;
}
 .icon__custom{
	 height: 1rem;
	 width: auto;
}
 .select-box__cta-card--container {
	 transform: scale(1);
	 transition: 0.3s;
}
/*.select-box__cta-card--container:hover {
	 transform: scale(0.95);
	 transition: 0.3s;
}
*/
 .cta-card h1 {
	 font-size: 2.25rem;
}
 .customize-hub {
	 background-position:center top;
	 background-image: url('/employees/images/employee_hub_bg.jpg');
	 padding: 2rem;
}

.customize-hub ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

.customize-hub ul li {
    margin-bottom: 0.75rem;
}
 .accordion--content-page {
	 background:rgba(0, 0, 0, 0.0) 
}

.cta-card__grid {
    padding-top: 4rem;
}

 @media (min-width: 56.25rem){
	 .cta-card__3x1{
		 display: grid;
		 grid-template-columns: repeat(3, 1fr);
		 grid-template-rows: 1fr;
		 grid-column-gap: 16px;
		 grid-row-gap: 16px;
	}
}

.slideshow {
    padding: 0;
    margin-left: -2rem;
    margin-right: -2rem;
}
 