﻿@charset "utf-8";


/*   CARD.ICON-LARGE and -SMALL   */
.iconcard-row > .col-12 {
    margin: 10px 0px 10px 0px;
}
.iconcard-row > .col-xl {
    width: 19.5%;
}
.iconcard {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding: 0px;
}
.iconcard-top {
}
.iconcard-top-left-lg, .iconcard-top-right-lg {
    border-bottom: 1px solid #cdd5e1;
    height: 60px;
    padding:0px;
}
.iconcard-top-left-sm, .iconcard-top-right-sm {
    border-bottom: 1px solid #cdd5e1;
    height: 40px;
    padding: 0px;
}
.iconcard-top-center-lg {

    text-align: center;
    height: 60px;
    padding: 0px;
}
.iconcard-top-center-sm {

    text-align: center;
    height: 40px;
    padding: 0px;
}
.iconcard-icon-lg {
    width: 160px;
    height: 160px;
    padding: 0px 8px;
}
.iconcard-icon-sm {
    width: 80px;
    height: 80px;
    padding: 0px 8px;
}
.iconcard-icon-why {
    width: 130px;
    height: auto;
}
.iconcard-contents {
    text-align: center;
    border-right: 1px solid #cdd5e1;
    border-left: 1px solid #cdd5e1;
    border-bottom: 1px solid #cdd5e1;
    flex-grow: 1;
}
.iconcard-contents-lg {
    padding: 100px 30px 20px 30px;
}
.iconcard-contents-sm {
    padding: 50px 30px 20px 30px;
}
.iconcard-contents-why {
    padding: 80px 30px 20px 30px;
}
.iconcard h5 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #6e7e96;
}

.iconcard p {
    margin-bottom: 35px;
}

.iconcard .btn {
    padding: 0.4rem .6rem;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
    margin-left: -3.7rem;
    position: absolute;
    bottom: 12px;
    left: 50%;
}

.iconcard:hover h5, .iconcard:hover p {
    color: #a51414;
}
.nolink:hover h5 {
    color: #6e7e96;
}
.nolink:hover p {
    color: #323232;
}
.allwhite h5, .allwhite p {
    color: white !important;
}
.allwhite:hover h5, .allwhite:hover p {
    color: white !important;
}
.noborder div {
    border: none !important;
}










.iconchoice {
    height: 100%;
    display: flex;
    flex-flow: column;
    padding: 0px;
}

.iconchoice-top {
}

.iconchoice-top-left, .iconchoice-top-right {
    border-bottom: 1px solid #cdd5e1;
    height: 60px;
}

.iconchoice-top-center {
    display: table-cell;
    text-align: center;
    height: 60px;
    width: 190px;
}

.iconchoice-icon {
    width: 160px;
    height: 160px;
}

.iconchoice-contents {
    width: 100%;
    text-align: center;
    padding: 100px 30px 20px 30px;
    border-right: 1px solid #cdd5e1;
    border-left: 1px solid #cdd5e1;
    border-bottom: 1px solid #cdd5e1;
    flex-grow: 1;
}

.iconchoice h5 {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 500;
    color: #6e7e96;
}

.iconchoice p {
    margin-bottom: 35px;
}

.iconchoice .btn {
    padding: 0.4rem .6rem;
    font-size: .8rem;
    line-height: 1rem;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
    margin-left: -3.7rem;
    position: absolute;
    bottom: 12px;
    left: 50%;
}

.iconchoice:hover h5, .iconchoice:hover p {
    color: #a51414;
}



/*   HOME RESOURCE CARDS   */
.resourcecardbox > div {
    margin: 15px 0px 15px 0px;
}
.resourcecard {
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 12px rgba(0,30,60, .2);
    border: 0px;
    border-radius: 0;
}
    .resourcecard h5 {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 500;
        color: #143c64;
    }
    .resourcecard p {
        margin-bottom: 35px;
    }
    .resourcecard .btn {
        width: 100%;
        border: 0px;
        margin-bottom: 0;
        position: absolute;
        bottom: 0px;
    }
    .resourcecard:hover h5, .resourcecard:hover p {
        color: #a51414;
    }
.homeblog {
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 12px rgba(0,30,60, .2);
}
    .homeblog .row {
        padding-bottom:0px !important;
    }
        .homeblog .row div:first-child {
            width: 100% !important;
            flex: 0 0 100%;
            max-width: 100%;
        }
            .homeblog .row div:first-child div {
                width: 100% !important;
                height: 160px !important;
            }
        .homeblog .row div:nth-child(2) {
            width: 100% !important;
            flex: 1 1 auto;
            max-width: 100%;
            padding: 1.25rem;
        }
            .homeblog .row div:nth-child(2) h3 {
                font-family: 'Montserrat', 'Roboto', sans-serif;
                font-size: 1.4rem;
                line-height: 1.6rem;
                font-weight: 500;
                color: #143c64;
            }
			.homeblog a:hover  h3 {
                color: #a51414 !important;
            }
            .homeblog .row div:nth-child(2) .text-muted {
                display: none;
            }
            .homeblog .row div:nth-child(2) div:nth-child(3) {
                margin-bottom: 35px;
                padding:0;
            }
            .homeblog .row .btn {
                display: block !important;
                width: 100%;
                border: 0px;
                margin-bottom: 0;
                position: absolute;
                bottom: 0px;
                left:0px;
            }

/*   END HOME RESOURCE CARDS   */


/*   INNER CARD   */
.card-inner {
    height: 100%;
    padding: 20px;
    color: white;
    border: none;
    border-radius: 0rem;
    background-repeat: no-repeat;
    background-position: center;
}
    .card-inner h5 {
        color: white;
        padding-bottom: .6rem;
        margin: 0;
    }
    .card-inner p {
        color: white;
        font-size: 1.1rem;
        font-weight: 400;
        line-height: 1.4;
        margin: 0;
        padding-bottom: 1rem;
    }
    .card-inner div.btn {
        margin: 0px;
        white-space: normal;
        background-color: #a5b2c3;
    }

.innerblog {
    height: 100%;
    padding: 20px;
    color: white;
    border: none;
    border-radius: 0rem;
    background-image: linear-gradient(rgba(165,178,195,.85), rgba(165,178,195,.85)), url('/images/default-source/card-bkgd/world-gray.jpg');
    background-repeat: no-repeat;
    background-position: center;
}
    .innerblog .row {
        padding-bottom: 0px !important;
    }
        .innerblog .row div:first-child {
            display:none;
        }
            .innerblog .row div:first-child div {
            }
        .innerblog .row div:nth-child(2) {
            width: 100% !important;
            flex: 1 1 auto;
            max-width: 100%;
            padding-left: 0 !important;
        }
            .innerblog .row div:nth-child(2) h3 {
                font-family: 'Montserrat', 'Roboto', sans-serif;
                font-size: 1.7rem;
                line-height: 1.9rem;
                font-weight: 500;
                color: white;
                padding-bottom: .6rem;
                margin: 0;
            }
            .innerblog .row div:nth-child(2) .text-muted {
                display: none;
            }
            .innerblog .row div:nth-child(2) div:nth-child(3) {
                color: white;
                font-size: 1.1rem;
                font-weight: 400;
                line-height: 1.4rem;
                margin: 0;
                padding-bottom: 1rem;
            }
        .innerblog .row .btn {
            display: block !important;
            margin: 0px;
            white-space: normal;
            background-color: #a5b2c3;
        }
/*   END INNER CARD   */





/*   FOOTER ADS   */
.footer-ad {
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    padding-bottom: 10%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 1;
}
@media only screen and (min-width: 1500px) {
  .footer-ad {
    background-position: top center;
  }
}
.footer-ad-narrow {
    padding-bottom: 10%;
}

.footer-ad-right {
    text-align: right;
}

.footer-ad-text {
    padding: 8% 15px 0px 15px;
}

    .footer-ad-text h2 {
        font-family: 'Montserrat', 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 2rem;
        margin: -7px 0 1rem -3px;
        color: #6e0a0a;
    }

    .footer-ad-text p {
        font-size: 1.1rem;
        line-height: 1.4;
        text-shadow: 0px 0px 5px white;
    }
.footer-ad .btn {
    max-width:60%;
}
.btn-narrow.footer-ad {
    padding-bottom: 15%;
}
.btn-narrow.footer-ad .btn {
    max-width: 45%;
}




/*   CLIENT SUPPORT HOME CARDS   */
.csc-home-row {
    margin-bottom: 40px;
}

.csc-home .card {
    border: 0px;
    border-radius: 1rem;
    background-color: white;
    text-align: center;
    padding: .5rem .2rem 1rem .2rem;
    margin-bottom: 1rem;
}

.csc-home a:hover .card {
    box-shadow: 0px 0px 1rem 0px rgba(70,85,110,.2);
}

.csc-home .card-img-top {
    max-width: 140px;
    margin: 0 auto;
}

.csc-home .card-body {
    padding: 10px 0px 0px 0px;
}

.csc-home .card-title {
    margin-bottom: 0px;
    font-size: 1.5rem;
}

.csc-home a:hover .card-title {
    color: #a51414;
}



/*   ALTERNATE COLOR SCHEMES  */

.papercut-color .btn, .papercut-btn {
    background-color: #1d8930;
}
.papercut-color h2, .papercut-color a:hover h5, .papercut-color a:hover p {
    color: #1d8930;
}
.papercut-color .col-12 {
    margin:0px !important;
}

.it-color .btn, .it-btn {
    background-color: #82556e;
}
.it-color h2, .it-color a:hover h5, .it-color a:hover p {
    color: #5a2d46;
}

.zebra-color .btn, .zebra-btn {
    background-color: #2d80bb;
}

.zebra-color h2, .zebra-color a:hover h5, .zebra-color a:hover p {
    color: #2d80bb;
}



.bkgd-animation .sidebar-ad-pic {
    background-position: center !important;
    background-size: 316px 188px !important;
}


/*   PAPERCUT SIDEBAR   */
.papercut-mf {
    margin-bottom: 50px;
    max-width: 500px;
}
.papercut-mf .sidebar-ad {
    border: 1px solid #cdd5e1;
}

.papercut-mf .sidebar-ad-pic {
    background-position: left bottom;
    background-size: auto;
}

    .papercut-mf .sidebar-ad-icon img {
        display: none;
    }
    .papercut-mf .sidebar-ad-icon {
    background-image: url("/images/default-source/logos/partners/papercut-mf-margin.png");
    display:block;
    width: 100%;
    height: 95px; 
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}


.papercut-mf .sidebar-ad-head {
    display: block;
    vertical-align: top;
    height: auto;
    padding: 15px 25px 35px 25px;
    color: #1d8930;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.8rem;
    text-shadow: none;
}

.papercut-mf .sidebar-ad-description {
    padding: 0px 25px 150px 25px;
    margin: -20px 0px 0px 0px;
    color: #666666;
    font-size: 1rem;
    line-height: 1.2rem;
    text-shadow: none;
}


.papercut-mf .sidebar-ad-btn {
    background-color: #1d8930;
}


/*   ZEBRA SIDEBAR   */
.zebra-ad {
    margin-bottom: 50px;
    max-width: 500px;
}

    .zebra-ad .sidebar-ad {

    }

    .zebra-ad .sidebar-ad-pic {
    }

    .zebra-ad .sidebar-ad-icon img {
        display: none;
    }

    .zebra-ad .sidebar-ad-icon {
        background-image: url('/images/default-source/logos/partners/zebra_logo-560px-rev.png'), linear-gradient(to top, rgba(0,30,60,.4) 0%, rgba(0,30,60,.75) 100%);
        width: 100%;
        height: 95px;
        background-size: contain;
        background-position: center top;
        background-repeat: no-repeat;
    }


    .zebra-ad .sidebar-ad-head {
        background-image: linear-gradient(to top, rgba(0,30,60,0) 0%, rgba(0,30,60,.4) 100%);
        display: block;
        vertical-align: top;
        height: auto;
        padding: 15px 25px 35px 25px;
        color: #ffffff;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.8rem;
        text-shadow: none;
    }

    .zebra-ad .sidebar-ad-description {
        padding: 0px 25px 130px 25px;
        margin: -20px 0px 0px 0px;
        color: #ffffff;
        font-size: 1rem;
        line-height: 1.2rem;
        text-shadow: none;
    }


    .zebra-ad .sidebar-ad-btn {
        background-color: #2d80bb;
    }






/* FLIP CARD */

.flip-card {
    background-color: transparent;
    margin: 15px 0px;
    width: 100%;
    height: 300px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
}

/* Style the back side */
.flip-card-back {
    background-color: #a5b2c3;
    transform: rotateY(180deg);
    height: 100%;
}

.flip-card h5 {
    background-color: rgba(165,178,195,.8);
    height:100%;
    color: white;
    padding: 130px 30px 30px 30px;
    margin: 0;
    text-align: center;
}

.flip-card p {
    color: white;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 30px 30px 30px 30px;
    text-align: center;
}

    .flip-card-purple h5 {background-color: rgba(130,85,110,.8) !important;}
    .flip-card-blue h5 {background-color: rgba(60,120,180,.8) !important;}
    .flip-card-green h5 {background-color: rgba(130,160,95,.8) !important;}
    .flip-card-gold h5 {background-color: rgba(220,130,50,.8) !important;}
    .flip-card-teal h5 {background-color: rgba(85,160,170,.8) !important;} 

    .flip-card-purple .flip-card-back {background-color: #82556e !important;}
    .flip-card-blue .flip-card-back {background-color: #3c78b4 !important;}
    .flip-card-green .flip-card-back {background-color: #82a05f !important;}
    .flip-card-gold .flip-card-back {background-color: #c88232 !important;}
    .flip-card-teal .flip-card-back {background-color: #55a0aa !important;} 





.newstyle .btn {
    background-color: #c88232;
}
    .newstyle .btn:hover {
        background-color: #e19b4b;
    }

.newstyle h2 {
    color: #af6919;
}

.newstyle .iconcard-contents-sm {
    padding:40px 15px 20px 15px;
}

.newstyle h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
    font-weight: 400;
}





/*   MTI PAGES    */

.dm-color .btn, .dm-btn {
    background-color: #c88232;
}

.dm-color h2, a:hover .dm-color h5, a:hover .dm-color p {
    color: #af6919 !important;
}

.dm-color .sidebar-ad-head {
    height: 150px;
}

.dm-color .sidebar-ad {
    margin-bottom: 0px;
}

.usecase-box, .usecase-box .sf_colsIn {
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-usecase {
    background-color: white;
    box-shadow: 7px 7px 12px rgba(70, 85, 110, .5);
    padding: 20px;
    height: 100%;
}

    .card-usecase h5.btn {
        display: block;
        height: 60px;
        line-height: 40px;
        text-align: center;
        margin: 0px;
        background-color: #c88232;
    }
        .card-usecase h5.btn:hover {
            text-shadow: none;
            box-shadow: none;
        }
        .card-usecase h5.btn span {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
        }

    .card-usecase .usecase-pic {
        background-size: cover;
        background-position: center top;
        height: 160px;
        position: relative;
        border: 1px solid white;
    }

        .card-usecase .usecase-pic .btn {
            background-color: rgba(255,255,255,.5);
            margin: 0px 0px 0px -75px;
            position: absolute;
            bottom: 20px;
            left: 50%;
            border-width: 2px;
        }

            .card-usecase .usecase-pic .btn span {
                text-shadow: 0px 0px 4px rgba(70, 85, 110, .7);
            }

.mti .mainlogo a {
    display:block;
    height:75px;
    width:270px;
    background-image: url('https://www.milner.com/images/default-source/logos/milnertechnologies_rgb_rev-750.png');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 60px;
}

.mti .mainlogo img {
    display: none;
}



/* LIST CARD REPLACEMENTS - FOR ABILITY TO USE LINKS IN TEXT  */
.lefttext {
    border-right: 1px solid #a5b2c3;
    padding: 0px 25px 0px 0px;
}

.righttext {
    border-left: 1px solid #a5b2c3;
    padding: 0px 0px 0px 25px;
}

.leftimage {
    padding-left: 0px;
}

.rightimage {
    padding-right: 0px;
}

.rowspacer {
    margin: 25px 0px;
}