/*
Theme Name: Wiser
Theme URI: http://www.catalysto.com/
Author: Catalysto
Author URI: http://www.catalysto.com/
*/ 

.titlinggothicfbnormlight {
  font-family: "Titling Gothic FB Norm Light";
  font-style: normal;
  font-weight: normal;
}

.titlinggothicfbnormmedium {
  font-family: "Titling Gothic FB Norm Med";
  font-style: normal;
  font-weight: bold;
}

body, html {
 font-family: "Titling Gothic FB Norm Light";
 font-style: normal;
 font-weight: normal;
 color:#414141
 }

* {
  margin:0;
  padding:0;
  transition:all 0.3s ease
  }

.container {
    padding-left: 25px;
    padding-right: 25px;
    max-width: 1200px;
    width:100%
}

section.header-white {
    padding-bottom: 15px;
    padding-top: 20px;
}

.logo-section {
    float: left;
    width: 250px;
}

p.descr {margin-top:10px; margin-bottom:0}

.logo-section a:hover img {
 opacity:0.8}

.search-section {
    float: right;
    padding-top: 19px;
}

.search-section input#s {
    border-color: -moz-use-text-color -moz-use-text-color #414141;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #414141;
    *height: 27px;
    padding-bottom: 6px;
    text-transform: uppercase;
    width: 218px;
}

_:-ms-input-placeholder, :root .search-section input#s { height:28px }

.search-section input#searchsubmit {
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom:1px solid #414141;
    padding-bottom:6px;
    background:none;
    text-transform:uppercase;
    margin-left:-4px;
    color:#414141;

}

.search-section input#searchsubmit:hover {
 color:#f15e22
 }
 
.header-orange  {
  background:#f15e22;
  padding-top:42px;
  padding-bottom:42px
 }
 
ul#menu-header-menu-1 {
    float: right;
    margin: 0;
    padding: 0;
}

ul#menu-header-menu-1 > li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 40px;
}

ul#menu-header-menu-1 > li:first-child { margin-left: 0 }

ul#menu-header-menu-1 > li > a {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
}

ul#menu-header-menu-1 > li > a:hover {
 text-decoration:none}

ul#menu-header-menu-1 li.menu-item-has-children > a {
    background: rgba(0, 0, 0, 0) url("img/arrow-down.png") no-repeat scroll right center;
    padding-right: 20px;
}

ul#menu-header-menu-1 li ul.sub-menu {
    margin: 0;
    padding: 42px 0 0;
}
 
ul#menu-header-menu-1 li ul.sub-menu li {
 list-style-type:none;
}

ul#menu-header-menu-1 li ul.sub-menu li a {
    color: #414141;
    display: block;
    font-size: 16px;
    padding: 7px;
} 

ul#menu-header-menu-1 li ul.sub-menu li.current-menu-item > a {
 font-weight:bold}

ul#menu-header-menu-1 li ul.sub-menu li:nth-child(even) {
 background:white}
 
ul#menu-header-menu-1 li ul.sub-menu li:nth-child(odd) {
 background:#BFBFBF}
 
ul#menu-header-menu-1 li ul.sub-menu li:hover {
 background:#8C8C8C}
 
ul#menu-header-menu-1 li ul.sub-menu li a:hover {
 color:white}

ul#menu-header-menu-1 li ul.sub-menu { display:none }

ul#menu-header-menu-1 li:hover ul.sub-menu { display:block; position: absolute }

ul#menu-header-menu-1 li.current-menu-ancestor > a,
ul#menu-header-menu-1 li.current-menu-item > a {
 font-weight:bold}

#menu-item-144 ul.sub-menu {
    margin-left: -117px !important;
    width: 200px;
}

.footer-grey {
    background: #BFBFBF none repeat scroll 0 0;
    padding-bottom: 50px;
    padding-top: 50px;
}

.footer-grey {}

.footer-grey h4 {
    color: #414141;
    font-size: 22px;
    margin-bottom: 30px;
    margin-top: 0;
    text-align: center;
}

.footer-grey .footer-logo {
    float: left;
    width: 25%;
}    

.footer-grey .footer-logo:last-child {}

.footer-grey .footer-grey .footer-logo img {}

.footer-grey .footer-grey .footer-logo img:hover { opacity: 0.8 }

.footer-grey #footer-outer {
    align-items: center;
    border-right: 1px solid white;
    display: flex;
    flex-flow: row wrap;
    height: 100px;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.footer-grey #footer-inner {
  display: inline-block;
    position: relative;
}

.footer-grey #footer-inner img:hover {
 opacity:0.5}

.footer-bottom {
    background: #414141 none repeat scroll 0 0;
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
}

.footer-bottom ul {
    list-style: outside none none;
    margin: 0;
}

.footer-bottom ul li {
    display: inline;
    margin-left: 30px;
    margin-right: 30px;
}

.footer-bottom ul li a {
    color: #bfbfbf;
    font-size: 17px;
}

.footer-bottom ul li a:hover { color:white; text-decoration: none }

.orange-footer {
    background: #f15e22 none repeat scroll 0 0;
    color: white;
    padding-bottom: 70px;
    padding-top: 70px;
}

.orange-footer h4 {
    margin-top: 0;
}

.orange-footer .footer-orange-left {
    float: left;
    width: 50%;
}

.orange-footer .footer-orange-right {
    border-left: 2px solid #ffae89;
    float: right;
    padding-left: 36px;
    width: 50%;
}

.orange-footer .footer-orange-right p:last-child {
 margin-bottom:0}

.orange-footer p {
    font-size: 16px;
}

.footer-orange-left-left {
    float: left;
    width: 50%;
}

.footer-orange-left-right {
    float: right;
    text-align: center;
    width: 50%;
}

.footer-orange-left-right ul {
    list-style: outside none none;
    margin: 0 0 0 calc(50% - 60px);
    width: 120px;
}

.footer-orange-left-right ul li {
    display: inline;
}

.footer-orange-left-right ul li a:hover img { opacity: 0.7 }

.orange-footer .footer-orange-left a.newsletter {
    border-bottom: 2px solid #414141;
    color: white;
    font-size: 17px;
}

.orange-footer .footer-orange-left a.newsletter:hover { border-bottom:2px solid white; text-decoration:none }


/* HOMEPAGE */

.homepage-image {
 background: url('img/home-banner.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:600px}
  
.page-image {
 background: url('img/home-banner.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:300px}
  
.homepage-white {
    padding-bottom: 70px;
    padding-top: 70px;
}

.page-white {
    padding-bottom: 70px;
    padding-top: 70px;
}

.homepage-white p {
    color: #f15e22;
    font-size: 28px;
    padding-bottom: 0;
    padding-left: 35%;
}

.homepage-orange {
    background: #f15e22 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}
.homepage-orange h2 {
    display: block;
    float: left;
    margin: 0 0 -33px;
    padding: 0;
}

.page-white h2 {
    color: #f15e22;
    font-size: 28px;
    margin: 0 0 20px;
    padding-left: 35%;
}

.page-white p {
    color: #414141;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
    padding-left: 35%;
}

.page-white p:last-child {
 margin-bottom:0}

.homepage-orange .homepage-news:last-child {
 margin-bottom:0}
 
.homepage-news {
 margin-bottom:20px;
 clear:both}
 
.home-news-left {
    float: left;
    padding-right: 7%;
    width: 35%;
}
 
.home-news-left img {
  width:100%;
  height:auto;
  background: #f15e22;
  padding:5px;
  border:1px solid white
  }
  
  
.home-news-right {
    float: right;
    width: 65%;
}

.home-news-right h3 {
    color: white;
    font-size: 29px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 0;
}

.home-news-right p {
    color: white;
    font-size: 18px;
    margin-bottom:15px
}

.home-news-right a.read-more {
    border-bottom: 3px solid #bfbfbf;
    color: white;
    display: inline-block;
    float: right;
    font-size: 19px;
    text-align: right;
}

.home-news-right a.read-more:hover { text-decoration:none; border-bottom:3px solid white}

.homepage-grey {
    background: #414141 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}

.homepage-grey .twitter-container {
 padding-left:35%}
 
.twitter-header {
    background: #988578 none repeat scroll 0 0;
    margin-bottom: 15px;
    padding: 10px;
}

.twitter-header h3 {
    color: white;
    float: left;
    font-size: 30px;
    margin: 0;
    padding: 0;
}

.twitter-header a img {
    float: right;
}

.twitter-header a:hover img { opacity:0.7 }

.page-orange {
    background: #f15e22 none repeat scroll 0 0;
    padding: 70px 0;
}

.page-orange h3 {
    color: #414141;
    font-size: 28px;
    margin: 0 0 15px;
    padding: 0;
}
 
.page-orange p {
    color: white;
    font-size: 26px;
    margin-bottom: 0;
}
 
.page-orange p:last-child {
 margin-bottom:0}
 
.breadcrumb {
    background-color: #bfbfbf;
    border-radius: 0;
    font-size: 20px;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 10px 0;
}

.breadcrumb a {
 color:#414141}
 
.breadcrumb a:hover {
 color:white}
 
.page-white ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 35%;
}

.page-white ul li {
    background-image: url("img/li.png");
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.page-dark-grey {
    background: #414141 none repeat scroll 0 0;
    padding: 70px 0;
}

.page-dark-grey img {
    background: #414141 none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    height: auto;
    margin-right: 1.5%;
    padding: 5px;
    width: 32%;
}

.page-dark-grey a:last-child img  {
 margin-right:0}

.page-dark-grey img:hover { border:1px solid #F15E22; opacity:0.8}

.page-light-grey {
    background: #E0E0E0 none repeat scroll 0 0;
    padding: 70px 0;
}

.row-like {
    border-bottom: 2px solid #f15e22;
    margin-bottom: 15px;
}

.row-like h3 {
    color: #f15e22;
    font-size: 30px;
    margin: 0;
    padding: 0 0 15px;
}

.row-like:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cell-like-01 {
    float: left;
    font-size: 17px;
    width: 35%;
}

.cell-like-02 {
    float: right;
    text-align: left;
    width: 65%;
}
.cell-like-01 p {}

.cell-like-02 ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.cell-like-02 ul li {
    background-image: url("img/li.png");
    background-position: 5px 6px;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 15px;
    padding-left: 30px;
}

.our-team-light-grey {
 background:#BFBFBF;
 padding:70px 0}
 
.our-team-dark-grey h2 {
    color: #f15e22;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0 0 0 35%;
}

.our-team-dark-grey h3 {
    color: white;
    margin: 0 0 20px;
    padding-left: 35%;
}

.our-team-dark-grey ul {
    color: white;
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 35%;
}

.our-team-dark-grey ul li {
    background-image: url("img/li2.png");
    background-position: 3px 6px;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.our-team-dark-grey ul li:last-child { margin-bottom:0 }

.our-team-dark-grey ul li span {
    display: inline-block;
    font-weight: bold;
    width: 220px;
}

.our-team-light-grey h3 {
    color: #8d3e45;
    font-size: 28px;
    margin: 0 0 20px;
    padding-left: 35%;
}

.our-team-light-grey ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 35%;
}

.our-team-light-grey ul li {
background-image: url("img/li3.png");
    background-position: 3px 6px;
    background-repeat: no-repeat;
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 30px;

}

.our-team-light-grey ul li:last-child { margin-bottom:0 }

.our-team-light-grey ul li span {
 width:290px;
 font-weight:bold;
 display:inline-block}
 
.our-team-orange h3 {
    margin: 0 0 20px;
    padding: 0 0 0 35%;
}

.our-team-orange ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 35%;
}

.our-team-orange ul li {
    background-image: url("img/li2.png");
    background-position: 3px 6px;
    background-repeat: no-repeat;
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.our-team-orange ul li:last-child { margin-bottom: 0 }

.our-team-orange ul li span { font-weight:bold; width:280px; display:inline-block
}

.our-team-light-grey .container {
 background:url(img/circle.png) no-repeat
 }
 
.stakeholders-dark-grey h3 {
    color: #f15e22;
    font-size: 30px;
    margin: 0 0 15px;
    padding: 0;
}

.stakeholders-dark-grey ul {
    margin: 0;
    padding: 0;
}

.stakeholders-dark-grey ul li {
    color: white;
    font-size: 16px;
    list-style: outside none none;
    margin-bottom: 15px;
}

.stakeholders-dark-grey ul li:last-child {margin-bottom:0 }

.stakeholders-dark-grey strong {
    color: #f15e22;
}

.stakeholders-dark-grey a {
    color: #f15e22;
    font-weight: bold;
    text-decoration: underline;
}

.stakeholders-dark-grey a:hover {  color:white }

.stakeholders-light-grey .container { background: none }

.stakeholders-light-grey h3 {
    color: #414141;
    padding-left: 0;
}

.stakeholders-light-grey ul {
    padding: 0;
}

.stakeholders-light-grey ul li {
    background-image: none;
    padding: 0;
}

.stakeholders-light-grey ul li:last-child { margin-bottom:0 }

.stakeholders-light-grey strong {}

.stakeholders-light-grey a {
    color: #414141;
    font-weight: bold;
    text-decoration: underline;
}

.stakeholders-light-grey a:hover { color:#F15E22; text-decoration: none}

.stakeholders-beige {
    background: #988578 none repeat scroll 0 0;
    padding: 70px 0;
}

.stakeholders-beige h3 {
    color: white;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0;
}

.stakeholders-beige strong {}

.stakeholders-beige ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.stakeholders-beige li {
    color: white;
    font-size: 17px;
    margin-bottom: 15px;
}

.stakeholders-beige ul li:last-child { margin-bottom:0 }

.stakeholders-beige ul li a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.stakeholders-beige ul li a:hover { color: #F15E22 }


.stakeholders-purple {
    background: #8D3E45 none repeat scroll 0 0;
    padding: 70px 0;
}

.stakeholders-purple h3 {
    color: white;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0;
}

.stakeholders-purple strong {}

.stakeholders-purple ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.stakeholders-purple li {
    color: white;
    font-size: 17px;
    margin-bottom: 15px;
}

.stakeholders-purple ul li:last-child { margin-bottom:0 }

.stakeholders-purple ul li a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.stakeholders-purple ul li a:hover { color: #F15E22 }


.gallery-white {
    padding: 70px 0;
    border-bottom:1px solid #BFBFBF
}

.gallery-white h3 {
    color: #f15e22;
    font-size: 30px;
    margin-bottom: 30px;
    margin-top: 0;
}

.ug-textpanel-title {
    font-family: Titling Gothic FB Norm Light;
    font-size: 16px !important;
    line-height: 22px !important;
    text-align: center !important;
}

.boiler-brown {
    background: #988578 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}

.boiler-brown h3 {
    color: white;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0 0 0 35%;
}

.boiler-brown p {
    color: white;
    font-size: 17px;
    margin: 0;
    padding-left: 35%;
}

.boiler-light-grey {
    background: #e0e0e0 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}
 
.boiler-light-grey h3 {
    color: #f15e22;
    font-size: 28px;
    margin: 0 0 20px;
}
 
.boiler-light-grey p {
    font-size: 17px;
    margin: 0;
}
 
.boiler-left {
    float: left;
    margin-right: 3%;
    width: 32%;
}

.boiler-right { float:right; width: 65% }

.boiler-left img {
    background: #e0e0e0 none repeat scroll 0 0;
    border: 1px solid #988578;
    height: auto;
    padding: 10px;
    width: 100%;
}

.documents {
 padding-top:70px;
 padding-bottom:70px}
 
.documents h2 {
    color: #f15e22;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0;
}

.documents-grey {
    background: #414141 none repeat scroll 0 0;
    padding-bottom: 70px;
    padding-top: 70px;
}

.documents-grey h3 {
    color: #f15e22;
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0 0 0 35%;
}

.documents-grey p {
    color: white;
    font-size: 17px;
    padding-left: 35%;
}

.documents-grey a.read-more {
    border-bottom: 2px solid white;
    color: white;
    float: right;
    font-size: 17px;
    font-weight: bold;
}

.documents-grey a.read-more:hover { border-bottom: 2px solid #f15e22}

p.no-docs {
    color: #f15e22;
    font-size: 25px;
    margin-bottom: 0;
    padding-left: 35%;
}

p.no-docs a {
    color: #414141;
    text-decoration: underline;
}

p.no-docs a:hover { text-decoration: none; color: #8C8C8C }

.single-document {
    clear: both;
    margin-bottom: 50px;
    padding-left: 35%;
}

.single-document:last-chld {
 margin-bottom:0}

.single-document h3 {
    color: #8d3e45;
    margin-bottom: 15px;
    margin-top: 0;
}

.single-document p {
    font-size: 17px;
}

.single-document a {
    border-bottom: 2px solid #bfbfbf;
    color: #bfbfbf;
    float: right;
    font-size: 17px;
    font-weight: bold;
}

.single-document a:hover { border-bottom: 2px solid #F15E22; color:#8d3e45}

.timeline-white {
    padding: 70px 0;
}

.timeline-white h2 {
    color: #f15e22;
    margin: 0;
    padding: 0;
}

.timeline-dark-grey {
    background: #414141 none repeat scroll 0 0;
    padding: 70px 0 35px;
}

.timeline-dark-grey .container {
    color: white;
    padding-left: 250px;
    font-size:17px
}

.timeline-dark-grey .container p {
    border-bottom: 1px dashed #988578;
    color: white;
    margin-bottom: 7px;
    padding-bottom: 7px;
}


.timeline-dark-grey .container p:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.timeline-medium-grey {
    background: #8C8C8C none repeat scroll 0 0;
    padding: 35px 0 35px;
}

.timeline-medium-grey .container {
    color: white;
    padding-left: 250px;
    font-size:17px
}

.timeline-medium-grey .container p {
    border-bottom: 1px dashed #414141;
    color: white;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.timeline-medium-grey .container p:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.timeline-purple {
    background: #8D3E45 none repeat scroll 0 0;
    padding: 35px 0 35px;
}

.timeline-purple .container {
    color: white;
    padding-left: 250px;
    font-size:17px
}

.timeline-purple .container p {
    border-bottom: 1px dashed #988578;
    color: white;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.timeline-purple .container p:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.timeline-beige {
    background: #988578 none repeat scroll 0 0;
    padding: 35px 0 35px;
}

.timeline-beige .container {
    color: white;
    padding-left: 250px;
    font-size:17px
}

.timeline-beige .container p {
    border-bottom: 1px dashed #BFBFBF;
    color: white;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.timeline-beige .container p:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.timeline-light-grey {
    background: #BFBFBF none repeat scroll 0 0;
    padding: 35px 0 70px;
}

.timeline-light-grey .container {
    color: #414141;
    padding-left: 250px;
    font-size:17px
}

.timeline-light-grey .container p {
    border-bottom: 1px dashed #8D3E45;
    color: #414141;
    margin-bottom: 7px;
    padding-bottom: 7px;
}

.timeline-light-grey .container p:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.timeline-light-grey .container p span.my-month,
.timeline-beige .container p span.my-month,
.timeline-purple .container p span.my-month,
.timeline-medium-grey .container p span.my-month,
.timeline-dark-grey .container p span.my-month   {
    display: inline-block;
    width: 215px;
}

.timeline-light-grey .container p span.my-text, .timeline-beige .container p span.my-text, .timeline-purple .container p span.my-text, .timeline-medium-grey .container p span.my-text, .timeline-dark-grey .container p span.my-text {
    float: right;
    width: calc(100% - 215px);
}

.year-2014 {
    background-image: url("img/2014.png");
    background-position: 16% 70px;
    background-repeat: no-repeat;
}

.year-2015 {
    background-image: url("img/2015.png");
    background-position: 16% 0;
    background-repeat: no-repeat;
}

.year-2016 {
    background-image: url("img/2016.png");
    background-position: 16% 0;
    background-repeat: no-repeat;
}

.year-2017 {
    background-image: url("img/2017.png");
    background-position: 16% 0;
    background-repeat: no-repeat;
}

.year-2018 {
    background-image: url("img/2018.png");
    background-position: 16% 0;
    background-repeat: no-repeat;
}

.press-grey {
    background: #414141 none repeat scroll 0 0;
    color: white;
    padding: 70px 0;
}

.press-beige {
    background: #988578 none repeat scroll 0 0;
    padding: 70px 0;
}

.press-grey h2 {
    font-size: 28px;
    margin: 0 0 30px;
    padding: 0;
}

.press-grey h3 {
    color: #bfbfbf;
    font-size: 26px;
    margin: 0 0 20px;
    padding: 0 0 0 35%;
}

.press-beige h3 {
    font-size: 28px;
    margin: 0 0 20px;
    padding: 0 0 0 35%;
}

.press-grey ul,
.press-beige ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 0 35%;
}

.press-grey li,
.press-beige li {
    font-size: 17px;
    margin-bottom: 15px;
}

.press-grey li:last-child, .press-beige li:last-child { margin-bottom:0 }

.press-grey a, .press-beige a { color:white}

.press-grey a:hover, .press-beige a:hover { color:#F15E22}

.wsp-pages-title, .wsp-posts-title, .wsp-documentss-title, .wsp-project-eventss-title {
    font-size: 22px !important;
    margin-top: 70px !important;
}

.page-white ul.children, .page-white ul.wsp-posts-list ul.wsp-posts-list { padding-left:20px; margin-top:10px}

.blog-listing {
    padding: 70px 0;
    border-bottom:1px solid #BFBFBF
}

.blog-listing h2 {
    color: #f15e22;
    font-size: 28px;
    margin: 0 0 70px;
    padding: 0;
}

.single-blog {
margin-bottom:60px}

.single .single-blog {
margin-bottom:0}

.single-blog-left {
    float: left;
    width: 35%;
    padding-right:3%
}

.single-blog-right {
    float: right;
    width: 65%;
}

.single-blog-left img {
    background: white none repeat scroll 0 0;
    border: 1px solid #bfbfbf;
    height: auto;
    padding: 10px;
    width: 100%;
}

.single-blog-left img:hover { border: 1px solid #f15e22; opacity:0.8}

.single-blog h3 {
    margin: 0 0 20px;
    padding: 0;
    color: #8d3e45;
    font-size: 28px;
}

.single-blog h3 a {
    color: #8d3e45;
    font-size: 28px;
    text-decoration: none;
}

.single-blog h3 a:hover { color:#f15e22; text-decoration:none }

.single-blog p {
    font-size: 17px;
}

.single-blog a.read-more {
    border-bottom: 2px solid #bfbfbf;
    color: #414141;
    display: inline-block;
    float: right;
    font-size: 17px;
}

.single-blog a.read-more:hover { border-bottom: 2px solid #f15e22; }

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

.pages {
    border: 1px solid #bfbfbf;
    margin-right: 5px;
    padding: 10px;
}

.current {
    border: 1px solid #bfbfbf;
    margin-right: 5px;
    padding: 10px;
}

a.page,
a.nextpostslink,
a.previouspostslink {
    border: 1px solid #bfbfbf;
    color: #f15e22;
    padding: 10px;
    margin-right:5px
}

a.page:hover,
a.nextpostslink:hover,
a.previouspostslink:hover {
 border: 1px solid #f15e22;
 }
 
.newsletter-archives {
 padding:70px 0}
 
.newsletter-archives h2 {
    color: #f15e22;
    float: left;
    font-size: 28px;
    margin: 0;
    padding: 0;
    width: 35%;
}

.newsletter-archives p {
    float: right;
    font-size: 23px;
    margin: 0;
    width: 65%;
}

.single-event {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: calc(33.3333% - 20px);
}

.single-event:nth-of-type(3),
.single-event:nth-of-type(6),
.single-event:nth-of-type(9) {
 margin-right:0}
 
.single-event img {
    border: 1px solid #414141;
    height: auto;
    padding: 10px;
    width: 100%;
}

.single-event img:hover { border:1px solid #F15E22; opacity:0.7 }

.single-event h3 {
    color: #bfbfbf;
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 10px;
}

.single-event h3 a {
    color: #8c8c8c;
}

.single-event h3 a:hover { color: #F15E22 }

.wpcf7-form {}

.wpcf7-form input {
    border: 1px solid #bfbfbf;
    max-width: 500px;
    padding: 4px;
    width: 100%;
}

.wpcf7-form input.wpcf7-not-valid { border:1px solid #F15E22}

.wpcf7-form textarea {
    border: 1px solid #bfbfbf;
    max-width: 500px;
    padding: 4px;
    width: 100%;
}

.wpcf7-form input[type="submit"] {
    background: #f15e22 none repeat scroll 0 0;
    border: medium none;
    color: white;
    padding: 5px;
    width: 130px;
}

.wpcf7-form input[type="submit"]:hover { background: #414141}

.wpcf7-form  span.wpcf7-not-valid-tip {
    color: #F15E22;
    display: block;
    font-size: 12px;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 1px solid #f15e22;
    color: #f15e22;
    font-size: 17px;
    padding: 20px;
    text-align: center;
    margin: 30px 0 0;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 1px solid #00a33b;
    color: #00a33b;
    font-size: 17px;
    padding: 20px;
    text-align: center;
    margin: 30px 0 0;
}


/* media queries */

@media (max-width: 1024px) {

.year-2014 { 
  background-position: 8% 70px;  
}

.year-2015, .year-2016, .year-2017, .year-2018 {
 background-position: 8% 0;  
 }

}

@media (min-width: 961px) {
  
  .desktop-view {display:block}
  
  .mobile-view {display:none}
  
}


@media (max-width: 960px) {

.desktop-view {display:none}
  
.mobile-view {display:block}
  
.search-section {
    display: none;
}
  
button.navbar-toggle {
    background: #414141 none repeat scroll 0 0;
    display: block;
    margin: 5px 0 0;
    padding-bottom: 13px;
    padding-top: 13px;
}

section.header-white {
    padding-bottom: 26px;
}

.navbar-toggle .icon-bar {
    background: white none repeat scroll 0 0;
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
}

.mobile-view ul#menu-header-menu { display: none }

.mobile-view ul#menu-header-menu {
    background: white none repeat scroll 0 0;
    box-shadow: 3px 3px 8px grey;
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
    top: 73px;
    width: auto;
    z-index: 2147483647;
}

ul#menu-header-menu > li {
    border-bottom: 1px solid #bfbfbf;
    display: none;
    list-style: outside none none;
    margin-left: 40px;
    padding: 8px 15px;
}

ul#menu-header-menu > li > a {
    color: #414141;
    font-size: 17px;
    text-transform: uppercase;
}

ul#menu-header-menu li ul.sub-menu,
ul#menu-header-menu li:hover ul.sub-menu {
    margin: 0;
    padding: 0;
    position: relative;
    display:block
}

ul#menu-header-menu li ul.sub-menu li:nth-child(2n+1) {
    background: white none repeat scroll 0 0;
}

ul#menu-header-menu li ul.sub-menu li a {
    border-bottom: 1px solid #bfbfbf;
    color: #414141;
    display: block;
    font-size: 15px;
    padding: 5px 0 7px 36px;
}

ul#menu-header-menu li ul.sub-menu li:last-child a {
 border-bottom:none}
 
ul#menu-header-menu li ul.sub-menu li a:hover {  color: #414141 }

#menu-item-144 ul.sub-menu {
    margin-left: 0 !important;
    width: auto;
}

ul#menu-header-menu > li {
    border-bottom: 1px solid #bfbfbf;
    display: block;
    list-style: outside none none;
    margin-left: 0;
    padding: 0;
}

ul#menu-header-menu li.menu-item-has-children > a {
    border-bottom: 1px solid #bfbfbf;
    display: block;
    padding: 10px 20px;
}

ul#menu-header-menu > li > a {
    display: block;
    padding: 10px 20px;
}

ul#menu-header-menu li ul.sub-menu li { list-style-type: none }

li.current_page_item > a,
li.current-menu-item > a  { font-weight: bold }

}



@media (max-width:800px) {
 
 .footer-grey .footer-logo {
    margin-bottom: 30px;
    width: 50%;
}

.footer-grey .footer-logo:nth-of-type(2) #footer-outer {
 border:none}

.footer-grey .footer-logo:nth-of-type(3),
.footer-grey .footer-logo:nth-of-type(4) {
 margin-bottom:0}
 
.page-dark-grey img {
    width: 31.8%;
}

.footer-bottom ul li {
    margin-left: 10px;
    margin-right: 10px;
}

.homepage-orange h2 {
    display: block;
    float: left;
    margin: 0 0 -63px;
    padding: 0;
    width: 200px;
}
 
}



@media (max-width:700px) {

.footer-bottom ul li {
    margin-left: 5px;
    margin-right: 5px;
}

.timeline-dark-grey .container,
.timeline-medium-grey .container,
.timeline-purple .container,
.timeline-beige .container,
.timeline-light-grey .container {
 padding-left:210px} 
 
.timeline-light-grey .container p span.my-month, .timeline-beige .container p span.my-month, .timeline-purple .container p span.my-month, .timeline-medium-grey .container p span.my-month, .timeline-dark-grey .container p span.my-month {
    width: 130px;
}

.timeline-light-grey .container p span.my-text, .timeline-beige .container p span.my-text, .timeline-purple .container p span.my-text, .timeline-medium-grey .container p span.my-text, .timeline-dark-grey .container p span.my-text {
    width: calc(100% - 130px);
}

}

@media (max-width:600px) {

.homepage-image {
    height: 350px;
}

.homepage-white p,
.homepage-grey .twitter-container,
.page-white h2,
.page-white p,
.page-white ul,
.our-team-dark-grey h2,
.our-team-dark-grey h3,
.our-team-dark-grey ul,
.our-team-light-grey h3,
.our-team-light-grey ul,
.our-team-orange h3,
.our-team-orange ul,
.boiler-brown h3,
.boiler-brown p,
.single-document,
.press-grey h3,
.press-grey ul,
.press-beige h3, 
.press-beige ul,
.home-news-right h3,
.home-news-right,
p.no-docs,
.documents-grey h3,
.documents-grey p {
    padding-left: 0;
}

.orange-footer .footer-orange-left {
    float: none;
    margin-bottom: 40px;
    width: 100%;
}

.orange-footer .footer-orange-right {
    border-left: medium none navy;
    float: none;
    padding-left: 0;
    width: 100%;
}

#map {
    height: 350px !important;
}

.our-team-light-grey .container { background-image: none }

.boiler-left {
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
}

.boiler-right {
    float: none;
    width: 100%;
}

.documents h2 {
   margin: 0 0 35px;
}

.timeline-dark-grey .container, .timeline-medium-grey .container, .timeline-purple .container, .timeline-beige .container, .timeline-light-grey .container {
    padding-left: 180px;
}

.homepage-orange h2 {
    display: block;
    float: none;
    margin: 0 0 30px;
    padding: 0;
    width: 100%;
}

.home-news-right {
    float: none;
    margin-bottom: 60px;
    width: 100%;
}

}



@media (max-width:500px) {

.home-news-left {
    float: left;
    margin-bottom: 40px;
    padding-right: 0;
    width: 100%;
}

.home-news-right {
    float: none;
    width: 100%;
}

.footer-grey .footer-logo {
    margin-bottom: 10px;
    width: 100%;
}

.footer-grey #footer-outer { border:none !important}

.page-dark-grey img {
    margin-bottom: 30px;
    width: 100%;
}

.page-dark-grey a:last-child img { margin-bottom: 0}

.cell-like-01, .cell-like-02 { width:100%; float:none }

.cell-like-01 b {
    display: block;
    margin-bottom: 11px;
}

.year-2014 { 
  background-position: 10px 70px;  
}

.year-2015, .year-2016, .year-2017, .year-2018 {
 background-position: 10px 0;  
 }
 
.timeline-dark-grey .container, .timeline-medium-grey .container, .timeline-purple .container, .timeline-beige .container, .timeline-light-grey .container {
    padding-left: 150px;
}

.timeline-dark-grey .container, .timeline-medium-grey .container, .timeline-purple .container, .timeline-beige .container, .timeline-light-grey .container {
    padding-left: 150px;
}

.single-blog-right {
    float: none;
    width: 100%;
}

.single-event {
    float: none;
    margin-bottom: 40px;
    margin-right: 0;
    width: 100%;
}

.newsletter-archives h2 {
    float: none;
    font-size: 28px;
    margin: 0 0 30px;
    width: 100%;
}

.newsletter-archives p {
    float: none;
    font-size: 23px;
    margin: 0;
    width: 100%;
}

.blog-listing h2 {
    margin: 0 0 30px;
}

.single-blog-left {
    float: none;
    padding-right: 0;
    width: 100%;
    margin-bottom:30px
}



}

@media (max-width:400px) {

.homepage-image, .page-image {
    height: 200px;
}

.homepage-white {
    padding-bottom: 40px;
    padding-top: 40px;
}

.single-document {
    margin-bottom: 80px;
}

.single-document:last-child {
    margin-bottom: 0;
}

.timeline-light-grey .container p span.my-month, .timeline-beige .container p span.my-month, .timeline-purple .container p span.my-month, .timeline-medium-grey .container p span.my-month, .timeline-dark-grey .container p span.my-month {
    font-weight: bold;
    width: 100%;
}

.timeline-light-grey .container p span.my-text, .timeline-beige .container p span.my-text, .timeline-purple .container p span.my-text, .timeline-medium-grey .container p span.my-text, .timeline-dark-grey .container p span.my-text {
    width: 100%;
}


}


@media (max-width:360px) { 

p.descr {display:none}

.logo-section {
    float: left;
    width: 160px;
}

 }