@import url(../lib/fontawesome/css/all.min.css);
@import url("https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900");
.relative {
  position: relative;
  z-index: 0; }

.overflow {
  overflow: hidden; }

.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important; }

.valign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.halign {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%); }

.vhalign {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto; }

/* responsive iframe wrapper */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%; }

.typography .alignnone {
  margin: 0px 0px 1.4em 0px; }
.typography .aligncenter,
.typography div.aligncenter {
  display: block;
  margin: 0px auto 1.4em auto; }
.typography .alignright {
  float: right;
  margin: 0px 0px 1.4em 1.4em; }
.typography .alignleft {
  float: left;
  margin: 0px 1.4em 1.4em 0px; }
.typography a img.alignright {
  float: right;
  margin: 0px 0px 1.4em 1.4em; }
.typography a img.alignnone {
  margin: 0px 0px 1.4em 0px; }
.typography a img.alignleft {
  float: left;
  margin: 0px 1.4em 1.4em 0px; }
.typography a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.typography img {
  height: auto; }
.typography ul, .typography ol {
  margin: 0px 0px 1.4em 0px;
  padding: 0px 0px 0px 20px;
  overflow: hidden; }
.typography a {
  color: #2b1e5c;
  text-decoration: underline; }
.typography a:hover {
  text-decoration: none; }
.typography p {
  margin: 0px 0px 1.4em 0px; }
.typography blockquote {
  /* margin:0px 0px $content-margin 0px;
  p:last-child{
  	margin-bottom:0px;
  } */ }

.the-button {
  padding: 0px;
  border: none;
  background: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  line-height: 40px;
  padding: 0px;
  color: #2b1e5c !important;
  text-decoration: none !important;
  border: 2px solid #2b1e5c;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }
  .the-button:focus {
    outline: 0; }
  .the-button:hover {
    background-color: #fff;
    border-color: #9e95be; }
  @media only screen and (min-width: 768px) {
    .the-button {
      height: 52px;
      line-height: 48px;
      font-size: 14px; } }
  .the-button.yellow {
    border-color: #f3a936;
    color: #f3a936 !important; }
    .the-button.yellow:hover {
      border-color: #f4cf96; }
  .the-button.white {
    border-color: #fff;
    color: #fff !important; }
    .the-button.white:hover {
      border-color: #fff;
      color: #2b1e5c !important; }

body, * {
  font-family: "Work Sans", sans-serif;
  color: #2b1e5c; }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 900; }

input, button, select, textarea, .form-control {
  font-family: "Work Sans", sans-serif;
  line-height: normal; }

*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

br {
  font-size: inherit;
  line-height: inherit; }

section {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  color: #2b1e5c;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  a:hover {
    color: #2b1e5c; }

i {
  color: inherit;
  font-size: inherit; }

strong {
  font-size: inherit;
  line-height: inherit; }

button, input[type=submit] {
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  height: 48px;
  border: none;
  border-bottom: 2px solid #2b1e5c;
  background-color: transparent;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 13px; }
  .form-control:focus {
    background-color: #fff;
    border-color: #2b1e5c;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2b1e5c; }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #2b1e5c; }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #2b1e5c; }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #2b1e5c; }

textarea.form-control {
  height: auto;
  border: 2px solid #2b1e5c;
  padding-top: 10px; }

select.form-control {
  height: auto; }

.form-group {
  margin-bottom: 25px; }
  .form-group label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5f558e;
    color: #2b1e5c; }

iframe {
  max-width: 100%; }

svg {
  display: inline-block; }

.container {
  padding-right: 8px;
  padding-left: 8px; }
  .container .row {
    margin-left: -4px;
    margin-right: -4px; }
    .container .row .col, .container .row .col-1, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-auto, .container .row .col-lg, .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-auto, .container .row .col-md, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-auto, .container .row .col-sm, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-auto, .container .row .col-xl, .container .row .col-xl-1, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-auto {
      padding-left: 4px;
      padding-right: 4px; }
  @media only screen and (min-width: 576px) {
    .container {
      width: 100%;
      max-width: 1170px;
      padding-right: 15px;
      padding-left: 15px; }
      .container .row {
        margin-left: -15px;
        margin-right: -15px; }
        .container .row .col, .container .row .col-1, .container .row .col-10, .container .row .col-11, .container .row .col-12, .container .row .col-2, .container .row .col-3, .container .row .col-4, .container .row .col-5, .container .row .col-6, .container .row .col-7, .container .row .col-8, .container .row .col-9, .container .row .col-auto, .container .row .col-lg, .container .row .col-lg-1, .container .row .col-lg-10, .container .row .col-lg-11, .container .row .col-lg-12, .container .row .col-lg-2, .container .row .col-lg-3, .container .row .col-lg-4, .container .row .col-lg-5, .container .row .col-lg-6, .container .row .col-lg-7, .container .row .col-lg-8, .container .row .col-lg-9, .container .row .col-lg-auto, .container .row .col-md, .container .row .col-md-1, .container .row .col-md-10, .container .row .col-md-11, .container .row .col-md-12, .container .row .col-md-2, .container .row .col-md-3, .container .row .col-md-4, .container .row .col-md-5, .container .row .col-md-6, .container .row .col-md-7, .container .row .col-md-8, .container .row .col-md-9, .container .row .col-md-auto, .container .row .col-sm, .container .row .col-sm-1, .container .row .col-sm-10, .container .row .col-sm-11, .container .row .col-sm-12, .container .row .col-sm-2, .container .row .col-sm-3, .container .row .col-sm-4, .container .row .col-sm-5, .container .row .col-sm-6, .container .row .col-sm-7, .container .row .col-sm-8, .container .row .col-sm-9, .container .row .col-sm-auto, .container .row .col-xl, .container .row .col-xl-1, .container .row .col-xl-10, .container .row .col-xl-11, .container .row .col-xl-12, .container .row .col-xl-2, .container .row .col-xl-3, .container .row .col-xl-4, .container .row .col-xl-5, .container .row .col-xl-6, .container .row .col-xl-7, .container .row .col-xl-8, .container .row .col-xl-9, .container .row .col-xl-auto {
          padding-left: 15px;
          padding-right: 15px; } }

.the-carousel {
  display: none; }
  .the-carousel.slick-initialized {
    display: block; }

div.wpcf7-response-output {
  margin: 20px 0px 0px 0px;
  padding: 15px; }

.form-control.wpcf7-not-valid {
  border-color: #f00; }

span.wpcf7-not-valid-tip {
  display: none; }

#header {
  position: relative; }
  #header .wrapper {
    position: relative;
    overflow: hidden;
    height: 132px; }
    #header .wrapper button.menu-open {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #header .wrapper button.menu-open span.hamburger-label {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5f558e;
        display: inline-block;
        vertical-align: middle;
        margin-top: -4px;
        margin-left: 2px; }
    #header .wrapper a.logo {
      display: block;
      width: 90px;
      text-decoration: none;
      margin: 16px auto 0px auto; }
    #header .wrapper .search-open {
      padding: 0px;
      border: none;
      background: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      text-align: center;
      cursor: pointer;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 0px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #5f558e;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      margin-top: -1px; }
      #header .wrapper .search-open:focus {
        outline: 0; }
      #header .wrapper .search-open svg {
        fill: #5f558e;
        display: inline-block;
        vertical-align: middle;
        margin-top: -1px;
        margin-right: 2px; }
  #header .searchform {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
    -o-transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
    -ms-transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
    transition: all 1s cubic-bezier(0.77, 0, 0.18, 1);
    top: -100%; }
    #header .searchform .wrapper {
      background-color: #fff; }
      #header .searchform .wrapper .search-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        left: 0px;
        width: 100%;
        margin-top: 2px;
        padding-right: 78px; }
        #header .searchform .wrapper .search-wrapper #searchform {
          position: relative;
          /* width: 100%; */ }
          #header .searchform .wrapper .search-wrapper #searchform #s {
            width: 100%;
            border: none;
            border-bottom: 2px solid #5f558e;
            font-size: 12px;
            color: #5f558e;
            padding-bottom: 8px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            background-clip: padding-box; }
            #header .searchform .wrapper .search-wrapper #searchform #s::-webkit-input-placeholder {
              /* Chrome/Opera/Safari */
              color: inherit; }
            #header .searchform .wrapper .search-wrapper #searchform #s::-moz-placeholder {
              /* Firefox 19+ */
              color: inherit; }
            #header .searchform .wrapper .search-wrapper #searchform #s:-ms-input-placeholder {
              /* IE 10+ */
              color: inherit; }
            #header .searchform .wrapper .search-wrapper #searchform #s:-moz-placeholder {
              /* Firefox 18- */
              color: inherit; }
          #header .searchform .wrapper .search-wrapper #searchform #searchsubmit {
            display: none; }
        #header .searchform .wrapper .search-wrapper .search-close {
          padding: 0px;
          border: none;
          background: none;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box;
          text-align: center;
          cursor: pointer;
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          color: #5f558e;
          position: absolute;
          right: 0px;
          top: 0px;
          margin-top: 5px;
          width: 60px; }
          #header .searchform .wrapper .search-wrapper .search-close:focus {
            outline: 0; }
          #header .searchform .wrapper .search-wrapper .search-close span.icon-close {
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            position: relative;
            width: 14px;
            height: 14px;
            margin-right: 1px;
            /* border:1px solid red; */ }
            #header .searchform .wrapper .search-wrapper .search-close span.icon-close:before, #header .searchform .wrapper .search-wrapper .search-close span.icon-close:after {
              position: absolute;
              /* left: 15px; */
              content: '';
              height: 14px;
              width: 2px;
              background-color: #5f558e; }
            #header .searchform .wrapper .search-wrapper .search-close span.icon-close:before {
              transform: rotate(45deg); }
            #header .searchform .wrapper .search-wrapper .search-close span.icon-close:after {
              transform: rotate(-45deg); }
    #header .searchform.active {
      opacity: 1;
      visibility: visible;
      top: 0px; }
  @media only screen and (min-width: 576px) {
    #header .wrapper a.logo {
      float: left;
      margin-left: 0px; }
    #header .wrapper button.menu-open {
      left: auto;
      right: 117px; }
    #header .searchform {
      left: 120px; }
      #header .searchform .wrapper .search-wrapper {
        width: auto;
        right: 42px; } }
  @media (min-width: 992px) and (max-width: 1098px) {
    #header ul.top-menu li {
      margin-left: 52px !important; } }
  @media only screen and (min-width: 768px) {
    #header .wrapper ul.top-menu {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      right: 122px;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      #header .wrapper ul.top-menu li {
        list-style: none; }
      #header .wrapper ul.top-menu li {
        margin-left: 70px; }
        #header .wrapper ul.top-menu li a {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          color: #5f558e;
          text-decoration: none;
          border-bottom: 2px solid rgba(95, 85, 142, 0); }
        #header .wrapper ul.top-menu li:first-child {
          margin-left: 0px; }
        #header .wrapper ul.top-menu li:hover a, #header .wrapper ul.top-menu li.current-menu-item a {
          border-bottom: 2px solid #5f558e; }
    #header .searchform .wrapper .search-wrapper {
      right: 0px; } }
  @media only screen and (min-width: 1025px) {
    #header .wrapper a.logo {
      margin-left: 32px; }
    #header .wrapper .search-open {
      margin-top: 1px; }
    #header .searchform {
      left: 0px; } }

#content {
  height: 90vh;
  background-color: #f1f0fd; }

#dark-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 19;
  display: none; }

#mobile-menu-overlay {
  position: fixed;
  overflow-y: scroll;
  z-index: 20;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none; }
  #mobile-menu-overlay .overlay-inner {
    /* @include vertical-align; left:0px; width:100%; */ }
  #mobile-menu-overlay .wrapper {
    background-color: #fff;
    padding: 32px 15px 22px 15px;
    min-height: calc( ( var(--vh, 1vh) * 100 ) - 30px );
    margin-top: 15px;
    /* margin-bottom: 15px; */
    padding-bottom: 60px;
    position: relative; }
    #mobile-menu-overlay .wrapper .menu-content {
      /* @include vertical-align; left:0px; width:100%;
      padding:0px 15px; */ }
    #mobile-menu-overlay .wrapper h4 {
      font-size: 36px;
      font-weight: 900;
      text-transform: uppercase;
      color: #5f558e;
      margin-bottom: 28px; }
    #mobile-menu-overlay .wrapper .mobile-menu {
      margin: 0px;
      padding: 0px;
      display: block;
      margin-bottom: 12px; }
      #mobile-menu-overlay .wrapper .mobile-menu li {
        list-style: none; }
      #mobile-menu-overlay .wrapper .mobile-menu li {
        margin-bottom: 30px; }
        #mobile-menu-overlay .wrapper .mobile-menu li a {
          font-size: 12px;
          font-weight: 700;
          text-transform: uppercase;
          color: #5f558e;
          text-decoration: none; }
      #mobile-menu-overlay .wrapper .mobile-menu.menu-2 {
        float: right;
        margin-right: 4px; }
    #mobile-menu-overlay .wrapper #searchform {
      position: relative;
      width: 100%;
      margin-bottom: 45px; }
      #mobile-menu-overlay .wrapper #searchform #s {
        width: 100%;
        border: none;
        border-bottom: 2px solid #5f558e;
        font-size: 12px;
        color: #5f558e;
        padding-bottom: 8px;
        padding-right: 30px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box; }
        #mobile-menu-overlay .wrapper #searchform #s::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: inherit; }
        #mobile-menu-overlay .wrapper #searchform #s::-moz-placeholder {
          /* Firefox 19+ */
          color: inherit; }
        #mobile-menu-overlay .wrapper #searchform #s:-ms-input-placeholder {
          /* IE 10+ */
          color: inherit; }
        #mobile-menu-overlay .wrapper #searchform #s:-moz-placeholder {
          /* Firefox 18- */
          color: inherit; }
      #mobile-menu-overlay .wrapper #searchform #searchsubmit {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        right: 0px;
        z-index: 1;
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer;
        margin-top: -3px; }
        #mobile-menu-overlay .wrapper #searchform #searchsubmit:focus {
          outline: 0; }
        #mobile-menu-overlay .wrapper #searchform #searchsubmit svg {
          fill: #5f558e; }
    #mobile-menu-overlay .wrapper ul.socialmedia-links {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin: 0px auto;
      max-width: 350px; }
      #mobile-menu-overlay .wrapper ul.socialmedia-links li {
        list-style: none; }
      #mobile-menu-overlay .wrapper ul.socialmedia-links li a {
        color: #2b1e5c;
        text-decoration: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        align-items: center; }
        #mobile-menu-overlay .wrapper ul.socialmedia-links li a svg {
          fill: #2b1e5c;
          margin-right: 10px; }
          #mobile-menu-overlay .wrapper ul.socialmedia-links li a svg.i_linkedin {
            width: 17px;
            height: 18px; }
          #mobile-menu-overlay .wrapper ul.socialmedia-links li a svg.i_twitter {
            width: 19px;
            height: 15px; }
          #mobile-menu-overlay .wrapper ul.socialmedia-links li a svg.i_email {
            width: 18px;
            height: 14px; }
        #mobile-menu-overlay .wrapper ul.socialmedia-links li a span {
          font-size: 13px;
          line-height: 1;
          display: inline-block;
          font-weight: 600;
          color: #2b1e5c;
          border-bottom: 2px solid #5f558e;
          padding-bottom: 2px; }
    #mobile-menu-overlay .wrapper .menu-close {
      padding: 0px;
      border: none;
      background: none;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px;
      background-clip: padding-box;
      text-align: center;
      cursor: pointer;
      width: 40px;
      text-align: center;
      display: block;
      margin: 0px auto;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      bottom: 22px; }
      #mobile-menu-overlay .wrapper .menu-close:focus {
        outline: 0; }
      #mobile-menu-overlay .wrapper .menu-close svg {
        fill: #5f558e; }
      #mobile-menu-overlay .wrapper .menu-close span {
        margin-top: 3px;
        display: block;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5f558e; }
  #mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    /* .wrapper{
    	top:0px;
    } */ }
  @media only screen and (min-width: 576px) {
    #mobile-menu-overlay .overlay-inner {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      left: 0px;
      width: 100%; }
    #mobile-menu-overlay .wrapper {
      padding: 161px 64px 20px 64px;
      min-height: 0px;
      margin-top: auto;
      margin-bottom: auto;
      position: relative; }
      #mobile-menu-overlay .wrapper .menu-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        -webkit-transform: none;
        padding: 0px; }
      #mobile-menu-overlay .wrapper .menu-close {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        -webkit-transform: none; }
      #mobile-menu-overlay .wrapper h4 {
        font-size: 44px;
        margin-bottom: 28px; }
      #mobile-menu-overlay .wrapper .mobile-menu {
        margin-bottom: 59px; }
        #mobile-menu-overlay .wrapper .mobile-menu li {
          margin-bottom: 30px; }
        #mobile-menu-overlay .wrapper .mobile-menu.menu-2 {
          float: left;
          margin-right: auto; }
      #mobile-menu-overlay .wrapper #searchform {
        margin-bottom: 94px; }
      #mobile-menu-overlay .wrapper ul.socialmedia-links {
        margin: 0px auto 115px auto; }
        #mobile-menu-overlay .wrapper ul.socialmedia-links li a svg {
          margin-right: 15px; }
        #mobile-menu-overlay .wrapper ul.socialmedia-links li a span {
          font-size: 13px;
          padding-bottom: 2px; } }

body.noscroll {
  overflow: hidden; }

#home-podcast {
  background-color: #f1f0fd;
  padding: 30px 0px 37px 0px; }
  #home-podcast img.podcast-thumb {
    width: 100%;
    max-width: 252px;
    margin: 0px auto;
    display: block; }
  #home-podcast h3,
  #hero-row h3 {
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 21px;
    margin-bottom: 5px; }
  #home-podcast p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 18px; }
  #home-podcast ul.buttons {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #home-podcast ul.buttons li {
      list-style: none; }
    #home-podcast ul.buttons li {
      margin-right: 20px; }
      #home-podcast ul.buttons li a svg {
        fill: #2b1e5c;
        fill-rule: evenodd; }
      #home-podcast ul.buttons li a.the-button {
        width: 135px; }
      #home-podcast ul.buttons li a.icon-apple-podcasts {
        height: 44px;
        display: flex;
        align-items: center; }
        #home-podcast ul.buttons li a.icon-apple-podcasts svg {
          width: 21px;
          height: 21px; }
      #home-podcast ul.buttons li a.icon-acast {
        height: 44px;
        display: flex;
        align-items: center; }
        #home-podcast ul.buttons li a.icon-acast svg {
          width: 22px;
          height: 21px; }
      #home-podcast ul.buttons li:last-child {
        margin-right: 0px; }
  #home-podcast .the-border {
    height: 2px;
    background-color: #2b2763; }
  @media only screen and (min-width: 768px) {
    #home-podcast {
      padding: 52px 0px 40px 0px; }
      #home-podcast img.podcast-thumb {
        max-width: 275px; }
      #home-podcast h3,
      #hero-row h3 {
        font-size: 44px;
        margin-top: 0px;
        margin-bottom: 13px; }
      #home-podcast p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 28px; }
      #home-podcast ul.buttons li {
        margin-right: 16px; }
        #home-podcast ul.buttons li a.the-button {
          width: 166px; }
        #home-podcast ul.buttons li a.icon-apple-podcasts {
          width: 130px;
          border-bottom: 2px solid rgba(95, 85, 142, 0);
          height: 52px;
          padding-bottom: 0px;
          display: flex;
          align-items: center; }
          #home-podcast ul.buttons li a.icon-apple-podcasts:hover {
            border-bottom: 2px solid #5f558e; }
        #home-podcast ul.buttons li a.icon-acast {
          width: 80px;
          border-bottom: 2px solid rgba(95, 85, 142, 0);
          height: 52px;
          padding-bottom: 0px;
          display: flex;
          align-items: center; }
          #home-podcast ul.buttons li a.icon-acast:hover {
            border-bottom: 2px solid #5f558e; }
        #home-podcast ul.buttons li:first-child {
          margin-right: 23px; } }
  @media (min-width: 992px) and (max-width: 1070px) {
    #home-podcast {
      /* border:1px solid yellow; */ }
      #home-podcast ul.buttons li a.the-button {
        width: 132px; } }
  @media (min-width: 1200px) and (max-width: 9999px) {
    #home-podcast {
      /* border:1px solid orange; */ }
      #home-podcast img.podcast-thumb {
        width: 293px;
        max-width: 293px; }
      #home-podcast ul.buttons li {
        margin-right: 40px; }
        #home-podcast ul.buttons li a.the-button {
          width: 166px; }
        #home-podcast ul.buttons li:first-child {
          margin-right: 40px; } }

#latest-episodes {
  background-color: #f1f0fd;
  padding-bottom: 60px; }
  #latest-episodes h3 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #latest-episodes .the-episode {
    margin-bottom: 15px; }
    #latest-episodes .the-episode a.the-thumb {
      display: block;
      text-decoration: none; }
      #latest-episodes .the-episode a.the-thumb img {
        width: 100%; }
    #latest-episodes .the-episode a.post-details {
      display: block;
      text-decoration: none; }
      #latest-episodes .the-episode a.post-details span.title-wrapper {
        display: block; }
      #latest-episodes .the-episode a.post-details span.the-title {
        font-size: 16px;
        line-height: 22px; }
  #latest-episodes a.the-button {
    width: 126px;
    margin-top: 16px; }
  @media only screen and (min-width: 576px) {
    #latest-episodes {
      padding-bottom: 90px; }
      #latest-episodes h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 23px; }
      #latest-episodes .the-episode {
        margin-bottom: 24px; }
        #latest-episodes .the-episode a.post-details span.title-wrapper {
          margin-bottom: 6px; }
        #latest-episodes .the-episode a.post-details span.the-title {
          font-size: 22px;
          line-height: 28px; }
        #latest-episodes .the-episode a.post-details span.the-excerpt {
          font-size: 13px;
          line-height: 22px; }
      #latest-episodes a.the-button {
        width: 155px;
        margin-top: 25px; } }
  @media only screen and (min-width: 768px) {
    #latest-episodes .the-episode {
      cursor: pointer; }
      #latest-episodes .the-episode a.the-thumb {
        position: relative; }
        #latest-episodes .the-episode a.the-thumb img {
          position: relative;
          z-index: 0; }
        #latest-episodes .the-episode a.the-thumb span.overlay {
          position: absolute;
          z-index: 1;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: rgba(43, 30, 92, 0.3);
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          opacity: 0;
          visibility: hidden; }
      #latest-episodes .the-episode a.post-details span.the-title {
        border-bottom: 2px solid rgba(43, 30, 92, 0);
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #latest-episodes .the-episode a.post-details span.the-excerpt {
        font-size: 13px;
        line-height: 22px; }
      #latest-episodes .the-episode:hover a.the-thumb span.overlay {
        opacity: 1;
        visibility: visible; }
      #latest-episodes .the-episode:hover a.post-details span.the-title {
        border-bottom: 2px solid #2b1e5c; } }

#home-the-book {
  padding: 60px 0px;
  background-color: #f7efde;
  overflow: hidden; }
  #home-the-book img.book-image {
    /* width: 328px;  */
    max-width: none;
    margin-bottom: 24px;
    height: 417px;
    /* margin-left: -30px; */ }
  #home-the-book h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #f3a936;
    margin-bottom: 10px; }
  #home-the-book p {
    font-size: 12px;
    line-height: 20px; }
  #home-the-book ul.buttons {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #home-the-book ul.buttons li {
      list-style: none; }
    #home-the-book ul.buttons li a.the-button {
      width: 135px; }
    #home-the-book ul.buttons li a.amazon-link {
      width: 85px;
      display: block;
      text-decoration: none;
      height: 28px;
      display: flex;
      align-items: center;
      margin-right: 27px; }
    #home-the-book ul.buttons li a.waterstone-link {
      width: 110px;
      display: block;
      text-decoration: none;
      height: 28px;
      display: flex;
      align-items: center; }
      #home-the-book ul.buttons li a.waterstone-link img {
        margin-top: -10px; }
    #home-the-book ul.buttons li:first-child {
      width: 100%;
      margin-bottom: 30px; }
  @media only screen and (min-width: 576px) {
    #home-the-book {
      padding: 100px 0px 90px 0px; }
      #home-the-book img.book-image {
        /* width: 364px;  */
        /* 	margin-bottom: 0px; */
        /* height:462px; */
        /* margin-left: -62px; */ }
      #home-the-book h3 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 17px; }
      #home-the-book p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 27px; }
      #home-the-book ul.buttons li a.the-button {
        width: 165px; }
      #home-the-book ul.buttons li a.amazon-link {
        width: 85px;
        height: 52px; }
      #home-the-book ul.buttons li a.waterstone-link {
        width: 110px;
        height: 52px; }
        #home-the-book ul.buttons li a.waterstone-link img {
          margin-top: -10px; }
      #home-the-book ul.buttons li:first-child {
        width: auto;
        margin-right: 30px;
        margin-bottom: 0px; } }
  @media only screen and (min-width: 768px) {
    #home-the-book img.book-image {
      margin-left: -58px;
      margin-bottom: 0px; }
    #home-the-book ul.buttons li a.amazon-link,
    #home-the-book ul.buttons li a.waterstone-link {
      border-bottom: 2px solid rgba(243, 169, 54, 0); }
      #home-the-book ul.buttons li a.amazon-link:hover,
      #home-the-book ul.buttons li a.waterstone-link:hover {
        border-bottom: 2px solid #f3a936; } }
  @media only screen and (min-width: 1025px) {
    #home-the-book img.book-image {
      margin-left: -78px; } }

#workculture {
  background-color: #f1f0fd;
  padding: 54px 0px 60px 0px; }
  #workculture h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 10px; }
  #workculture p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 14px; }
  #workculture a.the-thumb {
    display: block;
    text-decoration: none;
    position: relative; }
    #workculture a.the-thumb img {
      position: relative;
      z-index: 0; }
    #workculture a.the-thumb span.overlay {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 30, 92, 0.3);
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 0;
      visibility: hidden; }
    #workculture a.the-thumb:hover span.overlay {
      opacity: 1;
      visibility: visible; }
  #workculture a.the-button {
    margin-top: 20px;
    width: 109px; }
  @media only screen and (min-width: 576px) {
    #workculture {
      padding: 90px 0px; }
      #workculture h3 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 18px; }
      #workculture p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 40px; }
      #workculture a.the-button {
        margin-top: 45px;
        width: 137px; } }

#the-blog {
  background-color: #e5e4f0;
  padding: 60px 0px 35px 0px; }
  #the-blog .the-intro {
    border: 5px solid #f1f0fd;
    margin-bottom: 45px;
    padding: 11px 15px 15px 15px; }
    #the-blog .the-intro h3 {
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 10px; }
    #the-blog .the-intro p {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 18px; }
    #the-blog .the-intro a.the-button {
      width: 139px; }
  #the-blog a.the-post {
    display: block;
    text-decoration: none;
    margin-bottom: 45px; }
    #the-blog a.the-post span.the-thumb {
      display: block;
      position: relative;
      margin-bottom: 16px; }
      #the-blog a.the-post span.the-thumb img {
        width: 100%;
        position: relative;
        z-index: 0; }
      #the-blog a.the-post span.the-thumb span.overlay {
        display: block;
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 30, 92, 0.3);
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 0;
        visibility: hidden; }
    #the-blog a.the-post span.the-title {
      display: block;
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 10px; }
    #the-blog a.the-post span.the-excerpt {
      display: block;
      font-size: 12px;
      line-height: 20px; }
  #the-blog.blog-listing {
    background-color: #f1f0fd;
    padding-bottom: 60px; }
    #the-blog.blog-listing h3 {
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 15px; }
    #the-blog.blog-listing .navgation {
      margin-top: 10px; }
      #the-blog.blog-listing .navgation a.the-button {
        width: 100%;
        max-width: 160px; }
        #the-blog.blog-listing .navgation a.the-button svg {
          fill: #2b1e5c;
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px; }
        #the-blog.blog-listing .navgation a.the-button.newer-articles svg {
          margin-right: 7px; }
        #the-blog.blog-listing .navgation a.the-button.older-articles svg {
          margin-left: 7px; }
  @media only screen and (min-width: 768px) {
    #the-blog {
      padding: 85px 0px 35px 0px; }
      #the-blog .the-intro {
        height: 100%;
        margin-bottom: 0px;
        padding: 0px 15px 0px 15px;
        display: flex;
        align-items: center; }
        #the-blog .the-intro .inner {
          width: 100%;
          margin-top: -12px; }
        #the-blog .the-intro h3 {
          font-size: 44px;
          line-height: 44px;
          margin-bottom: 17px; }
        #the-blog .the-intro p {
          font-size: 13px;
          line-height: 22px;
          margin-bottom: 28px; }
        #the-blog .the-intro a.the-button {
          width: 171px; }
      #the-blog a.the-post {
        margin-bottom: 0px; }
        #the-blog a.the-post span.the-thumb {
          margin-bottom: 16px; }
        #the-blog a.the-post span.the-title {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 8px; }
          #the-blog a.the-post span.the-title span.the-text {
            display: inline;
            border-bottom: 2px solid rgba(43, 30, 92, 0);
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #the-blog a.the-post span.the-excerpt {
          font-size: 13px;
          line-height: 22px; }
        #the-blog a.the-post:hover span.the-title span.the-text {
          border-bottom: 2px solid #2b1e5c; }
      #the-blog .col-md-6 {
        margin-bottom: 45px; }
      #the-blog.blog-listing {
        padding-top: 40px;
        padding-bottom: 90px; }
        #the-blog.blog-listing h3 {
          font-size: 44px;
          line-height: 44px;
          margin-bottom: 25px; }
        #the-blog.blog-listing .navgation {
          margin-top: 10px; }
          #the-blog.blog-listing .navgation a.the-button {
            max-width: 192px; }
            #the-blog.blog-listing .navgation a.the-button svg {
              margin-top: -3px; } }
  @media only screen and (min-width: 1025px) {
    #the-blog a.the-post:hover span.the-thumb span.overlay {
      opacity: 1;
      visibility: visible; } }

#home-speaking {
  background-color: #f1f0fd;
  padding-bottom: 60px; }
  #home-speaking img.the-image {
    width: 100%;
    margin-bottom: 37px; }
  #home-speaking h3 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase; }
  #home-speaking p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 23px; }
  #home-speaking .the-event {
    margin-bottom: 25px; }
    #home-speaking .the-event .event-date {
      font-size: 15px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 9px; }
    #home-speaking .the-event .event-details {
      font-size: 12px;
      line-height: 18px; }
  #home-speaking a.the-button {
    width: 110px;
    margin-top: 5px; }
  @media only screen and (min-width: 576px) {
    #home-speaking {
      padding-top: 90px;
      padding-bottom: 90px; }
      #home-speaking h3 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 18px; }
      #home-speaking p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 23px; }
      #home-speaking .the-event {
        margin-bottom: 18px; }
        #home-speaking .the-event .event-date {
          font-size: 15px;
          line-height: 20px;
          margin-bottom: 9px; }
        #home-speaking .the-event .event-details {
          font-size: 13px;
          line-height: 22px; }
      #home-speaking a.the-button {
        width: 137px;
        margin-top: 20px; } }

#about-me {
  background-color: #e5e4f0;
  padding: 60px 0px; }
  #about-me.inner {
    background-color: #f1f0fd; }
  #about-me .profile-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px; }
    #about-me .profile-header img {
      width: 90px;
      height: 90px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      margin-right: 13px; }
    #about-me .profile-header h1, #about-me .profile-header h3 {
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 0px; }
  #about-me p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 18px; }
  #about-me ul.socialmedia-links {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    padding-top: 14px; }
    #about-me ul.socialmedia-links li {
      list-style: none; }
    #about-me ul.socialmedia-links li a {
      text-decoration: none;
      display: flex;
      align-items: center; }
      #about-me ul.socialmedia-links li a svg {
        fill: #2b1e5c;
        margin-right: 10px; }
      #about-me ul.socialmedia-links li a span {
        font-size: 12.75px;
        line-height: 12.75px;
        font-weight: 600;
        display: inline-block;
        border-bottom: 2px solid #2b1e5c;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
  #about-me.contact {
    padding-top: 30px; }
    #about-me.contact img.profile-thumb-mobile {
      width: 200px;
      height: 200px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      background-clip: padding-box;
      display: block;
      margin: 0px auto 25px auto; }
  @media only screen and (min-width: 768px) {
    #about-me {
      padding: 90px 0px; }
      #about-me img.profile-thumb {
        width: 222px;
        height: 222px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-clip: padding-box;
        float: right;
        margin-top: 7px; }
      #about-me .profile-header {
        display: block;
        margin-bottom: 17px; }
        #about-me .profile-header h1, #about-me .profile-header h3 {
          font-size: 44px;
          line-height: 44px; }
      #about-me p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 22px; }
      #about-me ul.socialmedia-links {
        padding-top: 19px;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        #about-me ul.socialmedia-links li {
          margin-right: 44px; }
          #about-me ul.socialmedia-links li a svg {
            margin-right: 14px; }
            #about-me ul.socialmedia-links li a svg.i_linkedin {
              width: 22px;
              height: 22px; }
            #about-me ul.socialmedia-links li a svg.i_twitter {
              width: 23px;
              height: 19px; }
            #about-me ul.socialmedia-links li a svg.i_email {
              width: 24px;
              height: 18px; }
          #about-me ul.socialmedia-links li a span {
            font-size: 15px;
            line-height: 15px; }
          #about-me ul.socialmedia-links li a:hover span {
            border-bottom: 2px solid rgba(43, 30, 92, 0); }
          #about-me ul.socialmedia-links li:last-child {
            margin-right: 0px; }
      #about-me.contact {
        padding-top: 60px; }
        #about-me.contact img.profile-thumb {
          width: 200px;
          height: 200px;
          float: right;
          margin-top: 7px; }
        #about-me.contact ul.socialmedia-links {
          padding-top: 19px;
          -webkit-justify-content: space-between;
          -moz-justify-content: space-between;
          -ms-justify-content: space-between;
          -webkit-justify-content: space-between;
          justify-content: space-between; }
          #about-me.contact ul.socialmedia-links li {
            margin-right: 0px; } }
  @media only screen and (min-width: 1025px) {
    #about-me img.profile-thumb {
      float: left; } }

#featured-articles {
  background-color: #e5e4f0;
  padding: 25px 0px;
  overflow: hidden;
  /* border-bottom: 1px solid #ccc; */ }
  #featured-articles h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  #featured-articles a.the-post {
    display: block;
    text-decoration: none; }
    #featured-articles a.the-post span.post-thumb {
      display: block;
      position: relative;
      margin-bottom: 15px; }
      #featured-articles a.the-post span.post-thumb img {
        width: 100%;
        position: relative;
        z-index: 0; }
    #featured-articles a.the-post span.post-title {
      font-size: 16px;
      line-height: 22px;
      font-weight: 400;
      margin-bottom: 5px;
      display: block; }
    #featured-articles a.the-post span.post-excerpt {
      display: block;
      font-size: 12px;
      line-height: 20px; }
  #featured-articles .container.has-carousel {
    margin: 0px auto;
    padding: 0px 8px;
    width: 83.333333%;
    overflow: visible; }
    #featured-articles .container.has-carousel .the-carousel {
      position: relative;
      padding-bottom: 28px; }
      #featured-articles .container.has-carousel .the-carousel .slick-list {
        overflow: visible; }
      #featured-articles .container.has-carousel .the-carousel .the-slide a.the-post {
        opacity: .50;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      #featured-articles .container.has-carousel .the-carousel .the-slide.slick-current a.the-post {
        opacity: 1; }
      #featured-articles .container.has-carousel .the-carousel .slick-arrow {
        position: absolute;
        z-index: 2;
        bottom: 0px;
        cursor: pointer;
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer; }
        #featured-articles .container.has-carousel .the-carousel .slick-arrow:focus {
          outline: 0; }
        #featured-articles .container.has-carousel .the-carousel .slick-arrow svg {
          fill: #2b1e5c; }
        #featured-articles .container.has-carousel .the-carousel .slick-arrow.slick-prev {
          left: -25px; }
        #featured-articles .container.has-carousel .the-carousel .slick-arrow.slick-next {
          left: auto;
          right: -25px; }
      #featured-articles .container.has-carousel .the-carousel ul.slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -10px;
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #featured-articles .container.has-carousel .the-carousel ul.slick-dots li {
          list-style: none; }
        #featured-articles .container.has-carousel .the-carousel ul.slick-dots li {
          margin: 0px 8px; }
          #featured-articles .container.has-carousel .the-carousel ul.slick-dots li button {
            cursor: pointer;
            padding: 0px;
            border: none;
            background: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            background-clip: padding-box;
            text-align: center;
            cursor: pointer;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            background-color: #928ab9;
            text-indent: -9999px; }
            #featured-articles .container.has-carousel .the-carousel ul.slick-dots li button:focus {
              outline: 0; }
          #featured-articles .container.has-carousel .the-carousel ul.slick-dots li.slick-active button {
            background-color: #2b1e5c; }
  @media only screen and (min-width: 576px) {
    #featured-articles {
      padding: 53px 0px; }
      #featured-articles h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 26px; }
      #featured-articles a.the-post span.post-thumb {
        margin-bottom: 20px; }
      #featured-articles a.the-post span.post-title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px; }
      #featured-articles a.the-post span.post-excerpt {
        font-size: 12px;
        line-height: 22px; }
      #featured-articles .container.has-carousel {
        width: 100%;
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px; }
        #featured-articles .container.has-carousel .the-carousel {
          padding-bottom: 0px; }
          #featured-articles .container.has-carousel .the-carousel .the-slide a.the-post {
            opacity: 1; } }
  @media only screen and (min-width: 768px) {
    #featured-articles a.the-post span.post-thumb {
      position: relative; }
      #featured-articles a.the-post span.post-thumb span.overlay {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(43, 30, 92, 0.3);
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        opacity: 0;
        visibility: hidden; }
    #featured-articles a.the-post span.post-title {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 10px; }
      #featured-articles a.the-post span.post-title span.the-text {
        display: inline;
        border-bottom: 2px solid rgba(43, 30, 92, 0);
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    #featured-articles a.the-post span.post-excerpt {
      font-size: 13px;
      line-height: 22px; }
    #featured-articles a.the-post:hover span.post-thumb span.overlay {
      opacity: 1;
      visibility: visible; }
    #featured-articles a.the-post:hover span.post-title span.the-text {
      border-bottom: 2px solid #2b1e5c; }
    #featured-articles .container.has-carousel .the-carousel .slick-list .slick-track {
      width: 100% !important; } }

#podcast-book {
  overflow: hidden; }
  #podcast-book .the-box {
    position: relative;
    min-height: 204px; }
    #podcast-book .the-box img.the-thumb {
      width: 95%;
      margin-top: 22px; }
    #podcast-book .the-box .box-content {
      margin-top: 0px; }
      #podcast-book .the-box .box-content h3 {
        font-size: 28px;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 15px; }
      #podcast-book .the-box .box-content a.the-button {
        width: 135px; }
    #podcast-book .the-box.the-podcast {
      background-color: #e5e4f0; }
      #podcast-book .the-box.the-podcast img.the-thumb {
        margin-top: 22px;
        margin-left: auto;
        margin-right: auto; }
      #podcast-book .the-box.the-podcast::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -100%;
        width: 100%;
        background-color: #e5e4f0; }
      #podcast-book .the-box.the-podcast::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -100%;
        width: 100%;
        background-color: #e5e4f0; }
    #podcast-book .the-box.the-book {
      background-color: #f7efde;
      position: relative;
      z-index: 2; }
      #podcast-book .the-box.the-book img.the-thumb {
        margin-top: 17px;
        margin-left: auto;
        margin-right: auto; }
      #podcast-book .the-box.the-book::before {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: -100%;
        width: 100%;
        background-color: #f7efde; }
      #podcast-book .the-box.the-book::after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        right: -100%;
        width: 100%;
        background-color: #f7efde; }
      #podcast-book .the-box.the-book .box-content {
        margin-top: 0px; }
        #podcast-book .the-box.the-book .box-content h3 {
          color: #f3a936; }
    #podcast-book .the-box.the-speaking {
      background: transparent;
      background: url(../img/teaser_speaking_bg.jpg) left center no-repeat;
      background-size: cover; }
      #podcast-book .the-box.the-speaking img.the-thumb {
        /* border:1px solid red; */
        width: 100%;
        margin: 0px;
        position: relative;
        z-index: 0;
        opacity: 0; }
      #podcast-book .the-box.the-speaking .box-content {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        margin-top: 0px;
        width: 100%;
        height: 100%; }
        #podcast-book .the-box.the-speaking .box-content h3 {
          color: #fff; }
        #podcast-book .the-box.the-speaking .box-content .wrapper {
          width: 100%;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          left: 0px;
          backface-visibility: hidden; }
      #podcast-book .the-box.the-speaking::before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        left: -100%;
        background-color: #6f4761; }
      #podcast-book .the-box.the-speaking::after {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        right: -100%;
        background-color: #000b19; }
  #podcast-book.alt .the-box.the-podcast {
    background-color: #dddce9; }
    #podcast-book.alt .the-box.the-podcast::before {
      background-color: #dddce9; }
    #podcast-book.alt .the-box.the-podcast::after {
      background-color: #dddce9; }
  @media only screen and (min-width: 768px) {
    #podcast-book .the-box {
      height: 100%; }
      #podcast-book .the-box img.the-thumb {
        width: 88%; }
      #podcast-book .the-box .box-content {
        margin-left: -15px; }
        #podcast-book .the-box .box-content h3 {
          font-size: 32px;
          line-height: 32px;
          margin-bottom: 15px; }
        #podcast-book .the-box .box-content a.the-button {
          width: 166px; }
      #podcast-book .the-box.the-podcast::after {
        width: 15px;
        right: -15px; }
      #podcast-book .the-box.the-podcast .box-content {
        margin-top: 12px; }
      #podcast-book .the-box.the-book::before {
        width: 15px;
        left: -15px; }
      #podcast-book .the-box.the-book .box-content {
        margin-top: 12px; }
      #podcast-book .the-box.the-speaking .box-content {
        margin-top: 6px; }
      #podcast-book .the-box.the-speaking::before {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 15px;
        left: -15px;
        background-color: #6f4761; }
      #podcast-book .the-box.the-speaking::after {
        display: block;
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0px;
        width: 100%;
        right: -100%;
        background-color: #000b19; }
      #podcast-book .the-box.the-speaking.alt::before {
        width: 100%;
        left: -100%; }
      #podcast-book .the-box.the-speaking.alt::after {
        width: 15%;
        right: -15%; } }
  @media only screen and (min-width: 1025px) {
    #podcast-book .the-box img.the-thumb {
      width: 92%; }
    #podcast-book .the-box .box-content {
      margin-left: 0px;
      margin-top: 0px !important; }
      #podcast-book .the-box .box-content h3 {
        font-size: 44px;
        line-height: 42px;
        margin-bottom: 15px; } }

#book-header {
  background-color: #f7efde;
  padding: 60px 0px;
  overflow: hidden; }
  #book-header * {
    color: #f3a936; }
  #book-header img.the-book {
    max-width: none;
    margin-bottom: 24px;
    height: 417px;
    margin-left: -55px;
    margin-right: -20px; }
  #book-header .quotes {
    margin-bottom: 29px; }
    #book-header .quotes .the-carousel {
      position: relative; }
      #book-header .quotes .the-carousel .the-slide {
        position: relative; }
      #book-header .quotes .the-carousel .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        z-index: 2;
        cursor: pointer; }
        #book-header .quotes .the-carousel .slick-arrow.slick-prev {
          left: 0px; }
        #book-header .quotes .the-carousel .slick-arrow.slick-next {
          left: auto;
          right: 0px; }
      #book-header .quotes .the-carousel ul.slick-dots {
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #book-header .quotes .the-carousel ul.slick-dots li {
          list-style: none; }
        #book-header .quotes .the-carousel ul.slick-dots li button {
          cursor: pointer; }
        #book-header .quotes .the-carousel ul.slick-dots li.slick-active button {
          color: red; }
    #book-header .quotes .the-carousel {
      position: relative; }
      #book-header .quotes .the-carousel .the-slide {
        padding-bottom: 43px; }
        #book-header .quotes .the-carousel .the-slide .quote-text {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 5px; }
        #book-header .quotes .the-carousel .the-slide .quote-by {
          font-size: 12px;
          line-height: 28px;
          font-weight: 700; }
      #book-header .quotes .the-carousel .slick-arrow {
        top: auto;
        bottom: 11px;
        transform: none;
        -webkit-transform: none;
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer; }
        #book-header .quotes .the-carousel .slick-arrow:focus {
          outline: 0; }
        #book-header .quotes .the-carousel .slick-arrow svg {
          fill: #f3a936; }
        #book-header .quotes .the-carousel .slick-arrow.slick-prev {
          left: 0px; }
        #book-header .quotes .the-carousel .slick-arrow.slick-next {
          left: auto;
          right: 0px; }
      #book-header .quotes .the-carousel ul.slick-dots li {
        margin: 0px 8px; }
        #book-header .quotes .the-carousel ul.slick-dots li button {
          padding: 0px;
          border: none;
          background: none;
          -webkit-border-radius: 0px;
          -moz-border-radius: 0px;
          -ms-border-radius: 0px;
          -o-border-radius: 0px;
          border-radius: 0px;
          background-clip: padding-box;
          text-align: center;
          cursor: pointer;
          text-indent: -9999px;
          width: 6px;
          height: 6px;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background-clip: padding-box;
          background-color: #f7d68f; }
          #book-header .quotes .the-carousel ul.slick-dots li button:focus {
            outline: 0; }
        #book-header .quotes .the-carousel ul.slick-dots li.slick-active button {
          background-color: #f3a936; }
  #book-header h3 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #book-header ul.buttons {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    #book-header ul.buttons li {
      list-style: none; }
    #book-header ul.buttons li {
      margin-right: 7px; }
      #book-header ul.buttons li a.the-button {
        width: 148px; }
        #book-header ul.buttons li a.the-button img {
          display: inline-block;
          vertical-align: middle; }
        #book-header ul.buttons li a.the-button.link-amazon img {
          width: 67px; }
        #book-header ul.buttons li a.the-button.link-waterstones img {
          width: 110px;
          margin-top: -2px; }
      #book-header ul.buttons li:last-child {
        margin-right: 0px; }
  @media only screen and (min-width: 768px) {
    #book-header {
      padding: 50px 0px 60px 0px; }
      #book-header img.the-book {
        /* width:364px;
        margin-left:-50px; */
        margin-bottom: 0px;
        height: 462px; }
      #book-header .quotes {
        margin-bottom: 0px;
        margin-top: 15px;
        position: relative; }
        #book-header .quotes .the-carousel .the-slide {
          padding-bottom: 0px; }
          #book-header .quotes .the-carousel .the-slide .quote-text {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 10px; }
          #book-header .quotes .the-carousel .the-slide .quote-by {
            font-size: 18px;
            line-height: 28px; }
        #book-header .quotes .the-carousel ul.slick-dots {
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          bottom: -75px; }
          #book-header .quotes .the-carousel ul.slick-dots li {
            margin: 0px 8px; }
            #book-header .quotes .the-carousel ul.slick-dots li button {
              width: 8px;
              height: 8px; }
      #book-header h3 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 20px;
        margin-top: -4px; }
      #book-header ul.buttons li {
        margin-right: 15px; }
        #book-header ul.buttons li a.the-button {
          width: 165px; }
          #book-header ul.buttons li a.the-button.link-amazon img {
            width: 67px; }
          #book-header ul.buttons li a.the-button.link-waterstones img {
            width: 110px;
            margin-top: -2px; } }
  @media only screen and (min-width: 1025px) {
    #book-header {
      padding: 60px 0px 60px 0px; }
      #book-header img.the-book {
        margin-left: -80px; }
      #book-header h3 {
        margin-top: 20px; } }

#in-the-press {
  padding: 60px 0px;
  background-color: #f1f0fd; }
  #in-the-press h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 11px; }
  #in-the-press .the-press-item {
    margin-bottom: 22px; }
    #in-the-press .the-press-item a.the-title {
      display: block;
      text-decoration: none;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 2px; }
    #in-the-press .the-press-item a.the-link {
      display: inline-block;
      text-decoration: none; }
      #in-the-press .the-press-item a.the-link svg {
        fill: #2b1e5c; }
      #in-the-press .the-press-item a.the-link span {
        font-size: 11px;
        text-decoration: inline-block;
        border-bottom: 1px solid #2b1e5c;
        vertical-align: middle;
        margin-left: 5px;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
    #in-the-press .the-press-item:last-child {
      margin-bottom: 0px; }
  @media only screen and (min-width: 576px) {
    #in-the-press {
      padding: 60px 0px 90px 0px; }
      #in-the-press h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 18px; }
      #in-the-press .the-press-item {
        margin-bottom: 40px; }
        #in-the-press .the-press-item a.the-title {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 4px; }
          #in-the-press .the-press-item a.the-title span.the-text {
            display: inline;
            border-bottom: 2px solid rgba(43, 30, 92, 0);
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #in-the-press .the-press-item a.the-link span {
          font-size: 13px;
          margin-left: 5px; }
        #in-the-press .the-press-item:hover a.the-title span.the-text {
          border-bottom: 2px solid #2b1e5c; }
        #in-the-press .the-press-item:hover a.the-link span {
          border-bottom: 1px solid rgba(43, 30, 92, 0); } }

#contact-form {
  background-color: #f1f0fd;
  padding-bottom: 60px; }
  #contact-form h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 20px; }
  #contact-form textarea.form-control {
    height: 192px; }
  #contact-form .the-button {
    width: 135px;
    margin-top: 10px; }
  @media only screen and (min-width: 576px) {
    #contact-form {
      padding-bottom: 90px; }
      #contact-form h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px; }
      #contact-form .the-button {
        width: 166px; } }

#inner-content {
  padding: 24px 0px 84px 0px;
  background-color: #f1f0fd; }
  #inner-content h1, #inner-content h2, #inner-content h3, #inner-content h4, #inner-content h5, #inner-content p, #inner-content blockquote, #inner-content ul, #inner-content ol, #inner-content img {
    margin-bottom: 0px; }
  #inner-content h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase; }
    #inner-content h1 + p {
      margin-top: 10px; }
  #inner-content p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px; }
  #inner-content ul, #inner-content ol {
    font-size: 12px;
    line-height: 20px;
    margin-top: 20px; }
  #inner-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 35px; }
    #inner-content h2 strong {
      font-size: 24px;
      line-height: 28px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block; }
    #inner-content h2 + p {
      margin-top: 16px; }
  #inner-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 35px; }
    #inner-content h3 strong {
      font-size: 18px;
      line-height: 22px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block; }
  #inner-content img {
    margin-top: 20px; }
  @media only screen and (min-width: 576px) {
    #inner-content {
      padding: 55px 0px 84px 0px; }
      #inner-content h1 {
        font-size: 44px;
        line-height: 44px; }
        #inner-content h1 + p {
          margin-top: 17px; }
      #inner-content h2 {
        font-size: 30px;
        line-height: 40px;
        margin-top: 31px;
        /* & + p{
        	margin-top: 16px;	
        } */ }
        #inner-content h2 strong {
          font-size: 32px;
          line-height: 36px; }
      #inner-content h3 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 35px; }
        #inner-content h3 strong {
          font-size: 24px;
          line-height: 28px; }
      #inner-content p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 22px; }
      #inner-content ul, #inner-content ol {
        font-size: 13px;
        line-height: 22px;
        margin-top: 22px; } }

#events-banner {
  overflow: hidden; }
  #events-banner img {
    width: 100%; }
  @media only screen and (min-width: 1025px) {
    #events-banner {
      height: 600px; }
      #events-banner img {
        object-fit: cover;
        width: 100%;
        height: 600px;
        object-position: center center;
        max-width: 1440px;
        margin: 0px auto;
        display: block; } }

#events-content {
  background-color: #f1f0fd;
  padding: 25px 0px 0px 0px; }
  #events-content h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 9px; }
  #events-content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px; }
  #events-content .events-list {
    margin-top: 35px; }
    #events-content .events-list .events-group {
      margin-bottom: 30px;
      overflow: hidden; }
      #events-content .events-list .events-group h3 {
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        margin-bottom: 17px; }
      #events-content .events-list .events-group .the-event {
        margin-bottom: 50px; }
        #events-content .events-list .events-group .the-event .event-title {
          font-size: 16px;
          line-height: 22px;
          font-weight: 600;
          margin-bottom: 10px; }
        #events-content .events-list .events-group .the-event .event-desc {
          font-size: 12px;
          line-height: 20px;
          margin-bottom: 15px; }
        #events-content .events-list .events-group .the-event a.the-button {
          width: 117px; }
  @media only screen and (min-width: 576px) {
    #events-content {
      padding: 35px 0px 8px 0px; }
      #events-content h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 18px; }
      #events-content p {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0px; }
      #events-content .events-list {
        margin-top: 35px; }
        #events-content .events-list .events-group {
          margin-bottom: 42px; }
          #events-content .events-list .events-group h3 {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 13px; }
          #events-content .events-list .events-group .the-event {
            margin-bottom: 40px; }
            #events-content .events-list .events-group .the-event .event-title {
              font-size: 18px;
              line-height: 28px;
              margin-bottom: 3px; }
            #events-content .events-list .events-group .the-event .event-desc {
              font-size: 13px;
              line-height: 22px;
              margin-bottom: 24px; }
            #events-content .events-list .events-group .the-event a.the-button {
              width: 146px; } }

#reading-list {
  background-color: #f1f0fd;
  padding: 36px 0px 40px 0px; }
  #reading-list .the-header {
    margin-bottom: 42px; }
    #reading-list .the-header h1 {
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 9px; }
    #reading-list .the-header p {
      font-size: 12px;
      line-height: 20px; }
      #reading-list .the-header p:last-child {
        margin-bottom: 0px; }
  #reading-list .book-list-item {
    margin-bottom: 48px; }
    #reading-list .book-list-item img {
      width: 100%;
      height: auto;
      margin-bottom: 18px; }
    #reading-list .book-list-item .the-title {
      font-size: 20px;
      line-height: 28px;
      margin-top: -20px;
      margin-bottom: -2px; }
    #reading-list .book-list-item .the-subtitle {
      font-size: 14px;
      line-height: 28px; }
    #reading-list .book-list-item .the-desc {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 18px; }
    #reading-list .book-list-item a.the-button {
      width: 135px; }
  @media only screen and (min-width: 768px) {
    #reading-list {
      padding: 50px 0px 60px 0px; }
      #reading-list .the-header {
        margin-bottom: 45px; }
        #reading-list .the-header h1 {
          font-size: 44px;
          line-height: 44px;
          margin-bottom: 18px; }
        #reading-list .the-header p {
          font-size: 13px;
          line-height: 22px; }
      #reading-list .book-list-item {
        margin-bottom: 24px; }
        #reading-list .book-list-item img {
          margin-bottom: 0px; }
        #reading-list .book-list-item .the-title {
          font-size: 22px;
          line-height: 28px;
          margin-top: -10px;
          margin-bottom: -2px; }
        #reading-list .book-list-item .the-subtitle {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 10px; }
        #reading-list .book-list-item .the-desc {
          font-size: 13px;
          line-height: 22px;
          margin-bottom: 22px; }
        #reading-list .book-list-item a.the-button {
          width: 166px; } }

#search-results {
  padding: 27px 0px 98px 0px;
  background-color: #f1f0fd; }
  #search-results h1 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 24px; }
    #search-results h1 span {
      display: block;
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      color: rgba(43, 30, 92, 0.5); }
  #search-results .search-result-item {
    margin-bottom: 15px; }
    #search-results .search-result-item a.the-thumb {
      display: block;
      text-decoration: none; }
      #search-results .search-result-item a.the-thumb img {
        width: 100%; }
    #search-results .search-result-item a.the-title {
      font-size: 15px;
      line-height: 20px;
      color: #2b1e5c;
      text-decoration: none;
      display: block; }
    #search-results .search-result-item:last-child {
      margin-bottom: 0px; }
  @media only screen and (min-width: 576px) {
    #search-results {
      padding: 50px 0px 80px 0px; }
      #search-results h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 40px; }
        #search-results h1 span {
          font-size: 32px;
          line-height: 36px;
          margin-bottom: 3px; }
      #search-results .search-result-item {
        margin-bottom: 24px;
        cursor: pointer; }
        #search-results .search-result-item a.the-title {
          font-size: 22px;
          line-height: 28px; }
          #search-results .search-result-item a.the-title span.the-text {
            display: inline;
            border-bottom: 2px solid rgba(43, 30, 92, 0);
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #search-results .search-result-item a.the-thumb {
          position: relative; }
          #search-results .search-result-item a.the-thumb img {
            position: relative;
            z-index: 0; }
          #search-results .search-result-item a.the-thumb span.overlay {
            position: absolute;
            z-index: 1;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(43, 30, 92, 0.3);
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
            opacity: 0;
            visibility: hidden; }
        #search-results .search-result-item:hover a.the-title span.the-text {
          border-bottom: 2px solid #2b1e5c; }
        #search-results .search-result-item:hover a.the-thumb span.overlay {
          opacity: 1;
          visibility: visible; } }

#featured-episodes {
  background-color: #e5e4f0;
  padding: 25px 0px;
  overflow: hidden; }
  #featured-episodes h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  #featured-episodes .the-episode a.the-thumb {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px; }
    #featured-episodes .the-episode a.the-thumb img {
      width: 100%;
      position: relative;
      z-index: 0; }
  #featured-episodes .the-episode a.the-title {
    display: block;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #2b1e5c; }
  #featured-episodes .container.has-carousel {
    margin: 0px auto;
    padding: 0px 8px;
    width: 83.333333%;
    overflow: visible; }
    #featured-episodes .container.has-carousel .the-carousel {
      position: relative;
      padding-bottom: 50px; }
      #featured-episodes .container.has-carousel .the-carousel .slick-list {
        overflow: visible; }
      #featured-episodes .container.has-carousel .the-carousel .the-slide .row {
        opacity: .50;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      #featured-episodes .container.has-carousel .the-carousel .the-slide.slick-current .row {
        opacity: 1; }
      #featured-episodes .container.has-carousel .the-carousel .slick-arrow {
        position: absolute;
        z-index: 2;
        bottom: 0px;
        cursor: pointer;
        padding: 0px;
        border: none;
        background: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        background-clip: padding-box;
        text-align: center;
        cursor: pointer; }
        #featured-episodes .container.has-carousel .the-carousel .slick-arrow:focus {
          outline: 0; }
        #featured-episodes .container.has-carousel .the-carousel .slick-arrow svg {
          fill: #2b1e5c; }
        #featured-episodes .container.has-carousel .the-carousel .slick-arrow.slick-prev {
          left: -25px; }
        #featured-episodes .container.has-carousel .the-carousel .slick-arrow.slick-next {
          left: auto;
          right: -25px; }
      #featured-episodes .container.has-carousel .the-carousel ul.slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        bottom: -10px;
        margin: 0px;
        padding: 0px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center; }
        #featured-episodes .container.has-carousel .the-carousel ul.slick-dots li {
          list-style: none; }
        #featured-episodes .container.has-carousel .the-carousel ul.slick-dots li {
          margin: 0px 8px; }
          #featured-episodes .container.has-carousel .the-carousel ul.slick-dots li button {
            cursor: pointer;
            padding: 0px;
            border: none;
            background: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            background-clip: padding-box;
            text-align: center;
            cursor: pointer;
            width: 6px;
            height: 6px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            background-clip: padding-box;
            background-color: #928ab9;
            text-indent: -9999px; }
            #featured-episodes .container.has-carousel .the-carousel ul.slick-dots li button:focus {
              outline: 0; }
          #featured-episodes .container.has-carousel .the-carousel ul.slick-dots li.slick-active button {
            background-color: #2b1e5c; }
  @media only screen and (min-width: 576px) {
    #featured-episodes {
      padding: 53px 0px; }
      #featured-episodes h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 26px; }
      #featured-episodes .the-episode a.the-thumb {
        margin-bottom: 20px; }
      #featured-episodes .the-episode a.the-title {
        font-size: 18px;
        line-height: 24px; }
      #featured-episodes .container.has-carousel {
        width: 100%;
        max-width: 1170px;
        padding-right: 15px;
        padding-left: 15px; }
        #featured-episodes .container.has-carousel .the-carousel {
          padding-bottom: 0px; }
          #featured-episodes .container.has-carousel .the-carousel .the-slide .row {
            opacity: 1; } }
  @media only screen and (min-width: 1025px) {
    #featured-episodes {
      padding-bottom: 110px; }
      #featured-episodes .the-episode a.the-thumb {
        margin-bottom: 0px; }
        #featured-episodes .the-episode a.the-thumb span.overlay {
          position: absolute;
          z-index: 1;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          background-color: rgba(43, 30, 92, 0.3);
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          opacity: 0;
          visibility: hidden; }
      #featured-episodes .the-episode a.the-title {
        font-size: 16px;
        line-height: 22px;
        margin-left: -15px; }
        #featured-episodes .the-episode a.the-title span.the-text {
          display: inline;
          border-bottom: 2px solid rgba(43, 30, 92, 0);
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
      #featured-episodes .the-episode:hover {
        cursor: pointer; }
        #featured-episodes .the-episode:hover a.the-thumb span.overlay {
          opacity: 1;
          visibility: visible; }
        #featured-episodes .the-episode:hover a.the-title span.the-text {
          border-bottom: 2px solid #2b1e5c; } }

#podcasts-list {
  background-color: #f1f0fd;
  padding: 60px 0px 80px 0px; }
  #podcasts-list .podcast-header {
    margin-bottom: 45px; }
    #podcasts-list .podcast-header img.the-thumb {
      width: 100%;
      margin-bottom: 25px; }
    #podcasts-list .podcast-header .the-title {
      font-size: 36px;
      line-height: 36px;
      text-transform: uppercase;
      font-weight: 900;
      margin-bottom: 10px; }
    #podcasts-list .podcast-header .the-content {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 25px; }
    #podcasts-list .podcast-header ul.buttons {
      margin: 0px;
      padding: 0px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      -moz-justify-content: flex-start;
      -ms-justify-content: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center; }
      #podcasts-list .podcast-header ul.buttons li {
        list-style: none; }
      #podcasts-list .podcast-header ul.buttons li {
        margin-right: 40px; }
        #podcasts-list .podcast-header ul.buttons li a {
          display: block;
          text-decoration: none; }
          #podcasts-list .podcast-header ul.buttons li a.icon-apple-podcasts img {
            width: 134px; }
          #podcasts-list .podcast-header ul.buttons li a.icon-acast img {
            width: 84px; }
  #podcasts-list .podcast-item {
    margin-bottom: 15px;
    position: relative; }
    #podcasts-list .podcast-item a.the-thumb {
      display: block;
      text-decoration: none;
      position: relative; }
      #podcasts-list .podcast-item a.the-thumb img {
        width: 100%;
        position: relative;
        z-index: 0; }
    #podcasts-list .podcast-item .wrapper {
      position: relative;
      /* padding-right:26px; */
      height: 100%;
      /* border:1px solid red;  */ }
      #podcasts-list .podcast-item .wrapper .the-date {
        font-size: 11px;
        line-height: 15px; }
      #podcasts-list .podcast-item .wrapper .the-title {
        font-size: 15px;
        line-height: 20px; }
        #podcasts-list .podcast-item .wrapper .the-title a {
          text-decoration: none;
          font-size: inherit;
          line-height: inherit;
          color: inherit; }
      #podcasts-list .podcast-item .wrapper ul {
        /* position: absolute; right:0px; top:0px; */
        margin: 0px;
        padding: 0px;
        display: block;
        line-height: 1;
        margin-left: 10px; }
        #podcasts-list .podcast-item .wrapper ul li {
          list-style: none; }
        #podcasts-list .podcast-item .wrapper ul li {
          margin-bottom: 2px; }
          #podcasts-list .podcast-item .wrapper ul li a svg {
            fill: #2b1e5c;
            fill-rule: evenodd; }
          #podcasts-list .podcast-item .wrapper ul li a svg.i_apple_podcasts {
            width: 14px; }
          #podcasts-list .podcast-item .wrapper ul li a svg.i_acast {
            width: 14px; }
          #podcasts-list .podcast-item .wrapper ul li:last-child {
            margin-bottom: 0px; }
  #podcasts-list .navgation {
    margin-top: 20px; }
    #podcasts-list .navgation a.the-button {
      width: 100%; }
      #podcasts-list .navgation a.the-button svg {
        fill: #2b1e5c;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px; }
      #podcasts-list .navgation a.the-button.newer-articles svg {
        margin-left: 10px; }
      #podcasts-list .navgation a.the-button.older-articles svg {
        margin-right: 10px; }
  @media only screen and (min-width: 576px) {
    #podcasts-list {
      padding: 60px 0px 80px 0px; }
      #podcasts-list .podcast-header {
        margin-bottom: 60px; }
        #podcasts-list .podcast-header img.the-thumb {
          margin-bottom: 25px; }
        #podcasts-list .podcast-header .the-title {
          font-size: 44px;
          line-height: 44px;
          margin-bottom: 14px;
          margin-top: -7px; }
        #podcasts-list .podcast-header .the-content {
          font-size: 13px;
          line-height: 22px;
          margin-bottom: 41px; }
        #podcasts-list .podcast-header ul.buttons li a {
          height: 32px;
          display: flex;
          align-items: center;
          border-bottom: 2px solid rgba(43, 30, 92, 0); }
          #podcasts-list .podcast-header ul.buttons li a.icon-apple-podcasts img {
            width: 134px; }
          #podcasts-list .podcast-header ul.buttons li a.icon-acast img {
            width: 84px; }
          #podcasts-list .podcast-header ul.buttons li a:hover {
            border-bottom: 2px solid #2b1e5c; }
      #podcasts-list .podcast-item {
        margin-bottom: 25px; }
        #podcasts-list .podcast-item .wrapper {
          /* padding-right:26px; */ }
          #podcasts-list .podcast-item .wrapper .podcast-meta {
            width: 100%; }
          #podcasts-list .podcast-item .wrapper .the-date {
            font-size: 13px;
            line-height: 1;
            margin-bottom: 10px; }
          #podcasts-list .podcast-item .wrapper .the-title {
            font-size: 22px;
            line-height: 28px;
            margin-bottom: 12px; }
          #podcasts-list .podcast-item .wrapper ul {
            /* position: relative; right: auto; top:auto; */
            margin: 0px;
            padding: 0px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-wrap: wrap;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            -moz-justify-content: flex-start;
            -ms-justify-content: flex-start;
            -webkit-justify-content: flex-start;
            justify-content: flex-start; }
            #podcasts-list .podcast-item .wrapper ul li {
              list-style: none; }
            #podcasts-list .podcast-item .wrapper ul li {
              margin-bottom: 0px;
              margin-right: 10px; }
              #podcasts-list .podcast-item .wrapper ul li a svg.i_apple_podcasts {
                width: 18px;
                height: 18px; }
              #podcasts-list .podcast-item .wrapper ul li a svg.i_acast {
                width: 18px;
                height: 18px; }
              #podcasts-list .podcast-item .wrapper ul li:last-child {
                margin-right: 0px; }
      #podcasts-list .navgation {
        margin-top: 36px; }
        #podcasts-list .navgation a.the-button {
          width: 192px; }
          #podcasts-list .navgation a.the-button svg {
            margin-top: -3px; } }
  @media only screen and (min-width: 768px) {
    #podcasts-list .podcast-header {
      margin-bottom: 95px; }
    #podcasts-list .podcast-item a.the-thumb span.overlay {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 30, 92, 0.3);
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 0;
      visibility: hidden; }
    #podcasts-list .podcast-item .wrapper .the-title a span.the-text {
      display: inline;
      border-bottom: 2px solid rgba(43, 30, 92, 0);
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      -webkit-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
    #podcasts-list .podcast-item:hover {
      cursor: pointer; }
      #podcasts-list .podcast-item:hover a.the-thumb span.overlay {
        opacity: 1;
        visibility: visible; }
      #podcasts-list .podcast-item:hover .wrapper .the-title a span.the-text {
        border-bottom: 2px solid #2b1e5c; } }

#lessonplans-header {
  background-color: #f1f0fd;
  padding-top: 24px;
  padding-bottom: 41px; }
  #lessonplans-header h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 10px; }
  #lessonplans-header p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0px; }
    #lessonplans-header p a {
      text-decoration: underline; }
      #lessonplans-header p a:hover {
        text-decoration: none; }
  @media only screen and (min-width: 576px) {
    #lessonplans-header {
      padding-top: 53px;
      padding-bottom: 32px; }
      #lessonplans-header h1 {
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 18px; }
      #lessonplans-header p {
        font-size: 13px;
        line-height: 22px; } }

#lessonplans-videos {
  background-color: #f1f0fd; }
  #lessonplans-videos h3 {
    font-size: 24px;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  #lessonplans-videos a.the-video {
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 40px; }
    #lessonplans-videos a.the-video span {
      display: block; }
    #lessonplans-videos a.the-video span.the-thumb {
      position: relative;
      margin-bottom: 15px; }
      #lessonplans-videos a.the-video span.the-thumb img {
        position: relative;
        z-index: 0;
        width: 100%; }
      #lessonplans-videos a.the-video span.the-thumb span.overlay {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        background-color: rgba(0, 0, 0, 0.4); }
        #lessonplans-videos a.the-video span.the-thumb span.overlay svg {
          width: 60px;
          height: 40px;
          fill: #f1f0fd; }
    #lessonplans-videos a.the-video span.video-title {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px; }
    #lessonplans-videos a.the-video span.video-desc {
      font-size: 12px;
      line-height: 20px; }
  @media only screen and (min-width: 576px) {
    #lessonplans-videos h3 {
      font-size: 32px;
      line-height: 32px;
      margin-bottom: 18px; }
    #lessonplans-videos a.the-video {
      margin-bottom: 70px; }
      #lessonplans-videos a.the-video span.the-thumb {
        margin-bottom: 23px; }
        #lessonplans-videos a.the-video span.the-thumb span.overlay svg {
          width: 70px;
          height: 50px; }
      #lessonplans-videos a.the-video span.video-title {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 10px; }
        #lessonplans-videos a.the-video span.video-title span.the-text {
          display: inline;
          border-bottom: 2px solid rgba(43, 30, 92, 0);
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
      #lessonplans-videos a.the-video span.video-desc {
        font-size: 13px;
        line-height: 22px; }
      #lessonplans-videos a.the-video:hover span.video-title span.the-text {
        border-bottom: 2px solid #2b1e5c; } }

#lessonplans-articles {
  background-color: #f1f0fd;
  padding: 40px 0px 60px 0px; }
  #lessonplans-articles h3 {
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    margin-bottom: 13px; }
  #lessonplans-articles .the-article {
    margin-bottom: 25px; }
    #lessonplans-articles .the-article a.the-title {
      display: block;
      text-decoration: none;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 2px; }
    #lessonplans-articles .the-article a.the-link {
      display: inline-block;
      text-decoration: none; }
      #lessonplans-articles .the-article a.the-link span {
        display: inline-block;
        vertical-align: middle;
        font-size: 11px;
        border-bottom: 1px solid #2b1e5c;
        margin-left: 5px; }
  @media only screen and (min-width: 576px) {
    #lessonplans-articles {
      padding-top: 10px;
      padding-bottom: 48px; }
      #lessonplans-articles h3 {
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px; }
      #lessonplans-articles .the-article {
        margin-bottom: 42px; }
        #lessonplans-articles .the-article a.the-title {
          font-size: 22px;
          line-height: 28px;
          margin-bottom: 4px; }
          #lessonplans-articles .the-article a.the-title span.the-text {
            display: inline;
            border-bottom: 2px solid rgba(43, 30, 92, 0);
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            -webkit-transition: all 0.25s ease-in-out;
            -ms-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
        #lessonplans-articles .the-article a.the-link span {
          font-size: 13px;
          margin-left: 5px;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          -webkit-transition: all 0.25s ease-in-out;
          -ms-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        #lessonplans-articles .the-article:hover a.the-title span.the-text {
          border-bottom: 2px solid #2b1e5c; }
        #lessonplans-articles .the-article:hover a.the-link span {
          border-bottom: 1px solid rgba(43, 30, 92, 0); } }

#single-post-content {
  overflow: hidden;
  background-color: #f1f0fd;
  padding-bottom: 80px; }
  #single-post-content .banner-big {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    #single-post-content .banner-big img {
      width: 100%; }
  #single-post-content .container.banner-small {
    padding: 0px; }
    #single-post-content .container.banner-small img {
      width: 100%; }
  #single-post-content .post-header {
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 34px; }
    #single-post-content .post-header img {
      width: 100%;
      position: relative;
      z-index: 0; }
    #single-post-content .post-header ul.post-meta {
      margin: 0px;
      padding: 0px;
      display: block;
      margin-top: -24px;
      position: relative;
      z-index: 1;
      margin-left: 8px; }
      #single-post-content .post-header ul.post-meta li {
        list-style: none; }
      #single-post-content .post-header ul.post-meta li {
        float: left;
        font-size: 11px;
        font-weight: 900;
        text-transform: uppercase;
        height: 24px;
        line-height: 24px;
        background-color: #f1f0fd;
        padding: 0px 8px;
        margin-right: 2px; }
        #single-post-content .post-header ul.post-meta li:nth-child(3) {
          clear: left; }
  #single-post-content .post-content h1, #single-post-content .post-content h2, #single-post-content .post-content h3, #single-post-content .post-content h4, #single-post-content .post-content h5, #single-post-content .post-content p, #single-post-content .post-content blockquote, #single-post-content .post-content ul, #single-post-content .post-content ol, #single-post-content .post-content img {
    margin-bottom: 0px; }
  #single-post-content .post-content h1 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase; }
    #single-post-content .post-content h1 + p {
      margin-top: 20px; }
  #single-post-content .post-content h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-top: 38px; }
    #single-post-content .post-content h2 strong {
      font-size: 24px;
      line-height: 28px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block; }
    #single-post-content .post-content h2 + p {
      margin-top: 18px; }
  #single-post-content .post-content h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 38px; }
    #single-post-content .post-content h3 strong {
      font-size: 18px;
      line-height: 22px;
      font-weight: 900;
      text-transform: uppercase;
      display: inline-block; }
    #single-post-content .post-content h3 + p {
      margin-top: 18px; }
  #single-post-content .post-content p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 24px; }
  #single-post-content .post-content img {
    margin-top: 24px; }
  #single-post-content .post-content ul, #single-post-content .post-content ol {
    font-size: 12px;
    line-height: 20px;
    padding-left: 15px;
    margin-top: 20px; }
    #single-post-content .post-content ul li, #single-post-content .post-content ol li {
      margin-top: 8px;
      padding-left: 3px; }
  @media only screen and (min-width: 576px) {
    #single-post-content .banner-big {
      margin-top: -48px; }
    #single-post-content .post-header {
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 40px;
      position: relative; }
      #single-post-content .post-header ul.post-meta {
        margin-left: 15px; }
        #single-post-content .post-header ul.post-meta li {
          font-size: 13px;
          height: 28px;
          line-height: 28px;
          padding: 0px 9px;
          margin-right: 2px; }
          #single-post-content .post-header ul.post-meta li:nth-child(3) {
            clear: none; }
    #single-post-content .post-content h1 {
      font-size: 44px;
      line-height: 48px; }
      #single-post-content .post-content h1 + p {
        margin-top: 20px; }
    #single-post-content .post-content h2 {
      font-size: 30px;
      line-height: 40px;
      margin-top: 38px; }
      #single-post-content .post-content h2 strong {
        font-size: 32px;
        line-height: 36px; }
      #single-post-content .post-content h2 + p {
        margin-top: 18px; }
    #single-post-content .post-content h3 {
      font-size: 24px;
      line-height: 32px;
      margin-top: 38px; }
      #single-post-content .post-content h3 strong {
        font-size: 24px;
        line-height: 28px; }
      #single-post-content .post-content h3 + p {
        margin-top: 18px; }
    #single-post-content .post-content p {
      font-size: 13px;
      line-height: 22px;
      margin-top: 24px; }
    #single-post-content .post-content img {
      margin-top: 24px; }
    #single-post-content .post-content ul, #single-post-content .post-content ol {
      font-size: 13px;
      line-height: 22px;
      padding-left: 15px;
      margin-top: 20px; }
      #single-post-content .post-content ul li, #single-post-content .post-content ol li {
        margin-top: 8px;
        padding-left: 3px; } }
  @media only screen and (min-width: 1025px) {
    #single-post-content {
      padding-top: 48px; }
      #single-post-content .banner-big {
        margin-top: -48px;
        height: 500px; }
        #single-post-content .banner-big img {
          object-fit: cover;
          width: 100%;
          height: 500px;
          object-position: center center; }
      #single-post-content .container.banner-small {
        padding-left: 15px;
        padding-right: 15px; }
      #single-post-content .post-header {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px; }
        #single-post-content .post-header ul.post-meta {
          left: 0px;
          margin-left: 0px; } }

.lity {
  background-color: rgba(0, 0, 0, 0.85); }
  .lity .lity-content {
    padding: 0px 8px; }
  .lity .close-btn-wrapper {
    margin-top: 24px; }
    .lity .close-btn-wrapper .the-button {
      width: 120px; }
  @media only screen and (min-width: 576px) {
    .lity .lity-content {
      padding: 0px 15px; }
    .lity .close-btn-wrapper .the-button {
      width: 146px; } }
  @media only screen and (min-width: 768px) {
    .lity .lity-content {
      padding: 0px; } }

#footer {
  padding: 52px 0px 17px 0px; }
  #footer ul.footer-menu {
    margin: 0px;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 54px; }
    #footer ul.footer-menu li {
      list-style: none; }
    #footer ul.footer-menu li a {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #5f558e;
      text-decoration: none; }
      #footer ul.footer-menu li a svg.arrow_up {
        fill: #5f558e;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 7px; }
      #footer ul.footer-menu li a.go-top span {
        color: inherit; }
    #footer ul.footer-menu li button.menu-open span.hamburger-box {
      display: inline-block;
      vertical-align: middle;
      margin-right: 2px; }
    #footer ul.footer-menu li button.menu-open span.hamburger-label {
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      color: #5f558e; }
  #footer .copyright-text {
    font-size: 11px;
    line-height: 16px; }
  @media only screen and (min-width: 576px) {
    #footer .copyright-text {
      font-size: 12px; }
      #footer .copyright-text br {
        display: none; } }
  @media only screen and (min-width: 768px) {
    #footer ul.footer-menu li a {
      border-bottom: 2px solid rgba(95, 85, 142, 0); }
      #footer ul.footer-menu li a.go-top span {
        border-bottom: 2px solid rgba(95, 85, 142, 0);
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -webkit-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
      #footer ul.footer-menu li a.go-top:hover {
        border-bottom: 2px solid rgba(95, 85, 142, 0); }
        #footer ul.footer-menu li a.go-top:hover span {
          border-bottom: 2px solid #5f558e; }
      #footer ul.footer-menu li a:hover {
        border-bottom: 2px solid #5f558e; } }
/*# sourceMappingURL=app.css.map */
