@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2016, 2:38:39 PM
    Author     : wh
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 24, 2016, 2:29:45 PM
    Author     : wh
*/
img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
input,
select,
textarea {
  max-width: 100%;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
  opacity: 0.5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  padding: 0.875em;
}

fieldset > :last-child {
  margin-bottom: 0;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 24, 2016, 2:45:23 PM
    Author     : wh
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 6, 2016, 1:05:53 PM
    Author     : wh
*/
nav > div {
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
nav ul li.menu-item {
  padding: 0 0px 10px 0;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-top: 34px;
  border-left: 2px solid transparent;
  padding-left: 5px;
  flex-grow: 1;
}
nav ul li.menu-item a.main-menu-link {
  display: inline-block;
  min-height: 52px;
}
nav ul li#nav-menu-item-11751.menu-item.menu-item-type-custom.menu-item-object-custom {
  font-weight: 500;
}
nav ul li.current-menu-item > a,
nav ul li.current-page-ancestor > a {
  color: #D29F13;
}
nav ul .rollover-menu {
  position: absolute;
  background: rgba(242, 242, 242, 0.98);
  padding-left: 16px;
  margin-top: 10px;
  margin-left: -6px;
  padding-bottom: 16px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  z-index: 2;
  min-width: 200px;
}
nav ul .rollover-menu li {
  font-size: 1rem;
  padding: 15px 40px 5px 0;
}
nav ul .rollover-menu .nav-column {
  width: 33.3333333333%;
  padding-right: 20px;
}
nav ul .rollover-menu.councils-partners .nav-column {
  width: 50%;
}
nav ul .rollover-menu.programs {
  left: 0;
  border: 0;
  padding-left: 24px;
  display: flex;
  padding-bottom: 24px;
}
nav ul .rollover-menu.programs h5 {
  font-size: 19px;
}
@media screen and (min-width: 600px) {
  nav ul .rollover-menu.programs .nav-column {
    width: 25%;
  }
  nav ul .rollover-menu.programs .nav-column:nth-child(2) {
    width: 37.5%;
    display: grid;
  }
  nav ul .rollover-menu.programs .nav-column:nth-child(3) {
    width: 37.5%;
  }
}
nav ul .page-list {
  display: block;
}
nav ul .menu-item.has-links:hover {
  border-left: 2px solid rgb(242, 242, 242);
}
nav ul .menu-item.has-links:hover .rollover-menu {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}

.sub-navigation {
  background: #D29F13;
  text-transform: uppercase;
}
.sub-navigation .content-area {
  padding: 0.5rem 30px;
  overflow: hidden;
  position: relative;
}
.sub-navigation h1 {
  float: left;
}
.sub-navigation .page-shortcuts {
  width: 75%;
  font-size: 1.1rem;
  line-height: 1;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.sub-navigation .page-shortcut {
  padding-right: 30px;
}
.sub-navigation .page-shortcut a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.sub-navigation .page-shortcut.current-menu-item {
  color: #FFF;
}
.sub-navigation .edit-link {
  float: right;
  color: #FFF;
  font-size: 0.7rem;
  position: absolute;
  right: 30px;
  top: 0;
}

.sub-navigation.subnav-links .content-area {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.sub-navigation.fixed {
  position: fixed;
  width: 100%;
  top: 78px;
}

#masthead.fixed {
  position: fixed;
  height: 110px;
  top: 0;
  padding-top: 32px;
}

body.admin-bar .sub-navigation.fixed {
  top: 110px;
}

body.section-page .sub-navigation .section-title {
  width: 100%;
}

body.section-page-programs .sub-navigation .section-title {
  width: 100%;
}

.side-nav ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  font-size: 0.9rem;
}
.side-nav ul li {
  padding: 0.3rem 0;
  font-weight: 500;
  line-height: 1.1;
}
.side-nav ul li.current-menu-item {
  color: #D29F13;
}

body.page-home-revision nav ul .menu-item .rollover-menu {
  transform: translateY(-100%);
  top: -10px;
  padding-bottom: 20px;
}
body.page-home-revision nav ul li.menu-item {
  margin-top: 0;
  padding-top: 34px;
  padding-bottom: 0;
  margin-bottom: 10px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2016, 3:30:52 PM
    Author     : wh
*/
#main div.staff-member-listing h3, #main-sections div.staff-member-listing h3, #primary div.staff-member-listing h3 {
  position: static;
  font-size: 1rem;
  width: auto;
  padding: 0;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: normal;
}
#main div.staff-member-listing p, #main-sections div.staff-member-listing p, #primary div.staff-member-listing p {
  padding: 0;
  margin: 0;
}
#main div.staff-member-listing h4.staff-member-position, #main-sections div.staff-member-listing h4.staff-member-position, #primary div.staff-member-listing h4.staff-member-position {
  font-weight: 400;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
#main div.staff-member-listing .staff-member, #main-sections div.staff-member-listing .staff-member, #primary div.staff-member-listing .staff-member {
  width: 100%;
  margin-top: 0;
  height: auto;
  border-bottom: 1px solid #d29f13;
  padding-top: 0.5rem;
  float: none;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
#main div.staff-member-listing .staff-member.last, #main-sections div.staff-member-listing .staff-member.last, #primary div.staff-member-listing .staff-member.last {
  border-bottom: none;
}
#main div.staff-member-listing .staff-member-info-wrap, #main-sections div.staff-member-listing .staff-member-info-wrap, #primary div.staff-member-listing .staff-member-info-wrap {
  float: none;
  width: 490px;
  line-height: 1.2;
}
#main div.staff-member-listing .staff-photo, #main-sections div.staff-member-listing .staff-photo, #primary div.staff-member-listing .staff-photo {
  margin-right: 40px;
  width: 100px;
  overflow: hidden;
}
#main div.staff-member-listing img, #main-sections div.staff-member-listing img, #primary div.staff-member-listing img {
  margin: 0;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.mindful-practice-instructors .staff-member-bio {
  max-height: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.6s;
  -khtml-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.mindful-practice-instructors .staff-member-bio.open {
  max-height: 900px;
}
.mindful-practice-instructors .staff-member-bio:after {
  content: "BIO";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  color: #DC6B2F;
}
.mindful-practice-instructors .staff-member-bio:before {
  content: "\f346";
  display: block;
  font-family: dashicons;
  top: 0;
  font-style: normal;
  color: #DC6B2F;
  right: 0;
  margin-bottom: 1rem;
}

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

p {
  margin-top: 0;
}

img {
  margin: 1rem 0;
  display: inline-block;
}

ul {
  padding-left: 1rem;
}

ol {
  padding-left: 1.5rem;
}

ol ul {
  padding-left: 1rem;
  list-style: disc;
}

h3 {
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 600;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
  margin-bottom: 0.2rem;
  font-weight: 600;
}

.post-edit-link {
  font-size: 0.7rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

article ul {
  list-style: none;
  padding: 0;
}
article ul li {
  position: relative;
  padding-left: 13px;
}
article ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #000;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  position: absolute;
  margin-left: -13px;
  margin-top: 0.7rem;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

ul ul,
ol ul {
  list-style: none;
  padding-left: 0;
}
ul ul li:before,
ol ul li:before {
  background: transparent;
  border: 1px solid #999;
}

img.alignleft {
  width: auto;
  float: left;
  margin-right: 30px;
}

strong {
  font-weight: 600;
}

h1 {
  color: white;
  font-weight: 200;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
}

blockquote {
  padding: 0;
  margin: 0;
  /* border-top: 1px solid; */
  border-left: 1px solid;
  color: #61A944;
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.2;
  padding-left: 0.5rem;
  margin: 2rem 0;
}
blockquote em {
  text-transform: none;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
blockquote p {
  margin: 0;
}

.section-content h5:first-of-type {
  margin-top: 0;
}

.sub-navigation .section-title {
  color: white;
  font-weight: 200;
  margin: 0;
  font-size: 2rem;
  line-height: 1;
  width: 25%;
}
.sub-navigation .section-title.full-width {
  width: auto;
}
.sub-navigation .search-query {
  font-size: 1.8rem;
  font-style: italic;
}

.search-button {
  width: 18px;
  height: 18px;
  background: url(../images/search-icon.png) no-repeat;
}

html {
  font-family: "source-sans-pro", "source-sans-pro", sans-serif;
  font-weight: 300;
  font-size: 17px;
}

body {
  color: #404041;
}

table {
  border-spacing: 0;
}
table tr:first-child td {
  border-top: 1px solid #ddd;
}
table td {
  border-bottom: 1px solid #ddd;
  vertical-align: top;
  padding-bottom: 20px;
}
table img {
  margin: 0;
  margin-top: 0.5rem;
}

table.people-list td:first-child {
  width: 120px;
}
table.people-list img {
  width: 80px;
}

.skip-link,
.menu-toggle {
  display: none;
}

header.site-header {
  position: relative;
}
header.site-header .bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: 1.5s;
  -khtml-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
header.site-header .bg-image.align-top {
  background-position: top;
}
header.site-header .bg-image.align-bottom {
  background-position: bottom;
}
header.site-header .site-branding {
  width: 25%;
  padding: 10px 0 0;
  position: relative;
  padding-right: 10%;
}
header.site-header .site-branding a {
  background: url(../images/GF_CMYK_7555_Black_NoTag.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 100%;
  display: block;
  padding-bottom: 50px;
}
header.site-header nav {
  width: 70%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
header.site-header .header-nav {
  background: rgba(255, 255, 255, 0.9);
  border-top: 10px solid #D29F13;
  z-index: 1;
  position: relative;
}
header.site-header .header-content {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  padding: 0 30px;
  position: relative;
}

header.site-header.hide-image .bg-image {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px 0;
  width: 100%;
}
.content-area .top {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
.content-area article a {
  color: #DC6B2F;
  font-weight: inherit;
  position: relative;
}
.content-area article a.post-edit-link {
  color: #CCC;
}
.content-area article a:hover:after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 1px dashed rgba(220, 107, 47, 0.3);
  left: 0;
  bottom: 2px;
}
.content-area article a.read-more-link {
  color: inherit;
}
.content-area article a.read-more-link:hover:after {
  display: none;
}

.side-nav {
  width: 25%;
  padding-right: 50px;
}

#main {
  width: 75%;
}
#main .entry-featured-image {
  padding: 0 0 20px 0;
}
#main .entry-featured-image img {
  margin: 0;
}
#main .entry-content {
  margin-bottom: 40px;
}
#main .entry-content h2 {
  color: #404041;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 300;
}

#primary.posts #main {
  width: 100%;
  padding-left: 25%;
}
#primary.posts .entry-content {
  font-size: 1rem;
}

.section-list {
  position: relative;
}
.section-list h3 {
  color: #D29F13;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 7px 0;
  width: 25%;
  padding-right: 20px;
  line-height: 1;
}
.section-list .list {
  width: 75%;
}
.section-list .section-category {
  border-bottom: 1px solid #D29F13;
  display: flex;
  justify-content: space-between;
}
.section-list .section-row {
  position: relative;
  border-top: 1px solid #D29F13;
  padding: 7px 0 30px;
  display: flex;
  align-items: flex-start;
}
.section-list .section-row .column-1 {
  width: 33.3333333333%;
}
.section-list .section-row .column-2 {
  width: 50%;
  padding-right: 30px;
}
.section-list .section-row .column-3 {
  width: 16.6666666667%;
}
.section-list .section-row .thumbnail img {
  margin: 0;
  display: block;
}
.section-list .section-row h5 {
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0;
  padding-right: 30px;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.section-list .section-row .entry-author,
.section-list .section-row .entry-date {
  text-transform: uppercase;
  color: #aaa;
}
.section-list .section-row p {
  margin: 0;
  line-height: 1.3;
}
.section-list .section-row i {
  position: relative;
  top: 0.3rem;
  font-size: inherit;
}
.section-list .section-row .read-more-text {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.1s;
  -khtml-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.section-list .section-row .edit-link {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
.section-list .section-row.in-the-media .column-2 {
  font-size: 1.3rem;
}
.section-list .section-row.video .column-3 {
  background-color: #efefef;
  position: relative;
}
.section-list .section-row.video .column-3:after {
  content: "►";
  width: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  -khtml-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #FFF;
}
.section-list .section-row.video:hover .column-3:after {
  background: rgba(0, 0, 0, 0.5);
}
.section-list .section-row:hover {
  background: #fafafa;
  cursor: pointer;
}
.section-list .section-row:hover .read-more-text {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  color: #6BA4B8;
}
.section-list .events-archive .read-more:before {
  content: "... ";
}
.section-list .section-row:first-of-type {
  border-top: none;
}
.section-list .event-info {
  width: 50%;
  padding-right: 30px;
  font-size: 1rem;
}
.section-list .event-location {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.2;
}
.section-list .event-title {
  font-weight: 600;
  font-size: 1.2rem;
  color: #6BA4B8;
  line-height: 1.2;
}
.section-list .event-image {
  width: 16.6666666667%;
}
.section-list .event-image img {
  width: 100%;
  margin: 0;
}

.section-list.program-list .excerpt {
  width: 66.6666666667%;
}

.side-nav-actions {
  padding-right: 0;
}
.side-nav-actions .actions {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* justify-content: center; */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.side-nav-actions .actions li a {
  background: #D29F13;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  height: 85px;
  width: 85px;
  display: block;
  text-align: center;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 0.8rem;
  color: #FFF;
  line-height: 1.2;
  margin-bottom: 10px;
  border: 10px solid #D29F13;
}
.side-nav-actions .actions li.apg-blue a {
  background: #6BA4B8;
  border-color: #6BA4B8;
}
.side-nav-actions .actions li.apg-green a {
  background: #789D4A;
  border-color: #789D4A;
}
.side-nav-actions .actions li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.side-nav-actions .contact-links {
  margin-left: 50px;
  font-size: 0.8rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(107, 164, 184, 0.3);
}
.side-nav-actions .contact-links h5 {
  margin: 0;
  color: #6BA4B8;
  font-weight: 400;
  font-size: 0.8rem;
}
.side-nav-actions .contact-links ul {
  margin: 0;
  padding: 0.2rem 0;
}
.side-nav-actions .contact-links li {
  font-size: 0.9rem;
  color: #777;
  font-weight: 300;
}
.side-nav-actions .contact-links a:hover {
  color: #555;
}
.side-nav-actions .contact-links i {
  font-size: 0.8rem;
  display: inline-block;
  padding: 4px 5px;
  position: relative;
  top: 0.13rem;
}

#main-sections .entry-content {
  font-size: 1rem;
}
#main-sections h3 {
  position: absolute;
  margin: 0;
  width: 25%;
  left: 0;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-right: 30px;
}
#main-sections section {
  padding: 1rem 25%;
  position: relative;
  margin: 0;
  width: 100%;
  border-top: 1px solid #D29F13;
  left: 0;
  clear: both;
}
#main-sections hr {
  border: 1px solid #D29F13;
  border-bottom-style: initial;
}
#main-sections .section-list h3 {
  position: static;
  font-weight: 300;
}
#main-sections .section-list.resources-list, #main-sections .section-list.council-list {
  border-top: 2px solid #D29F13;
}
#main-sections .section-list.resources-list .resource-content, #main-sections .section-list.council-list .resource-content {
  font-size: 1.2rem;
  width: 75%;
}
#main-sections .section-list.resources-list .section-row, #main-sections .section-list.council-list .section-row {
  cursor: auto;
}
#main-sections .section-list.resources-list .section-row:hover, #main-sections .section-list.council-list .section-row:hover {
  background: transparent;
}
#main-sections .section-list.resources-list .section-title, #main-sections .section-list.council-list .section-title {
  width: 25%;
}
#main-sections .section-list.resources-list .section-title h3, #main-sections .section-list.council-list .section-title h3 {
  margin: 0.5rem 0;
  width: auto;
  padding-right: 30px;
}
#main-sections .section-list.resources-list .section-title .section-note, #main-sections .section-list.council-list .section-title .section-note {
  padding-right: 30px;
  font-size: 0.8rem;
  margin-top: 1rem;
}

hr {
  border: 1px solid #D29F13;
  border-bottom-style: initial;
}

body.single:not(.single-member-benefit) #page-content {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
body.single:not(.single-member-benefit) article {
  width: 75%;
}

body.single-post #primary.posts .entry-post-date {
  text-transform: uppercase;
  font-size: 1rem;
}
body.single-post #primary.posts .entry-author-name {
  text-transform: uppercase;
  font-size: 1rem;
}
body.single-post #primary.posts .entry-author {
  text-transform: uppercase;
  font-size: 1rem;
  border-top: 1px solid #D29F13;
  padding-bottom: 10px;
  padding-right: 50%;
}
body.single-post #primary.posts .author-bio {
  margin-top: 1rem;
  text-transform: none;
  padding-bottom: 30px;
}
body.single-post #primary.posts .entry-content {
  border-top: 1px solid #D29F13;
  padding-top: 1rem;
  font-size: 1.1rem;
  margin-top: 10px;
}

.wp-caption {
  margin-bottom: 1.5rem;
}
.wp-caption img {
  margin-bottom: 0.2rem;
}
.wp-caption .wp-caption-text {
  line-height: 1.2;
  font-size: 0.8rem;
  font-weight: 400;
}

img.alignleft {
  margin-right: 2.5rem;
}

.wp-caption.alignleft {
  width: 224px;
  float: left;
  margin-right: 2.5rem;
  margin-bottom: 1rem;
}
.wp-caption.alignleft img {
  margin-top: 0.5rem;
  width: 100%;
}

body.page-template-page-section-tpl header.site-header {
  width: 100%;
  width: 100%;
  min-height: 50vh;
  padding-bottom: 25%;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: #ddd;
}
body.page-template-page-section-tpl header.site-header.no-image {
  height: auto;
  min-height: 0;
  padding: 0;
}
body.page-template-page-section-tpl #main {
  width: 100%;
  padding-left: 25%;
}
body.page-template-page-section-tpl #main-sections section {
  padding: 0rem 0 2rem 25%;
  font-size: 1.25rem;
}
body.page-template-page-section-tpl #main-sections section h3 {
  color: #E4A632;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5rem;
  margin: 7px 0;
}
body.page-template-page-section-tpl #main-sections section h3 strong {
  font-weight: 300;
}

body.page-id-10560 #main,
body.home #main {
  padding-left: 0%;
}

body.home #main {
  padding-top: 0;
}
body.home #main img {
  margin: 0;
}

body.page-template-default #main,
body.page-template-page_wide-tpl #main,
body.single-member-benefit #main {
  width: 50%;
}

body.page-template-page_standalone-tpl .sub-navigation {
  height: 50px;
}
body.page-template-page_standalone-tpl #primary .top {
  padding-left: 25%;
}
body.page-template-page_standalone-tpl #main {
  width: 100%;
}
body.page-template-page_standalone-tpl #main-sections section {
  padding-right: 0;
}

.entry-header h1 {
  color: #404041;
  padding-top: 20px;
  padding-bottom: 1rem;
  font-weight: 400;
}

.entry-content {
  font-size: 1.25rem;
  line-height: 1.5;
}

.entry-content.no-sections {
  font-size: 1rem;
}

.video-wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin: 1rem 0;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

body.bucket-contact-us #main {
  padding-top: 2rem;
}

body.bucket-get-involved #main-sections section,
body.bucket-resources #main-sections section {
  padding: 0;
  padding-bottom: 30px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
body.bucket-get-involved #main-sections section h3,
body.bucket-resources #main-sections section h3 {
  position: static;
  width: 25%;
  color: rgb(64, 64, 65);
  cursor: pointer;
  display: block;
  font-family: "source-sans-pro", "source-sans-pro", sans-serif;
  font-size: 29px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 3.2000000477px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 30px;
  text-transform: none;
}
body.bucket-get-involved #main-sections section h3 strong,
body.bucket-resources #main-sections section h3 strong {
  font-weight: normal;
}
body.bucket-get-involved #main-sections section .section-content,
body.bucket-resources #main-sections section .section-content {
  width: 75%;
}
body.bucket-get-involved #main-sections table,
body.bucket-resources #main-sections table {
  width: 100%;
}
body.bucket-get-involved #main-sections table td,
body.bucket-resources #main-sections table td {
  border: none;
}

.gallery .gallery-item {
  margin-top: 0 !important;
  margin-bottom: 5px;
}
.gallery .gallery-item img {
  border: 0 !important;
  width: 100%;
  margin: 0;
}

.apg-link-buttons.social-media {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
.apg-link-buttons.social-media .apg-link-button {
  width: 50px;
  margin-right: 20px;
}

.apg-link-button.text-link {
  background-color: #D29F13;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #FFF;
  display: inline-block;
  text-align: center;
  min-width: 200px;
  position: relative;
}
.apg-link-button.text-link a {
  padding: 26px 40px;
  display: block;
  width: 100%;
}
.apg-link-button.text-link i.material-icons {
  position: absolute;
  right: 20px;
  margin-top: -3px;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.apg-link-button.text-link a {
  color: inherit;
}

.apg-link-button {
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.apg-link-button:hover {
  filter: alpha(opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.apg-link-button:hover a {
  color: #FFF !important;
}
.apg-link-button:hover a i.material-icons {
  right: 10px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}

.apg-link-button:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  bottom: 0;
  height: 0%;
  top: 100%;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.apg-link-button.text-link.green {
  background-color: #789D4A;
}

.apg-link-button.text-link.orange {
  background-color: #DC6B2F;
}

.side-nav.social-media li a {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: inherit;
}
.side-nav.social-media li.twitter {
  color: #55ACEE;
}
.side-nav.social-media li.facebook {
  color: #3C5A99;
}
.side-nav.social-media li:hover a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.side-nav.social-media li:before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.side-nav.social-media li.facebook:before {
  background: url(../images/facebook-icon.svg);
}
.side-nav.social-media li.twitter:before {
  background: url(../images/TwitterLogo.svg);
}

body.page-template-page_wide-tpl #main-sections section {
  padding-right: 0;
}

#tablepress-10 td {
  width: 80%;
  padding-bottom: 2rem;
}
#tablepress-10 td:first-child {
  width: 30%;
  padding-right: 8%;
}
#tablepress-10 img {
  max-width: 100%;
}

.image-gallery {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.image-gallery .image-wrap {
  margin: 5px 0;
}
.image-gallery img {
  margin: 0;
  display: block;
}
.image-gallery .caption {
  font-size: 0.8rem;
  padding: 5px 0 20px;
}

.image-gallery.columns-2 .image-wrap {
  width: calc(50% - 24px);
  margin: 35px 0;
}

body.section-resources .top {
  padding-left: 25%;
}
body.section-resources #main {
  width: auto;
}

body.page-template-page_wide-tpl .top,
body.page-template-page-database-tpl .top {
  padding-left: 0;
}
body.page-template-page_wide-tpl #main,
body.page-template-page-database-tpl #main {
  width: 75%;
}
body.page-template-page_wide-tpl #main-sections section,
body.page-template-page-database-tpl #main-sections section {
  padding: 0;
}
body.page-template-page_wide-tpl .side-nav-actions,
body.page-template-page-database-tpl .side-nav-actions {
  display: none;
}

body.section-resources.sub-section-databases .top {
  padding-left: 0;
}
body.section-resources.sub-section-databases #main {
  width: 75%;
}
body.section-resources.sub-section-databases .side-nav-actions {
  display: none;
}

.wp-block-columns {
  font-size: 1.2rem;
}
.wp-block-columns .wp-block-column {
  border-top: 2px solid #D29F13;
  margin-left: 0;
  margin-right: 32px;
}
.wp-block-columns .wp-block-column p:first-child {
  margin: 0.5rem;
}

.wp-block-image figcaption {
  text-align: left;
  margin-top: 0;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 13, 2018, 4:48:21 PM
    Author     : wh
*/
body.mce-content-body {
  max-width: 800px;
  font-family: "source-sans-pro", "source-sans-pro", sans-serif;
  font-size: 18px;
}

body.mce-content-body a.link-button, #page a.link-button {
  display: inline-block;
  padding: 8px 15px;
  padding-right: 40px;
  background-color: rgb(159, 193, 207);
  color: #FFF;
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
body.mce-content-body a.link-button:hover, #page a.link-button:hover {
  background-color: #DC6B2F;
}
body.mce-content-body a.link-button:after, #page a.link-button:after {
  content: "\f345";
  font-family: dashicons;
  font-size: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -khtml-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
body.mce-content-body a.link-button:hover:after, #page a.link-button:hover:after {
  border: none;
  width: auto;
  left: auto;
  bottom: auto;
  right: 5px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 12, 2016, 5:58:31 PM
    Author     : wh
*/
header.site-header .search-button {
  background-repeat: no-repeat;
  margin-top: 40px;
  order: 3;
  cursor: pointer;
  background-size: contain;
  background-position: right 0;
}
header.site-header .header-content.search {
  max-height: 0px;
  visibility: hidden;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
header.site-header .header-content.search form {
  opacity: 0;
  -webkit-transition: 0.2s;
  -khtml-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  border: 1px solid #999;
  position: relative;
  overflow: hidden;
}
header.site-header .header-content.search input[type=search] {
  width: 100%;
  font-size: 1.5rem;
  padding: 10px 13px;
  border: none;
}
header.site-header .header-content.search label {
  display: none;
}
header.site-header .header-content.search input[type=submit] {
  background: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  width: auto;
  position: absolute;
  right: -100px;
  margin-top: 14px;
  border-left: 1px solid #000;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
header.site-header .header-content.search input {
  outline: none;
}
header.site-header .header-content.has-value input[type=submit] {
  right: 0;
}

body.show-search .header-content.search {
  visibility: visible;
  max-height: 120px;
  padding: 30px;
}
body.show-search .header-content.search form {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.7s 0.2s;
  -khtml-transition: 0.7s 0.2s;
  -moz-transition: 0.7s 0.2s;
  -ms-transition: 0.7s 0.2s;
  -o-transition: 0.7s 0.2s;
  transition: 0.7s 0.2s;
}
body.show-search .search-button {
  color: #000;
}

body.search #main {
  margin-left: 25%;
}
body.search .section-list .list {
  width: 100%;
}
body.search .section-list .section-row .column-2 {
  width: 75%;
}
body.search .not-found {
  padding-top: 2rem;
  font-size: 1.2rem;
}

@media screen and (max-width: 900px) {
  body.home .search-button {
    color: #fff;
  }
  body.home .search-button span {
    position: relative;
    top: -5px;
  }
  body.home.show-search .search-button {
    color: #000;
  }
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 7, 2016, 11:15:53 AM
    Author     : wh
*/
body.single-apg_events h1 {
  font-weight: 500;
  color: #6BA4B8;
}
body.single-apg_events .entry-event-info {
  border-bottom: 1px solid #D29F13;
  padding-bottom: 10px;
}
body.single-apg_events .entry-event-info .date {
  font-size: 1.6rem;
  font-weight: 400;
}
body.single-apg_events .entry-event-info .location {
  text-transform: uppercase;
}
body.single-apg_events #primary.posts #main {
  margin: 0;
  padding: 0;
}
body.single-apg_events #primary.posts #main article {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
}
body.single-apg_events #primary.posts #main .entry-event-info {
  width: calc(33.3333333333% - 60px);
  margin-right: 60px;
}
body.single-apg_events #primary.posts #main .entry-content {
  width: 66.6666666667%;
}
body.single-apg_events .event-info-table {
  width: 100%;
  margin: 20px 0 0;
  font-size: 0.9rem;
  font-weight: 500;
}
body.single-apg_events .event-info-table td {
  border: none;
  padding: 3px 0;
}
body.single-apg_events .event-info-table td.label {
  text-transform: uppercase;
  padding-right: 20px;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 7, 2016, 6:36:40 PM
    Author     : wh
*/
body.post-type-archive-post .side-nav {
  padding-right: 5%;
}
body.post-type-archive-post .blog-list-holder {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
body.post-type-archive-post .blog-list-holder .filter-box {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1rem;
}
body.post-type-archive-post .blog-list-holder .filter-box h5 {
  font-weight: normal;
  color: #6BA4B8;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 0.75rem;
}
body.post-type-archive-post .blog-list-holder .filter-box ul {
  margin: 0;
}
body.post-type-archive-post .blog-list-holder .filter-box li {
  color: #CCC;
  cursor: pointer;
}
body.post-type-archive-post .blog-list-holder .filter-box li:hover {
  color: #aaa;
}
body.post-type-archive-post .blog-list-holder .filter-box li.active {
  color: #000;
}
body.post-type-archive-post .section-list {
  position: relative;
  width: 75%;
}
body.post-type-archive-post .section-list .list {
  width: 100%;
  -webkit-transition: 1s;
  -khtml-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
body.post-type-archive-post .section-list .list:before, body.post-type-archive-post .section-list .list:after {
  content: "";
  display: block;
  border-bottom: 5px solid #D29F13;
  height: 1px;
  width: 0%;
  -webkit-transition: 0s;
  -khtml-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  position: absolute;
}
body.post-type-archive-post .section-list.load-new .list {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -khtml-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
body.post-type-archive-post .section-list.load-new .list:before {
  width: 100%;
  -webkit-transition: 3s;
  -khtml-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}
body.post-type-archive-post .section-list.load-more .list:after {
  width: 100%;
  -webkit-transition: 3s;
  -khtml-transition: 3s;
  -moz-transition: 3s;
  -ms-transition: 3s;
  -o-transition: 3s;
  transition: 3s;
}

.apg-button {
  border: none;
  background: #D29F13;
  padding: 10px 12px;
  color: #FFF;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 100px;
  display: inline-block;
}

.apg-button.hide {
  display: none;
}

body.single-post .staff-member-listing {
  border-top: 1px solid #D29F13;
  padding-top: 1rem;
}
body.single-post #primary.posts .related-posts {
  margin-top: 60px;
}
body.single-post #primary.posts .related-posts h4 {
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid;
}
body.single-post #primary.posts .related-posts .entry-author {
  border: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 23, 2018, 1:10:50 PM
    Author     : wh
*/
#comments {
  margin-top: 30px;
  background-color: #FAFAFA;
  padding: 10px;
  padding: 10px 16.6666666667%;
}
#comments h3#comments-title {
  margin: 2rem 0;
  color: #aaa;
  font-size: 1rem;
}
#comments a.comment-reply-link {
  background: #6BA4B8;
  color: #FFF;
  padding: 2px 5px;
}
#comments .commentmetadata {
  font-size: 0.8rem;
}
#comments .comment {
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
#comments .comment-meta {
  margin-bottom: 0.5rem;
}
#comments .comment-author {
  font-weight: 900;
  font-size: 1.2rem;
}
#comments time {
  color: #aaa;
}
#comments .comment-form-comment label {
  display: none;
}
#comments .comment-form-comment textarea {
  width: 100%;
}
#comments form input {
  border: none;
  border-bottom: 1px solid #aaa;
  padding: 6px 2px;
  width: 100%;
}
#comments form input[type=submit] {
  background-color: #6BA4B8;
  color: #FFF;
}
#comments article {
  width: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 1, 2016, 2:54:59 PM
    Author     : wh
*/
.tablepress tfoot th, .tablepress thead th, .tablepress .odd td, .tablepress td {
  background: transparent !important;
  padding-left: 0 !important;
}
.tablepress th {
  color: #888;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 28, 2018, 12:33:22 PM
    Author     : wh
*/
#main-sections .kn-content h2, #main .kn-content h2 {
  font-size: 1.5rem;
}
#main-sections .kn-content #kn-app-menu, #main .kn-content #kn-app-menu {
  font-size: 0.8rem;
}
#main-sections .kn-content ul, #main .kn-content ul {
  text-shadow: none !important;
  border: none;
}
#main-sections .kn-content ul li:before, #main .kn-content ul li:before {
  display: none;
}
#main-sections .kn-content ul a, #main .kn-content ul a {
  padding: 6px 10px;
  font-weight: 300;
}
#main-sections .kn-content .kn-search-filters, #main-sections .kn-content .kn-form-col, #main .kn-content .kn-search-filters, #main .kn-content .kn-form-col {
  padding-left: 0;
}
#main-sections .kn-content .kn-search-filters li, #main-sections .kn-content .kn-form-col li, #main .kn-content .kn-search-filters li, #main .kn-content .kn-form-col li {
  padding-left: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
}
#main-sections .kn-content .kn-search-filters .label, #main-sections .kn-content .kn-form-col .label, #main .kn-content .kn-search-filters .label, #main .kn-content .kn-form-col .label {
  min-width: 260px;
}
#main-sections .kn-content .kn-search-filters input[type=text], #main-sections .kn-content .kn-form-col input[type=text], #main .kn-content .kn-search-filters input[type=text], #main .kn-content .kn-form-col input[type=text] {
  width: 100%;
}
#main-sections .kn-content .kn-search-filters .operator select, #main-sections .kn-content .kn-form-col .operator select, #main .kn-content .kn-search-filters .operator select, #main .kn-content .kn-form-col .operator select {
  width: 160px;
  margin-right: 10px;
}
#main-sections .kn-content #kn-app-menu ul, #main-sections .kn-content .kn-view input[type=submit], #main .kn-content #kn-app-menu ul, #main .kn-content .kn-view input[type=submit] {
  text-shadow: none !important;
  border: none;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 28, 2019, 5:48:44 PM
    Author     : wh
*/
.member-tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -50%;
}

.member-tile {
  width: calc(50% - 8px);
  margin-bottom: 16px;
  color: #FFF;
  position: relative;
}
.member-tile.background-gold {
  background-color: #D29F13;
}
.member-tile.background-blue {
  background-color: #6BA4B8;
}
.member-tile.background-green {
  background-color: #789D4A;
}
.member-tile.background-orange {
  background-color: #DC6B2F;
}
.member-tile.background-light-blue {
  background-color: #ADCBD8;
}
.member-tile.background-light-blue {
  color: #404041;
}
.member-tile .tile-column {
  width: 100%;
}
.member-tile .tile-column-1 {
  padding: 20px;
}
.member-tile h4 {
  font-weight: normal;
  font-size: 1.6rem;
  margin-top: 0;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.member-tile img {
  margin: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.member-tile .read-more {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  padding: 14px 5px;
  display: flex;
  justify-content: flex-end;
  transition: 0.2s;
}
.member-tile .read-more:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.member-tile.type-double-wide {
  width: 100%;
  display: flex;
}
.member-tile.type-double-wide h4 {
  font-size: 2.6rem;
  font-weight: 200;
}
.member-tile.type-double-wide .tile-column {
  width: 50%;
}
.member-tile.type-double-wide .tile-column-1 {
  padding: 20px;
  width: calc(50% + 16px);
}
.member-tile.type-double-wide .tile-column-2 {
  width: calc(50% - 16px);
}
.member-tile.type-single-image h4 {
  margin: 0;
  padding: 10px 20px;
  padding-right: 50px;
}
.member-tile.type-single-text .tile-column-1 {
  padding: 10px 20px;
  padding-right: 50px;
}
.member-tile.type-title-only {
  background: #F7F7F7;
  color: #6BA4B8;
}
.member-tile.type-title-only h4 {
  margin: 0;
  padding: 10px 20px;
  padding-right: 50px;
}
.member-tile.type-title-only .read-more {
  color: #6BA4B8;
}
.member-tile.type-title-only .read-more:hover {
  color: #FFF;
}

.benefits-table {
  margin-left: -50%;
  margin-right: -50%;
  width: 200%;
  margin-bottom: 50px;
}
.benefits-table.has-fixed-layout {
  width: 200%;
}
.benefits-table strong {
  font-weight: 400;
  font-size: 1.1rem;
}
.benefits-table tr:first-child {
  font-size: 1rem;
}
.benefits-table tr:first-child strong {
  font-weight: 600;
  font-size: 1rem;
}
.benefits-table tr:first-child td {
  border-top: none;
  text-align: left;
}
.benefits-table td {
  border: none;
  width: 12%;
  text-align: center;
  position: relative;
  padding-top: 5px;
}
.benefits-table td:first-child {
  width: 64%;
  text-align: left;
}
.benefits-table td.benefit-include:before {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 42.6 41.5' style='enable-background:new 0 0 42.6 41.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D5E0C6;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:3.3;%7D%0A%3C/style%3E%3Cpath class='st0' d='M20.8,41c11.2,0,20.2-9,20.2-20.2s-9-20.2-20.2-20.2S0.6,9.6,0.6,20.8S9.6,41,20.8,41'/%3E%3Cpolyline class='st1' points='11.4,21.6 17.3,27.5 41.5,3.3 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  margin-bottom: 3px;
  margin-top: 5px;
}
.benefits-table td:after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  border-bottom: 1px solid #D29F13;
  position: absolute;
  bottom: 0;
}
.benefits-table td:last-child:after {
  width: 100%;
}

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 13, 2016, 11:00:20 AM
    Author     : wh
*/
@media screen and (max-width: 1110px) {
  header.site-header .search-button {
    background-size: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
  }
  nav ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  nav ul li.menu-item {
    font-size: 1.2rem;
  }
  body {
    color: #000;
  }
  header.site-header .site-branding {
    padding-right: 0;
  }
  header.site-header .site-branding a {
    padding-bottom: 55px;
  }
  nav ul li {
    padding-top: 40px;
  }
  .home-page-featured-text-box .beloved {
    font-size: 1.8rem;
  }
  .home-page-featured-text-box .name {
    font-size: 2.2rem;
  }
  .home-page-featured-text-box .date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  body.page-template-page_standalone-tpl #primary .top {
    padding-left: 0;
  }
  .member-tiles {
    display: block;
    margin-right: 0;
  }
  .member-tiles .member-tile {
    width: 100%;
  }
  .member-tiles .member-tile.type-double-wide {
    display: block;
  }
  .member-tiles .member-tile.type-double-wide .tile-column, .member-tiles .member-tile .tile-column-1 {
    width: 100%;
  }
  header.site-header .site-branding {
    padding-right: 4%;
  }
  header.site-header nav {
    width: 69%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
  header.site-header nav > div {
    width: 100%;
  }
  header.site-header nav ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  header.site-header nav ul li {
    padding-right: 0px;
  }
  header.site-header nav .search-button {
    margin: 0;
    margin-bottom: 20px;
  }
  header.site-header .header-content.search.show {
    padding-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #main-sections section {
    padding: 1rem 0;
  }
  .side-nav.page-links {
    border-bottom: 4px solid;
    width: auto;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .side-nav.page-links ul {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .side-nav.page-links li {
    width: 50%;
    padding-right: 10px;
  }
  .side-nav.no-content {
    border: none;
    margin-bottom: 0;
  }
  .side-nav.side-nav-actions {
    width: 100%;
  }
  .side-nav.side-nav-actions ul.actions {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-nav.side-nav-actions ul.actions li {
    margin: 0 2%;
  }
  .side-nav.side-nav-actions .contact-links {
    margin-left: 0;
  }
  .side-nav.blog-filters {
    display: none;
  }
  .content-area {
    padding: 0 5%;
  }
  .content-area .top {
    display: block;
  }
  #main-sections h3 {
    position: static;
    margin-bottom: 1rem;
    width: auto;
  }
  .section-list .section-category {
    display: block;
  }
  .section-list .section-category h3 {
    width: auto;
  }
  .section-list .section-category .list {
    width: auto;
  }
  body.bucket-get-involved #main-sections {
    padding-left: 0;
  }
  body.post-type-archive-post .section-list {
    width: auto;
  }
  body.single article {
    width: auto;
    padding-left: 0;
  }
  header.site-header .header-content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.site-header .site-branding {
    padding-right: 0;
    width: 100%;
    padding-bottom: 8px;
  }
  header.site-header .site-branding a {
    padding-bottom: 75px;
  }
  header.site-header .menu-toggle {
    display: block;
    border: 1px solid #555;
    border-left: none;
    border-right: none;
    background: transparent;
    height: 14px;
    width: 24px;
    padding: 0;
    margin-top: 36px;
    position: absolute;
    right: 100px;
  }
  header.site-header .menu-toggle:after {
    content: "";
    display: block;
    border-top: 1px solid #555;
    width: 100%;
  }
  header.site-header .search-button {
    width: 24px;
    height: 24px;
    margin-top: 34px;
  }
  header.site-header nav {
    width: 100%;
    order: 4;
  }
  header.site-header nav .menu-main-navigation-2016-container {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.8s;
    -khtml-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  header.site-header nav ul {
    margin: 10px 0;
    display: block;
  }
  header.site-header nav ul .rollover-menu {
    position: relative;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    border: none;
    background: transparent;
    padding: 0;
  }
  header.site-header nav ul .rollover-menu li {
    border-bottom: 1px solid;
  }
  header.site-header nav li {
    padding: 10px 20px 10px 0;
    font-size: 1.4rem;
  }
  header.site-header nav li.has-links:hover {
    border: none;
  }
  header.site-header nav.open .menu-main-navigation-2016-container {
    max-height: 3000px;
  }
  header.site-header .header-content.search form.search-form {
    margin: 0;
    width: 100%;
  }
  .sub-navigation.subnav-links .content-area {
    display: block;
  }
  .sub-navigation.subnav-links .content-area h2, .sub-navigation.subnav-links .content-area h1 {
    width: 100%;
  }
  .sub-navigation.subnav-links .content-area .page-shortcuts {
    width: 100%;
    padding: 1rem 0;
    font-size: 1.2rem;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-navigation.subnav-links .content-area .page-shortcut {
    width: 33.3333333333%;
    padding: 8px 0;
  }
  body.page-template-default #main {
    width: auto;
  }
  body.page-template-page-section-tpl #main {
    width: auto;
    padding-left: 0;
  }
  #main-sections .section-list.resources-list .section-title, #main-sections .section-list.resources-list .resource-content {
    width: 100%;
  }
  #main-sections .section-list.resources-list .section-row {
    display: block;
    margin-bottom: 30px;
  }
  .section-list .section-row .column-1 {
    width: 100%;
  }
  body.section-resources.sub-section-databases #main {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  body.page-home-revision nav ul li.menu-item:first-child {
    padding-top: 0;
  }
  header.site-header nav ul .rollover-menu.rollover-menu.programs {
    display: block;
  }
  header.site-header nav ul .rollover-menu .nav-column {
    width: 100%;
  }
  header.site-header .menu-toggle {
    right: 80px;
  }
  header.site-header .header-nav {
    padding-bottom: 6px;
  }
  header.site-header .header-content.search.show {
    padding-left: 5%;
    padding-right: 5%;
  }
  header.site-header .header-content {
    padding: 0 5%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header.site-header .site-branding {
    width: 50%;
    margin-right: 30%;
  }
  header.site-header .site-branding .site-title {
    padding-bottom: 52px;
    margin-left: 2px;
    min-width: 200px;
  }
  header.site-header .search-button {
    right: 5%;
  }
  body.page-template-page-section-tpl #main {
    padding-left: 0;
  }
  body.page-template-page-section-tpl #main-sections section {
    padding-left: 0;
  }
  #main-sections section {
    padding-left: 0;
    padding-right: 0;
  }
  #main-sections h3 {
    position: static;
    width: auto;
  }
  body.bucket-get-involved #main-sections, body.bucket-resources #main-sections {
    padding-left: 0;
  }
  body.bucket-get-involved #main-sections section, body.bucket-resources #main-sections section {
    display: block;
  }
  body.bucket-get-involved #main-sections section h3, body.bucket-resources #main-sections section h3 {
    width: auto;
    margin-bottom: 0.5rem;
  }
  .sub-navigation.subnav-links .content-area {
    padding: 0.5rem 5%;
    display: block;
  }
  .sub-navigation.subnav-links .content-area .page-shortcuts {
    width: auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: 10px;
  }
  .sub-navigation.subnav-links .content-area .page-shortcut {
    padding: 10px 0;
    width: 50%;
  }
  .sub-navigation.subnav-links .content-area .section-title {
    width: auto;
    float: none;
  }
  .section-list .section-category {
    display: block;
  }
  .section-list h3 {
    width: auto;
  }
  .section-list .list {
    width: auto;
  }
  .section-list .section-row {
    display: block;
  }
  .section-list .section-row .column {
    width: auto;
    padding-right: 0;
  }
  #main div.staff-photo, #main-sections div.staff-photo, #primary div.staff-photo {
    min-width: 80px;
  }
  #main div.staff-photo img, #main-sections div.staff-photo img, #primary div.staff-photo img {
    height: 80px;
  }
  #main div.staff-member-listing .staff-member-info-wrap, #main-sections div.staff-member-listing .staff-member-info-wrap, #primary div.staff-member-listing .staff-member-info-wrap {
    padding-left: 10px;
    margin-right: 0;
  }
  .section-list .column.event-info {
    margin-bottom: 1rem;
  }
  body.single article {
    padding-left: 0;
  }
  body.post-type-archive-post .section-list {
    width: auto;
  }
  body.post-type-archive-post .excerpt {
    margin-bottom: 20px;
  }
  .home-page-featured-text-box {
    display: block;
    position: relative;
    bottom: auto;
    margin-top: 35vh;
  }
  .home-page-featured-text-box .beloved, .home-page-featured-text-box .name {
    font-size: 1rem;
  }
  .home-page-featured-text-box .date {
    font-size: 0.8rem;
  }
  body.single #page-content {
    display: block;
  }
  .side-nav.social-media {
    width: auto;
    padding-right: 0;
  }
  .side-nav.social-media ul {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .side-nav.social-media li {
    margin: 0 10px;
  }
  .side-nav.social-media li:before {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .side-nav.social-media li:hover a {
    display: none;
  }
  .side-nav.social-media a {
    position: absolute;
  }
  body.single #content #page-content {
    flex-direction: column-reverse;
  }
  body.single #content article {
    width: auto;
  }
  body.single #content img {
    max-width: 100%;
  }
  body.single #content img.alignleft {
    float: none;
  }
  body.single #content .wp-caption {
    max-width: 100%;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 16px;
  }
  .side-nav.side-nav-actions ul.actions {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .side-nav.side-nav-actions ul.actions li {
    margin: 0;
  }
}
.close-button {
  display: none;
}

body.home.show-search header.site-header .header-nav {
  background: #fff;
}

@media screen and (max-width: 900px) {
  .main-menu-link {
    font-weight: 600;
  }
  body.home header.site-header .menu-toggle {
    border-color: #fff;
  }
  body.home header.site-header .menu-toggle:after {
    border-color: #fff;
  }
  body.home header.site-header nav {
    margin: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  body.home .home-page-logo {
    max-width: 60%;
  }
  body.home header.site-header .header-nav {
    position: absolute;
    background: transparent;
    width: 100%;
  }
  body.page-home-revision nav ul .menu-item .rollover-menu {
    transform: none;
  }
  header.site-header nav {
    position: fixed;
    width: 100vw;
    top: 0px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 100;
    left: 0;
    border-top: 8px solid #D29F13;
    display: block;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
  }
  header.site-header nav .menu-main-navigation-2016-container {
    width: 100vw;
    margin-top: 20px;
    left: 0;
    padding: 5%;
    height: calc(100% - 20px);
    max-height: none;
    overflow-y: scroll;
  }
  header.site-header nav .menu-main-navigation-2016-container ul,
  header.site-header nav .menu-main-navigation-2016-container li {
    display: block;
  }
  header.site-header nav .close-button {
    text-transform: uppercase;
    text-align: right;
    padding: 10px 5%;
    font-size: 0.8rem;
    display: block;
    cursor: pointer;
  }
  header.site-header nav.open {
    max-height: none;
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
}/*# sourceMappingURL=apg-main.css.map */