/*
Theme Name: LiaisonEDU
Theme URI: http://underscores.me/
Author: WP SuperService
Author URI: https://www.wpsuperservice.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: liaisonedu
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.

LiaisonEDU is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin: 0.67em 0;
	text-transform: uppercase;
	font-size: 40px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
	outline: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Paralucent, Nunito, sans-serif;
	font-weight: 200;
	color: #213f7b;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}



dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	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;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
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 http://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. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

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: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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;
}

select {
	border: 1px solid #ccc;
}

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;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a { color: #4f9491; text-decoration: none; }

a:hover { color: #da9a05; text-decoration: none; }

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	font-family: 'Paralucent', sans-serif;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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
--------------------------------------------------------------*/
.clear { clear: both; }
.clear:before,
.clear:after,
.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;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

#secondary li { list-style-type: none; margin-bottom: 0px; }

section#text-7 p { margin-bottom: 0.5rem; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 5px;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## 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, /* Older / Newer Posts Navigation (always hidden) */
.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.33333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Customizations
--------------------------------------------------------------*/
.container {
	max-width: 1280px;
	margin: 0 auto;
	height: 100%;
}
.site-branding {
    height: 72px;
}
img.custom-logo {
    max-height: 35px;
    width: auto;
}
a.custom-logo-link {
    max-height: 100%;
    display: block;
}
a.custom-logo-link, .contact-menu {
    /*width: 50%;
    float: left;*/
	margin-left: auto;
}
.site-branding .container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.phone-email a {
	color: #b4bc42;
    font-family: Paralucent;
    font-weight: 200;
    letter-spacing: 1px;
}
.phone-email a:hover {
    color: #cccc33;
}
.contact-menu div {
    float: right;
}
.contact-menu .phone-email i,
.search-applet i {
    color: #c2c2c2;
}
.contact-menu a {
	text-decoration: none;
	font-size: 15px;
}
span.masthead-support {
    padding-right: 15px;
    border-right: 1px solid #e5e8bd;
}
.masthead-phone {
    padding: 0 15px;
    border-right: 1px solid #e5e8bd;
}
span.masthead-email {
    margin-left: 15px;
}
span.masthead-phone i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.search-applet a {
    display: block;
    padding: 0 15px;
    border-right: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    margin: 0 15px;
}
.masthead-social a {
    float: left;
    font-size: 14px;
    display: block;
    color: #ffffff;
    background: #c2c2c2;
    padding: 0px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.masthead-social a i {
    position: relative;
    top: 3px;
}
.masthead-social span {
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.search-applet a:hover i {
    color: #8b8b8b;
}
.masthead-social a:hover {
    background: #8b8b8b;
}
.masthead-social span:last-child {
    margin-right: 0;
}
.masthead-social a i {
    position: relative;
    top: 1px;
}
#site-navigation {
    background-color: #213f7b;
}
#site-navigation a {
	color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 3px 0;
    font-weight: 200;
    letter-spacing: 2px;
}
ul#primary-menu {
    width: 100%;
    margin: 0;
    padding: 0;
}
ul#primary-menu li {
    list-style-type: none;
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
}
ul#primary-menu li:hover,
ul#primary-menu li.green {
    background: #b4bc42;
}
ul#primary-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}
#masthead.sticky-menu {
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 999;
}
.sticky-menu #iste-navigation a {
	padding: 3px 0 1px 0;
}
.sticky-menu .site-branding {
    background-color: #213f7b;
}
.sticky-menu .masthead-social a,
.sticky-menu #site-navigation {
    background-color: #ffffff;
}
.sticky-menu #site-navigation {
	border-bottom: 1px solid #213f7b;
}
.sticky-menu .masthead-social a:hover {
	background-color: #dedede;
}
.sticky-menu .masthead-social a i,
.sticky-menu #site-navigation a {
    color: #213f7b;
}
.sticky-menu .search-applet a {
    border-color: #ffffff;
}
.sticky-menu .search-applet a i,
.sticky-menu .phone-email a,
.sticky-menu .contact-menu .phone-email i,
.sticky-menu .search-applet i {
    color: #ffffff;
}
.sticky-menu .search-applet a:hover i,
.sticky-menu .phone-email a:hover,
.sticky-menu .search-applet:hover i {
    color: #dedede;
}
.sticky-menu ul#primary-menu li:hover,
.sticky-menu ul#primary-menu li.green {
    background: #3c8884;
}
.sticky-menu ul#primary-menu li:hover a,
.sticky-menu ul#primary-menu li.green a {
	color: #ffffff;
}
footer#colophon {
    background-color: #213f7b;
	height: 48px;
    line-height: 48px;
}
footer#colophon a {
    color: #ffffff;
	text-decoration: none;
}
.site-footer .site-info, .site-footer .footer-social {
    width: 50%;
    float: left;
}
.site-info {
    font-size: 14px;
}
.site-info a {
    display: block;
    float: left;
	font-family: Paralucent, Nunito, sans-serif;
	font-weight: 200;
	letter-spacing: 1px;
}
.site-info .copyright a,
.site-info .privacy a {
    padding: 0 15px 0 0;
}
.site-footer .footer-social {
    text-align: right;
	height: 100%;
}
.footer-social a {
	float: left;
	font-size: 14px;
    display: block;
    color: #213f7b;
    background: #ffffff;
    padding: 0px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
}
.footer-social span {
	display: block;
    float: right;
    margin-right: 5px;
    position: relative;
    top: 12px;
}
.footer-social span:last-child {
	margin-right: 0px;
}
.footer-social a i {
    position: relative;
    top: -11px;
	color: #213f7b;
}
.home-slider {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(234,237,244,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(234,237,244,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(234,237,244,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(234,237,244,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(234,237,244,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(234,237,244,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaedf4', GradientType=0 );
	background-image: url('//www.liaisonedu.com/wp-content/uploads/2017/08/home-hero-bg.jpg');
	background-size: cover;
    background-position: 50% center;
}
.call-to-action {
    background-image: url(//www.liaisonedu.com/wp-content/uploads/2017/08/cta-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #cbd17b;
    background-position: 50% center;
	margin: 5px 0;
    padding: 50px 0;
}
.call-to-action .action {
    width: calc((100% / 3) - 30px);
    float: left;
	text-align: center;
	margin: 0 15px;
}
.call-to-action .action img {
	display: block;
    margin: 0 auto 25px;
    border: 2px solid #e5e6be;
}
.call-to-action a {
	color: #213f7b;
    text-decoration: none;
    font-size: 15px;
    font-family: Paralucent;
    font-weight: 300;
    display: block;
    width: 230px;
    margin: 0 auto;
    line-height: 1.3;
}
.benefits {
    margin: 25px 0;
    padding: 50px 0;
    text-align: center;
}
.benefits h3 {
	font-weight: 200;
    font-size: 30px;
    color: #213f7b;
	letter-spacing: .5px;
}
.benefit-container {
    width: calc((100% / 3) - 30px);
    margin: 0 15px;
    float: left;
    padding: 55px;
    border-radius: 50%;
    border: 15px solid;
}
.benefit-container img {
	display: block;
	margin: 0 auto;
}
.benefit span {
    height: calc(100% - 66px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}
.demo-button .container {
    background-image: url(//www.liaisonedu.com/wp-content/uploads/2017/08/three-dots-bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
.demo-container {
    border-radius: 4px;
    border: 20px solid #ffffff;
    width: 210px;
    margin: 0 auto;
}
.demo-button {
    text-align: center;
    margin: 0;
}
.demo-button a {
	display: block;
    background-color: #639f9d;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    width: 170px;
    margin: 0 auto;
}
.stats {
	margin: 0 0 25px 0;
    padding: 0 0 50px 0;
	text-align: center;
}
.stat {
    width: calc((100% / 4) - 30px);
    float: left;
	margin: 0 15px;
}
p.stat-numnber {
	color: #c7d47c;
    font-size: 60px;
    margin-bottom: 0;
    font-family: Paralucent;
    font-weight: 200;
}
.stat-numnber span.sup {
    position: relative;
    top: -18px;
    left: -15px;
}
p.stat-desc {
    margin-top: 0px;
    font-size: 20px;
    color: #8a8a8a;
    line-height: 1.3;
}
.news-carousel {
    background: #6b6766;
}
.news-carousel .container {
    padding: 100px 0;
}
.news-container {
	margin: 0 50px;
	text-align: center;
	border-top: 20px solid #b4bc42;
	background-color: #ffffff;
	padding: 25px;
}
.news-container h4 {
	margin: 0;
    color: #909fbe;
    font-family: Paralucent;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 20px;
    height: 90px;
    overflow: hidden;
}
a.news-read-more {
	display: block;
    margin: 5px 0;
    color: #b4bc42;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Paralucent;
    font-size: 15px;
    font-weight: 200;
    border-bottom: 1px solid #b4bc43;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.news-excerpt {
    height: 145px;
}
.product-intro h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 45px;
    color: #213f7b;
    margin-bottom: 0px;
}
.product-intro h2 {
    font-weight: 200;
    margin-top: -12px;
    color: #213f7b;
    font-size: 32px;
	margin-bottom: 0px;
}
.product-intro p {
    font-size: 22px;
    color: #231f20;
}
.product-details {
    font-size: 17px;
}
.product-details .product-left,
.product-details .product-right {
    width: 50%;
    float: left;
}
.product-details h5 {
    color: #6378a2;
    margin: 0;
    font-weight: 400;
}
.product-details ul, .product-details p {
    font-size: 13px;
	margin-top: 3px;
}
.product-video {
	position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3636%;
}
.product-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-right {
    padding-left: 50px;
}
.product-buttons {
	text-align: center;
    padding: 25px 0;
    font-size: 20px;
    background-image: url(//www.liaisonedu.com/wp-content/uploads/2017/08/three-dots-bg.jpg);
    background-repeat: repeat-x;
    background-position: center;
}
.product-buttons a {
	background-color: #639f9d;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 20px;
}
.product-offers {
    margin: 50px 0 0 0;
    background-color: #d2d78e;
    text-align: center;
    padding: 50px 0;
	background-image: url(//www.liaisonedu.com/wp-content/uploads/2017/08/dot-design.png);
    background-size: contain;
}
.product-offers h2 {
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
}
.product-offer {
    float: left;
}
.product-row {
    margin: 10px 0;
}
.product-row.threeprod .product-offer {
	width: calc(100% / 3);
}
.product-row.twoprod .product-offer {
	width: calc(100% / 2);
}
.product-row.oneprod .product-offer {
	width: 100%;
}
.product-row.twoprod {
    padding: 0 15%;
}
.product-offer-container {
    width: 300px;
    height: 300px;
    margin: 0 auto;
    border: 10px solid;
    border-radius: 50%;

	display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #ffffff;
	box-shadow: 0 0 0 2px #ffffff;
}
.product-offer i {
    display: block;
    font-size: 25px;
    padding-bottom: 10px;
}
.product-offer h5 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    width: 205px;
    margin: 0 auto;
    line-height: 1.1;
}
a.offer-target {
    display: block;
    width: 20px;
    margin: 0 auto;
    text-decoration: none;
    color: #d2d78e;
    position: relative;
    bottom: 0;
}
.product-offer span.description {
    width: 190px;
    display: block;
    margin: 15px auto;
    font-size: 14px;
}
div#primary {
    width: calc((100% / 3) * 2);
    float: left;
	padding-right: 15px;
	margin-bottom: 50px;
}
aside#secondary {
	width: calc((100% / 3) - 30px);
    margin-left: 15px;
    float: left;
    padding: 1.7em 0 0.67em 15px;
}
aside#secondary section {
	max-width: 299px;
	margin: 0 auto;
}
#breadcrumbs {
	font-size: 14px;
	margin: 25px 0 15px;
}
#breadcrumbs a {
    text-decoration: none;
    color: #da9a05;
}
#breadcrumbs i {
    font-size: 6px;
    position: relative;
    top: -2px;
    color: #c2c2c2;
    margin: 0 5px;
}
#primary.fullwidth {
	width: 100% !important;
	padding-right: 0px !important;
}
.insight-types {
    margin-bottom: 25px;
}
.insight-item {
	border-top: 1px solid #b7b7b7;
	padding: 15px 0;
	margin-bottom: 0px; /* was 50px */
}
.insights-list {
    margin-top: 25px;
}
.insight-icon {
    width: 50px;
    height: 50px;
    float: left;
}
.insight-icon span {
	width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    border-radius: 50%;
    color: #e4e7ea;
}
.insight-details {
    width: calc(100% - 295px);
    float: left;
    margin-left: 25px;
}
.insight-details h3 {
    margin: 0;
}
.insight-action {
    width: 200px;
    float: left;
    margin-left: 20px;
	text-align: center;
}
.insight-action a.insight-download,
.insight-action a.insight-readmore {
    text-decoration: none;
    top: unset;
    margin: 0;
    text-align: center !important;
	width: 100%;
}
.insight-cats {
    font-size: 13px;
    text-transform: uppercase;
}
.insight-cats i {
    font-size: 5px;
    padding: 0 5px;
    position: relative;
    top: -3px;
    color: #e4e7ea;
}
.insight-details h3 {
    margin: 5px 0 10px 0;
    font-size: 25px;
    font-weight: 400;
}
.insight-details h3 a {
    color: #213f7b;
    text-decoration: none;
}
.insight-readmore {
	text-transform: uppercase;
    text-decoration: none;
    /*font-weight: bold;*/
    color: #ffffff !important;
}
body.page-template-page-blog .insight-readmore {
	color: #da9a05 !important;
}
body.tax-insight_type a.insight-readmore { color: #ffffff; !important; }

h2.insight-heading {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 300;
    margin-top: 50px;
}
.single-insight h1.entry-title {
    margin-bottom: 5px;
}
.single-insight .entry-meta {
	border-bottom: 1px solid #b7b7b7;
    color: #b7b7b7;
    font-size: 12px;
    padding: 0 0 2px 3px;
}
.insight-download, .insight-action, .insight-readmore {
	background-color: #629f9c;
	color: #ffffff;
	padding: 5px 15px;
	text-decoration: none;
	position: relative;
	top: 30px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 25px 10px;
    display: inline-block;
}
body.page-template-page-blog .insight-readmore,
body.archive .posts-list .insight-readmore,
a.blog-readmore {
	background-color: transparent;
	color: #da9a05 !important;
	padding: 0px;
	text-decoration: none;
	position: relative;
	top: 0px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
    display: inline-block;
}
article.insight_type-events .insight-action { display: none; }

.insight-download:hover, .insight-download:active, .insight-download:visited,
.insight-action:hover, .insight-action:active, .insight-action:visited {
	color: #ffffff;
}
.entry-meta .insight-icon {
	position: relative;
    z-index: 999;
    top: -50px;
    right: 0px;
    float: right;
    border: 5px solid #ffffff;
    margin: 0 0 0 5px;
}
.single-insight nav.navigation.post-navigation {
    display: none;
}
article.type-insight {
    margin-bottom: 50px;
}
.insights-list .posted-on {
    text-align: right;
    display: block;
    color: #b7b7b7;
    font-size: 12px;
}
.insight-types h4 {
	display: inline-block;
    background-color: #b7b7b7;
    margin: 0 2px 3px 2px;
    padding: 2px 6px;
}
.insight-types h4 a {
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.insight-types h4.active {
    background-color: #b4bd42;
}
.tax-insight_type .insight-types {
    margin-bottom: 25px;
}
.post-details {
    border-top: 1px solid #b7b7b7;
}
.post-meta .posted-on, .post-meta .post-sharing {
    display: inline-block;
}
.post-meta {
    text-align: right;
}
.post-sharing a {
    font-size: 14px;
    display: block;
    color: #ffffff;
    background: #c2c2c2;
    padding: 0px;
    border-radius: 15px;
    width: 25px;
    height: 25px;
    text-align: center;
    float: left;
    margin: 0 3px;
}
.post-sharing a i {
    position: relative;
    top: 2px;
}
span.posted-on {
	text-align: right;
    display: block;
    color: #b7b7b7;
    font-size: 12px;
    position: relative;
    /*top: -5px;
    right: 50px;*/
}
.post-details h3 a {
    text-decoration: none;
    font-weight: 400;
}
.post-container {
    margin: 0 0 50px;
	clear: both;
}
.single-post h1.entry-title {
    font-size: 30px;
}
.single-post  span.posted-on {
    text-align: left;
    display: inline-block;
    top: -2px;
    left: 3px;
}
.single-post  .post-sharing {
    display: inline-block;
    float: right;
}
.single-post  .entry-meta {
    border-bottom: 1px solid #b7b7b7;
    padding-bottom: 5px;
}
.post-nav {
    text-align: center;
    margin: 50px auto;
    background: url(//www.liaisonedu.com/wp-content/uploads/2017/08/three-dots-bg.jpg) repeat-x;
    background-position: 50%;
}
.post-nav a {
    background-color: #629f9c;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    margin: 5px;
    text-decoration: none;
}
ul#primary-menu ul.sub-menu li {
    display: block;
    width: 100%;
    text-align: left;
    background: #213f7b;
    padding: 5px 10px;
}
ul#primary-menu ul.sub-menu li:hover {
    background: #b4bc42;
}
.partner-logo-set.round h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 0px;
}
.partner-logo-set.round .partner-logos {
    text-align: center;
    margin: 0 auto 100px auto;
}
.partner-logo-set.round .partner-logos img {
    width: 250px;
    height: 250px;
    margin: 75px calc(100% / 15);
    border: 10px solid #ebebeb;
    padding: 25px;
    border-radius: 50%;
}
.partner-logo-set.grid .partner-logos a {
    display: block;
    text-align: center;
    width: calc((100% / 3) - 40px);
    float: left;
    margin: 20px;
    text-decoration: none;
	font-weight: bold;
}
.partner-logo-set.grid .partner-logos a img {
	margin: 0 auto;
    display: block;
}
span.partner-logo-container {
    display: block;
    width: 100%;
    height: 180px;
    background-position: 50% center;
    background-size: 200px auto;
    background-repeat: no-repeat;
}
span.divider {
    display: block;
    clear: both;
	margin: 48px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.member-container {
    width: calc((100% / 4) - 20px);
    float: left;
    margin: 10px;
    /*padding: 0 60px;*/
	height: 289px;
	text-align: center;
}
.member-profile {
    width: 150px;
    height: 200px;
    display: block;
    background-size: cover;
    background-position: 50% center;
    border-radius: 4px;
	margin: 0 auto;
}
.member-name {
    display: block;
    margin: 15px 0 0 0;
    text-decoration: none;
}
.member-title {
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: 5px 0 0 0;
}
.member-image {
    width: 30%;
	float: left;
}
.member-image span {
	display: block;
    width: 100%;
    height: 300px;
    background-size: cover;
}
.member-details {
    width: 70%;
    float: left;
    padding-left: 25px;
}
.member-details h1.entry-title {
    margin-top: 0px;
	margin-bottom: 5px
}
.member-details .entry-content {
    margin-top: 0px;
}
.member-thirds .member-container {
    width: calc((100% / 3) - 20px);
}
.site-content article {
    min-height: calc(100vh - 245px);
    margin-bottom: 39px;
}
nav.prev-next-posts {
    padding: 0 0 50px 0;
	background: url(//www.liaisonedu.com/wp-content/uploads/2017/08/three-dots-bg.jpg) repeat-x;
	background-position: 50%;
	height: 42px;
}
.prev-next-posts .prev-posts-link,
.prev-next-posts .next-posts-link {
    width: 50%;
	float: left;
    text-align: center;
}
.prev-posts-link a,
.next-posts-link a {
	display: inline-block;
    background-color: #629f9c;
    color: #ffffff;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
}
.tweet-container {
    margin: 0 0 30px 0;
}
span.tweet-widget-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-family: Paralucent, Nunito, sans-serif;
    color: #213f7b;
    font-weight: 300;
}
span.tweet-widget-title i {
    color: #a3a3a3;
    font-size: 21px;
    position: relative;
    margin: 0 5px 0 0;
}
.tweet-body {
    border: 7px solid #e1e5b3;
    padding: 15px;
    font-family: Nunito, sans-serif;
	font-weight: 200;
	font-size: 14px;
}
.tweet-meta .tweet-names,
.tweet-meta .tweet-time-ago {
    width: 50%;
    float: left;
}
.tweet-meta {
    margin-bottom: 10px;
}
.tweet-time-ago {
    text-align: right;
}
span.tweet-screen-name {
	color: #a5a5a5;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 12px;
    margin-left: 5px;
}
span.tweet-time {
	color: #a5a5a5;
	font-size: 12px;
}
a.tweet-expand {
    display: block;
    margin-top: 5px;
    text-decoration: none;
    color: #a5a5a5;
    font-size: 12px;
}
.follow-button {
	text-align: center;
	margin-top: -45px;
}
a.twitter-follow-button {
	background-color: #629f9c;
    color: #ffffff;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    top: 60px;
}
div#fullpage-search input#s {
    display: block;
    width: 100%;
    height: 45px;
    padding: 5px 10px;
	margin: 0 0 25px 0;
}
div#fullpage-search input#s {
    display: block;
    width: 100%;
    height: 65px;
    padding: 5px 10px;
    margin: 0 0 15px 0;
    outline: 0;
}
div#fullpage-search input#searchsubmit {
    width: 200px;
    height: 45px;
    margin: 0 auto;
    display: block;
    outline: 0;
    background-color: #629f9c;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
}
div#fullpage-search input#searchsubmit:hover {
    background-color: #669999;
}
h2.entry-title a {
    text-decoration: none;
}
h2.entry-title {
    margin-bottom: 0px;
    font-size: 25px;
}
body.search .entry-summary {
    margin-top: 10px;
    font-size: 15px;
    color: #a9a9a9;
    font-family: Muli;
    font-weight: 200;
}
body.search h1.page-title span {
    font-weight: 300;
    text-transform: none;
}

body.page-id-354 section#widget_twitter_widget-4,
body.page-id-351 section#widget_twitter_widget-4,
body.page-id-353 section#widget_twitter_widget-4,
body.page-id-256 section#widget_twitter_widget-4 { display: none; }

section#text-7 ul {
    margin: 0;
    padding: 0;
}
.post-details div.thumbnail {
    width: 250px;
    float: left;
    margin: 15px 15px 15px 0;
	text-align: center;
}
.post-details div.content {
    width: calc(100% - 265px);
    float: left;
}
.post-details .content h3 {
    margin: 9px 0 15px 0;
}
div#content {
    min-height: calc(100vh + 99px);
}
.field-wrap .listselect-wrap>div, .field-wrap .pikaday__container, .field-wrap .pikaday__display, .field-wrap>div input, .field-wrap select, .field-wrap textarea {
    width: 100%;
    border-radius: 0;
    padding: 5px;
}
.field-wrap button, .field-wrap input[type=button], .field-wrap input[type=submit] {
    width: auto;
    background-color: #4f9491;
    color: #ffffff;
    font-size: 16px;
    border: 0px;
    padding: 8px 15px;
}
.insight-presentation a {
    background: #629f9c;
    color: #ffffff;
    padding: 5px 10px;
}
a.insight-type-more {
    background-color: #629f9c;
    color: #ffffff;
    padding: 5px 10px;
    margin: 15px 0;
    display: inline-block;
}
.slider-researching,
.slider-know {
    border-radius: 50%;
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    text-align: center;
	align-items: center;
}
.slider-researching .n2-ow,
.slider-know .n2-ow {
    margin: 0 auto;
}
.slider-researching a,
.slider-know a {
    color: #ffffff !important;
    font-weight: 200 !important;
    font-size: 20px !important;
    letter-spacing: 1.5px !important;;
}
.slider-researching {
    background: #5f739c;
}
.slider-know {
    background-color: #649d9c;
}
.slider-researching:hover{
    background-color: #213f7a;
}
.slider-know:hover{
    background-color: #3c8885;
}
#relatedResources {
    border: 7px solid #e1e5b3;
    padding: 15px;
    font-family: Paralucent, sans-serif;
    font-weight: 200;
    margin-top: 50px !important;
}
#relatedResources h4 {
    font-size: 17px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}
.related-resource-item {
    margin: 25px 0;
}
.related-resource-item a {
    display: block;
    width: 100%;
	font-family: Nunito, sans-serif;
}
span.related-type {
	float: left;
    color: #959595;
    text-transform: uppercase;
    font-weight: 300;
	font-size: 13px;
    position: relative;
    top: 8px;
}
.related-item-meta {
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 5px;
}
span.related-icon {
	float: right;
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
}
span.related-icon i {
    position: relative;
    top: 2px;
}
.related-resource-container > .related-case-studies ~ .related-case-studies,
.related-resource-container > .related-demos ~ .related-demos,
.related-resource-container > .related-ebooks ~ .related-ebooks,
.related-resource-container > .related-events ~ .related-events,
.related-resource-container > .related-news ~ .related-news,
.related-resource-container > .related-on-demand-webinars ~ .related-on-demand-webinars,
.related-resource-container > .related-product-overviews ~ .related-product-overviews,
.related-resource-container > .related-upcoming-webinars ~ .related-upcoming-webinars,
.related-resource-container > .related-videos ~ .related-videos,
.related-resource-container > .related-whitepapers ~ .related-whitepapers {
	display: none;
}
#CategoryList {
    margin-bottom: 30px !important;
}
#CategoryList h4 {
	/*display: none;*/
    border: 7px solid #e1e5b3;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 400;
}
#CategoryList select {
    width: 100%;
    padding: 10px;
    background-color: #213f7b;
    color: #ffffff;
    border: 0;
    outline: 0;
}
#CategoryList a {
    display: block;
    padding-left: 20px;
    font-size: 20px;
    text-transform: uppercase;
}
section#FeedburnerSubscribe {
    width: 100%;
    height: 299px;
    background-color: #B2BDD1;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feedburner-subscribe-container {
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background-color: #ADB4BC;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#FeedburnerSubscribe {
	margin-bottom: 50px !important;
}
#FeedburnerSubscribe i {
    color: #BEC2CB;
    font-size: 50px;
}
#FeedburnerSubscribe h4 {
    margin: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
	letter-spacing: 1px;
}
#FeedburnerSubscribe input[type="text"] {
	width: 85%;
    border-radius: 3px;
    margin-bottom: 15px;
	outline: 0;
}
#FeedburnerSubscribe input[type="submit"] {
    background-color: #629f9c;
    color: #ffffff;
    padding: 10px 15px;
    border: 0px;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}
