﻿
body {
    background-image: url('../images/home-banner.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    top:30px;
    width:100%;
}

#pco-title {
    position:relative;
    top:80px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    background-color: rgba(39, 34, 37, 0.72);
    color:white;
    font-size:50px;
    
}
#pco-title table{
    margin:0 auto;
}
.e-dlg-container {
    z-index: 2000 !important;
}
#pco-sub-line {
    position: relative;
    top: 60px;
    padding-bottom: 20px;
    width: 100%;
    background-color: rgba(37, 169, 34, 0.82);
    color: white;
    font-size: 20px;
}
    #pco-sub-line table {
        margin: 0 auto;
    }
#pco-notice {
    position: relative;
    top: 40px;
    width: 100%;
    background-color: rgba(228, 136, 13, 0.8);
    color: white;
    font-size: 20px;
}
#pco-notice table{
    margin:0 auto;
}

.ms-signin-button {
    background-color: #000000;
    border: none;
    height: 41px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

/*.ms-signin-logo {
    background-color: #000000;
    padding: 12px;
    display: flex;
    align-items: center;
}

    .ms-signin-logo img {
        width: 16px;
        height: 16px;
    }

.ms-signin-text {
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    padding: 0 12px;
    font-weight: 600;
}*/
.ms-signin-button {
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.1s;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

    .ms-signin-button:focus {
        outline: 2px solid #0081cf;
    }

    /* Microsoft (first) button */
    .ms-signin-button:first-child {
        background: #000000;
        color: #fff;
    }

    /* Single Sign-On button: dark blue or your accent color */
    .ms-signin-button + .ms-signin-button {
        background: #14447a; /* choose your brand color if you like */
        color: #fff;
    }

/* Fix logo alignment for both buttons */
.ms-signin-logo {
    background-color: transparent;
    display: inline-flex;
    align-items: center;
    padding: 0 12px 0 12px;
    vertical-align: middle;
}

    .ms-signin-logo img {
        width: 16px;
        height: 16px;
        display: block;
    }

.ms-signin-text {
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    padding: 0 8px;
    font-weight: 600;
    vertical-align: middle;
}

.custom-select-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 36px 8px 12px; /* room for arrow */
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-arrow {
    color: #555;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.ordivider {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    line-height: 0.1em;
    margin: 20px 0;
}

#pco-articles {
    position: relative;
    top: 200px;
    width: 100%;
    background-color: rgba(228, 136, 13, 0.8);
    color: white;
    font-size: 20px;
}

    #pco-articles table {
        margin: 0 auto;
    }
   
    
#top{
    width:100%;
    height:200px;
    background-color:lightgray;
}
.center-image-container {
    width: 80vw;
/*    height: 90vh;*/
    display: flex;
}
/*#info-cards{
    max-width:800px;
}*/
.center-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center; /* normally it's the default value */
}

@font-face {
    font-family: LiberationSans-Bold_3p;
    src: url('../fonts/liberationsans-bold_3p.woff') format('woff');
}
.standard-cards{
    position:relative;
    top:50px;
}
/* CARD INFO */
    .standard-cards .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        transition: 0.3s;
        border: none;
        height: 240px;
        width: 240px;
        font-size: 12px;
        text-align: left;
        margin: 10px;
    }
    .card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }
.card a:hover{
    color:black;
    text-decoration:none;
}
.standard-cards .cards {
    position: relative;
    top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*background-color: #A5D5E6;*/
    background-color: rgba(165, 213, 230,.3)
}
.cards a:link {
        color: initial;
        text-decoration: none;
    }

.card-img-top{
   height:75px;
    width:75px;
    display:block;
    margin:auto;
    margin-top:10px;
    object-fit:cover;
}

.text-muted i {
    margin: 0 10px;
}
.card-title {
    /*//font-family: LiberationSans-Bold_3p;*/
    text-align: center;
    text-transform:uppercase;
}
#feed-cards .card img {
    height: 75px;
    width:auto;
}
#feed-cards .card-title{
    font-size:15px;
}
#feed-cards .card-body {
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#feed-cards .card-text{
    height: 100px;
    overflow:hidden;
    text-overflow: ellipsis ellipsis;
}
#feed-cards a:link{
    text-decoration: none;
}
#feed-cards {
    background-color:rgba(255,127,80,.3)
}

.pricing-cards{
    position:relative;
    top:270px;
}

.pricing-cards .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border: none;
    height: 240px;
    width: 240px;
    font-size: 12px;
    text-align: left;
    margin: 10px;
}
    .pricing-cards i {
        position:relative;
       top:40px;
        height: 75px;
        width: 75px;
        display: block;
        margin: auto;
        margin-top: 10px;
        object-fit: cover;
    }
    .pricing-cards .cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        /*background-color: #A5D5E6;*/
        background-color: rgba(37, 169, 34, 0.3);
        padding-top:20px;
        padding-bottom:20px;
    }

#pco-pricing-title {
    position: relative;
    top: 270px;
    padding-bottom: 10px;
    width: 100%;
    background-color: rgba(37, 169, 34, 0.82);
    color: white;
    font-size: 20px;
}
#pco-pricing-title table {
    margin: 0 auto;
}

