body.cu-cd.light .cu-hero-cd .cu-hero-callout{
	border: none;
		-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow:0px 0px 0px 0px rgba(0,0,0,0);
}


.cu-bg-wg100-95{
	background-color: transparent;
}

#logo_container {
 position: absolute;
 width: 425px;
 height: 414px;
 top: 5%;
 right: 5%;  
}
#logo_container #elevate-outer {
    position:absolute;
    opacity:0;
    -webkit-animation: rotate-center 1.5s ease-in-out both;
    animation: rotate-center 1.5s ease-in-out both;
}
/*#logo_container #elevate-outer:hover {*/
/*    -webkit-animation: out 1.5s ease-in-out both;*/
/*    animation: out 1.5s ease-in-out both;*/
/*}*/
#logo_container #elevate-inner{
    position:absolute;
    pointer-events:none;
}


/*New stuff*/
#logo_lockup {
    width: 100%;
    padding-top: 200px;
}
#logo_lockup #outer {
    position:absolute;
    opacity:0;
    transform-origin: 226.4403px 232.3973px;
}
#logo_lockup .flushin {
    -webkit-animation: rotate-center 1.5s ease-in-out both;
    animation: rotate-center 1.5s ease-in-out both;
}
body.cu-cd.light.department .cu-hero-cd .cu-hero-callout {
    width: 90%;
    left: 4%;
}


/*/New stuff*/
/* Basic Cards */
.cu-color-card-basic {
    color: #fff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    word-wrap: break-word;
}
.cu-color-card-basic .cc-main {
    padding: 30px 15px 15px;
    display: flex;
    display: -webkit-flex;
    flex-flow: column;
    -ms-flex-flow: column;
    justify-content: space-around;
}
.cu-color-card-basic .cc-main .cu-icon {
    margin: 0 auto 25px;
    height: auto;
    width: auto;
}
.cu-color-card-basic .cc-main .cu-icon .las, .cu-color-card-basic .cc-main .cu-icon .lab {
    font-size: 6rem;
    color: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
}
.cu-color-card-basic .cc-main .cu-icon .las, .cu-color-card-basic .cc-main .cu-icon .lab {
    font-size: 6rem;
    color: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    transform: none;
}
.cu-color-card-basic .cc-main h3 {
    font-family: "Tiempos Headline Semibold";
    font-size: 1.875rem;
    line-height: 2.063rem;
    margin-bottom: 25px;
}
.cu-color-card-basic .link-area {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
}
/*Basic Cards End */


@-webkit-keyframes in {
    from   { -webkit-transform: rotate(0deg); opacity:1; }
    to { -webkit-transform: rotate(360deg); opacity:1; }
}
@-webkit-keyframes out {
    0%   { -webkit-transform: rotate(0deg); opacity:1; }
    100% { -webkit-transform: rotate(360deg); opacity:1; }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
            opacity:0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            opacity:1;
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
             opacity:0;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            opacity:1;
  }
}

@media (prefers-reduced-motion: reduce) {
  
  #logo_container #elevate-outer {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
    #logo_container #elevate-outer:hover {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
    #logo_lockup #outer {
        -webkit-animation: none;
        animation: none;
        opacity: 1;
    }
  
}

@media screen and (max-width: 767px) {
    #logo_container {
        display:none;
    }
    #logo_lockup {
        display:none;
    }
    body.cu-cd .cu-hero-cd .cu-hero-callout h1 {
        text-align: center;
    }
    body.cu-cd.light.department .cu-hero-cd .cu-hero-callout {
        padding: 6px 1.2rem;
    }
}