@charset "UTF-8";
/* todo: Refactor var names to use 100–700 scale (like Violet) -- AB 7/2020 */
/* Neutral */
/* Cerulean */
/* Deep */
/* Orange */
/* todo: Update to Poppy -- AB 7/2020 */
/* Emerald */
/* Grass */
/* Magenta */
/* Violet */
/* Marigold */
.actblue-bignumber .number {
  display: inline-block;
  width: 0.7em;
  text-align: center;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

#contentArea {
  overflow: hidden;
  padding: 0 0 0 0;
  max-width: none;
}

#content-wrapper {
  max-width: none;
  padding-top: 0;
  overflow: hidden;
}

h1, h2, h3, a {
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.navbar {
  padding: 2rem;
}

.navbar-brand img {
  width: 20%;
  margin-top: 0.3rem;
  max-width: 220px;
}

.navbar .btn {
  border-radius: 0;
  border-top: 0;
  margin-top: 0;
}

.navbar li {
  padding-right: 1rem;
  padding-top: 0;
}

.navbar a#sign-up, .navbar a#log-in {
  color: white;
  font-weight: 900;
  text-shadow: none;
  padding: 5px 10px;
}

#sign-up {
  display: none;
  background-color: #009CDE;
}
#sign-up:hover, #sign-up:focus {
  background-color: #3b4a91;
}
@media (min-width: 375px) {
  #sign-up {
    display: inherit;
  }
}

#log-in {
  background-color: #9BCB58;
}
#log-in:hover, #log-in:focus {
  background-color: #c0e391;
  color: #9bcb58;
}

.navbar .btn-navbar {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.large {
  background-color: transparent;
  margin: 30px;
  padding-left: 4rem;
  max-width: 70%;
  margin-top: 5rem;
  padding-bottom: 12rem;
}

.large h1, .large h2 {
  color: white;
  font-size: -webkit-xxx-large;
}

.large .btn {
  margin-top: 3rem;
  margin-bottom: 0;
  padding-right: 3rem;
}

.large h1.sub-banner {
  background-image: linear-gradient(to right, rgba(58, 219, 118, 0.33), #9BCB58);
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}

a#set-up-today {
  background-color: #9BCB58;
  color: white;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Raleway", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  border-radius: 0pt;
}
a#set-up-today:hover, a#set-up-today:focus {
  background-color: #c0e391;
  color: #9bcb58;
}

@media only screen and (min-width: 768px) {
  .footer .span3 {
    width: 30%;
  }
}
/*Top Section Medium Screen*/
@media only screen and (max-width: 1496px) {
  .top-section {
    background: url(/assets/ab-charities/hero-photo-fab143ff82411f1263f480a552f46cc520ddbef2e3b2a25c868b3961d7c99d40.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 1600px 0, 1600px 80%, 0 100%);
    clip-path: polygon(0 0, 1600px 0, 1600px 80%, 0 100%);
    position: relative;
    z-index: 0;
  }
}
.jumbotron.jumbotron-fluid.laptop {
  background: url(/assets/ab-charities/charities_laptop-120e5fab44d19ae85e9d41392e64291b95b8bd45559a99b9d4ac6c6d45e3bbc6.svg) no-repeat center center;
  position: relative;
  z-index: 3;
  min-height: 33rem;
  margin-top: -8rem;
  background-size: contain;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.laptop-title-jumbotron h1, .laptop-title-jumbotron h2 {
  font-size: -webkit-xxx-large;
}

.laptop-title-jumbotron h2 {
  color: inherit;
}

.large-laptop-header-content {
  color: #9BCB58;
  line-height: 3.125rem;
  max-width: 75rem;
  margin: auto;
  text-align: center;
}

.large-laptop-header-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.laptop-title {
  color: #9BCB58;
  min-width: 75%;
  margin: auto;
}

.laptop-title-jumbotron h1.groups-1,
.laptop-title-jumbotron h1.groups-2 {
  background: linear-gradient(to bottom, transparent 50%, #C0E391 15%);
  margin: auto;
  line-height: 1.3;
}

.laptop-title-jumbotron h1.number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-style: italic;
  border: 1px solid #9BCB58;
  margin-top: 1rem;
}

.fee-header {
  text-align: center;
  padding-top: 5rem;
  margin-bottom: none;
}

.fee-header img {
  max-width: 50%;
  max-height: 50%;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#no-contracts {
  opacity: 0;
}

#small-no-contracts {
  opacity: 0;
}

.image2 {
  display: none;
}

.fee-header p {
  color: #9BCB58;
  font-size: 30px;
  font-weight: 100;
}

.tagline {
  font-weight: bold;
  font-size: 18px;
}

.sub-header {
  font-size: 16px;
  color: #666666;
  text-align: center;
  width: 75%;
  margin: auto;
  padding: 1rem;
}

.sub-tag {
  padding: 1rem;
  margin: auto;
}

.fee-section {
  background-color: #f8f9fa;
}

.first-mid-section, .second-mid-section {
  margin: 3rem;
  background: none;
}

.first-mid-section {
  padding-top: 2rem;
}

.first-mid-section img, .second-mid-section img {
  max-width: 250px;
  max-height: 165px;
}

.first-mid-section h3, .second-mid-section h3 {
  font-size: 25px;
  padding-top: 1rem;
  text-align: center;
}

.tools {
  color: #ffffff;
  background-color: #9BCB58;
  padding: 2rem 2rem 2rem 2rem;
  margin-right: 1rem;
}

.tools h2 {
  line-height: 1.1;
  color: white;
}

.bold-tools {
  font-weight: 500;
  margin: 0;
  font-size: 100%;
}

.contribution,
.mobile-forms,
.mobile-forms,
.recurring,
.training,
.integrations {
  text-align: center;
}

.first-mid-section p, .second-mid-section p {
  color: #666666;
}

.first-mid-section .second-mid-section {
  padding: 1rem 2rem 1rem 3rem;
}

.first-mid-section svg, .second-mid-section svg {
  max-width: 250px;
  max-height: 165px;
  stroke: #ECEDF0;
}

.contribution svg:hover {
  stroke: #70B2E3;
  stroke-width: 2px;
}

.contribution h3 {
  color: #70B2E3;
}

.mobile-forms svg:hover {
  stroke: #FBB261;
  stroke-width: 2px;
}

.mobile-forms h3 {
  color: #FBB261;
}

.recurring svg:hover {
  stroke: #009CDE;
  stroke-width: 2px;
}

.recurring h3 {
  color: #009CDE;
}

.training svg:hover {
  stroke: #9BCB58;
  stroke-width: 2px;
}

.training h3 {
  color: #9BCB58;
}

.integrations svg:hover {
  stroke: #3B4A91;
  stroke-width: 2px;
}

.integrations h3 {
  color: #3B4A91;
}

.grey-section {
  background-color: #f8f9fa;
  height: 18rem;
  background-size: cover;
  -webkit-clip-path: polygon(81% 20%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(81% 20%, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
  z-index: 0;
}

.express {
  background-color: #f8f9fa;
  padding-top: 0;
}

#express-section {
  background-color: #f8f9fa;
  padding-top: 5rem;
  padding-bottom: 3rem;
  z-index: 8;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

#tablet {
  opacity: 0;
  margin-left: 6rem;
  max-width: 70%;
  position: relative;
  margin-top: -16rem;
}

.span6 {
  width: auto;
}

.left {
  float: none;
}

.left img {
  box-shadow: 6px 9px 50px #dee0e4;
  border-radius: 50px;
}

.flex-item {
  flex: 1;
  padding-left: 3rem;
}

.right {
  float: none;
  margin-top: -7rem;
  position: relative;
  z-index: 3;
}

.right h2 {
  color: #FBB261;
  font-size: 40px;
}

.right-section {
  max-width: 34rem;
  margin-top: 3rem;
  color: #666666;
  background-color: #f8f9fa;
}

.header {
  max-width: 25rem;
}

.express-text {
  padding: 1rem 1rem 1rem 0rem;
}

.right .header .top,
.right .header .middle,
.right .header .bottom {
  background: linear-gradient(to bottom, transparent 52%, #fceec7 38%);
}

.right .header h2 {
  margin: 0.4rem;
}

@media only screen and (max-width: 1200px) {
  .flex-container {
    display: block;
  }
  .flex-item {
    padding-left: 0;
  }
  #tablet {
    max-width: 60%;
    margin: auto;
  }
  .right-section {
    max-width: none;
  }
  .right .header .top, .right .header .middle {
    width: 39%;
    text-align: center;
  }
  .right .header .bottom {
    width: 45%;
    text-align: center;
  }
  .orange-button {
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
}
@media only screen and (min-width: 40em) and (max-width: 1200px) {
  .second-mid-section {
    margin-top: 1rem;
  }
  .right .header {
    max-width: 38rem;
    margin: auto;
  }
  .right .header .top, .right .header .middle {
    width: 70%;
    margin: auto;
  }
  .right .header .bottom {
    width: 75%;
    margin: auto;
  }
}
a#learn-more {
  margin-top: 2rem;
  text-decoration: none;
  font-weight: 900;
  width: 60%;
  color: white;
  border-radius: 0pt;
}

.bottom-pink {
  background: #db0a5b;
  background-size: cover;
  height: 38rem;
  -webkit-clip-path: polygon(0 0, 1600px 0, 1600px 80%, 0 100%);
  clip-path: polygon(0 0, 1600px 0, 1600px 55%, 0 100%);
  margin-bottom: -4rem;
}

.bottom-section {
  text-align: center;
  margin-top: 8rem;
}

.bottom-section h2 {
  color: #ff0066;
}

.bottom-section .pink-header {
  background: linear-gradient(to bottom, transparent 50%, #f6c6d9 30%);
  width: 43%;
  margin: auto;
  margin-bottom: 1.5rem;
}

.bottom-section .pink-header h2.top, .bottom-section .pink-header h2.bottom {
  display: inline-block;
  margin-bottom: 0;
  font-size: 2.5rem;
}

.bottom-section .text {
  color: #666666;
  margin: auto;
  max-width: 54rem;
}

.text-top p {
  margin-bottom: 0;
  margin: 0;
}

.text-bottom {
  max-width: 61rem;
  margin: auto;
}

.text-bottom p {
  margin-top: 1rem;
}

.bottom-section .btn {
  width: 30%;
  background-color: #ff0066;
  color: white;
  margin-bottom: 4rem;
  margin-left: 0;
  margin-top: 2rem;
  border-radius: 0pt;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}

.bottom-arrow {
  margin: auto;
}

.bottom-logo {
  background-color: #666666;
  padding: 1rem;
}

.bottom-logo img {
  max-width: 15%;
  max-height: 60px;
  margin-left: 6rem;
  padding: 10px;
}

.footer {
  padding-top: 3rem;
}

.footer-links {
  padding-bottom: 4rem;
}

.footer-links ul {
  list-style-type: none;
  margin: auto;
}

.footer-links p {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #8a8a8a;
  font-weight: bold;
}

.footer-links a {
  text-decoration: none;
  color: #C9CDD4;
  font-weight: bold;
}

.menu > li > a {
  padding: 0.7rem 0rem;
  text-transform: none;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 2rem;
}

.footer-bottom-bar {
  background-color: #ECEDF0;
  padding: 1rem;
}

.footer-bottom-bar .bottom-copyright {
  color: #8a8a8a;
  font-size: 0.9rem;
  line-height: 1.2em;
  padding-top: 1rem;
}

.footer-bottom-bar a {
  color: #8a8a8a;
  font-size: 0.9rem;
  transition: all 0.5s ease;
}
.footer-bottom-bar a:hover {
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.footer-bottom-bar li {
  display: inline;
}

.footer-bottom-bar .bottom-links {
  margin-top: 0.65rem;
  margin-left: 0;
}

.footer-bottom-bar .bottom-links li {
  padding-right: 2rem;
}

/*Resizing & Custom Screens*/
@media screen and (min-width: 450px) and (max-width: 857px) {
  .laptop-title-jumbotron h1, .laptop-title-jumbotron h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 792px) and (max-width: 1000px) {
  .jumbotron.jumbotron-fluid.laptop {
    margin-top: -6rem;
  }
}
@media screen and (min-width: 1199px) and (max-width: 1210px) {
  .header {
    max-width: 29rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 1000px) {
  .navbar-brand img {
    width: 30%;
  }
  .large {
    padding-bottom: 10rem;
  }
  .footer-links {
    padding-left: 2rem;
  }
  .offset4 {
    margin-left: 20px;
  }
  #express-section {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .jumbotron.jumbotron-fluid.laptop {
    margin-top: -13rem;
  }
}
@media screen and (max-width: 450px) {
  .laptop-title-jumbotron h1, .laptop-title-jumbotron h2 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 40.063em) and (max-width: 1145px) {
  .tools {
    padding: 1rem 1rem 1rem 1rem;
    margin-right: 0;
  }
  .tools h2 {
    font-size: x-large;
  }
}
@media screen and (max-width: 1317px) {
  .right {
    margin-top: -7rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1029px) {
  .right-section {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 641px) and (max-width: 1200px) {
  .grey-section {
    height: 0rem;
  }
  .right {
    margin-top: 0rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .express-text {
    text-align: center;
  }
  .bottom-section .text {
    max-width: 42rem;
  }
}
@media screen and (min-width: 1203px) and (max-width: 1266px) {
  .right .header {
    max-width: 29rem;
  }
}
@media screen and (min-width: 40em) and (max-width: 790px) {
  .jumbotron.jumbotron-fluid.laptop {
    margin-top: 0;
  }
  .recurring {
    padding-top: 0rem;
  }
  .contribution, .mobile-forms, .mobile-forms, .training, .integrations {
    padding-top: 3rem;
  }
  .bottom-section .btn {
    width: 60%;
  }
}
@media screen and (min-width: 800px) and (max-width: 1380px) {
  .right-section {
    padding-right: 0;
    margin-right: 1rem;
  }
  .span6.right-section {
    width: 100%;
    text-align: center;
  }
  #tablet {
    width: 100%;
  }
  .left {
    padding-left: 0;
  }
  .right .header .bottom {
    margin: auto;
  }
  .right .header .top, .right .header .middle {
    width: 25rem;
  }
  .express-text {
    margin: auto;
    max-width: 38rem;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .large {
    max-width: 84%;
    margin-top: 0;
    padding-bottom: 16rem;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1380px) {
  .large {
    max-width: 75%;
  }
}
@media screen and (min-width: 40em) and (max-width: 797px) {
  .angle {
    border-left: none;
  }
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .bottom-section .pink-header {
    width: 76%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .bottom-section .pink-header {
    width: 63%;
  }
}
@media screen and (min-width: 1265px) {
  .right .header .bottom {
    width: 70%;
    min-width: 460px;
  }
}
/*Small Screens*/
@media screen and (max-width: 39.9375em) {
  .navbar-brand img {
    width: 40%;
  }
  .title-bar {
    padding: 0;
  }
  .navbar {
    padding: 1rem;
  }
  .navbar .nav > li {
    margin-right: 0;
    padding-right: 0.3rem;
  }
  .navbar .btn-navbar {
    background-color: transparent;
    background-image: none;
    box-shadow: none;
  }
  .large-laptop-header-content {
    line-height: 1.875rem;
    bottom: 6rem;
  }
  .sub-header, .sub-tag {
    width: auto;
  }
  .jumbotron.jumbotron-fluid.laptop {
    margin-bottom: -10rem;
  }
  .large {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    margin: auto;
    max-width: 76%;
    padding-bottom: 10rem;
  }
  .large h1 {
    font-size: 1.55rem;
  }
  .first-mid-section, .second-mid-section {
    margin: 0 !important;
  }
  .fee-header img {
    max-width: 75%;
  }
  .tools {
    text-align: center;
    margin: auto;
    margin-top: -4rem;
    padding: 2rem 2rem 2rem 2rem;
  }
  .tools h2 {
    font-size: 1.5rem;
  }
  .contribution,
  .mobile-forms,
  .mobile-forms,
  .recurring,
  .training,
  .integrations {
    padding: 2rem;
  }
  .text-top {
    padding: 0.2rem 2rem 0 2rem;
  }
  .text-bottom {
    text-align: center;
    margin: auto;
    padding: 0 30px 0px 30px;
  }
  .grey-section {
    display: none;
  }
  .tablet-section {
    margin-top: -5rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
  }
  li.flex-item.right {
    padding-left: 0;
  }
  .right {
    margin-top: 0rem;
  }
  .right .header h2 {
    margin: 0.1rem;
  }
  .right .header .top,
  .right .header .middle,
  .right .header .bottom {
    max-width: 100%;
    margin: auto;
  }
  .right .header .top, .right .header .middle {
    width: 85%;
  }
  .right .header .bottom {
    width: 100%;
  }
  .express-text {
    padding-top: 1rem;
    padding-left: 1rem;
  }
  a#learn-more {
    margin-top: 0;
    width: 70%;
  }
  .orange-button {
    margin: auto;
    padding: 1rem 1rem;
  }
  .bottom {
    max-width: 97%;
    margin-bottom: 1rem;
  }
  .bottom-section .btn {
    font-size: 16px;
    width: 60%;
  }
  .right h2 {
    font-size: 2rem;
  }
  #tablet {
    max-width: 100%;
    padding-top: 2rem;
    margin-right: 2rem;
  }
  .large h1.sub-banner {
    padding-left: 0;
    padding-top: 0;
  }
  .menu button {
    font-size: 0.75rem;
  }
  .angle {
    background: none;
    border: none;
  }
  .footer-bottom-bar .bottom-copyright {
    text-align: center;
  }
  .bottom-section {
    margin-bottom: 2rem;
    margin-left: 0;
  }
  .footer-bottom-bar ul {
    text-align: center;
  }
  .footer-bottom-bar .bottom-links li {
    text-align: center;
  }
  .right-section {
    padding-right: 0rem;
    padding-top: 2rem;
    padding-left: 0rem;
    text-align: center;
  }
  #learn-more.button, #sign-up-today.button {
    display: block;
    width: 80%;
    margin: auto;
  }
  #set-up-today.button {
    display: block;
    width: 90%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
  .bottom-pink {
    height: 18rem;
  }
  .bottom-section .button {
    margin-bottom: 0;
  }
  .bottom-arrow {
    visibility: hidden;
    height: 0;
  }
  .fee-header {
    padding-top: 0.25rem;
  }
  .bottom-section .pink-header {
    width: 95%;
    background: none;
  }
  .header {
    margin: auto;
    max-width: 20rem;
  }
  .bottom-section .pink-header h2 {
    font-size: 2rem;
  }
  .bottom-section .pink-header h2.top, .bottom-section .pink-header h2.bottom {
    background: linear-gradient(to bottom, transparent 55%, #f6c6d9 20%);
    line-height: 1;
  }
  .bottom-logo img {
    max-width: 60%;
    margin-left: 3.5rem;
  }
  .footer {
    text-align: center;
  }
  .span3 p {
    font-size: x-large;
  }
  .grayscale-arrow-down {
    visibility: hidden;
    height: 0;
  }
  .grayscale-arrow-up {
    visibility: hidden;
    height: 0;
  }
  .image1 {
    display: none;
  }
  .image2 {
    display: block;
    margin: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
  .large .btn {
    padding-right: 3rem;
  }
  .laptop-title-jumbotron h1, .laptop-title-jumbotron h2 {
    font-size: 1.3rem;
  }
  .right .header .top, .right .header .middle {
    width: 96%;
  }
  .right h2 {
    font-size: 1.8rem;
  }
}
/* Large Screens*/
@media only screen and (min-width: 480px) {
  .navbar .navbar-brand {
    margin-top: 0;
  }
  .navbar .btn {
    margin-top: 0.5rem;
  }
}
/*Top Section Large Screen*/
@media only screen and (min-width: 1496px) {
  .navbar a#sign-up, .navbar a#log-in {
    padding: 5.5px 15px 5.5px;
  }
  .top-section {
    background: url(/assets/ab-charities/hero-photo-fab143ff82411f1263f480a552f46cc520ddbef2e3b2a25c868b3961d7c99d40.jpg) no-repeat center;
    background-size: cover;
    color: #FFFFFF;
    -webkit-clip-path: polygon(0 0, 2700px 0, 2700px 80%, 0 100%);
    clip-path: polygon(0 0, 2700px 0, 2700px 80%, 0 100%);
    position: relative;
    z-index: 0;
  }
  .large {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    max-width: 56%;
    padding-bottom: 10rem;
  }
  .bottom-pink {
    background: #db0a5b;
    background-size: cover;
    height: 38rem;
    margin-bottom: -4rem;
    -webkit-clip-path: polygon(0 0, 2700px 0, 2700px 80%, 0 100%);
    clip-path: polygon(0 0, 2700px 0, 2700px 80%, 0 100%);
    position: relative;
    z-index: 0;
  }
}
/* Extra Large Screens*/
@media only screen and (min-width: 1600px) {
  .bottom-section .pink-header {
    width: 30%;
  }
}
@media screen and (min-width: 400px) and (max-width: 700px) {
  .fee-header {
    padding-top: 5rem;
  }
}
/*Arrow Section*/
.grayscale-arrow-down {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 30%;
  transform: rotate(180deg);
  max-height: 6rem;
  z-index: -100;
  margin-bottom: -55px;
  margin-top: 2rem;
}

.grayscale-arrow-up {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-height: 8rem;
}

/*Hover Section*/
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward:before {
  content: "→";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover:before, .hvr-icon-forward:focus:before, .hvr-icon-forward:active:before {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  transform: scale(1.1);
}

/* Fade Sign Up*/
.hvr-fade-sign-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade-sign-up:hover, .hvr-fade-sign-up:focus, .hvr-fade-sign-up:active {
  background-color: #EF8AB3;
  color: #E50061;
}

.hvr-fade-learn {
  background-color: #FBB261;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade-learn:hover, .hvr-fade-learn:focus, .hvr-fade-learn:active {
  background-color: #FFE8AE;
  color: #FBB261 !important;
}

/* Tablet Screens*/
/* Portrait Screens*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .container-fluid .top {
    padding-right: 0;
    padding-left: 0;
  }
  .navbar .nav {
    margin-right: -5rem;
  }
  .navbar-brand img {
    width: 30%;
  }
  .flex-item .left {
    padding-left: 0;
  }
  .right {
    padding: 0;
  }
  .right .header .bottom {
    width: 80%;
  }
  .bold-tools {
    font-size: 14px;
  }
  .first-mid-section h3, .second-mid-section h3 {
    font-size: 22px;
  }
  .first-mid-section p, .second-mid-section p {
    font-size: 13px;
  }
  .recurring {
    padding-top: 3rem;
  }
  .bottom-section .pink-header {
    width: 63%;
  }
  .express-text {
    padding: 1rem;
    margin: auto;
    width: 75%;
  }
  .bottom-section .text {
    width: 75%;
  }
  .footer-bottom-bar {
    text-align: center;
  }
  .footer .offset4 {
    margin-left: 8rem;
  }
  .span5 {
    float: none;
    width: inherit;
  }
  .span5.pull-right {
    float: none;
  }
}
/* Tablet Landscape Screens*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  #wider {
    width: 34%;
  }
  #smaller, #smaller-font {
    width: 30%;
  }
  #smaller-font {
    font-size: 15px;
  }
  .bottom-section .pink-header {
    width: 48%;
  }
  .express-text {
    max-width: 75%;
    text-align: center;
  }
  .footer-links {
    margin: auto;
  }
  .span10.offset4 {
    margin-left: 15rem;
  }
}
/* iPhone Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .navbar .nav {
    margin-right: -5rem;
  }
  .navbar-brand img {
    width: 28%;
  }
  .span4 {
    margin-top: 3rem;
  }
  .flex-item {
    padding: 0;
  }
  .first-mid-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
  .second-mid-section {
    margin-top: 1rem;
  }
  .right-section {
    max-width: none;
    padding-top: 3rem;
  }
  .right .header {
    max-width: 29rem;
    margin: auto;
  }
  .right .header .top, .right .header .middle {
    width: 100%;
  }
  .right .header .bottom {
    width: 100%;
  }
  .express-text {
    width: 80%;
    margin: auto;
  }
  .orange-button {
    width: 75%;
    margin: auto;
    text-align: center;
  }
  .footer {
    margin-left: 0;
  }
  .footer-links {
    padding-left: 1rem;
  }
  .footer-bottom-bar {
    text-align: center;
  }
}
