/*---------- VARIABLES ----------*/
/*-----------------Colors------------------*/
/*#2e979a*/
.black {
    color: #231f20;
    border-color: #231f20;
}

.white {
    border-color: #ffffff;
    color: #ffffff;
}

.purple {
    border-color: #6d3f96;
    color: #6d3f96;
}

.blue {
    border-color: #70cbce;
    color: #70cbce;
}

.yellow {
    border-color: #ffaf2d;
    color: #ffaf2d;
}

.white-bg {
    background: #ffffff;
}

.black-bg {
    background: #231f20;
}

.blue-bg {
    background: #70cbce;
}

.purple-bg {
    background: #6d3f96;
}

.color-gray {
    color: #7a7a7a;
    border-color: #7a7a7a;
}

.niceGreen {
    color: #4caf50;
    border-color: #4caf50;
}

/* =======================
   typography
   ======================= */
#pricing,
.btn,
.form-control,
.lead,
.list-inline,
.navbar-nav a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
small {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}

h1,
h2,
h3 {
    font-weight: 700;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.lead {
    font-size: 21px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 700;
}

p {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    font-weight: 400;
    margin-bottom: 20px;
}

.uppercase {
    text-transform: uppercase;
}

hr {
    max-width: 100px;
    margin: 25px auto;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

    hr.light {
        border-color: white;
    }

    hr.line {
        width: 100%;
        max-width: none;
        border: 2px solid;
    }

/* ===================================
   lists
   =================================== */
#conversion-actions {
    margin-top: 2.5em;
}

ul.no-gutter li a, ul.no-gutter li label {
    margin: 0 !important;
}

ul.conversion-icons {
    padding: 0;
    margin: 0 0 2em 0;
}

    ul.conversion-icons li:nth-child(1) a, ul.conversion-icons li:nth-child(1) label {
        background-color: #2d83c3;
          background: radial-gradient(circle at bottom center, #4597d4 30px, #256da2);
        border-color: #1f5985;
    }

        ul.conversion-icons li:nth-child(1) a:hover, ul.conversion-icons li:nth-child(1) label:hover {
            background-color: #4d9cd6;
            background: radial-gradient(circle at bottom center, #4d9cd6 30px, #102f47);
            border-color: #77b3e0;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(2) a, ul.conversion-icons li:nth-child(2) label {
        background-color: #2d47c3;
        background: radial-gradient(circle at bottom center, #455ed4 30px, #253ba2);
        border-color: #1f3085;
    }

        ul.conversion-icons li:nth-child(2) a:hover, ul.conversion-icons li:nth-child(2) label:hover {
            background-color: #4d65d6;
              background: radial-gradient(circle at bottom center, #4d65d6 30px, #101a47);
            border-color: #7789e0;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(3) a, ul.conversion-icons li:nth-child(3) label {
        background-color: #4f2dc3;
        background: radial-gradient(circle at bottom center, #6545d4 30px, #4225a2);
        border-color: #361f85;
    }

        ul.conversion-icons li:nth-child(3) a:hover, ul.conversion-icons li:nth-child(3) label:hover {
            background-color: #6c4dd6;
            background: radial-gradient(circle at bottom center, #6c4dd6 30px, #1d1047);
            border-color: #8e77e0;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(4) a, ul.conversion-icons li:nth-child(4) label {
        background-color: #8b2dc3;
        background: radial-gradient(circle at bottom center, #9f45d4 30px, #7325a2);
        border-color: #5f1f85;
    }

        ul.conversion-icons li:nth-child(4) a:hover, ul.conversion-icons li:nth-child(4) label:hover {
            background-color: #a34dd6;
            background: radial-gradient(circle at bottom center, #a34dd6 30px, #321047);
            border-color: #b877e0;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(5) a, ul.conversion-icons li:nth-child(5) label {
        background-color: #c32dbf;
        background: radial-gradient(circle at bottom center, #d445d0 30px, #a2259f);
        border-color: #851f82;
    }

        ul.conversion-icons li:nth-child(5) a:hover, ul.conversion-icons li:nth-child(5) label:hover {
            background-color: #d64dd2;
            background: radial-gradient(circle at bottom center, #d64dd2 30px, #471045);
            border-color: #e077dd;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(6) a, ul.conversion-icons li:nth-child(6) label {
        background-color: #c32d83;
        background: radial-gradient(circle at bottom center, #d44597 30px, #a2256d);
        border-color: #851f59;
    }

        ul.conversion-icons li:nth-child(6) a:hover, ul.conversion-icons li:nth-child(6) label:hover {
            background-color: #d64d9c;
              background: radial-gradient(circle at bottom center, #d64d9c 30px, #47102f);
            border-color: #e077b3;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(7) a, ul.conversion-icons li:nth-child(7) label {
        background-color: #c32d47;
        background: radial-gradient(circle at bottom center, #d4455e 30px, #a2253b);
        border-color: #851f30;
    }

        ul.conversion-icons li:nth-child(7) a:hover, ul.conversion-icons li:nth-child(7) label:hover {
            background-color: #d64d65;
            background: radial-gradient(circle at bottom center, #d64d65 30px, #47101a);
            border-color: #e07789;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(8) a, ul.conversion-icons li:nth-child(8) label {
        background-color: #c34f2d;
        background: radial-gradient(circle at bottom center, #d46545 30px, #a24225);
        border-color: #85361f;
    }

        ul.conversion-icons li:nth-child(8) a:hover, ul.conversion-icons li:nth-child(8) label:hover {
            background-color: #d66c4d;
            background: radial-gradient(circle at bottom center, #d66c4d 30px, #471d10);
            border-color: #e08e77;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(9) a, ul.conversion-icons li:nth-child(9) label {
        background-color: #c38b2d;
        background: radial-gradient(circle at bottom center, #d49f45 30px, #a27325);
        border-color: #855f1f;
    }

        ul.conversion-icons li:nth-child(9) a:hover, ul.conversion-icons li:nth-child(9) label:hover {
            background-color: #d6a34d;
            background: radial-gradient(circle at bottom center, #d6a34d 30px, #473210);
            border-color: #e0b877;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(10) a, ul.conversion-icons li:nth-child(10) label {
        background-color: #bfc32d;
        background: radial-gradient(circle at bottom center, #d0d445 30px, #9fa225);
        border-color: #82851f;
    }

        ul.conversion-icons li:nth-child(10) a:hover, ul.conversion-icons li:nth-child(10) label:hover {
            background-color: #d2d64d;
            background: radial-gradient(circle at bottom center, #d2d64d 30px, #454710);
            border-color: #dde077;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(11) a, ul.conversion-icons li:nth-child(11) label {
        background-color: #83c32d;
        background: radial-gradient(circle at bottom center, #97d445 30px, #6da225);
        border-color: #59851f;
    }

        ul.conversion-icons li:nth-child(11) a:hover, ul.conversion-icons li:nth-child(11) label:hover {
            background-color: #9cd64d;
            background: radial-gradient(circle at bottom center, #9cd64d 30px, #2f4710);
            border-color: #b3e077;
            cursor: pointer;
        }

    ul.conversion-icons li:nth-child(12) a, ul.conversion-icons li:nth-child(12) label {
        background-color: #47c32d;
        background: radial-gradient(circle at bottom center, #5ed445 30px, #3ba225);
        border-color: #30851f;
    }

        ul.conversion-icons li:nth-child(12) a:hover, ul.conversion-icons li:nth-child(12) label:hover {
            background-color: #65d64d;
            background: radial-gradient(circle at bottom center, #65d64d 30px, #1a4710);
            border-color: #89e077;
            cursor: pointer;
        }

        ul.conversion-icons li:nth-child(13) a, ul.conversion-icons li:nth-child(13) label {
  background-color: #2dc34f;
  background: radial-gradient(circle at bottom center, #45d465 30px, #25a242);
  border-color: #1f8536;
}

ul.conversion-icons li:nth-child(13) a:hover, ul.conversion-icons li:nth-child(13) label:hover {
  background-color: #4dd66c;
  background: radial-gradient(circle at bottom center, #4dd66c 30px, #10471d);
  border-color: #77e08e;
  cursor: pointer;
}

ul.conversion-icons li:nth-child(14) a, ul.conversion-icons li:nth-child(14) label {
  background-color: #2dc38b;
  background: radial-gradient(circle at bottom center, #45d49f 30px, #25a273);
  border-color: #1f855f;
}

ul.conversion-icons li:nth-child(14) a:hover, ul.conversion-icons li:nth-child(14) label:hover {
  background-color: #4dd6a3;
  background: radial-gradient(circle at bottom center, #4dd6a3 30px, #104732);
  border-color: #77e0b8;
  cursor: pointer;
}

ul.conversion-icons li:nth-child(15) a, ul.conversion-icons li:nth-child(15) label {
  background-color: #2dbfc3;
  background: radial-gradient(circle at bottom center, #45d0d4 30px, #259fa2);
  border-color: #1f8285;
}

ul.conversion-icons li:nth-child(15) a:hover, ul.conversion-icons li:nth-child(15) label:hover {
  background-color: #4dd2d6;
  background: radial-gradient(circle at bottom center, #4dd2d6 30px, #104547);
  border-color: #77dde0;
  cursor: pointer;
}

ul.conversion-icons li:nth-child(16) a, ul.conversion-icons li:nth-child(16) label {
  background-color: #2d83c3;
  background: radial-gradient(circle at bottom center, #4597d4 30px, #256da2);
  border-color: #1f5985;
}

ul.conversion-icons li:nth-child(16) a:hover, ul.conversion-icons li:nth-child(16) label:hover {
  background-color: #4d9cd6;
  background: radial-gradient(circle at bottom center, #4d9cd6 30px, #102f47);
  border-color: #77b3e0;
  cursor: pointer;
}

    ul.conversion-icons li {
        list-style: none;
        text-align: center;
        float: left;
    }

        ul.conversion-icons li a, ul.conversion-icons li label {
            max-width: 100%;
            width: 100%;
            min-height: 83px;
            display: inline-block;
            margin: 2px 0px;
            padding: 4px 5px;
            background-color: #2dbfc3;
            border: 1px solid #28abae;
            /*border-radius: 4px;*/
            color: #fff;
            font-size: 10px;
            text-align: center;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out;
        }

            ul.conversion-icons li a img, ul.conversion-icons li label img {
                display: block;
                margin: 4px auto 4px auto;
                max-width: 82px;
                max-height: 46px;
            }

            ul.conversion-icons li a:hover, ul.conversion-icons li label:hover {
                background-color: #4dd2d6;
                border-color: #77dde0;
            }

/* ===================================
   utilities
   =================================== */
.disclaimer {
    font-size: .85em;
}

/*--- margins ---*/
.margin-0 {
    margin-bottom: 0 !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-15 {
    margin-bottom: 15px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-70 {
    margin-bottom: 70px !important;
}

.margin-80 {
    margin-bottom: 80px !important;
}

.margin-90 {
    margin-bottom: 90px !important;
}

.margin-100 {
    margin-bottom: 100px !important;
}

/*--- misc ---*/
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -10%;
}

::selection {
    background: #231f20;
    /* Safari */
    color: #FFFFFF;
}

::-moz-selection {
    background: #231f20;
    /* Firefox */
    color: #FFFFFF;
}

.coupon {
    font-size: 13px;
    text-transform: uppercase;
    border: 1px dashed #424a5c;
    padding: 4px;
}

/* ======================================
   Nav Styles
   ====================================== */
.navbar {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

    .navbar .navbar-nav li a {
        padding: 8px 15px;
        margin: 6px;
        color: #424a5c;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: 1px solid transparent;
        border-radius: 4px;
        text-align: center;
        background-position: 10px;
        background-size: 20px;
        background-repeat: no-repeat;
    }

@media (max-width: 768px) {
    .navbar .navbar-nav li a {
        padding: 18px 25px;
        background-position: 80px;
    }
}

.navbar .navbar-nav li a.nav-account {
    background-image: url("/content/img/account-icon.png");
}

.navbar .navbar-nav li a.nav-help {
    background-image: url("/content/img/help-icon.png");
}

.navbar .navbar-nav .dropdown-toggle a {
    padding-top: 38px;
    padding-bottom: 10px;
}

.navbar-fixed-top .nav {
    padding: 12px 0;
}

    .navbar-fixed-top .nav li {
        /*display: inline;*/
        color: #231f20;
    }

.navbar-fixed-top .navbar-brand {
    margin-top: 0;
    padding: 0 15px;
    font-size: 28px;
    letter-spacing: 1px;
    height: auto;
}

@media (max-width: 768px) {
    .navbar-fixed-top .navbar-brand {
        float: none;
        line-height: inherit;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }
}

.navbar-fixed-top .navbar-brand img {
    position: relative;
    height: 74px;
    width: auto;
    padding: 14px 0;
}

@media (max-width: 768px) {
    .navbar-fixed-top .navbar-brand img {
        height: 67px;
        position: relative;
        display: block !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    padding: 16px;
}

.nav-app {
    text-transform: none;
}

.navbar-inverse {
    height: 71px;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: large;
    }

.navbar,
.navbar-inverse {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
    background-color: #f0f8fe;
}

.navbar-toggle {
    margin-top: 10px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(34, 34, 34, 0);
    color: #424a5c;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none !important;
    }
}

#top-nav .has-icon {
  padding-left: 35px;
}


#top-nav .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border: none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

    #top-nav .dropdown-menu li a {
        font-weight: 400;
        line-height: 1.846;
        color: #424a5c;
        font-size: 13px;
        border-radius: 0;
        padding-left: 25px;
    }

@media (max-width: 768px) {
    #top-nav .dropdown-menu li a {
        padding: 15px 12px;
    }
}

#top-nav .dropdown-menu li a:hover {
    background-color: #d5d9e1;
    /*color: #fff;*/
}

#top-nav .nav > li > a:focus,
#top-nav .nav > li > a:hover {
    background-color: #c7cbd6;
}

#top-nav .navbar-inverse .navbar-nav li a:hover {
    background-color: #444444;
    transition: 0.7s all linear;
    height: 100%;
}

/* ===================================
   Main styles
   =================================== */
.header-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 12%;
}

.signin {
    padding-top: 9px;
}

.mouse-icon {
    border: 2px solid #fff;
    border-radius: 16px;
    display: block;
    height: 50px;
    margin: -100px auto 50px;
    position: relative;
    width: 30px;
    z-index: 10;
}

    .mouse-icon .scroll {
        animation-delay: 0s;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-name: scrolling;
        animation-play-state: running;
        animation-timing-function: linear;
    }

    .mouse-icon .scroll {
        background: #fff none repeat scroll 0 0;
        border-radius: 10px;
        height: 10px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 4px;
        width: 4px;
    }

@keyframes scrolling {
    0% {
        opacity: 0;
        top: 5px;
    }

    30% {
        opacity: 1;
        top: 10px;
    }

    100% {
        opacity: 0;
        top: 25px;
    }
}

.pad-xl {
    padding: 200px 0;
}

.pad-lg {
    padding: 160px 0;
}

.pad-sm {
    padding: 80px 0;
}

.pad-xs {
    padding: 30px 0;
}

#be-the-first {
    background: url("/content/img/be-the-first-bg.jpg") #231f20 no-repeat center center fixed;
    min-height: 300px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media (max-width: 992px) {
    #be-the-first {
        background-attachment: scroll;
    }
}

.iphone {
    position: relative;
    height: 200px;
}

    .iphone img {
        margin: 0 auto;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 440px;
    }

#invite {
    background: #f2f2f2;
}

.fa-envelope-o {
    color: #4ec3cd;
    font-size: 22px;
    display: block;
    padding-top: 15px;
    width: 60px;
    height: 60px;
    border: 2px solid #4ec3cd;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    margin: auto;
}

.news-container {
    padding: 10px 0 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-img {
    padding-right: 20px;
}

.social li a:hover {
    opacity: 0.5;
}

/* =================================
   Forms
   ================================= */
/*
.form-control {
  background-color: #FFFFFF;
  background-image: none;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #929496;
  display: block;
  font-size: 15px;
  height: 60px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}


.form-control::-moz-placeholder {
  color: #d9d9d9;
  font-size: 15px;
  opacity: 1;
}

.form-control::-o-placeholder,
.form-control::-webkit-placeholder {
  color: #d9d9d9;
  font-size: 15px;
  opacity: 1;
}

.form-control::-o-placeholder {
  color: #d9d9d9;
  font-size: 15px;
  opacity: 1;
}
*/
.help-block {
    font-size: .9em;
}

/* Desktops and laptops ----------- */
/* Large screens ----------- */
/* ==============================
   links
   ============================== */
a {
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

    a:focus, a:hover {
        text-decoration: none;
        color: #231f20;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }

/*--- section templates ---*/
header.fancy-header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("/content/img/bg-pattern.png"), #7b4397;
    /* fallback for old browsers */
    background: url("/content/img/bg-pattern.png"), -webkit-linear-gradient(to left, #7b4397, #dc2430);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url("/content/img/bg-pattern.png"), linear-gradient(to left, #7b4397, #dc2430);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

    header.fancy-header .header-content {
      text-align: center;
      padding: 150px 0 50px;
      position: relative;
    }

    header.fancy-header .header-content .header-content-inner {
      position: relative;
      max-width: 500px;
      margin: 0 auto;
    }

    header.fancy-header .header-content .header-content-inner h1 {
      margin-top: 0;
      margin-bottom: 30px;
      font-size: 30px;
    }

    header.fancy-header .header-content .header-content-inner .list-badges {
      margin-bottom: 25px;
    }

    header.fancy-header .header-content .header-content-inner .list-badges img {
      height: 50px;
      margin-bottom: 25px;
    }

    header.fancy-header .device-container {
      max-width: 300px;
      margin: 0 auto 100px;
    }

    header.fancy-header .device-container .screen img {
      border-radius: 3px;
    }

@media (min-width: 768px) {
  header.fancy-header {
    min-height: 100%;
  }
  header.fancy-header .header-content {
    text-align: left;
    padding: 0;
    height: 100vh;
  }
  header.fancy-header .header-content .header-content-inner {
    max-width: none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header.fancy-header .header-content .header-content-inner h1 {
    font-size: 35px;
  }
  header.fancy-header .device-container {
    max-width: none;
    max-height: calc(0vh);
    margin: 100px auto 0;
  }
}

@media (min-width: 992px) {
  header.fancy-header .header-content .header-content-inner h1 {
    font-size: 50px;
  }
}
/* area for file drag and drop, defaults to laptop */
#drag-and-drop-holder.laptop-alt a, #drag-and-drop-holder.laptop-alt label {
    position: absolute;
    bottom: 99px;
    left: 32.5%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #drag-and-drop-holder.laptop-alt a, #drag-and-drop-holder.laptop-alt label {
        bottom: 52px;
        left: 23.5%;
        padding: 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #drag-and-drop-holder.laptop-alt a, #drag-and-drop-holder.laptop-alt label {
        bottom: 91px;
        left: 32%;
    }
}

@media (max-width: 768px) {
    #drag-and-drop-holder.laptop-alt a, #drag-and-drop-holder.laptop-alt label {
        bottom: inherit;
        left: inherit;
        position: relative;
    }
}

#drag-and-drop-holder.desktop-monitor a, #drag-and-drop-holder.desktop-monitor label {
    position: absolute;
    bottom: 172px;
    left: 32.5%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #drag-and-drop-holder.desktop-monitor a, #drag-and-drop-holder.desktop-monitor label {
        bottom: 132px;
        left: 23.5%;
        padding: 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #drag-and-drop-holder.desktop-monitor a, #drag-and-drop-holder.desktop-monitor label {
        bottom: 172px;
        left: 32%;
    }
}

@media (max-width: 768px) {
    #drag-and-drop-holder.desktop-monitor a, #drag-and-drop-holder.desktop-monitor label {
        bottom: inherit;
        left: inherit;
        position: relative;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    #drag-and-drop-holder {
        margin-top: 2.5em;
    }
}

#drag-and-drop-holder a, #drag-and-drop-holder label {
    position: absolute;
    bottom: 83px;
    left: 32.5%;
}

@media (min-width: 992px) and (max-width: 1200px) {
    #drag-and-drop-holder a, #drag-and-drop-holder label {
        bottom: 45px;
        left: 23.5%;
        padding: 10px 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #drag-and-drop-holder a, #drag-and-drop-holder label {
        bottom: 74px;
        left: 32%;
    }
}

@media (max-width: 768px) {
    #drag-and-drop-holder a, #drag-and-drop-holder label {
        bottom: inherit;
        left: inherit;
        position: relative;
    }
}

#drag-and-drop-holder label {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    #drag-and-drop-holder label:hover {
        cursor: pointer;
    }

section {
    padding: 100px 0;
}

    section h1, section h2 {
        font-size: 50px;
    }

    section.download {
        padding: 30px 0;
        position: relative;
    }

        section.download h1, section.download h2 {
            margin-top: 0;
            font-size: 50px;
        }

        section.download .badges .badge-link {
            display: block;
            margin-bottom: 25px;
        }

@media (min-width: 768px) {
    section.download .badges .badge-link {
        display: inline-block;
        margin-bottom: 0;
    }
}

section.download .badges .badge-link img {
    height: 60px;
}

section.download .badges .badge-link:last-child {
    margin-bottom: 0;
}

section.features .section-heading {
    margin-bottom: 100px;
}

    section.features .section-heading h2 {
        margin-top: 0;
    }

    section.features .section-heading p {
        margin-bottom: 0;
    }

section.features .device-container,
section.features .feature-item {
    max-width: 300px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    text-align: center;
    margin-bottom: 100px;
}

    section.features .feature-item h3 {
        font-size: 30px;
    }

    section.features .feature-item i {
        font-size: 80px;
        background: -webkit-linear-gradient(to left, #7b4397, #dc2430);
        background: linear-gradient(to left, #7b4397, #dc2430);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

@media (min-width: 992px) {
    section.features .device-container,
    section.features .feature-item {
        max-width: none;
    }
}

section.cta {
    position: relative;
    padding: 130px 0 30px 0;
    background: #093a61;
}

@media (max-width: 480px) {
    section.cta {
        padding-top: 100px;
        padding-bottom: 20px;
    }
}

section.cta .overlay {
    height: 100%;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,56bcef+100 */
    background: #0f5c98;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0f5c98 0%, #5be0ef 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f5c98 0%, #5be0ef 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, 0%, #0f5c98 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='darken($color-brand-1, 10%)', endColorstr='adjust-hue(lighten($color-brand-1, 22%), -20)',GradientType=0 );
    /* IE6-9 */
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
}

section.cta .cta-content {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    section.cta .cta-content {
        text-align: center;
    }
}

section.cta .cta-content h1, section.cta .cta-content h2 {
    margin: 0 auto .35em auto;
    color: white;
    font-size: 40px;
}

@media (min-width: 768px) {
    section.cta .cta-content h1, section.cta .cta-content h2 {
        font-size: 64px;
    }
}


#landing-inverted section.cta {
    background: #346109;
}

#landing-inverted section.bg-primary {
    background: #9dee4d;
}

#landing-two-buttons section.cta {
    background: #611e09;
}

#landing-two-buttons section.bg-primary {
    background: #ee734d;
}

#landing-icon-callouts-lg section.cta {
    background: #096130;
}

#landing-icon-callouts-lg section.bg-primary {
    background: #4dee94;
}

#landing-icon-callouts-sm section.cta {
    background: #61090c;
}

#landing-icon-callouts-sm section.bg-primary {
    background: #ee4d51;
}

ul.callout-boxes-banner {
    margin-top: 1em;
    box-shadow: 1px 7px 24px rgba(0, 0, 0, 0.5);
}

    ul.callout-boxes-banner li {
        background-color: #fff;
    }

        ul.callout-boxes-banner li:nth-of-type(2) {
            background: #424a5c url("../img/paperwork-button-bg.jpg") center center no-repeat;
            background-size: cover;
            color: #fff;
        }

            ul.callout-boxes-banner li:nth-of-type(2) p {
                color: inherit;
            }

    ul.callout-boxes-banner .callout-box {
        padding: 3em 3em 2em 3em;
        text-align: center;
    }

        ul.callout-boxes-banner .callout-box h4 {
            font-size: 1.6em;
            font-weight: 600;
        }

        ul.callout-boxes-banner .callout-box img {
            background: #00406b;
            margin-bottom: 1em;
            padding: 1em;
            border-radius: 1.5em;
            max-height: 66px;
        }

ul.callout-boxes-rows {
    margin-top: 1em;
}

    ul.callout-boxes-rows li {
        margin-bottom: 1.25em;
    }

        ul.callout-boxes-rows li .callout-box {
            background-repeat: no-repeat;
            background-position: 103% 82%;
        }

        ul.callout-boxes-rows li.pdf-to-doc .callout-box {
            background-image: url("/content/img/icons/icon-pdf-to-doc.png");
        }

        ul.callout-boxes-rows li.doc-to-pdf .callout-box {
            background-image: url("/content/img/icons/icon-doc-to-pdf.png");
        }

        ul.callout-boxes-rows li.merge-pdf .callout-box {
            background-image: url("/content/img/icons/icon-merge-pdf.png");
        }

        ul.callout-boxes-rows li.pdf-to-jpg .callout-box {
            background-image: url("/content/img/icons/icon-pdf-to-jpg.png");
        }

        ul.callout-boxes-rows li.jpg-to-pdf .callout-box {
            background-image: url("/content/img/icons/icon-jpg-to-pdf.png");
        }

        ul.callout-boxes-rows li.compress-pdf .callout-box {
            background-image: url("/content/img/icons/icon-compress-pdf.png");
        }

    ul.callout-boxes-rows .callout-box {
        background-color: #ffd8b8;
        padding: 2em 3em 1em 3em;
        text-align: center;
        box-shadow: 1px 7px 24px rgba(0, 0, 0, 0.5);
    }

        ul.callout-boxes-rows .callout-box h4 {
            font-size: 1.6em;
            font-weight: 600;
        }

        ul.callout-boxes-rows .callout-box img {
            background: #00406b;
            margin-bottom: 1em;
            padding: 1em;
            border-radius: 1.5em;
            max-height: 66px;
        }


section.contact {
    text-align: center;
}

    section.contact h2 {
        margin-top: 0;
        margin-bottom: 25px;
    }

        section.contact h2 i {
            color: #dd4b39;
        }

    section.contact ul.list-social {
        margin-bottom: 0;
    }

        section.contact ul.list-social li a {
            display: block;
            height: 80px;
            width: 80px;
            line-height: 80px;
            font-size: 40px;
            border-radius: 100%;
            color: white;
        }

        section.contact ul.list-social li.social-twitter a {
            background-color: #1da1f2;
        }

            section.contact ul.list-social li.social-twitter a:hover {
                background-color: #0d95e8;
            }

        section.contact ul.list-social li.social-facebook a {
            background-color: #3b5998;
        }

            section.contact ul.list-social li.social-facebook a:hover {
                background-color: #344e86;
            }

        section.contact ul.list-social li.social-google-plus a {
            background-color: #dd4b39;
        }

            section.contact ul.list-social li.social-google-plus a:hover {
                background-color: #d73925;
            }

/*--- footer ---*/
footer {
    background-color: #1378c7;
    color: #fff;
    font-size: 13px;
}

    footer p {
        font-size: 13px;
        margin: 0 0 1em;
    }

    footer h6 {
        color: #fff;
    }

    footer a {
        color: #fff;
    }

    footer ul {
        margin-bottom: 0;
    }

        footer ul li a {
            font-size: 12px;
        }

            footer ul li a.active, footer ul li a:active, footer ul li a:focus, footer ul li a:hover {
                text-decoration: none;
            }

            footer.main-footer ul li a {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.9;
}

footer .social-icons {
  margin-top: 1.3em;
  margin-bottom: 1.3em;
}

footer .social-icons i.fa {
  font-size: 2.2em;
  margin-right: .4em;
}

@media (max-width: 992px) {
  footer.main-footer ul.text-left {
    text-align: center;
  }
  footer.main-footer ul li a {
    font-size: 17px;
    line-height: 2;
  }
}



.footer a {
    color: #FF8E00;
}

.footer .breadcrumb {
    background-color: #00406B;
    color: #FF8E00;
    margin-bottom: 0 !important;
}

.breadcrumb {
    padding: 0;
}

.footer-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.footer-breadcrumb {
    font-size: 16px;
}

.min-gutter > [class*='col-'] {
    padding-right: 2px;
    padding-left: 2px;
}

.half-gutter > [class*='col-'] {
    padding-right: 8px;
    padding-left: 8px;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

/* ======================================
   buttons
   ====================================== */
.btn {
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px;
    line-height: 1.33;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

    .btn:hover, .btn:focus, .btn:active, .btn.active {
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    }

    .btn.btn-primary {
        background-color: #de6d15;
        background: radial-gradient(at bottom left, #ec7b1a 30px, #cc4a0c);
        border-color: #b05711;
        color: #fff;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active, .btn.btn-primary.active {
            background-color: #81400c;
            background: radial-gradient(at bottom right, #ee8932 30px, #b4410b);
            color: #fff;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

    .btn.btn-secondary {
        background-color: #f0f1f4;
        color: #231f20;
    }

        .btn.btn-secondary.active, .btn.btn-secondary:active, .btn.btn-secondary:focus, .btn.btn-secondary:hover {
            background-color: #bbc1ce;
            color: #231f20;
            -webkit-transition: all 0.35s ease-in-out;
            -moz-transition: all 0.35s ease-in-out;
            -o-transition: all 0.35s ease-in-out;
            transition: all 0.35s ease-in-out;
        }

        .btn.btn-info {
  background-color: #00449e;
  border-color: #002352;
  color: #fff;
}

.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active {
  background-color: #002a61;
  color: #fff;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

    .btn.btn-outline {
        border: 1px solid;
        background-color: transparent;
    }

        .btn.btn-outline.active, .btn.btn-outline:active, .btn.btn-outline:focus, .btn.btn-outline:hover {
            color: white;
            background-color: #ffaf2d;
            border-color: #ffaf2d;
        }

    .btn.btn-wide {
        width: 100%;
        padding: 18px 28px;
        font-size: 13px;
    }

@media (max-width: 480px) {
    .btn.btn-wide {
        width: 100%;
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0;
    }
}

.btn.btn-sm {
    padding: 10px 18px;
    font-size: 11px;
}

.btn.btn-lg {
    padding: 22px 30px;
    font-size: 13px;
}

@media (max-width: 480px) {
    .btn.btn-lg {
        font-size: 12.5px;
        line-height: 1.33;
        padding: 16px 13px;
        letter-spacing: 0;
    }
}

.btn.btn-xl {
    padding: 15px 25px;
    font-size: 14px;
}

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #222222;
}

.bg-primary {
    background: #2196F3;
}

.headline {
    background: #231f20;
    color: #FFFFFF;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/*
*
* FROM custom.css
*
*/
#main-info {
    padding-top: 0;
}


.footerend {
    padding-bottom: 20px;
    text-align: center;
}

.footerbegin {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .footerleft {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.logofooter {
    float: left;
    width: 45%;
    max-width: 85px;
}

.logocards {
    float: right;
    width: 45%;
    max-width: 106px;
}

@media (max-width: 768px) {
    .copyright {
        padding-top: 40px;
        padding-bottom: 20px;
    }
}

.copyright a {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .copyright a {
        line-height: 3;
        display: block;
    }
}

.linkmargin {
    margin: 0 20px;
}

.linkmarginbegin {
    margin: 0 20px 0 0;
}

.footerend {
    padding-bottom: 20px;
    text-align: center;
}

/* --- bootstrap START theme --- */
body {
    /*padding-top: 70px;*/
    /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-size: 14px;
    min-height: 100%;
    letter-spacing: 0.1px;
}

#main-app {
    padding-top: 72px;
}

/* Header */
.home-navigation > h4 {
    margin-top: 0 !important;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 100px auto 0;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control {
    margin-bottom: 10px;
}

.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    font-size: 16px;
}

    .full-width-tabs > ul.nav.nav-tabs > li {
        float: none;
        display: table-cell;
    }

        .full-width-tabs > ul.nav.nav-tabs > li > a {
            text-align: center;
        }

/*Questions Component */
.disabled {
    color: rgba(0, 0, 0, 0.3);
}

:indeterminate,
:indeterminate + span {
    background: limegreen;
}

.radioIn {
    border-color: limegreen !important;
    color: limegreen;
    height: 200%;
    width: 200%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.align-fix {
    padding-bottom: 10px;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    #main-app {
        padding-top: 86px !important;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.btn-group-responsive {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.item {
    flex-flow: row wrap;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 14.25%;
    margin: auto;
}

    .btn-group-lg > .btn,
    .item .btn-lg {
        border-radius: 0;
    }

@media only screen and (max-width: 1212px) {
    .item {
        width: 50%;
    }

        .item:last-child {
            width: 100%;
        }
}

@media only screen and (max-width: 435px) {
    .item {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-fixed-top .navbar-brand {
        padding: 0;
    }
}

@media (max-width: 440px) {
    ul#indexMainNav {
        background-color: #222222;
        color: white;
    }

    .navbar-fixed-top .nav {
        padding: 0;
    }

    .navbar-nav {
        margin: 0 -15px;
    }

    .footer ol {
        font-size: small;
    }
}

.form-horizontal .address-form .radio {
    padding-bottom: 10px;
}

.form-horizontal .radio {
    padding-bottom: 60px;
}

/*social security numeber css*/
.my-container {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.h1-header {
    font-size: 1.650em;
    color: #777777;
    font-weight: normal;
    padding: 0 15px 10px;
    text-align: center;
}

.header {
    font-size: 1.125em;
    color: #777777;
    font-weight: normal;
    padding: 0 15px;
    text-align: center;
    border: none;
}

.padding-left-and-right-five-px {
    padding-left: 5px;
    padding-right: 5px;
}

.social-security-question {
    font-size: 1.286em !important;
    color: #777777;
    font-weight: normal;
    padding: 0 5px;
    text-align: center;
}

.center-text {
    text-align: center;
}

#SSNArea {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    width: 130px;
    min-width: 85px;
    display: inline;
}

#SSNGroup {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    width: 125px;
    min-width: 65px;
    display: inline;
}

#SSNSerial {
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    width: 130px;
    min-width: 85px;
    display: inline;
}

@media (max-width: 767px) {
    #SSNArea {
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        width: 75px;
        display: inline;
    }

    #SSNGroup {
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        width: 65px;
        display: inline;
    }

    #SSNSerial {
        font-weight: normal;
        font-size: 20px;
        text-align: center;
        width: 75px;
        display: inline;
    }

    .social-security-question {
        font-size: 1.125em !important;
        color: #777777;
        font-weight: normal;
        padding: 0 5px;
        text-align: center;
    }

    .subs-steps .col-md-4 {
        float: left;
    }

    .full-access .pay-options h3,
    h3.paymenthead {
        font-size: 24px;
        clear: both;
    }

    .col-md-5.paymentreview {
        padding-left: 0 !important;
    }

    .full-access .col-md-4.plan-features {
        box-shadow: none !important;
    }
}

@media (max-width: 768px) {
    .navbar-brand > img {
        position: relative;
        height: 40px;
        width: 180px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .col-lg-9.col-lg-push-3 {
        padding-left: 0;
        padding-right: 0;
    }

    .home-navigation .col-md-8 {
        padding: 0;
    }

        .home-navigation .col-md-8 .jumbotron {
            margin: 0;
        }
}

.mikeSpinner {
    font-size: 200px;
    color: #2196F1;
    top: 50%;
}

.done {
    color: #fff;
    background-color: #4caf50;
    border-color: transparent;
}

.btn-default.active,
.btn-default.active {
    background-color: #2196F1;
    color: #fff;
}

.activeTab {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #2196f3 !important;
    box-shadow: inset 0 -2px 0 #2196f3 !important;
    color: #2196f3 !important;
}

.hide {
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.plusplus {
    cursor: pointer;
}

.fa-times-circle {
    color: #cb171e;
    cursor: pointer;
}

.btn-success {
    background-color: #3edb94;
}

@media (max-width: 768px) {
    .btn.btn-success.text-center:before {
        display: none;
    }

    .btn.btn-success.text-center:after {
        /*content: 'Next';*/
    }

    .full-width-tabs > ul.nav.nav-tabs {
        display: none;
    }

    .mSubMenu {
        display: none;
    }

    .totalAssets {
        display: none;
    }
}

@media (max-width: 991px) {
    .totalAssets {
        display: none;
    }

    .lockiconrow {
        display: none;
    }
}

@media (max-width: 545px) {
    .fixed-width {
        width: 12em;
    }
}

.jumbotron {
    margin-top: 20px;
}

.jumboreview {
    border: 1px solid #e5ebf2;
}

.minHeight {
    min-height: 100%;
}

.checkbox.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.mFooter {
  width: 100%;
  background-color: #f5f5f5;
}

html {
  min-height: 100%;
  position: relative;
}

.editUC {
    text-align: right;
    font-size: 14px;
}

    .editUC a {
        color: red;
        text-transform: none;
    }

.checkboxlogin {
    margin-top: 10px;
    margin-bottom: 10px;
}

.donebtn {
    padding-top: 6px;
}

.paymentprice {
    font-size: 1.4em;
    vertical-align: middle;
}

    .paymentprice sup {
        font-size: 60%;
    }

.jumbotron.jumbopayment.jumboreview {
    padding: 0 !important;
}

.jumbopayment {
    margin-top: 0;
}

.topnavmargin {
    margin-top: 18px;
}

.inline-icons {
    font-size: 22px;
}

.downloadbtn {
    margin-bottom: 12px;
}

.securedbox {
    margin: 42px;
}

.reviewicon {
    padding: 6px 16px 0;
}

    .reviewicon hr {
        margin-bottom: 10px;
        margin-top: 10px;
    }

.reviewicontitle {
    padding: 0 16px;
}

.reviewheader {
    text-align: left !important;
    padding-bottom: 0;
    padding-top: 20px;
}

.paymentaccess {
    font-size: 3em;
    margin-bottom: 62px;
}

.paymenttotal {
    padding: 20px 0;
    color: #ffffff;
    background-color: #6fbbf7;
}

.paymentaccess h4 {
    font-size: 1.1em;
}

.greyicon {
    color: #BDBDBD;
}

    .greyicon.input-group-addon {
        padding: 6px;
    }

.paymentblue {
    color: #2196f3 !important;
    padding-bottom: 28px;
    padding-top: 28px;
    text-align: center;
}

    .paymentblue .h4 {
        color: #2196f3 !important;
    }

.paymentlist {
    text-align: left;
    margin-top: 40px;
}

.paymentbtnstyle {
    padding: 10px 40px;
}

.paymentbtn {
    font-size: 18px;
    padding-top: 16px;
}

.paymentcards {
    padding-top: 20px;
}

.paymentseals {
    padding-top: 60px;
}

.paymenttestimonialhead {
    padding: 20px 0;
    text-align: center;
}

.testimonialrow .testimonial {
    text-align: center;
}

    .testimonialrow .testimonial img {
        max-width: 95px;
    }

.paymentblack {
    color: #333333;
}

.fineprint {
    font-size: 0.8em !important;
}

.credit-card-box .fineprint {
    padding: 0 14px;
}

.credit-card-box {
    border: 1px solid #e5ebf2;
}

.testimonial {
    padding: 20px;
}

.testimonialtext p {
    font-style: italic;
    padding-top: 24px;
}

.testimonialsource {
    color: #2196f3;
    font-style: normal;
}

.testimonialrow {
    padding-bottom: 20px;
}

/*.testimonialpic {

}
*/
/*Accordion css */
.panel-default > .panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #e4e5e7;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .panel-default > .panel-heading a {
        display: block;
        padding: 10px 15px;
    }

        .panel-default > .panel-heading a:after {
            content: "";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            float: right;
            transition: transform 0.25s linear;
            -webkit-transition: -webkit-transform 0.25s linear;
        }

        .panel-default > .panel-heading a[aria-expanded="true"] {
            background-color: #eee;
        }

            .panel-default > .panel-heading a[aria-expanded="true"]:after {
                /*content: "\2212";*/
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
            }

        .panel-default > .panel-heading a[aria-expanded="false"]:after {
            /*content: "\002b";*/
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            cursor: help;
        }

.accordion-option {
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0;
}

    .accordion-option .title {
        font-size: 20px;
        font-weight: bold;
        float: left;
        padding: 0;
        margin: 0;
    }

    .accordion-option .toggle-accordion {
        float: right;
        color: #6a6c6f;
    }

        .accordion-option .toggle-accordion:before {
            content: "Expand All";
        }

        .accordion-option .toggle-accordion.active:before {
            content: "Collapse All";
        }

a.modalink {
    text-decoration: underline !important;
}

.modal-title {
    color: #2196f3;
}

.modalbtn {
    background: #f9f9f9;
}

.container.full-access {
    max-width: 960px;
}

.full-access li {
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 16px;
}

.lserrormessage {
    color: red;
    font-style: italic;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 40%;
    z-index: 10000;
    vertical-align: bottom;
}

.lserrormessage2 {
    color: red;
    font-style: italic;
    text-align: center;
}

.repeaterOdd {
    margin-top: 20px;
    /* border: solid 1px transparent; */
    background-color: #eeeeee;
    border-radius: 20px !important;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    width: 100%;
}

.repeaterEven {
    margin-top: 20px;
    /*border:solid 1px transparent;*/
    background-color: #f0f4f7;
    border-radius: 20px !important;
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    width: 100%;
}

.editUC {
    text-align: right;
    font-size: 18px;
}

.paddingFormMoneyOwed {
    padding-left: 50px;
}

tr td label {
    display: inline;
    max-width: 100%;
    padding: 5px;
    vertical-align: top;
}

.accordinlearnmore {
    font-size: small !important;
}

.accordintoggleall {
    font-size: small !important;
    visibility: hidden !important;
}

.topnavmargin {
    padding-top: 20px;
}

.green {
    color: #4caf50;
    font-weight: bold;
}

.container.full-access {
    max-width: 960px;
}

.full-access li {
    font-size: 13px;
    padding-bottom: 20px;
    line-height: 16px;
}

.full-access h3,
.full-access h4,
.full-access h5 {
    text-align: center;
}

.full-access h3 {
    text-align: center;
    font-size: 40px;
    padding: 20px 0 40px;
}

.full-access sup.cent {
    font-size: 18px;
}

.full-access sup.dollar {
    font-size: 20px;
}

.full-access .pay-options .col-md-4 {
    padding: 20px;
}

.pay-options .pricing {
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
}

.full-access .col-md-4.short-term-plan {
    border-left: 1px solid #e5ebf2;
    border-top: 1px solid #e5ebf2;
    border-bottom: 1px solid #e5ebf2;
    margin: 30px 0;
    background: #fbfcfd;
}

    .full-access .col-md-4.short-term-plan input {
        float: left;
    }

.full-access .col-md-4.plan-features {
    margin: 0;
    box-shadow: 0 0 15px 0;
    background: #fff;
    z-index: 99;
}

.full-access .plan-header {
    text-align: left !important;
}

.full-access .plan-features2 {
    margin: 0;
    z-index: 99;
}

.plan-features2 .plan-header {
    padding-bottom: 40px;
}

    .plan-features2 .plan-header strong {
        padding-right: 3px;
    }

.full-access .plan-features2 ul {
    list-style-type: none;
    padding: 0;
}

.full-access .plan-features2 li {
    padding-left: 40px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 25px;
    padding-bottom: 20px;
    line-height: 16px;
}

.full-access .plan-features2 h5 {
    margin-bottom: 30px;
}

.full-access .col-md-4.plan-features ul {
    list-style-type: none;
    padding: 0;
}

.full-access .col-md-4.plan-features li {
    padding-left: 30px;
    font-size: 13px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 25px;
    padding-bottom: 20px;
    line-height: 16px;
}

.full-access .col-md-4.plan-features h5 {
    margin-bottom: 30px;
}

li.icon-dl {
    background: url("/content/img/sprite-download.png");
}

li.icon-cr {
    background: url("/content/img/sprite-petition.png");
}

li.icon-scan {
    background: url("/content/img/sprite-scan.png");
}

li.icon-ref {
    background: url("/content/img/sprite-refund.png");
}

.full-access .col-md-4.long-term-plan {
    border-right: 1px solid #e5ebf2;
    border-top: 1px solid #e5ebf2;
    border-bottom: 1px solid #e5ebf2;
    margin: 30px 0;
    background: #fbfcfd;
}

    .full-access .col-md-4.long-term-plan input {
        float: right;
    }

.subs-steps {
    max-width: 500px;
    margin: 18px auto 0;
}

    .subs-steps .circle {
        background: #ffffff;
        border: 1px solid #ccc;
        border-radius: 50%;
        font-size: 11px;
        height: 20px;
        line-height: 17px;
        margin-top: 5px;
        width: 20px;
        text-align: center;
    }

    .subs-steps .circle,
    .subs-steps .text-content {
        color: #cccccc;
        display: inline-block;
        font-weight: 600;
        font-size: 11px;
    }

.current-step .circle {
    background: #2196f3;
    color: #fff;
}

.current-step .text-content {
    color: #2196f3;
}

.full-access .plan-features i.fa {
    font-size: 35px;
}

.full-access .plan-features .fa:nth-of-type(1) {
    color: #FE9000;
}

.full-access .plan-features .fa:nth-of-type(2) {
    color: #3C6997;
}

.full-access .plan-features .fa:nth-of-type(3) {
    color: #FFDD4A;
}

.full-access .plan-features .fa:nth-of-type(4) {
    color: #094074;
}

.full-access .cost {
    font-size: 35px;
    margin-bottom: 0;
}

.bottom-20 {
    padding-bottom: 20px !important;
}

.left-20 {
    padding-left: 20px !important;
}


.top-20 {
    padding-top: 20px;
}

.payment-title {
    float: left;
    padding: 11px 30px;
    font-size: 16px !important;
}

    .payment-title.expdate {
        font-size: 14px !important;
    }

.paymentshield {
    float: right;
    text-align: right;
    padding-right: 20px;
}

.btn-continue {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 0 0 30px;
}

.greenbtn {
    padding: 20px 35%;
    background: #3edb94;
    color: #fff;
    font-size: 20px;
}

a.greenbtn:hover {
    background: #18d27e;
    color: #fff;
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #77E5B3;
    border-color: transparent;
}

.btn-success:active:hover,
.btn-success:hover {
    background-color: #3EDB94;
}

.lockicon {
    text-align: right;
    padding-right: 4px;
    padding-top: 23px;
}

.secure-sec {
    padding-top: 12px;
    font-size: 10px;
}

select.form-control#expmo,
select.form-control#expyr,
select.form-control#selectCreditCardTypeDD {
    color: #BDBDBD;
}

select.form-control#expmo option,
select.form-control#expyr option,
select.form-control#selectCreditCardTypeDD option {
  color: #555;
}

select.form-control#expmo:not(:checked),
select.form-control#expyr:not(:checked),
select.form-control#selectCreditCardTypeDD:not(:checked) {
  color: #BDBDBD;
}
select.form-control option {
    color: initial;
}

.width100 {
    width: 100%;
}

.paymentbox {
    border: 1px solid #cccccc !important;
}

    .paymentbox input.form-control,
    .paymentbox input.form-control:focus,
    select.form-control.paymentbox {
        box-shadow: none;
    }

.paymenthead {
    padding: 10px 0 !important;
    margin: 20px 0 !important;
}

.input-group.paymentbox {
    padding-left: 5px;
}

.nopad {
    padding: 0;
}

.paymentreview {
    padding-left: 40px !important;
}

#expmo,
#expyr,
#selectCreditCardTypeDD {
    padding-left: 5px !important;
}

.nopad h3 {
    text-align: left;
}



.modal .progress {
    margin: 20px 15px 20px 15px;
}

.progress-loading {
    display: block;
    float: right;
    font-size: 2em;
    color: #75caff;
}

    .progress-loading span {
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.progress-done {
    display: block;
    float: right;
    font-size: 2em;
    color: #8ce64a;
}

    .progress-done span {
        -webkit-animation: punch 0.4s linear 1;
        -moz-animation: punch 0.4s linear 1;
        animation: punch 0.4s linear 1;
    }

@-moz-keyframes punch {
    25% {
        transform: scale(0.5);
    }

    55% {
        transform: scale(2);
    }

    90% {
        transform: scale(0.6);
    }
}

@-webkit-keyframes punch {
    25% {
        transform: scale(0.5);
    }

    55% {
        transform: scale(2);
    }

    90% {
        transform: scale(0.6);
    }
}

@keyframes punch {
    25% {
        transform: scale(0.5);
    }

    55% {
        transform: scale(2);
    }

    90% {
        transform: scale(0.6);
    }
}


/* ==============================
   Edit page
   ============================== */

#edit-page {
  background: #424a5c;
}

#edit-page #welcome-modal h3 {
  margin-top: .25em;
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  #edit-page #welcome-modal h3 {
    margin-top: 1.4em;
  }
}

#edit-page #welcome-modal p {
  font-size: 1.2em;
}

#edit-page #welcome-modal ol {
  counter-reset: item;
  list-style: none;
  line-height: 1.43;
  font-size: 1.1em;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: #666;
  padding-left: 0;
}

#edit-page #welcome-modal ol li {
  counter-increment: item;
  margin-bottom: .45em;
  margin-left: 3em;
}

#edit-page #welcome-modal ol li:before {
  margin-right: .6em;
  margin-left: -3em;
  content: counter(item);
  background: #1378c7;
  border-radius: 50px;
  color: white;
  width: 1.6em;
  padding: 1px 2px 3px 2px;
  text-align: center;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
}

#edit-page #welcome-modal .tab-pane img {
  max-width: 100%;
  width: 256px;
  height: auto;
  padding: 1em 0;
}

#edit-page #welcome-modal .vertical-tabs {
  padding: 0;
}

#edit-page #welcome-modal .vertical-tabs .nav-left-tabs {
  background: #f6f6f6;
}

#edit-page #welcome-modal .vertical-tabs .nav-left-tabs li > a {
  color: #231f20;
  border-radius: 0;
  margin-right: 0;
}

#edit-page #welcome-modal .vertical-tabs .nav-left-tabs li > a:hover {
  border-color: #ddd #fff #ddd #1378c7;
  border-left-width: 1em;
}

#edit-page #welcome-modal .vertical-tabs .nav-left-tabs li.active > a {
  color: #666;
  border-color: #ddd #fff #ddd #1378c7;
  border-left-width: 1em;
}

#edit-page #quick-actions-area {
  width: 100%;
}


@media (min-width: 768px) {
  #edit-page #quick-actions-area {
    position: absolute;
    bottom: 0;
  }
}

#edit-page section.edit-section {
    margin-top: 74px;
    /* height of header */
    padding: 0;
}

@media (max-width: 768px) {
    #edit-page section.edit-section {
        margin-top: 67px;
        /* height of header */
    }
}

#edit-page section.edit-section #document-menu {
    background: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

@media (max-width: 768px) {
    #edit-page section.edit-section #document-menu {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #edit-page section.edit-section #document-menu #document-menu-buttons {
        float: right;
    }
}

#edit-page section.edit-section .progress {
    width: 100%;
    height: 5px;
    border-radius: 0;
    background-color: #e4e7ec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    #edit-page section.edit-section .progress .progress-bar {
        width: 0%;
        /* set this width % to animate the progress bar */
    }

#edit-page section.edit-section #document-area {
    background: #404859;
    height: 100%;
}

#edit-page section.edit-section #document-area .document-wrapper.editing-area {
  width: 100%;
  height: 100vh;
}

@media (max-width: 992px) {
  #edit-page section.edit-section #document-area .document-wrapper.conversion-icons-wrapper {
    height: auto !important;
    float: left;
  }
}

#edit-page section.edit-section #document-area .document-wrapper img {
  max-width: 100%;
  height: auto;
}

#edit-page section.edit-section #edit-actions {
    background: #e4e7ec;
}

    #edit-page section.edit-section #edit-actions ul {
        margin: 0;
    }

@media (max-width: 768px) {
    #edit-page section.edit-section #edit-actions ul {
        text-align: center;
    }
}

@media (max-width: 768px) {
    #edit-page section.edit-section #edit-actions ul li {
        text-align: center;
        padding-right: 2px;
        padding-left: 2px;
    }
}

#edit-page section.edit-section #edit-actions .form-inline span, #edit-page section.edit-section #edit-actions .form-inline label, #edit-page section.edit-section #edit-actions .form-inline input {
    display: inline-block;
}

@media (max-width: 768px) {
    #edit-page section.edit-section #edit-actions .form-inline .form-group {
        margin-bottom: 0;
    }
}

#edit-page section.edit-section #edit-actions .form-inline .form-control {
    margin: 6px 0;
    width: 3.6em;
    font-size: 15px;
}

#edit-page section.edit-section ul.conversion-icons {
    margin: 0;
}

    #edit-page section.edit-section ul.conversion-icons li a {
        padding: 6px 5px;
        margin: 0;
        border-radius: 0;
        width: 100%;
        min-height: 100px;
    }

        #edit-page section.edit-section ul.conversion-icons li a img {
            max-width: 90px;
            max-height: 60px;
        }

@media (min-width: 992px) and (max-width: 1200px) {
    #edit-page section.edit-section ul.conversion-icons li a img {
        max-width: 70px;
        margin-bottom: 1em;
    }
}

/* ==============================
   Account pages
   ============================== */
#login section h2, #account section h2, #pricing-page section h2 {
    font-size: 30px;
    color: #57627a;
}

#login .table > tbody > tr > td, #login .table > tbody > tr > th, #login .table > tfoot > tr > td, #login .table > tfoot > tr > th, #login .table > thead > tr > td, #login .table > thead > tr > th, #account .table > tbody > tr > td, #account .table > tbody > tr > th, #account .table > tfoot > tr > td, #account .table > tfoot > tr > th, #account .table > thead > tr > td, #account .table > thead > tr > th, #pricing-page .table > tbody > tr > td, #pricing-page .table > tbody > tr > th, #pricing-page .table > tfoot > tr > td, #pricing-page .table > tfoot > tr > th, #pricing-page .table > thead > tr > td, #pricing-page .table > thead > tr > th {
    padding: 20px 12px;
}

#login form h3, #account form h3, #pricing-page form h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 1.3em;
    color: #57627a;
    text-transform: uppercase;
}

#login form .checkbox, #pricing-page form .checkbox {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* ==============================
   Sales / Pricing pages
   ============================== */
#pricing-page section h1 {
    font-size: 36px;
}

#pricing-page section#pricing {
    padding: 100px 0 10px 0;
    border-bottom: 1px solid #eee;
}

#pricing-page section#testimonials {
    padding: 30px 0 50px 0;
}

#pricing-page .media-left, #pricing-page .media > .pull-left {
    padding-right: 30px;
}

@media (min-width: 768px) {
    #pricing-page #pricing-table {
        margin: 4em 4em 0 4em;
    }
}

@media (min-width: 768px) {
    #pricing-page #pricing-table .col-md-4 {
        padding: 0 !important;
    }
}

#pricing-page #pricing-table .radio {
    margin-top: 0;
    margin-bottom: 0;
}

    #pricing-page #pricing-table .radio label {
        padding-left: 0;
        margin-right: 20px;
        top: -5px;
        position: relative;
    }

#pricing-page #pricing-table [type="radio"]:checked,
#pricing-page #pricing-table [type="radio"]:not(:checked) {
    position: absolute;
    visibility: hidden;
}

    #pricing-page #pricing-table [type="radio"]:checked + .radio-checkmark,
    #pricing-page #pricing-table [type="radio"]:not(:checked) + .radio-checkmark {
        position: relative;
        /*padding-left: 28px;*/
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        #pricing-page #pricing-table [type="radio"]:checked + .radio-checkmark:before,
        #pricing-page #pricing-table [type="radio"]:not(:checked) + .radio-checkmark:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #666;
            border-radius: 2px;
            background: #fff;
        }

        #pricing-page #pricing-table [type="radio"]:checked + .radio-checkmark:after,
        #pricing-page #pricing-table [type="radio"]:not(:checked) + .radio-checkmark:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #1378c7;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 2px;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        #pricing-page #pricing-table [type="radio"]:not(:checked) + .radio-checkmark:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        #pricing-page #pricing-table [type="radio"]:checked + .radio-checkmark:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

#pricing-page #pricing-table .panel {
    position: relative;
    top: 0;
    -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fbfcfd;
    /*
      &:hover {
        background-color: lighten($color-brand-1, 50%);
        top: -2.5em;

        .panel-footer {
          background-color: lighten($color-brand-1, 50%);
        }
      }
      */
}

@media (min-width: 768px) {
    #pricing-page #pricing-table .panel {
        min-height: 410px;
    }
}

#pricing-page #pricing-table .panel .panel-title {
    margin-top: .5em;
    margin-bottom: .5em;
    font-size: 20px;
    color: #444;
    text-align: center;
}

#pricing-page #pricing-table .panel .panel-body {
    padding: 0 15px 15px 15px;
}

#pricing-page #pricing-table .panel .panel-footer {
    background-color: #fbfcfd;
}

#pricing-page #pricing-table .panel-featured {
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    border-radius: 0;
    background: #fff;
}

@media (min-width: 992px) {
    #pricing-page #pricing-table .panel-featured {
        top: -2em;
        min-height: 470px;
    }
}

#pricing-page #pricing-table .panel-featured .panel-body {
    padding: 15px;
}

#pricing-page #pricing-table .panel-featured .panel-footer {
    background-color: #fff;
}

#pricing-page #pricing-table .price {
    font-size: 20px;
    font-weight: 400;
    color: #666;
    text-align: center;
}

    #pricing-page #pricing-table .price big {
        font-size: 2em;
    }

    #pricing-page #pricing-table .price sup {
        top: -.8em;
        font-size: 80%;
    }

    #pricing-page #pricing-table .price s {
        color: #d40e0e;
        margin-right: 1em;
        top: -6px;
        position: relative;
    }

figure blockquote {
    padding: 0;
    font-size: 14px;
    border-left: none;
    color: #424a5c;
    font-style: italic;
}

figure cite.author {
    font-size: 14px;
    float: right;
    color: #1378c7;
    font-style: normal;
}

    figure cite.author:before {
        content: "— ";
    }

.media-list .media img {
    max-width: 95px;
}

/* ==============================
   Checkout pages
   ============================== */


#checkout-page .glyphicon-credit-card-cvv {
 background-image: url(/content/img/icons/icon-magnifying-glass.png);
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center,center,center
}

#checkout-page section#main {
    padding: 100px 0 40px 0;
}

#checkout-page h2 {
    font-size: 30px;
}

#checkout-page .secure-server span {
    display: inline;
    font-size: 22px;
    margin-right: .1em;
    top: 14px;
}

#checkout-page .secure-server p {
    display: inline;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
}

#checkout-page .secure-server a {
    display: block;
    font-size: 10px;
    margin-left: 28px;
}

#checkout-page .well {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

    #checkout-page .well p {
        font-size: 14px;
    }

    #checkout-page .well hr {
        max-width: 100%;
        margin: 1.3em 0;
    }

    #checkout-page .well .list-group {
        margin-bottom: 0;
        padding-bottom: 2em;
    }

#checkout-page .well-footer {
    background-color: #1378c7;
    color: #fff;
    font-weight: 700;
    padding: 1.5em 1em;
    margin-bottom: 2em;
}

    #checkout-page .well-footer p {
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 0;
    }

#checkout-page .list-group-item {
    background-color: transparent;
}

#checkout-page .img-credit-cards {
    max-width: 180px;
    height: auto;
    margin-bottom: .5em;
}

#checkout-page form h3 {
    margin-bottom: 1em;

    text-transform: capitalize;
}

#checkout-page form .checkbox {
    margin-top: 1em;
    margin-bottom: 1em;
}

#checkout-page form .input-lg + .form-control-feedback {
    font-size: 20px;
}

#checkout-page form .has-feedback label ~ .input-lg + .form-control-feedback {
    top: 30px;
}

#checkout-steps {
    color: #cccccc;
    font-weight: 700;
    font-size: 11px;
}

    #checkout-steps .circled {
        color: #cccccc;
        font-weight: 600;
        font-size: 11px;
        background: transparent;
        border: 1px solid #ccc;
        border-radius: 50%;
        width: 1.75em;
        height: 1.75em;
        padding: 2px;
        margin: 2px;
    }

    #checkout-steps li {
        padding-right: 2em;
        padding-left: 2em;
    }

@media (max-width: 768px) {
    #checkout-steps li {
        padding-right: 2px;
        padding-left: 2px;
    }
}

#checkout-steps li.active {
    color: #1378c7;
}

    #checkout-steps li.active .circled {
        color: #fff;
        background: #1378c7;
    }

#errorLandingDragImage {
    color: red;
    font-style: italic;
    text-align: center;
}

.pdfSimpliError {
    color: red;
    font-style: italic;
    text-align: center;
}

.tooltips {
    position: relative;
    display: inline-block;
    color: #2196f3;
}

    .tooltips .tooltipstext {
        visibility: hidden;
        width: 250px;
        background-color: white;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 100%;
        left: 50%;
        margin-left: -125px;
        border: 1px solid;
        color: #666666;
        font-size: 10px;
        height: 135px;
    }

    .tooltips:hover .tooltipstext {
        visibility: visible;
    }

@media(max-width:991px) {
    .totalAssets {
        display: none;
    }

    .lockiconrow {
        display: none;
    }
}

.lockicon {
    text-align: right;
    padding-right: 4px;
    padding-top: 23px;
}

/* Integrations */
.panel-integrations .panel {
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 12px 6px;
    margin: .25em auto;
    border: 1px solid #e8e8e8;
}

.panel-integrations .new-label {
    background-image: url("/content/img/new-ribbon.png");
    background-position: -4px -4px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px;
}

.panel-integrations img {
    max-width: 60px;
    height: auto;
    margin-left: 1em;
    margin-right: 1em;
}

/* modals */
.modal-body-text {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}


#socialLoginList .btn.btn-lg {
	padding: 10px;
	font-size: 13px;
	display: flex;
	align-items: center;
}


#socialLoginList .fa-google:before {
    background-image: url("/content/img/Google-icon-logo.png");
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "" !important;
    margin-right: 20px;
}

#socialLoginList .fa-facebook-f:before,
#socialLoginList .fa-facebook:before {
    background-image: url("/content/img/Facebook-icon-logo_reversed.png");
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "" !important;
    margin-right: 20px;
}
#checkout-page .glyphicon-credit-card-cvv {
background-size: 26px;
}
.emptyinvalidfield
{
    border: 1px solid red!important;
}
