body {
  font-family: 'Libre Baskerville';
  color: white;
}
.photopane {
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
.color-pane {
  overflow: hidden;
  max-width: 2200px;
  width: 100%;
}
.body-wrapper {
  position: relative;
}
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.button-container {
  width: 100%;
}
.button-container .button-wrapper {
  width: 200px;
}
.button-container .button-wrapper a,
.button-container .button-wrapper input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  padding: 15px 0px;
}
.button-container .button-wrapper.text-center {
  margin: 0px auto;
}
.btn {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.btn:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  color: white;
}
.btn-strong {
  border-width: 2px !important;
  font-size: 18px;
}
.btn-light {
  border-width: 1px !important;
  font-size: 18px;
}
.content-wrapper {
  min-height: 100%;
}
.section-description {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
.navbar-default .container-fluid {
  max-width: 992px;
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-default .container-fluid .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-default .container-fluid .navbar-right {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  opacity: .8;
  width: 100%;
  margin-right: 0px;
}
.navbar-default .container-fluid .navbar-right li a {
  color: white;
  cursor: pointer;
  font-family: 'Libre Baskerville';
  font-size: 22px;
  font-weight: 400;
}
.navbar-default .container-fluid .navbar-right li a:hover {
  opacity: .6;
}
.navbar-default .container-fluid .navbar-brand {
  display: none;
  padding-top: 0px;
}
.navbar-default .container-fluid .navbar-brand .navbar-left {
  position: relative;
  opacity: .8;
}
.navbar-default .container-fluid .navbar-brand .navbar-left h2 {
  font-size: 50px;
  left: 0px;
  margin: 0px;
  position: absolute;
  top: 0px;
}
.navbar-default .container-fluid .navbar-brand .navbar-left div {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-left: 62px;
}
.navbar-default .container-fluid .navbar-brand .navbar-left div h5 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 10px;
  margin: 0px;
  position: relative;
}
.navbar-default .container-fluid .navbar-brand .navbar-left div h5:first-of-type {
  margin-top: 4px;
}
.navbar-default .container-fluid .navbar-brand .navbar-left div h5:last-of-type {
  letter-spacing: 12px;
  margin-top: -5px;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .navbar-default .navbar-right li a {
    font-size: 18px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
footer {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  bottom: 0px;
  height: 140px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
footer .wrapper {
  position: relative;
}
footer ul {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  display: flex;
  justify-content: space-between;
  opacity: .8;
  width: 100%;
}
footer ul li {
  font-family: 'Libre Baskerville';
  padding-top: 15px;
}
footer ul li:hover {
  opacity: .6;
}
footer ul li a {
  color: white !important;
  font-size: 22px;
  opacity: .9;
  text-decoration: none !important;
}
footer h4 {
  opacity: .8;
}
footer h4 img {
  height: 20px;
  width: auto;
  vertical-align: baseline;
}
footer h4 img:hover {
  opacity: .7;
}
footer h6 {
  bottom: 0px;
  letter-spacing: 4px;
  margin-bottom: 2px;
  opacity: .3;
  position: absolute;
  text-align: center;
  width: 100%;
}
footer form {
  right: 0;
  position: absolute;
  top: 58px;
  width: 345px;
}
footer form .inline-element {
  display: inline-block;
}
footer form .newsletter-input {
  background-color: black;
  border: none;
  font-size: 18px;
  height: 35px;
  opacity: .5;
  outline: none;
  padding-left: 10px;
  width: 300px;
  margin-bottom: 5px;
}
footer form .submit-container {
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  margin-left: -4px;
  vertical-align: top;
}
footer form .submit-container .newsletter-submit {
  opacity: 0;
  cursor: pointer;
  background-color: gray;
  height: 35px;
  margin-left: -5px;
  text-decoration: none;
  width: 45px;
  outline: none;
  border-width: 0px;
}
footer form .submit-container .submit-icon {
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  display: block;
  font-size: 29px;
  height: 26px;
  left: 7px;
  position: absolute;
  top: 2px;
  width: 26px;
}
footer form .submit-container:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
footer form label {
  color: white;
  font-size: 10px;
  font-weight: 200;
  text-decoration: none;
  margin: 0px 0px 0px 33px;
}
@media screen and (max-width: 999px) {
  footer .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer form {
    right: 20px;
  }
  footer ul li a {
    font-size: 18px ;
    padding-left: 0px ;
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.slide-1 {
  background: url("../img/backgrounds/homepage1_small.jpg") center bottom;
}
.slide-2 {
  background: url("../img/backgrounds/IMG_0267_small.jpg") center center;
}
.slide-3 {
  background: url("../img/backgrounds/IMG_0373_small.jpg") center center;
}
.carousel {
  margin-bottom: -20px;
}
.carousel-slide {
  background-color: #1f4d3e;
  height: 620px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
  padding-top: 300px;
}
.carousel-slide .black-top-gradient {
  background: #000000;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#d1d1d1', GradientType=0);
  height: 400px;
}
.carousel-slide .wrapper {
  position: relative;
}
.carousel-slide .wrapper img {
  height: auto;
  margin-left: 10%;
  opacity: .93;
  position: absolute;
  top: -220px;
  width: 80%;
}
.carousel-slide .wrapper h2 {
  padding-top: 30px;
}
.carousel-slide .button-container {
  position: absolute;
  bottom: 100px;
}
.carousel-slide .button-container .button-wrapper {
  width: 260;
}
.carousel-slide #quotes-gradient {
  background: #e2e2e2;
  background: -moz-linear-gradient(top, transparent, transparent, #1f4d3e 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #e2e2e2), color-stop(0%, #d1d1d1), color-stop(100%, #1f4d3e));
  background: -webkit-linear-gradient(top, transparent, transparent, #1f4d3e 100%);
  background: -o-linear-gradient(top, transparent, transparent, #1f4d3e 100%);
  background: -ms-linear-gradient(top, transparent, transparent, #1f4d3e 100%);
  background: linear-gradient(to bottom, transparent, transparent, #1f4d3e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#1f4d3e', GradientType=0);
  height: 150px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  .carousel-slide h2 {
    padding-left: 20px;
  }
}
#quotes-pane {
  height: 240px;
  background-color: #1f4d3e;
  position: relative;
  text-align: center;
}
#quotes-pane .wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
#quotes-pane .wrapper:first-child {
  display: block;
}
#quotes-pane #quote-pane-quote {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1.5px;
  opacity: 0.5;
  margin: 0 auto;
  min-width: 450px;
  width: 70%;
  padding-top: 60px;
}
#quotes-pane #quote-pane-credit {
  font-weight: 600;
  opacity: .7;
}
#quotes-pane .quote {
  display: block;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  #quotes-pane #quote-pane-quote {
    font-size: 18px;
    width: 90%;
  }
}
#pane-2 {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/homepage4.jpg") center bottom;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
  padding-bottom: 50px;
}
#pane-2 h1 {
  margin-top: 100px;
  margin-bottom: 50px;
}
#pane-2 .bio-img-container {
  height: auto;
  max-width: 1000px;
  width: 100%;
}
#pane-2 .bio-img-container img {
  width: 100%;
}
#pane-2 .bio-text-container {
  position: relative;
  padding-bottom: 100px;
}
#pane-2 .bio-text-container h4 {
  font-size: 25px;
  font-weight: 400;
  font-family: 'raleway';
  line-height: 28px;
  margin-top: 20px;
  opacity: .7;
}
#pane-2 .button-container {
  position: absolute;
  bottom: 50px;
}
#pane-2 .button-container .button-wrapper {
  width: 482px;
}
#pane-2 .button-container .button-wrapper a {
  width: 45.5%;
}
#pane-2 .button-container .button-wrapper a:first-child {
  margin-right: 39px;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  #pane-2 .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#pane-3 {
  height: 450px;
  background-color: black;
  background: url("../img/backgrounds/homepage3.jpg") center bottom;
  margin-bottom: -2px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#pane-3 .button-container {
  position: absolute;
  bottom: 50px;
}
#pane-3 .button-container .button-wrapper {
  width: 320px;
}
@media screen and (max-width: 999px) and (min-width: 768px) {
  #pane-3 .button-container {
    bottom: 30px;
  }
}
#pane-4 {
  background-color: black;
  background: url("../img/backgrounds/homepage2.jpg") center center;
  padding-bottom: 250px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#pane-4 h1 {
  margin-top: 110px;
}
#pane-4 h4 {
  opacity: .8;
}
#pane-4 h4 a {
  color: cyan;
}
#pane-4 .musing-description {
  font-size: 25px;
  font-weight: 400;
  font-family: 'raleway';
  line-height: 28px;
  opacity: .7;
  max-width: 600px;
  text-align: center;
  margin: 20px auto 0px auto;
}
#pane-4 .button-container {
  position: absolute;
  bottom: 175px;
}
#pane-4 .button-container .button-wrapper {
  width: 270px;
}
@media screen and (max-width: 999px) {
  #pane-4 .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.black-top-gradient {
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, transparent);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #d1d1d1));
  background: -webkit-linear-gradient(top, #000000 0%, transparent);
  background: -o-linear-gradient(top, #000000 0%, transparent);
  background: -ms-linear-gradient(top, #000000 0%, transparent);
  background: linear-gradient(to bottom, #000000 0%, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#d1d1d1', GradientType=0);
  height: 100px;
  position: absolute;
  top: 0px;
  width: 100%;
}
h1 {
  color: white;
  font-size: 55px;
}
h2 {
  color: white;
}
h3 {
  color: white;
}
h4 {
  color: white;
  margin: 0;
  padding: 10px 0px;
}
h5 {
  color: white;
}
h6 {
  color: white;
}
#contact-page .content-wrapper {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/contact_background.jpg") center center;
  position: relativwe;
  padding-bottom: 160px;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#contact-page .content-wrapper .page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
#contact-page .content-wrapper .section-description {
  font-family: 'raleway';
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
  max-width: 650px;
}
#contact-page #contact-form label {
  font-size: 20px;
  opacity: .8;
}
#contact-page #contact-form input {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 25px;
  height: 40px;
  margin-right: 30%;
  margin-top: 0px;
  width: 30%;
}
#contact-page #contact-form input ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: pink;
}
#contact-page #contact-form input ::-moz-placeholder {
  /* Firefox 19+ */
  color: pink;
}
#contact-page #contact-form input :-ms-input-placeholder {
  /* IE 10+ */
  color: pink;
}
#contact-page #contact-form input :-moz-placeholder {
  /* Firefox 18- */
  color: pink;
}
#contact-page #contact-form textarea {
  border: none;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  font-size: 25px;
  margin-top: 0px;
  width: 90%;
}
#contact-page #contact-form input.btn {
  border: 1px solid transparent;
  height: 48px;
}
#contact-page #contact-form input.btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.8);
}
@font-face {
  font-family: Libre Baskerville;
  font-weight: 400;
  src: url("fonts/LibreBaskerville-Regular.otf") format("opentype");
}
@font-face {
  font-family: Libre Baskerville;
  font-weight: 800;
  src: url("fonts/LibreBaskerville-Bold.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 100;
  src: url("fonts/Raleway-Thin.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 200;
  src: url("fonts/Raleway-ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 300;
  src: url("fonts/Raleway-Light.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 400;
  src: url("fonts/Raleway-Regular.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 500;
  src: url("fonts/Raleway-Medium.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 600;
  src: url("fonts/Raleway-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 700;
  src: url("fonts/Raleway-Bold.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 800;
  src: url("fonts/Raleway-ExtraBold.otf") format("opentype");
}
@font-face {
  font-family: Raleway;
  font-weight: 900;
  src: url("fonts/Raleway-Black.otf") format("opentype");
}
.font-raleway {
  font-family: 'raleway';
}
.font-baskerville {
  font-family: 'Libre Baskerville';
}
#musings-page .content-wrapper {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/events_background.jpg") center center;
  position: relative;
  padding-bottom: 160px;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#musings-page .content-wrapper .page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
#musings-page .content-wrapper .body-text img {
  float: left;
  height: 600px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: auto;
}
#musings-page .content-wrapper .event-line {
  text-decoration: none;
}
#musings-page .content-wrapper .event-line:hover ul {
  background-color: rgba(0, 0, 0, 0.1);
}
#musings-page .content-wrapper .event-line ul {
  width: 90%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  margin: 20 auto;
}
#musings-page .content-wrapper .event-line ul li {
  margin-right: 30px;
}
#musings-page .content-wrapper .event-line ul li h4 {
  font-family: 'Libre Baskerville';
  color: white;
  font-size: 18px;
  margin: 0;
  padding: 10px 0px;
}
#musings-page .content-wrapper .event-line ul li.float-right {
  float: right;
  margin-right: 0px;
}
#musings-page .content-wrapper .event-line ul .date-column {
  width: 160px;
}
#musings-page .content-wrapper h1 {
  color: white;
  font-size: 55px;
}
#musings-page .content-wrapper h3 {
  color: white;
  font-size: 35px;
}
#musings-page .content-wrapper h4 {
  color: white;
  font-size: 24px;
}
#musings-page .content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  font-size: 18px;
  font-family: 'raleway';
}
#lawrence-page .content-wrapper {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/lawrence_background.jpg") center center;
  position: relative;
  padding-bottom: 160px;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#lawrence-page .content-wrapper .page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
#lawrence-page .content-wrapper .body-text img {
  float: left;
  height: 600px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: auto;
}
#lawrence-page .content-wrapper .body-text a {
  color: rgba(255, 255, 255, 0.8) !important;
}
#lawrence-page .content-wrapper h1 {
  color: white;
  font-size: 55px;
}
#lawrence-page .content-wrapper h3 {
  color: white;
  font-size: 35px;
}
#lawrence-page .content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  font-family: 'raleway';
}
#lawrence-page .content-wrapper p a {
  color: cyan;
}
#myron-page .content-wrapper {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/myron_background.jpg") center center;
  position: relative;
  padding-bottom: 160px;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#myron-page .content-wrapper .page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
#myron-page .content-wrapper .body-text img {
  float: left;
  height: 600px;
  padding-right: 20px;
  padding-bottom: 20px;
  width: auto;
}
#myron-page .content-wrapper h1 {
  color: white;
  font-size: 55px;
}
#myron-page .content-wrapper h3 {
  color: white;
  font-size: 35px;
}
#myron-page .content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 25px;
  line-height: 28px;
  font-family: 'raleway';
}
#myron-page .content-wrapper p a {
  color: cyan;
}
#podcasts-page .content-wrapper {
  height: auto;
  background-color: black;
  background: url("../img/backgrounds/events_background.jpg") top center;
  position: relative;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
  padding-bottom: 160px;
}
#podcasts-page .content-wrapper .page-text-banner {
  margin-top: 100px;
  margin-bottom: 50px;
}
#podcasts-page .content-wrapper .episodes-wrapper {
  height: 600px;
  overflow-y: scroll;
}
#podcasts-page .content-wrapper .episodes-wrapper ul {
  list-style: none;
  padding-left: 0px;
}
#podcasts-page .content-wrapper .episodes-wrapper ul a {
  color: white;
  opacity: .8;
  font-family: 'raleway';
  font-size: 25px;
}
#podcasts-page .content-wrapper .episodes-wrapper ul a:hover {
  opacity: .6;
}
#podcasts-page .content-wrapper .episodes-wrapper ul a li {
  display: inline-block;
}
#podcasts-page .content-wrapper .episodes-wrapper ul a li:hover {
  text-decoration: underline;
}
#podcasts-page .content-wrapper h1 {
  color: white;
  font-size: 55px;
}
#podcasts-page .content-wrapper h3 {
  color: white;
  font-size: 35px;
}
#podcasts-page .content-wrapper h4 {
  color: white;
  font-size: 25px;
  font-family: 'raleway';
  opacity: .8;
}
#podcasts-page .content-wrapper h4 a {
  color: cyan;
}
#podcasts-page .content-wrapper p {
  font-family: 'raleway';
}
#testimonials-page .content-wrapper {
  background-color: black;
  background: url("../img/backgrounds/testimonials_background.jpg") center -1237px;
  overflow: scroll !important;
  position: relative;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  max-width: 2200px;
  width: 100%;
}
#testimonials-page .content-wrapper .page-title {
  margin-top: 100px;
  margin-bottom: 50px;
}
#testimonials-page .content-wrapper h1 {
  color: white;
  font-size: 55px;
}
#testimonials-page .content-wrapper h3 {
  color: white;
  font-size: 35px;
}
#testimonials-page .content-wrapper p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
  font-size: 18px;
  font-family: 'raleway';
}
#testimonials-page .content-wrapper footer {
  position: relative;
}
#testimonials-page dl {
  font-size: 22px;
  font-family: 'Libre Baskerville';
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
}
#testimonials-page dl dd {
  letter-spacing: .8px;
  line-height: 30px;
  margin-bottom: 10px;
  width: 100%;
}
#testimonials-page dl dd:before {
  content: "\"";
}
#testimonials-page dl dd:after {
  content: "\"";
}
#testimonials-page dl .no-quotes:after {
  content: "" !important;
}
#testimonials-page dl .no-quotes:before {
  content: "" !important;
}
#testimonials-page dl dt {
  font-size: 20px;
  width: 100%;
  text-align: right;
  padding-right: 5%;
  margin-bottom: 70px;
}
#testimonials-page dl dt:before {
  content: "- ";
}
#testimonials-page dl dt span {
  display: block;
  margin-left: auto;
  max-width: 55%;
}
