/*
Theme Name: Smile Software 
Theme URI: https://smilesoftware.com
Author: Smile Software, Cee Webster
Author URI: https://smilesoftware.com/
Description: This is a custom theme based off the starter theme Underscores from Automattic.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: smile-software
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Smile Software is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


:root {
  --primary-color: #f79927;
  --primary-color-inverted: #ffffff;
  --primary-color-hover: #f68009;
  --secondary-color: #F79927;
  --secondary-color-inverted: #ffffff;
  --secondary-color-hover: #f68009;
  --tertiary-color: #5FBB46;
  --tertiary-color-inverted: #ffffff;
  --tertiary-color-hover: #3F9B26;
  --dark-color-hover: #273244;
  --contrast100: #ffffff;
  --contrast90: #F8F9FB;
  --contrast75: #C7CBD3;
  --contrast50: #8F98A9;
  --contrast10: #475264;
  --contrast0: #273244;
}

a {
	color: var(--primary-color);
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth;
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	font-size: 3rem;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}
b, strong {
	font-weight: 600;
}
code, kbd, samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}
small, .small {
	font-size: 0.6875rem;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
	outline: none;
}
button,
input { /* 1 */
	overflow: visible;
}
button,
select { /* 1 */
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
        outline: 0;
        border: 0;
}

button:active,
button:focus {
        outline: 0;
        border: 0;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}
progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
    	-webkit-appearance: none;
    	border-radius: 0;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */


details {
	display: block;
}
summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}


body.page-id-8 iframe {
        width: 100%;
        height: 1250px;
        border: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--contrast0);
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 300;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 1.25em 0 0 0;
	font-weight: 300;
	line-height: 120%;
}

h1.entry-title,
h1.page-title {
	font-size: 3.25rem;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -1.82px;
}

body.archive h1.page-title {
	text-transform: capitalize;
	margin-bottom: 20px;
}

body.single-post h1.entry-title {
	color: var(--contrast0);
	margin-bottom: 20px;
}

h1 {
	margin-top: 1em;
}

h2 {
	font-size: 2.5rem;
	font-size: 1.5rem;
	color: var(--contrast0);
	color: inherit;
	margin-bottom: 30px;
	font-weight: 400;
	font-weight: 600;
}

h3, h4, h5, h6 {
	font-size: 1.125rem;
	font-weight: 400;
	margin-bottom: 15px;
}

h6 {
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

p.two-columns {
	column-count: 2;
}

dfn, cite, em, i {
	font-style: italic;
}

cite {
	font-size: 1rem;
}

blockquote {
	margin: 0;
	padding: 30px 0; 
	font-weight: 400;
	line-height: 2rem;
	font-style: normal;
	clear: both;
	font-weight: 300;
	font-size: 1.25rem;
	color: var(--contrast90);
	text-align: center;
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover-image .wp-block-cover-text, .wp-block-cover-image h2, .wp-block-cover .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, .wp-block-cover h2 {
	max-width: none;
}


blockquote.wp-block-quote p {
	font-weight: 300;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

blockquote.wp-block-quote p:last-of-type {
	margin-bottom: 5px;
}

blockquote.wp-block-quote cite {
	font-style: normal;
	font-weight: 400;
	display: block;
	padding-bottom: 15px;
}

blockquote.wp-block-quote cite:before {
	content: "- ";
}
	
address {
	margin: 0 0 1.5em;
}

pre {
	background: var(--contrast90);
        border: 1px solid var(--contrast0);
	border-radius: 3px;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	padding: 1em;
	word-break: break-all;
    	word-wrap: break-word;
    	white-space: pre;
    	white-space: pre-wrap;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	color: #677284 !important;
}

code {
	background: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 0.143em 0.286em;
	border-radius: 3px;
}

pre code {
	border: 0;
	padding: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

i.fa-check-circle {
	color: #4dbf37;
}

i.fa-times-circle {
	color: #e12626;
}

.center {
	text-align: center;
}

.wp-block-group {
	padding-top: 50px;
	padding-bottom: 50px;
}

.wp-block-group.has-background {
	background-color: #f8f9fa !important;
}

h2#FAQ {
	margin-top: 50px;
}

.wp-block-group.faq {
	margin-top: 0;
	padding-top: 0;
}

.wp-block-group.faq h3 {
        padding: 10px 0;
        margin: 0;
}

.wp-block-group.faq h3:before {
	content: "+ ";
	margin-right: 10px;
	display: inline-block;
	transform: none;
	transition: all 200ms ease;
}

.wp-block-group.faq h3.active:before {
	transform: rotate(45deg);
	transition: all 200ms ease;
}
	
.wp-block-group.faq,
.wp-block-group.faq .wp-block-group {
	background: transparent !important;
}

.wp-block-group.faq .wp-block-group {
	padding: 10px 20px;
}

.wp-block-group.faq ul {
	padding-left: 18px;
}

.wp-block-group.faq .wp-block-group p:first-child {
	margin-top: 0;
}

.wp-block-group.faq .wp-block-group p:last-child,
.wp-block-group.faq .wp-block-group ul:last-child {
	margin-bottom: 0;
}

.wp-block-group.alignwide .wp-block-columns,
.wp-block-group.alignwide h2,
.wp-block-group.alignwide h3,
.wp-block-group.alignwide h4,
.wp-block-group.alignwide h5,
.wp-block-group.alignwide p,
.wp-block-group.alignwide ol,
.wp-block-group.alignwide ul,
.wp-block-group.alignwide .wp-block-embed, 
.wp-block-group.alignwide table,
.wp-block-group.alignwide form,
.wp-block-group.alignwide figure,
.wp-block-group.alignwide iframe {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-group.alignwide iframe {
	display: block;
}

.wp-block-group.alignwide h2:first-child {
	margin-top: 0;
}

.wp-block-group .wp-block-columns:last-child,
.wp-block-group .wp-block-columns:last-child .wp-block-column,
.wp-block-group .wp-block-columns p:last-child {
	margin-bottom: 0;
}

/* 782px and up */
@media (min-width: 782px) {

        .wp-block-columns {
                justify-content: space-between;
        }

        .wp-block-columns.has-4-columns .wp-block-column {
                flex-basis: calc(25% - 16px);
        }

        .wp-block-columns.has-3-columns .wp-block-column {
                flex-basis: calc(33% - 16px);
        }

        .wp-block-columns.has-2-columns .wp-block-column {
                flex-basis: calc(50% - 16px);
        }

        .wp-block-columns.has-2-columns .wp-block-column:first-child {
		/*
		padding-right: 15px;
		*/
	}

        .wp-block-columns.has-2-columns .wp-block-column:last-child {
		/*
		padding-left: 15px;
		*/
	}

	.wp-block-columns .wp-block-column:first-child[style="flex-basis:40%"],
	.wp-block-columns .wp-block-column:first-child[style="flex-basis:33.33%"] {
		padding-right: 40px;
	}

	.wp-block-columns .wp-block-column:last-child[style="flex-basis:40%"],
	.wp-block-columns .wp-block-column:last-child[style="flex-basis:33.33%"] {
		padding-left: 40px;
	}
	
}

.left-padding {
	padding-left: 50px;
}

.hide {
	display: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.site-logo {
	background-image: url(/wp-content/uploads/2020/10/smile-logo.svg);
    width: 60px;
    background-position: center center;
    background-size: contain;
    height: 60px;
    display: block;
    background-repeat: no-repeat;
    }


html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	clear: both;
}

ul, ol {
	margin: 0 0 1.5em 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

li {
	margin-bottom: 5px;
	/*font-size: 0.875rem;*/
}   

ul.no-bullets {
	margin: 0;
	padding: 0;
}

ul.no-bullets li {
	list-style-type: none;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 10px 0 40px 0;
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	font-size: 0.875rem;
}

table tr:last-child td {
	border-bottom: 0;
}

table th {
	border-top: 1px solid #ddd;	
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	padding-left: 10px;
}


.wp-block-spacer {
	clear: both;
}

.wp-block-cover {
	margin-top: -10px;
	margin-bottom: 0;
}

.wp-block-cover, .wp-block-cover-image {
	background-color: #333 !important;
}

body.home .wp-block-cover, .wp-block-cover-image {
	background-color: #fff !important;
}

.wp-block-button__link  {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wp-block-button__link:hover {
  text-decoration: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited,
a.wp-block-button__link {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 14px;
	font-size: 0.75rem;
	font-size: 0.875rem;
	line-height: 1;
	padding: .6em 1em .4em;
        color: #f79927;
        background-color: transparent;
        box-sizing: border-box;
        border: 1px solid #f79927;
        font-weight: 400;
        text-transform: uppercase;
        padding: 15px 30px;
	letter-spacing: .5px;
}
.button-inverted {
	background: #f79927 !important;
	color: #fff !important;
}
.button-inverted:hover {
	background: #4A7BC8 !important;
	color: #fff !important;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
a.button:hover,
.wp-block-button__link:hover {
	color: #d97b08;
	color: #1e73be;
	border-color: #d97b08;
	border-color: #1e73be;
	text-decoration: none;
	transition: all 200ms ease-in-out;
}

.wp-block-button__link:hover {
	color: #1e73be !important;
}
.btn-lg, .btn-group-lg>.btn, .wp-block-button-lg .wp-block-button__link {
  padding: .8rem 3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
  font-weight: 700;
}
.wp-block-button-block .wp-block-button__link {
  display: block;
  width: 100%;
}


.btn-primary, .wp-block-button-primary .wp-block-button__link {
  color: var(--primary-color-inverted) !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary:hover, .wp-block-button-primary .wp-block-button__link:hover {
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.btn-secondary, .wp-block-button-secondary .wp-block-button__link{
  color: var(--secondary-color-inverted);
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
.btn-secondary:hover, .wp-block-button-secondary .wp-block-button__link:hover {
  background-color: var(--secondary-color-hover);
  border-color: var(--secondary-color-hover);
}
.btn-inverted, .wp-block-button-inverted .wp-block-button__link{
  color: var(--primary-color);
  background-color: var(--primary-color-inverted);
  border-color: var(--primary-color-inverted);
}
.btn-inverted:hover, .wp-block-button-inverted .wp-block-button__link:hover {
  background-color: var(--primary-color-inverted);
  border-color: var(--primary-color-inverted);
  color: var(--primary-color-hover);
}
.btn-light {
  color: var(--primary-color);
  background-color: var(--primary-color-inverted);
  border-color: var(--primary-color-inverted);
}
.btn-light:hover {
  color: var(--primary-color-inverted);
  background-color: var(--dark-color-hover);
  border-color: var(--dark-color-hover);
}
.btn-light-outline {
  color: var(--contrast100);
  background: transparent;
  border-color: var(--contrast100);
}
.btn-light-outline:hover {
  color: var(--primary-color-inverted);
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.btn-primary-outline {
  color: var(--primary-color);
  background: transparent;
  border-color: var(--primary-color);
}
.btn-primary-outline:hover {
  color: var(--primary-color-inverted);
  background-color: var(--primary-color-hover);
  border-color: var(--primary-color-hover);
}
.btn-dark {
	background: var(--contrast0);
	color: var(--contrast100);
}
.btn-dark:hover {
	background: var(--contrast10);
	color: var(--contrast100);
}
.btn-primary {
	background: var(--primary-color);
	color: var(--contrast100);
}
.btn-primary:hover {
	background: var(--primary-color-hover);
	color: var(--contrast100);
}
.wp-block-button {
  margin-bottom: 1rem;
}

.wp-block-latest-posts {
	padding:0;
}
.homepage-blogroll.wp-block-latest-posts li {
    background-color: var(--contrast90);
    border: 1px solid var(--contrast90);
    border-radius: 5px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
padding-left:0;
}
.homepage-blogroll.wp-block-latest-posts li a{
	font-size: 1.4rem;
	display: block;
	padding: 20px;
	font-weight: 500;
	line-height: 1.2;
}

.wp-block-latest-posts li a{
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.4;
	
}
.wp-block-latest-posts li {
    clear: both;
    border-left: 5px solid  var(--contrast75);
    padding-left: 20px;
}
.wp-block-latest-posts li {
	margin-bottom: 30px;
}
.wp-block-latest-posts li {
	1rem;
	
}
.wp-block-latest-posts__post-author {
	font-size: 1rem;
}
.wp-block-latest-posts__post-date {
	font-size: .875rem;
	font-weight: bold;
}

.homepage-blogroll.wp-block-latest-posts li a:hover, .wp-block-latest-posts li a:hover{
	text-decoration: none;
	color: var(--contrast0);
}
.homepage-blogroll.wp-block-latest-posts li time{
    text-transform: uppercase;
    font-size: .9rem;
    padding: 50px 20px 0 20px;
    font-weight: 500;
    position: absolute;
    bottom: 30px;
}
.homepage-blogroll.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	font-size: 1rem;
	padding: 20px 20px 0 20px;
}
.homepage-blogroll.wp-block-latest-posts li .wp-block-latest-posts__featured-image a{
	padding: 0;
}
.homepage-blogroll.wp-block-latest-posts li .wp-block-latest-posts__featured-image img{
	width: 100%;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#content,
#top-header,
.site-info {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	display: block;
	padding: 0 20px;
}

#top-header {
	padding: 0;
}

#top-header .site-branding {
	padding-left: 20px;
}

#top-header .main-navigation .menu-toggle,
#top-header .main-navigation .menu-header-container {
	margin-right: 20px;
}

#top-header .main-navigation button.menu-toggle {
	font-size: 20px;
    color: var(--contrast0);
}
@media screen and (max-width: 799px) {
	.site-branding {
		z-index:10;
		position: relative;
	}
	#site-navigation.toggled {
		position: relative;
	    padding-top: 100px;
   		top: -100px;
   		background: var(--contrast100);
    	z-index: 0;
	}
}

#content {
	padding-top: 90px;
}

.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1140px;
	padding: 0 20px;
	padding: 0 20px 20px 20px;
}

.entry-content .alignfull,
.entry-content .alignwide {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
	margin-right : calc( -100vw / 2 + 100% / 2 );
        max-width    : 100vw;
        width: auto;
}
.inner-alignfull {
	max-width: 1140px;
	padding: 0 20px;
	width: auto;
	margin: 0 auto;
}


.alignwide img,
.alignfull img {
        width: 100vw;
}

.site-branding {
	width: 20%;
	float: left;
	padding: 15px 0;
}

.site-branding h1 {
	margin: 0;
	font-size: 0;
}

.site-branding img {
	max-height: 220px;
	width: auto;
	
}

#site-navigation {
	width: 80%;
	float: right;
	margin-top: 23px;
}

.site-header {
	border-bottom: 1px solid var(--contrast50);;
	background: #fff;
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 90px;
}

.home .site-header {
	background: rgba(255,255,255,.65);
	transition: background-color 500ms linear;
}

.home .site-header.scrolled {
	background: rgba(255,255,255,1);
	transition: background-color 500ms linear;
}

#colophon.site-footer {
	padding: 60px 0;
	background: var(--contrast90);
	color: var(--contrast0);
}

#colophon.site-footer a {
	font-weight: 400;
	color: var(--contrast0);
}

#colophon .site-info .footer-info {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	font-size: .8rem;
}

#colophon .site-info .footer-info p {
	max-width: 400px;
	margin: 0 auto;
}

#colophon .site-info .footer-menu {
}

#colophon .site-info .footer-menu .menu {
	list-style-type: none;
	font-size: .875rem;
	font-weight: 600;
	text-align: center;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}
	
#colophon .site-info .footer-menu .menu li {
	display: inline;
	margin-left: 10px;
}

#colophon .site-info .footer-menu .menu li a {
	text-decoration: none;
}

#colophon .site-info  a:hover,
#colophon .site-info .footer-menu .menu li a:hover,
#colophon .site-info .footer-menu .menu li.current-menu-item a {
	text-decoration: underline;
}

#colophon .footer-social {
	text-align: center;
	color: var(--primary-color);
}

#colophon .footer-social a, #colophon .footer-social a:visited {
	margin: 0 .5rem;
	color: var(--contrast0);
	font-size: 50px;
	display: inline-block;
}


#colophon .footer-social a:hover {
	cursor: pointer;
	color: var(--primary-color-hover);
}


#colophon .footer-social img {
	padding: 4px 4px 10px 4px;
	cursor: pointer;
}
.entry-footer {
	padding: 20px 0;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.entry-footer a {
	padding: 5px 15px;
	border-radius: 5px;
	border: 1px solid var(--contrast0);
	color: var(--contrast0);
}

.entry-footer a:hover {
	text-decoration: none;
	color: var(--contrast100);
	background: var(--contrast0);
}
.broken_link, 
a.broken_link {
	text-decoration: none !important;
}

.brand-boxes {
			margin: 0;
			list-style: none;
			display: -webkit-box;
			display: -moz-box;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: flex;
			justify-content: center;
			-webkit-flex-flow: row wrap;
		}
		.brand-box {
			width: 170px;
			border: 2px solid #000;
			border-radius: 8px;
			padding: 0 10px;
			margin: 10px;
			height: 80px;
			flex-grow: 2;
		}

		.brand-box img {
			height: 80px;
			width: 100%;
		}
		/*@media screen and (min-width: 800px) {
		.home .main-navigation a {
			color:#fff;
		}
		}*/
		.home .main-navigation ul ul a:hover {
			color: var(--contrast10);
		}
		.home .wp-block-cover__inner-container {
			max-width: 1140px;
			margin:0 auto;
			min-height: 620px
		}
		.home #content {
			padding-top:0;
		}
		.home .site-header {
			background: transparent;
			border:0;
		}

		.home .site-header, body.home .site-header.scrolled {
			position:absolute!important;
			background:transparent;
			-webkit-transition-property: none;
			-moz-transition-property: none;
			-o-transition-property: none;
			transition-property: none;
		}
		.home .main-navigation ul.sub-menu {
			border: 0;
			padding: 10px;
			border-radius: 5px;
		}
		.home .main-navigation a{
			padding: 15px 20px 15px 20px;
		}
		.home .main-navigation .sub-menu a{
			padding: 10px 20px;
			color: var(--contrast50);
		}

		.textexpander-brand-block, .pdfpen-brand-block {
			border-radius: 10px;
			flex-basis: 400px;
		}
		.textexpander-brand-block i, .pdfpen-brand-block i{
			display: none;
		}
		.textexpander-brand-block:hover i, .pdfpen-brand-block:hover i{
			display: inline-block;
		}
		.textexpander-brand-block p, .textexpander-brand-block h2,
		.pdfpen-brand-block  p, .pdfpen-brand-block h2 {
			color: #ffffff;
		}
		.textexpander-brand-block:hover,
		.pdfpen-brand-block:hover {
			text-decoration: none;
		}

		.textexpander-brand-block {
			background: var(--primary-color);
		}
		.textexpander-brand-block:hover {
			background: var(--primary-color-hover);
		}
		.pdfpen-brand-block {
			background: #4A7BC8;
		}
		.pdfpen-brand-block:hover {
			background: #2A5BA8;
		}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


body.single #content a.button {
	display: inline-block;
	margin-bottom: 30px;
}

.gform_wrapper .gform_footer input[type=submit] {
	width: auto !important;
}

/* larger size button for the "try it now" sign up buttons */

.entry-content .wp-block-button.aligncenter a[href="https://app.textexpander.com/sign-up"].wp-block-button__link,
.entry-content .wp-block-button.aligncenter a[href="https://[appServer]/sign-up"].wp-block-button__link,
.entry-content .large-button {
	font-size: 1.2rem;
	letter-spacing: 1px;
}



button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="search"] {
	width: 50%;
	margin: 0 auto;
	-webkit-appearance: none;
    	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*
a.external {
	background-image: url(images/icon-external-link.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: calc(100% - 1px) center;
	padding-right: 20px !important;
}
*/
	
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#top-header {
	background: #fff;
}

.main-navigation {
	display: block;
	width: 100%;
	color: #232831;
	font-size: .85rem;
	font-size: .8125rem;
	font-weight: 400;
	clear: none; /* cee take this out */
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	float: right;
	display: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	background: #fff;
	border: 1px solid #ddd;
	border-top: 0;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	border-right: 1px solid #232831;
	position: relative;
	line-height: .85rem;
	margin: 0;
	font-size: .8125rem;
}

.main-navigation ul li {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 15px 20px 38px 20px;
	color: #232831;
	text-decoration: none;
	font-weight: 400;
}

/*
.main-navigation .sub-menu .external a {
	background: transparent;
}

.main-navigation .external a:after {
	content: "";
	background-image: url(images/icon-nav-external-link.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	display: inline-block;
	background-position: top right;
	width: 24px;
	height: 14px;
}

.main-navigation .external a:hover:after {
        background-image: url(images/icon-nav-external-link-hover.svg);
}
*/

.main-navigation a:hover,
/*.main-navigation .nav-menu > li.current-menu-item > a,
.main-navigation .nav-menu > li.current-page-ancestor a,
.main-navigation .nav-menu > li.current-menu-item a,
*/
.main-navigation .current_page_item > a,
.main-navigation .current-menu-parent > a,
.main-navigation .current-menu-item > a {
	color: #f79927;
	color: #1e73be;
}

.sub-menu {
	padding: 0 0 10px 0;
}

.sub-menu a {
	padding-bottom: 15px;
	line-height: 140%;
	padding: 10px 20px;
}

.main-navigation li.menu-item-3163 {
	border: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


.sub-nav {
	background: #4a7bc8;
	display: block;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
	margin-top: 40px;
        margin-left  : calc( -100vw / 2 + 100% / 2 );
        margin-right : calc( -100vw / 2 + 100% / 2 );
}

.wp-block-cover + .sub-nav {
	margin-top: 0;
}

.sub-nav li {
	list-style-type: none;
	margin: 0 20px;
	display: inline-block;
}

.sub-nav a {
	padding: 10px;
	color: #fff;
	text-decoration: none;
}
.sub-nav a:hover {
	background: #2A5Ba8;
}

/* search */


.fadein, .fadeout {
	opacity: 0;
    	-moz-transition: opacity 0.4s ease-in-out;
    	-o-transition: opacity 0.4s ease-in-out;
    	-webkit-transition: opacity 0.4s ease-in-out;
    	transition: opacity 0.4s ease-in-out;
	display: none;
}

.fadein {
	display: block;
	opacity: 1;
}

#header.menu li.search {
	background: url(images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	background-size: 18px;
	text-indent: -9999px;
	height: 40px;
}

#site-navigation .search-form {
	background: #fff;
/*
	display: inline-block;
	display: none;
*/
	position: relative;
	top: 66px;
	left: 670px;
	border: 1px solid #ddd;
	border-top: 0;
	padding: 10px 20px;
	width: 300px;
}

#site-navigation .search-form .search-submit {
	text-align: center;
	padding: 8px 15px;
	height: auto;
	line-height: 1.1;
}

#site-navigation .search-form input[type="search"] {
	width: 190px;
	margin-right: 10px;
}


/* search results page */

body.search-results h2.entry-title {
	margin-bottom: 10px;
}

body.search-results article {
	border-bottom: 1px solid #ddd;
}
 
body.search-results article:last-child {
	border: 0;
	margin-bottom: 50px;
}

body.search-no-results #searchform,
body.search-no-results h1.page-title {
	display: none;
}

body.search-no-results #main {
	text-align: center;
	margin-top: 100px;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

#page {
        display: flex;
        min-height: 100vh;
        flex-direction: column;
}

#content {
        flex: 1 0 auto;
        flex: 1;
}

.site-footer {
        flex-shrink: 0;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/


:target:before {
        content: "";
        display: block;
        height: 160px; 
        margin: -160px 0 0; 
}

a.top-arrow {
	display: none;
	position: fixed;
	z-index: 999999;
	bottom: 10px;
	width: 35px;
	height: 35px;
	line-height: 45px;
	right: 10px;
	color: #272727;
	text-align: center;
	opacity: .3;
	transition: none;
}

a.top-arrow:hover {
	text-decoration: none;
	transition: none;
	opacity: .5;
}

a.top-arrow img {
        border: 3px solid;
	padding: 4px;
        border-radius: 100%;
}

body.home :target:before {
	height: 80px;
	height: 90px;
	margin-top: -80px;
	margin-top: -90px;
}

ul.lcp_paginator  {
        margin: 0;
        padding: 0;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.video-tutorials {
	text-align: left;
	margin-bottom: 0;
}

.video-tutorials .wp-block-column {
	margin-bottom: 50px;
}

.video-tutorials .wp-block-columns h2,
.video-tutorials .wp-block-columns h3 {
        font-size: 1.125rem;
	margin: 10px auto 5px auto;
}

.video-tutorials p {
	margin: 0;
	font-size: .875rem;
}

.video-tutorials img.video_lightbox_anchor_image {
	height: auto;
}

.video-tutorials img.wpvl_playbutton {
	display: none;
}

.video-tutorials .wpvl_auto_thumb_play:after {
	content: url("images/icon-play-button.svg");
	content: url("images/icon-video-play.svg");
	content: url("images/icon-video-play-2.svg");
	display: block;
	width: 70px;
	height: auto;
}

.wpvl_auto_thumb_play {
	top: calc(50% - 24px);
	left: calc(50% - 35px);
}

.wpvl_auto_thumb_box_wrapper {
	display: block;
	line-height: 0;
}

.video-tutorials .wpvl_auto_thumb_box {
	background: #fff;
	width: 100%;
	height: auto !important;
}

.video-tutorials .video_lightbox_auto_anchor_image {
	background-color: #fff;
	width: 100%;
	opacity: 0.3;
	height: auto !important;
	border: 1px solid var(--contrast0);
	transition: .4s ease-in-out;
}

.video-tutorials .video_lightbox_auto_anchor_image:hover {
	opacity: .7;
	border: 1px solid #444;
	transition: .4s ease-in-out;
}


/* Landing Pages */

body.single-landing_pages h1.entry-title {
	margin-top: 10px;
}

body.single-landing_pages .entry-content {
	margin-top: 30px;
}

body.single-landing_pages h2 {
	margin-top: 20px !important;
}

body.single-landing_pages .wp-block-column {
	margin-bottom: 0;
}

body.single-landing_pages hr.wp-block-separator {
	margin: 60px 0 40px 0;
}

body.single-landing_pages blockquote {
	margin-top: 60px;
}

body.single-landing_pages h2.centered {
	text-align: center;
	padding-top: 10px;
	font-size: 1.75rem;
}

body.single-landing_pages .wp-block-image,
body.single-landing_pages .wp-block-image.is-resized {
	margin-left: 0;
	margin-right: 0;
}

body.single-landing_pages .negative-margin {
	margin-top: -30px;
	margin-bottom: 30px;
}

.vp-center {
	display: block !important;
}

.landing_pages a.wp-block-button__link {
	background: #EE9831;
	color: #fff!important;
	border: 0;
}
.landing_pages a.wp-block-button__link:hover {
	background: #CE7821;
	color: #fff!important;
	border: 0;
}


/* Banner Image Reusable Code */

body.single-landing_pages .wp-block-cover-text,
body.parent-pageid-3108 .wp-block-cover-text {
        background: rgba(38, 143, 153, 0.6);
        font-weight: 600;
        letter-spacing: .5px;
        font-size: 1.375rem;
        padding: 50px 60px;
}

body.parent-pageid-3108 .wp-block-cover-text strong,
body.single-landing_pages .wp-block-cover-text strong {
        font-size: 3rem;
        margin-bottom: 0px;
        font-weight: 300;
        display: block;
}

body.parent-pageid-3108 .wp-block-cover-text em,
body.single-landing_pages .wp-block-cover-text em {
        background: #fff;
        color: #46bfbf;
	color: #1e73be;
        font-style: normal;
        display: block;
        padding: 10px;
        max-width: 250px;
        margin: 0 auto;
        text-transform: uppercase;
}

body.parent-pageid-3108 .wp-block-cover-text a,
body.single-landing_pages .wp-block-cover-text a {
        margin-top: 30px;
        text-decoration: underline;
        display: inline-block;
        font-weight: 100;
}

body.parent-pageid-3108 .wp-block-cover,
body.single-landing_pages .wp-block-cover {
        margin-bottom: 50px;
}


/* 404 */
body.error404 .page-content {
	text-align: center;
}
	
body.error404 .page-content h4 {
	margin-top: 100px;
}

body.error404 .page-content input {
	margin: 20px 0 70px 0;
}


/* Store Page */

.wp-block-columns.store .wp-block-column,
.wp-block-group.store {
	background: #f1eeec;
	padding: 20px;
	margin-top: 40px;
	
}

.wp-block-group.store {
	/* width: 50%; */
	max-width: 500px;
	margin: 70px auto 50px auto;
}

.wp-block-columns.store .wp-block-column .wp-block-image,
.wp-block-group.store .wp-block-image {
	float: left;
	margin-top: -50px;
	margin-bottom: -10px;
}

.wp-block-columns.store .wp-block-column h2,
.wp-block-group.store h2 {
	clear: none;
	margin: 10px 0;
}

.wp-block-columns.store .wp-block-column strong + a,
.wp-block-group.store strong + a {
	float: right;
}

/* blog */
body.blog #main > header {
        background-image: url(/wp-content/uploads/2019/04/image-blog-header.jpg);
        background-color: rgba(255,255,255,.2);
        background-blend-mode: lighten;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right top;
        margin-left: calc( -100vw / 2 + 100% / 2 );
        margin-right: calc( -100vw / 2 + 100% / 2 );
        max-width: 100vw;
        width: auto;
        margin-bottom: 50px;
        padding: 1px 0px 60px 0;
}

body.blog article,
body.archive article {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 35px;
}

body.archive .entry-content p {
	margin-top: 0;
}

body.blog h2.entry-title,
body.blog h2.entry-title a,
body.archive h2.entry-title,
body.archive h2.entry-title a {
	clear: none;
	color: #46bfbf;
	color: #1e73be;
	font-weight: 300;
	font-size: 1.75rem;
	line-height: 125%;
	margin-top: 5px;
	text-decoration: none;
	margin-bottom: 15px;
}

body.single h1.entry-title {
	font-weight: 300;
	font-size: 2.25rem;
	line-height: 125%;
	text-align: left;
}

body.single h2 {
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 50px;
}

body.single h3 {
	font-size: 1rem;
	font-weight: 600;
	margin-top: 30px;
}

body.single h4 {
	font-size: .875rem;
}

body.single .wp-block-image {
	max-width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

body.single-landing_pages .wp-block-image {
	max-width: 100%;
}

body.blog .search-form {
	text-align: right;
	margin: 20px 0 40px 0;
}

.entry-meta {
	margin: 0 0 20px 0;
}

body.single .entry-meta {
	margin-bottom: 30px;
}

body.single .site-content li,
body.blog .site-content li {
	font-size: 1rem;
}

.entry-header h2.entry-title a:hover {
	text-decoration: underline;
}

.entry-meta,
.entry-meta a {
	font-size: .75rem;
	font-weight: 300;
	text-transform: uppercase;
	color: #677284;
	text-decoration: none;
}

.entry-meta a {
	font-weight: 600;
	margin-right: 5px;
}

.entry-meta a:hover {
	text-decoration: underline;
}

.entry-meta a:last-child {
	margin-right: 0;
}

.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .tags-links,
.entry-meta .edit-link {
	margin-right: 5px;
	margin-left: 7px;
}

.entry-meta .posted-on {
	margin-left: 0;
}

.byline img,
.posted-on img,
.tags-links img {
	height: 12px;
	vertical-align: top;
	margin: 2px 3px 0 0;
}

.entry-meta .byline {
	margin-left: 0;
}

.entry-meta i.fas {
	padding-right: 3px;
}

body.single .entry-meta .divider:first-child {
        display: none;
}

body.single .entry-meta .posted-on {
	margin-left: 0;
}

body.single .thumbnail {
	margin-top: 20px;
}

body.single .thumbnail img {
	width: 100%;
	height: auto;
}

.pagination {
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}

ul.lcp_paginator  {
	margin-bottom: 30px;
}

ul.lcp_paginator li {
	border: 0;
	padding: 0;
	margin:  5px 0;
}

.pagination a, 
.pagination .current,
ul.lcp_paginator a,
ul.lcp_paginator li.lcp_currentpage {
	margin: 0 3px;
	padding: 0px 12px;
	padding: 0px 8px;
	display: inline-block;
	font-size: .875rem;
	font-weight: 400;
	line-height: 2rem;
	line-height: 1.5rem;
	text-decoration: none;
	color: #bababa;
	background: #fff;
	border-radius: 4px;
}

.pagination .current,
ul.lcp_paginator li.lcp_currentpage {
        color: #fff;
        background: #677284;
        border-radius: 4px;
}

.pagination p {
	margin: 0 auto;
}

.pagination .dots {
	margin: 0 3px;
	padding: 0 7px;
	display: inline-block;
}

.pagination a:hover {
	color: #7a7a7a;
}

body.blog .thumbnail,
body.archive .thumbnail {
	width: 35%;
	float: left;
}

body.blog .entry-header,
body.blog .entry-content,
body.archive .entry-header,
body.archive .entry-content {
	margin-left: 40%;
}

body.blog .search-form input,
body.blog .search-form submit {
	padding: 5px 10px;
	height: 30px;
	font-size: 1rem;
	font-size: .75rem;
	line-height: 100%;
    	-webkit-appearance: none;
    	border-radius: 0;
}

div.next-post {
	margin-bottom: 50px;
}

body.blog header input[type=search] {
        background: rgba(255,255,255,.7);
	margin-top: 30px;
	margin-bottom: 20px;
}



/* Privacy pages */

ul.privacy-menu {
	margin: 20px 0 50px 0;
	padding: 0;
	text-align: center;
	
}

ul.privacy-menu li {
	list-style-type: none;
	display: inline;
}

ul.privacy-menu li + li:before {
	content: " | ";
	padding: 0 10px;
}

ul.privacy-menu li strong {
	font-weight: 600;
	text-decoration: underline;
}


/* PDFpen pages */

.sticker {
	position: absolute;
	top: 170px;
	left: auto;
	z-index: 2;
	width: 100%;
	max-width: 1110px;	
	height: 300px;
}

.sticker img {
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: auto;
}

.wp-block-cover {
	clear: both;
	display: flex;
	align-items: flex-end;
}

	
.wp-block-cover p {
	font-size: 1.75rem;
	line-height: 140%;
}

.wp-block-cover p strong {
	font-size: 2rem;
}

body.page-id-34 h1.entry-title,
body.page-id-36 h1.entry-title,
body.page-id-38 h1.entry-title,
body.page-id-40 h1.entry-title,
body.page-id-44 h1.entry-title,
body.page-id-107 h1.entry-title,
body.page-id-10219 h1.entry-title {
	display: none;
}

body.page-id-34 .wp-block-cover__inner-container p,
body.page-id-36 .wp-block-cover__inner-container p,
body.page-id-38 .wp-block-cover__inner-container p {
	padding-right: 20%;
}

.wp-block-columns.has-2-columns ul {
	padding-left: 20px;
}

.wp-block-columns.has-2-columns.right .wp-block-column:first-child {
	flex-basis: calc(60% - 16px);
}

.wp-block-columns.has-2-columns.right .wp-block-column:last-child {
	flex-basis: calc(40% - 16px);
}

.wp-block-columns.has-2-columns.left .wp-block-column:first-child {
        flex-basis: calc(40% - 16px);
}

.wp-block-columns.has-2-columns.left .wp-block-column:last-child {
        flex-basis: calc(60% - 16px);
}

.stickyTop {
	box-sizing: border-box;
	position: sticky;
	top: 90px;
	background: #fff;
	display: block;
	border-bottom: 1px solid #ddd;
    	margin-left: calc( -100vw / 2 + 100% / 2 );
    	margin-right: calc( -100vw / 2 + 100% / 2 );
	height: 83px;
/*
	height: 70px;
	margin-top: -22px;
	margin-bottom: 30px;
*/
    	max-width: 100vw;
    	width: auto;
	z-index: 3;
}

.stickyTop div {
	box-sizing: border-box;
	max-width: 1140px;
	padding: 0 20px;
	margin: 0 auto;
}

.stickyTop h3 {
	float: left;
}

.stickyTop .button {
	margin-top: 14px;
	box-sizing: border-box;
	margin-left: 20px;
	float: right;
}

.stickyTop .app-store {
	float: right;
	margin-top: 14px;
	height: 46px;
}


#setapp-apple-store {
	text-align: center;
	margin-bottom: 30px;
}

#setapp-apple-store div {
	display: inline-block;
}

#setapp-apple-store a {
	margin: 0 4px;
	display: inline-block;
}


/*   HOMEPAGE TEST  */


body.home .entry-title {
	margin-bottom: 60px;
}


body.home .wp-block-columns.has-2-columns .wp-block-column {
	flex-basis: 50%;
}

body.home .entry-content .alignfull, 
body.home .entry-content .alignwide {
	padding-left: 0;
	padding-right: 0;
}


/* over 1050px */
@media screen and (min-width: 1050px) {
	body.home .alignwide .wp-block-column:first-child  .wp-block-cover__inner-container {
		margin-left: calc(100% - 500px);
	}

	body.home .alignwide .wp-block-column:last-child  .wp-block-cover__inner-container {
		margin-right: calc(100% - 500px);
	}

}


/* over 780px */

@media screen and (min-width: 780px) {
	body.home .wp-block-columns.has-2-columns .wp-block-column:first-child .wp-block-group {
	        border-right: 1px solid #bfcad8;
        	border-image: linear-gradient( to bottom, #bfcad8, rgba(191, 202, 216, 0)) 1 100%;
		border-left: 0;
	}
}





body.home .wp-block-group.has-background {
	background: transparent !important;
}

body.home .wp-block-columns .wp-block-group {
	padding: 20px 40px;
	max-width: 500px;
}

body.home .wp-block-columns .wp-block-group p {
	font-size: 1.25rem;
	color: #000;
	color: var(--contrast0);
	font-weight: 400;
}

body.home .wp-block-cover {
	min-height: 400px;
}

body.home .wp-block-column:first-child .wp-block-group {
	float: right;
}

body.home .wp-block-button {
	display: inline-block;
	width: 50%;
	float: left;
	position: relative;
	min-height: 250px;
	min-height: 150px;
	padding-bottom: 170px;
        background-repeat: no-repeat !important;;
        background-position: top center !important;;
	background-size: 80% 80% !important;
	text-transform: none;
	backface-visibility: hidden;
}

body.home .wp-block-button a {
        color: #fff !important;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
        padding-top: 130px;
	border: 0;
	text-transform: none;
}

body.home .wp-block-button:hover {
        transform: scale(1.03);
        transition: all 0.3s ease;
	backface-visibility: hidden;
}


body.home .wp-block-button.pdfpen-learn-more {
        background: url(../../uploads/2017/06/SM-Icon-white-3.svg);
}

body.home .wp-block-button.pdfpenpro {
        background: url(../../uploads/2017/06/LearnMorePDFpen-white-2.svg);
}

body.home .wp-block-button.textexpander-learn-more {
	background: url(../../uploads/2017/05/LearnMoreTE.svg);
}

body.home .wp-block-button.textexpander-download {
	background: url(../../uploads/2017/05/TEHome.svg);
}

body.home .wp-block-columns blockquote.wp-block-quote {
	background: transparent !important;
	margin-left: 0;
	margin-right: 0;
}

body.home .wp-block-columns blockquote.wp-block-quote p {
	max-width: auto;
	font-size: 1.125rem;
	line-height: 150%;
	color: var(--contrast0);
	font-weight: 100;
}

body.home .wp-block-quote cite {
        font-size: .75rem;
        font-weight: 100;
	color: #000;
}

body.home ul.good-company-logos {
       max-width: 1000px;
        margin: 20px auto 40px auto;
        padding: 0;
        text-align: center;
}

body.home ul.good-company-logos figure {
        display: inline;
}

body.home ul.good-company-logos li {
        list-style-type: none;
        display: inline;
        padding: 0 12px;
}

body.home ul.good-company-logos li img {
        max-width: 125px;
        opacity: .7;
        padding: 10px 0;
        vertical-align: middle;
        filter: alpha(opacity=70);
}



.bg-light {
	background: var(--contrast90);
}
/* homepage large images */

/* text */
body.home .wp-block-columns.has-2-columns .wp-block-cover .wp-block-cover__inner-container p {
        color: #fff !important;
        font-size: 1.125em;
        font-weight: 500;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
}

/* logo */
body.home .wp-block-columns.has-2-columns .wp-block-column:first-child .wp-block-cover .wp-block-cover__inner-container p em {
        display: block;
        text-indent: -9999px;
        background-image: url(/wp-content/uploads/2017/06/PDFpen-logotype-3.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 60px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
}

/* logo */
body.home .wp-block-columns.has-2-columns .wp-block-column:last-child .wp-block-cover .wp-block-cover__inner-container p em {
        display: block;
        text-indent: -9999px;
        background-image: url(/wp-content/themes/smile-software/images/textexpander-logo.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        height: 60px;
        margin-bottom: 20px;
        position: relative;
        z-index: 2;
}

/* blue bg gradient */
body.home .wp-block-columns.has-2-columns .wp-block-column:first-child .wp-block-cover-image.has-background-dim:before,
body.home .wp-block-columns.has-2-columns .wp-block-column:first-child .wp-block-cover.has-background-dim:before {
        background-image: linear-gradient(to bottom, rgba(32,68,112,.4), rgba(32,68,112,1)) !important;
}

/* orange bg gradient */
body.home .wp-block-columns.has-2-columns .wp-block-column:last-child .wp-block-cover-image.has-background-dim:before,
body.home .wp-block-columns.has-2-columns .wp-block-column:last-child .wp-block-cover.has-background-dim:before {
        background-image: linear-gradient(to bottom, rgba(255,139,0,.4), rgba(255,139,0,1)) !important;
}

body.home .wp-block-cover {
	background-color: #fff !important;
}

body.home .wp-block-columns.has-2-columns.alignwide .wp-block-column {
        margin-bottom: 0;
}

body.home .wp-block-columns.has-2-columns  .wp-block-separator  {
        margin: 40px auto;
}

body.home blockquote {
        color: #000;
        margin: 0;
        padding-top: 0;
        text-align: left;
        font-size: 1.125rem;
	margin-top: 60px;
}

body.home blockquote p,
body.home blockquote cite {
        margin: 0;
}


/* between 781px and 950px */
@media screen and (min-width: 781px) and (max-width: 950px) {
        body.home a.wp-block-button__link {
                font-size: .75rem;
        }

        body.home .wp-block-columns.has-2-columns .wp-block-cover .wp-block-cover__inner-container p {
                font-size: 1rem;
        }
}


/* under 1050px */
@media screen and (max-width: 1049px) {
        body.home .alignwide .wp-block-column:first-child  .wp-block-cover__inner-container {
                margin-left: 0;
                width: 100%;
        }

        body.home .alignwide .wp-block-column:last-child  .wp-block-cover__inner-container {
                margin-right: 0;
                width: 100%;
        }
	
        body.home .wp-block-cover .wp-block-cover__inner-container {
		padding-top: 40px;
	}
}


/* under 1050px */
@media screen and (max-width: 1049px) {
        body.home .alignwide .wp-block-column:first-child  .wp-block-cover__inner-container {
                margin-left: 0;
                width: 100%;
        }

        body.home .alignwide .wp-block-column:last-child  .wp-block-cover__inner-container {
                margin-right: 0;
                width: 100%;
        }
}


/* under 781px */

@media screen and (max-width: 781px) {
        body.home .wp-block-cover__inner-container,
        body.home .wp-block-columns .wp-block-group {
                max-width: 100%;
                width: 100%;
                float: none;
        }
	.display-4 {
		font-size: 2.5rem;
	}
	body.blog .thumbnail, body.archive .thumbnail {
		width: 100%;
		float: none;
	}
	body.blog .entry-header, body.blog .entry-content, body.archive .entry-header, body.archive .entry-content {
		margin-left: 0;
		padding-top: 10px;
	}
}


/* end homepage test */

















/* PDFpen Family Page */

body.page-id-10 .pricing-table {
	padding: 0;
	margin-top: 40px;
}

body.page-id-10 .pricing-table .wp-block-column {
	flex-basis: 33.33%;
}

body.page-id-10 .pricing-table .wp-block-column:last-child {
	border-right: 0;
}

body.page-id-10 .pricing-table .wp-block-column:nth-child(2) {
	box-shadow: 0 0 50px rgba(0,0,0,0.125);
	margin-top: -20px;
	position: relative;
}

body.page-id-10 .pricing-table ul li:nth-child(odd) {
	background: #fbfbfb;
}

body.page-id-10 .pricing-table h2 {
	background: #fbfbfb;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 20px 5px;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	margin: 0;
}

body.page-id-10 .pricing-table .price {
	padding: 15px 15px 0 15px;
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
	border-right: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table .os {
        padding: 0 15px;
        margin: -5px 0 0 0;
        text-align: center;
	font-size: .75rem;
	color: #bababa;
	font-weight: 400;
	border-right: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table .wp-block-button {
	margin: 0px auto;
	padding: 20px 15px;
	text-align: center;
	border-right: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table .wp-block-button a {
	font-size: 1rem;
	line-height: 120%;
	text-transform: none;
	padding: 10px 20px;
	background: #EE9831;
	color: #fff!important;
	border: 0;
}

body.page-id-10 .pricing-table .wp-block-button a:hover {
	background: #CE7811;
	color: #fff!important;
	
}

body.page-id-10 .pricing-table .description {
	margin: 0;
	padding: 15px 15px;
	font-size: .875rem;
	border-right: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table .wp-block-column:first-child h2 {
	border-left: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table .wp-block-column:nth-child(2) h2 {
        background: #1e73be;
        color: #fff;
        border: 4px solid #1e73be;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

body.page-id-10 .pricing-table .wp-block-column:nth-child(2) h2:after {
	content: "FEATURED";
	display: block;
	color: #ffffff;
	margin-top: 2px;
	font-size: .75rem;
	letter-spacing: 2px;	
}

body.page-id-10 .pricing-table ul {
	margin: 0;
	padding: 0;
}

body.page-id-10 .pricing-table .wp-block-column:first-child ul li,
body.page-id-10 .pricing-table .wp-block-column:first-child h2,
body.page-id-10 .pricing-table .wp-block-column:first-child .price,
body.page-id-10 .pricing-table .wp-block-column:first-child .os,
body.page-id-10 .pricing-table .wp-block-column:first-child .wp-block-button,
body.page-id-10 .pricing-table .wp-block-column:first-child .description {
	border-left: 1px solid #ebebeb;
	border-right: 0;
}

body.page-id-10 .pricing-table .wp-block-column:nth-child(2) ul li,
body.page-id-10 .pricing-table .wp-block-column:nth-child(2) .price,
body.page-id-10 .pricing-table .wp-block-column:nth-child(2) .os,
body.page-id-10 .pricing-table .wp-block-column:nth-child(2) .wp-block-button,
body.page-id-10 .pricing-table .wp-block-column:nth-child(2) .description {
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
}

body.page-id-10 .pricing-table ul li {
	margin: 0;
	list-style-type: none;
	padding: 10px 20px;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	min-height: 40px;
	text-align: center;
}

body.page-id-10 .pricing-table ul li:before {
	content: "";
	display: inline-block;
	margin-right: 5px;
	background-image: url(images/icon-checkmark.svg);
	width: 10px;
	height: 10px;
	background-size: 10px 10px;
  	background-repeat: no-repeat;
}

body.page-id-10 .pricing-table ul li:empty:before {
	background: transparent;
}


body.page-id-10 .pricing-table ul li:last-child {
	border-bottom: 1px solid #ebebeb;
}

body.page-id-10 table th:nth-child(2) {
	background: #1e73be;
	color: #fff;
	border: 4px solid #1A62A2;
	box-shadow: 0 0 10px rgba(0,0,0,0.125);
}

body.page-id-10 table td:nth-child(2) {
}

body.page-id-10 table td:nth-child(3) {
	background: url(images/table-row-shadow-right.png) top left repeat-y;
}

body.page-id-10 table th:nth-child(3),
body.page-id-10 table tr:nth-child(odd) td:nth-child(3) { 
	background: #fbfbfb url(images/table-row-shadow-right.png) top left repeat-y;
}

body.page-id-10 table td:nth-child(1) {
        background: url(images/table-row-shadow-left.png) top right repeat-y;
}
 
body.page-id-10 table th:nth-child(1),
body.page-id-10 table tr:nth-child(odd) td:nth-child(1) {
        background: #fbfbfb url(images/table-row-shadow-left.png) top right repeat-y;
}


/* about us page */
body.page-id-99 .wp-block-column .wp-block-image img {
	width: 100%;
}

body.page-id-99 figcaption {
	text-align: center;
}

#mc_embed_signup fieldset {
	border: 0;
	padding: 0;
}

#mc_embed_signup .indicate-required {
	margin-bottom: 20px;
}

#mc_embed_signup .mc-field-group {
	margin-top: 10px;
}

#mc_embed_signup .mc-field-group label {
	display: block;
}



.wp-block-image {
	margin-bottom: 0;
}


/* Modal Dialog */

#colorbox #inline_content {
	padding: 20px;
}

#colorbox #inline_content h2 {
	color: rgb(254, 107, 12);
	margin: 15px 0;
	font-size: 1.5rem;
}

#colorbox #inline_content form {
	margin: 50px 0;
	display: flex;
  	align-items: center;
}

#colorbox #inline_content form input[type=submit] {
	padding: 11px;
	margin-left: 20px;
}

#colorbox #inline_content form input#emailField {
	padding: 6px;
}


#colorbox #cboxClose {
	background: url(images/icon-close-button.svg) no-repeat 0 0;
	top: 10px;
	right: 10px;
	bottom: auto;
}

#cboxMiddleRight, #cboxMiddleLeft, #cboxTopRight, #cboxTopCenter, #cboxTopLeft, #cboxBottomLeft, #cboxBottomRight, #cboxBottomCenter  {
    background: none !important;
	width: 0!important;
	height: 0!important;
}
#cboxContent {
	border-radius: 10px;
	border: 10px solid rgba(94, 88, 82, .75);
	padding: 10px;
}


.wp-block-cover-image.has-background-dim:before, 
.wp-block-cover.has-background-dim:before {
	background-color: transparent;
	background: linear-gradient(to bottom,rgba(0,0,0,0), rgba(0,0,0,0.5));
	opacity: 1;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}




/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}




/* Responsive */

/* Over 1200px */
@media screen and (min-width: 1200px) {


}


/* Between 1200 and 1800 pixels */
@media screen and (max-width: 1800px) and (min-width: 1201px) {
}

/* Under 1235px */
@media screen and (max-width: 1235px) {
        #site-navigation .search-form {
                position: absolute;
                left: auto;
                right: 5px;
                top: 89px;
        }
}

/* Under 1200px */
@media screen and (max-width: 1200px) {
	/*.entry-content .alignfull, 
	.entry-content .alignwide {
                padding-left: 20px;
                padding-right: 20px;
	}*/

	.entry-content .alignwide .wp-block-column {
		margin-bottom: 20px !important;
	}
}


/* Between 700 and 1200 pixels */
@media screen and (max-width: 1200px) and (min-width: 700px) {
}


/* Over 800 pixels wide */
@media screen and (min-width: 800px) {
        .menu-toggle {
                display: none;
        }

        .main-navigation ul {
                display: block;
        }

	.menu-header-container {
		display: block !important;
	}

	body.single-landing_pages .has-2-columns.title-columns .wp-block-column:first-child iframe {
        	height: 300px;
        	margin-top: 30px;
	}
}

/* Under 800 pixels wide */
@media screen and (max-width: 799px) {
        #site-navigation .search-form {
                position: relative;
                left: 30px;
                right: auto;
                top: -50px;
        }

	#header.menu li.search {
		background: #fff;
		height: 67px;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #f2f2f2;
	}

	#header.menu li.search a {
		display: none;
	}

	.toggled .fadein,
	.toggled .fadeout {
		opacity: 1;
		display: block;
        	-moz-transition: none;
        	-o-transition: none;
        	-webkit-transition: none;
        	transition: none;
	}

	.site-header {
		position: fixed;
	}

	#site-navigation .search-form {
		border: 0;
		padding: 0;
		width: 100%;
		padding: 0 35px;
	}

	#site-navigation .search-form input[type="search"] {
		width: 60%;
	}


	.sticker {
		top: 160px;
		width: 200px;
		height: auto;
		right: 0;
	}

	.wp-block-cover .wp-block-cover__inner-container {
		width: calc(100% - 20px);
	}

	.wp-block-columns {
		width: 100%;
	}

	#colophon .site-info .footer-menu {
		width: 100%;
		float: none;
	}



	#site-navigation {
		margin-top: 0;
        	width: 20%;
	}

	.site-branding {
		width: 80%;
	}

	#primary {
		transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
	}

	body.nav-open .site-header {
		position: relative;
	}

	body.nav-open .webinar-button {
		position: relative;
	}

	.menu-header-container {
		display: none;
	}

        .menu-toggle,
        .main-navigation.toggled ul { 
                display: block;
		outline: 0;
        }

	.menu-toggle {
		float: right;
		border: 0;
		background-color: #fff;
		padding: 8px 10px;
		min-width: 40px;
		outline: 0;
		border: 1px solid #272727;
		transition-timing-function: ease-in-out;
		transition: 0.3s;
		outline: none !important;
		margin-top: -65px;
		opacity: .3;
	}

	.menu-toggle:hover,
	.main-navigation.toggled .menu-toggle {
		color: #919191;
		background-color: #f7f7f7;
		border: 1px solid #272727;
		transition-timing-function: ease-in-out;
		outline: 0;
		transition: 0.3s;
		opacity: .5;
	}

	#site-navigation {
		width: 100%;
		display: block;
	}

	#top-header .main-navigation .menu-header-container {
        	margin-right: 0px;
	}

	.main-navigation ul {
		float: none;
		width: 100%;
		background: #fff;
	}

	.main-navigation li {
		margin: 0;
		padding: 0;
		display: block;
		float: none;
		border-right: 0;
		font-size: 1.25rem;
	}

	.main-navigation li a,
	.main-navigation li:last-child a {
		padding: 15px 20px;
		border: 0;
		color: #697282;
		border-top: 1px solid #f2f2f2;
	}

	.main-navigation li:first-child a {
		border-top: 0;
	}

	.main-navigation li:last-child a:hover {
		border-color: #f2f2f2;
		color: #f79927;
	}

        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul,
	.sub-menu {
                display: none !Important;
        }


	.sub-nav li {
        	margin: 0 10px;
	}

	body.page-id-34 .wp-block-cover__inner-container p {
        	padding-right: 0;
	}
	

}	

/* under 782px wide */
@media screen and (max-width: 781px) {
	.wp-block-column {
		flex-basis: 100% !important;
		margin-right: 0 !important;
	}

	.wp-block-column h2 {
		margin: 0 0 15px 0;
	}

        .wpvl_auto_thumb_box,
        .video-tutorials .video_lightbox_auto_anchor_image {
                height: auto;
        }

        .video-tutorials .video_lightbox_auto_anchor_image:hover {
        }

	.wpvl_auto_thumb_play {
		top: calc(50% - 50px);
		left: calc(50% - 62px);
	}

	.video-tutorials .wpvl_auto_thumb_play:after {
		width: 120px;
	}

        body.page-id-99 .wp-block-column .wp-block-image img {
                width: auto;
                max-width: 185px;
        }

        body.page-id-99 figcaption {
                text-align: left;
        }

	.left-padding {
		padding-left: 0;
	}

	body.page-id-10 .pricing-table .wp-block-column ul li,
	body.page-id-10 .pricing-table .wp-block-column h2,
	body.page-id-10 .pricing-table .wp-block-column .price,
	body.page-id-10 .pricing-table .wp-block-column .os,
	body.page-id-10 .pricing-table .wp-block-column .wp-block-button,
	body.page-id-10 .pricing-table .wp-block-column .description {
        	border-left: 1px solid #ebebeb;
        	border-right: 1px solid #ebebeb;
	}

        body.page-id-10 .pricing-table .wp-block-column:first-child ul li,
        body.page-id-10 .pricing-table .wp-block-column:first-child h2,
        body.page-id-10 .pricing-table .wp-block-column:first-child .price,
        body.page-id-10 .pricing-table .wp-block-column:first-child .os,
        body.page-id-10 .pricing-table .wp-block-column:first-child .wp-block-button,
        body.page-id-10 .pricing-table .wp-block-column:first-child .description {
                border-right: 1px solid #ebebeb;
        }


	body.page-id-10 .pricing-table .wp-block-column {
		margin-bottom: 60px;
	}

}



/* under 700 pixels wide */
@media screen and (max-width: 699px) {

	.sub-nav {
		padding: 0;
	}

        .sub-nav li {
                margin: 0;
                display: block;
                width: 100%;
        }

        .sub-nav li a {
                display: block;
		border-bottom: 1px solid rgba(255,255,255,.3);
        }

        .sub-nav li:last-child a {
		border: 0;
	}

	.wp-block-group.store {
        	width: 100%;
	}

        .stickyTop {
                height: 93px;
                text-align: center;
        }

	body.page-id-38 .stickyTop {
		height: 100px;
	}

        .stickyTop h3 {
                display: block;
                float: none;
                padding-top: 15px;
                margin: 0;
        }

        .stickyTop h3 img {
        }

        .stickyTop .button,
        .stickyTop .app-store {
                white-space: nowrap;
                margin: 5px 0;
                background: #fff;
                font-size: .875rem;
                float: none;
                padding: 8px 10px;
        }

        .stickyTop .app-store {
		padding: 0;
		margin: 0;
		height: 29px;
		margin-bottom: -8px;
		margin-left: 10px;
		width: auto;
	}
}

/* under 600px wide */
@media screen and (max-width: 599px) {
        .column {
                width: 100%;
                float: none;
        }
}

/* under 450px wide */
@media screen and (max-width: 450px) {
	.stickyTop {
		height: 135px;
	}


	.stickyTop .button,
	.stickyTop .app-store {
  		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	body.page-id-38 .stickyTop .button,
	body.page-id-38 .stickyTop .app-store {
		display: inline-block;
		margin-left: 2px;
		margin-right: 2px;
	}

}
	
/* 600px and up */
@media (min-width: 600px) {
	.wp-block-column:not(:first-child), .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}
}





/* For IE 10 & 11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        #page {
                display: block;
                min-height: auto;
        }

        #content {
                flex: auto;
        }

        .site-footer {
		margin-top: 100px;
                flex-shrink: unset;
        }
}

/* For MS Edge browsers */

@supports (-ms-ime-align: auto) {
	.main-navigation ul ul {
		margin-top: -1px;
	}
}

/* for firefox */

@-moz-document url-prefix() {
        .main-navigation ul ul {
                margin-top: -1px;
        }
}
.wp-block-image figcaption {
	font-size: 13px;
}
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}