/** Variables, mixings and all that**/
/****************
Mixins
****************/
h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #0C1230;
}

h2 {
  font-size: 30px;
  margin-top: 30px;
}

h3 {
  font-size: 24px;
  margin-top: 30px;
}

h4 {
  font-size: 20px;
  margin-top: 30px;
}

html {
  scroll-behavior: smooth;
}

/** Remove some parts of the default template*/
body {
  margin: 0;
  position: relative;
}

header, .search--mobile, .navigation--mobile, #imgmodal-trigger, .article--sidebar, #resources-footer {
  display: none;
}

.fixed-body {
  position: fixed !important;
}

.article--info > span.tag {
  display: none;
  visibility: hidden;
}

/***************************************** Mobile Menu *****************************************/
.hamburger {
  width: 60px;
  height: 50px;
  position: absolute;
  z-index: 100;
  display: none;
  cursor: pointer;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
.hamburger__bar {
  position: absolute;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-backface-visibility: hidden;
}
.hamburger #bar1 {
  z-index: 101;
}
.hamburger .bar1-idle {
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FF2F6E;
  top: 5px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.hamburger .bar1-active {
  width: 62px;
  height: 6px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFB), to(#00D7C2)) 0% 0% no-repeat padding-box;
  background: -o-linear-gradient(left, #FFFFFB 0%, #00D7C2 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(90deg, #FFFFFB 0%, #00D7C2 100%) 0% 0% no-repeat padding-box;
  top: 19px;
  left: 50%;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(-38deg);
      -ms-transform: translateX(-50%) rotate(-38deg);
          transform: translateX(-50%) rotate(-38deg);
}
.hamburger #bar2 {
  z-index: 105;
}
.hamburger .bar2-idle {
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FF2F6E;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.hamburger .bar2-active {
  width: 40px;
  height: 6px;
  border-radius: 3px;
  background: #00D7C2;
  top: 20px;
  left: 52px;
  -webkit-transform: translateX(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.hamburger #bar3 {
  z-index: 100;
}
.hamburger .bar3-idle {
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FF2F6E;
  top: 17px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.hamburger .bar3-active {
  width: 31px;
  height: 7px;
  border-radius: 3px;
  background: #2947b5;
  top: 24px;
  left: 9px;
  -webkit-transform: translateX(-50%) rotate(-90deg);
      -ms-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}
.hamburger #bar4 {
  z-index: 103;
}
.hamburger .bar4-idle {
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FF2F6E;
  top: 17px;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}
.hamburger .bar4-active {
  width: 48px;
  height: 7px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#2149AD), color-stop(50%, #723AFF), to(#F53078)) 0% 0% no-repeat padding-box;
  background: -o-linear-gradient(left, #2149AD 0%, #723AFF 50%, #F53078 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(90deg, #2149AD 0%, #723AFF 50%, #F53078 100%) 0% 0% no-repeat padding-box;
  top: 23px;
  left: 49%;
  opacity: 1;
  -webkit-transform: translateX(-50%) rotate(30deg);
      -ms-transform: translateX(-50%) rotate(30deg);
          transform: translateX(-50%) rotate(30deg);
}
.hamburger #bar5 {
  z-index: 105;
}
.hamburger .bar5-idle {
  width: 35px;
  height: 5px;
  border-radius: 2px;
  background: #FF2F6E;
  top: 29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hamburger .bar5-active {
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#FFFFFB), to(#00D7C2)) 0% 0% no-repeat padding-box;
  background: -o-linear-gradient(left, #FFFFFB 0%, #00D7C2 100%) 0% 0% no-repeat padding-box;
  background: linear-gradient(90deg, #FFFFFB 0%, #00D7C2 100%) 0% 0% no-repeat padding-box;
  top: 37px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hamburger-idle {
  top: 8px;
  right: 8px;
  position: absolute;
}

.hamburger-active {
  top: 25px;
  right: 25px;
  position: fixed;
}

.mobmenu {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}
.mobmenu__container {
  background-color: #0C1230;
  width: 100%;
  height: 75vh;
  min-height: 350px;
  position: fixed;
  top: 0;
  left: 0;
}
.mobmenu__close {
  width: 35px;
  height: 50px;
  position: absolute;
  z-index: 150;
  cursor: pointer;
  top: 25px;
  left: 25px;
}
.mobmenu__close__cross {
  background-color: #FF2F6E;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.mobmenu__close .cross1 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.mobmenu__close .cross2 {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mobmenu__links {
  margin-top: 80px;
  width: calc(100% - 50px);
  margin-left: 25px;
  border-top: solid 2px #194178;
  padding-top: 50px;
}
.mobmenu__links__link {
  display: block;
  color: #FFF;
  font-family: lato;
  font-size: 18px;
  margin-bottom: 15px;
  text-decoration: none;
}
.mobmenu__footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #2A336A;
  height: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 95px 1fr;
  grid-template-columns: 95px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobmenu__footer__text {
  padding-left: 25px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7987C9;
}
.mobmenu__footer__number {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  padding: 10px 8px;
  border: solid 2px #FFF;
  margin-right: 25px;
  position: relative;
}
.mobmenu__footer__number a {
  color: #FFF;
  text-decoration: none;
}
.mobmenu__footer__number p {
  margin: 0;
}
.mobmenu__footer__number i {
  margin-right: 5px;
}
.mobmenu__footer__number span {
  position: absolute;
  right: 10px;
  font-size: 25px;
  line-height: 15px;
}

.mobmenu-idle {
  opacity: 0;
  pointer-events: none;
}

.mobmenu-active {
  opacity: 1;
}

/***************************************** Post ***********************************************/
/** Hero **/
.hero {
  min-height: 750px;
  width: 100%;
  background-color: #509bf4;
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .hero {
    height: auto;
    min-height: 460px;
  }
}
.hero__content {
  margin-left: 8%;
  margin-top: 50px;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .hero__content {
    margin-top: 8px;
  }
}
.hero__content__text {
  margin-top: 60px;
  color: #FFF;
  max-width: 650px;
}
@media (max-width: 1024px) {
  .hero__content__text {
    max-width: 420px;
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .hero__content__text {
    margin-top: 20px;
    margin-bottom: 10px;
    width: calc(100% - 16%);
  }
}
.hero__content__text__pretitle {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1024px) {
  .hero__content__text__pretitle {
    font-size: 20px;
  }
}
@media (max-width: 650px) {
  .hero__content__text__pretitle {
    font-size: 15px;
  }
}
.hero__content__text__title {
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-size: 70px;
  margin: 0;
  line-height: 75px;
  margin-top: 20px;
  font-weight: 300;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .hero__content__text__title {
    font-size: 32px;
    line-height: 40px;
    margin-top: 10px;
  }
}
.hero__content__text__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  margin: 20px 0px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .hero__content__text__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 650px) {
  .hero__content__text__subtitle {
    font-size: 16px;
  }
}
.hero__content__logo {
  width: 280px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .hero__content__logo {
    display: none;
  }
}
.hero__content__logo-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .hero__content__logo-mobile {
    display: block;
    width: 275px;
  }
}
@media (max-width: 650px) {
  .hero__content__logo-mobile {
    display: block;
    width: 225px;
    position: relative;
    left: -15px;
  }
}
.hero__nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 1024px) {
  .hero__nav {
    display: none;
  }
}
.hero__nav__list {
  list-style: none;
  margin-right: 30px;
}
.hero__nav__list a {
  text-decoration: none;
  color: #FFF;
}
.hero__nav__list__item {
  display: inline-block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  margin: 0px 15px;
}
.hero__nav__list__item:after {
  content: "";
  height: 4px;
  width: 0%;
  border-radius: 2px;
  background-color: #FF2F6E;
  display: block;
  position: relative;
  top: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hero__nav__list__item:hover::after {
  width: 100%;
}
.hero__img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .hero__img {
    position: static;
    width: 100%;
  }
}
.hero__img img {
  max-height: 650px;
  width: auto;
}
@media (max-width: 1024px) {
  .hero__img img {
    max-height: 360px;
  }
}
@media (max-width: 650px) {
  .hero__img img {
    height: auto;
    width: 100%;
    max-height: unset;
  }
}

/** Content **/
.content-shadow {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1240px;
  /*	&:after {
  		content: "";
    		position: absolute;
    		top: 0;
    		bottom: 0;
    		left: 0;
    		right: 0;
  		box-shadow: 0px 0px 46px #020308;
  		user-select: none;
  		z-index: 0;

  		@include bp(mobile) {
  			box-shadow: none;
  		}
  	}*/
}
@media (max-width: 650px) {
  .content-shadow {
    width: 90%;
  }
}

.addThis {
  margin-top: 60px;
}

.content {
  width: 100%;
  background-color: #0C1230;
  padding-bottom: 70px;
}
.content__infobar {
  margin: 0 auto;
  padding: 70px 0px 10px;
  width: 80%;
  max-width: 1240px;
}
@media (max-width: 650px) {
  .content__infobar {
    padding: 40px 0px 20px;
  }
}
.content__infobar__back {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.content__infobar__back a {
  color: #509BF4;
  text-decoration: none;
}
.content__infobar__breadcrumb {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-left: 20px;
}
@media (max-width: 650px) {
  .content__infobar__breadcrumb {
    font-size: 10px;
    margin-left: 0px;
    display: block;
    margin-top: 10px;
  }
}
.content__infobar__breadcrumb a {
  color: #6071C1;
  text-decoration: none;
}
.content__infobar__breadcrumb__slash {
  color: #509BF4;
}
.content__infobar__breadcrumb__current {
  color: #509BF4;
  display: inline-block;
}
@media (max-width: 650px) {
  .content__infobar__breadcrumb__current {
    margin: 0;
  }
}
.content__infobar__details {
  color: #FFF;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  float: right;
}
@media (max-width: 1024px) {
  .content__infobar__details {
    float: none;
  }
}
.content__infobar__details__postdate, .content__infobar__details__readtime {
  display: inline-block;
  margin-top: 8px;
}
@media (max-width: 650px) {
  .content__infobar__details__postdate, .content__infobar__details__readtime {
    margin-left: 0px;
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}
.content__infobar__details__postdate {
  margin-left: 15px;
}
.content__infobar__details__postdate i {
  margin-right: 2px;
}
@media (max-width: 650px) {
  .content__infobar__details__postdate {
    margin-left: 0px;
  }
}
.content__infobar__details__readtime i {
  padding-right: 2px;
}
.content__container {
  width: 100%;
  background-color: #FFF;
}
.content__container .article--content {
  padding: 50px 50px 15px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .content__container .article--content {
    width: calc(100% - 60px);
    padding: 30px 30px 15px;
  }
}

/*In content images*/
.size-large, .size-full {
  width: 50%;
  height: auto;
}
@media (max-width: 1024px) {
  .size-large, .size-full {
    width: 100%;
  }
}

.wp-caption {
  width: 50% !important;
  height: auto !important;
  text-align: center;
}
.wp-caption img {
  width: 100%;
}
@media (max-width: 1024px) {
  .wp-caption {
    width: 100%;
  }
}

.wp-caption-text {
  font-family: "Abril Fatface", "Open Sans", sans-serif !important;
  color: #0C1230;
  font-weight: 100 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
}

.aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.alignleft {
  float: left;
  margin: 0px 40px 20px 0px;
}

.alignright {
  float: right;
  margin: 0px 0px 20px 40px;
}

/* Add This Share buttons */
.addThis .article--sidebar-subtitle {
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-weight: 300;
  padding-bottom: 8px;
  padding-left: 2px;
  display: block;
  clear: both;
  letter-spacing: 1px;
}

/** Related Posts **/
.related {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  background-color: #FFF;
  padding: 15px 0 30px;
}
.related h3 {
  color: #FF2F6E;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .related h3 {
    padding-left: 30px;
  }
}
.related__container {
  padding: 0px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
}
.related__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.related__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.related__container > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.related__container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}
.related__container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.related__container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .related__container {
    display: block;
  }
}
@media (max-width: 1024px) {
  .related__container {
    padding: 0px 30px;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[6];
    grid-template-rows: repeat(6, 1fr);
  }
  .related__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .related__container > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .related__container > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .related__container > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
  .related__container > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .related__container > *:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-column: 1;
  }
}
.related__container a {
  text-decoration: none;
}
.related__post {
  height: 140px;
  overflow: hidden;
  position: relative;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#2A336A), to(#252C58)) 0% 0%;
  background: transparent -o-linear-gradient(top, #2A336A 0%, #252C58 100%) 0% 0%;
  background: transparent linear-gradient(180deg, #2A336A 0%, #252C58 100%) 0% 0%;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.related__post:hover > .related__post__img:before {
  opacity: 0.7;
}
@media (max-width: 650px) {
  .related__post:hover > .related__post__img:before {
    opacity: 0;
  }
}
.related__post:hover > .related__post__hovertext {
  opacity: 1;
}
@media (max-width: 650px) {
  .related__post:hover > .related__post__hovertext {
    opacity: 0;
  }
}
@media (max-width: 650px) {
  .related__post {
    height: auto;
  }
}
.related__post__hovertext {
  position: absolute;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#2A336A), to(#252C58)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  width: 30%;
  margin: 0;
  margin-left: 6%;
  text-align: center;
  padding: 7px 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid white;
  color: #FFF;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "Lato", sans-serif;
  z-index: 3;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}
.related__post__hovertext span {
  font-size: 14px;
  position: relative;
  top: 1px;
}
.related__post__img {
  height: 100%;
  width: 43%;
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 650px) {
  .related__post__img {
    height: 160px;
    width: 102%;
    -webkit-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}
.related__post__img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#2A336A), to(#252C58)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related__post__date {
  margin-left: 50%;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #7987C9;
  margin-top: 20px;
  margin-bottom: 15px;
  text-decoration: none;
}
@media (max-width: 650px) {
  .related__post__date {
    margin-top: 170px;
    margin-left: 20px;
  }
}
.related__post h4 {
  margin-left: 50%;
  margin-top: 0;
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #00AFAA;
  letter-spacing: 0.5px;
  text-decoration: none;
}
@media (max-width: 650px) {
  .related__post h4 {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}
.related__post a {
  text-decoration: none;
}

/** Products **/
.products {
  background-image: url("https://resources.moneypenny.com/wp-content/uploads/2020/03/products_bg-min-scaled.jpg");
  background-position-x: center;
  background-position-y: 33%;
  overflow: hidden;
  padding: 70px 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
}
@media (max-width: 650px) {
  .products {
    background-size: cover;
  }
}
.products__container {
  margin: 0 auto;
  width: 84%;
  max-width: 1240px;
  background-color: #509BF4;
}
.products__container h3 {
  color: #FFF;
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-align: center;
  margin: 0px;
  padding: 25px 25px 50px;
  letter-spacing: 1px;
}
@media (max-width: 650px) {
  .products__container h3 {
    text-align: left;
    font-size: 32px;
    line-height: 40px;
  }
}
.products__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  padding: 0px 20px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products__grid {
    display: block;
    padding-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .products__grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 650px) {
  .products__grid {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.products__grid__pod {
  padding: 0px 20px;
  border-left: 2px solid #3E83D6;
  margin-bottom: 40px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products__grid__pod {
    border-left: none;
    border-bottom: 2px solid #3E83D6;
  }
}
.products__grid__pod:first-of-type {
  border-left: none;
}
@media (max-width: 1024px) {
  .products__grid__pod:nth-child(3) {
    border-left: none;
  }
}
@media (max-width: 650px) {
  .products__grid__pod {
    border-left: none;
    padding: 0px 10px;
    border-bottom: 2px solid #3E83D6;
    margin-bottom: 20px;
  }
  .products__grid__pod:nth-child(4) {
    border-bottom: none;
  }
}
.products__grid__pod h4 {
  font-size: 36px;
  font-family: "Lato", sans-serif;
  color: #0C1230;
  font-weight: 300;
  min-height: 90px;
  margin: 0;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .products__grid__pod h4 {
    font-size: 32px;
  }
}
@media (max-width: 650px) {
  .products__grid__pod h4 {
    min-height: auto;
    margin-bottom: 10px;
  }
}
.products__grid__pod p {
  color: #FFF;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 40px;
  min-height: 100px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1.8px;
}
@media (max-width: 1300px) {
  .products__grid__pod p {
    min-height: 120px;
  }
}
@media (max-width: 1024px) {
  .products__grid__pod p {
    min-height: 65px;
  }
}
.products__grid__pod a {
  display: block;
  padding: 15px 12px;
  background-color: #FF2F6E;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  text-decoration: none;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products__grid__pod a span {
  position: absolute;
  right: 15px;
  font-size: 24px;
  top: 7px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.products__grid__pod a:hover {
  background-color: #e20044;
}
.products__grid__pod a:hover > span {
  right: 8px;
}
@media (max-width: 650px) {
  .products__grid__pod a {
    margin-bottom: 30px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .products__grid__pod a {
    margin-bottom: 30px;
    max-width: 200px;
  }
}

/** Footer **/
#backToTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: rgba(39, 47, 96, 0.7);
  cursor: pointer;
  display: none;
}
@media (max-width: 900px) {
  #backToTop {
    display: block;
  }
}
#backToTop:before {
  content: "";
  display: block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 23px;
  left: 8px;
}
#backToTop:after {
  content: "";
  display: block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 20px;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 23px;
  right: 8px;
}

footer {
  background: #272F60;
  color: #FFF;
}
footer .container {
  max-width: 1240px;
  width: 80%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 0;
}
@media (max-width: 1200px) {
  footer .container {
    padding: 40px 20px 0;
  }
}
footer .container .col {
  width: calc(22.5% - 1px);
  display: inline-block;
  float: left;
  border-left: 1px solid #808080;
  min-height: 340px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer .container .col .accreditations {
  text-align: left;
  float: left;
  padding: 20px;
  vertical-align: top;
  padding-top: 20px;
}
footer .container .col .accreditations img {
  padding-right: 10px;
  height: 60px;
}
@media (max-width: 1024px) {
  footer .container .col {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  footer .container .col {
    width: 100%;
    display: block;
    min-height: auto;
    border-left: 0 none;
  }
}
footer .container .col:first-child {
  width: calc(55% - 1px);
}
@media (max-width: 1024px) {
  footer .container .col:first-child {
    width: 33.333%;
  }
}
@media (max-width: 768px) {
  footer .container .col:first-child {
    width: 100%;
  }
}
footer .container .col:first-child ul {
  width: 33.333%;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  footer .container .col:first-child ul {
    width: 100%;
  }
}
@media (max-width: 650px) {
  footer .container .col:first-child ul {
    width: 100%;
    padding-left: 0;
  }
}
footer .container .col:nth-child(4) {
  height: auto;
}
footer .container .col h3 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  padding-left: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #272F60;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 10px;
}
@media (max-width: 650px) {
  footer .container .col h3 {
    padding-left: 0;
  }
}
footer .container .col .footer-tel {
  font-weight: 700;
  padding: 0 0 10px 20px;
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #FFF;
}
@media (max-width: 650px) {
  footer .container .col .footer-tel {
    padding-left: 0;
  }
}
footer .container .col .footer-email {
  display: block;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  color: #FFF;
  text-decoration: none;
  font-size: 16px;
  padding: 0 0 10px 20px;
}
@media (max-width: 650px) {
  footer .container .col .footer-email {
    padding-left: 0;
  }
}
footer .container .col .footer-logo {
  max-width: 140px;
  padding: 20px 0 10px 20px;
}
@media (max-width: 650px) {
  footer .container .col .footer-logo {
    padding-left: 0;
  }
}
footer .container .col .footer-social-links {
  display: block;
  padding: 20px 0 40px 20px;
}
@media (max-width: 650px) {
  footer .container .col .footer-social-links {
    padding-left: 0;
  }
}
footer .container .col .footer-social-links .social-icon {
  display: inline-block;
  float: left;
  width: 25px;
  margin-right: 15px;
}
footer .container .col ul {
  width: 100%;
  display: inline-block;
  float: left;
  list-style: none;
  padding: 0 0 20px 20px;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 650px) {
  footer .container .col ul {
    width: 100%;
    padding-left: 0;
  }
}
footer .container .col ul > li {
  font-weight: 300;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 18px;
}
footer .container .col ul > li a {
  color: #FFF;
  text-decoration: none;
}
footer .container .col ul > li a:hover {
  text-decoration: underline;
}
footer .container .col ul > li.list-title {
  text-transform: uppercase;
  color: #00A19A;
}
footer .footer-bottom-links {
  display: block;
  max-width: 1150px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 0 30px;
}
footer .footer-bottom-links ul {
  list-style: none;
  padding-left: 20px;
}
footer .footer-bottom-links ul > li {
  font-size: 12px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #272F60;
  display: inline-block;
  padding-right: 20px;
  cursor: pointer;
}
footer .footer-bottom-links ul > li a {
  color: #272F60;
}

/** Content Typeface **/
.article--content p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.article--content a {
  color: #FF2F6E;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.article--content a:hover {
  color: #c8003d;
}
.article--content ul {
  list-style: none;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.article--content ul li {
  margin-bottom: 2px;
}
.article--content ul li:before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  float: left;
  position: relative;
  top: 7px;
  margin-right: 15px;
  background-color: #00afaa;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
          clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

/** Custom Content Elements **/
.article--content .first__line {
  font-size: 25px;
  font-family: "Lato", sans-serif;
  min-height: 60px;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 650px) {
  .article--content .first__line {
    margin-top: 5px;
  }
}
.article--content .first__line::first-letter {
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-size: 80px;
  color: #00afaa;
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-right: 8px;
}
@media (max-width: 650px) {
  .article--content .first__line::first-letter {
    font-size: 70px;
    line-height: 60px;
    padding-right: 5px;
  }
}
.article--content .fobtweet {
  background-color: #2A336A;
  padding: 40px 50px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 650px) {
  .article--content .fobtweet {
    padding: 30px 10px 55px;
  }
}
.article--content .fobtweet__content {
  color: #FFF;
  font-size: 36px;
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  padding-left: 45px;
  letter-spacing: 2px;
  line-height: 42px;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .article--content .fobtweet__content {
    font-size: 26px;
    line-height: 28px;
  }
}
.article--content .fobtweet__marks {
  color: #FFF;
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-size: 90px;
  float: left;
  position: absolute;
  top: -42px;
}
.article--content .fobtweet__marks .fa-chart-bar {
  color: white;
  font-size: 40px;
  position: relative;
  top: -32px;
  left: -10px;
}
@media (max-width: 650px) {
  .article--content .fobtweet__marks .fa-chart-bar {
    left: -5px;
  }
}
.article--content .fobtweet__text {
  padding-left: 45px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 650px) {
  .article--content .fobtweet__text {
    display: block;
  }
}
.article--content .fobtweet__subtext {
  padding-left: 10px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #7987C9;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
@media (max-width: 650px) {
  .article--content .fobtweet__subtext {
    display: block;
    padding-left: 45px;
  }
}
.article--content .fobtweet__btn {
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 11px 12px;
  font-size: 28px;
  color: white;
  background-color: #00afaa;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.article--content .fobtweet__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #00afaa;
  border-top: 0;
  margin-left: -10px;
  margin-top: -10px;
}
.article--content .fobtweet__btn:hover {
  -webkit-transform: translateY(8px) translateX(-50%);
      -ms-transform: translateY(8px) translateX(-50%);
          transform: translateY(8px) translateX(-50%);
}
.article--content .fobvideo {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#2A336A), to(#252C58)) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(top, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #2A336A 0%, #252C58 100%) 0% 0% no-repeat padding-box;
  width: calc(100% + 62px);
  position: relative;
  left: -30px;
  margin-top: 40px;
}
.article--content .fobvideo__container {
  padding: 30px;
}
@media (max-width: 650px) {
  .article--content .fobvideo__container {
    padding: 0px;
  }
}
.article--content .fobvideo__container__video {
  max-width: 46%;
}
@media (max-width: 650px) {
  .article--content .fobvideo__container__video {
    max-width: unset;
    width: 100%;
    margin-top: 30px;
  }
}
.article--content .fobvideo__content {
  width: 46%;
  display: inline-block;
  max-height: 300px;
  padding-left: 35px;
  position: absolute;
  top: 43px;
}
@media (max-width: 650px) {
  .article--content .fobvideo__content {
    position: static;
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
    margin-bottom: 50px;
    max-height: unset;
  }
}
.article--content .fobvideo__content__pretitle {
  color: #7987C9;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.article--content .fobvideo__content__title {
  color: #00afaa;
  font-size: 20px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  margin: 0;
  margin-bottom: 10px;
}
.article--content .fobvideo__content__text {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  line-height: 22px;
}
.article--content .fobvideofooter {
  background-color: #252C58;
  position: relative;
  left: -30px;
  top: -25px;
  width: calc(100% + 60px);
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .article--content .fobvideofooter {
    padding-bottom: 40px;
  }
}
.article--content .fobvideofooter__grid {
  padding: 0px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 5% 30% 5% 30%;
  grid-template-columns: repeat(3, 30%);
  grid-column-gap: 5%;
}
@media (max-width: 1024px) {
  .article--content .fobvideofooter__grid {
    display: block;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article--content .fobvideofooter__grid {
    display: block;
  }
}
@media (max-width: 1024px) {
  .article--content .fobvideofooter__grid__pod {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 0px 1fr;
    grid-template-columns: 0px 1fr;
    margin-bottom: 10px;
  }
  .article--content .fobvideofooter__grid__pod p {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article--content .fobvideofooter__grid__pod {
    margin-bottom: 15px;
  }
}
.article--content .fobvideofooter__grid__podimg {
  display: inline-block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article--content .fobvideofooter__grid__podimg {
    position: absolute;
  }
}
.article--content .fobvideofooter__grid__podimg svg {
  width: 45px;
  height: 44px;
  padding: 8px;
  border: 2px solid #FF2F6E;
  border-radius: 50%;
  position: absolute;
  top: 17px;
}
@media (max-width: 1024px) {
  .article--content .fobvideofooter__grid__podimg svg {
    position: relative;
    top: 0px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article--content .fobvideofooter__grid__podimg svg {
    position: relative;
  }
}
.article--content .fobvideofooter__grid__podtext {
  display: inline-block;
  width: calc(100% - 85px);
  padding-left: 80px;
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
/* Contact Forms */
.wpcf7 {
  display: inline-block;
  float: right;
  background-color: #3E83D6;
  padding: 25px 30px;
  margin-left: 30px;
  width: 250px;
  background-size: 200px 100%;
  background-repeat: no-repeat;
  padding-left: 225px;
  margin-bottom: 35px;
  position: relative;
}
@media (max-width: 1024px) {
  .wpcf7 {
    float: none;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 40px 0 60px;
  }
}
@media (max-width: 650px) {
  .wpcf7 {
    background-image: none !important;
    padding-left: 0px;
    width: calc(100% + -20px);
    padding: 35px 20px 10px;
  }
}
.wpcf7 .wpcf7-form p {
  float: none !important;
  width: 100% !important;
  padding: 0px;
}
.wpcf7 .wpcf7-form p:first-of-type {
  font-family: "Abril Fatface", "Open Sans", sans-serif;
  font-size: 28px;
  color: #FFF;
  letter-spacing: 1px;
}
.wpcf7 input[type=submit] {
  width: 100%;
  float: left;
  height: 50px;
  background-color: #00AFAA;
  margin-top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7 input[type=submit]:hover {
  background-color: #006360;
}
@media (max-width: 650px) {
  .wpcf7 input[type=submit] {
    float: none;
  }
}
.wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=email] {
  padding: 18px 10px;
  -webkit-appearance: none;
  height: 38px;
  border: none;
  background-image: none;
  background-color: #FFF;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}
.wpcf7 input::-webkit-input-placeholder {
  font-family: "Lato", sans-serif;
  color: #707070;
  font-size: 14px;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wpcf7 .fobform__pp {
  font-family: "Lato", sans-serif;
  color: #0B0B30;
  font-size: 10px;
  line-height: 14px;
  padding-right: 30px !important;
  float: left !important;
  margin: 25px 0px 10px;
  position: relative;
}
@media (max-width: 650px) {
  .wpcf7 .fobform__pp {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
}
.wpcf7 .fobform__pp a {
  text-decoration: underline;
  color: #0B0B30;
}
.wpcf7 .wpcf7-form-control {
  margin-top: 10px;
  top: 10px;
  position: relative;
  z-index: 5;
}
.wpcf7 .checkbox {
  position: absolute;
  right: 18px;
  top: 0px;
}
.wpcf7 .wpcf7-checkbox .wpcf7-list-item-label {
  display: none;
  visibility: hidden;
}
.wpcf7 span.wpcf7-list-item.last {
  display: inline;
  position: absolute;
  margin: 0;
}

.wpcf7-not-valid-tip {
  position: absolute;
  right: 6px;
  top: 26px;
  z-index: 5;
}

span.wpcf7-not-valid-tip {
  color: #A63232 !important;
  font-size: 38px !important;
  -webkit-transform: translateY(-10px) translateX(-2px);
      -ms-transform: translateY(-10px) translateX(-2px);
          transform: translateY(-10px) translateX(-2px);
}

.wpcf7-validation-errors {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  border: none !important;
  margin: 0 !important;
  text-align: center;
  background-color: #A63232;
  color: white;
  font-size: 15px;
  padding: 10px 0 !important;
  font-family: "Lato", sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
  width: 100%;
  border: none !important;
  margin: 0 !important;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 10px 0 !important;
  font-family: "Lato", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #A63232;
  width: 100%;
  border: none !important;
  margin: 0 !important;
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 10px 0 !important;
  font-family: "Lato", sans-serif;
}

#wpcf7-download-wpcf7-f4704-o1 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}

.wpcf7-gated-content {
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  margin: 0px !important;
}

.wpcf7-download {
  margin-top: 0 !important;
}

.downloadlink {
  font-size: 17px !important;
  font-weight: 600 !important;
}

.downloadanimation {
  margin: 0;
  padding: 10px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), color-stop(50%, #2a336a), color-stop(70%, white));
  background: -o-linear-gradient(left, white 30%, #2a336a 50%, white 70%);
  background: linear-gradient(90deg, white 30%, #2a336a 50%, white 70%);
  background-size: 200% 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: swipe-animation 4s linear infinite;
          animation: swipe-animation 4s linear infinite;
  font-size: 17px !important;
  font-weight: 800 !important;
}

@-webkit-keyframes swipe-animation {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 200%;
  }
}

@keyframes swipe-animation {
  0% {
    background-position: -100%;
  }
  100% {
    background-position: 200%;
  }
}
.wpcf7-gated-content a.wpcf7-btn {
  background: #00AFAA !important;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0px !important;
  position: absolute;
  top: 100%;
  left: 0;
}
.wpcf7-gated-content a.wpcf7-btn:hover {
  background: #007c78 !important;
}
.wpcf7-gated-content a.wpcf7-btn:active {
  position: absolute !important;
  top: 100% !important;
}

.wpcf7__formimg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 205px;
}
.wpcf7__formimg img {
  width: 100%;
  height: 100%;
}
@media (max-width: 650px) {
  .wpcf7__formimg {
    display: none;
  }
}

/** Set the different backgrounds for gated content forms **/
/* There are 01 and 02 versions because if there is more than one form on a page it will adjust the ID */
/* Whitepaper */
#wpcf7-f5869-o1, #wpcf7-f5869-o2 {
  background-image: url(https://staging-resourcesmoneypenny.kinsta.cloud/wp-content/uploads/2020/01/form_img.png);
}

/* Workplace Shift */
#wpcf7-f6120-o1, #wpcf7-f6120-o2 {
  background-image: url(https://staging-resourcesmoneypenny.kinsta.cloud/wp-content/uploads/2020/01/form_img.png);
}

/* Inbound Calls */
#wpcf7-f6121-o1, #wpcf7-f6121-o2 {
  background-image: url(https://staging-resourcesmoneypenny.kinsta.cloud/wp-content/uploads/2020/01/form_img.png);
}