input,
textarea,
button,
select,
label,
div:focus {
    outline: -webkit-focus-ring-color none 0px;
}

.search-type {
    font-size: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: karla;
    letter-spacing: 1px;
    background-color: #e1523d;
    color: white;
    padding-left: 12px;
    padding-right: 12px;
}

.more-work {
    padding: 120px 50px;
    background-image: url('../images/Hands.jpg');
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.block {
    text-align: center;
}

.soc-med-logo {
    height: 21px;
    opacity: 0.69;
}

.social-media-link {
    padding-right: 20px;
    padding-bottom: 14px;
}

.media-video-container {
    width: 100%;
    margin-right: 40px;
}

.form-limit {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

.raised h5 {
    font-family: Karla, sans-serif;
    color: #254a5d;
    font-size: 44px;
    line-height: 32px;
    text-align: center;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    text-decoration: none;
    color: inherit;
}

.posts-column {
    text-align: left;
}

.pagination-bar {
    margin-bottom: 60px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.slider-button-button-box {
    margin-bottom: 35px;
}

.pagination-internal {
    margin-bottom: 0px;
    margin-top: 60px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.pagination-bar .pagination-bar-team {
    disaplay: none;
}

.pagination-next {
    width: auto;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Karla, sans-serif;
    color: #fff;
    padding: 15px 35px;
    background-color: #e1523d;
    transition: all 200ms ease-in-out;
}

.pagination-next:hover {
    background-color: #bd4b3a;
}

.pagination-prev {
    text-align: left;
    width: auto;
}

.pagination-prev {
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Karla, sans-serif;
    color: #fff;
    padding: 15px 35px;
    background-color: #e1523d;
    transition: all 200ms ease-in-out;
}

.pagination-prev:hover {
    background-color: #bd4b3a;
}

.tagcloud a {
    font-family: Karla;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #d5efee;
    letter-spacing: 2px;
    color: #003f53;
    text-transform: uppercase;
    border-radius: 30px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 200ms ease-in-out;
}

.tagcloud a:hover {
    background-color: #e1523d;
    color: white;
}

.widget {
    list-style-type: none;
    text-align: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.screen-reader-text {
    display: none;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    margin-right: 24px;
}

.search-field {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    padding: 10px;
    margin-bottom: 15px;
    font-family: karla;
    font-weight: 400;
    width: 100%;
}

.search-submit {
    color: white;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Karla, sans-serif;
    color: #fff;
    padding: 15px 35px;
    background-color: #2cccd3;
    width: 100%;
    border: none;
    transition: all 200ms ease-in-out;
}

.search-submit:hover {
    background-color: #2dadad;
}

.blog-widget {
    width: 20%;
    float: right;
    margin-bottom: 50px;
}

.blog-post-container {
    width: 100%;
    float: none;
}

.article-text img {
    width: auto;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.article-text p:first-child:first-letter {
    float: left;
    color: #254a5d;
    font-size: 65px;
    line-height: 50px;
    padding-right: 8px;
    padding-left: 3px;
    font-family: Karla, Tiempos;
    font-weight: bold;
}

.tabs-container {
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.tabs-container a {
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    letter-spacing: 2px;
    font-size: 12px;
    transition: all 200ms ease-in-out;
    color: white;
    float: left;
    margin-bottom: 10px;
    margin-right: 8px;
}

.tabs-container a:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.comment-block {
    margin-bottom: 80px;
}

.post-date {
    text-transform: uppercase;
}

.img-responsive {
    height: auto;
}

.blog-sidebar {
    margin-bottom: 50px;
}

.quick-links a {
    font-family: Karla, sans-serif;
    color: #2cccd3;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: underline;
}

.quick-links span {
    color: #2cccd3;
    font-weight: 700;
    padding: 0 5px;
}

.quick-links a:hover {
    color: #fff;
}

.case-study-hero-container {
    max-width: 660px;
}

.webinars .global-container {
    background-color: #fff;
    padding-bottom: 30px;
}

.webinars .home-impact {
    padding-bottom: 1px;
}

.webinars .wingspan-content {
    height: auto;
}

.webinars .wingspan-content .wingspan-text {
    transform: none;
    top: 0;
} 

/* ------------------------------------
GENERAL POST MEDIA PLACEMENT
--------------------------------------*/
img, .article-text img{
	max-width:100%;
	height:auto;
}
.alignnone, .article-text img.alignnone {
    margin: 8px 20px 10px 0;
	display: block;
}
.aligncenter,
div.aligncenter, .article-text img.aligncenter {
    display: block;
    margin: 8px auto 5px auto;
}
.alignright, .article-text img.alignright {
    float:right;
    margin: 5px 0 10px 20px;
}
.alignleft, .article-text img.alignleft {
    float: left;
    margin: 8px 20px 10px 0;
}
.aligncenter, .article-text img.aligncenter {
    display: block;
    margin: 8px auto 5px auto;
}
a img.alignright, .article-text a img.alignright {
    float: right;
    margin: 8px 0 10px 20px;
}
a img.alignnone, .article-text a img.alignnone {
    margin: 8px 20px 10px 0;
}
a img.alignleft, .article-text a img.alignleft {
    float: left;
    margin: 8px 20px 10px 0;
}
a img.aligncenter, .article-text a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	border-bottom: solid 1px #e9e9e9;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 0 0 5px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 0;
    padding: 5px 15px;
	color:#d91e3a;
	font-style: italic;
}
/* ------------------------------------
END GENERAL POST MEDIA PLACEMENT
--------------------------------------*/

@media (max-width: 479px) {
    .article-title {
        color: #fff;
        margin-top: 25px;
        font-size: 35px;
        line-height: 30px;
    }
    .social-media-link {
        margin-bottom: 15px;
        padding-top: 15px;
    }
}

@media (max-width: 991px) {
    .page-intro-block.timeline-block {
        margin-top: 0px;
    }
    .blog-widget {
        width: 100%;
    }
}

.audio-blocks {
    margin-bottom: 50px;
    margin-top: 80px;
}

.homeblock-headlines.contact-numbers {
    border-top: none;
    border-bottom: none;
    padding-top: 0px;
    padding-bottom: 0px;
}

.email-headline {
    margin-bottom: 80px;
}

.page-intro-block.case-study {
    text-align: left;
    line-height: 30px;
}

.page-intro-block.case-study h4 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-intro-block.case-study h3 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.inside-sector-flex {
    width: 20%;
}

.current_page_item {
    color: #2cccd3;
}

@media (max-width: 1215px) {
    .timeline-overflow {
        display: none;
    }
}

@media (max-width: 768px) {
    .inside-sector-flex {
        width: 100%;
    }
    .social-media-link {
        padding-left: 15px;
    }
    .more-work {
        padding-right: 20px;
        padding-left: 20px;
    }
    .quick-links a {
        display: block;
        padding-bottom: 5px;
    }
    .quick-links span {
        display: none;
    }
    .case-study-navigation {
        width: auto;
    }
    .case-study-hero-container .hero-headline {
        font-size: 32px;
    }
    .case-study-navigation a {
        margin-top: 10px;
        font-size: 12px;
        letter-spacing: 1px;
        float: left;
    }
}

li {
    overflow: visible;
    margin-bottom: 25px;
    font-family: 'Tiempos Text', sans-serif;
    font-size: 15px;
    line-height: 29px;
}

@media (max-width: 485px) {
    .pagination-prev {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .pagination-next {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .more-work {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.publication-column {
    width: 50%;
    padding-right: 30px;
    float: left;
}

.publication-column.right-column {
    width: 50%;
    padding-right: 0px;
    padding-left: 30px;
    border-top: 3px none #2cccd3;
}

.publication-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.white-paper-cell {
    width: 50%;
    margin-bottom: 45px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .publication-column {
        width: 100%;
        padding-right: 0px;
    }
    .publication-column.right-column {
        width: 100%;
        padding-left: 0px;
    }
    .white-paper-cell {
        padding-top: 25px;
    }
}

@media (max-width: 767px) {
    .publication-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
    }
    .media-video-container {
        width: 100%;
        margin-right: 0px;
    }
    .white-paper-cell {
        width: 100%;
        text-align: center;
    }
    .map-container {
        display: none;
    }
}

@media (max-width: 760px) {
    .hero-subhead br {
        content: ' ';
    }
    .homeblock-paragraph br {
        content: ' ';
    }
    .homeblock-paragraph.services br {
        content: ' ';
    }
}

.raised-to-date {
    font-size: 22px;
    margin-bottom: 5px;
}

.raised-to-date-smaller {
    font-family: Karla, sans-serif;
    color: #254a5d;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.page-intro-block.individual-team-member-block {
    text-align: left;
}

p a {
    margin-bottom: 0px;
    border-bottom: 1px solid #e1523d;
    font-family: Karla, sans-serif;
    color: #e1523d;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
article ol a, article ul a{
	margin-bottom: 0px;
    border-bottom: 1px solid #e1523d;
    font-family: Karla, sans-serif;
    color: #e1523d;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
	
}


main {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.nav-bar {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

footer {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.quick-contact {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

body {
    background-color: #f1f1f1;
}

.home-sector-grid {
    background-color: white;
}

.conference-block {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

wingspan-image {
    background-position: 50% 0%;
}

sector-slide {
    background-position: 50% 0%;
}

.case-study-thumbnail-headline {
    width: 100%;
    max-width: 100%;
}

#wpadminbar {
    background-color: #18313e;
    font-family: 'Karla', sans-serif;
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
    display: none;
}

#wpadminbar * {
    font-family: 'Karla', sans-serif;
}

#wpadminbar .ab-top-menu>li.hover>.ab-item,
#wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
#wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
#wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus {
    background: #e1523d;
    color: white;
}

#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover>a,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus,
#wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover,
#wpadminbar li #adminbarsearch.adminbar-focused:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover {
    color: white;
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
    background: #162a36;
}

.contact-location-column a {
    text-transform: none;
    text-decoration: none;
    border-bottom: none;
    letter-spacing: 0px;
    font-size: inherit;
    color: #003f53;
    font-weight: bold
}

.contact-location-column a:hover {
    color: #2cccd3;
}

.soc-med-logo {
    height: 21px;
    opacity: 0.69;
}

.social-media-link {
    padding-right: 20px;
    padding-bottom: 14px;
}

.search-block {
    display: inline-block;
    height: 80px;
    padding-top: 29px;
    padding-right: 25px;
    padding-left: 25px;
    float: right;
    background-color: #f5f5f5;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search-block:hover {
    background-color: #f5feff;
}

.search-block:active {
    background-color: #dbe9eb;
}

.searchicon {
    height: 19px;
}

.search-bar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 70;
    display: none;
    height: 72px;
    margin-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background-color: #fff;
    opacity: 0;
}

.max-width {
    display: block;
    width: 100%;
    height: 72px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
}

.global-search-field {
    display: block;
    width: 78%;
    height: 44px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    float: left;
    border-style: none;
    border-radius: 0px;
    background-color: #f5f5f5;
    font-family: 'Tiempos Text', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.global-search-submit {
    width: 20%;
    height: 44px;
    float: right;
    background-color: #003f53;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Karla, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.global-search-submit:hover {
    background-color: #052b36;
}

.closesearch {
    display: none;
    height: 19px;
}

@media (max-width: 991px) {
    .search-block {
        padding-top: 26px;
        padding-right: 30px;
        padding-left: 30px;
        background-color: #fff;
    }
    .searchicon {
        height: 25px;
    }
    .closesearch {
        height: 25px;
    }
}

@media (max-width: 767px) {
    .search-block {
        padding-top: 25px;
    }
    .searchicon {
        height: 24px;
    }
    .search-bar {
        padding-right: 30px;
        padding-left: 30px;
    }
    .global-search-field {
        width: 71%;
    }
    .global-search-submit {
        width: 27%;
    }
    .closesearch {
        height: 24px;
    }
}

@media (max-width: 479px) {
    .search-block {
        height: 65px;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .searchicon {
        height: 20px;
    }
    .search-bar {
        height: 65px;
        margin-top: 65px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .max-width {
        height: 65px;
        padding-top: 15px;
    }
    .global-search-field {
        width: 64%;
        height: 36px;
        font-size: 12px;
    }
    .global-search-submit {
        width: 33%;
        height: 36px;
        font-size: 11px;
    }
    .closesearch {
        height: 20px;
    }
}

.blog-search {
    margin-bottom: 35px
}

.blog-search .global-search-field {
    display: block;
    width: 100%;
    height: 44px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    float: left;
    border-style: none;
    border-radius: 0px;
    background-color: #f5f5f5;
    font-family: 'Tiempos Text', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.blog-search .global-search-submit {
    width: 100%;
    height: 44px;
    float: right;
    background-color: #003f53;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: Karla, sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.global-search-separator {
    padding-bottom: 25px;
    margin-bottom: 0px;
    border-bottom: lightgray 1px solid;
}

.search-permalink {
    font-size: 12px;
    margin-top: -10px;
    color: gray;
    margin-bottom: 10px;
}

.footer-columns {
    width: 22%;
    float: left;
}

.footer-columns.footer-buttons {
    width: 20%;
    float: right;
    text-align: right;
}

.footer-columns.footer-buttons.last-child {
    width: 20%;
}

.footer-columns.social-footer-column {
    width: 10%;
}

.footer-link {
    display: block;
    margin-bottom: 12px;
    font-family: Karla, sans-serif;
    color: #b6b6b6;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer-contact-info {
    display: block;
    margin-bottom: 12px;
    font-family: Karla, sans-serif;
    color: #b6b6b6;
    text-decoration: none;
}

.social-media-link {
    display: block;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .footer-columns {
        width: 25%;
        padding-bottom: 40px;
    }
    .footer-columns.footer-buttons {
        width: 100%;
    }
    .footer-columns.footer-buttons.last-child {
        width: 100%;
        padding-bottom: 0px;
    }
    .footer-columns.social-footer-column {
        width: 25%;
    }
    .footer-link {
        font-size: 12px;
        line-height: 17px;
    }
    .footer-contact-info {
        font-size: 12px;
        line-height: 17px;
    }
}

@media (max-width: 767px) {
    .footer-columns {
        width: 100%;
        text-align: center;
    }
    .footer-columns.social-footer-column {
        width: 100%;
    }
    .footer-link {
        font-size: 14px;
    }
    .footer-contact-info {
        font-size: 14px;
    }
    .social-media-link {
        display: inline-block;
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media (max-width: 479px) {
    .footer-columns {
        width: 100%;
        padding-bottom: 0px;
        text-align: center;
    }
    .footer-link {
        margin-bottom: 15px;
        font-size: 13px;
        text-align: center;
        letter-spacing: 2px;
    }
    .footer-contact-info {
        line-height: 29px;
    }
    .social-media-link {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-top: 10px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

.logo-container {
    padding-top: 15px;
}

.logo {
    height: 50px;
}

@media (max-width: 479px) {
    .logo {
        width: auto;
        height: 40px;
    }
    .logo-container {
        height: 60px;
        padding-top: 12px;
        padding-right: 30px;
        padding-left: 30px;
    }
}
