/* Sol custom additions */

/* navigation */
    #navigation {
        z-index: 999;
    }
/* Exposed filter block for team pages */

  #block-views-exp-team-block-1
  {
		border-bottom: 1px solid #3649ac;
		margin: 0;
  }
  #block-views-exp-team-block-1 form
  {
	  margin-bottom: 0;
  }
  #block-views-exp-team-block-1 form .views-exposed-widgets
  {
	  margin-bottom: 0;
  }

  #block-views-exp-team-block-1 .views-submit-button
  {
	  display: none !important;
  }

  #block-views-exp-team-block-1 .form-item 
  {
    display: inline-block;
    margin-bottom: 0em;
  }

  #block-views-exp-team-block-1 .form-item label
  {
    display: inline-block;
		color: white;
		border-radius: 0.5em 0.5em 0 0;
		padding: 0.5em 1em;
		margin: 0;
		background-color: #3649ac;
		color: white;
		font-size: 0.9em;
  }

  #block-views-exp-team-block-1 .form-item label:hover 
  {
	background-color: #6070ff;
  }
  #block-views-exp-team-block-1 input[type="radio"]:checked + label
  {
	  background-color: #6070ff;
  }

  #block-views-exp-team-block-1 input[type="radio"] + label::before
  {
		display: none;
  }

/* Homepage Slideshow */

/*
.view-homepage-slideshow .view-content {
    margin: auto;
    position: relative;
}

#block-views-c6e1485d9a58c84c36b317d84709d599 {
    background-color: #eee; 
}
*/

.view-homepage-slideshow .slide-page {
	width: 100%;
	height: 0;
	padding-bottom: 40%;
	position: relative;
}

.view-homepage-slideshow .slide-page .views-row {
    display: inline-block;
    float: left;
    width: 25%;
	height: 0;
	padding-bottom: calc(40% / 2);
    position: relative;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.view-homepage-slideshow .views-row .views-field {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.view-homepage-slideshow .views-row .views-field .background-image {
    background-size: cover !important;
    background-size: cover !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    padding: 0;
}
.view-homepage-slideshow .views-row .views-field .background-image .content-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 30px);
    z-index: 2;
    height: 100%;
    padding: 0 15px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.view-homepage-slideshow .views-row .views-field:hover .background-image .content-container {
    background: rgba(0,41,74,0.9);
}
.view-homepage-slideshow .views-row .views-field:hover .background-image .content-container .content {
    opacity: 1;
}
.view-homepage-slideshow .views-row .views-field .background-image .content-container .content {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    opacity: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.view-homepage-slideshow .views-row:first-child {
    width: 50%;
	padding-bottom: 40%;
}
.view-homepage-slideshow .views-field-title-1 .title {
    text-shadow: 1px 1px 0 rgba(000,000,000, 0.8);
    line-height: 1.25em;
    font-weight: 500;
    font-size: 18px;
}
.view-homepage-slideshow .views-field-title-1 .topics {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
}

.view-homepage-slideshow .views-field-title-1 > span > div {
    min-height: 6em;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    background-position: 0 20%;
    background-size: cover;
}
.view-homepage-slideshow .views-field-title-1 a {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 1.2em;
}

.view-homepage-slideshow .views-field-field-topic {
    top: 0;
    color: #fff;
    padding: 0.5em;
    text-shadow: 1px 1px 1px #000;
    font-variant: small-caps;
}

.view-homepage-slideshow .slide-nav {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    position: absolute;
    z-index: 999;
}
.view-homepage-slideshow .slide-nav div
{
	position: relative;
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 0;
}
.view-homepage-slideshow .slide-nav #prev::before, .view-homepage-slideshow .slide-nav #next::before {
	content: "";
	font-family: "Ico Moon", sans-serif;
	width: 40px;
	height: 40px;
	font-size: 30px;
	position: absolute;
	color: rgba(255,255,255,0.7);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer;
}
.view-homepage-slideshow .slide-nav div:hover::before {
	color: #fff !important;
}
.view-homepage-slideshow #prev 
{
    left: 2%;
    float: left;
}
.view-homepage-slideshow #prev::before {
	-webkit-transform: rotate(180deg);
    transform: rotate(180deg);
	top: -9px;
}

.view-homepage-slideshow #next {
	top: 9px;
    right: 2%;
    float: right;
}
.view-homepage-slideshow #next::before {
	right: 0;
}

.view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .title {
    font-size: 28px;
}
.view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .topic {
    font-size: 16px;
    text-transform: uppercase;
}



/* Women In Energy changes -------------- */

/*
.page-taxonomy-term-92
{
}

.page-taxonomy-term-92 #content
{ 
	width: 100%;
}

.page-taxonomy-term-92 #block-views-term-banner-block .vocabulary-initiatives.view-mode-banner .group-left
{
	width: 100%;
}

.page-taxonomy-term-92 #block-views-term-banner-block .vocabulary-initiatives.view-mode-banner .group-middle,
.page-taxonomy-term-92 #block-views-term-banner-block .vocabulary-initiatives.view-mode-banner .group-right
{
	display: none;
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives 
{
	max-width: 100%;
	font-size: 1.2em;
	line-height: 1.5em;
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives img
{
	margin-right: 2em;	
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives ul
{
	list-style-type: none;
	padding-top: 1em;
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives li
{
	display: inline;
  border: 2px solid #8EC137;
  padding: 1em;
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives li:before
{
	content: '';
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives li a
{
  color: #8EC137;
}

.page-taxonomy-term-92 .taxonomy-term.vocabulary-initiatives li a:after
{
  color: #8EC137;
	content: ' >';
}

.page-taxonomy-term-92 #block-service-links-service-links-not-node
{
	display: none;
}

.page-taxonomy-term-92 #content #block-block-58
{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0;
  padding: 1em;
	background-color: #E9F3D8;
}

.page-taxonomy-term-92 #block-block-58 img
{
	margin-right: 2em;
}

.page-taxonomy-term-92 #block-block-58 h2
{
	margin: 0;
	padding-bottom: 1em;
	border-bottom: 2px solid #8Ec137;
}

.page-taxonomy-term-92 #block-block-58 h3
{
	margin: 0;
  color: #4D4B4B;
}

.page-taxonomy-term-92 #block-block-58 p
{
	margin-top: 0;
}

#block-quicktabs-women-in-energy-content
{
	font-size: 1.2em;
}

#block-quicktabs-women-in-energy-content .block__title
{
	display: block;
}

#block-quicktabs-women-in-energy-content ul.quicktabs-tabs:before
{
	padding: 1em;
	content: "Filter by: ";
}

#block-quicktabs-women-in-energy-content ul.quicktabs-tabs
{
	padding: 0;
	margin-bottom: 1em;
}

#block-quicktabs-women-in-energy-content ul.quicktabs-tabs li
{
}

#block-quicktabs-women-in-energy-content ul.quicktabs-tabs li.active a
{
  padding: 0.5em 1em 0.5em 0.25em;
  color: #8EC137;
	background-color: #E9F3D8;
}
*/

/* Mailchimp pop-out block */

/* 
#block-mailchimp-signup-women-in-energy
{
	position: absolute;
	right: 0;
}

#block-mailchimp-signup-women-in-energy .block__title
{
	display: block;
	background-color: #8FC235;
	transform: rotate(-90deg);
	padding: 1em;
	right: 0;
	margin-right: -5em;
}
#block-mailchimp-signup-women-in-energy .content
{
	color: white;
	background-color: #8FC235;
  display: none;
}

.region-content-bottom.active #block-mailchimp-signup-women-in-energy .block__title
{
	margin-right: 0;
	transform: rotate(0deg);
}

.region-content-bottom.active #block-mailchimp-signup-women-in-energy .content
{
	display: block;
}
*/

/* Publications block */

/*
.region-content-bottom.active #block-views-news-block-5
{
  width: 70%;
}

#block-views-news-block-5
{
	width: 80%;
}
*/

/* Media ------------------------ */

@media screen and (max-width: 1024px) {
    .view-homepage-slideshow .views-field-title-1 .topics {
        font-size: 11px;
    }
    .view-homepage-slideshow .views-field-title-1 .title {
        font-size: 15px;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .topics {
        font-size: 15px;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .title {
        font-size: 24px;
    }
}

@media screen and (max-width: 840px) {
    .view-homepage-slideshow .slide-page .views-row {
        padding-bottom: calc(50% / 2);
        width: 30%;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) {
        width: 40%;
        padding-bottom: 50%;
    }
    .view-homepage-slideshow .views-field-title-1 .topics {
        font-size: 10px;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .title {
        font-size: 20px;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) .content-container .topics {
        font-size: 13px;
    }
}
@media screen and (max-width: 750px) {
    #dl-menu {
        z-index: 9999;
    }
    .dl-menuwrapper .dl-menu {
        top: 93px;
    }
    .dl-menuwrapper .dl-menu.dl-menuopen {
        overflow-y: auto;
        top: 93px;
    }
    html.svg #logo img {
        max-width: 330px !important;
        min-width: 330px;
    }
}
@media screen and (max-width: 540px) {
    .view-homepage-slideshow .slide-page .views-row {
        padding-bottom: calc(56.25% / 2);
        width: 33.33%;
    }
    .view-homepage-slideshow .views-row:nth-child(5n+1) {
        width: 33.33%;
        padding-bottom: 56.25%;
    }
}

