﻿/*Alerts Page*/

.breadcrumbs-v3.img-v10 {
    background: url(../../images/alerts-header.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

/*@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    li#tdaLi {
        display: block !important;
    }
}*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    .pest-alerts a:link {
        max-width: 150px!important;
        min-width: 125px!important;
    }
}
.breadcrumbs-v3.img-v10:after {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(0,0,0,0.2);
}

.breadcrumbs-v3.img-v10 p {
    color: #FFF;
    font-size: 1.4em;
    line-height: 32px;
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: 500;
    text-shadow: 2px 2px 12px #000000;
}

@media only screen and (max-width: 768px) {
    .breadcrumbs-v3.img-v10 p {
        color: #FFF;
        font-size: 1.1em;
        line-height: 27px;
        margin-bottom: 0px;
        margin-top: 0px;
        font-weight: 500;
    }

    .breadcrumbs-v3.img-v10 {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .sky-form .checkbox input.chksubscribe {
        left:25px!important;
    }
}


.pest-alerts img {
    margin-bottom: 15px;
    border: 1px solid #000;
}

.pest-alerts a:link {
    font-size: 16px;
    max-width: 200px;
    min-width: 150px;
    display: block;
    min-height: 248px;
}

@media only screen and (max-width: 992px) {
    .pest-alerts a:link {
        font-size: 15px;
        max-width: 200px;
        min-width: 149px;
        display: block;
        min-height: 195px;
    }
}

.tab-content > .tab-pane {
    margin-top: 0;
}

.tab-v1 .tab-content {
    padding-top: 0 !important;
}

.tab-v1 .pest-tabs .nav-tabs > a,
.tab-v1 .pest-tabs .nav-tabs > .active > a:hover,
.tab-v1 .pest-tabs .nav-tabs > .active > a:focus {
    color: #0B693C;
    background: #FFF;
    font-weight: 600;
}

.tab-v1 .pest-tabs .nav-tabs > li > a {
    border: none;
    background: #FFF;
}


.tab-v1 .pest-tabs .nav-tabs > .active > a {
    color: #0B693C;
    border: none;
    background: #FFF;
}


.tab-v1 .pest-tabs .nav-tabs > li > a:hover {
    background: #FFF;
    color: #0B693C;
}

    .tab-v1 .pest-tabs .nav-tabs > li > a:hover img,
    .tab-v1 .pest-tabs .nav-tabs > .active > a:focus img,
    .tab-v1 .pest-tabs .nav-tabs > .active > a img {
        border: 6px solid #0c6f37;
        opacity: 1.0;
        filter: alpha(opacity=100); /* For IE8 and earlier */
    }

.tab-v1 .pest-tabs .nav-tabs > li > a img {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.tab-v1 .pest-tabs .nav-tabs > li > a:focus:after,
.tab-v1 .pest-tabs .nav-tabs > .active > a:after {
    bottom: -15px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(247, 247, 247, 0);
    border-bottom-color: #007035;
    border-width: 20px;
    margin-left: -20px;
}

.tab-v1 .pest-tabs .nav-tabs > a {
    color: #000;
    background: #FFF;
}

h1.watch-video {
    color: #007035;
    font-weight: 700;
    line-height: 1.2;
}

.iframe-wrapper {
    overflow: hidden;
    /*padding-top: 56.25%;*/
    position: relative;
}

    .iframe-wrapper iframe {
        border: 0;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
    }

#learnMoreVideo {
    margin-bottom: 3em;
}

.tab-title {
    background: #007035;
    margin: 2em 2px 0;
}

    .tab-title h2 {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 10px 0;
    }

@media (max-width: 430px) {
    .tab-title h2 {
        font-size: 15px;
        padding: 15px;
    }

    h1.watch-video {
        font-size: 20px;
    }
}

.tab-content > .tab-pane {
    margin-top: 0;
}

.tab-v1 .tab-content {
    padding-top: 0 !important;
    margin: -1em 0;
}

fieldset .alerts-form-bground {
    background: #ffffff;
}

    fieldset .alerts-form-bground h2 {
        font-weight: bold;
        font-size: 1.5em;
        margin-bottom: 25px;
        margin-top: 10px;
        color: #007035;
    }


.margin-top-10 {
    margin-top: 10px;
}

.form-control {
    border-color: #999;
    box-shadow: none;
}
.dvLoadingImage {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    background-image: url('../../Login/images/SubmitLoader.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10000000;
    opacity: 0.4;
}

@media(min-width:1200px) {
    #pests .form-check-label:has(center):hover{
        cursor: pointer;
    }

    #pests .form-check-label:hover center p {
         color: #69BE27;
    }

}
