/* #Tablet (Landscape)
================================================== */
@media only screen and (min-width: 959px) {

.is-sticky #header,
.is-sticky #hornav {
	position: relative !important;
	width: auto !important;
	top: 0 !important;
	left: 0;
	margin-left: 0;
}

.primary-container-background .primary-container {width: 100%;}

/* Disable CSS animations */
.animated {
    -webkit-animation-duration: 0;
    animation-duration: 0;
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

    #captchaDiv {
        display:none;
        position:fixed;
        top:50%;
        left:40%;
        width:350px;
        height:150px;
        padding:20px;
        border:2px solid #a9c9e2;
        background-color:#e8f5fe;
        z-index:102;
        overflow: hidden;
        text-align: center;
    }

}

/* #Tablet (Portrait)
================================================== */
    
@media only screen and (max-width: 959px) {

    #captchaDiv {
        display:none;
        position:fixed;
        top:50%;
        left:30%;
        width:350px;
        height:150px;
        padding:20px;
        border:2px solid #a9c9e2;
        background-color:#e8f5fe;
        z-index:102;
        overflow: hidden;
        text-align: center;
    }
}

/* #Mobile (Landscape)
================================================== */

@media only screen and (max-width: 767px) {

.carousel-control.right span, .carousel-control.icon-next span {
    right: 20%;
}
.carousel-control.left span, .carousel-control.icon-prev span {
    left: 15%;
}

    #captchaDiv {
        display:none;
        position:fixed;
        top:50%;
        left:25%;
        width:350px;
        height:150px;
        padding:20px;
        border:2px solid #a9c9e2;
        background-color:#e8f5fe;
        z-index:102;
        overflow: hidden;
        text-align: center;
    }

}

/*  #Mobile (Portrait)
================================================== */

@media only screen and (max-width: 440px) {
    #captchaDiv {
        display:none;
        position:absolute;
        top:50%;
        left:5%;
        width:350px;
        height:150px;
        padding:20px;
        border:2px solid #a9c9e2;
        background-color:#e8f5fe;
        z-index:102;
        overflow: hidden;
        text-align: center;
    }
}


