/*-- Font Size --*/
/*-- SUSY grid size --*/
/*-- Media Queries --*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*-- Font Size --*/
/*-- SUSY grid size --*/
/*-- Media Queries --*/
/*-- Color Scheme --*/
.form, #pr-search {
  /*padding: 20px 10px 20px 20px;*/
  overflow: hidden;
  font-size: 0.93333em;
  line-height: 1.71429em;
  color:#009ee1;
}
.form LEGEND, #pr-search LEGEND {
  font-size: 1.2em;
  font-family: 'Frutiger Next Bold';
  text-transform: uppercase;
  color: #0067b1;
  clear: both;
}
.form HR, #pr-search HR {
  color: #0067b1;
  background-color: #0067b1;
}
.form .errmsg, #pr-search .errmsg {
  color: #cc6633;
}
.form .req, .form .star, #pr-search .req, #pr-search .star {
  color:#009ee1;
}
.form INPUT[type='text'], .form INPUT[type='date'], #pr-search INPUT[type='text'], #pr-search INPUT[type='date'] {
  font-family: 'Frutiger Next Regular';
  width: 90%;
  border: 2px solid #0067b1;
  padding: 10px;
  margin: 0;
}
.form INPUT[type='checkbox'], .form INPUT[type='radio'], #pr-search INPUT[type='checkbox'], #pr-search INPUT[type='radio'] {
  margin-right: 5px;
}
.form TEXTAREA, #pr-search TEXTAREA {
  font-family: 'Frutiger Next Regular';
  width: 99%;
  height: 6em;
  border: 2px solid #0067b1;
  resize: none;
}
.form SELECT, #pr-search SELECT {
  width: 96%;
  border: 2px solid #0067b1;
  padding: 9px 10px;
  margin: 0;
}
.form SELECT:focus, #pr-search SELECT:focus {
  outline: none;
}
.form .ui-corner-all, #pr-search .ui-corner-all {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form .ui-state-default, .form .ui-widget-content .ui-state-default, .form .ui-widget-header .ui-state-default, #pr-search .ui-state-default, #pr-search .ui-widget-content .ui-state-default, #pr-search .ui-widget-header .ui-state-default {
  border: none;
}
.form .btn, .form .ui-button-text-only .ui-button-text, #pr-search .btn, #pr-search .ui-button-text-only .ui-button-text {
  font-family: 'Frutiger Next Regular';
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: block !important;
  clear: both;
  width: auto;
  padding: 8px 10px !important;
  background-color: #0067b1;
  color: white;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.form .btn:hover, .form .ui-button-text-only .ui-button-text:hover, #pr-search .btn:hover, #pr-search .ui-button-text-only .ui-button-text:hover {
  background-color:#009ee1;
}
.form P.left, #pr-search P.left {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 40.3125em) {
  .form P.left, #pr-search P.left {
    width: 48.68374%;
    float: left;
    margin-right: 2.63251%;
  }
}
.form P.right, #pr-search P.right {
  margin-bottom: 20px;
  display: block;
}
@media (min-width: 40.3125em) {
  .form P.right, #pr-search P.right {
    width: 48.68374%;
    float: right;
    margin-right: 0;
  }
  .form P.right .date, #pr-search P.right .date {
    width: 48.68374%;
    float: left;
    margin-right: 2.63251%;
  }
  .form P.right .region, #pr-search P.right .region {
    width: 48.68374%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 40.3125em) {
  .form .column-a, #pr-search .column-a 
  {
	/* Added by Yonathan Medemdemia */
    /*width: 48.68374%;*/
    width:53.68374%;
    float: left;
    margin-right: 2.63251%;
  }
}
@media (min-width: 40.3125em) {
  .form .column-b, #pr-search .column-b {
    /* Added by Yonathan Medemdemia */
    /*width: 48.68374%;*/
    width:43.68374%;
    float: right;
    margin-right: 0;
  }
  .form .column-b .date, #pr-search .column-b .date {
    width: 48.68374%;
    float: left;
    margin-right: 2.63251%;
  }
  .form .column-b .region, #pr-search .column-b .region {
    width: 48.68374%;
    float: right;
    margin-right: 0;
  }
}
.form .captcha, #pr-search .captcha {
  width: 82.4321%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
  margin-bottom: 10px;
}
.form .refresh, #pr-search .refresh {
  margin-top: 10px;
  width: 12.16052%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  font-size: 0.86667em;
  line-height: 1.84615em;
  text-align: center;
}
.form .refresh A, #pr-search .refresh A {
  display: block;
  color: #fff;
  text-decoration: none;
}
.form .combo-list LABEL, #pr-search .combo-list LABEL {
  display: inline-block;
  margin: 0 10px 0 0;
}
.form .combo-list INPUT, #pr-search .combo-list INPUT {
  padding: 0;
  width: auto;
  position: relative;
  top: 2px;
}

#pr-search {
  margin-bottom: 1em;
  clear: both;
}
#pr-search select {
  margin-bottom: 0.75em;
}

@font-face {
  font-family: "Frutiger Next Bold";
  src: url("../../../library/fonts/FrutigerNext/ce9ebe9b-6684-4783-8760-f3a20a0c52f0.eot?#iefix");
  src: url("../../../library/fonts/FrutigerNext/ce9ebe9b-6684-4783-8760-f3a20a0c52f0.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/FrutigerNext/5f3f5b96-b77d-497d-a916-d483bc9c6c3f.woff") format("woff"), url("../../../library/fonts/FrutigerNext/209c5dbd-a0e8-4fdf-ada6-50628360eefd.ttf") format("truetype"), url("../../../library/fonts/FrutigerNext/44583fec-16e5-46d4-94b5-f779465dc4ec.svg#44583fec-16e5-46d4-94b5-f779465dc4ec") format("svg");
}

@font-face {
  font-family: "Frutiger Next Bold Italic";
  src: url("../../../library/fonts/FrutigerNext/aa72ee90-28ee-43bb-a5b1-967bd7bee980.eot?#iefix");
  src: url("../../../library/fonts/FrutigerNext/aa72ee90-28ee-43bb-a5b1-967bd7bee980.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/FrutigerNext/884067ef-383b-4703-b9d7-01c234d2df93.woff") format("woff"), url("../../../library/fonts/FrutigerNext/60ea53bd-fc30-4ee3-ba67-ce5c338c0712.ttf") format("truetype"), url("../../../library/fonts/FrutigerNext/3b4d7ba1-02ce-4a70-b51f-ff3f60706fe4.svg#3b4d7ba1-02ce-4a70-b51f-ff3f60706fe4") format("svg");
}

@font-face {
  font-family: "Frutiger Next Heavy";
  src: url("../../../library/fonts/FrutigerNext/51f952c0-0364-4105-b309-77b352be60b2.eot?#iefix");
  src: url("../../../library/fonts/FrutigerNext/51f952c0-0364-4105-b309-77b352be60b2.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/FrutigerNext/eed4890a-42de-44b5-8582-55db3fe834a1.woff") format("woff"), url("../../../library/fonts/FrutigerNext/514ddd28-f55e-431d-8538-07daff50c872.ttf") format("truetype"), url("../../../library/fonts/FrutigerNext/d75679b8-056b-48fb-990f-61c2c4d0e096.svg#d75679b8-056b-48fb-990f-61c2c4d0e096") format("svg");
}

@font-face {
  font-family: "Frutiger Next Italic";
  src: url("../../../library/fonts/FrutigerNext/bfdd1d47-0342-414b-b76c-e594d44098b7.eot?#iefix");
  src: url("../../../library/fonts/FrutigerNext/bfdd1d47-0342-414b-b76c-e594d44098b7.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/FrutigerNext/124ebcbb-46a4-43eb-b947-c8400aafaff9.woff") format("woff"), url("../../../library/fonts/FrutigerNext/a9bd7562-fef3-45a7-bc0a-8310165525ac.ttf") format("truetype"), url("../../../library/fonts/FrutigerNext/15c2ffda-b555-4a0b-8122-c3f8bff7ab1b.svg#15c2ffda-b555-4a0b-8122-c3f8bff7ab1b") format("svg");
}

@font-face {
  font-family: "Frutiger Next Regular";
  src: url("../../../library/fonts/FrutigerNext/4cef6d85-d22a-4541-b469-da13751862aa.eot?#iefix");
  src: url("../../../library/fonts/FrutigerNext/4cef6d85-d22a-4541-b469-da13751862aa.eot?#iefix") format("embedded-opentype"), url("../../../library/fonts/FrutigerNext/d74de079-587d-4049-9cca-50ba02a536f9.woff") format("woff"), url("../../../library/fonts/FrutigerNext/07749504-e72d-4fc9-a58d-5b853dd51fc7.ttf") format("truetype"), url("../../../library/fonts/FrutigerNext/8178e4eb-8ce0-4c15-a701-4a102b204c0e.svg#8178e4eb-8ce0-4c15-a701-4a102b204c0e") format("svg");
}

/*-- Color Scheme --*/
/*-- Base Styles --*/
HTML, BODY, FORM {
  position: relative;
  height: 100%;
}

BODY {
  font-family: 'Frutiger Next Regular', Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #464646;
  -webkit-text-size-adjust: none;
}
BODY > form {
  min-height: 628px;
}
@media (min-width: 40.3125em) {
  BODY > form {
    min-height: 100% !important;
  }
}

FORM {
  display: inline;
}

::-webkit-input-placeholder {
  color: #7d7d7d;
}

:-moz-placeholder {
  color: #7d7d7d;
}

::-moz-placeholder {
  color: #7d7d7d;
}

:-ms-input-placeholder {
  color: #7d7d7d;
}

H1 {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.6em;
  line-height: 30px;
  color: #0067b1;
  text-transform: uppercase;
  margin: 0 0 5px;
}
@media (min-width: 47.9375em) {
  H1 {
    font-size: 2.66667em;
    line-height: 1.2em;
    line-height: 40px;
    margin: 5px 0 20px;
  }
}

H2 {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  line-height: 1.33333em;
  line-height: 24px;
  color:#009ee1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

H3 {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-weight: normal;
  font-size: 17px;
  line-height: 18px;
  color: #0067b1;
  margin-bottom: 10px;
}

P {
  margin: 15px 0;
}

A {
  color: #0067b1;
  text-decoration: underline;
}

A:hover {
  color: #0067b1;
  text-decoration: none;
}

A, IMG, OBJECT, INPUT {
  outline: none;
}

STRONG {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
}

EM {
  font-family: 'Frutiger Next Italic', Arial, sans-serif;
}

BLOCKQUOTE {
  font-family: 'Frutiger Next Italic', Arial, sans-serif;
  margin: 10px 20px;
  padding: 0;
}

HR {
  border: none;
  height: 1px;
  margin: 1.334em 0;
  padding: 0;
  color: #464646;
  background-color: #464646;
  clear: both;
}

INPUT {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
INPUT[type=checkbox] {
  -webkit-appearance: checkbox;
}
INPUT[type=radio] {
  -webkit-appearance: radio;
}

IMG {
  display: block;
}

.valign {
  display: table;
  width: 100%;
}
.valign > .inner {
  position: relative;
  display: table-cell;
  max-width: 210px;
  vertical-align: middle;
}
@media (min-width: 40.3125em) {
  .valign > .inner {
    max-width: 100%;
  }
}

TABLE.fancy {
  *zoom: 1;
  font-size: 0.93333em;
  line-height: 1.71429em;
  width: 100%;
}
TABLE.fancy:before, TABLE.fancy:after {
  content: " ";
  display: table;
}
TABLE.fancy:after {
  clear: both;
}
TABLE.fancy TH {
  background-color: #0099cb;
  color: white;
  padding: 5px 10px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #d0ecf5;
}
TABLE.fancy TR TD {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #3fb3d8;
  border-top: 1px solid #d0ecf5;
  border-right: 1px solid #d0ecf5;
  padding: 10px;
}
TABLE.fancy TR TD.colspan {
  border-top: none;
  padding: 0;
}
TABLE.fancy TR TD LABEL {
  color: #464646;
}
TABLE.fancy TR:nth-child(2n+1) TD {
  background-color: #7fcbe5;
}
TABLE.fancy TR.alert-green TD {
  background-color: #60b87e;
}
TABLE.fancy TR.alert-orange TD {
  background-color: #f16528;
}
/* vertical-align polyfill for IE7 */
.lt-ie8 .valign > .inner {
  margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
}

.lt-ie9 #homeContent #homeNavigation {
  background-color:#009ee1;
}
.lt-ie9 #homeContent #homeNavigation > UL > LI > #manageAccount {
  background-color: #779000;
}
.lt-ie9 .alert #homeContent #homeNavigation {
  background-color: #949495;
}
.lt-ie9 .alert #homeContent #homeNavigation > UL > LI > #manageAccount {
  background-color: #656565;
}
.lt-ie9 #header #outageCenter A {
  background-image: url(library/images/ie/outage-center-0.png);
}
.lt-ie9 #innerContent #navigation UL.menuroot LI.selected A.active:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8.5px 9px 8.5px;
  border-color: transparent transparent white transparent;
}
.lt-ie9 #new-account-form .address-table .details-toggle.selected:after, .lt-ie9 #form .address-table .details-toggle.selected:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #464646 transparent;
}
.lt-ie9 #new-account-form .accordion-header.selected:after, .lt-ie9 #new-account-form .accordion-header-disabled.selected:after, .lt-ie9 #form .accordion-header.selected:after, .lt-ie9 #form .accordion-header-disabled.selected:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent white transparent;
}
.lt-ie9 #new-account-form .accordion-header.blue.selected:after, .lt-ie9 #new-account-form .accordion-header-disabled.blue.selected:after, .lt-ie9 #form .accordion-header.blue.selected:after, .lt-ie9 #form .accordion-header-disabled.blue.selected:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 9px 8px;
  border-color: transparent transparent #464646 transparent;
}
.lt-ie9 .navigation .nav-group-toggle.open:after {
  border-top-color: transparent;
  border-bottom-color: white;
}
.lt-ie9 .navigation .subnav LI.has-sub-items.open > A.toggle-children:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #0067b1 transparent transparent transparent;
}
.lt-ie9 #header #topLinks DIV UL LI A.outage-center {
  background-image: url(../../../library/images/ie/outage-center-0.png);
}
.lt-ie9 #header #topLinks DIV UL LI A.about-us {
  background-image: url(../../../library/images/ie/about-us-0.png);
}
.lt-ie9 #header #topLinks DIV UL LI A.newsroom {
  background-image: url(../../../library/images/ie/newsroom-0.png);
}
.lt-ie9 #header #topLinks DIV UL LI A.contact {
  background-image: url(../../../library/images/ie/contact-0.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.outage-center, .lt-ie9 #footer #sitemapContent #sitemapNav UL LI:first-child A.outage-center {
  background-image: url(../../../library/images/ie/outage-center-1.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.outage-center:hover, .lt-ie9 #footer #sitemapContent #sitemapNav UL LI:first-child A.outage-center:hover {
  background-image: url(../../../library/images/ie/outage-center-0.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.about-us {
  background-image: url(../../../library/images/ie/about-us-1.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.about-us:hover {
  background-image: url(../../../library/images/ie/about-us-0.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.newsroom {
  background-image: url(../../../library/images/ie/newsroom-1.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.newsroom:hover {
  background-image: url(../../../library/images/ie/newsroom-0.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.contact {
  background-image: url(../../../library/images/ie/contact-1.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.contact:hover {
  background-image: url(../../../library/images/ie/contact-0.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.locations {
  background-image: url(../../../library/images/ie/locations-1.png);
}
.lt-ie9 #footer #sitemapContent #sitemapNav UL LI A.locations:hover {
  background-image: url(../../../library/images/ie/locations-0.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.outage-center {
  background-image: url(../../../library/images/ie/outage-center-2.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.outage-center:hover {
  background-image: url(../../../library/images/ie/outage-center-0.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.about-us {
  background-image: url(../../../library/images/ie/about-us-2.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.about-us:hover {
  background-image: url(../../../library/images/ie/about-us-0.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.newsroom {
  background-image: url(../../../library/images/ie/newsroom-2.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.newsroom:hover {
  background-image: url(../../../library/images/ie/newsroom-0.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.contact {
  background-image: url(../../../library/images/ie/contact-2.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.contact:hover {
  background-image: url(../../../library/images/ie/contact-0.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.locations {
  background-image: url(../../../library/images/ie/locations-2.png);
}
.lt-ie9 .alert #footer #sitemapContent #sitemapNav UL LI A:first-child.locations:hover {
  background-image: url(../../../library/images/ie/locationsr-0.png);
}

/*touch styles */
.touch A:active {
  background-color: transparent !important;
}

/*-- Specific Styles --*/
.containerWrap {
  min-width: 290px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
}
@media (min-width: 40.3125em) {
  .containerWrap {
    max-width: 750px;
    min-width: 480px;
  }
}
@media (min-width: 47.9375em) {
  .containerWrap {
    max-width: 940px;
  }
}
@media (min-width: 62.5em) {
  .containerWrap {
    padding: 0;
  }
}

#wrap {
  min-height: 100%;
  *zoom: 1;
}
#wrap:before, #wrap:after {
  content: " ";
  display: table;
}
#wrap:after {
  clear: both;
}

.home {
  /*#footer {
  	position: absolute;
  	bottom: 0;
  	
  	@include at-breakpoint($iphone-landscape) {
  		position: relative;
  		bottom: auto;
  	}
  }*/
}
.home #latestNews {
  display: block;
}
.home #topNavigation {
  display: none !important;
}

.alert #header,
.alert #header #zipSearch INPUT,
.alert #footer #notice H3,
.alert #footer #noticeContent,
.alert #footer #noticeContent H3,
.alert #footer #footerNav LI A:hover,
.alert #footer #footerNav LI A.toggle.active,
.alert #footer #footerNav LI #holdings,
.alert #footer A:hover,
.alert #footer #sitemap A.toggle.active,
.alert #footer #sitemapContent #sitemapNav UL LI A:hover,
.alert #footer #sitemapContent #sitemapNav UL LI:first-child A:hover,
.alert #homeContent #homeNavigation > UL > LI UL LI A:hover,
.alert #footer #environment A.toggle.active,
.alert #homeContent #mobileNavigation UL LI UL LI A:hover,
.alert #footer #environment #environmentContent,
.alert #homeContent #mobileNavigation UL LI A.expanded,
.alert #homeContent #mobileNavigation UL LI A.expanded:hover,
.alert #latestNews .news-toggle.active,
.alert #latestNews .news-toggle:hover,
.alert #latestNews.open .news-toggle {
  background-color: #949495;
}
.alert #mobileNavigation UL LI A.expanded,
.alert #homeContent #mobileNavigation UL LI A.expanded:hover,
.alert #homeContent #mobileNavigation UL LI UL LI UL LI A,
.alert #homeContent #mobileNavigation UL LI A.expanded,
.alert #footer #sitemapContent UL LI:first-child A:hover {
  color: white;
}
.alert #homeContent #mobileNavigation UL LI A.expanded {
  background-image: url(../../../library/images/common/list-arrow-2.png);
}
.alert #footer #footerWrap,
.alert #homeContent .block .btn,
.alert #latestNews .news-toggle,
.alert #header #header #contactUs A:hover,
.alert #header #topLinks .toggle:hover,
.alert #header #topLinks .toggle.active,
.alert #header #siteSearch .toggle:hover,
.alert #header #siteSearch .toggle.active,
.alert #header #contactUs A:hover,
.alert #latestNews #latestNewsContent .btn,
.alert #footer #footerNav LI #holdings A.btn,
.alert #footer #environment #environmentContent .btn,
.alert #homeContent #mobileNavigation UL LI UL LI UL,
.alert #homeContent #mobileNavigation UL LI UL LI UL LI A {
  background-color: #f26529;
}
.alert #footer #footerNav LI #holdings A.btn:hover,
.alert #footer #sitemapContent UL LI:first-child A:hover,
.alert #footer #footerNav LI #holdings A:hover {
  background-color: #949495;
}
.alert #homeContent #homeNavigation > UL > LI A.active,
.alert #homeContent #homeNavigation > UL > LI UL LI A,
.alert #latestNewsContent H2, .alert #latestNewsContent H3,
.alert #latestNews #latestNewsContent .all,
.alert #footer #sitemapContent UL LI:first-child A,
.alert #homeContent #mobileNavigation UL LI A.active,
.alert #homeContent #mobileNavigation UL LI UL LI A {
  color: #f26529;
}
.alert #header #topLinks DIV UL {
  background-color: #f26529;
}
@media (min-width: 40.3125em) {
  .alert #header #topLinks DIV UL {
    background-color: #949495;
  }
}
.alert #header #topLinks DIV UL LI A:hover,
.alert #header #siteSearch DIV .btn {
  background-color: #949495;
}
@media (min-width: 40.3125em) {
  .alert #header #topLinks DIV UL LI A:hover,
  .alert #header #siteSearch DIV .btn {
    background-color: #f26529;
  }
}
.alert #header #siteSearch DIV {
  background-color: #f26529;
}
@media (min-width: 62.5em) {
  .alert #header #siteSearch DIV {
    background-color: #949495;
  }
}
.alert #homeContent .block .btn:hover,
.alert #latestNews #latestNewsContent .btn:hover {
  background-color: #949495;
}
.alert #homeContent #homeNavigation, .alert #homeContent > #mobileNavigation > UL {
  background: rgba(148, 148, 149, 0.75);
}
.alert #homeContent #homeNavigation > UL > LI #manageAccount {
  background: white;
}
@media (min-width: 62.5em) {
  .alert #homeContent #homeNavigation > UL > LI #manageAccount {
    background: rgba(101, 101, 101, 0.5);
  }
}
.alert #header #topLinks DIV UL LI A.about-us {
  display: none;
}
.alert #header #topLinks DIV UL LI A.education {
  display: block;
}
@media (min-width: 47.9375em) {
  .alert #header #topLinks DIV UL LI A.education {
    display: inline;
  }
}
.alert #footer #sitemap.toggle:hover,
.alert #footer #sitemap.toggle.active {
  background-color: #7d7d7d;
}
.alert #footer #sitemapContent #sitemapNav UL LI A.outage-center,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.outage-center {
  background-image: url(../../../library/images/icons/outage-center-2.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.outage-center:hover,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.outage-center:hover {
  background-image: url(../../../library/images/icons/outage-center-0.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.contact,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.contact {
  background-image: url(../../../library/images/icons/contact-2.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.contact:hover,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.contact:hover {
  background-image: url(../../../library/images/icons/contact-0.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.locations,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.locations {
  background-image: url(../../../library/images/icons/locations-2.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.locations:hover,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.locations:hover {
  background-image: url(../../../library/images/icons/locations-0.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.about-us,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.about-us {
  background-image: url(../../../library/images/icons/about-us-2.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.about-us:hover,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.about-us:hover {
  background-image: url(../../../library/images/icons/about-us-0.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.newsroom,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.newsroom {
  background-image: url(../../../library/images/icons/newsroom-2.png);
}
.alert #footer #sitemapContent #sitemapNav UL LI A.newsroom:hover,
.alert #footer #sitemapContent #sitemapNav UL LI A:first-child.newsroom:hover {
  background-image: url(../../../library/images/icons/newsroom-0.png);
}
.alert #footer #sitemapContent .close {
  background: #f26529;
}
.alert #footer #sitemapContent .close:hover {
  background: #7d7d7d;
}
.alert #footer #footerNav {
  width: 72%;
}
@media (min-width: 40.3125em) {
  .alert #footer #footerNav {
    width: 84%;
  }
}
.alert #footer #footerNav LI.exitalert-mobile, .alert #footer #footerNav LI.exitalert-mobile:first-child {
  display: inline-block;
}
.alert #footer #footerNav LI.exitalert-mobile A, .alert #footer #footerNav LI.exitalert-mobile:first-child A {
  padding-left: 5px;
}
@media (min-width: 40.3125em) {
  .alert #footer #footerNav LI.exitalert-mobile, .alert #footer #footerNav LI.exitalert-mobile:first-child {
    display: none;
  }
}
.alert #footer #footerNav LI.stockInfo {
  display: none;
}
.alert #footer #footerNav LI.stockInfo A:before {
  display: none;
}
@media (min-width: 40.3125em) {
  .alert #footer #footerNav LI.stockInfo {
    display: inline-block;
  }
}
.alert #homeContent #homeNavigation > ul > li #manageAccount A.btn:hover {
  background-color: #f26529;
}
.alert #homeContent #homeNavigation > ul > li A:hover {
  color: #f26529;
}

#latestNews {
  display: none;
  position: fixed;
  left: 0;
  bottom: 50px;
  z-index: 11;
  overflow: visible !important;
  -webkit-transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#latestNews.open .news-toggle {
  background-color: #0067b1;
}
#latestNews.open #latestNewsContent {
  height: 315px;
}
@media (min-width: 40.3125em) {
  #latestNews {
    position: absolute;
    top: 130px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 3;
    width: 0px;
  }
  #latestNews.open {
    width: 526px;
  }
  #latestNews.open .news-toggle {
    left: -80px;
  }
  #latestNews.open .news-toggle:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
#latestNews .news-toggle {
  position: absolute;
  left: 158px;
  bottom: -50px;
  width: 86px;
  height: 50px;
  font-family: 'Frutiger Next Regular', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-image: url(../../../library/images/common/news-0.png);
  background-position: 55px center;
  background-repeat: no-repeat;
  background-color:#009ee1;
  cursor: pointer;
  -webkit-transition: left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: left 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 40.3125em) {
  #latestNews .news-toggle {
    left: -180px;
    bottom: auto;
    width: 180px;
    height: 80px;
    font-family: 'Frutiger Next Bold', Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.33333em;
    background-image: url(../../../library/images/common/latest-news-2.png);
    background-position: 32px center;
  }
}
@media (min-width: 62.5em) {
  #latestNews .news-toggle:hover {
    background-color: #0067b1;
  }
}
@media (min-width: 40.3125em) {
  #latestNews .news-toggle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -9px 0 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent white transparent transparent;
    -webkit-transform-origin: 4.5px 9px;
    -moz-transform-origin: 4.5px 9px;
    -ms-transform-origin: 4.5px 9px;
    -o-transform-origin: 4.5px 9px;
    transform-origin: 4.5px 9px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
    transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  }
}
#latestNews .news-toggle span.desktop {
  display: none;
}
@media (min-width: 40.3125em) {
  #latestNews .news-toggle span.desktop {
    display: inline;
    line-height: 20px;
    float: right;
    width: 50%;
    margin: 20px 0 0;
  }
}
#latestNews .news-toggle span.mobile {
  display: block;
  line-height: 50px;
  text-indent: 10px;
}
@media (min-width: 40.3125em) {
  #latestNews .news-toggle span.mobile {
    display: none;
  }
}
#latestNews #latestNewsContent {
  position: relative;
  bottom: 0;
  z-index: 1;
  height: 0;
  font-size: 0.93333em;
  line-height: 1.71429em;
  line-height: 18px;
  color: #464646;
  background-color: white;
  overflow: hidden;
  -webkit-transition: height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent {
    display: block;
    bottom: auto;
    height: auto !important;
  }
}
#latestNews #latestNewsContent .inner {
  width: 280px;
  min-height: 50px;
  padding: 20px 20px 10px;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent .inner {
    width: 486px;
  }
}
#latestNews #latestNewsContent IMG {
  width: 23.02561%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent IMG {
    width: 31.57832%;
    float: left;
    margin-right: 2.63251%;
  }
}
#latestNews #latestNewsContent H2 {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 0.93333em;
  line-height: 1.71429em;
  line-height: 16px;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent H2 {
    font-size: 1.33333em;
    line-height: 1.2em;
    line-height: 20px;
  }
}
#latestNews #latestNewsContent P {
  display: none;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent P {
    display: inline;
  }
}
#latestNews #latestNewsContent .all {
  float: right;
  color: #0067b1;
  text-decoration: underline;
  background: none;
  padding-right: 10px;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent .all {
    padding-right: 0;
  }
}
#latestNews #latestNewsContent .all:hover {
  text-decoration: none;
}
#latestNews #latestNewsContent .item {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #464646;
}
#latestNews #latestNewsContent .btn {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 5px;
}
@media (min-width: 40.3125em) {
  #latestNews #latestNewsContent .btn {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 34%;
  }
}
#latestNews #latestNewsContent .btn:hover {
  background:#009ee1;
}

#header {
  position: relative;
  z-index: 3;
  background-color:#c1d82f;
  color: white;
  white-space: nowrap;
  height: 49px;
}
#header .containerWrap {
  padding-right: 0;
}
#header A {
  color: white;
  text-decoration: none;
}
#header #logo {
  width: 31.57832%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
  padding: 10px 0;
}
#header #logo IMG {
  width: 100%;
  max-width: 98px;
}
@media (min-width: 47.9375em) {
  #header #logo {
    display: none;
  }
}
#header #zipSearch {
  display: none;
  padding: 12px 0;
}
@media (min-width: 47.9375em) {
  #header #zipSearch {
    display: block;
    width: 31.57832%;
    float: left;
    margin-right: 2.63251%;
  }
}
@media (min-width: 62.5em) {
  #header #zipSearch {
    width: 14.47291%;
    float: left;
    margin-right: 2.63251%;
  }
}
#header #zipSearch SPAN {
  display: none;
}
@media (min-width: 62.5em) {
  #header #zipSearch SPAN {
    display: inline;
  }
}
#header #zipSearch LABEL {
  cursor: pointer;
  padding-right: 20px;
  padding-bottom: 5px;
}
@media (min-width: 47.9375em) {
  #header #zipSearch LABEL {
    background: url(../../../library/images/icons/edit.png) top right no-repeat;
  }
}
#header #zipSearch INPUT {
  background-color:#c1d82f;
  color: white;
  border: none;
  padding: 0;
  margin: 0;
  width: 40px;
}
#header #topNavigation {
  width: 14.47291%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  		/*DIV {
  			border-top: 5px solid $white;
  			border-bottom: 5px solid $white;
  			display: none;
  			position: absolute;
  			left: 0;
  			width: 100%;
  			z-index: 10;
  			UL {
  				position: relative;
  				background-color: $green;
  				overflow: hidden;
  				LI {
  					width: 33.3%;
  					float: left;
  					
  					background-color: $white;
  					
  					+ LI + LI {
  						clear: none;
  					}
  					+ LI + LI + LI {
  						clear: both;
  					}
  					+ LI + LI + LI + LI {
  						clear: none;
  					}
  					A {
  						font-family: 'Frutiger Next Bold';
  						font-size: 13px;
  						color: $white;
  						text-align: center;
  						text-decoration: none;
  						text-transform: uppercase;
  						background-color: $green;
  						display: block;
  						line-height: 18px;
  						padding: 13px 5px;
  						min-height: 118px;
  						white-space: normal;
  
  						IMG {
  							width: 50%;
  							margin: 10px auto;
  						}
  						
  						&.active {
  							background-color: $white;
  							color: $dark-blue;
  						}
  						
  						&.expanded, &.expanded:hover {
  							background-image: url(../../../library/images/common/list-arrow-2.png);
  							background-color: $blue;
  							color: $white;
  						}
  					}
  				}
  			}
  		}*/
}
@media (min-width: 47.9375em) {
  #header #topNavigation {
    display: none;
  }
}
#header #topNavigation .toggle {
  display: block;
  background-position: center 15px;
  background-repeat: no-repeat;
  padding: 25px 0 24px 40px;
  line-height: 50px;
  background-image: url(../../../library/images/icons/top-nav-0.png);
}
@media (min-width: 47.9375em) {
  #header #topNavigation .toggle {
    display: none;
  }
}
#header #topNavigation .toggle.active {
  background-color: #0067b1;
}
#header #topNavigation .navigation {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
  white-space: normal;
  background-color:#c1d82f;
}
#header #topNavigation .navigation A {
  color: #0067b1;
}
#header #topNavigation .navigation A.nav-section {
  color: white;
}
#header #topNavigation .navigation A.nav-section.active, #header #topNavigation .navigation A.nav-section:hover {
  color: #0067b1;
}
#header #topNavigation .navigation A.selected {
  color: white;
}
#header #topNavigation .navigation LI.has-sub-items.open > A {
  /*color: $white;*/
}
#header #topLinks {
  width: 14.47291%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-right: 20px;
  margin-right: 0;
}
@media (min-width: 47.9375em) {
  #header #topLinks 
  {	
    width: 74.34187%;
    float: left;
    margin-right: 2.63251%;
  }
}
#header #topLinks .toggle {
  display: block;
  background-position: center 15px;
  background-repeat: no-repeat;
  padding: 25px 0 24px 40px;
  line-height: 50px;
  background-image: url(../../../library/images/icons/plus-0.png);
}
@media (min-width: 47.9375em) {
  #header #topLinks .toggle {
    display: none;
  }
}
#header #topLinks .toggle.active {
  background-color: #0067b1;
}
#header #topLinks DIV {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV {
    display: block !important;
    position: static;
  }
}
#header #topLinks DIV UL 
{
	height:49px;
  width: 100%;
  background-color: #0067b1;
  overflow: hidden;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL {
    background-color:#c1d82f;
    width: auto;
    float: right;
  }
}
#header #topLinks DIV UL LI {
	 width: 48.68374%;
	float: left;
	margin-right: 2.63251%;
	display: inline;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI + LI {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI + LI + LI {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
  }
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI + LI + LI + LI {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto;
  }
}
#header #topLinks DIV UL LI A {
  display: block;
line-height: 49px;
padding: 0 15px;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI A 
  {
	/* Modified by Yonathan Medemdemia */
    /*background-position: 10px 13px;
    display: inline;
    padding: 16px 0 16px 40px;*/
  }
}
#header #topLinks DIV UL LI A:hover {
  background-color:#c1d82f;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI A:hover {
    background-color: #0067b1;
  }
}
#header #topLinks DIV UL LI A.outage-center {
  background-image: url(../../../library/images/icons/outage-center-0.png);
  background-size: 22px;
}
#header #topLinks DIV UL LI A.education {
  display: none;
  background-image: url(../../../library/images/icons/education-0.png);
}
#header #topLinks DIV UL LI A.contact {
  background-image: url(../../../library/images/icons/contact-0.png);
  padding-left: 35px;
  background-size: 22px;
}
#header #topLinks DIV UL LI A.contact:after {
  display: none;
}
#header #topLinks DIV UL LI A.about-us {
  background-image: url(../../../library/images/icons/about-us-0.png);
  padding-left: 35px;
  background-size: 25px;
}
#header #topLinks DIV UL LI A.newsroom {
  background-image: url(../../../library/images/icons/newsroom-0.png);
  padding-left: 35px;
  background-size: 26px;
}
@media (min-width: 47.9375em) {
  #header #topLinks DIV UL LI A:after {
    content: '|';
    padding-left: 5px;
    right: -1px;
    position: relative;
  }
}
@media (min-width: 62.5em) {
  #header #topLinks DIV UL LI + LI + LI + LI + LI A {
    padding-right: 10px;
  }
  #header #topLinks DIV UL LI + LI + LI + LI + LI A:after {
    display: none;
  }
}
#header #contactUs {
  width: 14.47291%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
}
@media (min-width: 47.9375em) {
  #header #contactUs {
    display: none;
  }
}
#header #contactUs A {
  display: block;
  background-image: url(../../../library/images/icons/contact-0.png);
  background-position: center 14px;
  background-repeat: no-repeat;
  padding: 25px 0 24px 40px;
  line-height: 50px;
}
#header #contactUs A:hover {
  background-color: #0067b1;
}
#header #outageCenter {
  width: 14.47291%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-right: 0;
}
@media (min-width: 47.9375em) {
  #header #outageCenter {
    display: none;
  }
}
#header #outageCenter A {
  display: block;
  background-image: url(../../../library/images/icons/outage-center-0.png);
  background-position: center 14px;
  background-repeat: no-repeat;
  background-size: 24px;
  padding: 25px 0 24px 40px;
  line-height: 50px;
}
#header #siteSearch {
  width: 14.47291%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-right: 0;
}
@media (min-width: 47.9375em) {
  #header #siteSearch {
    width: 5.9202%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 62.5em) {
  #header #siteSearch {
    width: 23.02561%;
    float: right;
    margin-right: 0;
  }
}
#header #siteSearch .toggle {
  display: block;
  background-image: url(../../../library/images/icons/search-0.png);
  background-position: center 16px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding: 25px 0 24px 40px;
  line-height: 50px;
}
@media (min-width: 62.5em) {
  #header #siteSearch .toggle {
    display: none;
  }
}
#header #siteSearch .toggle.active {
  background-color: #0067b1;
}
#header #siteSearch DIV {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #0067b1;
  padding: 10px 0;
}
@media (min-width: 62.5em) {
  #header #siteSearch DIV {
    display: block !important;
    position: static;
    width: auto;
    background-color: inherit;
    padding: 0;
    margin: 9px 0 0;
  }
}
#header #siteSearch DIV .search {
  width: 78%;
  height: 30px;
  margin-left: 12px;
  padding: 0 1%;
  line-height: 30px;
  color: #7d7d7d;
  background-color: white;
  border: none;
  vertical-align: top;
}
@media (min-width: 47.9375em) {
  #header #siteSearch DIV .search {
    width: 90%;
  }
}
@media (min-width: 62.5em) {
  #header #siteSearch DIV .search {
    width: 74%;
    padding: 0 3%;
    margin-left: 0;
  }
}
#header #siteSearch DIV .btn {
  height: 30px;
  margin: 0;
  line-height: 29px;
  color: white;
  background-color: #00a94f;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  #header #siteSearch DIV .btn {
    line-height: 30px;
  }
}
#header #siteSearch DIV .btn:hover {
  background: #0067b1;
}

.navigation {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  z-index: 10;
}
.navigation .main {
  background-color:#009ee1;
}
.navigation .newsroom {
  background-color:#009ee1;
}
@media (min-width: 47.9375em) {
  .navigation {
    width: 31.57832%;
    float: left;
    margin-right: 2.63251%;
  }
  .navigation .main {
    border:#009ee1 solid 1px;
  }
  .navigation .newsroom {
    border:#009ee1 solid 1px;
  }
}
.navigation .nav-group-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: none;
  border-top: solid black 1px;
}
.navigation .nav-group-toggle.main {
  border-color: #9bae21;
}
.navigation .nav-group-toggle.newsroom {
  border-color: #0081c8;
}
.navigation .nav-group-toggle:after {
  -webkit-transition: -webkit-transform 0.5s ease, margin 0.5s ease;
  -moz-transition: -moz-transform 0.5s ease, margin 0.5s ease;
  -o-transition: -o-transform 0.5s ease, margin 0.5s ease;
  transition: transform 0.5s ease, margin 0.5s ease;
  display: block;
  float: right;
  content: "\0020";
  margin-top: 0.25em;
  width: 0px;
  height: 0px;
  border-color: transparent;
  border-top-color: white;
  border-style: solid;
  border-width: 10px;
}
.navigation .nav-group-toggle.open:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -5px;
}
.navigation .nav-group {
  -webkit-transition: height 0.5s ease, max-height 0.5s ease;
  -moz-transition: height 0.5s ease, max-height 0.5s ease;
  -o-transition: height 0.5s ease, max-height 0.5s ease;
  transition: height 0.5s ease, max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.navigation .nav-group.open {
  max-height: 9000px;
}
.navigation .logo {
  display: none;
  background-color:#009ee1;
  padding: 20px;
}
@media (min-width: 47.9375em) {
  .navigation .logo {
    display: block;
  }
}
.navigation .logo IMG {
  width: 80%;
}
.navigation .nav-tabs {
  width: 100%;
  display: table;
}
.navigation .nav-row {
  display: table-row;
  width: 100%;
}
.navigation A.nav-section {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  display: table-cell;
  width: 33.33333333%;
  text-align: center;
  color: white;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.2em;
  padding: 0.5em;
  text-transform: uppercase;
}
.navigation A.nav-section IMG {
  width: 65%;
  margin: auto;
}
.navigation A.nav-section.active {
  color: #0067b1;
  background-color: white;
}
.navigation A.nav-section.active.current-page {
  background-color: transparent;
}
.navigation A.nav-section:hover {
  color: #0067b1;
}
.navigation .subnav {
  width: 100%;
  clear: both;
  background-color: white;
  -webkit-transition: height 0s ease, max-height 0s ease;
  -moz-transition: height 0s ease, max-height 0s ease;
  -o-transition: height 0s ease, max-height 0s ease;
  transition: height 0s ease, max-height 0s ease;
  max-height: 0;
  overflow: hidden;
}
.navigation .subnav > UL {
  padding: 10px 20px;
}
.navigation .subnav .social {
  padding-left: 5px;
  overflow: hidden;
}
.navigation .subnav .social A {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
  background: none;
}
.navigation .subnav .social A:hover {
  background: none;
}
.navigation .subnav .social IMG {
  height: 24px;
  width: 24px;
  margin: 0;
}
.navigation .subnav.open {
  max-height: 3000px;
  -webkit-transition: height 2s ease, max-height 2s ease;
  -moz-transition: height 2s ease, max-height 2s ease;
  -o-transition: height 2s ease, max-height 2s ease;
  transition: height 2s ease, max-height 2s ease;
}
.navigation .subnav LI {
  position: relative;
}
.navigation .subnav LI A.selected {
  background-color: #0067b1;
  color: white;
}
.navigation .subnav LI A.selected.toggle-children:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent white;
}
.navigation .subnav LI.has-sub-items > UL {
  -webkit-transition: height 0.5s ease, max-height 0.5s ease;
  -moz-transition: height 0.5s ease, max-height 0.5s ease;
  -o-transition: height 0.5s ease, max-height 0.5s ease;
  transition: height 0.5s ease, max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
}
.navigation .subnav LI.has-sub-items > UL A {
  text-transform: none;
  padding-left: 3em;
}
.navigation .subnav LI.has-sub-items > UL A.toggle-children {
  padding-left: 2em;
}
.navigation .subnav LI.has-sub-items > UL UL A {
  padding-left: 4.5em;
}
.navigation .subnav LI.has-sub-items > UL UL A.toggle-children {
  padding-left: 4em;
}
.navigation .subnav LI.has-sub-items > UL UL UL A {
  padding-left: 6em;
}
.navigation .subnav LI.has-sub-items > UL UL UL A.toggle-children {
  padding-left: 5.5em;
}
.navigation .subnav LI.has-sub-items > UL UL UL UL A {
  padding-left: 6.5em;
}
.navigation .subnav LI.has-sub-items > UL UL UL UL A.toggle-children {
  padding-left: 7em;
}
.navigation .subnav LI.has-sub-items.open > UL {
  -webkit-transition: height 0.5s ease, max-height 0.5s ease;
  -moz-transition: height 0.5s ease, max-height 0.5s ease;
  -o-transition: height 0.5s ease, max-height 0.5s ease;
  transition: height 0.5s ease, max-height 0.5s ease;
  max-height: 8500px;
}
.navigation .subnav LI.has-sub-items.open > UL > LI.open:first-child A {
  border-top: none;
}
.navigation .subnav LI.has-sub-items.open > A {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.navigation .subnav LI.has-sub-items.open > A.toggle-children {
  border: none;
}
.navigation .subnav LI.has-sub-items.open > A.toggle-children:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.navigation .subnav A {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 0.86667em;
  line-height: 1.84615em;
  line-height: 16px;
  font-weight: normal;
  color: #0067b1;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0.6em 1em 0.5em 2.25em;
}
.navigation .subnav A:hover {
  color:#009ee1;
}
.navigation .subnav A.toggle-children {
  position: absolute;
  top: 0;
  font-size: 0.75em;
  left: 0;
  height: 1.7em;
  padding: 1em 1em 0;
  background-color: transparent !important;
}
.navigation .subnav A.toggle-children:before {
  font-family: Arial, sans-serif;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0067b1;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

#alert {
  background-color: #f26529;
  color: white;
  padding: 7px 0 10px;
}
@media (min-width: 75em) {
  #alert {
    padding: 15px 0;
  }
}
#alert DIV {
  height: 20px;
  overflow: hidden;
}
@media (min-width: 62.5em) {
  #alert DIV {
    height: auto;
  }
}
#alert A {
  color: white;
}
#alert .more {
  margin-top: 10px;
  background-image: url(../../../library/images/icons/toggle-1.png);
  background-position: center left;
  background-repeat: no-repeat;
  width: 4.5%;
  min-width: 17px;
  height: 9px;
  display: block;
  float: right;
}
@media (min-width: 62.5em) {
  #alert .more {
    display: none !important;
  }
}
#alert.active DIV {
  overflow: visible;
  height: auto;
}
#alert.active .more {
  background-image: url(../../../library/images/icons/toggle-0.png);
}
#alert A.btn:hover {
  background-color: #f26529;
}

#homeContent {
  position: relative;
  top: -1px;
  /* hack in the event there are no alerts*/
}
#homeContent:before {
  content: '';
  display: block;
  height: 1px;
}
@media (min-width: 40.3125em) {
  #homeContent {
    margin-top: 45px;
    position: static;
  }
}
#homeContent #slideNav {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 120px;
  /*#swipe {
  	@include at-breakpoint($iphone-landscape) { 
  		display: none;
  	}
  	@include adjust-font-size-to(14px);
  	line-height: 62px;
  	color: $white;
  	text-transform: uppercase;
  	position: absolute;
  	top: 47px;
  	z-index: 1;
  	width: 100%;
  	text-align: center;
  }*/
}
@media (min-width: 40.3125em) {
  #homeContent #slideNav {
    left: 50%;
    bottom: 340px;
    margin-left: -50px;
    width: 100px;
    height: 0;
  }
  #homeContent #slideNav.lockHeight {
    position: relative;
    top: 260px;
    bottom: auto;
  }
}
#homeContent #slideNav #prevslide,
#homeContent #slideNav #nextslide {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 50px;
  height: 120px;
  cursor: pointer;
}
#homeContent #slideNav #prevslide {
  left: 0;
  background: url(../../../library/images/common/prev-home.png) center center no-repeat;
}
@media (min-width: 40.3125em) {
  #homeContent #slideNav #prevslide {
    background: url(../../../library/images/common/prev-new.png);
    width: 25px;
    height: 25px;
  }
}
#homeContent #slideNav #pauseplay {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  margin-left: -12px;
  cursor: pointer;
  display: none;
  z-index: 2;
}
@media (min-width: 40.3125em) {
  #homeContent #slideNav #pauseplay {
    display: block;
  }
}
#homeContent #slideNav #nextslide {
  right: 0;
  background: url(../../../library/images/common/next-home.png) center center no-repeat;
}
@media (min-width: 40.3125em) {
  #homeContent #slideNav #nextslide {
    background: url(../../../library/images/common/next-new.png);
    width: 25px;
    height: 25px;
  }
}
#homeContent .logo {
  display: none;
}
@media (min-width: 40.3125em) {
  #homeContent .logo {
    display: block;
  }
}
#homeContent .containerWrap {
  position: relative;
  padding: 0 55px;
  min-height: 120px;
  min-width: 210px;
  background-color: rgba(0, 0, 0, 0.4);
}
@media (min-width: 40.3125em) {
  #homeContent .containerWrap {
    background: none;
    padding: 0 15px;
    min-height: 0;
  }
}
#homeContent .block {
  position: relative;
  z-index: 1;
  height: 120px;
  margin: auto;
}
@media (min-width: 40.3125em) {
  #homeContent .block {
    padding-right: 0;
  }
}
#homeContent .block H1 {
  display: none;
  padding-right: 75px;
  font-size: 1.46667em;
  line-height: 2.18182em;
  line-height: 24px;
  /*word-wrap: break-word;*/
  color: white;
}
@media (min-width: 40.3125em) {
  #homeContent .block H1 {
    display: block;
    font-size: 4.66667em;
    line-height: 1.37143em;
    line-height: 55px;
    margin: 25px 0 10px;
  }
}
#homeContent .block H1.mobile {
  display: block;
}
@media (min-width: 40.3125em) {
  #homeContent .block H1.mobile {
    display: none;
  }
}
#homeContent .block H2 {
  display: none;
  padding-right: 75px;
  font-size: 1.06667em;
  line-height: 1.5em;
  line-height: 16px;
  word-wrap: break-word;
  color: white;
}
@media (min-width: 40.3125em) {
  #homeContent .block H2 {
    display: block;
    font-size: 2.66667em;
    line-height: 1.2em;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
#homeContent .block H2.mobile {
  display: block;
}
@media (min-width: 40.3125em) {
  #homeContent .block H2.mobile {
    display: none;
  }
}
#homeContent .block .btn {
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 30px;
  margin-top: -25px;
  padding: 11px 5px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  display: inline-block;
  vertical-align: middle;
  color: white;
}
@media (min-width: 40.3125em) {
  #homeContent .block .btn {
    position: static;
    width: auto;
    text-align: left;
    line-height: 30px;
    padding: 3px 10px;
  }
}
#homeContent .block .btn:hover {
  background:#009ee1;
}
#homeContent #mobileNavigation {
  margin-top: 50px;
  width: 100%;
  z-index: 10;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
@media (min-width: 40.3125em) {
  #homeContent #mobileNavigation {
    display: none;
  }
}
#homeContent #mobileNavigation .social {
  padding-left: 23px;
}
#homeContent #mobileNavigation .social A {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
  background: none;
}
#homeContent #mobileNavigation .social A:hover {
  background: none;
}
#homeContent #mobileNavigation .social IMG {
  height: 24px;
  width: 24px;
  margin: 0;
}
#homeContent #mobileNavigation UL {
  position: relative;
  background: rgba(193, 216, 47, 0.75);
  overflow: hidden;
}
#homeContent #mobileNavigation UL LI {
  display: block;
  width: 33.3%;
  float: left;
}
#homeContent #mobileNavigation UL LI + LI + LI {
  clear: none;
}
#homeContent #mobileNavigation UL LI + LI + LI + LI {
  clear: both;
}
#homeContent #mobileNavigation UL LI + LI + LI + LI + LI {
  clear: none;
}
#homeContent #mobileNavigation UL LI A {
  font-family: 'Frutiger Next Bold';
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
  padding: 13px 5px;
  min-height: 118px;
  /*&.expanded, &.expanded:hover {
  	background-image: url(../../../library/images/common/list-arrow-2.png);
  	background-color: $blue;
  	color: $white;
  }*/
}
#homeContent #mobileNavigation UL LI A IMG {
  width: 50%;
  margin: 5px auto;
}
#homeContent #mobileNavigation UL LI A IMG[alt="Outage Map"] {
  width: 65%;
}
#homeContent #mobileNavigation UL LI A.active {
  background-color: white;
  color: #0067b1;
}
#homeContent #mobileNavigation UL LI UL {
  background-color: white;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  padding: 12px 0;
}
#homeContent #mobileNavigation UL LI UL LI {
  display: block !important;
  float: none !important;
  width: 100% !important;
}
#homeContent #mobileNavigation UL LI UL LI A {
  background-color: white;
  /*background-image: url(../../../library/images/common/list-arrow-0.png);
  background-position: 20px 12px;
  background-repeat: no-repeat;
  background-size: auto;*/
  padding: 8px 0 8px 35px;
  color: #0067b1;
  display: block;
  text-align: left;
  min-height: 0;
}
#homeContent #mobileNavigation UL LI UL LI UL {
  position: relative;
  top: 0;
  left: 0;
  background-color: #0067b1;
  border-left: none;
  border-right: none;
  width: 90% !important;
  padding: 10px 5%;
}
#homeContent #mobileNavigation UL LI UL LI UL LI A {
  color: white;
  background-color: #0067b1;
  /*background-image: url(../../../library/images/common/list-arrow-1.png);*/
  text-transform: none;
  font-family: 'Frutiger Next Regular';
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount {
  color: #464646;
  background: white;
  padding: 15px 25px;
  font-size: 0.93333em;
  line-height: 1.71429em;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount .btn {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  color: white;
  border: none;
  text-align: center;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount .btn:hover {
  background:#009ee1;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount INPUT {
  border: 1px solid #464646;
  background-color: white;
  color: #7d7d7d;
  margin: 2px 0;
  padding: 4px 8px;
  width: 48.68374%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount INPUT.btn {
  width: 31.57832%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
  margin-top: 0;
  cursor: pointer;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount .small {
  font-size: 0.93333em;
  line-height: 1.71429em;
  width: 53.68374%;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount .small A {
  padding: 0;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount .small .btn {
  float: none;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount A {
  font-family: 'Frutiger Next Regular';
  font-size: 0.93333em;
  line-height: 1.71429em;
  color: #464646;
  text-transform: none;
  font-weight: normal;
  display: inline;
  height: auto;
  text-decoration: underline;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount A:hover {
  text-decoration: none;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount A.btn {
  width: 31.57832%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-top: 3px;
  text-decoration: none;
}
#homeContent #mobileNavigation UL LI UL LI.manage #manageAccount H3 {
  font-size: 1.13333em;
  line-height: 1.41176em;
  color: #0067b1;
  margin: 0;
}
#homeContent #homeNavigation {
  display: none;
  background: rgba(193, 216, 47, 0.75);
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  bottom: 50px;
  padding: 10px 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation {
    display: block;
  }
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation {
    bottom: 90px;
    height: 185px;
    padding: 0;
  }
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation {
    height: 195px;
  }
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation.lockHeight {
    margin-top: 130px;
    margin-bottom: 40px;
    position: relative;
  }
}
#homeContent #homeNavigation .social {
  padding-left: 23px;
}
#homeContent #homeNavigation .social A {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
  background: none;
}
#homeContent #homeNavigation .social A:hover {
  background: none;
}
#homeContent #homeNavigation .social IMG {
  height: 24px;
  width: 24px;
  margin: 0;
}
#homeContent #homeNavigation > UL {
  padding: 0;
  min-height: 0;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL {
    padding: 0 15px;
  }
}
#homeContent #homeNavigation > UL.containerWrap {
  position: static;
}
#homeContent #homeNavigation > UL > LI {
  float: left;
  width: 31%;
  padding-left: 5px;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI {
    width: 15%;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI {
    padding-left: 0;
    padding-right: 5px;
    width: 12%;
  }
  #homeContent #homeNavigation > UL > LI.manage {
    float: right;
    width: 36%;
    padding-right: 0;
  }
  #homeContent #homeNavigation > UL > LI.manage > A {
    display: none;
  }
}
#homeContent #homeNavigation > UL > LI A {
  display: block;
  height: 125px;
  padding: 0;
  font-size: 0.93333em;
  line-height: 1.71429em;
  line-height: 18px;
  font-family: 'Frutiger Next Bold';
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI A {
    font-size: 0.8em;
  }
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI A {
    padding: 25px 5px 35px;
  }
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI A {
    padding: 25px 5px 45px;
    font-size: 1em;
  }
}
#homeContent #homeNavigation > UL > LI A:hover {
  color: #0067b1;
}
#homeContent #homeNavigation > UL > LI A.active {
  background-color: white;
  color: #0067b1;
}
#homeContent #homeNavigation > UL > LI A IMG {
  width: 50%;
  margin: 0 auto 15px;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI A IMG {
    width: 70%;
  }
}
#homeContent #homeNavigation > UL > LI A IMG[alt='Outage Map'] {
  width: 100%;
  max-height: 100%;
  margin: 0 auto 11px;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI A IMG[alt='Outage Map'] {
    max-height: 60%;
  }
}
#homeContent #homeNavigation > UL > LI A.expanded, #homeContent #homeNavigation > UL > LI A.expanded:hover {
  background-image: url(../../../library/images/common/list-arrow-2.png);
  background-color:#009ee1;
  color: white;
}
#homeContent #homeNavigation > UL > LI DIV {
  position: absolute;
  left: 0;
  bottom: 185px;
  background: white;
  width: 100%;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI DIV {
    bottom: 195px;
  }
}
#homeContent #homeNavigation > UL > LI #manageAccount {
  color: #464646;
  display: none;
  background: white;
  width: 320px;
  float: right;
  padding: 20px 25px 25px 25px;
  right: 0;
  left: auto;
  font-size: 0.93333em;
  line-height: 1.71429em;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI #manageAccount {
    display: block !important;
    position: static;
    background: rgba(119, 144, 0, 0.55);
    width: auto;
    color: white;
    padding: 10px;
    margin: 17px 0;
  }
}
#homeContent #homeNavigation > UL > LI #manageAccount .btn {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
  color: white;
  border: none;
}
#homeContent #homeNavigation > UL > LI #manageAccount .btn:hover {
  background:#009ee1;
}
#homeContent #homeNavigation > UL > LI #manageAccount INPUT {
  border: 1px solid #464646;
  background-color: white;
  color: #7d7d7d;
  margin: 2px 0;
  padding: 4px 8px;
  width: 48.68374%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI #manageAccount INPUT {
    border: none;
  }
}
#homeContent #homeNavigation > UL > LI #manageAccount INPUT.btn {
  width: 31.57832%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
  margin-top: 0;
  cursor: pointer;
}
#homeContent #homeNavigation > UL > LI #manageAccount .small {
  font-size: 0.93333em;
  line-height: 1.71429em;
  width: 53.68374%;
}
#homeContent #homeNavigation > UL > LI #manageAccount .small A {
  padding: 0;
}
#homeContent #homeNavigation > UL > LI #manageAccount .small .btn {
  float: none;
  padding: 4px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#homeContent #homeNavigation > UL > LI #manageAccount A {
  font-family: 'Frutiger Next Regular';
  font-size: 0.93333em;
  line-height: 1.71429em;
  color: #464646;
  text-transform: none;
  font-weight: normal;
  display: inline;
  height: auto;
  text-decoration: underline;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI #manageAccount A {
    color: white;
  }
}
#homeContent #homeNavigation > UL > LI #manageAccount A:hover {
  text-decoration: none;
}
#homeContent #homeNavigation > UL > LI #manageAccount A.btn {
  width: 31.57832%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-top: 3px;
  text-decoration: none;
}
#homeContent #homeNavigation > UL > LI #manageAccount H3 {
  font-size: 1.13333em;
  line-height: 1.41176em;
  color: #0067b1;
  margin: 0;
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI #manageAccount H3 {
    color: white;
  }
}
#homeContent #homeNavigation > UL > LI UL {
  bottom: 0;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI UL {
    -moz-column-count: 3;
    -moz-column-gap: 0px;
    -webkit-column-count: 3;
    -webkit-column-gap: 0px;
    column-count: 3;
    column-gap: 0px;
  }
}
@media (min-width: 62.5em) {
  #homeContent #homeNavigation > UL > LI UL {
    width: 1000px;
  }
}
@media (min-width: 40.3125em) {
  #homeContent #homeNavigation > UL > LI UL LI {
    display: inline-block;
    width: 100%;
  }
}
#homeContent #homeNavigation > UL > LI UL LI A {
  font-size: 0.93333em;
  line-height: 1.71429em;
  background-position: 20px 14px;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 8px 0 8px 35px;
  color: #0067b1;
  display: block;
  text-align: left;
  height: auto;
}
#homeContent #homeNavigation > UL > LI UL LI A:hover {
  background-color: #0067b1;
  color: white;
}
#homeContent #homeNavigation > UL > LI UL LI.submenu A {
  background-image: url(../../../library/images/common/list-arrow-0.png);
}
#homeContent #homeNavigation > UL > LI UL LI.submenu A:hover {
  background-image: url(../../../library/images/common/list-arrow-1.png);
}

.lt-ie10 #homeContent #homeNavigation > UL > LI UL LI {
  display: inline;
  width: auto;
  width: 31.57832%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
}
.lt-ie10 #homeContent #homeNavigation > UL > LI UL LI:nth-child(3n) {
  width: 31.57832%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
}

.toggleAdvancedSearchWrapper {
  display: none;
}

.basicSearch {
  padding: 12px;
  background:#009ee1;
  overflow: hidden;
}
.basicSearch input {
  float: left;
  width: 76%;
  margin: 0;
  padding: 0 2%;
}
.basicSearch button {
  float: left;
  display: block;
  width: 20%;
  height: 30px;
  margin: 0px;
  padding: 0 2%;
  font-size: .7em;
  line-height: 30px;
  color: white;
  background: #00a94f;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}
@media (min-width: 62.5em) {
  .basicSearch button {
    font-size: .9em;
  }
}
.basicSearch button span.ui-button-text {
  padding: 0;
}
.basicSearch button:hover {
  background: #0067b1;
}
.basicSearch .toggleAdvancedSearchWrapper a {
  color: white;
  text-decoration: none;
}

#innerContent .navigation {
  display: none;
}
@media (min-width: 47.9375em) {
  #innerContent .navigation {
    display: inline;
  }
}
#innerContent.containerWrap {
  width: 100%;
  padding: 0;
}
@media (min-width: 47.9375em) {
  #innerContent.containerWrap {
    width: auto;
    padding: 0 10px;
  }
}
@media (min-width: 47.9375em) {
  #innerContent {
    margin-top: 1.334em;
  }
}
#innerContent .btn {
    margin: 0 auto;
    width: 60%;
    height: 50px;
    background-color: #296ec6;
    border-radius: .5rem;
    border: none;
    color: #fff;
    font-size: 1em;
    margin-top: 10px;
}
#innerContent .btn:hover {
  background:#009ee1;
}
#innerContent #navigation {
  width: 100%;
  z-index: 10;
}
@media (min-width: 47.9375em) {
  #innerContent #navigation {
    display: none;
  }
}
#innerContent #navigation UL.menuroot {
  position: relative;
  background-color:#009ee1;
  overflow: hidden;
}
#innerContent #navigation UL.menuroot LI {
  position: relative;
  display: none;
  width: 50%;
  float: left;
  background-color: white;
  /*&.expanded {
  	> A, > A:hover {
  		background-color: $blue;
  		color: $white;
  	}
  	UL {
  		display: block;
  	}
  }*/
}
#innerContent #navigation UL.menuroot LI.social {
  padding-left: 23px;
  overflow: hidden;
  width: auto !important;
}
#innerContent #navigation UL.menuroot LI.social A {
  height: 24px;
  width: 24px;
  padding: 0;
  margin: 0;
  float: left;
  margin-left: 1em;
  margin-top: 0.5em;
  background: none;
}
#innerContent #navigation UL.menuroot LI.social A:hover {
  background: none;
  box-shadow: none;
}
#innerContent #navigation UL.menuroot LI.social IMG {
  height: 24px;
  width: 24px;
  margin: 0;
}
#innerContent #navigation UL.menuroot LI + LI + LI {
  clear: both;
}
#innerContent #navigation UL.menuroot LI + LI + LI + LI {
  clear: none;
}
#innerContent #navigation UL.menuroot LI + LI + LI + LI + LI {
  clear: both;
}
#innerContent #navigation UL.menuroot LI + LI + LI + LI + LI + LI {
  clear: none;
}
#innerContent #navigation UL.menuroot LI A {
  font-family: 'Frutiger Next Bold';
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background-color:#009ee1;
  display: block;
  line-height: 18px;
  padding: 8px 5px 7px 5px;
  min-height: 134px;
}
#innerContent #navigation UL.menuroot LI A IMG {
  width: 70%;
  margin: 10px auto;
}
#innerContent #navigation UL.menuroot LI UL {
  display: none;
}
#innerContent #navigation UL.menuroot LI .menuToggle {
  position: absolute;
  left: 0;
  top: 0;
  padding: 13px;
  cursor: pointer;
}
#innerContent #navigation UL.menuroot LI .menuToggle:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #0067b1;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#innerContent #navigation UL.menuroot LI .active .menuToggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#innerContent #navigation UL.menuroot LI .active > A {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
#innerContent #navigation UL.menuroot LI .active UL .menuToggle:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#innerContent #navigation UL.menuroot LI .active UL .active:first-child > A {
  border-top: none;
}
#innerContent #navigation UL.menuroot LI .active UL .active > .menuToggle:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#innerContent #navigation UL.menuroot LI .active UL .active > A {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
#innerContent #navigation UL.menuroot LI.selected {
  border-bottom: 1px solid#009ee1;
  display: block;
  width: 100%;
  height: auto !important;
}
#innerContent #navigation UL.menuroot LI.selected > A, #innerContent #navigation UL.menuroot LI.selected.active {
  color: white;
  background-color:#009ee1;
  font-size: 1em;
  line-height: 1.6em;
  min-height: 0;
  text-align: left;
  position: relative;
}
#innerContent #navigation UL.menuroot LI.selected > A:after, #innerContent #navigation UL.menuroot LI.selected.active:after {
  position: absolute;
  top: 15px;
  right: 15px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: white transparent transparent transparent;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#innerContent #navigation UL.menuroot LI.selected > A IMG, #innerContent #navigation UL.menuroot LI.selected.active IMG {
  float: left;
  width: 23px;
  margin: 0 10px;
}
#innerContent #navigation UL.menuroot LI.selected > .active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#innerContent #navigation UL.menuroot LI.selected > UL {
  padding: 10px 20px;
}
#innerContent #navigation UL.menuroot LI > UL {
  background-color: white;
  top: 48px !important;
  left: 0;
  position: static;
}
#innerContent #navigation UL.menuroot LI > UL LI {
  display: block !important;
  float: none !important;
  width: 100% !important;
}
#innerContent #navigation UL.menuroot LI > UL LI A {
  background-color: white;
  padding: 8px 0 8px 35px;
  color: #0067b1;
  display: block;
  text-align: left;
  min-height: 0;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI .menuToggle {
  left: 21px;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI A {
  padding-left: 55px;
  text-transform: none;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI UL LI .menuToggle {
  left: 41px;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI UL LI A {
  padding-left: 75px;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI UL UL LI .menuToggle {
  left: 61px;
}
#innerContent #navigation UL.menuroot LI > UL LI UL LI UL UL LI A {
  padding-left: 95px;
}
#innerContent #callouts {
  clear: both;
  padding: 0 10px 80px;
}
@media (min-width: 47.9375em) {
  #innerContent #callouts {
    padding: 0 0 80px;
    clear: left;
    width: 31.57832%;
    float: left;
    margin-right: 2.63251%;
  }
}
#innerContent #callouts A {
  background-color: #0067b1;
  color: white;
  font-size: 1.26667em;
  line-height: 1.26316em;
  text-decoration: none;
  display: block;
  padding: 15px;
  margin-top: 1.0005em;
}
@media (min-width: 47.9375em) {
  #innerContent #callouts A {
    margin-top: 1.334em;
  }
}
#innerContent #callouts DIV {
  width: 100%;
}
#innerContent #content {
  margin-top: 15px;
  padding: 0 10px;
  /*overflow: hidden;*/
}
@media (min-width: 47.9375em) {
  #innerContent #content {
    margin-top: 0;
    padding: 0 0 80px;
    width: 65.78916%;
    float: right;
    margin-right: 0;
  }
}
#innerContent #content > DIV > DIV > DIV > UL > LI {
  background: none;
  list-style: none;
}
#innerContent #content.fullPage {
  /*styles to force the content to be fullscreen.*/
  width: 100%;
  float: none;
}
#innerContent #content IMG {
  width: 100%;
}
@media (min-width: 40.3125em) {
  #innerContent #content IMG.alignRight {
    width: 47.99928%;
    float: right;
    margin-right: 0;
    padding: 1.334em 0 0 1.334em;
  }
}
@media (min-width: 40.3125em) {
  #innerContent #content IMG.alignLeft {
    width: 47.99928%;
    float: left;
    margin-right: 4.00144%;
    padding: 1.334em 1.334em 0 0;
  }
}
#innerContent #content OL {
  padding-left: 45px;
}
#innerContent #content OL LI {
  list-style: decimal;
}
#innerContent #content UL {
  padding-left: 25px;
}
#innerContent #content UL LI {
  background-image: url(../../../library/images/common/bullet.png);
  background-position: 0 9px;
  background-repeat: no-repeat;
  padding-left: 15px;
}
#innerContent #content .results ul {
  padding: 0;
}
#innerContent #content .results li {
  margin: 0;
  padding: 20px 10px;
  background: transparent;
  border-top: 1px solid #949495;
  list-style: none;
}
#innerContent #content .results li:first-child {
  margin-top: 0;
  border: none;
}
#innerContent #content .results li .url {
  display: none;
}
#innerContent #content .results li .date {
  font-size: .9em;
  color: #949495;
}
#innerContent #content #slideshowWrap {
  display: block;
  position: relative;
  height: 347px;
  width: 100%;
  overflow: hidden;
}
#innerContent #content #slideshowWrap #slideshowNav {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 40.3125em) {
  #innerContent #content #slideshowWrap #slideshowNav {
    background: none;
    bottom: 20px;
  }
}
@media (min-width: 62.5em) {
  #innerContent #content #slideshowWrap #slideshowNav {
    bottom: 50px;
  }
}
#innerContent #content #slideshowWrap #slideshowNav .swipe {
  display: block;
  line-height: 40px;
  color: white;
  text-align: center;
}
@media (min-width: 40.3125em) {
  #innerContent #content #slideshowWrap #slideshowNav .swipe {
    display: none;
  }
}
#innerContent #content #slideshowWrap #slideshowNav .prev {
  float: left;
  width: 40px;
  height: 40px;
  background-image: url(../../../library/images/common/prev-0.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 80%;
}
@media (min-width: 40.3125em) {
  #innerContent #content #slideshowWrap #slideshowNav .prev {
    background-image: url(../../../library/images/common/prev-1.png);
    width: 49px;
    height: 59px;
    background-size: 100%;
  }
  #innerContent #content #slideshowWrap #slideshowNav .prev:hover {
    background-image: url(../../../library/images/common/prev-2.png);
  }
}
#innerContent #content #slideshowWrap #slideshowNav .next {
  float: right;
  background-image: url(../../../library/images/common/next-0.png);
  width: 40px;
  height: 40px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media (min-width: 40.3125em) {
  #innerContent #content #slideshowWrap #slideshowNav .next {
    background-image: url(../../../library/images/common/next-1.png);
    width: 49px;
    height: 59px;
    background-size: 100%;
  }
  #innerContent #content #slideshowWrap #slideshowNav .next:hover {
    background-image: url(../../../library/images/common/next-2.png);
  }
}
#innerContent #content #slideshowWrap #slideshow UL {
  padding: 0;
  position: relative;
}
#innerContent #content #slideshowWrap #slideshow UL LI {
  background: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#innerContent #content #slideshowWrap #slideshow UL LI .block {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}
@media (min-width: 475px) {
  #innerContent #content #slideshowWrap #slideshow UL LI .block {
    top: 20px;
    left: 20px;
    width: 250px;
  }
}
@media (min-width: 62.5em) {
  #innerContent #content #slideshowWrap #slideshow UL LI .block {
    top: 40px;
    left: 40px;
  }
}
#innerContent #content #slideshowWrap #slideshow H2 {
  font-size: 1.6em;
  line-height: 2em;
  line-height: 24px;
  margin-bottom: 5px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
  color: white;
}
@media (min-width: 475px) {
  #innerContent #content #slideshowWrap #slideshow H2 {
    font-size: 2.4em;
    line-height: 1.33333em;
    line-height: 36px;
    margin-bottom: 10px;
  }
}
@media (min-width: 62.5em) {
  #innerContent #content #slideshowWrap #slideshow H2 {
    font-size: 2.66667em;
    line-height: 1.2em;
    line-height: 40px;
  }
}
#innerContent #content #slideshowWrap #slideshow .btn {
  margin-top: 0;
}
@media (min-width: 62.5em) {
  #innerContent #content #slideshowWrap #slideshow .btn {
    margin-top: 10px;
  }
  #innerContent #content #slideshowWrap #slideshow .btn:hover {
    background-color:#009ee1;
  }
}
#innerContent #content .callout {
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 20px;
}
@media (min-width: 47.9375em) {
  #innerContent #content .callout {
    margin-top: 30px;
    border-bottom: none;
    padding-bottom: 0;
    width: 47.99928%;
    float: left;
    margin-right: 4.00144%;
    clear: both;
  }
  #innerContent #content .callout.omega {
    width: 47.99928%;
    float: right;
    margin-right: 0;
    clear: none;
  }
}
#innerContent #content .callout P {
  display: none;
  margin: 5px 0;
}
@media (min-width: 47.9375em) {
  #innerContent #content .callout P {
    display: block;
  }
}
#innerContent #content .callout IMG {
  width: 34.9991%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  margin-left: 10px;
}
@media (min-width: 47.9375em) {
  #innerContent #content .callout IMG {
    width: 45.83177%;
    float: right;
    margin-right: 0;
  }
}
#innerContent #content .callout H3 {
  text-transform: none;
  margin-bottom: 5px;
  font-size: 1.73333em;
  line-height: 1.84615em;
  line-height: 26px;
}
#innerContent #content .callout H3 A {
  text-decoration: none;
}
@media (min-width: 47.9375em) {
  #innerContent #content .callout H3 {
    font-size: 1.33333em;
    line-height: 1.2em;
    line-height: 20px;
  }
}
@media (min-width: 62.5em) {
  #innerContent #content .callout H3 {
    font-size: 1.2em;
    line-height: 1.33333em;
    line-height: 18px;
  }
}
#innerContent #content .callout .btn {
  margin-top: 25px;
}
@media (min-width: 47.9375em) {
  #innerContent #content .callout .btn {
    margin-top: 15px;
  }
}
@media (min-width: 62.5em) {
  #innerContent #content .callout .btn {
    margin-top: 5px;
  }
  #innerContent #content .callout .btn:hover {
    background-color:#009ee1;
  }
}

@media (max-width: 645px) {
  body.active {
    position: static;
  }
  body.active #wrap {
    display: none;
  }
  body.active #footer {
    position: relative;
  }
  body.active #latestNews {
    display: none;
  }
  body.active #sitemapContent {
    height: auto !important;
  }
}
@media (min-width: 40.3125em) {
  #myAccount .column-a {
    /* Added by Yonathan Medemdemia */
    /*width: 48.68374%;*/
    width:53.68374%;
    float: left;
    margin-right: 2.63251%;
  }
}
@media (min-width: 40.3125em) {
  #myAccount .column-b {
    /* Added by Yonathan Medemdemia */
    /*width: 48.68374%;*/
    width:43.68374%;
    float: right;
    margin-right: 0;
  }
}
#myAccount .grn-btn {
  margin-bottom: 15px;
}
@media (min-width: 40.3125em) {
  #myAccount .grn-btn {
    margin-bottom: 0;
  }
}
#myAccount .account-block {
  *zoom: 1;
  background-color: #dfdfdf;
  margin-bottom: 15px;
}
#myAccount .account-block:before, #myAccount .account-block:after {
  content: " ";
  display: table;
}
#myAccount .account-block:after {
  clear: both;
}
#myAccount .account-block .savings-msg {
  margin: 0 25px;
  padding: 20px 0;
  border-top: 1px solid #9e9898;
}
#myAccount .account-block .savings-msg strong {
  color: #0067b1;
}
#myAccount .account-block .btn {
  margin: 0 0 24px 24px;
  margin-top: 0;
}
#myAccount .account-block .header {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  display: block;
  background-color:#009ee1;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 15px;
}
#myAccount .account-block .snapshot {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  margin-bottom: 0;
  font-size: 13px;
}
#myAccount .account-block .snapshot tr td:nth-child(2) {
  text-align: right;
  vertical-align: top;
}
#myAccount .account-block .snapshot td .acct-lbl {
  color: #0067b1;
}
#myAccount .account-block .icons {
  *zoom: 1;
  position: relative;
  padding-left: 0 !important;
  list-style: none;
}
#myAccount .account-block .icons:before, #myAccount .account-block .icons:after {
  content: " ";
  display: table;
}
#myAccount .account-block .icons:after {
  clear: both;
}
#myAccount .account-block .icons img {
  width: auto !important;
  text-align: center;
  margin: 10px auto;
}
#myAccount .account-block .icons li {
  width: 33.3%;
  float: left;
  background-image: none !important;
  padding-left: 0 !important;
}
#myAccount .account-block .icons li a {
  padding: 13px 5px;
  min-height: 118px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 13px;
  color: #0067b1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  line-height: 18px;
}
#myAccount .account-block .icons li a:hover {
  color:#009ee1;
}
#myAccount .snapshot-wrap {
  padding: 20px;
}
#myAccount .news-block {
  margin-top: 15px;
  border-bottom: 1px solid #9e9898;
}
#myAccount .news-block:first-child {
  margin-top: 0;
}
#myAccount .news-block:last-child {
  border-bottom: none;
}
#myAccount .news-block h2 {
  color: #0067b1;
  text-transform: none;
}
#myAccount .news-block .btn {
  margin-bottom: 15px;
}

#footer {
    /*position: fixed;*/ /*Modified by Yonathan */
  bottom: 0;
  z-index: 11;
  width: 100%;
  height: 50px;
  background-color:#c1d82f;
  color: white;
}
@media (min-width: 40.3125em) {
  #footer {
    position: relative;
    bottom: auto;
  }
  #footer.active {
    position: relative;
    bottom: auto;
  }
}
#footer A {
  color: white;
  text-decoration: none;
}
@media (min-width: 62.5em) {
  #footer A:hover {
    background-color: #0067b1;
  }
}
#footer #footerWrap {
  width: 100%;
  background-color:#c1d82f;
}
#footer #footerWrap .containerWrap {
  padding: 0;
  *zoom: 1;
}
#footer #footerWrap .containerWrap:before, #footer #footerWrap .containerWrap:after {
  content: " ";
  display: table;
}
#footer #footerWrap .containerWrap:after {
  clear: both;
}
#footer #footerNav {
  position: relative;
  float: left;
  width: 160px;
  margin-right: 0;
}
@media (min-width: 40.3125em) {
  #footer #footerNav {
    width: 82%;
  }
}
@media (min-width: 47.9375em) {
  #footer #footerNav {
    width: 65.78916%;
    float: left;
    margin-right: 2.63251%;
    width: 70%;
    margin-right: 0;
  }
}
#footer #footerNav LI {
  display: none;
  margin-left: 3px;
}
@media (min-width: 40.3125em) {
  #footer #footerNav LI {
    display: inline-block;
  }
}
#footer #footerNav LI:first-child {
  display: block;
}
@media (min-width: 62.5em) {
  #footer #footerNav LI:first-child {
    display: inline-block;
  }
}
#footer #footerNav LI:first-child A:hover {
  background-color:#009ee1;
  cursor: default;
}
#footer #footerNav LI.stockInfo {
  float: left;
}
#footer #footerNav LI.stockInfo .toggle {
  position: relative;
}
#footer #footerNav LI.stockInfo .toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4.5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent white transparent;
  -webkit-transform-origin: 9px 4.5px;
  -moz-transform-origin: 9px 4.5px;
  -ms-transform-origin: 9px 4.5px;
  -o-transform-origin: 9px 4.5px;
  transform-origin: 9px 4.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#footer #footerNav LI.stockInfo .toggle.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer #footerNav LI A {
  position: relative;
  display: block;
  margin-left: 3px;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
}
@media (min-width: 40.3125em) {
  #footer #footerNav LI A {
    line-height: 25px;
  }
}
@media (min-width: 62.5em) {
  #footer #footerNav LI A {
    line-height: 50px;
  }
  #footer #footerNav LI A:hover {
    background-color: #0067b1;
  }
}
#footer #footerNav LI A:before {
  content: '|';
  position: absolute;
  left: -3px;
}
#footer #footerNav LI A.toggle {
  width: 128px;
  padding-right: 20px;
  padding-left: 10px;
  background-position: 96% 20px;
  background-repeat: no-repeat;
  white-space: nowrap;
}
@media (min-width: 40.3125em) {
  #footer #footerNav LI A.toggle {
    width: auto;
    padding-right: 34px;
  }
}
#footer #footerNav LI A.toggle .value {
  display: none;
}
@media (min-width: 40.3125em) {
  #footer #footerNav LI A.toggle .value {
    display: inline-block;
  }
}
#footer #footerNav LI A.toggle.active {
  background-color: #0067b1;
}
#footer #footerNav LI:first-child A {
  margin: 0;
  text-align: left;
}
#footer #footerNav LI:first-child A:before {
  display: none;
  left: 0;
}
@media (max-width: 999px) {
  #footer #footerNav LI:nth-child(2) A {
    padding-left: 5px;
  }
  #footer #footerNav LI:nth-child(2) A:before {
    display: none;
  }
}
#footer #footerNav LI #holdings {
  display: none;
  position: absolute;
  left: 0;
  bottom: 50px;
  padding-bottom: 10px;
  background-color:#c1d82f;
  text-align: center;
  width: 250px;
  font-size: 0.93333em;
  line-height: 1.71429em;
}
#footer #footerNav LI #holdings TABLE TD {
  padding: 5px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer #footerNav LI #holdings TABLE TD:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#footer #footerNav LI #holdings A {
  display: inline;
  text-decoration: underline;
  padding: 0;
  line-height: 28px;
}
@media (min-width: 62.5em) {
  #footer #footerNav LI #holdings A:hover {
    background-color:#c1d82f;
    text-decoration: none;
  }
}
#footer #footerNav LI #holdings A.btn {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
}
#footer #footerNav LI #holdings A.btn:hover {
  background: #0067b1;
}
#footer #notice {
  display: none;
  margin-right: 0;
}
@media (min-width: 40.3125em) {
  #footer #notice {
    display: block;
    width: 14.47291%;
    float: left;
    margin-right: 2.63251%;
    width: 16.47291%;
  }
}
@media (min-width: 62.5em) {
  #footer #notice {
    width: 14.47291%;
  }
}
#footer #notice H3 {
  position: relative;
  z-index: 5;
  color: white;
  background-image: url(../../../library/images/icons/customer-notices.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 7px 15px 7px 40px;
  font-size: 0.93333em;
  line-height: 1.71429em;
  background-color: #0067b1;
  margin: 0;
  line-height: 18px;
}
@media (min-width: 62.5em) {
  #footer #notice H3 {
    background-position: 15px 10px;
    padding: 7px 15px 7px 45px;
    font-size: 1em;
    line-height: 1.6em;
    line-height: 18px;
  }
}
#footer #noticeContent {
  clear: both;
  background-color: #0067b1;
  font-size: 0.93333em;
  line-height: 1.71429em;
  padding: 10px 15px;
}
@media (min-width: 40.3125em) {
  #footer #noticeContent {
    padding: 20px;
  }
}
#footer #noticeContent H3 {
  position: relative;
  z-index: 5;
  color: white;
  background-image: url(../../../library/images/icons/customer-notices.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  padding: 7px 15px 7px 30px;
  font-size: 0.93333em;
  line-height: 1.71429em;
  background-color: #0067b1;
  margin: 0;
  line-height: 18px;
}
@media (min-width: 40.3125em) {
  #footer #noticeContent H3 {
    display: none;
  }
}
#footer #environment {
  display: none;
}
@media (min-width: 40.3125em) {
  #footer #environment {
    display: inline-block;
    position: relative;
    width: 5.9202%;
    float: right;
    margin-right: 0;
  }
}
#footer #environment A {
  padding: 25px 0;
  display: block;
}
#footer #environment A.toggle {
  background-image: url(../../../library/images/icons/leaf.png);
  background-repeat: no-repeat;
  background-position: center center;
}
#footer #environment A.toggle.active {
  background-color: #0067b1;
}
#footer #environment #environmentContent {
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px 15px;
  right: -60px;
  bottom: 50px;
  font-size: 0.93333em;
  line-height: 1.71429em;
  background-color:#009ee1;
}
#footer #environment #environmentContent .btn {
  text-transform: uppercase;
  text-decoration: none;
  background-color: #0067b1;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 10px;
}
#footer #environment #environmentContent .btn:hover {
  background: #0067b1;
}
#footer #sitemap {
  width: 52px;
}
@media (min-width: 62.5em) {
  #footer #sitemap {
    width: 5.9202%;
    float: right;
    margin-right: 0;
    width: 7.9%;
    max-width: 55px;
  }
}
#footer #sitemap.toggle {
  position: relative;
  display: block;
  float: right;
  padding-right: 25px;
  line-height: 50px;
  text-align: center;
}
#footer #sitemap.toggle:before {
  content: 'Open';
}
#footer #sitemap.toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin: -4.5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent white transparent;
  -webkit-transform-origin: 9px 4.5px;
  -moz-transform-origin: 9px 4.5px;
  -ms-transform-origin: 9px 4.5px;
  -o-transform-origin: 9px 4.5px;
  transform-origin: 9px 4.5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  -o-transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
  transition: all 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
#footer #sitemap.toggle.active {
  background-color: #0067b1;
}
#footer #sitemap.toggle.active:before {
  content: 'Close';
}
#footer #sitemap.toggle.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 62.5em) {
  #footer #sitemap.toggle:hover {
    background-color: #0067b1;
  }
}
#footer #sitemapContent {
  position: static;
  bottom: 50px;
  width: 100%;
  display: none;
  background: white;
  overflow-x: hidden;
  /*overflow-y: scroll;*/
  -webkit-overflow-scrolling: touch;
  /*@media screen and (min-height:819px) and (min-width:1000px) {
  	max-height: 770px;
  	overflow-y: hidden;
  }*/
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent {
    position: absolute;
  }
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent .sitemenu {
    display: none;
  }
}
#footer #sitemapContent .containerWrap {
  padding: 20px;
}
#footer #sitemapContent .close {
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: #0067b1;
  padding: 0 8px;
  cursor: pointer;
  z-index: 12;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent .close {
    position: absolute;
  }
}
#footer #sitemapContent UL {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent UL {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 23%;
    margin: 0 1%;
  }
}
#footer #sitemapContent UL LI A {
  background-position: 5px 10px;
  background-repeat: no-repeat;
  padding: 3px 10px;
  color: #464646;
  display: block;
}
#footer #sitemapContent UL LI A:hover {
  color: #464646;
}
@media (min-width: 62.5em) {
  #footer #sitemapContent UL LI A:hover {
    color: white;
  }
}
#footer #sitemapContent UL LI:first-child A {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.33333em;
  color: #0067b1;
  background: none;
  text-transform: uppercase;
}
#footer #sitemapContent UL LI:first-child A:hover {
  color: white;
  background-color: #0067b1;
}
#footer #sitemapContent #sitemapNav {
  clear: both;
  overflow: hidden;
}
#footer #sitemapContent #sitemapNav UL {
  padding-top: 0;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent #sitemapNav UL {
    width: 100%;
    float: left;
    margin-right: 2.63251%;
  }
}
#footer #sitemapContent #sitemapNav UL LI, #footer #sitemapContent #sitemapNav UL LI:first-child {
  display: block;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent #sitemapNav UL LI, #footer #sitemapContent #sitemapNav UL LI:first-child {
    display: inline-block;
  }
}
#footer #sitemapContent #sitemapNav UL LI A, #footer #sitemapContent #sitemapNav UL LI:first-child A {
  font-size: 1em;
  line-height: 1.6em;
  text-transform: none;
  color: #464646;
  font-family: 'Frutiger Next Regular', Arial, sans-serif;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 23px;
  padding: 11px 0 10px 40px;
  line-height: 20px;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent #sitemapNav UL LI A, #footer #sitemapContent #sitemapNav UL LI:first-child A {
    padding: 16px 0 15px 40px;
  }
}
#footer #sitemapContent #sitemapNav UL LI A:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A:hover {
  color: white;
  background-color: #0067b1;
}
#footer #sitemapContent #sitemapNav UL LI A.outage-center, #footer #sitemapContent #sitemapNav UL LI:first-child A.outage-center {
  background-image: url(../../../library/images/icons/outage-center-1.png);
}
#footer #sitemapContent #sitemapNav UL LI A.outage-center:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A.outage-center:hover {
  background-image: url(../../../library/images/icons/outage-center-0.png);
}
#footer #sitemapContent #sitemapNav UL LI A.contact, #footer #sitemapContent #sitemapNav UL LI:first-child A.contact {
  background-image: url(../../../library/images/icons/contact-1.png);
  padding-left: 35px;
}
#footer #sitemapContent #sitemapNav UL LI A.contact:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A.contact:hover {
  background-image: url(../../../library/images/icons/contact-0.png);
}
#footer #sitemapContent #sitemapNav UL LI A.locations, #footer #sitemapContent #sitemapNav UL LI:first-child A.locations {
  background-image: url(../../../library/images/icons/locations-1.png);
  padding-left: 35px;
}
#footer #sitemapContent #sitemapNav UL LI A.locations:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A.locations:hover {
  background-image: url(../../../library/images/icons/locations-0.png);
}
#footer #sitemapContent #sitemapNav UL LI A.about-us, #footer #sitemapContent #sitemapNav UL LI:first-child A.about-us {
  background-image: url(../../../library/images/icons/about-us-1.png);
  padding-left: 35px;
}
#footer #sitemapContent #sitemapNav UL LI A.about-us:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A.about-us:hover {
  background-image: url(../../../library/images/icons/about-us-0.png);
}
#footer #sitemapContent #sitemapNav UL LI A.newsroom, #footer #sitemapContent #sitemapNav UL LI:first-child A.newsroom {
  background-image: url(../../../library/images/icons/newsroom-1.png);
  padding-left: 35px;
}
#footer #sitemapContent #sitemapNav UL LI A.newsroom:hover, #footer #sitemapContent #sitemapNav UL LI:first-child A.newsroom:hover {
  background-image: url(../../../library/images/icons/newsroom-0.png);
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent #sitemapNav UL LI A:after, #footer #sitemapContent #sitemapNav UL LI:first-child A:after {
    content: '|';
    padding-left: 5px;
    right: -1px;
    position: relative;
    color: #464646;
  }
}
#footer #sitemapContent #sitemapNav UL LI + LI + LI + LI + LI + LI A, #footer #sitemapContent #sitemapNav UL LI:first-child + LI + LI + LI + LI + LI A {
  padding-right: 10px;
}
#footer #sitemapContent #sitemapNav UL LI + LI + LI + LI + LI + LI A:after, #footer #sitemapContent #sitemapNav UL LI:first-child + LI + LI + LI + LI + LI A:after {
  display: none;
}
#footer #sitemapContent #copyright {
  color: #464646;
  padding-left: 10px;
}
#footer #sitemapContent #copyright A {
  padding: 5px 10px;
  color: #464646;
}
#footer #sitemapContent #copyright A:hover {
  color: white;
}
#footer #sitemapContent #copyright .year {
  display: none;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent #copyright .year {
    display: inline;
  }
}
#footer #sitemapContent .social {
  display: none;
}
@media (min-width: 40.3125em) {
  #footer #sitemapContent .social {
    display: block;
    float: right;
    margin-right: 1em;
  }
  #footer #sitemapContent .social a {
    display: inline;
    float: left;
    margin-right: 1em;
  }
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url(../../../library/images/common/overlay-bg.png);
  display: none;
}

#page-links {
  width: 48.68374%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
  font-size: 16px;
  line-height: 22px;
  color: #0067b1;
  display: inline;
  text-transform: uppercase;
}
#page-links a {
  text-decoration: none;
  color: #0067b1;
}
@media (min-width: 62.5em) {
  #page-links {
    padding-top: 0.75em;
  }
}
#page-links #email-page {
  float: left;
}
@media (min-width: 40.3125em) {
  #page-links #email-page {
    width: 23.02561%;
    float: left;
    margin-right: 2.63251%;
  }
}
@media (min-width: 62.5em) {
  #page-links #email-page {
    margin-left: 3.5em;
  }
}
#page-links #email-page a {
  display: block;
  padding-left: 0;
  background-image: url("../../../library/images/press-room/email.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (min-width: 40.3125em) {
  #page-links #email-page a {
    background-image: url("../../../library/images/press-room/email.png");
    background-repeat: no-repeat;
    background-position: left center;
    overflow: visible;
    width: auto;
    height: auto;
    text-indent: 0;
    padding-left: 2em;
  }
}
@media (min-width: 40.3125em) {
  #page-links #print-page {
    clear: both;
    padding-top: 0.5em;
  }
}
@media (min-width: 62.5em) {
  #page-links #print-page {
    float: right;
    padding: 0;
    clear: none;
  }
}
#page-links #print-page a {
  display: block;
  padding-left: 0;
  background-image: url("../../../library/images/press-room/printer.png");
  background-repeat: no-repeat;
  background-position: left center;
  width: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media (min-width: 40.3125em) {
  #page-links #print-page a {
    background-image: url("../../../library/images/press-room/printer.png");
    background-repeat: no-repeat;
    background-position: left center;
    overflow: visible;
    width: auto;
    height: auto;
    text-indent: 0;
    padding-left: 2em;
  }
}

.even {
  background-color: #dfdfdf;
  padding: 25px;
  display: block;
}
.even H3 {
  color: #464646;
  margin-bottom: 0;
  text-transform: none;
}
.even P {
  margin: 0.5em 0 2em 0;
}
.even .button {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  background: #0067b1;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
  margin-top: 1em;
  display: inline-block;
}
@media (min-width: 40.3125em) {
  .even .button {
    font-size: 16px;
  }
}

.odd {
  padding: 25px;
  display: block;
}
.odd H3 {
  color: #464646;
  margin-bottom: 0;
  text-transform: none;
}
.odd P {
  margin: 0.5em 0 2em 0;
}
.odd .button {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  background: #0067b1;
  color: #fff;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  font-size: 16px;
  margin-right: 20px;
  margin-top: 1em;
}

#bread-crumb {
  float: right;
  margin-top: 1em;
}
#bread-crumb a {
  text-decoration: none;
  color: #464646;
  text-transform: uppercase;
  margin: 0 .25em;
}
#bread-crumb a:first-child {
  color: #0067b1;
}

.hide {
  display: none;
}

#articleWrapper img.article-banner {
  max-height: 406px;
}

.ui-autocomplete-input {
  width: 80%;
  border: none;
  height: 30px;
  margin-left: 12px;
  padding: 0px 8px;
  line-height: 30px;
  color: #7d7d7d;
  background-color: white;
}
@media (min-width: 40.3125em) {
  .ui-autocomplete-input {
    width: 90%;
  }
}
@media (min-width: 62.5em) {
  .ui-autocomplete-input {
    width: 80%;
    margin-left: 0;
  }
}

#innerContent #content ul.sitemap-page {
  width: 40.13103%;
  float: left;
  margin-right: 2.63251%;
  display: inline;
  margin-bottom: 1em;
}
#innerContent #content ul.sitemap-page li:first-child {
  background-image: none;
  padding-left: 0;
}
#innerContent #content ul.sitemap-page li:first-child a {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.33333em;
  color: #0067b1;
  background: none;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0;
}

.ui-autocomplete-input {
  width: 80%;
  height: 30px;
  margin-left: 12px;
  padding: 0px 8px;
  line-height: 30px;
  color: #7d7d7d;
  background-color: #fff;
  border: none;
}

.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.rates-table {
  *zoom: 1;
  font-size: 0.93333em;
  line-height: 1.71429em;
  width: 100%;
}
.rates-table:before, .rates-table:after {
  content: " ";
  display: table;
}
.rates-table:after {
  clear: both;
}
@media (min-width: 47.9375em) {
  .rates-table {
    display: table;
  }
}
.rates-table UL {
  margin: 10px 0 0;
  padding: 0 !important;
  display: block;
  width: 100%;
}
@media (min-width: 47.9375em) {
  .rates-table UL {
    display: table-row;
  }
}
.rates-table UL LI {
  white-space: nowrap;
  list-style: none;
  padding: 0 !important;
  margin: 0;
  border-bottom: 1px solid white;
  background-image: none !important;
}
@media (min-width: 47.9375em) {
  .rates-table UL LI {
    padding: 5px 10px !important;
    white-space: normal;
    display: table-cell;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
}
.rates-table UL LI LABEL {
  background-color:#009ee1;
  color: white;
  padding: 5px 10px;
  margin-right: 10px;
  display: inline-block;
  width: 60%;
  border-right: 1px solid white;
}
@media (min-width: 47.9375em) {
  .rates-table UL LI LABEL {
    display: none;
  }
}
.rates-table .rates-table-header {
  display: none;
}
@media (min-width: 47.9375em) {
  .rates-table .rates-table-header {
    display: table-row-group;
  }
}
.rates-table .rates-table-header LI {
  background-color:#009ee1;
  color: white;
}
.rates-table .rates-table-content {
  display: block;
}
@media (min-width: 47.9375em) {
  .rates-table .rates-table-content {
    display: table-row-group;
  }
}
.rates-table .rates-table-content LI {
  background-color: #dfdfdf;
}

#new-account-form, #form {
  font-size: 0.93333em;
  line-height: 1.71429em;
}
#new-account-form H3, #form H3 {
  color: #0067b1;
  clear: both;
  text-transform: uppercase;
}
#new-account-form HR, #form HR {
  color: #0067b1;
  background-color: #0067b1;
}
#new-account-form .user-info, #form .user-info {
  color: #0067b1;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 18px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
}
#new-account-form .user-info STRONG, #form .user-info STRONG {
  font-weight: normal;
  color:#009ee1;
}
#new-account-form .req, #new-account-form .errmsg, #form .req, #form .errmsg {
  color: #86D8FA;
}
#new-account-form .invalid, #form .invalid {
  background-color: #86D8FA;
  border: 3px solid #04587c !important;
}
#new-account-form LABEL, #form LABEL {
  color:#009ee1;
  display: block;
  margin-bottom: 5px;
}

/*Added by Yonathan Medemdemia to Handle Radio button and Check Box values/text for Dynamically loaded forms in Preferences or Survey Pages */
#new-account-form LABEL, #form LABEL LABEL {
  color:#009ee1;
  display: inline;
  margin-bottom: 5px;
}
#new-account-form LABEL A, #form LABEL A {
  color:#009ee1;
}
#new-account-form LABEL.error, #form LABEL.error {
  color: red;
  position: absolute;
  left: 0;
  bottom: -10px;
}
#new-account-form INPUT, #form INPUT {
  font-size: 12px;
  width: 91%;
  border: 2px solid #0067b1;
  padding: 10px 4%;
  margin: 0;
}
#new-account-form INPUT[type=checkbox], #new-account-form INPUT[type=radio], #form INPUT[type=checkbox], #form INPUT[type=radio] {
  width: auto;
  border: none;
  padding: 0;
  margin-right: 5px;
}
#new-account-form INPUT.error, #form INPUT.error {
  margin-bottom: 20px;
}
#new-account-form TEXTAREA, #form TEXTAREA {
  font-family: Arial, sans-serif;
  font-size: 12px;
  width: 96%;
  border: 2px solid #0067b1;
  height: 10em;
}
#new-account-form SELECT, #form SELECT {
  font-size: 12px;
  width: 100%;
  border: 2px solid #0067b1;
  padding: 9px 4%;
  margin: 0;
}
#new-account-form .button-row, #form .button-row {
  text-align: right;
  margin-bottom: 60px;
}
#new-account-form .button-row A, #form .button-row A {
  color: white;
  font-size: 14px;
  font-family: 'Frutiger Next Regular', Arial, sans-serif;
  padding: 5px 10px;
  margin-left: 10px !important;
  background-color:#009ee1;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
#new-account-form .button-row A:hover, #form .button-row A:hover {
  background-color: #0067b1;
}
#new-account-form .button-row .info A, #form .button-row .info A {
  background: none;
  padding: 0;
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
#new-account-form .btn, #form .btn {
  font-size: 12px;
  border: none;
  cursor: pointer;
  display: inline-block;
  clear: both;
  width: auto;
  padding: 5px 10px !important;
  margin: 0 0 10px !important;
}
@media (min-width: 62.5em) {
  #new-account-form .btn, #form .btn {
    font-size: 14px;
  }
}
#new-account-form .btn.omega, #form .btn.omega {
  float: right;
}
#new-account-form .address-table, #form .address-table {
  *zoom: 1;
  font-size: 0.93333em;
  line-height: 1.71429em;
  width: 100%;
  margin-top: 10px;
}
#new-account-form .address-table:before, #new-account-form .address-table:after, #form .address-table:before, #form .address-table:after {
  content: " ";
  display: table;
}
#new-account-form .address-table:after, #form .address-table:after {
  clear: both;
}
#new-account-form .address-table .button-row, #form .address-table .button-row {
  margin-bottom: 0;
}
#new-account-form .address-table TH, #form .address-table TH {
  background-color: #0099cb;
  color: white;
  padding: 5px 10px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  text-transform: uppercase;
  border-right: 1px solid #d0ecf5;
}
#new-account-form .address-table TR TD, #form .address-table TR TD {
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  background-color: #3fb3d8;
  border-top: 1px solid #d0ecf5;
  border-right: 1px solid #d0ecf5;
  padding: 10px;
}
#new-account-form .address-table TR TD.colspan, #form .address-table TR TD.colspan {
  border-top: none;
  padding: 0;
}
#new-account-form .address-table TR TD LABEL, #form .address-table TR TD LABEL {
  color: #464646;
  /*Added by Yonathan to resolve the wrapping issue with paperless and rewards page*/
  display:inline;
}
/* Modified by Yonathan to change the color every even number instead of 4n+2 */
/*#new-account-form .address-table TR:nth-child(4n+2) TD, #form .address-table TR:nth-child(4n+2) TD {*/
#new-account-form .address-table TR:nth-child(2n+2) TD, #form .address-table TR:nth-child(2n+2) TD {
  background-color: #7fcbe5;
}

#new-account-form .address-table TR.alert-green TD, #form .address-table TR.alert-green TD {
  background-color: #60b87e;
}
#new-account-form .address-table TR.alert-orange TD, #form .address-table TR.alert-orange TD {
  background-color: #f16528;
}
#new-account-form .address-table .details-toggle, #form .address-table .details-toggle {
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 16px;
  height: 9px;
}
#new-account-form .address-table .details-toggle:after, #form .address-table .details-toggle:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #464646 transparent transparent transparent;
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#new-account-form .address-table .details-toggle.selected:after, #form .address-table .details-toggle.selected:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#new-account-form .address-table .details-content, #form .address-table .details-content {
  display: none;
}
#new-account-form .details-content, #form .details-content {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  color: white;
  background-color: #0099cc;
  padding: 5px 10px;
  border-top: 1px solid #0982aa;
  border-bottom: 1px solid #0982aa;
}
#new-account-form .details-content STRONG, #new-account-form .details-content H3, #form .details-content STRONG, #form .details-content H3 {
  color: #464646;
}
@media (min-width: 47.9375em) {
  #new-account-form .details-content .col, #form .details-content .col {
    display: inline-block;
    width: 42%;
    vertical-align: top;
  }
  #new-account-form .details-content .col + .col, #form .details-content .col + .col {
    width: 55%;
    margin-left: 2%;
  }
}
#new-account-form .details-content .button-row, #form .details-content .button-row {
  text-align: right;
  margin-bottom: 0;
}
#new-account-form .details-content .button-row A, #form .details-content .button-row A {
  color: white;
  font-size: 11px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  padding: 0 10px;
  margin-left: 5px !important;
  background-color: #0067b1;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}
#new-account-form .details-content .button-row A:hover, #form .details-content .button-row A:hover {
  background-color:#009ee1;
}
#new-account-form .pagination, #form .pagination {
  text-align: right;
  margin-top: 10px;
}
#new-account-form .pagination A, #form .pagination A {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 18px;
  display: inline-block;
  background-color:#009ee1;
  color: white;
  text-decoration: none;
  padding: 5px 10px;
  margin-left: 5px;
}
#new-account-form .pagination A:hover, #new-account-form .pagination A.selected, #form .pagination A:hover, #form .pagination A.selected {
  background-color: #0067b1;
}
#new-account-form .pagination A.selected, #form .pagination A.selected {
  cursor: text;
}
#new-account-form .breadcrumbs, #form .breadcrumbs {
  margin-bottom: 20px;
}
#new-account-form .breadcrumbs UL, #form .breadcrumbs UL {
  margin: 0 !important;
  padding: 0 !important;
}
#new-account-form .breadcrumbs UL + UL LI A, #form .breadcrumbs UL + UL LI A {
  background-color: #99dbf7;
  padding: 5px 0 5px 16px;
}
#new-account-form .breadcrumbs UL + UL LI A:before, #form .breadcrumbs UL + UL LI A:before {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 11px solid white;
}
#new-account-form .breadcrumbs UL + UL LI A:after, #form .breadcrumbs UL + UL LI A:after {
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 11px solid #99dbf7;
  right: -11px;
}
#new-account-form .breadcrumbs UL + UL LI.selected A, #form .breadcrumbs UL + UL LI.selected A {
  background-color:#009ee1;
}
#new-account-form .breadcrumbs UL + UL LI.selected A:after, #form .breadcrumbs UL + UL LI.selected A:after {
  border-left: 11px solid#009ee1;
}
#new-account-form .breadcrumbs UL + UL LI:first-child A:after, #form .breadcrumbs UL + UL LI:first-child A:after {
  display: inline-block;
}
#new-account-form .breadcrumbs UL LI, #form .breadcrumbs UL LI {
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
}
#new-account-form .breadcrumbs UL LI A, #form .breadcrumbs UL LI A {
  display: block;
  float: left;
  background-color:#009ee1;
  text-align: center;
  padding: 10px 0 10px 25px;
  position: relative;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}
#new-account-form .breadcrumbs UL LI A:before, #form .breadcrumbs UL LI A:before {
  content: ' ';
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  left: 0;
  top: 0;
}
#new-account-form .breadcrumbs UL LI A:after, #form .breadcrumbs UL LI A:after {
  content: ' ';
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 15px solid#009ee1;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 2;
}
#new-account-form .breadcrumbs UL LI:first-child A, #form .breadcrumbs UL LI:first-child A {
  padding-left: 10px;
}
#new-account-form .breadcrumbs UL LI:first-child A:before, #form .breadcrumbs UL LI:first-child A:before {
  display: none;
}
#new-account-form .breadcrumbs UL LI:last-child A, #form .breadcrumbs UL LI:last-child A {
  padding-right: 10px;
}
#new-account-form .breadcrumbs UL LI:last-child A:after, #form .breadcrumbs UL LI:last-child A:after {
  display: none;
}
#new-account-form .breadcrumbs UL LI.selected A, #form .breadcrumbs UL LI.selected A {
  background-color: #0067b1;
}
#new-account-form .breadcrumbs UL LI.selected A:after, #form .breadcrumbs UL LI.selected A:after {
  border-left: 15px solid #0067b1;
}
#new-account-form .breadcrumbs UL LI.inactive A, #form .breadcrumbs UL LI.inactive A {
  background-color: #dfdfdf;
  cursor: text;
}
#new-account-form .breadcrumbs UL LI.inactive A:after, #form .breadcrumbs UL LI.inactive A:after {
  border-left: 15px solid #dfdfdf;
}
#new-account-form .highlight, #form .highlight {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  color: #0067b1;
}
#new-account-form .total, #form .total {
  font-size: 18px;
  line-height: 30px;
}
#new-account-form .total LABEL, #form .total LABEL {
  color: #0067b1;
}
#new-account-form .total .highlight, #form .total .highlight {
  font-size: 24px;
}
#new-account-form .accordion-header, #new-account-form .accordion-header-disabled, #form .accordion-header, #form .accordion-header-disabled {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  background-color:#009ee1;
  padding: 10px 30px 10px 15px;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
}
@media (min-width: 47.9375em) {
  #new-account-form .accordion-header, #new-account-form .accordion-header-disabled, #form .accordion-header, #form .accordion-header-disabled {
    font-size: 1.26667em;
    line-height: 1.26316em;
  }
}
#new-account-form .accordion-header.blue, #new-account-form .accordion-header.light-blue, #new-account-form .accordion-header-disabled.blue, #new-account-form .accordion-header-disabled.light-blue, #form .accordion-header.blue, #form .accordion-header.light-blue, #form .accordion-header-disabled.blue, #form .accordion-header-disabled.light-blue {
  background-color: #40b3d9;
  margin-top: 0;
  border-top: 1px solid #c4e8f4;
}
#new-account-form .accordion-header.blue:after, #new-account-form .accordion-header.light-blue:after, #new-account-form .accordion-header-disabled.blue:after, #new-account-form .accordion-header-disabled.light-blue:after, #form .accordion-header.blue:after, #form .accordion-header.light-blue:after, #form .accordion-header-disabled.blue:after, #form .accordion-header-disabled.light-blue:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #464646 transparent transparent transparent;
}
#new-account-form .accordion-header.light-blue, #new-account-form .accordion-header-disabled.light-blue, #form .accordion-header.light-blue, #form .accordion-header-disabled.light-blue {
  background-color: #60c0e1;
}
#new-account-form .accordion-header:after, #new-account-form .accordion-header-disabled:after, #form .accordion-header:after, #form .accordion-header-disabled:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: white transparent transparent transparent;
  content: ' ';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
#new-account-form .accordion-header.selected:after, #new-account-form .accordion-header-disabled.selected:after, #form .accordion-header.selected:after, #form .accordion-header-disabled.selected:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#new-account-form .accordion-header .note, #new-account-form .accordion-header-disabled .note, #form .accordion-header .note, #form .accordion-header-disabled .note {
  font-family: 'Frutiger Next Regular', Arial, sans-serif;
  font-size: 14px;
}
#new-account-form .accordion-header-validate, #form .accordion-header-validate {
  cursor: default;
  background-color: #949495;
}
#new-account-form .accordion-header-validate.activated, #form .accordion-header-validate.activated {
  background-color:#009ee1;
  cursor: pointer;
}
#new-account-form .accordion-content, #new-account-form .accordion-content-disabled, #form .accordion-content, #form .accordion-content-disabled {
  display: none;
}
#new-account-form .accordion-content.blue, #new-account-form .accordion-content-disabled.blue, #form .accordion-content.blue, #form .accordion-content-disabled.blue {
  padding: 20px 0;
  background-color: #6cd0f2;
}
#new-account-form .accordion-content.blue LABEL, #new-account-form .accordion-content-disabled.blue LABEL, #form .accordion-content.blue LABEL, #form .accordion-content-disabled.blue LABEL {
  color: #464646;
}
#new-account-form .accordion-content .form-item, #new-account-form .accordion-content-disabled .form-item, #form .accordion-content .form-item, #form .accordion-content-disabled .form-item {
  margin-left: 3%;
  margin-right: 3%;
  width: 94%;
}
#new-account-form .accordion-content .form-item .form-item, #new-account-form .accordion-content-disabled .form-item .form-item, #form .accordion-content .form-item .form-item, #form .accordion-content-disabled .form-item .form-item {
  margin-left: 0;
}
@media (min-width: 47.9375em) {
  #new-account-form .accordion-content .form-item .form-item, #new-account-form .accordion-content-validate .form-item .form-item, #new-account-form .accordion-content-disabled .form-item .form-item, #form .accordion-content .form-item .form-item, #form .accordion-content-validate .form-item .form-item, #form .accordion-content-disabled .form-item .form-item {
    width: 46%;
  }
}
@media (min-width: 47.9375em) {
  #new-account-form .accordion-content .form-item, #new-account-form .accordion-content-validate .form-item, #new-account-form .accordion-content-disabled .form-item, #form .accordion-content .form-item, #form .accordion-content-validate .form-item, #form .accordion-content-disabled .form-item {
    width: 43%;
  }
}
#new-account-form .accordion-content .block, #new-account-form .accordion-content-disabled .block, #form .accordion-content .block, #form .accordion-content-disabled .block {
  *zoom: 1;
  margin-left: 3%;
  margin-right: 3%;
}
#new-account-form .accordion-content .block:before, #new-account-form .accordion-content .block:after, #new-account-form .accordion-content-disabled .block:before, #new-account-form .accordion-content-disabled .block:after, #form .accordion-content .block:before, #form .accordion-content .block:after, #form .accordion-content-disabled .block:before, #form .accordion-content-disabled .block:after {
  content: " ";
  display: table;
}
#new-account-form .accordion-content .block:after, #new-account-form .accordion-content-disabled .block:after, #form .accordion-content .block:after, #form .accordion-content-disabled .block:after {
  clear: both;
}
#new-account-form .accordion-header-disabled, #form .accordion-header-disabled {
  cursor: default;
}
#new-account-form .accordion-header-disabled:after, #form .accordion-header-disabled:after {
  display: none;
}
#new-account-form .accordion-content-disabled, #form .accordion-content-disabled {
  display: block;
}
#new-account-form .tabs, #form .tabs {
  display: block;
  border-bottom: 2px solid #0067b1;
  margin: 0 0 20px !important;
  padding: 0 !important;
}
#new-account-form .tabs LI, #form .tabs LI {
  display: inline-block;
  background-color:#009ee1;
  background-image: none !important;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 15px !important;
  margin: 0 5px 0 0;
}
#new-account-form .tabs LI.selected, #form .tabs LI.selected {
  background-color: #0067b1;
  cursor: text;
}
#new-account-form .tabs LI:hover, #form .tabs LI:hover {
  background-color: #0067b1;
}
#new-account-form .numeric-list, #form .numeric-list {
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: section;
}
#new-account-form .numeric-list LI, #form .numeric-list LI {
  margin: 5px 0 !important;
  padding: 0 0 0 30px !important;
  background-image: none !important;
  position: relative;
}
#new-account-form .numeric-list LI:before, #form .numeric-list LI:before {
  counter-increment: section;
  content: counter(section);
  background-color:#009ee1;
  color: white;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}
#new-account-form .form-list, #form .form-list {
  margin: 0 !important;
  padding: 0 !important;
}
#new-account-form .form-list LI, #form .form-list LI {
  margin: 0 !important;
  padding: 0 !important;
  background-image: none !important;
}
#new-account-form .form-list > LI, #form .form-list > LI {
  background-color: #dbdbdb;
  padding: 10px 15px !important;
  margin-bottom: 3px !important;
}
#new-account-form .form-list > LI:nth-child(2n), #form .form-list > LI:nth-child(2n) {
  background-color: #f5f3f3;
}
#new-account-form .form-list > LI UL, #form .form-list > LI UL {
  margin: 10px 20px 0 !important;
  padding: 10px 0 0 !important;
  border-top: 1px solid #bebaba;
}
#new-account-form .form-list INPUT, #form .form-list INPUT {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  width: 20%;
}
#new-account-form .form-list INPUT[type=checkbox], #new-account-form .form-list INPUT[type=radio], #form .form-list INPUT[type=checkbox], #form .form-list INPUT[type=radio] {
  width: auto;
}
#new-account-form .form-list LABEL, #form .form-list LABEL {
  display: inline-block;
  margin: 0;
}
#new-account-form .form-list .button-row, #form .form-list .button-row {
  width: 65%;
  margin: 8px 0 0;
  padding: 0;
  display: inline-block;
  text-align: left;
}
#new-account-form .form-list .button-row A, #form .form-list .button-row A {
  margin-left: 5px !important;
}
#new-account-form .form-list .desc, #form .form-list .desc {
  display: inline-block;
  width: 90%;
}
#new-account-form .form-item, #form .form-item {
  position: relative;
  margin-left: 0;
  margin-right: 3%;
  width: 96%;
  *zoom: 1;
  vertical-align: top;
}
#new-account-form .form-item:before, #new-account-form .form-item:after, #form .form-item:before, #form .form-item:after {
  content: " ";
  display: table;
}
#new-account-form .form-item:after, #form .form-item:after {
  clear: both;
}
@media (min-width: 47.9375em) {
  #new-account-form .form-item, #form .form-item {
    width: 46%;
    display: inline-block;
  }
}
@media (min-width: 47.9375em) {
  #new-account-form .form-item, #form .form-item {
    overflow: visible;
  }
}
#new-account-form .form-item.datepicker INPUT, #form .form-item.datepicker INPUT {
  background: white url(../../../library/images/common/calendar.png) 95% center no-repeat;
}
#new-account-form .form-item.button INPUT, #form .form-item.button INPUT {
  width: 50%;
  margin-right: 2%;
}
#new-account-form .form-item.bottom, #form .form-item.bottom {
  vertical-align: bottom;
}
#new-account-form .form-item.bottom .btn, #form .form-item.bottom .btn {
  margin: 0 0 3px !important;
}
#new-account-form .form-item.middle, #form .form-item.middle {
  vertical-align: middle;
}
#new-account-form .form-item.top, #form .form-item.top {
  vertical-align: top;
}
#new-account-form .form-item.inline LABEL, #form .form-item.inline LABEL {
  display: inline;
  margin-right: 10px;
}
@media (min-width: 47.9375em) {
  #new-account-form .form-item.wide, #form .form-item.wide {
    width: 94%;
  }
}
#new-account-form .form-item + .form-item, #form .form-item + .form-item {
  margin-top: 20px;
}
@media (min-width: 47.9375em) {
  #new-account-form .form-item + .form-item, #form .form-item + .form-item {
    margin-top: 0;
  }
}
#new-account-form .form-item + .form-item + .form-item, #form .form-item + .form-item + .form-item {
  margin-top: 20px;
}
#new-account-form .form-item .note, #form .form-item .note {
  display: block;
}
@media (min-width: 47.9375em) {
  #new-account-form .form-item .note, #form .form-item .note {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
  }
}
#new-account-form .form-item .acc, #form .form-item .acc {
  width: 29.72842%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
}
#new-account-form .form-item .acc INPUT, #form .form-item .acc INPUT {
  text-align: center;
}
#new-account-form .form-item .acc + .acc + .acc, #form .form-item .acc + .acc + .acc {
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
}
#new-account-form .form-item .first, #new-account-form .form-item .month, #form .form-item .first, #form .form-item .month {
  width: 29.72842%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
}
#new-account-form .form-item .mi, #new-account-form .form-item .date, #form .form-item .mi, #form .form-item .date {
  width: 12.16052%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
}
#new-account-form .form-item .mi INPUT, #new-account-form .form-item .date INPUT, #form .form-item .mi INPUT, #form .form-item .date INPUT {
  text-align: center;
}
#new-account-form .form-item .last, #new-account-form .form-item .year, #form .form-item .last, #form .form-item .year {
  width: 47.29631%;
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
}
#new-account-form .form-item .st-number, #form .form-item .st-number {
  width: 29.72842%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
}
#new-account-form .form-item .st-name, #form .form-item .st-name {
  width: 64.86421%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
}
#new-account-form .form-item .omega, #form .form-item .omega {
  float: right;
  margin-right: 0;
  *margin-left: -1.334em;
  display: inline;
}
#new-account-form .form-item .bill, #form .form-item .bill {
  white-space: nowrap;
}
#new-account-form .form-item .bill INPUT, #form .form-item .bill INPUT {
  width: 83%;
}
#new-account-form .form-item .bill:before, #form .form-item .bill:before {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.33333em;
  content: '$';
  display: inline-block;
  width: 5%;
  text-align: center;
}
@media (min-width: 62.5em) {
  #new-account-form .form-item INPUT + .info, #new-account-form .form-item SELECT + .info, #form .form-item INPUT + .info, #form .form-item SELECT + .info {
    position: absolute;
    top: 37px;
    right: -35px;
  }
}
#new-account-form .captcha, #form .captcha {
  width: 64.86421%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
  margin-bottom: 20px;
}
#new-account-form .refresh, #form .refresh {
  margin-top: 10px;
  width: 12.16052%;
  float: left;
  margin-right: 5.40738%;
  display: inline;
  text-align: center;
  position: relative;
  z-index: 2;
}
#new-account-form .refresh A, #form .refresh A {
  font-size: 0.66667em;
  line-height: 2.4em;
  display: block;
  color:#009ee1;
  text-decoration: none;
}
#new-account-form .refresh IMG, #form .refresh IMG {
  max-width: 43px;
  margin: 0 auto;
}
#new-account-form .terms, #form .terms {
  background-color: #7fcce5;
  height: 200px;
  overflow-y: scroll;
  padding: 20px;
}
#new-account-form .terms H4, #form .terms H4 {
  text-transform: uppercase;
  font-size: 17px;
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
}
#new-account-form .info, #form .info {
  position: relative;
}
@media (min-width: 62.5em) {
  #new-account-form .info, #form .info {
    margin-bottom: -5px;
    display: inline-block;
  }
}
#new-account-form .info A, #form .info A {
  display: none;
}
@media (min-width: 62.5em) {
  #new-account-form .info A, #form .info A {
    display: inline-block;
  }
}
#new-account-form .info IMG, #form .info IMG {
  max-width: 22px;
  margin: 0 auto;
}
#new-account-form .info .tooltip, #form .info .tooltip {
  text-align: left;
  clear: both;
  z-index: 2;
  position: static;
  width: 90%;
  padding: 10px 4%;
  margin-bottom: 20px;
  top: -35px;
  left: 60px;
  border: 2px solid #0067b1;
  background-color: #e5e59e;
}
@media (max-width: 1000px) {
  #new-account-form .info .tooltip, #form .info .tooltip {
    display: block !important;
  }
}
@media (min-width: 62.5em) {
  #new-account-form .info .tooltip, #form .info .tooltip {
    display: none;
    position: absolute;
    width: 260px;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 62.5em) {
  #new-account-form .info .tooltip:after, #new-account-form .info .tooltip:before, #form .info .tooltip:after, #form .info .tooltip:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #new-account-form .info .tooltip:after, #form .info .tooltip:after {
    border-color: rgba(229, 229, 158, 0);
    border-right-color: #e5e59e;
    border-width: 18px;
    margin-top: -18px;
  }
  #new-account-form .info .tooltip:before, #form .info .tooltip:before {
    border-color: rgba(0, 103, 177, 0);
    border-right-color: #0067b1;
    border-width: 21px;
    margin-top: -21px;
  }
}
#new-account-form .info .tooltip-top, #form .info .tooltip-top {
  text-align: left;
  clear: both;
  z-index: 2;
  position: static;
  width: 90%;
  padding: 10px 4%;
  margin-bottom: 20px;
  top: 60px;
  left: -130px;
  border: 2px solid #0067b1;
  background-color: #e5e59e;
}
@media (max-width: 1000px) {
  #new-account-form .info .tooltip-top, #form .info .tooltip-top {
    display: block !important;
  }
}
@media (min-width: 62.5em) {
  #new-account-form .info .tooltip-top, #form .info .tooltip-top {
    display: none;
    position: absolute;
    width: 260px;
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (min-width: 62.5em) {
  #new-account-form .info .tooltip-top:after, #new-account-form .info .tooltip-top:before, #form .info .tooltip-top:after, #form .info .tooltip-top:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #new-account-form .info .tooltip-top:after, #form .info .tooltip-top:after {
    border-color: rgba(229, 229, 158, 0);
    border-bottom-color: #e5e59e;
    border-width: 18px;
    margin-left: -18px;
  }
  #new-account-form .info .tooltip-top:before, #form .info .tooltip-top:before {
    border-color: rgba(0, 103, 177, 0);
    border-bottom-color: #0067b1;
    border-width: 21px;
    margin-left: -21px;
  }
}
#new-account-form .verification A, #form .verification A {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid white;
  margin-bottom: 10px;
}
#new-account-form .verification A.selected, #form .verification A.selected {
  border: 2px solid#009ee1;
}

.redtext {
  font-family: 'Frutiger Next Bold', Arial, sans-serif;
  font-size: 15px;
  /*color: red;*/
  color:#F00 /* Modified by Yonathan Medemdemia */
}
.redtext A {
  color: #F00;
}
.redtext EM {
  font-family: 'Frutiger Next Bold Italic', Arial, sans-serif;
}

@media (min-width: 47.9375em) {
  .related-content {
    width: 34.9991%;
    float: right;
    margin-right: 0;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
  }
}

.numeric-list {
  margin: 0 !important;
  padding: 0 !important;
  counter-reset: section;
}
.numeric-list LI {
  margin: 5px 0 !important;
  padding: 0 0 0 35px !important;
  background-image: none !important;
  position: relative;
}
.numeric-list LI:before {
  counter-increment: section;
  content: counter(section);
  background-color:#009ee1;
  color: white;
  padding: 0 8px;
  position: absolute;
  top: 0;
  left: 0;
}
#wemoved{
  color: #737373;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  margin: 30px auto;
  max-width: 300px;
  background-image: url("https://xzeenb2clookupdsta001.blob.core.windows.net/comed/src/images/flag@2x.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 18px 18px;
  padding-left: 30px;
}


/* Added by Yonathan Medemdemia */
.fail{color:#F00;padding:15px 10px 15px 10px;display:block;text-align:center;background-color:#ffe8ea;border:solid 1px #F00;font-family: 'Frutiger Next Bold', Arial, sans-serif;}
.confirm{color:#007e00;padding:15px 5px 15px 5px;text-align:center;display:block;background-color:#deeed9;border:solid 1px #007e00;font-family: 'Frutiger Next Bold', Arial, sans-serif;}
/* tooltip CSS is used for EDI/Cashonly Customer*/
.tooltip{position:relative;text-decoration:none;}
.tooltip span{display:none;}
.tooltip:hover span{position:absolute;top:1px;width:300px;display:block;background:#d6d6d6;border:1px solid black;font-weight:bold;}
/* tooltip CSS is used for Landing pager*/
.tooltp{position:relative;text-decoration:green;}
.tooltp span{display:none; padding: 5px 5px 15px 15px;}
.tooltp:hover span{position:absolute;width:300px;display:block;background-color: #e5e59e;border: 2px solid #0067b1;z-index: 2;left: -130px;}
#Panel1,.pnlPaymentHistoryCollapse{vertical-align:middle}
 #Panel1,.pnlPaymentHistorylabel{float:left}
 .pnlPaymentHistoryCollapseLabel{float:left;margin-left:65%}
 .pnlPaymentHistoryImage{float:right;vertical-align:bottom;padding-top:12px}
 .pnlPaymentHistoryCollapseRight{float:right;cursor:pointer}
 .pnlPaymentHistoryCollapseRight IMAGE{padding-left:10px;padding-top:12px}
 .pnlPaymentHistory2{float:left}
 #content FORM .AP_Checkbox Label,.AP_Checkbox Label{cursor:default;float:none;display:inline}
 #Panel6{padding:5px;vertical-align:middle}
 #content FORM .AP_Checkbox INPUT{width:15px;height:20px;overflow:hidden;border:0 #000;padding:2px;margin:0;vertical-align:bottom;position:relative;display:inline}
 #content FORM .AP_Checkbox Label{padding:6px}
 #content FORM SELECT.AP_Programs{width:auto}
 #content FORM Label,#content FORM TABLE Label{cursor:default}
 .AP_Information{color:green;vertical-align:super}
 .pnlAPCollapse{vertical-align:middle}
 .pnlAPlabel{float:left}
 .pnlAPCollapseRight{float:right;cursor:pointer}
 #content FORM .AP_Checkbox Label,.AP_Checkbox Label{cursor:default;float:none;display:inline}
 .pnlAPCollapseRight IMAGE{padding-left:10px;padding-top:12px}
 .AP_Gridview_Hdr{color:#009ee1;font-weight:400}
 .AP_Gridview_Hdr TH{text-align:left;font-weight:400}
 #content FORM .AP_Checkbox INPUT{width:15px;height:20px;overflow:hidden;border:0 #000;padding:2px;margin:0;vertical-align:middle;position:relative;display:inline}
 #content FORM .AP_Checkbox Label{padding:6px;vertical-align:middle}
 #content FORM SELECT.AP_Programs{width:auto}
 #content FORM TABLE Label{cursor:default}
 .AP_Information{color:green;vertical-align:super}
 .AP_PledgeAmt{float:left;padding-bottom:5px}
 .AP_PledgeAmtErrors{float:left;margin-left:10px;width:250px;margin-bottom:10px}
 #content FORM TEXTAREA.AP_PledgeRemarks{width:305px;float:left;margin-bottom:10px}.AP_RemarksErrors{float:left;margin-left:10px;margin-top:20px;width:120px}
