/*! 4/18/2020 - KL */

.toast {
    font-size:24px;
    font-weight:bold;
    padding:55px;
    margin:20px;
    
}


.toast-title {
    font-size: 15px;
}

#toast-container > div {
    opacity:1.0 !important;
    width: 450px !important; 
}

.TextBoxHidden {
   display:none;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display:inline;
}

    .TextBoxStyle {
    padding: 10px;
}

.BrowseButtonStyle {
    padding: 10px;
}





.navC {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .navC:before,
    .navC:after {
        content: " ";
        display: table;
    }

    .navC:after {
        clear: both;
    }

    .navC > li {
        position: relative;
        display: block;
    }

        .navC > li > a {
            position: relative;
            display: block !important;
            padding: 10px 20px !important;
            color: #000;
            font-size: 1.2em;
        }

            .navC > li > a:hover,
            .navC > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .navC > li.disabled > a {
            color: #777777;
        }

            .navC > li.disabled > a:hover,
            .navC > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .navC .open > a,
    .navC .open > a:hover,
    .navC .open > a:focus {
        background-color: #eeeeee;
        border-color: #368EDA;
    }

    .navC .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .navC > li > a > img {
        max-width: none;
    }

.navC-tabs {
    border-bottom: 1px solid #ddd;

}

    .navC-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .navC-tabs > li > a {
            margin-right: 2px;
            line-height: 1.428571429;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .navC-tabs > li > a:hover {
                border-color: #eeeeee;
            }

        .navC-tabs > li.active > a,
        .navC-tabs > li.active > a:hover,
        .navC-tabs > li.active > a:focus {
            background-color: #fff !important;
            border-bottom: 4px solid #09722f !important;
            cursor: default;
            font-weight: bold;
        }




.rstar {
    white-space: nowrap;
    margin: 1em;
    height: 14px;
}

    .rstar .ritem {
        font-size: 0pt;
        width: 20px;
        height: 20px;
        margin: 0px;
        padding: 0px;
        display: block;
        background-repeat: no-repeat;
        cursor: pointer;
    }

    .rstar .fld {
        background-image: url(../../assets/siteimages/ratingStarFilled.png);
    }

    .rstar .empt {
        background-image: url(../../assets/siteimages/ratingStarEmpty.png);
    }

    .rstar .svd {
        background-image: url(../../assets/siteimages/ratingStarSaved.png);
    }

.fa {
    display: inline-block;
}

.navbar-default {
    background-color: transparent;
    border-color: #ccc;
}

.social {
    padding: 0;
    margin:0;
}

.social li {
    margin: 2px;
    display: inline-block;
}

.social li a {
    font-size: 28px;
}

.well {
    padding: 10px;
}


.where {
    overflow: hidden;
}

.wholediv {
    width: 100%;
    height: 110px;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 20px !important;
}

    .wholediv a {
        width: 100%;
        height: 70px;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 20px !important;
        display: block;
        text-decoration:none;
    }

    .wholediv a {
        width: 100%;
        height: 70px;
        vertical-align: middle;
        text-align: center;
        padding-bottom: 20px !important;
        display: block;
        text-decoration: none;
        background-color: #f5f5f5;

    }

.wellheading {
    overflow: hidden;
}

.wellheading span {
    float: right;
    font-weight: bold;
    font-size: 18px;
}




.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    padding-bottom: 10px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 8px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #368EDA;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 4px 8px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #368EDA;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #368EDA !important;
            background-color: #eeeeee;
            border-color: #dddddd;
        }


.postupload {
    margin-right: 10px;
    font-size: 18px;
}

.topNav {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 10px;
}

.topNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topNav ul li {
    display: inline-block;
}

.topNav ul li a {
    display: block;
    padding: 10px 20px;
}

.topNav ul li a:hover {
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    text-decoration: underline;

}


.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.footernav {
    margin-bottom: 0;
    margin-top: 20px;
    background-color: white;
}

.footernav li a {
    font-size: 12px;
}

img {
    max-width: 100%;
}

.img-cover {
    object-fit: cover;
}

.img-standard img {
    max-width: none !important;
}

body {
    /*background-image: url("/assets/site/footer2.png");
    background-position: bottom right;
    background-repeat: no-repeat;*/
}

a.btn.btn-primary {
    background-color: #368EDA;
    border-color: #368EDA;
}

a.btn-primary:hover {
    background-color: #2e6da4 !important;
    border: 1px solid #2e6da4 !important;
}


/* HEADER */

.logo {
    position: absolute;
    bottom: -207px;
    left: 40px;
    z-index: 2;
    width: 35%;
    max-width: 200px;
}

.headercontact {
    margin-top: 20px;
    text-align: right;
}

.headercontact span {
    display: block;
    font-weight: bold;
}

.headercontact span:first-child {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.headercontact .contactjsfirm {
    font-size: 18px;
}

.header-line-1,
.header-line-3 {
    text-transform: uppercase;
    font-family: "brandon-grotesque", 'Montserrat';
}

.header-line-1 {
    letter-spacing: 2px;
    color: #047832;
}

.header-line-2 {
    font-size: 34px;
    font-family: 'Droid Serif', serif;
    color: #000000;
}

.header-line-3 {
    font-size: 35px;
    color: #000000;
}

.green-arch {
    position: absolute;
    bottom: -215px;
    z-index: 1;
}

.contactjsfirm {
    font-size: 16px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", 'Montserrat';
    position: relative;
    top: 10px;
    left: 100px;
}

.no-gutter {
    padding: 0px;
}

.headerarea {
    margin-bottom: 30px;
}

.black-bar {
    background-color: #333 !important;
    height: 10px !important;
    margin-top: 22px !important;
}


/* END HEADER */


/* NAVBAR */

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.navbar-nav > li > a {
    padding: 10px;
    color: #00c;
}

.navbar-default .navbar-nav > li > a {
    color: #368EDA;
}

.navbar {
    min-height: auto;
}

.navbar-default {
    margin-bottom: 0px !important;
}

.navbar2 {
    background-color: #333;
    margin-bottom: 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: "brandon-grotesque", 'Montserrat';
}

.navbar2 .container-fluid {
    width: 60%;
    float: right;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: transparent;
}

.navbar-header img{
    width: 98px;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom:10px;
    margin-right:10px;
}

.navbar-toggle a{
    display:block;
}

/* END NAVBAR */


/* MAIN */

.main{
    /*margin-bottom: 60px;*/
    padding-bottom:60px;
}

.main .jobsearch {
    margin-top: 40px;
}

.main h1 {
    font-size: 30px;
    font-weight: bold;
}

.main h2 {
    font-size: 30px;
    font-weight: bold;
}

.main h3 {
    font-size: 22px;
    color: #047940;
    font-weight: bold;
}

.main h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
}

.main h5 {
    font-size: 16px;
    color: #047940;
    font-weight: bold;
}

.main h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.quickstart h2 {
    margin-top: 0;
    color: #047940;
    font-weight: bold;
    font-size: 24px;
}

.list-group-item, .banner-group-item {
    background-color: #f5f5f5;
}

.btn {
    font-weight: bold;
}

.main .most_recent {
    margin-bottom: 10px;
    display: block;
}

.jsfirmpanel {
    background-color: #047940 !important;
    color: white !important;
    font-weight: bold !important;
}

.content-style ul {
    padding-left: 20px !important;
    list-style: disc !important;
}


.step2list ul {
    padding-left: 0;
    list-style: none;
}

    .step2list ul li a {
        display: block;
        padding: 5px 0;
    }

    .step2list ul li {
        padding: 5px 0;
    }


    .main ul {
    padding-left: 0;
    list-style: none;
}

.main ul li a {
    display: block;
    padding: 5px 0;
}

.jobsbtn {
    background-color: #368EDA !important;
    border-color: #368EDA !important;
    width: 100%;
    letter-spacing: 2px;
}

.jobsbtn:hover {
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}

.jobsbtn:focus {
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    letter-spacing: 2px;
}


.btn {
    /*background-color: #368EDA !important;
    border-color: #368EDA !important;*/
    letter-spacing: 2px;
}




.btn-danger:hover {
    color: #fff;
    background-color: #a10b1a !important;
    border-color: #a10b1a !important;
    letter-spacing: 2px;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    letter-spacing: 2px;
}

.btn-success:hover {
  background-color: #5cb85c;
   border-color: #5cb85c;
    letter-spacing: 2px;
}

.btn-upload {
    width: 220px;
    /*margin: 5px;
    font-size:14px;*/

}


.btn-nudgeleft {
    margin-left: 7px !important;
    margin-bottom:2px;
}

.txt_nudgedown {
    margin-top:55px;
}

.orangelink {
    color: #f60;
}

.btn-orangenohover {
    background-color: coral !important;
    border-color: coral !important;
    /*letter-spacing: 2px;*/
    color: #fff !important;
    /*padding: 5px !important;*/
}

    .btn-orangenohover:hover {
        background-color: coral !important;
        border-color: coral !important;
        /*background-color: coral !important;
        border-color: coral !important;*/
        /*letter-spacing: 2px;*/
        color: #fff !important;
        /*padding: 5px !important;*/
    }

.btn-orange {
    background-color: coral !important;
    border-color: coral !important;
    /*letter-spacing: 2px;*/
    color: #fff !important;
    /*padding: 5px !important;*/
}

    .btn-orange:hover {
        background-color: #204d74 !important;
        border-color: #204d74 !important;
        /*letter-spacing: 2px;*/
        color: #fff !important;
        /*padding: 5px !important;*/
    }


.btn-active {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    letter-spacing: 2px;
    color: #fff !important;
    padding: 5px !important;
    font-weight: bolder !important;
}

    .btn-active:hover {
        background-color: #5cb85c !important;
        border-color: #5cb85c !important;
        letter-spacing: 2px;
        color: #fff !important;
        padding: 5px !important;
        font-weight: bolder !important;
    }

.btn-inactive {
    color: #fff !important;
    opacity: .5;
    padding: 5px !important;
    background-color: #828282 !important;
    border-color: #828282 !important;
}

    .btn-inactive:hover {
        color: #fff !important;
        opacity: .5;
        padding: 5px !important;
        background-color: #9d9d9d !important;
        border-color: #828282 !important;
    }

.btn-inactive-nosize {
    color: #fff !important;
    opacity: .5;
    background-color: #828282 !important;
    border-color: #828282 !important;
}


.btn:focus {
    background-color: #204d74 !important;
    border-color: #204d74 !important;
}

.btn-underlinetext{
    text-decoration:underline;
}

.mobile-right{
    text-align:right;
}

.form-group {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
    .quizimage {
    width: 180px;
}

.table{
    margin-bottom:0px !important;
}

.f14 {
    font-size:14px;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.activeTab
{
    font-weight: bold; 
    color: #333 !important;
}

.toast-message a:link
{
    color:#fff;
    text-decoration:underline;
}

a.list-group-item:hover,a.banner-group-item:hover,
a.list-group-item:focus,a.banner-group-item:focus,
button.list-group-item:hover,button.banner-group-item:hover,
button.list-group-item:focus,button.banner-group-item:focus {
    background-color: white;
}

.panel-green {
    border-color: #ddd;
}

.panel-green > .panel-body {
    padding: 4px;
}

.panel-green > .panel-heading {
    color: #fff !important;
    background-color: #047832 !important;
    border-color: #ddd !important;
    font-weight: bold;
}

    .panel-green > .panel-heading a:link {
        color: #fff;
        text-decoration: underline !important;
    }

    .panel-green > .panel-heading a:hover {
        color: #fff;
        text-decoration: none !important;
    }



.panel-red {
    border-color: #ddd;
}

    .panel-red > .panel-body {
        padding: 4px;
    }

    .panel-red > .panel-heading {
        color: #fff !important;
        background-color: #990000 !important;
        border-color: #ddd !important;
        font-weight: bold;
    }

        .panel-red > .panel-heading a:link {
            color: #fff;
            text-decoration: underline !important;
        }

        .panel-red > .panel-heading a:hover {
            color: #fff;
            text-decoration: none !important;
        }


.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toast-bottom-center {
    bottom: 12px;
    margin: 0 auto;
    right: 0;
    width: 100%;
}


.mobileTakeQuiz
{
    display:none;
}

.button[disabled], html input[disabled] {
    opacity: .6;
}

input[type="radio"] + label
{
    margin-left:5px;
    display:inline;
}


/* END MAIN */
/* SIDEBAR */
.sidebar {
    margin-top: 20px;
}

.sidebar h3 {
    margin-top: 0;
    font-weight: bold;
    font-size: 22px;
}

a.list-group-item, a.banner-group-item {
    font-weight: bold;
}

a.list-group-item:hover, a.banner-group-item:hover,
a.list-group-item:focus, a.banner-group-item:focus,
button.list-group-item:hover,button.banner-group-item:hover,
button.list-group-item:focus, button.banner-group-item:focus {
    font-weight: bold;
}


/* END SIDEBAR */


/* FOOTER */

.social {
    margin-top: 80px;
}

.social a {
    color: #047940;
}

.footerlinks {
    display: none !important;
}

.footerContainer {
    width: 100%;
    background-image: url("/assets/site/footer2.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 80% 120%
}

.footerWrapper {
    position: relative;
    margin-top: 25px;
}

.footerContent {
    text-align: right;
    position: absolute;
    bottom: 0px;
    right:0px;
    margin-bottom: 10px;
}

.footerContent p {
    margin-bottom: 0;
    color: white;
    line-height:1.2;
}

.footerContent a {
    color: white;
}

.footerContentRes {
    text-align: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 10px;
}

    .footerContentRes p {
        margin-bottom: 0;
        text-align: right;
        color: black;
        line-height: 1.2;
    }

    .footerContentRes a {
        color: #047940 !important;
    }

.jsfirmFooter {
    font-size: 24px;
    font-weight: bold;
}

.jsfirmFooter2 {
    font-size: 18px;
    font-weight: bold;
}

.footernav {
    margin-top: 10px;
}

.footernav > li > a {
    padding: 8px;
    color: #00c;
}

.footerNavi {
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 0 15px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    text-align:center;
}

.footerNavi li {
    display: inline-block;
    padding: 8px;
    min-width:12%;
}


/* END FOOTER */

.mobile-only,
.mobile-tablet-only,
.tablet-only,
.footable-only {
    display: none;
}

.focuslink, .focustext {
    color: #f60 !important;
}

.focuslink:hover{
    color: #d25400 !important;
}


/* Space out content a bit */


/* Everything but the jumbotron gets side spacing for mobile first views */

.header,
.marketing,
.footer {
    padding-left: 15px;
    padding-right: 15px;
}


/* Custom page header */

.header {
    border-bottom: 1px solid #e5e5e5;
    /* Make the masthead heading the same height as the navigation */
}

.header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
    padding-bottom: 19px;
}


/* Custom page footer */

.footer {
    padding-top: 19px;
    color: #777;
    border-top: 1px solid #e5e5e5;
}

.container-narrow > hr {
    margin: 30px 0;
}


/* Main marketing message and sign up button */

.jumbotron {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}


/* Supporting marketing content */

.marketing {
    margin: 40px 0;
}

.marketing p + h4 {
    margin-top: 28px;
}

.p-width{
    width:420px;
}

.h-width{
    width:500px;
}

.alert-profile {
    background-color: #ffff00;
    border-color: #ffff00;
    color: #000;
    padding: 15px 4px 15px 4px !important;
    /*// #ffe457;*/
}

.alert-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: red;
}

.alert-danger h4 {
    color: #843231;
}

.alert-danger a {
    color: #843231;
    text-decoration: underline;
}

.alert-danger .btn {
    color: #000;
    text-decoration: none !important;
    background-color: #e3e3e3;
}


.alert-success h4 {
    color: #2F5C2F;
}

.alert-success a {
    color: #2F5C2F;
    text-decoration:underline;
}

.alert-success .btn {
    color: #000;
    text-decoration: none !important;
    background-color: #e3e3e3;
}

.top-corner-parent{
    position: absolute;
    top: 0px;
    right: 0px;
}

@media only screen and (min-width: 1200px) {
    body{
        /*background-position-x: 50%;*/
    }


}

@media only screen and (max-width: 1200px) {
    .footerContainer{
        /*background-position-x: 50%;*/
        background-size: 80% 100%
    }
    .footerWrapper {
        margin-top: 10px;
    }
    .navbar2 .container-fluid {
        width: 100% !important;
    }
    .contactjsfirm {
        position: static;
        text-align: center;
    }
    .resize-center {
        text-align: center;
    }
    .social{
        margin-bottom:30px;
    }
    .no-tablet {
        display:none;
    }
    .tablet-only{
        display:block;
    }
}



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .headerarea {
        display: none;
    }
    .no-mobile {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .mobile-tablet-only{
        display:block;
    }
    .tablet-only{
        display:none;
    }
    .social {
        /*margin-top: 80px;
        margin-bottom:80px;*/
    }
}

@media only screen and (max-width: 989px) {
    .footable-only {
        display: block !important;
    }


    .mobileTakeQuiz {
        display:inline;
        text-decoration: underline;
        color: #0000EE;
    }

    .mobile-only {
        display: block;
    }
}
@media only screen and (max-width: 890px) {
    .social {
        /*margin-top: 20px;*/
        margin-bottom:10px;
        margin-top:0px;
    }
    body {
        background: none;
    }
    .footerContainer {
        background: none;
    }
    .social{
        text-align:center;
    }
    .social li{
       /* display:unset;*/
    }
    .social a {
        color: #047940;
    }
    .footerWrapper {
        position: inherit;
    }

    .footerContent {
        position:inherit;
        bottom: 0px;
        right:0px;
        padding-bottom: 40px;
    }
    .footerContent p {
        text-align: center;
        color: black;
    }
    .footerContent a {
        color: #047940 !important;
        font-weight: bold;
    }

    .footerContentRes {
        position: inherit;
        bottom: 0px;
        right: 0px;
        padding-bottom: 40px;
    }

        .footerContentRes p {
            text-align: center;
            color: black;
        }

        .footerContentRes a {
            color: #047940 !important;
            font-weight: bold;
        }

    .headerarea {
        /*text-align: center !important;*/
    }
    .headercontact {
        /*text-align: center;*/
        padding-top: 0;
        margin-bottom: 10px;
    }
    .navbar-toggle {
        background-color: white;
    }
    .recentsearchesrow {
        text-align: center;
    }
    .recentsearchesrow .panel {
        margin-top: 20px;
    }
    .where {
        overflow: hidden;
    }
    .where .form-group {
        width: 85%;
    }
    .jobsbtn {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .quizimage {
        width: 150px;
    }
}

@media only screen (max-width: 890px) {
    .footerlinks {
        display: block !important;
    }
    .green-arch {
        left: 0px;
        bottom: -120px!important;
        height: 115px!important;
        max-width: 437px!important;
    }
    .header-line-3 {
        font-size: 30px!important;
    }
    .headercontact {
        margin-left: 356px;
    }
    .logo {
        width: 45%!important;
    }


}

@media only screen and (max-width: 800px) {
    .nav {
        font-size: 12px !important;
        padding-left: 15px;
    }
    
        .green-arch{
        bottom: -120px!important;
        height: 115px!important;
    }
}

/* Responsive: Portrait tablets and up */

@media screen and (min-width: 768px) {
    .container {
        max-width: 1000px;
    }

    


    /* Remove the padding we set earlier */
    .header,
    .marketing,
    .footer {
        padding-left: 0;
        padding-right: 0;
    }
    /* Space out the masthead */
    .header {
        margin-bottom: 30px;
    }
    /* Remove the bottom border on the jumbotron for visual effect */
    .jumbotron {
        border-bottom: 0;
    }




}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .toast {
        font-size: 18px;
        font-weight: bold;
        padding: 55px;
        margin: 20px;
    }

    #toast-container > div {
        opacity: 1.0 !important;
        width: 300px !important;
    }


    .toast-title {
        font-size: 14px;
    }


    .where {
        overflow: hidden;
    }
    .where .form-group {
        width: 65%;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #368EDA;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #368EDA;
    }
    .quickstart .btn-primary {
        margin-bottom: 10px;
    }
    .social {
        text-align: center;
    }
    .footerNavi li {
    }
    .popularJobs {
        text-align: center;
    }
    .bannerImg{
        display: block;
        margin: 0;
    }  
    .quickstart{
        margin-top:10px;
    }

}

@media only screen and (max-width: 767px) {

    
        .footable-only {
            display: none;
        }

        .list-group-item, .banner-group-item {
            border-radius: 7px;
            text-align: center;
            width: 60%;
            margin: 0 auto;
            margin-bottom: 12px;
            /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,e0e0e0+100 */
            background: #f5f5f5;
            /* Old browsers */
            background: -moz-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #f5f5f5 0%, #e0e0e0 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #f5f5f5 0%, #e0e0e0 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e0e0e0', GradientType=0);
            /* IE6-9 */
        }

        .banner-group-item {
            width: 100%;
            max-width: 320px;
        }

        .container {
            padding-left: 25px;
            padding-right: 25px;
        }

        .no-small-tablet {
            display: none;
        }
    }

@media only screen and (max-width: 549px) {
    .footable-only {
        display: block;
    }

    .navbar-nav > li > a {
         padding: 0px; 
    }

    .quizimage {
        width: 120px;
    }
}

@media screen and (max-width: 500px)
{
    .h-width {
        width:100vw;
    }.btn-primary {
        margin-bottom: 10px;
    }

    .mobile-right {
        text-align: left;
        padding-top: 5px;
    }
}

/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    .popularJobs {
        text-align: center;
    }

    .mobile-margin{
        margin: 0 10px 0 10px
    }

    .container{
        padding-left: 15px;
        padding-right: 15px;
    }

    .mobileCenter {
        /*text-align: center;*/
    }

    .bannerImg {
        display: block;
        margin: 0 auto;
    }

  
    .mobile-only{
        display:block;
    }

    .quickstart {
        margin-top: 10px;
    }

    .ui-accordion-header h2 {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
    }


    .main h6 {
        font-size: 14px;
    }
}

@media screen and (max-width: 420px)
{
    .p-width {
        width:98vw;
    }

    .quizimage {
        width: 100px;
    }
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {

    .quizimage {
        width: 65px;
    }
}

.img-zoom {
   

}

.transition {

}
.img-zoom-home {
   
}
 
.transition-home {

}

.fa-stack[data-count]:after {
    position: absolute;
    right: -25%;
    top: 1%;
    content: attr(data-count);
    font-size: 54%;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: rgba(255,0,0,.85);
    text-align: center;
    min-width: 2em;
    font-weight: bold;
}

@media all and (max-width: 768px) {
    .mobile-right {
        text-align: left;
        padding-top: 5px;
    }
}

@media (max-width: 550px) {
    .modal-dialog {
        margin-right:20px;
        margin-left:20px;
    }
}



@media all and (max-width: 240px) {
    .toast-bottom-right {
        margin-left: -54px;
        margin-top: -54px;
    }
}

@media all and (min-width: 241px) and (max-width: 320px) {
    .toast-bottom-right {
        margin-left: -64px;
        margin-top: -64px;
    }
}

@media all and (min-width: 321px) and (max-width: 480px) {
    .toast-bottom-right {
        margin-top: -20px;
    }
}



/*@media only screen and (max-width: 600px) {
    .toast-bottom-right {
        margin-top: -50px;
        margin-left: -30px;
    }
}*/

#ModalJob.modal-dialog {
    width: 80% !important;
    margin: 30px auto;
}

.modal-dialog-job {
    width: 80% !important;
    margin: 30px auto;
}





