﻿#disableScreen {
    -ms-opacity: 0.5;
    background-color: black;
    height: 100%;
    opacity: 0.5;
    position: fixed;
    width: 100%;
    z-index: 4;
}

.special-elite-font {
    font-family: 'Special Elite', cursive;
}


.forum-font {
    font-family: 'Forum', cursive;
}

.pointer-cursor {
    cursor: pointer;
}

.boxshadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }


/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active, .collapsible:hover {
        background-color: #ccc;
    }

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.inline-image-L {
    height: 512px;
    width: 512px;
    float: left;
    float: left;
    float: right;
}

.inline-image-R {
    height: 512px;
    width: 512px;
    float: right;
    margin-right: 50px;
}


.front-page-adimage-small {
    max-height: 350px;
    max-width: 350px;
    min-height: 250px;
    min-width: 250px;
    margin: 10px;
    border: ridge;
    border-width: 2px;
    border-color: black;
    float: right;
}

.video-player-parent {
    align-content: center;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    background: url('../Images/TrioShot_01.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover;
    background-position-y: -20vh;
}

.video-player {
    max-width: inherit;
    max-height: 55vh;
    border: ridge;
    border-width: 3px;
    border-color: black;
    border-radius: 10px;
}

.video-player-small {
    max-width: inherit;
    max-height: 35vh;
    border: ridge;
    border-width: 3px;
    border-color: black;
    border-radius: 10px;
    position: relative;
    float: right;
}

.video-player-parent-small {
    margin-top: 40px;
    margin-bottom: 10px;
    float: right;
}

@media screen and (max-width: 1300px) {
    .video-player-parent {
        align-content: center;
        text-align: center;
        background: black;
    }

    .video-player {
        max-width: 90vw;
        max-height: 40vh;
    }

    .video-player-small {
        max-width: 90vw;
        max-height: 40vh;
    }

    .front-page-adimage-small {
        max-height: 200px;
        max-width: 200px;
        min-height: 50px;
        min-width: 50px;
    }

    .jumbotron {
        background-color: white;
        padding: 0px;
    }

    .inline-image-L {
        position: relative;
        height: 128px;
        width: 128px;
        float: left;
    }

    .inline-image-R {
        position: relative;
        height: 128px;
        width: 128px;
        float: right;
    }

    .careImage {
        height: auto;
        max-width: 100%;
        margin: 10px;
        float: right;
        cursor: pointer;
    }
}

/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

    #myImg:hover {
        opacity: 0.7;
    }

/* Styles for legacy image modal */
.img-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.img-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.img-modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.img-close {
    position: absolute;
    right: 20vw;
    top: 80vh;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99;
}

    .img-close:hover,
    .img-close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .img-modal-content {
        width: 100%;
    }
}



.btn-LEOFlash:hover {
    -webkit-animation-name: buttonFlash; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: buttonFlash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes buttonFlash {
    0% {
        background-color: red;
    }

    5% {
        background-color: black;
    }

    10% {
        background-color: red;
    }

    15% {
        background-color: black;
    }

    25% {
        background-color: blue;
    }

    30% {
        background-color: black;
    }

    35% {
        background-color: blue;
    }

    40% {
        background-color: black;
    }

    50% {
        background-color: red;
    }

    55% {
        background-color: black;
    }

    60% {
        background-color: red;
    }

    65% {
        background-color: black;
    }

    75% {
        background-color: blue;
    }

    80% {
        background-color: black;
    }

    85% {
        background-color: blue;
    }

    90% {
        background-color: black;
    }

    95% {
        background-color: red;
    }

    100% {
        background-color: black;
    }
}

/* Standard syntax */
@keyframes buttonFlash {
    0% {
        background-color: red;
    }

    5% {
        background-color: black;
    }

    10% {
        background-color: red;
    }

    15% {
        background-color: black;
    }

    25% {
        background-color: blue;
    }

    30% {
        background-color: black;
    }

    35% {
        background-color: blue;
    }

    40% {
        background-color: black;
    }

    50% {
        background-color: red;
    }

    55% {
        background-color: black;
    }

    60% {
        background-color: red;
    }

    65% {
        background-color: black;
    }

    75% {
        background-color: blue;
    }

    80% {
        background-color: black;
    }

    85% {
        background-color: blue;
    }

    90% {
        background-color: black;
    }

    95% {
        background-color: red;
    }

    100% {
        background-color: black;
    }
}


.field-error-flash {
    -webkit-animation-name: borderFlash; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    animation-name: borderFlash;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



/* Safari 4.0 - 8.0 */
@-webkit-keyframes borderFlash {
    0% {
        border-color: red;
    }

    5% {
        border-color: black;
    }

    10% {
        border-color: red;
    }

    15% {
        border-color: black;
    }

    25% {
        border-color: blue;
    }

    30% {
        border-color: black;
    }

    35% {
        border-color: blue;
    }

    40% {
        border-color: black;
    }

    50% {
        border-color: red;
    }

    55% {
        border-color: black;
    }

    60% {
        border-color: red;
    }

    65% {
        border-color: black;
    }

    75% {
        border-color: blue;
    }

    80% {
        border-color: black;
    }

    85% {
        border-color: blue;
    }

    90% {
        border-color: black;
    }

    95% {
        border-color: red;
    }

    100% {
        border-color: black;
    }
}

/* Standard syntax */
@keyframes borderFlash {
    0% {
        border-color: red;
    }

    5% {
        border-color: black;
    }

    10% {
        border-color: red;
    }

    15% {
        border-color: black;
    }

    25% {
        border-color: blue;
    }

    30% {
        border-color: black;
    }

    35% {
        border-color: blue;
    }

    40% {
        border-color: black;
    }

    50% {
        border-color: red;
    }

    55% {
        border-color: black;
    }

    60% {
        border-color: red;
    }

    65% {
        border-color: black;
    }

    75% {
        border-color: blue;
    }

    80% {
        border-color: black;
    }

    85% {
        border-color: blue;
    }

    90% {
        border-color: black;
    }

    95% {
        border-color: red;
    }

    100% {
        border-color: black;
    }
}