/*
Theme Name: Planters Garden
Theme URI: 
Author: Chris Silich
Author URI: http://chrissilich.com/
Description: Theme for 2016 Planters Garden website
Version: 1.0.0
License: Only for Planters Garden
License URI: -
Tags: 
Text Domain: plantersgarden
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
  font-style: normal;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 940px) {
}
@media screen and (min-width: 941px) and (max-width: 1220px) {
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
}
@media screen and (min-width: 1461px) {
}
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  float: none !important;
  *zoom: 1;
}
/*
font-family:'Bodoni Six ITC W01 Book', serif;

font-family:'EngraversGothicBTW01-Re', sans-serif;
font-family:'EngraversGothicW01-Bold', sans-serif;

font-family:'NewCenturySchoolW01-Rg', serif;
font-family:'NewCenturySchoolW01-It', serif;

font-family:'NewBaskervilleW01-Bold', serif;
font-family:'NewBaskervilleW01-Roman', serif;
*/
/*
 *	General stuff
 */
* {
  box-sizing: border-box;
}
a {
  outline: none;
}
body {
  text-rendering: optimizeLegibility;
}
img {
  width: auto;
  height: auto;
}
header {
  position: relative;
  width: 100%;
  height: 163px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  header {
    height: auto !important;
    position: relative !important;
  }
}
header h1 {
  position: relative;
  z-index: 99;
}
header h1 a {
  position: relative;
  display: block;
  width: 38%;
  margin: 0 auto;
}
header h1 a span {
  position: absolute;
  top: -300px;
}
header h1 a svg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header h1 a svg.logo-text {
  height: 70px;
  top: 15px;
  margin-left: 30px;
}
header h1 a svg.logo-text path {
  fill: #487157;
}
@media screen and (max-width: 767px) {
  header h1 a svg.logo-text {
    height: 55px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header h1 a svg.logo-text {
    height: 45px;
    margin-left: 10px;
  }
}
header h1 a svg.logo-mark {
  height: 80px;
  top: 4px;
  opacity: 0;
}
header #nav {
  padding-top: 100px;
  list-style: none;
  text-align: justify;
  margin: 0 auto;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header #nav {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  header #nav {
    padding-top: 65px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  header #nav {
    padding-top: 45px;
  }
}
header #nav .end-menu {
  content: '';
  width: 100%;
  /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header #nav .end-menu {
    display: none;
  }
}
header #nav button {
  position: relative;
  z-index: 100;
  background: none;
  border: none;
  outline: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  header #nav button {
    display: block;
    color: #66b245;
    width: 100%;
    padding: 25px 0 10px;
    font-family: 'Bodoni Six ITC W01 Book', serif;
    letter-spacing: 2px;
    font-size: 13px;
  }
}
header #nav.mobile_open > li {
  display: block;
}
header #nav > li {
  z-index: 100;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  header #nav > li {
    background-color: rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 8px 0;
    display: none;
  }
}
header #nav > li > a {
  color: #487157;
  font-family: 'Bodoni Six ITC W01 Book', serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-left: 2px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 13px;
  border-bottom: 2px solid rgba(102, 178, 69, 0);
}
header #nav > li > a:hover {
  border-bottom: 2px solid #66b245;
}
header #nav > li.current-menu-item > a,
header #nav > li.current-menu-ancestor > a,
header #nav > li.current-page-parent > a,
header #nav > li.current-page-ancestor > a {
  border-bottom: 2px solid #66b245;
}
header #nav > li:hover > ul {
  display: block;
}
header #nav > li:hover > ul > li.current-menu-item > a {
  border-bottom: 1px solid #66b245;
}
header #nav > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  header #nav > li > ul {
    position: relative;
    margin-top: 6px;
    display: none;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
header #nav > li > ul > li > a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 15px 3px;
  color: #487157;
  font-family: 'EngraversGothicBTW01-Re', sans-serif;
  letter-spacing: 0px;
  text-shadow: none;
  font-size: 0.9em;
  border-bottom: 1px solid rgba(102, 178, 69, 0);
}
@media screen and (max-width: 767px) {
  header #nav > li > ul > li > a {
    padding: 9px 0 6px 0;
    font-size: 1em;
  }
}
header #nav > li > ul > li > a:hover {
  border-bottom: 1px solid #66b245;
}
header #nav > li > ul > li.current-menu-item {
  display: block;
}
header #nav > li > ul ul {
  display: none;
}
main {
  position: relative;
  display: block;
  color: #6e6e6e;
  font-size: 11pt;
  line-height: 170%;
  font-family: 'NewBaskervilleW01-Roman', serif;
  width: 85%;
  max-width: 1366px !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 0;
  }
}
main h1 {
  margin-bottom: 10px;
  letter-spacing: 2px;
}
main em,
main i {
  font-family: 'NewCenturySchoolW01-It', serif;
}
main b,
main strong {
  font-family: 'NewBaskervilleW01-Bold', serif;
}
main a {
  color: #487157;
  text-decoration: none;
}
main a:hover {
  text-decoration: underline;
}
section.tagline {
  z-index: 20;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.tagline.show_on_home {
    opacity: 1;
  }
}
section.tagline h2 {
  font-size: 15pt;
  font-family: 'NewCenturySchoolW01-It', serif;
  color: white;
  margin-bottom: 20px;
}
section.tagline h2 em {
  font-size: 1.3em;
  font-family: 'NewBaskervilleW01-Roman', serif;
}
footer {
  text-align: center;
  margin-top: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
footer p {
  color: $lt_green;
  font-family: 'EngraversGothicBTW01-Re', serif;
  font-size: 9pt;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  footer p span {
    display: block;
    font-size: 0;
  }
}
@media screen and (min-width: 768px) {
  .home header {
    position: fixed;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0);
    height: 133px;
  }
  .home header h1 a svg.logo-text path {
    fill: white;
  }
  .home header #nav button {
    color: white;
  }
  .home header #nav li a {
    color: white;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  }
  .home header #nav li.current-menu-item > a,
  .home header #nav li.current-menu-ancestor > a,
  .home header #nav li.current-page-parent > a,
  .home header #nav li.current-page-ancestor > a {
    border-bottom-color: white;
  }
  .home header.show_on_home {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .home header.show_on_home h1 a svg.logo-text {
    opacity: 0;
  }
  .home header.show_on_home h1 a svg.logo-mark {
    opacity: 1;
  }
  .home header.show_on_home #nav li a {
    color: #487157;
    text-shadow: 0px 1px 18px rgba(0, 0, 0, 0);
  }
  .home header.show_on_home #nav li.current-menu-item > a,
  .home header.show_on_home #nav li.current-menu-ancestor > a,
  .home header.show_on_home #nav li.current-page-parent > a,
  .home header.show_on_home #nav li.current-page-ancestor > a {
    border-bottom-color: #66b245;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .home header #nav > li {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .home header #nav > li > ul {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.home .background-slideshow {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home .background-slideshow {
    height: 60vh;
    min-height: 320px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .home .background-slideshow {
    height: 100vh;
  }
}
.home .background-slideshow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}
.home .background-slideshow div img {
  display: none;
}
@media screen and (min-width: 768px) {
  .home footer {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .home footer.show_on_home {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .home footer {
    position: absolute;
    z-index: 20;
    color: white;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .home footer {
    position: relative !important;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-contact header {
    position: fixed;
    z-index: 20;
    background-color: rgba(255, 255, 255, 0);
    height: 133px;
  }
  .page-template-template-contact header h1 a svg.logo-text path {
    fill: white;
  }
  .page-template-template-contact header #nav button {
    color: white;
  }
  .page-template-template-contact header #nav li a {
    color: white;
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  }
  .page-template-template-contact header #nav li.current-menu-item > a,
  .page-template-template-contact header #nav li.current-menu-ancestor > a,
  .page-template-template-contact header #nav li.current-page-parent > a,
  .page-template-template-contact header #nav li.current-page-ancestor > a {
    border-bottom-color: white;
  }
  .page-template-template-contact header.show_on_home {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .page-template-template-contact header.show_on_home h1 a svg.logo-text {
    opacity: 0;
  }
  .page-template-template-contact header.show_on_home h1 a svg.logo-mark {
    opacity: 1;
  }
  .page-template-template-contact header.show_on_home #nav li a {
    color: #487157;
    text-shadow: 0px 1px 18px rgba(0, 0, 0, 0);
  }
  .page-template-template-contact header.show_on_home #nav li.current-menu-item > a,
  .page-template-template-contact header.show_on_home #nav li.current-menu-ancestor > a,
  .page-template-template-contact header.show_on_home #nav li.current-page-parent > a,
  .page-template-template-contact header.show_on_home #nav li.current-page-ancestor > a {
    border-bottom-color: #66b245;
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .page-template-template-contact header #nav > li {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .page-template-template-contact header #nav > li > ul {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.page-template-template-contact .background-slideshow {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 100vh;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact .background-slideshow {
    height: 60vh;
    min-height: 320px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .page-template-template-contact .background-slideshow {
    height: 100vh;
  }
}
.page-template-template-contact .background-slideshow div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: 50% 50%;
  display: none;
}
.page-template-template-contact .background-slideshow div img {
  display: none;
}
.page-template-template-contact main {
  position: absolute;
  z-index: 20;
  bottom: 15%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main {
    position: relative;
    width: 100%;
    padding: 0 5%;
  }
}
.page-template-template-contact main .column {
  float: left;
  text-align: left;
  color: white;
  font-size: 11pt;
  line-height: 140%;
  text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main .column {
    color: #487157;
    text-shadow: none;
  }
}
.page-template-template-contact main .column.left-column {
  width: 55%;
  padding-left: 15%;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main .column.left-column {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.page-template-template-contact main .column.right-column {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main .column.right-column {
    width: 100%;
    padding-bottom: 30px;
  }
}
.page-template-template-contact main .column h1 {
  font-family: 'Bodoni Six ITC W01 Book', serif;
  font-size: 1.4em;
}
.page-template-template-contact main .column p {
  font-family: 'NewCenturySchoolW01-Rg', serif;
  margin-top: 10px;
}
.page-template-template-contact main .column p a {
  color: white;
}
.page-template-template-contact main .column ul.social {
  margin-top: 8px;
}
.page-template-template-contact main .column ul.social li {
  display: inline-block;
  margin-right: 8px;
}
.page-template-template-contact main .column ul.social li a {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 0;
}
.page-template-template-contact main .column ul.social li a:hover {
  top: -3px;
}
.page-template-template-contact main .column ul.social li a img {
  width: 28px;
}
.page-template-template-contact main .column ul.social li a img.mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main .column ul.social li a img.mobile {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .page-template-template-contact main .column ul.social li a img.desktop {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-template-template-contact footer {
    position: absolute;
    z-index: 20;
    color: white;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-shadow: 0px 1px 15px rgba(0, 0, 0, 0.4);
  }
}
@media screen and (min-width: 768px) and screen and (max-width: 767px) {
  .page-template-template-contact footer {
    position: relative !important;
  }
}
.page-template-template-contact footer h2 {
  display: block;
}
.post-type-archive-team_members main,
.single-team_members main {
  width: 69%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-team_members main,
  .single-team_members main {
    width: 95%;
  }
}
.post-type-archive-team_members main ul li a:hover,
.single-team_members main ul li a:hover {
  text-decoration: none;
}
.post-type-archive-team_members main ul li {
  float: left;
  text-align: center;
  font-size: 9pt;
  text-transform: uppercase;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-team_members main ul li {
    width: 48.10495627%;
    margin: 0 3.79008746% 2.9154519% 0;
  }
  .post-type-archive-team_members main ul li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 940px) {
  .post-type-archive-team_members main ul li {
    width: 30.75801749%;
    margin: 0 3.79008746% 2.9154519% 0;
  }
  .post-type-archive-team_members main ul li:nth-child(3n+3) {
    margin-right: 0;
  }
}
@media screen and (min-width: 941px) {
  .post-type-archive-team_members main ul li {
    width: 22.1574344%;
    margin: 0 3.79008746% 2.9154519% 0;
  }
  .post-type-archive-team_members main ul li:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1460px) {
}
@media screen and (min-width: 1461px) {
}
.post-type-archive-team_members main ul li img {
  width: 100%;
}
.post-type-archive-team_members main ul li figcaption {
  height: 29px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-team_members main ul li figcaption {
    height: 45px;
  }
}
.post-type-archive-team_members main ul li figcaption h2 {
  font-family: 'Bodoni Six ITC W01 Book', serif;
  color: #487157;
  margin-top: 2px;
}
.post-type-archive-team_members main ul li figcaption h3 {
  font-family: 'EngraversGothicBTW01-Re', sans-serif;
  color: #6e6e6e;
}
.single-team_members header {
  height: 145px;
}
.single-team_members .team-nav {
  text-align: center;
  position: fixed;
  top: 175px;
  width: 100%;
  background-color: white;
  padding-bottom: 15px;
}
.single-team_members .team-nav a {
  color: #66b245;
  text-transform: uppercase;
  font-family: 'EngraversGothicBTW01-Re', sans-serif;
  font-size: 10pt;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.single-team_members .team-nav a:hover {
  color: #487157;
  text-decoration: none;
}
.single-team_members .team-nav a.disabled {
  opacity: 0.3;
  cursor: default;
}
.single-team_members .team-nav a.team-nav-team {
  margin-right: 40px;
}
.single-team_members .team-nav a.team-nav-team img {
  width: 18px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.single-team_members .team-nav a.team-nav-top img {
  width: 14px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.single-team_members main ul li {
  clear: both;
  padding: 24px 0 26px 0;
  border-bottom: 1px solid #66b245;
}
.single-team_members main ul li h2 {
  font-family: 'Bodoni Six ITC W01 Book', serif;
  color: #487157;
  margin-top: 2px;
  text-transform: uppercase;
  font-size: 14pt;
}
.single-team_members main ul li h3 {
  font-family: 'EngraversGothicBTW01-Re', sans-serif;
  color: #6e6e6e;
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 3px;
  line-height: 130%;
}
.single-team_members main ul li p {
  margin-top: 10px;
  font-size: 0.93em;
}
.single-team_members main ul li:last-child {
  border-bottom: 0;
}
.single-team_members main ul li div {
  width: 50%;
  float: left;
}
@media screen and (max-width: 767px) {
  .single-team_members main ul li div {
    width: 100%;
    padding: 0 0 20px 0 !important;
  }
}
.single-team_members main ul li:nth-child(odd) div:nth-child(1) {
  padding-right: 3.79008746%;
}
.single-team_members main ul li:nth-child(odd) div:nth-child(2) {
  padding-left: 3.79008746%;
}
.single-team_members main ul li:nth-child(even) div:nth-child(1) {
  padding-left: 3.79008746%;
  float: right;
}
.single-team_members main ul li:nth-child(even) div:nth-child(2) {
  padding-right: 3.79008746%;
}
.single-team_members main ul li div.images img {
  display: block;
}
.single-team_members main ul li div.images img.upper-left {
  width: 47.94952681%;
  float: left;
}
.single-team_members main ul li div.images img.headshot {
  width: 47.94952681%;
  float: right;
}
.single-team_members main ul li div.images img.bottom {
  clear: both;
  width: 100%;
  padding-top: 4.10094637%;
}
.page-awards main .column {
  text-align: center;
  line-height: 110%;
}
.page-awards main .column .urn {
  width: 52px;
}
.page-awards main .column h2 {
  margin: 15px 0 0 0;
  font-family: 'EngraversGothicW01-Bold', sans-serif;
  font-size: 12pt;
}
.page-awards main .column h3 {
  margin: 10px 0 0 0;
  font-family: 'NewBaskervilleW01-Bold', serif;
  font-size: 10pt;
}
.page-awards main .column p {
  margin: 0;
  font-family: 'EngraversGothicBTW01-Re', sans-serif;
}
.page-portfolio header {
  background-color: transparent;
}
.page-portfolio main {
  position: relative;
  width: 100%;
}
.page-portfolio main .arrow {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 6.5%;
  max-width: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .page-portfolio main .arrow {
    max-width: 28px;
  }
}
.page-portfolio main .arrow svg {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}
.page-portfolio main .arrow svg.stop {
  display: none;
}
.page-portfolio main .arrow svg polygon {
  fill: #487157;
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.page-portfolio main .arrow svg:hover polygon {
  fill: #66b245;
}
.page-portfolio main .arrow.disabled svg {
  display: none;
}
.page-portfolio main .arrow.disabled svg.stop {
  display: block;
}
.page-portfolio main .arrow.arrow-prev {
  left: 0;
}
.page-portfolio main .arrow.arrow-prev svg {
  padding: 35% 35% 35% 35%;
}
.page-portfolio main .arrow.arrow-prev svg:hover {
  padding: 35% 45% 35% 25%;
}
.page-portfolio main .arrow.arrow-prev.active svg {
  padding: 35% 55% 35% 15%;
}
.page-portfolio main .arrow.arrow-next {
  right: 0;
}
.page-portfolio main .arrow.arrow-next svg {
  padding: 35% 35% 35% 35%;
}
.page-portfolio main .arrow.arrow-next svg:hover {
  padding: 35% 25% 35% 45%;
}
.page-portfolio main .arrow.arrow-next.active svg {
  padding: 35% 15% 35% 55%;
}
@media screen and (max-width: 767px) {
  .page-portfolio main .arrow.arrow-prev svg {
    padding: 0% 15% 30% 15% !important;
  }
  .page-portfolio main .arrow.arrow-next svg {
    padding: 15% 15% 15% 15% !important;
  }
}
.page-portfolio main ul {
  position: relative;
  height: 0;
  padding-bottom: 57.47126437%;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  width: 87%;
  margin: 0 auto;
}
.page-portfolio main ul .slide {
  display: none;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  text-align: center;
}
.page-portfolio main ul .slide .slide-wrap {
  display: block;
  overflow: hidden;
  height: 100%;
  width: auto;
}
.page-portfolio main ul .slide .slide-wrap img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.page-portfolio main p.counter {
  text-align: center;
  margin-top: 30px;
}
.post-type-archive-pg_publications header {
  background-color: transparent;
}
.post-type-archive-pg_publications main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main .arrow {
    display: none;
  }
}
.post-type-archive-pg_publications main .arrow {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 6.5%;
  max-width: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main .arrow {
    max-width: 28px;
  }
}
.post-type-archive-pg_publications main .arrow svg {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}
.post-type-archive-pg_publications main .arrow svg.stop {
  display: none;
}
.post-type-archive-pg_publications main .arrow svg polygon {
  fill: #487157;
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.post-type-archive-pg_publications main .arrow svg:hover polygon {
  fill: #66b245;
}
.post-type-archive-pg_publications main .arrow.disabled svg {
  display: none;
}
.post-type-archive-pg_publications main .arrow.disabled svg.stop {
  display: block;
}
.post-type-archive-pg_publications main .arrow.arrow-prev {
  left: 0;
}
.post-type-archive-pg_publications main .arrow.arrow-prev svg {
  padding: 35% 35% 35% 35%;
}
.post-type-archive-pg_publications main .arrow.arrow-prev svg:hover {
  padding: 35% 45% 35% 25%;
}
.post-type-archive-pg_publications main .arrow.arrow-prev.active svg {
  padding: 35% 55% 35% 15%;
}
.post-type-archive-pg_publications main .arrow.arrow-next {
  right: 0;
}
.post-type-archive-pg_publications main .arrow.arrow-next svg {
  padding: 35% 35% 35% 35%;
}
.post-type-archive-pg_publications main .arrow.arrow-next svg:hover {
  padding: 35% 25% 35% 45%;
}
.post-type-archive-pg_publications main .arrow.arrow-next.active svg {
  padding: 35% 15% 35% 55%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main .arrow.arrow-prev svg {
    padding: 0% 15% 30% 15% !important;
  }
  .post-type-archive-pg_publications main .arrow.arrow-next svg {
    padding: 15% 15% 15% 15% !important;
  }
}
.post-type-archive-pg_publications main ul {
  position: relative;
  width: 87%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 51.80722892%;
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main ul {
    height: auto;
    padding-bottom: 0;
  }
}
.post-type-archive-pg_publications main ul li {
  position: absolute;
  top: 0;
  height: 100%;
  display: none;
  width: 50%;
  text-align: center;
  opacity: 0;
}
.post-type-archive-pg_publications main ul li:nth-child(odd) {
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.post-type-archive-pg_publications main ul li:nth-child(even) {
  right: 25%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main ul li {
    position: relative;
    height: auto;
    width: 70%;
    margin-left: 15%;
    margin-top: 30px;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: block;
    opacity: 1;
  }
}
.post-type-archive-pg_publications main ul li a {
  position: relative;
}
.post-type-archive-pg_publications main ul li a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .post-type-archive-pg_publications main ul li a img {
    height: auto;
    width: 100%;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
  }
}
.post-type-archive-pg_publications main ul li a:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.15);
}
.post-type-archive-pg_publications main ul li.current {
  opacity: 1;
}
.single-pg_publications main {
  position: relative;
}
.single-pg_publications main .arrow {
  position: absolute;
  z-index: 15;
  top: 50%;
  width: 6.5%;
  max-width: 65px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .single-pg_publications main .arrow {
    max-width: 28px;
  }
}
.single-pg_publications main .arrow svg {
  -webkit-transition: 0.1s;
  transition: 0.1s;
  width: 100%;
}
.single-pg_publications main .arrow svg.stop {
  display: none;
}
.single-pg_publications main .arrow svg polygon {
  fill: #487157;
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
}
.single-pg_publications main .arrow svg:hover polygon {
  fill: #66b245;
}
.single-pg_publications main .arrow.disabled svg {
  display: none;
}
.single-pg_publications main .arrow.disabled svg.stop {
  display: block;
}
.single-pg_publications main .arrow.arrow-prev {
  left: 0;
}
.single-pg_publications main .arrow.arrow-prev svg {
  padding: 35% 35% 35% 35%;
}
.single-pg_publications main .arrow.arrow-prev svg:hover {
  padding: 35% 45% 35% 25%;
}
.single-pg_publications main .arrow.arrow-prev.active svg {
  padding: 35% 55% 35% 15%;
}
.single-pg_publications main .arrow.arrow-next {
  right: 0;
}
.single-pg_publications main .arrow.arrow-next svg {
  padding: 35% 35% 35% 35%;
}
.single-pg_publications main .arrow.arrow-next svg:hover {
  padding: 35% 25% 35% 45%;
}
.single-pg_publications main .arrow.arrow-next.active svg {
  padding: 35% 15% 35% 55%;
}
@media screen and (max-width: 767px) {
  .single-pg_publications main .arrow.arrow-prev svg {
    padding: 0% 15% 30% 15% !important;
  }
  .single-pg_publications main .arrow.arrow-next svg {
    padding: 15% 15% 15% 15% !important;
  }
}
.single-pg_publications main ul {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51.80722892%;
  width: 87%;
  margin: 0 auto;
}
.single-pg_publications main ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.single-pg_publications main ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #ddd;
}
.single-pg_publications main nav {
  position: relative;
  color: #487157;
  margin-top: 10px;
}
.single-pg_publications main nav h1 {
  text-align: center;
  font-family: 'NewCenturySchoolW01-Rg', serif;
  font-size: 10pt;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
}
@media screen and (max-width: 919px) {
  .single-pg_publications main nav .mobile-clear {
    clear: both;
  }
}
.single-pg_publications main nav a {
  position: absolute;
  top: 0;
  font-size: 9px;
  font-family: 'NewCenturySchoolW01-It', serif;
  text-transform: uppercase;
  width: 17%;
}
@media screen and (max-width: 767px) {
  .single-pg_publications main nav a {
    position: relative;
    width: 50%;
    padding: 0 20px;
    font-size: 13px;
  }
  .single-pg_publications main nav a span {
    display: none;
  }
}
.single-pg_publications main nav a[rel="next"] {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .single-pg_publications main nav a[rel="next"] {
    left: 0;
    float: left;
  }
}
.single-pg_publications main nav a[rel="prev"] {
  right: 30px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .single-pg_publications main nav a[rel="prev"] {
    right: 0;
    float: right;
  }
}
.page-template-template-5050 main,
.page-awards main {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page-template-template-5050 main,
  .page-awards main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-template-5050 main h1,
.page-awards main h1 {
  font-family: 'Bodoni Six ITC W01 Book', serif;
  color: #487157;
  text-transform: uppercase;
  font-size: 1.4em;
}
.page-template-template-5050 main p,
.page-awards main p {
  margin: 5px 0;
}
.page-template-template-5050 main ul,
.page-awards main ul {
  margin: 10px 0;
}
.page-template-template-5050 main .column,
.page-awards main .column {
  position: relative;
  width: 50%;
}
.page-template-template-5050 main .column.left-column,
.page-awards main .column.left-column {
  padding-right: 3%;
  border-right: 1px solid #66b245;
}
@media screen and (max-width: 767px) {
  .page-template-template-5050 main .column.left-column,
  .page-awards main .column.left-column {
    padding: 0;
    border: none;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-template-template-5050 main .column.left-column .slideshow,
.page-awards main .column.left-column .slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 131.86813187%;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.page-template-template-5050 main .column.left-column .slideshow img,
.page-awards main .column.left-column .slideshow img {
  display: none;
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-template-5050 main .column.right-column,
.page-awards main .column.right-column {
  padding-left: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page-template-template-5050 main .column.right-column,
  .page-awards main .column.right-column {
    padding: 0 0 20px 0;
    border: none;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-template-template-5050 main .column .column-content,
.page-awards main .column .column-content {
  width: 100%;
}
.page-profile main p::first-line {
  font-size: 1.2em;
}
.page-affiliations main p {
  line-height: 160%;
}
.page-services main p {
  line-height: 130%;
  margin: 10px 0;
}
.page-services main ul {
  line-height: 170%;
  list-style-type: disc;
  margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */