#tabSplash .cardBase {
    width: auto;
    margin: 30px 20px;
    padding: 30px;
    background-color: white;
    position: relative;
    box-shadow: 0 0 0px 1px #e7e6e6;
    transition: box-shadow .2s ease;
    flex: 1;
    display: flex;
    flex-flow: column;
}

#tabSplash #buttonContainer {
    margin: 10px;
}

#tabSplash .cardType_Text {
    background-color: transparent;
    box-shadow: none;
}

#tabSplash .cardType_Video {
    flex-flow: row;
}

#tabSplash .multiCardContainer#awards{
    width: 50%;
    margin: 30px auto;
}

#tabSplash .cardType_BackgroundImage {
    display: flex;
    align-items: left;
    background-size: cover;
    height: 250px;
}

#tabSplash .cardType_Infographic {
    display: flex;
    align-items: left;
    background-size: cover;
    height: 365px;
}



#tabSplash .cardType_BackgroundImage p {
    color: white;
    font-size: 18px;
    margin: 0;
}

#tabSplash .cardType_BackgroundImage .title{
    text-align: left;
    font-size: 45px;
    min-width: 690px;
    padding-bottom: 20px;
    margin: 175px 0 0 0;
    text-shadow: #333333 1px 0 10px;
}

#tabSplash .cardType_BackgroundImage p{
    min-width: 700px;
    text-shadow: #333333 1px 0 10px;
}

#tabSplash .caption {
    position: absolute;
    bottom: 5px;
    right: 80px;
    font-style: italic;
}

#tabSplash .footer {
    background-color: #333333;
}

#tabSplash a{
    text-decoration: none;
}

#tabSplash #footerWrapper {
    padding-top: 30px;
    padding-bottom: 20px;
    max-width: 1600px;
    margin: auto;
    line-height: 24px;
}

#tabSplash #footer {
    display: flex;
    flex-wrap: wrap;
}

#tabSplash #subscriptionTextDiv {
    width: calc(50% - 30px) ;
    max-width: 799px;
    margin-left: 30px;
    min-width: 500px;
    }

#tabSplash .subscriptionTitle {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
}

#tabSplash .subscriptionText {
    color: #9fa0a4;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 6px;
    margin-block-start: 0;
    margin-block-end: 0;
}

#tabSplash #subscriptionIconDiv {
    width: 50%;
    max-width: 799px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#subscriptionIconDiv .impactLogo {
    filter: invert(100%);
    width: 30%;
    min-width: 150px;
    max-width: 230px;
}

#tabSplash #subscriptionFormDiv {
    width: calc(50% - 30px) ;
    max-width: 799px;
    margin-left: 30px;
}

#tabSplash #subscriptionFormDiv .sub-email-input {
    font-size: 12px;
    width: 40%;
    height: 30px;
}

#tabSplash #subscriptionFormDiv #sub-role-select {
    margin-left: 5px;
    font-size: 12px;
    width: 40%;
    height: 30px;
}

#tabSplash #subscriptionFormDiv .sub-form-submit {
    margin-left: 5px;
    font-size: 12px;
    width: calc(20% - 40px);
    min-width: 80px;
    height: 30px;
}

#tabSplash #subscriptionFormDiv .sub-role-select select {
    display: none;
}

#tabSplash #subscriptionFormDiv #sub-role-select {
    font-size: 12px;
    width: 40%;
    height: 30px;
}

#tabSplash #subscriptionSocialsDiv {
    width: 50%;
    max-width: 799px;
    display: flex;
    justify-content: center;
}

.footerTopWrapper .type {
    width: 172px;
    height: 24px;
    padding: 1px 2px;
    margin: 2px;
    border: 0;
    color: #9fa0a4;
}

.multiImageCardContainer {
    max-width: 1600px;
    margin: 30px 20px;
    display: flex;
}

.multiImageCardContainer .cardBase {
    margin: 10px !important;
    padding: 0 !important;
}

#tabSplash .multiCardContainer .button {
    margin-top: auto;
}

#tabSplash .cardType_QuickLinks {
    height: 235px;
    width: auto;
    margin: 30px;
    padding: 5px 20px 30px 20px;
    background-color: white;
    position: relative;
    box-shadow: 0 0 0px 1px #e7e6e6;
    transition: box-shadow .2s ease;
}


.multiImageCardContainer .cardType_Download {
    height: 350px;
    margin: -31px -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-size: large;
    object-fit: cover;
    width: 50%;
    padding-top: 33.33%;
    position: relative;
}
.multiImageCardContainer .cardType_Download img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multiImageCardContainer .cardType_Download:hover div{
    background-color: #3dcd58 ;
    opacity: 1;
    box-shadow: none;
}

.multiImageCardContainer .cardType_Download div{
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333333 ;
    opacity:0.9;
}

.multiImageCardContainer .cardType_Download div .title {
    color: #fff ;
    opacity:1;
    margin: 0;
    padding: 0;
}

.downloadBody {
    min-width: 100%;
    min-height: 100%;
}

.downloadBody p{
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    color: #fff;
}

#tabSplash #footerLinks {
    width: 20%;
    min-width: 200px;
    height: 100%;
    float: left;
}

#tabSplash #footerLinks a:hover {
    color: #626469;
}

#tabSplash #footerLinksContainer {
    width: 100%;
}

#tabSplash #LayoutFAST .paragraph {
    margin-top: 0;
}

#tabSplash #footerBottom {
    margin: auto;
    width: 100%;
    background-color: #3dcd58;
}

#tabSplash #footerBottomWrapper {
    display: flex;
    align-items: center;
    padding-top: 2px;
    max-width: 1600px;
    margin: auto;
    height: 40px;
}

#tabSplash #footerBottomWrapper #footerLogo {
    height: 40px;
    padding: 8px 60px;
}

#tabSplash #mediaButtonContainer {
    padding: 16px 0;
}

#tabSplash #footerBottomWrapper .mediaIcon {
    padding: 0 5px;
}

#tabSplash #copyright{
        margin-left: auto;
        text-align: right;
        cursor: default;
}

#tabSplash .footerLink {
    padding: 5px 30px;
    font-size: 14px;
    display: block;
    color: #B8B8B8;
    width: 160px;
}

#tabSplash .bottomFooterLink {
    padding: 5px 10px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
}

#tabSplash .StepContainer {
    display: flex;
}

#tabSplash .StepLabelContainer {
    background-color: #42b4e6;
    height: 50px;
    width: 50px;
    color: white;
    text-align: center;
    padding: 10px;
    font-family: 'SE Thick';
    line-height: 1;
    border-radius: 180px;
}

#tabSplash .StepLabel {
    font-size: 18px;
    padding-top: 3px;
}

#tabSplash .StepNumber {
    font-size: 28px;
}

#tabSplash .StepTextContainer {
    margin: auto;
    font-size: 14px;
    flex: 1;
    margin-left: 15px;
    font-family: 'SE Thick';
}

#tabSplash .StepDescription {
    margin-bottom: 15px;
    max-width: 720px;
}

#tabSplash .StepTextContainer a{
    color: #3dcd58;
}

#tabSplash .StepTextContainer a:hover{
    color: #42b4e6;
}

#tabSplash .topImage {
    max-height: 600px;
    max-width: calc(100% + 60px);
    margin: -31px -30px;
}

#tabSplash .cardType_mediaRight {
    flex-flow: row;
}

#tabSplash .rightImage {
    padding: 5px;
    padding-left: 200px;
    padding-right: 50px;
    height: 250px;
    margin: 0 0 0 auto;
}

#tabSplash .cardType_gif {
    flex-flow: row;
}

#tabSplash .cardType_gif .rightImage {
    padding: 5px;
    padding-left: 200px;
    padding-right: 50px;
    height: 460px;
    margin: 0 0 0 auto;
    max-width: 50%;
    height: auto;
}

#tabSplash .videoContainer {
    position: relative;
    padding-bottom: 27.8%;
    width: 50%;
    margin-left: 15px;
}

#tabSplash .videoContainer_RightSide {
    width: 50%;
    margin-right: 7.5px;
    margin-left: 24px;
    font-weight: bold;
}

#tabSplash .videoContainer_RightSide p.paragraph {
    line-height: 3;
}

#tabSplash .buttonPrimarySolid {
    background-color: #42B4E6;
    border: 2px solid #42B4E6  !important;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin: 10px;
    border: none;
    width: fit-content;
    cursor: pointer;
}

#tabSplash .buttonPrimaryOutline {
    border: 2px solid #ffffff  !important;
    border-radius: 5px;
    background-color: transparent ;
    color: #ffffff;
    padding: 10px;
    margin: 10px;
    border: none;
    width: fit-content;
    cursor: pointer;
}

#tabSplash .buttonTextOnly {
    border: 2px solid #42B4E6;
    background-color: transparent;
    font-size: large;
    font-weight: normal;
    color: #42B4E6;
    margin: 0px 10px 10px 0px;
    padding: 0px;
    border: none;
    width: fit-content;
    cursor: pointer;
}

#tabSplash .cardType_QuickLinks .paragraph {
    position: absolute;
    top: 78px;
    margin-right: 50px;
}

#tabSplash .cardType_QuickLinks .buttonTextOnly {
    position: absolute;
    top: 220px;
}

.buttonTextOnly .icon-small {
    position: relative;
    top: 3px;
}

#tabSplash .playVideoBtn {
      background-color: #4b42bb;
      margin-right: 24px;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      width: 140px;
      height: 42px;
}

#tabSplash .buttonSecondarySolid {
    background-color: #333333;
    border: 1px solid #333333 !important;
    border-radius: 5px;
    color: white;
    padding: 10px;
    margin: 10px;
    border: none;
    width: fit-content;
    cursor: pointer;
}

#tabSplash .buttonSecondaryOutline {
    border: 2px solid #333333 !important;
    border-radius: 5px;
    background-color: transparent ;
    color: #333333;
    padding: 10px;
    margin: 10px;
    border: none;
    width: fit-content;
    cursor: pointer;
}



#tabSplash .multiCardContainer {
    display: flex;
    margin: 30px 20px; 
}

#tabSplash .multiCardContainer .button {
    bottom: 0;
}

#tabSplash .banner {
    background-color: #42b4e6;
    padding: 30px;
    text-align: center;
    margin: 30px;
}

#tabSplash p {
    padding-bottom: 20px;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
}

#tabSplash h3 {
    line-height: 25px;
    font-size: 16px;
}

#tabSplash .paragraph {
    font-size: 14px;
    line-height: 20px;
}

#tabSplash .title {
    font-size: 26px;
    font-family: 'SE Thick';
}