html {
  overflow-y: scroll;
}

body {
  background-color: #FFFFFF;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #002F6D;
  font-size: 90%;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.05em;
  overflow-x: hidden;
}

a {
  color: #006688;
  text-decoration: none;
}

strong, bold {
  font-weight: 700;
}

a:hover {
  text-decoration: underline;
}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;         
    image-rendering:   -o-crisp-edges;         
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; 
}

textarea:active, textarea:focus,
input:active, input:focus {
  outline: none;
}

.menu-toggle {
  display: none;
}

p {
  line-height: 1.6em;
}

p a {
  text-decoration: underline;
}



h1, h2, h3, h4, h5, h6, div.section-title {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #000000;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, div.section-title a {
  color: #000000;
}

div.section-title a:hover {
  text-decoration: none;
}

h2 {
  font-size: 1.8em;
  line-height: 1.2em;
  margin-bottom: 30px;
}

h3 {
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

nav li {
  display: inline-block;
}

div.section-title,
h1.page-title,
h1.entry-title {
  font-size: 2.4em; 
  line-height: 1.1em;
  x-border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
  margin: 30px 0;
}

h2.aside-title {
  font-size: 1.6em; 
  line-height: 1.1em;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
  margin: 0 0 30px 0;
}

.page-header sub {
  vertical-align: sub;
  font-size: 50%;
}

.entry-content p {
  margin-bottom: 15px;
}

.entry-content li sub,
.entry-content p sub {
  vertical-align: sub;
  font-size: 50%;
}

.entry-content img {
  max-width: 100%;
  height: auto;
}

.entry-content .with-standfirst p:first-child {
  font-size: 1.4em;
  line-height: 1.6em;
}

.entry-content ul {
  padding-left: 20px;
}

.entry-content ul li {
  margin-bottom: 10px;
}

.content-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: 60px; 
}

.content-section .content-section-sleeve {

}

.download-list {
  margin: 0;
  padding: 0;
}

.download-list li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #F1F1F1;
  list-style-type: none;
}


.download-list li .date {
  font-weight: 600;
}

.download-list li .teaser {
  margin-top: 10px;
}

/*
.download-list li .read-more {
  margin-top: 10px;
  font-weight: 600;
}
*/


.sidebar-section {
  margin-bottom: 60px;
}

.sidebar-section img {
  width: 100%;
  height: auto;
}


.sidebar-section .read-more {
  margin-top: 15px;
  display: inline-block;
}

.sidebar-section .read-more a {
  display: inline-block;
  border: 1px solid #7F97B6;
  border-radius: 3px;
  color: #002F6D;
  padding: 6px 12px;
  display: block;
}

.sidebar-section .read-more a:hover {
  text-decoration: none;
  background-color: #006680;
  color: #FFFFFF;
}

.sidebar-section li .read-more {
  font-size: 90%;
}

.sidebar-section li .read-more a {
  padding: 3px 6px;
}

/*
.sidebar-section > .read-more {
  margin-top: 15px;
  display: inline-block;
}

.sidebar-section > .read-more a {
  display: inline-block;
  border: 1px solid #7F97B6;
  border-radius: 3px;
  color: #002F6D;
  padding: 6px 12px;
  display: block;
}

.sidebar-section > .read-more a:hover {
  text-decoration: none;
  background-color: #006680;
  color: #FFFFFF;
}

*/

.col-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.col-wrap .col {
  position: relative;
}

.col-wrap .col-border-left:before {
  content: '';
  position: absolute;
  border-left: 1px solid #F1F1F1;
  top: 0;
  left: -30px;
  bottom: 0;
}

.col-wrap .col-1-4 {
  width: calc(25% - 30px);
}

.col-wrap .col-2-4 {
  width: calc(50% - 30px);
}

.col-wrap .col-3-4 {
  width: calc(75% - 30px);
}

.col-wrap .col-2-3 {
  width: calc(66.66% - 30px);
}

.col-wrap .col-1-3 {
  width: calc(33.33% - 30px);
}

.col-wrap .col-1-2 {
  width: calc(50% - 30px);
}


.col-wrap.narrow-gutter .col-1-4 {
  width: calc(25% - 15px);
}

.col-wrap.narrow-gutter .col-2-4 {
  width: calc(50% - 15px);
}

.col-wrap.narrow-gutter .col-3-4 {
  width: calc(75% - 15px);
}

.col-wrap.narrow-gutter .col-2-3 {
  width: calc(66.66% - 15px);
}

.col-wrap.narrow-gutter .col-1-3 {
  width: calc(33.33% - 15px);
}

.text-two-thirds {
  width: 66%;
}

.text-columns {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.text-columns-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.text-columns-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.content-section h2 {
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 15px;
  width: 100%;
}

.shortcut-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;  
  position: relative;
  width: 100%;
}

.shortcut-wrap.shortcut-wrap-5:after {
    content: "";
    width: calc(20% - (120px / 5));
}


.shortcut-wrap.shortcut-wrap-4:after {
    content: "";
    width: calc(25% - (90px / 4));
}

.shortcut-wrap.shortcut-wrap-3:after {
    content: "";
  width: calc(33.3333% - 20px);
}

.shortcut-wrap.workstream-wrap:after {
  content: none;
}

.shortcut-wrap .shortcut-item {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 45px;
}

.shortcut-wrap-5 .shortcut-item {
    content: "";
    width: calc(20% - (120px / 5));
}

.shortcut-wrap-4 .shortcut-item {
    content: "";
    width: calc(25% - (90px / 4));
}

.shortcut-wrap-3 .shortcut-item {
  width: calc(33.3333% - 20px);
}

.shortcut-wrap-2 .shortcut-item {
  width: calc(50% - 30px);
}

.shortcut-item {
  overflow: hidden;
}

.shortcut-wrap .shortcut-item .teaser ul {
  list-style-type: disc;  
}

.shortcut-wrap .shortcut-item .teaser ul { 
  margin-left: 15px;
}

.shortcut-item .image-wrap img {
  margin-bottom: 5px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
}

.shortcut-item .read-more {
  margin-top: 15px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

.minutes-item .read-more,
.press-release-item .read-more {
  position: static;
}

.shortcut-item .read-more a {
  display: inline-block;
  border: 1px solid #7F97B6;
  border-radius: 3px;
  color: #002F6D;
  padding: 6px 12px;
  display: block;
}

.shortcut-item .read-more a:hover {
  text-decoration: none;
  background-color: #006680;
  color: #FFFFFF;
}

#main-news-list .shortcut-item.news-item {
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
  border-bottom: 1px solid #F1F1F1;
}

#main-news-list .shortcut-item.news-item .read-more {
  position: static;
}

#main-news-list .shortcut-item.news-item .image-wrap {
  width: 250px;
  float: left;
}

#main-news-list .shortcut-item.news-item .content-wrap {
  margin-left: 280px;
}


#main-search-list .shortcut-item.search-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}

#main-search-list .shortcut-item.search-item .image-wrap {
  width: 250px;
  float: left;
}

#main-search-list .shortcut-item.search-item .content-wrap {
  margin-left: 280px;
}



#main-press-release-list .shortcut-item.press-release-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}

.press-release-wrap .press-release-item .date {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}


#main-minutes-list .shortcut-item.minutes-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F1F1F1;
}

.minutes-wrap .minutes-item .date {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}


#page {
}

#page .page-sleeve {
  x-overflow: hidden;
  max-width: 1050px;
  text-align: left;
  margin: 0 auto;
  padding: 0 15px;
}

#header .page-sleeve {
  position: relative;
  overflow: visible;
}

#header .site-title {
  background-image: url(img/main-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 62px;
}

#header .site-title span {
  display: block;
  width: 200px;
  height: 62px;
  text-indent: -99999px;
}


.screen-reader-text {
  display: none;
}


#header {
  background-color: #EFF4F5;
  margin-bottom: 45px;
}

.site-branding {
  padding: 30px 0;
}

.site-branding .strapline {
  margin-top: 15px;
  font-size: 12px;
  max-width: 200px;
}

.site-navigation {
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: right;
}

.image-wrap img {
  width: 100%;
  height: auto;
}

.menu-main-navigation-container {
  margin-top: 25px;
}

#menu-main-navigation {
  display: inline-block;
}

#menu-main-navigation li {
  padding: 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.85em; 
  font-weight: 600;
}

#menu-main-navigation li a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}


body.single-workstream #menu-main-navigation li.menu-item-240 a,
#menu-main-navigation li.current-menu-item a {
  color: #C52300;
}

#menu-main-navigation li.current_page_parent a,
#menu-main-navigation li.current-menu-item a {

}


#menu-main-navigation:hover > li > a {
  color: #CCCCCC;
}

#menu-main-navigation li a:hover {
  text-decoration: none;
  color: #000000;
}

#menu-main-navigation ul {
  display: none;
  background-color: #EFF4F5;
  position: absolute;
  z-index: 999;
  margin-left: -15px;
}

#menu-main-navigation li li {
  display: block;
  text-align: left;
  font-size: 1em;
  font-weight: 300;
  padding: 5px 15px;
}

#menu-main-navigation li:hover ul {
  display: block;
}

#sitemap {

}

#sitemap li {
  margin: 10px 0 10px 30px;
  list-style-type: none;
}

#sitemap li a {
  border-left: 1px solid #CCCCCC;
  display: block;
  padding-left: 15px;
}

.social-media-wrap {
  display: inline-block;
  margin-right: 10px;
}

.social-media-wrap ul {
  padding: 0;
  margin: 0;
}

.social-media-wrap ul li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 20px;
}

.social-media-wrap ul li a {
  display: block;
  width: 30px;
  height: 30px;
}

.social-media-wrap ul li a:before {
  vertical-align: middle;
}

.social-media-wrap ul li a:hover {
  text-decoration: none;
}

.social-media-wrap ul li a span {
  display: none;
}

.search-form-wrap {
  display: inline-block;
}

.search-form-wrap input[type=search] {
  border: none;
  background-color: #FFFFFF;
  width: 175px;
  padding: 10px 15px;
  line-height: 16px;
  font-size: 14px;
  color: #7F8165;
}

.search-form-wrap input[type=submit] {
  border: none;
  background-color: transparent;
  width: 30px;
  height: 30px;
  overflow: hidden;
  color: transparent;
  background-image: url(img/magnifier.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
}

#partners-list-wrap {
  margin-top: 30px;
  background-color: #F1F1F1;
}

#partners-list-wrap .page-sleeve {
  padding: 30px;
}

#partners-list-wrap .header {
  background-color: #006680;
  color: #FFFFFF;
  text-align: center;
  padding: 3px 10px;
  font-weight: bold;
  font-size: 0.8em;
}

#partners-list-wrap .header sub {
  vertical-align: sub;
  font-size: 50%;
}

#partners-list-wrap .partner-list {
  margin: 0;
  padding: 0;
  height: 75px;
  list-style-type: none;
  position: relative;
}

#partners-list-wrap .partner-list:after {
  z-index: 999;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 150px;
  background: transparent;
  background: -moz-linear-gradient(left, transparent 0%, #F1F1F1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  transparent 0%,#F1F1F1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  transparent 0%,#F1F1F1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#F1F1F1',GradientType=1 ); /* IE6-9 */
}

#partners-list-wrap .partner-list:before {
  z-index: 999;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 150px;
  background: transparent;
  background: -moz-linear-gradient(left, #F1F1F1 0%, transparent 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #F1F1F1 0%, transparent 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #F1F1F1 0%, transparent 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F1F1F1', endColorstr='transparent',GradientType=1 ); /* IE6-9 */
}

#partners-list-wrap .partner-list li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin: 0 30px;
}

#partners-list-wrap .partner-list li img {
  height: 75px;
  width: auto;
}

#site-footer {
  background-color: #006680;
  padding: 30px 30px 60px 30px;
}

#site-footer .page-sleeve {
  position: relative;
}


#site-footer .site-info {
  float: left;
  width: 50%;
  color: #FFFFFF;
}

#site-footer .footer-nav {
  float: right;
  width: 50%;
  text-align: right;
}

#site-footer .footer-nav li {

}

#site-footer .footer-nav li a {
  color: #FFFFFF;
  display: inline-block;
  padding: 0 12px 0 10px;
  border-right: 1px solid #7F97B6;
}

#site-footer .footer-nav li:last-child a {
  border-right: none;
  padding-right: 0;  
}


.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
  position: absolute;
  z-index: 9999;
  top: calc(50% - 25px);
  height: 50px;
  width: 50px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  border: 1px solid #FFFFFF;
}

.owl-controls .owl-nav .owl-prev {
  background-image: url(img/arrow-left.svg);
  left: 50px;
}

.owl-controls .owl-nav .owl-next {
  background-image: url(img/arrow-right.svg);
  right: 50px;
}

.owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:hover {
  background-color: #EFF4F5;
}

/*
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
*/

.owl-controls .owl-dots {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 15px;
  text-align: center;
}

.owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #A0A0A0;
  margin: 5px 5px;
}

.owl-controls .owl-dots .owl-dot.active {
  border: 1px solid #FFFFFF;
}


.feature-sections-wrap {

}

.feature-sections-wrap .feature-section {
  margin-bottom: 75px;
  overflow: hidden;
}


.feature-sections-wrap .feature-section .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 28%;
}

.feature-sections-wrap .feature-section .video-wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; top: 0;
}
.feature-sections-wrap .feature-section.feature-section-style-visual-left .video-wrap,
.feature-sections-wrap .feature-section.feature-section-style-visual-left .image-wrap {
  float: left;
  width: calc(50% - 15px);
}

.feature-sections-wrap .feature-section.feature-section-style-visual-left .text-wrap {
  margin-left: calc(50% + 15px);
}


.feature-sections-wrap .feature-section.feature-section-style-visual-right .video-wrap,
.feature-sections-wrap .feature-section.feature-section-style-visual-right .image-wrap {
  float: right;
  width: calc(50% - 15px);
}

.feature-sections-wrap .feature-section.feature-section-style-visual-right .text-wrap {
  margin-right: calc(50% + 15px);
}

.feature-sections-wrap .feature-section.feature-section-style-visual-full .text-wrap {
  display: none;
}

.feature-sections-wrap .feature-section.feature-section-style-visual-full .video-wrap {
  padding-bottom: 56.25%;
}

.feature-sections-wrap .feature-section.feature-section-style-visual-none .video-wrap,
.feature-sections-wrap .feature-section.feature-section-style-visual-none .image-wrap {
  display: none;
}

.feature-sections-wrap .feature-section.feature-section-style-visual-none .text-wrap .sleeve {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.home-intro {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: 45px;
}

.home-intro-text {
  width: calc(45% - 15px);
}

.home-intro-text p {
  margin-bottom: 15px;
}

.home-intro-text p:first-child {
  font-size: 1.2em;
}

.home-video-wrap {
  width: calc(55% - 15px);
  margin-bottom: 45px;
}

.home-video-wrap .video-wrap {
  padding-bottom: 56.25%;
  position: relative;
}

.home-video-wrap .video-wrap video,
.home-video-wrap .video-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home-banner-wrap {
  margin-bottom: 45px;
}

.home-banner {
  text-align: center;
  position: relative;
}



.home-banner .sleeve {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  color: #FFFFFF;
  width: calc( 100% - 300px );
  text-align: left;
  font-weight: 600;
/*  text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5), 0px 0px 15px rgba(0, 0, 0, 0.5); */
  background-color: rgba(255,255,255,0.65);
  padding: 30px;
  color: #006688;
}

.home-banner .sleeve p {
  font-size: 3em;
  line-height: 1.2em;
}


.home-banner .sleeve a {
  color: #FFFFFF;
}

.home-banner .sleeve a:hover {
  text-decoration: none;
}

.home-banner img {
  width: 100%;
  height: auto;
}


body.home .feature-item .image-wrap img {
  float: left;
} 

body.home .feature-item .read-more {
  position: static;
}

.news-wrap .news-item .image-wrap {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}


.news-wrap .news-item .image-wrap img {
  display: block;
  margin-bottom: 0;
}

.news-wrap .news-item .slug {
  color: #FFFFFF;
  margin-bottom: 10px;
  background-color: #006688;
  padding: 0px 8px;
  display: inline-block;
  font-size: 80%;
}

.news-wrap .news-item .date {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}

.people-wrap .people-item {
  margin-bottom: 30px;
}

.people-wrap .people-item:nth-child(-n+2) {
  width: calc(50% - 15px);
  padding-bottom: 0;
}

.people-wrap .people-item:nth-child(-n+2) .image-wrap {
  width: calc(50% - 15px);
  float: left;
}

.people-wrap .people-item:nth-child(-n+2) .content-wrap {
  margin-left: calc(50% + 15px);
}



.people-wrap .people-item .image-wrap {
  background-color: #F1F1F1;
  padding-bottom: 100%;
  position: relative;
}

.people-wrap .people-item:nth-child(-n+1) .image-wrap,
.people-wrap .people-item:nth-child(-n+2) .image-wrap {
  padding-bottom: calc(50% - 15px);
}

.people-wrap .people-item .image-wrap img {
  position: absolute;
  width: 100%;
}

.people-wrap .people-item .role {
  font-weight: 400;
  margin-bottom: 10px;
  min-height: 2em;
}

.people-wrap .people-item h3 {
  margin-bottom: 5px;
}

.people-wrap .people-item .company {
  color: #000000;
  margin-bottom: 10px;
  font-weight: 400;
}

#bio-wrap {
}

#bio-wrap h1 {
  font-size: 2.4em;
  line-height: 1.1em;  
  margin-bottom: 5px;
}

#bio-wrap .role {
  color: #006688;
  margin-bottom: 15px;
  font-weight: 600;  
}

#bio-wrap .company {
  margin-bottom: 15px;
  color: #000000;
}


#main-workstream-list {
  margin-top: 60px;
}

#main-workstream-list .workstream-item {
  margin-bottom: 50px;
}

.workstream-call-to-action {
  padding: 30px;
  background-color: #F1F1F1;
  margin-bottom: 60px;
}


#main-strategy-list {
  margin-top: 60px;
}

.strategy-call-to-action {
  padding: 30px;
  background-color: #F1F1F1;
  margin-bottom: 60px;
}


.entry-content-news .primary-image {
  border: 1px solid #F1F1F1;
  margin-bottom: 30px;
}

.entry-content-news .primary-image img {
  max-width: 70%;
  width: auto;
  max-height: 300px;
}

.entry-content-news .date {
  font-weight: 600;
  margin-bottom: 15px;
}

.entry-content-news p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.intro-sections-wrap {
  margin-bottom: 60px;
}

.intro-sections-wrap .image-wrap {
  margin-bottom: 30px;
}



.user-form {
  margin-top: 60px;
}

.user-form .validation-failed, 
.user-form .submission-failed, 
.user-form .form-confirmation {
  display: none;
  margin-bottom: 15px;
  margin-left: 25px;
}

.user-form .validation-failed:before, 
.user-form .submission-failed:before, 
.user-form .form-confirmation:before {
  content: '';
  position: absolute;
  margin-left: -25px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.user-form .validation-failed:before, 
.user-form .submission-failed:before {
  background-color: red;
}

.user-form .form-confirmation:before {
  background-color: green;
}

.user-form .field-wrap {
  margin-bottom: 15px;
}

.user-form .field-wrap label {
  font-size: 1.4em;
  line-height: 1.2em;
  margin-bottom: 10px;
  display: block;
}

.user-form input[type=password],
.user-form input[type=text] {
  border: 1px solid #006688;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'NeoSansPro-Regular', Arial;
  letter-spacing: 0.05em;
}

.user-form textarea {
  border: 1px solid #006688;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  font-family: 'NeoSansPro-Regular', Arial;
  letter-spacing: 0.05em;
  height: 200px;
}

.user-form input[type=submit] {
  border: 1px solid #006688;
  background-color: #006688;
  padding: 15px;
  font-family: 'NeoSansPro-Regular', Arial;
  letter-spacing: 0.05em;
  cursor: pointer;
  color: #FFFFFF;
}

.user-form input.with-error,
.user-form textarea.with-error {
  border-color: red;
}

.user-form input[type=submit]:hover {
  background-color: #FFFFFF;
}

.page-id-11 .page-featured-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.shortcut-item-strategy .content-wrap ul {
  margin-left: 20px;
}

.paging {
  text-align: center;
  width: 100%;
  margin: 30px 0;
}

.paging > span,
.paging > a {
  border: 1px solid #7F97B6;
  border-radius: 3px;
  padding: 5px 10px;
  display: inline-block;
}

.paging > a.current,
.paging > span.current {
  background-color: #006680;
  color: #FFFFFF;
}

.paging > a:hover {
  text-decoration: none;
  background-color: #006680;
  color: #FFFFFF;
}



.workstream-graphic {
  margin-bottom: 60px;
  padding: 10px;
  text-align: center;
}

.workstream-graphic .working-groups h2,
.workstream-graphic .working-groups .working-group-wrap {
  opacity: 0;
}

 

.workstream-graphic h2 {
  margin-bottom: 45px;
}

.workstream-graphic .working-groups {
  margin-bottom: 45px;

}

.workstream-graphic .working-groups .working-group-wrap {
  height: 125px;
  text-align: center;
  position: relative;
}

.workstream-graphic .working-groups .working-group-wrap:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #CCCCCC;
  z-index: -10;
}

.workstream-graphic .working-groups .working-group-wrap .working-group-item {
  position: absolute; 
  left: 0;
  right: 0;
  display: block;
  border: 1px solid #CCCCCC;
  background: radial-gradient(circle at top right, rgba(30,55,99,1) 0%, rgba(105,152,176,1) 100%);
  border-radius: 50%;
  width: 125px;
  height: 125px;
  box-sizing: border-box;
  margin: 0 auto;
  transform: scale(0.5);
  transition: all 0.5s ease-in-out;
}

.workstream-graphic .working-groups .working-group-wrap .working-group-item:hover {
  background: radial-gradient(circle at bottom left, rgba(30,55,99,1) 0%, rgba(105,152,176,1) 100%);
}

.workstream-graphic .working-groups .working-group-wrap .working-group-item a {
  padding: 10px 20px;
  display: block;
  width: 125px;
  height: 125px;
  box-sizing: border-box;
}


.workstream-graphic .working-groups .working-group-wrap .working-group-item:nth-child(1){ z-index: 4; }
.workstream-graphic .working-groups .working-group-wrap .working-group-item:nth-child(2){ z-index: 2; }
.workstream-graphic .working-groups .working-group-wrap .working-group-item:nth-child(3){ z-index: 1; }
.workstream-graphic .working-groups .working-group-wrap .working-group-item:nth-child(4){ z-index: 3; }



.workstream-graphic .working-groups .working-group-wrap .working-group-item h4 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.4em;
  transition: all 0.5s ease-in-out;
}



.workstream-graphic .industry-initiatives h2,
.workstream-graphic .industry-initiatives .initiative-group,
.workstream-graphic .industry-initiatives .initiative-wrap .initiative-group .initiative-item {
  opacity: 0.2;
}

.workstream-graphic .initiative-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}


.workstream-graphic .initiative-wrap .initiative-group-4 {
  width: 50%;
}

.workstream-graphic .initiative-wrap .initiative-group-4  .initiative-item {
  width: 25%;
}

.workstream-graphic .initiative-wrap .initiative-group-2 {
  width: 25%;
}

.workstream-graphic .initiative-wrap .initiative-group-2  .initiative-item {
  width: 50%;
}

.workstream-graphic .initiative-wrap .initiative-group h3 {
  text-align: center;
  width: 100%;
  position: relative;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  width: calc(100% - 10px);
  left: 5px;
  padding: 0;
  height: 15px;
}

.workstream-graphic .initiative-wrap .initiative-group h3 span {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  transform: translateY(-50%);
}

.workstream-graphic .initiative-wrap .initiative-group {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.workstream-graphic .initiative-wrap .initiative-group .initiative-item {
  box-sizing: border-box;
  padding: 0 10px; 
}

.workstream-graphic .initiative-wrap .initiative-group .initiative-item .sleeve {
  background: radial-gradient(circle at top right, rgba(30,55,99,1) 0%, rgba(105,152,176,1) 100%);
  color: #FFFFFF;
  border-radius: 5px;
  padding: 10px; 
  min-height: 100px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.workstream-graphic .initiative-wrap .initiative-group .initiative-item:hover .sleeve {
  background: radial-gradient(circle at bottom left, rgba(30,55,99,1) 0%, rgba(105,152,176,1) 100%);
}

.workstream-graphic .initiative-wrap .initiative-group .initiative-item .sleeve a {
  display: block; 
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
}

.workstream-graphic .initiative-wrap .initiative-group .initiative-item h4 {
  color: #FFFFFF;
  font-size: 0.85em;
  font-weight: normal;
  line-height: 1.4em;
}

.mission-circles {
  padding: 0 !important;
  margin: 0 0 30px 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.mission-circles li {
  width: 175px;
  height: 175px;
  background: rgb(105,152,176);
  background: radial-gradient(circle at top right, rgba(30,55,99,1) 0%, rgba(105,152,176,1) 100%);
  border-radius: 50%;
  list-style-type: none;
  text-align: center;
  color: #FFFFFF;
}

.mission-circles li div {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%); 
  padding: 15px;
  box-sizing: border-box;
}

.mission-circles li div strong {
  display: block;
  font-size: 2.2em;
  line-height: 1.2em;
  font-weight: normal;
}

#home-blocks {
  margin-bottom: 60px;
}


.home-blocks-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.home-blocks-wrap .home-blocks-item {
  width: calc(33.3% - 20px);
  position: relative;
  background-size: cover;
  background-position: center center;
  margin-bottom: 15px;
  border: 1px solid #CCCCCC;
}


.home-blocks-wrap .home-blocks-item:last-child {
  width: 100%;
}

.home-blocks-wrap .home-blocks-item:last-child img {
  width: 100%;
  height: auto;
}

.home-blocks-wrap .home-blocks-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
}

.home-blocks-wrap .home-blocks-item h3 {
  font-size: 1.8em;
  line-height: 1.2em;
  padding: 15px;
  position: relative;
  z-index: 1;
}

.home-blocks-wrap .home-blocks-item h3 sub {
  font-size: 50%;
  vertical-align: sub;
}

.home-blocks-wrap .home-blocks-item h3 a {
  color: #FFFFFF;
}

.home-blocks-wrap .home-blocks-item h3 a:hover {
  text-decoration: none;
}

.home-blocks-wrap .home-blocks-item:last-child:after {
  content: none;
}

.home-blocks-wrap .home-blocks-item:last-child h3 {
  opacity: 0;
}

.constructzero-header {
  padding: 0 20px;
  margin-bottom: 30px;
}

.constructzero-header ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.constructzero-header ul li {
  width: calc( 33.3% - 10px );
  padding: 0;
  margin: 0;
  text-align: center;
  list-style-type: none;
}

.constructzero-header ul li a {
  font-size: 1.4em;
  line-height: 1.2em;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #006688;
  padding: 20px;
  display: block;
  position: relative;
}

.constructzero-header ul li a:hover {
  text-decoration: none;
}

.constructzero-header ul li a span {
  display: block;
  transition: all 0.5s ease-in-out;
}

.constructzero-header ul li:hover a span {
  transform: scale(1.2);
}



.constructzero-header ul li:nth-child(1) a:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #006688;
  position: absolute;
  top: 10px;  
  left: -23px;
  transform: rotate(45deg);
}

.constructzero-header ul li:nth-child(1) a:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  position: absolute; 
  z-index: 1;
  top: 10px;  
  right: -22px;
  transform: rotate(45deg);
}

.constructzero-header ul li:nth-child(2) a:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #006688;
  position: absolute;
  z-index: 1;
  top: 10px;  
  left: -22px;
  transform: rotate(45deg);
}

.constructzero-header ul li:nth-child(2) a:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #006688;
  position: absolute; 
  z-index: 1;
  top: 10px;  
  right: -22px;
  transform: rotate(45deg);
}

.constructzero-header ul li:nth-child(3) a:before {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;  
  left: -22px;
  transform: rotate(45deg);
}

.constructzero-header ul li:nth-child(3) a:after {
  content: '';
  display: block;
  width: 44px;
  height: 44px;
  background-color: #006688;
  position: absolute;
  top: 10px;  
  right: -22.5px;
  transform: rotate(45deg);
}

.priority-container h2 {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
  margin-top: 45px;
  font-size: 3em;
  line-height: 1.2em;
  font-weight: normal;
  color: #80a74C;
}

.priority-container {
  text-align: center;
}

.priority-container h2:after {
  content: '';
  width: 0;
  height: 0;
  right: 0;
  left: 0;
  margin: 30px auto;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 20px solid #80a74C;
  opacity: 0.5;
  display: block;
  position: absolute;
  transition: all 0.5s ease-in-out;
}


.priority-container h2:hover:after {
  transform: translateY(25px);

}


.priority-container .priority-wrap {

}

.priority-container .priority-wrap .priority-item {
  margin-bottom: 90px;
}

.priority-container .priority-wrap .priority-item h3 {
  margin-bottom: 30px;
  font-size: 2em;
  font-weight: normal;
  color: #80a74C;
  position: relative;
}

.priority-container .priority-wrap .priority-item h3:before {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid #80a74C;
  z-index: -1;
}

.priority-container .priority-wrap .priority-item h3 span {
  background-color: #F1F1F1;
  display: inline-block;
  padding: 0 30px;
}

.priority-container .priority-wrap .priority-item .image-wrap.icon {
  width: 75px;
  height: 75px;
  background-color: #80a74C;
  border: 10px solid #80a74C;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  left: 0;
  right: 0;
}

.priority-container .priority-wrap .priority-item .teaser-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.priority-container .priority-wrap .priority-item .teaser-wrap .teaser-item {
  width: calc(33.3% - 20px);
}

.priority-container .priority-wrap .priority-item .teaser-wrap .teaser-item .counter {
  width: 30px;
  height: 30px;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  background-color: #80a74C;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}

.priority-container .priority-wrap .priority-item .teaser-wrap .teaser-item .counter:before {
  content: '';
  width: 34px;
  height: 34px;
  border: 2px solid #80a74C;
  left: -4px;
  top: -4px;
  position: absolute;
  display: block;
  border-radius: 50%;
}


.priority-resource-wrap {
  padding-top: 60px;
}

.priority-resource-wrap .priority-resource-item {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.priority-resource-wrap .priority-resource-item h3 {
  width: calc( 25% - (90px / 4) );
  background-color: #006688;
  color: #FFFFFF;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 0;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap {
  width: calc( 75% - 7.5px );
  background-color: #F1F1F1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap .priority-link-item {
  width: calc(50% - 60px);
  margin: 15px 30px;
  border-bottom: 1px solid #006688;
  padding-bottom: 15px;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap .coming-soon {
  padding: 15px;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap .priority-link-item .title {
  font-weight: bold;
  margin-bottom: 10px;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap .priority-link-item .description {
  margin-bottom: 10px;
}

.priority-resource-wrap .priority-resource-item .priority-link-wrap .priority-link-item .slug {
  font-weight: bold;
  font-size: 0.8em;
}


.single-priority .page-header {
  position: relative;
}

.constructzero .page-header .slug a {
  background-image: url(/wp-content/uploads/2021/05/Construct-Zero-Logo-Full-color.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 300px;
  height: 93px;
  text-indent: -99999px;
  display: block;
}

.single-priority .page-header .entry-title {
  margin-bottom: 15px;
  margin-left: 100px;
}

.single-priority .page-header .image-wrap {
  position: absolute;
  left: 0;
  top: 115px;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-size: 100% auto;
  height: 50px;
  width: 50px;
  background-color: #006688;
  border: 5px solid #006688;
}

.single-priority .page-header .subtitle {
  font-size: 1.6em;
  line-height: 1.2em;
}

.constructzero-counter {
  margin-bottom: 30px;
}


.constructzero-counter .counter {
  background-color: #7258a2;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
  background-image: url('/wp-content/uploads/2021/05/RtZ_Header_New_March1-e1620073344778.png');
  background-repeat: no-repeat;
  background-size: auto 100% ;
  background-position: right center;
  border: 2px solid #7258a2;
}

.constructzero-counter .counter .number {
  font-size: 1.6em; 
  font-weight: bold;
}

.constructzero-counter p {
  font-size: 0.8em;
  color:#7258a2;
}















.constructzero {

}

.constructzero .page-header {
  background-image: url('/wp-content/uploads/2021/05/Construct-Zero-Logo-Full-color.jpg');
  background-size: 100% auto;
  padding-bottom: 20%;
  margin-bottom: 0px;
  background-repeat: no-repeat;
}

.constructzero .page-header h1 {
  display: none;
}

.parent-pageid-2656.constructzero .page-header {
  padding-top: 100px;
  background-size: auto 75px;
  padding-bottom: 0;
}

.parent-pageid-2656.constructzero .page-header h1 {
  display: block;
  margin: 0;
  color: #80a74C;
}

.constructzero .section {
  position: relative;
  padding: 90px 0;
}



.constructzero .section .slug {
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 10px;
  color: #80a74C;
} 


.constructzero .section:nth-child(odd):before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 100vw;
  transform: translateX(-50%); 
  background-color: #F1F1F1;
}

.constructzero .section:nth-child(odd) h2 {
  color: #80a74C;
}

.constructzero .section:nth-child(even) h2 {
  color: #80a74C;
}
 
.constructzero .section p {
  margin-bottom: 20px;
}

.constructzero .section ol,
.constructzero .section ul {
  margin-bottom: 10px;
  padding-left: 15px;
}

.constructzero .section ul li {
  margin-bottom: 10px;
}

.constructzero .section sub {
  font-size: 60%;
  line-height: 60%;
  vertical-align: sub;
}

.constructzero .section p:last-child {
  margin-bottom: 0px;
}

.constructzero .section-text {
  text-align: center;
}

.constructzero .section-text .text-wrap {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.constructzero .section .call-to-action-wrap {
  padding: 30px 0 15px 0;
}

.constructzero .section .call-to-action-wrap .call-to-action-item {
  color: #FFFFFF;
  padding: 30px;
  box-sizing: border-box;
}

.constructzero .section .call-to-action-wrap .call-to-action-item h3 {
  color: #FFFFFF;
  font-size: 1.6em;
}

.constructzero .section .call-to-action-wrap .call-to-action-item .call-to-action-wrap a {
  background-color: #FFFFFF;
}

.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(1) { background-color: #16c1dd; }
.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(1) .call-to-action-wrap a { border-color: #ffffff; color: #16c1dd; }
.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(1) .call-to-action-wrap a:hover { color: #16c1dd; background-color: #16c1dd; }

.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(2) { background-color: #4d58ce; }
.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(2) .call-to-action-wrap a { border-color: #ffffff; color: #4d58ce; }
.constructzero .section .call-to-action-wrap .call-to-action-item:nth-child(2) .call-to-action-wrap a:hover { color: #FFFFFF; background-color: #4d58ce; }





.constructzero .section .call-to-action-wrap a {
  background-color: #80a74C;
  padding: 10px 20px;
  color: #FFFFFF;
  border: 1px solid #80a74C; 
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.constructzero .section .call-to-action-wrap a:hover {
  color: #80a74C;
  background-color: #FFFFFF;
  text-decoration: none;
}

.constructzero .section-priorities .text-wrap {
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.constructzero .section-quote {
  text-align: center;
}

.constructzero .section-quote .text-wrap {
  position: relative;
  padding-left: 125px;
  padding-right: 125px;
  margin-bottom: 30px;
}

.constructzero .section-quote .text-wrap:before {
  content: '\201C';
  font-size: 200px;
  line-height: 0px;
  position: absolute;
  left: 0;
  top: 75px;
  font-family: 'Times';
}

.constructzero .section-quote .text-wrap:after {
  content: '\201D';
  font-size: 200px;
  line-height: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'Times';
}

.constructzero .section-quote .text-wrap p {
  font-size: 1.4em;
  line-height: 1.6em;

}

.constructzero .section-quote .attribution {
  font-weight: bold;
  color: #80a74C;
}

.constructzero .section-call-to-action .call-to-action-item h3 {
  color: #80a74C;
}


.constructzero .section-quick-links h2 {
  text-align: center;
}

.constructzero .section-quick-links .list-wrap {
  list-style-type: none;
  padding: 0; 
  margin: 0;
  text-align: center;
}

.constructzero .section-quick-links .list-wrap li {
  padding: 0;
  margin: 0 0 10px 0;
  text-align: center;
}

.constructzero .section-quick-links .list-wrap li a {
  display: block;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #80a74C;
  position: relative;
  overflow: hidden;
}

.constructzero .section-quick-links .list-wrap li:nth-child(1) a { background-color: #16c1dd; }
.constructzero .section-quick-links .list-wrap li:nth-child(2) a { background-color: #4d58ce; }
.constructzero .section-quick-links .list-wrap li:nth-child(3) a { background-color: #b03cf7; }
.constructzero .section-quick-links .list-wrap li:nth-child(4) a { background-color: #e0285a; }
.constructzero .section-quick-links .list-wrap li:nth-child(5) a { background-color: #02ad80; }

.constructzero .section-quick-links .list-wrap li a:hover {
  text-decoration: none;
}

/*
.constructzero .section-quick-links .list-wrap li a:before {
  content: '';
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid transparent;
}

.constructzero .section-quick-links .list-wrap li:nth-child(1) a:before { opacity: 0.10; }
.constructzero .section-quick-links .list-wrap li:nth-child(2) a:before { opacity: 0.15; }
.constructzero .section-quick-links .list-wrap li:nth-child(3) a:before { opacity: 0.20; }
.constructzero .section-quick-links .list-wrap li:nth-child(4) a:before { opacity: 0.25; }
.constructzero .section-quick-links .list-wrap li:nth-child(5) a:before { opacity: 0.30; }
.constructzero .section-quick-links .list-wrap li:nth-child(6) a:before { opacity: 0.35; }
.constructzero .section-quick-links .list-wrap li:nth-child(7) a:before { opacity: 0.40; }
.constructzero .section-quick-links .list-wrap li:nth-child(8) a:before { opacity: 0.45; }

.constructzero .section-quick-links .list-wrap li:nth-child(1):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(2):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(3):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(4):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(5):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(6):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(7):hover a:before { opacity: 0.8; }
.constructzero .section-quick-links .list-wrap li:nth-child(8):hover a:before { opacity: 0.8; }

.constructzero .section-quick-links .list-wrap li a span {
  position: relative;
  z-index: 1;
}

.constructzero .section-quick-links .list-wrap li a:hover span {
  color: #80a74C;
}
*/

.constructzero .section-milestones {
  text-align: center;
  margin-top: 45px;
}

.constructzero .section-milestones .milestone-wrap {
  max-width: 600px;
  margin: auto;
  position: relative;
  padding: 15px 0;
}

.constructzero .section-milestones .milestone-wrap:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;  
  border-right: 1px dotted #80a74C;
}

.constructzero .section-milestones .milestone-wrap .milestone-item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  margin-bottom: 45px;
}

.constructzero .section-milestones .milestone-wrap .milestone-item:before {
  content: '';
  position: absolute;
  border-top: 1px dotted #80a74C;
  width: 30px;
  left: 0;
  right: 0;
  margin: 10px auto;
  top: 0;
}

.constructzero .section-milestones .milestone-wrap .milestone-item .date {
  width: calc(50% - 30px);
  text-align: right;
  font-weight: bold;
  color: #80a74C;
}

.constructzero .section-milestones .milestone-wrap .milestone-item .notes {
  width: calc(50% - 30px);
  text-align: left;
  color: #80a74C;
}


.constructzero .section-milestones .milestone-wrap .milestone-item:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.constructzero .section-milestones .milestone-wrap .milestone-item:nth-child(odd) .date {
  text-align: left;
}

.constructzero .section-milestones .milestone-wrap .milestone-item:nth-child(odd) .notes {
  text-align: right;
}


.constructzero .section-partners {

}

.constructzero .section-partners h2 {
  text-align: center;
}

.constructzero .section-partners .champion-wrap {
  list-style-type: none;
  background-color: #FFFFFF;
  padding: 30px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
}

.constructzero .section-partners .champion-wrap li {
  width: calc(20% - (120px / 5));
  padding: 10px;
  box-sizing: border-box;
  
}

.constructzero .section-partners .champion-wrap li a {
  display: block;
  padding-bottom: 50%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.constructzero .section-partners .champion-wrap li a img {
  display: none;
}


.constructzero .section-partners .partner-wrap {
  list-style-type: none;
  padding: 10px;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between; 
  box-sizing: border-box;
}

.constructzero .section-partners .partner-wrap li {
  width: calc(25% - (100px / 4));
  padding: 10px;
  box-sizing: border-box;
  background-color: #ECECEC;
  
}

.constructzero .section-partners .partner-wrap li a {
  display: block;
}


.constructzero .section-diary {
  text-align: center;
}

.constructzero .section-diary .diary-wrap {

}

.constructzero .section-diary .diary-wrap .diary-item {
  margin-bottom: 60px;
  position: relative;
}

.constructzero .section-diary .diary-wrap .diary-item:after {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  height: 30px;
  bottom: -45px;
  border-left: 1px solid #80a74C;
}

.constructzero .section-diary .diary-wrap .diary-item h3 {
  font-weight: normal;
  font-size: 1.2em;
}

.constructzero .faq-wrap {
  max-width: 800px;
  margin: auto;
}

.constructzero .faq-wrap .faq-item {
  margin-bottom: 45px;
}

.constructzero .faq-wrap .faq-item h3 {
  color: #80a74C;
}


@media screen and (max-width: 959px) {

  #header .site-navigation nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.95);
    z-index: 999;
  }

  #header .menu-main-navigation-container {
    position: relative;
    margin-top: 75px;
  }

  #header .site-navigation ul {
    display: block;
  }





  #header .site-navigation ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  #header .site-navigation ul ul {
    background: transparent;
    display: block;
    position: static;
    margin-left: 0;
    margin-right: 0;
  }

  #header .site-navigation ul ul li {
    margin: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }



  .menu-toggle {
    position: absolute;    
    top: 15px;
    right: 25px;
    z-index: 9999;
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
  }

  .menu-toggle span {
    border-top: 2px solid #006688;
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
  }

  .menu-toggle span:before {
    content: '';
    border-top: 2px solid #006688;
    display: block;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
  }

  .menu-toggle span:after {
    content: '';
    border-top: 2px solid #006688;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 768px) {

  .owl-controls, .owl-dots {
    display: none;
  }
 
  .home-banner .sleeve {
    left: 10px;
    width: calc( 100% - 80px );
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .home-banner .sleeve p {
    font-size: 1.8em;
  }


}


@media screen and (max-width: 680px) {
  .feature-sections-wrap .feature-section.feature-section-style-visual-right .video-wrap,
  .feature-sections-wrap .feature-section.feature-section-style-visual-right .image-wrap,
  .feature-sections-wrap .feature-section.feature-section-style-visual-left .video-wrap,
  .feature-sections-wrap .feature-section.feature-section-style-visual-left .image-wrap {
    float: none;
    width: auto;
    margin-bottom: 25px;
  }

  .home-banner .sleeve p {
    font-size: 1.2em;
  }

  .feature-sections-wrap .feature-section.feature-section-style-visual-right .text-wrap {
    margin: 0;
  }

  .single-workstream h1[style] {
    background-image: none !important;
    padding-left: 0;
  }

  #main-news-list .shortcut-item.news-item .image-wrap,
  .people-wrap .people-item:nth-child(-n+2),
  .people-wrap .people-item:nth-child(-n+2) .image-wrap {
    width: 100%;
  }

  #main-news-list .shortcut-item.news-item .content-wrap,
  .people-wrap .people-item:nth-child(-n+2) .content-wrap {
    margin-left: 0;
  }

  .shortcut-item .read-more {
    position: static;
  }

/*
  .shortcut-item .image-wrap img {
    max-width: 75%;
  }
*/

  .shortcut-wrap-5 .shortcut-item,
  .shortcut-wrap-4 .shortcut-item,
  .shortcut-wrap-3 .shortcut-item,
  .shortcut-wrap-2 .shortcut-item {
    width: 100%;
  }

  .site-branding {
    padding: 15px 0;
  }

  #header .site-title {
    margin: 0 auto;
    width: 150px;
    height: 46px;
  }

  #header .strapline {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  #header .site-title span {
    width: 150px;
    height: 46px;
  }

  #site-footer {
    padding: 15px 15px 30px 15px;
  }

  #site-footer .site-info,
  #site-footer .footer-nav {
    float: none;
    text-align: left;
    margin-bottom: 10px;
    width: auto;
  }

  #site-footer .footer-nav li a {
    padding-left: 0;
  }

  .search-form-wrap {
    display: none;
  }

  .col-wrap .col-1-4,
  .col-wrap .col-2-4,
  .col-wrap .col-3-4,
  .col-wrap .col-2-3,
  .col-wrap .col-1-3,
  .col-wrap .col-1-2,
  .col-wrap.narrow-gutter .col-1-4,
  .col-wrap.narrow-gutter .col-2-4,
  .col-wrap.narrow-gutter .col-3-4,
  .col-wrap.narrow-gutter .col-2-3,
  .col-wrap.narrow-gutter .col-1-3 {
    width: 100%;
    margin-bottom: 25px;
  }



  .text-columns {
    -webkit-column-count: !important;
    -moz-column-count: !important;
    column-count: 1 !important;
  }

  #partners-list-wrap .partner-list:before,
  #partners-list-wrap .partner-list:after {
    background: none;
  }

  .constructzero .section-partners .partner-wrap li {
    width: calc(50% - 15px);
    text-align: center;
  }

  .constructzero .section-partners .champion-wrap li {
    width: calc(50% - 15px);
  }

  .constructzero .section-quote .text-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .constructzero .section-quote .text-wrap p {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .constructzero .section-quote .text-wrap:before {
    font-size: 75px;
    top: 20px;
  }

  .constructzero .section-quote .text-wrap:after {
    font-size: 75px;

  }

  .home-blocks-wrap .home-blocks-item {
    width: 100%;
  }

  .home-intro-text {
    width: 100%;
  }

  .workstream-graphic .initiative-wrap .initiative-group {
    width: 100%;
  }

  .mission-circles li {
    margin-left: auto;
    margin-right: auto;
  }

}




