/*======================================================================================
========================================================================================
========================================================================================

	# Put any overriding CSS styles at the very bottom (where it's explicitly commented)
	# Do not edit the below styles where they're commented, "NO TOUCHY."

========================================================================================
========================================================================================
======================================================================================*/


/* normalize.css v2.0.1 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
/*=========================================
===========================================

	# Browser Overrides
	NO TOUCHY

===========================================
=========================================*/
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*=========================================
===========================================

	# Framework Styles
	# (columns, buttons, etc)
	NO TOUCHY

===========================================
=========================================*/
.row {
    width: 100%;
    *zoom: 1;
}
.row .row {
    width: auto;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.columns, .column {
    float: left;
    position: relative;
}
@media all and (max-width: 700px) {
    .columns, .column {
    float: none !important;
    clear: both !important;
    width: 100% !important;
}
}[class*="column"]+[class*="column"]:last-child {
    float: right;
}
[class*="column"]+[class*="column"].end {
    float: left;
}
.one {
    width: 8.33%}
.two {
    width: 16.66%}
.three {
    width: 25%}
.four {
    width: 33.33%}
.five {
    width: 41.66%}
.six {
    width: 50%}
.seven {
    width: 58.33%}
.eight {
    width: 66.66%}
.nine {
    width: 75%}
.ten {
    width: 83.33%}
.eleven {
    width: 91.66%}
.twelve {
    width: 100%}
.btn {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 6px 30px 5px 30px;
    position: relative;
    text-decoration: none;
    zoom: 1;
    *display: inline;
}
.btn.btn-gray {
    -webkit-box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    -moz-box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f6f6f6 0%,  #d5d5d5);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#f6f6f6),  to(#d5d5d5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5)";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #646567;
    text-shadow: 0px 1px 0px white;
    *background: #52b7ed;
}
.btn.btn-gray:hover {
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%,  #dfdfdf);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#f8f8f8),  to(#dfdfdf));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#f8f8f8,  endColorstr=#dfdfdf);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#f8f8f8,  endColorstr=#dfdfdf)"}
.btn.btn-gray:active {
    -webkit-box-shadow: 0px 1px 0px #c3c3c3,  inset 0px 0px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 0px #c3c3c3,  inset 0px 0px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px #c3c3c3,  inset 0px 0px 6px rgba(0, 0, 0, 0.1);
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f6f6f6 0%,  #d5d5d5);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#f6f6f6),  to(#d5d5d5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5)";
    top: 1px;
}
.lte-ie9 .btn.btn-gray {
    border-bottom: 2px solid #c3c3c3;
    color: #000;
    padding: 10px 30px 8px 30px;
    text-shadow: 0px !important;
}
.btn-blue {
    -webkit-box-shadow: 0px 2px 0px #2262a2,  inset 0px 1px 2px #82d4f4;
    -moz-box-shadow: 0px 2px 0px #2262a2,  inset 0px 1px 2px #82d4f4;
    box-shadow: 0px 2px 0px #2262a2,  inset 0px 1px 2px #82d4f4;
    background: #52b7ed;
    background: -moz-linear-gradient(top,  #52b7ed 0%,  #2b7bcb);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#52b7ed),  to(#2b7bcb));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#52b7ed,  endColorstr=#2b7bcb);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#52b7ed,  endColorstr=#2b7bcb)";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #2b7bcb;
    color: #ffffff !important;
    text-shadow: 0px -1px 0px #2262a2;
    *background: #52b7ed;
}
.btn-blue:hover {
    background: #63c4ed;
    background: -moz-linear-gradient(top,  #63c4ed 0%,  #448fda);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#63c4ed),  to(#448fda));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#63c4ed,  endColorstr=#448fda);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#63c4ed,  endColorstr=#448fda)"}
.btn-blue:active {
    -webkit-box-shadow: 0px 1px 0px #2262a2,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 0px #2262a2,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px #2262a2,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    background: #4fbeee;
    background: -moz-linear-gradient(top,  #4fbeee 0%,  #4991d9);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#4fbeee),  to(#4991d9));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#4fbeee,  endColorstr=#4991d9);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#4fbeee,  endColorstr=#4991d9)";
    top: 1px;
}
.lte-ie9 .btn-blue {
    border-bottom: 2px solid #2263a2;
    padding: 10px 30px 8px 30px;
}

/*==========================================================================
	New blue button "btn-blue-10-2"for post sitefinity 10.2 pages
==========================================================================*/


.btn-blue-10-2 {

    background: rgb(79, 143, 227);
    color: #ffffff !important;
    border-radius: 8px;	
}
.btn-blue-10-2:hover {
    background: rgb(79, 143, 227);
}

.btn-blue-10-2:active {
    background: rgb(79, 143, 227);
    top: 1px;
}
.lte-ie9 .btn-blue-10-2 {
    border-bottom: 2px solid #2263a2;
    padding: 10px 30px 8px 30px;
}

/*==========================================================================
	New orange button "btn-orange-10-2"for post sitefinity 10.2 pages
==========================================================================*/


.btn-orange-10-2 {

    background: rgb(255, 173, 51);
    border-radius: 8px;	
}
.btn-orange-10-2:hover {
    background: rgb(255, 173, 51);
}

.btn-orange-10-2:active {
    background: rgb(255, 173, 51);
    top: 1px;
}
.lte-ie9 .btn-orange-10-2 {
    border-bottom: 2px solid #2263a2;
    padding: 10px 30px 8px 30px;
}


.btn-green {
    -webkit-box-shadow: 0px 2px 0px #329021,  inset 0px 1px 2px #aee382;
    -moz-box-shadow: 0px 2px 0px #329021,  inset 0px 1px 2px #aee382;
    box-shadow: 0px 2px 0px #329021,  inset 0px 1px 2px #aee382;
    background: #75cf4f;
    background: -moz-linear-gradient(top,  #75cf4f 0%,  #3bab28);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#75cf4f),  to(#3bab28));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#75cf4f,  endColorstr=#3bab28);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#75cf4f,  endColorstr=#3bab28)";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #3f982e;
    color: #ffffff !important;
    text-shadow: 0px -1px 0px #3c9628;
    *background: #52b7ed;
}
.btn-green:hover {
    background: #7fdc57;
    background: -moz-linear-gradient(top,  #7fdc57 0%,  #33af1e);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#7fdc57),  to(#33af1e));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#7fdc57,  endColorstr=#33af1e);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#7fdc57,  endColorstr=#33af1e)"}
.btn-green:active {
    -webkit-box-shadow: 0px 1px 0px #329021,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 0px #329021,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 0px #329021,  inset 0px 0px 6px rgba(0, 0, 0, 0.3);
    background: #7fdc57;
    background: -moz-linear-gradient(top,  #7fdc57 0%,  #33af1e);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#7fdc57),  to(#33af1e));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#7fdc57,  endColorstr=#33af1e);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#7fdc57,  endColorstr=#33af1e)";
    top: 1px;
}
.lte-ie9 .btn-green {
    border-bottom: 2px solid #329021;
    padding: 10px 30px 8px 30px;
}
.btn.btn-small {
    padding: 8px 10px 5px 10px !important;
    font-size: 0.7em !important;
    line-height: 0.8em !important;
    margin: 0 !important;
}
.btn.btn-tiny {
    padding: 5px 10px 3px 10px !important;
    font-size: 0.7em !important;
    line-height: 0.8em !important;
    margin: 0 !important;
}
.btn.btn-large {
    padding: 8px 33px 7px 33px;
}
.btn.btn-xlarge {
    padding: 11px 40px 9px 40px;
    text-transform: uppercase;
}
.btn.btn-long {
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}
.btn.btn-wide {
    padding-left: 70px;
    padding-right: 70px;
}
@media all and (max-width: 700px) {
    .btn.btn-full {
    text-align: center;
    width: 100%}
}.btn.btn-fluid {
    text-align: center !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}
.btn-caps {
    text-transform: uppercase !important;
}
.lte-ie9 .btn.btn-large {
    padding: 13px 33px 11px 33px;
}
.lte-ie9 .btn.btn-xlarge {
    padding: 17px 37px 11px 37px;
    text-transform: uppercase;
}
.vertical-button-group .btn {
    margin-bottom: 6px !important;
}
.btn-print {
    font-family: "ff-meta-sc-web-pro";
    font-size: 1.0em !important;
    text-transform: lowercase;
    line-height: 1.1em;
    padding: 2px 5px 2px 23px;
    position: relative;
}
.btn-print i.print {
    background: url(../img/icon_print.png) no-repeat;
    display: inline-block;
    position: absolute !important;
    left: 5px;
    top: 5px;
    height: 11px;
    width: 13px;
}
.lte-ie9 .btn-print {
    line-height: 1.3em;
    padding: 2px 5px 0px 23px !important;
}
/*=========================================
===========================================

	# Global Messaging
	# (Notes, Notice, Warning, Success)
	NO TOUCHY

===========================================
=========================================*/
.global-message {
    width: 100%}
.global-message .container {
    margin: 0 auto;
    position: relative;
}
.global-message .container>p {
    color: #efefef !important;
    font-size: 0.9em;
    padding-left: 30px;
}
.global-message i {
    background-image: url("../img/icon_sprite.png");
    background-position: -20px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 19px;
    width: 20px;
    position: absolute;
    top: 1px;
    left: 0px;
}
.global-message.warning {
    background: url(../img/global_notice_bg.png) repeat-x #282828;
}
.global-message.warning .container>p {
    color: #efefef !important;
}
.global-message.alert {
    background: url(../img/global_error_bg.png) repeat-x #8f1b1e;
}
.global-message.alert .container>p {
    color: #f5e8f1 !important;
}
.global-message.alert b {
    color: #f4e3b8;
}
.notice {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff6de;
    border: 1px solid #ffebb5;
    color: #444444;
    font-size: 0.950em;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    text-align: left;
    padding: 10px;
}
.notice a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.notice ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.950em;
    margin: 0 0 0 0 !important;
    padding: 2px 15px 0 35px !important;
}
.notice ul li {
    margin: 0;
    padding: 0;
}
.notice p {
    margin: 0 0 0 0 !important;
    padding: 1px 15px 2px 35px !important;
}
.notice a.close {
    background-image: url("../img/icon_sprite.png");
    background-position: -109px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.notice.no-icon p {
    padding: 1px 10px 2px 10px !important;
}
.notice-warning {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #fff6de;
    border: 1px solid #ffebb5;
    color: #444444;
    font-size: 0.950em;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    text-align: left;
}
.notice-warning a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.notice-warning ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.950em;
    margin: 0 0 0 0 !important;
    padding: 2px 15px 0 35px !important;
}
.notice-warning ul li {
    margin: 0;
    padding: 0;
}
.notice-warning p {
    margin: 0 0 0 0 !important;
    padding: 1px 15px 2px 35px !important;
}
.notice-warning i.warning {
    background-image: url("../img/icon_sprite.png");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 19px;
    position: absolute;
    left: 12px;
    top: 10px;
}
.notice-warning a.close {
    background-image: url("../img/icon_sprite.png");
    background-position: -109px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.notice-note {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #e3f3ff;
    border: 1px solid #bae2ff;
    color: #444444;
    font-size: 0.950em;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    text-align: left;
}
.notice-note a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.notice-note ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.950em;
    margin: 0 0 0 0 !important;
    padding: 2px 15px 0 35px !important;
}
.notice-note ul li {
    margin: 0;
    padding: 0;
}
.notice-note p {
    margin: 0 0 0 0 !important;
    padding: 1px 15px 2px 35px !important;
}
.notice-note i.note {
    background-image: url("../img/icon_sprite.png");
    background-position: -90px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 12px;
    top: 10px;
}
.notice-note a.close {
    background-image: url("../img/icon_sprite.png");
    background-position: -168px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.notice-error {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #ffeaea;
    border: 1px solid #ffc1c1;
    color: #444444;
    font-size: 0.950em;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    text-align: left;
}
.notice-error a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.notice-error ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.950em;
    margin: 0 0 0 0 !important;
    padding: 2px 15px 0 35px !important;
}
.notice-error ul li {
    margin: 0;
    padding: 0;
}
.notice-error p {
    margin: 0 0 0 0 !important;
    padding: 1px 15px 2px 35px !important;
}
.notice-error i.error {
    background-image: url("../img/icon_sprite.png");
    background-position: -60px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    position: absolute;
    left: 12px;
    top: 10px;
}
.notice-error a.close {
    background-image: url("../img/icon_sprite.png");
    background-position: -148px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 14px;
}
.notice-success {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #eaf8e5;
    border: 1px solid #d0efc5;
    color: #444444;
    font-size: 0.950em;
    margin-bottom: 15px;
    padding: 8px;
    position: relative;
    text-align: left;
}
.notice-success a.close {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 12px;
}
.notice-success ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.950em;
    margin: 0 0 0 0 !important;
    padding: 2px 15px 0 35px !important;
}
.notice-success ul li {
    margin: 0;
    padding: 0;
}
.notice-success p {
    margin: 0 0 0 0 !important;
    padding: 1px 15px 2px 35px !important;
}
.notice-success i.success {
    background-image: url("../img/icon_sprite.png");
    background-position: -30px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 19px;
    position: absolute;
    left: 13px;
    top: 10px;
}
.notice-success a.close {
    background-image: url("../img/icon_sprite.png");
    background-position: -127px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 14px;
}
/*=========================================
===========================================

	# Modules, Tabs, Modals, Tool Tips
	NO TOUCHY

===========================================
=========================================*/
.module {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d4d4d4;
    padding: 15px;
    font-size: 0.9em;
}
.module p {
    margin: 0 0 15px 0;
    padding: 0;
}
.module .btn-small {
    font-size: 0.750em !important;
}
.module>.title {
    *zoom: 1;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: url(../img/module_bg.png) repeat-x #dadada;
    border-bottom: 1px solid #d4d4d4;
    color: #444;
    display: block;
    font-size: 0.875em;
    text-transform: uppercase;
    height: 31px;
    margin: -15px -15px 15px -15px;
    padding: 6px 15px 0 15px;
}
.module>.title:before, .module>.title:after {
    content: " ";
    display: table;
}
.module>.title:after {
    clear: both;
}
.module>.title strong {
    display: inline-block;
    margin-right: 7px;
}
.lte-ie9 .module>.title {
    line-height: 1.5em;
}
.module>.title>.helper-link {
    float: right;
    font-size: 0.950em;
    text-transform: none;
}
.module hr {
    background: white;
    border: 0;
    border-bottom: 1px dotted #ddd;
    height: 1px;
}
.module>.row {
    *zoom: 1;
}
.module>.row:before, .module>.row:after {
    content: " ";
    display: table;
}
.module>.row:after {
    clear: both;
}
.module>.row>.main {
    float: left;
    width: 63%}
.module>.row>.side {
    float: right;
    width: 37%}
.tabs {
    *zoom: 1;
}
.tabs:before, .tabs:after {
    content: " ";
    display: table;
}
.tabs:after {
    clear: both;
}
.tabs>a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: url(../img/module_bg.png) repeat-x #dadada;
    border: 1px solid #d4d4d4;
    border-bottom: 0;
    color: #6d6e70 !important;
    display: block;
    font-family: "ff-meta-sc-web-pro";
    text-transform: lowercase;
    font-size: 0.950em;
    float: left;
    text-align: center;
    margin-right: 2px;
    margin-bottom: -1px;
    padding-top: 5px;
    height: 32px;
    width: 130px;
}
.tabs>a.active {
    background: white !important;
    color: #444 !important;
}
.tab-container {
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    -o-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    border: 1px solid #d4d4d4;
    padding: 16px;
}
.tab-container section {
    display: none;
}
.tab-container section:first-child {
    display: block;
}
.tab-container.full {
    border: 0;
    padding: 0;
}
.tabs.full>a {
    width: 33%}
@media all and (max-width: 1000px) {
    .tabs.full>a {
    font-size: 0.8em;
    padding-top: 7px;
    margin: 0;
    width: 33.3%}
}.modal-overlay {
    background: black;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 8000;
    top: 0;
    left: 0;
    opacity: 0.7;
}
.modal {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: url(../img/modal_border.png);
    width: 700px;
    max-width: 800px;
    top: 100px;
    left: 0;
    padding: 10px;
    position: fixed;
    z-index: 9000;
}
.page-residentialsave-energy-moneyinteractive-conservation-guide .modal{width:1024px; max-width:1024px;}
@media all and (max-width: 800px) {
    .modal {
    max-width: 650px;
}
}@media all and (max-width: 700px) {
    .modal {
    width: 85%}
}.modal>.modal-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: white;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 1.1em;
    padding: 20px 20px 10px 20px;
    position: relative;
    text-align: center;
    width: 100%}
.modal>.modal-header i[data-modal="close"], .modal>.modal-header em[data-modal="close"] {
    background: url(../img/modal_close.png) no-repeat;
    cursor: pointer;
    height: 31px;
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 32px;
}
.modal>.modal-body {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background: #efefef;
    color: #555;
    padding: 15px 30px;
    text-align: center;
}
.modal>.modal-body p {
    color: #555;
    margin: 0;
    padding: 5px 0;
}
.modal>.modal-body p.actions {
    margin-top: 10px;
}
.modal p {
    position: relative;
}
.modal i.success {
    background-image: url("../img/icon_sprite.png");
    background-position: -30px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    width: 19px;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 6px;
}
.modal .actions .btn {
    margin: 0 5px;
}
@media all and (max-width: 700px) {
    .modal .actions .btn {
    margin-top: 10px;
}
}.tooltip {
    background-image: url("../img/icon_sprite.png");
    background-position: -210px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    position: absolute;
    top: 7px;
    margin-left: 6px;
}
.lte-ie9 .tooltip {
    top: 5px;
}
.tooltip.inline {
    background-image: url("../img/icon_sprite.png");
    background-position: -210px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    display: inline-block;
    position: relative;
    top: 2px;
    margin-left: 2px;
}
.tooltip.active {
    background-image: url("../img/icon_sprite.png");
    background-position: -229px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
}
.tooltip .bubble {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #dadada;
    background: url(../img/tooltip_bg.png) repeat-x #f5f5f5;
    color: #444;
    font-style: normal;
    padding: 8px;
    display: block;
    font-size: 0.8em;
    line-height: 16px;
    position: absolute;
    text-align: center;
    top: -60px;
    left: -74px;
    width: 160px;
}
.tooltip .bubble:after {
    background: url(../img/tooltip_arrow.png) no-repeat;
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    bottom: -7px;
    left: 75px;
    width: 13px;
}
/*=========================================
===========================================

	# Forms
	NO TOUCHY

===========================================
=========================================*/
form.styled .field {
    *zoom: 1;
    position: relative;
    margin-bottom: 20px;
}
form.styled .field:before, form.styled .field:after {
    content: " ";
    display: table;
}
form.styled .field:after {
    clear: both;
}
@media all and (max-width: 700px) {
    form.styled .field {
    margin-bottom: 10px;
}
}form.styled .field.condensed {
    margin-bottom: 5px;
}
@media all and (max-width: 700px) {
    form.styled .field.condensed {
    margin-bottom: 5px;
}
}form.styled .field>label {
    color: #444;
    font-size: 0.9em;
    float: left;
    padding-top: 4px;
    width: 200px;
}
@media all and (max-width: 880px) {
    form.styled .field>label {
    width: 180px;
}
}@media all and (max-width: 800px) {
    form.styled .field>label {
    width: 170px;
}
}@media all and (max-width: 700px) {
    form.styled .field>label {
    float: none;
    clear: both;
    display: block;
    width: 100%}
}.lte-ie9 form.styled .field>label {
    padding-top: 7px;
}
@media all and (max-width: 700px) {
    .lte-ie9 form.styled .field>label {
    margin-bottom: 5px;
}
}form.styled .field>label.multiline {
    padding-top: 0px;
    margin-top: -3px;
    line-height: 1.3em;
}
@media all and (max-width: 700px) {
    form.styled .field>label.multiline {
    margin-top: 0;
}
}@media all and (max-width: 700px) {
    form.styled .field>label.multiline br {
    display: none;
}
}form.styled>.inline-actions {
    margin: 0 0 0 190px;
    padding: 0;
}
form.styled>.inline-actions .btn {
    margin: 0;
}
@media all and (max-width: 880px) {
    form.styled>.inline-actions {
    margin-left: 180px;
}
}@media all and (max-width: 800px) {
    form.styled>.inline-actions {
    margin-left: 170px;
}
}@media all and (max-width: 700px) {
    form.styled>.inline-actions {
    display: block;
    margin: 20px 0 0 0;
}
}form.styled .field i.required {
    color: red;
    float: left;
    display: block;
    font-style: normal !important;
    text-align: center;
    padding-top: 7px;
    margin-left: -20px;
    width: 20px;
}
.lte-ie9 form.styled .field i.required {
    padding-top: 11px;
}
form.styled input[type='text'], form.styled input[type='password'] {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    float: left;
    height: 30px;
    outline: 0;
    padding: 0 7px;
    width: 350px;
}
form.styled input[type='text']:focus, form.styled input[type='password']:focus {
    border: 1px solid #a0a2a5;
    outline: 0;
}
@media all and (max-width: 880px) {
    form.styled input[type='text'], form.styled input[type='password'] {
    width: 300px;
}
}@media all and (max-width: 800px) {
    form.styled input[type='text'], form.styled input[type='password'] {
    width: 280px;
}
}@media all and (max-width: 700px) {
    form.styled input[type='text'], form.styled input[type='password'] {
    float: none;
    width: 100%}
}form.styled textarea {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 0.9em;
    float: left;
    height: 90px;
    outline: 0;
    padding: 5px;
    width: 350px;
    resize: none;
}
@media all and (max-width: 880px) {
    form.styled textarea {
    width: 300px;
}
}@media all and (max-width: 800px) {
    form.styled textarea {
    width: 280px;
}
}@media all and (max-width: 700px) {
    form.styled textarea {
    float: none;
    width: 100%}
}form.styled label.additional {
    padding-top: 0px;
    line-height: 1.2em;
    margin-top: 0px;
}
form.styled label.additional span {
    display: block;
    font-size: 0.8em;
    font-style: italic;
    margin-top: -3px;
}
@media all and (max-width: 700px) {
    form.styled label.additional {
    margin: 15px 0 5px 0;
}
}form.styled input[type='text'].long, form.styled input[type='password'].long {
    width: 460px;
}
@media all and (max-width: 880px) {
    form.styled input[type='text'].long, form.styled input[type='password'].long {
    width: 400px;
}
}@media all and (max-width: 800px) {
    form.styled input[type='text'].long, form.styled input[type='password'].long {
    width: 320px;
}
}@media all and (max-width: 700px) {
    form.styled input[type='text'].long, form.styled input[type='password'].long {
    float: none;
    width: 100%}
}form.styled input[type='text'].med, form.styled input[type='password'].med {
    width: 190px;
}
@media all and (max-width: 880px) {
    form.styled input[type='text'].med, form.styled input[type='password'].med {
    width: 180px;
}
}@media all and (max-width: 800px) {
    form.styled input[type='text'].med, form.styled input[type='password'].med {
    width: 160px;
}
}@media all and (max-width: 700px) {
    form.styled input[type='text'].med, form.styled input[type='password'].med {
    float: none;
    width: 100%}
}form.styled label.checkbox {
    position: relative;
    font-size: 0.9em;
    padding-left: 18px;
}
form.styled label.checkbox input {
    position: absolute;
    top: 5px;
    left: 0;
}
.lte-ie9 form.styled label.checkbox input {
    top: 0px;
}
form.styled label.condensed {
    width: 115px;
}
form.styled span.no-input {
    display: inline-block;
    font-size: 0.9em;
    margin-top: 5px;
}
form.styled span.change-question {
    display: none;
    float: left;
    width: 352px;
}
@media all and (max-width: 700px) {
    form.styled span.change-question {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%}
}form.styled span.change-question input {
    margin-top: 5px;
}
form.styled .security_actions_container {
    clear: both;
    display: block;
    margin: 35px 0 0 189px !important;
}
form.placeholder>input[type='text'], form.placeholder>input[type='password'] {
    float: none;
    display: block;
    clear: both;
    margin-bottom: 15px;
}
form.placeholder>input[type='submit'] {
    clear: both;
}
.lte-ie9 form.styled input[type='password'] {
    font-family: sans-serif;
}
.lte-ie9 form.styled input[type='text'], .lte-ie9 form.styled input[type='password'] {
    line-height: 28px;
}
form.styled input[type='submit'] {
    margin-top: 15px;
}
form.styled .field .input-small {
    width: 70px !important;
}
form.styled .field .helper-small {
    display: inline-block;
    font-size: 0.8em;
    margin: 6px 0 0 10px;
}
form.styled .field .helper {
    color: #777777;
    clear: both;
    font-size: 0.7em;
    float: left;
    line-height: 1.1em;
    margin-left: 200px;
    margin-top: 5px;
    margin-bottom: -15px;
    width: 350px;
}
@media all and (max-width: 880px) {
    form.styled .field .helper {
    margin-left: 180px;
    width: 300px;
}
}@media all and (max-width: 800px) {
    form.styled .field .helper {
    margin-left: 170px;
    width: 290px;
}
}@media all and (max-width: 700px) {
    form.styled .field .helper {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-bottom: -8px;
}
}form.styled .field .helper .btn {
    padding: 8px 25px;
}
form.styled>.field>.checkbox-label {
    font-size: 0.9em;
    padding-left: 4px;
}
@media all and (max-width: 880px) {
    form.styled>.field>.checkbox-label {
    font-size: 0.8em;
}
}select.styled {
    width: 350px;
}
@media all and (max-width: 880px) {
    select.styled {
    width: 300px !important;
}
}@media all and (max-width: 800px) {
    select.styled {
    width: 280px !important;
}
}@media all and (max-width: 700px) {
    select.styled {
    width: 100% !important;
}
}select.styled.med {
    background: url(../img/select_style.png) no-repeat top right;
    width: 190px;
}
@media all and (max-width: 880px) {
    select.styled.med {
    width: 190px !important;
}
}@media all and (max-width: 800px) {
    select.styled.med {
    width: 190px !important;
}
}@media all and (max-width: 700px) {
    select.styled.med {
    float: none;
    width: 100% !important;
}
}@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select.styled {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    height: 30px;
    line-height: 28px;
    font-size: 0.8em;
    padding-left: 7px;
    border: 1px solid #dadada;
    background: url(../img/select_style.png) no-repeat top right;
    outline: 0;
}
}@-moz-document url-prefix() {
    select.styled {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: url(../img/select_style.png) no-repeat top left;
    outline: 0;
    border: 1px solid #dadada;
    font-size: 0.8em;
    padding: 3px 3px 3px 4px;
}
}.inline-radio-group {
    margin-top: 3px;
}
.inline-radio-group label {
    font-size: 0.9em;
    margin-right: 3px;
}
.inline-radio-group input {
    margin-left: 3px;
    margin-right: 5px;
}
.inline-radio-group input:first-child {
    margin-left: 15px;
}
@media all and (max-width: 700px) {
    .inline-radio-group input: first-child {
    margin-left: 0;
}
}@media all and (max-width: 1000px) {
    .inline-radio-group {
    margin-left: 175px;
}
}@media all and (max-width: 880px) {
    .inline-radio-group {
    margin-left: 165px;
}
}@media all and (max-width: 800px) {
    .inline-radio-group {
    margin-left: 155px;
}
}@media all and (max-width: 700px) {
    .inline-radio-group {
    float: none;
    clear: both;
    display: block;
    margin-left: 0;
}
}.horiz-radio-group {
    margin-top: 3px;
}
.horiz-radio-group i.paperless {
    background-image: url("../img/icon_sprite.png");
    background-position: -260px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 18px;
    display: inline-block;
}
.horiz-radio-group label {
    font-size: 0.9em;
    margin-right: 3px;
}
.horiz-radio-group input {
    margin-left: 3px;
    margin-right: 5px;
}
form.styled .radio-group {
    float: left;
}
form.styled .radio-group label {
    clear: both;
    display: block;
    font-size: 0.9em;
    padding: 7px 0 0 0;
}
form.styled .radio-group input {
    margin-right: 10px;
}
@media all and (max-width: 700px) {
    form.styled .radio-group {
    padding-left: 1px;
}
}form.styled .radio-group .radio-input {
    clear: both;
    margin: 1px 0px 0px 21px;
    width: 168px;
}
.radio-input-error {
    clear: both;
    width: auto;
    color: red;
    line-height: 10px !important;
    font-weight: bold;
    font-size: 0.750em !important;
    margin: 0px 0 0 22px !important;
    padding: 0 0 0 0;
}
.action-field {
    clear: both;
    border-top: 1px solid #ddd;
    padding-top: 5px;
    margin-top: 20px;
}
.form-actions .cancel {
    border-left: 1px solid #ddd;
    display: inline-block;
    height: 40px;
    margin-left: 20px;
}
.form-actions .cancel>a {
    display: inline-block;
    font-size: 0.9em;
    margin: 8px 0 0 15px;
    text-decoration: underline;
}
.field_with_errors>input[type='text'], .field_with_errors>input[type='password'], .field_with_errors select, .field_with_errors textarea {
    border: 1px solid #e64d4d !important;
}
.field_with_errors.radio-group .input_error {
    top: 108px;
    left: 300px !important;
    right: auto !important;
}
.input_error {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #e64d4d;
    color: white;
    display: inline-block;
    font-size: 0.7em;
    min-width: 86px;
    position: absolute;
    top: 23px;
    padding: 2px 5px 2px 5px;
}
.input_error:after {
    background-image: url("../img/icon_sprite.png");
    background-position: -60px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 5px;
    width: 12px;
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    right: 5px;
}
@media all and (max-width: 700px) {
    .input_error {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    left: 0 !important;
    width: 100%;
    top: 49px;
}
}
/*=========================================
===========================================

	# Assets, images, layouts, helpers
	NO TOUCHY

===========================================
=========================================*/
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%}
.disabled {
    color: #999;
}
.fade {
    -webkit-transition: color 0.2s linear;
    -moz-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear;
}
.fluid-image {
    max-width: 100%}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.leading {
    margin-top: 25px !important;
}
.trailing {
    margin-bottom: 25px !important;
}
@media all and (max-width: 700px) {
    .leading-mobile {
    margin-top: 15px !important;
}
}@media all and (max-width: 700px) {
    .trailing-mobile {
    margin-bottom: 15px !important;
}
}.gutter-right {
    padding-right: 25px;
}
@media all and (max-width: 700px) {
    .gutter-right {
    padding-right: 0px;
}
}.gutter-left {
    padding-left: 25px;
}
@media all and (max-width: 700px) {
    .gutter-left {
    padding-left: 0px;
}
}.padright {
    padding-right: 25px;
}
@media all and (max-width: 700px) {
    .padright {
    padding-right: 0px;
}
}.padleft {
    padding-left: 25px;
}
@media all and (max-width: 700px) {
    .padleft {
    padding-left: 0px;
}
}img.inline-left {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}
img.inline-right {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}
img.border {
    border: 4px solid #eaeaea;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.inline-divider {
    color: #ccc;
    display: inline-block;
    margin: 0 5px;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-normal {
    font-size: 0.9em;
}
.text-large {
    font-size: 1.0em;
}
.text-green {
    color: #39ac1d;
}
.smallcaps {
    font-family: "ff-meta-sc-web-pro",  sans-serif;
}
@media all and (max-width: 700px) {
    .no-mobile {
    display: none;
}
}.no-desktop {
    display: none;
}
@media all and (max-width: 700px) {
    .no-desktop {
    display: block;
}
}.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}
/*=========================================
===========================================

	# Print Styles
	NO TOUCHY

===========================================
=========================================*/
@media print {
    * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")"}
abbr[title]:after {
    content: " (" attr(title) ")"}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
}
/*=========================================
===========================================

	# MCSB - Sitefinity Overrides
	NO TOUCHY

===========================================
=========================================*/
.mCSB_container {
    width: auto;
    margin-right: 30px;
    overflow: hidden;
}
.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
}
.mCS_disabled>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCustomScrollBox>.mCSB_container.mCS_no_scrollbar {
    margin-right: 30px;
}
.mCustomScrollBox>.mCSB_scrollTools {
    width: 16px;
    height: 100%;
    top: 0;
    right: 0;
}
.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
    display: block;
    position: relative;
    height: 20px;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
    top: 100%;
    margin-top: -40px;
}
.mCSB_horizontal>.mCSB_container {
    height: auto;
    margin-right: 0;
    margin-bottom: 30px;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-bottom: 0;
}
.mCS_disabled>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar, .mCS_destroyed>.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar {
    margin-right: 0;
    margin-bottom: 30px;
}
.mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    width: 100%;
    height: 16px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.mCSB_horizontal>.mCSB_scrollTools a+.mCSB_draggerContainer {
    margin: 0 20px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 2px;
    margin: 7px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    width: 30px;
    height: 100%}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: relative;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
    float: left;
}
.mCSB_horizontal>.mCSB_scrollTools .mCSB_buttonRight {
    margin-left: -40px;
    float: right;
}
.mCustomScrollBox {
    -ms-touch-action: none;
}
.mCustomScrollBox>.mCSB_scrollTools {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCustomScrollBox:hover>.mCSB_scrollTools {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"}
.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.4);
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
    filter: "alpha(opacity=85)";
    -ms-filter: "alpha(opacity=85)"}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"}
.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../img/mCSB_buttons.png);
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: "alpha(opacity=40)";
    -ms-filter: "alpha(opacity=40)"}
.mCSB_scrollTools .mCSB_buttonUp {
    background-position: 0 0;
}
.mCSB_scrollTools .mCSB_buttonDown {
    background-position: 0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: 0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight {
    background-position: 0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)"}
.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
    filter: "alpha(opacity=90)";
    -ms-filter: "alpha(opacity=90)"}
.mCS-dark>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-light-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -32px 0;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -32px -20px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -40px -40px;
}
.mCS-light-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -40px -56px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-2.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 4px;
    margin: 6px auto;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -112px 0;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -112px -20px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -120px -40px;
}
.mCS-dark-2>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -120px -56px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-light-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -16px 0;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -16px -20px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -20px -40px;
}
.mCS-light-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -20px -56px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%;
    height: 4px;
    margin: 6px 0;
}
.mCS-dark-thick.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 6px;
    margin: 5px auto;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -100px -40px;
}
.mCS-dark-thick>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -100px -56px;
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%}
.mCS-light-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_draggerRail {
    background: #000;
    background: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 100%}
.mCS-dark-thin.mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 2px;
    margin: 7px auto;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
    background-position: -80px 0;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
    background-position: -80px -20px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonLeft {
    background-position: -80px -40px;
}
.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonRight {
    background-position: -80px -56px;
}
/*=========================================
===========================================

	# Usable Element Styles
	NO TOUCHY

===========================================
=========================================*/

* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%}
@media all and (max-width: 700px) {
    html, body {
    height: auto;
}
}html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
}
::-moz-selection {
    background: #b7e2fe;
    text-shadow: none;
}
::selection {
    background: #b7e2fe;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
img.fluid {
    max-width: 100%}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.container {
    margin: 0 auto;
    width: 980px;
}
@media all and (max-width: 1024px) {
    .container {
    width: 940px;
}
}@media all and (max-width: 1000px) {
    .container {
    width: 900px;
}
}@media all and (max-width: 950px) {
    .container {
    width: 850px;
}
}@media all and (max-width: 900px) {
    .container {
    width: 800px;
}
}@media all and (max-width: 870px) {
    .container {
    width: 770px;
}
}@media all and (max-width: 800px) {
    .container {
    width: 690px;
}
}@media all and (max-width: 700px) {
    .container {
    width: 100%}
}@media all and (max-width: 700px) {
    .container.main {
    margin-bottom: 25px;
}
}.container.main>.row>.sidebar {
    float: left;
    width: 25%;
    padding: 30px 0 30px 0;
    position: relative;
    z-index: 1 !important;
}
@media all and (max-width: 700px) {
    .container.main>.row>.sidebar {
    display: none;
}
}.container.main>.row>.content {
    border-left: 1px solid #ddd;
    float: left;
    width: 75%;
    padding: 30px 0 30px 48px;
    z-index: 200;
}
@media all and (max-width: 700px) {
    .container.main>.row>.content {
    padding: 15px 25px 10px 25px;
    width: 100%}
}h1, h2, h3, h4, h5, h6 {
    color: #333;
    margin: 0;
}
h1, .h1 {
    font-size: 48px;
}
h2, .h2 {
    font-size: 36px;
    line-height: 1.1em;
    margin-left: -2px;
    margin-bottom: 10px;
}
@media all and (max-width: 700px) {
    h2, .h2 {
    font-size: 30px;
}
}h3, .h3 {
    font-size: 24px;
    font-weight: normal;
}
@media all and (max-width: 700px) {
    h3, .h3 {
    font-size: 18px;
}
}h4, .h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
h4.thin, h4>.thin {
    font-weight: normal;
}
h5, .h5 {
    font-size: 16px;
    font-family: "ff-meta-sc-web-pro",  sans-serif;
    text-transform: lowercase;
}
h6, .h6 {
    border-bottom: 1px solid #d4d4d4;
    color: #444;
    font-weight: 600;
    font-size: 15px;
    font-family: "ff-meta-sc-web-pro",  sans-serif;
    text-transform: lowercase;
    letter-spacing: 1px;
    padding-bottom: 5px;
    margin: 0px 0 25px 0;
}
h6.helper, .h6.helper {
    border-bottom: 0px;
}
h6 em, .h6 em {
    border-top: 1px solid #d4d4d4;
    color: #444;
    display: block;
    font-style: normal;
    font-weight: 200;
    font-variant: normal;
    font-family: "ff-meta-web-pro",  sans-serif;
    font-size: 0.950em;
    text-transform: none;
    letter-spacing: 0px;
    padding-top: 10px;
    margin: 5px 0 3px 0;
}
@media all and (max-width: 700px) {
    h6, .h6 {
    margin-bottom: 15px;
}
}.lte-ie9 h6 {
    margin-top: 25px;
}
.lte-ie9 h6 em {
    line-height: 1.4em;
}
h1.underline, h2.underline, h3.underline {
    border-bottom: 1px solid #ddd;
}
p {
    color: #444;
    font-size: 0.9em;
    margin: 20px 0;
}
.lte-ie9 p {
    line-height: 22px;
}
p.xsmall {
    font-size: 0.8em;
    margin: 20px 0;
}
p.small {
    font-size: 0.9em;
    margin: 20px 0;
}
.lte-ie9 p.small {
    line-height: 20px;
}
p.large {
    font-size: 1.1em;
    margin: 25px 0;
}
p.xlarge {
    font-size: 1.2em;
    margin: 25px 0;
}
p.main {
    font-size: 1.075em;
}
a, a:visited, a:active {
    color: #2482e1;
    text-decoration: none;
}
a:hover {
    color: #ff8f01;
}
a.underline {
    text-decoration: underline !important;
}
ul.styled, ul.styled ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0 0 0 15px !important;
}
ul.styled li, ul.styled ul li {
    margin: 0;
    padding: 0;
}
ul.styled li {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 0.9em !important;
    margin: 0 0 4px 0;
}
ul.styled li li {
    margin: 0;
    padding: 0;
}
.lte-ie9 ul.styled li {
    margin: 0 0 8px 0;
}
ul.styled>li {
    background: url(../img/typography_bullet.png) no-repeat 0 7px;
    font-size: 3.0em;
    padding: 0 0 0 15px;
}
.lte-ie9 ul.styled>li {
    background: url(../img/typography_bullet.png) no-repeat 0 5px;
    line-height: 1.4em;
}
ul.styled ul>li {
    background: url(../img/typography_bullet_inner.png) no-repeat 0 7px;
    padding-left: 15px;
    margin: 2px 0;
}
ul.breadcrumb {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
    margin-bottom: 20px;
}
ul.breadcrumb li {
    margin: 0;
    padding: 0;
}
ul.breadcrumb:before, ul.breadcrumb:after {
    content: " ";
    display: table;
}
ul.breadcrumb:after {
    clear: both;
}
@media all and (max-width: 700px) {
    ul.breadcrumb {
    display: none;
}
}ul.breadcrumb>li {
    font-size: 0.8em;
    float: left;
    display: block;
}
ul.breadcrumb>li>a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #6d6e70;
    display: inline-block;
    position: relative;
}
ul.breadcrumb>li>a:hover {
    color: #ff8f01;
}
ul.breadcrumb>li>a>i.home {
    background-image: url("../img/icon_sprite.png");
    background-position: 0 -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 2px;
    left: 0;
}
ul.breadcrumb>li:first-child>a {
    padding-left: 23px;
}
ul.breadcrumb>li.separator {
    color: #6d6e70;
    margin: -2px 7px 0 7px;
}
.lte-ie9 ul.breadcrumb>li>a>i.home {
    top: -3px;
}
.pip-locations {
    margin-bottom: 15px;
    width: 100%}
.pip-locations td {
    vertical-align: top;
    width: 33.3%}
.pip-locations td strong {
    display: block;
}
@media all and (max-width: 700px) {
    .pip-locations td {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%}
}.top-content {
    background: #313131;
    *zoom: 1;
}
.top-content:before, .top-content:after {
    content: " ";
    display: table;
}
.top-content:after {
    clear: both;
}
.top-content>.container{with:100%;}
@media all and (max-width: 700px) {
    .top-content {
    display: none;
}
}.top-nav {
    font-size: 0.8em;
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1;
}
.top-nav:before, .top-nav:after {
    content: " ";
    display: table;
}
.top-nav:after {
    clear: both;
}
@media all and (max-width: 1000px) {
    .top-nav {
    font-size: 0.775em;
    }
}
@media all and (max-width: 800px)  { 
   .top-nav { font-size: 0.666em; }
}
.top-nav>li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99;
}
.top-nav>li.dropdown a {
    padding-right: 27px;
}
.top-nav>li a {
    color: #c3c3c3;
    display: block;
    padding: 5px 15px 5px 15px;
    text-decoration: none;
}
.top-nav>li a:hover {
    color: white;
}
.lte-ie9 .top-nav>li a {
    padding: 4px 15px 6px 15px;
}
.lte-ie9 li.dropdown a {
    padding-right: 27px;
}
.top-nav>li a.register, .top-nav>li a.username {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background: #555555;
    border-right: 1px solid #47484a;
    color: white;
    margin-left: 5px;
}
.top-nav>li a.register:hover, .top-nav>li a.username:hover {
    background: #6d6e71;
}
.top-nav>li a.login, .top-nav>li a.logout {
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    background: #2482e1;
    color: white;
    padding-left: 29px;
}
.top-nav>li a.login:hover, .top-nav>li a.logout:hover {
    background: #509ce7;
}
/*@media all and (max-width: 800px) {
    .top-nav>li a.login, .top-nav>li a.logout {
        max-width:50px;
        overflow:none;
    }
}*/
.top-nav>li i.caret {
    background-image: url("../img/icon_sprite.png");
    background-position: 0px -26px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.top-nav>li i.lock {
    background-image: url("../img/icon_sprite.png");
    background-position: -218px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 8px;
    left: 10px;
}
.top-nav>li i.logout {
    background-image: url("../img/icon_sprite.png");
    background-position: -270px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 16px;
    position: absolute;
    top: 8px;
    left: 9px;
}
.lte-ie9 .top-nav>li i.caret {
    top: 9px;
}
.lte-ie9 .top-nav>li i.lock {
    top: 9px;
}
.top-nav>li.dropdown:hover>a {
    -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);
    background: white;
    color: #ff8f01;
}
.top-nav>li.dropdown:hover>ul {
    display: block;
}
.top-nav>li>ul {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
    background: white;
    display: none;
    list-style: none;
    padding: 0 0 5px 0;
    margin: 0;
    position: absolute;
    top: 29px;
    min-width: 200px;
}
@media all and (max-width: 1000px) {
    .top-nav>li>ul {
    top: 28px;
}
}.top-nav>li>ul li {
    margin: 0;
    padding: 0;
}
.top-nav>li>ul a {
    color: #444444;
    padding: 5px 0 5px 15px;
}
.top-nav>li>ul a:hover {
    color: #ff8f01;
}
.lte-ie9 .top-nav>li>ul {
    border: 1px solid #ccc;
    border-top: 0px;
    left: -1px;
    top: 29px;
}
.ie9 .top-nav>li>ul {
    top: 28px;
}
/*=========================================
===========================================

	# Table Styles
	NO TOUCHY

===========================================
=========================================*/
table.toc {
    width: 100%}
table.toc td {
    padding-right: 10px;
    padding-bottom: 25px;
    vertical-align: top;
    width: 50%}
table.toc td img {
    float: left;
    margin: 3px 12px 20px 0;
}
table.toc td em {
    font-size: 1.2em;
    font-style: normal;
    line-height: 1.0em;
}
table.toc td em>a {
    color: #444;
}
table.toc td p {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}
table.toc td p>a {
    display: inline-block;
    margin-top: 5px;
}
table.styled {
    width: 100%;
    vertical-align: center;
    font-size: 0.9em;
}
table.styled thead {
    background-color: #509ce7;
    color: #fff;
}
table.styled td {
    padding: 5px 10px 10px 10px;
}
table.styled tr {
    border-bottom: 1px dotted #d4d4d4;
}
table.styled tr.last {
    border-bottom: none;
}
table.styled thead>tr {
    border-bottom: none;
}
table.styled .type {
    width: 40%}
table.styled .county {
    width: 20%}
table.styled .phone {
    width: 25%}
table.styled .phone span {
    font-size: 12px;
}
table.styled .hours {
    width: 15%}
@media all and (max-width: 550px) {
    table.styled {
    display: none;
}
}
/*=========================================
===========================================

	# Structural
	NO TOUCHY

===========================================
=========================================*/
header {
    background: url(../img/header_bg.jpg) repeat-x bottom;
    border-bottom: 1px solid #d9dada;
    height: 111px;
    padding-top: 8px;
}
header .container {
    position: relative;
}
@media all and (max-width: 700px) {
    header {
    display: none;
}
}header .logo {
    background: url("../img/logo.png") no-repeat 0 0;
    display: block;
    height: 90px;
    width: 209px;
}
@media all and (max-width: 1000px) {
    header .logo {
    background: url("../img/logo.png") no-repeat -151px 0px;
    height: 55px;
    float: left;
    width: 55px;
    margin-top: 20px;
}
}
@media all and (max-width: 800px) {
    header .logo {
    background: url("../img/logo_tablet.png") no-repeat 0 0;
    height: 43px;
    margin: 5px 0 0 3px;
    width: 43px;
}
}@media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
    header .logo {
    background: url("../img/logo_@2X.png") no-repeat 0 0;
    background-size: 209px 90px;
}
}@media (-webkit-min-device-pixel-ratio: 2) {
    header .logo {
    background: url("../img/logo_@2X.png") no-repeat 0 0;
    background-size: 209px 90px;
}
}@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 1000px) {
    header .logo {
    background: url("../img/logo_@2X.png") no-repeat -151px 0px;
    background-size: 209px 90px;
}
}@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px) {
    header .logo {
    background: url("../img/logo_tablet.png") no-repeat 0 0;
}
}header .search, .errorpagebody .search {
    *zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.8);
    background: white;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 13px;
    right: 0;
    width: 260px;
}
header .search:before, header .search:after {
    content: " ";
    display: table;
}
header .search:after {
    clear: both;
}
header .search>input[type='text'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    float: left;
    font-size: 0.9em;
    outline: 0;
    margin: 0;
    padding: 5px 6px 4px 6px;
    width: 220px;
}
.lte-ie9 header .search>input[type='text'] {
    padding: 9px 6px 0px 6px;
}
header .search>button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    background: -moz-linear-gradient(top,  #fafafa 0%,  #eaeaea);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#fafafa),  to(#eaeaea));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea)";
    border: 1px solid #ddd;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 34px;
    height: 32px;
    margin: -1px -1px -1px 0;
}
header .search>button i.search-icon {
    background-image: url("../img/icon_sprite.png");
    background-position: -312px 1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    display: block;
    position: absolute;
    top: 8px;
    left: 7px;
}
header .search>button:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%,  #fafafa);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#eaeaea),  to(#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa)";
    cursor: pointer;
}
.lte-ie9 header .search>button {
    border-right: 0px;
    border-bottom: 0px;
    margin: -1px 0px 0px 0px;
}
.lte-ie9 header .search>button i.search-icon {
    top: -7px;
    left: 7px;
}
.ie9 header .search>button i.search-icon {
    top: 7px;
    left: 8px;
}
header .nav {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -13px;
    right: 0;
}
@media all and (max-width: 1000px) {
    header .nav {
    bottom: -103px;
}
}header .nav>li {
    float: left;
    padding: 0;
    position: relative;
}
header .nav>li.first>a {
    border-left: 1px solid #d9dada;
    -webkit-border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -ms-border-radius: 8px 0 0 0;
    -o-border-radius: 8px 0 0 0;
    border-radius: 8px 0 0 0;
}
header .nav>li.last>a {
    -webkit-border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -ms-border-radius: 0 8px 0 0;
    -o-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}
header .nav>li>a {
    background: url(../img/header_nav_bg.png) repeat-x;
    border: 1px solid #d4d4d4;
    border-bottom: 0px;
    border-left: 0;
    color: #6d6e70;
    display: block;
    font-size: 0.9em;
    height: 39px;
    position: relative;
    padding: 2px 4px 0px 4px;
    text-decoration: none;
    text-shadow: 0px 2px 1px white;
}
header .nav>li>a span {
    display: block;
    padding: 8px 24px 5px 14px;
}
@media all and (max-width: 800px) {
    .win header .nav>li>a {
    padding: 5px 4px 0px 3px;
}
}.lte-ie9 header .nav>li>a {
    padding: 5px 4px 0px 4px;
}
@media all and (max-width: 800px) {
    .lte-ie9 header .nav>li>a {
    padding: 5px 4px 0px 3px;
}
}.ie9 header .nav>li>a {
    padding: 5px 4px 0px 4px;
}
@media all and (max-width: 800px) {
    .ie9 header .nav>li>a {
    padding: 5px 3px 0px 2px;
}
}header .nav>li>a>span>i.caret {
    background-image: url("../img/icon_sprite.png");
    background-position: -20px -29px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 8px;
    position: absolute;
    right: 13px;
    top: 18px;
}
.lte-ie9 header .nav>li>a>span>i.caret {
    background-image: url("../img/icon_sprite.png");
    background-position: -20px -29px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 8px;
    position: absolute;
    right: 13px;
    top: 16px;
}
header .nav>li:hover>a, header .nav>li>a.active {
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: white;
    color: #ff8f01;
    height: 44px;
    margin-top: -5px;
}
header .nav>li:hover>a span, header .nav>li>a.active span {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background: #ebebeb;
    background: -moz-linear-gradient(top,  #ebebeb 0%,  #fff);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#ebebeb),  to(#fff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#ebebeb,  endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#ebebeb,  endColorstr=#fff)";
    padding: 11px 24px 0px 14px;
    margin-top: 2px;
}
header .nav>li:hover>a span i.caret, header .nav>li>a.active span i.caret {
    top: 23px;
}
.lte-ie9 header .nav>li:hover>a span {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: url(../img/nav_bg.png) repeat-x;
}
.lte-ie9 header .nav>li>a.active span {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: white;
}
header .nav>li>a.active>span {
    background: none;
}
header .nav>li:hover>a.active>span {
    background: #ebebeb;
    background: -moz-linear-gradient(top,  #ebebeb 0%,  #fff);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#ebebeb),  to(#fff));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#ebebeb,  endColorstr=#fff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#ebebeb,  endColorstr=#fff)"}
.lte-ie9 header .nav>li:hover>a.active>span {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background: url(../img/nav_bg.png) repeat-x;
}
header .nav>li:hover>ul {
    display: inline-block;
}
header .nav>li>ul {
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    -ms-border-radius: 0 6px 6px 6px;
    -o-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.3);
    background: white;
    display: none;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0;
    position: absolute;
    top: 34px;
    min-width: 250px;
    z-index: 1000;
}
header .nav>li>ul li {
    margin: 0;
    padding: 0;
}
header .nav>li>ul a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #444;
    display: block;
    font-size: 0.850em;
    padding: 3px 18px;
    text-decoration: none;
}
header .nav>li>ul a:hover {
    color: #ff8f01;
}
.lte-ie9 header .nav>li>ul {
    border: 1px solid #ccc;
    border-top: 0px;
    left: -1px;
}
.lte-ie9 header .nav>li>ul li a {
    padding: 5px 18px;
}
header .nav>li.first>ul {
    left: 1px;
}
@media all and (max-width: 1270px) {
    header .nav>li.last>ul {
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    -ms-border-radius: 6px 0px 6px 6px;
    -o-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 6px 6px;
    left: -132px;
}
}@media all and (max-width: 1270px) {
    .lte-ie9 header .nav>li.last>ul {
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    -ms-border-radius: 6px 0px 6px 6px;
    -o-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 6px 6px;
    left: -131px;
}
}
/*=========================================
===========================================

	# MyOUC Section
	NO TOUCHY

===========================================
=========================================*/
.myouc-login {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background: white;
    border: 1px solid #d4d4d4;
    padding: 20px;
    position: relative;
    margin: -25px 0 25px 0;
    width: 100%;
    z-index: 2;
}
.myouc-login .registration-login {
    border: 0px;
    padding: 0 0 0 25px;
    width: auto;
}
@media all and (max-width: 700px) {
    .myouc-login .registration-login {
    padding: 0px;
}
}.myouc-login ul {
    margin-left: 0px;
    padding-left: 40px;
}
.myouc-login ul>li {
    font-size: 0.950em;
    color: #444 !important;
    margin-left: 0px;
}
@media all and (max-width: 700px) {
    .myouc-login {
    border: 0px;
    margin: 0px;
}
}.myouc-login .columns:first-child {
    border-right: 1px solid #efefef;
    padding-right: 15px;
}
@media all and (max-width: 700px) {
    .myouc-login .columns: first-child {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
}.myouc-login .field {
    margin-bottom: 15px !important;
}
@media all and (max-width: 700px) {
    .myouc-login .input_error {
    top: 24px !important;
}
}.myouc-login .actions {
    *zoom: 1;
}
.myouc-login .actions:before, .myouc-login .actions:after {
    content: " ";
    display: table;
}
.myouc-login .actions:after {
    clear: both;
}
.myouc-login .actions a.register-button {
    float: left;
}
.myouc-login .actions a.learnmore {
    float: left;
    font-size: 0.850em;
    margin: 8px 0 0 20px;
}
.lte-ie9 .myouc-login ul>li {
    margin-bottom: 10px;
}
@media all and (max-width: 700px) {
    #ouc-sidebar {
    display: none;
}
}.myouc>.nav, .myouc>.nav>li, .myouc .sub-nav, .myouc .sub-nav>li {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.myouc>.nav li, .myouc>.nav>li li, .myouc .sub-nav li, .myouc .sub-nav>li li {
    margin: 0;
    padding: 0;
}
.myouc>.nav>li>ul {
    display: none;
}
.myouc>.nav>li.active {
    border-right: 4px solid #ff8f01;
}
.myouc>.nav>li.active>ul {
    display: block;
}
.myouc>.nav {
    font-size: 0.850em;
    font-weight: 600;
    margin-right: -1px;
    z-index: 100;
}
@media all and (max-width: 700px) {
    .myouc>.nav {
    display: none !important;
}
}.myouc>.nav>li {
    border-bottom: 1px dotted #ddd;
    padding: 12px 0 3px 0;
}
.myouc>.nav>li>a {
    color: #6d6e70;
    display: block;
    padding-left: 35px;
    position: relative;
}
.myouc>.nav>li>a:hover {
    color: #ff8f01;
}
.myouc>.nav>li>a i {
    position: absolute;
    left: 0;
}
.myouc>.nav>li.active>a {
    color: #ff8f01;
}
.myouc>.nav>li>a>i.summary {
    background-image: url("../img/icon_sprite.png");
    background-position: -270px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
    top: 2px;
}
.lte-ie9 .myouc>.nav>li>a>i.summary {
    top: -1px;
}
.myouc>.nav>li>a:hover>i.summary, .myouc>.nav>li.active>a>i.summary {
    background-image: url("../img/icon_sprite.png");
    background-position: -290px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
}
.myouc>.nav>li>a>i.info {
    background-image: url("../img/icon_sprite.png");
    background-position: -140px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
    top: 2px;
}
.lte-ie9 .myouc>.nav>li>a>i.info {
    top: -2px;
}
.myouc>.nav>li>a:hover>i.info, .myouc>.nav>li.active>a>i.info {
    background-image: url("../img/icon_sprite.png");
    background-position: -160px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
}
.myouc>.nav>li>a>i.billing {
    background-image: url("../img/icon_sprite.png");
    background-position: -50px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
    top: 3px;
}
.lte-ie9 .myouc>.nav>li>a>i.billing {
    top: -2px;
}
.myouc>.nav>li>a:hover>i.billing, .myouc>.nav>li.active>a>i.billing {
    background-image: url("../img/icon_sprite.png");
    background-position: -80px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    width: 18px;
}
.myouc>.nav>li>a>i.service {
    background-image: url("../img/icon_sprite.png");
    background-position: -230px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 18px;
    top: 1px;
}
.lte-ie9 .myouc>.nav>li>a>i.service {
    top: -2px;
}
.myouc>.nav>li>a:hover>i.service, .myouc>.nav>li.active>a>i.service {
    background-image: url("../img/icon_sprite.png");
    background-position: -250px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 18px;
}
.myouc>.nav>li>a>i.outages {
    background-image: url("../img/icon_sprite.png");
    background-position: -150px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 19px;
    top: 1px;
}
.lte-ie9 .myouc>.nav>li>a>i.outages {
    top: -2px;
}
.myouc>.nav>li>a:hover>i.outages, .myouc>.nav>li.active>a>i.outages {
    background-image: url("../img/icon_sprite.png");
    background-position: -120px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 19px;
}
.myouc .sub-nav {
    margin: 5px 0 10px 37px;
}
.myouc .sub-nav>li>a {
    color: #6d6e70;
    display: block;
    font-size: 0.950em;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.myouc .sub-nav>li>a i.caret {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    background-image: url("../img/icon_sprite.png");
    background-position: -40px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 4px;
    position: absolute;
    left: 0px;
    top: 8px;
}
.myouc .sub-nav>li>a:hover {
    color: #ff8f01;
}
.myouc .sub-nav>li>a:hover i.caret {
    left: 2px;
}
.lte-ie9 .myouc .sub-nav>li>a {
    margin: 10px 0 0 0;
}
.lte-ie9 .myouc .sub-nav>li>a i.caret {
    top: 3px;
}
i.leaf {
    background-image: url("../img/icon_sprite.png");
    background-position: -260px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 12px;
    width: 18px;
    display: inline-block;
    margin: 0 1px 0 7px;
    position: absolute;
    top: 4px;
    left: 0;
}
i.heart {
    background-image: url("../img/icon_sprite.png");
    background-position: -210px -50px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 11px;
    width: 15px;
    display: inline-block;
    margin: 0 1px 0 7px;
    position: absolute;
    top: 5px;
    left: 0;
}
i.bolt {
    background-image: url("../img/icon_sprite.png");
    background-position: -118px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 13px;
    display: inline-block;
    margin: 0 1px 0 7px;
    position: absolute;
    top: 3px;
    left: 0;
}
.account-summary-heading {
    *zoom: 1;
}
.account-summary-heading:before, .account-summary-heading:after {
    content: " ";
    display: table;
}
.account-summary-heading:after {
    clear: both;
}
.account-summary-heading h2 {
    float: left;
}
@media all and (max-width: 700px) {
    .account-summary-heading h2 {
    clear: both;
    text-align: left;
    width: 100% !important;
}
}.account-summary-heading .account-select {
    float: right;
    margin-top: 9px;
}
@media all and (max-width: 800px) {
    .account-summary-heading .account-select {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    clear: both;
    text-align: left;
    padding: 10px 0;
    margin-top: 5px;
    width: 100% !important;
}
}.account-summary-heading .account-select em {
    font-style: normal;
    font-weight: bold;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.1em;
    margin-right: 8px;
}
@media all and (max-width: 700px) {
    .account-summary-heading .account-select em {
    display: block;
    margin-bottom: 5px;
}
}.account-summary-heading .dropdown-picker {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #555;
    cursor: pointer;
    height: 30px;
    display: inline-block;
    font-size: 0.8em;
    padding: 5px 28px 0px 8px;
    position: relative;
    border: 1px solid #dadada;
    background: url(../img/select_bg.png) repeat-x;
    z-index: 200;
}
@media all and (max-width: 700px) {
    .account-summary-heading .dropdown-picker {
    width: 250px;
}
}.lte-ie9 .account-summary-heading .dropdown-picker {
    line-height: 1.5em;
}
.account-summary-heading .dropdown-picker:after {
    background-image: url("../img/icon_sprite.png");
    background-position: -20px -29px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 8px;
    content: ' ';
    display: block;
    position: absolute;
    top: 12px;
    right: 8px;
}
.account-summary-heading .dropdown-picker>ul {
    display: none;
}
.account-summary-heading .dropdown-picker.active>ul {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 6px 0px 6px 6px;
    -moz-border-radius: 6px 0px 6px 6px;
    -ms-border-radius: 6px 0px 6px 6px;
    -o-border-radius: 6px 0px 6px 6px;
    border-radius: 6px 0px 6px 6px;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: white;
    border: 1px solid #ccc;
    display: block;
    height: 250px;
    overflow-y: scroll;
    padding: 8px;
    position: absolute;
    right: -1px;
    width: 320px;
    z-index: 100;
}
.account-summary-heading .dropdown-picker.active>ul li {
    margin: 0;
    padding: 0;
}
@media all and (max-width: 800px) {
    .account-summary-heading .dropdown-picker.active>ul {
    left: 0 !important;
    right: auto;
}
}.account-summary-heading .dropdown-picker.active>ul>li {
    *zoom: 1;
    border-bottom: 1px dotted #ccc;
    display: block;
    padding: 4px 5px 3px 5px;
}
.account-summary-heading .dropdown-picker.active>ul>li:before, .account-summary-heading .dropdown-picker.active>ul>li:after {
    content: " ";
    display: table;
}
.account-summary-heading .dropdown-picker.active>ul>li:after {
    clear: both;
}
.account-summary-heading .dropdown-picker.active>ul>li:hover {
    background-color: #f2f7fd;
}
.lte-ie9 .account-summary-heading .dropdown-picker.active>ul>li {
    line-height: 2.0em;
}
.account-summary-heading .dropdown-picker.active>ul>li:hover a {
    color: #ff8f01;
}
.account-summary-heading .account-number {
    color: #555;
}
.account-summary-heading .inactive {
    color: #777777;
    display: block;
    clear: both;
    font-size: 1.1em;
}
.account-summary-heading .autopay, .account-summary-heading .cashonly {
    -webkit-box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    -moz-box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    box-shadow: 0px 2px 0px #c3c3c3,  inset 0px 1px 2px #fefefe;
    background: #f6f6f6;
    background: -moz-linear-gradient(top,  #f6f6f6 0%,  #d5d5d5);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#f6f6f6),  to(#d5d5d5));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#f6f6f6,  endColorstr=#d5d5d5)";
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #646567;
    font-size: 0.9em;
    line-height: 1.1em;
    text-shadow: 0px 1px 0px white;
    text-transform: lowercase;
    font-family: "ff-meta-sc-web-pro";
    padding: 3px 10px 0px 18px;
    position: relative;
    margin-bottom: 3px;
    *background: #52b7ed;
}
.lte-ie9 .account-summary-heading .autopay, .lte-ie9 .account-summary-heading .cashonly {
    line-height: 1.4em;
    padding: 1px 3px 0px 30px;
    margin-top: 4px;
}
.account-summary-heading .autopay:after {
    background-image: url("../img/icon_sprite.png");
    background-position: -118px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 13px;
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
}
.account-summary-heading .cashonly {
    padding-left: 27px;
}
.account-summary-heading .cashonly:after {
    background: url(../img/icon_cashonly.png) no-repeat;
    content: '';
    height: 20px;
    position: absolute;
    left: 1px;
    top: -1px;
    width: 20px;
}
.account-summary-heading .single-account {
    font-size: 0.9em;
}
.graph-title {
    color: #444;
    display: block;
    font-size: 0.825em;
    text-align: center;
    font-weight: bold;
}
.missing-graph {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #efefef;
    font-size: 0.850em;
    padding: 25px;
    text-align: center;
}
@media all and (max-width: 950px) {
    .ouc-dashboard-main {
    padding: 0px;
    width: 100%}
}@media all and (max-width: 700px) {
    .ouc-dashboard-main .main {
    clear: both;
    width: 100% !important;
}
}@media all and (max-width: 700px) {
    .ouc-dashboard-main .side {
    clear: both;
    text-align: left;
    width: 100% !important;
}
}.lte-ie9 .ouc-dashboard-main .main {
    line-height: 1.5em;
}
@media all and (max-width: 950px) {
    .ouc-dashboard-info {
    display: none;
}
}.ouc-dashboard-edit-info {
    display: none;
}
@media all and (max-width: 950px) {
    .ouc-dashboard-edit-info {
    display: block;
}
}.ouc-dashboard-main .vertical-button-group {
    margin-top: 7px;
    margin-bottom: 0px;
}
.ouc-dashboard-main .vertical-button-group .btn {
    margin-bottom: 0px !important;
}
.ouc-dashboard-main .vertical-button-group .btn:first-child {
    margin-bottom: 5px !important;
}
@media all and (max-width: 700px) {
    .ouc-dashboard-main .vertical-button-group .first {
    float: left;
    text-align: left;
    width: 49% !important;
}
}@media all and (max-width: 700px) {
    .ouc-dashboard-main .vertical-button-group .last {
    float: right;
    text-align: right;
    width: 49% !important;
}
}.ouc-dashboard-main .dashboard-payment-overview {
    border-top: 1px dotted #ddd;
    padding-top: 15px;
}
.ouc-dashboard-main .update-paperless-status, .ouc-dashboard-main .update-project-care, .ouc-dashboard-main .edit-my-bank-info {
    font-size: 0.950em;
}
@media all and (max-width: 1025px) {
    .ouc-dashboard-main .update-paperless-status, .ouc-dashboard-main .update-project-care, .ouc-dashboard-main .edit-my-bank-info {
    font-size: 0.8em;
}
}@media all and (max-width: 700px) {
    .ouc-dashboard-main .update-paperless-status, .ouc-dashboard-main .update-project-care, .ouc-dashboard-main .edit-my-bank-info {
    font-size: 0.950em;
}
}.enrollments .paperless, .enrollments .project-care, .enrollments .autopay {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}
@media all and (max-width: 700px) {
    .enrollments {
    margin-top: 8px !important;
}
}@media all and (max-width: 700px) {
    .enrollments.first {
    margin-top: 0px !important;
}
}.usage-footer {
    *zoom: 1;
    margin-top: 15px;
    width: 100%}
.usage-footer:before, .usage-footer:after {
    content: " ";
    display: table;
}
.usage-footer:after {
    clear: both;
}
.lte-ie9 .usage-footer {
    line-height: 1.4em;
}
@media all and (max-width: 700px) {
    .usage-footer .kwh, .usage-footer .links {
    clear: both;
    text-align: center !important;
    width: 100% !important;
}
}.usage-footer .kwh {
    float: left;
    text-align: left;
    width: 50%}
@media all and (max-width: 700px) {
    .usage-footer .kwh>h3 {
    font-size: 0.9em;
}
}.usage-footer .kwh>h3>span {
    color: #444;
    font-size: 0.6em;
}
.usage-footer .kwh>strong {
    color: #444;
    display: block;
    margin: -4px 0 0 1px;
    font-size: 0.850em;
}
.lte-ie9 .usage-footer .kwh>h3 {
    margin-top: 9px;
}
.usage-footer .links {
    font-size: 0.850em;
    float: right;
    text-align: right;
    margin-top: 8px;
    width: 50%}
.google-graph {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -4px;
    margin-bottom: -15px;
}

/*=========================================
===========================================

	# Heroes
	NO TOUCHY

===========================================
=========================================*/
.hero {
    *zoom: 1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 500px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: top center;
}
.hero:before, .hero:after {content: " "; display: table;}
.hero:after {clear: both;}

.page-home .hero, .page-_home .hero{background-image: url(../img/heros/myouc-iphone.jpg);}
.page-about-ouc .hero, .page-_about-ouc .hero{background-image: url(../img/heros/about-ouc.jpg);}
.page-business .hero, .page-_business .hero{background-image: url(../img/heros/business.jpg);}
.page-residential .hero, .page-_residential .hero{background-image: url(../img/heros/residential.jpg);}
.page-environment-community .hero, .page-_environment-community .hero{background-image: url(../img/heros/environment.jpg);}
.page-doing-business-with-ouc .hero, .page-_doing-business-with-ouc .hero{background-image: url(../img/heros/doing-business.jpg);}
.page-myouc_orlando-customers .hero, .page-_myouc_orlando-customers .hero{
    background: url(/images/manage-my-account/bg-manageMyAccount.png) repeat-x left top;
    min-height:380px;
}

.page-new-customer .hero, .page-_new-customer .hero{
    background-image: url(../img/hero_new_customer.jpg);
    height: 100%;
    min-height: 600px;
}
@media all and (max-width: 1440px) {
    .hero, .hero-about, .hero-residential, .hero-commercial {
        height: 350px;
    }
}
@media all and (max-width: 800px) {
    .hero, .hero-about, .hero-residential, .hero-commercial {
        height: 310px;
    }
    .hero.new-customer {min-height: 840px;}
}
@media all and (max-width: 700px) {
    .hero, .hero-about, .hero-residential, .hero-commercial {
        height: 300px;
    }
}
@media all and (max-width: 700px) {
    h2{ width: 90%;
    }
}

.hero h1,
#home-hero-slider h1 {
    color: white;
    font-size: 3.0em;
    text-shadow: 0px 1px 3px #333;
    margin-top: 240px;
}
@media all and (max-width: 1440px) {
    .hero h1,
	#home-hero-slider h1	{
        font-size: 3.0em;
        margin-top: 150px;
    }
}
@media all and (max-width: 1000px) {
    .hero h1,
	#home-hero-slider h1{
        font-size: 2.8em;
        margin-top: 160px;
    }
}
@media all and (max-width: 800px) {
    .hero h1,
	#home-hero-slider h1{
        font-size: 2.0em;
        margin-top: 145px;
    }
}
@media all and (max-width: 700px) {
    .hero h1,
	#home-hero-slider h1{
        font-size: 2.2em;
        margin: 100px 0 5px 20px;
    }
}
.hero h2,
#home-hero-slider h2 {
    color: white;
    font-size: 1.7em;
    line-height: 1.4em;
    font-weight: normal;
    text-shadow: 0px 1px 3px #333;
}
@media all and (max-width: 1280px) {
    .hero h2,
	#home-hero-slider h2{
        font-size: 1.5em;
    }
}
@media all and (max-width: 1000px) {
    .hero h2,
	#home-hero-slider h2{
        font-size: 1.3em;
    }
}
@media all and (max-width: 800px) {
    .hero h2,
	#home-hero-slider h2{
        font-size: 1.1em;
    }
}
@media all and (max-width: 700px) {
    .hero h2,
	#home-hero-slider h2{
        font-size: 1.0em;
        margin: 0 0 0 20px;
    }
}
.hero h2 a,
#home-hero-slider h2 a {
    color: #ffa634;
    display: block;
    text-decoration: none;
}
.lte-ie9 .hero h2,
.lte-ie9 #home-hero-slider h2 {
    margin-top: 15px;
}
.lte-ie9 .hero h2 a,
.lte-ie9 #home-hero-slider h2 a {
    margin-top: 10px;
}
.hero-login {
    background: url(../img/hero-ipad.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 280px;
    width: 100%}
@media all and (max-width: 1440px) {
    .hero-login {
    height: 350px;
}
}@media all and (max-width: 800px) {
    .hero-login {
    height: 310px;
}
}@media all and (max-width: 700px) {
    .hero-login {
    height: 230px;
}
}.hero-login h1 {
    margin-top: 90px;
}
.sub-hero {
    *zoom: 1;
    width: 100%}
.sub-hero:before, .sub-hero:after {
    content: " ";
    display: table;
}
.sub-hero:after {
    clear: both;
}
.sub-hero>.copy {
    float: left;
    padding-right: 20px;
    width: 50%}
.sub-hero>.img {
    float: right;
    width: 50%}
@media all and (max-width: 700px) {
    .sub-hero>.img {
    margin-bottom: 25px;
}
}.sub-hero>.img>img {
    min-width: 100%}
@media all and (max-width: 700px) {
    .sub-hero>.copy, .sub-hero>.img {
    float: none;
    clear: both;
    width: 100%}
}.hero-module {
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -ms-border-radius: 6px 6px 6px 6px;
    -o-border-radius: 6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    background: url(../img/hero_login_bg.png) repeat;
    padding: 20px;
    width: 430px;
}
@media all and (max-width: 1440px) {
    .hero-module {
    margin-top: 35px;
}
}@media all and (max-width: 950px) {
    .hero-module {
    width: 400px;
}
}@media all and (max-width: 900px) {
    .hero-module {
    width: 350px;
}
}@media all and (max-width: 800px) {
    .hero-module {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 420px;
}
}@media all and (max-width: 700px) {
    .hero-module {
    width: 90%}
}.hero-module .title {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #313131;
    color: #ccc;
    display: block;
    height: 35px;
    font-size: 1.2em;
    font-weight: normal;
    font-family: "ff-meta-sc-web-pro",  sans-serif;
    line-height: 1.7em;
    padding-left: 20px;
    margin: -20px -20px 20px -20px;
    position: relative;
    text-transform: lowercase;
}
.hero-module .hero-body {
    height: 165px;
}
.hero-module .field {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    position: relative;
}
.hero-module .field .tooltip {
    background-image: url("../img/icon_sprite.png");
    background-position: -210px -80px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 17px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.hero-module .field input[type='text'], input[type='password'] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white;
    border: 1px solid #cecece;
    font-size: 1.050em;
    margin-bottom: 0px;
    padding: 4px 10px 4px 10px;
    position: relative;
    width: 100%}
.hero-module p.xlarge {
    color: #939598;
    font-size: 1.450em;
    margin: 0 0 45px 0 !important;
}
.nc-current .btn, .nc-new .btn {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-size: 1.0em;
}
.nc-current {
    float: left;
}
@media all and (max-width: 800px) {
    .nc-current {
    margin-top: 20px !important;
}
}.nc-new {
    float: right;
}
@media all and (max-width: 800px) {
    .nc-new {
    margin-top: 20px !important;
}
}@media all and (max-width: 800px) {
    .nc-new p {
    color: #666 !important;
}
}.nc-or {
    background: url(../img/nc_or.png) no-repeat;
    float: left;
    height: 250px;
    margin: 12px 0 0 42px;
    width: 36px;
}
@media all and (max-width: 1440px) {
    .nc-or {
    margin: 47px 0 0 42px;
}
}@media all and (max-width: 1024px) {
    .nc-or {
    margin-left: 23px;
}
}@media all and (max-width: 1000px) {
    .nc-or {
    display: none;
}
}h1.nc-welcome {
    background: url(../img/nc_header_bg.png) no-repeat top center;
    margin: 56px 0 80px 0 !important;
    padding: 0;
    height: 136px;
    line-height: 1.4em;
    font-size: 4.3em;
    text-align: center;
    text-shadow: 0px 1px 2px #888;
}
@media all and (max-width: 1440px) {
    h1.nc-welcome {
    margin: 56px 0 45px 0 !important;
}
}@media all and (max-width: 700px) {
    h1.nc-welcome {
    font-size: 3.1em;
    width: 90%;
    line-height: 1.9em;
    margin: 56px auto 45px auto !important;
}
}@media all and (max-width: 500px) {
    h1.nc-welcome {
    font-size: 2.1em;
    width: 90%;
    line-height: 2.9em;
    margin: 30px auto 10px auto !important;
}
}
.hero .login,
#home-hero-slider .login {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
    width: 270px;
    float: right;
    margin-top: 130px;
}
@media all and (max-width: 1440px) {
    .hero .login,
	#home-hero-slider .login{
    margin-top: 35px;
}
}@media all and (max-width: 800px) {
    .hero .login,
	#home-hero-slider .login{
    margin-top: 15px;
}
}@media all and (max-width: 700px) {
    .hero .login,
	#home-hero-slider .login-container,
	#home-hero-slider .login{
    display: none;
}
}
.hero .login .login-title,
#home-hero-slider .login .login-title {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -ms-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    background: #313131;
    color: #ccc;
    font-size: 0.950em;
    font-weight: normal;
    font-family: "ff-meta-sc-web-pro",  sans-serif;
    padding: 3px 15px 4px 36px;
    position: relative;
    text-transform: lowercase;
}
.hero .login .login-title i.lock,
#home-hero-slider .login .login-title i.lock {
    background-image: url("../img/icon_sprite.png");
    background-position: -180px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 13px;
    position: absolute;
    top: 7px;
    left: 12px;
}
.lte-ie9 .hero .login .login-title,
.lte-ie9 #home-hero-slider .login .login-title {
    font-size: .95em;
    padding: 3px 15px 4px 36px;
}
.hero .login .login-body,
#home-hero-slider .login .login-body {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    background: url(../img/hero_login_bg.png) repeat;
    padding: 15px 15px 0 15px;
}
.hero .login .login-body input[type='text'], .hero .login .login-body input[type='password'], #home-hero-slider .login .login-body input[type='text'], #home-hero-slider .login .login-body input[type='password'] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    opacity: 0.9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white;
    border: 1px solid #cecece;
    font-size: 0.950em;
    margin-bottom: 12px;
    padding: 4px 10px 4px 10px;
    width: 241px;
}
.hero .login .login-body label,
#home-hero-slider .login .login-body label {
    color: #555;
    font-size: 0.8em;
    float: right;
    margin-top: 19px;
}
.hero .login .login-body label input,
#home-hero-slider .login .login-body label input {
    margin-right: 2px;
}
.hero .login .login-body .btn-blue,
#home-hero-slider .login .login-body .btn-blue {
    margin-top: 10px;
}
.hero .login .login-body .login-links,
#home-hero-slider .login .login-body .login-links {
    border-top: 1px solid #eff0f0;
    padding: 10px 15px;
    margin: 20px -15px 0px -15px;
}
.hero .login .login-body .login-links .left-column,
#home-hero-slider .login .login-body .login-links .left-column {
    float: left;
}
.hero .login .login-body .login-links .right-column,
#home-hero-slider .login .login-body .login-links .right-column {
    float: right;
}
.hero .login .login-body .login-links a,
#home-hero-slider .login .login-body .login-links a {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    color: #1969b9;
    display: block;
    font-size: 0.775em;
    text-decoration: none;
    margin-top: 4px;
    padding-left: 9px;
    position: relative;
}
.hero .login .login-body .login-links a i.caret,
#home-hero-slider .login .login-body .login-links a i.caret {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    background-image: url("../img/icon_sprite.png");
    background-position: -50px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 7px;
}
.hero .login .login-body .login-links a:hover,
#home-hero-slider .login .login-body .login-links a:hover {
    color: #ff8f01;
}
.hero .login .login-body .login-links a:hover i.caret,
#home-hero-slider .login .login-body .login-links a:hover i.caret {
    left: 2px;
}
.lte-ie9 .hero .login .login-body input[type='text'], .lte-ie9 .hero .login .login-body input[type='password'], .lte-ie9 #home-hero-slider .login .login-body input[type='text'], .lte-ie9 #home-hero-slider .login .login-body input[type='password'] {
    padding: 4px 10px 4px 10px !important;
}
.lte-ie9 .hero .login .login-body .btn-blue, .lte-ie9 #home-hero-slider .login-body .btn-blue {
	padding: 6px 30px 5px 30px;
	margin-top: 4px;
}
.lte-ie9 .hero .login .login-body .login-links a,
.lte-ie9 #home-hero-slider .login .login-body .login-links a {
    margin-bottom: 0px;
}
.lte-ie9 .hero .login .login-body .login-links i.caret,
.lte-ie9 #home-hero-slider .login .login-body .login-links i.caret {
    top: 3px;
}
/*=========================================
===========================================

	# CTA Wrapper
	NO TOUCHY

===========================================
=========================================*/
.cta-wrapper {
    margin: -25px auto 0 auto;
    position: relative;
    z-index: 100;
}
@media all and (max-width: 1440px) {
    .cta-wrapper {
    margin: -13px auto 0 auto;
}
}
@media all and (max-width: 800px) {
    .cta-wrapper {
    margin: -10px auto 0 auto;
    }
}
@media all and (max-width: 700px) {
    .cta-wrapper {
    margin: -10px 20px 0 20px;
    }
}
.cta-wrapper>ul {
    *zoom: 1;
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: url(../img/cta_bg.png) repeat-x #000;
    height: auto;
}
.cta-wrapper>ul:before, .cta-wrapper>ul:after {
    content: " ";
    display: table;
}
.cta-wrapper>ul:after {
    clear: both;
}
.cta-wrapper>ul li {
    margin: 0;
    padding: 0;
}
@media all and (max-width: 700px) {
    .cta-wrapper>ul {
    height: auto;
    background:#292929 url(../img/cta_bg_pattern.png) repeat left top;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
}.cta-wrapper>ul>li {
    float: left;
    margin: 13px 0px;
    text-align: center;
    width: 25%}
.cta-wrapper>ul>li a {
    color: #939598;
    display: block;
    line-height: 1.3em;
    padding: 0 5px 0 5px;
    text-decoration: none;
    max-width: 100%;
    margin: 0 auto;
}
.cta-wrapper>ul>li a:first-child {
    padding-left: 10px;
}
.cta-wrapper>ul>li a:last-child {
    padding-right: 10px;
}
@media all and (max-width: 700px) {
    .cta-wrapper>ul>li a {
    font-size: 0.9em;
    margin-bottom: -5px;
    max-width: 85%}
}.cta-wrapper>ul>li img {
    border: 0;
    display: block;
    margin: 0 auto 13px auto;
    max-width: 100%;
    -webkit-transition: all .2s ease-in-out;
}
.cta-wrapper>ul>li img.faded {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -webkit-opacity: 0.4;
    -moz-opacity: 0.4;
    opacity: 0.4;
}
@media all and (max-width: 700px) {
    .cta-wrapper>ul>li {
    width: 50%;
    min-height:220px;
    }
    .page-home .cta-wrapper>ul>li{min-height:120px !important;}
}
@media all and (max-width: 480px) {
    .cta-wrapper>ul>li {
    width: 100%;
    min-height:auto;
    }
    .page-home .cta-wrapper>ul>li{min-height:120px !important;}
}
.cta-wrapper>img {
    height: 26px;
    max-width: 100%
}
@media all and (max-width: 700px) {
    .cta-wrapper>img {
    display: none;
}
}.cta-wrapper>ul>li.active a {
    color: #ffa634;
}
/*=========================================
===========================================

	# Registration Steps
	NO TOUCHY

===========================================
=========================================*/
.registration-steps {
    background: url(../img/registration_steps_sprite.png) no-repeat 0 0;
    height: 210px;
    position: relative;
    width: 51px;
    z-index: 0;
}
@media all and (max-width: 700px) {
    .registration-steps {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px 0;
    height: 50px;
    margin: 15px auto 60px auto;
    width: 280px;
}
}.registration-steps>.steps-overlay {
    background: url(../img/registration_steps_sprite.png) no-repeat -60px 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
}
@media all and (max-width: 700px) {
    .registration-steps>.steps-overlay {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px -60px;
    height: 50px !important;
    width: 280px;
}
}.registration-steps>.steps {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}
.registration-steps>.steps>li {
    display: block;
    height: 50px;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 3;
}
@media all and (max-width: 700px) {
    .registration-steps>.steps>li {
    top: 0;
    left: 0;
}
}.registration-steps>.steps>li>span {
    color: #939598;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 18px 0 0 65px;
    line-height: 1.2em !important;
    width: 120px;
}
.registration-steps>.steps>li>span:after {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -123px;
    content: '';
    display: none;
    position: absolute;
    width: 14px;
    height: 11px;
}
@media all and (max-width: 700px) {
    .registration-steps>.steps>li>span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #5eb63d;
    display: block;
    color: white !important;
    font-weight: 200;
    padding: 7px 5px 3px 5px;
    position: relative;
    position: absolute !important;
    text-align: center;
    top: 44px;
    width: 260px;
}
}.registration-steps>.steps>li>i {
    display: block;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
}
.registration-steps>.steps>li.user {
    top: 0;
}
.registration-steps>.steps>li.email {
    top: 80px;
}
@media all and (max-width: 700px) {
    .registration-steps>.steps>li.email {
    top: 0;
    left: 115px;
}
}.registration-steps>.steps>li.finish {
    top: 160px;
}
@media all and (max-width: 700px) {
    .registration-steps>.steps>li.finish {
    top: 0;
    left: 230px;
}
}.registration-steps.step-one>.steps-overlay {
    height: 50px;
}
@media all and (max-width: 700px) {
    .registration-steps.step-one>.steps-overlay {
    height: 50px;
    width: 50px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-one>.steps>li.user span {
    display: block;
    left: -54px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-one>.steps>li.email span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-one>.steps>li.finish span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-one>.steps>li.user span: after {
    display: block;
    bottom: 20px;
    left: 8px;
}
}.registration-steps.step-one>.steps>li.user i {
    background: url(../img/registration_steps_sprite.png) no-repeat -186px -170px;
}
.registration-steps.step-one>.steps>li.email i {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px -123px;
}
.registration-steps.step-one>.steps>li.finish i {
    background: url(../img/registration_steps_sprite.png) no-repeat -186px -123px;
}
.registration-steps.step-one>.steps>li.user span {
    color: #444;
}
.registration-steps.step-two>.steps-overlay {
    height: 130px;
}
@media all and (max-width: 700px) {
    .registration-steps.step-two>.steps-overlay {
    height: 50px;
    width: 165px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-two>.steps>li.user span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-two>.steps>li.email span {
    display: block;
    left: -169px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-two>.steps>li.finish span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-two>.steps>li.email span: after {
    display: block;
    bottom: 20px;
    left: 123px;
}
}.registration-steps.step-two>.steps>li.user i {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -170px;
}
.registration-steps.step-two>.steps>li.email i {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px -170px;
}
.registration-steps.step-two>.steps>li.finish i {
    background: url(../img/registration_steps_sprite.png) no-repeat -186px -123px;
}
.registration-steps.step-two>.steps>li.user span, .registration-steps.step-two>.steps>li.email span {
    color: #444;
}
.registration-steps.step-three>.steps-overlay {
    height: 210px;
}
@media all and (max-width: 700px) {
    .registration-steps.step-three>.steps-overlay {
    height: 50px;
    width: 280px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-three>.steps>li.user span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-three>.steps>li.email span {
    display: none;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-three>.steps>li.finish span {
    display: block;
    left: -284px;
}
}@media all and (max-width: 700px) {
    .registration-steps.step-three>.steps>li.finish span: after {
    display: block;
    bottom: 20px;
    left: 238px;
}
}.registration-steps.step-three>.steps>li.user i {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -170px;
}
.registration-steps.step-three>.steps>li.email i {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -170px;
}
.registration-steps.step-three>.steps>li.finish i {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -170px;
}
.registration-steps.step-three>.steps>li.user span, .registration-steps.step-three>.steps>li.email span, .registration-steps.step-three>.steps>li.finish span {
    color: #444;
}
.registration-login {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 24px;
    margin-bottom: 20px;
    width: 100%}
.registration-login h4 {
    padding-left: 20px;
    position: relative;
}
.registration-login h4 i.lock {
    background-image: url("../img/icon_sprite.png");
    background-position: -180px 0px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 13px;
    position: absolute;
    top: 6px;
    left: 0px;
}
.registration-login label {
    font-size: 0.8em;
    margin-left: 20px;
}
.registration-login p {
    margin: 0;
    padding: 2px 0;
}
.registration-login .actions {
    margin-top: -10px;
    margin-bottom: 30px;
}
.registration-login p.lost>a {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    text-decoration: none;
}
.registration-login p.lost>a i.caret {
    -webkit-transition: all 0.05s linear;
    -moz-transition: all 0.05s linear;
    -o-transition: all 0.05s linear;
    transition: all 0.05s linear;
    background-image: url("../img/icon_sprite.png");
    background-position: -50px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 4px;
    position: absolute;
    left: 0;
    top: 8px;
}
.registration-login p.lost>a:hover {
    color: #ff8f01;
}
.registration-login p.lost>a:hover i.caret {
    left: 2px;
}
.lte-ie9 .registration-login h4 i.lock {
    top: 0px;
}
.lte-ie9 .registration-login p.lost>a i.caret {
    top: 7px;
}
.forgot-password-steps {
    background: url(../img/registration_steps_sprite.png) no-repeat 0 0;
    height: 210px;
    position: relative;
    width: 51px;
    z-index: 0;
}
@media all and (max-width: 700px) {
    .forgot-password-steps {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px 0;
    height: 50px;
    margin: 15px auto 60px auto;
    width: 280px;
}
}.forgot-password-steps>.steps-overlay {
    background: url(../img/registration_steps_sprite.png) no-repeat -60px 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 1;
}
@media all and (max-width: 700px) {
    .forgot-password-steps>.steps-overlay {
    background: url(../img/registration_steps_sprite.png) no-repeat -132px -60px;
    height: 50px !important;
    width: 280px;
}
}.forgot-password-steps>.steps {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 3;
}
.forgot-password-steps>.steps>li {
    display: block;
    height: 50px;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 3;
}
@media all and (max-width: 700px) {
    .forgot-password-steps>.steps>li {
    top: 0;
    left: 0;
}
}.forgot-password-steps>.steps>li>span {
    color: #939598;
    display: block;
    font-size: 0.9em;
    font-weight: 600;
    margin: 18px 0 0 65px;
    line-height: 1.2em !important;
    width: 120px;
}
.forgot-password-steps>.steps>li>span:after {
    background: url(../img/registration_steps_sprite.png) no-repeat -240px -123px;
    content: '';
    display: none;
    position: absolute;
    width: 14px;
    height: 11px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps>.steps>li>span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #5eb63d;
    display: block;
    color: white !important;
    font-weight: 200;
    padding: 7px 5px 3px 5px;
    position: relative;
    position: absolute !important;
    text-align: center;
    top: 44px;
    width: 260px;
}
}.forgot-password-steps>.steps>li>i {
    display: block;
    height: 40px;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 40px;
}
.forgot-password-steps>.steps>li.step1 {
    top: 0;
}
.forgot-password-steps>.steps>li.step2 {
    top: 80px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps>.steps>li.step2 {
    top: 0;
    left: 115px;
}
}.forgot-password-steps>.steps>li.step3 {
    top: 160px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps>.steps>li.step3 {
    top: 0;
    left: 230px;
}
}.forgot-password-steps>.steps>li.step2 span {
    margin-top: 11px;
}
.forgot-password-steps.step-one>.steps-overlay {
    height: 50px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps.step-one>.steps-overlay {
    height: 50px;
    width: 50px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-one>.steps>li.step1 span {
    display: block;
    left: -54px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-one>.steps>li.step2 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-one>.steps>li.step3 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-one>.steps>li.step1 span: after {
    display: block;
    bottom: 20px;
    left: 8px;
}
}.forgot-password-steps.step-one>.steps>li.step1 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -311px -284px;
}
.forgot-password-steps.step-one>.steps>li.step2 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -311px -353px;
}
.forgot-password-steps.step-one>.steps>li.step3 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -353px;
}
.forgot-password-steps.step-one>.steps>li.step1 span {
    color: #444;
}
.forgot-password-steps.step-two>.steps-overlay {
    height: 130px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps.step-two>.steps-overlay {
    height: 50px;
    width: 165px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-two>.steps>li.step1 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-two>.steps>li.step2 span {
    display: block;
    left: -169px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-two>.steps>li.step3 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-two>.steps>li.step2 span: after {
    display: block;
    bottom: 20px;
    left: 123px;
}
}.forgot-password-steps.step-two>.steps>li.step1 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.forgot-password-steps.step-two>.steps>li.step2 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -284px;
}
.forgot-password-steps.step-two>.steps>li.step3 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -353px;
}
.forgot-password-steps.step-two>.steps>li.step1 span, .forgot-password-steps.step-two>.steps>li.step2 span {
    color: #444;
}
.forgot-password-steps.step-three>.steps-overlay {
    height: 210px;
}
@media all and (max-width: 700px) {
    .forgot-password-steps.step-three>.steps-overlay {
    height: 50px;
    width: 280px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-three>.steps>li.step1 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-three>.steps>li.step2 span {
    display: none;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-three>.steps>li.step3 span {
    display: block;
    left: -284px;
}
}@media all and (max-width: 700px) {
    .forgot-password-steps.step-three>.steps>li.step3 span: after {
    display: block;
    bottom: 20px;
    left: 238px;
}
}.forgot-password-steps.step-three>.steps>li.step1 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.forgot-password-steps.step-three>.steps>li.step2 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.forgot-password-steps.step-three>.steps>li.step3 i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.forgot-password-steps.step-three>.steps>li.step1 span, .forgot-password-steps.step-three>.steps>li.step2 span, .forgot-password-steps.step-three>.steps>li.step3 span {
    color: #444;
}
/*=========================================
===========================================

	# Western Union / Speedpay
	NO TOUCHY

===========================================
=========================================*/
.wu-frame {
    border: 0;
    outline: 0;
    height: 2240px;
    margin: 0;
    padding: 0;
    width: 100%}
h2.speedpay {
    margin-left: 0px;
}
.speedpay-steps {
    background: url(../img/speedpay_steps_sprite.png) no-repeat 0 0;
    height: 53px;
    margin: 20px auto 70px auto;
    position: relative;
    width: 680px;
    z-index: 0;
}
@media all and (max-width: 1025px) {
    .speedpay-steps {
    background-position: 0 -208px;
    margin: 20px 0 70px 0;
    width: 465px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps {
    background-position: 0 -283px;
    margin: 20px auto 70px auto;
    width: 278px;
}
}.speedpay-steps>.steps-overlay {
    background: url(../img/speedpay_steps_sprite.png) no-repeat 0 -64px;
    height: 53px;
    position: absolute;
    top: 0;
    width: 102px;
    z-index: 1;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps-overlay {
    background-position: 0 -142px;
    width: 50px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps-overlay {
    background-position: 0 -352px;
    width: 50px;
}
}.speedpay-steps.step-two>.steps-overlay {
    width: 277px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps.step-two>.steps-overlay {
    width: 188px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-two>.steps-overlay {
    width: 126px;
}
}.speedpay-steps.step-three>.steps-overlay {
    width: 452px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps.step-three>.steps-overlay {
    width: 327px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-three>.steps-overlay {
    width: 202px;
}
}.speedpay-steps.step-four>.steps-overlay {
    width: 680px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps.step-four>.steps-overlay {
    width: 465px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-four>.steps-overlay {
    width: 278px;
}
}.speedpay-steps>.steps, .speedpay-steps>.steps li {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.speedpay-steps>.steps li, .speedpay-steps>.steps li li {
    margin: 0;
    padding: 0;
}
.speedpay-steps>.steps {
    position: relative;
    z-index: 3;
}
.speedpay-steps>.steps>li {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
}
.speedpay-steps>.steps>li.step1 {
    left: 52px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li.step1 {
    left: 0;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps>li.step1 {
    left: 0;
}
}.speedpay-steps>.steps>li.step2 {
    left: 227px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li.step2 {
    left: 138px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps>li.step2 {
    left: 76px;
}
}.speedpay-steps>.steps>li.step3 {
    left: 402px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li.step3 {
    left: 277px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps>li.step3 {
    left: 152px;
}
}.speedpay-steps>.steps>li.step4 {
    left: 577px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li.step4 {
    left: 415px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps>li.step4 {
    left: 228px;
}
}.speedpay-steps>.steps>li>i {
    display: block;
    position: absolute;
    height: 40px;
    top: 5px;
    left: 5px;
    width: 40px;
}
.speedpay-steps.step-one>.steps>li.step1>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -311px -284px;
}
.speedpay-steps.step-one>.steps>li.step2>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -311px -353px;
}
.speedpay-steps.step-one>.steps>li.step3>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -353px;
}
.speedpay-steps.step-one>.steps>li.step4>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -424px -353px;
}
.speedpay-steps.step-two>.steps>li.step1>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-two>.steps>li.step2>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -284px;
}
.speedpay-steps.step-two>.steps>li.step3>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -367px -353px;
}
.speedpay-steps.step-two>.steps>li.step4>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -424px -353px;
}
.speedpay-steps.step-three>.steps>li.step1>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-three>.steps>li.step2>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-three>.steps>li.step3>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -424px -284px;
}
.speedpay-steps.step-three>.steps>li.step4>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -424px -353px;
}
.speedpay-steps.step-four>.steps>li.step1>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-four>.steps>li.step2>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-four>.steps>li.step3>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps.step-four>.steps>li.step4>i {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -483px -284px;
}
.speedpay-steps>.steps>li>span {
    bottom: 0px;
    color: #939598;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: -44px;
    bottom: -35px;
    width: 140px;
}
.speedpay-steps>.steps>li>span:after {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -542px -284px;
    content: '';
    display: none;
    width: 12px;
    height: 7px;
    position: absolute;
    left: 14px;
    top: -5px;
}
@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li>span: after {
    display: block;
}
}@media all and (max-width: 1025px) {
    .speedpay-steps>.steps>li>span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #5eb63d;
    bottom: -40px;
    display: none;
    color: white !important;
    font-weight: 200;
    text-align: center;
    left: 6px;
    padding: 5px 0 3px 0;
    width: 452px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps>.steps>li>span {
    width: 264px;
}
}.speedpay-steps.step-two>.steps>li.step2>span:after {
    left: 151px;
}
@media all and (max-width: 700px) {
    .speedpay-steps.step-two>.steps>li.step2>span: after {
    left: 89px;
}
}.speedpay-steps.step-three>.steps>li.step3>span:after {
    left: 291px;
}
@media all and (max-width: 700px) {
    .speedpay-steps.step-three>.steps>li.step3>span: after {
    left: 164px;
}
}.speedpay-steps.step-four>.steps>li.step4>span:after {
    left: 427px;
}
@media all and (max-width: 700px) {
    .speedpay-steps.step-four>.steps>li.step4>span: after {
    left: 240px;
}
}.speedpay-steps.step-one>.steps>li.step1>span, .speedpay-steps.step-two>.steps>li.step1>span, .speedpay-steps.step-two>.steps>li.step2>span, .speedpay-steps.step-three>.steps>li.step1>span, .speedpay-steps.step-three>.steps>li.step2>span, .speedpay-steps.step-three>.steps>li.step3>span, .speedpay-steps.step-four>.steps>li>span {
    color: #444;
}
@media all and (max-width: 1025px) {
    .speedpay-steps.step-one>.steps>li.step1>span {
    display: block;
}
}@media all and (max-width: 1025px) {
    .speedpay-steps.step-two>.steps>li.step2>span {
    display: block;
    left: -131px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-two>.steps>li.step2>span {
    left: -69px;
}
}@media all and (max-width: 1025px) {
    .speedpay-steps.step-three>.steps>li.step3>span {
    display: block;
    left: -271px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-three>.steps>li.step3>span {
    left: -145px;
}
}@media all and (max-width: 1025px) {
    .speedpay-steps.step-four>.steps>li.step4>span {
    display: block;
    left: -408px;
}
}@media all and (max-width: 700px) {
    .speedpay-steps.step-four>.steps>li.step4>span {
    left: -221px;
}
}.speedpay-actions {
    margin: 20px 0;
}
.speedpay-actions .btn-large {
    float: left;
    margin: 0 !important;
}
.speedpay-actions .cancel {
    border-left: 1px solid #ddd;
    float: left;
    display: block;
    height: 40px;
    font-size: 0.950em;
    margin-left: 20px;
}
.speedpay-actions .cancel>a {
    display: inline-block;
    margin: 8px 0 0 15px;
}
.lte-ie9 .speedpay-actions .cancel>a {
    display: inline-block;
    margin: 15px 0 0 15px;
}
.echeck-steps {
    background: url(../img/echeck_steps.png) no-repeat 0 0;
    height: 53px;
    margin: 20px auto 70px auto;
    position: relative;
    width: 680px;
    z-index: 0;
}
@media all and (max-width: 1025px) {
    .echeck-steps {
    background-position: 0 -134px;
    margin: 20px auto 70px auto;
    width: 280px;
}
}.echeck-steps>.steps-overlay {
    background: url(../img/echeck_steps.png) no-repeat 0 -65px;
    height: 53px;
    position: absolute;
    top: 0;
    width: 122px;
    z-index: 1;
}
@media all and (max-width: 1025px) {
    .echeck-steps>.steps-overlay {
    background-position: -310px -134px;
    width: 50px;
}
}.echeck-steps.step-two>.steps-overlay {
    width: 365px;
}
@media all and (max-width: 1025px) {
    .echeck-steps.step-two>.steps-overlay {
    width: 166px;
}
}.echeck-steps.step-three>.steps-overlay {
    width: 680px;
}
@media all and (max-width: 1025px) {
    .echeck-steps.step-three>.steps-overlay {
    width: 280px;
}
}.echeck-steps>.steps, .echeck-steps>.steps li {
    border: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.echeck-steps>.steps li, .echeck-steps>.steps li li {
    margin: 0;
    padding: 0;
}
.echeck-steps>.steps {
    position: relative;
    z-index: 3;
}
.echeck-steps>.steps>li {
    display: block;
    position: absolute;
    height: 50px;
    width: 50px;
}
.echeck-steps>.steps>li.step1 {
    left: 72px;
}
@media all and (max-width: 1025px) {
    .echeck-steps>.steps>li.step1 {
    left: 0;
}
}.echeck-steps>.steps>li.step2 {
    left: 315px;
}
@media all and (max-width: 1025px) {
    .echeck-steps>.steps>li.step2 {
    left: 115px;
}
}.echeck-steps>.steps>li.step3 {
    left: 557px;
}
@media all and (max-width: 1025px) {
    .echeck-steps>.steps>li.step3 {
    left: 230px;
}
}.echeck-steps>.steps>li>i {
    display: block;
    position: absolute;
    height: 40px;
    top: 5px;
    left: 5px;
    width: 40px;
}
.echeck-steps.step-one>.steps>li.step1>i {
    background: url(../img/echeck_steps.png) no-repeat 0 -205px;
}
.echeck-steps.step-one>.steps>li.step2>i {
    background: url(../img/echeck_steps.png) no-repeat -106px -205px;
}
.echeck-steps.step-one>.steps>li.step3>i {
    background: url(../img/echeck_steps.png) no-repeat -158px -205px;
}
.echeck-steps.step-two>.steps>li.step1>i {
    background: url(../img/echeck_steps.png) no-repeat -209px -205px;
}
.echeck-steps.step-two>.steps>li.step2>i {
    background: url(../img/echeck_steps.png) no-repeat -53px -205px;
}
.echeck-steps.step-two>.steps>li.step3>i {
    background: url(../img/echeck_steps.png) no-repeat -158px -205px;
}
.echeck-steps.step-three>.steps>li.step1>i {
    background: url(../img/echeck_steps.png) no-repeat -209px -205px;
}
.echeck-steps.step-three>.steps>li.step2>i {
    background: url(../img/echeck_steps.png) no-repeat -209px -205px;
}
.echeck-steps.step-three>.steps>li.step3>i {
    background: url(../img/echeck_steps.png) no-repeat -209px -205px;
}
.echeck-steps>.steps>li>span {
    bottom: 0px;
    color: #939598;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
    position: absolute;
    left: -44px;
    bottom: -35px;
    width: 140px;
}
.echeck-steps>.steps>li>span:after {
    background: url(../img/speedpay_steps_sprite.png) no-repeat -542px -284px;
    content: '';
    display: none;
    width: 12px;
    height: 7px;
    position: absolute;
    left: 14px;
    top: -5px;
}
@media all and (max-width: 1025px) {
    .echeck-steps>.steps>li>span: after {
    display: block;
}
}@media all and (max-width: 1025px) {
    .echeck-steps>.steps>li>span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #5eb63d;
    bottom: -40px;
    display: none;
    color: white !important;
    font-weight: 200;
    text-align: center;
    left: 6px;
    padding: 5px 0 3px 0;
    width: 264px;
}
}.echeck-steps.step-two>.steps>li.step2>span:after {
    left: 151px;
}
@media all and (max-width: 1025px) {
    .echeck-steps.step-two>.steps>li.step2>span: after {
    left: 125px;
}
}.echeck-steps.step-three>.steps>li.step3>span:after {
    left: 291px;
}
@media all and (max-width: 1025px) {
    .echeck-steps.step-three>.steps>li.step3>span: after {
    left: 244px;
}
}.echeck-steps.step-one>.steps>li.step1>span, .echeck-steps.step-two>.steps>li.step1>span, .echeck-steps.step-two>.steps>li.step2>span, .echeck-steps.step-three>.steps>li.step1>span, .echeck-steps.step-three>.steps>li.step2>span, .echeck-steps.step-three>.steps>li.step3>span {
    color: #444;
}
@media all and (max-width: 1025px) {
    .echeck-steps.step-one>.steps>li.step1>span {
    display: block;
}
}@media all and (max-width: 1025px) {
    .echeck-steps.step-two>.steps>li.step2>span {
    display: block;
    left: -106px;
}
}@media all and (max-width: 1025px) {
    .echeck-steps.step-three>.steps>li.step3>span {
    display: block;
    left: -225px;
}
}.outage-map-actions>a.btn {
    display: block;
    text-align: center;
    margin-bottom: 6px !important;
    width: 155px !important;
}
/*=========================================
===========================================

	# Payment Chart
	NO TOUCHY

===========================================
=========================================*/
.payment-chart {
    *zoom: 1;
    display: none;
}
.payment-chart:before, .payment-chart:after {
    content: " ";
    display: table;
}
.payment-chart:after {
    clear: both;
}
@media all and (max-width: 700px) {
    .payment-chart {
    display: block;
}
.payment-chart .access-online, .payment-chart .source, .payment-chart .frequency, .payment-chart .fees {
    *zoom: 1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.payment-chart .access-online:before, .payment-chart .access-online:after, .payment-chart .source:before, .payment-chart .source:after, .payment-chart .frequency:before, .payment-chart .frequency:after, .payment-chart .fees:before, .payment-chart .fees:after {
    content: " ";
    display: table;
}
.payment-chart .access-online:after, .payment-chart .source:after, .payment-chart .frequency:after, .payment-chart .fees:after {
    clear: both;
}
.payment-chart .label, .payment-chart .labeled {
    display: block;
    width: 50%;
    float: left;
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    padding: 0.5em 1em;
}
.payment-chart .label {
    font-weight: bold;
}
.payment-chart .labeled>.check {
    margin: 0;
}
.payment-chart .entry>.title {
    background: url("../img/billingAndPayment/home_mobile_table_header_bg.jpg") repeat-x bottom left;
    max-height: 60px;
}
.payment-chart .title>a {
    display: block;
    color: #444;
    font-weight: bold;
    padding: 0.75em 1.5em 0.75em 3.5em;
}
.payment-chart .title-echeck>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_echeck.png) 14px center no-repeat;
}
.payment-chart .title-credit-card>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_creditcard.png) 16px center no-repeat;
}
.payment-chart .title-auto-pay>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_autopay.png) 18px center no-repeat;
}
.payment-chart .title-pay-by-mail>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_mail.png) 18px center no-repeat;
}
.payment-chart .title-pay-by-phone>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_phone.png) 18px center no-repeat;
}
.payment-chart .title-pay-in-person>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_person.png) 10px center no-repeat;
}
.payment-chart i.check {
    background: transparent url("../img/billingAndPayment/home_icons_check_small.png") no-repeat left center;
}
.ouc-payment-chart {
    *zoom: 1;
    display: none;
}
.ouc-payment-chart:before, .ouc-payment-chart:after {
    content: " ";
    display: table;
}
.ouc-payment-chart:after {
    clear: both;
}
@media all and (max-width: 950px) {
    .ouc-payment-chart {
    display: block;
}
}.ouc-payment-chart .entry:nth-child(even) {
    background-color: #f4f9ff;
}
.ouc-payment-chart .access-online, .ouc-payment-chart .source, .ouc-payment-chart .frequency, .ouc-payment-chart .fees {
    *zoom: 1;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.ouc-payment-chart .access-online:before, .ouc-payment-chart .access-online:after, .ouc-payment-chart .source:before, .ouc-payment-chart .source:after, .ouc-payment-chart .frequency:before, .ouc-payment-chart .frequency:after, .ouc-payment-chart .fees:before, .ouc-payment-chart .fees:after {
    content: " ";
    display: table;
}
.ouc-payment-chart .access-online:after, .ouc-payment-chart .source:after, .ouc-payment-chart .frequency:after, .ouc-payment-chart .fees:after {
    clear: both;
}
.ouc-payment-chart .label, .ouc-payment-chart .labeled {
    display: block;
    width: 50%;
    float: left;
    font-size: 0.9em;
    text-align: left;
    margin: 0;
    padding: 0.5em 1em;
}
.ouc-payment-chart .label {
    font-weight: bold;
}
.ouc-payment-chart .labeled>.check {
    margin: 0;
}
.ouc-payment-chart .entry>.title {
    background: url("../img/billingAndPayment/home_mobile_table_header_bg.jpg") repeat-x bottom left;
    max-height: 60px;
}
.ouc-payment-chart .title>a {
    display: block;
    color: #444;
    font-weight: bold;
    padding: 0.75em 1.5em 0.75em 3.5em;
}
.ouc-payment-chart .title-echeck>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_echeck.png) 14px center no-repeat;
}
.ouc-payment-chart .title-credit-card>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_creditcard.png) 16px center no-repeat;
}
.ouc-payment-chart .title-auto-pay>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_autopay.png) 18px center no-repeat;
}
.ouc-payment-chart .title-pay-by-mail>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_mail.png) 18px center no-repeat;
}
.ouc-payment-chart .title-pay-by-phone>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_phone.png) 18px center no-repeat;
}
.ouc-payment-chart .title-pay-in-person>a {
    background: transparent url(../img/billingAndPayment/home_icons_mobile_table_person.png) 10px center no-repeat;
}
.ouc-payment-chart i.check {
    background: transparent url("../img/billingAndPayment/home_icons_check_small.png") no-repeat left center;
}
i.check {
    display: block;
    margin: 0 auto;
    width: 28px;
    height: 22px;
    background: transparent url("../img/billingAndPayment/home_icons_check_sprite.png") no-repeat left top;
}
.payment-copy {
    margin-bottom: 1.75em;
}
.payment-copy h4 {
    margin: 0;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0.5em 0;
}
.payment-copy .payment-echeck {
    background-image: url("../img/billingAndPayment/home_icons_green_echeck.png");
    padding-left: 2.25em;
}
.payment-copy .payment-cc {
    background-image: url("../img/billingAndPayment/home_icons_green_cc.png");
    padding-left: 2em;
}
.payment-copy .payment-autopay {
    background-image: url("../img/billingAndPayment/home_icons_green_autopay.png");
    padding-left: 2em;
}
.payment-copy .payment-mail {
    background-image: url("../img/billingAndPayment/home_icons_green_mail.png");
    padding-left: 2em;
}
.payment-copy .payment-phone {
    background-image: url("../img/billingAndPayment/home_icons_green_phone.png");
    padding-left: 2em;
}
.payment-copy .payment-person {
    background-image: url("../img/billingAndPayment/home_icons_green_person.png");
    padding-left: 2.25em;
}
.payment-copy p {
    margin: 0 0 0.5em 0;
}
.payment-copy .payment-link, .payment-copy p {
    font-size: 0.9em;
}
.payment-copy .icon-caret {
    background-image: url("../img/icon_sprite.png");
    background-position: -50px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 4px;
    margin-right: 7px;
}
.payment-copy .left-address, .payment-copy .right-address {
    float: left;
    width: 50%}
@media all and (max-width: 450px) {
    .payment-copy .left-address, .payment-copy .right-address {
    float: none;
    width: 100%}
}h3.billing {
    margin: 2em 0 1em;
}
.field>.cancel {
    font-size: 0.9em;
    margin-left: 1.25em;
    border-left: 1px solid #d4d4d4;
    padding: 0.5em 1.25em;
}
@media all and (max-width: 800px) {
    .field>.cancel {
    padding: 0.5em 0;
    border-left: none;
}
}@media all and (max-width: 340px) {
    .field>.cancel {
    padding: 0 0 0 5px;
    margin: 0;
}
}.inline-radio-group>.terms-text {
    color: #444;
}
.payment-left {
    padding-right: 1.5em;
}
.payment-right {
    padding-left: 1.5em;
}
@media all and (max-width: 700px) {
    .payment-left, .payment-right {
    padding: 0;
}
}@media all and (max-width: 860px) {
    .payment-right .left-address {
    min-width: 200px;
}
}.payment-options {
    *zoom: 1;
    width: 100%;
    font-size: 0.9em;
}
@media all and (max-width: 700px) {
    .payment-options {
    display: none;
}
}.payment-options:before, .payment-options:after {
    content: " ";
    display: table;
}
.payment-options:after {
    clear: both;
}
.payment-options .table-col {
    float: left;
    min-width: 85px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.payment-options .title-col, .payment-options .entry-col {
    width: auto;
}
.payment-options .title-col {
    width: 277px;
    border-left: 1px solid #d4d4d4;
    margin-top: 6px;
    font-weight: bold;
}
@media all and (max-width: 1024px) {
    .payment-options .title-col {
    width: 237px;
}
}@media all and (max-width: 1000px) {
    .payment-options .title-col {
    width: 197px;
}
}@media all and (max-width: 950px) {
    .payment-options .title-col {
    width: 147px;
}
}@media all and (max-width: 900px) {
    .payment-options .title-col {
    width: 97px;
}
}.payment-options .title-col>.table-row>.table-cell {
    padding: 0 30px;
}
@media all and (max-width: 950px) {
    .payment-options .title-col>.table-row>.table-cell {
    padding: 0 15px;
}
}@media all and (max-width: 900px) {
    .payment-options .title-col>.table-row>.table-cell {
    padding: 0 10px;
}
}.payment-options .table-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.payment-options .table-row-last {
    border-bottom: none;
}
.payment-options .entry-col {
    width: 117px;
    text-align: center;
}
@media all and (max-width: 870px) {
    .payment-options .entry-col {
    width: 112px;
}
}@media all and (max-width: 800px) {
    .payment-options .entry-col {
    width: 98px;
}
}.payment-options .entry-col:hover {
    margin-top: -10px;
    background-color: #f5fbff;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
}
.payment-options .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 88px;
}
.payment-options .header-row>.table-cell {
    height: 80px;
}
.payment-options .entry-col .table-row>.table-cell {
    padding: 0 10px;
    line-height: 1.2em;
}
.payment-options .spacer-row {
    height: 74px;
    border-bottom: none;
}
.payment-options .title-col>.spacer-row>.spacer-cell {
    padding-left: 0;
    max-width: 237px;
    height: 74px;
    background: transparent url("../img/paymentTable/type_header_spacer.jpg") left top;
}
.payment-options .header-row {
    border-bottom: none;
}
.payment-options .header-row>.table-cell {
    background: transparent url("../img/paymentTable/type_header_default.png") center top no-repeat;
    color: #444;
    font-weight: bold;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.payment-options .header-row+.table-row {
    background: transparent url("../img/paymentTable/type_header_default.png") center -80px no-repeat;
}
.payment-options .header-cell {
    position: relative;
}
.payment-options .header-cell>i {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin: 10px auto 10px auto;
}
.payment-options .header-cell>i.echeck {
    width: 33px;
    height: 20px;
    background-image: url("../img/paymentTable/icon_echeck_sprite.png");
}
.payment-options .header-cell>i.cc {
    width: 26px;
    height: 19px;
    background-image: url("../img/paymentTable/icon_cc_sprite.png");
}
.payment-options .header-cell>i.autopay {
    width: 19px;
    height: 29px;
    background-image: url("../img/paymentTable/icon_autopay_sprite.png");
}
.payment-options .header-cell>i.paybymail {
    width: 24px;
    height: 25px;
    background-image: url("../img/paymentTable/icon_mail_sprite.png");
}
.payment-options .header-cell>i.paybyphone {
    width: 24px;
    height: 25px;
    background-image: url("../img/paymentTable/icon_phone_sprite.png");
}
.payment-options .header-cell>i.payinperson {
    width: 38px;
    height: 20px;
    background-image: url("../img/paymentTable/icon_person_sprite.png");
}
.payment-options .focused .header-row>.table-cell {
    background: transparent url("../img/paymentTable/type_header_focused.png") center top no-repeat;
    color: #fff;
}
.payment-options .focused .header-row+.table-row {
    background: transparent url("../img/paymentTable/type_header_focused.png") center -80px no-repeat;
}
.payment-options .focused .table-row {
    border-bottom: none;
}
.payment-options .focused .table-row>.table-cell {
    padding-top: 20px;
}
.payment-options .focused .header-row>.table-cell {
    padding-top: 0px;
}
.payment-options .js-link {
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.payment-options .focused i {
    background-position: left bottom;
}
.ouc-payment-options {
    *zoom: 1;
    width: 100%;
    font-size: 0.9em;
}
@media all and (max-width: 950px) {
    .ouc-payment-options {
    display: none;
}
}.ouc-payment-options:before, .ouc-payment-options:after {
    content: " ";
    display: table;
}
.ouc-payment-options:after {
    clear: both;
}
.ouc-payment-options .table-col {
    float: left;
    min-width: 85px;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
.ouc-payment-options .title-col, .ouc-payment-options .entry-col {
    width: auto;
}
.ouc-payment-options .title-col {
    width: 97px;
    border-left: 1px solid #d4d4d4;
    margin-top: 6px;
    font-weight: bold;
}
.ouc-payment-options .title-col>.table-row>.table-cell {
    padding: 0 15px;
}
.ouc-payment-options .table-row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #d4d4d4;
}
.ouc-payment-options .table-row-last {
    border-bottom: none;
}
.ouc-payment-options .entry-col {
    width: 98px;
    text-align: center;
}
@media all and (max-width: 1024px) {
    .ouc-payment-options .entry-col {
    width: 93px;
}
}@media all and (max-width: 1000px) {
    .ouc-payment-options .entry-col {
    width: 88px;
}
}.ouc-payment-options .entry-col:hover {
    margin-top: -10px;
    background-color: #f5fbff;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.33);
}
.ouc-payment-options .table-cell {
    display: table-cell;
    vertical-align: middle;
    height: 88px;
}
.ouc-payment-options .header-row>.table-cell {
    height: 80px;
}
.ouc-payment-options .entry-col .table-row>.table-cell {
    padding: 0 10px;
    line-height: 1.2em;
}
.ouc-payment-options .spacer-row {
    height: 74px;
    border-bottom: none;
}
.ouc-payment-options .title-col>.spacer-row>.spacer-cell {
    padding-left: 0;
    max-width: 237px;
    height: 74px;
    background: transparent url("../img/paymentTable/type_header_spacer.jpg") left top;
}
.ouc-payment-options .header-row {
    border-bottom: none;
}
.ouc-payment-options .header-row>.table-cell {
    background: transparent url("../img/paymentTable/type_header_default.png") center top no-repeat;
    color: #444;
    font-weight: bold;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.ouc-payment-options .header-row+.table-row {
    background: transparent url("../img/paymentTable/type_header_default.png") center -80px no-repeat;
}
.ouc-payment-options .header-cell {
    position: relative;
}
.ouc-payment-options .header-cell>i {
    background-color: transparent;
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    margin: 10px auto 10px auto;
}
.ouc-payment-options .header-cell>i.echeck {
    width: 33px;
    height: 20px;
    background-image: url("../img/paymentTable/icon_echeck_sprite.png");
}
.ouc-payment-options .header-cell>i.cc {
    width: 26px;
    height: 19px;
    background-image: url("../img/paymentTable/icon_cc_sprite.png");
}
.ouc-payment-options .header-cell>i.autopay {
    width: 19px;
    height: 29px;
    background-image: url("../img/paymentTable/icon_autopay_sprite.png");
}
.ouc-payment-options .header-cell>i.paybymail {
    width: 24px;
    height: 25px;
    background-image: url("../img/paymentTable/icon_mail_sprite.png");
}
.ouc-payment-options .header-cell>i.paybyphone {
    width: 24px;
    height: 25px;
    background-image: url("../img/paymentTable/icon_phone_sprite.png");
}
.ouc-payment-options .header-cell>i.payinperson {
    width: 38px;
    height: 20px;
    background-image: url("../img/paymentTable/icon_person_sprite.png");
}
.ouc-payment-options .focused .header-row>.table-cell {
    background: transparent url("../img/paymentTable/type_header_focused.png") center top no-repeat;
    color: #fff;
}
.ouc-payment-options .focused .header-row+.table-row {
    background: transparent url("../img/paymentTable/type_header_focused.png") center -80px no-repeat;
}
.ouc-payment-options .focused .table-row {
    border-bottom: none;
}
.ouc-payment-options .focused .table-row>.table-cell {
    padding-top: 20px;
}
.ouc-payment-options .focused .header-row>.table-cell {
    padding-top: 0px;
}
.ouc-payment-options .js-link {
    -webkit-transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.ouc-payment-options .focused i {
    background-position: left bottom;
}
/*=========================================
===========================================

	# More Usable Utility Classes
	NO TOUCHY

===========================================
=========================================*/
span.enroll {
    padding-right: 20px;
}
a.unenroll {
    padding-left: 20px;
    border-left: 1px solid #d4d4d4;
}
.extension-info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px 20px 20px;
}
.extension-info:before, .extension-info:after {
    content: " ";
    display: table;
}
.extension-info:after {
    clear: both;
}
.extension-info h3 {
    margin-bottom: 10px;
}
.extension-info select {
    margin-bottom: 15px;
}
.half {
    width: 50%;
    float: left;
}
@media all and (max-width: 550px) {
    .half {
    width: 100%;
    float: none;
}
}.half-left {
    padding-right: 20px;
    border-right: 1px dotted #d4d4d4;
}
@media all and (max-width: 550px) {
    .half-left {
    padding-right: 0;
    border-right: none;
}
}.half-right {
    padding-left: 20px;
}
@media all and (max-width: 550px) {
    .half-right {
    padding-left: 0;
}
}.bold {
    font-weight: bold;
}
.color-positive {
    color: #5ab932;
}
.color-negative {
    color: #e02020;
}
.no-margin {
    margin: 0;
}
.no-top-margin {
    margin-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-padding {
    padding: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-left-padding {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.small-margin {
    margin: 10px 0;
}
.inline-field {
    *zoom: 1;
    font-size: 0.9em;
    margin-bottom: 0.5em;
}
.inline-field:before, .inline-field:after {
    content: " ";
    display: table;
}
.inline-field:after {
    clear: both;
}
.inline-field label {
    float: left;
    width: 55%;
    margin-right: 5%}
.inline-field .value {
    float: left;
    width: 40%;
    text-align: right;
    font-weight: bold;
}
.inline-eligibility {
    width: 50%;
    padding-right: 20px;
}
.inline-eligibility .value {
    font-weight: normal;
}
@media all and (max-width: 550px) {
    .inline-eligibility {
    width: 100%;
    float: none;
    padding-right: 0;
}
}i.gif-loading {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 3px;
    width: 22px;
    height: 22px;
    background: transparent url("../img/loading.gif") no-repeat left top;
}
.plan {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    *zoom: 1;
    margin-bottom: 20px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px 20px 20px;
}
.plan:before, .plan:after {
    content: " ";
    display: table;
}
.plan:after {
    clear: both;
}
.plan h3 {
    margin-bottom: 10px;
}
.plan .amount, .plan .due-date {
    font-size: 0.9em;
}
.plan .plan-col {
    float: left;
    width: 33%}
@media all and (max-width: 960px) {
    .plan .plan-col {
    width: 50%}
}@media all and (max-width: 550px) {
    .plan .plan-col {
    width: 100%;
    float: none;
    margin-top: 10px;
}
}.plan .plan-double-col {
    float: left;
    width: 66%}
.plan .plan-col>form>.btn {
    margin-top: 0;
}
@media all and (max-width: 960px) {
    .plan .plan-col>form>.btn {
    margin-top: 15px;
    max-width: 200px;
}
}@media all and (max-width: 550px) {
    .plan .plan-col>form>.btn {
    margin-top: 5px;
    max-width: 100%}
}@media all and (max-width: 550px) {
    .plan .btn {
    width: 100%}
}.plan-confirm {
    background-color: #efefef;
}
.plan-confirm hr {
    border-color: #ccc;
}
.plan-confirm hr+form>.btn {
    margin-top: 0;
}
.plan-confirm .btn+.btn {
    margin-left: 10px;
}
@media all and (max-width: 550px) {
    .plan-confirm .btn+.btn {
    margin-left: 0;
    display: block;
    margin-top: 10px;
}
}.modal>.modal-header+.modal-scrollable {
    text-align: left;
    padding: 10px 10px 20px 20px;
}
.conservation-page-nav {
    font-size: 0.8em;
    text-transform: uppercase;
}
.conservation-page-nav label {
    display: inline-block;
    font-weight: bold;
}
@media all and (max-width: 500px) {
    .conservation-page-nav label {
    display: none;
}
}.conservation-page-nav .btn-gray, .conservation-page-nav .btn-blue {
    padding: 0px 10px;
    margin-left: 10px;
}
.lte-ie9 .conservation-page-nav .btn-gray, .lte-ie9 .conservation-page-nav .btn-blue {
    padding: 4px 8px;
    margin-left: 10px;
}
/*=========================================
===========================================

	# Conservation Videos
	NO TOUCHY

===========================================
=========================================*/
.video-conservation {
    float: left;
    width: 47%}
.video-conservation .title {
    margin: 10px 0 5px;
    font-weight: bold;
}
.video-conservation .description {
    margin: 0;
}
.video-conservation .links {
    margin: 5px 0 0 0;
    font-size: 0.9em;
}
	.video-conservation .thumb-container {
    position: relative;
    border: 3px solid #eaeaea;
    cursor: pointer;
}
.thumb-container>.video-thumb {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}
.video-thumb+.btn-play {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 15px;
    bottom: 15px;
    background: transparent url("../img/conservationVideos/btn_play.png") left top no-repeat;
}

@media all and (max-width: 500px) {
    .video-conservation {
    width: 100%;
    float: none;
}
}.row+.row {
    margin-top: 25px;
}
.row>.video-conservation {
    margin-right: 3%}
@media all and (max-width: 500px) {
    .row>.video-conservation {
    margin-right: 0;
}
}.row>.video-conservation+.video-conservation {
    margin-left: 3%;
    margin-right: 0;
}
@media all and (max-width: 500px) {
    .row>.video-conservation+.video-conservation {
    margin-left: 0;
    margin-top: 25px;
}
}.video-conservation>.thumb-container {
    width: 180px;
    height: auto;
    display: block;
    position: relative;
    border: 3px solid #eaeaea;
    cursor: pointer;
}
.thumb-container>.video-thumb {
    width: 100%;
    height: auto;
    border: 1px solid #fff;
}
.video-thumb+.btn-play {
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    left: 15px;
    bottom: 15px;
    background: transparent url("../img/conservationVideos/btn_play.png") left top no-repeat;
}
.bg-blue-diamonds {
    min-height: 212px;
    background: #fff url("../img/faqs/bg_diamonds_blue.png") repeat-x left top;
}
@media all and (max-width: 700px) {
    .bg-blue-diamonds {
    padding: 0 20px;
    min-height: 130px;
    background: #fff url("../img/faqs/bg_diamonds_blue.png") repeat-x left -40px;
}
}@media all and (max-width: 700px) {
    .bg-blue-diamonds+#main-container {
    padding: 0 20px;
}
}
/*=========================================
===========================================

	# FAQs
	NO TOUCHY

===========================================
=========================================*/
.h2-faqs {
    font-weight: bold;
    /*padding-top: 30px;*/
    margin-bottom: 20px;
    color: #fff;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
#faqsearch, #FAQSearch_T87C5F3C6009 {
    *zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: white;
    border: 1px solid #ccc;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 440px;
}
#faqsearch:before, #faqsearch:after, #FAQSearch_T87C5F3C6009:before, #FAQSearch_T87C5F3C6009:after {
    content: " ";
    display: table;
}
#faqsearch:after, #FAQSearch_T87C5F3C6009:after {
    clear: both;
}
@media all and (max-width: 700px) {
    #faqsearch, #FAQSearch_T87C5F3C6009 {
    width: 100%;
    padding-right: 46px;
    position: relative;
    margin-bottom: 20px;
}
}#faqsearch>input[type='text'], #FAQSearch_T87C5F3C6009 input[type='text'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    float: left;
    font-size: 1em;
    outline: 0;
    margin: 0;
    padding: 8px 8px 8px 12px;
    width: 393px;
}
@media all and (max-width: 700px) {
    #faqsearch>input[type='text'], #FAQSearch_T87C5F3C6009 input[type='text'] {
    width: 100%}
}.lte-ie9 #faqsearch>input[type='text'], .lte-ie9 #FAQSearch_T87C5F3C6009 input[type='text'] {
    padding: 12px 8px 11px 8px;
}
#faqsearch>button, #FAQSearch_T87C5F3C6009 .sfsearchSubmit {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    background: -moz-linear-gradient(top,  #fafafa 0%,  #eaeaea);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#fafafa),  to(#eaeaea));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea)";
    border: 1px solid #ddd;
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    width: 45px;
    height: 40px;
    margin: -1px -1px -1px 0;
}
#faqsearch>button i.search-icon, #FAQSearch_T87C5F3C6009 .sfsearchSubmit i.search-icon {
    background-image: url("../img/icon_sprite.png");
    background-position: -312px 1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    display: block;
    position: absolute;
    top: 11px;
    left: 12px;
}
#faqsearch>button:hover, #FAQSearch_T87C5F3C6009 .sfsearchSubmit:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%,  #fafafa);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#eaeaea),  to(#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa)";
    cursor: pointer;
}
@media all and (max-width: 700px) {
    #faqsearch>button, #FAQSearch_T87C5F3C6009 .sfsearchSubmit {
    float: none;
    right: 0;
    top: 0;
    position: absolute;
}
}.lte-ie9 #faqsearch>button, .lte-ie9 #FAQSearch_T87C5F3C6009 .sfsearchSubmit {
    border-right: 0px;
    border-bottom: 0px;
    margin: -1px 0px 0px 0px;
}
.lte-ie9 #faqsearch>button i.search-icon, .lte-ie9 #FAQSearch_T87C5F3C6009 .sfsearchSubmit i.search-icon {
    top: -8px;
    left: 14px;
}
.ie9 #faqsearch>button i.search-icon, #FAQSearch_T87C5F3C6009 .sfsearchSubmit i.search-icon {
    top: 10px;
    left: 13px;
}
.faq-entry {
    float: left;
    width: 50%;
    height:auto;
    font-size: 0.9em;
    padding:0 25px;
    margin-bottom:25px;
}
.faq-entry:nth-child(odd) { clear: both; padding-right:25px; padding-left:0; }
.faq-entry:nth-child(even) { padding-right:0; padding-left:25px; }
@media all and (max-width: 700px) {
    .faq-entry, .faq-entry:nth-child(odd), .faq-entry:nth-child(even) {
        padding:0;
    }
}
.faq-entry h3 {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 7px;
}
.faq-entry ul {
    list-style: none;
    padding: 10px 0 0 0;
}
.faq-entry li a {
    display: block;
    padding: 5px 0;
}
@media all and (max-width: 700px) {
    .faq-entry {
        width: 100%;
        float: none;
        /*margin-top: 10px;*/
    }
}
.faq-read-more{margin:10px 0 20px;}
@media all and (max-width: 700px) {
    .row-faq {
        margin: 0;
    }
}
/*.faq-entry {
    margin-right: 3%}
@media all and (max-width: 700px) {
    .faq-entry {
        margin-right: 0;
    }
}*/
/*.faq-entry:nth-child(even) {
    margin-left: 6%;
}
.faq-entry:nth-child(even):before, .faq-entry:nth-child(even):after {
    content: " ";
    display: table;
}
.faq-entry:nth-child(even):after {
    clear: both;
}
@media all and (max-width: 700px) {
    .faq-entry:nth-child(even) {
    margin-left: 0;
    margin-top: 20px;
}*/
}.row-last {
    margin-bottom: 50px;
}
.container-faq .row {
	position: relative;
	
}
.container-faq .content {
	width: 100%;
    padding-right: 270px;
	display: block;
}
@media all and (max-width: 700px) {
    .container-faq .content {
    float: none;
    padding: 0;
}
}.container-faq .nav, .container-faq .related-faqs, .container-faq .category-faqs {
    list-style: none;
    padding: 0;
}
.container-faq h4.no-bottom-margin {
    padding-top: 20px;
}
@media all and (max-width: 700px) {
    .container-faq h4.no-bottom-margin {
    padding-top: 0;
}
}.faq-sidebar {
	position: absolute;
    top:0;
    right: 0;
    padding-left: 37px;
    width: 270px;
    font-size: 0.85em;
}
/* .page-customer-supportfrequently-asked-questions .faq-sidebar {
display: none;
}
.page-customer-supportfrequently-asked-questions .container-faq .content {
    padding-right:0;
} */
.container-faq .content {
	width: 100%;
    padding-right: 270px;
}
#main-container .content-category-faqs{
    width:100%;
    padding-right:0;
}
.faq-sidebar h4 {
    padding-left: 13px;
    margin-bottom: 5px;
}
@media all and (max-width: 700px) {
    .faq-sidebar h4 {
    padding-top: 10px;
}
}.faq-sidebar a {
    color: #6d6e70;
    display: block;
    padding: 5px 0 5px 10px;
    border-left: 4px solid #fff;
}
.faq-sidebar a:hover {
    color: #2482e1;
}
.faq-sidebar li.active a {
    color: #ff8f01;
    border-left: 4px solid #ff8f01;
}
@media all and (max-width: 700px) {
    .faq-sidebar {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
}
}.related-faqs, .category-faqs {
    margin-top: 10px;
    font-size: 0.9em;
}
.related-faqs li > a, .category-faqs li > a {
    display: block;
	outline: 0;
    border-bottom: 1px dotted #d4d4d4;
    padding: 9px 0 7px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.related-faqs span.found-text, .category-faqs span.found-text, .sp-faq-answer span.found-text {
	background-color: yellow !important;
}
.related-faqs li > a:hover, .category-faqs li > a:hover {
    background-color: #f5fbff;
    padding-left: 10px;
}
.back-to-faqs {
    background: transparent url("../img/faqs/icon_back.png") left center no-repeat;
    padding: 5px 0 5px 34px;
    font-size: 1em;
}
ul.related-faqs+div.back-link, ul.category-faqs+div.back-link {
    padding-top: 20px;
    margin-bottom: 50px;
}
@media all and (max-width: 700px) {
    ul.related-faqs+div.back-link, ul.category-faqs+div.back-link {
    margin-bottom: 20px;
    padding-top: 0px;
}
}@media all and (max-width: 500px) {
    h2+img {
    display: none;
}
}
/*=========================================
===========================================

	# Preferred Contractors (PCN)
	NO TOUCHY

===========================================
=========================================*/
.grouping-contractors {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #d4d4d4;
}
.grouping-contractors h3 {
    margin-bottom: 15px;
}
.entry-contractor {
    width: 47%;
    float: left;
    background-color: #efefef;
    padding: 0 15px 20px 15px;
    font-size: 0.9em;
}
@media all and (max-width: 500px) {
    .entry-contractor {
    width: 100%;
    float: none;
    padding-top: 5px;
}
}.entry-contractor .name {
    margin: 10px 0 2px;
    font-size: 1em;
}
.entry-contractor .sector, .entry-contractor .address, .entry-contractor .misc {
    margin: 0 0 10px 0;
    line-height: 1.2em;
}
.entry-contractor ul {
    list-style: none;
    padding: 0;
    color: #444;
    font-size: 0.9em;
}
.lte-ie9 .grouping-contractors li {
    margin-bottom: 2px;
}
.entry-contractor+.entry-contractor {
    margin-left: 6%}
@media all and (max-width: 500px) {
    .entry-contractor+.entry-contractor {
    margin-left: 0;
    margin-top: 20px;
}
}.accept-btn>.btn-disabled {
    cursor: default;
    opacity: 0.5;
}
/*=========================================
===========================================

	# Customer Support
	NO TOUCHY

===========================================
=========================================*/
.support-methods, .img-and-faqs {
    width: 47%;
    float: left;
}
@media all and (max-width: 700px) {
    .support-methods, .img-and-faqs {
    width: 100%;
    float: none;
}
}.support-methods .h1-descrip {
    font-size: 1em;
}
@media all and (max-width: 700px) {
    .h1-descrip+.h1-descrip {
    margin-bottom: 0px;
}
}.entry-support {
    padding-top: 30px;
}
.entry-support .thumb {
    position: absolute;
    width: 166px;
    height: 126px;
}
@media all and (max-width: 900px) {
    .entry-support .thumb {
    display: none;
}
}.entry-support .thumb img {
    border: 3px solid #eaeaea;
}
.entry-support .info {
    margin-left: 186px;
}
@media all and (max-width: 900px) {
    .entry-support .info {
    margin-left: 0;
}
}.entry-support .info>h3 {
    margin-bottom: 0;
}
.entry-support .info>h3+p {
    margin: 4px 0;
}
.entry-support .info>h3+p+a {
    font-size: 0.9em;
}
.hero-customer-support {
    width: 100%;
    border: 3px solid #eaeaea;
}
@media all and (max-width: 700px) {
    .hero-customer-support {
    display: none;
}
}.img-and-faqs {
    margin-left: 6%}
@media all and (max-width: 700px) {
    .img-and-faqs {
    margin-left: 0;
}
}.img-and-faqs h3+p {
    margin: 0 0 20px 0;
}
.faq-examples {
    margin-top: 10px;
    list-style: none;
    padding: 0;
}
.faq-examples li a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #d4d4d4;
}
.faq-examples+p {
    text-align: right;
}
#support-faqsearch {
    *zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    width: 100%;
    padding-right: 46px;
    position: relative;
    margin-bottom: 20px;
}
#support-faqsearch:before, #support-faqsearch:after {
    content: " ";
    display: table;
}
#support-faqsearch:after {
    clear: both;
}
#support-faqsearch>input[type='text'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0px;
    float: left;
    font-size: 1em;
    outline: 0;
    margin: 0;
    padding: 8px 8px 8px 12px;
    width: 100%}
.lte-ie9 #support-faqsearch>input[type='text'] {
    padding: 12px 8px 11px 8px;
}
#support-faqsearch>button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #fafafa;
    background: -moz-linear-gradient(top,  #fafafa 0%,  #eaeaea);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#fafafa),  to(#eaeaea));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#fafafa,  endColorstr=#eaeaea)";
    border: 1px solid #ddd;
    display: block;
    margin: 0;
    padding: 0;
    width: 45px;
    height: 40px;
    margin: -1px -1px -1px 0;
    right: 0;
    top: 0;
    position: absolute;
}
#support-faqsearch>button i.search-icon {
    background-image: url("../img/icon_sprite.png");
    background-position: -312px 1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    display: block;
    position: absolute;
    top: 11px;
    left: 12px;
}
#support-faqsearch>button:hover {
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%,  #fafafa);
    background: -webkit-gradient(linear,  left top,  left bottom,  from(#eaeaea),  to(#fafafa));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0,  startColorstr=#eaeaea,  endColorstr=#fafafa)";
    cursor: pointer;
}
.lte-ie9 #support-faqsearch>button {
    border-right: 0px;
    border-bottom: 0px;
    margin: -1px 0px 0px 0px;
}
.lte-ie9 #support-faqsearch>button i.search-icon {
    top: -8px;
    left: 14px;
}
.ie9 #support-faqsearch>button i.search-icon {
    top: 10px;
    left: 13px;
}
i.caret {
    background-image: url("../img/icon_sprite.png");
    background-position: -50px -30px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 6px;
    width: 4px;
}
/*=========================================
===========================================

	# Outages & Problems
	NO TOUCHY

===========================================
=========================================*/
.outages-and-problems {
    background: transparent url("../img/customerSupport/bg_outages.jpg") top center no-repeat;
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 50px;
}
.outages-and-problems h3 {
    margin-top: 20px;
    position: relative;
}
@media all and (max-width: 900px) {
    .outages-and-problems h3 {
    margin-bottom: 20px;
}
}.outages-and-problems h3>.more-link {
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 10px;
}
@media all and (max-width: 700px) {
    .outages-and-problems h3>.more-link {
    top: 2px;
}
}@media all and (max-width: 420px) {
    .outages-and-problems h3>.more-link {
    position: relative;
    display: block;
}
}.entries-outages {
    margin: 10px 0;
}
.entry-outage {
    float: left;
    display: block;
    width: 16.666666667%;
    text-align: center;
    padding: 0px 10px;
    font-size: 0.9em;
}
.entry-outage figure>img {
    width: 100%;
    border: 3px solid #eaeaea;
    margin-bottom: 5px;
}
@media all and (max-width: 900px) {
    .entry-outage {
    width: 33%;
    margin-bottom: 20px;
}
}@media all and (max-width: 500px) {
    .entry-outage {
    width: 50%}
}@media all and (max-width: 280px) {
    .entry-outage {
    width: 100%}
}@media all and (max-width: 550px) {
    h3.desktop-heading {
    display: none;
}
}
/*=========================================
===========================================

	# Contact Page & Mobile
	NO TOUCHY

===========================================
=========================================*/
.contact-mobile-table {
    display: none;
}
.contact-mobile-table .even {
    background-color: #deecfa;
}
.contact-mobile-table .mobile-thead {
    color: #fff;
    background-color: #509ce7;
    padding: 5px 10px 10px 10px;
}
.contact-mobile-table .title {
    padding: 10px;
}
.contact-mobile-table .title, .contact-mobile-table .county, .contact-mobile-table .phone, .contact-mobile-table .hours {
    font-size: 0.9em;
}
.contact-mobile-table .title strong, .contact-mobile-table .county strong, .contact-mobile-table .phone strong, .contact-mobile-table .hours strong {
    display: block;
}
.contact-mobile-table .county, .contact-mobile-table .phone, .contact-mobile-table .hours {
    padding: 5px 10px;
}
.contact-mobile-table .hours {
    padding-bottom: 15px;
    border-bottom: none;
}
@media all and (max-width: 550px) {
    .contact-mobile-table {
    display: block;
}
}
/*=========================================
===========================================

	# Page Wrap (structural)
	NO TOUCHY

===========================================
=========================================*/
.page-wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -365px;
}
@media all and (max-width: 960px) {
    .page-wrap {
    margin: 0 auto -357px;
}
}@media all and (max-width: 815px) {
    .page-wrap {
    margin: 0 auto -71px;
}
}@media all and (max-width: 700px) {
    .page-wrap {
    margin: 0 auto 0px;
}
}footer, .page-push {
    height: 366px;
}
@media all and (max-width: 960px) {
    footer, .page-push {
    height: 357px;
}
}@media all and (max-width: 815px) {
    footer, .page-push {
    height: 71px;
}
}@media all and (max-width: 700px) {
    footer, .page-push {
    height: auto;
}
}
/*=========================================
===========================================

	# Headers / Footer
	NO TOUCHY

===========================================
=========================================*/
@media all and (max-width: 700px) {
    footer {
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
}
}footer>.primary {
    background: url(../img/footer_bg.png) repeat #f0f0f1;
    border-top: 1px solid #e6e6e6;
    padding: 35px 0;
    text-align: center;
}
@media all and (max-width: 815px) {
    footer>.primary {
    display: none;
}
}.lte-ie9 footer>.primary {
    padding: 37px 0;
}
@media all and (max-width: 960px) {
    .lte-ie9 footer>.primary {
    padding: 37px 0 27px 0;
}
}footer>.primary>ul {
    border-left: 1px solid #d4d4d4;
    display: inline-block;
    list-style: none;
    height: 215px;
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    vertical-align: top;
    width: 240px;
}
@media all and (max-width: 1030px) {
    footer>.primary>ul {
    width: 225px;
}
}@media all and (max-width: 960px) {
    footer>.primary>ul {
    width: 215px;
}
}@media all and (max-width: 920px) {
    footer>.primary>ul {
    border-left: 0px;
    width: 200px;
}
}footer>.primary>ul>li {
    margin: 0;
    padding: 0;
}
footer>.primary>ul>li.heading {
    margin-bottom: 12px;
}
.lte-ie9 footer>.primary>ul>li.heading {
    margin-bottom: 20px;
}
@media all and (max-width: 920px) {
    .ie9 footer>.primary>ul {
    border-left: 0px;
    width: 196px;
}
}footer>.primary>ul>li.heading>a {
    color: #444444;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
footer>.primary>ul>li>a {
    -webkit-transition: all 0.12s linear;
    -moz-transition: all 0.12s linear;
    -o-transition: all 0.12s linear;
    transition: all 0.12s linear;
    border-left: 1px solid #d4d4d4;
    color: #555555;
    display: block;
    font-size: 0.8em;
    text-decoration: none;
    padding-left: 23px;
    margin-left: -1px;
    margin-bottom: 3px;
}
footer>.primary>ul>li>a:hover {
    border-left: 4px solid #ff8f01;
    color: #ff8f01;
}
@media all and (max-width: 920px) {
    footer>.primary>ul>li>a: hover {
    border-left: 0px;
}
}@media all and (max-width: 920px) {
    footer>.primary>ul>li>a {
    border-left: 0px;
}
}.lte-ie9 footer>.primary>ul>li>a {
    display: block;
    margin-bottom: 10px;
}
footer .secondary {
    background: #313131;
    color: #939598;
    padding: 24px 0 16px 0;
}
@media all and (max-width: 700px) {
    footer .secondary {
    padding: 20px 0;
    text-align: center;
}
}@media all and (max-width: 815px) {
    .lte-ie9 footer .secondary {
    padding: 22px 0 14px 0;
}
}@media all and (max-width: 700px) {
    .lte-ie9 footer .secondary {
    padding: 20px 0;
}
}footer .secondary ul {
    *zoom: 1;
    color: #939598;
    font-size: 0.75em;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer .secondary ul:before, footer .secondary ul:after {
    content: " ";
    display: table;
}
footer .secondary ul:after {
    clear: both;
}
@media all and (max-width: 1000px) {
    footer .secondary ul {
    font-size: 0.775em;
}
}@media all and (max-width: 960px) {
    footer .secondary ul {
    display: none;
}
}footer .secondary p {
    color: #939598;
}
footer .secondary ul>li {
    border-right: 1px solid #525354;
    height: 14px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}
footer .secondary ul>li.last {
    border-right: 0;
    margin-right: 0px;
    padding-right: 0;
}
footer .secondary ul>li>a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #939598;
    display: block;
    text-decoration: none;
}
footer .secondary ul>li>a:hover {
    color: white;
}
footer .secondary p {
    font-size: 0.775em;
    margin: 8px 0 0 0;
    padding: 0;
}
footer .secondary .social-facebook, footer .secondary .social-twitter, footer .secondary .social-youtube, footer .secondary .social-oucblog  {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    color: #939598;
    display: inline-block;
    height: 34px;
    font-size: 0.825em;
    padding: 8px 0px 3px 39px;
    position: relative;
    margin-left: 14px;
    text-decoration: none;
    overflow: hidden;
}
@media all and (max-width: 1030px) {
    footer .secondary .social-facebook, footer .secondary .social-twitter, footer .secondary .social-youtube, footer .secondary .social-oucblog {
    margin-left: 34px;
}
}@media all and (max-width: 960px) {
    footer .secondary .social-facebook, footer .secondary .social-twitter, footer .secondary .social-youtube, footer .secondary .social-oucblog {
    margin-left: 10px;
    width: 0px;
}
}@media all and (max-width: 700px) {
    footer .secondary .social-facebook, footer .secondary .social-twitter, footer .secondary .social-youtube, footer .secondary .social-oucblog {
    display: none;
}
}footer .secondary .social-facebook i, footer .secondary .social-twitter i, footer .secondary .social-youtube i, footer .secondary .social-facebook em, footer .secondary .social-twitter em, footer .secondary .social-youtube em, footer .secondary .social-oucblog em {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 2px;
}
footer .secondary .social-facebook:hover, footer .secondary .social-twitter:hover, footer .secondary .social-youtube:hover, footer .secondary .social-oucblog:hover {
    color: #ffffff;
}
footer .secondary .social-facebook:hover i, footer .secondary .social-twitter:hover i, footer .secondary .social-youtube:hover i, footer .secondary .social-oucblog:hover i {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.lte-ie9 footer .secondary .social-facebook, .lte-ie9 footer .secondary .social-twitter, .lte-ie9 footer .secondary .social-youtube, .lte-ie9 footer .secondary .social-oucblog {
    padding: 10px 0px 3px 39px;
}
footer .secondary .social-facebook>i.facebook, footer em.facebook {
    background: #313131;
    background-image: url("../img/icon_sprite.png");
    background-position: -80px -79px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}
footer .secondary .social-twitter>i.twitter, footer em.twitter {
    background: #313131;
    background-image: url("../img/icon_sprite.png");
    background-position: 0px -79px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}
footer .secondary .social-youtube>i.youtube, footer em.youtube {
    background: #313131;
    background-image: url("../img/icon_sprite.png");
    background-position: -40px -79px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}
footer .secondary .social-oucblog>i.oucblog, footer em.oucblog {
    background: #313131;
    background-image: url("../img/icon_sprite.png");
    background-position: -226px -16px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    width: 32px;
}
.mobile-header {
    *zoom: 1;
    border-bottom: 1px solid #d9dada;
    display: none;
}
.mobile-header:before, .mobile-header:after {
    content: " ";
    display: table;
}
.mobile-header:after {
    clear: both;
}
@media all and (max-width: 700px) {
    .mobile-header {
    display: block;
}
}.mobile-header .left-column {
    float: left;
    width: 33%;
    text-align: left;
}
.mobile-header .center-column {
    float: left;
    width: 33%;
    text-align: center;
}
.mobile-header .right-column {
    float: left;
    width: 33%;
    text-align: right;
}
.mobile-header>.mobile-login {
    *zoom: 1;
    background: #333;
    display: none;
    padding: 12px;
}
.mobile-header>.mobile-login:before, .mobile-header>.mobile-login:after {
    content: " ";
    display: table;
}
.mobile-header>.mobile-login:after {
    clear: both;
}
.mobile-header>.mobile-login>input[type='text'], .mobile-header>.mobile-login>input[type='password'] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #444;
    border: 0px;
    color: white;
    display: block;
    font-size: 0.8em;
    outline: 0;
    padding: 7px;
    margin: 0 0 10px 0;
    width: 100%}
.mobile-header>.mobile-login>input[type='submit'] {
    font-size: 13px;
    width: 160px;
}
.mobile-header>.mobile-login>label {
    color: #ccc;
    float: right;
    font-size: 12px;
    margin-top: 8px;
}
.mobile-header>section.mobile-menu {
    *zoom: 1;
    background: url(../img/header_bg.jpg) repeat-x bottom;
    padding: 10px;
}
.mobile-header>section.mobile-menu:before, .mobile-header>section.mobile-menu:after {
    content: " ";
    display: table;
}
.mobile-header>section.mobile-menu:after {
    clear: both;
}
.mobile-header .mobile-trigger {
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    text-shadow: 0px 0px 0px;
    padding: 9px 9px 6px 32px;
    margin-top: 3px;
    width: 78px;
}
.lte-ie9 .mobile-header .mobile-trigger {
    padding: 12px 9px 7px 32px;
    margin-top: 5px;
}
.mobile-header>section.mobile-menu i.bars {
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 14px;
}
.mobile-header>section.mobile-menu i.bars .bar {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: #666;
    display: block;
    width: 14px;
    height: 2px;
    margin: 2px 0;
}
.mobile-header .logo {
    background: url("../img/logo_mobile.png") no-repeat 0 0;
    display: block;
    height: 36px;
    margin: 2px auto 0 auto;
    width: 84px;
}
@media (-webkit-min-device-pixel-ratio: 2),  (min-resolution: 192dpi) {
    .mobile-header .logo {
    background: url("../img/logo_mobile_@2X.png") no-repeat 0 0;
    background-size: 84px 36px;
}
}.mobile-header .login-trigger {
    text-transform: uppercase;
    font-size: 11px;
    text-align: left;
    padding: 9px 9px 6px 29px;
    margin-top: 3px;
    width: 78px;
}
.mobile-header .login-trigger i.lock {
    background-image: url("../img/icon_sprite.png");
    background-position: -179px 1px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    width: 14px;
    position: absolute;
    top: 6px;
    left: 10px;
}
.lte-ie9 .mobile-header .login-trigger {
    padding: 12px 9px 7px 32px;
    margin-top: 5px;
}
.mobile-navigation {
    background: #313131;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
	position: absolute;
	top: 0px;
	left: -250px;
	height: 100%;
	width: 250px;
}
.mobile-navigation>li {FF
    margin-top: 1px;
}
.mobile-navigation>li>a {
    background: #242424;
    display: block;
    padding: 5px;
}
.mobile-navigation>li>ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-navigation a {
    color: #939598;
    text-decoration: none;
}
.mobile-navigation>li>ul li a {
    color: white;
    display: block;
    font-size: 0.8em;
    margin: 10px 5px;
}
.sticky-footer {
    bottom: 0;
    height: auto;
    position: absolute;
    margin: 0;
}


.mobile-header .logout-trigger {
  text-transform: uppercase;
  font-size: 11px;
  text-align: left;
  padding: 9px 9px 6px 29px;
  margin-top: 3px;
  width: 78px;
}

.mobile-header .logout-trigger{
  width:90px;
  padding: 9px 9px 6px 10px; 
}
.logout-trigger i.logout  { margin-right:5px; background: url('../img/icon_logout.png') center center no-repeat; width:16px; height:13px; display:inline-block; }

.lte-ie9 .mobile-header .login-trigger { padding: 12px 9px 7px 32px; margin-top: 5px; }
.lte-ie9 .mobile-header .logout-trigger { padding: 9px 9px 6px 10px; margin-top: 5px; }

.sfCheckListBox, .sfRadioList {
    display: block;
    margin-left: 200px;
}

.sfCheckListBox label, .sfRadioList label {
    margin-left: 10px;
	font-size: 0.9em;
}

.sfRadioList input {
    margin-left: 0px !important;
    margin-right: 0px !important;
}	

.sfRadioList input:first-child {
    margin-left: 0px !important;
}

.content ul, .content ol { font-size: 0.9em; }

.sf_pagerNumeric a.sf_PagerCurrent {
color: #FF8F01 !important;
font-weight: bold;
}
.sf_pagerNumeric a {
margin: 5px;
}









/*====================================================================================
======================================================================================
======================================================================================
======================================================================================

	# put ANY overrides to the above code below this comment block
	# do not edit any of the styles above this block!

======================================================================================
======================================================================================
======================================================================================
====================================================================================*/
@media all and (max-height: 899px){.hero h1{margin-top:150px;}}
@media all and (max-height: 799px){.hero h1{margin-top:90px;}}
#home-hero-slider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 500px;
}
@media all and (min-width: 1441px) and (max-height: 899px){
	#home-hero-slider {
		height: 400px;
	}
	#home-hero-slider h1 {
		margin-top: 100px;
	}
	#home-hero-slider .login {
		margin-top: 10px;
	}
}
@media all and (min-width: 1441px) and (max-height: 799px){
	#home-hero-slider {
		height: 300px;
	}
	#home-hero-slider h1 {
		margin-top: 100px;
	}
	#home-hero-slider .login {
		margin-top: 10px;
	}
}
@media all and (max-width: 1440px){
	#home-hero-slider {
		height: 400px;
	}
}
@media all and (max-width: 1440px) and (max-height: 899px){
	#home-hero-slider {
		height: 400px;
	}
}
@media all and (max-width: 1440px) and (max-height: 799px){
	#home-hero-slider {
		height: 300px;
	}
	#home-hero-slider img {
		width: 100%;
		height: auto;
	}
	#home-hero-slider h1 {
		margin-top: 100px;
	}
	#home-hero-slider .login {
		margin-top: 10px;
	}
}
@media all and (max-width: 800px){
	#home-hero-slider {
		height: 360px;
	}
}
@media all and (max-width: 800px) and (max-height: 899px){
	#home-hero-slider {
		height: 400px;
	}
}
@media all and (max-width: 800px) and (max-height: 799px){
	#home-hero-slider {
		height: 300px;
	}
	#home-hero-slider h1 {
		margin-top: 100px;
	}
	#home-hero-slider .login {
		margin-top: 10px;
	}
}
@media all and (max-width: 700px){
	#home-hero-slider {
		height: 280px;
	}
	#home-hero-slider img {
		height: 100% !important;
		width: auto !important;
	}
}
#home-hero-slider .slider {
	list-style: none;
	padding: 0;
	width: 100%;
	height: 100%;
}
#home-hero-slider .slide {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
#home-hero-slider .slide > div:first-child {
	height: 100%;
}
#home-hero-slider .slide .sfimageWrp {
	height: 100%;
}
#home-hero-slider img {
	width: 100%;
	height: auto;
}
@media all and (max-width: 1185px){
	#home-hero-slider img {
		height: 100%;
		width: auto;
	}
}
@media all and (max-width: 1440px) and (max-height: 799px){
	#home-hero-slider img {
		width: 100%;
		height: auto;
	}
}
#home-hero-slider .slide .outer-container .container:before,
#home-hero-slider .slide .outer-container .container:after {
	content:'';
	display:table;
}
#home-hero-slider .slide .outer-container .container:after {
	clear:both;
}
#home-hero-slider .outer-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
}
#home-hero-slider > .outer-container .container {
	height: 0;
}
#home-hero-slider .login-container .container:before,
#home-hero-slider .login-container .container:after {
	content: '';
	display: table;
}
#home-hero-slider .login-container .container:after {
	clear: both;
}
#home-hero-slider .slide-selector {
	margin: 0;
	height: 0;
	list-style: none;
	padding: 0;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 3em;
	left: auto;
	z-index: 1;
}
#home-hero-slider .slide-item {
	height: .6em;
	width: .6em;
	margin-left: .5em;
	margin-right: .5em;
	border-radius: .3em;
	-webkit-border-radius: .em;
	-moz-border-radius: .em;
	-o-border-radius: .em;
	-ms-border-radius: .3em;
	display: inline-block;
	background-color: white;
	box-shadow: 0 0 4px 1px #000;
	-webkit-box-shadow: 0 0 4px 1px #000;
	-moz-box-shadow: 0 0 4px 1px #000;
	-o-box-shadow: 0 0 4px 1px #000;
	-ms-box-shadow: 0 0 4px 1px #000;
}
#home-hero-slider .slide-selector .active {
	background-color: rgb(255, 166, 52);
}

.sp-faq-category {
	display: none;
}
.sp-faq-category.open {
	display: block;
}
.sp-faq-category.found ul.trailing {
	margin-top: 0px;
	margin-bottom: 0px !important;
}
.sp-faq-entry .sp-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
}
.sp-faq-entry > a.open + .sp-faq-answer {
	max-height: 1000px;
	margin: 10px 0;
	padding-left: 1px;
}
.sfContentBlock table.telerik-reTable-5{
	width: 100% !important;
	font-size: .9em !important;
	font-family: "ff-meta-web-pro", sans-serif !important;
	border-left: 1px solid !important;
	border-right: 1px solid !important;
	border-color: #2484E1 !important;
	margin: 1em 0 !important;
}
.sfContentBlock table.telerik-reTable-5 td{
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-color: #2482E1 !important;
	padding: .25em .5em !important;
	color: #444 !important;
}
.sfContentBlock table.telerik-reTable-5 tr{
	line-height: normal !important;
	font-family: "ff-meta-web-pro", sans-serif !important;
	font-size: inherit !important;
}
.sfContentBlock table.telerik-reTable-5 > *:first-child > *:first-child > *,
.sfContentBlock table.telerik-reTable-5 thead th td,
.sfContentBlock table.telerik-reTable-5 thead tr:first-child td{
	background-color: #2484E1 !important;
	color: white !
	
	
