﻿body.sso-iframe-bottom {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: Calibri, "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
    font-size: 14px;
    color: #545454;
    line-height: 1.4em;
    background-color: #f2f2f2;
    padding: 10px 10px 10px 10px;
}

.sso-iframe-bottom a,
.sso-iframe-bottom a:link,
.sso-iframe-bottom a:visited {
    color: #007cc2;
    text-decoration: none;
}

.sso-iframe-bottom h1 {
    margin: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    font-size: 30px;
    font-family: function_pro_bookregular, Calibri, "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
    font-weight: normal;
    color: #545454;
}

.sso-iframe-bottom #text {
    color: #545454;
    height: 165px;
    overflow: auto;
    margin: 4px 0px 0px 0px;
}

.sso-iframe-bottom h2 {
    font-size: 24px;
    font-family: function_pro_mediumregular, Calibri, "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    color: #007cc2;
}

.sso-iframe-bottom h3 {
    font-size: 19px;
    font-weight: bold;
    margin: 0px;
    padding-top: 0.4em;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

body.sso-iframe-bottom .top {
    margin-bottom: 20px;
}



body.sso-iframe-bottom .boxes {
    display: flex;
    gap: 10px;
    align-items:stretch;
}

body.sso-iframe-bottom .boxes .box {
    flex: 1;
    background-color: #FFF;
    border: 1px solid #e3e3e3;        
    padding: 20px;
    position:relative;
    border-radius:5px;
    opacity:0;
    animation: fadeIn 500ms ease-in forwards;
    height:150px;
}

@keyframes fadeIn {
    from {
        opacity:0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.sso-iframe-bottom .boxes .box:nth-child(2) {
    animation-delay: 200ms;
}
body.sso-iframe-bottom .boxes .box:nth-child(3) {
    animation-delay: 400ms;
}
body.sso-iframe-bottom .boxes .box:nth-child(4) {
    animation-delay: 600ms;
}



.sso-iframe-bottom a.learnmore {
    text-align: right;
    margin: 0px;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    bottom: 12px;
    right: 15px;
    padding: 5px 0px 0px;
    width: 100%;    
}

.sso-iframe-bottom a.learnmore:hover {
    border-bottom: none;
    color: #049cff;
}

.sso-iframe-bottom p {
    margin: 0px;
    padding: 0px;
}