
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
h1, h2, h3 {
    vertical-align: middle;
}
h1 > .label, h2 > .label, h3 > .label {
    vertical-align: middle;
}
h2-condensed, h3-condensed {
    margin-bottom: 10px;
    margin-top: 10px;
}
hr {
    margin-bottom: 10px;
    margin-top: 5px;
}
a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, .FatFooterMenu a {
    text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, .FatFooterMenu a:hover {
    text-decoration: underline;
}
label.control-label, .radio-inline label, .checkbox-inline label, .ContentUserControl label {
    font-weight: normal;
}
span.radio {
    padding: 0;
}
span.radio > input[type="radio"] {
    margin: 3px -5px 7px 0;
}
span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0 5px 0 10px;
}
.table thead > tr > th {
    border-bottom: 1px solid #dddddd;
}
.alert-small {
    margin-bottom: 10px;
    padding: 5px;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}
.attend-confirm, .available-confirm {
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    color: #468847;
    margin-top: 5px;
    padding: 5px 10px;
}
.bg-success {
    background-color: #dff0d8;
}
.badge {
    border-radius: 5px;
    font-weight: normal;
}
.bg-warning {
    background-color: #fcf8e3;
}
.break-word {
    overflow-wrap: break-word;
}
.btn, .btn:hover, .nav a, .nav a:hover {
    text-decoration: none;
}
.btn.no-hover {
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #fff, #fff);
    background-position: 0 center;
    color: #333333;
    text-decoration: none;
    transition: none 0s ease 0s ;
}
.btn-attend {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}
.btn-attend:hover {
    background-color: #47a447;
    border-color: #398439;
    color: #fff;
}
.btn-default {
    background-color: #f7f7f7;
    border-color: #cccccc;
    color: #333333;
}
.btn-edit {
    opacity: 0.5;
}
.btn-edit {
    margin-left: 3px;
}
.btn-gray {
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-gray:hover {
    background-color: #f4f4f4;
    border-color: #cccccc;
    color: #999999;
}
.btn-primary .cssbuttontxt, .btn-success .cssbuttontxt {
    color: white;
}
.btn-resend {
    border-color: #cfba81;
    color: #8f7223;
}
.btn-resend:hover {
    background-color: #f2e3ba;
    border-color: #cfba81;
    color: #8f7223;
}
.btn-success {
    color: #ffffff;
}
.btn-tag {
    margin-left: 5px;
    padding: 0 3px;
}
.btn-unattend {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-unattend:hover {
    background-color: #ebebeb;
    border-color: #adadad;
    color: #333;
}
.btn-xs.btn-edit {
    font-size: 11px;
}
.btn-xs.btn-edit {
    font-size: 11px;
    margin-right: 3px;
    padding: 2px 5px;
}
.center {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: middle;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.center-inline {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.fixed-table {
    border-collapse: separate;
    border-spacing: 0;
    overflow-wrap: break-word;
    table-layout: fixed;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: default;
}
.form-group label, .panel-form label {
    font-weight: normal;
}
.form-group.required .control-label::after {
    color: red;
    content: "*";
}
.form-horizontal.tight-form .control-group {
    margin-bottom: 5px;
}
.form-inline label, .form-inline .checkbox-list .mark {
    margin-right: 1em;
}
.h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
}
.inline {
    display: inline-block;
}
.inline-block {
    display: inline-block;
}
.input-date {
    background-image: url("https://d2x5ku95bkycr3.cloudfront.net/App_Themes/Common/images/Calendar.png");
    background-position: right 5px center;
    background-repeat: no-repeat;
    max-width: 120px;
    padding-right: 20px;
}
.input-mini {
    width: 60px;
}
.input-small {
    max-width: 120px;
}
.input-medium {
    max-width: 150px;
}
.input-large {
    max-width: 200px;
}
.input-xlarge {
    max-width: 300px;
}
.label-default a {
    color: #ffffff;
}
.margin-bottom-xlarge {
    margin-bottom: 25px;
}
.margin-bottom-large {
    margin-bottom: 20px;
}
.margin-bottom-medium {
    margin-bottom: 15px;
}
.margin-bottom-small {
    margin-bottom: 10px;
}
.margin-bottom-xsmall {
    margin-bottom: 5px;
}
.margin-right-large {
    margin-right: 20px;
}
.margin-right, .margin-right-medium {
    margin-right: 15px;
}
.margin-right-small {
    margin-right: 10px;
}
.margin-left, .margin-left-medium {
    margin-left: 15px;
}
.margin-left-small {
    margin-left: 10px;
}
.margin-left-large {
    margin-left: 20px;
}
.margin-top-xlarge {
    margin-top: 25px;
}
.margin-top-large {
    margin-top: 20px;
}
.margin-top-medium {
    margin-top: 15px;
}
.margin-top-small {
    margin-top: 10px;
}
.margin-top-xs {
    margin-top: 7px;
}
.modal-dialog {
    position: static;
}
.modal-sm {
    left: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
    right: auto;
    width: 300px;
}
.modal-lg {
    left: 50%;
    padding-bottom: 30px;
    padding-top: 30px;
    right: auto;
    width: 900px;
}
.modal-dialog.modal-lg img {
    display: block;
    height: auto;
    max-width: 95%;
}
.modal-body-height-md {
    max-height: 420px;
    overflow: auto;
}
.mimic-textarea {
    height: auto;
    max-height: 240px;
    overflow: auto;
    resize: both;
}
.nav-tabs, .nav-pills {
    position: relative;
}
.nav-tabs {
    margin-bottom: 25px;
}
.nav-tabs .glyphicon:not(.no-margin) {
    margin-right: 10px;
}
.navbar-collapse {
    max-height: none;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-bottom-color: inherit;
    border-top-color: inherit;
}
.no-border-top {
    border-top: 0 none;
}
.no-gutter div.col-md-4 {
    padding: 0 5px;
}
.no-pad {
    padding: 0;
}
.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-margin {
    margin: 0;
}
.no-margins {
    margin: 0;
}
.no-margin-right {
    margin-right: 0;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-left {
    margin-left: 0;
}
.padding-top-medium {
    padding-top: 8px;
}
.padding-top-bottom-large {
    padding: 15px 0;
}
.row-bottom-margin, .col-bottom-margin {
    margin-bottom: 15px;
}
.row-border-bottom {
    border-bottom: 1px solid #dddddd;
}
.row-border-top {
    border-top: 1px solid #dddddd;
}
.row-last {
    padding-bottom: 20px;
}
.row-margin-top {
    margin-top: 15px;
}
.table-responsive {
    border-color: transparent;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.unattend-confirm, .unavailable-confirm {
    background-color: #ebebeb;
    border-color: #ccc;
    color: #333;
    margin-top: 5px;
    padding: 5px 10px;
}
.vertical-align {
    align-items: center;
    display: flex;
}
.vertical-align-middle {
    vertical-align: middle;
}
.vertical-align-center {
    align-items: center;
    display: flex;
}
.well {
    padding: 15px;
}
.well-sm {
    padding: 9px;
}
.well-white {
    background-color: #fff;
}
.small {
    font-size: 80%;
}
.BottomLink {
    height: 25px;
    margin: 0 10px;
    padding-bottom: 10px;
}
.BreadCrumb span > span.arrow {
    display: none;
}
.BreadCrumb span > span.arrow ~ span.arrow {
    display: inline-block;
}
#ContentColumn {
    padding-left: 0;
    padding-right: 0;
}
.full div#PageLayoutSection1, .full div#PageLayoutSection2, .wide div#PageLayoutSection1, .wide div#PageLayoutSection2 {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.MPBottomMenu {
    padding: 10px;
}
.MPBottomMenu {
    margin-bottom: 10px;
}
.MPBottomMenu ul {
    list-style: outside none none;
}
.MPBottomMenu ul.level2 {
    font-weight: normal;
    padding-left: 10px;
}
.MPBottomMenu ul.level1 {
    font-weight: bold;
}
#BottomMenu .static {
    font-weight: normal;
    padding: 5px 10px;
}
#MPCopyright {
    text-align: center;
}
#MPButtonBar .SearchInputs ul.dropdown-menu {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
}
#MPButtonBar .navbar.navbar-default {
    margin-bottom: 0;
}
#MPAuxNav ul.level1 li a {
    border-right: 1px solid #ccc;
    margin-right: 6px;
    margin-top: 6px;
    padding-right: 6px;
    text-decoration: underline;
}
#MPAuxNav ul.level1 li a:hover {
    text-decoration: none;
}
#MPFooterLink a {
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 3px;
    text-decoration: none;
}
#MPFooterLink a:hover {
    text-decoration: underline;
}
#MPFooterLink #MPFooterLinkContent {
    text-align: center;
}
#MPheader > div.row {
    padding: 5px 5px 10px;
}
#MPOuterMost.wide {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
#MPOuterMost.narrow {
    margin: 0 auto;
    max-width: 984px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
#MPOuterMost.full {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
#MPOuterMost.full #HEADER, #MPOuterMost.full #BreadCrumb, #MPOuterMost.full #MPFooterLinkContent, #MPOuterMost.full #MPButtonBar {
    margin: 0 auto;
    max-width: 1200px;
    width: auto;
}
#MPOuter.container-fluid {
    padding: 0;
}
#MPSearchBlock {
    margin-top: 8px;
}
.narrow div#PageLayoutSection1, .narrow div#PageLayoutSection2 {
    margin: 0 auto;
    max-width: 984px;
    padding-left: 15px;
    padding-right: 15px;
}
#PageLayoutSection2 {
    padding-bottom: 20px;
}
#PageTitleH1 {
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-top: 20px;
}
.row-wide {
    margin: 0 auto;
    max-width: 1200px;
}
.row-full {
    margin: 0 auto;
    max-width: 100%;
}
.row-full .section1, .row-full .section5, .row-full .section9, .row-full .section10, .row-full .section16, .row-full .section17 {
    padding-left: 0;
    padding-right: 0;
}
.row-full .section1 .HtmlContent .row, .row-full .section5 .HtmlContent .row, .row-full .section9 .HtmlContent .row, .row-full .section10 .HtmlContent .row, .row-full .section16 .HtmlContent .row, .row-full .section17 .HtmlContent .row {
    margin-left: 0;
    margin-right: 0;
}
#searchColumn {
    float: right;
    max-width: 220px;
}
.siteFrame {
    margin-left: 0;
    margin-right: 0;
}
ul.FatFooterMenu {
    text-align: center;
}
ul.FatFooterMenu li {
    text-align: left;
    vertical-align: top;
}
#GlobalPopupContainer {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    display: none;
    height: 130px;
    width: 160px;
}
#GlobalPopupContent {
    color: #7d7f80;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#GlobalMessageContainer {
    background-color: #ffffff;
    border-radius: 23px;
    display: none;
    height: 125px;
    padding-top: 60px;
    width: 600px;
}
#GlobalMessageContent {
    color: #7d7f80;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.col-md-cust-5 {
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 20%;
}
[id$="_ImageControl_imgDisplay"] {
    max-height: 200px;
    max-width: 200px;
}
.bioBubbleShell .Pict img, .row.library-list .form-group img, .form-group [id$="_imgDisplay"], .table-directory td img, .comments-block .CommentUserProfile .form-group img, .ContentUserControl .related-links-block .CommentUserProfile img {
    max-height: 50px;
    max-width: 50px;
}
.ContentUserControl .related-links-block {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
}
#MessageListContainer .col-sm-2 .form-group a img {
    max-height: 90px;
    max-width: 90px;
}
.search-results .ProfilePic img {
    max-height: 80px;
    max-width: 80px;
}
.home .ads-grid, .interior .ads-grid {
    margin: 0 auto;
    max-width: 1200px;
}
a {
    color: #2e6da4;
}
a.glyphicon {
    color: #000000;
    text-decoration: none;
}
.bg-primary {
    background-color: #ffffff;
    color: #000000;
}
.bg-success {
    background-color: #dff0d8;
}
.bg-info {
    background-color: #d9edf7;
}
.bg-warning {
    background-color: #fcf8e3;
}
.bg-danger {
    background-color: #f2dede;
}
.text-primary {
    color: #265986;
}
.text-primary:hover {
    color: #265986;
}
.text-success {
    color: #3c763d;
}
.text-success:hover {
    color: #3c763d;
}
.text-info {
    color: #295e79;
}
.text-info:hover {
    color: #295e79;
}
.text-warning {
    color: #5f4b29;
}
.text-warning:hover {
    color: #5f4b29;
}
.text-danger {
    color: #923a39;
}
.text-danger:hover {
    color: #923a39;
}
.text-muted {
    color: #999;
}
.alert-primary {
    color: #265986;
}
.alert-success {
    color: #274d28;
}
.alert-info {
    color: #214c62;
}
.alert-warning {
    color: #5f4b29;
}
.alert-danger {
    color: #662928;
}
#AuxMenu ul {
    float: left;
}
#AuxMenu ul li {
    float: left;
}
.aux-management-gear {
    margin-left: 5px;
}
.hl-fullscreen {
    background: white none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1500;
}
#AuxMenu ul {
    float: left;
}
#AuxMenu ul li {
    float: left;
}

#AuxMenu img.icon {
    border-style: none;
    vertical-align: middle;
}
#AuxMenu img.separator {
    border-style: none;
    display: block;
}
#AuxMenu img.horizontal-separator {
    border-style: none;
    vertical-align: middle;
}
#AuxMenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
}
#AuxMenu ul.dynamic {
    z-index: 1;
}
#AuxMenu a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
}
#AuxMenu a.static {
    border-style: none;
    padding-left: 0.15em;
    padding-right: 0.15em;
    text-decoration: none;
}
#AuxMenu a.popout {
    background-image: url("/WebResource.axd?d=YAYach_zykzn7tRotFpEUup3eGoCmUF_gB2eiL-h8NebNNSxFR1P2Up45RF2PIqBlf5gv1SoGJlXC6Ao5Qi6X_H1nok1&t=636283938552661246");
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 14px;
}

.remember-me > label {
    margin-left: 5px;
}
.SloganText {
    font-size: 24px;
    margin-left: 15px;
    vertical-align: middle;
}
@media (min-width: 768px) {
.container {
    max-width: 750px;
    width: auto;
}
}
@media (min-width: 992px) {
.container {
    max-width: 970px;
    width: auto;
}
}
@media (min-width: 1200px) {
.container {
    max-width: 1170px;
    width: auto;
}
}

