@charset "UTF-8";
/*
/*
Theme Name: Parascript Twenty Twenty
Theme URI: https://www.parascript.com/themes/parascript_twenty nineteen/
Author: Parascript
Author URI: https://parascript.com/
Description: The 2020 theme for the Parascript website.
Version: 1.51
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen

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.

Fonts for this theme
font-family: 'Source Sans Pro', sans-serif; 300/400/400i/700/700i
font-family: 'Noto Serif JP', serif; 500
font-family: 'Inter', sans-serif;
*/



/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0 0 1em;
	max-width:100%;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.wp-caption img {
	margin-bottom:0.25em;
}

.wp-caption-text {
	font-size:0.875rem;
	line-height:1.25rem;
	font-style:italic;
}

audio,
video {
	display: inline-block;
}

.videoContainer {
	position:relative;
	margin:0 auto;
	padding-bottom: 56.25%;
	/*height: 0;*/
	max-width:100%;
	height:auto;
}

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

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width:100%;
	height:auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	-webkit-appearance:none;
	-moz-appearance: none;
	max-width: 100%;
	border-radius: 0;
	border: solid 1px #ccc;
	background: url("/wp-content/themes/parascript_twentynineteen/assets/ui/select-down.png") right 4px no-repeat;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: none;
	/*outline-offset: -2px;*/
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: block;
	margin:0 auto 0.5em
}

.alignright {
	display: block;
	margin:0 auto 0.5em
}

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

.page-width	{
	position:relative;
	max-width:1200px;
	margin:0 4%;
	padding:0;
}

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

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

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

@media screen and ( min-width: 730px ) {
/*.page-width	{
	margin:0 2%;
}*/
}

@media screen and ( min-width: 600px ) {
.alignleft {
	display: inline;
	float: left;
	margin:0 3% 0.5em 0;
	max-width: 47%;
}

.alignright {
	display: inline;
	float: right;
	margin:0 0 0.5em 3%;
	max-width: 47%;
}
}

@media screen and ( min-width: 1250px ) {
.page-width	{
	margin:0 auto;
}
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #111;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 100%;
	/*letter-spacing: 0.01em;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color:#000;
}

h1 {
	/*font-family: 'Noto Serif JP', serif;*/
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 2rem;
    padding-bottom:0.3125em;
    letter-spacing: -.015em;
}

h2 {
	/*font-family: 'Noto Serif JP', serif;*/
	font-size: 1.75rem;
	font-weight:500;
	line-height:2.25rem;
	margin:0;
	padding:0 0 0.25em 0;
    letter-spacing: -.015em;
}

body.page-template-new-default h2,
body.page-header-new-format h2 {
    font-weight:500;
}

h3 {
	font-size: 1.5rem;
	font-weight:700;
	line-height:1.625rem;
	margin:0;
	padding:0 0 0.5em 0;
}

h4 {
	font-size: 1.25rem;
	line-height:1.625rem;
	font-weight:700;
	margin:0;
	padding:0 0 0.25em 0;
}

h5, h6 {
	font-size: 1rem;
	font-weight:400;
	line-height:1.5rem;
	margin:0;
	padding:0 0 0.25em 0;
}

h5 {
	font-weight:400;
}

.eyebrow-text {
	font-size: .9375rem;
	line-height: 1.25rem;
	padding-bottom: 1em;
    margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
    letter-spacing: 0;
}

p {
	/*font-size: 1.0625rem;*/
	line-height: 1.625rem;
	margin: 0 0 1.25em;
	padding: 0;
}

#content p, #content li {
	line-height:1.625rem;
}

#content p a, #content li a {
	text-decoration:underline;
    color: #e9741f;
}

#content p a:hover, #content li a:hover {
    color: #111;
}

#content h1 a,
#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
	text-decoration:none;
}

@media screen and (min-width: 660px) {
h1 {
	font-size: 2.625rem;
	line-height:3rem;
}

h2 {
	font-size: 2.25rem;
	line-height: 2.5rem;
}

h3 {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h4 {
	font-size: 1.625rem;
	line-height: 1.875rem;
}

h5 {
	font-size: 1.375rem;
	line-height: 1.75rem;
}

h6 {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
}

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

blockquote {
	color: #666;
    font-size: 1.125rem;
	font-weight: 500;
    line-height: 1.7;
    overflow: hidden;
    border-top: solid 2px #005a83;
    border-bottom: solid 2px #005a83;
    padding: 1.25em 1em 0 1em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.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: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	padding: 0 0 1.5em 2.5em;
	overflow: hidden;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #000;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #aaa;
	outline: 0;
}


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #cee8f5;
}

#page {
	position: relative;
	word-wrap: break-word;
}


/*--------------------------------------------------------------
SITE ALERTS
--------------------------------------------------------------*/
.site-alert {
	display: block;
	position: relative;
	padding: 0.6125em 1.5em;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.site-alert:hover {
	opacity: .7;
}

.site-alert a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;	
}

.site-alert h3, .site-alert .alert-text, .site-alert .alert-link-text {
	font-size: 0.9375rem;
	line-height: 1.125rem;
    
}

.site-alert h3 {
	display: inline-block;
    text-transform: uppercase;
    padding: 0 0.5em 0 0;
}

.site-alert .alert-text {
	font-weight: 400;
}

.site-alert .alert-link-text {
    font-weight: 700;
	text-transform: uppercase;
    border-left: solid 1px;
    padding-left: .75em;
    margin-left: .75em;
}




/*--------------------------------------------------------------
SITE HEADER
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 119px;
	width: 100%;
	z-index:999;
}

.site-branding.page-width {
	margin: 0 2% 0 0;
}

@media screen and (min-width: 730px) {
.site-header {
	min-height: 140px;
}

.site-branding.page-width {
	margin: 0 2%;
}
}

@media screen and (min-width: 1250px) {
.site-branding.page-width {
	margin: 0 auto;
}
}

/* Contact Slide Nav */
.contact-nav {
	display: none;
}

.contact-nav-bottom {
	position: fixed;
	left: 0;
	bottom:0;
	z-index: 9999;
	width: 100%;
}

.contact-wrapper-bottom {
	position: relative;
	padding-top: 38px;
	height:38px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contact-nav-bottom.active .contact-wrapper-bottom {
	height: auto;
}

.contact-button-bottom {
	position: absolute;
    left: 0;
    top: 0;
	width: 50%;
    padding: .75em 0;
    font-size: 0.9375rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e9741f;
    border: solid 1px #e9741f;
    white-space: nowrap;
    font-weight: 400;
	text-align: center;
	border-right:solid 1px #fff;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.contact-button-bottom:hover {
	background-color: #fff;
    color:#e9741f;
}

#contact-sidebar-bottom {
	position: relative;
    background-color: #fff;
    /*max-width: 300px;*/
	white-space: nowrap;
}

#contact-sidebar-bottom .widget {
	margin-bottom: 0;
}

#contact-sidebar-bottom .textwidget {
	padding: 1em 1.5em 0;
}

#contact-sidebar-bottom .textwidget p {
	margin-bottom: 1em;
}

#contact-sidebar-bottom .textwidget p a:not(.btn) {
	color: #111;
	text-decoration: underline;
}

#contact-sidebar-bottom .textwidget p a:not(.btn):hover {
	color: #e9741f;
}

#contact-sidebar-bottom .textwidget .fas {
	color: #999;
	padding-right: .5em;
}

.request-demo-bottom {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 38px;
	z-index: 9999;
}

.request-demo-bottom.behind {
	z-index: 9998;
}

.request-demo-bottom .btn {
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
    padding: .75em 0;
    font-size: 0.9375rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    background-color: #e9741f;
    border: solid 1px #e9741f;
    white-space: nowrap;
    font-weight: 400;
	text-align: center;
	border-radius: 0;
	border-left:solid 1px #fff;
}

@media screen and (min-width: 760px) {
.contact-nav-bottom, .request-demo-bottom {
	display: none;
}

.contact-nav {
	display: block;
	position: fixed;
	/*right: 0;*/
    left: 0;
	top:200px;
	z-index: 9999;
}

.contact-wrapper {
	position: relative;
	/*padding-left: 45px;*/
    padding-right: 45px;
	width:45px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}

.contact-nav.active .contact-wrapper {
	width:270px;
	overflow: visible;
}

.contact-button {
	position: absolute;
    /*left: -102px;*/
    left: -110px;
    top: -40px;
    padding: .75em 0;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background-color: #e9741f;
    border: solid 1px #e9741f;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
    transform: rotate(270deg);
    transform-origin: bottom right;
    white-space: nowrap;
    font-weight: 400;
    /*border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
	cursor: pointer;
    width: 152px;
    height: 42px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

#contact-sidebar {
	position: relative;
    background-color: #f2f2f2;
    /*box-shadow: 0px 0px 10px #666;*/
    max-width: 300px;
    margin-left: -300px;
	white-space: nowrap;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}
    
    .contact-nav.active .contact-button {
        left: 110px;
    }
    
    .contact-nav.active #contact-sidebar {
        margin-left: 0;
    }

#contact-sidebar .textwidget {
	padding: 1em 1.5em 0;
}

#contact-sidebar .textwidget p {
	margin-bottom: 1em;
}

#contact-sidebar .textwidget p a:not(.btn) {
	/*color: #111;*/
    color: #e9741f;
	text-decoration: underline;
}

#contact-sidebar .textwidget p a:not(.btn):hover {
	/*color: #e9741f;*/
    color: #111;
}

#contact-sidebar .textwidget .fas {
	color: #999;
	padding-right: .5em;
}
}

/* Logo */
.logo {
	position: relative;
	float: left;
	padding-bottom: 0;
	line-height: 100%;
	width: 136px;
	height: 105px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.logo a {
    position: absolute;
	display: block;
    height: 100%;
	width: 100%;
	padding:0 17px;
	margin-top: 14px;
	overflow: hidden;
}

.logo a img {
	position: absolute;
	width: 102px;
}


@media screen and (min-width: 750px) {
.logo {
	width: 160px;
	height: 126px;
}

.logo a img {
	width: 126px;
}
}


/* Site Branding */
.nav-wrapper {
	float: right;
}

.top-nav {
	text-align: right;
}

.secondary-navigation {
	display: inline-block;
	vertical-align: middle;
}

.secondary-navigation ul {
	list-style: none;
	padding: 0;
	text-align: right;
}

.secondary-navigation ul li {
	position: relative;
    display: inline-block;
    margin: 1em 0em 1em 2em;
    font-size: .875rem;
	font-weight: 400;
    text-align: center;
	text-transform: uppercase;
	vertical-align: top;
}

.secondary-navigation ul li a {
	/*color: #5994ae;*/
}

.secondary-navigation ul li a:hover {
	color: #005a83;
}

.site-header.dark .secondary-navigation ul li a {
	/*color: #a6c5d4;*/
    color: #fff;
}

.site-header.dark .secondary-navigation ul li a:hover {
	color: #fff;
}

.secondary-navigation ul li:first-child {
	margin-left: 0;
}

.secondary-navigation ul li.hide-mobile {
	display: none;
}

.top-nav .search-wrapper {
	display: none;
}

.site-header .search-wrapper-secondary {
	display: block;
	position: absolute;
	top: 1.375em;
	right: 1.75em;
    padding: .5em 0 0;
    font-size: 1.625rem;
    text-align: right;
}

.site-header .search-wrapper-secondary a {
	color: #005a83;
}

.site-header .search-wrapper-secondary a:hover {
	color: #e9741f;
}

.site-header.dark .search-wrapper-secondary a {
	color: #fff;
}

.site-header.dark .search-wrapper-secondary a:hover {
	color: #e9741f;
}


@media screen and (min-width: 450px) {
.secondary-navigation ul li.hide-mobile {
	display: inline-block;
}
}

@media screen and (min-width: 1020px) {
.nav-wrapper {
	width: 82%;
}

.site-header .search-wrapper-secondary {
	display: none;
}

.top-nav .search-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 2em;
}

.top-nav .search-wrapper .search-field {
	min-width: 200px;
}
}


/* =========== Main Nav ============ */
.main-navigation {
	display: none;
}

.mobile-main-navigation {
	display: none;
}

/* MMenu Overrides */
.mm-navbars_top {
	border-bottom: 0!important;
}

.mm-listitem {
	font-weight: 700;
	text-transform: uppercase;
	border-color:#ccc;
}

.mm-listitem__btn:not(.mm-listitem__text) {
	border-color:#fff;
}

.mm-btn:after, .mm-btn:before {
	border-color: #666;
}
.mm-navbar__title {
	font-weight: 400;
	color: #666!important;
}

.mm-btn_close:after, .mm-btn_close:before {
	width: 15px!important;
	height: 15px!important;
}

.mm-btn:after, .mm-btn:before {
	border-color: #005a83!important;
}

.mm-btn_close:before {
	right: 14px!important;
}

.mm-btn_close:after {
	right: 35px!important;
}

@media screen and (min-width: 1020px) {
.main-navigation {
	display: block;
	padding-top: .5em;
}

.main-navigation ul {
	list-style: none;
	padding: 0;
	text-align: right;
}

.main-navigation ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 2em;
	text-transform: uppercase;
	font-size: .9375rem;
	font-weight: 700;
}

.main-navigation ul li:first-child {
	margin-left: 0;
}

.main-navigation ul li a {
	color: #003346;
	padding: 0.5em 0;
}

.main-navigation ul li a.nav-title-link {
	color: #fff;
	font-size: 1.25rem;
	vertical-align: middle;
}

.main-navigation ul li a.nav-title-link .far {
	margin-left: 0.5em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-intro-column a.btn {
	padding: 0.625em 1.625em 0.5625em;
	color: #fff;
	margin-top: 1em;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column.mega-intro-column a.btn:hover {
	color: #e9741f;
}

.main-navigation ul li a:hover {
	color: #e9741f;
}

.main-navigation ul li.mega-btn {
	padding: 0;
	font-weight: 400;
}

.main-navigation ul li.mega-btn a {
	display: block;
	color: #fff;
	padding: 0.625em 1.625em 0.5625em;
}

.main-navigation ul li.mega-btn a:hover {
	color: #e9741f;
}

.main-menu > li.current-menu-item > a,
.main-menu > li.current_page_parent > a {
	color:#e9741f;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link {
	color:#e9741f;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-parent > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item > a.mega-menu-link:after,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-current-page-ancestor > a.mega-menu-link:after {
	display: block;
    position: absolute;
    width: calc(100% - 32px);
    height: 2px;
    background-color: #b2092b;
    content: '';
    bottom: 18px;
}

/*#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    content: '';
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
    z-index: 98;
}*/
    
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > ul.mega-sub-menu:before {
	    display: block;
        position: absolute;
        width: 100px;
        height: 6px;
        background-color: #bdcc2a;
        content: '';
        top: -6px;
        left: 0;
        z-index: 98;
    }
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > a.mega-menu-link:after {
	display: none;
}
}


/* Sub Menu Dropdowns - First Tier */
.main-menu ul.sub-menu {
	display:none;
	position: absolute;
    left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 112px;
    text-align: left;
    z-index: 999;
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
}

.main-menu li:hover ul.sub-menu {
	display:block;
}


/* Mobile Menu */
.mobile-menu {
	display: block;
	position: absolute;
	top: 1em;
	right: 0;
    padding: .5em 0 0 .5em;
    font-size: 2rem;
    text-align: right;
	color: #005a83;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.mobile-menu:hover {
	color:#e9741f;
}

.site-header.dark .mobile-menu {
	color: #fff;
}

.site-header.dark .mobile-menu:hover {
	color:#e9741f;
}

@media screen and (min-width: 1020px) {
.mobile-menu {
	display: none;
}
}


/* ============= Header Sticky Nav =============== */
.site-header.sticky {
	position: fixed;
	background-color: #005a83;
	min-height: 0;
}

.site-header.sticky .site-alerts {
	display: none;
}

.site-header.sticky .top-nav {
	display: none;
}

.site-header.sticky .logo {
	background-color: #fff;
	height: 38px;
}

.site-header.sticky .logo a {
	margin-top: 8px;
}

.site-header.sticky .logo a img {
	top: -76px;
}

.site-header.dark.sticky .logo a img {
	display: none;
}

.site-header.dark.sticky .logo a {
	background-image: url(/wp-content/themes/parascript_twentynineteen/assets/ui/parascript-logo-2x.png);
	background-size: 102px auto;
	background-repeat: no-repeat;
	background-position: center -76px;
}

.site-header.sticky .nav-wrapper {
	position: absolute;
	top: 5px;
	right: 0;
}

.site-header.sticky .search-wrapper-secondary {
	top: 0;
	padding: 0.125em;
}

.site-header.sticky .search-wrapper-secondary a {
	color: #fff;
}

.site-header.sticky .mobile-menu {
	color: #fff;
	top: 0;
	padding: 0;
}


@media screen and (min-width: 750px) {
.site-header.sticky .logo {
	height: 52px;
}

.site-header.sticky .logo a {
	margin-top: 14px;
}

.site-header.sticky .logo a img {
	top: -94px;
}

.site-header.dark.sticky .logo a {
	background-size: 126px auto;
	background-position: center -94px;
}

.site-header.sticky .search-wrapper-secondary {
	top: 7px;
}

.site-header.sticky .mobile-menu {
	top: 7px;
}
}


@media screen and (min-width: 1020px) {
.site-header.sticky .main-navigation ul li a {
	color: #fff;
}

.site-header.sticky .main-navigation ul li a:hover {
	color: #e9741f;
}

.site-header.sticky .nav-wrapper {
	position: relative;
	top: auto;
	right: auto;
}
}




/* Header Image / Search Region */
.header-image-region {
	position: relative;
	text-align: center;
    background-size: cover;
	background-color: #666;
}

.header-image-region .header-mobile-image {
	display: block;
}

.header-image-region.desktop-image {
	min-height: 150px;
}

.show-min-header {
	min-height: 65px;
}

.header-image-region .bottom-gray-gradient,
.header-image-region .top-gray-gradient {
	height: 140px;
}

.header-image-region .bottom-gray-gradient {
	display: none;
}


@media screen and (max-width: 699px) {
.header-image-region.desktop-image {
	background: none !important;
}
}

@media screen and (min-width: 600px) {
.show-min-header {
	min-height: 150px;
}
}

@media screen and (min-width: 700px) {
.header-image-region.desktop-image {
	min-height: 400px;
}

.header-image-region.tall-image {
	height: 630px;
}

.header-image-region .header-mobile-image {
	display: none;
}

.header-image-region .top-gray-gradient  {
	display: none;
}

.header-image-region .bottom-gray-gradient {
	display: block;
}
}


/*--------------------------------------------------------------
Content Region
--------------------------------------------------------------*/
.site-content {
	/*position: relative;*/
	padding: 0 0 0 0;
	background-color:#fff;
	z-index: 9;
}

.site-content .page-header-disabled {
    padding-top: 140px;
}

.site-content .content-area {
	position: relative;
}

.entry-content p a {
	text-decoration:underline;
}

/* Post Navigation */
.post-navigation {
	text-align:center;
	border-top: solid 1px #ccc;
	padding-top: 1em;
}

.post-navigation .nav-previous {
	margin-bottom: 1em;
}

.post-nav-item {
	position:relative;
	display: inline-block;
    width: 34px;
    height: 34px;
    margin: 1em 5px;
	text-align: center;
    vertical-align: middle;
    background: #f1b434;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: background 0.2s ease;
	transition:background 0.2s ease-in-out;
}

.post-nav-item:hover {
	background-color:#58585a;
}

.post-nav-item a {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-nav-item .fa:before {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color:#fff;
	font-size: 1.5rem;
}

.region.blog-navigation {
    padding-top: 1em;
}

@media screen and (min-width: 550px) {
.post-navigation .nav-previous {
	margin-bottom: 0;
}
}

@media screen and (min-width: 700px) {
.narrow-column {
	width:70%;
	margin:0 auto;
}
}


/*--------------------------------------------------------------
PAGE HEADER REGION
--------------------------------------------------------------*/
/* Page / Entry Header */
.entry-header {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}

.entry-header .entry-header-spacer {
	position: relative;
    width: 100%;
	height: 119px;
}

.entry-header .entry-header-inner {
	/*padding-top: 3em;
    padding-top: 130px;*/
    padding-top: 40px;
	padding-bottom: 3em;
}

.entry-header svg,
.entry-header .author,
.entry-header .updated {
	display: none;
}

.entry-header .entry-date {
	font-size: 0.875rem;
}


.entry-header p.page-header-intro-text {
	margin-bottom: 0.25em;
	font-weight: 400;
}

/* LIGHT HEADER COLORS */
.entry-header h1.entry-title,
.entry-header h2.entry-title {
	color: #005a83;
}

/* DARK HEADER COLORS */
.entry-header.dark h1.entry-title,
.entry-header.dark h2.entry-title {
	color: #fff;
}

.entry-header.dark .eyebrow-text {
	color: #cee8f5;
}

.entry-header.dark p.page-header-intro-text {
	color: #fff;
}

.entry-header .button-region {
	padding: 1em 0 0;
}

.entry-header .button-region .btn {
	margin-right: 1em;
}

.entry-header .entry-header-inner.align-center .button-region .btn {
	margin-left: 1em;
}

.entry-header .entry-header-inner.align-right .button-region .btn {
	margin-right: 0;
	margin-left: 1em;
}

.entry-header.height-tall {
	min-height: 530px;
}

.entry-header .entry-header-inner h2.entry-title {
    font-size: 1.75rem;
    line-height: 2rem;
    font-weight: 500;
}

@media screen and (min-width: 660px) {
    .entry-header .entry-header-inner h2.entry-title {
        font-size: 2.625rem;
        line-height: 3rem;
    }
}

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

@media screen and (min-width: 730px) {
.entry-header .entry-header-spacer {
	height: 140px;
}
    
.entry-header.height-short {
	
}

.entry-header.height-medium {
	min-height: 500px;
}

.entry-header.height-tall {
	min-height: 760px;
}

.entry-header p.page-header-intro-text {
	font-size: 1.25rem;
}

.entry-header.height-medium .entry-header-inner {
	padding-top: 4em;
}

.entry-header.height-tall .entry-header-inner {
	padding-top: 5em;
}

.entry-header .entry-header-inner .entry-title,
.entry-header .entry-header-inner .page-header-intro-text {
	max-width: 70%;
}

.entry-header .entry-header-inner.align-right .entry-title,
.entry-header .entry-header-inner.align-right .page-header-intro-text {
	margin-right: 0;
	margin-left: 30%;
}

.entry-header .entry-header-inner.align-center .entry-title,
.entry-header .entry-header-inner.align-center .page-header-intro-text {
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (min-width: 760px) {
.entry-header .entry-header-inner {
    padding-top: 130px;
}
}


/* Bread Crumbs */
.breadcrumbs {
    padding: 0.5em 0;
	border-bottom: solid 1px #ccc;
	margin-bottom: 0.5em;
}

#content #breadcrumbs {
    font-size: 0.8125rem;
	line-height: 1.125rem;
    color: #252525;
	font-weight: 400;
	margin-bottom: 0;
}

#content #breadcrumbs a {
    color: #666;
    text-decoration: none;
    padding: 0 0.25em;
}

#content #breadcrumbs a:hover {
    color: #111;
}

#breadcrumbs .breadcrumb_last {
    padding-left: 0.25em;
}

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

}



/*--------------------------------------------------------------
PAGE REGIONS
--------------------------------------------------------------*/
.region, .standard-content {
	position:relative;
	padding:1.5em 0;
}

.region.block-width {
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 3em;
	margin-bottom: 3em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	border: solid 2px #CCC;
	overflow: hidden;
}

.region-button {
	text-align:center;
	padding-bottom:1em;
	clear:both;
}

.column-as-image-content .region-button {
	text-align: left;
}

/* Overlays */
.gray-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.7);
}

.white-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.7);
}

.blue-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,90,131,0.7);
}

.bottom-gray-gradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+11,0.65+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 11%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 11%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.top-gray-gradient {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+89 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 89%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 89%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/* Core Colors */
.blue { color: #005a83; }
.light-blue { color: #cee8f5; }
.teal { color: #0097a5; }
.bright-blue { color: #0095d7; }
.orange { color: #e9741f; }
.yellow { color: #ffd100; }
.gold { color: #ffc00c; }
.dark-blue { color: #003346; }
.lime-green { color: #bdcc2a; }
.purple { color: #6c2888; }
.white { color: #fff; }
.black { color: #111; }

.blue-bkgd { background-color: #005a83; }
.light-blue-bkgd { background-color: #cee8f5; }
.teal-bkgd { background-color: #0097a5; }
.bright-blue-bkgd { background-color: #0095d7; }
.orange-bkgd { background-color: #e9741f; }
.yellow-bkgd { background-color: #ffd100; }
.gold-bkgd { background-color: #ffc00c; }
.dark-blue-bkgd { background-color: #003346; }
.lime-green-bkgd { background-color: #bdcc2a; }
.purple-bkgd { background-color: #6c2888; }
.light-gray-bkgd { background-color: #f9f9f9; }
.white-bkgd { background-color: #fff; }
.teal-gradient-bkgd {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d3ebec+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(210,234,236,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(210,234,236,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(210,234,236,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3ebec',GradientType=1 ); /* IE6-9 */
}
.blue-gradient-bkgd {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,005a83+100&0+0,0.4+100 */
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,90,131,0.4) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,90,131,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,90,131,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66005a83',GradientType=1 ); /* IE6-9 */
}
.light-gray-gradient-bkgd {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,d3ebec+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(221,222,221,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(221,222,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(221,222,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddedd',GradientType=1 ); /* IE6-9 */
}
.light-teal-bkgd {background-color:#d2eaec;}
.background-none {background: none;}

.region-header {
	text-align:center;
	/*padding-bottom:1em;*/
}

@media screen and (min-width: 700px) {
.region-header {
	padding-bottom:1em;
}
}

.column-as-image-content .region-header {
	text-align: left;
	padding-bottom: 0;
}

.region.image, .region.image-bkgd {
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;
}

.region.pattern-bkgd {
	background-repeat: repeat;
	background-size: auto;
}

/* Region Content Color Switch */
.region-content.light,
.region-content.light h2,
.region-content.light h3,
.region-content.light h4,
.region-content.light h5,
.region-content.light h6,
.region-content.light .news-inner h2{
	color:#fff;
}

#content .region-content.light a,
#content .region-content.light h2 a,
#content .region-content.light h3 a,
#content .region-content.light h4 a,
#content .region-content.light h5 a,
#content .region-content.light h6 a,
#content .region-content.light p a {
	color:#fdd792;
}

#content .region-content.light a:hover,
#content .region-content.light h2 a:hover,
#content .region-content.light h3 a:hover,
#content .region-content.light h4 a:hover,
#content .region-content.light h5 a:hover,
#content .region-content.light h6 a:hover,
#content .region-content.light p a:hover {
	color:#fff;
}

.region-content.dark {
	color:#111;
}

.region-header h1 {
	margin-bottom:0.25em;
}

.region-intro-text {
	padding-bottom:1em;
}

.region-header h2.region-subhead {
	font-size:1.5rem;
	line-height:1.75rem;
}

.region-header h3.region-subhead {
	font-size:1.375rem;
	line-height:1.5rem;
}

.region-header h4.region-subhead {
	font-size:1.25rem;
	line-height:1.375rem;
	font-weight:400;
}

.region-header p {
	font-size:1.125rem;
	font-weight: 500;
	line-height:1.75rem;
	margin-bottom: 0.5em;
}

.column-as-image-content .region-header p {
	padding: 0;
}

/* Inline Arrow List */
#content ul.arrow-list {
	list-style: none;
	padding: 0 0 1em 0;
}

#content ul.arrow-list li {
	margin-bottom: .25em;
}

#content ul.arrow-list li a {
	font-weight: 500;
	color: #111;
	text-decoration: none;
}

#content ul.arrow-list li a:hover {
	color: #e9741f;
}

#content ul.arrow-list li a:after {
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	padding-left: .25em;
	color: #e9741f;
}


@media only screen and (min-width : 660px) {
.region-header h2.region-subhead {
	font-size:1.75rem;
	line-height:2rem;
}

.region-header h3.region-subhead {
	font-size:1.5rem;
	line-height:1.75rem;
}

.region-header h4.region-subhead {
	font-size:1.375rem;
	line-height:1.5rem;
}

#content ul.arrow-list.two-column {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
	-webkit-column-gap: 2em;
	-moz-column-gap: 2em;
	column-gap: 2em;
}
}

@media only screen and (min-width : 700px) {
.region, .standard-content {
	padding:2em 0;
}

.region-header p {
	padding-left:5%;
	padding-right:5%;
}

.column-as-image-content .region-header p {
	padding: 0;
}
}

@media only screen and (min-width : 1000px) {
.region, .standard-content {
	padding:2.5em 0;
}

.region-header p {
	padding-left:10%;
	padding-right:10%;
}

.column-as-image-content .region-header p {
	padding: 0;
}
}

.standard-content {
	padding-top:0;
}

/* Column Image */
.region.column-as-image {
	/*padding: 0;*/
}

.region.column-as-image .column-image {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.region.column-as-image .column-image .wp-caption-text {
	position: absolute;
    bottom: 0;
    left: 4%;
    width: 92%;
	color: #fff;
}

@media only screen and (min-width : 700px) {
.region.column-as-image .column-image {
	position: absolute;
	top: 50%;
	left: 0;
	width: 50%;
	height: 86%;
	background-size: cover;
	background-position: center center;
	transform: translateY(-50%);
	border-radius: 0 12px 12px 0;
}

.region.column-as-image .column-image.image-right {
	left: auto;
	right: 0;
	border-radius: 12px 0 0 12px;
}

.region.column-as-image .column-image.seventy-thirty {
	width:60%;
}

.region.column-as-image .column-image.thirty-seventy {
	width:30%;
}

.region.column-as-image .column-image img {
	display: none;
}
}

/* Region Header Alternate Button for Left / Right 1-column config */
.one-column.left-header .alternate-button,
.one-column.right-header .alternate-button {
	display: none;
}


/* Region Tab */
.region-tab {
	position: absolute;
	bottom: -19px;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 10;
}

.region-tab .tab-triangle {
	width: 40px;
	height: 20px;
	margin: 0 auto;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	-moz-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}

@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&14 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}
	
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 & IE11 CSS styles go here */
.region-tab .tab-triangle {
	display: none;
}
}



/* ==================  TEXT COLUMNS ================== */
@media only screen and (min-width : 600px) {
/* Four Column */
.text-column.four-column .column {
	width:47%;
	margin-right: 3%;
	float:left;
}

.text-column.four-column .column:nth-child(2n+2) {
	float: right;
	margin-right: 0;
}

.text-column.four-column .column:nth-child(2n+3) {
	clear: both;
}
}

@media only screen and (min-width : 700px) {
/* 2 column format - 50/50 */
.text-column.two-column .column {
	width:47%;
	float:left;
}
.text-column.two-column .column-two,
.text-column.two-column .column:nth-child(2n+2) {
	float:right;
}

.text-column.two-column .column:nth-child(2n+3) {
	clear: both;
}

.left-container .text-column.two-column .column {
	width:auto;
	float:none;
}
.left-container .text-column.two-column .column-two {
	float:none;
}

/* 2 column format - 30/70 */
.text-column.two-column .thirty-seventy .column-one {
	width:37%;
	float: left;
}
.text-column.two-column .thirty-seventy .column-two {
	width:57%;
}

/* 2 column format - 70/30 */
.text-column.two-column .seventy-thirty .column-one {
	width:57%;
}
.text-column.two-column .seventy-thirty .column-two {
	width:37%;
}

/* ===== Column as Image Configs - 2 Column Only ======= */
/* 50/50 */
.region.column-as-image .fifty-fifty.image-left .column-as-image-content {
	width: 46%;
	margin-left: 54%;
}
.region.column-as-image .fifty-fifty.image-left .column-image {
	left: 0;
	width: 50%;
}
.region.column-as-image .fifty-fifty.image-right .column-as-image-content {
	width: 46%;
}
.region.column-as-image .fifty-fifty.image-right .column-image {
	right: 0;
	width: 50%;
}

/* 70/30 */
.region.column-as-image .seventy-thirty.image-left .column-as-image-content {
	width: 30%;
	margin-left: 70%;
}
.region.column-as-image .seventy-thirty.image-left .column-image {
	left: 0;
	width: 66%;
}
.region.column-as-image .seventy-thirty.image-right .column-as-image-content {
	width: 30%;
}
.region.column-as-image .seventy-thirty.image-right .column-image {
	right: 0;
	width: 66%;
}

/* 30/70 */
.region.column-as-image .thirty-seventy.image-left .column-as-image-content {
	width: 66%;
	margin-left: 34%;
}
.region.column-as-image .thirty-seventy.image-left .column-image {
	left: 0;
	width: 30%;
}
.region.column-as-image .thirty-seventy.image-right .column-as-image-content {
	width: 66%;
}
.region.column-as-image .thirty-seventy.image-right .column-image {
	right: 0;
	width: 30%;
}

/* ===== Region Header Configs - 1 Column Only ======= */
/* Right and Left Configs */
.one-column.left-header .region-button,
.one-column.right-header .region-button {
	display: none;
}

.one-column.left-header .alternate-button,
.one-column.right-header .alternate-button {
	display: block;
	padding-top: 0.75em;
}

.one-column.left-header .region-header,
.one-column.right-header .region-content {
	float: left;
}

.one-column.right-header .region-header,
.one-column.left-header .region-content {
	float: right;
}

/* Column Widths */
.one-column.fifty-fifty .region-header,
.one-column.fifty-fifty .region-content {
	width: 48%;
}

.one-column.seventy-thirty .region-header,
.one-column.thirty-seventy .region-content {
	width: 66%;
}

.one-column.thirty-seventy .region-header,
.one-column.seventy-thirty .region-content {
	width: 30%;
}
}

@media only screen and (min-width : 760px) {
.left-container .text-column.two-column .column {
	width:47%;
	float:left;
}
.left-container .text-column.two-column .column-two {
	float:right;
}

/* 3 column format */
.text-column.three-column .column {
	width:31.33333%;
	float:left;
}

.text-column.three-column .column-two,
.text-column.three-column .column:nth-child(3n+2),
.text-column.three-column .column-three,
.text-column.three-column .column:nth-child(3n+3) {
	margin-left:3%;
}

/*.text-column.three-column .column-three,
.text-column.three-column .column:nth-child(3n+3) {
	float:right;
}*/

.text-column.three-column .column:nth-child(3n+4) {
	clear: both;
}

/* 2 column format - 30/70 */
.text-column.two-column .thirty-seventy .column-one {
	width:30%;
}
.text-column.two-column .thirty-seventy .column-two {
	width:67%;
}

/* 2 column format - 70/30 */
.text-column.two-column .seventy-thirty .column-one {
	width:67%;
}
.text-column.two-column .seventy-thirty .column-two {
	width:30%;
}
}

@media only screen and (min-width : 1100px) {
/* Four Column */
.text-column.four-column .column {
	width:22.75%;
}

.text-column.four-column .column:nth-child(2n+2) {
	float: left;
	margin-right: 3%;
}

.text-column.four-column .column:nth-child(2n+3) {
	clear: none;
}

.text-column.four-column .column:nth-child(4n+4) {
	float: right;
	margin-right:0;
}

.text-column.four-column .column:nth-child(4n+5) {
	clear: both;
}
}


/* ==================  TEXT COLUMNS WITH SIDEBAR ================== */
.text-columns.with-sidebar .sidebar-content {
	position: relative;
	padding: 1.75em 1.75em 0.5em;
	margin-top: 1em;
    margin-bottom: 1em;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

.text-columns.with-sidebar .sidebar-inner h3 {
	font-size:1.5rem;
	line-height: 1.75rem;
	font-weight: 500;
	padding-bottom: .25em;
}

@media only screen and (min-width : 760px) {
.text-columns.with-sidebar .region-header,
.text-columns.with-sidebar .region-button {
	text-align: left;
}

.text-columns.with-sidebar .region-header p {
	padding-left: 0;
	padding-right: 0;
}

.text-columns.with-sidebar .column-content {
	float: left;
	width: 50%;
}

.text-columns.with-sidebar .sidebar-left .column-content {
	float: right;
}

.text-columns.with-sidebar .sidebar-content {
	float: right;
	width: 47%;
	margin-top: 0;
}

.text-columns.with-sidebar .sidebar-left .sidebar-content {
	float: left;
}
}

@media only screen and (min-width : 1020px) {
.text-columns.with-sidebar .column-content {
	width: 66%;
}

.text-columns.with-sidebar .sidebar-content {
	width: 30%;
}

.text-columns.with-sidebar .region-content.two-column .column {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.text-columns.with-sidebar .region-content.two-column .column-two {
	float: right;
	margin-right: 0;
	margin-left: 2%;
}
}


/* ==================  Promotion Banner ================== */
.promotion-banner {
	background-size: cover;
	text-align: center;
}

.promotion-banner .banner-inner.stacked-text-right h2.promotion-banner-headline,
.promotion-banner .banner-inner.stacked-text-right h3.promotion-banner-headline,
.promotion-banner .banner-inner.stacked-text-right h4.promotion-banner-headline,
.promotion-banner .banner-inner.stacked-text-right h5.promotion-banner-headline,
.promotion-banner .banner-inner.stacked-text-right h6.promotion-banner-headline {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0.25em 0;
    letter-spacing: -.015em;
}

#content .promotion-banner .promotion-banner-subhead {
	font-size: 1.125rem;
	line-height: 1.55rem;
	margin-bottom: .5em;
}

.promotion-banner .align-left,
.promotion-banner .align-right {
	text-align: center;
}

@media only screen and (min-width : 660px) {
    .promotion-banner .banner-inner.stacked-text-right h2.promotion-banner-headline,
    .promotion-banner .banner-inner.stacked-text-right h3.promotion-banner-headline,
    .promotion-banner .banner-inner.stacked-text-right h4.promotion-banner-headline,
    .promotion-banner .banner-inner.stacked-text-right h5.promotion-banner-headline,
    .promotion-banner .banner-inner.stacked-text-right h6.promotion-banner-headline {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    #content .promotion-banner .promotion-banner-subhead {
	    font-size: 1.375rem;
	    line-height: 1.75rem;
    }
}

@media only screen and (max-width : 759px) {
.promotion-banner {
	padding: 3em 2em!important;
}
}

@media only screen and (min-width : 760px) {
.promotion-banner .align-left {
	text-align: left;
}

.promotion-banner .align-right {
	text-align: right;
}

.promotion-banner .banner-inner.stacked-text-right .promotion-banner-headline,
.promotion-banner .banner-inner.stacked-text-right .button-region {
	float: left;
	width: 30%;
	clear: left;
}

.promotion-banner .banner-inner.stacked-text-right .button-region,
.promotion-banner .banner-inner.stacked-text-left .button-region {
	padding-top: .75em;
}

.promotion-banner .banner-inner.stacked-text-right .promotion-banner-subhead,
.promotion-banner .banner-inner.stacked-text-right .banner-text {
	float: right;
	width: 70%;
	clear: right;
	padding-left: 32px;
}

.promotion-banner .banner-inner.stacked-text-left h2,
.promotion-banner .banner-inner.stacked-text-left .button-region {
	float: right;
	width: 40%;
	clear: right;
}

.promotion-banner .banner-inner.stacked-text-left .promotion-banner-subhead,
.promotion-banner .banner-inner.stacked-text-left .banner-text {
	float: left;
	width: 60%;
	clear: left;
	padding-right: 32px;
}
}


/* ==================  GRID PRODUCT BLOCKS ================== */
.grid-product-blocks {
	border-top:solid 6px #fff;
	padding-top: 0;
	text-align: center;
}

.grid-product-blocks .product-block-label {
    display: inline-block;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: .9375rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1.5em 2em .75em;
    margin-bottom: 1.5em;
}

.text-columns.grid-product-blocks .grid-product-block {
	display: inline-block;
	float: none;
	vertical-align: top;
	border: solid 2px #fff;
	margin-bottom: 1.5em;
    -webkit-box-shadow: 0px 2px 10px #666;
	-moz-box-shadow: 0px 2px 10px #666;
	box-shadow: 0px 2px 10px #666;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease-in-out;
}

.grid-product-blocks .grid-product-block:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.grid-product-blocks .product-block-inner {
	position: relative;
}

.grid-product-blocks .product-block-inner h2 {
	position: relative;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-size: 1.4125rem;
	line-height: 1.5rem;
    text-align: left;
    padding: 0.5em 2.5em 0.5em 1em;
}

.grid-product-blocks .product-block-inner h2 .far {
	position: absolute;
	color: #e9741f;
    right: 1em;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.grid-product-blocks .product-block-inner a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media only screen and (min-width : 550px) {
.text-columns.grid-product-blocks .grid-product-block {
	width:47%;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(3n+3) {
	margin-left:0;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(2n+2) {
	margin-left:2%;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(2n+3) {
	clear: both;
}
}

@media only screen and (min-width : 900px) {
.text-columns.grid-product-blocks .grid-product-block {
	width:31.33333%;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(2n+2) {
	margin-left:0;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(2n+3) {
	clear: none;
}

.text-columns.grid-product-blocks .grid-product-block:nth-child(3n+2),
.text-columns.grid-product-blocks .grid-product-block:nth-child(3n+3) {
	margin-left:2%;
}

.grid-product-blocks.two-blocks .grid-product-block {
	margin-left:1% !important;
	margin-right:1% !important;
}

.grid-product-blocks.two-blocks .grid-product-block:nth-child(2n+3) {
	clear: both;
}
}


/* ==================  GRID PRODUCT BLOCKS ================== */
.grid-benefits .grid-benefit-block {
	position: relative;
	background-color: #fff;
	margin-bottom: 1em;
	-webkit-box-shadow: 0px 2px 10px #666;
	-moz-box-shadow: 0px 2px 10px #666;
	box-shadow: 0px 2px 10px #666;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease-in-out;
}

.grid-benefits .grid-block-inner {
	position: relative;
	padding: 1.5em;
}

.grid-benefits .grid-block-inner > h2 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
    font-size: 1.4125rem;
	line-height: 1.5rem;
	padding-bottom: .25em;
}

#content .grid-benefits .grid-block-inner .grid-block-text p {
	margin-bottom: 0.75em;
}

.grid-benefits .grid-block-inner .grid-button-link a {
	vertical-align: middle;
	color: #e9741f;
}

.grid-benefits .grid-block-inner .grid-button-link svg {
    vertical-align: middle;
}

.grid-benefits .grid-block-inner .grid-button-link a::before {
	vertical-align: middle;
}

.grid-benefits .grid-block-inner .grid-button-link .benefit-link {
    display: inline-block;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: .875rem;
	line-height: 100%;
	font-weight: 700;
    text-transform: uppercase;
    padding-left: .5em;
    vertical-align: middle;
}

.grid-benefits .grid-block-inner .grid-button-link a:hover {
   color: #111;
}


@media only screen and (min-width : 600px) {
.grid-benefits-blocks.two-blocks .grid-benefit-block,
.grid-benefits-blocks.three-blocks .grid-benefit-block {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
}

@media only screen and (min-width : 850px) {
.grid-benefits-blocks.three-blocks .grid-benefit-block {
	width: 31.33333%;
}
}

@media only screen and (min-width : 1000px) {
.grid-benefits .grid-block-inner > h2 {
    font-size: 1.6125rem;
    line-height: 1.75rem;
}
}



/* ==================  News / Blog / Event Feature ================== */
.news-region {
	background-size: cover;
	background-position: center center;
}

.news-region .region-header h2 {
	font-size: 2rem;
	line-height: 2.25rem;
}

.news-region .column {
	position: relative;
	background-color: #fff;
    border: solid 2px #fff;
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 3px 12px #666;
	-moz-box-shadow: 0px 3px 12px #666;
    box-shadow: 0px 3px 12px #666;
}

.news-region .news-featured-image img {
    display: block;
	margin: 0 auto;
}

.news-region .news-feature-header {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0.75em 1em;
    background-color: rgba(255,255,255,.85);
	border-bottom: solid 2px #fff;
}

.news-region .news-feature-header h3 {
    padding: 0;
    font-size: .9375rem;
    line-height: 100%;
}

.news-region .region-content {
	padding: 1.5em 1.5em 0.5em;
	text-align: center;
}

.news-region .region-content h2 {
    font-size: 1.625rem;
    line-height: 2rem;
    padding-bottom: 0.3125em;
}

.news-region .region-button {
    padding-top: 0;
	padding-bottom: 0;
}

/* One Column Format */
.news-region .one-column .news-featured-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.news-region .one-column .news-featured-image img {
	position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.news-region .one-column .region-content {
	float: right;
	text-align: left;
	width: 65%;
}


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

}




/* ==================  News Archives ================== */
.news-archives .entry-header {
	padding: 0;
}

.news-archives .entry-header h2 {
	font-size: 1.75rem;
	line-height: 2rem;
	font-weight: 400;
}

.news-archives .column {
	margin-bottom: 1.5em;
}


/* ==================  Insert Accordion ================== */
.insert-faqs {
	text-align:center;
}

#content .faq-listings {
	font-family: inherit;
	font-size: inherit;
	text-align: left;
}

.faq-listings .faq-question {
	font-size: 1.125rem;
	line-height: 1.25rem;
	color: #111;
	padding:1em 4em 1em 1em;
	background: none;
	background-color:#f1f1f1;
	border-radius: 0;
	border: 0;
}
.insert-faqs.light-gray-bkgd .faq-listings .faq-question,
.insert-faqs.light-blue-bkgd .faq-listings .faq-question {
	background-color: #fff;
}

.faq-listings .faq-question:hover {
	background-color: #eee;
}

.faq-listings .faq-question .fal {
	position: absolute;
    right: .5em;
    top: 50%;
    font-size: 1.5rem;
    color: #e9741f;
	width: 32px;
	text-align: center;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-listings .faq-question.ui-state-active .fal:before {
	content: "\f00d";
}

.faq-listings .faq-answer a {
	border-bottom: solid 1px #111;
	color: #111;
}

.faq-listings .faq-item {
	border: 0;
	border-radius: 0;
}

.faq-listings.ui-accordion .ui-accordion-content {
	padding: 1em 1em;
}

.faq-button {
	margin-top: 1em;
}

.faq-button.hide {
	display: none;
}


@media only screen and (min-width:680px) {
.faq-listings .faq-question {
	font-size: 1.25rem;
	line-height: 1.5rem;
}

.faq-listings .faq-question .fal {
    font-size: 1.75rem;
}
}


/* ================== Tab Boxes ================== */
.region.tab-boxes {
	padding-bottom: 0;
}

.tabs {
	border: 0;
	font-size: inherit;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	color: #111;
	background: none;
    border-radius: 0;
    padding: 0;
}

.ui-widget.ui-widget-content {
	border: 0;
}

.tabs.vertical {
	margin-bottom: 1.5em;
}

.tabs .ui-tabs-nav {
	border-radius: 0;
    color: #111;
    background: none;
    border: 0;
    padding: 0;
	line-height: 100%;
	text-align: center;
	margin-bottom: 0;
}

#content .ui-tabs .ui-tabs-nav li {
	display: block;
	border-radius: 0;
	border-color: #111;
	background: none;
	font-weight: 600;
	line-height: 1.25rem;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	padding: .75em 1.25em;
	white-space: normal;
}

#content .tabs .ui-tabs-tab a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	text-decoration: none;
	padding: 0.6125em 1em;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .ui-tabs .ui-tabs-nav li:hover {
	background-color: #f1f1f1;
	/*border-color: #f1f1f1;*/
}

.tabs .ui-tabs-panel {
	padding:2em 0;
}

.tabs.vertical .ui-tabs-panel {
	padding:2em;
}

.tabs .ui-tabs-panel a {
	color: #111;
	border-bottom: solid 1px #111;
}

.tabs .ui-tabs-panel a:hover {
	color: #ccc;
	border-color: #ccc;
}

@media only screen and (min-width:680px) {
/* Vertical Tabs */
.tabs.vertical {
	max-width: 1240px;
	width: 94%;
	margin: 0 auto;
	border: solid 1px #111;
}

.vertical-tabs {
	float: left;
	width: 30%;
	margin: 0;
}

#content .ui-tabs .vertical-tabs .ui-tabs-nav li {
    display: block;
    width: 100%;
    float: none;
	border-left: 0;
	border-right: 0;
	border: 0;
	border-bottom: solid 1px #111 !important;
}

.tabs .vertical-tabs .ui-tabs-tab a {
	display: block;
	float: none;
}

.vertical-tab-panel {
	float: right;
	width: 70%;
}

.vertical-tab-panel .page-width {
	max-width: none;
}

.vertical-tab-panel .narrow-column {
	width:94%;
}
}

@media only screen and (min-width:700px) {
.tabs.vertical {
	margin-bottom: 2em;
}
}

@media only screen and (min-width:760px) {
.tabs .ui-tabs-nav {
	margin-bottom: -4px;
}

#content .ui-tabs .ui-tabs-nav li {
	display: inline-block;
	width: 19%;
	float: none;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	white-space: normal;
	padding: 0;
}
#content .ui-tabs .vertical-tabs .ui-tabs-nav li {
	border-radius: 0;
}

#content .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .ui-tabs .ui-tabs-nav li:hover {
	border-color: #f1f1f1;
}

#content .tabs.vertical .ui-tabs .ui-tabs-nav li.ui-tabs-active,
#content .tabs.vertical .ui-tabs .ui-tabs-nav li:hover {
	border-color: #111;
}
}

@media only screen and (min-width:850px) {
.vertical-tabs {
	width: 25%;
}

.vertical-tab-panel {
	width: 75%;
}
}

@media only screen and (min-width:1000px) {
.tabs.vertical {
	margin-bottom: 2.5em;
}
}


/* ==================  Image Slideshow ================== */
.image-slideshow {
	padding:0;	
}

.slideshow-wrapper {
	position:relative;
    height: 100%;
	margin:0 auto;
}
	
.swiper-container {
	width: 100%;
	z-index:1;
}

.swiper-wrapper {
	position:relative;
}

.swiper-slide {
	position: relative;
	background-size:cover !important;
	height:500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	max-height: 100%;
}

/* Slide Inner Content */
.swiper-slide .slide-inner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 2em;
	text-align: center;
	width: 70%;
}

.swiper-slide .slide-inner-content.align-left {
	left: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: left;
}

.swiper-slide .slide-inner-content.align-right {
	left: auto;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-align: right;
}

#content .swiper-slide .slide-inner-content p {
	margin-bottom: 0;
}

.swiper-slide .slide-inner-content .button-region {
	padding-top: 1em;
}

/* Slideshow Pagination */
.swiper-button-next, .swiper-button-prev {
	top:40%;
}

.swiper-pagination {
	bottom: 1em;
	width: 100%;
}

.swiper-pagination-bullet {
    background-color: #FFF;
    opacity: 1;
    width: 14px;
    height: 14px;
    border: solid 2px #fff;
    margin-left: 5px;
    margin-right: 5px;
}

.swiper-pagination-bullet-active {
    background: none;
}

.swiper-button-next, .swiper-button-prev {
	top:50%;
}

.swiper-slide.mobile-center-center {background-position: center center;}
.swiper-slide.mobile-center-top {background-position: center top;}
.swiper-slide.mobile-center-bottom {background-position: center bottom;}
.swiper-slide.mobile-left-center {background-position: left center;}
.swiper-slide.mobile-left-top {background-position: left top;}
.swiper-slide.mobile-left-bottom {background-position: left bottom;}
.swiper-slide.mobile-right-center {background-position: right center;}
.swiper-slide.mobile-right-top {background-position: right top;}
.swiper-slide.mobile-right-bottom {background-position: right bottom;}

@media only screen and (min-width : 600px) {
.swiper-slide .slide-inner-content {
	width: auto;
	max-width: 50%;
}
}

@media only screen and (min-width : 760px) {
.swiper-slide.desktop-center-center {background-position: center center;}
.swiper-slide.desktop-center-top {background-position: center top;}
.swiper-slide.desktop-center-bottom {background-position: center bottom;}
}

@media only screen and (min-width : 768px) {
    .swiper-slide {
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;	
    }
}

@media only screen and (min-width : 1000px) {
.swiper-slide {
	height:600px;
}
}

@media only screen and (min-width : 1250px) {
.swiper-slide {
	height:700px;
}
}

@media only screen and (min-width : 1400px) {
.swiper-slide {
	height:750px;
}
}


/* ==================  Slideshow Header - ADDED JUNE 22, 2020 ================== */
.slide-header .entry-header-inner {
    width: 86%;
    /*max-width: none!important;*/
}

.slide-header .entry-header-inner .btn {
    margin-bottom: 0.25em;
}

.slide-header .swiper-slide {
    align-items: flex-start;
    padding-top: 119px;
}

.slide-header .swiper-button-next, 
.slide-header .swiper-button-prev {
    display: none;
}

.slide-header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-header-video video {
    width: auto;
}

.slide-header .entry-header-inner.light h2,
.slide-header .entry-header-inner.light .eyebrow-text,
.slide-header .entry-header-inner.light p.page-header-intro-text {
    color: #fff;
}

@media screen and (min-width: 600px) {
.slide-header .swiper-button-next, 
.slide-header .swiper-button-prev {
    display: block;
    color: #fff;
    opacity: .7;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slide-header .swiper-button-next:hover, 
.slide-header .swiper-button-prev:hover {
    opacity: 1;
}

.slide-header .swiper-button-next, 
.slide-header .swiper-container-rtl .swiper-button-prev {
    right: 2em;
    background: none;
}

.slide-header .swiper-button-prev, 
.slide-header .swiper-container-rtl .swiper-button-next {
    left: 2em;
    background: none;
}
}

@media screen and (min-width: 760px) {
.slide-header .swiper-slide {
    padding: 0;
    align-items: center;
}

.slide-header-video {
    height: auto;
}

.slide-header-video video {
    width: 100%;
}
}

@media screen and (min-width: 1020px) {
.slide-header .swiper-button-next, 
.slide-header .swiper-container-rtl .swiper-button-prev {
    right: 2.5em;
}

.slide-header .swiper-button-prev, 
.slide-header .swiper-container-rtl .swiper-button-next {
    left: 2.5em;
}
}

@media screen and (min-width: 1260px) {
.slide-header .entry-header-inner {
    /*width: 100%;*/
}
}


/* ==================  Video Embed Region ================== */
.video-embed {
	
}

.video-embed .region-header .region-subhead {
	font-weight: 500;
}

.video-embed .region-content .column {
	padding-bottom: 1em;
}

.video-embed .region-button {
	padding-top: 0.5em;
}

@media only screen and (min-width : 700px) {
.video-embed .thirty-seventy .region-header,
.video-embed .seventy-thirty .region-header,
.video-embed .thirty-seventy .region-button,
.video-embed .seventy-thirty .region-button {
	text-align: left;
	padding-bottom: 0;
}
}


/* ==================  Video Background Region ================== */
.region.video-background {
	padding: 0;
}

.video-background .videoContainer {
	/*padding-bottom: 56%;*/
}

.video-background .video-text-overlay {
	position: relative;
	padding: 2em;
	width: 100%;
}

.video-background .video-text-overlay .region-headline {
	position: relative;
}

.video-background .video-text-overlay-content {
	position: relative;
}

.video-background .video-text-overlay-content.light {
	color: #fff;
}

.video-background .video-text-overlay .region-button {
	padding-bottom: 0;
	text-align: inherit;
}

@media only screen and (min-width : 600px) {
.video-background .video-text-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 2em;
	width: 90%;
}

.video-background .video-text-overlay.align-left {
	left: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.video-background .video-text-overlay.align-right {
	left: auto;
	right: 0;
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
}

@media only screen and (min-width : 900px) {
.video-background .video-text-overlay {
	width: 50%;
}
}

/* ==================  Video Background Region / HOME PAGE INTRO ================== */
.home-video .videoContainer {
    padding-bottom: 0;
}

.home-video .videoContainer video {
    object-fit: cover;
    object-position: center;
}

.home-video-boxes {
    /*position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);*/
    padding-top: 150px;
}

.home-video-boxes .home-video-block {
    position: relative;
    padding: 1em 1.25em 4.5em;
    margin-bottom: 1.5em;
}

.home-video-boxes .home-video-block .home-video-block-button {
    position: absolute;
    bottom: 1.5em;
    left: 1.25em;
}


/* ==================  Callouts Region ================== */
.callout-icon {
	position: absolute;
	top: -37px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
    background: rgba(0,90,132,1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.callout-boxes .callout {
	position: relative;
    background-color: #fff;
	padding: 50px 1.5em 1.5em;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
	-webkit-box-shadow: 0px 0px 15px rgba(142,154,173,0.3);
    -moz-box-shadow: 0px 0px 15px rgba(142,154,173,0.3);
    -o-box-shadow: 0px 0px 15px rgba(142,154,173,0.3);
    -ms-box-shadow: 0px 0px 15px rgba(142,154,173,0.3);
    box-shadow:0px 0px 15px rgba(142,154,173,0.3);
}

.callout-boxes .callout:last-child {
	margin-bottom: 0;
}

.callout-icon img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 45px;
	height: 45px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.callout-boxes .callout h3 {
    color: rgb(34, 34, 34);
}

@media screen and ( min-width: 600px ) {
.callouts .region-header {
	padding: 0 10%;
}

.callouts .intro-text {
	padding: 0 15%;
}

.callout-boxes.two-callout .callout {
	float: left;
	width: 48%;
	margin-left: 2%;
	margin-right: 2%;
}

.callout-boxes.two-callout .callout:first-child {
	margin-left: 0;
}

.callout-boxes.two-callout .callout:nth-child(2) {
	margin-right: 0;
}
}

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

.callout-boxes.three-callout .callout {
	float: left;
	width: 30.66666%;
	margin-left: 2%;
	margin-right: 2%;
}

.callout-boxes.three-callout .callout:first-child {
	margin-left: 0;
}

.callout-boxes.three-callout .callout:nth-child(3) {
	margin-right: 0;
}
}

.callout-boxes .callout.has-icon {
	margin-top: 4em;
}


/* ==================  UL Checkmark ================== */
ul.checkmark {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.checkmark li {
	background-image: url('https://www.parascript.com/wp-content/uploads/2020/05/checkmark.png');
	background-repeat: no-repeat;
	background-size: 18px 18px;
	background-position: left 3px;
	padding-left: 26px;
}


/* ==================  Services Region ================== */
.services {
	/*background: rgba(249,249,249,1);*/
	padding-bottom: 2em;
}

.service-points {
	list-style: none;
	margin: 0;
	padding: 2em 0 0;
}

.service-points li {
	position: relative;
	background-image: url('https://www.parascript.com/wp-content/uploads/2020/05/checkmark-boxed.png');
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: left 3px;
	padding-left: 30px;
	margin-bottom: 2em;
}

.service-points h3 {
	font-weight:400;
    color: rgb(34, 34, 34);
	padding-bottom:0.25em;
}

@media screen and ( min-width: 600px ) {
.service-points li {
	float: left;
	width: 48%;
}

.service-points li:nth-child(2n+2) {
	float: right;
}

.service-points li:nth-child(2n+3) {
	clear: both;
}
}


/*--------------------------------------------------------------
PASSWORD PROTECTED PAGES
--------------------------------------------------------------*/
form.post-password-form {
	text-align:center;
}

form.post-password-form label {
	display:block;
	font-size:0;
}

form.post-password-form input[type=submit] {
	margin-top:0.75em !important;
}



/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
body.search .search-results > .page-header {
	padding-bottom: 1em;
}

body.search .search-results > .page-header h2 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: 1rem;
    text-transform: uppercase;
}

body.search .search-results > .page-header h2 .search-query {
    text-transform: none;
	font-weight: 700;
	padding-left: 0.5em;
}

body.search #content .search-form,
body.error404 #content .search-form,
body.page-template-search #content .search-form {
	position: relative;
	padding-bottom:3em;
}

body.search #content .search-field,
body.error404 #content .search-field,
body.page-template-search #content .search-field {
	display:block;
	width: 100%;
	padding: 10px 5px;
	font-size: 1rem;
}

body.search #content article {
	padding:1.5em;
	margin-bottom: 1em;
	background-color: #eee;
}

body.search #content article .entry-header {
	text-align:left;
	background:none;
	padding:0;
}

body.search #content article h2 {
	padding-bottom:0.25em;
	font-size:1.375rem;
	line-height:1.6125rem;
}

body.search #content article p {
	margin-bottom:0;
}

body.search #content article p a {
	text-decoration:underline;
}

a.read-more {
	margin-top: 0.75em;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: solid 1px #111;
    line-height: 1.25rem;
}

a.read-more:hover {
	color: #e9741f;
	border-color: #e9741f;
}

body.search #content article .link-more {
	display:none;
	text-decoration:underline;
}

body.search #content .search-form .search-button-wrapper,
body.error404 #content .search-form .search-button-wrapper,
body.page-template-search #content .search-form .search-button-wrapper {
	width: 46px;
	height: 46px;
	text-align: right;
}

body.search #content .search-form .search-submit,
body.error404 #content .search-form .search-submit,
body.page-template-search #content .search-form .search-submit {
	width: 46px;
	height: 46px;
}

body.search #content .search-form .search-button-wrapper .fa-search,
body.error404 #content .search-form .search-button-wrapper .fa-search,
body.page-template-search #content .search-form .search-button-wrapper .fa-search {
	font-size: 1.5rem;
    padding-top: 12px;
}

.navigation.pagination {
	padding:1.5em 0;
	clear: both;
}

.page-numbers {
	padding:0 0.25em;
}

.nav-links svg {
	display:none;
}

.wp-pagenavi a, .wp-pagenavi span {
    padding: 0.5em 1em;
    font-size: 0.875rem;
}

@media screen and (min-width: 550px) {
body.search .text-column.three-column .column {
	float: left;
	width: 48%;
	margin-right: 4%;
}

body.search .text-column.three-column .column:nth-child(2n+2) {
	margin-right: 0;
}

body.search .text-column.three-column .column:nth-child(2n+3) {
	clear: both;
}

body.search #content article {
	margin-bottom: 1.75em;
}
}

@media screen and (min-width: 760px) {
body.search #content .search-form,
body.error404 #content .search-form,
body.page-template-search #content .search-form {
	width:50%;
    margin: 0 auto;
}

body.search #content .search-field,
body.error404 #content .search-field,
body.page-template-search #content .search-field {
	font-size: 1.25rem;
}

body.search .text-column.three-column .column {
	width: 48%;
	margin-right: 4%;
}

body.search .text-column.three-column .column:nth-child(3n+2), 
body.search .text-column.three-column .column:nth-child(3n+3) {
	margin-left: 0;
}

body.search .text-column.three-column .column:nth-child(2n+2) {
	margin-right: 0;
}

body.search .text-column.three-column .column:nth-child(3n+4) {
	clear: none;
}

body.search #content article h2 {
	font-size:1.75rem;
	line-height:2rem;
}
}

@media screen and (min-width: 950px) {
body.search .text-column.three-column .column {
	width: 31.33333%;
	margin-right: 0;
}

body.search .text-column.three-column .column:nth-child(3n+2), 
body.search .text-column.three-column .column:nth-child(3n+3) {
	margin-left: 3%;
}

body.search .text-column.three-column .column:nth-child(2n+3) {
	clear: none;
}

body.search .text-column.three-column .column:nth-child(3n+4) {
	clear: both;
}
}


/*--------------------------------------------------------------
SITEMAP
--------------------------------------------------------------*/
.wsp-container ul {
	list-style:none;
	padding:0;
}

.wsp-container h2 {
	padding-bottom:0.25em;
}

.wsp-container ul li {
	padding:0.5em 1em;
}

.wsp-container a:hover {
	text-decoration:underline;
}

.wsp-container.wsp-portfolio-archive + .wsp-container {
	margin-left: 2em;
}



/*--------------------------------------------------------------
FORM FIELD OVERRIDES
--------------------------------------------------------------*/
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-weight: 400;
}

:-moz-placeholder {
	color: #999;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-weight: 400;
}

::-moz-placeholder {
	color: #999;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-weight: 400;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-weight: 400;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=number],
form textarea,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
form select {
	border:solid 1px #999;
	background-color:#f1f1f1;
	padding:0.25em 1em !important;
	-webkit-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
    line-height: 1.5!important;
    min-height: 1.5rem!important;
}

.insert-form .gform_wrapper .gsection {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}

.insert-form.light-gray-bkgd form input[type=text],
.insert-form.light-gray-bkgd form input[type=email],
.insert-form.light-gray-bkgd form input[type=password],
.insert-form.light-gray-bkgd form input[type=number], 
.insert-form.light-gray-bkgd form textarea,
.insert-form.light-gold-bkgd form input[type=text],
.insert-form.light-gold-bkgd form input[type=email],
.insert-form.light-gold-bkgd form input[type=password],
.insert-form.light-gold-bkgd form input[type=number], 
.insert-form.light-gold-bkgd form textarea {
	background-color: #fff;
}

.insert-form .gform_wrapper h2.gsection_title {
	font-weight:400;
}

/* Custom Header Search Feature */
.search-form .search-field {
	background: none;
	border: 0;
	/*border-bottom: solid 1px #5994ae;*/
    border-bottom: solid 1px #111;
    font-size: .875rem;
    padding-bottom: 0.125em;
	color: #5994ae;
}

.site-header.dark .search-form .search-field {
	/*border-color:#a6c5d4;
	color: #a6c5d4;*/
    border-color:#fff;
    color: #fff;
}

.search-form .search-button-wrapper {
	position: absolute;
	top: 0;
	right: 0;
}

.search-form .search-submit {
    background: none;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 30px;
    height: 30px;
	font-size: 0;
}

.search-form .search-submit:hover {
    background: none;
}

.search-form .fal,
.search-form svg {
    /*color: #5994ae;*/
}

.site-header.dark .search-form .fal,
.site-header.dark .search-form svg {
    /*color: #a6c5d4;*/
    color: #fff;
}

.search-form ::-webkit-input-placeholder {
	/*color: #5994ae;*/
    color: #333;
}

.search-form :-moz-placeholder {
	/*color: #5994ae;*/
    color: #333;
}

.search-form ::-moz-placeholder {
	/*color: #5994ae;*/
    color: #333;
}

.search-form :-ms-input-placeholder {
	/*color: #5994ae;*/
    color: #333;
}

.site-header.dark .search-form ::-webkit-input-placeholder {
	/*color: #a6c5d4;*/
    color: #fff;
}

.site-header.dark .search-form :-moz-placeholder {
	/*color: #a6c5d4;*/
    color: #fff;
}

.site-header.dark .search-form ::-moz-placeholder {
	/*color: #a6c5d4;*/
    color: #fff;
}

.site-header.dark .search-form :-ms-input-placeholder {
	/*color: #a6c5d4;*/
    color: #fff;
}



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

}



/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	position: relative;
	z-index: 10;
}

.site-footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

.site-footer a {
	color: #111;
	text-decoration: underline;
}

.site-footer a:hover {
	color: #e9741f;
}


/* ======= Footer Site Info Region ====== */
.site-info {
	padding:2em 0 0;
	border-bottom: solid 2px #fff;
}

.footer-widget {
	padding-top: 0.75em;
	padding-bottom: 1.5em;
	text-align: center;
}

.footer-widget h2.widget-title {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: .9375rem;
	line-height: 1rem;
	padding-bottom: .75em;
	font-weight: 700;
	color: #003346;
	text-transform: uppercase;
}

@media screen and (min-width: 500px) {
.footer-widget {
	float: left;
	text-align: left;
}
}


/* ===== Footer Sidebar 1 + Social Menu ===== */
@media screen and (min-width: 500px) {
.footer-sidebar-1 {
	width: 50%;
	padding-right: 2.5em;
}
}

@media screen and (min-width: 980px) {
.footer-sidebar-1 {
	width: 27%;
}
}

@media screen and (min-width: 1100px) {
.footer-sidebar-1 {
	width: 32%;
}
}


/* Social Nav */
.social-navigation {
	
}

.social-navigation .svg-icon {
	display: none;
}

.social-navigation .icon {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.social-navigation .icon:hover {
	opacity: .7;
}

.social-navigation .icon.fa-twitter {
    background-image: url('/wp-content/themes/parascript_twentynineteen/assets/ui/twitter-brands.svg');
}

.social-navigation .icon.fa-linkedin {
    background-image: url('/wp-content/themes/parascript_twentynineteen/assets/ui/linkedin-in-brands.svg');
}

.social-navigation ul {
	list-style: none;
}

.social-navigation li {
	position: relative;
	display: inline-block;
	padding:0 0.125em;
	font-size: 1.75em;
	margin-right: .25em;
	margin-left: .25em;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.social-navigation a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.social-navigation li:hover,
.social-navigation li:focus {
	color: #e9741f;
}

@media screen and (min-width: 500px) {
.social-navigation li {
	padding:0 0.25em 0 0;
	margin-left: 0;
	margin-right: .5em;
}
}


/* ===== Footer Sidebar 2 + Footer Menu ===== */
.footer-sidebar-2 {
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding-top: 2em;
	padding-bottom: 0;
}

@media screen and (min-width: 500px) {
.footer-sidebar-2 {
	width: 50%;
	border-top: 0;
	border-bottom: 0;
	border-left: solid 2px #fff;
	padding-top: 0.75em;
	padding-left:2.5em;
}
}

@media screen and (min-width: 980px) {
.footer-sidebar-2 {
	width: 27%;
	border-right: solid 2px #fff;
	padding-right:2.5em;
}
}

@media screen and (min-width: 1100px) {
.footer-sidebar-2 {
	width: 22%;
}
}


/* Footer Nav */
.footer-navigation {
	padding-bottom: 0.75em;
}

.footer-menu li {
	margin-bottom: .75em;
}

.footer-menu li a {
	display:block;
	font-size:0.875rem;
	font-weight:700;
	line-height:1rem;
	padding:0 0 0.5em 0;
	color:#003346;
	text-transform: uppercase;
	text-decoration: none;
}

.footer-menu li a:hover {
	color:#e9741f;
}


/* ===== Footer Sidebar 3 ===== */
.footer-sidebar-3 {
	border-top: solid 2px #fff;
	padding-top: 2em;
	padding-bottom: 0.75em;
}

@media screen and (min-width: 500px) {
.footer-sidebar-3 {
	width: 100%;
}

.footer-sidebar-3 .textwidget p {
	float: left;
	width: 50%;
	padding-right: 1em;
}

.footer-sidebar-3 .textwidget p:nth-child(2n+3) {
	clear: both;
}
}

@media screen and (min-width: 900px) {
.footer-sidebar-3 .textwidget p {
	width: 25%;
}

.footer-sidebar-3 .textwidget p:nth-child(2n+3) {
	clear: none;
}

.footer-sidebar-3 .textwidget p:nth-child(4n+5) {
	clear: both;
}
}

@media screen and (min-width: 980px) {
.footer-sidebar-3 {
	width: 46%;
	padding-left: 2.5em;
	padding-top: 0.75em;
	border-top: 0;
}

.footer-sidebar-3 .textwidget p {
	width: 50%;
}

.footer-sidebar-3 .textwidget p:nth-child(4n+5) {
	clear: none;
}

.footer-sidebar-3 .textwidget p:nth-child(2n+3) {
	clear: both;
}
}


/* ======= Footer Bottom Bar ====== */
.footer-bottom {
	padding:1.25em 0 54px;
}

.bottom-bar-navigation {
	text-align: center;
	padding-top: 0.75em;
}

.bottom-bar-navigation ul li {
	display:inline-block;
	padding:0.25em 0.75em; 
}

.bottom-bar-navigation ul li a {
	display:block;
	font-size:0.8125rem;
	font-weight:700;
	padding:0.125em 0;
	color:#5994ae;
	text-decoration: none;
	text-transform: uppercase;
}

.bottom-bar-navigation ul li a:hover {
	color:#e9741f;
}

@media screen and (min-width: 500px) {
.bottom-bar-navigation ul li {
	padding:0 0.75em; 
}
}

@media screen and (min-width: 700px) {
.bottom-bar-navigation {
	float: left;
	text-align: left;
	padding-top: 0;
}

.bottom-bar-navigation ul li {
	padding:0 0 0 1.5em; 
}
}

@media screen and (min-width: 760px) {
.footer-bottom {
	padding-bottom: 1.25em;
}
}


/* Copyright */
.copyright {
	font-size:0.8125rem;
	line-height:1.3rem;
	color: #5994ae;
	margin: 0;
	text-align: center;
}

@media screen and (min-width: 700px) {
.copyright {
	float: left;
	white-space: nowrap;
	text-align: left;
}
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn,
#content a.btn,
button, 
input[type="button"], 
input[type="submit"] {
	position:relative;
	-webkit-appearance: none;
	-moz-appearance:none;
	display:inline-block;
	/*font-weight:400;*/
    font-weight:500;
	font-size: 0.9375rem;
	line-height:100%;
	cursor:pointer;
	padding:0.625em 1.625em 0.5625em;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	color:#fff;
	background:#e9741f;
	border: 1px solid #e9741f;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn:hover, 
#content a.btn:hover, 
button:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
	color:#e9741f;
	background:#fff;
}

.white-btn,
#content a.white-btn {
	color:#e9741f;
	background-color: #fff;
	border-color:#fff;
}

.white-btn:hover,
#content a.white-btn:hover{
	color: #fff;
	background-color:#005a83;
}

.transparent-btn,
#content .transparent-btn,
#content a.transparent-btn {
	background: none;
	border-color:#fff;
	color: #fff;
}

.transparent-btn:hover,
#content .transparent-btn:hover,
#content a.transparent-btn:hover {
	color: #005a83;
	background-color:#fff;
}

.transparent-blue-btn,
#content .transparent-blue-btn,
#content a.transparent-blue-btn {
	background: none;
	border-color:#005a83;
	color: #005a83;
}

.transparent-blue-btn:hover,
#content .transparent-blue-btn:hover,
#content a.transparent-blue-btn:hover {
	color: #e9741f;
	border-color:#e9741f;
	background-color:#fff;
}

.multi-color-btn,
#content .multi-color-btn,
#content a.multi-color-btn {
    color:#fff; 
    border:0;
	background:#e9741f;
}

.trad-btn, 
#content a.trad-btn {
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px; 
    text-transform:none; 
}
.btn.blue-btn, 
#content a.btn.blue-btn {
    background-color:#005a83; 
    border-color:#005a83;
}
.btn.lime-btn, 
#content a.btn.lime-btn {
    background-color:#BDCC2A; 
    border-color:#BDCC2A;
}

@media screen and (min-width: 730px) {
.btn.larger,
#content a.btn.larger,
#content button.larger {
	font-size: 1.125rem;
}
}

/* GRAVITY FORMS OVERRIDES */
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type=submit] {
	font-size: 1.25rem !important;
	width: auto !important;
	line-height: 100% !important;
    margin: 0 auto!important;
    border-radius: 23px;
}

.gform_wrapper .gform_footer {
	margin-top: 0 !important;
    text-align: center;
}

.gform_wrapper .gform_body .gform_fields .ginput_container {
    margin-top: 2px !important;
}

.gform_wrapper label {
	font-size: 0.875rem !important;
    font-weight: 400!important;
}

.gform_wrapper .gfield_checkbox li input, 
.gform_wrapper .gfield_checkbox li input[type=checkbox] {
    margin-top: 0!important;
    margin-right: 4px!important;
}

.gform_wrapper input[type="submit"].disabled, 
.gform_wrapper input[type="submit"].button-disabled, 
.gform_wrapper input[type="submit"]:disabled {
    opacity: .3;
    color: #fff;
    background: #e9741f;
    cursor: default;
}

.sidebar-inner .gform_wrapper .top_label li.gfield.gf_left_half, 
.sidebar-inner .gform_wrapper .top_label li.gfield.gf_right_half {
    display: block;
    width: 100%!important;
    padding-right: 0!important;
}

.sidebar-inner .gform_wrapper ul.gform_fields li.gfield {
    padding-right:0 !important;
}

/* Hide Menu Items */
.hidenav {
	display: none;
}


/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
/* Blog Landing */
.blog-post {
	padding-bottom: 2em;
}

.blog-post img {
	margin-bottom: .75em;
}

.blog-post .entry-header {
	padding: 0;
}

.blog-post .entry-header .entry-date {
	display: block;
	margin-bottom: 0.5em;
}

.blog-post .entry-header h2 {
	font-size: 1.5rem;
	line-height: 1.75rem;
}

.blog-archive-listings {
	margin-top: 2.5em;
	padding: 2em 2em 1em;
}

.blog-archive-listings h3 {
	padding-bottom: 0.25em;
}

.blog-archive-listings ul {
	padding: 0 0 1.5em;
	list-style: none;
	-webkit-columns:2;
	-moz-columns:2;
	columns:2;
}

#content .blog-archive-listings ul li {
	line-height: 1.25rem;
	padding-right: 1.5em;
	padding-bottom: .5em;
}


@media screen and (min-width: 580px) {
.blog-archive-listings ul {
	-webkit-columns:3;
	-moz-columns:3;
	columns:3;
}
}

@media screen and (min-width: 760px) {
.blog-archive-listings ul {
	-webkit-columns:4;
	-moz-columns:4;
	columns:4;
}
}


/* Blog Single */
.blog-single .entry-header {
	padding-bottom: 1em;
}

.blog-single .entry-header .posted-on .published.updated {
	display: inline;
}

.blog-single .entry-header .posted-on,
.blog-single .entry-header .comment-count {
	font-size: 0.875rem;
}

.blog-single .entry-header .comment-count a:before {
	content: '/';
	padding: 0 0.5em;
	color: #666;
}

.blog-single #st-1 {
	text-align: left;
	margin-bottom: 1em;
}

.blog-single .entry-footer .byline,
.blog-single .entry-footer .posted-on,
.blog-single .entry-footer .edit-link {
	display: none;
}

.blog-single .entry-footer .svg-icon {
	fill:#666;
	margin-right: 0.25em;
	vertical-align: bottom;
}

.blog-single .entry-footer .cat-links,
.blog-single .entry-footer .tags-links {
	padding-right: 1em;
	font-size: 0.875rem;
}

/* Blog Sidebar */
.blog-sidebar {
	
}

/*.blog-only-sidebar .sidebar-form-embed > iframe {
	height: 400px;
}*/

.blog-sidebar h2 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 500;
    padding-bottom: .25em;
}

.blog-sidebar ul {
	padding: 0 0 1.5em;
	list-style: none;
}

.widget {
	margin-bottom: 1em;
}

.sidebar-inner .widget {
	border-top: solid 2px #fff;
	padding-top: 2em;
}

.sidebar-inner .widget:first-child {
	border-top: 0;
	padding-top: 0;
}

.entry .entry-meta,
.entry .entry-footer {
	color: #999;
	font-weight: 500;
	font-size: .875rem;
}
.entry .entry-meta > span,
.entry .entry-footer > span {
	margin-right: 1rem;
	display: inline-block; 
}

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

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
	margin-right: 0; 
}

.entry .entry-meta a,
.entry .entry-footer a {
	transition: color 110ms ease-in-out;
	color: currentColor;
}

.entry .entry-meta a:hover,
.entry .entry-footer a:hover {
 	text-decoration: none;
	color: #e9741f; }
		
.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	fill:#666;
}

.entry .entry-meta .fa, .entry .entry-meta .fab, .entry .entry-meta .fad, .entry .entry-meta .fal, .entry .entry-meta .far, .entry .entry-meta .fas,
.entry .entry-footer .fa, .entry .entry-footer .fab, .entry .entry-footer .fad, .entry .entry-footer .fal, .entry .entry-footer .far, .entry .entry-footer .fas {
	margin-right: 0.5em;
	color: #666;
}
	  
.entry .entry-meta {
    margin: 0 0 1rem 0; 
}
	
.entry .entry-footer {
	padding-top: 1em;
	padding-bottom: 1em;
}

.entry .entry-footer .cat-links,
.entry .entry-footer .tags-links {
	display: block;
	margin-bottom: 0.5em;
}

.entry .entry-footer .cat-links a,
.entry .entry-footer .tags-links a {
	display: inline-block;
    background-color: #f1f1f1;
    padding: 0.4em .75em;
    margin-right: .25em;
}

@media only screen and (min-width: 760px) {
.entry .entry-footer .cat-links,
.entry .entry-footer .tags-links {
	display: inline-block;
}
}



/*--------------------------------------------------------------
## Blog Comments
--------------------------------------------------------------*/
#comments {
	padding-bottom: 1em;
}

#comments h2.comments-title {
	text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.5rem;
    text-transform: uppercase;
    border-top: solid 1px #ccc;
    padding-top: 1em;
}

#comments h3.comment-reply-title {
	padding-bottom: 0;
}

#comments h3.comment-reply-title a {
	font-weight: 400;
    font-size: 0.875rem;
    color: #e9741f;
    text-decoration: underline;
}

#comments .comment-form label {
	display: block;
	padding-bottom: 0.25em;
}

#comments .comment-form textarea {
	width: 100%;
}

#comments ol {
	list-style:none;
	padding: 0;
}

.entry-header .entry-meta .discussion-avatar-list {
	display: none;
}


.comments-area .comments-title-wrap .discussion-meta {
	background-color: #eee;
	padding: 1em 1em 0;
}

.comments-area .comments-title-wrap .discussion-meta-info > svg {
	vertical-align: middle;
	margin-right: 0.5em;
}

#comments .comment-list {
	background-color: #eee;
	padding: 0 1em 1em;
	margin-bottom: 1.5em;
}

#comments .comment-list .comment {
	padding-left: 2em;
}

#comments .comment-list .comment .post-author-badge {
	display: none;
}
 
#comments .children {
	padding-top: 2em;
}

#comments #respond .comment-form-url {
	display: none;
}

#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input {
	width: 100%;
}

#comments #respond .comment-form-cookies-consent label {
	display: inline;
	margin-left: 1em;
}

@media screen and (min-width: 600px) {
#comments #respond .comment-form-author,
#comments #respond .comment-form-email {
	float: left;
	width: 48%;
}
#comments #respond .comment-form-email {
	float: right;
}

#comments #respond .comment-form-cookies-consent {
	clear: both;
}
}


/* Blog Nav */
.blog-navigation .nav-links .meta-nav {
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #666;
}

@media screen and (min-width: 550px) {
.blog-navigation .nav-links .nav-next,
.blog-navigation .nav-links .nav-previous {
	width: 48%;
}
	
.blog-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}

.blog-navigation .nav-links .nav-previous {
	float: left;
	text-align: left;
}
}


/*--------------------------------------------------------------
EVENTS
--------------------------------------------------------------*/
.event-category-listings {
	margin-bottom: 1em;
}

.event-category-listings h3 {
	display: inline-block;
    vertical-align: middle;
    line-height: 100%;
    font-size: 1.25rem;
    padding-top: 0.5em;
	padding-bottom: 0.5em;
    padding-right: 1em;
}

#content ul.event-categories {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#content ul.event-categories li {
	display: inline-block;
}

#content ul.event-categories li a {
	display: block;
	padding: 0.6em 1em 0.5em;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 100%;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e9741f;
	color: #fff;
	margin: 0 0.3em 0.3em 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#content ul.event-categories li a:hover {
	background-color: #666;
}


.event .event-date {
	padding-top: 1em;
	padding-bottom: 1em;
}

.event .event-date h3 {
	padding-bottom: 0;
}

#content .event .event-date p.event-time {
	margin-bottom: 0;
}

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

}


/*--------------------------------------------------------------
DOWNLOAD LIBRARY
--------------------------------------------------------------*/
.download-library .column {
	position: relative;
	margin-bottom: 2em;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease-in-out;
}

.download-library .column:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.download-library .column img {
	margin-bottom: 0.75em;
}

.download-library .entry-header {
	padding: 0 1em 1em;
}

.download-library .column a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.download-library .entry-header h2 {
	/*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Inter', sans-serif;
	font-size: 1.25rem;
    line-height: 1.5rem;
}

@media screen and (min-width: 760px) {
.download-library .entry-header h2 {
	font-size: 1.375rem;
    line-height: 1.6125rem;
}
}


/*--------------------------------------------------------------
JOB LISTINGS
--------------------------------------------------------------*/
.job_listing ul.job-listing-meta {
	display: none;
}


/*--------------------------------------------------------------
GO LANDING PAGES
--------------------------------------------------------------*/
.go-landing-page .main-image img {
	width: 100%;
	margin-bottom: 2em;
}

.go-landing-page .sidebar-content iframe {
    min-height: 520px;
}

/*--------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------*/
.back-to-top {
   /* display: none;*/
    position: fixed;
    bottom: 2em;
    right: 2em;
    z-index: 9999;
}

.back-to-top a {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #BDCC2A;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    font-size: 2.5rem;
    padding: 6px 0 0 0;
}

/*--------------------------------------------------------------
GENERAL OVERRIDES ADDED SEPT 2021
--------------------------------------------------------------*/
.grad-element {
    display:inline-block; 
    width:260px; 
    height:24px; 
    -webkit-border-radius:12px; 
    -moz-border-radius:12px; 
    border-radius:12px; 
    margin-top:12px; 
    margin-bottom: 1.5em;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9741f+0,005a83+100 */
background: rgb(233,116,31); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(233,116,31,1) 0%, rgba(0,90,131,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9741f', endColorstr='#005a83',GradientType=1 ); /* IE6-9 */
}

body.page-template-new-default .entry-header .entry-header-inner,
body.page-header-new-format .entry-header .entry-header-inner {
    /*background-color: rgba(210,234,236,0.8);*/
    margin: 1.5em 0 0;
    text-align: left;
}
body.page-template-new-default .entry-header .entry-header-inner.align-right,
body.page-header-new-format .entry-header .entry-header-inner.align-right {
    text-align: left;
}
@media screen and (min-width: 760px){
    body.page-template-new-default .entry-header .entry-header-inner,
    body.page-header-new-format .entry-header .entry-header-inner {
        max-width: 90%;
    }
}
@media screen and (min-width: 768px){
    body.page-template-new-default .entry-header .entry-header-inner,
    body.page-header-new-format .entry-header .entry-header-inner {
        margin: 2em 0;
        max-width: 70%;
        float: left;
    }
    body.page-template-new-default .entry-header .entry-header-inner.align-right,
    body.page-header-new-format .entry-header .entry-header-inner.align-right {
        float: right;
    }
}
@media screen and (min-width: 1024px){
    body.page-template-new-default .entry-header .entry-header-inner,
    body.page-header-new-format .entry-header .entry-header-inner {
        max-width: 50%;
        margin: 3em 0;
    }
}
body.page-template-new-default .entry-header.height-short .entry-header-inner,
body.page-header-new-format .entry-header.height-short .entry-header-inner,
body.page-template-new-default .entry-header.height-medium .entry-header-inner,
body.page-header-new-format .entry-header.height-medium .entry-header-inner,
body.page-template-new-default .entry-header.height-tall .entry-header-inner,
body.page-header-new-format .entry-header.height-tall .entry-header-inner {
    padding: 1.5em;
}
@media screen and (min-width: 768px){
    body.page-template-new-default .entry-header.height-short .entry-header-inner,
    body.page-template-new-default .entry-header.height-medium .entry-header-inner,
    body.page-template-new-default .entry-header.height-tall .entry-header-inner,
    body.page-header-new-format .entry-header.height-short .entry-header-inner,
    body.page-header-new-format .entry-header.height-medium .entry-header-inner,
    body.page-header-new-format .entry-header.height-tall .entry-header-inner {
        padding: 2em 3em 2em 3em;
    }
    body.page-header-new-format .entry-header .entry-header-inner.align-left {
        padding-left: 5em;
    }
}
@media screen and (min-width: 1024px){
    body.page-template-new-default .entry-header.height-short .entry-header-inner,
    body.page-template-new-default .entry-header.height-medium .entry-header-inner,
    body.page-template-new-default .entry-header.height-tall .entry-header-inner,
    body.page-header-new-format .entry-header.height-short .entry-header-inner,
    body.page-header-new-format .entry-header.height-medium .entry-header-inner,
    body.page-header-new-format .entry-header.height-tall .entry-header-inner {
        padding: 3em 5em 3em 3em;
    }
    body.page-header-new-format .entry-header .entry-header-inner.align-left {
        padding-left: 6em;
    }
}
@media screen and (min-width: 730px){
    body.page-template-new-default .entry-header.height-medium,
    body.page-header-new-format .entry-header.height-medium {
        min-height: 550px;
    }
}
body.page-template-new-default .entry-header .entry-header-inner .entry-title,
body.page-header-new-format .entry-header .entry-header-inner .entry-title {
    margin-left: 0;
    max-width: none;
    text-transform: uppercase;
    /*color: inherit;*/
}
body.page-header-new-format .slide-header .entry-header .entry-header-inner .entry-title {
    text-transform: none;
}
body.page-template-new-default .entry-header .entry-title.black,
body.page-template-new-default .entry-header.dark .entry-title.black,
body.page-template-new-default .entry-header .page-header-intro-text.black,
body.page-template-new-default .entry-header.dark .page-header-intro-text.black,
body.page-header-new-format .entry-header .entry-title.black,
body.page-header-new-format .entry-header.dark .entry-title.black,
body.page-header-new-format .entry-header .page-header-intro-text.black,
body.page-header-new-format .entry-header.dark .page-header-intro-text.black {
    color: #111;
}
body.page-template-new-default .entry-header .entry-title.white,
body.page-template-new-default .entry-header.dark .entry-title.white,
body.page-template-new-default .entry-header .page-header-intro-text.white,
body.page-template-new-default .entry-header.dark .page-header-intro-text.white,
body.page-header-new-format .entry-header .entry-title.white,
body.page-header-new-format .entry-header.dark .entry-title.white,
body.page-header-new-format .entry-header .page-header-intro-text.white,
body.page-header-new-format .entry-header.dark .page-header-intro-text.white {
    color: #fff;
}
body.page-template-new-default .entry-header .entry-header-inner h1.entry-title,
body.page-template-new-default .entry-header .entry-header-inner h2.entry-title,
body.page-header-new-format .entry-header .entry-header-inner h1.entry-title,
body.page-header-new-format .entry-header .entry-header-inner h2.entry-title {
    font-weight: 500;
}
body.page-template-new-default .entry-header.dark h1.entry-title,
body.page-template-new-default .entry-header.dark h2.entry-title,
body.page-template-new-default .entry-header.dark p.page-header-intro-text,
body.page-header-new-format .entry-header.dark h1.entry-title,
body.page-header-new-format .entry-header.dark h2.entry-title,
body.page-header-new-format .entry-header.dark p.page-header-intro-text {
    /*color: inherit;*/
}
body.page-template-new-default .entry-header .entry-header-inner .page-header-intro-text,
body.page-header-new-format .entry-header .entry-header-inner .page-header-intro-text {
    max-width: none;
}
body.page-template-new-default .entry-header .entry-header-inner.align-right .button-region .btn,
body.page-header-new-format .entry-header .entry-header-inner.align-right .button-region .btn {
    margin-left: 0;
}
@media screen and (min-width: 660px){
    body.page-template-new-default .entry-header .entry-header-inner h1.entry-title,
    body.page-template-new-default .entry-header .entry-header-inner h2.entry-title,
    body.page-header-new-format .entry-header .entry-header-inner h1.entry-title,
    body.page-header-new-format .entry-header .entry-header-inner h2.entry-title {
        font-size: 2.3125rem;
        line-height: 2.5rem;
    }
    body.page-template-new-default .entry-header .entry-header-inner .page-header-intro-text,
    body.page-header-new-format .entry-header .entry-header-inner .page-header-intro-text {
        font-size: 1.125rem;
    }
}
body.page-template-new-default .entry-header .entry-header-inner.align-right .entry-title,
body.page-header-new-format .entry-header .entry-header-inner.align-right .entry-title {
    margin-left: 0;
}
body.page-template-new-default .entry-header .entry-header-inner.align-right .page-header-intro-text,
body.page-header-new-format .entry-header .entry-header-inner.align-right .page-header-intro-text {margin-left: 0; max-width: none; }
/*body.page-template-new-default .breadcrumbs {display:none;}*/

body.page-template-new-default .gform_wrapper .gform_footer input.button, 
body.page-template-new-default .gform_wrapper .gform_footer input[type=submit],
body.page-template-new-default .gform_wrapper input[type="submit"].disabled, 
body.page-template-new-default .gform_wrapper input[type="submit"].button-disabled, 
body.page-template-new-default .gform_wrapper input[type="submit"]:disabled,
body.page-header-new-format .gform_wrapper .gform_footer input.button, 
body.page-header-new-format .gform_wrapper .gform_footer input[type=submit],
body.page-header-new-format .gform_wrapper input[type="submit"].disabled, 
body.page-header-new-format .gform_wrapper input[type="submit"].button-disabled, 
body.page-header-new-format .gform_wrapper input[type="submit"]:disabled {
    color:#fff; 
    border:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9741f+0,005a83+100 */
background: rgb(233,116,31);
background: -moz-linear-gradient(left,  rgba(233,116,31,1) 0%, rgba(0,90,131,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); 
background: linear-gradient(to right,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9741f', endColorstr='#005a83',GradientType=1 ); 
}

@media screen and (min-width: 1020px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-btn > a.mega-menu-link, 
    .text-columns.with-sidebar .gform_legacy_markup_wrapper .gform_footer input[type=submit] {
    color:#fff; 
    border:0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9741f+0,005a83+100 */
background: rgb(233,116,31);
background: -moz-linear-gradient(left,  rgba(233,116,31,1) 0%, rgba(0,90,131,1) 100%); 
background: -webkit-linear-gradient(left,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); 
background: linear-gradient(to right,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9741f', endColorstr='#005a83',GradientType=1 ); 
    }
}

@media screen and (min-width: 760px) {
.contact-button, #contact-sidebar .btn {
    border: 0;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e9741f+0,005a83+100 */
background: rgb(233,116,31); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(233,116,31,1) 0%, rgba(0,90,131,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(233,116,31,1) 0%,rgba(0,90,131,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9741f', endColorstr='#005a83',GradientType=1 ); /* IE6-9 */
}

#contact-sidebar .btn:hover {
    background: none;
    background-color: #e9741f;
    color: #fff;
}
}

/* Video Embed Override */
@media screen and (min-width: 700px){
    body.page-template-new-default .video-embed .text-column.two-column .seventy-thirty .column-one,
    body.page-header-new-format .video-embed .text-column.two-column .seventy-thirty .column-one {width:50%;}
    body.page-template-new-default .video-embed .text-column.two-column .seventy-thirty .column-two,
    body.page-header-new-format .video-embed .text-column.two-column .seventy-thirty .column-two {width:45%; text-align:right;}
}

/* News Feature Override */
/*body.page-template-new-default .news-region .text-column {text-align:center;}
body.page-template-new-default .news-region .text-column.two-column .column {float:none; display:block; background-color: #e7f3f3; box-shadow:none; border:0;}
body.page-template-new-default .news-region .text-column.two-column .column .news-inner h2 {color:#005a83;}
body.page-template-new-default .news-region .news-feature-header {background-color:rgba(211,235,236,1);}

@media screen and (min-width: 660px){
    body.page-template-new-default .news-region .text-column.two-column .column {float:none; display:inline-block; width:44%; vertical-align:top; background-color: #e7f3f3; box-shadow:none; margin:0 1em; border:0;}
    body.page-template-new-default .news-region .region-header h2 {font-size:2.5rem; line-height:2.75rem;}
}
@media screen and (min-width: 900px){
    body.page-template-new-default .news-region .text-column.two-column .column {width:35%;}
}

@media only screen and (min-width: 1000px) {
    body.page-template-new-default .news-region {padding-bottom: 3.5em;}
}*/

/* Text Columns with Sidebar Overrides */
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner h3, 
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner h3 {color:#005a83; font-weight:300;}
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner form input,
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner form input {position:relative;}
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner form input[type=text],
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner form input[type=text] {background:none; border:0; border-bottom:solid 1px #111; padding: 1px!important;}
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner form .gfield,
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner form .gfield {position:relative;}
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner .gform_legacy_markup_wrapper,
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner .gform_legacy_markup_wrapper {margin-bottom:0;}
body.page-template-new-default .text-columns.with-sidebar .sidebar-inner .gform_legacy_markup_wrapper .gfield_required,
body.page-header-new-format .text-columns.with-sidebar .sidebar-inner .gform_legacy_markup_wrapper .gfield_required {margin-left:1px;}
@media only screen and (min-width: 1020px) {
    body.page-template-new-default .text-columns.with-sidebar .column-content,
    body.page-header-new-format .text-columns.with-sidebar .column-content {width: 48%;}
    body.page-template-new-default .text-columns.with-sidebar .sidebar-content,
    body.page-header-new-format .text-columns.with-sidebar .sidebar-content {width: 48%; margin-bottom: 0;}
}

/* Grid Benefits Block Overrides */
.grid-benefits .grid-block-text blockquote {
    border: 0;
    quotes: "„" "“" "‚" "‘";
    quotes: auto;
    font-size: 1rem;
    font-weight: 400;
}

.grid-benefits .grid-block-text blockquote:before {
    content: open-quote;
    font-family: 'Georgia', serif;
    font-size: 6em;
    line-height: 0.01em;
    margin-right: 6px;
    margin-left: -0.15em;
    vertical-align: -0.4em;
    color: #005a83;
}

.grid-benefits .grid-block-text blockquote:after {
    content: close-quote;
}

.grid-benefits .grid-block-text blockquote p {
    display: inline;
}

/* Showcase Listings Region */
.showcase-listings .five-column .column {
    text-align: center;
    padding-bottom: 1em;
    margin-bottom: 2em;
    /*margin-left: 2%;
    margin-right: 2%;*/
}

/*.showcase-listings .five-column .column:nth-child(5n+5) {
    margin-right: 0;
}

.showcase-listings .five-column .column:nth-child(5n+6) {
    clear: both;
}*/

/*.showcase-listings .five-column .column .showcase-block-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.showcase-listings .five-column .column:nth-child(even) .showcase-block-inner {
    flex-direction: row-reverse;
}*/

.showcase-listings .five-column .column .showcase-image {
    padding: 0 1.5em;
    margin: 0.5em auto 0;
    max-width: 200px;
}

.showcase-listings .five-column .column .showcase-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.showcase-listings .five-column .column .showcase-text {
    position: relative;
    padding: 0.25em 0.75em 0 0;
    margin-top: 1em;
    margin-bottom: 1em;
    border-right: solid 8px;
    border-bottom: solid 8px;
    /*width: 80%;*/
}

@media screen and (min-width:450px){
    /*.showcase-listings .five-column .column {
        float: left;
        width: 49%;
        margin-left: 0;
    }
    .showcase-listings .five-column .column:nth-child(2n+2) {
        margin-right: 0;
    }
    .showcase-listings .five-column .column:nth-child(2n+3) {
        clear: both;
    }
    .showcase-listings .five-column .column:nth-child(2n+2) .showcase-block-inner {
        flex-direction: column-reverse;
    }*/
}

@media screen and (min-width:640px){
    /*.showcase-listings .five-column .column {
        width: 31.33333%;
    }
    .showcase-listings .five-column .column:nth-child(2n+2) {
        margin-right: 2%;
    }
    .showcase-listings .five-column .column:nth-child(3n+3) {
        margin-right: 0;
    }
    .showcase-listings .five-column .column:nth-child(2n+3) {
        clear: none;
    }
    .showcase-listings .five-column .column:nth-child(3n+4) {
        clear: both;
    }
    .showcase-listings .five-column .column:nth-child(2n+2) .showcase-block-inner {
        flex-direction: column;
    }
    .showcase-listings .five-column .column:nth-child(3n+2) .showcase-block-inner {
        flex-direction: column-reverse;
    }*/
}

@media screen and (min-width:760px){
    /*.showcase-listings .five-column .column {
        width: 23.5%;
    }
    .showcase-listings .five-column .column:nth-child(3n+3) {
        margin-right: 2%;
    }
    .showcase-listings .five-column .column:nth-child(4n+4) {
        margin-right: 0;
    }
    .showcase-listings .five-column .column:nth-child(3n+4) {
        clear: none;
    }
    .showcase-listings .five-column .column:nth-child(4n+5) {
        clear: both;
    }
    .showcase-listings .five-column .column:nth-child(3n+2) .showcase-block-inner {
        flex-direction: column;
    }
    .showcase-listings .five-column .column:nth-child(4n+2) .showcase-block-inner,
    .showcase-listings .five-column .column:nth-child(4n+4) .showcase-block-inner {
        flex-direction: column-reverse;
    }*/
    .showcase-listings .five-column .column .showcase-block-inner {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .showcase-listings .five-column .column:nth-child(even) .showcase-block-inner {
        flex-direction: row-reverse;
    }
    .showcase-listings .five-column .column .showcase-image {
        width: 20%;
    }
    .showcase-listings .five-column .column .showcase-text {
        width: 80%;
    }
}

@media screen and (min-width:1200px){
    /*.showcase-listings .five-column .column {
        width: 18.4%;
    }
    .showcase-listings .five-column .column:nth-child(4n+4) {
        margin-right: 2%;
    }
    .showcase-listings .five-column .column:nth-child(5n+5) {
        margin-right: 0;
    }
    .showcase-listings .five-column .column:nth-child(4n+5) {
        clear: none;
    }
    .showcase-listings .five-column .column:nth-child(5n+6) {
        clear: both;
    }
    .showcase-listings .five-column .column:nth-child(4n+2) .showcase-block-inner,
    .showcase-listings .five-column .column:nth-child(4n+4) .showcase-block-inner {
        flex-direction: column;
    }
    .showcase-listings .five-column .column:nth-child(5n+2) .showcase-block-inner,
    .showcase-listings .five-column .column:nth-child(5n+4) .showcase-block-inner {
        flex-direction: column-reverse;
    }*/
}

/* Site Footer Overrides */
.site-footer {background-color:#003346; color:#fff; border-top: solid 1px #fff;}
.site-footer a {color:#fff;}
.site-footer .site-info {border:0;}
.site-footer .footer-navigation {padding-bottom:0;}
.site-footer .footer-menu li {margin-bottom:0.25em;}
.site-footer .footer-menu li a {color:#fff; text-transform:none;}
.site-footer .footer-menu li a:hover {color:#e36c0a;}
.site-footer .footer-widget {padding-bottom:0;}
@media screen and (min-width: 768px){
    .site-footer .footer-widget {float:none; display:inline-block; vertical-align:top; width:auto; padding-top:0; padding-bottom:0;}
}
.site-footer .footer-sidebar-1 > .widget_text {display:none;}
.site-footer .footer-sidebar-2 {border:0;}
.site-footer .footer-widget h2.widget-title {color:#fff; text-transform:none;}
.site-footer .footer-sidebar-3 {text-align: center; margin-top: 1em; display: block; padding-top: 1.5em;}
.site-footer .footer-sidebar-3 .textwidget p {font-size:.9375rem; line-height:1.6; float:none; width:auto;}
 .site-footer .footer-sidebar-3 .footer-email-contacts p strong {display: block;}
@media screen and (min-width: 768px){
    .site-footer .footer-sidebar-1, .site-footer .footer-sidebar-2 { width: 48%;}
}
@media screen and (min-width: 980px){
    .site-footer .footer-sidebar-3 {border-top: solid 1px #fff;}
}
@media screen and (min-width: 1000px){
    .site-footer .footer-sidebar-1, .site-footer .footer-sidebar-2 { width: auto;}
    .site-footer .footer-sidebar-3 {text-align: left; margin-top: 0; display: inline-block; padding-top: 0; border-top: 0;}
    .site-footer .footer-sidebar-3 .company-info, .site-footer .footer-sidebar-3 .footer-email-contacts {float: left;}
    .site-footer .footer-sidebar-3 .company-info {padding-right: 3em;}
    .site-footer .footer-sidebar-3 .footer-email-contacts p strong {display: inline-block; padding-right: 1em; margin-right: 1em; border-right: solid 1px #e36c0a;}
}
.site-footer .footer-bottom {background-color:#fff; text-align:center; padding:1em 1em 4em;}
.site-footer .copyright, .site-footer .copyright {color:#003346;}
.site-footer .bottom-bar-navigation ul li {display: block;}
.site-footer .copyright, .site-footer .bottom-bar-navigation ul li a {color:#003346; text-transform:none; font-weight:400;}
.site-footer .bottom-bar-navigation ul li a:hover {color:#e36c0a;}
.site-footer .social-navigation .icon {background:none; background-color:#e36c0a; width:34px; height:34px; border-radius:50%; text-align:center; padding:.4125em 0 0 0; font-size:1.25rem;}
.site-footer .social-navigation .icon:hover {background-color:#fff; opacity: 1;}
footer.entry-footer { display:none;}
@media screen and (min-width: 760px){
    .site-footer .footer-bottom {padding:1em;}
    .site-footer .copyright, .site-footer .bottom-bar-navigation {float:none; display:inline-block; vertical-align:middle;}
    .site-footer .bottom-bar-navigation ul li {display: inline-block; vertical-align: middle; border-left:solid 1px #E36C0A; padding-left:1em; margin-left:1em;}
}



/*--------------------------------------------------------------
Clearfix
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
