﻿html {
    height: 100%;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    position: relative;
    margin: 0;
    /*padding-bottom: 6rem;*/
    min-height: 100%;
}

a {
    font-size: 12px;
}

h3 a {
    font-size: 24px;
}
/*blue*/
.txt-primary {
    color: #337ab7;
}
/*yellow*/
.txt-warning {
    color: #f0ad4e;
}
/*red*/
.txt-danger {
    color: #d9534f;
}
/*black*/
.txt-black {
    color: #000;
}
/*green*/
.txt-success {
    color: #5cb85c;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}


a:hover, .support-header > a:hover {
    color: #23527c;
}

.container {
    position: relative;
    text-align: left;
}

footer.container {
    text-align: center;
}

.header-wrap .col-sm-8, .header-wrap .col-sm-4 {
    padding: 0;
}



/* SEE RCBO APPROVED STYLES BELOW 
.header-wrap.red-line {
    border-bottom: 5px solid #337ab7;
    border-top: 3px solid #337ab7;
    padding-top: 10px;
}
*/



.navbar-default {
    background-color: none;
    border-color: none;
}

.chart-line img {
    padding-bottom: 10px;
}

.sub-unselect.open {
    display: none;
}

.sub-select, .sub-unselect {
    padding: 5px 10px;
}

    .sub-select a, .sub-unselect a {
        padding: 0 5px;
    }

nav.navbar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 0;
    margin-top: 1px;
}

div.row {
    border-top: none;
    clear: inherit;
    width: inherit;
}
/*
.logo > img {
    margin-top: 0px;
    max-height: 75px;
    max-width: 250px;
}
*/
.support-header > a {
    color: #337ab7;
    padding: 0 5px;
    font-size: x-small
}

/* SEE RCBO APPROVED STYLES BELOW 
    .navbar-default .navbar-nav > li > a {
    color: #337ab7;
}

*/

/*SEE RCBO APPROVED STYLES BELOW 
.footer-line {
    background: none repeat scroll 0 0 #337ab7;
    bottom: 0;
    display: block;
    padding: 30px;
    position: relative;
    width: 100%;
    color: #FFF;
}
*/
footer a.footer {
    border-right: 1px solid #fff;
    color: #fff;
    padding: 0 5px;
}

/*SEE RCBO APPROVED STYLES BELOW 
.footer-line {
    margin: 0 auto;
}

.footer-line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    text-align: center;
}
*/
.progress-container {
    padding-bottom: 20px;
    overflow: hidden;
}

.header-wrap.red-line, .style-rating, .panl-warning, .side-nav-selection, .panl-info {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.progress-btn {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 5px 5px 3px #ccc;
    display: table;
    float: left;
    margin: 0 5px;
    text-align: left;
    width: 19%;
}

    .progress-btn .cell-p {
        display: table-cell;
        padding-right: 8px;
        vertical-align: middle;
    }

img.cell-p {
    height: 89px;
}

.progress-btn > a {
    color: #fff;
}

.side-nav-selection {
    border-color: #b99619;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

    .side-nav-selection a {
        color: #666;
        font-size: 14px;
        font-weight: bold;
        padding-left: 8px;
    }

.sidehead {
    color: #fff;
    background-color: #b99619;
}

h3.sidehead {
    background-color: #b99619;
    color: #fff;
    font-size: 18px;
    padding: 5px 22px 5px 10px;
    position: relative;
}

.options-box {
    border-radius: 2px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0px;
}

.unselected-group .btn-group.add-remove-students {
    margin-bottom: 0px;
}

.btn-group.add-remove-students {
    margin-bottom: 20px;
    width: 100%;
}

.add-remove-students .btn {
    border-radius: 0;
}

.btn-group.add-remove-students a {
    width: 50%;
}

input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
}

.chx-box {
    margin: 10px 0;
}

.style-rating p {
    text-align: right;
}

.style-rating {
    margin-top: 0;
    padding: 4px 14px;
}

.info-panel a {
    display: block;
}

.progress-container.row {
    padding: 0 0 20px;
}

.form-group p {
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 0;
}

.col-sm-9.main-content {
    margin-bottom: 50px;
}

.panel-body a {
    display: block;
}



.btn.desc .show-t:after {
    font-family: FontAwesome;
    content: "\f13a"; /* adjust as needed, taken from bootstrap.css */
    font-style: normal;
    right: -15px;
}

.wrap-sort {
    display: block;
    float: none;
    position: relative;
}

.btn-sort {
    color: #337ab7;
}
.btnOrder.dropdown-menu {
    position: relative;
    display: block;
    float: left;
    min-width: 160px;
    padding: inherit;
    margin: inherit;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: inherit;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    border: none;
    border: none;
    border-radius: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.asce .show-t:after {
    /* symbol for "collapsed" panels */
    content: "\f139"; /* adjust as needed, taken from bootstrap.css */
}

.panl-info .style-rating.show-t, .panl-warning .panel-body-c.show-t {
    display: none;
}
/*
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.container .main-content {
    min-height: 500px;
}
*/

.panl-warning h4 {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

/*
.panl-info h4 {
    background-color: #337ab7;
    border-color: #337ab7;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 39px 10px 15px;
}
*/
.panl-info .style-rating {
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-color: #bce8f1;
    padding: 15px 10px 15px;
}

.panl-warning .panel-body-c {
    border: 1px solid #ebccd1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    padding: 10px;
}

    .panl-warning .panel-body-c a {
        margin: 5px;
    }

.modal-dialog {
    width: 750px;
}

.ratingsHead {
    text-align: left;
}


.largeTabMango .normal {
    color: inherit;
    font-family: "Helvetica Neue",Helvetica,helvetica,Arial,arial;
    font-size: 14px;
    font-weight: normal;
}

.profile-img img {
    max-width: 100% !important;
}

@media (max-width: 993px) {

    .container .main-content {
        min-height: 10px;
        margin-bottom: 20px;
        overflow: hidden;
    }


    .progress-btn a.cell-p {
        display: none;
    }

    .progress-btn.active-progress a.cell-p {
        display: table-cell;
        width: 100%;
    }

    .progress-btn.active-progress {
        float: none;
        margin: 20px 0;
        padding: 0;
        width: 100%;
    }

    .progress-btn {
        margin-bottom: 7px;
        width: inherit;
    }
/*
    .logo > img {
        margin-top: -8px;
        width: 250px;
    }
*/
    nav.navbar {
        margin-bottom: 0;
        margin-top: 1px;
    }

    .nav > li > a {
        padding: 5px 5px;
    }

    .navbar-nav {
        margin: 100px 0px;
    }
}

@media (max-width: 768px) {


    ol.progtrckr li {
        width: 100% !important;
    }



    nav.navbar {
        margin-bottom: 0;
        margin-top: 1px;
    }

    .header-wrap .col-sm-8, .header-wrap .col-sm-4 {
        padding: 0 15px;
    }

    .support-header {
        text-align: center;
    }

    .header-wrap .pull-right {
        float: none !important;
    }

    .btn.btn-primary.btn-sm {
        width: 100%;
    }
}

.txt-center {
    margin: 25px 0;
    padding-bottom: 5px;
    text-align: center;
}

.col-sm-3 h2 {
    border-bottom: 1px solid #ccc;
    color: #777;
    font-size: 23px;
}

.sidebar-options {
    margin-bottom: 15px;
}

    .sidebar-options.green h3 {
        background-color: #5cb85c;
    }

    .sidebar-options.yellow h3 {
        background-color: #f0ad4e;
    }

    .sidebar-options.red h3 {
        background-color: #d9534f;
    }

    .sidebar-options.green h3, .sidebar-options.yellow h3, .sidebar-options.red h3 {
        color: #fff;
        margin: 0 -10px 10px;
        padding: 10px;
        font-size: 18px;
    }

.sidebar-options {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 10px 10px;
}

div.row {
    border-top: medium none;
    clear: inherit;
    width: 100%;
}

.chart .cell {
    text-align: left;
}

.chart-line span {
    display: block;
}

.chart-line > div {
    float: left;
    width: 20%;
}

p {
    margin: 0 0 20px;
}

h5 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.col-sm-9.main {
    min-height: 620px;
}

.search-by {
    background: #ccc none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    margin-left: 6px;
    max-width: 351px;
    padding: 10px 10px 0;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 0 4px;
}

.item-group {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 10px 5px;
}

/*
.h4, h4 {
    font-size: 15px;
    font-style: italic;
}
*/

h3 {
    font-size: 23px;
}

.input-group-addon {
    background-color: #337ab7;
}

input#chkAccept, .deleteStudent input {
    margin-right: 10px;
}

a#btnSearch {
    color: #fff;
}

.container-fluid {
    padding-right: 0;
}

.support-header.pull-right.col-sm-12 {
    margin-right: -20px;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    line-height: 3em;
    width: 19.5%;
}

.progtrckr li div {
    color: #337ab7;
}

ol.progtrckr a {
    position: relative;
}

@media (max-width:768px) {
    div.row {
        border-top: medium none;
        clear: inherit;
        width: inherit;
    }

    select, textarea {
        width: 100% !important;
    }

    #btnSubmit.btn.btn-success, #btnDecline.btn.btn-danger {
        margin-bottom: 15px;
        white-space: normal;
        width: 100%;
    }

    .item-group .profile-img {
        text-align: center;
    }

    .col-sm-9.summary > h2 {
        border-bottom: 1px solid #ccc;
        font-size: 22px;
        margin-top: 18px;
    }

    .chart-line img {
        max-width: 100%;
    }

    .col-sm-9.main > h2 {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px;
        text-align: center;
    }

    .search-by {
        margin-left: 0px;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    h3 {
        margin-top: 15px;
    }



    .btn {
        margin-bottom: 10px;
        width: 100%;
    }

    .submit {
        float: none;
    }

    .btn.btn-sort {
        width: inherit;
    }
}

.tab-container {
    margin: 25px 0;
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    ol.progtrckr li {
        display: inline-block;
        text-align: center;
        line-height: 3em;
    }

    ol.progtrckr[data-progtrckr-steps="2"] li {
        width: 49%;
    }

    ol.progtrckr[data-progtrckr-steps="3"] li {
        width: 33%;
    }

    ol.progtrckr[data-progtrckr-steps="4"] li {
        width: 24%;
    }

    ol.progtrckr[data-progtrckr-steps="5"] li {
        width: 19%;
    }

    ol.progtrckr[data-progtrckr-steps="6"] li {
        width: 16%;
    }

    ol.progtrckr[data-progtrckr-steps="7"] li {
        width: 14%;
    }

    ol.progtrckr[data-progtrckr-steps="8"] li {
        width: 12%;
    }

    ol.progtrckr[data-progtrckr-steps="9"] li {
        width: 11%;
    }

    ol.progtrckr li.progtrckr-done {
        color: black;
        border-bottom: 4px solid #5cb85c;
    }

    ol.progtrckr li.progtrckr-todo {
        color: silver;
        border-bottom: 4px solid silver;
    }

    ol.progtrckr li.progtrckr-danger {
        color: black;
        border-bottom: 4px solid #d9534f;
    }

    ol.progtrckr li.progtrckr-warning {
        color: black;
        border-bottom: 4px solid #f0ad4e;
    }

    ol.progtrckr li:after {
        content: "\00a0\00a0";
    }

    ol.progtrckr li:before {
        position: relative;
        bottom: -2.5em;
        float: left;
        left: 50%;
        line-height: 1em;
    }

    ol.progtrckr li.progtrckr-done:before {
        content: "\C";
        color: white;
        background-color: #5cb85c;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }


    ol.progtrckr li.progtrckr-warning.active:before, ol.progtrckr li.progtrckr-done.active:before, ol.progtrckr li.progtrckr-todo.active:before, ol.progtrckr li.progtrckr-danger.active:before {
        content: "\2713";
        color: white;
        height: 1.2em;
        width: 1.2em;
        line-height: 1.2em;
        border: none;
        border-radius: 1.2em;
    }

    ol.progtrckr li.progtrckr-done.active:before {
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-todo:before {
        content: "\039F";
        color: silver;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-danger.active:before {
        color: #fff;
        background-color: #d9534f;
    }

    ol.progtrckr li.progtrckr-danger:before {
        content: "\039F";
        color: #d9534f;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

    ol.progtrckr li.progtrckr-warning.active:before {
        background-color: #f0ad4e;
        color: #FFF;
    }

    ol.progtrckr li.progtrckr-warning:before {
        content: "\039F";
        color: #f0ad4e;
        background-color: white;
        font-size: 1.5em;
        bottom: -1.6em;
    }

.progtrckr li div {
    display: inline-block;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
    width: 19%;
    margin-right: 10px;
    position: relative;
}

ol.progtrckr {
    margin-bottom: 38px;
}

.login {
    border: 6px solid #337ab7;
    border-radius: 3px;
    margin: 30px auto 70px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 500px;
}

i.fa.fa-question-circle {
    padding: 10px;
    font-size: 18px;
    color: #337ab7;
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(black, .08);
    border-radius: 4px;
}

#pnlForgot label {
    font-weight: bold;
}

.login h1 {
    font-weight: bold;
    color: #555;
    text-align: center;
}

    .login h1 span {
        color: #ccc;
        display: block;
        margin: 10px 0 25px;
    }

.login a {
    text-decoration: none;
}


/*Recommendations*/
.txt-center {
    margin: 25px 0;
    padding-bottom: 5px;
    text-align: center;
}

.col-sm-3 h2 {
    border-bottom: 1px solid #ccc;
    color: #777;
    font-size: 23px;
}

.sidebar-options {
    margin-bottom: 15px;
}

    .sidebar-options.green h3 {
        background-color: #5cb85c;
    }

    .sidebar-options.yellow h3 {
        background-color: #f0ad4e;
    }

    .sidebar-options.red h3 {
        background-color: #d9534f;
    }

    .sidebar-options.green h3, .sidebar-options.yellow h3, .sidebar-options.red h3 {
        color: #fff;
        margin: 0 -10px 10px;
        padding: 10px;
        font-size: 16px;
    }

.sidebar-options {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 0 10px 10px;
}

    .sidebar-options input {
        margin: 0 5px 0 0px;
    }

span#lblShoppingList {
    padding-bottom: 10px;
    margin: 0 15px;
    display: block;
}

.col-sm-3.profile-img &gt; img {
    width: 100%;
}

div.row {
    border-top: medium none;
    clear: inherit;
    width: 100%;
}

.chart .cell {
    text-align: left;
}

.chart-line span {
    display: block;
}

.chart-line &gt; div {
    float: left;
    width: 20%;
}

p {
    margin: 0 0 20px;
}

h5 {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 5px;
}

.col-sm-9.main {
    min-height: 620px;
}

.search-by {
    background: #ccc none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 13px;
    margin-left: 6px;
    max-width: 351px;
    padding: 10px 10px 0;
    margin-top: 15px;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 0 4px;
}

.item-group {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 10px 5px;
}


.col-sm-3.sidebar h3 {
    font-size: 18px;
}

h3 {
    font-size: 23px;
}

.tab-container {
    margin: 25px 0;
}

.panel-heading a:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
}

.panel-heading a.collapsed:after {
    content: "\e080";
}

.accordion-group .collapsed {
    display: block;
    visibility: visible;
}

.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 20px;
    line-height: 1.42;
    margin: 0 3px;
    padding: 2px 0;
    text-align: center;
    width: 20px;
}

.accordion-toggle {
    background: #5bc0de none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px;
    width: 100%;
}

.accordion &gt; h3 {
    background: #337ab7 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px;
}

.helper-icons {
    display: block;
    float: left;
    padding: 6px;
}

.btnOrder {
    float: left;
}

.accordion {
    border: 1px solid #337ab7;
    border-radius: 2px;
    margin: 15px 0;
    overflow: hidden;
}

accordion-group a:last-child {
    border-bottom: none;
}

.helper-icon-des .btn.btn-circle {
    margin: 2px 3px 0 10px;
    padding: 0;
}

.instructions {
    margin-top: 25px;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }

span.pull-right.fa.fa-chevron-circle-up, span.pull-right.fa.fa-chevron-circle-down {
    position: absolute;
    right: 4px;
    top: 6px;
}

@media (max-width:768px) {
    div.row {
        border-top: medium none;
        clear: inherit;
        width: inherit;
    }

    .login {
        width: 100%;
    }

    .item-group .profile-img {
        text-align: center;
    }

    .col-sm-9.summary &gt; h2 {
        border-bottom: 1px solid #ccc;
        font-size: 22px;
        margin-top: 18px;
    }

    .chart-line img {
        max-width: 100%;
    }

    .col-sm-9.main &gt; h2 {
        border-bottom: 1px solid #ccc;
        padding: 0 0 10px;
        text-align: center;
    }

    .search-by {
        margin-left: 0px;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child &gt; .btn, .input-group-btn:first-child &gt; .btn-group &gt; .btn, .input-group-btn:first-child &gt; .dropdown-toggle, .input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn, .input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

        .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn, .input-group-btn:first-child &gt; .btn:not(:first-child), .input-group-btn:last-child &gt; .btn, .input-group-btn:last-child &gt; .btn-group &gt; .btn, .input-group-btn:last-child &gt; .dropdown-toggle {
            border-bottom-left-radius: 0;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

    h3 {
        margin-top: 15px;
    }

        h3.sidehead {
            margin-top: 0;
        }

    .helper-icons {
        display: block;
        margin-left: 12px;
            float: none;
    }

    input#txtCouponCode {
        width: 100%;
        margin: 13px 0;
        border-radius: 5px;
        border: 2px solid #ccc;
        line-height: 1.8em;
    }

    input.normal.btn.btn-success.pull-right {
        float: none !important;
        width: 100%;
        white-space: normal;
        margin-top: 15px;
    }

    input#btnCouponCode {
        width: 100%;
    }

    .addtolist {
        text-align: center;
        display: block;
    }
}

.accordion > h3 {
    background: #337ab7 none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 10px;
}

.options-box > a {
    display: block;
}

.show.btn.btn-danger {
    width: 50%;
}

.chart-line {
    margin-top: 20px;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
    margin-top: 25px;
}

.accordion-group.tab-purple .accordion-toggle, .accordion.tab-purple > h3, .progress-bar.ratingsReverseLow {
    background: #d9534f;
}

.accordion-group.tab-mango .accordion-toggle, .accordion.tab-mango > h3, .progress-bar.ratingsReverseMed {
    background: #f0ad4e;
}

.accordion-group.tab-green .accordion-toggle, .accordion.tab-green > h3, .progress-bar.ratingsReverseHigh {
    background: #5cb85c;
}

.options-box .unselected-group.show-t {
    display: none;
}

.panl-warning .panl-warning h4 {
    display: none;
}

.panl-warning .panl-warning .panel-body-c {
    border: medium none;
    padding: 0 10px;
}

.panl-warning .panl-warning {
    margin: 0 -11px;
    padding: 0;
}

a.morelink {
    outline: medium none;
    text-decoration: none;
}

.morecontent span {
    display: none;
}

.morelink.fa::before {
    content: "";
    margin-left: 70px;
    position: absolute;
}

.morelink.fa.less::before {
    content: "";
    margin-left: 40px;
    position: absolute;
}

div#TermsAndConditions {
    overflow: scroll;
    max-height: 225px;
    border: 5px solid #ccc;
    padding: 20px 0 0;
}

.error {
    font-size: 12px;
    margin-top: 15px;
}

.cell input {
    margin-right: 10px;
}

.progressBar {
    color: #337ab7;
}

.tab-content > .tab-pane {
    padding: 20px 0;
}

.panel-body-c .glyphicon.glyphicon-triangle-right {
    margin-left: -19px;
}

.panel-body-c > div {
    padding: 0 0 15px 15px;
}

/*login page */
input#cph_txtUserName, input#cph_txtPassword {
    width: 100%;
}

.login h2, .login h3, .login-help {
    text-align: center;
}

.submit {
    float: right;
}

.slidertxt {
    padding: 10px 50px;
    position: absolute;
    top: 35%;
    width: 100%;
}

    .slidertxt h2 {
        font-size: 50px;
        margin: 0;
        padding: 0;
    }

    .slidertxt p {
        font-size: 18px;
    }
            .btn-or .btn
        {
            width: inherit !important;
        }
        .sharethisPos
        {
            margin-top: 10px;
            display: block;
            float:left;
        }
         .btn-pdf-excel
        {
            margin-top: 10px;
            display: block;
            float:left;
        }
        .btn-email-h
        {
            float:left;
            margin-top:10px;
        }
@media screen and (max-width: 768px) {
    .slidertxt {
        left: 0px;
        top: 0px;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    
                .btn-or .btn-mn span
        {
            display: none;
        }
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 7px;
    }
    .bx-wrapper .bx-next {
    right: -16px;
}
    .bx-wrapper .bx-prev {
    left: -16px;
}

        .slidertxt h2 {
            font-size: 25px;
        }

        .slidertxt p {
            display: none;
        }
}

#accordion > h3 {
    border-bottom: 2px solid #fff;
}

.pr-wrap p:nth-of-type(even) {
    background: #eee;
}

.pr-box {
    margin: 0 24px;
    border: 1px solid #eee;
}

.pr-wrap p {
    padding: 10px 15px;
    margin-bottom: 0;
}

.pr-wrap .fa-check {
    color: #5cb85c;
    padding-right: 5px;
}

.pr-img {
    padding: 40px 20px;
    background-color: #337ab7;
}

.pr-btnwarp {
    background-color: #23527c;
    padding: 30px 10px;
    text-align: center;
}

.pr-btn {
    width: 90%;
}

h2.pr-title {
    margin: 0;
    background-color: #23527c;
    padding: 10px 20px;
    font-size: 18px;
    text-align: center;
    color: #fff;
}

h4.pr-price {
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #eee;
}

#loadingDiv {
    position: absolute;
    z-index: 9999;
    background: rgba(0,0,0,.6);
    height: 100%;
    width: 100%;
    position: fixed;
}

    #loadingDiv img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-top: 0px;
        margin-left: 0px;
    }

a.accordion-toggle:focus, a.accordion-toggle:hover {
    color: #fff;
}



#fancybox-close {
    display: inline !important;
    top: -15px !important;
    right: -12px !important;
    width: 33px !important;
    height: 33px !important;
}

.bxslider > li h3 {
    font-size: 36px;
}
@media (max-width: 1200px) {
    .progtrckr li div {
        font-size: 14px;
    }
}

@media (max-width: 980px) {
    div#navbar {
        padding: 0;
        margin: 0;
    }
    .bx-wrapper .bx-viewport {
    left: 0;
    border: none;
}
    .container-fluid {
        padding: 0;
        margin: 0;
    }

    .support-header.pull-right.col-sm-12 {
        padding: 0;
        margin: 0;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        padding: 5px;
    }

    .progtrckr li div {
        display: inline;
        position: absolute;
        left: 0;
        top: 8px;
        background-color: #fff;
    }

    ol.progtrckr li {
        width: 220px !important;
    }

        ol.progtrckr li::before {
            left: 67%;
        }
}

@media (max-width: 768px) {
    ol.progtrckr {
        margin-top: -20px;
    }
  .bxslider > li h3 {
    font-size: 16px;
    margin: 0;
}
        ol.progtrckr li {
            line-height: 1.3em;
            font-size: 1.3em;
        }

            ol.progtrckr li:before {
                bottom: -1.3em;
                line-height: 1em;
            }

            ol.progtrckr li.progtrckr-done::before {
                bottom: -1.5em;
                font-size: 0.7em;
                height: 1.2em;
                line-height: 1.4em;
                width: 1.2em;
            }

            ol.progtrckr li.progtrckr-warning::before {
                font-size: 1em;
            }

            ol.progtrckr li.progtrckr-warning.active:before, ol.progtrckr li.progtrckr-done.active:before, ol.progtrckr li.progtrckr-todo.active:before, ol.progtrckr li.progtrckr-danger.active:before {
                height: 1.2em;
                width: 1.2em;
                line-height: 1.2em;
            }

            ol.progtrckr li.progtrckr-done.active:before {
                bottom: -0.9em;
                font-size: 1em;
            }

            ol.progtrckr li.progtrckr-danger::before {
                background-color: white;
                bottom: -0.9em;
                font-size: 1em;
            }

            ol.progtrckr li.progtrckr-todo:before {
                bottom: -1em;
            }

            ol.progtrckr li.progtrckr-danger:before {
                bottom: -1em;
            }

            ol.progtrckr li.progtrckr-warning:before {
                bottom: -0.8em;
            }

    .footer-line {
        bottom: -35px;
    }

    .btn-mn {
        margin-bottom: 10px;
    }

    .navbar-nav {
        margin: 100px 0;
    }

    nav.navbar {
        margin-top: 3px;
    }
}

.icon-img {
    width: 19px;
}

.morelink {
    color: #337ab7;
    font-size: 14px;
    margin-top: 15px;
}

.wrap-sort {
    display: none;
}
.wrap-sort.open-sort {
    display: block;
}
.btn.txt-change {
    display: none;
}
.wrap-sort .dropdown {
    overflow: hidden;
}

@media (max-width: 768px) {
    .btn.txt-change {
        display: block;
    }

    .btnOrder.dropdown-menu {
        display: none;
    }

    .dropdown.open .btnOrder.dropdown-menu {
        display: block;
    }

    .btnOrder span.pull-right.show-t.fa {
        float: none !important;
    }

    .btn.btn-sort {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid;
    }

.wrap-sort button.btn.btn-primary.dropdown-toggle.txt-change {
    border-radius: 0;
    margin: 0;
}
}



/******* RCBO *******/
/*** START IMPORTANT REQUIREMENTS ***/
/* backgrounddiv, bodydiv and form are requried in order to achieve Knox approved styles with Expert site structure */
   
#backgrounddiv {
    position: fixed;
    background-position: top right;
    background-repeat: no-repeat;
    /*background-image: url(../../images/knox_medical/brick&mortar.jpg);*/
    z-index: 1;
    width: 100%;
    height:100%;
    display:block;
}

#bodydiv {
    top:0;
    height:100%;
    width:100%;
    position:fixed;
    overflow: scroll;
    z-index: 2;
} 

form {
    margin-bottom: 0px;
}
/*** END IMPORTANT REQUIREMENTS ***/




/*Content*/
/*
    Color #41BAAE = rgb(65, 186, 174)
    Opacity: 63% = rgba(65, 186, 174, 0.63)
*/

.wixy {
   /*max-width: 980px;*/
    padding: 0px 45px 0px 50px;
    background-color: #fff;
    color: #ffffff;
    font: normal normal normal 15px/1.4em DINLight, sans-serif;
    /*color: #605E5E;*/
}

/* force white style on elements that don't inherit */
.knox-wht {
    color: #ffffff;
}

/* Use when transparent green is over a dark background image */
.knox-blu {
    color: #bae9ff;
}

/*override all panel title, search background */
.knox-gray-bg, .panel-title, .input-group-addon {
    background-color: rgba(35, 35, 35, 0.0) !important;
}

.knox-green-bg {
   background-color: rgba(65, 186, 174, 0.63) !important;
}

/*Adds spacing Links table*/
.modular {
    padding-bottom: 20px;
}

.normalTextTitle {
    padding-top: 10PX;
}

.panel-title {
    border: 1px solid !important;
    border-color: rgba(35, 35, 35, 0.29) !important;
    
}

.style-rating {
    border: 1px solid !important;
    border-top: 0px !important;
    border-color: rgba(65, 186, 174, 0.63) !important;
      background-color: rgba(65, 186, 174, 0.63) !important;
    
    border-color: rgba(35, 35, 35, 0.29) !important;
    background-color: #fefefe !important;
}

span.glyphicon.glyphicon-search {
    color: #C0C0C0 !important;
}

span#cph_lblTitle {
    color: #685aa7;
}

/*
.panel-info div {
    background-image: url(../../images/rcbo/menu/Eucharistic_Adoration_Candles.png);
    border: 1px solid red;
}
*/
.panl-info h4:after, .panl-warning h4:Before {
    font-family: FontAwesome;
    content: " \f139"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: #685aa7; /* adjust as needed */
    font-style: normal;
    position: absolute;
    right: 15px;
    top: 10px;
}

.panl-info h4.show-t:after, .panl-warning h4.show-t:Before {
    /* symbol for "collapsed" panels */
    content: "\f13a"; /* adjust as needed, taken from bootstrap.css */
    color: #685aa7;
}

.panl-info h4 {
    background-color: transparent;
    color: #685aa7;
    border: 1px;
    border-color: #337ab7;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 39px 10px 15px;
}

div.panl-info  {
    /*background-image: url(../../images/rcbo/menu/Eucharistic_Adoration_Candles.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right bottom;*/
}

h4.panel-title {
    /*background: #685aa7 !important;
    background: transparent !important;
    background-color: #000 !important;
    background-image: url(../../images/rcbo/menu/Eucharistic_Adoration_Candles.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;*/
    color: #685aa7;
}

h4.panel-title h4 {
    /*background: #685aa7 !important;
    background: transparent !important;
    background-color: #000 !important;*/
    background-image: none;
    background-color: transparent;
}

.linklist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.support-header {
    right: 0;
    text-align: right;
    background-color: #930100; /*transparent*/
    padding-right: 55px;
    height: 25px;
}

/* Menu*/
/* 
    16px = 1em = 12pt
*/
div#navbar {
    text-transform: uppercase;
    border-top: 0px;
}
#nav {
    clear: both;
    display:block !important;
    max-height: 125px !important;
    overflow: visible;   
}



language-trans {
    float: right;
}


#navbarX {
    background-color: #fff;
}

/*  Work-a-round for active menu link styling*/
span[style^="color:#CCFF00;"] {
    /*border: 2px solid #059ca9;*/
    color: #f0ad4e!important; /* #059ca9 */
    font-style: italic;
} 

/* Larger Screens only */
@media only screen and  (min-width: 750px) {
/*Typography*/

    h4 {
        font-family: Tahoma,Verdana,Geneva,sans-serif;
        margin: 0;
        font-weight: 300;
        font-size: 24px;
        display: inline-block;
        width: 100%;
        line-height: 40px;
        color: #ffffff;
        background-color: #3b74a9;
    }

h5 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 36px;
     line-height: 50px;
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #059ca9;
}

h1 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
}

h2 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    color: #000065;
    margin: 0 0 0px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 400;
}

h3 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}

    .menucontainer {
    /*min-width: 980px;*/
    width: 100%;
    padding: 0px;
    }

    .wixyxxx {
        margin-top: 25px;
    }

    .menucontainer {
        background-color: transparent ;/*#000*/
    }

    #menu-img-mstr {
        background-image: url("../../images/Knights6020/menu/KnightsLogo.png"), url("../../images/Knights6020/menu/KnightsMedallion.png");
        background-position: left top, right top;
        background-repeat: no-repeat;
        width: 100%;
        height: 158px;
        left: 0;
        position: absolute;
        background-color: #fff;
        display: block;
    }
    #menu-img-center {
        background-color: transparent;
        background-image: url("../../images/Knights6020/menu/KnightsTitle.png");
        background-repeat: no-repeat;
        width: 624px;
        height: 158px;
        margin-left: auto;
        margin-right: auto;
    }

    #menu-img-right {
        background-color: transparent;
        background-image: url("../../images/rcbo/menu/Eucharistic_Adoration_Candles.png");
        background-repeat: no-repeat;
        width: 489px;
        height: 158px;
        right: 0;
    }

    .infobody {
        margin-left: 30px;
        margin-right: 30px;
    }

    .support-header, .support-header > a, .support-header > a:hover, #ajaxout > a {
    font-family: DINLight, sans-serif; 
    font-weight: 100;
    font-size: 1em;
    color: #fff;
    }

    ul.nav li.dropdown:hover ul.dropdown-menu {display: block !important;}
    ul.nav li.dropdown b.caret {display: none !important;}
     
    div#menu {
    width: 100%;
    background-color: #000 !important;
    min-height: 184px !important;
    }


    .nav-justified>.dropdown .dropdown-menu {
    top: 58px;
    text-align: center;
    transform: translate(-12.5%, 0);
    }
    
    ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block !important;
    left: 10%;
    /*right: auto;*/
    }
    
    .navbar-nav > ul {
        display: inline-block !important;
    }
    
    .navbar-nav {
        margin-left: 0 auto;
        margin-right: 0 auto;
        margin-top: 120px;
        margin-bottom: -80px;
    }

    .navbar-nav > li {
    /*transform: rotate(-180deg);
    display: inline-block !important;*/
    float: left;
    text-align: center;
    min-width: 150px; 
    min-height: 10px;  
    max-height: 10px; 
    }
    
    ul.nav li.dropdown b.caret {display: none !important;}
    #phnLogo {display: none;}
    li#stdLogo{margin-right:50px; float: left; display: inline-block; min-height: 5px;}
    .container {width: 100%; padding: 0px;}
    .news-banner {float:left; right:0; top:0;}
   .news-banner-bottom {display:none;}
   
    .bx-wrapper {width:100%;margin: 0 auto 0px !important;}

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    font-family: "Neutraface", sans-serif;
    }

    a.logo:hover {border: 4px solid transparent !important;}

    .navbar-nav > li > a:link    {
        color:darkblue !important; /* #f0ad4e */
        background-color:transparent !important; 
        text-decoration:none !important; font-size: 20px; 
        border: 4px solid transparent; 
        font-family: "Neutraface", sans-serif !important; 
        /*margin-top: 30px; */
        padding: 5px; 
    }
    .navbar-nav > li > a:visited {
        color:darkblue !important; /* # f0ad4e  */
        background-color:transparent !important; 
        text-decoration:none !important; 
        font-size: 20px; 
        border: 4px solid transparent; 
        padding: 5px; 
    } 
    .navbar-nav > li > a:hover   {
        color:darkblue !important; /* #f0ad4e */
        background-color:transparent !important; 
        text-decoration:none !important; font-size: 20px; 
        border: 4px solid #059ca9; /* #f0ad4e */
        padding: 5px; 
        min-height: 60px;
    } 
    .navbar-nav > li > a:active  {
        color:darkblue !important; /* #f0ad4e */
        background-color:transparent !important; 
        text-decoration:none !important; 
        font-size: 20px; 
        border: 4px solid transparent; 
        padding: 5px; 
    } 

    /* Sub-Menu Anchors */
    .dropdown-menu > li > a:link    {color:#000 !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;}
    .dropdown-menu > li > a:visited {color:#000 !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;} 
    .dropdown-menu > li > a:hover   {color:#000 !important; background-color: #059ca9 !important; /* #f0ad4e */   text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;
    } /*#41baae*/
    .dropdown-menu > li > a:active  {color:#000 !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;} /*#eeff00*/

    .navbar .nav .dropdown-menu:after {
        width: 0;
        height: 0;
        content: "";
        border-style: solid;
        border-width: 18px 18px 0 18px;
        border-color: #fff transparent transparent transparent;
        position: absolute;
        left: 50%;
        top: -1;
        margin: 0 0 0 -18px;
    }

    .blockNav {
    margin: 12px 0px 0;
    text-align: center;
    }
.block-item {
    margin: 0 12px 12px 0;
    float: left;
    }

 .mapiframe {
    position:absolute; 
    height: 150%; 
    width:100%; 
    border: none;
    }

} /* Close Larger screens only */
   
/* Smaller screens only */
@media only screen and  (max-width: 749px) {
  .mapiframe {
    position:absolute; 
    height: 500%; 
    width:100%; 
    border: none;
    }
  /*Typography*/

h4 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 28px;
    display: inline-block;
    width: 100%;
     line-height: 25px;
   color: #ffffff;
    background-color: #000065;
}

h5 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
     line-height: 25px;
    display: inline-block;
    width: 100%;
    color: #fff;
    background-color: #059ca9;
}

h1 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 18px;
}

h2 {
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    color: #059ca9;
    margin: 0 0 0px;
    line-height: 15px;
    font-size: 15px;
    font-weight: 400;
}

h3 {
    font-family: 'robotoslab', sans-serif;
    font-size: 8px;
    line-height: 8px;
    font-weight: bold;
}


    .navbar-default, .navbar-toggle {
        border: 0px;
    }

    .navbar-toggle:hover {
        border: 0px;
        background-color: rgba(35, 35, 35, 0.0) !important;
        border: 1px solid #059ca9;
    }


    .icon-bar {
        background-color: #059ca9!important; 
    }


    #phnLogo {display: block; position: absolute; top: 25px; left: 20px;} 

    #stdLogo {display: none;}

    div#menu {
    width: 100%;
    height: 60px !important;
    margin-bottom: 0px !important;
    }

    .support-header {
        clear: left;
        float: left;
        width: 100%;
        height: 35px;
        padding: 10px 5px 10px 5px !important;
        background-color: rgba(93, 01, 00, .80) !important;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        text-align: right;
    }

    .support-header, .support-header > a, .support-header > a:hover, #ajaxout > a {
    font-family: DINLight, sans-serif; 
    font-weight: 100;
    font-size: 1em;
    color: #930100;
    }

    .nav-justified>li>a {
     text-align:left;
     margin: 0px;
    }
 	
    .navbar-nav {

    background-color: #059ca9;
    z-index: 1000;
    }


    a.nav-link {
        clear: left;
        float:left;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    .dropdown-toggle {
        clear:left;
        float: left;
        width: 90%;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }

    a.dropdown-toggle.caret-override {
        float:right;
        clear:none;
        width: 10%;
        height: 37px;
        border-left: 1px solid rgba(255, 255, 255, .2);
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        /*font-size: 1em;*/
        margin: 0px;
        padding: 5px 5px 15px 0px;
    }

    b.caret {
        float:right; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid;
    }

    .col-xs-8.col-md-9 {clear: both;}
    .footer-line {margin-top: 0px !important; bottom: 0px ;}

    .wixy {
        padding: 0px 2% 0px 2%;
        word-break: break-word;
    }

    #DivSlider {width:100%; max-width:none;}
    .bx-wrapper {width:100%;margin: 0 auto 0px !important;}
    /* .news-banner {float:right; bottom:0; position:absolute;}*/
   .news-banner {display:none;}
    .news-banner-bottom {float:left;}

    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav>.open>a, 
    .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    font-family: Tahoma,Verdana,Geneva,sans-serif;
    }

    a.logo:hover {border: 4px solid transparent !important;}

    .navbar-nav > li > a:link    {
        color:#fff !important; 
        background-color:transparent !important; 
        text-decoration:none !important; 
        font-size: 20px; 
        border: 4px solid transparent !important; 
        font-family: Verdana, sans-serif !important; 
        /*margin-top: 30px; */
        padding: 5px; 
        float: left;
    }
    .navbar-nav > li > a:visited {
        color:#fff !important; 
        background-color:transparent !important; 
        text-decoration:none !important; 
        font-size: 20px; 
        padding: 5px; 
        float: left;
    } 
    .navbar-nav > li > a:hover   {
        color:#059ca9!important; 
        background-color: #fff !important; 
        text-decoration:none !important; 
        font-size: 20px; 
        padding: 5px; 
        float: left;
    } /*#41baae*/
    .navbar-nav > li > a:active  {
        color:#fff !important; 
        background-color:transparent !important; 
        text-decoration:none !important; 
        font-size: 20px !important; 
        border: 4px solid transparent !important; 
        padding: 5px; 
        float: left;
    } /*#eeff00*/

    /* Sub-Menu Anchors */
    .dropdown-menu > li > a:link    {color:#fff !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;}
    .dropdown-menu > li > a:visited {color:#fff !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;} 
    .dropdown-menu > li > a:hover   {color:#fff !important; background-color: #059ca9 !important;  text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;
    } /*#41baae*/
    .dropdown-menu > li > a:active  {color:#fff !important; background-color:transparent !important; text-decoration:none !important; font-family: "Neutraface", sans-serif; text-align: center;} /*#eeff00*/
    .navbar .nav .dropdown-menu:after {
        width: 0;
        height: 0;
        content: "";
        border: none;
    }
} /* Close Smaller screens only */


/*Header*/
/*
    #232323 = rgb(35, 35, 335)
    opacity 29% = rgba(35, 35, 35, 0.29)
*/
.header-wrap.red-line {
    /*max-height: 66px;*/ 
    background-color: rgba(35, 35, 35, 0.29);
    Color: #FFFFFF;
    font: normal normal normal 16px/1.4em DINLight, sans-serif;
    overflow:hidden;
    padding: 0px !important;
    margin: 0px 0px 50px 0px !important;
}

/*Buttons*/
/*
    #41BAAE = rgb(65, 186, 174)
    #14632F = rgb(20, 99, 47)


.logo > img {
    margin-top: -25px;
    max-height: 75px;
    max-width: 250px;
}
*/


/*Override existing buttons*/
.btn-or {
    overflow: hidden;
    background-color: #404040;
}

.btn-info {
    border: 0px solid transparent !important;
}

.btn .btn-primary .btn-mn {
    background-color: #eb5a4f !important;
    /* border-radius: 5px !important; */
    text-decoration: none !important;
}

.knoxbtn{
    background-color: #eb5a4f !important;
    /* border-radius: 5px !important; */
    text-decoration: none !important;
}

.knoxbtn:hover{
    /*background-color: rgba(20, 99, 47, 1) !important;*/
    background-color: #EB5A4E !important;
    opacity: .9;
    text-decoration: none !important;
}

.kboxbtnlbl{
    font: normal normal normal 14px/1.4em raleway,sans-serif;
    transition: color 0.4s ease 0s;
    color: #FFFFFF;
    text-decoration: none !important;
}

/* style selector where id starts with "lnklang" */
span#lblSignUp, span#lblLogin, span#lblWelcome, a#lnkLangES, a#lnkLangEN {
    font-size: x-small;
    color: #fff;
}


/* Anchors - excluding header menu links */
a:link    {color:#000000; background-color:transparent; text-decoration:none;}
a:visited {color:#000000; background-color:transparent; text-decoration:none;} 
a:hover   {color:#41baae; background-color:transparent; text-decoration:none;} /*#41baae*/
a:active  {color:#eeff00; background-color:transparent; text-decoration:none;} /*#eeff00*/

.navbar-nav > li > .dropdown-menu {
    background-color: #e6e6e5;
    z-index: 1000;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important;
    border-radius: 0px;
    border-top: 25px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 0px solid #fff;

}



/* Primary Menu Anchors */
/*.navbar-nav > li > a {padding: 15px 10px 10px 10px;}*/
.navbar-nav > li {
    text-transform: uppercase;
}

.navbar-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*direction: rtl;*/
    width: 100%;
}

ul.nav.navbar-nav {
    /*direction: rtl !important;*/
    width: 100%; 
}

ul.nav.navbar-navORG {
    /*direction: rtl !important;*/
    width: 100%; 
    padding-right: 50px;
    height: 100px;
    max-height: 100px;
}





/* Social */
.socialfloat {
    float:right;
    display: block;
}

/* Footer */
/*
    Color: #232323
Transpareny: 60%
Height: 240 px
​
Headings:
DINLight, t 22, underlined
Color: #FFFFFF
 
Paragraphs:
DINLight,  15
Color: #FFFFFF
​
Copyright:
DINLight,  12
Color: #FFFFFF
*/

.footer-line {
    background-color: #930100;
    display: block;
    position: relative;
    width: 100%;
    min-height:240px;
    color: #000000;
    margin: 60px 0px 0px 0px;
    padding: 21px 33px 21px 33px;
    text-align: center;
    font: normal normal normal 12px/0.750em DINLight, sans-serif;
}

.col-md-4 {
    font: normal normal normal 15px/1.4em DINLight, sans-serif;
    color: #ffffff;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.footer-logo {
    margin-top:35px;
}

.footer-line h1 {
    font: normal normal normal 22px/1.4em DINLight, sans-serif;
    text-decoration: underline;
    color:#ffffff;
}

.footer-line a {
    color: #ffffff;
}
 
.copyright {
    font: normal normal normal 12px/0.750em DINLight, sans-serif;
    color: #ffffff;
    padding-bottom: 8px;
    padding-top: 12px;
}


/*Forms*/
/*
    Label
DNN Next Light 17
Color #41BAAE
Vistor
DNN Next Light 17
Color #605E5E
​
Button
DNN Next Light 17
Color #30BDFF
*/

.left {float:left;}
.right {float:right;}
/* Knox Cute Editor Standards */


@font-face {
    font-family: "robotoslab";
    src: url("font/rcbofonts/robotoslab-thin-webfont.eot");
    src: url("font/rcbofonts/robotoslab-thin-webfont.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/robotoslab-thin-webfont.woff2") format("woff2"), url("font/rcbofonts/robotoslab-thin-webfont.woff") format("woff"), url("font/rcbofonts/robotoslab-thin-webfont.ttf") format("truetype"), url("font/rcbofonts/robotoslab-thin-webfont.svg#roboto_slabthin") format("svg");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: "robotoslab";
    src: url("font/rcbofonts/robotoslab-regular-webfont.eot");
    src: url("font/rcbofonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/robotoslab-regular-webfont.woff2") format("woff2"), url("font/rcbofonts/robotoslab-regular-webfont.woff") format("woff"), url("font/rcbofonts/robotoslab-regular-webfont.ttf") format("truetype"), url("font/rcbofonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "robotoslab";
    src: url("font/rcbofonts/robotoslab-bold-webfont.eot");
    src: url("font/rcbofonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/robotoslab-bold-webfont.woff2") format("woff2"), url("font/rcbofonts/robotoslab-bold-webfont.woff") format("woff"), url("font/rcbofonts/robotoslab-bold-webfont.ttf") format("truetype"), url("font/rcbofonts/robotoslab-bold-webfont.svg#roboto_slabbold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "robotoslab";
    src: url("font/rcbofonts/robotoslab-light-webfont.eot");
    src: url("font/rcbofonts/robotoslab-light-webfont.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/robotoslab-light-webfont.woff2") format("woff2"), url("font/rcbofonts/robotoslab-light-webfont.woff") format("woff"), url("font/rcbofonts/robotoslab-light-webfont.ttf") format("truetype"), url("font/rcbofonts/robotoslab-light-webfont.svg#roboto_slablight") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Neutraface";
    src: url("font/rcbofonts/NeutrafaceText-Bold.eot");
    src: url("font/rcbofonts/NeutrafaceText-Bold.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/NeutrafaceText-Bold.woff2") format("woff2"), url("font/rcbofonts/NeutrafaceText-Bold.woff") format("woff"), url("font/rcbofonts/NeutrafaceText-Bold.ttf") format("truetype"), url("font/rcbofonts/NeutrafaceText-Bold.svg#NeutrafaceText-Bold") format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Neutraface";
    src: url("font/rcbofonts/NeutrafaceText-Book.eot");
    src: url("font/rcbofonts/NeutrafaceText-Book.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/NeutrafaceText-Book.woff2") format("woff2"), url("font/rcbofonts/NeutrafaceText-Book.woff") format("woff"), url("font/rcbofonts/NeutrafaceText-Book.ttf") format("truetype"), url("font/rcbofonts/NeutrafaceText-Book.svg#NeutrafaceText-Book") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Verdana;
    src: url("font/rcbofonts/NeutrafaceDisplay-Titling_gdi.eot");
    src: url("font/rcbofonts/NeutrafaceDisplay-Titling_gdi.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/NeutrafaceDisplay-Titling_gdi.woff") format("woff"), url("font/rcbofonts/NeutrafaceDisplay-Titling_gdi.ttf") format("truetype"), url("font/rcbofonts/NeutrafaceDisplay-Titling_gdi.svg#NeutrafaceDisplay-Titling") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "fontello";
    src: url("font/rcbofonts/fontello.eot");
    src: url("font/rcbofonts/fontello.eot?#iefix") format("embedded-opentype"), url("font/rcbofonts/fontello.woff") format("woff"), url("font/rcbofonts/fontello.ttf") format("truetype"), url("font/rcbofonts/fontello.svg#fontello") format("svg");
    font-weight: normal;
    font-style: normal;
}

body, p {
    font-family: 'robotoslab', sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 0 0;
}

