@media all and (max-width: 1270px){
    #image-popout{
    top: 70px !important;
    height: calc(100% - 70px) !important;
    }
}

#image-popout{
    position: fixed;
    top: 109px;
    left: 0;
    width: 100%;
    height: calc(100% - 109px);
    background: rgb(0 0 0 / 50%);
    display: flex;
    opacity: 0;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    transition: all 1s;
    z-index: -1;
}

.map a{
    cursor: pointer;
    transition: .5s all;
}

.map a:hover{
    background: rgba(0,0,255,0.4);
}

#image-popout .modal{
    padding: 2em 2em 0 2em;
    background: white;
    display: none;
}

#image-popout .modal p{
    text-align: center;
    cursor: pointer;
}

.show-rwd{
    display: none;   
}

@media all and (max-width: 767px){
	.hide-rwd{
		display: none;   
	}
	.show-rwd{
		display: block;   
	}
}

#header .kitebanner {
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 4px solid #9f241d;
    width: 100%;
    background-color: #fff;
}

.shift {
    position: relative;
    top: 50px;
}

#header .kitebanner img {
    height: 40px;
    margin-left: 20px;
}

#header{
	height: 159px !important;	
}

.homebtn{
	left: 10px !important;	
}

.topLinks{
	top: -40px !important;	
}