/*!
Theme Name: power_responsive
Theme URI: http://underscores.me/
Author: Paloma
Author URI: http://madebysonder.com
Description: National Grid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: power_responsive
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

power_responsive is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

body {
  margin: 0;
  padding: 0; }

.bg-main {
  max-width: 1440px;
  width: 100%;
  margin: auto; }

#page-content {
  padding: 1% 2%; }

.page-id-11 #page-content {
  padding: 1% 0; }

.page-id-434 #page-content {
  margin-bottom: -30px; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*
-------------------
GENERAL
-------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
input,
li {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important; }

h1 {
  font-size: 35px !important; }

h2 {
  font-size: 30px !important; }

h3 {
  font-size: 25px !important; }

h4 {
  font-size: 20px !important; }

p,
ul,
li {
  font-size: 16px !important; }

ul {
  margin: 0 !important;
  font-family: 'Open Sans', sans-serif !important; 
  font-weight: 300 !important;
  font-size: 14px !important;
}
ul li {margin-bottom: 5px; }

input:focus,
textarea:focus,
button:focus {
  outline: none; }

a {
  text-decoration: none !important; }


.excerpt {  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;}

.error-404 {
  width: 84%;
  margin: auto;
}

/*
-------------------
NAVIGATION
-------------------
*/
.bg-main .primary-nav li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.4px;
  text-decoration: none;
  color: #2a2a2a; }

.bg-main .secondary-nav li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.4px;
  text-decoration: none;
  color: #2a2a2a; }

/*
-------------------
HEADER
-------------------
*/
.bg-main #header .header-content h2,
.bg-main #header .header-content h1 {
  font-weight: 300;
  color: #fff; }


.bg-main #header .header-content h4 {
  font-weight: 300;
  color: #fff;
  font-size: 17px !important; }

.bg-main #header .header-content .head-button {
  color: #fff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 1px; }

/*
-------------------
FOOTER
-------------------
*/
.footer {position: relative;}
.footer .foot-wrap {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.4px;
  text-decoration: none;
  color: #fff; 
  margin-bottom: 0px;}

.footer .foot-wrap h2 {
  font-weight: 300;
  color: #fff; }

.footer .foot-wrap .foot-second-column input {
  font-weight: 300;
  color: #fff;
  font-size: 13px; }

.footer .foot-wrap .foot-first-column div h2,
.footer .foot-wrap .foot-third-column div h2 {
  margin-bottom: 45px; }

.footer .foot-wrap .foot-second-column div p {
  width: 60%;
  margin-bottom: 10px; }

.footer .foot-menu li a,
.footer .footinfo li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.4px;
  text-decoration: none;
  color: #2a2a2a; }

/*
-------------------
HOME PAGE
-------------------
*/
#page-content .home-columns .two-columns_content h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 35px;
  text-decoration: none;
  color: #2a2a2a; 
  margin-bottom: 0px;
  margin-top: 0px;}

#page-content .home-columns .two-columns_content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26.4px;
  text-decoration: none;
  color: #2a2a2a; }


.home-columns .two-columns_content.centered img {
    max-width: 400px;
    width: 100%;
    margin: auto;
    display: block;}

@media (min-width: 900px) {
.home-columns .two-columns_content.centered {margin-top: 30px;}

.home-columns .two-columns_content.centered img {
    max-width: 400px;
    margin: auto;
    display: block;}
}
/*
-------------------
ACCORDION
-------------------
*/
button.accordion {
  font-family: 'Open Sans', sans-serif;
  color: #e71d72;
  text-align: left;
  font-size: 15px;
  text-shadow: none !important; }

button h4 {
  margin: 0px;
  float: left;
  font-weight: 300;
  font-size: 18px !important; }

/*
-------------------
IMAGES HOVER
-------------------
*/
.col-1 a .title,
.col-1 a .text-hover,
.col-1 a .read_full-hover {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-shadow: none !important;
  font-weight: 300;
  line-height: 50px;
  padding-left: 5%;
  cursor: pointer; }

.col-1 a .title-hover {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-shadow: none !important;
  font-weight: 300;
  line-height: 50px;
  padding-left: 5%;
  cursor: pointer; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*@import "buttons";

@import "fields";*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*@import "links";*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*@import "menus";*/
/*!
Theme Name: power_responsive
Theme URI: http://underscores.me/
Author: Paloma
Author URI: http://madebysonder.com
Description: National Grid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: power_responsive
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

body, button, input, select, textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch",Courier,monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
  font-size: 15px;
  font-size: .9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #fff; }

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

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

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

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: .75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

a {
  color: #4169e1; }

a:visited {
  color: purple; }

a:hover, a:focus, a:active {
  color: #191970; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0; }

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999; }

.main-navigation ul ul ul {
  left: -999em;
  top: 0; }

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%; }

.main-navigation ul ul a {
  width: 200px; }

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  left: auto; }

.main-navigation li {
  float: left;
  position: relative; }

.main-navigation a {
  display: block;
  text-decoration: none; }

.menu-toggle, .main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous,
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  width: 20%;
  margin: auto;
  text-align: center;
  border: 1px solid #662483 !important;
  color: #662483 !important;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  padding: 10px;
  border-radius: 3px; }

.posts-navigation .nav-previous a, .posts-navigation .nav-next a {color: #662483 !important; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

#content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
  clear: both; }

.widget {
  margin: 0 0 1.5em; }

.widget select {
  max-width: 100%; }

.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline, .updated:not(.published) {
  display: none; }

.single .byline, .group-blog .byline {
  display: inline; }

.page-content, .entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  display: none; }

.infinity-end.neverending .site-footer {
  display: block; }

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

embed, iframe, object {
  max-width: 100%; }

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.main-cont,
.main-vis {
  width: 90%;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
  margin-top: 40px;}

  .absol {
    position: absolute;
    top: 0px;
    z-index: 100;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .absol-button {
    position: absolute;
    bottom: 32px;
    left: 50%;
    z-index: 1000;
    transform: translate(-50%,-50%);
  }

/*
VERTICALLY ALIGNED 
*/

/*

.main-vis {
  height: 100%;
  display:table-row;}

section.vision {
  width: 100%;
  min-height: 100%;
  display:table;
  height:inherit;
}

.main-vis .video-cont,
.main-vis .vision-cont {
  width: 100%;
  display: table-cell;
  vertical-align: middle;}

*/

.vision {
  width: 97%;
  margin: auto;
}

.main-vis .video-cont,
.main-vis .vision-cont {
  width: 100%;}

.vision-cont h2 {margin-top: 0px;}

.image-vis {display: none;}

.three-cols .two-columns_content img {
    max-width: 200px;
}

.page-id-11 .two-columns_content h3 {margin-top: 21px;}

.page-id-19 .faq h3 {margin-top: 17px;}

.page-id-434 .vision-cont h3 {margin-top: 0px;}

.three-cols h2 {
  width: 100%;
  margin: 25px auto 5px;
}

.page-id-13 .three-cols h3 {
  width: 100%;
  margin: 40px auto 5px 16px;
}

.page-id-434 .three-cols h2 {
  width: 100%;
  margin: 25px auto 40px;
}
.video-box {
    border: #000 solid 1px;
    width: 325px;
    height: 183px;
    margin: auto;}

.video-box p,
.home-video p {
    margin: 0px !important;}

.video-box #vjs_video_3 { 
  width: 100% !important;}

.home-video {
  /*width: 323px;
  height: 183px;*/
  margin: auto;}

.home-video #vjs_video_3 {
  /*height: 164px !important;*/}

@media (min-width: 600px) {
.video-box {
    width: 481px;
    height: 271px;}

.video-box #vjs_video_3 { 
  width: 100% !important;}

/*.home-video {
  width: 514px;
  height: 274px;}

.home-video #vjs_video_3 {
  height: 260px !important;}*/

}

@media (min-width: 750px) {
/*.home-video {
  width: 500px;
  height: 274px;}

.home-video #vjs_video_3 {
  height: 253px !important;}*/

.video-cont-h {
    margin-top: 40px;
    width: 100%;}
}

@media (min-width: 900px) {
.home-video {
  border: #000 solid 0px; 
  width: 90%;
  height: auto;}

/*.home-video #vjs_video_3 {
  height: 172px !important;}*/}

@media (min-width: 1000px) {
.main-vis .video-cont {
  width: 60%;
  padding: 0 5% 0 12%;
  float: right;
  margin-top: 10px;}
.video-box {
    border: #000 solid 1px;
    width: 482px;
    height: 271px;
}
.home-video {
  border: #000 solid 0px; 
  width: 90%;
  height: auto;}

/*.home-video #vjs_video_3 {
  height: 187px !important;}*/

.main-vis .vision-cont {
  width: 40%;
  float: left; }
}

@media (min-width: 1100px) {
/*.home-video {
  width: 400px;
  height: 214px;}

.home-video #vjs_video_3 {
  height: 202px !important;}*/

}

@media (min-width: 1400px) {
.main-vis .video-cont {
  width: 60%;
  padding: 0 5% 0 15%;
  float: right;}
}


@media (min-width: 475px) {
  .image-vis {
    display: block;
    height:auto;}

  .absol-button {
    bottom: -15px;
    width: 270px;}
}

@media (min-width: 1100px) {
  .absol-button { bottom: 13px;}
}



/*
--------------
TOP NAVIGATION
--------------
*/
nav.primary-nav {
  position: relative;
  min-height: 115px; }

ul.topnav {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  clear: both;
  padding-top: 15px; }

ul.topnav li {
  display: none; }

ul.topnav li a {
  display: inline-block;
  color: #2a2a2a;
  text-align: center;
  padding: 5px 12px 5px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px;
  text-transform: uppercase; }

ul.topnav.responsive {
  position: relative;
  top: 11px;
  margin-bottom: 15px !important; }

ul.topnav.responsive li.icon {
  margin-top: 0px; }

ul.topnav.responsive li {
  float: none;
  display: inline; }

ul.topnav.responsive li a {
  display: block;
  text-align: left;
  padding-left: 25px; }

ul.topnav.responsive li.prim-menu:nth-child(1) a {
  padding: 0px; }

nav.primary-nav .pr-logo,
nav.primary-nav .ng-logo {
  width: 40vw;
  padding: 3vw 1vw 0px; }

nav.primary-nav div img {
  width: 100%;
  max-width: 200px;
  min-width: 100px; }

nav.primary-nav .pr-logo {
  float: left; }

nav.primary-nav .ng-logo {
  position: absolute;
  top: 0;
  right: 0; }

nav.primary-nav .ng-logo img {
  float: right; }

@media screen and (min-width: 500px) {
  nav.primary-nav .pr-logo,
  nav.primary-nav .ng-logo {
    padding: 15px 1vw 0;
    height: 67px; } }

@media screen and (min-width: 900px) {
  ul.topnav {
    width: 56%;
    float: left;
    padding-top: 0px;
    clear: none;
    padding-left: 1.2em;
    margin: 0 auto;
    min-width: 700px;
    margin-top: 10px !important;
    margin-bottom: 5px !important; }

    nav.top-menu {
      margin:10px 0 0 17% !important;
    }
}

@media screen and (min-width: 1001px) {
  nav.primary-nav .pr-logo,
  nav.primary-nav .ng-logo {
    width: 22%; }
  nav.primary-nav {
  min-height: 100px; }

  nav.top-menu {
      margin:10px 0 0 0 !important;
    }

  ul.topnav {
    width: 56%;
    float: left;
    padding-top: 12px;
    clear: none;
    padding-left: 1.2em;
    margin: 0 auto;
    min-width: 630px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;  }

  ul.topnav li {
    float: left;
    display: inline-block;
    margin: 0 12px; }


  ul.topnav li.icon {
    display: none; }

  .table {
    display: table;
    /* Allow the centering to work */
    margin: 0 auto; }

  nav.primary-nav .center-menu {
    width: 60%;
    margin: 0 auto; }

  nav.primary-nav .pr-logo,
  nav.primary-nav .ng-logo {
    width: 20% !important; } }
/*
------------------
FOOTER NAVIGATION
------------------
*/
ul.footnav {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  clear: both;
  margin-left: 10px !important; }

ul.footnav li {
  display: none; }

ul.footnav li.icon {
  float: left;
  display: inline-block; }

ul.footnav.responsive li.icon {
  position: absolute;
  right: 0;
  top: 0; }

ul.footnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 17px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px; }

ul.footnav.responsive {
  position: relative;
  padding-top: 15px; }

ul.footnav.responsive li {
  float: none;
  display: inline; }

ul.footnav.responsive li a {
  display: block;
  text-align: left; }

ul.footnav.responsive li.icon a,
ul.footnav li.icon a {
  padding-top: 15px; }

@media screen and (min-width: 600px) {
  ul.footnav li {
    float: left;
    display: inline-block;
    border-bottom: 1px solid #ccc; }
 }

@media screen and (min-width: 760px) {
  ul.footnav {
    width: 100%;
    padding-top: 0px;
    clear: none;
    padding-left: 0em;
    margin: 0 auto;
    min-width: 600px; }

  ul.footnav li.icon {
    display: none; }

   ul.topnav li {
    margin: 0px; }

  .footnav .topnav {
    padding-top: 0px;
    padding-left: 0em;}
  }


/*
------------------
FOOTER INFO MENU
------------------
*/
ul.footinfo {
  width: 100%;
  padding-bottom: 15px;
  clear: none;
  padding-left: 1em;
  margin: 0 auto;
  height: 70px;
  margin-top: 10px !important;
  padding-top: 50px; }

ul.footinfo li {
  float: left;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px; }

  ul.footinfo li:not(:last-child) {
  border-right: 1px solid #ccc;
 }
  @media screen and (min-width: 600px) {
  ul.footinfo {
    height: 50px;
    padding-top: 0px; } }
/*
-------------------------
SECONDARY MENU - UPDATES
-------------------------
*/
nav.secondary-nav {
  min-height: 60px;
  width: 85.6%;
  margin: auto; }

nav.secondary-nav input[type=search] {
  width: 20px;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background-image: url("../img/search.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  -webkit-appearance: none; }

.secondary-nav input[type="text"]:focus {color: #000;}

.secondary-nav input[type="submit"] { display: none;}

nav.secondary-nav input[type=search]:focus {
  width: 200px;
  border-bottom: 1px solid #2a2a2a; }

ul.secnav {
  list-style-type: none;
  margin: 0;
  padding: 0px;
  overflow: hidden;
  background-color: #fff;
  clear: both; }

ul.secnav li:first-child {
  width: 80%; }

ul.secnav li {
  width: 100%; }

ul.secnav li a {
  display: inline-block;
  color: #f2f2f2;
  text-align: left;
  padding: 5px 12px 16px;
  text-decoration: none;
  transition: 0.3s;
  font-size: 17px; }

@media screen and (min-width: 450px) {
  ul.secnav li {
    width: 50%;
    float: left; } }
@media screen and (min-width: 750px) {
  ul.secnav {
    width: 100%;
    padding-top: 15px; }

  ul.secnav li {
    float: left;
    display: inline-block;
    width: auto; }

  ul.secnav li:first-child {
    width: auto; } }
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*@import "links";*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*@import "menus";*/
/*
-------------
HOME HEADER
-------------
*/
.bg-main #header {
  clear: both;
  background-image: url("/wp-content/uploads/2016/09/home-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }

.bg-main #header .header-content {
  width: 90%;
  padding-left: 8%;
  display: table;
  padding-bottom: 60px;
  padding-top: 50px; }

.bg-main #header.thin .header-content {
  padding-bottom: 0px !important;
   padding-top: 0px !important; }

.bg-main #header .header-content span {
  vertical-align: middle;
  display: table-cell; }

.bg-main #header .header-content .head-button {
  padding: 1.5% 5%;
  border: 1px solid #fff;
  background-position: center center;
  line-height: 18px; }

.bg-main #header .header-content .head-button:hover {
  color: #e94c1e; }

header.home .down-button {
  position: static;
  margin-top: 20px; }

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

  header.home .down-button {
    margin-right: 0; } }
@media screen and (min-width: 470px) {
  header.home .down-button {
    margin-right: 55%; } }
@media screen and (min-width: 600px) {
  .bg-main #header .header-content {
    width: 70%; }

  header.home .down-button {
    margin-right: 55%; } }
@media screen and (min-width: 725px) {
  header.home .down-button {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-right: 0; } }
@media screen and (min-width: 1000px) {
  .bg-main #header .header-content {
    width: 50%;} }
/*
-------------
THIN HEADER
-------------
*/
.bg-main #header.thin {
  clear: both;
  height: auto;
  background-image: url("/wp-content/uploads/2016/09/header-thin.jpg");
  background-size: cover;
  background-position: center;}

.bg-main #header.thin .header-content {
  width: 90%;
  padding-left: 8%;
  height: auto;
  display: table;
  position: relative; }

.bg-main #header.thin .header-content span h4 {
  width: 100%; }

@media (min-width: 900px) {
  .bg-main #header.thin .header-content span h4 {
    width: 70%; }

  header.thin .down-button {
    position: absolute;
    bottom: 29px;
    right: 0; } }
@media (min-width: 1000px) {
  .bg-main #header.thin {
    clear: both;
    height: auto;
    background-image: url("/wp-content/uploads/2016/09/header-thin.jpg");
    background-size: cover;
    background-position: center;}

  .bg-main #header.thin .header-content {
    width: 90%;
    padding-left: 8%;
    height: auto;
    display: table;}

  .bg-main #header.thin .header-content span h4 {
    width: 34%;
    float: left;
    clear: none; }

  .bg-main #header.thin .header-content span h2 {
    width: 25%;
    float: left;
    clear: none; } }
/*
-------------
ARTICLE HEADER
-------------
*/
.bg-main #header.article {
  clear: both;
  height: 300px;
  /*background-image: url("../img/articles/related-art.jpg");*/
  background-size: cover;
  background-position: center;
  position: relative; }

header.article .down-button {
  position: absolute;
  top: 30px;
  right: 30px;
  margin-right: 0; }

@media (min-width: 600px) {
.bg-main #header.article {height: 400px;}
}

/*!
Theme Name: power_responsive
Theme URI: http://underscores.me/
Author: Paloma
Author URI: http://madebysonder.com
Description: National Grid
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: power_responsive
*/
.footer .foot-wrap {
  clear: both;
  height: auto;
  background-image: url("/wp-content/uploads/2016/09/footer-backg.jpg");
  background-size: cover;
  background-position: center;
  padding: 5% 2%;
  width: 100%; }

.footer .foot-wrap article {
  padding-left: 5%; }

.footer .foot-wrap .foot-first-column,
.footer .foot-wrap .foot-third-column,
.footer .foot-wrap .foot-second-column {
  width: 85%;
  margin: auto;}

.footer .foot-wrap .foot-first-column ul,
.footer .foot-wrap .foot-third-column ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.footer .foot-wrap .foot-first-column,
.footer .foot-wrap .foot-second-column {
  border-bottom: 1px solid #2b1239;
  height: auto;
  margin-top: 25px;
  padding-bottom: 25px; }

.footer .foot-wrap .foot-first-column li,
.footer .foot-wrap .foot-third-column li {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px; }

.footer .foot-wrap .foot-first-column li p {
  position: relative;
  top: 0px;
  left: 40px;
  margin: 0px; }

.footer .three-cols .foot-first-column ul > li:nth-child(1) > a > img {
  position: absolute;
  top: 0px;
  left: 0px; }

.footer .three-cols .foot-first-column ul > li:nth-child(2) > a > img{
  position: absolute;
  top: -24px;
  left: 0px; }

.footer .three-cols .foot-first-column ul > li:nth-child(3) > a > img {
  position: absolute;
  top: -46px;
  left: 0px; }

.footer .three-cols .foot-first-column ul > li:nth-child(4) > a > img {
  position: absolute;
  top: -69px;
  left: 0px; }
  .footer .three-cols a  {
  color: #fff !important; }

@media screen and (min-width: 700px) {
  .footer .foot-wrap {
    clear: both;
    height: 460px;
    
    background-size: cover;
    background-position: center;
    padding: 5% 2%;
    width: 100%; }

  .footer .foot-wrap article {
    padding-left: 5%; }

  .footer .foot-wrap .foot-first-column,
  .footer .foot-wrap .foot-third-column {
    width: 30%;
    float: left;}

  .footer .foot-wrap .foot-second-column {
    width: 40%;
    float: left;}

  .footer .foot-wrap .foot-first-column,
  .footer .foot-wrap .foot-second-column {
    border-right: 1px solid #2b1239;
    border-bottom: none;
    height: 320px;
    margin-top: 0px;
    padding-bottom: 0px; } }
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
/*
-----------------
HOME
-----------------
*/
.home-columns {
  width: 90%;
  margin: 20px auto;
  overflow: auto !important; }

.home-columns.grey-box {
  width: 100%;
}

.home-columns .left-column,
.home-columns .right-column {
  width: 100%;
  overflow: auto; }

/*.row1:nth-child(odd) { 
  margin-bottom: 50px; }*/

.row:nth-child(odd) { 
    background-color: #f9f9f9;
    width: 100%;
    overflow: auto;
    padding: 5%;
    /*margin: 20px 0;*/ }

.row1:nth-child(even) { 
  background-color: #f9f9f9;
  width: 100%;
  overflow: auto;
  padding: 5%;
  margin: 20px 0; }

.row2 {
  background-color: #f9f9f9;
  width: 100%;
  padding: 10%;
  margin: 20px 0;
  clear: both; }

.home-columns .right-column .two-columns_content {
  padding: 5% 0 0; }

.home-columns .row2 .left-column .two-columns_content {
  padding: 5% 5% 0; }

.home-columns .right-column .two-columns_content span {
  width: 90%;
  display: block;
  margin: auto; }

.home-columns .right-column .two-columns_content iframe {
  margin: auto;
  display: block; }
.home-columns.repeater .row:nth-child(even) .two-columns_content img { 
  width: 80%;
  height: auto;
  margin: auto;
  display: block;}

/*.home-columns.repeater .row:nth-child(odd) { 
    width: 100%;
    overflow: auto;
    padding: 5% !important;
    margin: 0 auto 40px !important; 
    background-color: #f9f9f9 !important; }*/

.home-columns.repeater .row.odd { 
  width: 100%;
  overflow: auto;
  padding: 2% 10% 5% !important;
  margin: 0 auto 0px !important; 
  background-color: #f9f9f9 !important; }

@media (min-width: 600px) {
  .home-columns .right-column .two-columns_content {
    padding: 5% 0; }

  .home-columns.repeater .row.odd { 
  width: 100%;
  overflow: auto;
  padding: 2% 8% 5% !important;
  margin: 0 auto 0px !important; 
  background-color: #f9f9f9 !important; }

  .home-columns .right-column .two-columns_content img.related-img {
    width: 40%;
    float: left;
    margin-left: 0;
    height: 180px;
    object-fit: cover; }

  .home-columns .right-column .two-columns_content span {
    width: 60%;
    float: left;
    padding-left: 5%; }

  .home-columns.repeater .row:nth-child(odd) { 
    margin: 0 auto 50px;}

  body > main > div > section:nth-child(4) > div {padding: 0 2% !important;}

  .home-columns .right-column .two-columns_content span.video {
    width: 100%;
    margin-bottom: 20px; }
  .home-columns .right-column .two-columns_content span.video iframe {
    width: 80%; }
  .home-columns.repeater .row:nth-child(even) .two-columns_content img { 
    width: 60%;
    height: auto;
    margin: auto;
    display: block;
    max-width: 400px;}

  .home-columns .right-column .two-columns_content span h3 {
    margin-top: 5px; }

  .row2 {
    padding: 4%; } }


@media (min-width: 900px) {
  .home-columns .left-column,
  .home-columns .right-column {
    width: 50%;
    float: left;
    overflow: visible; }

  .home-columns.repeater .row.odd { 
  width: 100%;
  overflow: auto;
  padding: 2% 13% 4% 3%!important;
  margin: 0 auto 40px !important; 
  background-color: #f9f9f9 !important; }

  .row1:nth-child(odd) { 
    overflow: auto;
    margin: 20px auto 10px;
    width: 100%; }

  .row1:nth-child(even) { 
    background-color: #f9f9f9;
    width: 100%;
    overflow: auto;
    padding: 5%;
    margin: 20px 0; }

  .row-next:nth-child(odd) { 
    overflow: auto;
    margin: 20px auto 10px;
    width: 92%; }

  .page-id-11 .row-next:nth-child(odd) { 
    overflow: auto;
    margin: 20px auto 10px;
    width: 84%; }

  .row-next:nth-child(even) { 
    background-color: #f9f9f9;
    width: 100%;
    overflow: auto;
    padding: 4%;
    margin: 20px 0; }

  .page-id-11 .row-next:nth-child(even) { 
    background-color: #f9f9f9;
    width: 100%;
    overflow: auto;
    padding: 4% 8%;
    margin: 20px 0; }

  .home-columns.repeater .row:nth-child(even) { 
    overflow: auto;
    margin: 20px auto 50px;
    width: 100%; }
  .home-columns.repeater .row:nth-child(even) .two-columns_content img{ 
    width: 100%;
    margin-top: 40%;}

  .home-columns .right-column .two-columns_content span.video iframe { 
    width: 100%;
    margin-top: 15%;}

  .home-columns .two-columns_content {
    padding: 5% 2.5%; }

  #page-content .home-columns.repeater .row.odd .left-column div {
     padding: 5% 8% 8% 5%;;
  }

  .home-columns .right-column .two-columns_content img.related-img,
  .home-columns .right-column .two-columns_content span {
    width: 100%;
    float: none;
    padding-left: 0%;
    height: 170px; }

  .home-columns .right-column .two-columns_content span {
    margin-top: 15px; }

  .home-columns .right-column .two-columns_content {
    padding: 5%; }

   .home-columns .right-column .two-columns_content.feat {
    padding: 5% 0% 5% 20%; }

  #page-content > section.home-columns.repeater > div.row.odd > article.right-column > div {
    padding: 5% 13% 5% 10%;
  }

  .home-columns .row2 .left-column .two-columns_content {
    padding: 5% 15% 10% 0; } }

 @media (min-width: 1000px) {
  .home-columns.repeater .row:nth-child(even) .two-columns_content img { 
    width: 100%;
    margin-top: 30%;} }

  @media (min-width: 1200px) {
  .home-columns.repeater .row:nth-child(even) .two-columns_content img,
  .home-columns .right-column .two-columns_content span.video iframe { 
    width: 100%;
    margin-top: 10%;} }
/*
-----------------
NEXT STEPS
-----------------
*/
@media (min-width: 900px) {
  .two-columns .row1:nth-child(odd) .left-column {
    width: 50%;
    float: left;
    padding-right: 5%;
    border-right: 1px solid #ccc; }

  .two-columns .row1:nth-child(odd) .right-column {
    width: 50%;
    float: right;}

  .three-cols .columns-3 {
    position: relative;
    height: auto;
    margin-bottom: 50px !important;
    padding: 0 3% 0 0; }

  .three-cols .down-button {
    position: absolute;
    bottom: -45px;
    left: 0%; } }
/*
-----------------
CASE STUDIES
-----------------
*/
.tabs {
  clear: both;
  width: 87%;
  margin: auto; }

.three-cols {
  overflow: hidden;
  width: 90%;
  margin: auto;
  padding-bottom: 20px; }

.page-id-11 #page-content .three-cols {
  overflow: hidden;
  width: 84%;
  margin: auto;
  padding-bottom: 20px; }

.col-1 {
  float: left;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center !important;
  height: 160px;
  border: 10px solid #fff;
  background-size: cover !important;
  position: relative; }

.col-1 a .title,
.panel .col-1 a .title {
  display: block;
  background: #662483;
  background: -webkit-linear-gradient(left, #662483, #3b2568);
  background: -o-linear-gradient(right, #662483, #3b2568);
  background: -moz-linear-gradient(right, #662483, #3b2568);
  background: linear-gradient(to right, #662483, #3b2568);
  width: 100%;
  height: 50px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  cursor: pointer; }

.col-1:hover a {
  display: block;
  background: #662483;
  background: -webkit-linear-gradient(left, #662483, #3b2568);
  background: -o-linear-gradient(right, #662483, #3b2568);
  background: -moz-linear-gradient(right, #662483, #3b2568);
  background: linear-gradient(to right, #662483, #3b2568);
  width: 100%;
  height: 140px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  cursor: pointer;
  padding: 2%; }

.col-1 a .text-hover,
.col-1 a .title-hover,
.col-1 a button.white {
  display: none; }

.col-1:hover a .title {
  display: none; }

.col-1:hover a .text-hover,
.col-1:hover a .title-hover {
  display: block;
  line-height: 30px;
  padding: 2%; }

.col-1:hover a .text-hover {
font-size: 13px;
line-height: 20px !important;}

#page-content > section.three-cols > article:nth-child(4) {
  display: none; }

@media (min-width: 600px) {
  .col-1 {
    float: left;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center !important;
    height: 220px;
    border: 10px solid #fff;
    background-size: cover !important;
    position: relative; }

  .col-1 a .title,
  .panel .col-1 a .title {
    display: block;
    background: #662483;
    background: -webkit-linear-gradient(left, #662483, #3b2568);
    background: -o-linear-gradient(right, #662483, #3b2568);
    background: -moz-linear-gradient(right, #662483, #3b2568);
    background: linear-gradient(to right, #662483, #3b2568);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    cursor: pointer; }

  .col-1:hover a {
    display: block;
    background: #662483;
    background: -webkit-linear-gradient(left, #662483, #3b2568);
    background: -o-linear-gradient(right, #662483, #3b2568);
    background: -moz-linear-gradient(right, #662483, #3b2568);
    background: linear-gradient(to right, #662483, #3b2568);
    width: 100%;
    height: 200px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    cursor: pointer;
    padding: 2%; }

  .col-1 a .text-hover,
  .col-1 a .title-hover,
  .col-1 a button.white {
    display: none; }

  .col-1:hover a .title {
    display: none; }

  .col-1:hover a .text-hover,
  .col-1:hover a .title-hover {
    display: block;
    line-height: 30px;
    padding: 2%; }

  .col-1:hover a button.white {
    display: block; }

  #page-content > section.three-cols > article:nth-child(4) {
    display: none; } }
@media (min-width: 900px) {
  .col-1 {
    border: 20px solid #fff; }

  .col-1:hover a {
    height: 180px; } }
@media (min-width: 1000px) {
  .col-1 {
    float: left;
    width: 33%;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    height: 250px;
    border: 18px solid #fff;
    border-right: 10px;
    background-size: cover !important;
    position: relative; }

  .col-1:first-child {
    margin-left: -18px;
  }

  .col-1 a .title,
  .panel .col-1 a .title {
    display: block;
    background: #662483;
    background: -webkit-linear-gradient(left, #662483, #3b2568);
    background: -o-linear-gradient(right, #662483, #3b2568);
    background: -moz-linear-gradient(right, #662483, #3b2568);
    background: linear-gradient(to right, #662483, #3b2568);
    width: 100%;
    height: 50px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    cursor: pointer; }

  .col-1:hover a {
    display: block;
    background: #662483;
    background: -webkit-linear-gradient(left, #662483, #3b2568);
    background: -o-linear-gradient(right, #662483, #3b2568);
    background: -moz-linear-gradient(right, #662483, #3b2568);
    background: linear-gradient(to right, #662483, #3b2568);
    width: 100%;
    height: 214px;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    cursor: pointer;
    padding: 5%; }

  .col-1 a .text-hover,
  .col-1 a .title-hover,
  .col-1 a button.white {
    display: none; }

  .col-1:hover a .title {
    display: none; }

  .col-1:hover a .text-hover,
  .col-1:hover a .title-hover {
    display: block;
    line-height: 30px;
    padding: 2%; }

  .col-1:hover a button.white {
    display: block; }

  #page-content > section.three-cols > article:nth-child(4) {
    display: block; } }
/*
-----------------
UPDATES
-----------------
*/
.two-columns_updates .left-column {
  margin-bottom: 40px; }

.two-columns_updates .left-column h4 {
  margin-bottom: 20px;
  margin-top: 0; }

.two-columns_updates .left-column h2 {
  margin-bottom: 5px; }

.two-columns_updates .left-column .article {
  overflow: auto;
  margin-bottom: 25px;
  position: relative;
  border-top: 1px solid #ccc; }

.two-columns_updates .left-column .article:first-of-type {
  border-top: 0px solid #ccc; }

.page-id-15 .two-columns_updates .left-column .article {
  overflow: auto;
  margin-bottom: 25px;
  position: relative; }

.two-columns_updates .left-column .article .article-img {
  width: 100%;
  float: left;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;;
  -o-background-size: cover !important;;
  background-size: cover !important;;
  background-repeat: no-repeat !important;;
  background-position: center center !important;
  margin-bottom: 20px; 
  padding-bottom: 100%; }

@media (min-width:600px) {
.two-columns_updates .left-column .article .article-img {
  height: 170px;
  padding-bottom: 0; }
}

  .two-columns_updates .left-column .article .article-img_show {
  width: 100%;
  float: left;
  height: 170px;
  object-fit: cover; }

.search-page .entry-content {position: relative;}
.search-page .entry-content p,
.search-page .content p {width: 87%;}

.two-columns_updates .left-column .article a .gradient-button,
.search-page .entry-content a .gradient-button {
  position: absolute;
  bottom: 0px;
  right: 25px;
}

.two-columns_updates .left-column .article .article-pres {
  width: 100%;
  float: left;
  padding: 0 2% 0 0; }

.two-columns_updates .left-column .article button {
  margin: 0 2%; }

.two-columns_updates .left-column .article div.button-down button.down-button {
  clear: both; 
  float: left !important;}



.two-columns_updates .left-column .article button.down-button {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }

.but-upt {clear: both;}

.two-columns_updates .left-column .article div.button-down button.down-button {
  clear: both; 
  float: left !important;}

.two-columns_updates .left-column .article button.gradient-button,
.search-page .entry-content a .gradient-button {
  float: right; }

.sidebar .contact-form {
  border-top: 1px solid #a8a8a8;
  padding-top: 10px;
  margin-top: 50px; }

.sidebar iframe {
    margin: auto !important;
    display: block !important; }

.two-columns_updates .left-column .article .article-cont {
  display: none; }

@media (min-width: 600px) {
  .two-columns_updates .left-column {
    margin-bottom: 40px; }

  .two-columns_updates .left-column .article .article-img {
    width: 40%;
    margin-right: 5%;
    padding-bottom: 40%;
    margin-bottom: 15px;
    }

    .two-columns_updates .left-column .article .article-img_show {
    width: 40%;
    padding-right: 5%;
    padding-bottom: 10px; }
    .big {
    width: 100% !important;
    padding-right: !important;
    padding-bottom: !important; }

  .two-columns_updates .left-column .article .article-pres {
    width: 55%; }

  .two-columns_updates .left-column .article.odd .article-pres {
    width: 100% !important;
    float: left;
    padding: 0; }

  .two-columns_updates .left-column .article button {
    margin: 10px 0 0; }

  .two-columns_updates .left-column .article.odd button {
    margin: 0 !important; } }
@media (min-width: 900px) {
  .two-columns_updates .left-column {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
.two-columns_updates .left-column .article .article-img {
     width: 40%;
    margin-right: 5%;
    padding-bottom: 27%;
    margin-bottom: 15px;
    max-width: 250px;
    }
  }

   
/*
-----------------
KEY CONTACTS
-----------------
*/
.four-columns .h2-title {
  text-align: left;
  margin-bottom: 20px; }

.four-columns .four-column,
.four-column {
  position: relative; }

.four-columns .four-column img,
.four-column img {
  width: auto; }

.four-columns .four-column .contact-info,
.four-column .contact-info {
  position: static;
  width: 80%;
  margin: auto; }

.four-columns button.contact-button {
  float: left; }

/*@media (min-width: 600px) {
  .four-columns .four-column,
  .four-column {
    position: relative; }

  .four-columns .four-column img,
  .four-column img {
    width: 25%; }

  .four-columns .four-column .contact-info,
  .four-column .contact-info {
    position: absolute;
    top: 0px;
    left: 30%;
    width: 70%; } }*/
@media (min-width: 600px) {
  .four-columns .four-column,
  .four-column {
    position: relative;}

  .four-columns .four-column img,
  .four-column img {
    width: auto; }

  .four-columns .four-column .contact-info,
  .four-column .contact-info {
    position: static;
    width: 100%; } }
@media (min-width: 1000px) {
  .four-columns .h2-title {
    width: 70%;
    float: left;
    margin-bottom: 40px;
    margin-top: 10px; }

  .four-columns button.contact-button {
    float: right;
    margin-top: 25px; } }
#page-content {
  margin-bottom: 40px; }

.home #page-content {
  margin-bottom: 0px; }

.clear {
  clear: both; }

/*
-------------
IMAGES
-------------
*/
div img.related-img {
  width: 90%;
  display: block;
  max-width: 400px;
  margin-left: 5%; }

@media (min-width: 900px) {
  div img.related-img {
    width: 90%;
    display: block;
    max-width: 400px;
    margin-left: 5%; } }
/*
-------------
COLUMNS
-------------
*/
/* TWO COLUMNS */
.two-columns {
  width: 88%;
  margin: auto;
  overflow: auto !important; }

.two-columns .left-column,
.two-columns .right-column {
  width: 100%;
  overflow: auto !important;}

@media (min-width: 900px) {
  .two-columns .left-column,
  .two-columns .right-column {
    width: 50%;
    float: left; }

  .two-columns .left-column {
    padding-right: 8%; 
    min-height: 300px; 
    clear: both;}

  .two-columns .right-column {
    padding-left: 8%; 
    min-height: 247px;}

    .two-columns .right-column h4 {
    margin-top: 90px;} 

  } 

/* TWO COLUMNS UPDATES */
.two-columns_updates {
  width: 90% !important;
  margin: auto;
  overflow: auto !important; }

.two-columns_updates .left-column,
.two-columns_updates .sidebar {
  width: 100%;
  overflow: auto !important;
  padding-right: 0%; }

.two-columns_updates .sidebar {
  background-color: #f9f9f9;
  padding: 3%; }

@media (min-width: 900px) {
  .two-columns_updates .left-column {
    width: 60%;
    float: left; }
  .two-columns_updates .left-column {
  padding: 0 4% 0 1.3%; }

  .two-columns_updates .sidebar {
    width: 40%;
    float: left;
    padding: 4%; }

  .two-columns_updates .left-column.spec {
    width: 80% !important;
    }

  .two-columns_updates .sidebar {
    width: 40%;
    float: left; }
     }
/* THREE COLUMNS */
.three-cols {
  width: 90%; }

.page-id-434 .three-cols {
  width: 84%;
  padding-bottom: 60px;
  margin-top: 20px; }

.page-id-434 footer .three-cols {
  width: 100%; }

.three-cols .columns-3 {
  width: 100%;
  margin: auto; }

@media screen and (min-width: 900px) {
  .three-cols .columns-3 {
    width: 33%;
    float: left; } }
/* FOUR COLUMNS */
.four-columns {
  width: 88%;
  clear: both;
  margin: auto;
  padding-top: 30px;
  overflow: auto;
  text-align: center; 
  position: relative;}

.four-columns .four-column,
.four-column {
  width: 100%;
  padding: 2%; }

.four-columns .more-info,
.four-column .more-info {
  clear: both;
  padding-top: 40px; }

@media (min-width: 600px) {
  .four-columns {
    text-align: left; }

  .four-columns .more-info,
  .four-column .more-info {
    clear: both;
    padding-top: 40px; } }

@media (min-width: 730px) {
  .four-columns .column,
  .four-column {
    width: 49% !important;
    display: inline-block;
    vertical-align: top;
    padding: 2% 4% 2% 0; }

  .four-columns .more-info,
  .four-column .more-info {
    clear: both;
    padding-top: 40px; } }

@media (min-width: 1000px) {
  .four-columns .column,
  .clear .four-column {
    width: 24% !important;
    display: inline-block;
    padding: 1% 2% 1% 0;
    vertical-align: top; }

  .four-columns .more-info,
  .four-column .more-info {
    clear: both;
    padding-top: 40px; } }
/*
-------------
BUTTONS
-------------
*/
button {
  box-shadow: none !important;
  text-shadow: none !important; }

.gradient-button {
  position: relative;
  overflow: hidden;
  padding-right: 50px; }

.gradient-button img {
  position: absolute;
  top: 3px;
  right: 25px;
  transition-duration: .5s; }

.simple-but {
  width: 84%;
  margin: auto;
  clear: both;
}

@media (min-width: 1190px) {
  .simple-but {
  clear: none;
  }
}

.down-button,
.contact-button {
  border: 1px solid #662483;
  background-color: #fff;
  background: #fff;
  color: #662483;
  letter-spacing: 1px;
  padding: .3em 1em .2em;
  margin-bottom: 20px;
  text-transform: uppercase; }

.four-columns .down-button {margin-bottom: 20px;float: left;}
  .down-button p {
  letter-spacing: .5px;
  margin: 2px 0 0;
  float: right; }
  .down-button a {
  color: #662483 !important;
  font-size: 13px; }

.down-button img,
.contact-button img {
  vertical-align: middle;
  border-right: 1px solid #662483;
  margin-right: 10px;  }

@media (min-width: 600px) {
  .four-columns .down-button {float: none;}
}
@media (min-width: 900px) {
  .gradient-button {
    position: relative;
    overflow: hidden;
    padding-right: 50px; }

  .gradient-button img {
    position: absolute;
    top: 3px;
    right: 25px;
    transition-duration: .5s; }


.category-steering .down-button {
    margin-bottom: 20px;}

  .down-button {
    /*position: absolute;
    bottom: 29px;
    right: 0;*/
    border: 1px solid #662483;
    background-color: #fff;
    background: #fff;
    color: #662483;
    letter-spacing: 1px;
    padding: .3em 1em .2em;
    margin-bottom: 0px;}

  .down-button img {
    vertical-align: middle;
    border-right: 1px solid #662483;
    margin-right: 10px; } }

@media (min-width: 1000px) {
  .four-columns .down-button {
  position: absolute;
  right: 32px;
  top: 50px;}
}
/*
-------------------
FOOTER BUTTONS
-------------------
*/
.contact-form input {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  width: 80%;
  padding: 2.5% 0;
  color: #fff;
  font-family: 'Open Sans', sans-serif !important; 
  font-weight: 300 !important; }

.contact-form textarea {
  background-color: transparent;
  color: #fff;
  font-family: 'Open Sans', sans-serif !important; 
  font-weight: 300 !important;
  border: none;
  border-bottom: 1px solid #fff;
  resize: none;
  border-radius: 0px; }

.contact-form h4,
.contact-form h2,
.contact-form p {
  font-family: 'Open Sans', sans-serif !important; 
  font-weight: 300 !important;
  color: #fff;
}

.contact-form .contact-left,
.contact-form .contact-right {
  float: left;
  width: 50%;
}

.contact-form input.contact-team {
  border: 1px solid;
  box-shadow: none;
  color: #fff;    
  font-size: 12px;
  padding: 1em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0);
  width: 20%;
  border-radius: 5px;
  float: right;
  margin-top: 25px;
}

::-webkit-input-placeholder {color: #fff !important;}
:-moz-placeholder {color: #fff !important;}
::-moz-placeholder {color: #fff !important;}
:-ms-input-placeholder {color: #fff !important;}


input[type="text"]:focus {color: #fff;
}



.footer .contact-form input {
  border-bottom: 1px solid #fff; }

.sidebar .contact-form input {
  border-bottom: 1px solid #ccc; }

button.border-button {
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #fff;
  padding: 10px 20px !important;
  letter-spacing: 1px !important;
  border-radius: 6px !important;
  max-width: 290px !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px; }

button.border-button:hover {
  background-color: #fff !important;
  color: #42236c;
  transition-duration: 1s; }

button.border-button.purple {
  color: #662483 !important;
  border: 1px solid #662483;
  margin: 40px auto 0;
  display: block; }

button.border-button.purple:hover {
  color: #fff !important;
  background-color: #42236c !important; }

button.gradient-button {
  background-color: transparent !important;
  box-shadow: none !important;
  text-shadow: none !important;
  color: #e71d72 !important;
  letter-spacing: 1px !important;
  padding-left: 0px !important;
  border-radius: 6px !important;
  transition-duration: 1s !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  border: none;
  font-family: 'Open Sans', sans-serif; }

button.white {
  color: #fff !important;
  position: absolute;
  right: 10px;
  bottom: 20px; }

.col-1:hover a .read_full-hover img {
  position: relative;
  left: 10px;
  top: 1px; }

/*
-------------------
ARTICLE
-------------------
*/
.article .article-content {
  margin-bottom: 40px;
  width: 100%;
  margin: auto;
}

.article .article-content header {
  width: 85%;
  margin: auto;
}

.article .article-content div.entry-content {
    width: 85%;
    margin: auto;
  }
.article .article-content div.entry-content blockquote p {
    margin-left: -2rem;
    font-size: 1.4em !important;
    line-height: 2em;
    font-style: italic;
    margin-bottom: 0px;
  }

.article .article-content div.entry-content blockquote p:before,
.article .article-content div.entry-content blockquote p:after {
    content: "";
    background: url(/wp-content/uploads/2016/09/quote.png);
    width: 1em;
    height: .9em;
    background-size: cover;
    display: inline-block;
}

blockquote p::before {
    position: relative;
    left: -.8em;
    top: -.2em;
}
blockquote p::after {
    display: inline-block;
    position: relative;
    left: .8em;
    top: -.2em;
}

.article .article-content .entry-meta {
    font-size: 13px;
  }
.article .article-content .entry-meta .byline {
    display: none;
  }

.article .article-content blockquote {
  width: 80%;
  margin: 50px 0 50px 5%;
  position: relative;
  margin: auto;}

.relatedposts {
  width: 90%;
  margin: auto;
  overflow: auto;
  margin-bottom: 40px;
}
.relatedposts h2 {
  text-align: center;
  margin-bottom: 0px;}

.relatedposts .the_post {
  width: 100%;
  padding: 3%;
}
.relatedposts .the_post h3 a {
  color: #2a2a2a;
}
.relatedposts .the_post .rel-thumb {
    height: 160px;
    width: 100%;
    object-fit: cover;
  }

@media (min-width: 900px) {
  .article .article-content {
  margin-bottom: 40px;
  width: 85%;
  margin: auto;
  }
  .show-full {
  margin-bottom: 40px;
  width: 100%; 
  margin: auto;
}
  .article .article-content div.entry-content {
    width: 85%;
    margin: auto; }
  .article .article-content div.entry-content blockquote p {
    margin-left: -5rem;
  }
  blockquote p::before {
    left: -.5em;
  }
  blockquote p::after {
    left: .7em;
}

  .article .article-content blockquote {
    width: 90%;
    margin: 50px 0 50px 5%; }

  .relatedposts .the_post {
    width: 33%;
    float: left;
    padding: 3%;
  }
  .relatedposts .the_post .rel-thumb {
    height: 180px;
    width: 100%;
    object-fit: cover;
  }

}

/*
-------------
ACCORDION
-------------
*/
button.accordion {
  background-color: #fff;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  position: relative; }

button.accordion.active, button.accordion:hover {
  background-color: #fff;
  box-shadow: none; }

button.accordion:after {
  content: "";
  background-image: url("/wp-content/uploads/2016/09/arrow-bottom.png");
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  float: right;
  background-repeat: no-repeat; }

button.accordion.active:after {
  background-image: url("/wp-content/uploads/2016/09/arrow-top.png"); }

div.panel {
  padding: 0;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0; }
.faq div.panel {
  width: 96%;
  margin-left: 0%; }

div.panel.show {
  opacity: 1;
  max-height: 2000px; }
.faq div.panel.show {
  width: 96%;
  margin-left: 0%; }

/*
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;

	&:focus {
		background-color: $color__background-screen;
		border-radius: 3px;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
		clip: auto !important;
		color: $color__text-screen;
		display: block;
		@include font-size(0.875);
		font-weight: bold;
		height: auto;
		left: 5px;
		line-height: normal;
		padding: 15px 23px 14px;
		text-decoration: none;
		top: 5px;
		width: auto;
		z-index: 100000; 
	}
}

#content[tabindex="-1"]:focus {
	outline: 0;
}
*/
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }





.alm-btn-wrap {
  padding-top: 30px;
}
button.alm-load-more-btn {
  background: transparent !important;
  border: 1px solid #662483 !important;
  color: #662483;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase;
  height: auto;
}
button.alm-load-more-btn:hover {
  color: #662483;
}


/*
------------------
CONTACT POP UP
------------------
*/


#abc {
width:100%;
height:100%;
top:0;
left:0;
display:none;
position:fixed;
background-color:rgba(255,255,255,.8);
overflow:auto;
z-index: 100;
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
background-image: url("/wp-content/uploads/2016/09/footer-backg.jpg") !important;
width: 600px;
height: 400px;
opacity: 1;
}

form.contact-form {
min-width:250px;
padding:10px 50px;
border-radius:10px;
font-family:raleway;
}

form.contact-form  input[type=text] {
width:82%;
padding:10px;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
font-family:raleway
}

form.contact-form  #submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}


.row:nth-child(odd) {
    background-color: transparent !important;
    width: 100%;
    overflow: auto;
    /*padding:  0 !important;
    margin: 0 !important;*/
}

.ppsInnerTblContent .row:nth-child(odd),
.ppsInnerTblContent .row:nth-child(even) {
    background-color: transparent !important;
    width: 100%;
    overflow: auto;
    padding:  0 !important;
    margin: 0 !important;
}



#ppsPopupShell_100_477148 .ppsSubscribeShell input, #ppsPopupShell_100_477148 .ppsSubscribeShell .ppsSubSelect, #ppsPopupShell_100_477148 .ppsSubscribeShell textarea {
    border-radius: 0px !important;
}

#ppsPopupShell_100_135420 .ppsSubscribeShell textarea {
    border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;
}



/*
-------------
TOP NAV
-------------
*/

  button.burger
   {
      width: 30px;
      height: 30px;
      display: none;
      border: none;
      position: absolute;        
      right: 22px;
      top: 73px;
      z-index: 10;
      background-color: #fff;
      font-size: 19px;
    }
  button.foot-burger {
      width: 30px;
      height: 30px;
      display: none;
      border: none;
      position: absolute;        
      left: 0px;
      bottom: 33px;
      z-index: 10;
      background-color: #fff;
      font-size: 19px;
    }
    nav.top-menu,
    nav.foot-nav {
      margin:10px 0 0 0;
    }
    nav.top-menu li,
    nav.foot-nav li {
      display:inline;
    }
    nav.top-menu li a,
    nav.foot-nav li a {
      float:left;
      display:inline-block;
      padding:5px;
      padding-right: 12px;
      padding-left: 12px;
      margin:0 5px 0 0 ;
      text-align: left;
    }
    nav.top-menu li a:hover,
    nav.foot-nav li a:hover{
      background:#fff;
    }
    
    @media only screen and (max-width:600px){
      
      button.foot-burger {
        display:block;
        
      }
      nav.foot-nav{
        display:none;
      }
      nav.foot-nav li {
        display:block;
      }
      nav.foot-nav li a{
        float:none;
        display:block;
        padding:5px;
        margin:0 5px 0 2% ;
      }
      
    }

    @media only screen and (max-width:900px){
      
      button.burger{
        display:block;
        
      }
      nav.top-menu{
        display:none;
      }
      nav.top-menu li {
        display:block;
      }
      nav.top-menu li a{
        float:none;
        display:block;
        padding:5px;
        margin:0 5px 0 2% ;
      }
      
    }


#cspFormShell_11_280634 .down-buttons  a button {
    border: 1px solid #ccc !important;
    border-radius: 3px;
    background: #e6e6e6 !important;
  }





.menu-primary-menu-container li form {display: none;}


.search-page {width: 90%;margin: auto;}


.search-page article {
  width: 100%;
  margin-bottom: 30px;
  overflow: auto;
  border-top: 1px solid #ccc;
}

.search-page .entry-content p, 
.search-page .content p {
    width: 95%;}

@media (min-width:900px){
  .search-page article {
  width: 75%;}

  .search-page .article-img {
  width: 35%;
  margin-right: 5%;
  padding-bottom: 22%;
  margin-bottom: 15px;
  max-width: 250px;
  float: left;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;}
}

@media (min-width:600px){

  .search-page .article-img {
  width: 35% !important;
  margin-right: 5% !important;
  padding-bottom: 35% !important;
  margin-bottom: 15px !important;
  max-width: 250px !important;
  max-height: 250px !important;}
}

@media (min-width:1200px){
  .search-page .article-img {
  padding-bottom: 25% !important;}
}

.search-page article:first-of-type  {
  border-top: 0px solid #ccc; 
}

.search-page .article-img {
    width: 100%;
    float: left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 20px;
    padding-bottom: 100%;
}

.search-page p.text{
  width: 50%;
  float: left;
  padding-left: 5%;
}

.search-page a {
  float: left;
 /*padding-left: 5%;*/
}

.search-page a .down-button {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}



#vjs_video_3 {
    width: 90% !important;
    height: auto !important;
}


#mc_embed_signup { 
  clear:left;
  font: 13px 'Open Sans', sans-serif !important;
  font-weight: 300 !important; }
#mc_embed_signup form {padding: 0px !important;}
#mc_embed_signup .asterisk  { 
  font-size: 12px !important; 
  position: relative;
  top: 0px !important;}

#mc_embed_signup form input {
  padding: 4px 0 !important;
  width: 80% !important;
  border-bottom: 1px solid #ABB0B2 !important;
  border: 0px solid #ABB0B2;
  border-radius: 0px;}

#mc_embed_signup form label {display: none !important;}

#mc_embed_signup form input[type=submit] {
  width: auto !important;
  padding: 0 15px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid #ABB0B2 !important;
  font-weight: 300 !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;}

#mc_embed_signup .mc-field-group {padding-bottom: 1% !important;}

/*--------------------------------------------------------------
# Paloma
--------------------------------------------------------------*/
.bc-player-74b4f6ae-bb3f-4534-beb9-787ad6a0c1a1_default .vjs-poster {
  background-size: 101%; }

.home-video #vjs_video_3 {
  border: 1px solid #000;
}
.bg-main .secondary-nav li a.active--category {
  font-weight: 600!important;
}
