/*
Theme Name: LightJar Marketing Site
Author: Accel Web Marketing
Author URI: http://accelweb.ca/
Version: 1.0
*/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  /*-ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";*/
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
body {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.6em;
  color: #333;
}

h1, h2 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
}

h3, h4, h5, h6 {
  font-family: "Rockwell", "Rockwell W01", serif;
  line-height: 1.3em;
  margin: 20px 0;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.mobile-only {
  display: none !important;
}

*:focus {
  outline: 0;
}

.menu a[href="#"],
.menu a[href="#"]:hover,
.menu a[href="#"]:active,
.menu a[href="#"]:visited {
  cursor: text;
  text-decoration: none !important;
}

#top-nav {
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 10;
  background: none;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
.logo-mobile {
	display:none;
}
#top-nav .left {
  position: absolute;
  top: 0;
  left: 0;
}
#top-nav .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  text-align: right;
  padding: 18px 0 0 0;
}
#top-nav .right ul, #top-nav .right li {
  margin: 0;
  padding: 0;
}
#top-nav .right li {
  display: inline;
}
#top-nav .toggle-mobile-nav {
  display: none;
}
#top-nav .logo-link {
  margin: 11px 0 0 0;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#top-nav .logo-link img {
  max-width: 138px;
  height: auto;
}
#top-nav a {
  font-size: 16px;
  color: #6b7468;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#top-nav a:hover {
  text-decoration: underline;
}
#top-nav .login a,
#top-nav.sticky .login a  {
  color: black !important;
} 
#top-nav .sign-up a {
  color: white;
  background: #87be3c;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  padding: 3px 20px;
  margin: 0 0 0 10px;
}
#top-nav .sign-up a:hover {
  text-decoration: none;
  background: #93cf41;
}
#top-nav.sticky {
  background: white;
  background: rgba(255, 255, 255, 0.95);
}
#top-nav.sticky a {
  color: #6b7468 !important;
}
#top-nav.sticky .sign-up a {
  color: white !important;
}
#top-nav.sticky .logo-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.top-banner {
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 700px;
  max-height: 1000px;
  height: 600px;
  text-align: center;
  padding: 80px 0 0 0;
}
.top-banner h1 {
  font-weight: 400;
  font-size: 32px;
  color: black;
  margin: 30px 0 15px;
  line-height: 1.1em;
}
.top-banner h2 {
  font-weight: 400;
  font-size: 18px;
  color: black;
  width: 55%;
  margin: 0 auto;
  line-height: 1.6em;
}
.top-banner .sign-up {
  color: white;
  text-decoration: none;
  font-size: 22px;
  background: #87be3c;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  display: inline-block;
  padding: 8px 45px;
  margin: 38px 0 0 0;
}
.top-banner .sign-up:hover {
  background: #93cf41;
}

.sections .section {
  padding: 70px 0;
}
.sections .section .left.image, .sections .section .right.image {
  width: 40%;
  text-align: center;
}
.sections .section .left.text, .sections .section .right.text {
  width: 54%;
}
.sections .section .left {
  float: left;
  margin: 0 3% 0 0;
}
.sections .section .left.text {
  text-align: right;
}
.sections .section .right {
  margin: 0 0 0 3%;
  float: right;
}
.sections .section h3 {
  font-size: 35px;
  font-weight: 400;
  color: #6b7468;
  margin-top: 0;
  line-height: 1em;
}
.sections .section.cta {
  text-align: center;
  background: white;
  padding: 100px 0;
}
.sections .section.cta h3 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: 1.3em;
}
.sections .section.cta a {
  color: white;
  text-decoration: none;
  font-size: 26px;
  background: #87be3c;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  display: inline-block;
  padding: 12px 65px;
}
.sections .section.cta a:hover {
  background: #93cf41;
}
.sections .section.footer-form {
  font-size: 25px;
  text-align: center;
}
.sections .section.footer-form h3 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
  margin: 0 auto;
  width: 80%;
}
.sections .section.footer-form h4 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-size: 25px;
  font-weight: 400;
  margin: 30px 0;
}
.sections .section.footer-form h5 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0;
}
.sections .section.footer-form .wpcf7 {
  margin: 40px 0 0;
}
.sections .section.footer-form .wpcf7 form .field {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}
.sections .section.footer-form .wpcf7 form .field label {
  width: 105px;
  display: inline-block;
  text-align: right;
  margin: 0 20px 0 0;
}
.sections .section.footer-form .wpcf7 form .field label[for="captcha"] {
  width: 235px;
}
.sections .section.footer-form .wpcf7 form .field label[for="captcha"] img {
  vertical-align: middle;
  margin-left: 10px;
}
.sections .section.footer-form .wpcf7 form .field .wpcf7-form-control-wrap input {
  display: inline-block;
  width: 500px;
  border: none;
  padding: 10px 10px;
  margin: 0 125px 0 0;
  font-size: 22px;
}
.sections .section.footer-form .wpcf7 form .field .wpcf7-form-control-wrap input#captcha {
  width: 370px;
}
.sections .section.footer-form .wpcf7 form .wpcf7-submit {
  color: white;
  text-decoration: none;
  font-size: 22px;
  background: #87be3c;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  display: inline-block;
  padding: 15px 65px;
  margin: 18px 0 0 0;
  border: none;
}
.sections .section.footer-form .wpcf7 form .wpcf7-submit:hover {
  background: #93cf41;
}
.sections .section.footer-form .wpcf7 form .ajax-loader {
  display: none;
}
.sections .section.footer-form .wpcf7 div.wpcf7-mail-sent-ok,
.sections .section.footer-form .wpcf7 div.wpcf7-validation-errors,
.sections .section.footer-form .wpcf7 div.wpcf7-mail-sent-ng,
.sections .section.footer-form .wpcf7 div.wpcf7-spam-blocked {
  border: none;
}
.sections .section.tanbg {
  background: #e2ebb6;
}
.sections .section.aquabg {
  background: #004850;
  color: #e2ebb6;
}
.sections .section.aquabg h1, .sections .section.aquabg h2, .sections .section.aquabg h3, .sections .section.aquabg h4, .sections .section.aquabg h5, .sections .section.aquabg h6 {
  color: #87be3c;
}

#footer {
  background: #6c7468;
  color: #ebebeb;
  font-size: 18px;
  padding: 70px 0 60px;
}
#footer a {
  color: #ebebeb;
}
#footer .left {
  float: left;
  width: 80%;
  padding-right: 20px;
}
#footer .left ul {
  margin-bottom: 0;
}
#footer .left .menu {
  margin-top: 0;
}
#footer .left .menu > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
}
#footer .left .menu > li:last-child {
  margin-right: 0;
}
#footer .left .menu > li > a {
  color: #87be3c;
  font-size: 22px;
}
#footer .left .menu > li > ul > li > a {
  text-decoration: none;
}
#footer .left .menu > li > ul > li > a:hover {
  text-decoration: underline;
}
#footer .right {
  float: right;
  width: 20%;
  padding-left: 20px;
  text-align: center;
}
#footer .right a {
  text-decoration: none;
}
#footer .right a:hover {
  text-decoration: underline;
}
#footer .right h4 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  color: #87be3c;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
#footer .right .social-icons {
  font-size: 26px;
  margin: 20px 0 0;
}
#footer .right .social-icons a {
  display: inline-block;
  margin: 0 10px;
}
#footer .right .social-icons a:hover {
  color: white;
}
#footer .right .copyright {
  font-size: 16px;
  margin: 15px 0 0;
}
#footer .right .credit {
  margin: 8px 0 0;
  font-size: 13px;
}
#footer .right .credit a {
  color: #999;
}

iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.page-home .top-banner {
  background-image: url("img/pages/home/top-banner.jpg");
  background-color: #e6e6e6;
}
.page-home .top-banner .logo-square {
  max-width: 208px;
  height: auto;
}
.page-home .top-banner .sign-in {
  display: inline-block;
  font-size: 20px;
  color: #6b7468;
  margin: 20px 0 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.page-home .top-banner .sign-in:hover {
  color: #848f80;
}
.page-home .sections #organize {
  padding-top: 120px;
}
.page-home .sections #organize .text {
  padding-top: 10px;
}
.page-home .sections #share .image {
  margin-top: -35px;
}
.page-home .sections #relax {
  padding-bottom: 120px;
}
.page-home .sections #relax .text {
  padding-top: 23px;
}
.page-home .sections #relax .image img {
  width: 380px;
}
.page-home .sections #safe-and-secure,
.page-home .sections #flexible,
.page-home .sections #physical-to-digital,
.page-home .sections #customers-not-users {
  padding: 50px 0;
}
.page-home .sections #safe-and-secure {
  padding-top: 120px;
}
.page-home .sections #safe-and-secure .text {
  padding-top: 65px;
}
.page-home .sections #safe-and-secure .image img {
  width: 226px;
  width: 190px;
}
.page-home .sections #flexible .text {
  padding-top: 8px;
}
.page-home .sections #flexible .image img {
  width: 484px;
  width: 410px;
}
.page-home .sections #physical-to-digital .text {
  padding-top: 105px;
  padding-top: 85px;
}
.page-home .sections #physical-to-digital .image img {
  width: 143px;
  width: 120px;
}
.page-home .sections #customers-not-users {
  padding-bottom: 120px;
}
.page-home .sections #customers-not-users .text {
  padding-top: 40px;
  padding-top: 15px;
}
.page-home .sections #customers-not-users .image img {
  width: 321px;
  width: 270px;
}
.page-home .sections .home-1-organize,
.page-home .sections .home-1-organize-b,
.page-home .sections .home-2-share,
.page-home .sections .home-3-relax {
  display: none;
}
.page-home .sections .flow-wrapper {
  max-height: 300px !important;
}
.page-home .sections .animation-alt {
  display: none;
}
.page-home .edgeLoad-home-1-organize,
.page-home .edgeLoad-home-2-share,
.page-home .edgeLoad-home-3-relax {
  visibility: hidden;
}

.page-template-templatespage-partners-php #top-nav a {
  color: white;
}

.page-partners .top-banner {
  background-image: url("img/pages/partners/partners-top-banner-bg.jpg");
  background-color: #a9a9a8;
}
.page-partners .top-banner h1 {
  font-family: "Rockwell", "Rockwell W01", serif;
  font-size: 60px;
  color: white;
  margin-top: 200px;
}
.page-partners .top-banner h2 {
  font-size: 24px;
  color: white;
  line-height: 1.3em;
  width: 45%;
}
.page-partners .top-banner .sign-up {
  font-size: 20px;
  padding: 8px 40px;
}
.page-partners .sections #stay-competitive,
.page-partners .sections #you-sell,
.page-partners .sections #infrastructure {
  background: #f5efe3;
  color: #4c4b4c;
}
.page-partners .sections #stay-competitive h3,
.page-partners .sections #you-sell h3,
.page-partners .sections #infrastructure h3 {
  color: #574182;
}
.page-partners .sections #stay-competitive .image img {
  margin-top: 30px;
  width: 100%;
  max-width: 480px;
}
.page-partners .sections #you-sell .image img {
  width: 100%;
  max-width: 240px;
  margin-top: -8px;
  margin-bottom: -25px;
}
.page-partners .sections #infrastructure .text {
  padding-top: 50px;
}
.page-partners .sections #infrastructure .image img {
  width: 100%;
  margin-top: -20px;
  max-width: 480px;
}
.page-partners .sections #ideal-for {
  background: #412667;
  color: #e7ead3;
  text-align: center;
  font-size: 25px;
}
.page-partners .sections #ideal-for h3 {
  font-weight: 400;
  font-size: 40px;
  margin: 0;
  color: #e7ead3;
}
.page-partners .sections #ideal-for .ideal-list {
  margin: 60px 0;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item {
  width: 25%;
  padding: 0 20px;
  float: left;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item .ideal-icon {
  height: 135px;
  position: relative;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item .ideal-icon img {
  width: 100%;
  height: auto;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item h4 {
  font-weight: 400;
  font-size: 30px;
  margin: 15px 0 0;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item.item1 .ideal-icon img {
  margin-top: 27px;
  max-width: 105px;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item.item2 .ideal-icon img {
  margin-top: 10px;
  max-width: 72px;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item.item3 .ideal-icon img {
  max-width: 122px;
}
.page-partners .sections #ideal-for .ideal-list .ideal-item.item4 .ideal-icon img {
  margin-top: 20px;
  max-width: 122px;
}
.page-partners .sections #ideal-for p {
  margin: 20px auto 0;
  width: 80%;
  line-height: 1.5em;
}
.page-partners .sections .footer-form {
  background: #f5efe3;
  color: #034850;
}
.page-partners .sections .footer-form h3, .page-partners .sections .footer-form h4, .page-partners .sections .footer-form h5 {
  color: #034850;
}
.page-partners .sections .footer-form .wpcf7 form .field .wpcf7-form-control-wrap input {
  color: #034850;
}

.page-template-templatespage-business-php #top-nav a {
  color: white;
}

.page-business .top-banner {
  background-image: url("img/pages/business/business-top-banner-bg.jpg");
  background-color: #a9a9a8;
}
.page-business .top-banner h1 {
  font-family: "Rockwell", "Rockwell W01", serif;
  font-size: 60px;
  color: white;
  margin-top: 180px;
}
.page-business .top-banner h2 {
  font-size: 35px;
  color: white;
  line-height: 1.3em;
}
.page-business .top-banner .sign-up {
  font-size: 20px;
  padding: 8px 40px;
  width: 250px;
}
.page-business .top-banner .sign-up.production-teams {
  margin-right: 10px;
}
.page-business .top-banner .sign-up.collection-curators {
  margin-left: 10px;
  background: #034850;
}
.page-business .top-banner .sign-up.collection-curators:hover {
  background: #075a65;
}
.page-business .sections #production-teams {
  background: #f5efe3;
  text-align: center;
  padding-bottom: 20px;
}
.page-business .sections #production-teams h2 {
  font-size: 60px;
  color: #87be3c;
  font-weight: 600;
  font-family: "Rockwell", "Rockwell W01", serif;
  margin: 30px 0 40px 0;
}
.page-business .sections #production-teams h4 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-size: 22px;
  color: #4c4b4c;
  font-weight: 400;
  width: 60%;
  margin: 0 auto 0;
}
.page-business .sections #work-with-team {
  background: #f5efe3;
}
.page-business .sections #work-with-team .image img {
  width: 100%;
  max-width: 410px;
}
.page-business .sections #work-with-team .text {
  padding-top: 0;
}
.page-business .sections #work-with-team h3 {
  color: #87be3c;
}
.page-business .sections #protect-work {
  background: #f5efe3;
}
.page-business .sections #protect-work .image img {
  width: 100%;
  max-width: 270px;
  padding-top: 15px;
}
.page-business .sections #protect-work .text {
  padding-top: 15px;
}
.page-business .sections #protect-work h3 {
  color: #87be3c;
}
.page-business .sections #share-with-customers {
  background: #f5efe3;
}
.page-business .sections #share-with-customers .image img {
  width: 100%;
  max-width: 480px;
  padding-top: 8px;
}
.page-business .sections #share-with-customers h3 {
  color: #87be3c;
}
.page-business .sections .cta {
  background: #034850;
}
.page-business .sections .cta h3 {
  color: #87be3c;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.page-business .sections #collection-curators {
  background: #f5efe3;
  text-align: center;
  padding-bottom: 20px;
}
.page-business .sections #collection-curators h2 {
  font-size: 60px;
  color: #034850;
  font-weight: 600;
  font-family: "Rockwell", "Rockwell W01", serif;
  margin: 30px 0 40px 0;
}
.page-business .sections #collection-curators h4 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-size: 22px;
  color: #4c4b4c;
  font-weight: 400;
  width: 80%;
  margin: 0 auto 0;
}
.page-business .sections #digitize-your-collection {
  background: #f5efe3;
}
.page-business .sections #digitize-your-collection .image img {
  width: 100%;
  max-width: 440px;
}
.page-business .sections #digitize-your-collection .text {
  padding-top: 20px;
}
.page-business .sections #digitize-your-collection h3 {
  color: #034850;
}
.page-business .sections #protect-assets {
  background: #f5efe3;
}
.page-business .sections #protect-assets .image img {
  width: 100%;
  max-width: 480px;
}
.page-business .sections #protect-assets .text {
  padding-top: 25px;
}
.page-business .sections #protect-assets h3 {
  color: #034850;
}
.page-business .sections #share-collaborate {
  background: #f5efe3;
}
.page-business .sections #share-collaborate .image img {
  width: 100%;
  max-width: 300px;
}
.page-business .sections #share-collaborate .text {
  padding-top: 28px;
}
.page-business .sections #share-collaborate h3 {
  color: #034850;
}
.page-business .sections .footer-form {
  background: #034850;
  color: #f5efe3;
}
.page-business .sections .footer-form h3 {
  color: #87be3c;
}
.page-business .sections .footer-form h4, .page-business .sections .footer-form h5 {
  color: #f5efe3;
}
.page-business .sections .footer-form .wpcf7 form .field label {
  color: #87be3c;
}
.page-business .sections .footer-form .wpcf7 form .field .wpcf7-form-control-wrap input {
  color: #034850;
}
.page-business .sections .footer-form .wpcf7 span.wpcf7-not-valid-tip {
  color: #f5efe3;
}

.page-template-default #top-nav {
  background: white;
  background: rgba(255, 255, 255, 0.95);
}
.page-template-default #top-nav a {
  color: #6b7468 !important;
}
.page-template-default #top-nav .sign-up a {
  color: white !important;
}
.page-template-default #top-nav .logo-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.page-default {
  padding: 100px 0 50px;
}
.page-default h1 {
  font-family: "Rockwell", "Rockwell W01", serif;
  color: #87be3c;
  font-weight: 600;
  font-size: 60px;
  line-height: 1em;
  margin: 0 0 0.4em 0;
}
.page-default h2 {
  font-family: "Rockwell", "Rockwell W01", serif;
  color: #87be3c;
  font-weight: 600;
  font-size: 35px;
}
.page-default h3 {
  font-family: "Century Gothic", "Century Gothic W01", sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.page-default h4 {
  font-size: 22px;
  font-weight: 400;
}
.page-default h5 {
  font-size: 18px;
}
.page-default a {
  color: #034850;
  text-decoration: underline;
}
.page-default a:hover {
  color: #075a65;
}
.page-default ul,
.page-default ol {
  padding-left: 3em;
}
.page-default ul {
  list-style-type: disc;
}
.page-default ol {
  list-style-type: decimal;
}
.tos-toc {
  text-align:left;
}
.tos-toc td {
  width:33%;
}

@media screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 20px;
  }

  #top-nav .left {
    padding-left: 20px;
  }
  #top-nav .right {
    padding-right: 20px;
  }

  .page-home .sections #organize {
    padding-top: 120px;
  }
  .page-home .sections #organize .text {
    padding-top: 0;
  }
  .page-home .sections #organize .image {
    padding-top: 10px;
  }
  .page-home .sections #share .image {
    margin-top: -10px;
  }

  .page-partners .top-banner h1 {
    margin-top: 120px;
  }
  .page-partners .sections #infrastructure .text {
    padding-top: 10px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item h4 {
    font-size: 25px;
  }

  .page-business .top-banner h1 {
    margin-top: 90px;
  }
  .page-business .sections #protect-work .image img {
    padding-top: 40px;
  }
  .page-business .sections #digitize-your-collection .text {
    padding-top: 0;
  }
  .page-business .sections #protect-assets .text {
    padding-top: 0;
  }
  .page-business .sections #share-collaborate .text {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1150px) {
  .page-home .top-banner {
    background-position: -150px 0;
  }
  .page-home .top-banner .logo-text {
    width: 50%;
    margin: 0 0 0 50%;
    text-align: left;
  }
  .page-home .top-banner .logo-text h2 {
    margin-left: 0;
    width: 100%;
  }
  .page-home .top-banner .logo-text .sign-in {
    margin-left: 58px;
  }
  .page-home .sections #relax .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sections .section.footer-form h3 {
    font-family: "Century Gothic", "Century Gothic W01", sans-serif;
    font-size: 30px;
    width: 100%;
  }
  .sections .section.footer-form h4 {
    font-family: "Century Gothic", "Century Gothic W01", sans-serif;
    font-size: 20px;
  }
  .sections .section.footer-form h5 {
    font-family: "Century Gothic", "Century Gothic W01", sans-serif;
    font-size: 18px;
  }
  .sections .section.footer-form .wpcf7 {
    font-size: 20px;
  }
  .sections .section.footer-form .wpcf7 form .field .wpcf7-form-control-wrap input {
    width: 400px;
    margin: 0 40px 0 0;
  }
  .sections .section.footer-form .wpcf7 form .field .wpcf7-form-control-wrap input#captcha {
    width: 270px;
  }

  #footer .left {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
    padding: 0;
  }
  #footer .left .menu > li {
    margin: 0;
    width: 30%;
    padding: 0 20px;
  }
  #footer .right {
    width: 100%;
    float: none;
    clear: both;
    margin: 40px 0 0;
    padding: 0;
  }

  .page-home .top-banner {
    background-position: -250px 0;
  }
  .page-home .sections #organize .image {
    padding-top: 10px;
  }
  .page-home .sections #share .image {
    margin-top: 20px;
  }
  .page-home .sections #relax .image {
    padding-top: 10px;
  }
  .page-home .sections #safe-and-secure .text {
    padding-top: 5px;
  }
  .page-home .sections #flexible .text {
    padding-top: 0;
  }
  .page-home .sections #flexible .image {
    padding-top: 50px;
  }
  .page-home .sections #physical-to-digital .text {
    padding-top: 45px;
  }
  .page-home .sections #customers-not-users .text {
    padding-top: 0;
  }
  .page-home .sections #customers-not-users .image {
    padding-top: 20px;
  }
  .page-home .sections .animation-alt {
    display: block;
  }
  .page-home .sections .home-1-organize,
  .page-home .sections .home-1-organize-b,
  .page-home .sections .home-2-share,
  .page-home .sections .home-3-relax,
  .page-home .sections .flow-wrapper {
    display: none !important;
  }

  .page-partners .sections #stay-competitive .image img {
    margin-top: 20px;
  }
  .page-partners .sections #you-sell .image img {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .page-partners .sections #infrastructure .text {
    padding-top: 0;
  }
  .page-partners .sections #infrastructure .image img {
    margin-top: 0;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item .ideal-icon {
    height: 105px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item h4 {
    font-size: 20px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item1 .ideal-icon img {
    margin-top: 18px;
    max-width: 85px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item2 .ideal-icon img {
    margin-top: 16px;
    max-width: 42px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item3 .ideal-icon img {
    max-width: 92px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item4 .ideal-icon img {
    margin-top: 12px;
    max-width: 92px;
  }

  .page-business .top-banner h1 {
    margin-top: 90px;
  }
  .page-business .top-banner .sign-up.production-teams {
    margin-right: 10px;
  }
  .page-business .top-banner .sign-up.collection-curators {
    margin-left: 10px;
  }
  .page-business .sections #production-teams h2,
  .page-business .sections #collection-curators h2 {
    font-weight: 400;
    font-size: 55px;
    line-height: 1.3em;
  }
  .page-business .sections #production-teams h4,
  .page-business .sections #collection-curators h4 {
    width: 100%;
  }
  .page-business .sections #protect-work .image img {
    padding-top: 15px;
  }
  .page-business .sections #share-collaborate .text {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: inline !important;
  }
  
  .aligncenter,
	div.aligncenter,
	a img.aligncenter {
		display:block !important;
	}

  .desktop-only {
    display: none !important;
  }

  .sections .section.footer-form {
    padding: 50px 0;
  }
  .sections .section.footer-form .wpcf7 form .field label {
    display: block;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
    width: 100% !important;
  }
  .sections .section.footer-form .wpcf7 form .field .wpcf7-form-control-wrap input {
    width: 80% !important;
    display: block;
    margin: 0 auto;
    font-size: 16px;
  }
  .sections .section.footer-form .wpcf7 form .wpcf7-submit {
    padding: 15px 15px;
    margin: 18px 0 0 0;
    font-size: 18px;
  }

  .sections .section.cta {
    padding: 60px 0;
  }
  .sections .section.cta h3 {
    font-size: 30px;
    width: 100%;
  }
  .sections .section.cta a {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }

  #footer {
    padding: 50px 0 40px;
  }
  #footer .left .menu > li {
    width: 100%;
    display: block;
  }
  #footer .left .menu > li > a {
    font-size: 18px;
  }
  #footer .left .menu > li > ul {
    margin: 0 0 15px;
  }
  #footer .left .menu > li > ul > li > a {
    font-size: 16px;
  }
  #footer .right {
    font-size: 16px;
    margin: 20px 0 0;
  }
  #footer .right h4 {
    font-size: 18px;
  }
  #footer .right .social-icons {
    font-size: 20px;
    margin: 10px 0 0;
  }
  #footer .right .copyright {
    font-size: 14px;
    margin: 8px 0 0;
  }
  #footer .right .credit {
    margin: 4px 0 0;
  }

  .sections .section {
    padding: 20px 0;
    text-align: center;
  }
  .sections .section .left {
    float: none;
    margin: 0;
    width: 100% !important;
  }
  .sections .section .left.text {
    text-align: center;
  }
  .sections .section .right {
    float: none;
    margin: 0;
    width: 100% !important;
    text-align: center;
  }
  .sections .section .image {
    text-align: center;
    padding: 0;
  }
  .sections .section .image img {
    margin: 0 auto;
  }
  .sections .section .text {
    padding-top: 40px !important;
  }

  .page-home .top-banner {
    background-position: -350px 0;
  }
  .page-home .sections #organize {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .page-home .sections #organize .image img {
    width: 400px;
  }
  .page-home .sections #share .image img {
    width: 400px;
  }
  .page-home .sections #relax {
    padding-bottom: 60px;
  }
  .page-home .sections #relax .image img {
    width: 300px;
  }
  .page-home .sections #safe-and-secure {
    padding-top: 60px;
  }
  .page-home .sections #safe-and-secure .image img {
    width: 140px;
  }
  .page-home .sections #flexible .image img {
    width: 350px;
  }
  .page-home .sections #physical-to-digital .image img {
    width: 100px;
  }
  .page-home .sections #customers-not-users {
    padding-bottom: 60px;
  }
  .page-home .sections #customers-not-users .image img {
    width: 220px;
  }

  .page-partners .sections #stay-competitive .image img {
    max-width: 70%;
    width: 250px;
  }
  .page-partners .sections #you-sell .image img {
    max-width: 70%;
    width: 250px;
  }
  .page-partners .sections #infrastructure .image img {
    max-width: 70%;
    width: 250px;
  }
  .page-partners .sections #ideal-for {
    padding: 50px 0;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item {
    width: 50%;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item3 {
    margin-top: 30px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item4 {
    margin-top: 30px;
  }

  .page-business .sections #production-teams h2,
  .page-business .sections #collection-curators h2 {
    font-size: 40px;
  }
  .page-business .sections #work-with-team {
    background: #f5efe3;
  }
  .page-business .sections #work-with-team .image img {
    max-width: 300px;
  }
  .page-business .sections #protect-work {
    background: #f5efe3;
  }
  .page-business .sections #protect-work .image img {
    max-width: 160px;
  }
  .page-business .sections #share-with-customers .image img {
    max-width: 300px;
  }
  .page-business .sections #digitize-your-collection .image img {
    max-width: 300px;
  }
  .page-business .sections #protect-assets .image img {
    max-width: 300px;
  }
  .page-business .sections #share-collaborate .image img {
    max-width: 240px;
  }
  .tos-toc td {
    width:100%;
	display:block;
	padding-bottom:0;
	padding-top:0;
  }
  .tos-toc td ul {
	  margin-bottom:0;
	  margin-top:0;
  }
}
@media screen and (max-width: 667px) {
	.top-banner{	
		min-width: none;
		max-width: none;
		height: auto !important;
		padding-bottom: 30px;
	}
	
}
@media screen and (max-width: 600px) {
  #top-nav {
    position: relative;
    background: white;
    background: rgba(255, 255, 255, 0.95);
    width: 45px;
    height: 45px;
    float: right;
    margin: 2%;
    border-radius: 5px;
  }
  .logo-mobile {
	display:block;
	position:absolute;
	top:0;
	left:0;
	margin:6px 0 0 15px;
	width:138px;
	height:auto;
  }
  #top-nav .wrapper {
    padding: 0;
  }
  #top-nav .left {
    display: none;
  }
  #top-nav .right {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    position: relative;
    display: none;
  }
  #top-nav .right nav .menu > li:first-child a {
    margin-top: 12px;
  }
  #top-nav .right nav .menu > li:last-child a {
    margin-bottom: 12px;
  }
  #top-nav .right nav a {
    margin: 6px 0;
    display: block;
    font-size: 18px;
  }
  #top-nav .right nav .sign-up a {
    background: none;
    padding: 0;
  }
  #top-nav.active {
    width: 96%;
    height: auto;
  }
  #top-nav.active .right {
    display: block;
  }
  #top-nav.active .toggle-mobile-nav {
    top: -12px;
  }
  #top-nav.active .toggle-mobile-nav .fa-close {
    display: inline;
  }
  #top-nav.active .toggle-mobile-nav .fa-bars {
    display: none;
  }
  #top-nav a {
    color: #4c4b4c !important;
  }
  #top-nav .toggle-mobile-nav {
    display: block;
    font-size: 22px;
    width: 45px;
    height: 45px;
    padding: 8px 0;
    text-align: center;
    margin: 0;
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none !important;
  }
  #top-nav .toggle-mobile-nav .fa-close {
    display: none;
  }

  .top-banner {
    min-width: none;
    max-width: none;
    height: auto !important;
    padding-bottom: 30px;
  }

  .page-home .top-banner {
    background-position: top center;
    background-image: url(img/pages/home/top-banner-600down.jpg);
    min-height: 560px;
  }
  .page-home .top-banner .logo-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .page-home .top-banner .logo-text .sign-in {
    margin-left: 0;
  }

  .page-partners .top-banner {
    min-height: 510px;
  }
  .page-partners .top-banner h2 {
    display: none;
  }
  .page-partners .top-banner .sign-up {
    display: none;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item {
    width: 100%;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item.item2, .page-partners .sections #ideal-for .ideal-list .ideal-item.item3, .page-partners .sections #ideal-for .ideal-list .ideal-item.item4 {
    margin-top: 40px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item h4 {
    margin-top: 5px;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item .ideal-icon {
    height: auto;
  }
  .page-partners .sections #ideal-for .ideal-list .ideal-item .ideal-icon img {
    margin-top: 0 !important;
  }

  .page-business .top-banner h1 {
    margin-top: 0px;
    font-size: 50px;
  }
  .page-business .top-banner .sign-up {
    display: block;
    margin: 30px auto 0 !important;
  }
  .page-business .top-banner .sign-up.collection-curators {
    margin-top: 20px !important;
  }
  .page-default h1 {
	margin-top:0;
	font-size:40px;
  }
  .page-default ul, .page-default ol {
	padding-left:1.5em;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


a.sign-up.smoothscroll.learn-button{
	background:none;
	background:rgba(0,0,0,0);
	color:#6C7468;
	text-decoration:none;
	padding:5px;
}

a.sign-up.smoothscroll.learn-button:hover{
	background:none;
	background:rgba(0,0,0,0);
	color:#84997A;
}