/* line 15, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.almost-black {
  color: #0e0e0e; }

/* line 16, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.light-grey {
  color: #f7f7f7; }

/* line 17, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.dark-blue {
  color: #003f62; }

/* line 18, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.light-blue {
  color: #00b6f0; }

/* line 19, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.blue {
  color: #00b6f0; }

/* line 20, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.orange {
  color: #f89740; }

/* line 21, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.darkest-grey {
  color: #1d1d1d; }

/* line 22, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.dark-grey {
  color: #333; }

/* line 23, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.grey {
  color: #666; }

/* line 25, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.almost-black-bg {
  background-color: #0e0e0e; }

/* line 26, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.light-grey-bg {
  background-color: #f7f7f7; }

/* line 27, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.dark-blue-bg {
  background-color: #003f62; }

/* line 28, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.light-blue-bg {
  background-color: #00b6f0; }

/* line 29, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.blue-bg {
  background-color: #00b6f0; }

/* line 30, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.orange-bg {
  background-color: #f89740; }

/* line 31, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.darkest-grey-bg {
  background-color: #1d1d1d; }

/* line 32, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.dark-grey-bg {
  background-color: #333; }

/* line 33, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.grey-bg {
  background-color: #666; }

/* line 34, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.white-bg {
  background-color: #FFF; }

/* line 35, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.sky-blue-bg {
  background-color: #c8e8f7; }

/* line 44, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
body {
  margin: 0;
  color: #003f62;
  font-family: 'simple_sanslight', sans-serif;
  letter-spacing: 0.2px; }

/* line 51, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
h1 {
  margin: 60px 0 0 0; }

/* line 55, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
h1, h2, h3 {
  font-weight: normal;
  font-family: 'simple_sansbold', sans-serif;
  color: #003f62; }
  @media screen and (max-width: 1000px) {
    /* line 55, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    h1, h2, h3 {
      width: 80%;
      margin: 20px auto; } }

/* line 62, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
h1 {
  font-size: 48px; }
  @media screen and (max-width: 1000px) {
    /* line 62, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    h1 {
      font-size: 34px; } }
  @media screen and (max-width: 670px) {
    /* line 62, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    h1 {
      font-size: 26px;
      margin: 40px auto 0 auto; } }

/* line 68, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
h2 {
  font-size: 36px;
  font-family: 'simple_sanslight';
  line-height: 55px; }
  @media screen and (max-width: 1000px) {
    /* line 68, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    h2 {
      font-size: 24px; } }

/* line 75, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
h5 {
  font-family: 'simple_sansbold';
  font-size: 24px; }
  @media screen and (max-width: 670px) {
    /* line 75, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    h5 {
      margin: 20px auto;
      font-size: 20px; } }

/* line 81, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
p {
  line-height: 30px;
  margin: 40px 0;
  font-size: 15px; }
  @media screen and (max-width: 670px) {
    /* line 81, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    p {
      margin: 20px 0;
      width: 80%; } }

/* line 88, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
img {
  line-height: 0; }

/* line 92, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
a {
  font-family: 'inconsolatamedium';
  letter-spacing: 2px; }

/* line 97, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block {
/* Coresecure: allow more content 
  height: 610px; */
  min-height: 610px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  /* line 105, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block .inner {
    width: 960px;
    margin: 0 auto;
    padding: 0 40px; }
    @media screen and (max-width: 1000px) {
      /* line 105, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .block .inner {
        width: 100%;
        padding: 0; } }

/* line 117, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.centered {
  text-align: center; }

/* line 121, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.left {
  text-align: left; }

/* line 126, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.left h2 {
  margin-top: 180px; }
/* line 129, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.left .btn {
  margin-top: 60px; }

/* line 135, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered.has-icon h2 {
  margin-top: 40px; }
/* line 138, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered.has-icon p {
  width: 500px; }
  @media screen and (max-width: 670px) {
    /* line 138, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered.has-icon p {
      width: 90%; } }

/* line 144, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
a {
  text-decoration: none;
  color: #333; }

/* line 149, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.btn, select {
  border: 1px solid #003f62;
  border-radius: 0;
  color: #003f62;
  padding: 21px 32px;
  display: inline-block;
  font-family: 'inconsolatamedium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media screen and (max-width: 670px) {
    /* line 149, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .btn, select {
      margin-bottom: 20px;
      width: 70%;
      font-size: 14px;
      letter-spacing: 1px; } }

/* line 166, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.btn:hover {
  background-color: #003f62;
  color: #FFF; }

/* line 171, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.blue.btn, select.blue {
  color: #00b6f0;
  border-color: #00b6f0; }

/* line 176, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.blue.btn:hover {
  color: #FFF;
  background-color: #00b6f0; }

/* line 181, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.white.btn:hover {
  color: #003f62;
  background-color: #FFF; }

.btn.no-bg:hover {
  background: none;
  color: inherit;
}

/* line 186, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
select {
  -webkit-appearance: none;
  background-image: url(../../../../images/down_carrot.png);
  background-position: 94% 25px;
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding-right: 8%;
  font-family: 'inconsolatamedium', sans-serif !important; }

/* line 197, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.disabled {
  opacity: 0.3; }

/* line 201, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.white.btn {
  color: #FFF;
  border-color: #FFF; }

/* line 206, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.solid-blue.btn {
  color: #FFF;
  background-color: #00b6f0;
  border: none;
  padding: 22px 32px;
  margin-left: 10px; }

/* line 214, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.divider {
  position: relative;
  margin-top: 120px;
  width: 20%;
  float: left; }
  /* line 215, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .divider .line {
    width: 1px;
    background-color: #FFF;
    height: 380px;
    left: 50%;
    position: absolute;
    opacity: .1; }
    @media screen and (max-width: 670px) {
      /* line 215, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .divider .line {
        width: 80%;
        margin: 0 auto;
        height: 1px;
        left: 0;
        position: static; } }
  @media screen and (max-width: 1000px) {
    /* line 214, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .divider {
      width: 10%;
      margin-top: 60px; } }
  @media screen and (max-width: 670px) {
    /* line 214, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .divider {
      float: none;
      width: 100%;
      margin-top: 20px; } }

/* line 237, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.left-block, .right-block {
  width: 40%;
  float: left; }
  @media screen and (max-width: 1000px) {
    /* line 237, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .left-block, .right-block {
      width: 45%; } }
  /* line 241, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block p, .right-block p {
    width: 90%;
    font-size: 14px; }
    @media screen and (max-width: 670px) {
      /* line 241, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .left-block p, .right-block p {
        width: 90%; } }
  /* line 246, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block .icon, .right-block .icon {
    margin-top: 120px; }
    @media screen and (max-width: 670px) {
      /* line 246, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .left-block .icon, .right-block .icon {
        margin-top: 80px; } }
  /* line 251, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block .btn, .right-block .btn {
    border: none;
    padding-right: 0; }
    @media screen and (max-width: 670px) {
      /* line 251, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .left-block .btn, .right-block .btn {
        padding: 20px; } }
  /* line 256, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block h2, .right-block h2 {
    width: 100%; }

/* line 261, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.left-block {
  text-align: right; }
  /* line 263, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block p {
    margin-top: 0;
    float: right; }

@media screen and (max-width: 670px) {
  /* line 270, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block .icon, .right-block .icon {
    margin-top: 80px; } }
@media screen and (max-width: 670px) {
  /* line 269, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block, .right-block {
    float: none;
    text-align: center;
    width: 100%; } }
@media screen and (max-width: 670px) {
  /* line 278, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .left-block p, .right-block p {
    float: none;
    margin: 0 auto; } }

/* line 283, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.right-block {
  color: #00b6f0; }
  /* line 284, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    @media screen and (max-width: 670px) {
      /* line 284, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .right-block .icon {
        margin-top: 50px; } }
  /* line 290, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .right-block .btn {
    color: #00b6f0;
    padding-left: 0; }
    @media screen and (max-width: 670px) {
      /* line 290, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .right-block .btn {
        padding: 20px; } }
  /* line 295, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .right-block p {
    margin-top: 0;
    float: left; }
    @media screen and (max-width: 670px) {
      /* line 295, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .right-block p {
        float: none;
        margin: 0 auto; } }

/* line 303, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.blue-bg h2 {
  color: #FFF; }

/* line 308, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.dark-blue-bg {
  color: #FFF; }
  /* line 310, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .dark-blue-bg h2 {
    color: #FFF; }
  /* line 314, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .dark-blue-bg .right-block h2 {
    color: #00b6f0; }
  @media screen and (max-width: 670px) {
    /* line 308, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .dark-blue-bg {
      min-height: 780px;
      text-align: center; } }

/* line 323, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered .icon {
  margin-top: 125px; }
  @media screen and (max-width: 670px) {
    /* line 323, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered .icon {
      margin-top: 80px; } }
/* line 328, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered h2 {
  margin-top: 160px; }
  @media screen and (max-width: 670px) {
    /* line 328, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered h2 {
      line-height: 30px; } }
/* line 333, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered p {
  width: 100%;
  margin: 40px auto; }
  @media screen and (max-width: 670px) {
    /* line 333, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered p {
      width: 80%;
      margin: 30px auto; }
      }
/* line 341, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered .mini-block, .block.centered .left-mini-block, .block.centered .right-mini-block {
  width: 30%;
  display: inline-block; }
  @media screen and (max-width: 670px) {
    /* line 341, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered .mini-block, .block.centered .left-mini-block, .block.centered .right-mini-block {
      width: 200px;
      display: block;
      margin: 30px auto; } }
  /* line 345, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.centered .mini-block .icon, .block.centered .left-mini-block .icon, .block.centered .right-mini-block .icon {
    margin-top: 20px;
    margin-bottom: 10px; }
  /* line 349, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.centered .mini-block a, .block.centered .left-mini-block a, .block.centered .right-mini-block a {
    text-transform: uppercase; }
    @media screen and (max-width: 670px) {
      /* line 349, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .block.centered .mini-block a, .block.centered .left-mini-block a, .block.centered .right-mini-block a {
        font-size: 12px; } }
/* line 355, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered .left-mini-block, .block.centered .right-mini-block {
  width: 26%;
  text-align: left;
  margin: 60px 0 0 0; }
  @media screen and (max-width: 670px) {
    /* line 355, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered .left-mini-block, .block.centered .right-mini-block {
      width: 100%;
      display: block;
      margin: 30px auto;
      text-align: center; } }
  @media screen and (max-width: 1000px) {
    /* line 355, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.centered .left-mini-block, .block.centered .right-mini-block {
      margin-top: 40px; } }
  /* line 361, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.centered .left-mini-block .icon, .block.centered .right-mini-block .icon {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 365, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.centered .left-mini-block h3, .block.centered .right-mini-block h3 {
    font-size: 30px;
    margin: 20px 0;
    font-family: 'simple_sanslight'; }
    @media screen and (max-width: 1000px) {
      /* line 365, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .block.centered .left-mini-block h3, .block.centered .right-mini-block h3 {
        font-size: 26px; } }
  /* line 371, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.centered .left-mini-block p, .block.centered .right-mini-block p {
    width: 100%;
    margin: 0;
    font-size: 12px; }
/* line 378, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.centered .right-mini-block {
  float: right; }

/* line 383, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block-links {
  font-family: 'inconsolatamedium';
  text-transform: uppercase; }
  /* line 386, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block-links span {
    margin: 0 10px; }
    @media screen and (max-width: 670px) {
      /* line 386, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
      .block-links span {
        font-size: 11px;
        letter-spacing: 0;
        margin: 0; } }

/* line 392, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.blue-bg {
  color: #FFF; }
  @media screen and (max-width: 670px) {
    /* line 392, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
    .block.blue-bg {
      /* Coresecure: allow more content 
  height: 900px; */
  min-height: 900px; } }
  /* line 395, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.blue-bg a {
    color: #FFF;
    font-size: 14px;
    font-weight: 100; }

/* line 402, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.block.darkest-grey-bg {
  color: #00b6f0;
  /* Coresecure: allow more content 
  height: 400px; */
  min-height: 400px; }
  /* line 405, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .block.darkest-grey-bg h2 {
    color: #00b6f0;
    margin-top: 100px;
    margin-bottom: 60px; }

/* line 412, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.down-arrow {
  position: absolute;
  left: 50%;
  line-height: 0;
  margin-left: -40px; }

/* line 419, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.top-knotch {
  height: 13px;
  position: absolute;
  width: 100%;
  bottom: 0px;
  line-height: 0;
  z-index: 1; }
  /* line 425, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .top-knotch .knotch {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 0; }
  /* line 432, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .top-knotch .left-knotch {
    position: absolute;
    height: 13px;
    width: 50%;
    margin-left: -40px; }
  /* line 438, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
  .top-knotch .right-knotch {
    position: absolute;
    height: 13px;
    width: 50%;
    margin-right: -36px;
    right: 0;
    top: 0; }

/* line 452, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/global.css.scss */
.up-arrow {
  position: absolute;
  top: -21px;
  line-height: 0;
  left: 50%;
  margin-left: -53px; }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
/* line 12, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
/* line 30, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
/* line 50, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 64, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
/* line 74, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 86, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 94, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 112, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 120, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 129, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
/* line 137, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
/* line 147, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 159, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
/* line 169, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 177, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 185, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 193, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
sup {
  top: -0.5em; }

/* line 197, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
/* line 209, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 217, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
/* line 229, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
/* line 241, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 252, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
/* line 263, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 277, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
/* line 312, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 324, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 336, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
/* line 345, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 356, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 369, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/normalize.css */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Generated by Font Squirrel (http://wwwquirrel.com) on October 24, 2014 */
@font-face {
  font-family: 'simple_sansmedium';
  src: url("clientlib-site/fonts/simplesans-medium-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-medium-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-medium-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-medium-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-medium-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-medium-webfont-webfont.svg#simple_sansmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sansregular';
  src: url("clientlib-site/fonts/simplesans-regular-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-regular-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-regular-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-regular-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-regular-webfont-webfont.svg#simple_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sanslight_oblique';
  src: url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-lightoblique-webfont-webfont.svg#simple_sanslight_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sanslight';
  src: url("clientlib-site/fonts/simplesans-light-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-light-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-light-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-light-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-light-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-light-webfont-webfont.svg#simple_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sansbold_oblique';
  src: url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-boldoblique-webfont-webfont.svg#simple_sansbold_oblique") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sansblack';
  src: url("clientlib-site/fonts/simplesans-black-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-black-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-black-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-black-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-black-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-black-webfont-webfont.svg#simple_sansblack") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'simple_sansbold';
  src: url("clientlib-site/fonts/simplesans-bold-webfont-webfont.eot");
  src: url("clientlib-site/fonts/simplesans-bold-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/simplesans-bold-webfont-webfont.woff2") format("woff2"), url("clientlib-site/fonts/simplesans-bold-webfont-webfont.woff") format("woff"), url("clientlib-site/fonts/simplesans-bold-webfont-webfont.ttf") format("truetype"), url("clientlib-site/fonts/simplesans-bold-webfont-webfont.svg#simple_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'inconsolatamedium';
  src: url("clientlib-site/fonts/inconsolata-webfont.eot");
  src: url("clientlib-site/fonts/inconsolata-webfont.eot?#iefix") format("embedded-opentype"), url("clientlib-site/fonts/inconsolata-webfont.woff2") format("woff2"), url("clientlib-site/fonts/inconsolata-webfont.woff") format("woff"), url("clientlib-site/fonts/inconsolata-webfont.ttf") format("truetype"), url("clientlib-site/fonts/inconsolata-webfont.svg#inconsolatamedium") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
#header {
  height: 80px;
  border-bottom: 1px solid #f7f7f7;
  z-index: 1;
  position: relative; }
  /* line 7, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #header #header-inner {
    width: 1040px;
    margin: 0 auto; }
    @media screen and (max-width: 1000px) {
      /* line 7, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header #header-inner {
        width: 100%; } }
  /* line 14, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #header .logo {
    float: left;
    margin: 16px 20px 0 30px; }
    @media screen and (max-width: 670px) {
      /* line 14, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header .logo {
        width: 120px;
        top: 18px;
        left: 10px;
        position: absolute;
        margin: 0; } }
  /* line 21, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #header ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    /* line 25, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
    #header ul li {
      display: block;
      float: left; }
      /* line 28, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header ul li a {
        display: block;
        padding: 10px;
        margin-top: 20px;
        font-size: 14px;
        letter-spacing: .5px;
        font-family: 'simple_sansregular'; }
        @media screen and (max-width: 670px) {
          /* line 28, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
          #header ul li a {
            font-size: 12px;
            margin-top: 24px; } }
      /* line 37, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header ul li a.btn {
        margin: 20px 0 0 10px;
        padding: 10px 16px; }
      /* line 41, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header ul li a.active {
        font-family: 'simple_sansblack'; }
  /* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #header ul.main-nav {
    float: left; }
    @media screen and (max-width: 670px) {
      /* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #header ul.main-nav {
        float: right;
        margin-right: 10px; } }
  /* line 52, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #header ul.right-nav {
    float: right;
    margin-right: 30px; }
    /* line 55, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
    #header ul.right-nav a.btn {
      border-color: #666;
      color: #666;
      font-size: 12px;
      font-family: 'inconsolatamedium';
      padding: 12px 16px;
      letter-spacing: 2px; }
      @media screen and (max-width: 670px) {
        /* line 55, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
        #header ul.right-nav a.btn {
          display: none; } }
    /* line 64, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
    #header ul.right-nav a.btn:hover {
      color: #FFF; }

/* line 70, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
#nav-container {
  background: #FFF;
  display: block; }

/* line 75, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
#footer {
  color: #FFF;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-top: -20px; }
  /* line 83, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #footer a {
    color: #666;
    margin: 0 14px;
    font-size: 12px;
    font-family: 'simple_sansregular';
    letter-spacing: 1px; }
    @media screen and (max-width: 670px) {
      /* line 83, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #footer a {
        letter-spacing: 0;
        font-size: 11px;
        margin: 0 6px; } }
  /* line 91, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #footer .top-link {
    color: #FFF;
    text-transform: uppercase;
    display: block;
    font-size: 10px;
    padding: 40px 0 30px 0;
    width: 102px;
    position: absolute;
    margin: 0; 
    top: 0px; }
  .footer-logo img{
	margin-top: 105px;
  }
  /* line 98, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #footer p {
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 10px; }
    @media screen and (max-width: 670px) {
      /* line 98, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #footer p {
        font-size: 9px;
        margin-bottom: 0px; } }
  /* line 105, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
  #footer p.copyright {
    color: #666;
    font-size: 12px;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      /* line 105, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/layout.css.scss */
      #footer p.copyright {
        width: 80%;
        line-height: 18px; } }

/* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.language-anim {
  height: 120px;
  width: 120px;
  display: block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  background: #f7f7f7;
  margin: 30px auto;
  overflow: hidden;
  position: relative; }

/* line 12, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.language-anim-cont {
  position: absolute;
  width: 436px;
  height: 436px;
  margin-left: -158px; }

/* line 19, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.circle-mask {
  position: absolute;
  z-index: 1;
  height: 120px;
  width: 120px; }

/* line 26, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.code-icon {
  height: 120px;
  width: 120px;
  position: absolute;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  border-radius: 60px;
  background: #f7f7f7; }
  /* line 32, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .code-icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    opacity: 0.5; }

/* line 42, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.top-block p {
  font-size: 18px; }
  @media screen and (max-width: 1000px) {
    /* line 42, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .top-block p {
      font-size: 15px; } }
  @media screen and (max-width: 670px) {
    /* line 42, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .top-block p {
      width: 80%; } }
/* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.top-block .btn {
  margin-right: 10px; 
  /* Coresecure: add margin if many links */
  margin-bottom: 20px; }
  @media screen and (max-width: 670px) {
    /* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .top-block .btn {
      margin-right: 0; } }

@media screen and (max-width: 670px) {
  /* line 53, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.documentation.centered {
    min-height: 500px;
    background-position: left top; } }
@media screen and (max-width: 670px) {
  /* line 55, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.documentation.centered h2 {
    margin-top: 100px; } }

@media screen and (max-width: 670px) {
  /* line 60, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.security {
   min-height: 550px; } }

/* line 64, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.block.price-section .inner {
  height: 610px;
  position: relative;
  color: #f89740;
  padding: 0; }
  /* line 70, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.price-section .inner h2 {
    position: absolute;
    text-align: right;
    width: 300px;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -100px;
    color: #f89740; }
    @media screen and (max-width: 1000px) {
      /* line 70, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner h2 {
        top: 30px;
        font-size: 30px;
        text-align: center;
        width: 100%;
        left: 0;
        margin: 0; } }
    @media screen and (max-width: 670px) {
      /* line 70, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner h2 {
        font-size: 24px;
        top: 38px; } }
  /* line 91, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.price-section .inner p.right {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    margin-left: 190px;
    margin-top: -90px;
    text-align: left; }
    @media screen and (max-width: 1000px) {
      /* line 91, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner p.right {
        text-align: center;
        left: 50%;
        top: 180px;
        width: 360px;
        margin-left: -180px; } }
    @media screen and (max-width: 670px) {
      /* line 91, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner p.right {
        width: 300px;
        margin-left: -150px;
        font-size: 12px; } }
  /* line 109, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.price-section .inner .bottom {
    position: absolute;
    bottom: 120px;
    margin: 0;
    text-align: center;
    margin: 0;
    width: 100%; }
    @media screen and (max-width: 1000px) {
      /* line 109, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner .bottom {
        bottom: 70px; } }
    /* line 118, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .block.price-section .inner .bottom p {
      width: 100%;
      margin: 0;
      font-size: 12px;
      text-transform: uppercase; }
    /* line 125, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .block.price-section .inner .bottom .block-links {
      margin: 0;
      width: 100%;
      line-height: 24px; }
      /* line 129, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner .bottom .block-links span {
        color: #f89740;
        text-transform: none;
        font-family: 'simple_sansbold';
        font-size: 14px; }
        @media screen and (max-width: 670px) {
          /* line 129, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
          .block.price-section .inner .bottom .block-links span {
            font-size: 11px;
            margin: 0; } }
  /* line 139, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.price-section .inner .price-circle {
    position: absolute;
    background-color: #f89740;
    color: #FFF;
    height: 300px;
    width: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    border-radius: 150px;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -150px; }
    @media screen and (max-width: 1000px) {
      /* line 139, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner .price-circle {
        height: 240px;
        width: 240px;
        margin: -120px 0 0 -120px; } }
    @media screen and (max-width: 670px) {
      /* line 139, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
      .block.price-section .inner .price-circle {
        height: 200px;
        width: 200px;
        margin: -100px 0 0 -100px; } }
    /* line 162, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .block.price-section .inner .price-circle .price {
      position: absolute;
      top: 50%;
      height: 80px;
      width: 100%;
      margin-top: -50px;
      font-family: 'simple_sansblack';
      font-size: 80px;
      display: block; }
      @media screen and (max-width: 670px) {
        /* line 162, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
        .block.price-section .inner .price-circle .price {
          font-size: 50px;
          margin-top: -36px; } }
    /* line 177, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .block.price-section .inner .price-circle .cents {
      font-family: 'simple_sansblack';
      font-size: 36px;
      position: absolute;
      top: 60%;
      display: block;
      width: 100%; }
      @media screen and (max-width: 670px) {
        /* line 177, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
        .block.price-section .inner .price-circle .cents {
          font-size: 22px; } }

/* line 190, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
.block.centered.more-countries p {
  width: 100%; }
  @media screen and (max-width: 1000px) {
    /* line 190, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
    .block.centered.more-countries p {
      width: 80%; } }
@media screen and (max-width: 670px) {
  /* line 189, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/landing.css.scss */
  .block.centered.more-countries {
    background-image: none !important; } }

/* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
.merchant-top-block.block.centered  {
  text-align: right;
  min-height: 700px; }
  /* line 2, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
  .merchant-top-block.block.centered  h1 {
    margin-top: 160px;
    font-family: 'simple_sanslight'; }
    @media screen and (max-width: 1000px) {
      /* line 2, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-top-block.block.centered  h1 {
        margin-right: 30px;
        margin-top: 160px; } }
    @media screen and (max-width: 670px) {
      /* line 2, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-top-block.block.centered  h1 {
        margin: 40px auto 20px auto; } }
  /* line 9, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
  .merchant-top-block.block.centered  p {
    margin-right: 0;
    width: 450px;
    font-size: 18px; }
    @media screen and (max-width: 1000px) {
      /* line 9, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-top-block.block.centered  p {
        margin-right: 30px; } }
    @media screen and (max-width: 670px) {
      /* line 9, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-top-block.block.centered  p {
        width: 80%;
        margin: 20px auto; } }
  @media screen and (max-width: 670px) {
    /* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
    .merchant-top-block.block.centered  {
      text-align: center;
      min-height: 400px;
      background-position-x: right; } }

/* line 21, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
.merchant-create.block.centered  {
  color: #00b6f0; }
  /* line 23, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
  .merchant-create.block.centered  h2 {
    margin-top: 100px;
    margin-bottom: 30px;
    color: #00b6f0; }

/* line 30, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
.merchant-existing.block.centered  {
  min-height: 320px; }
  @media screen and (max-width: 670px) {
    /* line 30, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
    .merchant-existing.block.centered  {
      min-height: 220px; } }
  /* line 33, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
  .merchant-existing.block.centered  h2 {
    margin-top: 100px;
    color: #00b6f0; }
    @media screen and (max-width: 670px) {
      /* line 33, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-existing.block.centered  h2 {
        margin-top: 40px;
        font-size: 18px; } }
  @media screen and (max-width: 670px) {
    /* line 38, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
    .merchant-existing.block.centered  select {
      display: block;
      font-size: 12px;
      margin: 0 auto 20px auto;
      padding: 23px 38px;
      width: 86%; } }
  /* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
  .merchant-existing.block.centered  .btn {
    margin: 0 0 0 10px; }
    @media screen and (max-width: 670px) {
      /* line 47, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
      .merchant-existing.block.centered  .btn {
        margin: 0; } }
  @media screen and (max-width: 670px) {
    /* line 51, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/merchant.css.scss */
    .merchant-existing.block.centered  p {
      width: 80%;
      font-size: 11px; } }

/* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
.applepay-top-block {
  text-align: left;
  color: #FFF;
  min-height: 700px; }
  @media screen and (max-width: 670px) {
    /* line 1, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-top-block {
      min-height: 560px;
      background-position-x: left; } }
  /* line 6, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
  .applepay-top-block .applepay-payeezy-logos {
    margin-top: 100px; }
    @media screen and (max-width: 1000px) {
      /* line 6, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-top-block .applepay-payeezy-logos {
        margin-left: 30px; } }
    @media screen and (max-width: 670px) {
      /* line 6, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-top-block .applepay-payeezy-logos {
        display: block;
        width: 100px;
        margin: 60px auto 0 auto; } }
  @media screen and (max-width: 1000px) {
    /* line 11, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-top-block a.btn {
      margin-left: 30px; } }
  @media screen and (max-width: 670px) {
    /* line 11, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-top-block a.btn {
      margin: 20px auto;
      display: block;
      text-align: center; } }
  /* line 15, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
  .applepay-top-block.block.centered p {
    margin-left: 0;
    width: 450px; }
    @media screen and (max-width: 1000px) {
      /* line 15, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-top-block.block.centered p {
        margin-left: 30px; } }
    @media screen and (max-width: 670px) {
      /* line 15, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-top-block.block.centered p {
        width: 80%;
        margin: 40px auto;
        text-align: center; } }

/* line 23, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
.applepay-features.block.centered  {
  min-height: 480px; }
  @media screen and (max-width: 670px) {
    /* line 23, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-features.block.centered  {
      min-height: 670px; } }
  /* line 26, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
  .applepay-features.block.centered  .left-mini-block, .applepay-features.block.centered  .right-mini-block {
    width: 360px;
    display: block;
    margin-left: 0;
    margin-top: 120px; }
    /* line 31, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-features.block.centered  .left-mini-block a, .applepay-features.block.centered  .right-mini-block a {
      font-size: 14px;
      color: #003f62; }
      @media screen and (max-width: 670px) {
        /* line 31, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
        .applepay-features.block.centered  .left-mini-block a, .applepay-features.block.centered  .right-mini-block a {
          font-size: 12px;
          letter-spacing: 1px; } }
    /* line 36, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
    .applepay-features.block.centered  .left-mini-block p, .applepay-features.block.centered  .right-mini-block p {
      line-height: 20px;
      margin-bottom: 20px;
      font-size: 14px; }
    @media screen and (max-width: 1000px) {
      /* line 26, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .left-mini-block, .applepay-features.block.centered  .right-mini-block {
        width: 340px; } }
    @media screen and (max-width: 670px) {
      /* line 42, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .left-mini-block h3, .applepay-features.block.centered  .right-mini-block h3 {
        width: 80%;
        margin: 20px auto; } }
  /* line 46, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
  .applepay-features.block.centered  .left-mini-block {
    float: left; }
    @media screen and (max-width: 1000px) {
      /* line 46, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .left-mini-block {
        margin-left: 30px; } }
    @media screen and (max-width: 670px) {
      /* line 46, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .left-mini-block {
        float: none;
        margin: 60px auto;
        width: 80%; } }
  /* line 52, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
  .applepay-features.block.centered  .right-mini-block {
    float: right; }
    @media screen and (max-width: 1000px) {
      /* line 52, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .right-mini-block {
        margin-right: 30px; } }
    @media screen and (max-width: 670px) {
      /* line 52, /Users/barnesy/Projects/payeezy-dev/rails/source/stylesheets/applepay.css.scss */
      .applepay-features.block.centered  .right-mini-block {
        float: none;
        margin: 80px auto;
        width: 80%; } }
#footer.block {
	min-height: 400px;
}
.cookiebanner-warning {

  top: 0;
  left: 0;
  width: 100%;
  /* margin-top: -100px; */
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  transition: all 300ms;
                              overflow: hidden;
}
.cookiebanner-warning .row-fluid {
  width: 100%;
}
.cookiebanner-warning .row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cookiebanner-warning .row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.cookiebanner-warning .row-fluid .span7 {
  width: 57.44680851063829%;
}
.cookiebanner-warning .row-fluid .offset2 {
  margin-left: 19.148936170212764%;
}
.cookiebanner-warning .row-fluid .span3 {
  width: 23.404255319148934%;
}

.alert-frame {
    height: 100px;
    background: #004165;
    color: #FFF;
    font:  14px/18px "SimpleSansMedium", Arial, sans-serif;
      overflow: hidden;
}
.alert-frame .alert-inner {
    max-width: 976px;
    margin: 0 auto;
    padding-top: 25px;
      overflow: hidden;
}
.alert-frame p {
    margin-top: 0;
}

.alert-frame .alert-button {
    background: #00a9e0;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
}

.alert-frame .alert-button:hover {
    background: #06b5ee;
 /* Old browsers */
    background: -moz-linear-gradient(45deg, #06b5ee 15%, #02aee6 70%, #00a9e0 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(15%, #06b5ee), color-stop(70%, #02aee6), color-stop(100%, #00a9e0));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #06b5ee 15%, #02aee6 70%, #00a9e0 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #06b5ee 15%, #02aee6 70%, #00a9e0 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #06b5ee 15%, #02aee6 70%, #00a9e0 100%);
 /* IE10+ */
    background: linear-gradient(45deg, #06b5ee 15%, #02aee6 70%, #00a9e0 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06b5ee', endColorstr='#00a9e0',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */
}
.alert-frame-container{
    height: auto;
    /*display: none;*/
}
.alert-frame {
    height: auto;
    display: none;
}
.alert-frame .alert-inner a {
  color: #00a9e0;
  text-decoration: none;
}
.alert-frame a.alert-button {
    background: #00a9e0;
    padding: 10px 20px;
    text-align: center;
    color: #FFF;
}
@media (max-width: 640px) {
	.alert-frame {
        height: 150px;
        padding: 10px 10px 0 10px;
        position: relative;
        z-index: 100;
        font-size: 14px;
    }

    .alert-frame .alert-inner {
        padding-top: 10px;
    }
    .alert-frame .alert-inner {
        padding-bottom: 10px;
    }
}
#header ul li a.global-selector {
  margin-top: 14px;
}
.right-block .icon {
    margin-top: 120px;
}

#mobile_nav {
    display: none;
}

.block-android-pay {
    background: url(clientlib-site/androidpay_hero.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.android-content {
    width: 100%;
    clear: both;
}

.block-android-pay .btn {
    margin: 20px auto;
    text-align: center;
}

.androidpay {
    margin-top: 12%;
    max-width: 600px;
    float: left;
}

.androidpaylogo {
    float: right;
    width: 25%;
    margin-top: 17%;
}

.androidpaylogo img {
    width: 100%;
}

.androidpay h2 {
    color: #ffffff;
}

.right_icon .cq-dd-image {
    height: 34px;
}


/*.c020-Mobile  h2, p, .white.btn{
    color: #000000;
}

.c020-Mobile .right-block h2, p, a{
    color: #000000;
}*/

.right-block p,
.right-block h2,
.right-block a {
    color: #000000 !important;
}

.left-block p,
.left-block h2,
.left-block a,
.left-block .btn {
    color: #000000 !important;
}

.left-block p,
.right-block p {
    font-size: 1.2em;
}

.c130-GlobalLink .inner {
    width: 660px;
}

#header ul li a.global-selector {
    margin-top: 12px;
    padding-left: 20px;
}

.new-bus.hosted,
.need_payeezy.hosted {
    text-align: left;
}

.ie .circle-mask {
    background-image: url(clientlib-site/ie-language-icons.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    min-height: 100px;
    min-width: 758px
}

.ie .circle-mask img {
    display: none
}

.ie .language-anim {
    width: 758px;
    min-width: 758px;
    text-align: center;
}

.ie .language-anim-cont {
    display: none
}

.ie .block-android-pay {
    background-position: center;
}

@media screen and (max-width: 360px) {
    #header ul.main-nav {
        margin-top: 22px;
        float: right;
        width: 100%;
        margin-right: 0;
        padding-right: 10px;
        background-color: #f7f7f7;
    }
    #nav-container {
        max-height: 80px;
        overflow: hidden;
    }
    #nav-container.expanded {
        max-height: 500px;
        height: auto;
        transition: all 1.5s;
    }
    #mobile_nav {
        display: block;
        float: right;
        width: 100%;
        margin-bottom: 8px;
        margin-top: 30px;
        margin-right: 10px;
        cursor: pointer;
    }
    #nav-container {
        background: none;
    }
    #mobile_nav img {
        float: right;
    }
    #header ul li {
        float: none;
        text-align: right;
        margin: 0 0 0 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #header ul li a {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    .main-nav li:first-child {
        border-bottom: 1px #dcddde solid;
    }
    .top_space {
        margin-top: 100px;
    }
    #header ul li a.global-selector {
        margin-top: 0;
        padding-left: 0;
        position: absolute;
        top: 25px;
        left: 75%;
    }

    #header ul.main-nav{
        margin-right: 0;
    }
}

@media (min-width: 361px) and (max-width: 670px) {
    .androidpaylogo {
        float: none;
        width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 17%;
    }
    .androidpay h2 {
        line-height: 1.6em;
    }
    .block-android-pay {
        background-position: 50% 50%;
    }
    .android-button {
        width: 90%;
        margin: 0 auto;
    }
    .android-button .btn {
        width: 80%;
        font-size: 12px;
    }
    #header ul.right-nav{
        margin-right: 0;
    }
    #header ul.main-nav{
        margin-right: 60px;
    }
}

@media (min-width: 621px) and (max-width: 820px) {
    .android-button {
        margin: 20px 0px 20px 60px;
    }
    .block-android-pay {
        background-position: 60% 50%;
    }
    .androidpay {
        max-width: 500px;
    }
    .left-mini-block,
    .right-mini-block {
        width: 330px !important;
    }
    #header ul li a.global-selector {
        margin-top: 12px;
        padding-left: 0px;
        position: absolute;
        top: 0px;
        left: 90%;
    }
    #header ul li a.btn {
        margin: 20px 60px 0 10px;
    }
}

.PayeezyCountrySelector .block {min-height:100px;}

.PayeezyCountrySelector a {
    color: #00A9E0;
    text-decoration: none;
}

.PayeezyCountrySelector h1.dark-blue {margin-top:35px;}
.PayeezyCountrySelector .block.centered .icon {margin-top:45px;}
.PayeezyCountrySelector p.intro-text {margin-top:20px;}

.PayeezyCountrySelector .nolist {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
}
.PayeezyCountrySelector .countries {
    margin:0px 20px;
		padding:0;
		display:block;
		text-align:left;
		margin-bottom:70px;
}
.PayeezyCountrySelector .countries li:first-child {
    border-top: 1px solid #E1E1E1;
}
.PayeezyCountrySelector .countries li {
    border-bottom: 1px solid #E1E1E1;
    position: relative;
    padding: 13px;
}
.PayeezyCountrySelector .countries li span {
    position: absolute;
    right: 0px;
    top: 0px;
}
.PayeezyCountrySelector .countries li a {
    background: #EEE none repeat scroll 0% 0%;
    display: inline-block;
    padding: 13px 15px;
    text-align: center;
}
.PayeezyCountrySelector .countries li a:hover, .c050-CountrySelector .countries li a:focus {
    color: #00A9E0;
    background: transparent linear-gradient(45deg, #F8F7F7 0%, #F3F3F3 64%, #EEE 100%) repeat scroll 0% 0%;
}
.PayeezyCountrySelector .footer-logo img {
    margin-top: 50px;
}
/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.page__main {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 1em 1em;
    background-color: #fff;
    box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 9px 1px -moz-rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,.2);
    zoom: 100%;
}

.page__logo {
    display: inline-block;
}

.page__topnav {
    position: absolute;
    top: 20px;
    right: 1em;
}

.page__title h1 {
    color: #025c1f;
    text-transform: uppercase;
}

/* Scale down too wide images from the parsys */
.page__par img {
    max-width: 100%;
}

.page__copyright {
    margin-bottom: 0;
}

/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.topnav {
    float: right;
    list-style: none;
}
.topnav__item {
    float: left;
    margin-left: 15px;
}
.topnav__item--selected {
    font-weight: bold;
}

/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* Column Control component */
@media (min-width: 600px) {
    .parsys_column {
        margin: 0;
    }
    .cq-colctrl-lt0-c0,
    .cq-colctrl-lt0-c1 {
        float: left;
        width: 48%;
    }
    .cq-colctrl-lt0-c0 {
        margin-right: 2%;
    }
    .cq-colctrl-lt0-c1 {
        margin-left: 2%;
    }
}

/*
 *  Copyright 2015 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

/* Text-Image component */
.textimage-left {
    float: left;
    margin: 0 1em 1em 0;
}
.textimage-right {
    float: right;
    margin: 0 0 1em 1em;
}
.textimage-text {
    margin: 0 0 -1em;
}
.textimage-text:after {
    content: "";
    display: table;
    clear: both;
}

