﻿/*.desktopOnly {
    display: none;
    visibility: hidden;
}*/


@media (max-width: 480px) {
    .desktopOnly {
        display: none;
        visibility: hidden;
    }
}

.card {
    width: 300px;
    height: 200px;
    margin: 20px;
    color: #fff;

    float: left;
}
.front, .back {
    border: 2px gray solid;
    padding: 10px;
}
.front {
    background-color: white;
    color: #515769;
    display: block; 
    text-align:center; 
    font-size: 24px;
    font-weight: bold;
}

.front img {
    margin-top: 20px;
    margin-bottom: -10px
}

.back {
    background-color: #fd871f;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding-top: 25px;
}



.customTileContainer div {
    float: left;
    padding: 10px;
    text-align: center;
    border: solid lightgrey 1px;
    min-width: 250px;
    margin-left: 20px;
    margin-top: 10px;
}

.customTileContainer div h3 {
    font-size: 12pt;
}

.customTileContainer input[type=button] {
    border-style: none;
    background-color: transparent;
}

html {
  scroll-behavior: smooth;
}

#doc_SiteManager {
    border-radius: 10px;
}

#doc_SiteManager p {
    color:rgba(81, 87, 105, 1) !important;
}

.closeDialog {
    border-style: none;
    background-color: transparent;

    position: relative;
    left: 95%;

    /*position: relative;
    top: 20px;
    left: 200px;*/
    /*right: 50px;*/
    /*position: sticky;
    position: -webkit-sticky;
    top: 0px;
    display: inline-block;
    display: block;
    z-index:999;
    top:5px;
    right:10px;
    color:#fff;*/
}


.disableScroll {
    overflow: hidden !important;
}

#divFlyer_ECM_Pg1, #divFlyer_ECM_Pg2 {
    font-family: Arial;
    width: 1000px;
    margin-bottom: 200px;
}

#divFlyer_ECM_Pg1 img, #divFlyer_ECM_Pg2 img {
    width: 1000px;
    position: absolute;
    z-index: -1;
}

.backdropWborder {
    font-weight: bolder;
    text-shadow: 0 0 4px #000;
    -moz-text-shadow: 0 0 4px #000;
    -webkit-text-shadow: 0 0 4px #000;
}

#divVidContainer  {
    display: none;
}

.overlay1 {
    width: 100%;
    background: rgba(0,0,0,.75);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index:999;
}

.videoBox1 {
    position: fixed;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}

    .videoBox1 video {
        width: 100%;
    }

.close {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -18px;
    right: -18px;
    display: block;
    background: transparent url(images/close.png) no-repeat center center;
    opacity: .8;
}

    .close:hover {
        opacity: 1;
    }

@media (min-width: 767px) {
    .videoBox {
        width: 50%;
    }
}

#contact-form input[type=text], #contact-form textarea {
    border:rgba(0, 0, 0, 0.15) 2px solid;
    border-
}