/*
Theme Name: VERA - SASRC
Theme URI: http://social-ink.net
Description: By Social Ink
Version: 1
Author: yonatan reinberg, matt pinto
Author URI: http://social-ink.net
*/


/*****************
LAYOUT
***********************************************/

/** {
	box-sizing: border-box;
}*/

.onepage {
    padding-top: 2em;
    padding-bottom: 2em;
    display: block;
}

.onepage.nopadd {
    padding: 0;
}

.content {
    min-height: 300px;
}

.onepage.nopadd .content {
    padding-top: 2em;
    padding-bottom: 2em;
}


.content.nosidebar {
    float: none;
    width: 100%;
}

.debug {
    display: none;
}

.logged-in .debug {
    display: block !important;
}

#popup_dialog {
    display: none;
}



/*****************
EXPANDERS
***********************************************/

.expander_section {}

.expander_section header a:after {
    content: ' +';
}

.expander_section header a.activated:after {
    content: ' -';
}




/*****************
TYPE
***********************************************/

h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    letter-spacing: .1em;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 1.5em;
    text-transform: uppercase;
}

.contactpage h1 {
    margin-top: 1em;
}

.contactpage h2 {
    margin-top: 1em;
    margin-bottom: 2em;
}

h3 {}

h4 {}

h5 {}

p {
    font-size: 1em;
    margin-bottom: 1.1em;
    margin-top: 0;
    line-height: 1.5em;
    margin-top: 0;
}

em {
    font-style: italic;
}

.fancyfont {}

.pageinfo h1 {
    text-transform: uppercase;
}

.category .pageinfo h1,
.tax-topics .pageinfo h1 {
    text-align: center;
    font-size: 2.2em;
}

.tax-topics .pageinfo {
    margin-bottom: 5em;
}

.ppl-section h1 {
    text-transform: uppercase;
    font-size: 2em;
    margin-bottom: 1.8em;
    text-align: center;
}

.text {}

.text p,
.faq_answer p,
.pp_text p,
.pp_text ul li {
    font-size: .915em;
}

.pp_text ul li {
    margin-left: 2em;
}

.pp_text ul  {
    margin-top: 1em;
}

.archive_post .text p {
    margin-bottom: 0;
}

.text p:last-child {
    margin-bottom: 0;
}

.text h1 {}

.text h2 {}

.text h3 {}

.text ul {
    margin-bottom: 1em;
    margin-left: 0;
}

.text ul li {
    list-style-type: disc;
    margin-left: 1em;
    line-height: 1.3;
}




/*****************
IMAGECOVERS
***********************************************/

.backgrounded_image {
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    position: relative;
    width: 100%;
}

.backgrounded_image:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.backgrounded_image>div {
    position: relative;
}




/*****************
FIXES FOR IE
***********************************************/

.ie8,
.ie9 {}

.ie7 {}




/*****************
BASIC INPUT AND FORMS
***********************************************/

input[type=text] {
    padding: .5em;
}

.wpcf7 input[type=submit],
input[type=submit],
.button {
    background: none repeat scroll 0 0 #44d1ff;
    border: 0 none;
    color: #fff;
    display: inline-block;
    padding: 0.5em 0.75em;
}

input[type=submit]:hover,
.button:hover {
    box-shadow: 0 0 1px #111;
    text-decoration: none;
}

input[type=submit]:active,
.button:active {
    box-shadow: inset 0 0 1px #222;
    outline: 0;
}

input[type=submit]:focus,
.button:focus {
    outline: 0;
}




/*****************
MOBILE HEADER
***********************************************/

.mobile_expansion {
    visibility: hidden;
}


.mobile_expansion+label.mobile_expand_search {
    border: none;
}

.mobile_expansion:checked+label {
    border: .2em solid;
    height: .78em;
    width: .78em;
    border-radius: 100%;
}

.mobile_expansion+label.icon-search {
    border: 0 !important;
    margin-top: -5px;
}




/*****************
NAV MENU MARKUP
***********************************************/

.menu_horizontal li {
    display: inline-block;
    list-style: none;
}




/*****************
HEADER
***********************************************/

#header {
    padding: 0 1em;
}

.header_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.logo {
    margin-top: 10px;
    max-width: 321px;
    width: 100%;
    height: auto;
}

.logo-secondary {
    width: 100px;
}

#header .logo-secondary {
    display: none;
}

.logo img {
    width: 100%;
    /* for ie */
}

.logo.logo-secondary img {
    max-width: 100px;
}

#footer .logo.logo-secondary img,
#footer .logo.logo-secondary {
    width: 178px;
    max-width: 178px;
}


.topmenu {
    height: 100%;
    min-height: 110px;
}

.topmenu .sink_dropdown>li>a {
    font-size: .8em;
    letter-spacing: .1em;
    padding: 40px 2em;
    line-height: 2;
    height: 100%;

    -webkit-align-self: end;

    -ms-grid-row-align: end;

    align-self: end;
}



.topmenu .sink_dropdown li ul.sub-menu {
    min-width: 145px;
    box-shadow: inset 0px 0px 91px rgba(0, 0, 0, 0.15);
}

.topmenu .sink_dropdown li ul li {
    display: block;
    text-align: center;
    font-size: .65em;
    letter-spacing: .15em;
    width: 100%;
    max-width: 145px;
    padding: 0 1em;
    background: #444;
    margin: auto;
}


.topmenu .sink_dropdown li li a {
    background: transparent;
    border-bottom: 1px solid #00bff3;
    padding: 1.75em;
    line-height: 1.85;
}

.topmenu .sink_dropdown li li:hover,
.topmenu .sink_dropdown li li a:hover {
    background: #fff;
    color: #00bff3;
}


.topmenu .sink_dropdown li li:last-child a {
    border-bottom: 0;
}

.topmenu .sink_dropdown>li>a:hover {
    background-color: #fff;
    color: #00bff3;
}

.topmenu .sink_dropdown>li.hover>ul {
    visibility: visible;
    -webkit-transform: translateY(110px);
    transform: translateY(110px);
}

.topmenu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.topmenu li {
    margin-right: 1em;
}

.topmenu li:after {}

.topmenu li.last_item {
    margin-right: 0;
}

.topmenu li a {
    text-transform: uppercase;
}

.topmenu li[class*="current"] a,
.topmenu li:hover a {
    text-decoration: none;
}

.socialmedia {}

.socialmedia a {}




/*****************
ABOUT
***********************************************/

.ppl-section {
    min-height: 300px;
    padding: 2em;
    border-bottom: 1px solid #ccc;
}

.ppl-section h2 {
    text-align: center;
    text-transform: uppercase;
}

.sites {
    padding: 2em;
    background-color: #eee;
    min-height: 300px;
}

.sites>div {
    position: relative;
}

.sites .slide .inner {
    font-size: .9em;
}

.sites h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.2em;
}


a.button_impt {
    color: #fff;
    padding: 12.5px 25px;
    padding: 1.25rem 2.5rem;
    border: 2px solid;
    outline: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24.0px;
    line-height: 2.4rem;
    background-color: #00bff3;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #00bff3;
    color: #fff;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.home a.button_impt {
    font-size: .8em;
    letter-spacing: .09em;
    padding: 5px 25px;
    min-width: 200px;
}




/*****************
CONTACT PAGE
***********************************************/

.heropager {
    background-position: center center;
    background-size: cover;
    min-height: calc(100vw);
    overflow: hidden;
    position: relative;
    width: 100%;
    background-attachment: fixed;
}

.heropager h1,
.heropager h2,
.heropager .text {
    color: #fff;
}


.pageinfo.centerme {
    text-align: center;
}

.text.centerme p {
    text-align: center;
}

.snk_cf7_row {
    margin-bottom: 1em;
}

.snk_cf7_row.flexible {}


.snk_cf7_row.flexible .cf7_fld_snk {
    width: 49%;
}

.snk_cf7_row.flexible .cf7_fld_snk input {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #fff;
}

.snk_cf7_row.full_input input[type='text'],
.snk_cf7_row.full_input textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    color: #fff;
}

.snk_cf7_row.full_input textarea {
    font-family: 'Avenir LT W01_35 Light1475496', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.snk_cf7_row.flexible .cf7_fld_snk input[type="submit"] {
    width: auto;
    border: 1px solid #fff;
    border-radius: 0;
    font-size: 1em;
}

.snk_cf7_row.flexible .cf7_fld_snk input[type="submit"]:hover {
    background: #00bff3;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

div.wpcf7 .ajax-loader {
    display: none;
}

.snk_cf7_row.flexible .cf7_fld_snk.alignright {
    text-align: right;
    margin: 0;
    /* margin-top: .75em;*/
}

.snk_cf7_row.flexible .cf7_fld_snk input[type="checkbox"] {
    width: auto;
}

span.wpcf7-list-item {
    margin-left: 0;
}




/*****************
BACKGROUNDS
***********************************************/

.herospot {
    background-position: center center;
    background-size: cover;
    height: 400px;
    height: calc(100vw / 2.42);
    overflow: hidden;
    position: relative;
    width: 100%;
    max-height: 535px;
}

.home .herospot {
    max-height: none;
}

body.no_hero:not(.home) .herospot {
    display: none;
}


.herospot.semantic:before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.herospot.semantic>div,
.herospot.semantic>article,
.herospot.semantic>section {
    position: relative;
}

.herospot.embiggened {
    height: calc(100vh - 149px);
    min-height: 612px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

    background-position: 0 0;
}

.hero_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
}

.hero_inner>div {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.hero_inner h1,
.hero_inner h2 {
    color: #fff;
    text-transform: uppercase;
}

.hero_inner h1 {
    line-height: 1.5;
    font-size: 2.9em;
}


.slides li {
    margin: 0;
    list-style: none
}

.slideshow_area {
    max-height: 500px;
    height: calc(100vw / 2.5);
    width: 90%;
    margin: 0 auto;
}

.slideshow_area div.slide {
    background-position: center center;
    background-size: cover;
    height: calc(100vw / 2.5);
    width: 100%;
    position: relative;
}

#header .slideshow_area {
    position: absolute;
    top: 0;
    height: 600px;
    left: 0;
    max-height: 600px;
}

#header .slideshow_area div.slide {
    max-height: 600px;
    height: 600px;
}


.slide_nav {
    color: #fff;
    font-size: 2em;
    left: 0;
    position: absolute;
    z-index: 300;
    top: calc(100vw/5);
    top: 250px;
    width: 100%;
}

.slide_nav a:before {
    text-shadow: 1px 1px 3px #111;
}

.home .slide_nav {}

.slide_nav a {
    color: #fff;
    max-width: 50px;
}

.slide_nav a svg {}

.slide_nav a:hover,
.slide_nav a:active,
.slide_nav a:focus {
    text-decoration: none;
    color: #2D2C28;
}

.slide_nav.left {}

.slide_nav.right {
    left: auto;
    right: 0;
}



/*****************
HOME
***********************************************/

.home section {
    min-height: 200px;
    padding: 2em;
}


.homehero .hero_inner {}

.homehero .top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 4em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
}

.homehero .top .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.homehero .top .left {
    width: 47%;
    margin-right: 0;
    margin-top: 0;
    padding: 1%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.homehero .top .right {
    width: 48%;
    border-left: 1px solid #fff;
    padding: 1%;
    margin: 0;
}

.homehero .top h1 {
    text-align: right;
    font-size: 1.75em;
    letter-spacing: .15em;
    max-width: 441px;
    line-height: 1.45em;
    border-bottom: 1px solid #fff;
    padding-bottom: .25em;
}

.homehero .top p {
    color: #fff;
    text-transform: uppercase;
    line-height: 3.2rem;
    line-height: 2.5em;
    font-size: .8em;
    letter-spacing: .15em;
    padding-left: 1%;
}

.homehero .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.homehero .bottom .button {
    margin-right: .5em
}

.scroll_assist {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: auto;
    text-align: center;
    position: absolute;
    bottom: 2em;
    width: 100%;
}

.scroll_assist a {
    display: block;
    border-radius: 100em;
    border: 2px solid #fff;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.scroll_assist img {
    width: 20px;
    height: auto;
}

section.mid {
    background-color: #eee;
}

section.mid .inner {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 1.6em;
    text-align: center;
    color: #00bff3;
}

section.mid .inner p {
    line-height: 1.8;
    letter-spacing: .03em;
    font-size: .8em;
    line-height: 2.3em;
    letter-spacing: .1em;
}

section.mid .bottom {
    text-align: center;
}




/*****************
BLOG
***********************************************/

.sasrc_flexible,
.aboutcopy,
.maincopy,
.maincopy.category-blog {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.sasrc_flexible .flexleft,
.aboutcopy .pageinfo,
.maincopy .pageinfo,
.maincopy.category-blog .pageinfo {
    width: 30%;
    padding-right: 2%;
    font-size: .7em;
}

.share_information {
    padding-right: 2%;
    color: #00bff3;
    text-transform: uppercase;
}

.sasrc_flexible .flexleft h1,
.aboutcopy .pageinfo h1,
.maincopy .pageinfo h1,
.maincopy.category-blog .pageinfo h1 {
    font-size: 2.05em;
    text-transform: uppercase;
    line-height: 1.7;
    text-align: right;
}

.maincopy.category-blog .pageinfo h1 {
    font-size: 2.9em;
    line-height: 1.5;
}

.sasrc_flexible .flexright,
.aboutcopy .text,
.maincopy .text,
.maincopy.category-blog .text {
    width: 65%;
}



/*****************
RES CENTER
***********************************************/

.topic_search_header {
    text-align: center;
    padding: 2em 0 1em;
}

.topic_search_header h1 {
    text-transform: uppercase;
    font-size: 1.5em;
}

.topic_search_header .search_inner {
    border: 2px solid #fff;
    margin-bottom: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.topic_search_header .topic_search_term {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: inherit;
    border: 0;
    font-size: 2em;
    width: 93%;
    text-align: left;
}

.topic_search_header .search_inner:focus,
.topic_search_header .topic_search_term:focus,
.topic_search_header .topic_search_term:focus+.searchmenow {
    background-color: #0097c0;
}

.topic_search_header .searchmenow {
    color: #fff;
    height: 40px;
    fill: #fff;
    width: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.topic_search_header .searchmenow svg {
    display: block;
    width: 100%;
}

a.searchmenow {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 80px;
    min-width: 25px;
    padding-right: 1em;
}


.topic_filter {}

.topic_container {}

.topic_container h2 {
    margin-bottom: 0;
    font-size: 1.1em;
}

.topic_container h2 a {
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    padding: 1.1em;
}

.topic_container h2 a:hover {
    text-decoration: none;
    color: #0097c0;
}

.topic_container:nth-child(2n) {
    background-color: #ddd;
}




/*****************
WEBINAR
***********************************************/

.pageinfo .sink_event_metadata {
    background: #00bff3;
    color: #fff;
    padding: 1em;
    margin-bottom: 2em;
    text-transform: uppercase;
    text-align: center;
}


.archive_post.pt-webinar header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
}

.archive_post .sink_event_metadata {
    padding: 1em;
    margin-bottom: 2em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: auto;
    font-size: .8em;
    letter-spacing: .1em;
}

.events_list {
    margin-bottom: 2em;
    min-height: 300px;
}

.events_list h1 {
    text-transform: uppercase;
    border-bottom: 1px solid;
}



/*****************
BORDER SECTION
***********************************************/

.bordered {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3);
    padding-bottom: 1em;
    padding-top: 2em;
}

.bordered:last-child {
    border-bottom: 0;
}




/*****************
Sites
***********************************************/

.site .inner .imgholder {
    float: right;
}

.hide_fb {
    display: none;
}



/*****************
PPL GRID
***********************************************/

.grid-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.grid-view>.gridpost,
.grid-view>div {
    width: 19%;
    position: relative;
    overflow: hidden;
    height: 350px;
    margin-bottom: 2em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-right: 1%;
}

.grid-view>.gridpost.square-grid {}

.related_contents.grid-view>.gridpost.square-grid {
    /* use for resources vs people grids */
    width: 32%;
    min-height: 250px;
    height: calc(100vw / 5);
    background-color: #3a535d;
}

.grid-view .gridpost .featimg {
    width: 220px;
    max-width: 220px;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    height: 220px;
}

.grid-view .gridpost.square-grid .featimg {
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    height: 100%;
}

.grid-view .gridpost.square-grid .featimg img {
    width: 100%;
    height: 100%;
}

.grid-view .gridpost.square-grid .post_excerpt {
    color: #fff;
}

.grid-view .gridpost .mainpost {
    background: #00bff3;
    color: #fff;
    height: 130px;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.related_contents.grid-view .gridpost .mainpost {

    height: 250px;
    position: absolute;
    bottom: -250px;
}

.postinfo_main {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.postinfo_main h2 {
    color: #fff;
    width: 80%;
    max-width: 80%;
    margin: 0 auto;
    font-size: 1em;
}

.postinfo_main h2 a:hover {
    text-decoration: none;
}

.grid-view .gridpost .mainpost h2 {
    color: #fff;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: .5em;
    font-size: .7em;
    text-align: center;
    margin-top: 2em;
}

.grid-view .gridpost .mainpost .text {
    font-size: .7em;
    padding: 1em;
    text-align: center;
    position: relative;
}


.grid-view .gridpost .mainpost .readmore {
    text-align: center;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
}

.grid-view .gridpost .mainpost .text a.viewbio {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: .9em;
    letter-spacing: .03em;
    padding: .75em 1.75em;
}

.grid-view .gridpost .mainpost .text a:hover {
    text-decoration: none;
    background: #fff;
    color: #333;
}

.grid-view .gridpost:hover .mainpost {
    height: 260px;
}

.related_contents .gridpost:hover .mainpost {
    bottom: 0;
}

.grid-view .gridpost.square-grid:hover .mainpost {
    height: 100%;
}

.grid-view .gridpost.square-grid .readmore {
    display: none;
}

.person_bio_header {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 2em;
}

.person_bio_header .img {
    width: 200px;
}

.person_bio_header .meta {
    width: calc(100% - 235px);
    padding: 2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.person_bio_header .meta h1 {
    font-size: 1.5em;
    text-transform: uppercase;
}

.person_bio_header .meta h2 {
    font-size: .9em;
    text-transform: uppercase;
    color: #333;
}

.person_bio p {
    font-size: .915em;
}

.person_bio_header img {
    width: 200px;
    border-radius: 100em;
}

.fancybox-container {
    font-family: 'Avenir LT W01_35 Light1475496', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.fancybox-slide>* {
    border-radius: 1em;
    max-width: 640px;
}

.fancybox-close-small {
    border: 1px solid #ccc;
    border-radius: 100em;
    top: 5px;
    right: 5px;
}




/*****************
LISTS
***********************************************/


/* single page view navigation */

div.next-post {}

div.prev-post {}




/* generated by wp_list_cat and wp_list_pages functions */

li.page_item {}

li.current_page_item {}

li.current_page_parent {}

li.cat-item {}

li.current-cat {}


.obj-description {
    text-align: center;
    margin: 2em 0;
    color: #444;
    line-height: 1.5;
    max-width: 862px;
    margin: auto;
    font-size: .95em;
    margin-bottom: 6em;
}

.obj-description a {
    text-decoration: underline;
}



/*****************
FOOTER
***********************************************/

#footer {
    clear: both;
    padding: 3em;
    padding-bottom: 3em;
    padding-bottom: 1em;
}

.footer_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2em;
}

.footer_inner.flexible>div,
.footer_inner.flexible>nav {
    width: 32%;
}

.footermenu {}

.footermenu ul li {
    display: block;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: .8em;
    margin-bottom: 1em;
}

.footercredits {}

.footercredits a {}

.sitecredits {}

.sitecredits p {
    font-size: .7em;
    line-height: 1.5em;
}

.sitecredits a {}

.sinkcredits {
    font-size: .7em;
    text-align: center;
}

.span_orig {
    display: none;
    font-size: .6em;
}

.sinkcredits p {
    margin-bottom: 0;
}

.sinkcredits a {}




/*****************
RELATED
***********************************************/

.related_content {
    text-align: center;
    margin: 2em 0;
}

.related_content .field_divlist {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin: 2em 0;
}

.related_content .field_divlist>div {
    background: #ccc none repeat scroll 0 0;
    border-right: 1px solid #fff;
    height: 250px;
    min-width: 25%;
    padding: 1em 2%;
}

.metadatum {
    margin-bottom: 2em;
}

.metadatum .meta_item {
    margin-bottom: 1em;
}

.metadatum .meta_item .lbl {}

.metadatum .meta_item .val {}




/*****************
ARCHIVE
***********************************************/

.content article.archive_post {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 1em;
    margin-top: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.content article.archive_post.thumb_exists {}

aside.readmore {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 1em 0;
}

.content article.archive_post.archivepost_last {
    border-bottom: 0;
}

.archive_post .featimg {
    margin-right: 1em;
    width: 150px;
}

.archive_post.thumb_exists .mainpost {
    width: calc(100% - 170px);
}

.archive_post.thumb_exists.gridpost .mainpost {
    width: auto;
    width: 100%;
}

.content article.archive_post h2 {
    margin-bottom: .25em;
}

.content article.archive_post p.post_header_meta {
    font-size: 90%;
}

.content article.archive_post .post_meta {
    border-top: 1px solid #eaeaea;
    padding-top: 5px;
    font-size: 90%;
}

.content article.archive_post a.readmore {
    font-size: 90%;
    text-transform: uppercase;
}

.content article.archive_post a.readmore:after {
    content: '>';
    padding-left: 2px;
}

.relatedposts {
    clear: both;
}

.content .relatedposts li {
    list-style: none outside none !important;
    margin: 0px;
}

.prev {
    float: left;
}

.next {
    float: right;
}

.single_relatedposts {}

.archive_relatedposts {}

p.readmore {
    margin-bottom: 0;
}

.contactpage .wpcf7 {
    max-width: 840px;
    margin: 5em auto 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 input[type="submit"] {
    background: transparent;
    border: 3px solid #fff;
    padding: 1em;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="text"]:active,
.wpcf7 input[type="email"]:active,
.wpcf7 textarea:focus,
.wpcf7 textarea:active {
    border: 3px solid #fff;
}

.wpcf7 input[type="submit"] {
    text-transform: uppercase;
    letter-spacing: .1em;
}

.wpcf7 span.wpcf7-not-valid-tip {
    color: #AF1B1B;
    font-size: .8em;
    display: block;
    background: #ccc;
    padding: 5px 10px;
    display: inline-block;
    color: #333;
    border-radius: 2px;
    font-size: 10px;
    line-height: 1;
}





/* share */

.share-action__text {
    display: none;
}

.share-action__icon img {
    width: 20px;
    height: auto;
}

.share-action__icon.icon-social-facebook img {
    width: 8px;
}

ul.socialshare {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}

ul.socialshare li {
    margin-left: 2em;
    font-size: 1.25em;
}

h4.dl {
    color: #00bff3;
    font-size: 1.1em;
    margin-top: 2em;
    margin-bottom: 1.8em;
}

.text .item_downloads ul li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-left: 0em;
}

.text .item_downloads ul li a {
    color: #999;
    font-size: .8em;
    letter-spacing: .1em;
}

.text .item_downloads ul li a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(assets/icons/icon-download.svg);
    background-size: 20px;
    float: left;
    margin-right: 5px;
    margin-top: 3px;
}





/* animations and animatzyah */

@-webkit-keyframes downer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
}

@keyframes downer {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }
}

.animated {
    opacity: .1;
}

.animated.in-view {
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.maincaption.offset-active {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.maincaption.offset-active.active {
    /*    transform: translateY(100px);
    opacity: 0;*/
}

.maincaption.offset-active.active .left {
    -webkit-animation-name: downer;
    animation-name: downer;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.maincaption.offset-active.active .right {
    -webkit-animation-name: downer;
    animation-name: downer;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.maincaption.offset-active.active .bottom,
.maincaption.offset-active.active.scroll_assist {
    -webkit-animation-name: downer;
    animation-name: downer;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}


.missioncaption {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}

.animated.offset-active,
.missioncaption.in-view {
    opacity: 1;
    -webkit-transition: opacity 2s ease;
    transition: opacity 2s ease;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.maincaption.inactive {}

.maincaption.active {}

.missioncaption.active {}

.hero_inner .maincaption.active {
    -webkit-animation-name: downer;
    animation-name: downer;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.ui-dialog {
    border-radius: 0;
    font-family: 'Avenir LT W01_35 Light1475496', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    border: 0;
    box-sizing: border-box;
    padding: 0;
}

.ui-dialog a {
    outline: none;
}

.ui-dialog .ui-widget.ui-widget-content {
    border: none;
}

.ui-dialog .ui-dialog-title {
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: 1em;
}

.ui-dialog p,
.ui-dialog h2 {
    font-size: 1em;
    line-height: 1.2;
}

.ui-draggable .ui-dialog-titlebar {

    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #00bff3 !important;
    border-radius: 0 !important;
}

.ui-dialog .popup_content_link a {
    color: #00bff3;
}

.ui-dialog.ui-widget.ui-widget-content {

    max-width: 100%;
}

#popup_dialog {
    height: auto !important;
}

#dialog-extend-fixed-container .opened .ui-dialog-titlebar {
    -webkit-animation: tomatozone 2s 1;
            animation: tomatozone 2s 1;
}

#dialog-extend-fixed-container.opened {
    display: block;
    height: 20px;
    width: 150px;
    -webkit-animation: tomatozone 5s 1;
            animation: tomatozone 5s 1;
}


@-webkit-keyframes tomatozone {
    0% {
        background-color: tomato;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        background-color: #fff;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}


@keyframes tomatozone {
    0% {
        background-color: tomato;
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
    }
    100% {
        background-color: #fff;
        -webkit-transform: scale(1);
                transform: scale(1);
    }
}

.branding-bar {
    background-color: #221f1f;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 52px;
}

.branding-bar .branding_logo a {
    height: 50px;
    display: block;
}

.branding-bar img {
    width: 166px;
    height: auto;
}

.branding-bar .center-name {
    font-size: .8em;
    color: #fff;
    margin-left: 1em;
}

.branding-bar .center-name h3 {
    margin-bottom: 0;
    font-size: 1.2em;
    letter-spacing: 0;
}


/* PROMISING PRACTICES */

.single-promising_practice .herospot {
    height: calc(100vw / 4);
}

.single-promising_practice .herospot .hero_inner>div {
    height: 100%;
}

.single-promising_practice main.onepage {
    padding-top: 0;
}

.single-promising_practice .pp_label {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 1.2em;
}

nav.pp_submit {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .08em;
}

	nav.pp_submit .button {
		padding: 1em 2em;
	}

nav.pp_return {
    background: #F7F7F7;
    color: #00bff3;
    display: inline-block;
    margin-bottom: 2em;
}

nav.pp_return a {
    background: #F7F7F7;
    color: #00bff3;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 1em 1.25em;
    display: inline-block;
}

nav.pp_return a:before {
    content: "< ";
}

nav.pp_return a:hover {
    background: #00bff3;
    color: #F7F7F7;
    text-decoration: none;
}

section.pp_text {
    border-bottom: 1px solid #CCC;
    padding-bottom: 2em;
    margin-bottom: 1em;
}

section.pp_text.expanding_text .innertext {
    height: 100px;
    overflow: hidden;
    position: relative;
    padding-right: 2em;
}

section.pp_text.expanding_text.opened .innertext {
    height: inherit;

}

section.pp_text.expanding_text .innertext .expand_pp_text {
position: absolute;

top: 75px;

right: 5px;

font-size: 1em;

border: 1px solid #00a0e2;

border-radius: 100em;

padding: 0;

    padding-top: 0px;

height: 23px;

width: 23px;

display: inline;

text-align: center;

padding-top: 0;
}

section.pp_text.expanding_text .innertext .expand_pp_text:hover {
    background: #00a0e2;
    color: #fff;
    text-decoration: none;
}

section.pp_text.expanding_text.opened .innertext .expand_pp_text {
    /*display: none;*/
}

section.pp_text:last-child {
    border: 0;
    margin: 0;
}

section.pp_text h1 {
    font-size: 2em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border-left: 7px solid #00bff3;
    padding-left: 10px;
}

section.pp_text .text_more {
    margin-top: 1em;
}

section.pp_text .text_more.hidden {
    display: none;
}

a.expand_pp_text:before {
    content: '+';
}

a.expand_pp_text.activated:before {
    content: '-';

}

.single-promising_practice .maincopy .text {
    width: 60%;
}

.pp_metadata {
    width: 25%;
}

.pp_metadata .module {
    border-bottom: 1px solid #CCC;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.pp_metadata .module:last-child {
    border: 0;
    margin: 0;
}

.pp_metadata p,
.pp_metadata ol li {
    font-size: .85em;
    margin-bottom: 1em;
    margin-left: 0;
    word-wrap: break-word;
}

.pp_metadata p.term-container {
	display: inline-block;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: .7em;
	letter-spacing: .08em;
}
.pp_filter_template.onepage {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}

.pp_filter_toolbar {
width: 20%;
background: #F7F7F7;
padding: 1em;

}

.pp_filter_toolbar input[type='submit'] {
   width: 100%;
   text-transform: uppercase;
   padding: 1em 2em;
   letter-spacing: .08em;
   font-size: .8em;
}

.filter_results {
    width: 72%;
    margin-right: 2%;
    margin-left: 2%;
}

.filter_results header {
    margin-bottom: 1.5em;
}

.filter_results header .flexible {
	border-bottom: 1px solid #ccc;
}

.filter_results .clear_filters {
    font-size: .8em;
    margin-top: .5em;
    text-align: right;
    text-transform: uppercase;
}

.filter_results header h1 {
    color: #808080;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: .05em;

    padding-bottom: .4em;
    margin-bottom: 0;
}

.pp_filter_toolbar .filter {
    margin-bottom: 1.5em;
}

	.pp_filter_toolbar .filter input[type="text"] {
		width: 100%;
		box-sizing: border-box;
		padding: 1em;
	}


.pp_filter_toolbar .filter .inner {
    overflow-y: scroll;
    height: 150px;
	background: #fff;
    border-bottom: 1px solid #999;
    display: none;
}

.pp_filter_toolbar .filter.opened .inner {
    display: block;
}

.pp_filter_toolbar .filter h2,
.pp_filter_toolbar .filter>label {
    text-transform: uppercase;
    color: #00bff3;
    letter-spacing: 0.05em;
    font-size: 1.1em;
    margin-bottom: .5em;
}


.pp_filter_toolbar .filter h2 a:after {
    content: '+';
}

.pp_filter_toolbar .filter.opened h2 a:after,
.pp_filter_toolbar .filter h2 a.activated:after {
    content: '-';
}


.pp_filter_toolbar .filter label.innerlabel {

    display: inline-block;
    width: calc(90% - 10px);
    vertical-align: top;
    margin-bottom: 11px;
}

.pp_filter_toolbar input[type="checkbox"] {
    vertical-align: top;
    width: 10px;
}

.pp_filter_toolbar .filter .oneinput {
    display: block;
}

.flattened_search_terms {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background: #F7F7F7;
    padding: 1em;
    border-bottom: 1px solid #808080;
}

.flattened_search_terms span.lbl {
    text-transform: uppercase;
    color: #808080;
    margin-right: 1em;
    display: inline-block;
}

.flattened_search_terms span.oneterm {
    margin-right: .5em;
   	font-style: italic;
    display: inline-block;
}

.flattened_search_terms span.oneterm  a{
color: #00bff3;
font-style: normal;
}



.flattened_search_terms span.oneterm:after {
    content: '+';
    margin-left: .5em;
    color: #808080;
}

.flattened_search_terms span.oneterm:last-child:after {
    content: '';
}


nav.viewtype  {
border: 1px solid #ccc;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 10px;
text-transform: uppercase;
margin-bottom: 16px;
font-size: .7em;
}

nav.viewtype  .labeler {}

nav.viewtype  .view_filter {
    color: #23527c;
    display: inline-block;
    margin-left: 1em;
}

nav.viewtype  .view_filter.active {
    color: #ff5100;
}

.filter_indicator {
    color: #00bff3;
    text-transform: uppercase;
    margin-top: .5em;
    font-size: .8em;
}

.filter_indicator span:before {
    content: "< ";
}

.filter_results .inner.has_results {
/*    display: -webkit-box;
    display: -webkit-flex;
    display: flex;*/
}


.pp_inner_display {

}

.pp_inner_display.viewgrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 2em;
}

.pp_inner_display.viewlist {

}

.one-pp {

}

.one-pp .show_in_list {
    display: none;
}

.pp_inner_display.viewgrid .one-pp {
    background: #F7F7F7;
    padding: 1.5%;
 /*   border: 1px solid #ccc;*/
    width: 29%;
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;

    justify-content: flex-start;
    margin-bottom: 15px;
    margin-right: 1%;
}

.pp_inner_display.viewlist .one-pp {
    border-bottom: 1px solid #808080;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.pp_inner_display.viewlist .one-pp:last-child {
    border:0;
    margin:0;
}

.pp_inner_display.viewlist .one-pp .show_in_list {
    display: block;
}

.pp_inner_display.viewlist .one-pp .excerpt p,
.pp_inner_display.viewlist .one-pp .excerpt li {
    font-size: .9em;
}

.pp_inner_display.viewlist .one-pp .excerpt li {
	margin-bottom: 1em;
}

.pp_inner_display.viewlist .one-pp .readmore_pp {
    color: #00bff3;
    font-size: .7em;
}

.one-pp h2 {
    font-size: 1em;
}

.one-pp h3 {
    font-size: .9em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}


.page-id-713 .maincaption {
    height: 100%;
    width: 100%;
    max-width: 100%;
}

.page-id-713 .maincaption h1,
.page-id-713 .maincaption h2 {
	padding-left: 60px;
	padding-right: 60px;
}

.page-id-721 .onepage {
	background: #eaeaea;
}

.page-id-721 .onepage .wpcf7-form input[type="text"],
.page-id-721 .onepage .wpcf7-form input[type="email"],
.page-id-721 .onepage .wpcf7-form textarea {
	color: #333;
}

.pp_metadata .module .mod_inner li a {
	text-decoration: underline;
}

.pp-credits {
    background: #eaeaea;
    padding: 2em;
    color: #111;
    margin-top: -2em;
}

.viewtype svg {
    height: 18px;
}


 .cls-1 {
    fill: #888 !important;
}

.active .cls-1 {
    fill: #01bff3 !important;
}

.field-wrap.submit-wrap input[type="button"] {
	background: transparent;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 20px;
	border: 2px solid #333;
	color: #333;
}

.content .nf-field-label label {

    font-size: 18px;
    letter-spacing: -0.05em;
    margin-top: 1em;
}


.content .nf-field-description {
    margin-top: -8px;
    margin-bottom: 11px;
    font-size: 16px;

}

#nf-field-17-wrap .nf-field-description p {
    margin-bottom: 0;
}

.disclaim {
    font-size: .8em;
}