@font-face {
   font-family: 'FinancierDisplayWeb';
   src: url('../fonts/financier-display-web-bold.eot');
   src: url('../fonts/financier-display-web-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/financier-display-web-bold.woff2') format('woff2'),
        url('../fonts/financier-display-web-bold.woff') format('woff');
   font-weight: 700;
   font-style: normal;
}
 

html {
    position: relative;
    min-height: 100%;
    height: auto;
}

body {
    height: auto;
    display:block;
    font-family: 'Roboto', sans-serif;
}

.row {
    width:92%;
    max-width: 1020px;
}

.row.expanded {
    width:100%;
}

html {
    font-size: 14px;
}

@media screen and (min-width: 700px) {
  html {
    font-size: calc(14px + 2 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

p, li, body, label {
    line-height: 1.3;
    color: #333;
    font-weight: 300;
}

p {
    margin-bottom:1.2rem;
}

p, li, body, label, .header h2, h4 {
    font-size: 16px;
}

@media screen and (min-width: 700px) {
  p, li, body, label, .header h2, h4 {
    font-size: calc(16px + 4 * ((100vw - 700px) / 500));
  }
}
@media screen and (min-width: 1200px) {
  p, li, body, label, .header h2, h4 {
    font-size: 20px;
  }
}

li {
    margin-bottom:0.5rem;
}

ul {
    list-style-type: none;
    margin-left: 1.75rem;
}

ul li:before {
    content: "//";
    margin-left: -1.75rem;
    margin-right: 0.75rem;
}

ul li ul {
    margin-top:0.5rem;
}

ul li ul li:before {
    content:"–";
    margin-left: -1.25rem;
    margin-right: 0.5rem;
}

h1 {
    font-size: 4.125rem;
    font-family:'FinancierDisplayWeb',serif;
    font-weight: 700;
    line-height: 1.25;
}

.template10 h1 {
    color: #002e5c;
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 1rem;
}

h2 {
    font-family:'FinancierDisplayWeb',serif;
    font-size: 2.635rem;
    font-weight: 700;
    color: #002e5c;
    line-height: 1.1;
    margin-bottom: 2rem;
}

h3 {
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #002e5c;
    line-height: 1.25;
    margin-bottom: 2rem;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #002e5c;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.header h1, .header h2 {
    color:white;
    margin-bottom:0;
}

.header h1 {
    line-height: 1.1;
    margin-bottom: 0.4rem;
}

.template2 .header h1 {
    font-size:5rem;
}

.header h2 {
    font-family: 'Roboto', sans-serif;
    font-weight:300;
    font-size: 1.5rem;
}

.header-text-area {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.home-icon-link-panel a, .home-icon-link-panel a:hover {
    border-bottom:0;
}

.home-icon-link-panel h3 {
    margin-bottom:0.5rem;
    display:inline-block;
    border-bottom:1px solid white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.home-icon-link-panel p {
    color:#002e5c;
    font-size:1.5rem;
}

.home-icon-link-panel a:hover h3 {
    border-bottom:1px solid #002e5c;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #333;
    border-bottom: 1px solid #333;
}

a:hover {
    color:#002e5c;
    border-bottom:1px solid #002e5c;
}

a.no-border {
    border-bottom:0;
}

h2 a, h2 a:hover {
    border-bottom:0;
    text-decoration:underline;
}

h2 a {
    color:#002e5c;
}


.button, button {
    margin: 1rem 0;
    padding: 0.3rem 1.2rem 0.3rem 0;
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
    cursor: pointer;
    background-color: transparent;
    color: #002e5c;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-image:url('../img/button-arrow-blue-new.svg');
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom:0;
    outline:none;
}

.button-article-nav-left {
    background-image:url('../img/button-arrow-blue-left.svg');
    background-position: left center;
    padding: 0.3rem 0 0.3rem 1.2rem;
}

.button:focus, .button:hover, button:hover, button:focus {
    background-color: transparent;
    color: #002e5c;
    padding: 0.3rem 1.6rem 0.3rem 0;
    border-bottom:0;
}

.button-article-nav-left:focus, .button-article-nav-left:hover {
    padding: 0.3rem 0 0.3rem 1.6rem;
    margin-left:-0.4rem;
}

.button-article-nav-right:focus, .button-article-nav-right:hover {
    margin-right:-0.4rem;
}

.template2 .header .button {
    font-size:1.875rem;
    color:white;
    background-image: url(../img/button-arrow-white.svg);
    margin-top: 2.5rem;
    padding: 0.3rem 1.6rem 0.3rem 0;
}

.template2 .header .button:focus, .template2 .header .button:hover {
    padding: 0.3rem 2rem 0.3rem 0;
}

.standard-content-area, .article-content-area {
    padding:7rem 0;
}

.standard-content-area h1, .article-content-area h1 {
    font-size: 4.25rem;
    color: #002e5c;
    margin-bottom: 3rem;
}

.standard-content-area h3, .article-content-area h3 {
    margin-bottom:0;
    margin-top:2rem;
}

.home-icon {
    height: 3.2rem;
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

strong {
    font-weight:500;
}

.header {
    background-color:#00a6a3;
    padding: 5rem 0;
    background-size: 100% 100%;
    position:relative;
}

.template2 .header {
    padding: 5rem 0 13rem;
}

.header img {
    max-width: 13.75rem;
}

.home-header-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: center right;
}

.menu-button {
    font-size:1.75rem;
    color:white;
    font-weight:300;
    outline:none;
    padding: 0;
    background: none;
    border-bottom:1px solid transparent;
}

.menu-button:hover, .menu-button:focus {
    padding:0;
    color:white;
    border-bottom:1px solid white;
}

.menu {
    background-color:#002e5c;
    color:white;
    position:absolute;
    top:0;
    right:0;
    display:none;
    padding: 3.75rem;
    z-index: 9999;
    height: 100vh;
    min-width: 30vw;
}

.menu p {
    color:white;
}

.menu-nav ul {
    margin: 0 0 4rem 0;
    list-style-type:none;
}

.menu-nav ul li {
    margin-bottom:0.75rem;
}

.menu-nav ul li a, .menu .active>a {
    color: white;
    font-size: 1.25rem;
    background: transparent;
    border-bottom: 0;
}

.menu-nav ul li a:hover {
    color:#00a6a3;
}

.menu-nav ul li:before {
    display:none;
}



.menu-close {
    height: 1.25rem;
    width: 1.25rem;
    float: right;
    outline:none;
    padding: 0;
    margin: 0;
}

.close {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.menu-close:hover {
    padding:0;
}

.menu-close:hover .close {
    fill:white;
}

.footer {
    background-color:#002e5c;
    padding: 2.5rem 0 1rem;
}

.footer p, .menu p {
    font-size: 1rem;
    color:#00a6a3;
    font-weight:500;
}

.footer p.footer-legal {
    color:white;
    font-weight:300;
    font-size:0.875rem;
}

.footer p a, .menu p a {
    color:white;
    font-weight:300;
    border-bottom:1px solid white;
}

.footer p a:hover, .menu p a:hover {
    color:#00a6a3;
    border-color:#00a6a3;
}

.footer-graphic {
    width: 3.875rem;
    margin-bottom: 1.5rem;
}

.menu .footer-graphic {
    width: 2.875rem;
    margin-bottom: 1rem;
}

.footer-social-links {
    margin: 0.5rem 0 1rem 0;
}

.footer-social-links svg {
    height: 1.2rem;
}

.contact-page-social svg {
    height: 1.75rem;
}

.footer .footer-social-links a, .menu .footer-social-links a {
    border-bottom:0;
    margin-right:0.6rem;
}

.contact-page-social a {
    border-bottom:0;
    margin-right:0.6rem;
}

.social-media-icon {
    fill:white;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.footer-social-links a:hover .social-media-icon {
    fill:#00a6a3;
}

.contact-page-social .social-media-icon {
    fill:#00a6a3;
}

.contact-page-social a:hover .social-media-icon {
    fill:#002e5c;
}

.white-panel {
    padding: 5.5rem 0 4.5rem;
    position: relative;
}

.red-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#c21c2a;
    position: relative;
}

.orange-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#ff7000;
    position: relative;
}

.yellow-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#fcd299;
    position: relative;
}

.blue-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#002e5c;
    position: relative;
}

.teal-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#00a6a3;
    position: relative;
}

.blue-tint-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#e1e7ed;
    position: relative;
}

.green-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#006036;
    position: relative;
}

.green-tint-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#d0ecd6;
    position: relative;
}

.orange-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#ff7000;
    position: relative;
}

.orange-tint-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#fcd299;
    position: relative;
}

.orange-pale-tint-panel {
    padding: 5.5rem 0 4.5rem;
    background-color:#fff7f0;
    position: relative;
}

.red-panel h2, .red-panel h3, .red-panel h4, .red-panel p {
    color:white;
}

.orange-panel h2, .orange-panel h3, .orange-panel h4, .orange-panel p, .orange-panel li {
    color:white;
}

.yellow-panel p, .yellow-panel .button, .yellow-panel button, .blue-tint-panel p, .blue-tint-panel .button, .blue-tint-panel button {
    color:#002e5c;
}

.template10 .blue-tint-panel p a {
    color:#002e5c;
    border-bottom: 1px solid #002e5c;
}

.template10 .blue-tint-panel p a:hover {
    color:#00a6a3;
    border-bottom: 1px solid #00a6a3;
}

.template5 .yellow-panel h2, .template5 .yellow-panel p {
    color:#006036;
}

.blue-panel p, .blue-panel h2 {
    color:white;
}

.blue-panel h4 {
    color:#00a6a3;
}

.teal-panel h2, .teal-panel h3, .teal-panel p {
    color:white;
}

.teal-with-blue h2, .teal-with-blue h3, .teal-with-blue p {
    color:#002e5c;
}

.teal-panel h4 {
    color:#fcd299;
}

.teal-panel h4 a {
    color:#fcd299;
    border-bottom:1px solid #fcd299;
}

.teal-panel h4 a:hover {
    color:white;
    border-bottom:1px solid white;
}

.teal-panel .source {
    color:#fcd299;
}

.green-panel h2, .green-panel h4, .green-panel p, .green-panel li {
    color:#86d295;
}

.green-tint-panel h2, .green-tint-panel h4 {
    color:#006036;
}

.orange-panel h4, .orange-panel p {
    color:white;
}

.split-panel-text-left {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 535px;
    float: right;
}

.split-panel-text-right {
    padding-left: 4rem;
    padding-right: 4rem;
    width: 535px;
    margin-left: -1.25rem;
}

p.big-number {
    font-size: 9.375rem;
    font-family: 'FinancierDisplayWeb',serif;
    font-weight: 700;
    color: #fcd299;
    line-height: 0.7;
}

p.big-number-description {
    font-size: 1.5rem;
}

p.source, .quote-panel p {
    font-size: 1rem;
}

p.medium-number {
    font-size: 5.625rem;
    font-family: 'FinancierDisplayWeb',serif;
    font-weight: 700;
    color: #fcd299;
    line-height: 0.7;
}

.template4 .header {
    background-color:#c21c2a;
}

.template4 .white-panel h2, .template4 .white-panel h3, .template4 .white-panel h4, .template4 .white-panel .button:after {
    color:#c21c2a;
}

.template5 .header {
    background-color:#006036;
}

.template5 .white-panel h2, .template5 .white-panel h3, .template5 .white-panel h4, .template5 .white-panel .button:after, .template5 h2 a {
    color:#006036;
}

.template5 h2 a:hover {
    color:#002e5c;
}

.template6 .header {
    background-color:#002e5c;
}

.template7 h2 {
    color:#00a6a3;
}

.template7 .teal-panel h2, .template7 .blue-panel h2, .template7 .blue-panel h2 a {
    color:white;
}

.template8 .header {
    background-color:#ff7000;
}

.template8 h2 {
    color:#c21c2a;
}

.template8 h4 {
    color:#ff7000;
}

.template8 .orange-panel h4 {
    color:white;
}

.template9 h2 {
    color:#00a6a3;
}

.template9 h4 {
    color:#333;
}

.template13 .header {
    background-color:#002e5c;
}

.half-width-image {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    background-position: top center;
}

.half-width-image-right {
    right:0;
}

.shallower-panel {
    padding: 2.5rem 0 1.5rem;
}

.call-cta h2, .call-cta h4 {
    color:#fcd299;
}

.call-cta h2 a {
    color:white;
    border-bottom: 1px solid white;
    line-height: 0.9;
    display: inline-block;
    text-decoration:none;
}

.call-cta h2 a:hover {
    color:#fcd299;
    border-bottom: 1px solid #fcd299;
}

.testimonial-slide {
    padding: 0 6rem;
    outline:none;
}

.quotes-panel {
    padding: 5.5rem 0 4.5rem;
    position: relative;
}

.template4 .quotes-panel {
    background-color:#c21c2a;
}

.template5 .quotes-panel {
    background-color:#006036;
}

.quote {
    font-size: 2.5rem;
    font-family: serif;
    font-weight: 700;
    color:#002e5c;
    line-height: 1;
    max-width: 600px;
    margin: 0 auto 1rem;
}

.template4 .quote {
    color:white;
}

.template5 .quote {
    color:white;
}

.carousel .quote-signoff {
    font-size:1rem;
    color:#002e5c;
}

.template4 .carousel .quote-signoff {
    color:#fcd299;
}

.template5 .carousel .quote-signoff {
    color:#86d295;
}

.carousel .quote-signoff strong {
    font-weight:500;
}

.carousel-arrow {
    fill:#FCD299;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.template5 .carousel-arrow {
    fill:#86d295;
}

.case-study-carousel .carousel-arrow {
    fill:white;
}

.slick-arrow svg {
    height: 4rem;
}

.slick-arrow-left, .slick-arrow-right {
    position: absolute;
    top: 34%;
    z-index: 9999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slick-slide {
    outline: none;
}

.slick-arrow-left:hover .carousel-arrow, .slick-arrow-right:hover .carousel-arrow {
    fill:#002e5c;
}

.template4 .slick-arrow-left:hover .carousel-arrow, .template4 .slick-arrow-right:hover .carousel-arrow {
    fill:#ff7000;
}

.template5 .slick-arrow-left:hover .carousel-arrow, .template5 .slick-arrow-right:hover .carousel-arrow {
    fill:#fcd299;
}

.case-study-carousel .slick-arrow-left, .case-study-carousel .slick-arrow-right {
    top: 44%;
}

.slick-arrow-left {
    left: 0px;    
}

.slick-arrow-right {
    right: 0px;
}

.case-study-carousel .slick-arrow-left {
    left:5rem;
}

.case-study-carousel .slick-arrow-right {
    right:5rem;
}

.slick-dots {
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

.slick-dots li:before {
    content:"";
}

.slick-dots li button {
    display: block;
    width: 4.875rem;
    height: 3px;
    cursor: pointer;
    border: 0;
    outline: none;
    background:#002e5c;
    margin: 0 0.5rem;
    color: transparent;
    font-size: 0;
    opacity:0.5;
    padding: 0;
}

.template4 .slick-dots li button {
    background: #fcd299;
}

.template5 .slick-dots li button {
    background: #86d295;
}

.slick-dots li.slick-active button {
    opacity:1;
}

.with-without-purpose li {
    color:#002e5c;
}

.purpose-diagram #stage2, .purpose-diagram #stage3, .purpose-diagram #stage4 {
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.purpose-diagram.aos-animate #stage2 {
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.purpose-diagram.aos-animate #stage3 {
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

.purpose-diagram.aos-animate #stage4 {
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 3s;
    transition-delay: 3s;
}



.culture-diagram #stage2, .culture-diagram #stage3 {
    opacity:0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.culture-diagram.aos-animate #stage2 {
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.culture-diagram.aos-animate #stage3 {
    opacity:1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

td, th {
    vertical-align: top;
    color: #333;
}

table thead th {
    font-weight:500;
}

table thead {
    background: #f8f8f8;
}

table tbody, table tfoot, table thead {
    border: 1px solid #a7a7a7;
    background-color: white;
}

table tbody tr:nth-child(even) {
    border-bottom: 1px solid #a7a7a7;
    background-color: white;
}

table tfoot td, table tfoot th, table thead td, table thead th, table tbody td, table tbody th {
    padding: 0.25rem 0.5rem;
}

.accreditations img {
    max-height:93px;
    margin-right:3rem;
    margin-top:1rem;
}

.services-diagram {
    margin-bottom:2rem;
}

.case-study-quote {
    font-size: 1.5rem;
    font-weight:500;
}

.case-study-quote-marks {
    font-family: 'FinancierDisplayWeb',serif;
    font-weight: 700;
    font-size: 7.5rem;
    line-height: 0.1;
    margin-bottom: 0;
    margin-top: 1rem;
}

.case-study-home-panel {
    height: 28.75rem;
    background-size: cover;
    background-position: center;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.case-study-home-panel-text {
    position:absolute;
    bottom: 1%;
    left: 5%;
    width: 90%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.case-study-home-panel-text p {
    color:white;
    font-size:1.375rem;
}

.case-study-panel-overlay-gradient {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.case-study-panel-overlay {
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:#00a6a3;
    opacity:0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 1% 5%;
}

.case-study-panel-overlay button {
    font-family: 'FinancierDisplayWeb',serif;
    font-size: 2.635rem;
    font-weight: 700;
    color: white;
    background-image: url(../img/button-arrow-white.svg);
    padding: 0.3rem 1.8rem 0.3rem 0;
}

.case-study-panel-overlay button:hover, .case-study-panel-overlay button:focus {
    padding: 0.3rem 2.2rem 0.3rem 0;
}

.case-study-home-panel:hover .case-study-panel-overlay-gradient {
    opacity:0;
}

.case-study-home-panel:hover .case-study-panel-overlay {
    opacity:1;
}

.case-study-home-panel:hover .case-study-home-panel-text {
    opacity:0;
}

.more-projects, .more-articles {
    display:none;
}

#services-diagram-hexagon-1:hover .st5, #services-diagram-hexagon-2:hover .st5, #services-diagram-hexagon-3:hover .st5 {
    fill:#FF7000;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#services-diagram-hexagon-1:hover .st7, #services-diagram-hexagon-2:hover .st7, #services-diagram-hexagon-3:hover .st7 {
    fill:#C21C2A;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#services-diagram-social-impact, #services-diagram-line-1, #services-diagram-line-2, #services-diagram-line-3, #services-diagram-line-4, #services-diagram-line-5 {
    display:none;
}

.template9 iframe {
    margin-left: -15px;
}

.article-thumbnail {
    margin-bottom:3rem;
}

.article-thumbnail h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.article-thumbnail h2 a {
    text-decoration:none;
}

.article-thumbnail p {
    font-size: 1rem;
    line-height: 1.35;
    color: #002e5c;
}

.article-thumbnail p a {
    color: #002e5c;
    border-bottom:0;
}

.article-thumbnail h2 a:hover, .article-thumbnail p a:hover {
    color:#00a6a3;
}

.article-thumbnail p.article-thumbnail-date {
    font-size:0.875rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.featured-article-image-area, .featured-article-text-area {
    width:50%;
    float: left;
    min-height: 20rem;
}

.featured-article-image-area {
    background-size:cover;
    background-position:center center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.featured-article-text-area {
    background-color:#ededed;
    padding: 2rem 3rem;
}

.featured-article-text-area.article-thumbnail p.article-thumbnail-date {
    font-size: 1rem;
}

.featured-article-text-area.article-thumbnail h2 {
    font-size: 2.2rem;
    line-height:1.1;
}

.featured-article-text-area.article-thumbnail p {
    font-size: 1.25rem;
    line-height:1.3;
}

.article-date {
    color:#002e5c;
    font-size:1rem;
}

.article-content-area h1 {
    font-size:3.75rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.article-content-area h2.article-intro {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}

.article-content-area img {
    margin-top:1rem;
    margin-bottom:2rem;
}

.article-content-area p, .article-content-area li {
    color:#002e5c;
}

.article-content-area a {
    color: #002e5c;
    border-bottom: 1px solid #002e5c;
}

.article-content-area h4 {
    margin-bottom:0;
}

.article-content-area a:hover, .article-content-area a:focus {
    color: #00a6a3;
    border-bottom: 1px solid #00a6a3;
}

blockquote {
    background-color: #002e5c;
    border: 0;
    padding: 5.25rem 3rem 2rem;
    margin: 2rem 0;
    color: white;
    background-image: url(../img/quotemarks.svg);
    background-position: 3rem 2.5rem;
    background-repeat: no-repeat;
    background-size: 3rem;
}

blockquote p {
    line-height: 1.2;
    border: 0;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

.article-content-area blockquote p {
    color:white;
}

.article-content-area blockquote p a {
    color: white;
    border-bottom: 1px solid white;
}

blockquote p+p {
    font-size:1.25rem;
    font-weight:300;
}

.article-thumbnail img {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.article-thumbnail a {
    border-bottom:0;
}

.article-thumbnail img:hover {
    opacity:0.8;
}

.featured-article-image-area:hover {
    opacity:0.8;
}

.share-this-article {
    margin-top:3rem;
}

.share-this-article svg {
    height:1.8rem;
    margin-right:0.75rem;
}

.share-this-article .social-media-icon {
    fill:#002e5c;
}

.share-this-article a, .share-this-article a:hover, .share-this-article a:focus {
    border-bottom:0;
}

.share-this-article a:hover .social-media-icon, .share-this-article button:hover .social-media-icon {
    fill:#00a6a3;
}

.copy-link-button, .copy-link-button:hover, .copy-link-button:focus {
    position: relative;
    background-image: none;
    padding: 0;
    margin: 0;
}

.copy-link-tooltip {
    position: absolute;
    display: none;
    background-color: #002e5c;
    color: white;
    padding: 0.5rem;
    width: max-content;
    left: 3rem;
    top: 0;
    font-size: 0.75rem;
}

.article-nav {
    margin-top:3rem;
}

.article-nav hr {
    border-bottom: 1px solid #002e5c;
    margin:0;
}

.article-nav .button, .article-nav .button:hover, .article-nav .button:focus {
    border-bottom:0;
    color:#002e5c;
}

.purpose-to-impact-section {
    float:left;
    width:75%;
    margin-bottom:2rem;
}

.purpose-to-impact-section h3 {
    margin-bottom:0.25rem;
}

.accreditations h2 {
    color:#333;
}

.reveal {
    outline:none;
    padding: 3.5rem 1rem 1rem;
}

.flex-video, .responsive-embed {
    margin-bottom: 0;
}

.reveal a.close-button {
    border-bottom:0;
}

.reveal-overlay {
    background-color: hsla(0,0%,4%,.65);
}



.article-content-area .responsive-embed {
    margin-bottom:2rem;
}







/*Error Styles
========================================================================== */
#browserupgrade{
color: #ffffff; 
display: block;  
z-index: 9999999999; 
background-color: rgb(242, 86, 72);
text-align:center;
position: fixed;
top: 0px;
width: 100%;
height: 100%;
}

#browserupgrade h6{
	font-size: 26px;
	margin-top: 30px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#browserupgrade p{
	margin-bottom: 20px;
}

.button.hollow.white {
    border: 1px solid #fff;
    color: #fff;
}
.button.hollow.white:hover{
	background-color: #fff;
	color: rgb(242, 86, 72);
}

/*Form Styles
========================================================================= */

.form-error{
  color: #f25648;  
}

.callout.warning {
    background-color: #ec5840;
    color: #fff;
}

.callout {
    margin: 0 0 1rem;
    padding: 0.875rem;
    border: 1px solid hsla(0, 84%, 23%, 0.25);
    border-radius: 2px;
    position: relative;
    color: #ffffff;
    background-color: #fff;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 3rem;
    padding: 11px .75em .6875em;
    margin: 0 0 1rem;
    font-family: inherit;
    color: #0a0a0a;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px
 -webkit-transition: -webkit-box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #1c1c1f;
    font-size: .9375em;
}

select {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFF;
    border: 1px solid #dfe0e6;
    color: #88898c;
    font-size: .9375em;
    height: 3em;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
}


/* Cookie policy
========================================================================== */

#cookiePanel {
    background: #002e5c;
    width: 100%;
    z-index: 10000;
    display: none;
    opacity: 0;
	position: fixed;
    bottom: 0;
}


#cookiePanel p {
    margin: 0;
    color: #fff;
	font-size: 1rem;
	line-height:1.3;
}

#cookiePanel p a {
    color: #fff;
	margin: 0;
	text-decoration:underline;
} 

#cookiePanel p a:hover {
    color:#00a6a3;
}

#cookieNoshow {
    margin-bottom: 0;
    color: #00a6a3;
    font-size: 1.25rem;
    margin: 0;
    background-image: url(../img/button-arrow-teal.svg)
}

#cookieNoshow:hover {
    margin-right: -0.4rem;
}







/* Media Queries
========================================================================== */

/* Small only */
@media screen and (max-width: 39.9375em) {
    .header {
        padding: 1.25rem 0 2rem;
    }
    h1, .article-content-area h1, .standard-content-area h1, .template10 h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    h2 br {
        display:none;
    }
    h3 {
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    h4 {
        margin-bottom: 0.25rem;
    }
    .testimonial-slide {
        padding: 0 2.2rem;
    }
    .quote {
        font-size: 1.8rem;
        line-height: 1.2;
    }
    .slick-arrow svg {
        height: 2rem;
    }
    .slick-arrow-left, .slick-arrow-right {
        top: 40%;
    }
    .slick-dots li button {
        width: 2.875rem;
    }
    .header h2 {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    #cookieNoshow {
        margin-top: 15px;
    }
    .half-width-image {
        position: relative;
        height: 25rem;
        width: 100%;
        margin-bottom: -3rem;
        margin-top: 2rem;
    }
    .header-text-area {
        padding-top: 8rem;
        padding-bottom: 0;
    }
    .split-panel-text-left, .split-panel-text-right {
        padding-left: .625rem;
        padding-right: .625rem;
        width: 92%;
        margin: 0 auto;
        float: none;
    }
    .white-panel, .quotes-panel, .blue-tint-panel, .teal-panel, .orange-panel, .yellow-panel, .blue-panel, .orange-tint-panel, .orange-pale-tint-panel, .red-panel, .green-panel, .green-tint-panel {
        padding: 3rem 0 2rem;
    }
    .purpose-diagram, .culture-diagram {
        margin: 1.5rem 0 2rem;
    }
    ul li:before {
        margin-right: 1rem;
    }
    .accreditations img {
        max-height: 65px;
        margin-right: 2rem;
        margin-top: 2rem;
    }
    .featured-article-image-area, .featured-article-text-area {
        width: 100%;
        float: none;
        min-height: 18rem;
    }
    .featured-article-text-area {
        width: 100%;
        float: none;
        padding: 1rem 2rem;
    }
    .standard-content-area, .article-content-area {
        padding: 4rem 0;
    }
    blockquote {
        padding: 4.5rem 2rem 1.5rem;
        background-size: 2.5rem;
        background-position: 2rem 2rem;
    }
    blockquote p {
        font-size: 1.25rem;
    }
    blockquote p+p {
        font-size: 1rem;
    }
    .case-study-home-panel {
        height: 20rem;
    }
    .case-study-home-panel-text p {
        font-size: 1.2rem;
    }
    p.medium-number {
        min-width: 3rem;
    }
    p.big-number {
        font-size: 7rem;
    }
    p.big-number-description {
        font-size: 1.25rem;
    }
    p.big-number-description br {
        display:none;
    }
    .home-icon-link-panel p {
        font-size: 1.25rem;
    }
    .template2 .header {
        padding: 1.25rem 0 2rem;
    }
    .template2 .header h1 {
        font-size: 2.5rem;
    }
    .template2 .header .button {
        font-size: 1rem;
        margin-top: 1rem;
        margin-bottom: 0;
        padding: 0.3rem 1.0rem 0.3rem 0;
    }
    .header img {
        max-width: 10rem;
    }
    .menu-button {
        font-size: 1.25rem;
        margin-top: 0;
    }
    .purpose-to-impact-section {
        margin-bottom: 0.5rem;
    }
    .menu {
        padding: 2rem;
        min-width: 75vw;
    }
    .orange-tint-panel+.orange-tint-panel {
        padding-top: 0;
    }
    iframe {
        max-width: 100%;
    }
    .case-study-carousel .slick-arrow-left {
        left: 2rem;
    }
    .case-study-carousel .slick-arrow-right {
        right: 2rem;
    }
    .reveal {
        top: 5%;
        left: 5%;
        width: 90%;
        height: inherit;
        min-height: inherit;
        padding: 3.5rem 0.5rem 0.5rem 0.5rem;
    }
}

/* Medium and up */
@media screen and (min-width: 40em) {
    .column, .columns {
        padding-right: 1.25rem;
        padding-left: 1.25rem;
    }
    .reveal {
        width: 70%;
        max-width: 65rem;
    }
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .template2 .header {
        padding: 3rem 0 3rem;
    }
    .case-study-home-panel {
        height: 23rem;
    }
    .purpose-to-impact-section {
        float: right;
        width:100%;
    }
    .split-panel-text-left, .split-panel-text-right {
        padding-left: 2rem;
        padding-right: 2rem;
        width: auto;
        float: none;
    }
    .menu {
        min-width: 50vw;
    }
    .header {
        padding: 3rem 0;
    }
    h2 {
        font-size: 2.5rem;
    }
    iframe {
        max-width: 100%;
    }
    .featured-article-text-area {
        padding: 1.5rem 2.5rem;
    }
    ul li:before {
        margin-right: 0.9rem;
    }
    .menu-button {
        margin-top: 0;
        font-size: 1.5rem;
    }
    .header-text-area {
        padding-top: 12rem;
        padding-bottom: 0rem;
    }
}

/* Large and up */
@media screen and (min-width: 64em) {
    .services-diagram {
        margin-top: -1.8rem;
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
