/*
Theme Name: LiaisonEDU
Theme URI: http://underscores.me/
Author: WP SuperService
Author URI: https://www.wpsuperservice.com/
Description: Description
Version: 1.2.73
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
# Resource Library Page Template
# 2 Column Form Landing Page Template
# Grad Cost Calculator Page Template
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
    line-height: 1.3;
}

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;
}

p.no-margin {
    margin: 0;
}

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 !important;

}</code></span></strong>
    
}

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: #4A7D7D;
    text-decoration: none;
}

a:hover {
    color: #da9a05;
    text-decoration: none;
}

a:hover,
a:active {
    outline: 0;
}

a.anchor {
    position: relative;
    top: -100px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.btn {
    display: inline-block;
    background: #4F787E;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 20px;
    --moz-border-radius: 4px;
    --webkit-border-radius: 4px;
    border-radius: 4px;
    width: auto;
}

a.btn:hover {
    color: #ffffff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
    font-family: 'Paralucent', sans-serif;
}

.main-navigation ul {
    display: 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,
.sr-only {
    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;
}

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

/*--------------------------------------------------------------
# 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: circle;
    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;
}

.content-basic__section-title {
    margin: 2em 0 1em 0;
    font-size: 28px;
    text-transform: uppercase;
}

.content-basic__item-title {
    margin: 1.5em 0 0 0;
    font-size: 24px;
    font-weight: 400;
}

.circle-cta {
    display: inline-block;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    margin: 0 40px;
    color: #ffffff;
    font-weight: 200;
    font-size: 20px;
    letter-spacing: 1.5px;
    background-color: #5f739c;
}

.circle-cta__align {
    display: table;
    width: 100%;
    height: 100%;
}

.circle-cta__align a,
.circle-cta__align a:hover,
.circle-cta__align a:visited,
.circle-cta__align a:active {
    color: #ffffff;
}

.circle-cta__align>a {
    display: table-cell;
    vertical-align: middle
}

/*--------------------------------------------------------------
## 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%;
}

.col-50,
.col-60,
.col-40 {
    position: relative;
    float: none;
    width: auto;
}

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

    .col-50,
    .col-60,
    .col-40 {
        float: left;
    }

    .col-50,
    .col-half {
        width: 50%;
    }

    .col-60 {
        width: 60%;
    }

    .col-40 {
        width: 40%;
    }

    .col-push-50 {
        left: 50%;
    }

    .col-pull-50 {
        left: -50%;
    }
}

.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: #002F87;
    font-family: 'Paralucent';
    font-weight: 200;
    letter-spacing: 1px;
}

.phone-email a:hover {
    color: #002F87;
}

.contact-menu div {
    float: right;
}

.contact-menu .phone-email i,
.search-applet i {
    color: #808080;
}

.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: #808080;
    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: circle;
    display: inline-block;
    width: calc(100% / 7);
    text-align: center;
}

ul#primary-menu li:hover,
ul#primary-menu li.green {
    background: #002F87;
}

ul#primary-menu li:last-child {
    margin-right: 0;
    padding-right: 0;
}

body.sticky-menu .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

body.sticky-menu .site-header #iste-navigation a {
    padding: 3px 0 1px 0;
}

body.sticky-menu .site-header .site-branding {
    background-color: #213f7b;
}

body.sticky-menu .site-header .masthead-social a,
body.sticky-menu .site-header #site-navigation {
    background-color: #ffffff;
}

body.sticky-menu .site-header #site-navigation {
    border-bottom: 1px solid #213f7b;
}

body.sticky-menu .site-header .masthead-social a:hover {
    background-color: #dedede;
}

body.sticky-menu .site-header .masthead-social a i,
body.sticky-menu .site-header #site-navigation a {
    color: #213f7b;
}

body.sticky-menu .site-header .search-applet a {
    border-color: #ffffff;
}

body.sticky-menu .site-header .search-applet a i,
body.sticky-menu .site-header .phone-email a,
body.sticky-menu .site-header .contact-menu .phone-email i,
body.sticky-menu .site-header .search-applet i {
    color: #ffffff;
}

body.sticky-menu .site-header .search-applet a:hover i,
body.sticky-menu .site-header .phone-email a:hover,
body.sticky-menu .site-header .search-applet:hover i {
    color: #dedede;
}

body.sticky-menu .site-header ul#primary-menu li:hover,
body.sticky-menu .site-header ul#primary-menu li.green {
    background: #3c8884;
}

body.sticky-menu .site-header ul#primary-menu li:hover a,
body.sticky-menu .site-header 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-image: url('/wp-content/uploads/2020/02/luc_liaison_hero.jpg');
    background-size: cover;
    background-position: 50% center;
}

/* Quotes slider on homepage */
.home-slider .home-slider__slider--quotes .n2-ss-slider [data-mode=fill] .n2-ss-slide-background-image {
    background-size: 100%;
}

.home-slider .home-slider__slider--quotes .n2-ss-slider .n2-ss-slide-backgrounds>div:first-child .n2-ss-slide-background-image {
    background-size: cover;
}

.home-slider__content {
    position: relative !important;
    width: 100% !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0;
    max-width: 680px;
}

/*
@media screen and (min-width: 1200px) {
    .home-slider__content {
        margin: 0 auto;
    }
}
*/

.home-slider__content .home-slider__title {
    font-family: 'Paralucent', 'Nunito', sans-serif;
    color: #213f7b;
    font-size: 350% !important;
    text-shadow: none;
    line-height: 1.3em;
    font-weight: 200;
    text-transform: uppercase;
    margin-top: 30px !important;
    text-align: left !important;
}

.home-slider__content .home-slider__subtitle {
    font-family: 'Paralucent', 'Nunito', sans-serif;
    font-size: 200% !important;
    text-shadow: none;
    line-height: 1.3;
    margin: 20px 0 !important;
}

.home-slider__content .home-slider__subtitle--centered {
    text-align: center;
}

.n2-ss-slider .n2-ow-all .home-slider__title {
    font-size: 350%;
}

.home-slider__content p {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-align: left !important;
}

.home-slider__content--centered {
    text-align: center;
}

.home-slider__content--centered .home-slider__title {
    text-align: center !important;
}

.home-slider__content--centered p {
    text-align: center !important;
}

.home-slider__ctas .circle-cta {
    width: 100px;
    height: 100px;
    font-family: 'Paralucent', 'Nunito', sans-serif;
    letter-spacing: 1.5px !important;
}

@media screen and (min-width: 992px) {
    .home-slider__ctas .circle-cta {
        width: 120px;
        height: 120px;
    }
}

@media screen and (min-width: 1200px) {
    .home-slider__ctas .circle-cta {
        font-weight: 200;
        font-size: 18px !important;
        width: 170px;
        height: 170px;
    }
}

.home-slider__ctas .circle-cta--researching {
    background-color: #5f739c;
}

.home-slider__ctas .circle-cta--know {
    background-color: #4A7D7D;
}

.home-slider__content--centered .home-slider__ctas {
    text-align: center;
}

.n2-ss-slider .n2-ow-all .slide-basic__top-label {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .n2-ss-slider .n2-ow-all .slide-basic__top-label {
        font-size: 14px;
    }
}

@media screen and (min-width: 1000px) {
    .n2-ss-slider .n2-ow-all .slide-basic__top-label {
        font-size: 18px;
    }
}

@media screen and (min-width: 1340px) {
    .n2-ss-slider .n2-ow-all .slide-basic__top-label {
        font-size: 22px;
    }
}

@media screen and (min-width: 1600px) {
    .n2-ss-slider .n2-ow-all .slide-basic__top-label {
        font-size: 26px;
    }
}

/* Fullwidth image background on slides */
div#n2-ss-2 .n2-ss-slide-backgrounds,
div#n2-ss-3 .n2-ss-slide-backgrounds,
div#n2-ss-3 .n2-ss-slide-backgrounds>div:first-child {
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
}

div#n2-ss-2 .n2-ss-slider-3,
div#n2-ss-3 .n2-ss-slider-3,
div#n2-ss-4 .n2-ss-slider-3 {
    overflow: visible !important;
}

div#n2-ss-2 .n2-ss-layers-container,
div#n2-ss-3 .n2-ss-layers-container,
div#n2-ss-4 .n2-ss-layers-container {
    width: auto !important;
    margin: 0 auto !important;
    max-width: 90%;
}

@media screen and (min-width: 1340px) {

    div#n2-ss-2 .n2-ss-layers-container,
    div#n2-ss-3 .n2-ss-layers-container,
    div#n2-ss-4 .n2-ss-layers-container {
        max-width: 1280px;
    }
}

.slide-better-class__para {
    max-width: 74%;
}

@media screen and (min-width: 2500px) {
    .slide-better-class__para {
        font-size: 90% !important;
    }
}

@media screen and (min-width: 3000px) {
    .slide-better-class__para {
        max-width: 78%;
    }
}

/* Corona and 2020 LUC sliders */
/*
.slide-2020luc,
.slide-corona {
    width: 50% !important;
    max-width: 50%;
}

.slide-2020luc p,
.slide-corona p {
    margin: 1em 0 !important;
}

.slide-2020luc__title,
.slide-corona__title {
    font-family: 'Roboto';
    color: #ffffff;
    text-align: left;
    font-size: 26px !important;
    line-height: 1.1em !important;
    margin-bottom: 0.25em !important;
    letter-spacing: -0.007em !important;
}

.slide-corona__title {
    font-size: 22px !important;
}
@media screen and (min-width: 768px) {
    .slide-corona__title {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 1000px) {
    .slide-2020luc__title,
    .slide-corona__title {
        font-size: 38px !important;
    }
}

@media screen and (min-width: 1200px) {
    .slide-2020luc__title {
        font-size: 50px !important;
    }
    .slide-corona__title {
        font-size: 38px !important;
    }
}

@media screen and (min-width: 1340px) {
    .slide-corona__title {
        font-size: 44px !important;
    }
}

@media screen and (min-width: 1600px) {
    .slide-2020luc__title {
        font-size: 56px !important;
    }
    .slide-corona__title {
        font-size: 48px !important;
    }
}


.slide-2020luc__cta,
.slide-corona__cta {
    display: inline-block;
    margin: 15px 0;
    background: #afba00;
    color: #ffffff !important;
    font-family: 'Roboto';
    padding: 0.5em 1.5em;
    opacity: 1;
    font-weight: bold !important;
    font-size: 16px!important;
    
}

@media screen and (min-width: 1200px) {
    .slide-2020luc__cta,
    .slide-corona__cta {
        font-size: 24px!important;
    }
}
*/

.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;*/
    margin: 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: #4F787E;
    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: #6C7401;
    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: #4B669C;
    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: #6C7401;
    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,
.od-webinar-intro h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 45px;
    color: #213f7b;
    margin-bottom: 0px;
}

.product-intro h2,
.od-webinar-intro h2 {
    font-weight: 200;
    margin-top: -12px;
    color: #213f7b;
    font-size: 32px;
    margin-bottom: 0px;
}

.product-intro p,
.od-webinar-intro p {
    font-size: 22px;
    color: #231f20;
}

.product-details,
.od-webinar-details {
    font-size: 17px;
}

.product-details .product-left,
.product-details .product-right {
    width: 50%;
    float: left;
}

.product-details h5,
.od-webinar-details h5 {
    color: #6378a2;
    margin: 0;
    font-weight: 400;
}

.product-details ul,
.product-details p,
.od-webinar-details ul,
.od-webinar-details p {
    font-size: 13px;
    margin-top: 3px;
}

.od-webinar-details .od-webinar-description-bottom,
.od-webinar-details .od-webinar-description-bottom p {
    font-size: 16px;
}

.od-webinar-details .od-webinar-description-bottom p {
    margin: 0 0 20px 0
}

.product-video,
.od-webinar-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.3636%;
    text-align: center;
}

.od-webinar-image img {
    display: block;
    max-height: 560px;
    margin: 0 auto;
}

.video-anchor {
    position: absolute;
    top: -100px;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.product-video iframe,
.od-webinar-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.product-right,
.od-webinar-right {
    padding-left: 50px;
}

.product-buttons,
.od-webinar-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,
.od-webinar-buttons a {
    background-color: #4F787E;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 5px;
}

.od-webinar-buttons {
    background-image: none;
}

.od-webinar-buttons a {
    display: inline-block;
}

.od-webinar-buttons a.od-webinar-buttons__btn--pdf {
    display: block;
    background-color: #fff;
    color: #4A7D7D;
}

.od-webinar-buttons a.od-webinar-buttons__btn--pdf .fa {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.25em;
}

.od-webinar-details .od-webinar-left,
.od-webinar-details .od-webinar-right {
    float: left;
}

.od-webinar-details .od-webinar-left {
    width: 66%;
}

.od-webinar-details .od-webinar-right {
    width: 34%;
}

.od-webinar-related h2 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 200;
}

.od-webinar-related-item {
    position: relative;
    margin-bottom: 20px;
    /*padding: 0 0 0 122px;*/
    padding: 0;
    font-size: 0.8rem;
    min-height: 140px;
    float: left;
    width: 50%;
}

div.od-webinar-related-item--odd:last-child {
    margin-left: 25%;
    margin-right: 25%;
}

.od-webinar-related-item img {
    /*
    position: absolute;
    top: 0;
    left: 0;
    max-width: 120px;
    */
    position: relative;
    top: 0;
    left: -30px;
}

.od-webinar-related-item h3 {
    line-height: 1.3em;
    font-weight: 300;
    margin: 0 0 5px 0;
    padding-top: 10px;
    font-size: 1.1rem;
}

.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;
}

div#primary.content-area--full {
    width: auto;
    float: none;
}

div#primary.content-area--full .site-main {
    max-width: 992px;
    margin: 0 auto;
}

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: #808080;
    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-details__description {
    font-size: 14px;
}

.insight-details__description ul {
    margin-left: 0;
    padding-left: 20px;
}

.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;
    margin-top: 10px;
}

.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: #4F787E;
    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: 998;
    top: -50px;
    right: 0px;
    float: right;
    border: 5px solid #ffffff;
    margin: 0 0 0 5px;
}

.insight .entry-meta .insight-icon {
    top: auto;
    right: auto;
    float: none;
    margin: 0;
}

.single-insight .insight-download,
.single-insight .insight-action,
.single-insight .insight-readmore,
.single-insight .insight-presentation {
    top: auto;
    margin: 20px 0 20px 20px;
    float: right;
    font-size: 1.25rem;
}

.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: #808080;
    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: #808080;
    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: #808080;
    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: #4F787E;
    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: #4F787E;
    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: #4F787E;
    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: #4F787E;
    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: #4F787E;
    color: #ffffff;
    padding: 5px 10px;
}

a.insight-type-more {
    background-color: #4F787E;
    color: #ffffff;
    padding: 5px 10px;
    margin: 15px 0;
    display: inline-block;
}

.slider-researching,
.slider-know,
.slider-learn-more {
    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,
.slider-learn-more .n2-ow {
    margin: 0 auto;
}

.slider-researching a,
.slider-know a,
.slider-learn-more a {
    color: #ffffff !important;
    font-weight: 200 !important;
    font-size: 20px !important;
    letter-spacing: 1.5px !important;
}

@media screen and (min-width: 1400px) {

    .slider-researching a,
    .slider-know a,
    .slider-learn-more a {
        font-size: 22px !important;
    }
}

@media screen and (min-width: 1600px) {

    .slider-researching a,
    .slider-know a,
    .slider-learn-more a {
        font-size: 26px !important;
    }
}

@media screen and (min-width: 2000px) {

    .slider-researching a,
    .slider-know a,
    .slider-learn-more a {
        font-size: 28px !important;
    }
}

.slider-researching {
    background: #5f739c;
}

.slider-know {
    background-color: #4A7D7D;
}

.slider-learn-more {
    background-color: #afba00;
}

.slider-researching:hover {
    background-color: #213f7a;
}

.slider-know:hover {
    background-color: #3c8885;
}

.slider-learn-more:hover {
    background-color: #afba00;
}

#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-top: 40px;
    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: #4F787E;
    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;
}

.issuuembed {
    width: 100% !important;
    /* max-width: 100% !important; */
    height: 465px !important;
    min-height: 340px !important;
}

.admissionist-latest-issue {
    margin: 0 auto 15px auto;
}

.admissionist-banner-ad {
    margin: 15px auto;
    text-align: center;
}

.admissionist-latest-issue h2 {
    margin: 0;
}

.widget_admissionist_issues_widget h2.widget-title {
    margin-bottom: 0;
}

.widget_admissionist_issues_widget .admissionist-past-issues ul {
    margin: 0;
    padding: 0;
    font-size: 85%;
}

.widget_admissionist_issues_widget .admissionist-past-issues ul li {
    margin: 0 !important;
}

.widget_admissionist_issues_widget .admissionist-past-issues ul li a {
    display: block;
    border-top: 1px solid #eaeaea;
    padding: 5px;
}

.widget_admissionist_issues_widget .admissionist-past-issues ul li a:last-child {
    border-bottom: 1px solid #eaeaea;
}

.widget_admissionist_issues_widget .admissionist-past-issues ul li a:hover,
.widget_admissionist_issues_widget .admissionist-past-issues ul li a.active {
    color: #da9a05;
    background-color: #eaeaea;
}

section#custom_html-2 h2.widget-title,
section#custom_html-3 h2.widget-title,
section#siteorigin-panels-postloop-2 h2.widget-title {
    margin: 30px 0 0 0;
}

span#nf-form-title-62 {
    display: none;
}

section#text-9 a.admissionist-subscribe-button {
    background-color: #4F787E;
    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;
    display: block;
    margin: 0 auto;
    text-align: center;
}

section#custom_html-3 a.admissionist-subscribe-button:hover {
    background-color: #213f7b;
}

section#siteorigin-panels-postloop-2 {
    margin-bottom: 25px !important;
}

section#siteorigin-panels-postloop-2 .container {
    padding: 0;
}

section#siteorigin-panels-postloop-2 .entry-content,
section#siteorigin-panels-postloop-2 .entry-footer,
section#siteorigin-panels-postloop-2 .post-nav,
section#siteorigin-panels-postloop-2 .entry-meta {
    display: none;
}

section#siteorigin-panels-postloop-2 h2.entry-title {
    font-size: 17px;
    margin: 10px 0 0 0;
    font-family: unset;
    line-height: 1.3;
}

section#siteorigin-panels-postloop-2 article {
    min-height: unset !important;
    margin: 0;
}

.social-media-image {
    margin: 0 auto 20px auto;
}

@media screen and (min-width: 768px) {
    .social-media-image {
        float: left;
        max-width: 260px;
        margin: 0 10px 10px 0;
    }
}

/* LiaisonCAS Button Generator Plugin */
.liaison-button-generator-tool__print__items {
    padding: 0;
    margin: 30px 0 30px -15px;
}

.liaisoncas-button-generator-form__button {
    margin-top: 22px;
}

.liaisoncas-button-generator-form__col--third {
    max-width: 180px;
}

.lSSlideOuter .lSAction>a {
    opacity: 1.0;
}

/*
 * Resource Library Page Template
 */
.resource-library__intro {
    max-width: 1024px;
}

.resource-library__time {
    font-style: italic;
}

.resource_library__document {
    position: relative;
    padding-left: 175px;
    max-width: 768px;
}

.site-content article.resource_library__document {
    min-height: 210px;
}

.resource_library__document__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #e6e6e6;
    width: 160px;
}

.resource_library__document__note {
    font-style: italic;
    font-size: 0.8rem;
    margin: 0.83em 0;
}

/*
 * 2 Column Form Landing Page Template
 */

body.page-template-page-form_landing_2_col {
    background-color: #213f7b;
}

body.page-template-page-form_landing_2_col .entry-title {
    text-align: center;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: -0.01em;
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}

body.page-template-page-form_landing_2_col .landing-2-col__logo {
    width: auto;
    padding: 20px 15px 15px 15px;
    border-bottom: 1px solid #213f7b;
    background-color: #ffffff;
}

body.page-template-page-form_landing_2_col .landing-2-col__logo img {
    display: block;
    max-width: 340px;
    margin: 0 auto;
}

body.page-template-page-form_landing_2_col .landing-2-col__left-text {
    font-size: 18px;
    padding-right: 30px;
    color: #ffffff;
}

body.page-template-page-form_landing_2_col .landing-2-col__left-text p:first-child {
    margin-top: 0;
}


/*
 * Grad Cost Calculator
 */

body.page-template-page-grad_cost_calc {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

body.page-template-page-grad_cost_calc * {
    box-sizing: border-box;
}

body.page-template-page-grad_cost_calc h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 768px;
    margin: 20px auto 0 auto;
    text-transform: none;
}

body.page-template-page-grad_cost_calc fieldset {
    padding: 0;
    border: none;
    margin-bottom: 20px;
    clear: both;
}

body.page-template-page-grad_cost_calc legend {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 0 5px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
}

/* Hide number field arrows on Chrome, Safari, Edge, Opera */
body.page-template-page-grad_cost_calc input::-webkit-outer-spin-button,
body.page-template-page-grad_cost_calc input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove autofill styling */
body.page-template-page-grad_cost_calc input:-webkit-autofill,
body.page-template-page-grad_cost_calc input:-webkit-autofill:hover,
body.page-template-page-grad_cost_calc input:-webkit-autofill:focus textarea:-webkit-autofill,
body.page-template-page-grad_cost_calc textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
body.page-template-page-grad_cost_calc select:-webkit-autofill,
body.page-template-page-grad_cost_calc select:-webkit-autofill:hover,
body.page-template-page-grad_cost_calc select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    border: 1px solid #cccccc;
}

/* Hide number field arrows on Firefox */
body.page-template-page-grad_cost_calc input[type=number] {
    -moz-appearance: textfield;
}

/* Pardot Form */
body.page-template-page-grad_cost_calc .form {
    display: none;
}

body.page-template-page-grad_cost_calc .form-calc-wrapper {
    max-width: 768px;
    margin: 20px auto;
}

body.page-template-page-grad_cost_calc .form-calc label,
body.page-template-page-grad_cost_calc .form-calc__field {
    display: block;
}

body.page-template-page-grad_cost_calc .form-calc label .label-footnote {
    display: block;
    font-size: 75%;
    margin-top: 0.5em;
}


body.page-template-page-grad_cost_calc .form-calc input[type="text"],
body.page-template-page-grad_cost_calc .form-calc input[type="number"],
body.page-template-page-grad_cost_calc .form-calc input[type="email"],
body.page-template-page-grad_cost_calc .form-calc select {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Open Sans';
}

body.page-template-page-grad_cost_calc .form-calc input[type="text"],
body.page-template-page-grad_cost_calc .form-calc input[type="number"],
body.page-template-page-grad_cost_calc .form-calc input[type="email"] {
    padding: 0.25em;
    border: 1px solid #cccccc;
}

body.page-template-page-grad_cost_calc .form-calc input[type="text"].error,
body.page-template-page-grad_cost_calc .form-calc input[type="number"].error,
body.page-template-page-grad_cost_calc .form-calc input[type="email"].error,
body.page-template-page-grad_cost_calc .form-calc select.error {
    border: 1px solid #ff0000;
}

body.page-template-page-grad_cost_calc .form-calc input[type="text"]:disabled,
body.page-template-page-grad_cost_calc .form-calc input[type="number"]:disabled,
body.page-template-page-grad_cost_calc .form-calc select:disabled {
    color: #999999;
}

body.page-template-page-grad_cost_calc .form-calc__form-intro {
    margin-bottom: 20px;
}

body.page-template-page-grad_cost_calc .form-calc__form-intro__note {
    text-align: center;
}

body.page-template-page-grad_cost_calc .form-calc__calculator input[type="text"],
body.page-template-page-grad_cost_calc .form-calc__calculator input[type="number"],
body.page-template-page-grad_cost_calc .form-calc__calculator input[type="email"] {
    position: relative;
    text-align: right;
    margin-bottom: 0;
}

body.page-template-page-grad_cost_calc .form-calc__calculator label,
body.page-template-page-grad_cost_calc .form-calc__calculator .form-calc__field {
    float: left;
    margin-bottom: 20px;
    box-sizing: border-box;
}

body.page-template-page-grad_cost_calc .form-calc__calculator label {
    width: 80%;
    padding-right: 15px;
}

body.page-template-page-grad_cost_calc .form-calc__calculator .form-calc__field {
    position: relative;
    width: 20%;
}

body.page-template-page-grad_cost_calc .form-calc__field--dollar input[type="text"],
body.page-template-page-grad_cost_calc .form-calc__field--dollar input[type="number"] {
    padding: 0.25em 0.25em 0.25em 1.5em;
}

body.page-template-page-grad_cost_calc .form-calc__field--percentage input[type="text"],
body.page-template-page-grad_cost_calc .form-calc__field--percentage input[type="number"] {
    padding: 0.25em 1.5em 0.25em 0.25em;
}

body.page-template-page-grad_cost_calc .form-calc__field--dollar:before,
body.page-template-page-grad_cost_calc .form-calc__field--percentage:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    color: #999999;
    overflow: visible;
    height: 100%;
    z-index: 10;
    line-height: 1em;
    overflow: visible;
    padding: 0.5em;
    box-sizing: border-box;
}

body.page-template-page-grad_cost_calc .form-calc__field--dollar:before {
    left: 0;
    content: '$';
}

body.page-template-page-grad_cost_calc .form-calc__field--percentage:before {
    right: 0;
    content: '%';
}

body.page-template-page-grad_cost_calc .form-calc__confirmation {
    display: none
}

body.page-template-page-grad_cost_calc .form-calc__confirmation h2 {
    font-family: 'Roboto', sans-serif;
    color: #b4bc42;
    font-weight: 600;
}

body.page-template-page-grad_cost_calc .form-calc__confirmation--show {
    display: block;
    padding: 30px;
    text-align: center;
    color: #b4bc42;
    border: 2px solid #b4bc42;
    margin-bottom: 20px;
}

body.page-template-page-grad_cost_calc .form-calc__reveal {
    display: none
        /*color: #4A7D7D;*/
}

body.page-template-page-grad_cost_calc .form-calc__reveal--highlight {
    color: #b4bc42;
}

body.page-template-page-grad_cost_calc .form-calc__reveal--highlight input[type="text"],
body.page-template-page-grad_cost_calc .form-calc__reveal--highlight input[type="number"],
body.page-template-page-grad_cost_calc .form-calc__reveal--highlight input[type="email"] {
    border: 1px solid #b4bc42;
    color: #b4bc42;
    font-weight: 700;
}

body.page-template-page-grad_cost_calc .form-calc__reveal--highlight input[type="text"]:disabled,
body.page-template-page-grad_cost_calc .form-calc__reveal--highlight input[type="number"]:disabled {
    color: #b4bc42;
}

body.page-template-page-grad_cost_calc .form-calc__reveal--highlight .form-calc__field--dollar:before {
    color: #b4bc42;
}

body.page-template-page-grad_cost_calc .form-calc__reveal--show {
    display: block;
}

body.page-template-page-grad_cost_calc .form-calc__button-calculate {
    display: block;
    margin: 20px auto;
    background: none;
    background-color: #b4bc42;
    font-size: 15px;
    min-width: 204px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 42px;
    border: 1px solid #b4bc42;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}

/*
#nf-form-70-cont {
    display: none;
}
*/

/* Custmize css 2-9-2020 */
a#cn-accept-cookie,
a#cn-more-info {
    background-color: #213f7b;
    text-shadow: none;
    background-image: none;
    color: #ffffff !important;
}

a#cn-accept-cookie:hover,
a#cn-more-info:hover {
    background-color: #b4bc42;
    text-shadow: none;
    background-image: none;
    color: #ffffff !important;
}

.cn-button.bootstrap {
    background-color: #b4bc42;
}

span.superscript {
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
}

/*aside#secondary.widget-area { 
    max-width: 299px;
    margin-left: 5%;
}*/

body.single-member div#primary {
    width: 100%;
}

#main li,
#content li {
    margin-bottom: 0.5rem;
}

/* img.attachment-post-thumbnail { 
    width: 250px;
    float: left;
    margin-right: 1.5rem;
    -webkit-margin-before: 1.8em;
    -webkit-margin-after: 4em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 20px;
 } */

.post-details h3 {
    clear: none;
}

.post-sharing {
    vertical-align: bottom;
}

.post-meta {
    padding-bottom: 0.5rem;
}

/**** BLOCKQUOTE STYLING ****/
blockquote {
    background: #f9f9f9;
    border-left: 10px solid #b4bc42;
    margin: 3em 10px 1rem;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
    color: #b4bc42;
    content: open-quote;
    font-size: 10em;
    line-height: 0.1em;
    margin-right: 0.15em;
    vertical-align: -0.5em;
    font-family: Arial;
}

blockquote p {
    display: inline;
}

blockquote h4 {
    text-align: left;
    font-size: 1.25rem;
    padding: 10px 10px 0px 10px;
    margin-top: -25px;
    color: #3d3d3d;
}

/**** CAREERS PAGE ****/
.perks.panel-row-style img {
    max-width: 80px !important;
    margin: 0 auto;
}

.perks.panel-row-style {
    width: 80%;
    margin: 0 auto;
}

.perks h3,
.values h3 {
    text-align: center;
    line-height: 130%;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 24px;
    padding-top: 10px;
}

.careers h3.widget-title {
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0px;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: center;
}

.careers-header {
    background-color: #b4bc42;
    padding: 0.25rem;
}

.careers-header h2 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
}

body.page-id-13843 .container {
    max-width: 100%;
}

body.page-id-13843 .site-branding .container,
body.page-id-13843 #site-navigation .container {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

body.page-id-13843 .container .entry-header {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

/**** NEW RESOURCE PAGE ****/
#resources .panel-grid-cell h1.entry-title {
    margin: 5px 0 10px 0;
    font-size: 22px;
    font-weight: 400;
    clear: none;
    padding-top: 5px;
    width: 70%;
    float: left;
}

#resources .panel-grid-cell p {
    display: none;
}

.entry-meta .insight-icon {
    float: left;
    top: 0px;
    width: 50px;
    right: 10px;
}

a.customize-unpreviewable {
    cursor: default !important;
}

#resources .entry-content {
    margin: 0px;
}

#resources .insight-download {
    top: 10px;
    float: left;
    margin: 0 0 25px 20px;
}

#resources article {
    min-height: 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

#resources h3.widget-title {
    font-size: 2rem;
    padding-bottom: 10px;
    border-bottom: 3px solid #B4BC40;
}

.florida-title p,
.font p {
    font-family: 'Paralucent', 'Nunito', sans-serif;
    margin: 0;
}

.logo-slider .wpls-logo-showcase button.slick-prev,
.logo-slider .wpls-logo-showcase button.slick-prev:active,
.logo-slider .wpls-logo-showcase button.slick-prev:hover,
.logo-slider .wpls-logo-showcase button.slick-prev:focus {
    background: url(/wp-content/uploads/2020/08/prev.jpg) !important;
    width: 30px;
    height: 50px;
    left: -20px !important;
}

.logo-slider .wpls-logo-showcase button.slick-next,
.logo-slider .wpls-logo-showcase button.slick-next:active,
.logo-slider .wpls-logo-showcase button.slick-next:hover,
.logo-slider .wpls-logo-showcase button.slick-next:focus {
    background: url(/wp-content/uploads/2020/08/next.jpg) !important;
    width: 30px;
    height: 50px;
    right: -20px !important;
}

.logo-slider {
    box-shadow: 0 10px 10px -4px rgba(0, 0, 0, 0.3);
}
.wpls-fix-box:focus, .wpls-logo-showcase .wpls-logo-cnt.slick-slide:focus {
    outline: none;
}
.logo-slider #wpls-logo-showcase-slider-2 .wpls-fix-box img.wp-post-image {
    width: 210px;
    object-fit: contain;
}

.logo-slider #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    width: 270px;
    object-fit: contain;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-btn .so-widget-sow-button-atom-14dd79025743 .ow-button-base a {
    background: #c0ca80 !important;
    padding: 20px 13px;
    font-size: 25px;
    font-weight: bold;
}

.product-row.fourprod.florida .product-offer {
    width: calc(100% / 4);
}

.benifits {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-benifits {
    width: 24%;
}

.benifits-round {
    width: 280px;
    height: 280px;
    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;
    border-color: #b4bd42;
    padding: 20px;
}

.benifits-round h3 {
    font-weight: bold;
    font-size: 25px;
    margin: 0;
}

.benifits-round p {
    margin: 10px 0 0 0;
    font-size: 16px;
}

.page-id-20089 .entry-header,
.page-id-21142 .entry-header,
.page-id-20725 .entry-header {
    display: none;
}

.no-margin p,
.font h2 {
    margin: 0 !important;
}

.no-margin p a {
    color: #fff;
    text-decoration: underline;
    word-break: break-all;
}

.site-info a {
    float: none;
    display: inline-block;
}

.site-footer .site-info {
    width: 70%;
}

.site-footer .footer-social {
    width: 30%;
}

.florida-map {
    padding: 50px 70px !important;
}

@media screen and (max-width: 1199px) {
    .benifits {
        flex-wrap: wrap;
    }

    .single-benifits {
        width: 50%;
        margin: 30px 0;
    }
}

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

    .site-footer .site-info,
    .site-footer .footer-social {
        width: 100%;
        float: none;
    }

    .site-footer .site-info,
    .site-footer .footer-social {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-footer .footer-social {
        text-align: center;
    }

    .footer-social span {
        position: unset;
        float: none;
    }

    footer#colophon {
        height: auto;
        padding: 10px;
    }

    header .contact-menu {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        padding-top: 1px;
    }
}

@media only screen and (max-width: 780px) {
    div#panel-20096-8-0-0 {
        text-align: center;
    }

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

    .font {
        text-align: center;
    }

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

    .florida-map {
        padding: 50px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    body.sticky-menu .site-header {
        position: unset;
    }

    #shiftnav-toggle-main {
        position: absolute;
    }
}

@media screen and (max-width: 740px) {
    .masthead-social span:last-child {
        margin-right: 0;
    }

    header .contact-menu {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .single-benifits {
        width: 100%;
        margin: 15px 0;
    }

    .site-footer .site-info {
        flex-wrap: wrap;
        line-height: 26px;
    }
}

@media screen and (max-width: 460px) {
    div.mobile-image {
        display: block;
    }

    img.desktop-image {
        display: none;
    }
}

@media screen and (min-width: 460px) {
    div.mobile-image {
        display: none;
    }

    img.desktop-image {
        display: block;
    }
}

/**** FOOTER STYLES ****/
body.error404 #content {
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.site-info .careers a {
    padding: 0 15px 0 15px;
}


/* ADDITIONAL CSS FOR FORM STYLING */

.entry-title.text-center {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 31.25px;
    font-size: 25px;
    color: rgb(180, 189, 0);
}

body.page-template-page-grad_cost_calc .form-calc__calculator input[type="text"],
body.page-template-page-grad_cost_calc .form-calc__calculator input[type="number"],
body.page-template-page-grad_cost_calc .form-calc__calculator input[type="email"] {
    text-align: left !important;
}

body.page-template-page-grad_cost_calc .form-calc__form-intro__note {

    font-size: 25px;
    color: rgb(0, 47, 134);
    font-family: 'roboto', open-sans;
}

body.page-template-page-grad_cost_calc .form-calc__calculator label {
    color: rgb(0, 47, 134);
    font-size: 20px;

}

.form-calc__form-intro label {
    color: rgb(0, 47, 134);
    font-size: 20px;
}

body.page-template-page-grad_cost_calc legend {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 20px;

    color: rgb(127, 126, 113);
}

body.page-template-page-grad_cost_calc .form-calc__calculator input[type="number"],
body.page-template-page-grad_cost_calc .form-calc__calculator input[type="email"] {

    background: #E0E0E0;
}

.form-calc__form-intro input {
    background: #E0E0E0;
}

.form-calc__form-intro input::placeholder {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;

}

#grad-cost-calc-submit {
    background: #b4bc42;
    border: none;
    border-radius: 3px;
}

#form-calc-state {
    background: #e0e0e0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.form-calc select {
    font-family: 'Roboto', sans-serif !important;

}

#form-calc-state {

    padding: 7px 0;
}

body.page-template-page-grad_cost_calc .form-calc label,
body.page-template-page-grad_cost_calc .form-calc__field {

    margin: 20px 0px;
}

label.sr-only {
    position: static !important;

    padding: 0;

    overflow: hidden;
    margin-bottom: 0 !important;
    clip: rect(0, 0, 0, 0);
    opacity: 1;
    width: auto !important;
    height: auto !important;
    z-index: 111;
}

.form-calc__field {
    margin-top: 5px !important;
}

.screen-reader-text,
.sr-only {
    position: static !important;

}

#grad-calculator-form label {
    position: static !important;
    margin-bottom: 0 !important;
}

body.page-template-page-grad_cost_calc fieldset {

    display: flex;
    flex-direction: column;
}

body.page-template-page-grad_cost_calc .form-calc__calculator label {
    width: 100% !important;
    padding-right: 0px !important;
}

body.page-template-page-grad_cost_calc .form-calc input[type="text"],
body.page-template-page-grad_cost_calc .form-calc input[type="number"],
body.page-template-page-grad_cost_calc .form-calc input[type="email"] {
    padding: 8px 20px !important;

}

#form-calc-total-accepted-applicants-intl {
    text-align: left;
}

.form-calc__field.form-calc__field--dollar::before {
    top: 5px !important;
}

.form-calc__field.form-calc__field--percentage::before {
    top: 5px !important;
}

body.page-template-page-grad_cost_calc legend {

    margin-bottom: 0px !important;

}

body.page-template-page-grad_cost_calc .form-calc__calculator .form-calc__field {
    width: 100% !important;
}

/* MEDIA QUERY */
@media only screen and (max-width : 767px) {
    .entry-title.text-center {
        font-family: 'Roboto', sans-serif;

        font-size: 24px;

    }

    body.page-template-page-grad_cost_calc .form-calc__form-intro__note {

        font-size: 24px;

    }

    body.page-template-page-grad_cost_calc .form-calc__calculator label {

        font-size: 18px;

    }

    .form-calc__form-intro label {

        font-size: 18px;
    }

    body.page-template-page-grad_cost_calc legend {

        font-size: 16px;

    }
}

.lia-custom-title-map {
    text-align: center;
}

button.slick-arrow:hover {
    opacity: 0.4;
}

/* ADDITIONAL CSS 2ND SEP */
#nf-form-title-71 h3 {
    font-weight: 500;
}

.nf-field-label label {
    font-size: 25px;
    line-height: 31.25px;
    color: #002f86;
    font-weight: 300 !important;
    text-rendering: optimizelegibility;
    padding-bottom: 24px !important;
    margin-bottom: 4px !important;
}

.nf-field-label {
    margin-bottom: 25px !important;
    margin-top: 15px !important;
}

.nf-field-element ul li label {
    font-size: 20px !important;
    color: #8b7e71;
    line-height: 1.5;
    padding: 5px 0px;
    transition: background 800ms;
    margin-left: 40px !important;
    list-style: none !important;

    border-radius: 2px;
}

.nf-field-element ul li:hover {
    background: #eaeae3c7;
}

nf-field-element ul li:focus {
    background: #999999;
}

.nf-field-element ul {
    font-family: Roboto, Arial, Helvetica;
    margin: 0 !important;

}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
    width: auto !important;
    float: left;
    margin-top: 12px !important;
    scale: 1.3;
    margin-left: 10px;
}

#nf-field-597 {
    background: #e5e5e5;
}

.label-left .nf-field-label {
    text-align: left !important;
}

#nf-field-601,
#nf-field-604,
#nf-field-616,
#nf-field-606,
#nf-field-605 {
    margin-top: 15px;
    background: #e5e5e5;
}


/* FORM STYLE 3rd september */
#nf-form-title-71 h3 {
    font-weight: 500;
}

.nf-field-label label {
    font-size: 25px;
    line-height: 31.25px;
    color: #002f86;
    font-weight: 300 !important;
    text-rendering: optimizelegibility;
    padding-bottom: 24px !important;
    margin-bottom: 4px !important;
}

.nf-field-label {
    margin-bottom: 25px !important;
    margin-top: 15px !important;
}

.nf-field-element ul li label {
    font-size: 20px !important;
    color: #8b7e71;
    line-height: 1.5;
    padding: 5px 0px;
    transition: background 800ms;
    margin-left: 40px !important;

    border-radius: 2px;
}

.nf-field-element ul li:hover {
    background: #eaeae3c7;
}

nf-field-element ul li:focus {
    background: #999999;
}

.nf-field-element ul {
    font-family: Roboto, Arial, Helvetica;

}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {
    width: auto !important;
    float: left;
    margin-top: 12px !important;
    scale: 1.3;
    margin-left: 10px;
}

#nf-field-597 {
    background: #e5e5e5;
}

.label-left .nf-field-label {
    text-align: left !important;
}

#nf-field-601,
#nf-field-604,
#nf-field-616,
#nf-field-606,
#nf-field-605 {
    margin-top: 15px;
    background: #e5e5e5;
}

.ninja-forms-req-symbol {
    /*  float: left !important; */
    color: #002f86 !important;
}

.nf-field-label label {
    position: relative;
}

.nf-field-label label span {
    display: none;
}

.page-id-20089 a.covid,
.page-id-20725 a.covid {
    display: none !important;
}
#nf-field-558 {
    width: auto !important;

    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    background: #333e48;
    padding: 15px 25px;
}

.label-left .nf-field-label label {
    font-size: 20px;
    margin-bottom: 0;
    color: #8b7e71;
    width: 70%;
}

#nf-field-601-wrap>div,
#nf-field-604-wrap>div,
#nf-field-616-wrap>div,
#nf-field-606-wrap>div,
#nf-field-605-wrap>div {
    margin: 0 0 !important;

}

.nf-field-element input {
    margin-top: 0 !important;

}

.label-left .nf-field-label label {
    width: 60% !important;
}

#nf-field-606 {
    margin-top: 0;
}

@media (max-width : 767px) {

    #nf-field-601-wrap,
    #nf-field-604-wrap,
    #nf-field-616-wrap,
    #nf-field-606-wrap,
    #nf-field-605-wrap {
        flex-direction: column;
    }

    #nf-field-601-wrap>div,
    #nf-field-604-wrap>div,
    #nf-field-616-wrap>div,
    #nf-field-606-wrap>div,
    #nf-field-605-wrap>div {
        width: 100%;
    }

    #nf-field-601-wrap>div label,
    #nf-field-604-wrap>div label,
    #nf-field-616-wrap>div label,
    #nf-field-606-wrap>div label,
    #nf-field-605-wrap>div laebl {
        padding-bottom: 0 !important;
    }

    #nf-label-field-605 {
        padding-bottom: 0 !important;
    }
}


.entry-title.text-center {

    letter-spacing: 1px !important;
    font-weight: 300 !important;

}

#main li,
#content li {
   list-style-type: disc !important;
}
#content .ninja-forms-form-wrap li {
	list-style-type: none !important;
}
.nf-field-element ul {
    margin-bottom: 38px !important;
    padding: 0;
}

#main li,
#content li {

    padding: 5px 0;
}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {

    margin-top: 8px !important;

}

.nf-field-element ul li label {

    margin-left: 16px !important;

}

.nf-field-element input {
    width: 85% !important;
}

#nf-field-597-wrap {
    margin-bottom: 30px;
}

#nf-field-601-wrap,
#nf-field-604-wrap,
#nf-field-616-wrap,
#nf-field-606-wrap,
#nf-field-605-wrap {
    display: flex;
    flex-direction: row;
}

.label-left .nf-field-label label {
    margin-right: 40px;
}




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

    #nf-field-601-wrap,
    #nf-field-604-wrap,
    #nf-field-616-wrap,
    #nf-field-606-wrap,
    #nf-field-605-wrap {

        flex-direction: column;

        margin-bottom: 5px;
    }
}

#nf-field-601-wrap .nf-field-element,
#nf-field-604-wrap .nf-field-element,
#nf-field-616-wrap .nf-field-element,
#nf-field-606-wrap .nf-field-element,
#nf-field-605-wrap .nf-field-element {
    width: 85% !important;
}

#nf-field-601-wrap .nf-field-element,
#nf-field-604-wrap .nf-field-element,
#nf-field-616-wrap .nf-field-element,
#nf-field-606-wrap .nf-field-element,
#nf-field-605-wrap .nf-field-element {
    width: 75% !important;
}

#nf-field-601-wrap,
#nf-field-604-wrap,
#nf-field-616-wrap,
#nf-field-606-wrap,
#nf-field-605-wrap {



    margin-bottom: 15px;
}

#nf-field-558 {

    margin-bottom: 15px;
    margin-top: 15px !important;
}




/* checkbox button */
.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {

    margin-top: 8px !important;

}


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

    #nf-field-601-wrap .nf-field-element,
    #nf-field-604-wrap .nf-field-element,
    #nf-field-616-wrap .nf-field-element,
    #nf-field-606-wrap .nf-field-element,
    #nf-field-605-wrap .nf-field-element {
        width: 100% !important;
    }

    .nf-field-label label {
        margin-bottom: 0 !important;
    }

    #nf-field-606-wrap .nf-field-label,
    #nf-field-601-wrap .nf-field-label,
    #nf-field-604-wrap .nf-field-label,
    #nf-field-605-wrap .nf-field-label,
    #nf-field-616-wrap .nf-field-label {
        width: 80% !important;
    }


   /* #florida-map {
        width: 100%;
        height: 500px;
        z-index:0; 
        -webkit-transform: translateZ( 0 );
        transform: translateZ( 0 );
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;

    }
    
    #florida-map {
        -webkit-transform: translateY( -500px );
        transform: translateY( -500px );
    }*/
}

#nf-label-field-601 {
    margin-right: 70px !important;
}

#nf-label-field-604,
#nf-label-field-616 {
    margin-right: 137px !important;
}

#nf-label-field-606 {
    margin-right: 95px !important;
}

#nf-label-field-605 {
    margin-right: 95px !important;
}

.nf-error-msg.nf-error-required-error {
    margin-top: -20px;
}

.list-checkbox-wrap .nf-field-element li input,
.list-image-wrap .nf-field-element li input,
.list-radio-wrap .nf-field-element li input {

    position: absolute;
    top: 1px;
}

#main li,
#content li {
    position: relative;
}

@media (max-width: 489px) {

    #nf-field-601,
    #nf-field-604,
    #nf-field-616,
    #nf-field-606,
    #nf-field-605 {

        width: 100% !important;
    }
}

#nf-field-633 {
    display: none !important;
}

/*7th sep form edit*/
.entry-title.text-center {

    display: none;
}


#nf-form-title-71 h3 {

    font-weight: 501 !important;
    text-align: center;
    font-size: 28px;
    color: rgb(180, 189, 0);
    display: none;
}

.nf-form-fields-required {
    display: none;
}

.nf-field-label label {
    font-size: 22px !important;
}


#nf-field-634-wrap {
    display: none;
}

#nf-form-title-212121 h3 {

    font-weight: 501 !important;
    text-align: center;
    font-size: 28px;
    color: rgb(180, 189, 0);

}
@media (min-width: 767px) {

    .field-wrap .pikaday__container,
    .field-wrap .pikaday__display,
    .field-wrap>div input,
    .field-wrap select,
    .field-wrap textarea {
        width: 60% !important;
    }
}
/*14th edit*/
@media only screen and (max-width: 480px){
    .tooltipster-base.tooltipster-shadow.tooltipster-grow.tooltipster-grow-show {
    max-width: 180px !important;
}
}
.lia-custom-title-map ul li {
    list-style: none;
}
.pin-images-map {
    width: 80% !important;
    height: auto;
}
.page-id-16440 #secondary #custom_html-2 {
    display: none !important;
   
}

#site-navigation {
    padding: 4px 0;
}
#site-navigation .nav-button a {
    background: #4F787E;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    transition: .25s ease all;
}
#site-navigation .nav-button a:hover, body.sticky-menu .site-header .masthead-social a i, body.sticky-menu .site-header #site-navigation .nav-button a:hover {
    background: #fff;
    color: #4F787E;
}
body.sticky-menu .site-header .masthead-social a i, body.sticky-menu .site-header #site-navigation .nav-button a {
    color: #fff;
}
a.cta-button {
    display: block;
    background-color: #4F787E;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 4px;
    width: 170px;
    margin: 0 auto;    
}
#wpls-logo-showcase-slider-1 .wpls-fix-box {
    background-color: #f1f2f2;
}
.logo-slider #wpls-logo-showcase-slider-1 .wpls-fix-box img.wp-post-image {
    mix-blend-mode: multiply;
}
.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0 40px;
}