#imagewrapper img {
    max-height: none;
}

.row .span4 {
    display: block;
    width: 25%;
}

.side-nav-description {
    padding: 5px;
    display: none;
    color: #808080;
    height: auto;
    margin-bottom: 10px;
}

.sidenav-url {
    display: block;
}

.row .span4 ul.nav li a {
    font-weight: bolder;
    font-size: 18px;
    line-height: 24px;
    color: #ce9357;
}

#rsidebar-sidebar {
    width: 30%;
}

.container2 {
    width: 1200px;
    margin: auto;
}

.span8 {
    width: 64%;
}

@media all and (max-width: 767px) {
    #rsidebar-sidebar {
        margin-top: 20px !important;
        width: 90%;
        margin: auto;
    }
}

@media all and (max-width: 1199px) {
   .container2 .row .container {
       width: 100% !important;
       margin: 10px !important;
   }
}

@media all and (max-width: 850px) {
    .span8 {
        width: 90% !important;
        left: 10% !important;
        margin-top: 20px !important;
    }

    .container2 {
        width: 100%;
    }

    .span4 {
        width: 90% !important;
        left: 10% !important;
    }
}

#product-div #left-pager {
    float: left;
    position: relative;
}

#product-div #right-pager {
    float: right;
    position: relative;
}

h3.news-pl-title,
h3.news-pl-title a {
    color: #2153ad !important;
    text-align: left !important;
    margin: 0px !important;
    font-size: 24px;
}

.news-pl-description {
    margin-bottom: 50px !important;
}

a.news-side-title {
    display: block;
    font-size: 18px !important;
    margin-left: 15px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
}

a.news-side-title:visited {
    color: #2153ad !important;
}

#main_unbordered .container .row .span4 form table tbody tr td input[type="text"] {
    background-color: #ffffff;
    border: 1px solid #cccccc !important;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    vertical-align: middle;
}
#main_unbordered .container .row .span4 form table tbody tr td input[type="submit"] {
    color: #ffffff !important;
    border: none !important;
    font-family: Helvetica Neue, Arial !important;
    background: #f4af69;
    background: -moz-linear-gradient(top, #f4af69 0%, #ce9357 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4af69), color-stop(100%, #ce9357));
    background: -webkit-linear-gradient(top, #f4af69 0%, #ce9357 100%);
    background: -o-linear-gradient(top, #f4af69 0%, #ce9357 100%);
    background: -ms-linear-gradient(top, #f4af69 0%, #ce9357 100%);
    background: linear-gradient(to bottom, #f4af69 0%, #ce9357 100%);
    width: 70%;
}

@media all and (max-width: 1199px) {
    #middle_unbordered #main_unbordered .container .row .span4 {
        display: block !important;
        width: 100% !important;
    }
    #middle_unbordered #main_unbordered .container .row .span8 {
        display: block !important;
        width: 100% !important;
    }
    #main_unbordered .container .row .span4 form table tbody tr td input[type="submit"] {
        width: 30% !important;
        float: left;
    }
    #main_unbordered .container .row .span4 form table,
    #main_unbordered .container .row .span4 form table tbody {
        width: 100%;
    }
}

@media all and (max-width: 799px) {
    #main_unbordered .container .row .span4 form table tbody tr td input[type="submit"] {
        width: 60% !important;
    }
}

@media all and (max-width: 499px) {
    #main_unbordered .container .row .span4 form table tbody tr td input[type="submit"] {
        width: 80% !important;
    }
}

#footer-wrapper .formBlockSurveyTable label {
    display: none;
}

.custom-file-input {
    cursor: pointer;
}