/*------------------ VARIABLES ------------------
black: #000000
dark gray: #464646
medium gray: #231f20
gray: #393636
light gray: #9c9696
lighter gray: #dbd8d8
brand green: #95bb7b
brand green: #95BB7B
white: #ffffff

text: Raleway medium
bold: Raleway Extrabold
headline: Aachen Std Bold
*/

/*------------------ STRUCTURE ------------------*/

html {
  font-size: 1em;
  line-height: 1em;
}

body {
  background-color: #ffffff;
  color: #464646;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  padding-top: 0;
}

@media (max-width: 767px) {
  body {
    margin-top: 0;
  }
  p {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  body {
    margin-top: 104px;
  }
  p {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  body {
    margin-top: 101px;
  }
  p {
    font-size: 1em;
  }
}

@media (min-width: 1200px) {
  body {
    margin-top: 120px;
  }
}

p {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #464646;
}

a {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #95bb7b;
  text-decoration: none;
  outline: 0;
}

a:hover {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #95bb7b;
  text-decoration: none;
}

strong {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #95bb7b;
}

em {
  font-style: none;
}

i {
  color: #95bb7b;
  font-size: 2em;
}

i:hover {
  color: #95bb7b;
}

h1 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #95bb7b;
  text-transform: uppercase;
}

h2 {
  font-family: "Aachen W01 Bold", sans-serif;
  color: #464646;
  text-transform: uppercase;
  text-align: center;
}

h3 {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #95bb7b;
  text-transform: uppercase;
  text-align: left;
  margin-top: 30px;
}

h4 {
  font-family: "Aachen W01 Bold", sans-serif;
  font-weight: 800;
  color: #95bb7b;
  text-align: left;
}

h5 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #95bb7b;
  text-align: left;
  line-height: 1.5em;
  margin-top: -20px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2em;
    padding: 0;
  }
  main h1:first-child {
    padding-top: 50px;
  }
  h2 {
    font-size: 2em;
    padding: 0;
  }
  h3 {
    font-size: 1.15em;
  }
  h4 {
    font-size: 0.75em;
  }
  h5 {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 2em;
    padding: 0;
  }
  h2 {
    font-size: 2em;
    padding: 0;
  }
  h3 {
    font-size: 1.25em;
  }
  h4 {
    font-size: 1em;
  }
  h5 {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 2em;
    padding: 0;
  }
  h2 {
    font-size: 2em;
    padding: 0;
  }
  h3 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 3.25em;
    padding: 40px 0;
  }
  h2 {
    font-size: 2.25em;
    padding: 30px 0 8px;
  }
  h3 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.2em;
  }
}

.space {
  height: 50px;
}

.page-header {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.vertical {
  position: relative;
  top: 50%;
  transform: translateY(50%);
}

.video-js {
  display: block;
  margin: 0 auto;
}

hr {
  border: 0;
  border-bottom: 7px solid #552244;
  padding-bottom: 8px;
}

a.anchoredlink {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden;
}

.thumbnail {
  border-radius: none;
  border: 0;
}

article {
  height: 100%;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.clear {
  clear: both;
}

/*------------------ BUTTONS ------------------*/

/*------------------ HEADER RESPONSIVE ------------------*/

@media (max-width: 767px) {
  .btn-primary {
    font-size: 1.25em;
    padding: 10px 50px;
  }
  .btn-default {
    font-size: 1em;
    padding: 13px 20px;
  }
  .btn-lg {
    font-size: 1.25em;
    padding: 10px 20px;
  }
}

@media (min-width: 768px) {
  .btn-primary {
    font-size: 2.5em;
    padding: 10px 60px;
  }
  .btn-default {
    font-size: 1em;
    padding: 6px 20px;
  }
  .btn-lg {
    font-size: 1.5em;
    padding: 14px 25px;
  }
}

@media (min-width: 992px) {
  .btn-primary {
    font-size: 2.5em;
    padding: 10px 60px;
  }
  .btn-default {
    font-size: 1em;
    padding: 6px 20px;
  }
  .btn-lg {
    font-size: 1.5em;
    padding: 14px 25px;
  }
}

@media (min-width: 1200px) {
  .btn-primary {
    font-size: 2.5em;
    padding: 10px 60px;
  }
  .btn-default {
    font-size: 1em;
    padding: 6px 12px;
  }
  .btn-lg {
    font-size: 1.5em;
    padding: 14px 30px;
  }
}

.btn-primary {
  background-color: #95bb7b;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: #95bb7b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.btn-default {
  background-color: #95bb7b;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #95bb7b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.btn-lg {
  background-color: #95bb7b;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  outline: 0;
}

.btn-lg:hover,
.btn-lg:active {
  background-color: #95bb7b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.btn-sm {
  background-color: #95bb7b;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 0.75em;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 5px 15px;
}

.btn-sm:hover,
.btn-sm:active {
  background-color: #95bb7b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.btn-green {
  background-color: #95bb7b;
  color: #ffffff;
  font-weight: 700;
}

.btn-green:hover,
.btn-green:active {
  background-color: #95bb7b;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

/*------------------ FORMS ------------------*/

.form-control {
  background-color: #dbd8d8;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.25em;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  transition: none;
  -webkit-transition: none;
  height: 32px;
}

.form-control:focus {
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}

label {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #9c9696;
  text-transform: uppercase;
}

.form-control::-webkit-input-placeholder {
  color: #9c9696;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.form-control::-moz-placeholder {
  color: #9c9696;
  text-transform: uppercase;
  opacity: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.form-control:-ms-input-placeholder {
  color: #9c9696;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

input[type="checkbox"] {
  display: none;
}

.checkbox {
  padding-left: 0;
}

.check {
  position: relative;
}

.check input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.check label {
  cursor: pointer;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  border-radius: 15px;
  background: #dbd8d8;
}

.check label:after {
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00d";
  font-size: 1.25em;
  position: absolute;
  top: 1px;
  left: 6px;
}

.checkbox-label {
  position: absolute;
  left: 30px;
  top: 12px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #656565;
  text-transform: uppercase;
}

ul {
  padding: 0;
  margin: 30px 0;
  list-style: none;
}

li {
  border-left: 5px solid #95bb7b;
  padding-left: 10px;
  color: #393636;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

/*------------------ NAVIGATION ------------------*/

/*------------------ HEADER RESPONSIVE ------------------*/

@media (max-width: 767px) {
  #logo img {
    width: 155px;
  }
  .reverse {
    width: 150px;
  }
  .header-navigation {
    height: 30px;
  }
  .navbar-default {
    float: none !important;
    clear: left;
  }
  .navbar-default .navbar-nav li {
    display: inline-block;
    font-size: 0.65em;
    padding: 0 5px 0;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #95bb7b;
    background-color: transparent;
  }
}

@media (min-width: 768px) {
  #logo {
    width: 250px;
    margin-top: 0;
  }
  #logo img {
    width: 100%;
  }
  .header-navigation {
    height: 46px;
  }
  .navbar-default .navbar-nav > li > a {
    margin-top: 21px;
    font-size: 1em;
    padding: 0;
  }
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.active > a:hover,
  .navbar-default .navbar-nav > li.current-menu-parent > a {
    color: #231f20;
    background-color: transparent;
    border-bottom: 10px solid #95bb7b;
  }
}

@media (min-width: 992px) {
  #logo {
    width: 237px;
  }
  #logo a img {
    width: 100%;
  }
  .header-navigation {
    height: 43px;
  }
  .navbar-default .navbar-nav > li > a {
    margin-top: 18px;
    font-size: 1.15em;
    padding: 2px 15px 3px;
  }
}

@media (min-width: 1200px) {
  #logo {
    width: 373px;
  }
  #logo a img {
    width: 100%;
  }
  .header-navigation {
    height: 66px;
  }
  .navbar-default .navbar-nav > li > a {
    margin-top: 39px;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

header {
  background-color: #ffffff;
}

.navbar {
  margin-top: 0;
  margin-bottom: 0;
}

.header-navigation {
  background-color: #ffffff;
  border-bottom: 1px solid #9c9696;
  position: absolute;
  width: 100%;
}

.nav > li > a {
  padding: 0;
}

.navbar-default {
  background: transparent;
  border: none;
  float: right;
}

.navbar-default .navbar-nav > li {
  border-left: none;
}

.navbar-default .navbar-nav > li > a {
  color: #1d1a1b;
  text-transform: uppercase;
  font-weight: 800;
}

.navbar-default .navbar-nav > li > a:hover {
  background-color: transparent;
  border-bottom: 10px solid #95bb7b;
}

body.blog ul.blog li:nth-child(1) a,
body.page-id-714 li:nth-child(2) a,
body.page-id-160 li:nth-child(3) a,
body.parent-pageid-160 li:nth-child(4) a,
body.page-id-716 li:nth-child(5) a,
body.page-id-3113 li:nth-child(6) a {
  color: #95bb7b;
  border-bottom: 0;
}

@media (max-width: 767px) {
  nav.subnav-bar {
    background-color: #393636;
    height: 50px;
    margin-top: 30px;
  }
  nav.sub-menu {
    margin-top: 75px;
  }
  ul.submenu-nav.blog li a {
    padding: 0 15px 0 0;
    font-size: 0.75em;
  }
  ul.submenu-nav li a:hover,
  ul.submenu-nav li a:active {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  nav.subnav-bar {
    background-color: #393636;
    height: 50px;
    margin-top: 45px;
  }
  ul.submenu-nav.blog li a {
    padding: 15px 6px 1px;
    font-size: 0.95em;
  }
  ul.submenu-nav li a:hover,
  ul.submenu-nav li a:active {
    border-bottom: 10px solid #95bb7b;
  }
}

@media (min-width: 992px) {
  nav.subnav-bar {
    background-color: #393636;
    height: 50px;
    margin-top: 43px;
  }
  ul.submenu-nav.blog li a {
    padding: 15px 16px 1px;
    font-size: 0.95em;
  }
}

@media (min-width: 1200px) {
  nav.subnav-bar {
    background-color: #393636;
    height: 50px;
    margin-top: 66px;
  }
  ul.submenu-nav.blog li a {
    padding: 15px 33px 1px;
    font-size: 0.95em;
  }
}

ul.submenu-nav {
  margin: 0;
}

ul.submenu-nav {
  text-align: center;
}

ul.submenu-nav li a {
  display: inline-block;
  float: left;
  list-style: none;
  padding: 15px 8px 3px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.95em;
}

nav.sub-menu li.menu-item {
  border-left: none;
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 25%;
  overflow: hidden;
}

nav.sub-menu li.menu-item a {
  display: block;
  width: 100%;
}

.menu-item a img {
  height: auto;
  width: 100%;
}

nav.sub-menu span.menu-image-title {
  display: none;
}

nav.sub-menu {
  position: relative;
  z-index: 3;
}

@media (max-width: 767px) {
  nav.sub-menu li.history a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.work a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.staff a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.board a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.partner a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.sponsor a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.empower a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.davis a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.patients a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.monitor a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.disease a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.orphans a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.healthapproach a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.livestock a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.predict a:after {
    font-size: 0.5em;
  }
  nav.sub-menu li.publications a:after {
    font-size: 0.5em;
  }
}

@media (min-width: 768px) {
  nav.sub-menu li.menu-item,
  nav.sub-menu li.menu-item a {
    height: 199px;
  }
  nav.sub-menu li.history a:after {
    font-size: 1em;
  }
  nav.sub-menu li.work a:after {
    font-size: 1em;
  }
  nav.sub-menu li.staff a:after {
    font-size: 1em;
  }
  nav.sub-menu li.board a:after {
    font-size: 1em;
  }
  nav.sub-menu li.partner a:after {
    font-size: 1em;
  }
  nav.sub-menu li.sponsor a:after {
    font-size: 1em;
  }
  nav.sub-menu li.empower a:after {
    font-size: 1em;
  }
  nav.sub-menu li.davis a:after {
    font-size: 1em;
  }
  nav.sub-menu li.patients a:after {
    font-size: 1em;
  }
  nav.sub-menu li.monitor a:after {
    font-size: 1em;
  }
  nav.sub-menu li.disease a:after {
    font-size: 1em;
  }
  nav.sub-menu li.orphans a:after {
    font-size: 1em;
  }
  nav.sub-menu li.healthapproach a:after {
    font-size: 1em;
  }
  nav.sub-menu li.livestock a:after {
    font-size: 1em;
  }
  nav.sub-menu li.predict a:after {
    font-size: 1em;
  }
  nav.sub-menu li.publications a:after {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  nav.sub-menu li.menu-item,
  nav.sub-menu li.menu-item a {
    height: 224px;
  }
  nav.sub-menu li.history a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.work a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.staff a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.board a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.partner a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.sponsor a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.empower a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.davis a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.patients a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.monitor a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.disease a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.orphans a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.healthapproach a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.livestock a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.predict a:after {
    font-size: 1.15em;
  }
  nav.sub-menu li.publications a:after {
    font-size: 1.15em;
  }
}

@media (min-width: 1200px) {
  nav.sub-menu li.menu-item,
  nav.sub-menu li.menu-item a {
    height: 300px;
  }
  nav.sub-menu li.history a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.work a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.staff a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.board a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.partner a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.sponsor a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.empower a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.davis a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.patients a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.monitor a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.disease a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.orphans a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.healthapproach a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.livestock a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.predict a:after {
    font-size: 1.35em;
  }
  nav.sub-menu li.publications a:after {
    font-size: 1.35em;
  }
}

nav.sub-menu li.history a:after {
  content: "HISTORY";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.history {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.history:hover {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-14 li.history a:after {
  color: #95bb7b;
}

nav.sub-menu li.work a:after {
  content: "WHERE WE WORK";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.work {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.work:hover,
nav.sub-menu li.work:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-15 li.work a:after {
  color: #95bb7b;
}

nav.sub-menu li.staff a:after {
  content: "DOCTORS & STAFF";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.staff {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.staff:hover,
nav.sub-menu li.staff:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-11 li.staff a:after,
body.page-id-13 li.staff a:after {
  color: #95bb7b;
}

nav.sub-menu li.board a:after {
  content: "BOARD & ADVISORS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.board {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.board:hover,
nav.sub-menu li.board:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-16 li.board a:after {
  color: #95bb7b;
}

nav.sub-menu li.partner a:after {
  content: "PARTNER COLLABORATIONS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.partner {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.partner:hover,
nav.sub-menu li.partner:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-17 li.partner a:after {
  color: #95bb7b;
}

nav.sub-menu li.sponsor a:after {
  content: "SPONSOR COLLABORATIONS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.sponsor {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.sponsor:hover,
nav.sub-menu li.sponsor:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-18 li.sponsor a:after {
  color: #95bb7b;
}

nav.sub-menu li.empower a:after {
  content: "Wildlife Veterinary Medicine in the Region";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.empower {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.empower:hover,
nav.sub-menu li.empower:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-19 li.empower a:after {
  color: #95bb7b;
}

nav.sub-menu li.davis a:after {
  content: "UC Davis and MGVP Partnership";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.davis {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.davis:hover,
nav.sub-menu li.davis:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-20 li.davis a:after {
  color: #95bb7b;
}

nav.sub-menu li.patients a:after {
  content: "OUR GORILLA PATIENTS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.patients {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.patients:hover,
nav.sub-menu li.patients:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-27 li.patients a:after {
  color: #95bb7b;
}

nav.sub-menu li.monitor a:after {
  content: "MONITORING & INTERVENTION";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.monitor {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.monitor:hover,
nav.sub-menu li.monitor:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-28 li.monitor a:after {
  color: #95bb7b;
}

nav.sub-menu li.disease a:after {
  content: "DISEASE & TRAUMA";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.disease {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.disease:hover,
nav.sub-menu li.disease:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
}

-moz-filter: grayscale(100%);
-moz-transition: all 0.5s ease;
filter: grayscale(100%);
transition: all 0.5s ease;
body.page-id-30 li.disease a:after {
  color: #95bb7b;
}

nav.sub-menu li.orphans a:after {
  content: "ORPHANS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.orphans {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.orphans:hover,
nav.sub-menu li.orphans:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-34 li.orphans a:after {
  color: #95bb7b;
}

nav.sub-menu li.healthapproach a:after {
  content: "ONE HEALTH APPROACH";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.healthapproach {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.healthapproach:hover,
nav.sub-menu li.healthapproach:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-35 li.healthapproach a:after {
  color: #95bb7b;
}

nav.sub-menu li.livestock a:after {
  content: "RESEARCH";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.livestock {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.livestock:hover,
nav.sub-menu li.livestock:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-40 li.livestock a:after {
  color: #95bb7b;
}

nav.sub-menu li.predict a:after {
  content: "PREDICT";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.predict {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.predict:hover,
nav.sub-menu li.predict:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-41 li.predict a:after {
  color: #95bb7b;
}

nav.sub-menu li.publications a:after {
  content: "PUBLICATIONS";
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  line-height: 1em;
}

nav.sub-menu li.publications {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

nav.sub-menu li.publications:hover,
nav.sub-menu li.publications:active {
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease;
  -moz-filter: grayscale(100%);
  -moz-transition: all 0.5s ease;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

body.page-id-42 li.publications a:after {
  color: #95bb7b;
}

#logo {
  float: left;
}

/*------------------ SOCIAL RESPONSIVE ------------------*/

@media (max-width: 767px) {
  .social-navigation li a {
    width: 27px;
  }
  .social-navigation {
    height: 45px;
  }
  .social-navigation ul {
    margin: 10px 0 0 0;
    float: left;
  }
}

@media (min-width: 768px) {
  .menu-item-3975 {
    padding-left: 5px !important;
  }
  .social-navigation li a {
    width: 35px;
  }
  .social-navigation {
    height: 58px;
  }
  .social-navigation ul {
    margin: 19px 0 0;
    float: right;
  }
}

.social-navigation {
  background-color: #1d1a1b;
}

.social-navigation li {
  border-left: none;
  padding: 0;
}

.social-navigation li a {
  visibility: hidden;
  font-weight: 400;
}

.social-navigation li a:before {
  visibility: visible;
}

.social-navigation li.menu-item-80 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f082";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-80 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-3045 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f16d";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-3045 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-74 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f081";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-74 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-4411 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f166";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-4411 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-76 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08c";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-76 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-77 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0d3";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-77 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-78 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f166";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-78 a:hover:before {
  color: #95bb7b;
}

.social-navigation li.menu-item-79 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0d4";
  color: #dbd8d8;
  font-size: 1.75em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
  font-style: normal !important;
  text-rendering: auto;
}

.social-navigation li.menu-item-79 a:hover:before {
  color: #95bb7b;
}

.headernav > li > ul.dropdown-menu {
  right: 0;
  left: auto;
}

.header-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}

/*body .subnav-bar {
  display: none;
}*/

/* Shows navigation for sticky as well as the updates sections */

/*body.sticky .subnav-bar,
body.blog .subnav-bar,
body.page-id-160 .subnav-bar,
body.page-id-714 .subnav-bar,
body.page-id-716 .subnav-bar,
body.page-id-718 .subnav-bar {
  display: block;
}*/

body.blog .page-header,
body.page-id-160 .page-header,
body.page-id-714 .page-header,
body.page-id-716 .page-header,
body.page-id-718 .page-header,
body.page-id-3113 .page-header {
  margin-top: 100px;
}

/*------------------ HOMEPAGE ------------------*/

/*------------------ HOMEPAGE RESPONSIVE ------------------*/

@media (max-width: 767px) {
  .alert {
    padding-top: 60px;
  }
  .alert h2 {
    font-size: 1.5em;
  }

  .feature-area {
    height: 600px;
    margin-top: 0;
    padding-top: 50px;
  }
  .feature-area h1 {
    margin: 30px auto 0;
    font-size: 2.75em;
  }
  .feature-area p {
    font-size: 1em;
    line-height: 1.35em;
  }
  .home-buttons {
    height: 1200px;
  }
  .home-buttons h4 {
    font-size: 2.8em;
  }
}

@media (min-width: 768px) {
  .feature-area {
    height: 600px;
    margin-top: 0;
    padding-top: 70px;
    background-position: center;
  }
  .feature-area h1 {
    margin: 40px auto 0;
    font-size: 3em;
  }
  .feature-area p {
    font-size: 1.15em;
    line-height: 1.75em;
  }
  .home-buttons {
    height: 300px;
  }
  .home-buttons h4 {
    font-size: 1.7em;
  }
}

@media (min-width: 992px) {
  .feature-area {
    height: 600px;
    margin-top: 0;
    padding-top: 0;
  }
  .feature-area h1 {
    margin: 40px auto 0;
    font-size: 4.2em;
  }
  .home-buttons h4 {
    font-size: 2.8em;
  }
}

@media (min-width: 1200px) {
  .feature-area {
    height: 700px;
    margin-top: 0;
  }
  .feature-area h1 {
    margin: 75px auto 0;
    font-size: 4.2em;
  }
}

.feature-area {
  width: 100%;
  background: #95bb7b
    url("//gorilladoctors.wpengine.com/wp-content/uploads/2015/05/feature_mini.jpg")
    no-repeat;
  background-size: cover;
  background-position: 20%;
}

.feature-area h1 {
  font-family: "Aachen W01 Bold", sans-serif;
  line-height: 0.9em;
  color: #ffffff;
  text-shadow: 0 0 10px #000000;
}

.feature-area p {
  margin: 30px 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
}

.home-buttons {
  background-color: #231f20;
  vertical-align: middle;
}

.home-buttons a {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: 300px;
  width: 100%;
  padding-top: 50px;
  text-decoration: none;
  outline: 0;
}

.home-buttons a:hover {
  background-color: #1d1a1b;
}

.home-buttons .btn:hover {
  background-color: #552244;
}

.home-buttons h4 {
  margin-top: 90px;
  font-family: "Aachen W01 Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}

.home-buttons i {
  position: absolute;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 5em;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.home-buttons a:hover i {
  color: #552345;
  font-size: 6em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.orphan-slider {
  width: 100%;
}

.orphan-slider h3 {
  font-family: "Aachen W01 Bold", sans-serif;
  font-size: 3em;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
  padding-top: 20px;
}

.orphan-slider p {
  font-family: "Raleway", sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 10px #000000;
}

.slick-slider {
  margin-bottom: 0;
}

div.slide {
  background-position-x: 30% !important;
  background-size: cover !important;
}

.orphan-slider-buttons {
  width: 100%;
  background-color: #393636;
  height: 45px;
}

.orphan-slider-buttons ul {
  padding: 0;
  margin: 0;
}

.orphan-slider-buttons li {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  border-left: none;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .did-you-know {
    padding-top: 0;
    padding-bottom: 0;
  }
  .did-you-know p {
    font-size: 1em;
  }
  .orphan-slider-buttons li {
    margin: 0;
    padding: 10px 4px 3px;
  }
  .orphan-slider-buttons li:hover {
    color: #95bb7b;
  }
}

@media (min-width: 768px) {
  .did-you-know p {
    font-size: 1.25em;
  }
  .did-you-know {
    padding: 50px 0;
  }
  .orphan-slider-buttons li {
    margin: 0 20px;
    padding: 10px 5px 2px;
  }
  .orphan-slider-buttons li:hover {
    border-bottom: 10px solid #95bb7b;
  }
}

@media (min-width: 992px) {
  .did-you-know {
    padding: 50px 0;
  }
  .did-you-know p {
    font-size: 1.25em;
  }
  .orphan-slider-buttons li {
    margin: 0 30px;
    padding: 10px 15px 3px;
  }
}

@media (min-width: 1200px) {
  .did-you-know {
    padding: 50px 0 50px;
  }
}

.did-you-know h2 {
  font-size: 4em;
  border-bottom: 0;
}

.did-you-know h3 {
  font-family: "Aachen W01 Bold", sans-serif;
  font-size: 2.5em;
  color: #231f20;
  text-transform: uppercase;
  text-align: center;
  border-bottom: 0;
  padding-bottom: 8px;
}

.did-you-know p {
  line-height: 2em;
  text-align: center;
}

.did-you-know p a {
  color: #95bb7b;
  font-weight: 800;
}

.did-you-know p a:hover {
  color: #552345;
  text-decoration: none;
}

/*------------------ FOOTER ------------------*/

@media (max-width: 767px) {
  .social-footer {
    float: none;
  }
}

@media (min-width: 768px) {
  .social-footer {
    float: right;
  }
}

@media (min-width: 992px) {
  .social-footer {
    float: right;
  }
}

@media (min-width: 1200px) {
  .social-footer {
    float: right;
  }
}

.ecotours {
  width: 100%;
  padding: 0;
  background-color: #dbd8d8;
  margin-top: 50px;
}

.ecotours h2 {
  color: #000000 !important;
  text-align: left;
  border-bottom: 0;
  padding: 0;
}

.ecotours p {
  margin-top: 3%;
}

.ecotours strong {
  color: #552345;
}

.fat-footer {
  width: 100%;
  padding: 40px 0;
  background-color: #9c9696;
}

.fat-footer h3,
.fat-footer h3 a {
  color: #393636;
  text-transform: uppercase;
  text-align: left;
}

.fat-footer h3 a:hover {
  color: #95bb7b;
}

.fat-footer ul {
  margin: 10px 0 -20px;
}

.fat-footer li {
  border-left: none;
  padding: 0;
}

.fat-footer li a {
  visibility: hidden;
  width: 35px;
  font-weight: 400;
}

.fat-footer li a:before {
  visibility: visible;
}

.fat-footer li.menu-item-80 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f082";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-80 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-3045 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f16d";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-3045 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-74 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f081";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-74 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-4411 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f166";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-4411 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-76 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f08c";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-76 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-77 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0d3";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-77 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-78 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f166";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-78 a:hover:before {
  color: #95bb7b;
}

.fat-footer li.menu-item-79 a:before {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f0d4";
  color: #dbd8d8;
  font-size: 1.75em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.fat-footer li.menu-item-79 a:hover:before {
  color: #95bb7b;
}

.fat-footer article h4 {
  text-align: left;
}

.fat-footer article h4 a {
  color: #1d1a1b;
  font-size: 1em;
  line-height: 1.35em;
  text-align: left;
}

.fat-footer article h4 a:hover {
  color: #95bb7b;
}

.fat-footer article h5 {
  font-size: 1em;
  text-align: left;
  text-transform: uppercase;
  margin-top: -5px;
  margin-bottom: 5px;
}

#footer_nav {
  margin-top: 20px;
}

#footer_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer_nav li {
  display: inline;
  margin-right: 10px;
}

#footer_nav li.active a {
  font-weight: bold;
}

#footer_nav > ul.menu > li {
  margin: 0;
  padding: 0;
}

#footer_nav > ul.menu > li > a {
  visibility: visible;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1.45em;
  color: #393636;
  text-transform: uppercase;
  width: 100%;
}

#footer_nav > ul.menu > li > a:hover {
  color: #95bb7b;
}

#footer_nav ul.sub-menu li {
  margin: 0;
  padding: 0;
}

#footer_nav ul.sub-menu li a {
  visibility: visible;
  display: block;
  width: 100%;
  color: #1d1a1b;
  margin: 5px 0;
}

#footer_nav ul.sub-menu li a:hover {
  color: #95bb7b;
}

#footer_nav ul.sub-menu {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  margin-bottom: 20px;
}

.colophon {
  width: 100%;
  padding: 20px 0;
  background-color: #231f20;
  font-size: 0.75em;
}

.colophon p {
  color: #9c9696;
  text-transform: uppercase;
}

.colophon a {
  color: #9c9696;
  text-transform: uppercase;
  margin-right: 5px;
}

.colophon a:hover {
  color: #95bb7b;
}

.colophon p > a {
  color: #95bb7b;
}

.colophon p > a:hover {
  color: #552345;
}

/*------------------ LISTS OF PEOPLE ------------------*/

@media (max-width: 767px) {
  .profile {
    height: 100%;
    margin-bottom: 0;
  }
  .profile-image {
    height: 100%;
    margin-bottom: -20px;
  }
  .profile .profile-info {
    height: 100%;
    font-size: 0.85em;
  }
  .board-profile {
    height: 200px;
  }
  .board-profile-image {
    height: 150px;
  }
  .board-profile .profile-info {
    height: 150px;
    margin-top: -20px;
  }
  .partner-profile {
    height: 250px;
  }
  .partner-profile-image {
    height: 120px;
  }
  .sponsor-profile {
    height: 200px;
  }
  .sponsor-profile-image {
    height: 120px;
  }
  .sponsor-profile-image img {
    width: 150px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .board-profile {
    height: 330px;
  }
  .board-profile-image {
    height: 300px;
  }
  .board-profile .profile-info {
    height: 150px;
    margin-top: -20px;
  }
  .partner-profile {
    height: 250px;
  }
  .partner-profile-image {
    height: 120px;
  }
  .partner-profile h3 {
    height: 70px;
    font-size: 1em;
  }
  .sponsor-profile h3 {
    height: 70px;
    font-size: 1em;
  }
  .sponsor-profile-image img {
    width: 150px;
  }
}

@media (min-width: 768px) {
  .profile {
    height: 470px;
    margin-bottom: 50px;
  }
  .profile-image {
    height: 290px;
  }
  #infoBox #closeBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-template-page-team #infoBox #closeBtn {
    position: absolute;
    top: -290px;
    right: 0;
  }
  .profile .profile-info {
    height: 140px;
    font-size: inherit;
  }
  .board-profile {
    height: 320px;
  }
  .board-profile-image {
    height: 190px;
  }
  .board-profile .profile-info {
    height: 130px;
    margin-top: -20px;
  }
  .partner-profile {
    height: 300px;
  }
  .partner-profile-image {
    height: 140px;
  }
  .partner-profile h3 {
    height: 70px;
    font-size: 1em;
  }
  .sponsor-profile {
    height: 300px;
  }
  .sponsor-profile-image {
    height: 140px;
  }
  .sponsor-profile h3 {
    height: 70px;
    font-size: 1em;
  }
  .sponsor-profile-image img {
    width: 150px;
  }
}

@media (min-width: 992px) {
  .profile {
    height: 550px;
  }
  .profile-image {
    height: 380px;
  }
  .page-template-page-team #infoBox #closeBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  #infoBox #closeBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .board-profile {
    height: 400px;
  }
  .board-profile-image {
    height: 250px;
  }
  .board-profile .profile-info {
    height: 150px;
    margin-top: 0;
  }
  .partner-profile {
    height: 400px;
  }
  .partner-profile-image {
    height: 200px;
  }
  .partner-profile h3 {
    height: 90px;
    font-size: 1.25em;
  }
  .sponsor-profile {
    height: 400px;
  }
  .sponsor-profile-image {
    height: 200px;
  }
  .sponsor-profile h3 {
    height: 90px;
    font-size: 1.25em;
  }
  .sponsor-profile-image img {
    width: 200px;
  }
}

@media (min-width: 1200px) {
  .profile {
    height: 650px;
  }
  .profile-image {
    height: 430px;
  }
  #infoBox #closeBtn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .board-profile {
    height: 400px;
  }
  .board-profile-image {
    height: 250px;
  }
  .board-profile .profile-info {
    height: 150px;
  }
  .partner-profile {
    height: 400px;
  }
  .partner-profile-image {
    height: 200px;
  }
  .partner-profile h3 {
    height: 70px;
  }
  .sponsor-profile {
    height: 400px;
  }
  .sponsor-profile h3 {
    height: 70px;
  }
  .sponsor-profile-image img {
    width: 250px;
  }
}

.background {
  display: none;
  width: 100%;
}

.profile {
  text-align: center;
}

.profile-image {
  overflow: hidden;
}

.profile-image img {
  width: 100%;
}

.profile .profile-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.profile button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.board-profile {
  text-align: center;
  margin-bottom: 50px;
}

.board-profile-image {
  overflow: hidden;
}

.board-profile-image img {
  width: 100%;
}

.board-profile .profile-info {
  position: relative;
  width: 100%;
  text-align: center;
}

.board-profile button {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.partner-profile {
  text-align: center;
  margin-bottom: 50px;
}

.partner-profile-image {
  overflow: hidden;
}

.partner-profile-image img {
  width: 250px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
}

.sponsor-profile {
  text-align: center;
  margin-bottom: 50px;
}

.sponsor-profile-image {
  overflow: hidden;
}

.sponsor-profile-image img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 50%;
  left: 0;
  right: 0;
}

#infoBox {
  background-color: #1d1a1b;
  text-align: left;
  padding: 30px 0;
  margin-bottom: 50px;
}

#infoBox h1 {
  font-family: "Aachen W01 Bold", sans-serif;
  font-size: 3em;
  color: #95bb7b;
  text-transform: uppercase;
  margin: 0;
  width: 85%;
  padding: 20px 0 0;
}

#infoBox h2 {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.5em;
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 0;
  text-align: left;
  margin: 0;
  margin-bottom: 10px;
}

#infoBox strong {
  font-weight: 800;
  color: #95bb7b;
}

#infoBox p {
  color: #ffffff;
  font-size: 0.9em;
  line-height: 1.75em;
}

.past-docs .row {
  margin-bottom: 40px;
}

/*------------------ INTERACTIVE ------------------*/

.interactive {
  width: 100%;
  background-color: #231f20;
  padding: 50px 0 100px;
  margin-top: 30px;
}

.interactive p {
  color: #ffffff;
}

.interactive h1 {
  color: #9c9696;
  font-family: "Aachen W01 Bold", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  padding: 0;
}

.interactive h2 {
  color: #95bb7b;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  text-align: center;
  border-bottom: 0;
}

.interactive h3 {
  color: #552345;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  font-size: 1em;
  text-transform: initial;
  text-align: center;
  border-bottom: 0;
}

.interactive h4 {
  color: #9c9696;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.9em;
  text-transform: initial;
  text-align: center;
  margin-top: 20px;
}

.interactive small {
  color: #9c9696;
  font-size: 0.75em;
  text-align: center;
}

.interactive li {
  color: #9c9696;
  padding-bottom: 10px;
}

.patients-map {
  margin-top: 60px;
  text-align: center;
}

.bwindi-park,
.virunga {
  cursor: pointer;
}

.bwindi-park:hover h1 {
  color: #dbd8d8;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.virunga:hover h1 {
  color: #dbd8d8;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.uganda,
.congo {
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
}

.virunga:hover ~ .africa-map .congo {
  fill: #552345;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.bwindi-park:hover + .africa-map .uganda {
  fill: #552345;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

@media (max-width: 767px) {
  .interactive h1 {
    font-size: 2em;
  }
  .interactive h2 {
    font-size: 4em;
    margin: 0;
    padding: 0;
  }
  .interactive h4 {
    font-size: 1em;
  }
  .interactive p {
    font-size: 1em;
  }
  .interactive .map a {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (min-width: 768px) {
  .rwanda-link {
    bottom: 150px;
    right: -30px;
    font-size: 2em;
    line-height: 1.25em;
  }
  .uganda-link {
    top: 110px;
    right: -70px;
    font-size: 2em;
    line-height: 1.25em;
  }
  .drc-link {
    top: 90px;
    left: -110px;
    font-size: 2em;
    line-height: 1.25em;
  }
}

@media (min-width: 992px) {
  .interactive h1 {
    font-size: 2em;
  }
  .interactive h2 {
    font-size: 4em;
    margin: 0;
    padding: 0;
  }
  .interactive h4 {
    font-size: 0.75em;
  }
  .interactive p {
    font-size: 1em;
  }
  .interactive .map a {
    font-size: 40px;
    line-height: 40px;
  }
  .rwanda-link {
    bottom: 150px;
    right: 0;
  }
  .uganda-link {
    top: 150px;
    right: -100px;
  }
  .drc-link {
    top: 80px;
    left: -100px;
  }
}

@media (min-width: 1200px) {
  .interactive h1 {
    font-size: 2.75em;
  }
  .interactive h2 {
    font-size: 6em;
  }
  .interactive h4 {
    font-size: 1.15em;
  }
  .interactive .map a {
    font-size: 40px;
    line-height: 40px;
  }
  .rwanda-link {
    bottom: 150px;
    right: 0;
  }
  .uganda-link {
    top: 150px;
    right: -100px;
  }
  .drc-link {
    top: 80px;
    left: -80px;
  }
}

.interactive {
  width: 100%;
  background-color: #231f20;
  padding: 40px 0;
  margin-top: 30px;
}

.map {
  position: relative;
  top: 0;
}

.rwanda-link,
.uganda-link,
.drc-link {
  position: absolute;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

.rwanda-link:hover ~ svg > path.work-rwanda,
.uganda-link:hover ~ svg > path.work-uganda,
.drc-link:hover ~ svg > path.work-congo {
  fill: #552345;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
}

/*.wherewework-interactive { height: 560px; }
.wherewework { text-align: center; position: relative; }
.regional-headquarters, .wildlife-staff { cursor: pointer; }
.wildlife-staff { position: absolute; top: 230px; }
.wherewework-map { position: absolute; top: 10px; }
.regional-headquarters:hover h1 { color: #dbd8d8; transition: all 1s ease; -webkit-transition: all 1s ease; }
.wildlife-staff:hover h1 { color: #dbd8d8; transition: all 1s ease; -webkit-transition: all 1s ease; }
.work-rwanda, .work-uganda { transition: all 1s ease; -webkit-transition: all 1s ease; }
.wildlife-staff:hover ~ .wherewework-map .work-uganda { fill: #552244; transition: all 1s ease; -webkit-transition: all 1s ease; }
.regional-headquarters:hover ~ .wherewework-map .work-rwanda { fill: #552244; transition: all 1s ease; -webkit-transition: all 1s ease; }*/

.uc-davis {
  text-align: center;
}

@media (max-width: 767px) {
  .timeline-1980s h1,
  .timeline-1985 h1,
  .timeline-1994 h1,
  .timeline-2006 h1 {
    margin-left: -70px;
  }
  .timeline-1984 h1,
  .timeline-1986 h1,
  .timeline-1997 h1,
  .timeline-2014 h1 {
    margin-left: 190px;
  }
  .timeline {
    height: 100%;
  }
  .timeline p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .timeline-1980s h1,
  .timeline-1985 h1,
  .timeline-1994 h1,
  .timeline-2006 h1 {
    margin-left: -70px;
  }
  .timeline-1984 h1,
  .timeline-1986 h1,
  .timeline-1997 h1,
  .timeline-2014 h1 {
    margin-left: 190px;
  }
  .timeline p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .timeline-1980s h1,
  .timeline-1985 h1,
  .timeline-1994 h1,
  .timeline-2006 h1 {
    margin-left: -70px;
  }
  .timeline-1984 h1,
  .timeline-1986 h1,
  .timeline-1997 h1,
  .timeline-2014 h1 {
    margin-left: 160px;
  }
  .timeline {
    height: 550px;
  }
  .timeline p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .timeline-1980s h1,
  .timeline-1985 h1,
  .timeline-1994 h1,
  .timeline-2006 h1 {
    margin-left: -70px;
  }
  .timeline-1984 h1,
  .timeline-1986 h1,
  .timeline-1997 h1,
  .timeline-2014 h1 {
    margin-left: 190px;
  }
  .timeline p {
    font-size: 1.2em;
    line-height: 2em;
    margin-top: 20px;
  }
}

.timeline {
  text-align: center;
  margin-bottom: 50px;
  padding: 30px 0;
}

.timeline h1 {
  cursor: pointer;
}

.timeline h2 {
  font-size: 3em;
}

.timeline h1:hover,
.timeline-1980s.hover h1 {
  color: #552345;
}

.timeline-line {
  width: 100%;
  height: 5px;
  background-color: #552345;
  margin-top: 85px;
}

.timeline-details p {
  display: none;
}

.timeline-1980s:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 90px 90px 0 0;
  background-color: #552345;
  top: 70px;
  margin: 0 0 0 -55px;
  padding: 0;
}

.timeline-1985:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 90px 90px 0 0;
  background-color: #552345;
  top: 70px;
  margin: 0 0 0 -55px;
  padding: 0;
}

.timeline-1994:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 90px 90px 0 0;
  background-color: #552345;
  top: 70px;
  margin: 0 0 0 -55px;
  padding: 0;
}

.timeline-2006:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 90px 90px 0 0;
  background-color: #552345;
  top: 70px;
  margin: 0 0 0 -55px;
  padding: 0;
}

.timeline-1984:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 0 0 90px 90px;
  background-color: #552345;
  top: 0;
  margin: 0 0 0 80px;
  padding: 0;
}

.timeline-1986:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 0 0 90px 90px;
  background-color: #552345;
  top: 0;
  margin: 0 0 0 80px;
  padding: 0;
}

.timeline-1997:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 0 0 90px 90px;
  background-color: #552345;
  top: 0;
  margin: 0 0 0 80px;
  padding: 0;
}

.timeline-2014:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 30px;
  border-radius: 0 0 90px 90px;
  background-color: #552345;
  top: 0;
  margin: 0 0 0 80px;
  padding: 0;
}

.timeline-1980s:hover ~ .timeline-details p:nth-child(1),
.timeline-1980s.hover ~ .timeline-details p:nth-child(1) {
  display: block;
}

.timeline-1984:hover ~ .timeline-details p:nth-child(2) {
  display: block;
}

.timeline-1985:hover ~ .timeline-details p:nth-child(3) {
  display: block;
}

.timeline-1986:hover ~ .timeline-details p:nth-child(4) {
  display: block;
}

.timeline-1994:hover ~ .timeline-details p:nth-child(5) {
  display: block;
}

.timeline-1997:hover ~ .timeline-details p:nth-child(6) {
  display: block;
}

.timeline-2006:hover ~ .timeline-details p:nth-child(7) {
  display: block;
}

.timeline-2014:hover ~ .timeline-details p:nth-child(8) {
  display: block;
}

.video {
  margin-bottom: 50px;
}

/*------------------ NEWS/BLOG ------------------*/

body.blog h2,
body.archive h2,
body.single h2 {
  color: #552244;
  text-transform: none;
  text-align: left;
  border-bottom: 0;
}

body.blog h2 a,
body.archive h2 a,
body.single h2 a {
  font-family: "Raleway", sans-serif;
  color: #552345;
}

body.blog h2 a:hover,
body.archive h2 a:hover,
body.single h2 a:hover {
  color: #95bb7b;
}

body.blog p,
body.archive p {
  margin-bottom: 60px;
}

body.blog img,
body.archive img {
  margin-right: 20px;
}

body.blog em,
body.archive em,
body.single em {
  font-weight: 800;
  color: #393636;
  font-style: normal;
}

body.single .thumbnail-caption {
  width: 100% !important;
  float: left;
  margin-bottom: 40px;
  color: #95bb7b;
  font-weight: 800;
}

body.single .full-image-block {
  text-align: center;
}

body.single p img,
body.single iframe {
  display: block;
  margin: 20px auto 10px;
}

body.single span {
  font-size: 1em !important;
}

body.single h1 {
  text-transform: none;
}

@media (max-width: 767px) {
  body.blog h2 a,
  body.archive h2 a,
  body.single h2 a {
    font-size: 1em;
  }
}

@media (min-width: 768px) {
  body.blog h2 a,
  body.archive h2 a,
  body.single h2 a {
    font-size: 1em;
  }
}

@media (min-width: 992px) {
  body.blog h2 a,
  body.archive h2 a,
  body.single h2 a {
    font-size: 1.25em;
  }
}

@media (min-width: 1200px) {
  body.blog h2 a,
  body.archive h2 a,
  body.single h2 a {
    font-size: 1em;
  }
}

/*------------------ NEWS/BLOG ------------------*/

body.page-id-42 h3 {
  color: #552345;
}

.page-id-718 img,
.page-id-716 img {
  margin-bottom: 20px;
}

div[id^="attachment"] img {
  max-width: 100%;
  height: auto;
}
div[id^="attachment"] {
  max-width: 100%;
}

@media (max-width: 767px) {
  body.single-post img.aligncenter,
  body.single-post div.aligncenter {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .wp-caption.aligncenter {
    width: auto !important;
  }
}

.wp-caption.aligncenter {
  margin: 0 auto;
}

.wp-caption-text {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #552345;
}

/*------------------ NEWS/BLOG ------------------*/

.orphan-list {
  margin: 40px 0;
}

.pagination {
  display: block;
}

.page-numbers {
  margin-right: 20px;
}

.screen-reader-text {
  display: none;
}

.page-numbers.current {
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  color: #552345;
}

.page-id-21 h1 {
  margin-top: 50px;
}

.page-id-19 .col-md-6 .col-md-4 img {
  margin-top: 10px;
}

.page-id-19 .col-md-6 img {
  margin-top: 50px;
}

#fbcomments,
.fb-comments,
.fb-comments iframe[style],
.fb-comments span {
  width: 100% !important;
}

.popmake-title {
  font-family: "Aachen W01 Bold", sans-serif !important;
}

#popmake-2124 > div.pum-content.popmake-content > p {
  margin-bottom: 0px !important;
}

#mti_wfs_colophon,
.ctct-gdpr-text {
  display: none !important;
}
.page-id-3105 .gd-main-content {
  min-height: 0 !important;
  overflow: hidden;
}

/*   Custom styles for GDLA 2019   */

.page-id-3105 .gd-main-content {
  background: #b7b7b7;
}
.page-id-3105 .gd-main-content .container:first-child {
  display: none;
}
.gdla-contents {
  display: flex;
  margin-top: -29px;
  text-align: center;
}
.gdla-contents p {
  letter-spacing: 0;
  text-transform: none;
}
.gdla-contents h2 {
  border: 0;
}

.gdla-contents form {
  display: flex;
  margin-top: 10px;
}
.gdla-contents label {
  color: #000;
  margin: 0 10px 0 0 !important;
  text-transform: none;
}
.gdla-contents label:before {
  display: none !important;
}
.gdla-contents input {
  flex: 1;
}
.gdla-contents button {
  padding: 5px 15px !important;
  width: auto !important;
}

#email_address_field_0 {
  align-items: center;
  display: flex;
  flex: 1;
  margin: 0 !important;
}

.ctct-form-errorMessage {
  background: #fff;
  border-radius: 15px;
  font-size: 0.8rem !important;
  font-weight: 500;
  padding: 5px 25px;
  position: absolute;
  top: 65px;
}
#ctct_form_0 {
  margin: 15px;
  min-height: 0 !important;
  position: relative;
}
.ctct-form-defaults {
  padding: 0 !important;
}

.gdla-contents + footer .fat-footer {
  display: none;
}
.gdla-logo {
  height: auto;
  margin: 10px 0;
  width: 100%;
}

.gdla-left {
  background: #fff;
}
.gdla-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gdla-left,
.gdla-right {
  padding: 25px;
}

.gdla-header {
  color: #85c442;
  font-size: 2.5em;
  font-weight: 200;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-transform: none;
}

.gdla-subheader {
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
  word-spacing: 2px;
}

.gdla-subheader span {
  color: #85c442;
}

.gdla-box {
  border: 2px solid #85c442;
  margin: 50px 10px 35px;
  padding: 25px 15px 15px;
  position: relative;
  text-transform: none;
}

.gdla-box:after {
  background: url(https://www.gorilladoctors.org/wp-content/uploads/2019/06/pulse.svg)
    no-repeat center center/50px;
  bottom: -15px;
  content: "";
  height: 35px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  width: 100px;
}

.gdla-box:not(*:root):after {
  background-size: 52px;
}

.gdla-box p {
  color: #636468;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 20px;
}

.gdla-box-header {
  background: #fff;
  color: #85c442;
  font: 300 1.9rem/0.9 "Aachen W01 Bold", sans-serif;
  left: 50%;
  margin-left: -135px;
  position: absolute;
  top: -50px;
  white-space: nowrap;
  width: 270px;
}

.gdla-box-header small {
  color: inherit;
  display: block;
  font-size: 0.6em;
  opacity: 0.8;
}

.gdla-box p.gdla-small {
  font-size: 1em;
  font-weight: 500;
  margin: 10px 0 25px;
  opacity: 0.7;
}

.gdla-italic {
  color: #85c442;
  font-size: 1rem;
  font-weight: 700;
}

.gdla-link {
  color: #606165;
  font-size: 1rem;
  font-weight: 900;
}

.gdla-reg-header {
  color: #fff;
  font: 300 3rem/0.9 "Aachen W01 Bold", sans-serif;
  margin: 0 0 25px;
  padding: 0;
  text-transform: none;
}

.gdla-reg-subheader {
  font-size: 1.7em;
  margin: 15px 0 0;
  padding: 0;
  text-transform: none;
}

.gdla-reg-subheader + .row p:first-child {
  display: none;
}

.gdla-right p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

.gdla-right p.gdla-guests {
  font-size: 1.1em;
  line-height: 1.8;
}

.parent-pageid-39
  .navbar-default
  .navbar-nav
  > #menu-item-217.current-menu-parent
  > a {
  border-color: transparent;
}

@media (max-width: 400px) {
  .gdla-header {
    font-size: 2rem;
  }
}

@media (max-width: 475px) {
  .gdla-reg-header {
    font-size: 2.3rem;
  }
}

@media (max-width: 475px), (min-width: 768px) AND (max-width: 1199px) {
  .gdla-subheader span {
    display: block;
  }
}

@media (max-width: 767px) {
  .gdla-contents {
    flex-direction: column;
    padding: 0;
  }
  .gdla-header {
    padding-top: 20px !important;
  }
  .gdla-reg-header {
    padding-top: 25px !important;
  }
  .gdla-contents form {
    margin-bottom: 35px;
  }

  .page-template-page-full-width-medium-margin-no-title main {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .gdla-left,
  .gdla-right {
    width: 50%;
  }
  .gdla-reg-header {
    font-size: 2.3rem;
  }
}

@media (max-width: 991px) {
  .gdla-header:not(*:root) {
    padding-top: 20px !important;
  }
  .ctct-form-errorMessage {
    left: 0;
    right: 0;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .gdla-header:not(*:root) {
    padding-top: 70px !important;
  }
  .alert {
    margin-bottom: 7px;
    margin-top: 55px !important;
  }
  .alert > h2 {
    font-size: 1.75em;
  }
}

@media (min-width: 768px) {
  .alert {
    margin-top: 5px;
    background: #552244 !important;
  }
  .alert * {
    color: white;
    text-align: center;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .gdla-left,
  .gdla-right {
    padding: 35px;
  }
  .gdla-box p {
    font-size: 1.4rem;
  }
  .gdla-italic {
    font-size: 1.1rem;
  }
  .gdla-box-header {
    margin-left: -145px;
    width: 290px;
  }
  .gdla-reg-header {
    font-size: 3rem;
  }
  .gdla-right p {
    font-size: 1.4rem;
  }
  .gdla-right p.gdla-guests {
    font-size: 1.2em;
  }
  .gdla-reg-subheader {
    font-size: 2em;
  }
  .ctct-form-errorMessage {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .gdla-left,
  .gdla-right {
    padding: 50px;
  }
  .gdla-reg-header {
    font-size: 3.5rem;
  }
  .alert {
    margin-bottom: 10px;
    margin-top: 5px !important;
    top: 3px;
  }
}

/* .page-id-3118 .gd-main-content .container,.page-id-3118 .gd-main-content p {display:none;} */

.alert {
  border-radius: 0;
  padding: 10px !important;
  position: relative;
  z-index: 999;
}

.alert > h2 {
  line-height: 1;
  margin-bottom: -8px !important;
}
