﻿.body-content {
    width: 100%;
    overflow-x: hidden;
}

.redBtn {
    background-color: #d9363c;
    text-shadow: -1px 1px 3px #132940;
    color: white;
    border-radius: 0px;
    white-space: normal;
    transition: background-color .5s;
}

    .redBtn:hover {
        transition: background-color .5s;
        background-color: #a12327;
    }

.blueBtn {
    background-color: #376fc7;
    text-shadow: -1px 1px 1px #132940;
    color: white;
    border-radius: 0px;
}

.tealBtn {
    background-color: #008c99;
    text-shadow: -2px 1px 3px #132940;
    transition: background-color .5s;
}

    .tealBtn:hover {
        transition: background-color .5s;
        background-color: #006d78;
        text-decoration: none !important;
        color: white;
    }

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase
}

.btn:focus {
    border: 1px white dashed;
}

.hiddenLabel {
    display: none;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Georgia, 'Times New Roman', serif;
}

p {
    font-family: 'Hind', sans-serif;
    font-size: 18px;
}
/*.sansSerifFont p, .sansSerifFont h3{
			font-family: 'Montserrat', Arial, Calibri, sans-serif;
			letter-spacing: 1px;
		}*/
a, a:hover, a:focus {
    color: white;
}

    a:focus {
        outline: 1px dotted white;
    }

input[type=radio]{
    -moz-appearance: radio;
}

/*********   Header   ***********/

#header {
    background-color: #132940;
}

    #header .col-md-6 img {
        margin-top: 10px;
    }

.doj-logo {
    width: 65%;
    height: auto;
    position: relative;
    float: left;
}

.smart-logo {
    width: 65%;
    height: auto;
    position: relative;
    float: right;
}

#header .col-md-6 .smart-logo {
    margin-top: 22px;
}

.main-title {
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

    .main-title img {
        position: relative;
        float: left;
        width: 100px;
        height: 100px;
        margin-right: 10px;
    }

    .main-title h1 {
        position: relative;
        float: left;
        color: white;
        font-size: 30px;
        letter-spacing: 1px;
        margin-top: 0px;
        font-family: 'Montserrat', sans-serif;
    }

.NSOPWTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 46px;
}

.translate-link {
    position: relative;
    float: right;
    top: 90px;
    font-family: 'Montserrat', Arial, Calibri, sans-serif;
    letter-spacing: 1px;
}

/**********   Navigation   *************/

#navBar a {
    font-family: 'Montserrat', Arial, Calibri, sans-serif;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px #222;
    /*transition: text-shadow .5s;*/
    /*transition: color .25s;*/
}

    #navBar a:focus, #navBar a:hover {
        text-decoration: none;
    }

    #navBar a:hover {
        /*transition: color .5s;*/
        /*transition: text-shadow .7s;*/
        color: #132940;
        text-decoration: none;
        text-shadow: none;
    }

.navbar {
    background-color: #008c99;
    border-radius: 0px;
    margin-bottom: 0px;
}

.navbar-toggle img {
    width: 20px;
    height: 20px;
}

#navItems {
    padding-left: 0px;
}

    #navItems .active a {
        color: #132940;
        text-shadow: none;
    }

.col-md-10 {
    padding-left: 0px;
}

.navbar-nav {
    padding-left: 0px;
}

#navBar ul {
    width: 100%;
}

#navBar li {
    position: relative;
    float: left;
    list-style-type: none;
    width: auto;
    height: 30px;
    padding: 7px;
    padding-top: 8px;
    margin-top: 10px;
    text-align: center;
    padding-right: 20px;
}

#navBar .first {
    text-align: left;
    padding-left: 0px;
}

#navBar li:not(.first) {
    margin-left: 10px;
}

#navBar {
    width: 100%;
}
/*.nav-link {
			padding: 0% 3% 0% 3%;
		}*/
.navbar-fixed-top {
    position: relative;
    clear: left;
}

#navBar .navbar-toggle {
    position: relative;
    right: 30px;
    float: right;
    width: auto;
    background-color: transparent;
    padding-right: 0px;
}

.navbar-nav li:not(.last) {
    border-right: 1px white solid;
}

.nav-icon {
    max-height: 25px;
}

.navIcons {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

    .navIcons a {
        margin-left: 8px;
    }

        .navIcons a:not(.facebookIcon) {
            padding-right: 10px;
            border-right: 1px white solid;
        }

.translateBtn {
    background-color: #008c99;
    color: white;
    text-shadow: 1px 1px 3px #222;
    border: 1px white solid;
    padding: 5px;
    padding-right: 5px !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
    position: relative;
    top: 3px;
}


#navBar .long-link {
    min-width: 250px;
}

#navBar .last {
    min-width: 140px;
}

.navbar .col-md-9 {
    padding-right: 0px;
    padding-left: 0px;
}

/**********   Offline Jurisdictions   ***********/

.offlineJurisdictions {
    font-family: 'Montserrat';
    background-color: #d9363c;
    text-shadow: -1px 1px 4px #132940;
    padding-top: 7px;
    margin-top: 10px;
}

    .offlineJurisdictions p {
        color: white;
        letter-spacing: 1px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .offlineJurisdictions a {
        text-decoration: underline;
    }

        .offlineJurisdictions a:hover {
            color: black;
            text-shadow: none;
        }

/**********   Search NSOPW   ************/

#searchNSOPW {
    background-repeat: repeat-y;
    background-position-x: center;
}

.webp #searchNSOPW {
    background-image: url('/Images/mapImg.webp');
}
.no-webp #searchNSOPW {
    background-image: url('/Images/mapImg.jpg');
}


.searchBox p {
    font-size: 20px;
}

.searchBox {
    margin-top: 10px;
    margin-bottom: 10px;
}

#searchBy {
    min-height: 450px;
    background-color: rgba(19, 41, 64, .94);
}

.searchAdvanced {
    background-color: rgba(67, 89, 112, .85);
    /*opacity: .75;*/
    min-height: 450px;
}

    .searchAdvanced p, h2 {
        color: white;
        opacity: 1;
    }

    .searchAdvanced h2 {
        font-size: 24px;
        position: relative;
        top: 30px;
        left: 20px;
    }

    .searchAdvanced p {
        position: relative;
        top: 50px;
        left: 20px;
        width: 75%;
    }

#searchAdvancedBtn {
    position: relative;
    top: 70px;
    left: 20px;
}

.searchName, .searchLocation {
    margin-top: 25px;
    padding-left: 5%;
    padding-right: 5%;
    height: 300px;
    width: 50%;
    position: relative;
    float: left;
    color: white;
}

#searchBy h2 {
    font-size: 18px;
}

.searchName {
    min-height: 400px;
    border-right: 1px white solid;
}

#searchState, #searchDistance {
    margin-bottom: 5px;
}

.searchName h2 {
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 16px;
}

.searchLocation h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
}

.searchLocation select {
    border-radius: 0%;
}

.searchName .btn, .searchLocation .btn {
    width: 80%;
    position: absolute;
    top: 350px;
}

.searchName .form-control, .searchLocation .form-control {
    margin-bottom: 15px;
}

.searchLocation .form-group {
    border-radius: 0px;
}

img.address-tooltip{
    position: absolute;
    top: 140px;
    right: 0px;
    z-index: 999;
}
#searchState option {
    background-color: #ffffff;
    color: #000000;
}

#searchState .NotValid, #RadiusSearchStateValue .NotValid {
    color: #d9363c;
}

    #searchState .NotValid:hover, #RadiusSearchStateValue .NotValid:hover {
        color: #d9363c;
        background-color: #f2dede;
    }

#searchStateAlert {
    padding: 5px;
    border-radius: 5px;
    text-shadow: none;
}


/********   About Dru   **************/
#aboutDru {
    background-color: white;
    min-height: 200px;
    padding-bottom: 25px;
    padding-top: 10px;
    border-top: 10px #ffc60c solid;
}

.DruImg img {
    margin-top: 15px;
    height: auto;
    width: 100%;
    border: 1px rgba(67, 89, 112, .85) solid;
    margin-right: 20px;
    border-radius: 50%;
    border: 5px #008c99 solid;
}

.DruImg, .aboutImg {
    position: relative;
}

.DruText {
    position: relative;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
    width: 75%;
}

.aboutText {
    position: relative;
    float: left;
    margin-left: 30px;
    width: 75%;
}

#aboutDru h2 {
    padding-top: 10px;
    color: black;
    margin-bottom: 10px;
}

.aboutNSOPW h2 {
    color: black;
    margin-bottom: 10px;
}

#aboutDru p, .aboutNSOPW p {
    text-transform: none;
    margin-bottom: 20px;
}

#aboutDru a, .aboutNSOPW a {
    padding: 12px;
}

.aboutNSOPW {
    background-color: #9eb2ba;
    padding: 25px 0px;
}

    .aboutNSOPW img {
        max-width: 275px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

.aboutImg {
    width: 100%;
    display: inline-block;
}


/**********   Report Abuse   ***********/

#reportAbuse {
    background-color: #132940;
    padding-top: 20px;
    padding-bottom: 40px;
    color: white;
}

    #reportAbuse p {
        width: 85%;
        line-height: 2.5rem;
        margin-bottom: 20px;
    }

#callHotline p {
    position: relative;
    left: 90px;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

#callHotlineBtn {
    position: relative;
    left: 90px;
    width: auto !important;
    cursor: default;
}
#callHotlineBtn {
    background-color: #d9363c;
}
/***********   Safety and Education   ************/

.educationText {
    /*background-color: #9eb2ba;*/
    width: 100%;
    padding-top: 20px;
    /*padding-bottom: 20px;*/
}

    .educationText h2 {
        color: black;
        margin-top: 20px;
        /*margin-bottom: 60px;*/
    }

    .educationText p {
        margin-bottom: 30px;
    }

label a.local {
    color: #000;
    text-decoration: underline;
}

input#submitButton {
    color: #fff;
}

.pageMargin {
    padding-top: 10px;
    margin-bottom: 30px;
}

.card {
    max-width: 250px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.card-img-top {
    margin: 0;
    max-width: 250px;
    border-radius: 10px 10px 0px 0px;
}

.card-body {
    margin-top: 0;
    padding-top: 10px;
    border-radius: 0 0 10px 10px;
    height: 80px;
    background-color: #008c99;
}

.card-title {
    text-shadow: -2px 1px 3px #132940;
    font-size: 14px;
    margin-left: 15%;
    text-align: center;
    color: white;
    width: 70%;
}

.card a:hover {
    text-decoration: none;
}

h3.DruHeader, .about h1 {
    font-size: 28px;
}

.marginTopDru, .about {
    margin-top: 30px;
}

.marginBottomDru, .about {
    margin-bottom: 30px;
}

.roundedBtn {
    position: relative;
    left: 43%;
    bottom: -8px;
    color: white;
    border-radius: 75px;
    background-color: #44596f;
    height: 35px;
    width: 35px;
    text-decoration: none;
    transition: background-color .3s;
}

.card:hover .roundedBtn {
    transition: background-color .3s;
    background-color: #132940;
}

.roundedBtn img {
    width: 10px;
    margin-left: 13px;
    margin-top: 13px;
}

#factsTitle {
    position: relative;
    top: -20px;
}

#factsBtn {
    position: relative;
    top: -25px;
}

.phoneNumber {
    font-family: Arial, sans-serif;
}

.preventionCards {
    margin-bottom: 50px;
}
/*        Footer         */
#footer {
    background-color: #132940;
    border-top: 10px #ffc60c solid;
}

    #footer .container {
        margin-top: 20px;
    }

    #footer a {
        color: #ffc60c;
        text-decoration: underline;
    }

        #footer a:hover {
            color: white;
            text-decoration: underline;
        }

    #footer .first {
        padding-left: 0px;
    }

    #footer .col-md-4:not(.first) {
        padding-left: 125px;
    }

    #footer ul {
        padding-left: 0px;
    }

    #footer li {
        list-style-type: none;
    }

    #footer h2 {
        width: 12%;
        position: relative;
        left: 44%;
        margin: 0px;
        padding: 8px;
        text-align: center;
        font-size: 26px;
        font-family: 'Montserrat', Arial, Calibri, sans-serif;
        font-weight: 600;
        border: 1px white solid;
        background-color: #081937;
        color: #ffffff;
    }

    #footer .top-border-left, #footer .top-border-right {
        border-bottom: 1px white solid;
        width: 44%;
        margin: 0px;
        height: 10px;
    }

    #footer .top-border-left {
        position: relative;
        top: 24px;
    }

    #footer .top-border-right {
        position: relative;
        float: right;
        top: -33px;
    }

.footer-content {
    clear: left;
    margin-top: 10px;
}

#footer input {
    margin-top: 0px;
}

#footer .input-group {
    margin-top: 5px;
}

#footer button {
    background-color: white;
}

#footer img {
    height: 16px;
}

#footer .contact {
    color: white;
    margin-top: 6px;
}

    #footer .contact:hover {
        color: #ffc60c;
    }

#footer button {
    border-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

    #footer button:focus {
        background-color: #eee;
        border: 1px #66afe9 solid;
    }

#footer .bottom-border {
    min-height: 1px;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px white solid;
    clear: left;
}

#footer .footer-translate a, #footer .footer-translate {
    font-size: 14px;
    color: white;
    font-family: 'Montserrat', Arial, Calibri, sans-serif;
    margin-bottom: 25px;
}

    #footer .footer-translate a:hover {
        color: #ffc60c;
    }

.conditions-of-use{
    padding-top: 30px;
    padding-bottom: 30px;
}
.conditions-of-use p a{
    text-decoration: underline;
}
.conditions-of-use a{
    color: #000;
}


/************   Media Queries   **************/

@media screen and (max-width: 1200px) {
    #navBar li {
        width: 20%;
    }

    #callHotline p {
        position: relative;
        left: 50px;
    }

    #callHotlineBtn {
        position: relative;
        left: 50px;
    }

    .card {
        max-width: 230px;
        margin-top: 50px;
        margin-bottom: 20px;
    }

    .card-img-top {
        margin: 0;
        max-width: 230px;
    }

    #factsTitle {
        position: relative;
        top: -25px;
    }

    #factsBtn {
        position: relative;
        top: -35px;
    }

    .col-sm-3 {
        height: 335px;
    }

    #footer h2 {
        width: 20%;
        left: 40%;
    }

    #footer .top-border-left, #footer .top-border-right {
        width: 40%;
        margin: 0px;
    }

    #footer .col-md-4:not(.first) {
        padding-left: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .NSOPWTitle {
        font-size: 36px;
    }

    .searchName h2 {
        margin-bottom: 10px;
    }

    #aboutDru .DruText {
        margin-top: 5px;
    }

    .card {
        position: relative;
        left: 20%;
    }

    .col-sm-3 {
        width: 50%;
    }

    .card {
        height: 260px;
    }

    #footer h2 {
        width: 15%;
        left: 41%;
    }

    #navItems .col-md-9 {
        width: 100%;
    }
}

@media screen and (max-width: 991px) {
    #header .col-md-6 img {
        width: 45%;
        margin-left: 0%;
    }

    #header .col-md-6 .smart-logo {
        margin-top: 18px;
    }

    .NSOPWTitle {
        font-size: 28px;
    }

    #navBar li {
        width: auto;
        padding-right: 20px;
        padding-top: 8px;
    }

    #navBar .long-link, #navBar .last {
        padding-top: 0px;
    }

    #navBar .long-link {
        width: 150px;
        min-width: 0px;
    }

    #navBar .last {
        padding-top: 0px;
        width: 70px;
        min-width: 0px;
    }

    #navBar ul {
        width: 100%;
    }

    #footer .col-md-4 {
        width: 50%;
        float: left;
    }

    #footer h2 {
        width: 18%;
        left: 41%;
    }

    #footer .top-border-right {
        width: 41%;
    }

    #navBar {
        overflow: hidden !important;
    }

    #aboutDru .DruText {
        width: 65%;
    }
}

@media screen and (max-width: 960px) {
    #callHotline p {
        position: relative;
        left: 40px;
    }

    #callHotlineBtn {
        position: relative;
        left: 40px;
    }

    .card {
        margin-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .DruImg, .aboutImg {
        max-width: 20%;
        float: left;
    }
}

@media screen and (width: 768px) {
    .navbar-collapse.in, .navbar-collapse {
        min-width: 768px !important;
        margin-left: -10px !important;
        position: relative !important;
    }

    #navBar .last {
        margin-top: 15px;
        position: relative;
        left: 245px;
    }
    .statedropdown img{
        margin-top: -28px;
    }
}

@media screen and (max-width: 767px) {
    #aboutDru .DruImg {
        max-width: 30%;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #aboutDru img {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    #header {
        margin-top: 55px;
    }

        #header .col-md-6 img {
            width: 45%;
            margin-left: 0%;
        }

        #header .col-md-6 .smart-logo {
            margin-top: 16px;
        }

    .main-title h1 {
        width: 100%;
        font-size: 22px;
    }

    .translate-link {
        font-size: 12px;
    }

    #navBar .navbar-nav {
        overflow-x: hidden;
    }

    #navBar li {
        margin-left: 260px;
        width: auto;
        float: none;
        text-align: left;
        border: none;
    }

    #navBar .long-link, #navBar .last {
        width: auto;
    }

    #navBar .navbar-collapse.in, .navbar-collapse {
        min-width: 0px !important;
    }

    #navBar li {
        padding: 5px;
        margin-top: 5px;
    }

    #navItems {
        width: 100%;
        position: relative;
        left: 0%;
        margin: 0px;
    }

    #navBar .first {
        width: auto;
        float: none;
        text-align: left;
        /*padding-left: 2%;*/
    }

    #navBar .long-link {
        padding-top: 5px;
    }

    #navBar li:not(.first) {
        position: relative;
        left: 245px;
    }

    .searchBox {
        margin-top: -10px;
    }

    #reportAbuse h2 {
        position: relative;
        left: 50px;
        width: 80%;
    }

    #childWelfare {
        position: relative;
        left: 50px;
    }

    #childWelfareBtn {
        position: relative;
        left: 50px;
        width: 100%;
    }

    #callHotline p {
        margin-top: 30px;
        position: relative;
        left: 50px;
    }

    #callHotlineBtn {
        position: relative;
        left: 50px;
        margin-top: 0px;
    }

    .card {
        position: relative;
        left: 50%;
    }

    .educationText {
        width: 80%;
        margin-left: 10%;
    }

    .col-sm-3 {
        height: 260px;
    }

    .roundedBtn {
        left: 100px;
    }

    #factsBtn {
        position: relative;
        top: -23px;
    }
    /*#footer{
				margin-top: 50px;
			}*/
}

@media screen and (max-width: 767px) and (min-width: 501px) {
    .searchAdvanced h2, .searchAdvanced p, .searchAdvanced button {
        width: 70%;
        margin-left: 10%;
    }

    .searchAdvanced {
        min-height: 325px;
    }
}

@media screen and (max-width: 657px) {
    .translate-link {
        position: relative;
        top: -10px;
        height: 0px;
    }
}

@media screen and (max-width: 650px) {
    #footer h2 {
        width: 30%;
        left: 35%;
    }

    #footer .top-border-left, #footer .top-border-right {
        width: 35%;
    }

    #aboutDru .DruText {
        width: 90%;
        margin-top: -10px;
    }
    /*#aboutDru img {
				margin-top: 10px;
				max-width: 200px;
				position: relative;
				left: 33%;
			}*/
    /*#aboutDru .DruImg {
				max-width: 100%;
				width: 100%;
				position: relative;
				float: left;
			}*/
    #navBar .navbar-nav {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 568px) {
    .main-title h1 {
        font-size: 24px;
    }

    .translate-link {
        top: 0px;
    }

    #footer .col-md-4 {
        width: 100%;
        padding-left: 60px;
    }

    #footer .last {
        padding-right: 60px;
    }

    #footer .col-md-4:not(.first) {
        padding-top: 10px;
        padding-left: 60px;
    }
}

@media screen and (max-width: 500px) {
    .redBtn {
        width: 80%;
        margin-left: 0%;
    }

    #header .col-md-6 img {
        float: left;
        width: 80%;
        margin-left: 10%;
    }

    #header .col-md-6 .doj-logo {
        float: left;
        width: 85%;
        margin-left: 10%;
    }

    .NSOPWTitle {
        font-size: 24px;
    }
    /*.main-title h1{
				width: 70%;
			}*/
    .translate-link {
        top: -5px;
    }

    #navBar .navbar-toggle {
        position: relative;
        right: 15px;
    }

    .navIcons {
        float: left;
        margin-left: 275px;
    }

    #searchBy {
        min-height: 550px;
    }

    .searchName, .searchLocation {
        margin-left: 5%;
    }

    .searchName {
        width: 100%;
        height: auto;
        border-right: none;
        min-height: 0;
    }

    #searchBy .btn {
        position: relative;
        top: 0px;
        width: 330px;
    }

    .searchLocation {
        clear: left;
        width: 100%;
    }

    #reportAbuse {
        margin-left: 0%;
    }

    #childWelfare {
        position: relative;
        left: 10%;
    }

    #callHotline p {
        margin-top: 30px;
        position: relative;
        left: 10%;
    }

    #callHotlineBtn {
        position: relative;
        left: 10%;
        margin-top: 0px;
    }

    .card {
        position: relative;
        left: 40%;
    }
}

@media screen and (max-width: 450px) {
    #navBar .navbar-toggle {
        position: relative;
        right: 75px;
    }
    /*#aboutDru img {
				left: 20%;
			}*/
    #footer h2 {
        width: 50%;
        left: 25%;
    }

    #footer .top-border-left, #footer .top-border-right {
        width: 25%;
    }

    .main-title h1 {
        font-size: 20px;
    }

    .NSOPWTitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 400px) {
    .main-title img {
        width: 25%;
        height: 25%;
    }

    .main-title h1 {
        font-size: 16px;
    }

    .NSOPWTitle {
        font-size: 20px;
    }
    /*.main-title h1 {
				width: 70%;
				font-size: 22px;
			}*/
    #navBar .navbar-toggle {
        position: relative;
        right: 115px;
    }

    .translate-link {
        position: absolute;
        top: 100px;
        right: 10px;
    }

    .searchAdvanced p {
        width: 90%;
        height: auto;
    }

    .searchBox {
        margin-top: 0px;
    }

    .searchName, .searchLocation {
        margin-left: 0%;
    }

    #searchBy .btn {
        position: relative;
        top: 0px;
        width: 100%;
    }

    #childWelfareInfo {
        width: 80%;
    }

    .card {
        position: relative;
        left: 25%;
    }

    #reportAbuse h2 {
        left: 40px;
    }

    #aboutDru .col-md-3 {
        margin-left: 25%;
    }
}

@media screen and (max-width: 370px) {
    .main-title h1 {
        font-size: 16px;
    }

    .NSOPWTitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 350px) {
    .main-title h1 {
        font-size: 18px;
    }

    #navBar .navbar-toggle {
        position: relative;
        right: 170px;
    }

    .col-md-9 {
        width: 100%;
    }

    .translate-link {
        top: 85px;
        right: 5px;
    }

    #aboutDru {
        height: 600px;
    }

        #aboutDru .col-md-3 {
            margin-left: 20%;
        }

    #footer .col-md-4:not(.first), #footer .col-md-4 {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*    Safety and Education Pages    */
.SafetyEducation h3, .SafetyEducation h4, .SafetyEducation h5,
.SafetyEducation h6, .SafetyEducation p,
.SafetyEducation li {
    color: black;
}

.SafetyEducation a {
    color: #44596f;
    text-decoration: underline;
}

.SafetyEducation.educationMain a {
    text-decoration: none;
}

.SafetyEducation a:focus {
    /*color: #000000;*/
    /*text-decoration: underline;*/
    border: 1px dotted #000000;
}

.SafetyEducation h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.SafetyEducation h3 {
    font-size: 28px;
}

.SafetyEducation h4 {
    font-size: 24px;
}

.SafetyEducation h5 {
    font-size: 20px;
}

.SafetyEducation p {
    font-size: 18px;
}

.SafetyEducation li {
    font-size: 16px;
}

.SafetyEducation img {
    width: 100%;
}

.SafetyEducation .sm-img {
    display: none;
}

.SafetyEducation .btn {
    color: white;
    border-radius: 0px;
    margin-left: 10px;
    padding: 3px 10px;
    font-weight: 400;
}

.SafetyEducation .blueBorder {
    margin-bottom: 40px;
}

.SafetyEducation .blueBorder2 {
    border-bottom: 1px #435970 solid
}

.Mobile h2 {
    line-height: 5rem;
    color: #000;
    font-size: 28px;
    border-bottom: 1px solid #000;
}

.navbar-nav a.active {
    color: #000;
    text-shadow: none !important;
}

.menuItem .active {
    color: #00838F !important;
    font-weight: 700 !important; /*Enhancing the visual color*/
}

.Verification h2 {
    line-height: 5rem;
    color: #000;
    font-size: 28px;
    border-bottom: 1px solid #000;
}

.maplegend p {
    font-size: 13px;
}

.maplegend {
    height: 110px;
}

.yellowBorder {
    border-bottom: 5px #ffc60c solid;
}

.blueBorder {
    border-bottom: 1px #435970 solid;
}

.blueBorder2 {
    border-bottom: 2px #435970 solid;
}

a.yellowText {
    color: #ffc60c;
    text-decoration: underline;
}

    a.yellowText:hover {
        color: white;
        text-decoration: underline;
    }

.whiteText {
    color: white;
}

a.tealLink {
    color: #00838F;
    text-decoration: underline;
}

    a.tealLink:hover {
        color: #132940;
        text-decoration: underline;
    }

.section:focus {
    outline: 0;
}

.educationIntro {
    /*background-color: #132940;*/
    padding: 20px 0px 0px 0px;
}

    .educationIntro h2, .educationIntro p {
        color: #000000;
    }

    .educationIntro hr {
        margin-top: 10px;
        margin-bottom: 20px;
    }

.collapse-header {
    cursor: pointer;
    outline: none;
}

/*    Resource Section   */
.resource-header {
    background-color: #44596f;
    margin-top: 30px;
    padding: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .resource-header h4 {
        color: #fff;
    }

    .resource-header h5 {
        color: #fff;
    }

    .resource-header h6 {
        color: #fff;
    }

.resource-body {
    border: 1px solid #44596f;
    margin-top: -1px;
    border-bottom: none;
    padding-bottom: 5px;
    /*padding-right: 10px;*/
}

.resources h4, .resources h5, .resources h6,
.resources p, .resources li {
    margin-left: 10px;
}

.resources h4, .resources h5, .resources h6 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.resources a {
    color: #006d78;
    text-decoration: underline;
}

    .resources a:hover {
        color: black !important;
        text-shadow: none !important;
    }

    .resources a:focus {
        color: black !important;
        text-shadow: none !important;
        border: 1px dotted #000000;
    }

.resources ul {
    margin-bottom: 10px !important;
    margin-top: 10px;
}

.resources li {
    margin-bottom: 5px !important;
}

.lastResource {
    margin-bottom: 0px;
}

/*     Sub-Menu     */
#subMenu {
    background-color: white;
    max-height: 60px;
    margin-top: 0px;
    border-bottom: 5px #ffc60c solid;
}

.navbar-nav {
    width: 100%;
}

#subMenu .nav {
    width: 100%;
    height: 50px;
}

#subMenu .menuItem {
    border-right: none;
    width: 20%;
}

    #subMenu .menuItem a {
        font-family: "Montserrat", Arial, Calibri, sans-serif;
        /*font-weight: 600;*/
        font-weight: 500;
        text-transform: uppercase;
        color: black;
    }

ul .prevent {
    width: 150%;
}

ul .respond {
    width: 130%;
}

ul .questionAnswers {
    width: 135%;
}

ul .afterSearch {
    width: 125%;
}

.dropdownMenu {
    display: none;
    z-index: 99;
    background-color: white;
    border: 5px #ffc60c solid;
    border-top: none;
    border-radius: 5px;
    padding: 0px 10px;
    width: auto;
    position: relative;
    top: -6px;
}

    .dropdownMenu li {
        list-style-type: none;
        width: auto;
        padding-bottom: 5px;
    }

        .dropdownMenu li:not(.last) {
            border-bottom: 1px black solid;
        }

        .dropdownMenu li:not(.first) {
            padding-top: 5px;
        }

    .dropdownMenu a {
        color: black;
        width: auto;
    }

    .menuItem:hover .dropdownMenu, .dropdownMenu.active {
        display: block;
    }

.menuItem a:focus, .menuItem a:hover {
    color: #00838F !important;
    text-decoration: none;
}

.menuItem.active a {
    background-color: transparent !important;
    text-decoration: none;
}

    .menuItem.active a.submenu {
        color: #00838F !important;
    }

.menuItem hr {
    display: none;
}

#subMenu button {
    color: #132940;
    background-color: white;
    border-color: #132940;
    margin-top: 6px;
    position: relative;
    float: right;
}

    #subMenu button:hover, #subMenu button:focus {
        color: white;
        background-color: #132940;
    }

/*    Safety and Education    */
.educationMain {
    margin-bottom: 50px;
}

    .educationMain a {
        /*color: #00838F;
			font-weight: bold;
			text-decoration: none;*/
        color: #000000;
    }

    .educationMain li {
        list-style-type: none;
        margin-bottom: 20px;
    }

    .educationMain ul {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .educationMain a.btn {
        margin-left: 0px;
        text-shadow: 1px 1px 3px #222;
        white-space: normal;
        text-align: left;
        margin-top: 15px;
    }

    .educationMain a:hover {
        text-decoration: none;
    }

    .educationMain .header {
        padding-top: 15px;
        cursor: pointer;
    }

    .educationMain .titleBar a:hover {
        /*text-decoration: underline;*/
        color: #006d78;
    }

    .educationMain .body {
        width: 100%;
        overflow: hidden;
    }
/*.titleBar.first{
			margin-top: 50px;
		}*/
/*.titleBar {
			background-color: #00838F;
			text-align: center;
			height: 100px;
			margin-bottom: 20px;
			transition: background-color .5s;
		}*/
.titleBar:hover, .titleBar:focus {
    /*transition: background-color .5s;
			background-color: #006d78;*/
}

.titleBar img {
    height: 100px;
    width: auto;
    float: left;
}
/*.titleBar h3 {
			display: inline;
			height: 100px;
			position: relative;
			top: 34px;
			color: white;
			text-shadow: 1px 1px 3px #222;
		}*/
.white-bg {
    background-color: white;
}

    .white-bg b {
        color: #00838F;
    }

.light-bg {
    background-color: #9eb2ba;
}

    .light-bg a {
        color: white !important;
        text-shadow: 0px 1px 4px #000;
        text-decoration: underline;
    }

        .light-bg a:hover, .light-bg a:focus {
            color: black !important;
            text-shadow: none;
        }

.dark-bg {
    background-color: #132940;
}

    .dark-bg b {
        color: #ffc60c;
    }

    .dark-bg h3, .dark-bg h4, .dark-bg h5,
    .dark-bg h6, .dark-bg p, .dark-bg li {
        color: #FFFFFF;
    }

.section {
    padding-top: 30px;
}

.subsection {
    padding-top: 20px;
}

    .subsection h4, .subsection h5, .subsection h6 {
        margin-bottom: 10px;
    }

.SafetyEducation li {
    margin-bottom: 5px;
}
/*.educationMain .section-collapse .toggleBtn {
			margin-top: -110px;
			color: #fff;
			text-shadow: 2px 2px 2px #222;
			margin-top: -95px;
		}*/
.section-collapse .toggleBtn {
    float: right;
    margin-top: -50px;
    background-color: transparent;
    width: 50px;
    height: auto;
    border: none;
    margin-right: 0px;
    font-size: 36px;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.section-collapse.last {
    margin-bottom: 50px;
}

.section-collapse h3, .section-collapse h4, .section-collapse h5 {
    margin-top: 20px;
}
/*    How To Prevent    */
#educateYourself .col-sm-8 {
    margin-top: 25px;
}

#educateYourself p {
    margin-top: 15px;
}

#healthyDevelopment .col-sm-8 {
    margin-top: 30px;
}

.talkChild img {
    margin-top: 115px;
}

.talkTeen .row ul {
    margin-top: 25px;
}

.talkTeen img {
    margin-top: 10px;
}

.familySafety img {
    margin-top: 50px;
    margin-left: 20px;
}

.communitySafety img {
    margin-top: 60px;
}

#familyCommunity ol {
    margin-top: 10px;
}

    #familyCommunity ol li {
        margin-bottom: 0px;
    }

.schoolSafety img {
    margin-top: 90px;
    width: 125%;
    margin-left: -30px;
}

/*     How to Identify      */
#signsAbuse h4 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.warningChildren .row p {
    margin-bottom: 5px;
}

.warningChildren ul {
    margin-top: 0px;
}

.warningChildren img {
    width: 115%;
    margin-top: 40px;
    margin-left: -70px;
}

.warningTeen img {
    margin-top: 40px;
}

.warningAdults img {
    margin-top: 15px;
    margin-left: -30px;
}

.warningDisabled img {
    margin-top: 15px;
}

#abusiveWarningSigns img {
    margin-top: 15px;
}

#abusiveWarningSigns ul {
    margin-bottom: 30px;
}

.adultConcern img {
    margin-top: 180px;
}

/*    How to Respond     */
.childDiscloses ul {
    margin-top: 15px;
    margin-bottom: 30px;
}

.childDiscloses img {
    margin-top: 70px;
    margin-left: 10px;
}

.adultDiscloses img {
    margin-top: 40px;
}

.adultDiscloses ul {
    margin-bottom: 30px;
}

.victimOfAssault ul {
    margin-top: 0px;
    margin-bottom: 20px;
}

.victimOfAssault .rightImg img {
    margin-top: 30px;
}

.victimOfAssault .leftImg .col-sm-8 {
    margin-top: 50px;
}

.victimOfAssault .leftImg {
    margin-bottom: 20px;
}

/*    Questions and Answers    */
#questionsAndAnswers h2 {
    color: black;
    font-size: 28px;
}

.questionsAndAnswers h2 {
    font-size: 28px;
}

.questionAnswer {
    border-bottom: 1px solid #435970;
}

#questionsAndAnswers .question {
    width: 100%;
    height: auto;
    cursor: pointer;
    /*margin-bottom: -12px;*/
}

    #questionsAndAnswers .question:hover, #questionsAndAnswers .question:focus {
        text-decoration: none;
    }

.question h3 {
    width: 95%;
    padding-top: 15px;
    padding-bottom: 5px;
    font-size: 20px;
    text-transform: none;
    display: inline-block;
}

#questionsAndAnswers .answer {
    display: none;
    padding: 0px;
    padding-right: 20px;
}

#questionsAndAnswers a {
    text-decoration: underline;
}

    #questionsAndAnswers a:hover, #questionsAndAnswers a:focus {
        color: #132940;
        text-decoration: underline;
    }

.questionAnswer.last {
    margin-bottom: 50px;
}

.question .col-sm-1 {
    margin-top: 20px;
    padding-top: 15px;
}

.question .toggleBtn {
    font-size: 28px;
}


/*    After Your Search    */
#registryNotFound {
    padding-bottom: 50px;
}

    #registryNotFound .col-sm-8 {
        margin-top: 25px;
    }

    #registryNotFound img {
        margin-top: -10px;
    }

.afterSearch h4 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.SafetyEducation a {
    color: #44596f;
    text-decoration: underline;
}
/*         Media Queries          */
@media screen and (max-width: 1199px) {
    #subMenu {
        padding: 0px;
        margin-left: -10px;
    }

        #subMenu .menuItem {
            width: 18%;
            text-align: center;
            padding-left: 0px;
            padding-right: 0px;
        }

            #subMenu .menuItem a {
                padding-left: 0px;
                padding-right: 0px;
            }

        #subMenu .menuQA {
            width: 24%;
        }

    .dropdownMenu {
        text-align: left;
    }

    ul .prevent {
        width: 170%;
    }

    ul .identify {
        width: 115%;
    }

    ul .respond {
        width: 180%;
    }

    ul .afterSearch {
        width: 155%;
        left: -20px;
    }

    .section {
        padding-top: 20px;
    }

    #educateYourself .col-sm-8 {
        margin-top: 0px;
    }

    #educateYourself img {
        margin-top: 15px;
    }

    #healthyDevelopment .col-sm-8 {
        margin-top: 15px;
    }

    #healthyDevelopment img {
        margin-top: 5px;
    }

    .talkChild img {
        margin-top: 150px;
    }

    .talkTeen img {
        margin-top: 50px;
    }

    .familySafety img {
        margin-top: 110px;
    }

    .communitySafety img {
        margin-top: 100px;
    }

    .schoolSafety img {
        margin-top: 180px;
        margin-left: -20px;
    }

    .warningChildren img {
        margin-top: 102px;
        width: 120%;
        margin-left: -45px;
    }

    .warningTeen img {
        margin-top: 70px;
    }

    .warningAdults img {
        margin-left: -60px;
        margin-top: 50px;
    }

    .warningDisabled img {
        margin-top: 50px;
        margin-left: 15px;
    }

    .adultConcern img {
        margin-top: 220px;
        margin-left: -20px;
    }

    #abusiveWarningSigns img {
        margin-top: 50px;
    }

    .childDiscloses img {
        margin-top: 130px;
    }

    .adultDiscloses img {
        margin-top: 70px;
        margin-left: 20px;
    }

    .victimOfAssault .rightImg img {
        margin-top: 80px;
        margin-left: -10px;
    }

    .victimOfAssault .leftImg .col-sm-8 p {
        width: 90%;
    }

    .victimOfAssault .leftImg .col-sm-8 {
        margin-top: 30px;
    }

    .childAbusive img {
        margin-left: -15px;
        margin-top: 50px;
    }

    .adultAbusive img {
        margin-top: 30px;
    }

    #registryFound img {
        margin-top: 50px;
    }

    #registryNotFound img {
        margin-top: 0px;
    }
    img.address-tooltip{
        top: 158px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1199px) {
    #searchBy.tall, #searchAdvanced.tall {
        min-height: 465px;
    }
    #searchBy.tall .searchName .btn, #searchBy.tall .searchLocation .btn {
        width: 80%;
        position: absolute;
        top: 350px;
        top: 385px;
    }
}

@media screen and (max-width: 991px) {
    #subMenu .menuItem a {
        padding-top: 5px;
    }

    .dropdownMenu {
        top: -13px;
    }

    .educationMain ul {
        padding-left: 0px;
    }

    #educateYourself img {
        margin-top: 45px;
        width: 125%;
        margin-left: -30px;
    }

    #healthyDevelopment img {
        margin-top: 40px;
        width: 125%;
        margin-left: -35px;
    }

    .talkChild img {
        margin-top: 225px;
        margin-left: -20px;
        width: 125%;
    }

    .talkTeen img {
        margin-top: 95px;
        width: 125%;
        margin-left: -10px;
    }

    .familySafety img {
        margin-top: 155px;
        width: 125%;
        margin-left: -20px;
    }

    .communitySafety img {
        margin-top: 145px;
        width: 130%;
        margin-left: -30px;
    }

    .schoolSafety img {
        margin-top: 315px;
        width: 150%;
        margin-left: -45px;
    }

    .warningChildren img {
        margin-top: 150px;
        width: 140%;
        margin-left: -50px;
    }

    .warningTeen img {
        width: 130%;
        margin-left: -25px;
        margin-top: 70px;
    }

    .warningAdults img {
        width: 130%;
        margin-left: -45px;
        margin-top: 50px;
    }

    .warningDisabled img {
        margin-top: 80px;
        margin-left: -10px;
        width: 125%;
    }

    #abusiveWarningSigns img {
        margin-top: 75px;
        width: 130%;
        margin-left: -25px;
    }

    .adultConcern img {
        margin-top: 265px;
        margin-left: -45px;
        width: 140%;
    }

    .childDiscloses img {
        margin-top: 150px;
        width: 140%;
        margin-left: -30px;
    }

    .adultDiscloses img {
        margin-top: 90px;
        margin-left: -30px;
        width: 140%;
    }

    .victimOfAssault .rightImg img {
        margin-top: 120px;
        width: 130%;
        margin-left: -40px;
    }

    .victimOfAssault .leftImg img {
        width: 130%;
        margin-left: -25px;
    }

    .childAbusive img {
        margin-left: -45px;
        margin-top: 90px;
        width: 130%;
    }

    .adultAbusive img {
        margin-top: 80px;
        margin-left: -40px;
        width: 130%;
    }

    .question h3 {
        padding-top: 16px;
        font-size: 18px;
    }

    #registryFound img {
        width: 130%;
        margin-top: 75px;
        margin-left: -30px;
    }

    #registryNotFound img {
        width: 130%;
        margin-left: -40px;
        margin-top: 25px;
    }
    img.address-tooltip {
        right: -8px;
    }
}

@media screen and (width: 768px) {
    #navBar li:not(.first) {
        margin-left: 0px;
    }

    .navIcons {
        position: relative;
        right: 50px;
    }

    #navBar li {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 7px;
    }

    #navBar .long-link {
        min-width: 0px;
    }

    #navBar .last {
        width: 90px;
    }

    #navBar .last {
        margin-top: 8px;
        left: 0px;
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    #subMenu .menuItem a {
        padding-top: 5px !important;
    }
}

@media screen and (max-width: 768px) {
    #subMenu .menuItem a {
        padding-top: 5px !important;
    }

    #SubMenu {
        background-color: white !important;
    }
    img.address-tooltip {
        right: 8px;
        top: 140px;
    }
}

@media screen and (max-width: 767px) {
    #subMenu .navbar-collapse.in, #subMenu .navbar-collapse {
        margin-top: 54px;
        position: relative;
        min-width: 0px !important;
        width: 100%;
        margin-left: 5px;
        border: 5px #ffc60c solid;
        border-top: none;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .dropdownMenu {
        padding-bottom: 0px;
    }

    #subMenu .nav {
        height: auto;
    }

    #subMenu .menuItem {
        width: 100% !important;
        text-align: left;
        padding-left: 15px;
    }

    .menuItem hr {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .menuItem ul {
        width: 100% !important;
    }

    #subMenu .menuItem a {
        padding-top: 12px !important;
    }

    #subMenu .menuAfterSearch .dropdownMenu {
        padding-left: 30px;
    }

    .dropdownMenu {
        border: none;
        margin-left: 20px !important;
    }

        .dropdownMenu a {
            padding-top: 20px;
        }

        .dropdownMenu li {
            margin-top: 0px;
            padding-top: 10px;
            padding-bottom: 10px;
            width: 98%;
        }

            .dropdownMenu li:not(.last) {
                border-bottom: 1px #eee solid;
            }

    .SafetyEducation .sm-img {
        display: block;
        width: 50% !important;
        margin-left: 25% !important;
    }

    .SafetyEducation .lg-img {
        display: none;
    }

    #educateYourself img, #healthyDevelopment img, .warningChildren img,
    .warningAdults img, .warningDisabled img, .adultConcern img,
    .childDiscloses img, .childAbusive img {
        margin-top: 0px;
    }

    .talkChild img {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .warningTeen img {
        margin-top: 5px;
    }

    .familySafety img, .communitySafety img, .schoolSafety img {
        margin-top: 15px;
    }

    .talkTeen img {
        margin-top: 40px;
    }

    .talkTeen img, .adultDiscloses img, .victimOfAssault .first-img,
    .adultAbusive img, #registryFound img, #registryNotFound img {
        margin-top: 20px;
    }

    .victimOfAssault .second-img {
        margin-bottom: -15px;
    }

    .SafetyEducation ul ul {
        width: 100%;
        margin-left: -15px;
    }

    .SafetyEducation :target {
        padding-top: 60px;
    }

    .collapse-header h3, .collapse-header h4 {
        width: 80%;
    }
}

@media screen and (max-width: 660px) {
    .titleBar, .titleBar img {
        /*height: 75px;*/
    }

        .titleBar h3 {
            top: 26px;
            font-size: 22px;
        }
}

@media screen and (max-width: 600px) {
    .SafetyEducation h2 {
        font-size: 28px;
    }

    .SafetyEducation h3 {
        font-size: 24px;
    }

    .SafetyEducation h4 {
        font-size: 20px;
    }

    .SafetyEducation h5 {
        font-size: 18px;
    }

    .resources h4, .resources h5, .resources h6 {
        font-size: 16px !important;
    }

    .SafetyEducation li {
        font-size: 14px;
    }

    .SafetyEducation ul {
        width: 95%;
    }

    .SafetyEducation p {
        font-size: 16px;
    }

    .question h3 {
        font-size: 20px;
    }

    .talkChild.subsection, .warningChildren.subsection,
    .adultConcern.subsection, .childDiscloses.subsection {
        padding-top: 0px;
    }

    .talkTeen .row ul {
        margin-top: 0px;
    }

    .talkTeen img, .communitySafety img, .schoolSafety img,
    .adultDiscloses img, .victimOfAssault .first-img, .adultAbusive img,
    #registryFound img, #registryNotFound img {
        margin-top: -5px;
    }

    .familySafety img {
        margin-top: -25px;
    }

    .warningTeen img {
        margin-top: -5px;
    }

    .adultDiscloses img {
        margin-top: 0px;
    }
}

@media screen and (max-width: 566px) {

    .titleBar {
        /*height: 50px;*/
    }

        .titleBar h3 {
            top: 14px;
        }

        .titleBar img {
            height: 50px;
        }
}
@media screen and (max-width: 551px) {
    #searchBy.tall {
        min-height: 500px;
    }
}
@media screen and (max-width: 506px) {
    #searchBy.tall {
        min-height: 500px;
    }
}
@media screen and (max-width: 500px) {
    .titleBar h3 {
        top: 17px;
        font-size: 18px;
    }

    .educationMain .section-collapse .toggleBtn {
        font-size: 24px;
        margin-top: -35px;
        width: 25px;
    }
    #searchStateAlert {
        max-width: 330px;
    }
    #searchBy.tall {
        min-height: 600px;
    }
}

@media screen and (max-width:450px) {
    .resources ul {
        width: 100%;
        margin-left: -15px;
    }

    .educationMain .btn {
        width: 105%;
    }

    .educationMain a.btn {
        text-align: center;
    }

    .educationMain p {
        font-size: 16px;
    }

    .educationMain li {
        font-size: 14px;
    }

    .titleBar h3 {
        top: 15px;
        font-size: 18px;
    }
}

@media screen and (max-width: 425px) {
    .titleBar.questionAnswers h3 {
        top: 6px;
    }
}
@media screen and (min-width: 400px) and (max-width: 500px){
    img.address-tooltip{
       left: 360px;
    }
}
@media screen and (max-width: 400px) {
    .SafetyEducation h3 {
        font-size: 22px;
    }

    .SafetyEducation h4 {
        font-size: 18px;
    }

    .titleBar img {
        opacity: .2;
    }

    .SafetyEducation h3 {
        font-size: 22px;
        /*width:100%;*/
    }

    .titleBar h3 {
        font-size: 18px;
        display: inline-block;
        top: -55px !important;
        height: 0px;
        text-align: right;
    }

    .educationMain .section-collapse .toggleBtn {
        margin-top: -30px;
        width: 20px;
        font-size: 24px;
    }
}
@media screen and (max-width: 399px){
    img.address-tooltip {
        right: -5px;
    }
}
@media screen and (max-width: 374px) {
    .titleBar.questionAnswers h3 {
        top: 6px;
    }
}

@media screen and (max-width: 356px) {
    .titleBar.afterSearch h3 {
        top: 6px;
    }

    .question h3 {
        width: 90%;
    }
}

@media screen and (max-width: 320px) {
    .titleBar h3 {
        font-size: 18px;
        display: inline-block;
        top: -55px !important;
        height: 0px;
    }

    #searchBy.tall {
        min-height: 655px;
    }
}

.FAQs .headerbreak h2 {
    font-size: 32px;
    color: black;
    text-align: left;
    margin-top: 35px;
}

.FAQs .headerbreak {
    margin-bottom: 10px;
}

.FAQs .headerborder {
    width: 100%;
}

.FAQs .tealBtn {
    padding: 4px 15px;
    color: white;
    border-radius: 0px;
}

input#fuseSearchBox {
    margin: 0px 10px 0px 0px !important;
}

.FAQs {
    margin-bottom: 50px;
}
.FAQs ul li {
	font-family: 'Hind', sans-serif;
	font-size: 18px
}
	
.DruSjodin hr, .about hr {
    border-color: black;
    margin: 0px;
}

.DruSjodin .resources, .about .resources {
    width: 90%;
    border-radius: 10px;
    margin-top: 25px;
}

.search-advanced {
    background: #9eb2ba;
}

.instructions {
    text-shadow: 1px 1px 3px #000;
}

.btn-search {
    background: #d9363c;
    border-width: 0px;
    text-shadow: 1px 1px 3px #000;
    border-radius: 0px;
}

    .btn-search:hover {
        background: #a12327;
        border-width: 0px;
    }

#hideShowSearchDiv {
    background-color: #008c99;
    text-shadow: 1px 1px 3px #333;
    /*margin: 0px 30px 10px 30px;*/
}

@media screen and (min-width: 1200px) {
    .search-advanced input[type="text"] {
        float: right;
    }
}

.recaptcha-wrapper {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
