body {
  margin: 0;
  padding: 0;
  background-color: #353533;
  font-family: 'proxima-nova', Helvetica, Arial, Sans-serif;
  font-size: 16px;
  color: #647372;
  line-height: 1.75em;
}
h1 {
  font-size: 1.25em;
  line-height: 1.25em;
  letter-spacing: 1px;
  font-family: 'brandon-grotesque', Helvetica, Arial, Sans-serif;
}
@media screen and ( min-width: 768px ) {
  h1 {
    font-size: 2em;
  }
}
@media screen and ( min-width: 992px ) {
  h1 {
    font-size: 1.5em;
  }
}
@media screen and ( min-width: 1200px ) {
  h1 {
    font-size: 2em;
  }
}
h2 {
  font-size: 2.5em;
  letter-spacing: .5px;
  font-family: 'proxima-nova', Helvetica, Arial, Sans-serif;
  font-weight: 700;
}
h3 {
  font-size: 1.75em;
  line-height: 1.25em;
  letter-spacing: 1px;
  font-family: 'brandon-grotesque', Helvetica, Arial, Sans-serif;
  color: #4c1d7b;
  text-transform: uppercase;
}
p.small {
  font-size: .75em;
}
.hentry {
  margin-bottom: 0;
}
.site {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fdfdfd;
}
.site .site-content {
  padding-top: 100px;
}
#anchortop {
  display: block;
}
#anchortop.home {
  padding-top: 185px;
  margin-top: -185px;
}
#anchortop.secondary {
  padding-top: 130px;
  margin-top: -130px;
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  background: transparent;
  box-shadow: none;
}
.embed-container {
  position: relative;
  padding-bottom: 700px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container.map {
  padding-bottom: 100%;
}
.page-template-page-content .col-md-5 h2 {
  font-size: 1.5em;
}
iframe form.form h2 {
  background: none!important;
}
p {
  background: none!important;
}
.form-field input {
  width: 48%!important;
  display: inline-block !important;
}
.form-field label {
  width: 40%!important;
  text-align: left!important;
  display: inline-block !important;
}
.no-gaps {
  margin-left: 0;
  margin-right: 0;
}
.no-gaps .col-xs-1,
.no-gaps .col-sm-1,
.no-gaps .col-md-1,
.no-gaps .col-lg-1,
.no-gaps .col-xs-2,
.no-gaps .col-sm-2,
.no-gaps .col-md-2,
.no-gaps .col-lg-2,
.no-gaps .col-xs-3,
.no-gaps .col-sm-3,
.no-gaps .col-md-3,
.no-gaps .col-lg-3,
.no-gaps .col-xs-4,
.no-gaps .col-sm-4,
.no-gaps .col-md-4,
.no-gaps .col-lg-4,
.no-gaps .col-xs-5,
.no-gaps .col-sm-5,
.no-gaps .col-md-5,
.no-gaps .col-lg-5,
.no-gaps .col-xs-6,
.no-gaps .col-sm-6,
.no-gaps .col-md-6,
.no-gaps .col-lg-6,
.no-gaps .col-xs-7,
.no-gaps .col-sm-7,
.no-gaps .col-md-7,
.no-gaps .col-lg-7,
.no-gaps .col-xs-8,
.no-gaps .col-sm-8,
.no-gaps .col-md-8,
.no-gaps .col-lg-8,
.no-gaps .col-xs-9,
.no-gaps .col-sm-9,
.no-gaps .col-md-9,
.no-gaps .col-lg-9,
.no-gaps .col-xs-10,
.no-gaps .col-sm-10,
.no-gaps .col-md-10,
.no-gaps .col-lg-10,
.no-gaps .col-xs-11,
.no-gaps .col-sm-11,
.no-gaps .col-md-11,
.no-gaps .col-lg-11,
.no-gaps .col-xs-12,
.no-gaps .col-sm-12,
.no-gaps .col-md-12,
.no-gaps .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}
.btn.purple {
  background: #3b155e;
  color: #fff;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: .5px;
  padding: 15px 30px;
  margin-top: 20px;
}
.btn.purple:hover {
  background: #6c7195;
}
.btn:hover {
  transition: .3s all ease;
}
.more-link {
  background: #3b155e;
  color: #fff;
  transition: .3s all ease;
  text-transform: uppercase;
  font-size: .75em;
  letter-spacing: .5px;
  padding: 15px 30px;
  margin-top: 20px;
  border-radius: 4px;
  text-decoration: none;
}
.more-link:hover {
  background: #6c7195;
  color: #fff;
  text-decoration: none;
}
.dark-headline {
  color: #fff;
  padding-bottom: 50px;
  font-size: 2em!important;
}
@media screen and ( min-width: 768px ) {
  .dark-headline {
    color: #3b155e;
  }
}
@media screen and ( min-width: 992px ) {
  .dark-headline {
    font-size: 3em!important;
  }
}
@media screen and ( min-width: 1200px ) {
  .dark-headline {
    font-size: 4em!important;
  }
}
footer {
  padding: 80px 0;
  background-color: #353533;
  color: #ededed;
  text-align: center;
  font-size: .85em;
}
footer p {
  margin-bottom: 30px;
}
footer span {
  white-space: nowrap;
}
footer img {
  margin-bottom: 10px;
  max-width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}
footer a {
  color: #e3e3e3;
  white-space: nowrap;
}
footer a:hover {
  color: #a1103b;
  text-decoration: none;
}
@media screen and ( min-width: 768px ) {
  footer {
    text-align: left;
  }
  footer span {
    white-space: normal;
    display: block;
  }
}
.site-header {
  background-color: #4c1d7b;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
.site-header .site-branding .site-title {
  margin: 0;
}
.site-header .site-branding .site-title img {
  padding: 23px 50px;
}
.site-header .main-navigation {
  clear: none;
  display: inline-block;
  width: 100%;
}
.site-header .main-navigation li {
  float: none;
}
.site-header .main-navigation button.menu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 36px;
  line-height: 0;
  font-size: 0;
}
.site-header .main-navigation button.menu-toggle:hover,
.site-header .main-navigation button.menu-toggle:focus {
  box-shadow: none;
}
.site-header .main-navigation button.menu-toggle .icon-bar {
  display: block;
  width: 27px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  margin-bottom: 5px;
}
.site-header .main-navigation .current-menu-item a {
  background-color: #6c7195;
}
.site-header .main-navigation a {
  font-size: .75em;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'brandon-grotesque', Helvetica, Arial, Sans-serif;
  text-transform: uppercase;
  padding: 36px 25px;
  font-weight: 400;
  text-decoration: none;
  transition: .3s all ease;
}
.site-header .main-navigation a:hover,
.site-header .main-navigation a:focus {
  text-decoration: none;
  background-color: #3b155e;
}
.site-header .main-navigation li:nth-child(4) a {
  font-size: 1em;
  padding: 36px 25px;
  background-color: #3b155e;
  border-left: 1px solid #3b155e;
}
.site-header .main-navigation li:nth-child(4) a:hover,
.site-header .main-navigation li:nth-child(4) a:focus {
  text-decoration: none;
  background-color: #4c1d7b;
}
.site-header .main-navigation li:last-child a {
  font-size: 1em;
  padding: 36px 25px;
  background-color: #a1103b;
}
.site-header .main-navigation li:last-child a:hover,
.site-header .main-navigation li:last-child a:focus {
  text-decoration: none;
  background-color: #4c1d7b;
}
.site-header .menu-toggle {
  display: block;
}
@media screen and ( min-width: 992px ) {
  .site-header .main-navigation {
    width: auto;
  }
  .site-header .main-navigation li {
    float: left;
  }
}
@media screen and ( min-width: 1200px ) {
  .site-header .main-navigation a {
    font-size: .9em;
  }
  .site-header .main-navigation li:nth-child(4) a {
    font-size: 1.25em;
    padding: 36px 40px;
  }
  .site-header .main-navigation li:last-child a {
    font-size: 1.25em;
    padding: 36px 40px;
  }
}
.hero {
  height: 550px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}
.hero h1 {
  font-size: 4em;
}
.hero p {
  font-size: 1.125em;
  line-height: 1.5em;
}
.hero.content-page {
  height: 300px;
  background-color: #7C80AD;
}
.hero .wrap {
  padding-top: 10%;
  text-align: center;
}
.hero .wrap a {
  background: url('../img/arrow.png');
  height: 56px;
  width: 56px;
  opacity: .75;
  display: block;
  margin: 0 auto;
  transition: .3s all ease;
}
.hero .wrap a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .hero {
    height: 700px;
  }
  .hero .wrap {
    padding-top: 22%;
  }
  .hero p {
    font-size: 1.4em;
    line-height: 1.75em;
  }
}
.page-template-page-secondary .hero .wrap {
  padding-top: 0;
}
@media (min-width: 768px) {
  .page-template-page-secondary .hero .wrap {
    padding-top: 15%;
  }
}
.intro {
  background-color: #7C80AD;
  background-image: url(../img/pe-middle-background.jpg);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 100%;
  padding-bottom: 150px;
  box-shadow: inset 0 50px 80px #7c80ad;
}
.intro ul {
  margin-left: 0;
  padding-left: 18px;
}
.intro .wrap {
  margin-top: -175px;
  background-color: #f8f8f8;
  padding: 0px;
  border: 20px solid #ffffff;
}
.intro .wrap .ipad-angle {
  margin-top: 0px;
}
.intro .wrap .ipad-animation {
  position: relative;
  margin-top: -85%;
}
.intro .wrap .details {
  text-align: center;
  margin-top: 60px;
}
.intro .wrap .details > div {
  padding: 0px;
}
.intro .wrap .details > div:last-child {
  border: none;
}
.intro h1 {
  text-transform: uppercase;
  color: #3f468c;
  font-weight: 900;
}
@media screen and ( max-width: 566px ) {
  .intro .ipad-animation {
    margin-top: -90% !important;
  }
}
@media screen and ( min-width: 768px ) {
  .intro .wrap {
    padding: 50px;
  }
}
@media screen and ( min-width: 992px ) {
  .intro .wrap .details > div {
    padding: 0 30px;
    border-right: 1px solid #e3e3e3;
  }
}
@media screen and ( min-width: 1200px ) {
  .intro .wrap .ipad-angle {
    margin-top: -130px;
  }
}
.page-template-page-secondary .intro .wrap {
  margin-top: -95px;
}
@media screen and ( min-width: 768px ) {
  .page-template-page-secondary .intro .wrap {
    margin-top: -175px;
  }
}
.news-item {
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 0 20px 50px;
  border-bottom: 1px solid #e3e3e3;
}
.news-item:last-of-type {
  border: 0;
  margin-bottom: 0;
}
.news-item .post-thumbnail {
  display: block;
  margin-bottom: 30px;
}
.news-item .at-below-post {
  float: right;
  margin-top: -55px;
}
.how {
  padding: 90px 0;
  text-align: center;
}
.how .container {
  position: relative;
}
.how h2 {
  color: #3f468c;
  margin-bottom: 20px;
}
.how .row:hover .wrap img {
  transform: translateY(-10px);
}
.how .row:hover .wrap .how-content {
  transform: translateX(10px);
}
.how .row-1 .ipad-img {
  display: none!important;
}
.how .ipad-img {
  width: 58.33333333%;
  position: absolute;
  margin-top: 20px;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.how .wrap {
  padding: 0 10%;
  margin-top: 25px;
  transition: .3s all ease;
}
.how .wrap img {
  vertical-align: top;
  transition: .3s all ease;
}
.how .wrap .how-content {
  transition: .3s all ease;
}
.how .wrap .how-content h4 {
  font-weight: 500;
  font-size: 1.125em;
  color: #353533;
  margin-bottom: 5px;
  margin-top: 0;
}
.how .wrap .how-content p {
  font-size: .85em;
}
@media screen and ( min-width: 768px ) {
  .how .wrap {
    padding: 0 20%;
  }
}
@media screen and ( min-width: 992px ) {
  .how {
    text-align: left;
  }
  .how h2 {
    text-align: center;
  }
  .how .row-1 .ipad-img {
    display: block!important;
  }
  .how .ipad-img {
    margin-top: 120px;
    opacity: 1;
    visibility: visible;
  }
  .how .wrap {
    padding: 0;
  }
  .how .wrap img {
    float: left;
    margin-right: 30px;
    display: inline-block;
  }
  .how .wrap .how-content {
    width: 60%;
    display: inline-block;
  }
}
@media screen and ( min-width: 1200px ) {
  .how h2 {
    text-align: left;
  }
  .how .ipad-img {
    margin-top: 20px;
  }
  .how .wrap .how-content {
    width: 67%;
  }
}
.bottom-content {
  padding: 80px 0 650px;
  background-repeat: no-repeat;
  background-position: 50% top;
  text-align: center;
  background-size: cover;
}
.bottom-content h2 {
  color: #4c1d7b;
  margin-bottom: 20px;
}
.bottom-content p {
  margin-bottom: 20px;
  line-height: 2em;
  font-size: 18px;
}
.bottom-content a {
  font-weight: 600;
  color: #4c1d7b;
  transition: .3s all ease;
}
.bottom-content a:hover,
.bottom-content a:focus {
  color: #6c7195;
  text-decoration: none;
}
.alt-rows h3 {
  margin-top: 0;
}
.alt-rows .wrap {
  padding: 0;
}
.alt-rows .wrap .row {
  border-bottom: 20px solid #fff;
}
.alt-rows .wrap .row .content-wrap {
  height: auto;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.alt-rows .wrap .row .content-wrap .v-center {
  padding: 20px;
}
.alt-rows .wrap .row .content-wrap .v-center p {
  font-size: 1em;
  line-height: 1.25em;
}
@media screen and ( min-width: 768px ) {
  .alt-rows .wrap .row .content-wrap .v-center p {
    line-height: 1.75em;
  }
}
@media screen and ( min-width: 992px ) {
  .alt-rows .wrap .row {
    border-bottom: 0;
  }
  .alt-rows .wrap .row .content-wrap {
    height: 350px;
  }
  .alt-rows .wrap .row .content-wrap .v-center {
    padding: 50px;
  }
}
.contact-us {
  padding: 80px 0 100px;
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-size: 200%;
  text-align: center;
}
.contact-us h2 {
  color: #a1103b;
  font-size: 3em;
}
.contact-us p {
  font-size: 1.125em;
  padding-bottom: 30px;
  line-height: 2em;
}
.contact-us a {
  display: inline-block;
  padding: 10px 60px;
  font-size: 1.125em;
  font-weight: 500;
  background-color: transparent;
  border: 3px solid #c1c3cd;
  color: #647372;
  text-decoration: none;
  transition: .3s all ease;
}
.contact-us a:hover,
.contact-us a:focus {
  text-decoration: none;
  border-color: #a1103b;
  color: #a1103b;
}
@media screen and ( min-width: 768px ) {
  .contact-us {
    background-size: 100%;
    padding: 80px 0 150px;
  }
}
@media screen and ( min-width: 992px ) {
  .contact-us {
    padding: 80px 0 200px;
  }
}
.testimonial {
  background-color: #a51b34;
  color: #ffffff;
  text-align: center;
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.testimonial .wrap h3 {
  font-size: 8em;
  color: #fff;
  line-height: 1;
  margin-bottom: -50px;
  font-weight: 800;
  font-family: helvetica, arial, sans-serif;
}
.testimonial p {
  font-size: 1.125em;
  line-height: 2em;
  font-weight: 100;
}
@media screen and ( min-width: 992px ) {
  .testimonial .wrap {
    padding: 0;
  }
}
@media screen and ( min-width: 1200px ) {
  .testimonial .wrap {
    padding: 0;
  }
}