body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    font-family: 'Glacial Indifference', sans-serif;
}

.cover-area {
    /*background-size: cover;*/
    /*height: 100vh;*/
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    background-color: #36B9CC;
    text-align: center;
    z-index: 99;
}

.source {
    float: right;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}

a:active {
    color: gray;
}

.p-text {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #31404B;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #007bff;
    color: #fff;
    width: 44px;
    height: 44px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/* Navigation Bar */
.nav-color {
    color: #000000;
    font-weight: bolder;
}

.nav-head {
    color: #1D3461;
}

.highlite {
    background-color: FFDA1F;
    font-weight: bolder;
}

.nav-active {
    background-color: #F65828;
    color: #ffffff;
    padding: 25px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
}


/*Scroll Button*/
#myBtn {
    font-size: 12px;
    bottom: 10px;
    right: 10px;
    background-color: #F65828;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.3px;
    text-decoration: none;
    opacity: 1;
    padding: 11px 0 9px;
    width: 40px;
    text-align: center;
    border-radius: 25px;
    transition: background .2s ease;
}

#myBtn:hover {
    background-color: #E5E293;
    color: #000000;
}

/* index - headline */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 30px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #0e102b);
    z-index: 1;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
}

.badge-primary {
    color: #212529;
    background-color: #FFCC00;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #212529;
    background-color: #cca300;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 204, 0, 0.5);
}

.badge-secondary {
    color: #fff;
    background-color: #31404B;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #1d262c;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 75, 0.5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
    color: #212529;
    background-color: #FFFFFF;
}

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #e6e6e6;
}

a.badge-light:focus,
a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.badge-dark {
    color: #fff;
    background-color: #1E2024;
}

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #070708;
}

a.badge-dark:focus,
a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(30, 32, 36, 0.5);
}

.img-philspen {
    width: 140px;
    height: 150px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #a4a6a8;
    border-radius: 3%;
}

.img-philspen1 {
    width: 160px;
    height: 170px;
    border: solid 1px #a4a6a8;
    border-radius: 3%;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-ded {
    max-width: 100%;
    height: auto;
    border: solid 1px #a4a6a8;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #EDEFF4;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

.img-qr-participant {
    float: left;
    margin-right: 15px;
    height: 330px;
    width: 330px;
    border-radius: 3%;
    border: solid 1pt;
}

.img-parprint {
    height: 100px;
    width: 100px;
    text-align: center;
    float: left;
    border: solid 1pt;
    padding: 5px;
    background-color: white;
}

.parprint {
    border: solid 1pt;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    font-weight: bold;
} 

.parprint1 {
    border: solid 1pt;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    font-size: 25px;
    font-weight: bold;
    background-color: #93acdf;
}

.parprint2 {
    border: solid 1pt;
    padding: 3px;
}

.posprint {
    position: relative;
    left: 560px;
    padding-left: 10px;
    border-left: solid 1pt;
}

.posfoot {
    line-height: 10px;
    font-size: 10px;
    text-align: right;

}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden !important;
}



/* Dashboard Page */
.dashboard-bg {
    background: url("../img/bg.png") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.dashboard-border {
    -webkit-box-shadow: 0px 0px 34px 11px rgba(219, 107, 37, 0.24);
    -moz-box-shadow: 0px 0px 34px 11px rgba(219, 107, 37, 0.24);
    border-shadow: 0px 0px 34px 0px rgba(249, 113, 34, 0.24);
    /* border-top: solid 1px #c65d0d; */
    /* margin-bottom: 100px; */
}

.dashboard-border .d-bottom {
    margin-top: 30px;
    margin-bottom: 100px;
}

.dashboard-page {
    padding: 20px;
    margin-top: 130px;
    margin-left: 50px;
    margin-right: 50px;
    background: #E3E8EC;
    border: 1px solid #0b0c0c;
    opacity: .8;
}

.dashboard-page-hover {
    padding: 30px;
    margin: 20px;
    background: #fff;
    border: 1px solid #8c939b;
    opacity: 1;
}

.dashboard-buton {
    position: relative;
    top: -102px;
    right: 0px;
}

.dashboard-buton1 {
    position: relative;
    top: -110px;
    right: 0px;
}

.dashboard-buton-dash {
    position: relative;
    top: 3px;
    left: -8px;
    z-index: 1;
}

.dashboard-text {
    color: #F65828;
    font-size: 50px;
    font-weight: lighter;
    margin: 0px;
}

.dashboard-head {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 35px;
}

.dhhead {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 29px;
}


.dashboard-title {
    margin-top: 30px;
    margin-bottom: -18px;
    text-align: center;
    font-size: 17px;
    padding-left: 5px;
    padding-right: 5px;
    /* background-color: #FFDA1F; */
}


.dash-title-list {
    margin-bottom: -10px;
    font-size: 13.2px;
    padding-right: 5px;
}

.dash-title-list1 {
    margin-bottom: -10px;
    font-size: 11.3px;
    padding-right: 5px;
}

.dash-title-list2 {
    margin-bottom: -10px;
    font-size: 10.7px;
    padding-right: 5px;
}

.lab-text-buton {
    position: relative;
    right: -45px;
    top: 2px;
    padding: 5px;
}

.lab-text-buton1 {
    position: relative;
    left: -105px;
    top: 2px;
    padding: 5px;
}

.lab-text {
    color: #31404B;
    padding: 0px;
    margin: 0px;
}

/* Print Section */
.print-page {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    margin-top: 100px;
    margin-bottom: 20px;
    background: #E3E8EC;
}

.philspen-print-header {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 23px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: auto;
    position: relative;
    top: -15px;
}

.philspen-print-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 17px;
    text-align: center;
    position: relative;
    top: -20px;
    padding: 0px;
}

.Philspen-print-tblhd {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 17px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.philspen-print-table1 {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 30px;
    position: relative;
    top: -15px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.philspen-print-thead {
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
}

.philspen-print-trow {
    padding: 5px;
    text-align: center;
}

.signatories-text {
    color: #000000;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

.signatories-pos {
    color: #000000;
    font-size: 13px;
    padding: 0px;
    margin-top: -5px;
    text-align: center;
}

.physician-lic {
    color: #000000;
    font-size: 15px;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
}

.esign-dra {
    background-image: url(../img/esign_dra.jpg);
    background-position: center;
    width: 95px;
    height: 45px;
    position: relative;
    right: 90px;
    top: 22px;
}

.esign-mt {
    background-image: url(../img/esign_mt.jpg);
    background-position: center;
    width: 50px;
    height: 35px;
    position: relative;
    right: 15px;
    top: 15px;
}

.lab_cat {
    font-size: 17px;
    color: rgb(10, 10, 10);
    font-weight: bolder;
    line-height: 15px;
}

.lab_cattext {
    font-size: 12px;
}

.tbl tr {
    height: 0px;
}

/* Participants/Events */
.temp-text {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.participant-label{
    font-size: 15px;
    color: #000;
}

.participant-text {
    font-size: 25px;
    color: #000;
}

/* Section Page */
section {
    font-family: 'Glacial Indifference', sans-serif;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.section-bground {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.section-page {
    padding: 0px;
    margin: 0px;
    background: #E3E8EC;
    border: 1px solid #dee2e6;
}

.section-page1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF;
    border: 1px solid #dee2e6;
    border-top: 5px solid #FFCC00;
}

.section-contact {
    padding: 0px;
    margin: 0px;
    background: #E3E8EC;
    border: 1px solid #cddded;
}

.section-text {
    color: #1B0169;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    margin-bottom: 20px;
    font-family: 'Glacial Indifference', sans-serif;
}

.section-nav {
    border-top: 7px solid #1B0169;
    background-color: #FFFFFF;
}

.web-font-size {
    font-size: 20px;
    transform: translate(-45%, -45%);
    background-size: contain;
    background-repeat: no-repeat;
}

.banner-image {
    margin-top: -10px;
    height: 90px;
    width: 110px;
}

.section-title {
    text-align: center;
    padding-bottom: 60px;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    position: relative;
}

.section-title h2:before,
.section-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: var(--accent-color);
    display: inline-block;
}

.section-title h2:before {
    margin: 0 15px 10px 0;
}

.section-title h2:after {
    margin: 0 0 10px 15px;
}

.section-title p {
    margin-bottom: 0;
}


/* table */
.grow {
    width: 100%;
    white-space: nowrap;
    word-wrap: break-word;
    height: 10px;
    padding: 0;
    line-height: 7px;
}

.grow_height {
    height: 10px;
    padding: 0px;
    line-height: 0px;
}

/*animation*/

.boxanimate {
    /*background-color: #f4511e;*/
    border: none;
    padding: 0px;
    text-align: center;
    font-size: 16px;
    opacity: 1;
    transition: 0.3s;
    margin-top: 0px;

}

.boxanimate:hover {
    opacity: 0.6;
    font-weight: bolder;
    padding: 0px 0px;
    color: #c65d0d;
    margin: -20px -20px;
}

.boxanimate:a {
    color: #c65d0d;
    text-decoration: none;
}

/*Video*/

#myVideo {
    /* position: fixed; */
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

#background-video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.videos {
    width: 20%;
    padding: 10px 0 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vid-gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

main {
    background-color: none;
    font-size: 2rem;
    margin-top: 20vh;
    padding: 10px;
    position: relative;
}

.responsive {
    width: 50%;
    height: 50%;
}


.vid-contents {
    width: 100%;
    margin: 0 auto;
}

.videos .vids {
    display: flex;
    flex-flow: wrap;
    float: left;
}

.videos .vids a {
    display: block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    width: 400px;
    height: 200px;
    margin: 0 0 20px 10px;
}

.videos .vids a:hover span {
    opacity: 1;
    transition: opacity 1s;
}

.videos .vids span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 15px;
    transition: opacity 1s;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transbox {
    background-color: rgba(180, 207, 189, 0.13);
    overflow-x: hidden;
}

.transbox p {
    color: #000000;
}

.container .videos video {
    width: 95%;
    height: 100px;
    margin: 10px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.2s;
}



/*login*/
.logpage {
    background-image: url('../img/bgvector.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
    background-position: center;
    overflow: hidden;
}

.logback {
    /* background: linear-gradient(to right, rgb(227, 227, 229), #0e102b); */
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    background-color: #F7F5EF;
}

.pagedisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
    border: 1px solid;
    /* padding: 10px; */
    box-shadow: 5px 5px #888888;
}

.pagedisp1 {
    height: 600px;
}

.loggeddisp {
    padding-top: 70px;
    height: 550px;
    overflow: hidden;
}

.logdisp {
    border: 1px solid #dee2e6;
    height: auto;
    margin: 10px;
}

.logdisp1 {
    border: 1px solid #dee2e6;
    height: 90px;
    padding: 0px;
    margin: 10px;
}

.log-txt {
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 10px;
    color: #000000;

}

.log-imge {
    position: relative;
    top: -70px;
    width: 120px;
    height: 100%;
}

.log-imge1 {
    position: relative;
    top: 70px;
    width: 100%;
    height: 100%;
}



/*background-body*/
.health-login {
    background: url("../img/lab_image.webp") center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #9f9d9d;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ab9d02;
}

.shares {
    text-transform: uppercase;
    /* margin-left: 300px; */
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 1px 1px #000;
    font-size: 17px;
    font-weight: bold;
    color: #2b6688;
    text-align: center;
}

/* Services */
.services {
    font-family: 'Glacial Indifference', sans-serif;
    color: #31404B;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
    margin-bottom: -20px;
}

.services-head {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 25px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.services-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    background-color: #ffffff;
}

.services-page {
    background: #F0F2F5;
}

/* News */
.news-title {
    margin-bottom: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F8F9FA;
    border: 1px solid #dee2e6;
    /* border-left: 5px solid #FFCC00; */
    box-shadow: 3px 3px #F65828;
}

.news-header {
    font-family: 'Glacial Indifference', sans-serif;
    /* font-size: 53px; */
    color: #000000;
    font-weight: lighter;
    padding: 0px;
}

.news-about {
    height: 470px;

}

/* header */
.philspen-header {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #000000;
    font-weight: lighter;
    margin: 0px;
}

.philspen-supheader {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #000000;
    top: -20px;
    left: -47px;
    font-weight: lighter;
}

.philspen-sup1header {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #000000;
    left: 139px;
    top: -52px;
    font-weight: lighter;
}

.philspen-sub1header {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #000000;
    top: -72px;
    left: 139px;
    bottom: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
}

.philspen-sub2header {
    position: relative;
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 17px;
    color: #000000;
    top: -78px;
    left: 139px;
    bottom: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
}

.headboard {
    top: 8px;
    height: 75px;
    width: solid 2px;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: -20px;
}

.philspen-user-border {
    font-size: 25px;
    /* border: solid 2px; */
    /* border-radius: 50%; */
    /* width: 35px; */
    text-align: center;
}


/* footer  */
.contact-footer {
    line-height: 11px;
    color: #000000;
    margin-left: 30px;
    margin-top: 5px;
}

.bg-footer {
    background-color: #FFDA1F;
    margin: 0px;
    padding: 0px;
}

.bg-footer-print {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.footer-text {
    /*position: absolute;*/
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 15px;
    color: #000000;
    margin-bottom: 5px;
    text-align: center;
}

.footer-head {
    font-family: 'Glacial Indifference', sans-serif;
    background-color: #fff;
    padding: 10px;
    margin: 20px;
    color: #000000;
}

.footer-address {
    position: relative;
    top: -30px;
    font-family: 'Glacial Indifference', sans-serif;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: -10px;
    font-size: 20px;
    color: #000000;
    /* border-radius: 2%;   */
}

.footer-note {
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    background-color: #31404B;
}

.footertxt-logo {
    margin-top: 32px;

}

.display-footer {
    /*position: absolute;*/
    /*height: 5px;*/
    color: white;
    text-align: right;
    font-size: 12px;
    margin-top: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-right: 10px;
}

.display-logo {
    color: white;
    text-align: center;
    font-size: 12px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 5px;
    margin-top: -20px;
}

.logo-align {
    margin-top: -20px;
}

.for-screen {
    display: block;
}

.for-print {
    display: none;
}

@media print {
    .for-screen {
        display: none;
    }

    .for-print {
        display: block;
    }
}

#hideMe {
    -moz-animation: cssAnimation 0s ease-in 5s forwards;
    /* Firefox */
    -webkit-animation: cssAnimation 0s ease-in 5s forwards;
    /* Safari and Chrome */
    -o-animation: cssAnimation 0s ease-in 5s forwards;
    /* Opera */
    animation: cssAnimation 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
    }
}

.printname{
    color: #000;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10pt;
    position: relative;
    top: -8px;
}

.printlabel{
    color: #000;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -15px;
}

.printhead{
    color: #000;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: -25px;
    line-height: 10pt;
}


.printprofhead{
    color: #000;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -32px;
}

.printprofession{
    color: #000;
    font-size: 15px;
    text-align: center;
    position: relative;
    top: -42px;
    line-height: 10pt;

}

.print
/* Conventions */
.convention {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
}

.convention-page {
    background: #E55A30;
}

.convention-section-page {
    background: #FFFFFF;
}

.convention-img {
    max-width: 100%;
    height: 100%;
}

.convention-img-modal {
    width: 100%;
    height: auto;
}

.covention-modal {
    font-family: 'Glacial Indifference', sans-serif;
    color: #fff;
    font-weight: lighter;
    font-size: 20px;
}

.convention-modal-img {
    height: 240px;
}

.convention-latest-img {
    height: 140px;
    color: #000000;
}

/* About Us */
.about {
    font-family: 'Glacial Indifference', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: lighter;
    text-align: center;
    font-size: 53px;
}

.about-head {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    font-size: 30px;
    padding: 0;
    font-weight: lighter;
    text-align: center;
    text-transform: uppercase;
}

.about-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    background-color: #ffffff;
}

.about-page {
    background: #1B0169;
}

.about-image {
    margin-top: -10px;
    height: 80px;
    width: 70px;
}

/* Membership */
.requirement {
    color: #000000;
    padding-left: 40px;
    margin-top: -5px;
    font-size: 19px;
    font-family: 'Glacial Indifference', sans-serif;
}

.member_cost {
    color: #000000;
    padding-left: 5px;
    margin-top: -10px;
    font-size: 19px;
    font-family: 'Glacial Indifference', sans-serif;
}

.thumbnail {
    cursor: pointer;
    height: 10em;
    width: 100%;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
}

.thumbnail>img {
    max-height: 10em;
    max-width: 10em;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.member-note {
    font-size: 10px;
    color: #000000;
    float: left;
    border: solid 1px;
    padding: 5px;
}

.member_list {
    color: #000000;
    position: relative;
    top: -5px;
}

.member_email {
    color: #000000;
    position: relative;
    top: -27px;
    text-transform: lowercase;
}

.member_reg {
    position: relative;
    top: -10px;
    margin-bottom: 50px;
    color: #000000;

}

.member-view-text {
    font-family: 'Glacial Indifference', sans-serif;
    color: #000000;
    text-transform: uppercase;
    line-height: 20px;
}

.member-view {
    font-family: 'Glacial Indifference', sans-serif;
    font-size: 30px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

.member-form-view {
    background-color: #f4f6f8;
    border: solid #cbcccd 1px;
    padding: 5px;
    width: 150px;
}

/* dedication */
.ded-title {
    margin: 0px;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
}

.ded-text {
    margin: 0px;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    font-family: 'Glacial Indifference', sans-serif;
    text-align: justify;
    text-indent: 40px;
}

/* Portfolio Section - Home Page
------------------------------*/
.portfolio {
    padding: 0;
    margin: 0 auto 20px auto;
    list-style: none;
    cursor: pointer;
    /* display: inline-block; */
    font-size: 15px;
    font-weight: 700;
    line-height: 0.7;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-family: 'Glacial Indifference', sans-serif;
}

.portfolio .portfolio-item {
    position: relative;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
    opacity: 0;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: -100%;
    z-index: 3;
    transition: all ease-in-out 0.5s;
    background: rgba(var(--background-color-rgb), 0.9);
    padding: 15px;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
    /* padding-right: 50px; */
}

.portfolio .portfolio-item:hover .portfolio-info {
    opacity: 0.6;
    bottom: 0;
    background-color: #ffb871;
}

.porfolio-link {
    font-size: 29px;
    float: right;
    font-weight: 800;
}

.porfolio-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: solid 1px #a4a6a8;
}

/* Presidents  */
.module {
    background: white;
    border: 1px solid #ccc;
}

.module>h2 {
    padding: 1rem;
    margin: 0 0 0.5rem 0;
}

.module>p {
    padding: 0 1rem;
}

.newstripe {
    /* height: auto; */
    background: #F65828
        /* repeating-linear-gradient(45deg,
            #F65828,
            #F65828 10px,
            #fff 10px,
            #fff 20px); */
}

.presidents-box {
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.75);
}