/* Global Font Style */


/* Browser Upgrade Notice */

.browsehappy {
    background: #eee none repeat scroll 0 0;
    margin: 0;
    padding: 20px;
    position: relative;
    text-align: center;
    z-index: 999;
}

.browsehappy > a:link, .browsehappy > a:visited {
    color: #43358c;
}

/* Global Styles */

body {
    color: #333333;
    font-family: FFClanWebProBook, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

a:link,
a:visited,
a:active {
    color: #00aaff;
    cursor: pointer;
    line-height: inherit;
    text-decoration: none;
}

a:hover,
a:target {
    color: #333333;
}

a.button:link,
a.button:visited,
a.button:active {
    color: #ffffff;
}

strong, b {
    font-family: FFClanWebProBold, Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
}

p.emph {
    font-family: FFClanWebProNews,Verdana,Arial,Helvetica,sans-serif;
}

#page-content li {
    padding: 0 0 20px;
}

.button {
    background-color: #00aaff;
    border-radius: 25px;
    padding: 0.85em 1.5em 0.6em;
}

.fsForm input[type='submit'] {
    background-color: #00aaff;
    border-radius: 25px;
    padding: 0.85em 1.5em 0.6em;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 0.9em;
    float: left;
    color: #fefefe;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.fsForm input[type='submit']:hover {
    background-color: #4B83C7;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.button:hover,
.button:focus {
    background-color: #0074B1;
}

.button.success {
    background-color: #83bf41;
    color: #68AF23;
}

.button.success:hover,
.button.success:focus {
    background-color: #008738;
}

.button.alert {
    background-color: #E2001A;
    color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
    background-color: #7D1423;
}

.button.secondary {
    background-color: #EB952D;
    color: #fefefe;
}

.button.secondary:hover,
.button.secondary:focus {
    background-color: #F6BC26;
}

.button.expanded {
    margin: 25px 5%;
    width: 90%;
}

.button.hollow.white {
    border: 1px solid #FFFFFF;
    color: #ffffff;
}

.button.hollow.white:hover {
    color: #333333;
}

.button.hollow.secondary {
    background-color: transparent;
    border: 1px solid #eb952d;
    color: #eb952d;
}

.button.hollow.secondary:hover {
    border-color: #f6bc26;
    color: #f6bc26;
}

.button.full {
    display: block;
}

::-webkit-input-placeholder {
   color: #acacac;
}

input::-webkit-placeholder, textarea::-webkit-placeholder {
    color: #acacac;
}

:-moz-placeholder { /* Firefox 18- */
   color: #acacac;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #acacac;  
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #acacac;
}

:-ms-input-placeholder {  
   color: #acacac;  
}

input::-ms-placeholder, textarea::-ms-placeholder {
    color: #acacac;
}

::placeholder {
    color: #acacac;
}

input::placeholder, textarea::placeholder {
    color: #acacac;
}

.search-bar input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}

.search-bar input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}

.search-bar input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}

.search-bar input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

.search-bar input[type="search"]::placeholder {
    color: #ffffff;
}

.thumbnail.float-left {
    margin-right: 25px;
}

.thumbnail.float-right {
    margin-left: 25px;
}

.table-wrapper {
    overflow-x: auto;
}

table {
    margin: 0 0 2em;
    width: 100%;
}

table tbody tr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, 0.125) -moz-use-text-color;
    border-image: none;
    border-style: solid none;
    border-width: 1px 0;
}

table tbody tr:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.024);
}

table td {
    padding: 0.75em;
}

table th {
    font-size: 0.9em;
    padding: 0 0.75em 0.75em;
    text-align: left;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

table thead {
    border-bottom: 2px solid #ECECEC;
}

table tfoot {
    border-top: 2px solid #ECECEC;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ECECEC;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 1px;
}

table.alt tbody tr:first-child td {
    border-top-width: 1px;
}

table.alt thead {
    border-bottom: 0 none;
}

table.alt tfoot {
    border-top: 0 none;
}

a.plus::after {
    content: " +";
    white-space: nowrap;
}

.flux-top::before {
    background-color: #ffffff;
    border-radius: 10px;
    content: " ";
    display: block;
    height: 7px;
    margin: 0 auto 15px;
    width: 10%;
}

.flux-bttm::after {
    background-color: #ffffff;
    border-radius: 10px;
    content: " ";
    display: block;
    height: 7px;
    margin: 15px auto 0;
    width: 10%;
}

.genericon {
    vertical-align: middle;
}

/* Header Styles */

.logo > a {
    display: inline-block;
    padding: 20px 0;
}

.title-bar {
    background: transparent none repeat scroll 0 0;
    color: #333333;
}

.title-bar-title {
    text-transform: uppercase;
    display: block;
}

.menu-icon {
    width: 30px;
    height: 30px;
}

.menu-icon::after {
    background: #00aaff none repeat scroll 0 0;
    box-shadow: 0 10px 0 #00aaff, 0 20px 0 #00aaff;
    height: 6px;
    border-radius: 6px;
}

.menu-icon:hover::after {
    background: #cacaca none repeat scroll 0 0;
    box-shadow: 0 10px 0 #cacaca, 0 20px 0 #cacaca;
}

@media screen and (min-width: 40em) {
    .top-bar, .top-bar ul {
        background-color: #ffffff;
        color: #333333;
    }
    
    
    .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu,
    .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
        top: 121%;
    }
    
    .dropdown.menu > li.is-dropdown-submenu-parent > a::after,
    .dropdown.menu.vertical > li.opens-right > a::after,
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
        border-color: #333333 transparent transparent;
    }
    
    .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after,
    .dropdown.menu.vertical > li.opens-right:hover > a::after,
    .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent:hover > a::after {
        border-color: #00aaff transparent transparent;
    }
    
    .global-nav a:link,
    .global-nav a:visited,
    .global-nav a:active {
        color: #333333;
        text-decoration: none;
        font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
        font-size: 14px;
    }

    .global-nav a:hover,
    .global-nav a:target{
        color: #00aaff;

    }
    
    nav.global-nav #global-nav-list > ul > li.dropdown > ul:hover {
        display: block;
    }
}

.menu .active > a {
    background-color: #ffffff;
    color: #00aaff;
}

@media screen and (min-width: 65em) {
    .global-nav .menu-text {
        color: #00aaff;
        font-size: 14px;
        font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-style: normal;
    }
}

@media screen and (max-width: 70.9375em) {
    .internal #global-nav-list > ul > li:first-child,
    .internal #global-nav-list > ul > li:last-child {
        display: none;
    }
    .internal #global-nav-list > ul.menu > li:nth-child(2) > a::before {
        display: none;
        padding: 0;
    }
}

@media screen and (max-width: 65em) {
    .homepage #global-nav-list > ul > li:first-child,
    .homepage #global-nav-list > ul > li:last-child {
        display: none;
    }
    .homepage #global-nav-list > ul.menu > li:nth-child(2) > a::before {
        display: none;
        padding: 0;
    }
}

@media screen and (max-width: 60.6875em) {
    .internal #global-nav-list > .menu > li > a::before {
        content: none;
    }
}

@media screen and (max-width: 49.9375em) {
    .homepage #global-nav-list > .menu > li > a::before {
        content: none;
    }
}


@media screen and (max-width: 44.9375em) {
    .menu li.search-nav {
        display: block;
        margin: 10px 10% 0;
        padding: 0;
    }
}

@media screen and (max-width: 40em) {
    .menu li.search-nav {
        display: none!important;
    }
}

@media screen and (min-width: 40em) and (max-width: 55.6875em) {
    .internal .top-bar {
        padding: 0.5rem 0;
    }
    .menu > li > a {
        padding: 0.7rem 10px 0.7rem 7px;
    }
}

.menu-column {
    padding-top: 31px;
}

.search .inner {
    position: relative;
}

input[type='search'] {
    border: 2px solid #e3e3e3;
    border-radius: 20px;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 10px;
    padding: 0.5rem 30px;
    text-align: center;
    width: 114px;
}

input[type="search"] {
    box-shadow: none;
}

@media screen and (max-width: 40em) {
    .global-nav .search input {
        margin: 0 0.5rem;
        max-width: inherit;
        width: calc(100% - 1rem);
    }
}

.js-drilldown-back > a {
    color: #333333;
}

.search .genericon-search {
    color: #00aaff;
    font-size: 1.25em;
    font-weight: bold;
    left: 17px;
    position: absolute;
    top: 9px;
}

.request-callout .inner {
    background-color: #00aaff;
    color: #0074b1;
    padding: 25px 21px;
    -webkit-border-radius: 0px 0px 80px 80px;
    -moz-border-radius: 0px 0px 80px 80px;
    border-radius: 0px 0px 80px 80px;
    display: block;
}

.request-callout .inner h2 {
    color: #ffffff;
    font-size: 26px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
    line-height: 26px;
}

.request-callout .inner h3 {
    color: #003366;
    font-size: 13px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.request-callout .flux-bttm::after {
    margin: 15px 0 40px;
    width: 45%;
}

.utility-nav-container {
    float: right;
    margin: 0 30px 0 0;
}

.request-callout {
    float: right;
    max-width: 165px;
}

.utility-nav {
    color: #a7a7a7;
    padding: 25px 0 0;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#home-header .utility-nav {
    color: #ffffff;
}

#home-header .utility-nav a:link,
#home-header .utility-nav a:visited,
#home-header .utility-nav a:active,
#home-header .social-nav a:link,
#home-header .social-nav a:visited,
#home-header .social-nav a:active {
    color: #ffffff;
    text-decoration: none;
}

#home-header .utility-nav a:hover,
#home-header .utility-nav a:target,
#home-header .social-nav a:hover,
#home-header .social-nav a:target{
    color: #00aaff;
    
}

.utility-nav a:link,
.utility-nav a:visited,
.utility-nav a:active,
.social-nav a:link,
.social-nav a:visited,
.social-nav a:active {
    color: #a7a7a7;
    text-decoration: none;
}

.utility-nav a:hover,
.utility-nav a:target,
.social-nav a:hover,
.social-nav a:target{
    color: #00aaff;
    
}

.utility-nav > ul {
    direction: rtl;
    margin: 0;
    min-width: 110px;
}

.social-nav {
    display: none;
    float: right;
    padding: 25px 0 0;
}

@media screen and (min-width:52em) {
    .social-nav {
        display: block;
    }
}

.social-nav ul {
    list-style-type: none;
    margin: 0 0 0 10px;
}

.social-nav a {
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
}

.social-nav .genericon {
    font-size: 1.25em;
    text-align: center;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.25rem;
}

.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 15px;
}


@media screen and (min-width:40em) {
    #global-nav-list > .menu > li > a::before {
        content: "|";
        padding: 0 12px 0 0;
        color: #333333;
    }
}

#global-nav-list > .menu > li.search-nav > a::before {
    content: none;
    padding: 0;
}

.search-nav .button.hollow {
    border-color: #e3e3e3;
    line-height: 16px;
    width: 100%;
    color: #333333;
}

.search-nav .button.hollow:hover,
.serach-nav .button.hollow:target {
    border-color: #00aaff;
    color: #333333;
}

.search-nav .genericon {
    color: #00aaff;
}

li.search-nav {
    padding-left: 15px;
}

.internal header .search-nav {
    display: none !important;
}

/* Homepage Specific Styles */

.hero .inner {
    color: #ffffff;
}

.hero h2 {
    font-size: 28px;
    text-shadow: 0 0 8px rgba(6, 16, 30, 1);
}

.hero h3 {
    font-size: 20px;
    text-shadow: 0 0 8px rgba(6, 16, 30, 1);
}

.hero a:link,
.hero a:visited,
.hero a:active {
    color: #ffffff;
    text-decoration: underline;
}

.hero a:hover,
.hero a:target{
    color: #00aaff;
    
}

.hero .flux-bttm::after {
    background-color: #00aaff;
    margin: 35px 0 0;
    width: 15%;
}

.hero .flux-top::before {
    background-color: #00aaff;
    margin: 0 0 35px;
    width: 15%;
}

@media screen and (min-width: 40em) {
    
    .hero .flux-bttm::after {
        margin: 100px 0 0;
    }

    .hero .flux-top::before {
        margin: 0 0 100px;
    }
}

@media screen and (min-width: 64em) {
    #main-content.home-intro {
        /*background-image: url("http://engieresources.com/assets/2016/images/ENGIE-Flux-Full-Stacked-Multi-Right.jpg");*/
        background-position: right 15px;
        background-repeat: no-repeat;
    }
    .news-list h3 {
        margin-right: 45%;
    }
}

@media screen and (max-width: 64em) {
    .home-intro .news-list {
        border-left:none;
        background-image: url("http://engieresources.com/assets/2016/images/ENGIE-Flux-Full-Stacked-Multi-Right.jpg");
        background-position: right 15px;
        background-repeat: no-repeat;
    }
    .news-list h3 {
        margin-right: 45%;
    }
}

.search-bar {
    background-color: #00aaff;
    color: #ffffff;
    padding: 15px 0;
    margin-top: -67px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-bar.search-open {
    margin-top: 0;
    -webkit-transition-delay: 1100ms;
    -moz-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    transition-delay: 1100ms;
}

.quick-links ul {
    border-left: 1px solid rgba(255, 255, 255, 0.45);
    list-style-type: none;
    margin: 0;
    text-align: right;
}

.quick-links ul li {
    display: inline-block;
    line-height: 37px;
    padding: 0 0 0 15px;
}

.search-bar fieldset span {
    font-size: 1.5em;
    line-height: 37px;
}

.search-bar input[type="search"] {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    margin: 0 10px;
    padding: 0 5px;
    text-align: left;
    color: #ffffff;
    width:100%!important;
}

.search-bar input[type="search"]:focus {
    color:#ffffff;
    box-shadow: none;
}

.search-bar .button {
    margin: 0;
}

.quick-links .head {
    font-family: FFClanWebProNews,Verdana,Arial,Helvetica,sans-serif;
}

.quick-links a:link,
.quick-links a:visited,
.quick-links a:active {
    color: #ffffff;
}

.quick-links a:hover,
.quick-links a:target {
    color: #333333;
}

.search-bar fieldset span,
.search-bar input[type="search"],
.search-bar .button,
.quick-links ul li {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translate(0px, -100%);
    -moz-transform: translate(0px, -100%);
    -o-transform: translate(0px, -100%);
    -ms-transform: translate(0px, -100%);
    transform: translate(0px, -100%);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.search-bar.search-open fieldset span,
.search-bar.search-open input[type="search"],
.search-bar.search-open .button,
.search-open .quick-links ul li {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.search-bar.search-open fieldset span {
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-bar.search-open input[type="search"] {
    -webkit-transition-delay: 1400ms;
    -moz-transition-delay: 1400ms;
    -o-transition-delay: 1400ms;
    transition-delay: 1400ms;
}
.search-bar.search-open .button {
    -webkit-transition-delay: 1600ms;
    -moz-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
}
.search-open .quick-links ul li {
    -webkit-transition-delay: 1800ms;
    -moz-transition-delay: 1800ms;
    -o-transition-delay: 1800ms;
    transition-delay: 1800ms;
}
.quick-links ul li:nth-child(1) {
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}
.quick-links ul li:nth-child(2) {
    -webkit-transition-delay: 2200ms;
    -moz-transition-delay: 2200ms;
    -o-transition-delay: 2200ms;
    transition-delay: 2200ms;
}
.quick-links ul li:nth-child(3) {
    -webkit-transition-delay: 2400ms;
    -moz-transition-delay: 2400ms;
    -o-transition-delay: 2400ms;
    transition-delay: 2400ms;
}
.quick-links ul li:nth-child(4) {
    -webkit-transition-delay: 2600ms;
    -moz-transition-delay: 2600ms;
    -o-transition-delay: 2600ms;
    transition-delay: 2600ms;
}

#main-content .news-list {
    border: medium none;
    overflow: hidden;
    padding: 0;
}

.pagination-centered {
    margin-top: 30px;
    text-align: center;
}

.pagination .active {
    background: #4dbfe3 none repeat scroll 0 0;
    color: #fefefe;
    cursor: default;
    padding: 0.1875rem 0.625rem;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

#home-header {
    background-image: url("http://engieresources.com/assets/2016/images/banners/ENGIE-Hero-Homepage.jpg");
    background-size: cover;
    background-position: center center;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
}

.internal .header-search {
    display: none;
}

.internal header {
    position: relative;
    z-index: 50;
}

.sisea-result > h3 {
    font-size: 1.5em;
}

@media screen and (min-width: 40em) {
    #home-header {
        height: calc(100vh - 52px);
        padding-bottom: 0;
    }
}

#subscribe {
    margin: 45px 0 35px
}

#subscribe li {
    color: #ffffff;
    padding: 50px 0;
    background-color: #00aaff;
}

#subscribe li:nth-child(3) {
    background-color: #00aaff;
}

#subscribe li:nth-child(4) {
    background-color: #68af23;
}

#subscribe li:nth-child(5) {
    background-color: #eb952d;
}

#subscribe li:nth-child(6) {
    background-color: #e2001a;
}

#subscribe label {
    display: none;
}

#subscribe input[type="text"] {
    border: 3px solid #0074b0;
    border-radius: 54px;
    font-size: 20px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    color: #9f9f9f;
}

#subscribe input[type="submit"] {
    color: #ffffff;
    margin-top: 20px;
    padding: 0.85em 3.5em 0.6em;
    width: auto;
}

#subscribe input[type="submit"]:hover {
    color: #333333;
}

.orbit-container {
    outline: 0 none;
}

.orbit-previous, .orbit-next {
    opacity: 0;
}

.orbit-container:hover .orbit-previous, .orbit-container:hover .orbit-next {
    opacity: 1;
}

@media screen and (min-width: 64em) {
    #subscribe input {
        width: 75%;
    }
}

#main-content.home-intro .news-list {
    border-left: 10px solid #ececec;
    padding: 54px 0.9375rem 40px;
}

.news-list h3 {
    color: #009a4f;
    font-size: 22px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.news-list article .date {
    color: #888888;
    font-size: 14px;
    font-style: italic;
}

.news-list article h4 {
    color: #111111;
    font-size: 14px;
    line-height: 21px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.news-list article p {
    font-size: 14px;
    line-height: 21px;
}

.news-list article a:link,
.news-list article a:visited,
.news-list article a:active{
    color: #333333;
    text-decoration: underline;
}

.news-list article a:hover,
.news-list article a:target{
    color: #009a4f;
}

.news-list article {
    padding: 35px 0 0;
}

.news-list article::after {
    background-image: url("http://engieresources.com/assets/2016/images/ENGIE-Flux-Small-Arrow-Green.jpg");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 20px;
    margin: 35px auto 0;
    width: 27px;
}

.internal .news-list article {
    padding: 20px 0 5px;
}

.internal .news-list article::after {
    background-color: #eb952d;
    background-image: none;
    border-radius: 10px;
    height: 7px;
    margin: 0;
    width: 10%;
}

/* Home Offerings Grid Universal */

.home-offerings-grid .column h2 {
    font-size: 26px;
    line-height: 24px;
    max-width: 50%;
    margin-left: 30px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.home-offerings-grid .column p {
    font-size: 16px;
    line-height: 21px;
    margin-left: 30px;
}

.home-offerings-grid a:link,
.home-offerings-grid a:visited,
.home-offerings-grid a:active {
    color: #333333;
    text-decoration: underline;
    white-space: nowrap;
}

.home-offerings-grid a:hover,
.home-offerings-grid a:target {
    color: #7EBCE2;
}

.home-offerings-grid .column span,
.flux-pill .column span {
    border-radius: 54px;
    margin: 20px 0 30px;
    display: inline-block;
    padding: 17px 27px;
    position: relative;
    background-color: #eb952d;
}

.home-offerings-grid .column span::before,
.flux-pill .column span::before {
    border-radius: 54px;
    content: " ";
    height: 109px;
    left: 0;
    position: absolute;
    top: 0;
    width: 159px;
    z-index: -1;
    background-color: #f6bc26;
}

.flux-pill-icon {
    background-color: #00AAFF;
    border-radius: 54px;
    display: inline-block;
    margin: 20px 0 30px;
    padding: 10px 19px;
}

.flux-pill-icon > img {
    width: 45px;
}

.events-grid .flux-pill-icon {
    margin: 0 0 30px;
}

.flux-pill-icon.home,
.flux-pill-icon.webinars {
    background-color: #e10019;
}

.flux-pill-icon.business,
.flux-pill-icon.talks {
    background-color: #00aaff;
}

.flux-pill-icon.national,
.flux-pill-icon.seminars {
    background-color: #eb952d;
}

.flux-pill-icon.broker,
.flux-pill-icon.corp-events {
    background-color: #009a4f;
}

/* Home Offerings Grid 1 */

    .home-offerings-grid > .column:nth-child(1) h2 {
        color: #ec962e;
    }

    .home-offerings-grid .column:nth-child(1) span {
        background-color: #eb952d;
    }

    .home-offerings-grid .column:nth-child(1) span::before {
        background-color: #f6bc26;
    }

/* Home Offerings Grid 2 */

    .home-offerings-grid > .column:nth-child(2) h2 {
        color: #0074b0;
    }

    .home-offerings-grid .column:nth-child(2) span {
        background-color: #00aaff;
    }

    .home-offerings-grid .column:nth-child(2) span::before {
        background-color: #0074b1;
    }

/* Home Offerings Grid 3 */

    .home-offerings-grid > .column:nth-child(3) h2 {
        color: #007469;
    }

    .home-offerings-grid .column:nth-child(3) span {
        background-color: #83bf41;
    }

    .home-offerings-grid .column:nth-child(3) span::before {
        background-color: #007469;
    }

/* Home Offerings Grid 4 */

    .home-offerings-grid > .column:nth-child(4) h2 {
        color: #910f7d;
    }

    .home-offerings-grid .column:nth-child(4) span {
        background-color: #e7328a;
    }

    .home-offerings-grid .column:nth-child(4) span::before {
        background-color: #910f7d;
    }

/* Home Offerings Grid 5 */

    .home-offerings-grid > .column:nth-child(5) h2 {
        color: #7d1423;
    }

    .home-offerings-grid .column:nth-child(5) span {
        background-color: #e10019;
    }

    .home-offerings-grid .column:nth-child(5) span::before {
        background-color: #7d1423;
    }

/* Home Offerings Grid 6 */

    .home-offerings-grid > .column:nth-child(6) h2 {
        color: #d74b14;
    }

    .home-offerings-grid .column:nth-child(6) span {
        background-color: #ed9834;
    }

    .home-offerings-grid .column:nth-child(6) span::before {
        background-color: #f6bc26;
    }

/* Internal Page Styles */

@media screen and (min-width:40em) {
    .internal .global-nav {
        margin-top: -120px;
        z-index: 100;
        width: calc(100% - 180px);
    }
}

@media screen and (min-width:52em) {
    .internal .global-nav {
        width: calc(100% - 220px);
    }
}

.navigation > .column {
    padding: 0;
}

@media screen and (max-width:40em) {
    .global-nav {
        margin: 0;
    }
}

.global-nav .title-bar.row {
    margin: 0;
}

.internal > section#page-hero {
    background-image: url("http://engieresources.com/assets/2016/images/banners/ENGIE-Hero-Business.jpg");
    background-position: center center;
    background-size: cover;
    height: 160px;
    z-index: 1;
    position: relative;
}

@media screen and (min-width:40em) {
    .internal > section#page-hero {
        height: 250px;
        margin-top: -68px;
    }
}

@media screen and (min-width: 47.9375em) and (max-width: 48.8125em) {
    .internal .global-nav {
        width: calc(100% - 156px);
    }

    .request-callout {
        max-width: 141px;
    }

    .request-callout .inner {
        padding: 25px 18px;
    }
}

@media screen and (max-width: 47.9375em) { /* 48.8125em */
    .request-callout {
        display: none;
    }
    .internal .global-nav {
        margin-top: 0;
        width: 100%;
    }
    .internal > section#page-hero {
        margin-top: 0;
    }
}

@media screen and (min-width:64em) {
    .internal > section#page-hero {
        height: 340px;
    }
}

.historical .callout {
    background-color: #ececec;
}

.historical .callout .step-intro {
    border-bottom: 2px solid #eb952d;
    padding: 0 0 7px;
}

.secondary-nav .addthis_sharing_toolbox {
    border-bottom: 5px solid #ececec;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.page-content .addthis_sharing_toolbox {
    margin-top: 20px;
}
    
.secondary-nav > h2 {
    color: #00aaff;
    font-size: 20px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
    line-height: 22px;
}

.secondary-nav ul a::before {
    content: "+ ";
}

.secondary-nav ul a:link,
.secondary-nav ul a:visited,
.secondary-nav ul a:active {
    color: #666666;
    text-decoration: none;
    padding: 10px 5px;
    font-size: 13px;
    margin-right:3px;
}

.secondary-nav ul a:hover,
.secondary-nav ul a:target {
    text-decoration: none;
    background-color: rgba(0,170,255,0.5);
}

.secondary-nav > ul > li.is-active > a {
    background-color: #00aaff;
}

.secondary-nav > ul > li.is-active > ul.is-active > li.is-active > a {
    background-color: rgba(0,170,255,0.5);
}

.secondary-nav > ul > li.is-active > ul.is-active > li.is-active > ul.is-active > li.is-active > a {
    background-color: rgba(0,170,255,0.25);
}

.secondary-nav > ul > li.is-active > a:link,
.secondary-nav > ul > li.is-active > a:visited,
.secondary-nav > ul > li.is-active > a:active {
    color: #FFFFFF;
}

.secondary-nav > ul > li.is-active a:hover,
.secondary-nav > ul > li.is-active a:target {
    text-decoration: none;
}



.page-content > h3.title {
    color: #ec962e;
    font-size: 26px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

#page-content > h3.title + h2 {
    font-family: FFClanWebProBook,Verdana,Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 32px;
}

.B_crumbBox {
    color: #b0b0b0;
    margin: 0 0 20px;
}

.B_firstCrumb::before {
    content: "ENGIE";
    padding-right: 12px;
}

a.B_currentCrumb {
    color: #0a0a0a;
    cursor: default;
}

#page-content ul.B_crumbBox > li {
    display: inline-block;
    font-size: 11px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.flux-pill-subtext {
    font-size: 13px;
}

#iconlist div {
    font-size: 32px;
    height: 42px;
    line-height: 32px;
    margin: 6px;
    overflow: hidden;
    padding: 6px 8px;
    white-space: nowrap;
    width: 46px;
}

@media screen and (min-width:53em) {
    .flux-pill-subtext {
        border-left: 10px solid #ececec;
        padding: 10px 0.9375rem 0;
    }
}

.flux-pill-subtext h2 {
    color: #0074b0;
    font-size: 16px;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.flux-pill-subtext a:link,
.flux-pill-subtext a:visited,
.flux-pill-subtext a:active {
    color: #0074b0;
    text-decoration: underline;
}

.flux-pill-subtext a:hover,
.flux-pill-subtext a:target {
    text-decoration: none;
}



.home-offerings-grid .column span,
.flux-pill .column span {
    border-radius: 54px;
    margin: 20px 0 30px;
    display: inline-block;
    padding: 17px 27px;
    position: relative;
    background-color: #eb952d;
}

.home-offerings-grid .column span::before,
.flux-pill .column span::before {
    border-radius: 54px;
    content: " ";
    height: 109px;
    left: 0;
    position: absolute;
    top: 0;
    width: 159px;
    z-index: -1;
    background-color: #f6bc26;
}

.flux-pill:nth-child(3) .column span {
    background-color: #00aaff;
}

.flux-pill:nth-child(3) .column span::before {
    background-color: #0074b1;
}

.sidebar input[type="search"],
.secondary-nav .search input {
    margin: 0;
    width: 100%;
}

.secondary-nav > ul.menu {
    margin-bottom: 20px;
}

.sidebar a > img.img-responsive {
    border-radius: 6px;
    margin: 25px 0 0;
}


/* Main Content Section Styles */

.internal > section#page-hero img {
    margin-top: -70px;
}

#main-content {
    padding: 20px 0 0;
    overflow: hidden;
}

.data .check_box {
    display: inline-block;
    margin-right: 5px;
}

.historical .callout .data, .historical .callout #historical_types {
    font-size: 13px;
}

/* Footer Styles */

footer {
    padding-top: 10px;
}

.footer-nav {
    font-size: 15px;
    margin: 55px 0 10px;
    overflow: hidden;
}

.footer-nav ul {
    list-style-type: none;
    margin: 0;
}

@media screen and (min-width: 40em) {
    .footer-nav li > ul {
        margin-left: 15px;
    }
}

.footer-nav .column {
    padding-bottom: 15px;
}

@media screen and (min-width: 40em) {
    .footer-nav .column {
        padding-bottom: 45px;
    }
}

.footer-nav a:link,
.footer-nav a:visited,
.footer-nav a:active {
    color: #7a7a7a;
    font-family: FFClanWebProNews, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
    display: block;
    text-align: center;
}

.footer-nav a:hover,
.footer-nav a:target {
    color: #7a7a7a;
}

@media screen and (max-width: 40em) {
    .footer-nav a:link,
    .footer-nav a:visited,
    .footer-nav a:active {
        padding: 8px 0;
    }
}

@media screen and (min-width: 40em) {
    .footer-nav a:link,
    .footer-nav a:visited,
    .footer-nav a:active {
        display: inline-block;
        text-align: left;
    }
}

.footer-nav > ul > li > a:link {
    font-family: FFClanWebProMedium, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

.footer-nav > ul > li:nth-child(1) > a:link,
.footer-nav > ul > li:nth-child(1) > a:visited,
.footer-nav > ul > li:nth-child(1) > a:active,
.footer-nav > ul > li:nth-child(1) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(1) > ul > li > a:target {
    color:#68af23;
}

.footer-nav > ul > li:nth-child(2) > a:link,
.footer-nav > ul > li:nth-child(2) > a:visited,
.footer-nav > ul > li:nth-child(2) > a:active,
.footer-nav > ul > li:nth-child(2) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(2) > ul > li > a:target {
    color:#00aaff;
}

.footer-nav > ul > li:nth-child(3) > a:link,
.footer-nav > ul > li:nth-child(3) > a:visited,
.footer-nav > ul > li:nth-child(3) > a:active,
.footer-nav > ul > li:nth-child(3) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(3) > ul > li > a:target {
    color:#e2001a;
}

.footer-nav > ul > li:nth-child(4) > a:link,
.footer-nav > ul > li:nth-child(4) > a:visited,
.footer-nav > ul > li:nth-child(4) > a:active,
.footer-nav > ul > li:nth-child(4) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(4) > ul > li > a:target {
    color:#552382;
}

.footer-nav > ul > li:nth-child(5) > a:link,
.footer-nav > ul > li:nth-child(5) > a:visited,
.footer-nav > ul > li:nth-child(5) > a:active,
.footer-nav > ul > li:nth-child(5) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(5) > ul > li > a:target {
    color:#005fab;
}

.footer-nav > ul > li:nth-child(6) > a:link,
.footer-nav > ul > li:nth-child(6) > a:visited,
.footer-nav > ul > li:nth-child(6) > a:active,
.footer-nav > ul > li:nth-child(6) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(6) > ul > li > a:target {
    color:#008738;
}

.footer-nav > ul > li:nth-child(7) > a:link,
.footer-nav > ul > li:nth-child(7) > a:visited,
.footer-nav > ul > li:nth-child(7) > a:active,
.footer-nav > ul > li:nth-child(7) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(7) > ul > li > a:target {
    color:#eb952d;
}

.footer-nav > ul > li:nth-child(8) > a:link,
.footer-nav > ul > li:nth-child(8) > a:visited,
.footer-nav > ul > li:nth-child(8) > a:active,
.footer-nav > ul > li:nth-child(8) > ul > li > a:hover,
.footer-nav > ul > li:nth-child(8) > ul > li > a:target {
    color:#e62d88;
}

.footer-contact {
    border-bottom: 10px solid #ececec;
    border-top: 10px solid #ececec;
    color: #7a7a7a;
    padding: 20px 0 10px;
}

.footer-contact a:link,
.footer-contact a:visited,
.footer-contact a:active {
    color: #7a7a7a;
}

.footer-contact a:hover,
.footer-contact a:target {
    color: #00aaff;
}

.copyright {
    color: #7a7a7a;
    line-height: 44px;
}

.copyright img {
    padding: 30px 0;
}

.error {
    color: #e3001b;
    font-family: FFClanWebProNews,Verdana,Arial,Helvetica,sans-serif;
}

.table-wrapper td a {
    white-space: nowrap;
}

.pagination li {
    display: inline-block;
}

.fsSubFieldGroup {
    display: block;
}

.fsSubField {
    margin-bottom: 20px;
}

.fsSubFieldGroup input,
.fsSubFieldGroup select {
    margin: 0;
}


.fsSubField.fsFieldCity {
    float: left;
    width: 40%;
    margin-right: 2%;
}

.fsSubField.fsFieldState {
    float: left;
    width: 36%;
    margin-right: 2%;
}

.fsSubField.fsFieldZip {
    float: left;
    width: 20%;
}

