/* ==========================================================================
@global style classes
========================================================================== */
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
}
.btn {
    -moz-border-radius:0;
    -ms-border-radius:0;
    -webkit-border-radius:0;
    border-radius: 0;
    background: #abb533;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: .875em;
    padding: 5px 12px;
    text-align: center;
    width: 80%;
}
.btn:hover {
    color: #fff;
}
.btn--bus {
  text-transform: uppercase;
  padding: 10px;
  width: 150px; }

.grey-bg {
    background: #dedede;
}
.black-bg {
    background: #000;
}
.print--white {
    color: white;
}
.print--green {
    color: #abb533;
}
.print--grey {
    color: #b7b7b7;
}
.print--dark-grey {
    color: gray;
}
.print--charcoal {
    color: #646464;
}
.print--theme-color {
    color: #abb533;
}

.uppercase {
    text-transform: uppercase;
}
.bold {
    font-weight: bold;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.ul--alpha,
.ul--roman {
    -moz-margin-before: 16px;
    -moz-padding-start: 40px;
    -webkit-margin-before: 16px;
    -webkit-padding-start: 40px;
}
.ul--alpha li,
.ul--roman li {
    margin-bottom: 15px;
}
.ul--disc li,
.ul--general li {
    line-height: 21px;
    margin: 10px 0;
}
.ul--disc {
    -moz-padding-start: 19px;
    -webkit-padding-start: 19px;
    list-style-type: disc;
}
.ul--alpha {
    list-style-type: lower-alpha;
}
.ul--roman {
    list-style-type: lower-roman;
}
.ol--disc li {
    line-height: 21px;
    margin: 10px 0;
}
.header--margin {
    margin-bottom: 35px;
}
.header--xl {
    font-size: 2.5em;
}
.header--lg {
    font-size: 2.25em;
}
.header--m {
    font-size: 1.75em;
}
.header__sub-header {
    font-size: 0.9em;
    display: block;
}
.header--sm {
    font-size: 1.5em;
}
.header--xs {
    font-size: 1.375em;
}
.header--xxs,
.print--lg {
    font-size: 1.25em;
}
.print--sm {
    font-size: 0.875em;
}
.sub-header {
    font-size: 0.95em;
}
.is-shadow,
.is-shadow-menu {
    -moz-box-shadow: 0 3px 6px #b9b9b9;
    -webkit-box-shadow: 0 3px 6px #b9b9b9;
    box-shadow: 0 3px 6px #b9b9b9;
}
.select-none {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}
.flex-container {
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.divider {
    background: #b7b7b7;
}
.divider--bldg-hilites {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .header--xl {
        font-size: 2.125em;
    }
    .header--lg {
        font-size: 1.9125em;
    }
    .header--m:not(.iptv-plan) {
        font-size: 1.4875em;
    }
    .header--sm {
        font-size: 1.275em;
    }
}
@media (max-width: 768px) {
    .header--xl {
        font-size: 1.875em;
   }
    .header--lg {
        font-size: 1.6875em;
    }
    .header--m:not(.iptv-plan) {
        font-size: 1.3125em;
    }
    .header--sm {
        font-size: 1.125em;
    }
    .header--xs,
    .header--xxs,
    .print--lg {
        font-size: 1em;
    }
}
@media (max-width: 480px) {
    .m-newline {
        display: block;
    }
}