html {
  font-size: 62.5%; }

textarea,
input {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
  border: 0; }

input.form-text {
  padding: 10px 2%;
  width: 96%; }

input.form-submit {
  display: inline-block;
  padding: 10px 2%;
  text-transform: uppercase;
  color: white;
  background-color: #026bba;
  border: 0;
  font-weight: bold;
  -webkit-appearance: none;
  margin-top: 10px!important;
  margin-bottom: 10px!important; }

.ff5 input,
.ff6 input {
  padding: 10px 5px; }

select {
  border: 0;
  padding: 10px 2%;
  -webkit-appearance: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

td {
  vertical-align: top; }

/*
 * remember to define focus styles!
 */
:focus {
  outline: 0; }

body {
  line-height: 1.4;
  color: #252525;
  background: #c1c7cd;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem; }

ol {
  margin: 0 0 0 15px;
  list-style: decimal; }

ul {
  list-style: disc;
  margin: 0 0 0 15px; }

caption {
  font-weight: normal; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

/*
 * Redefine selectors
 */
strong {
  font-weight: bold; }

abbr,
acronym {
  border-bottom: 1px dotted #666666; }

address {
  margin-top: 1.5em;
  font-style: italic; }

del {
  color: #666666; }

blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic; }

em,
dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

pre,
code {
  margin: 1.5em 0;
  white-space: pre; }

pre,
code,
tt {
  font-size: 12px;
  font-size: 1.2rem;
  font: 1em 'andale mono', 'monotype.com', 'lucida console', monospace;
  line-height: 1.5; }

tt {
  display: block;
  margin: 1.5em 0;
  line-height: 1.5; }

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto !important;
  display: block; }

img[style*="left"],
img[style*="right"] {
  float: none !important; }

iframe {
  max-width: 100%; }

/*
 *
 * * A better looking default horizontal rule
 */
hr {
  display: block;
  border: 0;
  margin: 1em 0;
  padding: 0;
  background: black;
  height: 2px; }

/*
 *
 * * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

.clear{
  clear: both;
}

/*
 *
 * * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 *
 * * Extends the .visuallyhidden class to allow the element to be focusable
 * * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 *
 * * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 *
 * * Clearfix: contain floats
 * *
 * * For modern browsers
 * * 1. The space content is one way to avoid an Opera bug when the
 * *    `contenteditable` attribute is included anywhere else in the document.
 * *    Otherwise it causes space to appear at the top and bottom of elements
 * *    that receive the `clearfix` class.
 * * 2. The use of `table` rather than `block` is only necessary if using
 * *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
    /*
   * 1
   */
  display: table;
    /*
   * 2
   */ }

.clearfix:after {
  clear: both; }

/*
 *
 * * For IE 6/7 only
 * * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

#content table {
  max-width: 100%;
  border: 1px #252525 solid; }

#content tr:hover {
  background: white; }

#content th {
  text-transform: uppercase;
  border-bottom: 1px #252525 solid; }

#content ol,
#content ul {
  margin: 0 0 20px 15px; }

#content legend {
  color: #565c6a;
  font-family: 'Sanchez', serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: bold; }

#content fieldset .fieldset-wrapper {
  padding: 0 0 10px 2%; }

#main input.form-submit:hover,
#footer input.form-submit:hover {
  background-color: #b1d523; }

/*
 * ==========================================================================
 * Typography
 * ==========================================================================
 */
a,
a:link {
  color: #036cbc;
  text-decoration: none; }

a:visited {
  color: #036cbc; }

a:hover {
  color: black;
  text-decoration: underline;
  cursor: pointer; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0; }

h1 {
  font-family: 'Sanchez', serif;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0 0 0.5em 0; }

h2 {
  color: #252525;
  font-family: 'Lato', serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin: 0 0 0.5em 0;
  text-transform: uppercase; }

h3,
h3 *,
h3 a {
  color: #565c6a;
  font-family: 'Lato', serif;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 0.25em 0;
  text-decoration: none; }

h3 a:hover {
  color: black; }

#footer a[href*="tel:"],
#footer a.phone-number {
  background: url('../img/sprite.png') no-repeat 0 -186px;
  color: #373e46;
  cursor: default;
  display: inline-block;
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 0.2em;
  padding-left: 20px;
  text-decoration: none; }

#content .content p:first-child,
#content-area .views-field-body>div>p:first-child,
.views-field-body>div>h1+p {
  color: #565c6a;
  font-family: 'Sanchez', serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: bold; }

#footer h2 {
  color: white; }

#footer h3 {
  color: white; }

/*
 * ==========================================================================
 * Buttons / Links
 * ==========================================================================
 */
.readmore>a,
a.readmore {
  background: url('../img/sprite.png') no-repeat 100% -416px;
  color: #026bbb;
  font-family: 'Lato', serif;
  padding: 0 25px 0 0;
  text-decoration: none;
  text-transform: uppercase; }

.readmore>a:hover,
a.readmore:hover {
  background-position: 100% -384px;
  color: black; }

#footer .button-themed {
  background: #026bbb;
  border: none;
  color: white;
  font-family: Lato, serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.063em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  text-shadow: none;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px; }

#footer .button-themed:hover {
  background: #c3dff5;
  color: black; }

/*
 * ==========================================================================
 * General Pages Mobile Layout
 * ==========================================================================
 */
/*.wrapper {
  padding: 0 4%; }*/

.front #header {
  background-color: black;
 overflow: hidden;
  background-repeat: no-repeat; }
  

#site-name {
  padding-top: 7px; }

#site-name a {
  background: url('../img/logo-mobile.png') no-repeat 0 0;
  display: block;
  height: 70px;
  text-indent: -9999px;
  width: 100%;
  overflow: hidden; }

#main {
  background-color: #eef0f2; }

#content {
  padding: 1em 0; }

#skip a {
  display: block;
  height: 29px;
  width: 29px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 53px; }

#skip a[href*="#search-block-form"] {
  background: url('../img/sprite_new.png') no-repeat 0 -32px;
  margin-right: 74px;
  /*z-index:10000;*/ }

#skip a[href*="#navigation"] {
  background: url('../img/sprite_new.png') no-repeat 0 0;
  margin-right: 26px;
  z-index:10000; }

.backtotop {
  display: none; }

#page {
	overflow: hidden; }
	
#page .backtotop {
  display: block;
  padding: 0.2em 4% 1em;
  text-align: right;
  background-color: #eef0f2; }

#page .backtotop a {
  color: #026bbb;
  text-decoration: none;
  text-transform: uppercase; }

#page .backtotop a:after {
  content: '';
  border: solid;
  border-width: 12px 7px;
  border-color: transparent transparent #026bbb transparent;
  height: 0;
  margin: 0px 0px 0 6px;
  width: 0;
  vertical-align: 14px; }

.aside {
  padding-top: 1.5em;
  background-color: #eef0f2; }

#aside-second {
  border-top: 1px solid #98999a; }

#aside-third {
  padding: 0 4%; }

#aside-third>.wrapper {
  border-top: 2px solid black;
  padding: 1em 0; }

.field-content.readmore,
p.readmore {
  text-align: right; }

#footer .block-inner {
  border-bottom: 2px solid #6c7887;
  margin: 0.5em 0 1em;
  padding-bottom: 1em; }

#footer .block.last .block-inner {
  border-bottom: none; }

#footer-image {
  display: none; }

a[href*='/user/password'] {
  text-decoration: none;
  font-style: italic; }

/*
 * ==========================================================================
 * Breadcrumbs
 * ==========================================================================
 */
.breadcrumb {
  display: none; }

/*
 * ==========================================================================
 * Navigation Mobile Layout
 * ==========================================================================
 */
#navigation {
  background-color: black; }

#navigation>.wrapper {
  padding: 0; }

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.nice-menu li:first-child > a {
  border-top: none; }

ul.nice-menu a {
  border-top: 1px solid #adb4bc;
  color: white;
  text-decoration: none;
  display: block;
  margin: 0 4%; }

ul.nice-menu>li>a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.8em 9%;
  text-transform: uppercase; }

ul.nice-menu>li {
  position: relative; }

ul.nice-menu ul {
  list-style: none;
  padding: 0 0 1em 0;
  border: none; }

ul.nice-menu ul ul {
  padding-left: 1em; }

ul.nice-menu ul a {
  font-family: 'Lato', sans-serif;
  padding: 1em 0; }

.ui-widget-content {
  background: #334458;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  height: auto !important; }

/*
 * ==========================================================================
 * Side Bar
 * ==========================================================================
 */
#aside-first .block-menu-block,
#aside-first .block-multiblock {
  display: none; }

/*
 * ==========================================================================
 * Search Mobile Layout
 * ==========================================================================
 */
.search-form {
  padding: 1em 8% 1.9em; }

.search-form input.form-text {
  background: #e1e1e1;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.9rem 2%;
  width: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.search-form input.form-submit {
  background: url('../img/sprite.png') no-repeat 8px -26px #334458;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
  height: 39px;
  line-height: 0;
  margin: 0 0 0 2%;
  width: 42px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.search-form input.form-submit:hover {
  background-color: #026bbb; }

/*
 * ==========================================================================
 * Internal Pages Mobile Layout
 * ==========================================================================
 */
.not-front #header {
  height: 226px;
  background-size: cover !important;
  background-image: url(../img/max_width_480/default_header.jpg); }

.not-front #header>.wrapper {
  background-color: #fff;
  height: 95px; }

#block-views-resources-block .views-row {
  padding: 10px 0; }

#block-views-resources-block .views-field-title {
  float: left;
  width: 70%; }

#block-views-resources-block .views-field-title * {
  font-weight: bold; }

.view-outages .views-row {
  padding: 10px 0;
  border-bottom:1px solid #252525;  }

.view-outages .views-row-last.Unplanned{
  margin-bottom:10px;
}
.view-outages .views-row-last.Planned{
  border-bottom: none;
}

.view-outages h3, .view-outages h3 *, .view-outages h3 a {
  font-weight: bold;
  text-transform: uppercase;
  color: #026bbb;
}

.view-outages .view-footer p {
  text-align: right; }

.view-outages .views-field-field-date *, .view-outages .views-field-address *  {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'Sanchez', serif;
  color: #565c6a; }

.views-field-field-date .date-display-single, .views-field-field-date .date-display-single *{
  font-weight: bold;
  color: #026bbb;
}

.view-outages .views-field-title h3 {
  font-size: 13px;
  font-size: 1.3rem;
  color: black;
  font-family: 'Lato', sans-serif; }

.view-outages .views-field-body p {
  color: #252525 !important;
  font-family: 'Lato', sans-serif !important;
  font-style: normal !important;
  font-weight: normal!important; }

#block-views-quick_links-block .field-content ul,
#block-views-quick_links-block .field-content li {
  list-style: none;
  margin: 0;
  padding: 0; }

#block-views-quick_links-block .field-content a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #036cbc;
  text-decoration: none; }

/*
 * ==========================================================================
 * Internal Pages Mobile Layout
 * ==========================================================================
 */
.not-front.page-news #header {
  background-image: url(../img/max_width_480/news_header.jpg); }

  #block-multiblock-1,
  #block-views-all_resources-block_1,
  #block-menu-menu-contractors-menu,
  #block-menu-menu-staff-menu,
  #block-system-user-menu {
    border-bottom: none;
    padding: 18px;
    background-color: #363d45; }

  #block-views-all_resources-block_1,
  #block-menu-menu-contractors-menu{
    background-color: #036cbc; }

  #block-menu-menu-staff-menu{
    background-color: #b1d524; }

  #block-multiblock-1 input.form-text {
    width: 96%; }

  #block-multiblock-1 input.form-submit,
  #block-user-login input.form-submit {
    padding: 10px 7%; }

  #block-multiblock-1 *,
  #block-views-all_resources-block_1 *,
  #block-menu-menu-contractors-menu *,
  #block-system-user-menu * {
    color: white; }

  #block-menu-menu-staff-menu * {
    color: #363d45; }

  #block-multiblock-1 input.form-text {
    color: #252525; }

  #block-views-all_resources-block_1 ul,
  #block-views-all_resources-block_1 li,
  #block-menu-menu-contractors-menu ul,
  #block-menu-menu-contractors-menu li,
  #block-menu-menu-staff-menu ul,
  #block-menu-menu-staff-menu li,
  #block-system-user-menu ul,
  #block-system-user-menu li {
    margin: 0;
    padding: 0;
    list-style: none; }

  #block-views-all_resources-block_1 a,
  #block-menu-menu-contractors-menu a,
  #block-menu-menu-staff-menu a,
  #block-system-user-menu a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 15px;
    margin-top: 5px;
    display: inline-block;
    font-weight: bold; }

  #block-views-all_resources-block_1 a:hover,
  #block-menu-menu-contractors-menu a:hover,
  #block-menu-menu-staff-menu a:hover,
  #block-system-user-menu a:hover {
    background: white;
    color: black; }

/*
 * ==========================================================================
 * Home page Mobile Layout
 * ==========================================================================
 */
.cycle-banner-background {
  height: 292px;
  width: 100%;
  background-size: cover !important;
  position: relative;
  display: block; }

.ie8.front .cycle-banner-background {
  background-image: url(../img/default_images/powerline.jpg);
  background-size: cover; }

.front #header-region div,
.front #header-region span,
#header-region div,
#header-region span {
width: 100% !important; }

.front #header-region .cycle-banner-opacity {
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Arvo', serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-style: italic;
  margin: 0 0 0 0;
  padding: 0.5em 4%;
  width: 92%;
  position: absolute;
  bottom: 0;
  display: block; }
  
 #header-region .cycle-banner-opacity {
  background: black;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  font-family: 'Arvo', serif;
  font-size: 21px;
  font-size: 2.1rem;
  font-style: italic;
  margin: 0 0 0 0;
  padding: 0.5em 4%;
  width: 92%;
  position: absolute;
  bottom: 0;
  display: block; }

/*
 * ==========================================================================
 * Call to Action Mobile Layout
 * ==========================================================================
 */
.view-call-to-action ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0; }

.view-call-to-action ul li {
  float: left;
  margin: 0 0 0.8em 0;
  width: 48%;
  max-height: 450px/*370px*/!important;
  overflow: hidden; }

.view-call-to-action ul li.views-row-first {
  margin-right: 4%; }

.view-call-to-action ul li.views-row-last {
  clear: both;
  float: none;
  margin-bottom: 0;
  width: 100%; }

.calltoaction-background {
  display: block;
  padding: 1.5em 4%;
  overflow: hidden; }

.calltoaction-opacity {
  display: block; }

.calltoaction-opacity span {
  display: block;
  max-width: 260px;
  margin: 0 auto; }

.calltoaction-opacity .caption {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase; }

.calltoaction-opacity .subcaption {
  font-family: 'Sanchez', serif;
  color: #c3dff5;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 1em;
  text-transform: none; }

/*
 * ==========================================================================
 * News Layout
 * ==========================================================================
 */
.view-news .views-row {
  padding: 10px 0;
  margin-top: 5px;
  border-bottom: 1px solid #252525; }

.view-news .views-row-last {
  border-bottom: none; }

#content .view-news .views-field-body p:first-child{
  line-height: 1.4;
  color: #252525;
  font-family: 'Lato',sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: normal; }

.view-news .readmore {
  clear: both; }

#aside-first .view-article-category ul,
#aside-first .view-article-category li,
#aside-first .view-article-archive ul,
#aside-first .view-article-archive li {
  list-style: none;
  padding: 0;
  margin: 0; }

#aside-first .view-article-category a,
#aside-first .view-article-archive li {
  background: white;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  padding: 13px 15px;
  margin-top: 13px;
  display: inline-block;
  font-weight: bold;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }

#aside-first .view-article-category a:hover,
#aside-first .view-article-archive li:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); }

#aside-first .view-article-category a.active {
  background: #373e46;
  color: white; }

.view-all-resources table {
  width: 100%; }

.view-all-resources .views-field-field-file ul,
.view-all-resources .views-field-field-file li {
  list-style: none;
  margin: 0;
  padding: 0; }

.file-icon {
  display: inline-block; }

input.form-autocomplete {
  background-image: none !important; }

.view-pages-using-resources ul,
.view-pages-using-resources ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.views-exposed-form .views-exposed-widget input.form-submit {
  margin-top: 1.4em;
  padding: 10px 17%; }




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

/* KMHL Changes made for navigation bar */

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

ul.nice-menu a {
	color: #000;
	/*padding: 30px;*/
}

#header>.wrapper {
	background-color: #fff;
	float: left;
	max-width: 100%;
	/*margin-left: -60px;*/
position: absolute;
	left: 0;
}

#nice-menu-1 {
	z-index: 9999;
	float: right!important;
	margin-top: 14px;
	}

.front #nice-menu-1 {
	z-index: 9999;
	float: right!important;
	margin-top: 33px;
}

span.wrapper {
	text-align: center;
}

div#block-nice_menus-1 {
	padding-top: 40px;
}

.block-nice-menus .content > ul.nice-menu > li > ul > li,
.block-nice-menus .content > ul.nice-menu > li ul li ul li {
	background-color: #036cbc;
}

.block-nice-menus .content > ul.nice-menu > li > ul > li a {
	color: #fff;
}
.block-nice-menus .content > ul.nice-menu > li > ul > li a:hover {
	color: #000;
	cursor: pointer;
}

#header-bar ul.nice-menu > li:hover > ul {
    top: 70px;
}

ul.nice-menu li ul li ul {
    left: 210px!important;
    top: 0;
}



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

/* HLMOD - 20160709 Edited so menu can be moved to top.
   This is copied from ElectroNet site banner */
   
/* ==================================================== */


/* === mobile === */
/*#skip {
  display: none;
}*/

/* === logo === */
#name-and-slogan {
  display: inline-block;
  width:300px;
  height:125px;
  padding-top:7px;
  padding-left: 10px;
}
#name-and-slogan #site-name {
  padding: 0;
  margin:0;
  height: auto;
}

#header-bar #header-region {
  display: inline-block;
}

#header-bar #header-region {
  float:left;
}


/* === menus === */
#header-region #block-nice_menus-1 {
  display: inline-block;
  width:auto;
  padding-top: 40px;
  margin-bottom: -20px;
}
#header-region ul.nice-menu {
  display: inline-block;
  margin-right: 0;
}
#header-region ul.nice-menu a {
  color: #000;
  font-weight: bold;
  padding:5px 25px 10px 25px;
}
#header-region .block-nice-menus .content > ul.nice-menu > li > a{
  font-size: 1em;
  /*padding-top:60px;*/
/*  height: 40px;
  display: inline-block;*/
}
#header-region ul.nice-menu > li.menu-path-front {
  background: url("../img/icon-home-menu-black.png") no-repeat 20px 7px transparent;
}
#header-region ul.nice-menu > li.menu-path-front:hover {
  background: url("../img/icon-home-menu-blue.png") no-repeat 20px 7px transparent;
}
.front #header-region ul.nice-menu > li.menu-path-front {
  background: url("../img/icon-home-menu-blue.png") no-repeat 20px 7px transparent;
}
#header-region ul.nice-menu > li.menu-path-front a {
  display: inline-block;
  width:15px;
  height:38px;
  text-indent:-9999px;
}
#header-region ul.nice-menu ul a,
#header-region ul.nice-menu .active-trail ul a {
  color:#FFF;
  border-bottom: none;
}
#header-region ul.nice-menu ul ul a{
  font-size: 12px;
}
#header-region ul.nice-menu ul ul a:before{
  content:"- ";
}
#header-region ul.nice-menu ul a:hover {
  color:#dcdcdc;
}
#header-region ul.nice-menu > li:hover > ul {
  display: inline-block;
  width:330px;
  visibility: visible;
  bottom:inherit;
  /*top:54px;*/
  left: -25px;
}


/* === Search Bar === */

#header-region #block-search-form {
  display: inline-block;
  width:260px;
}
#header-region #block-search-form .container-inline {
  text-align:right;
  z-index: 10;
  position: static;
  height:0;
}
#header-region #block-search-form {
  padding:0;
}
#header-region .search-form {
  padding:0;
}
#header-region #block-search-form input[type="text"] {
  background: #FFF;
  color:#dcdcdc;
  border:solid #dcdcdc 1px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}
#header-region div .form-actions {
  display: inline-block;
  width:32px;
  height:0;
  
}
#header-region .search-form input.form-submit {
    background: url('../img/icon-search-blue.png') no-repeat 0 0 #FFF;
    border: none;
    text-indent: -9999px;
    overflow: hidden;
    line-height: 0;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: absolute;
    top: 6px;	
    margin-left: 10px;
}
#header-region .search-form input.form-submit:hover {
  cursor: pointer;
}

form#search-block-form {
	position: absolute;
    top: 37px;
    right: 78px;
    z-index: 10000;
    width: 100%;
}
/* ====================== */
/* Contact / Social */
/* ====================== */

#header-region #contact-social {
  text-transform: uppercase;
  display: inline-block;
 text-align: right;
  z-index: 88;
  position: relative;
  width: 29%!important;
  float:right;
  right: 200px;
  margin-right: 20px;
}


/*  Change the dropdown to bottom */

ul.nice-menu ul {
    /*top: 74px;*/
    /*top: 6.9rem;*/
}

ul.nice-menu > li {
    padding-bottom: 35px;
}


@media only screen and (min-width:320px) {

	#header>.wrapper {
    	float: left;
    	width: 100%;
    	z-index: 9999;
    	padding-bottom:0;
    	position: fixed;
    	padding-left:15px;
    	overflow-x:hidden;
	}

	
	#skip a {
  display: block;
  height: 29px;
  width: 29px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 53px; }

#skip a[href*="#search-block-form"] {
  background: url('../img/sprite_new.png') no-repeat 0 -32px;
  margin-right: 74px;
  /*z-index:10000;*/ }

#skip a[href*="#navigation"] {
  background: url('../img/sprite_new.png') no-repeat 0 0;
  margin-right: 26px;
  z-index:10000; }

ul.nice-menu > li > a {
	color: #fff;
}

}



@media only screen and (min-width:768px) {
div#navigation {
    display:none;
}

#skip {
	display: none;
}

ul#nice-menu-1 {
    font-size: 14px;
}

ul.nice-menu li {
    position: relative;
    border-top: 0;
    display: inline-block;
    padding-top: 5px;
}
.front #header>.wrapper {
	height: auto;
	min-height: 170px;
}

#header>.wrapper {
	height: auto;
	min-height: 170px;
}

#header-region .block-nice-menus .content > ul.nice-menu > li > a {
    font-size: 1em;
    padding-left: 13px;
    padding-right:15px;
}

#header-region ul.nice-menu > li:hover > ul {
    top: 74px;
	width: 218px;
}


li.menu-339.menu-path-front.first.odd {
    margin-right: 6px;
    width: 44px;
    /*margin-top: 6px;*/
}

#site-name a {
    background: url('../img/logo-ipad.png') no-repeat 0 0!important;
    height: 95px;
} 
 
#header-region ul.nice-menu > li:hover > ul {
    left: -34px;
} 

div#contact-social {
    position: relative;
    padding-top: 27px;
    color: #000;
    font-weight: bold;
    text-align: right;
}

div#contact-social a {
    padding: 10px;
    background-color: #036cbc;
    color: #fff;
    text-transform: uppercase;
    margin-left:10px;
}

div#contact-social a:hover {
    text-decoration: underline;
    cursor: pointer;
}

div#contact-social span {
    font-size: 16px;
    font-weight: bold;
    margin-right: 30px;
}

#header-region #block-nice_menus-1 {
	padding-top:30px;
	padding-right:40px;
	}

.front #header-region #block-nice_menus-1 {
	padding-top:5px;
	padding-right:40px;
	}


.front #header-region #block-nice_menus-1 {
    padding-right: 11px;
}

#name-and-slogan {
	padding-left: 34px;
}

.front #header-region #block-nice_menus-1 {
    padding-right: 36px;
}

#header-region #block-nice_menus-1 {
   /* padding-right: 36px;*/
}

/* Drop down menu as block */

#header-region ul.nice-menu > li:hover > ul > li {
    display: inline-block;
    width: 75%;
    float: left;
}

#header-region ul.nice-menu > li:hover > ul > li > ul {
    visibility: visible;
    margin-left: -200px;
    position: inherit;
    left: inherit;
    bottom: inherit;
    display: inline-block;
    line-height: normal;
}

#header-region ul.nice-menu > li:hover > ul > li {
    width: 320px;
}

ul.nice-menu>li>ul>li {
    padding-top: 10px;
}

#header-region ul.nice-menu > li:hover > ul > li {
    width: 320px;
}

#header-region ul.nice-menu > li:hover > ul {
    line-height: 0.8;
}
 
 }
 
@media only screen and (min-width:768px) and (max-width:798px) {
 
 #header-region #block-nice_menus-1 {
	padding-right:20px;
}
.not-front #header-region #block-nice_menus-1 {
	padding-right:25px;
}
	
.front #header-region #block-nice_menus-1 {
    padding-top: 10px;
    /*padding-right: 11px;*/
}

#header-region ul.nice-menu > li:hover > ul {
   top: 61px;
   }
   
   .front #header-region ul.nice-menu > li:hover > ul {
   top: 62px;
   }

 }
 
 @media only screen and (min-width:799px) and (max-width:1020px) {
 
 #header-region ul.nice-menu > li:hover > ul {
   top: 61px;
   }
   
   .front #header-region ul.nice-menu > li:hover > ul {
   top: 67px;
   }
   
 }
 
@media only screen and (min-width:1020px) and (max-width:1199px) {
  
 #name-and-slogan {
    padding-top: 30px;
}

#header-region ul.nice-menu > li:hover > ul {
    top: 65px;
}

.front #header-region ul.nice-menu > li:hover > ul {
    top: 71px;
}

#header-region ul.nice-menu > li:hover > ul > li {
	padding-top:10px;
	padding-bottom: 0;
}

#header-region #contact-social {
    right: 270px!important;
}


}



@media only screen and (min-width:320px) and (max-width:767px) {
	form#search-block-form {
    	display: none;
	}
	
	#content {
		padding: 1em;
	}
	
	footer#footer {
		padding: 1em;
	}
	
	#header>.wrapper {
		height: 120px!important;
	}
	
	#nice-menu-1 {
		width:100%;
	}

}

@media only screen and (min-width:768px) and (max-width:850px) {
#header-region .block-nice-menus .content > ul.nice-menu > li > a {
	padding-left: 13px!important;
    padding-right:17px!important;
}

.view-call-to-action ul li {
    max-height: 389px/*370px*/!important;
    overflow: hidden;
}

}

@media only screen and (min-width:840px) and (max-width:920px) {
	.view-call-to-action ul li {
    max-height: 411px/*370px*/!important;
    overflow: hidden;
}

form#search-block-form {
    right: 96px;
}

#header-region #contact-social {
    right: 240px;
}

}

@media only screen and (min-width:920px) and (max-width:1000px) {
	.view-call-to-action ul li {
    	max-height: 432px/*370px*/!important;
    	overflow: hidden;
}

}

#header-region div,
#header-region span {
width: 100% !important; }

@media only screen and (min-width:920px) {

#header-region #contact-social {
    right: 248px;
}

form#search-block-form {
    right: 96px;
}

 }
 
 
#header>.wrapper { 
 width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
    
div#block-nice_menus-1 {
    /*overflow-x: hidden;*/
    padding:0;
    margin:0;
}
 
 /* HLMOD internal side menu change to look like Electronet */

@media only screen and (min-width: 768px) { 
 
 #aside-first .block-menu-block .content a {
    text-decoration: none;
    padding: 5px 15px 5px 5px;
    margin-top: 13px;
    display: inline-block;
    font-weight: bold;
}

#aside-first .block-menu-block .content a:hover {
    color: #565c6a;
}

#aside-first .block-menu-block ul.nice-menu li {
    padding-left: 20px;
}

#aside-first ul.menu {
    padding-left: 15px;
    width: 250px;
    line-height: 1;
}

#aside-first ul.menu li ul li {
    font-size: 13px;
    padding-top:0;
    padding-bottom: 0;
}

li.expanded, li.collapsed, li.leaf {
    padding:0!important;
    margin: 0!important;
}
 
 }
 
 
 @media only screen and (max-width: 768px) { 
 
 	#edit-submitted-connection-details-connection-type {
 		background-color: #fff;
 	}
 	
 	#edit-submitted-connection-details-connection-description {
 		background-color: #fff;
 	}
 
 	#edit-submitted-connection-details-connection-phases {
 		background-color: #fff;
 	}
 	
 	#edit-submitted-service-main-details-service-proposed-servicemain-type {
 		background-color: #fff;
 	}
 	
 	#header>.wrapper {
 		position: absolute;
 	}	
 
 
 
 
 
 
 
 }
 
 
 @media screen and (min-width: 768px) {
    .views-field-field-postponement-date {
        float:right;
		width: 50%;
    }
}

.views-label-field-postponement-date{
	font-size: 1.2rem;
    color: #565c6a;
}

.views-field-field-postponement-date .date-display-single{
	font-weight: bold;
    color: #026bbb;
	font-size: 1.2rem;
	font-family: 'Sanchez', serif;
}

#header-region #block-block-13 {
	 position: absolute;
        left: 25%;
    width: auto!important;
    color: #036cbc;
    z-index: 10000;
	 font-weight: bold;
    top: 29px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
	#header-region #block-block-13 {
		right: 20px;
    left: auto;
    top: 0;
	}
}

#header-region #block-block-13 a {
	color: #000;
	background: url(/profiles/basekit/themes/BPblank/img/sprite.png) no-repeat 5px -189px;
    background-size: 24px;
    padding-left: 20px;
    text-decoration: none;
}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 