/*============================================================================
  #Override Stylesheet
==============================================================================*/
/* Breakpoints - copied from styles.scss */
.header-menu a {
  font-weight: 700; }

.header-menu a:last-child {
  color: #326996;
  padding: 0 10px; }

@media (min-width: 545px) and (max-width: 1199px) {
  .section--large.section--hero {
    padding: 5.5rem 0; } }
p.hero-subhead {
  font-size: 1.1em;
  max-width: 85%;
  /* text-shadow: 0.5px 0.5px 0.8px rgba(22, 65, 100, 0.2); */ }

@media (max-width: 544px) {
  p.hero-subhead {
    max-width: 100%; } }
/* tightening up buttons in hero */
.section--hero a.btn.btn-cta.btn--med {
  padding: .8rem 1.44rem; }

@media (min-width: 545px) and (max-width: 605px) {
  .section--hero a.btn.btn-cta.btn--1486660474710 {
    padding: .8rem 0.3rem; } }
.fb-like.fb_iframe_widget {
  width: 225px;
  display: block;
  margin: 0 auto; }

@media (max-width: 766px) {
  div.section--1484274495699, div.section--1484617469973, div.section--1484358166144 {
    padding-top: 0; }

  div.section--1484674757794, div.section--1484362559734 {
    padding-bottom: 0; } }
.pricing-list li {
  list-style: none; }

ul.pricing-list {
  padding: 0 1em; }

.pricing-list li:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-style: inherit;
  font-weight: inherit;
  padding-right: 0.5em;
  color: #326996; }

.section {
  position: relative; }

div.section--1478276522863:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 30px #f9f9f9;
  border-left: solid 40px transparent;
  border-right: solid 40px transparent;
  z-index: 2; }

a.btn--outline.btn--1484595275103:hover, a.btn--outline.btn--1484595275103:active {
  background-color: #326996;
  color: #fff !important;
  transition: 0.1s; }

.pricing__popular {
  color: #fff; }

p.audiowrapper {
  font-family: "Droid Sans";
  line-height: 2;
  margin-top: 3px;
  color: #5babed;
  font-weight: 700;
  font-size: 0.9rem; }

/* ======================
 #AUDIOPLAYER.JS STYLING 
========================*/
.audioplayer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* Parent & inner structure */
.audioplayer {
  height: 2.5em;
  /* 40 */
  color: #326996;
  background: #ebeef1;
  position: relative;
  z-index: 1;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 2px; }

/* fallback case */
.audioplayer-mini {
  width: 2.5em;
  /* 40 */
  margin: 0 auto; }

/* inner elements positioning (helps to achieve responsiveness) */
.audioplayer > div {
  position: absolute;
  font-family: "Droid Sans";
  font-weight: 500;
  font-style: normal;
  font-size: 1rem; }

/* Play-Pause button */
.audioplayer-playpause {
  width: 2.5em;
  /* 40 */
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.audioplayer-mini .audioplayer-playpause {
  width: 100%; }

.audioplayer-playpause:hover,
.audioplayer-playpause:focus {
  background-color: #afbbc7; }

.audioplayer-playpause a {
  display: block; }

/* "play" icon when audio is not being played */
.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-right: none;
  border-left-color: #326996;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
  /* 8 4 */ }

/* "pause" icon when audio is being played */
.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  /* 12 */
  height: 0.75em;
  /* 12 */
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
  /* 6 */ }

.audioplayer-playing .audioplayer-playpause a:before,
.audioplayer-playing .audioplayer-playpause a:after {
  width: 40%;
  height: 100%;
  background-color: #326996;
  content: '';
  position: absolute;
  top: 0; }

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0; }

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0; }

/* Timers */
.audioplayer-time {
  width: 4.375em;
  /* 70 */
  height: 100%;
  line-height: 2.5em;
  /* 40 */
  text-align: center;
  z-index: 2;
  top: 0; }

.audioplayer-time-current {
  border-left: 1px solid white;
  left: 2.5em;
  /* 40 */ }

.audioplayer-time-duration {
  right: 2.5em;
  /* 40 */ }

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0; }

/* Progress bar */
.audioplayer-bar {
  height: 0.875em;
  /* 14 */
  background-color: white;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  /* 110 */
  left: 6.875em;
  /* 110 */
  margin-top: -0.438em;
  /* 7 */ }

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
  /* 70 */ }

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.audioplayer-bar-loaded {
  background-color: white;
  z-index: 1; }

.audioplayer-bar-played {
  background: #5babed;
  z-index: 2; }

/* Volume */
.audioplayer-volume {
  width: 2.5em;
  /* 40 */
  height: 100%;
  border-left: 1px solid white;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
  border-bottom-right-radius: 2px; }

.audioplayer-volume:hover,
.audioplayer-volume:focus {
  background-color: #afbbc7; }

.audioplayer-volume-button {
  width: 100%;
  height: 100%; }

/* "volume" icon */
.audioplayer-volume-button a {
  width: 0.313em;
  /* 5 */
  height: 0.375em;
  /* 6 */
  background-color: #326996;
  display: block;
  position: relative;
  z-index: 1;
  /* top: 40%; */
  left: 35%; }

.audioplayer-volume-button a:before,
.audioplayer-volume-button a:after {
  content: '';
  position: absolute; }

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  /* 8 */
  border-left: none;
  border-right-color: #326996;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
  /* 8 */ }

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  /* "volume" icon by Nicolas Gallagher, http://nicolasgallagher.com/pure-css-gui-icons */
  width: 0.313em;
  /* 5 */
  height: 0.313em;
  /* 5 */
  border: 0.25em double #326996;
  /* 4 */
  border-width: 0.25em 0.25em 0 0;
  /* 4 */
  left: 0.563em;
  /* 9 */
  /* top: -0.063em; /* 1 */
  -webkit-border-radius: 0 0.938em 0 0;
  /* 15 */
  -moz-border-radius: 0 0.938em 0 0;
  /* 15 */
  border-radius: 0 0.938em 0 0;
  /* 15 */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

/* volume adjuster */
.audioplayer-volume-adjust {
  width: 100%;
  height: 6.25em;
  /* 100 */
  cursor: default;
  position: absolute;
  left: 0;
  top: -9999px;
  background: #afbbc7; }

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0; }

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%; }

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #e8ebef;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0; }

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #5babed; }

.audioplayer-novolume .audioplayer-volume {
  display: none; }
