@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

body{
    font-family: 'Open Sans', sans-serif;
}

b,
strong{
    font-weight: 700;
}

p {
    line-height: 24px;
}

h3{
    font-size: 24px;
    font-weight: 300;
}

ul{
    margin-bottom: 0px;
}

.main-nav {
    background-color: #0c5eb1;
    padding: 20px;

    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
}

.main-nav li {
    display: inline-block;
    margin-left: 30px;
    margin-top: 10px;
}

.main-nav li a {
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.main-nav .default-link:hover {
    text-decoration: none;
    border-bottom: 2px solid white;
    padding-bottom: 32px;
}

.main-nav .active:hover{
    text-decoration: none;
}

.main-nav .nav-login {
    border: 2px solid white;
    border-radius: 25px;
    padding: 7px 20px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.main-nav .nav-signup {
    border: 2px solid #ffa518;
    background-color: #ffa518;
    border-radius: 25px;
    padding: 7px 15px;
    margin-left: -15px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

a.nav-login:hover{
    background-color: white;
    color: #0c5eb1;
    text-decoration: none;
}

a.nav-signup:hover{
    background-color: #ffba4e;
    text-decoration: none;
}

.black-nav{
    background-color: rgba(17,17,17,0.5);
    position: absolute;
    top: 0;
    width: 100%;
}


.black-header {
    background-image: url(../images/black-header.jpg);
    background-size: cover;
    min-height: 600px;
    padding-top: 170px;
    margin-bottom: -65px;
}

.nav-separator{
    color: white;
}

header {
    background: rgba(66,142,218,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(66,142,218,1)), color-stop(100%, rgba(24,117,210,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    background: radial-gradient(ellipse at center, rgba(66,142,218,1) 0%, rgba(24,117,210,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#428eda', endColorstr='#1875d2', GradientType=1 );

    padding: 70px 50px;
}

header h1 {
    color: white;
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 50px;
}

header p {
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.articles-header p {
    position: relative;
    top: -30px;
}

.hero-section {
    position: absolute;
    top: -60px;
    right: -50px;
}

.seen-in-section{
    background-color: #4690db;
}


.black-seen {
    background-color: rgba(146, 146, 146, 0.5);
    position: relative;
    top: 0px;
}

.primary-cta {
    background-color: #48DE75;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;

    -webkit-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);
    box-shadow: 0px 10px 5px -5px rgba(0,0,0,0.19);

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;

    position: relative;
    z-index: 11;
}

a.primary-cta:hover{
    background-color: #5bf286;
    color: white;
    text-decoration: none;
}

.ghost-cta {
    background-color: transparent;
    color: #48de73;
    padding: 10px 25px;
    border: 2px solid #48DE75;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

a.ghost-cta:hover{
    background: #48de73;
    color: white;
    text-decoration: none;
}

.small-text{
    font-size: 12px;
}

.disclaimer-text {
    font-size: 12px;
    color: #aaaaaa;
    padding-top: 15px;
    padding-left: 63px;
}

.seen-in-section {
    color: white;
    padding: 20px;
}

.seen-in-section ul{
    padding: 0px;
}

.seen-in-section li {
    display: inline-block;
    margin-right: 10px;
}

.big-features{
    padding-top: 60px;
}

.big-features h3,
.big-features p{
    margin-bottom: 30px;
}

section {
    padding: 80px;
}

.white{
    background-color: white;
}

.grey{
    background-color: #f5f5f5;
}

.custom {
    background-image: url(../images/custom-background.png);
    color: white;
    background-size: cover;
}

.custom h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-pricing {
    background-image: url(../images/custom-background-2.jpg);
    color: white;
    background-size: cover;
}

.custom-pricing h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-gst {
    background-image: url(../images/custom-background-4.jpg);
    color: white;
    background-size: cover;
}

.custom-gst h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-contact {
    background-image: url(../images/custom-background-3.jpg);
    color: white;
    background-size: cover;
}

.custom-contact h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.custom-gst {
    background-image: url(../images/custom-background-5.jpg);
    color: white;
    background-size: cover;
}

.custom-gst h2{
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.black {
    background: #1d1d1d url(../images/black-background.png) right no-repeat;
    background-size: contain;
    color: white;
    padding: 70px;
}

.black-invoices {
    background: #1d1d1d;
    background-size: contain;
    color: white;
    padding: 70px;
}

.black-invoices img{
  position: absolute;
    width: 101%;
    top: -70px;
}

section h2 {
    font-weight: 300;
    font-size: 36px;
    line-height: 45px;
}

.medium-text{
    font-weight: 600;
}

.tablet-mockup {
    position: absolute;
    bottom: -70px;
    right: -145px;
    z-index: 999;
}

.trust-features{
    background-color: #f5f5f5;
}

.trust-features{
    color: #353636;
    padding: 30px;
}

.trust-features li {
    display: inline-block;
    width: 33%;
    font-weight: 700;
}

.feature-image{
    float: left;
}

.feature-image img {
    width: 40px;
    margin-bottom: 34px;
    margin-right: 24px;
}

.feature-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 19px;
}

.feature-content {
    margin-bottom: 35px;
}

.feature-item .feature-content {
    margin-bottom: 0px;
}

.feature-description{
    font-size: 12px;
    line-height: 19px;
}

.feature-item {
    margin-bottom: 20px;
    color: #aaa;
    cursor: pointer;
    padding-left: 50px;

    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.feature-item:hover{
    color: #333;
}

.feature-item.active {
    color: #333;
}

.feature-images-container {
    width: 101%;
    height: 404px;
    position: absolute;
    overflow: hidden;
    top: 28px;
}

.feature-images-slide {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.homepage-features p {
    line-height: 19px;
}

.homepage-features .feature-image img {
    width: 40px;
    margin-bottom: 34px;
    margin-right: 24px;
}

.about-sleek p {
    line-height: 30px;
    font-size: 16px;
    margin: 50px 0px;
}

.main-features {
    margin-top: 70px;
}

.main-feature-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
}

.screen-mockup {
    padding-top: 45px;
}

.cta-disclaimer {
    position: relative !important;
    top: 15px !important;
    left: 43px;
}

.testimonials {
    padding-top: 100px;
}

.testimonial-content {
    margin-top: 30px;
    font-style: italic;
    color: #363638;
    min-height: 192px;
}

.testimonial-author {
    margin-top: 35px;
    min-height: 50px !important;
}

.author{
    font-weight: 600;
}

.position{
    color: #3a82ee;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-icon {
    position: absolute;
    top: 170px;
}


footer {
    background-color: #242423;
    color: white;
    padding: 30px;
}

footer p{
    color: #c1c1c1;
    margin-top: 30px;
}

footer a{
    color: white;
}

footer a:hover{
    color: white;
}

footer li{
    display: inline-block;
}

footer li a{
    color: white;
}

footer li a:hover{
    color: white;
    cursor: hand;
}

.comodo-badge {
    position: absolute;
    left: 80px;
    top: 23px;
}

.trust-features img {
    width: 20px;
    margin-right: 10px;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 30px;
    margin-bottom: 6px;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }

.slicknav_nav li {
    display: block;
    text-align: right;
}
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
    font-size: 16px;
    box-sizing: border-box;
    background: #0c5eb1;
    padding: 5px;
}

.slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px #000; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: #fff; }

.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #0c5eb1;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #fff; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: #fff; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      background: #ccc;
      color: #222; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.slicknav_menu {
	display:none;
}

.mobile-logo{
    display: none;
}

.inner-page {
    padding: 20px;
    vertical-align: middle;
}

.inner-page h1 {
    margin-bottom: 20px;
}

.inner-page p{
    font-weight: 300;
}

.active-link {
    border-bottom: 2px solid white;
    padding-bottom: 32px;
}

.blank-page{
    position: absolute;
    width: 100%;
    bottom: 0;
}

.faq-question {
    min-height: 130px;
}

.faq-title{
    font-weight: 600;
    font-size: 16px;
}

.pricing-header h1 {
    margin-bottom: 15px;
}

.pricing-header p {
    font-weight: 300;
}

.pricing-header {
    margin-bottom: 300px;
}

.pricing-section {
    margin-top: -400px;
    padding-bottom: 0px;
}

.pricing-box {
    background-color: white;
    border-radius: 3px;
    position: relative;

    -webkit-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
    box-shadow: 0px 10px 22px -7px rgba(0,0,0,0.14);
}

.most-popular {
    background-color: #48de73;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    position: absolute;
    width: 100%;
    top: -20px;
    border-radius: 3px 3px 0px 0px;
}

.most-popular p {
    margin-bottom: 0px;
    padding: 2px;
}

.pricing-box h2 {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 24px;
    font-weight: 300;
}

.pricing-box-content{
    padding: 15px;
}

.pricing-box-content ul {
    padding: 25px 0px;
    min-height: 215px;
}

.pricing-box-content li{
    list-style-type: none;
    margin-bottom: 5px;
}

.price-amount{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
}

.grey-text {
    color: #b1b1b1;
    font-weight: 300;
    font-size: 14px;
}

.primary-box-cta {
    text-align: center;
    padding: 20px 0px;
    min-height: 100px;
}

.primary-box-cta .grey-text {
    position: relative;
    top: 15px;
    font-size: 12px;
}

.ghost-box {
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    text-align: center;
    width: 85%;
    margin-top: 35px;
    float: right;
}

.ghost-box h2 {
    font-size: 24px;
    font-weight: 300;
}

.ghost-box ul {
    padding: 0px;
    margin-bottom: 30px;
}

.ghost-box li {
    list-style-type: none;
    margin-bottom: 5px;
}

.extra-text {
    width: 85%;
    float: right;
    margin-top: 80px;
    text-align: center;
}

.extra-text p {
    margin-bottom: 0px;
}

.extra-text a {
    text-decoration: underline;
}

.arrow-left {
    position: absolute;
    left: 62px;
    top: 120px;
}

.our-vision p {
    line-height: 30px;
    margin-bottom: 30px;
}

.social-profiles ul{
    padding: 0px;
}

.social-profiles li{
    display: inline-block;
    margin-right: 10px;
}

.social-profiles li img {
    width: 30px;
}

.magic-numbers img{
    width: 40px;
    margin-bottom: 10px;
}

.team-members {
    margin-bottom: 80px;
}

.team-position {
    text-transform: uppercase;
    font-weight: 600;
}

.team-name {
    margin-top: 15px;
    margin-bottom: 0px;
}

.press-section h3 {
    margin-top: -30px;
    font-weight: 300;
    margin-bottom: 40px;
}

.press p {
    min-height: 175px;
    line-height: 24px;
}

.about-testimonial p {
    min-height: 180px;
}

.inline-photo {
    float: left;
    margin-right: 20px;
    max-width: 250px;
}

.inline-photo img {
    max-width: 100%;
}

.faq-answer {
    margin-bottom: 45px;
}

.text-page p {
    margin-bottom: 35px;
}

.gst-issues-solutions {
    margin: 40px 0px 0px -21px;
}

.gst-content h2{
    text-align: center;
}

.gst-box {
    padding: 30px 20px;
    border-radius: 3px;
    margin: 30px 0px;
}

.gst-box-title {
    font-weight: 600;
    margin-bottom: 20px;
}

.grey-box{
    background-color: #f5f5f5;
}

.white-box{
    background-color: #ffffff;
}

.box {
    padding: 30px 20px;
    border-radius: 3px;
    margin: 30px 0px;
    min-height: 190px;
}

.issues-section .box{
    background-color: #fff9f9;
}

.advantages-section .box{
    background-color: #f6fcf8;
}

.gst-content p {
    margin-bottom: 20px;
}

.gst-content {
    margin-top: -30px;
}

.gst-header p{
    margin-top: -10px;
}

.gst-changes img {
    margin-top: -35px;
    margin-bottom: 45px;
    width: 100%;
}

.gst-changes ol li {
    padding-top: 10px;
    padding-bottom: 10px;
}
.gst-changes ol li img {
    margin-top: 5px;
    margin-bottom: 5px;
}

.gst-changes-header img {
    width: 800px;
    position: relative;
    top: -40px;
    right: -55px;
}

.half-header p {
    position: relative;
    top: -30px;
    font-weight: 400;
}

.half-header a{
    color: #fff
}

.articles-header p {
    position: relative;
    top: -30px;
}

.online-advantages .box{
    min-height: 95px;
}

.online-advantages p {
    position: relative;
    top: 7px;
}

.smb {
    background-color: #f5f5f5;
    padding: 50px;
}

.smb-image img {
    width: 100%;
    border-right: 63px solid #f5f5f5;
    border-top: 24px solid #f5f5f5;
}

.smb .content-header {
    font-size: 22px;
}

.smb strong{
    color: #1f1f1f;
}

.smb ul{
    padding: 0px;
}

.smb li {
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
    color: #696969;
    margin-bottom: 23px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.smb-listing img {
    width: 15px;
    margin-right: 15px;
    float: right;
}

.siderbar-links ul{
    padding: 0;
}

.siderbar-links li{
    list-style-type: none;
    border: 1px solid #ececec;
    border-radius: 3px;
    vertical-align: middle;
    padding: 15px 15px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.siderbar-links a {
    color: #333;
    font-weight: 600;
    display: block;
    font-size: 16px;
}

.siderbar-links img {
    margin-bottom: 10px;
}

@media screen and (max-width:1024px) {

    .trust-features{
        display: none;
    }

    .blank-page{
        position: relative;
    }

    .black {
        background: #1d1d1d;
        background-size: contain;
        color: white;
        padding: 70px;
    }

    /* #menu is the original menu */
	.js #menu {
		display:none;
	}

	.js .slicknav_menu {
		display:block;
	}

    .vanish{
        display: none;
    }

    header {
        padding: 25px 10px;
        text-align: center;
    }

    .cta-disclaimer {
        left: 0px;
    }

    section {
        padding: 20px;
    }

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

    .feature-image img {
        margin-bottom: 15px;
    }

    .trust-features ul,
    .trust-features li{
        padding: 0px;
    }

    .trust-features li {
        margin-bottom: 10px;
    }

    .comodo-badge {
        position: absolute;
        left: -15px;
        top: 0px;
    }

}

@media screen and (max-width:640px) {

    .box{
        text-align: center;
    }

    .box img {
        margin-bottom: 13px;
    }

    .gst-content {
        margin-top: 0px;
    }

    .gst-header p{
        margin-top: 0px;
    }


    .main-nav {
        display: none;
    }

    .mobile-logo {
        display: block;
        position: absolute;
        top: 10px;
        left: 15px;
    }

    .slicknav_menu {
        display:block;
    }

    .slicknav_menu {
        font-size: 16px;
        box-sizing: border-box;
        background: #0c5eb1;
        padding: 12px;
    }

    .nav-separator {
        display: none !important;
    }

    .comodo-badge{
        display: none;
    }

    section h2 {
        text-align: center;
    }

    .feature-image img {
        margin-bottom: 55px;
    }
    
    section.black .primary-cta {
        font-size: 12px;
    }

}

#_elev_io._elevio_launcher {
    display: none;
}
.footer-menu {
    margin: 15px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #383838;
}
.footer-menu ul {
    padding: 0px;
}
.footer-menu li {
    margin-bottom: 10px;
    display: block;
}
.sleek_awards {
    display: inline-block;
}
section.black .sleek_awards {
    margin-left: 90px;
}
.extra-text .sleek_awards {
    margin-top: 20px;
}
.sleek_awards img {
    margin: 0 5px;
}
footer .sleek_awards{
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-feature-item img {
    max-height: 105px;
}
