@charset "utf-8";

.ps-container{padding:60px 0;}

/*Max Wrapper Width - Laptop, Desktop etc.*/
@media screen and (min-width:978px){
    .ps-home_title_btmspace{margin-bottom: 30px;}
    .ps-home_slide_image{height:60vh;}
}

/* Mobile Devices*/
@media screen and (max-width:900px){
    .ps-home_title_btmspace{margin-bottom: 5px;}
    .ps-home_slide_image{height:40vh;}
}

.content{overflow-x: auto;}

.new_event_wrapper{margin-top:20px; margin-bottom:20px; overflow:hidden;}
.new_event_wrapper .event_img{margin-bottom:20px; width:100%; height:45%; object-fit:contain;}
.new_event_wrapper .event_cal{text-align:center; margin-bottom:20px;}
.new_event_wrapper .event_cal table{font-size:24px; text-align:center; width:100px; margin:auto;}

.past_event_wrapper{margin-top:20px; margin-bottom:20px; overflow:hidden;}
.past_event_wrapper .event_cal{text-align:center; margin-bottom:20px;}
.past_event_wrapper .event_cal table{font-size:24px; text-align:center; width:100px; margin:auto;}

.event_det .event_det_img{margin-bottom:20px; height:50%; object-fit:contain;}
.event_det .event_det_post{}
.subtitle{font-size:18px;}

.ps-title{color:#C5A059;}

table.no-style{border:none;}
table.no-style > tbody > tr > th {color:#565656; background-color: white; border:none; text-align:left; font-size:14px;}
table.no-style > tbody > tr > td {color:#565656; background-color: white; border:none; font-size:14px;}

#rules article li{text-align:left!important; list-style-type:circle!important; font-size:0.9rem;}

/*.darker{background-color:#413b79 !important}*/
.darker{background-color:#1d3f51 !important}
.dark{background-color:#626e8e !important}

.ps-result-img-pop{
	object-fit:contain;
	width:100%;
	height:85%;
}

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 80%;
    height: 80%;
    position: relative;
    margin: 5% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #999);
    background: -webkit-linear-gradient(#fff, #999);
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    /*background: white;*/
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    opacity: 1!important;
}
.close:hover {
    background: #00d9ff;
}