/*
Theme Name: Start
Theme URI: http://findcreative.london
Author: Find Creative
Author URI: http://findcreative.london
Description: Custom Theme for ECA
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, featured-images, post-formats
Text Domain: start
*/
/*
-- CONTENTS -- 
1.  Reset
2.  Clearfix
3.  Typography
4.  Grid
5.  Header
6.  Navigation
7.  Global Styles
8.  Pages
9.  Footer
10. Sidebar
11. Buttons
12. Forms
13. Print
*/

@import url('css/great-grants.css');

/* -- 1. RESET -- */
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;
}

article ul div.entry-content.eight{
    list-style-type: disc;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

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;
}

blockquote p {
  font-family: foco_triallight_italic;
  display: block;
  margin-bottom: 2rem !important;
  margin-top: 2rem !important;
  background-color: #f8f9fa;
  border-left: #582a62 5px;
  border-left-style: solid;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}

p.italic, em {
    font-style: italic;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

main {
	background: #fff;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

/* -- 2. CLEARFIX -- */
.row:before, .row:after {
  content: ' ';
  display: table;
}

.row {
  *zoom: 1;
}
.row:after {
  clear: both;
}

/* -- 3. TYPOGRAPHY -- */
@font-face {
  font-family: 'focow01-boldregular';
  src: url("fonts/foco_w01_bold-webfont.eot");
  src: url("fonts/foco_w01_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/foco_w01_bold-webfont.woff2") format("woff2"), url("fonts/foco_w01_bold-webfont.woff") format("woff"), url("fonts/foco_w01_bold-webfont.ttf") format("truetype"), url("fonts/foco_w01_bold-webfont.svg#focow01-boldregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'foco_trialbold';
  src: url("fonts/foco_trial_bd-webfont.eot");
  src: url("fonts/foco_trial_bd-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/foco_trial_bd-webfont.woff2") format("woff2"), url("fonts/foco_trial_bd-webfont.woff") format("woff"), url("fonts/foco_trial_bd-webfont.ttf") format("truetype"), url("fonts/foco_trial_bd-webfont.svg#foco_trialbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'foco_triallight_italic';
  src: url("fonts/foco_trial_ltit-webfont.eot");
  src: url("fonts/foco_trial_ltit-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/foco_trial_ltit-webfont.woff2") format("woff2"), url("fonts/foco_trial_ltit-webfont.woff") format("woff"), url("fonts/foco_trial_ltit-webfont.ttf") format("truetype"), url("fonts/foco_trial_ltit-webfont.svg#foco_triallight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'foco_triallight';
  src: url("fonts/foco_trial_lt-webfont.eot");
  src: url("fonts/foco_trial_lt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/foco_trial_lt-webfont.woff2") format("woff2"), url("fonts/foco_trial_lt-webfont.woff") format("woff"), url("fonts/foco_trial_lt-webfont.ttf") format("truetype"), url("fonts/foco_trial_lt-webfont.svg#foco_triallight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'foco_trialregular';
  src: url("fonts/foco_trial_rg-webfont.eot");
  src: url("fonts/foco_trial_rg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/foco_trial_rg-webfont.woff2") format("woff2"), url("fonts/foco_trial_rg-webfont.woff") format("woff"), url("fonts/foco_trial_rg-webfont.ttf") format("truetype"), url("fonts/foco_trial_rg-webfont.svg#foco_trialregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "foco_triallight", sans-serif;
  background: #f9f9f9; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "foco_trialbold", sans-serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.8rem;
}

b, strong {
  font-weight: bold;
}

p, li {
  font-family: "foco_triallight", sans-serif;
  line-height: 1.2;
  margin-bottom: 1rem;
}
p:last-child, li:last-child {
  margin-bottom: 0;
}

/* -- 4. GRID -- */
@media (min-width: 768px) {
  .one {
    width: 6.66667%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .two {
    width: 15%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .three {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}
@media (min-width: 1024px) {
  .three {
    width: 23.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .four {
    width: 31.66667%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .five {
    width: 40%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .six {
    width: 48.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .half {
    float: left;
    width: 50%;
  }
}

@media (min-width: 768px) {
  .seven {
    width: 56.66667%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .eight {
    width: 65%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .nine {
    width: 73.33333%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .ten {
    width: 81.66667%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

@media (min-width: 768px) {
  .eleven {
    width: 90%;
    float: left;
    margin-left: 0.83333%;
    margin-right: 0.83333%;
  }
}

.full {
  width: 98.33333%;
  float: left;
  margin-left: 0.83333%;
  margin-right: 0.83333%;
}

/* -- 5. HEADER -- */
.masthead {
  padding: 0.5rem 5%;
  position: fixed;
  width: 95%;
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 999;
  top: 0;
  height: 55px;
}
@media (min-width: 768px) {
  .masthead {
    padding: 0 5%;
    height: 5rem; 
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .masthead .eight {
    float: right;
  }
}

.masthead .two {
  text-align: center;
}
.masthead .social-media {
  display: none;
}
@media (min-width: 1024px) {
  .masthead .social-media {
    display: block;
  }
}
.masthead .two img {
	max-width: 120px;
}
@media (min-width: 640px) and (max-width: 768px) {
  .masthead .two img {
    position: relative;
    top: 0px;
  }
} 

@media (min-width: 768px) {
  .masthead .two {
    width: 85%; 
  }
  .masthead .two img {
    width: 100%;
    max-width: 180px;
    top: 6px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .masthead .two {
    width: 15%;
  }
}

@media (min-width: 1200px) {
  .masthead .two img {
    width: 70%;
    top: 12px;
  }
}
.masthead .two .fa {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .masthead .two .fa {
    padding-top: 1.75rem;
  }
}
@media (max-width: 768px) {
  .masthead .two {
    width: 50%;
    float: left;
  }
}

.search-overlay {
    visibility: hidden;
    position: relative;
    width: 100%;
    left: 0;
    background-color: rgba(255,255,255,0.95);
    height: 100%;
}
.search-overlay .search-toggle {
    position: relative;
    top: -1.5rem;
    font-size: 1.5rem;
}
.search-overlay #s {
    border-bottom: 1px solid #000;
    color: #000;
}

.search-overlay-form {
    position: relative;
    top: -4rem;
    width: 600px;
    max-width: 90%;
    margin: auto;
}

/* -- 6. NAVIGATION -- */
.toggle {
  right: 5%;
  padding-right: 5%;
  top: 1.5rem;
  position: absolute;
}

@media (min-width: 1024px) {
  .toggle {
    display: none;
  }
}
nav {
  display: none;
  background-color: rgba(255, 255, 255, 1);
  width: 95%;
  margin-top: 4rem;
  height: 85vh;
  overflow: scroll;
  padding-bottom: 1rem;
}
nav li {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  text-align: left;
  font-family: 'foco_trialregular', sans-serif;
}
nav li a {
  padding: 0.5rem;
  display: block;
}

@media (min-width: 1024px) {
  nav li a {
    padding: 1.75rem 1.25rem;
  }
}

@media (min-width: 1200px) {
  nav li a {
    padding: 1.75rem 0;
  }
}

nav li a:hover {
  color: #fff;
  /*background-color: rgba(255, 255, 255, 0.5);*/
}
@media (min-width: 1024px) {
  nav {
    display: block;
    width: auto;
    margin-top: 0;
    height: auto;
    overflow: inherit;
    padding-bottom: 0;
  }
  nav li {
    display: inline-block;
    float: left;
    width: calc(100% / 7);
	text-align: center;
  }
}

nav li:nth-child(7):hover, nav li:nth-child(7):hover .sub-menu li:hover a {
  background-color: #186DA3;
}

nav li:nth-child(6):hover, nav li:nth-child(6):hover .sub-menu li:hover a {
  background-color: #2E3247;
}

nav li:nth-child(5):hover, nav li:nth-child(5):hover .sub-menu li:hover a {
  background-color: #19AA6B;
}
nav li:nth-child(4):hover, nav li:nth-child(4):hover .sub-menu li:hover a {
  background-color: #E4484B;
}
nav li:nth-child(3):hover, nav li:nth-child(3):hover .sub-menu li:hover a {
  background-color: #652D73;
}
nav li:nth-child(3):hover .sub-menu .sub-menu li:hover a {
  background-color: #652D73;
}
nav li:nth-child(3):hover .sub-menu .sub-menu li a {
  background-color: rgba(255, 255, 255, 0.98);
}
nav li:nth-child(2):hover, nav li:nth-child(2):hover .sub-menu li:hover a {
  background-color: #186DA3;
}
nav li:first-child:hover, nav li:first-child .sub-menu li:hover a .sub-menu li:hover a {
  background-color: #2E3247;
}

nav li:last-child:hover, nav li:last-child:hover {background-color: #186DA3;}

nav li:hover {
  color: #fff;
}

.current_page_item {
  background-color: #fff;
  color: #0073bd;
}

.menu-item-has-children, .page-item-has-children {
  position: relative;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}

.sub-menu, .children {
  background-color: rgba(255, 255, 255, 0.98);
  padding: 0;
}

@media (min-width: 1024px) {
  .sub-menu, .children {
    position: absolute;
    display: none;
  }

  .sub-menu .sub-menu {
    display: none!important;
    position: absolute;
    margin-left: 0!important;
  }
}

.sub-menu li, .children {
  text-align: left;
  width: 100%;
  white-space: nowrap;
  color: #000;
}
.sub-menu li a {
  padding: 1rem;
}
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
  margin-left: 1rem;
}
.sub-menu .sub-menu li {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.sub-menu li:hover .sub-menu {
  display: block !important;
}

.navigation {
  display: block;
}
.navigation .screen-reader-text {
  display: none;
}

.nav-links {
  text-align: center;
  margin: 1rem auto 4rem;
  font-size: 1.1rem;
}

.page-numbers {
  margin-right: 1rem;
}


span.page-numbers.current {
	border-radius: 50%;
    background-color: #1f6393;
    font-weight: 900;
    color: white;
    padding: 10px 17px;
    margin-left: 2px;
    margin-right: 2px;
}

/* No greater than 1100px, no less than 1024px */

@media (max-width: 1160px) and (min-width: 1024px) {

.masthead {
    padding: 0 0 0 2%;
    width: 98%;
}
	
	nav li a {
    padding: 1.75rem .95rem;
}
	
nav li {
    width: auto;
  }	

}




/* -- 7. GLOBAL STYLES -- */
/* --- Elements --- */


a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

 
img {
  display: block;
  height: auto;
  max-width: 100%;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

:-moz-placeholder {
  opacity: 1;
  color: #cccccc;
}

table {
  width: 100%;
  overflow: scroll;
}

td {
  padding: 1rem;
}

tr:nth-child(2n-1) {
  background-color: #f8f9fa;
}

/* --- Layout --- */
.image {
  background-size: cover;
  background-position: center;
}

.icon {
  max-height: 150px;
  margin: 0 auto 1rem;
}

.featured {
  width: 100%;
  background-size: cover;
  background-position: center;
}


ol {
	list-style-type: decimal;
    padding-left: 15px;
}
.single-hero {
  height: 50vh;
  background-size: cover;
  position: relative;
  margin-top: 4rem;
}

.project-hero {
  height: 50vh;
  background-size: cover;
  position: relative;
  margin-top: 4rem;
}

@media (min-width: 769px) {
  .single-hero {
    margin-top: 0;
	height: 60vh;
  } 
  
  .project-hero {
    margin-top: 0;
	height: 70vh;
  } 
} 

@media (min-width: 1024px) {
  .single-hero {
    margin-top: 0;
	height: 60vh;
  } 
  
  .project-hero {
    margin-top: 0;
	height: 80vh;
  } 
} 

@media (min-width: 1600px) {
  .single-hero {
    margin-top: 0;
	height: 60vh;
  } 
  
  .project-hero {
    margin-top: 0;
	height: 70vh;
  } 
} 

/* -- 8. PAGES -- */

/* --- 404 --- */
.error404 article {
  padding: 10%;
}
.error404 article a {
  text-decoration: underline;
}

/* --- Home --- */
.hero {
  background-color: #1f6393;
  color: #FFFFFF;
  padding: 30% 10% 10%;
  background-size: cover;
  background-position: center;
}
.hero h2 {
  font-size: 3rem;
}
.hero .button {
  padding: 1rem 3rem;
}

@media (min-width: 768px) {
  .hero {
    padding: 10%;
  }

  .hero h2 {
    font-size: 4rem;
  }
}

.hero .five {
  float: left;
}
.hero .seven img {
  display: none;
  position: absolute;
  width: 550px;
  top: 5rem;
}
@media (min-width: 768px) {
  .hero .seven img {
    display: block;
    width: 50%;
    margin-left:-10%;
  }
}

@media (min-width: 1024px) {
  .hero .seven img {
    display: block;
    width: 40%;
    margin-left: 0px;
  }
}

.what .four {
  padding: 5% 10%;
}
@media (min-width: 768px) {
  .what .four {
    width: 80%;
  }

  .what .eight {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .what {
    display: flex;
  }
  .what .four {
    padding: 5rem 10%;
  }
}
.what .image {
  margin: 0;
  height: 300px;
}
@media (min-width: 1024px) {
  .what .image {
    border-bottom-left-radius: 75px;
    height: auto;
  }
}
.what h3 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.what-points {
  background-color: #00a163;
  color: #FFFFFF;
  padding: 5% 10%;
  text-align: center;
}

@media (min-width: 1024px) {
	.what-points {
  		margin-right: -10px;
  		margin-left: -10px;
  		box-shadow: 1px 1px 6px 0px #aaa;
	}
}
.what-points p {
  width: 90%;
  margin: auto;
}

.home-video {
  background-color: #582a62;
  color: #FFFFFF;
  padding: 5% 10%;
  text-align: center;
}

@media (min-width: 1024px) {
	.home-video {
  		margin-right: -10px;
  		margin-left: -10px;
  		box-shadow: 1px 1px 6px 0px #aaa;
	}
	
	.home-video .button {
       margin-bottom: -40px;
}
	
}

.home-video p {
  width: 90%;
  margin: auto;
}

.home-video .button {
  color: #ffffff;
  background-color: #1d2246;

}

.home-video .button:hover {
  background-color: #1f6393;
}

/* YOUTUBE EMBED play button overide hover setting to show play button on video thumbnail - default show: opacity: 1;*/

.home-video .epyt-gallery-playhover {
    opacity: 1;
}



.links {
  color: #FFFFFF;
background-color: #FFFFFF;
}

.links .half:first-child .page-link {
  height: 300px;
}
@media (min-width: 1024px) {
  .links .half:first-child .page-link {
    min-height: 100%;
    height: 600px;
    border-bottom-right-radius: 75px;
  }
}
.links .half:not(:first-child) .page-link {
  min-height: 300px;
}
@media (min-width: 1024px) {
  .links .half:not(:first-child) .page-link:last-child {
    border-bottom-left-radius: 75px;
  }
}
.links .page-link {
  padding: 10%;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  display: block;
}
.links h4 {
  font-family: 'foco_trialregular', sans-serif;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.links p {
  font-family: 'foco_triallight_italic', sans-serif;
  font-size: 1.1rem;
}

.bottom {
  padding: 10%;
}
.bottom h3 {
  color: #582a62;
  font-size: 3rem;
  padding: 0 5% 0 0;
}

@media (min-width: 768px) {
  .bottom h3 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1024px) {
  .bottom h3 {
    font-size: 3rem;
  }
}

/* --- Contact --- */
.acf-map {
  width: 100%;
  height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}

@media (min-width: 1024px) {
  .page-template-contact-page article {
    display: flex;
    margin-top: 4rem;
  }
}

.page-template-contact-page .half:last-child {
  padding: 1rem;
  background-color: #1d2246;
  color: #fff;
  box-sizing: border-box;
}

@media (min-width: 1024px) {
  .page-template-contact-page .half:last-child {
    padding: 3rem;
  }
}

.page-template-contact-page .gform_footer {
  width: 100%;
}
.page-template-contact-page .gform_button {
  max-width: 23%;
  display: block;
  margin: 2rem auto 0;
  min-width: 250px;
}
.page-template-contact-page .gform_body ul li, .gform_footer {
  width: 100%!important;
}

/* form on white background */

.gform_wrapper .on-white ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#333;
}
.gform_wrapper .on-white :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:#333;
   opacity:  1;
}
.gform_wrapper .on-white ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#333;
   opacity:  1;
}
.gform_wrapper .on-white :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#333;
}
.gform_wrapper .on-white ::-ms-input-placeholder { /* Microsoft Edge */
   color:#333;
}

.gform_wrapper .on-white ::placeholder { /* Most modern browsers support this now. */
   color:#333;
}

.gform_wrapper .on-white input.medium, .gform_wrapper .on-white textarea {color: #333; border-bottom: 1px solid #8a499c;}
.gform_wrapper .on-white input.medium:focus, .gform_wrapper .on-white textarea:focus {border-bottom: 1px solid #00a163;
}

.gform_wrapper .on-white .gform_body {overflow: hidden; margin-bottom: 20px;}

/* --- Energy Directory --- */
#accordion {
  padding: 10% 10% 5%;
}

.ui-accordion h3 {
  padding: 1rem;
  background-color: #1d2246;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.ui-accordion h3 .fa {
  float: right;
}
.ui-accordion .fa-minus {
  display: none;
}

.ui-state-active .fa-plus {
  display: none;
}
.ui-state-active .fa-minus {
  display: block;
}

.ui-accordion-content {
  padding: 1rem;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* --- Archive --- */
.archive.category {
  margin-top: 0;
}

/* --- News --- */
.hero-container {
  position: relative;
  margin-top: 5rem;
}

.introduction {
  background-image: url(/wp-content/uploads/pattern.png);
  background-color: #582a62;
  padding: 10%;
  background-size: 100%;
  color: #FFFFFF;
  /*max-width: 100%;
  bottom: -13%;
  position: absolute;
  width: 90%;*/
  position: relative;
}
.introduction h4 {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .introduction {
    border-bottom-right-radius: 75px;
    bottom: -3rem;
    padding: 5% 5% 5% 10%;
    height: auto;
    width: 450px;
    position: absolute;
    margin-left: -20px;	
}
  .introduction h4 {
      margin-bottom: 1rem;
  }
}

.introduction p {
  font-family: 'foco_triallight_italic', sans-serif;
  font-size: 1.1rem; 
  margin-top: 20px;
}

.featured-news {
  background-color: #1d2246;
  padding: 10% 10% 5%;
  color: #FFFFFF;

}
@media (min-width: 1024px) {
  .featured-news {
    padding: 7.5% 10% 5%;
    margin-right: -10px;
    margin-left: -10px;
    box-shadow: 1px 1px 6px 0px #aaa;
  }
}
.featured-news .three {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .featured-news .three {
    min-height: 480px;
  }
}

@media (min-width: 1024px) {
  .featured-news .three {
    margin-bottom: 0;
  }
}
.featured-news h4 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}

.category {
  margin: 1.5rem 0 0;
  font-family: 'foco_triallight_italic', sans-serif;
}

.latest-news {
  padding: 5% 15%;
}
.latest-news .category {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .latest-news .category {
  margin-top: 0px;
}
}
.latest-news h3 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 2.5rem;
}
.latest-news h4 {
  margin-bottom: 1rem;
  font-size: 1.75rem;
}
.latest-news article {
  margin-bottom: 2rem;
}

.single article, .page-template-full-width-page article, .page-template-sidebar-page article {
  padding: 10%;
}
.single .category {
  margin-bottom: 1rem;
}
.single .introduction {
  padding: 2% 5% 2% 10%;
  background-color: #1f6393;

}
.single .social {
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .single .social {
    margin-top: 0;
  }
}

.single .entry-content ul, .page-template-sidebar-page .entry-content ul, .project-modules ul {
  list-style: outside;
  padding-left: 1rem;
  margin-bottom: 1em;

}

.single .entry-content ol, .page-template-sidebar-page .entry-content ol, .project-modules ol {
  padding-left: 1rem;
   margin-bottom: 1em;
}

.single .entry-content ul ul, .page-template-sidebar-page .entry-content ul ul, .project-modules ul ul {
	margin-bottom: 0;
	list-style-type: circle;
}

.single .entry-content ul ul ul, .page-template-sidebar-page .entry-content ul ul ul, .project-modules ul ul ul {
	list-style-type: square;
}

.single .entry-content li li, .page-template-sidebar-page .entry-content li li, .project-modules li li  {
	margin-bottom: 0;
}

.single .entry-content li li:last-child, .page-template-sidebar-page .entry-content li li:last-child, .project-modules li li:last-child {
    margin-bottom: 0;
}

.single .entry-content ol ol, .page-template-sidebar-page .entry-content ol ol, .project-modules ol ol {
	margin-bottom: 0;
}

.single .entry-content a {
	color: #693774;
    font-weight: bolder;
}

.single .entry-content a:hover {
	color: #999;
    font-weight: bolder;
}

.single-entry-content ol {
  list-style: decimal;
  padding-left: 1rem;
}

.entry-date {
  font-family: foco_triallight_italic;
  display: block;
  margin-bottom: 1rem;
}

.entry-date.entry-date-inline {
  display: inline-block;
}

.featured-news .entry-date.entry-date-inline {
  font-size: 90%; color: #e7e7e7;
}

.author, .related-posts {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: none;

}

@media (min-width: 1024px) {

.author-content .circle {width: 60px; height: 60px; float: left; margin: 0 12px 0 0;}
.author .author-content h4 {display: inline; vertical-align: middle;}

}

@media (min-width: 1200px) {
.author-content .circle {width: 75px; height: 75px; margin: 0 10px 0 15px;}
.author .author-content h4 {padding-top: 8px;}
}

.entry-content {
	padding-top: 10px;
}

.entry-content-stories {
	padding-right: 20px;
	padding-left: 20px;
}

.entry-content-stories ul {
	list-style: disc;
}

@media (min-width: 1024px) {
  .author, .related-posts  {
    width: 80%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .author, .related-posts  {
    width: 80%;
    display: block;
  }
}

.related-posts-mobile {
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;

}


@media (min-width: 1024px) {
.related-posts-mobile  {
    width: 80%;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
.related-posts-mobile  {
    width: 80%;
    display: none;
  }
}

.related-posts-mobile .button .fa{
	margin-right: 10px;
    font-size: 1.5rem;
    float: left;
    height: 35px;
}

.author-content a {
	text-decoration: none;
	line-height: 1.3em;
	width: 80%;
}

.author .social {
  text-align: center;
}
.author .social .fa {
  color: #582a62;
}
.author h3, .related-posts h3 {
  background-color: #582a62;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem;
}
.author h4 {
  color: #582a62;
  text-align: center;
  margin: 1rem 0;
  font-family: 'foco_trialregular', sans-serif;
}
.author p {
  text-align: center;
  font-family: 'foco_triallight_italic', sans-serif;
}

.author-content, .related-posts ul {
  background-color: #e2e2e2;
  padding: 1rem;
}

.page-id-207 .author-title, .page-id-207 .author-details, .page-id-209 .author-title, .page-id-209 .author-details {
  display: none;
}

.featured-posts, .main-feature {
  display: none;
}

a.media-release {
  color: #0073bd;
}
a.our-thoughts {
  color: #d64246;
}
a.multimedia {
  color: #00a163;
}

a.briefings {
  color: #0073bd;
}
a.our-research {
  color: #d64246;
}
a.papers {
  color: #00a163;
}

a.presentations {
  color: #1f6393;
}
a.submissions {
  color: #00a163;
}
a.activities {
  color: #d64246;
}
a.speeches {
  color: #0073bd;
}

/* Feed dates */

span.entry-date-sep {padding: 0 8px; font-family: 'foco_triallight', sans-serif; font-size: 90%;}

.social .fa {
  color: #1f6393;
  font-size: 1.2rem;
  margin-right: 10px;
}

.page-id-2363 .entry-content .row {
  margin-bottom: 1rem;
}

/* --- Mission and Vision --- */
.page-id-708 .featured-news {
  display: none;
}
.page-id-708 .hero .button {
  display: none;
}

/* --- Research --- */
.related-resources .button {
  display: block;
}
.related-resources .button .fa {
  margin-right: 10px;
  font-size: 1.5rem;
  float: left;
  height: 35px;
}

#related_posts {
   
}

/* --- Projects Introduction  --- */
.page-template-single-project-order-page .introduction {
  background-color: #1f6393;
  top: 0;
  bottom: auto;
  right: 0;
  padding-top: 10%;
}
.page-template-single-project-order-page .introduction h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-template-single-project-order-page .introduction {
    padding-top: 7%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
 } 
@media (min-width: 1024px) {
  .page-template-single-project-order-page .introduction {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 135px;
}
	/*  Hyve removed error } from here so assume next selector goes with media query */
  .page-template-single-project-order-page .introduction h3 {
    font-size: 3rem;
  }
}

/* --- ECSS Introduction  --- */
.page-template-single-project-page .introduction {
  background-color: #1f6393;
  top: 0;
  bottom: auto;
  right: 0;
  padding-top: 10%;
}
.page-template-single-project-page .introduction h3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-template-single-project-page .introduction {
    padding-top: 7%;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
 } 
@media (min-width: 1024px) {
  .page-template-single-project-page .introduction {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 135px;
}
	/*  Hyve removed error } from here so assume next selector goes with media query */
  .page-template-single-project-page .introduction h3 {
    font-size: 3rem;
  }
}

.page-template-page-index-page .page-link, .page-template-great-grants-page .page-link {
  border-radius: 0!important;
}

/* ECSS Core typography*/

.project-modules {padding-bottom: 30px;}

.project-modules ul {
    list-style: outside;
    padding-left: 1rem;
    margin-bottom: 1em;
}

.project-modules a, .project-modules a:focus  {color: #1f6393; text-decoration: none;
}

.project-modules a:hover  {text-decoration: underline;}

/*.project-modules p.italic, .project-modules em {
    font-style: normal;
} */

.project-modules a.button {
    color: #fff;
}

.project-modules a.button:hover {
    text-decoration: none;
}

.research .row {
  padding: 5% 10%;
}
.research .row h4 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.research .row:first-child {
  background-color: #f1f1f1;
}
.research .row:first-child h4 {
  color: #582a62;
}
.research .row:nth-child(2) {
  background-size: 100%;
  background-image: url(/wp-content/uploads/pattern.png);
  background-color: #582a62;
  color: #FFFFFF;
}
.research .row:last-child h4 {
  color: #00a163;
}

.key-findings {
  padding: 5% 10%;
  background-color: #00a163;
  color: #FFFFFF;
  background-image: url(/wp-content/uploads/pattern.png);
}
.key-findings h3, .downloads h3, .map h3, .main-content h3, .links-panel h3, .content-introduction h3, .quick-links h3 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
.key-findings .four {
  padding-right: 5%;
  box-sizing: border-box;
}

.main-content {
  background-image: url(/wp-content/uploads/ECA_map_background.png);
  background-size: contain;
  padding: 5% 10%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  border-top: 4px solid #fff;
}
.main-content img {
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.main-content h4 {
  text-align: center;
  margin-bottom: .75rem;
}

.quick-links {
  background-image: url(/wp-content/uploads/ECA_map_background.png);
  background-size: contain;
  padding: 5% 10%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  text-align: center;
  border-top: 4px solid #fff;
}

.quick-links h3 {
  text-align: center;
  margin-bottom: 1.75rem;
}

.quick-links a {
  color: #693774;	
  padding-bottom: 6px;
  display: inline-block;
}

.content-introduction {
  /*background-image: url(/wp-content/uploads/ECA_map_background.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;*/
  padding: 5% 10%;
  background-color: #fff;
}
.content-introduction img {
  width: 500px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.content-introduction h4 {
  text-align: center;
  margin-bottom: .75rem;
}

.downloads {
  padding: 5% 10%;
  border-top: 4px solid #f1f1f1;
}
.downloads .row {
  margin-bottom: 1rem;
}
.downloads .three {
  background-color: #e2e2e2;
  box-sizing: border-box;
  color: #1f6393;
  padding-top: 1rem;
  margin-bottom: 1rem;
  position:relative;
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .downloads .three {
    margin-bottom: 0;
  }
}
.downloads .three h4 {
  padding: 1rem;
}
.downloads .three p {
  padding: 0 1rem 1rem;
  font-family: 'foco_triallight_italic', sans-serif;
}

.circle {
  background-color: #0f7697;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 1rem;
  background-size: cover;
  background-position: center;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.2rem;
}

@media (min-width: 1024px) {
	.circle {
 	 width: 150px;
  	 height: 150px;
  }
}

.circle p {
  font-family: "foco_triallight", sans-serif !important;
  line-height: 1;
  position: relative;
  top: 50%;
  transform: translatey(-50%);
  padding-bottom: 0 !important;
}

a.download {
text-align: center;
color: #FFFFFF;
background-color: #0f7697;
display: block;
padding: 1rem 0;
position: absolute;
width: 100%;
bottom: 0;
}

a.download:hover {
  text-decoration: none;
}

.links-panel {
  background-image: url(/wp-content/uploads/ECA_map_background.png);
  background-size: contain;
  padding: 5% 10%;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  overflow: hidden;
}

.links-panel .three {background-color: #dcd9d9; text-align: center; margin-bottom: 1rem; box-sizing: border-box; position: relative;}

.links-panel .three p {
    padding: 0 1rem .5rem;
    font-family: 'foco_triallight_italic', sans-serif;
	margin-bottom: .25rem;
}

.project-modules .links-panel .three a.button {margin: 0 1rem 1rem;}

.link-image {margin-bottom: 1rem;}

.link-image img {
  width: 100%;
  height: auto;
}

.links-panel h4 {
  text-align: center;
  margin-bottom: .75rem;
}

@media (min-width: 1024px) {
  .links-panel .three {
    margin-bottom: 0;
  }
}

/* --- Our People --- */
.bx-wrapper {
  margin: auto;
}

.bx-viewport {
  height: auto!important;
}

.bx-controls.bx-has-controls-direction {
    text-align: center;
    margin-top: 5%;
}

.bx-controls-direction a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    line-height: 1.9;
    font-size: 2rem;
    color: #fff;
    margin: 0.5rem;
}

.scroll-buttons {
  text-align: center;
  padding: 5%;
}
.scroll-buttons .button {
  display: inline-block;
  width: 100px;
  max-width: 100%;
}
.scroll-buttons .button:not(:last-child) {
  margin-right: 1rem;
}

.page-id-181 .scroll-buttons .button {
  width: 135px;
  max-width: 100%;
}
.page-id-181 .downloads h3 {
  text-align: left;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block!important;
}

.page-id-181 .downloads {
  padding: 0;
}

.page-id-36 .introduction, .page-id-181 .introduction {
  background-color: #1f6393;
  position: relative;
  padding: 5%;
  bottom: -16%;
}
.page-id-36 .introduction h3, .page-id-181 .introduction h3 {
  font-size: 2rem;
  margin-bottom: 0rem;
}

@media (min-width: 1024px) {
  .page-id-36 .introduction, .page-id-181 .introduction {
    padding: 10% 5% 5%;
    bottom: auto;
    position: absolute;
    top: 0; 
  }

  .page-id-36 .introduction h3, .page-id-181 .introduction h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.page-id-36 .circle {
  width: 200px;
  height: 200px;
}
.page-id-36 .description, .page-id-181 .description {
  font-family: 'foco_triallight_italic', sans-serif;
}
.page-id-36 .job-title, .page-id-36 .social {
  text-align: center;
}
.page-id-36 .job-title {
  margin: 1rem 0;
}
.page-id-36 .job-title p {
  font-size: 1.25rem;
}

.board .row, .staff .row, .committee .row, .corporate-documents .row, .board-communiques .row, .grant-decisions .row {
  padding: 5% 10%;
}
.board .three, .staff .three, .committee .three, .corporate-documents .three, .board-communiques .three, .grant-decisions .three {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .board .three, .staff .three, .committee .three {
    margin-bottom: 0;
  }
}

.board .job-title, .board .social .fa {
  color: #1f6393;
}
.board .button, .board .bx-controls-direction a, .board .intro, .corporate-documents .button, .corporate-documents .intro {
  background-color: #1f6393;
} 

.staff .job-title, .staff .social .fa {
  color: #582a62;
}
.staff .intro, .staff .bx-controls-direction a, .board-communiques .intro {
  background-color: #582a62;
}

.committee .job-title, .committee .social .fa {
  color: #00a163;
}
.committee .button, .committee .bx-controls-direction a {
  background-color: #00a163;
}
.committee .intro, .grant-decisions .intro {
  background-color: #00a163;
}

@media (min-width: 768px) {
  .staff .three {
    min-height: 610px;
  }

  .committee .three {
    min-height: 350px;
  }
}

.intro {
  background-image: url(/wp-content/uploads/pattern.png);
  background-size: 100%;
  padding: 5% 10%;
  color: #FFFFFF;
}
.intro h3 {
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .intro h3 {
    font-size: 3rem;
  }
}

.intro p {
  width: 500px;
  max-width: 90%;
}

/* --- Our work groups --- */

.work-area h4 {margin-bottom: .5rem;}

@media (min-width: 1024px) {
  .work-area h4{
    padding-right: 1rem;
  }
}

.work-area p:last-child, .work-area li:last-child {
    margin-bottom: .5rem;
}

.work-area .project-contacts p {font-family: 'foco_triallight_italic', sans-serif;}

.row.work-area {border-top: solid 4px #f9f9f9;}

.row.work-area .four {margin-bottom: 40px;}

@media (min-width: 768px) {
  .row.work-area .four {margin-bottom: 0;}
}

.bx-wrapper {
  margin: auto;
}

.bx-viewport {
  height: auto!important;
}

.bx-controls.bx-has-controls-direction {
    text-align: center;
    margin-top: 5%;
}

.bx-controls-direction a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    line-height: 1.9;
    font-size: 2rem;
    color: #fff;
    margin: 0.5rem;
}

.scroll-buttons {
  text-align: center;
  padding: 5%;
}
.scroll-buttons.work-groups-buttons .button {
  display: inline-block;
  width: auto;
  min-width: 140px;
}
.scroll-buttons.work-groups-buttons .button:not(:last-child) {
  margin-left: .5rem;
  margin-right: .5rem;
}

.morecontent span {
  display: none;
}

.morelink {
  display: block!important;
}

.page-id-7030 .introduction {
  background-color: #1f6393;
  position: relative;
  padding: 5%;
  bottom: -16%;
}
.page-id-7030 .introduction h3 {
  font-size: 2rem;
  margin-bottom: 0rem;
}

@media (min-width: 1024px) {
  .page-id-7030 .introduction {
    padding: 10% 5% 5%;
    bottom: auto;
    position: absolute;
    top: 0; 
  }

  .page-id-7030 .introduction h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}

.page-id-7030 .circle {
  width: 200px;
  height: 200px;
}
.page-id-7030 .description {
  font-family: 'foco_triallight_italic', sans-serif;
}

.page-id-7030 .job-title {
  margin: 1rem 0;
}
.page-id-7030 .job-title p {
  font-size: 1.25rem;
}

.networks .row, .retail .row, .energy .row, .innovation .row, .empower .row, .shift .row, .grants .row {
  padding: 5% 10%;
}
.networks .three, .retail .three, .energy .three, .innovation .three, .empower .three, .shift .three, .grants .three  {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .networks .three, .retail .three, .energy .three {
    margin-bottom: 0;
  }
}

.networks .job-title, .networks .social .fa {
  color: #1f6393;
}
.networks .button, .networks .bx-controls-direction a, .networks .intro, .innovation .button, .innovation .intro {
  background-color: #1f6393;
} 

.retail .job-title, .retail .social .fa {
  color: #582a62;
}
.retail .intro, .retail .bx-controls-direction a, .empower .intro, .empower .bx-controls-direction a, .grants .intro, .grants .bx-controls-direction a {
  background-color: #582a62;
}

.energy .job-title, .energy .social .fa {
  color: #00a163;
}
.energy .button, .energy .bx-controls-direction a {
  background-color: #00a163;
}
.energy .intro, .shift .intro {
  background-color: #00a163;
}

@media (min-width: 768px) {
  .retail .three {
    min-height: 610px;
  }

  .energy .three {
    min-height: 350px;
  }
}

.intro {
  background-image: url(/wp-content/uploads/pattern.png);
  background-size: 100%;
  padding: 5% 10%;
  color: #FFFFFF;
}
.intro h3 {
  font-size: 2.5rem;
}

@media (min-width: 1024px) {
  .intro h3 {
    font-size: 3rem;
  }
}

.intro p {
  width: 500px;
  max-width: 90%;
}

/* --- Grants --- */
.page-template-grants-page .hero .seven img {
  width: 460px;
}

.page-id-211 .page-link h4:last-of-type {
  font-size: 1rem;
  font-family: 'foco_triallight_italic', sans-serif;
}
.page-id-211 main .row {
  display: flex;
  flex-wrap: wrap;
}

/* -- 9. FOOTER -- */
/* --- Footer --- */


	
.subscribe {
  padding: 5% 10%;
  color: #FFFFFF;
  background-size: 100%;
  background-image: url(/wp-content/uploads/pattern.png);
  background-color: #582a62;
  margin-right: -10px;
  margin-left: -10px;
  box-shadow: 1px 1px 6px 0px #aaa;
}

@media (min-width: 1024px) {
.subscribe {
 	margin-right: -10px;
  	margin-left: -10px;
  	box-shadow: 1px 1px 6px 0px #aaa;
	}
}
.subscribe h3 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

footer {
  background-color: #1d2246;
  color: #FFFFFF;
  padding: 2rem 10%;
}
footer p {
  font-size: 0.8rem;
}
footer .six:last-child {
  text-align: left;
  position: relative;
}
@media (min-width: 1024px) {
  footer .six:last-child {
    text-align: right;
  }
}

.footer-text {
  padding-top: 3rem;
}
.footer-text p {
  margin-bottom: 0;
}

footer .social {
  margin-bottom: 1rem;
  text-align: left !important;
}
footer .social .fa {
  margin-right: 10px;
  color: #FFFFFF;
}

/* -- 10. SIDEBAR -- */
/* -- 11. BUTTONS -- */
.button {
  background-color: #693774;
  border-radius: 30px;
  border-bottom: 0;
  padding: 1rem;
  font-family: 'foco_triallight_italic', sans-serif;
  margin-top: 0.5rem;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  text-decoration: none;
}
.button:hover {
  background-color: #1d2246;
}

/* -- 12. FORMS -- */
/* Subscribe */
.gfield_label {
  display: none;
}

.gform_wrapper {
 overflow: auto;
}

.gform_wrapper_10 {
padding-left: 20px;
padding-right: 20px;
}

.gform_body ul li, .gform_footer {
  display: inline-block;
  width: 100%;
  float: left;
  padding-left: 0px;
  
}
@media (min-width: 1024px) {
  .subscribe .gform_body ul li, .subscribe .gform_footer {
    margin-right: 2%;
    width: 23%;
  }
}

.gform_button, #mc-embedded-subscribe {
  background-color: #693774;
  border-radius: 30px;
  border-bottom: 0;
  padding: 1rem;
  font-family: 'foco_triallight_italic', sans-serif;
  font-size: 1.3rem;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  .gform_button, #mc-embedded-subscribe {
    margin-top: 0;
  }
}

.page-template-sidebar-page .entry-content .gform_button {
  background-color: #1d2246;
  margin: 1rem 0!important;
}

@media (min-width: 1024px) {
  .page-template-sidebar-page .entry-content .gform_button {
    width: 23%;
  }
}

.page-template-sidebar-page .related-resources.author {
  margin-top: 1rem;
  width: 100%;
}

.related-posts { 
  margin-top: 1rem;
  width: 80%;
}

/* Story form */

.gfield_checkbox li input {
	float: left;
    width: auto;
    padding: 2px;
	margin: 3px 3px 0px 0;
	-webkit-appearance: checkbox;
	border: 1px solid #ccc;
}

.gfield_checkbox label {
    margin-left: 4px;
	display: inline-block;
	width: 80%;
}

/* Search */
.news-actions {
  position: absolute;
  top: 10%;
  z-index: 9;
  right: 10%;
  width: 80%;
}

@media (min-width: 1024px) {
	.news-actions {
  	position: absolute;
  	top: 20%;
  	z-index: 9;
  	right: 10%;
  	max-width: 270px;

	}
}

.category-filter {
  background-color: rgba(255,255,255,1);
  padding: 1rem;
  margin-top: 1rem;
  color: #000;
  width: 80%;
  max-width: 90%;
  display: none;


}
.category-filter a:first-of-type {
  display: none;
}

@media (min-width: 1024px) {
.category-filter {
  background-color: rgba(255,255,255,1);
  padding: 1rem;
  width: 215px;
  margin-top: 1rem;
  color: #000;
  max-width: 90%;
  display:block;
}
}

.mobiletitle {
    font-size: 2rem;
    padding-bottom: 20px;
    color: white;
    text-shadow: #333 1px 1px 10px;
    margin-top: 20%;
    display: block;

	}

@media (min-width: 100px) {
.mobiletitle  {
	    display: block;
	}
} 

@media (min-width: 1024px) {
	.mobiletitle {
   		 display: none;
	}
} 


.desktoptitle {
    display: none;
}

@media (min-width: 100px) {
.desktoptitle {
	    display: none;
	}
} 

@media (min-width: 1024px) {
.desktoptitle {
	font-size: 2rem;
    color: white;
    text-shadow: #333 1px 1px 10px;
    display: block;
	}
} 



.search-form {
  background-color: #fff;
  max-width: 90%;
  display: block;
  height: 42px;
  width: 80%;
  padding: 10px;
}

@media (min-width: 1024px) {
	.search-form {
  background-color: #fff;
  width: 275px;
  max-width: 90%;
  display: block;
  height: 42px;
	}
}

.search-form input {
  border-bottom: 0;
  font-size: 0.9rem;
  width: 80%;
  float: left;
  text-indent: 10px;
  position: relative;
  color: #000;
}

.search-submit {
  position: relative;
  float: left;
  background-color: #fff;
  color: #000;
  padding: 0.75rem;
}
.search-submit .fa {
  position: absolute;
  left: -4px;
  right: 0;
  margin: auto;
  width: 10px;
  top: 12px;
}

input, #searchsubmit {
	width: 15px;
	line-height: 0px;
}

input, textarea {
  width: 98%;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  padding: 10px 0px;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
  font-size: inherit;
  margin-top: 3px;
  background-color: transparent;
  color: #FFFFFF;
  line-height: 1em;
}

input:focus, textarea:focus {
  border-bottom: 1px solid #00a163;
}

.wpcf7-form {
  width: 900px;
  margin: auto;
  max-width: 90%;
}
.wpcf7-form p:last-child {
  margin-bottom: 1rem;
}

textarea {
  resize: none;
  height: 180px;
}

/* -- 13. PRINT -- */

.print-icon-wrap {display: none;}

/* Tablet only */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.print-icon-wrap {display: none;}	
}

@media (min-width: 1024px) {
.print-icon-wrap {display: block;}	
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* -- 14. POWERCALL -- */

.powercall-intro {
  background-color: #582a62;
  padding: 10%;
  background-size: 100%;
  color: #FFFFFF;
  position: relative;
  z-index: 99;
  margin-top:20%;
}

.introduction h4 {
  font-size: 1.75em;
}

.powercall-contain {
	width: 100%;  
	background-image: url(/wp-content/uploads/pattern.png);
  	background-color: #00a163;
 } 

.powercall-content {
	padding: 5%;
	overflow: hidden;
	position: relative;
}

.powercall-left {
	width: 90%;
	float:left;
	padding: 5%;
	background: #fff;
	border-radius: 0px 10% 0px 10%;
}

.powercall-full {
	width: 90%;
	float:left;
	padding: 5%;
	background: #fff;
	border-radius: 0px 10% 0px 10%;
}

.hidden {
	display: none;
}

.powercall-right {
    width: 92%;
    float: left;
    padding: 5%;
    background: #582a62;
    border-radius: 0px 10% 0px 10%;
    margin-top: 5%;
    clear: both;
    color: #fff;
    line-height: 1.2em
}

.powercall-right h4 {
	margin-bottom:20px;
}

.powercall-image {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    max-width: 200px;
}

.powercall-text {
	clear: both;
	line-height: 1.4em;
}

.powercall-text h4 {
	margin-top:20px;
}

select#input_3_1.medium.gfield_select {
	padding: 5px;
    background-color: #eee;
    font-size: 1em;
    height: 40px;
    width: 100%;
    color: #333;
	
}

input#gform_submit_button_3.gform_button.button{
	display:none;
	
}

select#input_5_1.medium.gfield_select {
	padding: 5px;
    background-color: #eee;
    font-size: 1em;
    height: 40px;
    width: 100%;
    color: #333;
	
}

select#input_6_4.medium.gfield_select {
    padding: 10px;
    background-color: #fefefe;
    font-size: 1em;
    height: 40px;
    width: 90%;
    color: #333;
    font-family: inherit;
    border-color: #ddd;
	
}

textarea#input_6_3.textarea.medium {
    padding: 10px;
    background-color: #fefefe;
    font-size: 1em;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: visible;
    width: 85%;
}

input#input_7_1.medium {
    padding: 10px;
    background-color: #fefefe;
    font-size: 1em;
    height: 40px;
    width: 90%;
    color: #333;
    font-family: inherit;
    border: 1px solid #ddd;
    border-radius: 10px;

	
}

input#input_7_2.medium {
    padding: 10px;
    background-color: #fefefe;
    font-size: 1em;
    height: 40px;
    width: 90%;
    color: #333;
    font-family: inherit;
	border: 1px solid #ddd;
	border-radius: 10px;


}

input#input_7_5.medium {
    padding: 10px;
    background-color: #fefefe;
    font-size: 1em;
    height: 40px;
    width: 90%;
    color: #333;
    font-family: inherit;
	border: 1px solid #ddd;
	border-radius: 10px;


}

input#input_7_6.medium {
	display:none;

}

textarea#input_7_4.medium {
	display:none;

}



input#gform_submit_button_5.gform_button.button{
	display:none;
	
}

input#gform_submit_button_6.gform_button.button{
	background-color: #0073b7;	
	font-size: 1.1em;
	min-width: 150px;


}

input#gform_submit_button_7.gform_button.button{
	background-color: #0073b7;	
	font-size: 1.1em;
	min-width: 150px;


}

.powercall-button {
	background-color: #0073b7;
    color: #fff;
    font-size: 1.1em;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: relative;
    font-weight: bolder;
	border-radius: 30px;
    border-bottom: 0;
    padding: 1rem;
    font-family: 'foco_triallight_italic', sans-serif;
    margin-top: 0.5rem;
    display: inline-block;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
    min-width: 150px;
    text-align: center;
}

.powercall-number {
    font-size: 1.2em;
    font-family: "foco";
    font-weight: bolder;
    background-color: #1f6393;
    padding: 5%;
}

@media (min-width: 769px) {

.powercall-contain {
	height: auto;
 } 
 
  .powercall-intro  {
    border-bottom-right-radius: 75px;
    top: 7rem; 
    padding: 3rem 3rem 3rem 10rem;
    height: auto;
    position: absolute;
    margin-top:0px;
    margin-left: -10px
    
  }
  .powercall-intro h4 {
      font-size: 2em;
  }
  
 
.powercall-content {
	padding: 10rem;
	overflow: hidden;
}

.powercall-left {
	width: 50%;
	float:left;
	padding: 5%;
	background: #fff;
	border-radius: 0px 10% 0px 10%;
	padding-top:5rem;
	padding-bottom: 2.5%;
}

.powercall-right {
	width: 20%;
	margin-left: 5%;
	float:left;
	padding: 5%;
	background: #582a62;
	border-radius: 0px 10% 0px 10%;
	margin-top: 0px;
	clear:none;
}

.powercall-full {
	width: 70%;
	float:left;
	padding: 5%;
	background: #fff;
	border-radius: 0px 10% 0px 10%;
	padding-top:5rem;
	padding-bottom: 2.5%;
}

.powercall-text {
	width: 50%;
	margin-left:5%;
	float:left;
	padding: 5%;
	line-height: 1.7em;
	clear: none;
}

.powercall-image {
	width: 30%;
	float:left;

}
   
}

@media (min-width: 1000px) {

.powercall-left {
	padding-top:5rem;
}

.powercall-full {
	padding-top:5rem;
}
}



/* ----------------------------------------------
 * Generated by Animista on 2017-7-6 23:18:38
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-out-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
}



/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-right {
	display:block;
	-webkit-animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-right 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	-webkit-animation-delay: .4s; /* Safari 4.0 - 8.0 */
    animation-delay: .4s;
}

div.powercall-intro.fade-in-right {
	-webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-delay: 1s;
}

.fade-out-left {
	-webkit-animation: fade-out-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: fade-out-left 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.nocomments {
	display: none;
} 

.single .entry-content a.button {
  text-decoration: none;
  color: #fff;
}

.single .entry-content h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0 .75rem;
}

.accordion-title{
	background: #1d2246;
    padding: 20px;
    color: white;
    margin-top: 5px;
    background-image: url(http://energyconsumersaustralia.com.au/wp-content/uploads/downarrow.png);
    background-position: 98%;
    background-size: 2rem;
    background-repeat: no-repeat;
}

.accordion-title.read.open {
	background: #582a62 ;
    padding: 20px;
    color: white;
    margin-top: 5px;
    background-image: url(http://energyconsumersaustralia.com.au/wp-content/uploads/uparrow.png);
    background-position: 98%;
    background-size: 2rem;
    background-repeat: no-repeat;
}