/*
Theme Name:   Gowling WLG Mental Health 2019
Theme URI:    https://gowlingwlgmentalhealth.ca/
Description:  Gowling WLG Mental Health 2019 theme for WordPress
Author:       Stem Legal
Author URI:   http://stemlegal.com/
Version:      1.0
*/

/************************************ START RESETS AND DEFAULTS ************************************/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.ttf?86p46q") format("truetype"), url("fonts/icomoon.woff?86p46q") format("woff"), url("fonts/icomoon.svg?86p46q#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="ico-"],
[class*=" ico-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ico-right:before {
	content: "\e902";
}

.ico-left:before {
	content: "\e903";
}

.ico-down:before {
	content: "\e904";
}

.ico-up:before {
	content: "\e905";
}

.ico-search:before {
	content: "\e900";
}

.ico-quote:before {
	content: "\e901";
}

.social-networks,
.slider-dots ul,
.widget ul,
.news-list,
.texts-summary,
.main-navigation,
.dropdown,
.copyright-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container:after {
	content: "";
	display: block;
	clear: both;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea,
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
a,
.navigation-comments div.next,
.navigation-comments div.prev,
.nav-links div.next,
.nav-links div.prev,
.navigation-single div.next,
.navigation-single div.prev,
.featured-post .aligncenter,
.team-block .aligncenter,
.nav-form .form-group,
.nav-form.search-form .form-group {
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-property: color, background, border, visibility, opacity, box-shadow, -webkit-transform;
	transition-property: color, background, border, visibility, opacity, box-shadow, transform;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #fff;
	font: 16px/1.5714285714 'Open Sans', 'Arial', sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

.resize-active *,
.resize-active *:after,
.resize-active *:before {
	-webkit-transition: none;
	transition: none;
}

iframe {
	width: 100%;
	border: 0;
	display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	/* margin: 0 0 1.5714285714em; */
}

blockquote {
	border-left: 4px solid #333;
	padding-left: .5em;
	margin-left: 1.5714285714em;
}

th,
td {
	border: 1px solid #333;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: .4em .7em;
	background-color: #eee;
	font-size: 14px;
	line-height: 1.2142857143;
	padding: 4px 10px;
	height: 28px;
	color: #000;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #eee;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #5f6062;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #5f6062;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #5f6062;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #5f6062;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #5f6062;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.form-group {
	margin-bottom: 5px;
}
/************************************ END RESETS AND DEFAULTS ************************************/

/************************************ START THEME COLOURS ************************************/
#content h1, #content .h1{
    color:#902157;
}

h2, .h2{
    color:#401c42;
}

.footer-container{
	background:#401c42 !important;
}

.gform_button, .gpnf-add-entry{
    background-color: #401c42 !important;
    border: 1px solid #401c42 !important;
}

.gform_button:hover, .gpnf-add-entry:hover{
    background-color: #902157 !important;
    border: 1px solid #902157 !important;
}

.bg-light-blue .vc_column-inner{
    background-color: #00b8f0;    
}

.bg-med-blue .vc_column-inner{
    background-color: #005aa9;   
}

.read-more {
	/* text-decoration: none; */
	color: #e41b22;
}

.read-more:hover {
	color: #902157;
}
/************************************ END THEME COLOURS ************************************/

/************************************ START STRUCTURAL ************************************/
body {
	-ms-overflow-style: scrollbar;
}

.element-block {
	display: block;
}

iframe {
	margin-bottom: 17px;
}

/* iframes */
.responsive-container{
    position: relative;
    padding-bottom: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.container {
	max-width: 1060px; /* 1030px */
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#two-columns {
	padding:30px 0;
}

#content {
    /* padding:30px 0;
	margin-bottom: 40px; */
}

.home #content {
	/* margin-bottom: 0; */
}

.page-template-template-full-width #content, .page-template-template-home #content {
	width: 100%;
}

/* bootstrap hide information intended only for screen readers */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.hidden {
	display: none !important;
}
/************************************ END STRUCTURAL ************************************/

/************************************ START SPECIFIC BLOCKS ************************************/
.block-tagline h2{
    padding:30px 0 0;    
    color:#fe6d14;
    font-size:26px;
    line-height: 1.2;
    text-transform:uppercase;
}

.block-mission{
    padding:0 0 30px;
}

.block-news .wpb_content_element{
    margin-top: 20px;
    margin-bottom: 20px;
}

.block-news h3{
    color:#333333;
    text-transform:none;
}

.block-news .wpb_text_column a{
    color:#fc7438;
    text-decoration:underline;
}

/* home page news blocks */
#home-news ul{
    list-style:none;
    padding-left: 0;
    color:#fff;
}
#home-news ul li{
    margin-bottom:30px;
}
#home-news h3, #home-news a{
    color:#fff;
}
#home-news h3{
    font-size:24px;
}
#home-news article h2{
    font-size:20px;
    text-transform:none;
}
#home-news article a:hover{
    text-decoration:underline;
}
/************************************ END SPECIFIC BLOCKS ************************************/

/************************************ START BASIC TYPOGRAPHY AND COLOURS ************************************/
a {
	color: #e41b22;
	text-decoration: underline;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: bold;
	/* margin: 0 0 .75em; */
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, .h a {
	/* color: inherit; */
	text-decoration: none;
}

h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover, .h a:hover {
	color: #ff0000;
}

h3, .h3{
    font-weight:bold;
}

ul li{
	margin-bottom:10px;
}

#nav-container{
    background: #401c42;
}

#main-nav a {
	display: block;
	padding: 8px 8px;
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: background .3s;
	transition: background .3s;
}

#main-nav li {
	background: #401c42; /* nav link bg */
}

#main-nav li:hover, #main-nav li.active {
	background: #902157; /* nav link bg on hover */
}

/* dropdown div borders */
#main-nav .drop {
	left: 0;
	right: 0;
	top: 100%;
	text-align: left;
	margin: 0;
	letter-spacing: 1px;
	z-index: 999;
	width: 290px; /* 266px 365px */
	position: absolute;
	/* text-transform:capitalize; */
    /* border-left: 1px solid #401c42;
    border-right: 1px solid #401c42; */	
}

/* dropdown ul background */
#main-nav .drop ul {
	background: #401c42;
	/* padding: 13px 0 15px 0; */
	display: block;
	/* OLD OLD OLD border:1px solid rgba(255, 255, 255, .1); */
}

/* dropdown list item borders */
#main-nav .drop li:first-child{
	/* border-top:1px solid #401c42; */	
}

#main-nav .drop li {
	/* margin: 3px 0; */
	position: relative;
	display: block;
	/* border-bottom:1px solid #401c42; */
}

/* text link in dropdown */
#main-nav .drop li > a {
	display: inline-block;
	vertical-align: middle;
	/* padding: 0 15px 0 21px; */
	/* padding: 4px 15px 7px 15px; */
	padding-left: 14px;
	color: #ffffff;
}

#main-nav .drop li.hover > a {
	text-decoration: none;
	color: #ffffff; /* CONTROLS UNDERLINE BUT MUST BE OPACITY */
}

/* hamburger nav */
.nav-opener {
	display: none;
	float: right;
	width: 46px;
	height: 41px; /* must be same height as nav li item */
	background: #fff;
	position: relative;
	text-align: center;
	box-shadow: inset 0 0 0 1px #401c42; /* hamburger nav border */
	/* margin: 2px 3px 2px 0; */
	z-index:111;
	
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #401c42; /* hamburger nav lines */
	position: absolute;
	top: 14px; /* adjust according to height of nav li item */
	width: 18px;
	height: 3px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	border-bottom: 1px solid #bfbfbf; /* hamburger nav lines shadow */
	left: 50%;
	margin-left: -9px;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 19px; /* adjust according to height of nav li item */
}

.nav-opener:after {
	top: 24px; /* adjust according to height of nav li item */
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #401c42; /* hamburger nav lines hover */
}

#content h1, #content .h1 {
    /* display:inline-block; */
	font-size: 25px;
	/* text-transform: uppercase; */
	/* font-weight: 400;
	line-height: 1.0833333333;
	color:#094074;
	/*
	background:#094074;
	padding:10px 100px 10px 14px;
	*/
	border-bottom:1px solid #e5e4e4;
	padding-bottom:14px;
	margin-bottom:30px;
}

/* hide h1 on products landing page and children */
.page-id-9  #content h1, .page-id-7 #content h1, .parent-pageid-7 #content h1, .parent-pageid-7 #content .h1 {
    display:none;
}

.parent-pageid-7 #content {
    margin-bottom: 0;
}

h2, .h2 {
	font-size: 20px;
	line-height: 1.4;
	/* color: #191919; */
}

h3, .h3 {
	font-size: 18px;
	line-height: 1.4;
	/* font-weight: 400; */
}

h4, .h4 {
	font-size: 19px;
}

h5, .h5 {
	font-size: 17px;
}

h6, .h6 {
	font-size: 15px;
}

p {
	margin: 0 0 16px;
}

p.hero{
    font-size:20px;
    line-height: 1.2;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: solid #e5e4e4;
	border-width: 1px 0 0;
}

blockquote {
	border: 0;
	margin: 0 0 37px;
	padding: 0 0 0 28px;
	position: relative;
	z-index: 1;
}

blockquote:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

h2 + blockquote {
	margin-top: 23px;
}

/*
blockquote:before {
	content: "\e901";
	color: #ddd;
	z-index: -1;
	font-size: 49px;
	left: 0;
	top: -10px;
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/

blockquote q,
blockquote p {
	quotes: none;
	display: block;
	margin-bottom: 10px;
}

blockquote cite {
	display: block;
	font: inherit;
}

blockquote cite:before {
	content: "–";
	padding-right: 6px;
}

.read-more {
	/* text-decoration: none; */
	color: #8e2356;
}

.read-more:hover {
	color: #8e2356;
}

.small{
    font-size:14px;
}

.text-capatalize {
	text-transform: capitalize;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-underline {
	text-decoration: underline;
}
/************************************ END BASIC TYPOGRAPHY AND COLOURS ************************************/

/************************************ START SIDEBARS / WIDGETS ************************************/
/* IS THIS ONLY FOOTER??? 
.aside {
	padding-top: 43px;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 1.2222222222;
	// margin-top: 1px; //
	// border-top:1px solid #fff; //
}
*/

.widget {
	margin-bottom: 1.5714285714em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.widget_calendar #next {
	text-align: right;
}

.widget {
	/* color: #5f6062; */
	margin-bottom: 30px; /* 51px */
}

.widget > h2,
.widget .h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #e5e4e4;
	padding-bottom: 15px;
	margin-bottom: 22px;
	color:#005598;
}

.widget.widget-bg {
	background-color: #eee;
	padding: 10px;
}

.widget ul {
	padding-left: 11px;
}

.widget ul.news-list {
	padding-left: 0;
}

.widget ul.news-list > li {
	padding-left: 0;
}

.widget ul.news-list > li:before {
	display: none;
}

.news-list h2 a{
	color:#1098f7 !important;
}

.widget ul > li {
	position: relative;
	padding-left: 12px;
}

.widget ul > li:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: auto;
	left: 0;
	right: auto;
}

.widget ul > li:before {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: currentColor;
	top: 9px;
}

.widget ul > li > a {
	color: inherit;
}

.widget select {
	display: block;
	width: 100%;
	height: 28px;
	padding: 2px 10px;
}

.widget-news {
	overflow: hidden;
}

.widget-news time, .widget-news strong{
	display:none;
}

.widget-links ul a {
	text-decoration: none;
	color: inherit;
}

.widget-links ul a:hover {
	text-decoration: underline;
}

/* SPECIFIC TO WIDGET */
#text-3{
    background: #f5dd37;
    padding: 20px;
}

#text-3 h2 {
    margin-top: 0;
    color: #191919;
    border-color: #191919;
}

#text-9{
    background:#f5dd37; /* f47f4b */
    padding:16px;
}

#text-9 h2, #text-9 p, #text-9 ul li{
    /* color:#fff; */
    color:#333;
}

#text-9 h2{
    margin-top:4px;
    border-bottom: 1px solid #333;
}
/************************************ END SIDEBARS / WIDGETS ************************************/

/************************************ START FORMS ************************************/
.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}
/************************************ END FORMS ************************************/

/************************************ START COMMENTS ************************************/
.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.5714285714em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.5714285714em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.5714285714em;
}
/************************************ END COMMENTS ************************************/





.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.5714285714em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.5714285714em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #333;
	padding: .4em;
	margin-bottom: 1.5714285714em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

/************************************ START ALIGNMENT ************************************/
div.aligncenter {
	margin: 0 auto 1.5714285714em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.5714285714em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.5714285714em;
}

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

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

.align-right {
	text-align: right;
}
/************************************ END ALIGNMENT ************************************/


.mejs-container {
	margin-bottom: 1.5714285714em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

/************************************ START CALENDAR ************************************/
#wp-calendar {
	width: 100%;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #333;
}
/************************************ END CALENDAR ************************************/

/************************************ START UTILITY HEADER ************************************/
#header-utility-container{
	/* background-image:url("./images/bg-blue-lines.png");
	background-repeat: repeat-x;
	padding:10px; */
	background-color:#efefef;
	width:100%;
	/* margin-bottom:10px; */
	vertical-align: middle;
}

#header-utility-container .row{
    margin-bottom: 0;
}

#header-utility-container img {
    display: block;
    vertical-align: middle;
}

.header-utility-block p{
    margin: 0;
}

.header-utility-block ul{
    padding-left: 0;
    list-style:none;
    margin: 0;
}

.header-utility-block li{
    display:inline-block;
    margin:10px;
}

.header-utility-social{
	text-align:center;
	/* padding:10px 0; */
	vertical-align:middle;
}

.header-utility-social a{
	color:#333;
	text-decoration:none;
	padding:0 6px;
	vertical-align:middle;
	text-align:center;
}

.header-utility-social span{
    width:1px;
	color:#cfcece;
}

.header-utility-social .fab, .header-utility-social .fas, .header-utility-social .far{
	/* color:#fff; */
	font-size:22px;
	/* margin:0 6px; */
	padding:0 4px;
	min-width:32px;
}

.header-utility-social .fa-facebook-f{
	color:#3b5998;
}

.header-utility-social .fa-twitter{
	color:#1da1f2;
}

.header-utility-social .fa-instagram{
	color:#9b6954;
}

.header-utility-social .fa-youtube{
	color:#ff0000;
}

.header-utility-social .fa-linkedin-in{
	color:#0077B5;
}

.header-utility-social .fa-futbol{
	color:#000;
}

.header-utility-social .fa-envelope{
	color:#a3a3a3;
}

.header-utility-social .fa-shopping-cart{
	color:#337ab7;
}

.header-utility-social .fa-envelope-open-text{
	color:#fe6d14;
}

.header-utility-social .fa-rss{
	color:#f26522;
	min-width:30px;	
}
/************************************ END UTILITY HEADER ************************************/

/************************************ START HEADER ************************************/
#header {
    /* position: fixed; 
    top:0;   
    z-index:99;
    left: 50%;
    transform: translate(-50%, 0);    
    */
    width: 100%;
    background: #ffffff;
}

/* 
.admin-bar #header {
    margin-top:32px; 
}
*/

/* 
#header + #main {
  padding-top: 150px; // 120px HEIGHT OF LOGO PLUS ANY HEADER PADDING
}
*/

/* 
.admin-bar #header + #main {
  padding-top: 152px; // 120px HEIGHT OF LOGO PLUS ANY HEADER PADDING // 
}
*/

/* 
#header {
	position: relative;
	z-index: 5;
	// padding-top: 25px; //
	// padding-bottom: 1px; //
	border-bottom:1px solid #fff;
}
*/

/* set up bars above and below header
#header:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
}
 */
 
/* blue bar above header
#header:before {
	border-top:8px solid #317cd6;
} 
 */

/* drop shadow below header / nav
#header:before {
	border-radius: 1px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .35);
	z-index: -1;
	pointer-events: none;
}
*/

/*
#header .header-container {
	width: 100%;
	position: relative;
	z-index:99999;
	background-color:#eeeeee;
}
*/

#header .header-container .col-sm-4, #header .header-container .col-sm-8{ 
    /* padding:10px 0; */
}

#header img{
    /* display: block; */
    vertical-align: middle;
}

#header .logo {
	/* margin-left: -2px; */
}

.logo {
	/* margin: 20px auto; */
	/* width: 342px; */
}

.logo img {
	vertical-align: top;
}

.header-tels{
    list-style:none;
    padding-left: 0;
}





.texts-summary {
	color: #505151;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	/* align-items: center; */
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	width: 100%;
	/* text-align: center; */
	margin-bottom: 21px;
}

.texts-summary li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.375;
	letter-spacing: .6px;
}

.texts-summary .text {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.texts-summary .title {
	margin-right: 6px;
}

.texts-summary a {
	text-decoration: none;
	color: inherit;
}

.texts-summary a:hover {
	color: #009cda;
}
/************************************ END HEADER ************************************/

/************************************ START BUTTONS ************************************/
.btn  {
	display: inline-block;
	vertical-align: top;
	margin:10px 0;
	font-size: 14px;
	line-height: 1.2;
	font-weight:bold;
	/* min-width: 174px; */
	padding: 12px 14px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #e41b22;
	border: 1px solid #e41b22;
	color: #fff;
	/* border-radius: 6px;
	-webkit-border-radius: 6px; */
	cursor:pointer !important;
}

.btn:hover, .slide a:hover span.btn {
	color: #fff;    
	background-color: #902157;
	border: 1px solid #902157;
    /*
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transition-property: color, background, border, visibility, opacity, box-shadow, -webkit-transform;
    transition-property: color, background, border, visibility, opacity, box-shadow, transform;
    */
}

.btn-lrg {
	font-size: 24px;
}

.btn-orange {
	background-color: #f6762b;
	border: 1px solid #f6762b;
}

.btn-orange:hover {
	background-color: #e46e28;
	border: 1px solid #e46e28;
}

.btn-white {
	background-color:transparent;
	border: 1px solid #fff;
}

.btn-white:hover {
	background-color: #ea7947;
	border: 1px solid #fff;
}

.btn-login {
	background-color: #0393c9;
	color: #fff !important;
	padding:12px !important;
}

.btn-expand-close{
    min-width:92px;
}

.new{
	font-size:12px;
	background:#ffff00;
	padding:4px;
}

/************************************ END BUTTONS ************************************/

/************************************ START MAIN NAV ************************************/
/* 
#main-nav {
    z-index: 1;
    position: relative;
    color: #fff;
    background-color: inherit;
    margin-top: -1px;
}
*/

#main-nav {
    z-index: 100;
    /* position: absolute; */
}

#main-nav li.btn-registrant-status a{
	/* float:right; */
	background-color: #fe6d14;
	color: #fff;
	font-size:12px;
	line-height:25px;
}

#main-nav li.btn-registrant-status a:hover{
	background-color: #ea7846;
}

#main-nav li.btn-registrant-status a::after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content:'\f4fc';
    margin:0 0 0 4px;
}

.page-id-12 #main-nav #menu-item-15 a{
    background: #337ab7;
}

/* nav bar background
.nav-bar {
	background: #5c666f;
}
*/

.nav-bar strong{
	display: none;
}

#main-nav {
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 16px;
	font-weight: 700;
}

#main-nav ul {
	display: table;
	width: 100%;
	margin:0;
	padding:0;
}

#main-nav li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	/* padding: 0;
	padding:0 6px; */
}




#main-nav > ul > li:last-child .drop,
#main-nav > ul > li:nth-last-child(2) .drop {
	/* right: 0;
	left: auto; */
	right: 0;
	left: 0;
}

#main-nav > ul > li:last-child .drop .drop,
#main-nav > ul > li:nth-last-child(2) .drop .drop {
	right: 100%;
	padding-right: 20px;
}

#main-nav > ul > li:last-child .drop .drop:before,
#main-nav > ul > li:nth-last-child(2) .drop .drop:before {
	left: auto;
	right: 4px;
	border-color: transparent transparent transparent #8696a0;
	border-width: 8px 0 8px 16px;
}

#main-nav .drop-active a {
	/* background: #5d92d3; */
}

#main-nav li.nav-demo:hover, #main-nav li.nav-demo.active {
	background: none
}

#main-nav li.nav-login:hover, #main-nav li.nav-login.active {
	background: none
}

#main-nav .drop .drop {
	left: 100%;
	top: 0;
	padding-left: 20px;
}

#main-nav .drop .drop:before {
	content: "";
	border-style: solid;
	border-color: transparent #337ab7 transparent transparent;
	border-width: 8px 16px 8px 0;
	left: 4px;
	top: 7px;
	position: absolute;
}

/* special nav items with icons */
#main-nav li.nav-demo{
    margin-right:10px;    
}

#main-nav li.nav-demo a{
    background: #f57e20;
}

#main-nav li.nav-login a{
    background: #1098f7;
}

#main-nav li.nav-demo a:hover{
    background: #e46e28;
}

#main-nav li.nav-login a:hover{
    background: #0f8be1;
}

#main-nav li.nav-demo a, #main-nav li.nav-login a{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    color: #fff;
}

#main-nav li.nav-demo a:after{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f51c';
    margin:0 0 0 4px;
}

#main-nav li.nav-login a:after{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f2f6';
    margin:0 0 0 4px;
}





.nav-active #main-nav {
	max-height: 9999px;
}

.nav-active #main-nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.nav-indent{
    padding-left:10px;
}



.resize-active #main-nav,
.resize-active #main-nav ul {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: -2px;
	border: none;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-active #main-nav {
	max-height: 4000px;
}

.nav-active #main-nav ul {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}











.navigation-comments,
.nav-links,
.navigation-single {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	padding-top: 11px;
}

.navigation-comments .page-numbers,
.nav-links .page-numbers,
.navigation-single .page-numbers {
	min-width: 19px;
	text-align: center;
	color: #fff;
	background-color: #317cd6;
	text-decoration: none;
	padding: 0 2px 1px;
	font-weight: 700;
	font-size: 14px;
	line-height: .7142857143;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
}

.navigation-comments .page-numbers.dots,
.nav-links .page-numbers.dots,
.navigation-single .page-numbers.dots {
	pointer-events: none;
	background-color: transparent;
	color: #333;
}

.navigation-comments .page-numbers.prev,
.navigation-comments .page-numbers.next,
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next,
.navigation-single .page-numbers.prev,
.navigation-single .page-numbers.next {
	padding-bottom: 3px;
}

.navigation-comments .page-numbers.prev:hover,
.navigation-comments .page-numbers.next:hover,
.nav-links .page-numbers.prev:hover,
.nav-links .page-numbers.next:hover,
.navigation-single .page-numbers.prev:hover,
.navigation-single .page-numbers.next:hover {
	opacity: 1;
}

.navigation-comments .page-numbers.current,
.nav-links .page-numbers.current,
.navigation-single .page-numbers.current {
	background-color: #2364b1;
	pointer-events: none;
}

.navigation-comments .page-numbers:hover,
.nav-links .page-numbers:hover,
.navigation-single .page-numbers:hover {
	background-color: #2364b1;
}

.navigation-comments div.next,
.navigation-comments div.prev,
.nav-links div.next,
.nav-links div.prev,
.navigation-single div.next,
.navigation-single div.prev {
	min-width: 19px;
	text-align: center;
	color: #fff;
	background-color: #317cd6;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
	line-height: .7142857143;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.navigation-comments div.next a,
.navigation-comments div.prev a,
.nav-links div.next a,
.nav-links div.prev a,
.navigation-single div.next a,
.navigation-single div.prev a {
	padding: 0 2px 3px;
}

.navigation-comments div.next:hover,
.navigation-comments div.prev:hover,
.nav-links div.next:hover,
.nav-links div.prev:hover,
.navigation-single div.next:hover,
.navigation-single div.prev:hover {
	opacity: 1;
	background-color: #2364b1;
}




/************************************ END MAIN NAV ************************************/






.bg{
    padding:60px 0;
}

.bg h2{
    padding: 30px 0 0;
    font-size: 24px;
    line-height: 60px;
    text-align:center;
    vertical-align: middle;
}

/* alternate use of fontawesome
.block-news h2:before{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f1ea';
    font-size: 60px !important;  
    vertical-align: middle;
    margin:0 20px;
}

.block-facebook h2:before{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f39e';
    font-size: 60px !important;  
    color:#3b5998;
    vertical-align: middle;
    margin:0 20px;
}

.block-twitter h2:before{
    font-family:'Font Awesome 5 Free';
    content:'\f099';
    font-size: 60px !important;  
    color:#00aced;
    vertical-align: middle;
    margin:0 20px;
}
*/

.bg-cover {
	background-size: cover;
	background-position: 50% top; /* 50% 50% */
}

/************************************ START FOOTER ************************************/
#footer {
	/* font-size: 12px;
	line-height: 1.1666666667;
	padding-top: 11px;
	padding-bottom: 13px; */
	padding: 10px 0;
	/* text-align: center; */
	color: #505151;
}

#footer p {
	margin: 0 0 10px;
}

#footer p a {
	color: inherit;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer-utility .row{
    padding-top:20px;
}

.footer-container{
	background:#cccccc;
	padding:20px 0;
}

.footer-utility-blocks {
	position: relative;
	z-index: 1;
    color:#fff;	
}

.footer-utility-blocks:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	left: -9999px;
	right: -9999px;
	background-color: #cccccc;
	z-index: -1;
}

.footer-utility-block {
	margin-bottom: 31px;
	/* text-align: center; */
	overflow: hidden;
	font-size:14px;
}

.footer-utility-block h3,
.footer-utility-block .h3 {
	margin: 0 0 6px;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	text-transform: uppercase;
	color: inherit;
}

.footer-utility-block address, .footer-utility-block dl, .footer-utility-block dt, .footer-utility-block dd {
	font: inherit;
}

.footer-utility-block ul,
.footer-utility-block dl,
.footer-utility-block dt,
.footer-utility-block dd,
.footer-utility-block address {
	margin: 0;
}

.footer-utility-block ul{
    list-style:none;
    padding-left: 0;
    margin-bottom:30px;
}

.footer-utility-block dl {
	padding-top: 20px;
	max-width: 127px;
	margin: 0 auto;
}

.footer-block dt {
	text-transform: uppercase;
	max-width: 12px;
}

.footer-utility-block dt,
.footer-utility-block dd {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.footer-utility-block a {
	color: inherit;
	text-decoration: none;
}

.footer-utility-block a:hover {
	color: #fff;
	text-decoration: underline;	
}

.footer-utility-block p {
	margin: 0;
}

.copyright-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.copyright-nav li:first-child:before {
	margin-left: 0;
	margin-right: 0;
	content: "";
	opacity: 0;
	visibility: hidden;
}

.copyright-nav li:before {
	content: "|";
	margin-left: 11px;
	margin-right: 11px;
}
/************************************ END FOOTER ************************************/

/************************************ START SLIDESHOW ************************************/
.slideshow {
	position: relative;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.0909090909;
	z-index:0;
	margin-bottom:15px;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 228px;
}

.autorotation-active a, .autorotation-active a:hover, .autorotation-disabled a, .autorotation-disabled a:hover {
    text-decoration:none;
    cursor:pointer !important;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .container {
    width: 100%;
	/* padding-bottom: 54px; */
}

.slideshow .caption-container {
	overflow: hidden;
	position: relative;
	
	/* background-color: rgba(0, 0, 0, .4); */
	
	/* color: #fff;
	padding: 32px 30px 18px; */
	/* padding: 0 30px; REMOVED 31-Oct-2019 */
	text-align: center;

    display: flex;
    flex-grow: 1;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height:100%;
    /* margin-top:-40px; */
    
}

.slideshow .caption{
    max-width:50%;
    padding:20px;
    background-color:rgba(255, 255, 255, .6);

}

.slideshow .caption:hover{
    cursor:pointer;
}

.slideshow h2, .slideshow .h2 {
	color: inherit;
	font-size: 46px;
	line-height: 1.1;
	/* margin: 0 0 21px; */
	margin: 0;
	text-transform:none;
	/* margin-bottom: 160px; */
}

.slideshow p {
	margin: 20px 0;
}

.slideshow.not-enough-slides .btn-prev, .slideshow.not-enough-slides .btn-next, .slideshow.not-enough-slides .slider-dots {
	visibility: hidden;
}

.slider-dots {
	position: absolute;
	bottom: 17px;
	left: 0;
	right: 0;
	z-index: 3;
}

.slider-dots ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.slider-dots li {
	margin-left: 8px;
	margin-right: 8px;
}

.slider-dots li.active a {
	background-color: #818181;
}

.slider-dots a {
	display: block;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background-color: #fff;
	border: 1px solid #646464;
	opacity: .4;
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
}

.slider-dots a:hover {
	background-color: #818181;
}

/* slide opacity left side overlay if needed 
.slide:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 25%;
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.4)),color-stop(50%,rgba(0,0,0,.2)),to(transparent));
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.4),rgba(0,0,0,.2) 50%,transparent);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 50%,transparent 100%);
    background-image: linear-gradient(90deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 50%,transparent);
}
*/
 
.btn-prev, .btn-next {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: rgba(255, 255, 255, .4);
	font-size: 100px;
	margin-top: -29px;
	margin-left: -498px;
	z-index: 3;
	text-decoration: none;
}

.btn-prev:hover, .btn-next:hover {
	color: #fff;
}

.btn-next {
	left: auto;
	right: 50%;
	margin-left: 0;
	margin-right: -498px;
}
/************************************ END SLIDESHOW ************************************/



#content > time {
	margin-bottom: 4px;
}

#content .publisher {
	margin-bottom: 10px;
}

#content img.alignright {
	margin: 0 auto 20px;
	float: none;
	display: block;
}

#content img.alignleft {
	margin: 0 auto 20px;
	float: none;
	display: block;
}

#content > table {
	width: 100%;
}

.featured-post {
	overflow: hidden;
	margin-bottom: 29px;
	color: #5f6062;
	position: relative;
}

.featured-post > a {
	text-decoration: none;
	display: block;
	color: inherit;
}

.featured-post > a:hover .aligncenter {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.featured-post .aligncenter {
	width: 100%;
	max-width: none;
	display: block;
	margin-bottom: 12px;
}

.featured-post h2,
.featured-post .h2 {
	margin: 0 0 9px;
}

.btn-holder {
	overflow: hidden;
	text-align: center;
}





.news-list {
	overflow: hidden;
	padding-left: 0;
	margin-top: -6px;
}

#content .news-list > li {
	margin-top: 20px;
    border-bottom: 1px solid #e5e4e4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

#content .news-list .subtitle {
	font-weight: 700;
	font-size: inherit;
}

#content .news-list h3,
#content .news-list .h3 {
	font-weight: 700;
}

.news-list > li {
	margin-bottom: 8px;
	overflow: hidden;
}

.news-list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.news-list > li > a:hover {
	color: #009cda;
}

.news-list h3,
.news-list .h3 {
	margin: 10px 0;
}

.news-list .subtitle {
	font-weight: 400;
	font-size: 12px;
	line-height: 2.1666666667;
	margin-bottom: 7px;
}



/************************************ START TESTIMONIALS ************************************/
.testimonials {
	padding-top: 50px;
	padding-bottom: 60px;
}

.testimonials h2,
.testimonials .h2 {
	margin: 0;
	color: inherit;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.0833333333;
	text-transform: uppercase;
	border-bottom: 1px solid currentColor;
	padding-bottom: 10px;
	margin-bottom: 22px;
	display: inline-block;
	vertical-align: top;
}

.testimonials blockquote {
	color: #fefefe;
	font-size: 22px;
	line-height: 1.0909090909;
	padding-top: 9px;
	margin-bottom: 25px;
	padding: 0;
}

.testimonials blockquote:before {
	display: none;
}

.testimonials blockquote q, .testimonials blockquote p {
	margin-bottom: 24px;
}

.testimonials blockquote q:before, .testimonials blockquote p:before {
	content: "“";
}

.testimonials blockquote q:after, .testimonials blockquote p:after {
	content: "”";
}

.testimonials .btn, .testimonials .btn-default, .testimonials .btn.invert {
	margin-top: 22px;
	max-width: 214px;
	display: block;
	margin: 22px auto 0;
}
/************************************ END TESTIMONIALS ************************************/

.banner {
	width: 100%;
	/* padding-top: 34%; */
	overflow: hidden;
}

/************************************ START TEAM ************************************/
.team-block {
	color: #5f6062;
	overflow: hidden;
	margin-bottom: 13px;
}

.team-block > a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.team-block > a:hover .aligncenter {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}

.team-block h2,
.team-block .h2 {
	margin: 0;
	text-transform: capitalize;
}

.team-block .aligncenter {
	display: block;
	max-width: none;
	width: 100%;
	margin-bottom: 13px;
}

.team-block .subtitle {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.info-column {
	padding-top: 0;
	overflow: hidden;
	color: #5f6062;
}

.info-column .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 6px;
}

.info-column .subtitle {
	margin-bottom: 4px;
}

.info-column .description {
	overflow: hidden;
	padding-top: 1px;
}

.info-column dl,
.info-column dd,
.info-column dt {
	margin: 0 0 4px;
	font: inherit;
}

.info-column dt {
	font-weight: 700;
	text-transform: uppercase;
}

.info-column dl {
	text-decoration: none;
}

.info-column dl a {
	color: inherit;
	text-decoration: none;
}

.info-column dl a:hover {
	text-decoration: underline;
}

.info-column a {
	color: #0393c9;
	text-decoration: underline;
}

.info-column a:hover {
	text-decoration: none;
}

.assistants-info {
	padding-top: 0;
	overflow: hidden;
	color: #5f6062;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -10px;
	text-align: center;
}

.assistants-info .col {
	margin-bottom: 10px;
	width: 100%;
}

#content .assistants-info img.alignleft,
.assistants-info img.alignleft {
	max-width: 106px;
}

.assistants-info .description {
	overflow: hidden;
}

.assistants-info .title {
	color: #009cda;
	margin-bottom: 4px;
}

.assistants-info a {
	color: inherit;
	text-decoration: none;
}

.assistants-info a[href^="mailto:"] {
	color: #0393c9;
	text-decoration: underline;
}

.assistants-info a[href^="mailto:"]:hover {
	text-decoration: none;
}

.assistants-info a:hover {
	text-decoration: underline;
}

.assistants-info p {
	margin: 0 0 4px;
}
/************************************ END TEAM ************************************/

#sidebar .search-form label,
#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="tel"],
#sidebar .search-form input[type="password"],
#sidebar .search-form input[type="search"],
#sidebar .search-form textarea,
#content .search-form label,
#content .search-form input[type="text"],
#content .search-form input[type="email"],
#content .search-form input[type="tel"],
#content .search-form input[type="password"],
#content .search-form input[type="search"],
#content .search-form textarea,
.post-password-form label,
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="tel"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form textarea,
.comment-form label,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	float: none;
}

#sidebar .search-form input[type="text"],
#sidebar .search-form input[type="email"],
#sidebar .search-form input[type="tel"],
#sidebar .search-form input[type="password"],
#sidebar .search-form input[type="search"],
#sidebar .search-form textarea,
#content .search-form input[type="text"],
#content .search-form input[type="email"],
#content .search-form input[type="tel"],
#content .search-form input[type="password"],
#content .search-form input[type="search"],
#content .search-form textarea,
.post-password-form input[type="text"],
.post-password-form input[type="email"],
.post-password-form input[type="tel"],
.post-password-form input[type="password"],
.post-password-form input[type="search"],
.post-password-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="tel"],
.comment-form input[type="password"],
.comment-form input[type="search"],
.comment-form textarea {
	margin: 0 0 4px;
}

#sidebar .search-form input[type="submit"],
#sidebar .search-form input[type="button"],
#content .search-form input[type="submit"],
#content .search-form input[type="button"],
.post-password-form input[type="submit"],
.post-password-form input[type="button"],
.comment-form input[type="submit"],
.comment-form input[type="button"] {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.1428571429;
	min-width: 174px;
	padding: 9px 5px 10px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #317cd6;
	color: #fefefe;
	border: 1px solid #317cd6;
	margin: 12px auto 0;
	display: block;
	height: auto;
	float: none;
}

#sidebar .search-form input[type="submit"]:hover,
#sidebar .search-form input[type="button"]:hover,
#content .search-form input[type="submit"]:hover,
#content .search-form input[type="button"]:hover,
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="button"]:hover,
.comment-form input[type="submit"]:hover,
.comment-form input[type="button"]:hover {
	background-color: #2364b1;
	border-color: #2364b1;
	opacity: 1;
}















.cta-cols .wpb_text_column{
    /*
    border-right: 1px solid #e3e2e2;
    border-bottom: 1px solid #e3e2e2;
    border-left: 1px solid #e3e2e2;   
    */
}



.cta-cols .fas, .cta-cols .far, .cta-cols .fab{
    font-size:80px;
    color:#fff;
}

/************************************ START ALERTS ************************************/
.alert h2{
    margin-top:0;
}

.alert-grey{
    margin:20px 0;
    padding:20px;
    background:#e3e2e2;
}

.alert{
    margin:20px 0;
    padding:20px;
    background:#e3e2e2;
}

.alert-yellow{
    background:#f5dd37;
}

.alert-warning{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#sidebar .alert-yellow{
    padding-bottom: 10px;
}

#sidebar .alert-yellow h2{
    color:#000;
    border-bottom: 1px solid #000;
}
/************************************ END ALERTS ************************************/

/************************************ START TABLES ************************************/
table{
    margin-bottom:20px;
}

table.table-data{
    margin-bottom:20px;
}

td, th{
    padding:4px 8px;
}

th{
    background:#e3e2e2;
}
/************************************ END TABLES ************************************/

/************************************ START ECOMMERCE ************************************/












/************************************ END ECOMMERCE ************************************/

ul.checkmarks{
    list-style-type:none;
    /* padding-left: 0; */
    list-style-position: inside;
    text-indent: -.7em;
}

ul.checkmarks li{
    /* display: flex; */
    line-height:24px;
    margin-bottom:14px;
}

ul.checkmarks li:before{
    display: inline-block;
    position: relative;
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    font-size:24px;
    color:#1098f7;
    content:'\f14a'; /* ALT checkbox f14a, f14a */
    margin:0 8px 0 0;
}

.box-shadow{
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    /* padding: 20px; */
}

.box-shadow-row .vc_column-inner{
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    margin:0 15px;
}

#sidebar .box-shadow{
    padding: 0;
    /* padding-bottom: 10px; */
}

#sidebar .box-shadow h2{
    margin-top:4px;
}

.flatpickr-alt{
    width:46%;
    margin-right:6px;
}

/************************************ START BREADCRUMBS ************************************/
#breadcrumbs{
    list-style:none;
    margin:0;
    padding:15px 0;
    overflow:hidden;
}

#breadcrumbs + #two-columns{
    padding-top:0;    
}

#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:4px;
    font-size:14px;
}
  
#breadcrumbs .separator{
    font-size:18px;
}

/* alternate fontawesome for breadcrumb home icon
.bread-home:before{
    font-family:'Font Awesome 5 Free';
    font-weight: 900;
    content:'\f015';
    margin:0 4px 0 0;
    text-decoration:none !important;
}
*/
/************************************ END BREADCRUMBS ************************************/

/************************************ START SOCIAL SHARING ************************************/
.social-container{
    display:none;
    margin-top:20px;    
    border-top:1px solid #e5e4e4;
    padding-top:20px;
}

.home .social-container{
    display:none;    
}

.social-sharing {
    /* margin: 20px 0 20px;
    -webkit-font-smoothing: antialiased; */
    font-size: 14px;
}

.social-link {
    padding: 4px 8px 6px 8px !important;
    color: white;
    font-size: 14px;
    margin-right: 2px;
    cursor: pointer;
    /*
    border-radius: 2px;    
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    */
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 
.social-link:hover,.social-link:active {
    color: white;
}
 
.social-twitter {
    background: #bbbbbb; /* 1da1f2 */
}
 
.social-twitter:hover,.social-twitter:active {
    background: #0084b4;
}
 
.social-facebook {
    background: #a6a5a5; /* 3b5998 */
}
 
.social-facebook:hover,.social-facebook:active {
    background: #2d4372;
}
 
.social-googleplus {
    background: #D64937; /* D64937 */
}
 
.social-googleplus:hover,.social-googleplus:active {
    background: #b53525;
}

.social-pinterest {
    background: #bd081c; /* bd081c */
}
 
.social-pinterest:hover,.social-pinterest:active {
    background: #bd081c;
}
 
.social-linkedin {
    background: #939292; /* 0074A1 */
}
 
.social-linkedin:hover,.social-linkedin:active {
    background: #006288;
}
 
.social-whatsapp {
    background: #43d854; /* 43d854 */
}
 
.social-whatsapp:hover,.social-whatsapp:active {
    background: #009688;
}
/************************************ END SOCIAL SHARING ************************************/



/* sidebar nav */
#nav_menu-2{
    background:#b0b9be;
}

.cover-thumbs p{
    font-size: 14px;
    min-height:46px;
}

.cover-thumbs .wpb_single_image img{
    max-width: 180px;
    border:1px solid #e5e4e4;
}

/* complaints
.page-id-20 h1:before{
    font-family: 'Font Awesome 5 Free';
    content:'\f075';
    margin-right:10px;
}
*/

/* bios */
.bio-row{
    margin-bottom:40px;
}

/* ADMIN STYLES */
a.post-edit-link {
    margin-top:30px;
}

/* visual composer elements */
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
    margin-bottom:20px;
}

/* custom hover blocks */
.cta-boxes-blue{
    color:#fff;    
}

.cta-boxes-blue a{
    color:#fff;
    text-decoration:none;
}


.cta-boxes-blue .vc_col-sm-4::after{
    content: "";
    background:#0393c9;
    opacity: 1;
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1;
}

.cta-boxes-blue .vc_col-sm-4:hover::after{
    content: "";
    background: url(/wp-content/uploads/2018/10/slide-therapist-woman.jpg) no-repeat !important;
    opacity: 0.5;
    top: 0;
    left: 5px;
    bottom: 0;
    right: 5px;
    position: absolute;
    z-index: -1; 
}

/*
#third::after {
    content: "";
    background:#0393c9;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

#third:hover::after {
    content: "";
    background: url(/wp-content/uploads/2018/10/slide-therapist-woman.jpg) no-repeat !important;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; 
}
*/

.indent-left-30{
    margin-left:30px;
}

/************************************ START GRAVITY FORMS ************************************/
.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label{
	font-weight: bold !important;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio]{
	margin-top: 0 !important;
}

/* nested popup form */ 
#gform_wrapper_16{
    margin-bottom:20px;
}

.gform_button, .gpnf-add-entry{
    background-color: #333333;
    border: 1px solid #333333;
    font-size: 14px !important;
    line-height: 1.2 !important;  
    color:#fff;
    text-transform: uppercase;
    padding: 12px 14px;
    /* border-radius: 6px !important;
    -webkit-border-radius: 6px !important; */
}

.gform_button:hover, .gpnf-add-entry:hover{
    background-color: #000000;
    border: 1px solid #000000;
}

/*
button.gpnf-add-entry, #gform_submit_button_7, #gform_submit_button_10, #gform_submit_button_12, #gform_submit_button_15{
    background-color: #0393c9;
    border: 1px solid #0393c9;
    color:#fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
}

button.gpnf-add-entry:hover, #gform_submit_button_7:hover, #gform_submit_button_10:hover, #gform_submit_button_12:hover, #gform_submit_button_15:hover{
    background-color: #0384b4;
    border: 1px solid #0384b4;
}
*/

/* ??????? */
ul#input_5_35{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.gsection_description{
	margin-top:20px;
}

/* total */
#field_17_62{
	padding:20px;
	/* border:1px solid #ccc; */
	background:#eee;
}

/* ??????? */
#field_5_49 .gfield_label{
	margin-top: 10px !important;
}

/* volunteer checkboxes */
#field_17_43 ul.gfield_checkbox{
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

/* decrease label size */
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
	font-size:14px !important;	
}

.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover {
    width: 26px !important;
    font-size: 26px !important;
    line-height: 26px !important;
    background-size: 24px 24px !important;
    text-indent: 9999px;
    margin: 4px 4px 10px;
}
/************************************ END GRAVITY FORMS ************************************/

/************************************ START THEME-SPECIFIC STYLES ************************************/
.page-id-257 #custom_html-2{
    display:none;    
}

.site-title{
    color:#902157;
    font-size:32px;
	font-style:italic;
	/* text-transform:uppercase; */
}

@media (max-width: 767px) {
    .site-title{
        color:#00b8f0;
        font-size:22px;
    }

    .header-container .col-sm-4, .header-container .col-sm-6{
        width: 100%;
    }
    
    .header-container .col-sm-4 .logo, .header-container .col-sm-6 .logo{
        text-align:center;
    }
    
    .header-container .col-sm-8, .header-container .col-sm-6.gwlg{
        display:none;
    }
}

#main-nav li.nav-lang {
    background: #00b8f0;
}

#main-nav li.nav-help {
    background: #e41b22;
}

/* help icon
.page-id-11 h1:after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content:'\f4be';
    margin:0 0 0 10px;
    font-size: 32px !important;
    color:#005aa9;
}
*/

/* resources icon 
.page-id-14 h1:after{
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
    content:'\f02d';
    margin:0 0 0 10px;
    font-size: 32px !important;    
    color:#005aa9;
}
*/

/* speech bubbles https://leaverou.github.io/bubbly/ */
.speech-bubble {
	position: relative;
	background: #333333;
	/* border-radius: .4em; */
	color:#ffffff;
	padding:15px;
	text-align:center;
}

/* 
.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 28px solid transparent;
	border-top-color: #333333;
	border-bottom: 0;
	margin-left: -14px;
	margin-bottom: -28px;
}
*/
 
.speech-bubble-left:after {
	border-left: 0;
}

.speech-bubble-right:after {
    border-right: 0;
}

.speech-bubble-dark-blue {
	background: #2A1C42;
}

.speech-bubble-dark-blue:after {
	border-top-color: #2A1C42;    
}

.speech-bubble-med-blue {
	background: #005AA9;
}

.speech-bubble-med-blue:after {
	border-top-color: #005AA9;    
}

.speech-bubble-light-blue {
	background: #00B8F2;
}

.speech-bubble-light-blue:after {
	border-top-color: #00B8F2;    
}

.speech-bubble-purple {
	background: #8E2457;
}

.speech-bubble-purple:after {
	border-top-color: #8E2457;    
}

/*
.vc_tta-panel-body .vc_col-sm-6 .wpb_text_column .wpb_wrapper{
    padding:15px;
    background:#ffffff;
}
*/

.cta-efap{
	padding: 10px;
	background: #005aa9;
}

.cta-efap p, .cta-efap a{
	color:#fff;
}

.footer-blocks{
    padding:20px;
}
/************************************ END THEME-SPECIFIC STYLES ************************************/

/************************************ START OTHER ??? ************************************/
/* placeholder CSS doesn't seem to work... */
::-webkit-input-placeholder {
    color:red;
}

::-moz-placeholder {
    color:red;
}

::-ms-placeholder {
    color:red;
}

::placeholder {
    color:red;
}

.fe_container .fe_title{
    display:none !important;
}

.social-col, .category-link, .tag-link{
    color:#8b8b8b;
}
/************************************ END OTHER ??? ************************************/


/************************************ START MEDIA QUERIES ************************************/
@media (max-width: 767px) {
    #pricing-table .vc_column-inner{
        /* padding: 10px; */
        margin-bottom:45px;
    }
    
    #pricing-table .pricing-text .wpb_wrapper{
        min-height: initial;
    }
    #pricing-table .wpb_content_element.pricing-button{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
    }
}

@media (min-width: 300px) { /* WAS: 480px */
	.banner {
		/* padding-top: 23%; */
	}

    /* bootstrap rows and columns */
    .row {
        margin-bottom: 20px;
    }
    
    .header-container .row {
        margin-bottom: 0;
    }

    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    
    .col-sm-1 {
        width: 8.333333%;
    }
    .col-sm-2 {
        width: 16.666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }    
    .col-sm-5 {
        width: 41.666667%;
    } 
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333%;
    }    
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }    
    .col-sm-10 {
        width: 83.333333%;
    }
    .col-sm-11 {
        width: 91.666667%;
    }    
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width: 640px) {
	.cols-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.cols-holder .col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cols-holder .col2 {
		width: 50%;
	}

	.cols-holder .col3 {
		width: 33.33333333%;
	}

	.cols-holder .col4 {
		width: 25%;
	}

	.cols-holder .col5 {
		width: 20%;
	}
	
	.cols-holder .col6 {
		width: 16.66666667%;
	}

	.navigation-comments .page-numbers,
	.nav-links .page-numbers,
	.navigation-single .page-numbers {
		margin-left: 5px;
		margin-right: 5px;
	}

	#content img.alignright {
		float: right;
		margin: 30px 0 4px 10px;
	}

	#content img.alignleft {
		float: left;
		margin: 30px 10px 4px 0;
	}

	#content .info-column img.alignleft,
	.info-column img.alignleft {
		margin: 0 auto 20px;
		max-width: 220px;
		float: none;
	}

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

	#content .assistants-info img.alignleft,
	.assistants-info img.alignleft {
		margin: 0 15px 0 0;
		max-width: 86px;
	}

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

	.footer-block dl {
		max-width: none;
		margin: 0;
	}

	.footer-block dt {
		max-width: none;
	}
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	h1,.h1 {
		font-size: 22px;
		/* padding-bottom: 16px; */
	}

	h2, .h2 {
		font-size: 22px;
		/* text-transform:uppercase; */
	}

	h3, .h3 {
		font-size: 18px;
		/* text-transform:uppercase; */
	}

	.slideshow {
		font-size: 18px;
		line-height: 1.0909090909;
	}

	.slideshow .slide {
		/* min-height: 363px; 463px */
		height: 380px;
	}

	.slideshow .container {
		/* padding-top: 42px;
		padding-bottom: 75px; */
	}

	.slideshow .caption-container {
		/* max-width: 490px; */
		/* padding: 33px 32px 28px; */
		/* margin-left: 8.4%; REMOVED 31-Oct-2019 */
		/* margin-right: 8.4%; REMOVED 31-Oct-2019 */
		text-align: left;
		/* margin-top: 140px; */
	}

	/*
	.slideshow h2, .slideshow .h2 {
	    font-size: 20px;
		line-height: 1.0666666667;
		margin-bottom: 28px;
	}
	*/

	.slider-dots {
		bottom: 23px;
	}

	#two-columns {
		/* padding-top: 0px;*/
		margin-left: -15px;
		margin-right: -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	#content {
		width: 66.666%;
		padding-left: 15px;
		padding-right: 15px;
	}

	#sidebar {
		width: 33.333%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.featured-post {
		margin-bottom: 7px;
	}

	.btn-holder {
		padding-top: 9px;
		text-align: left;
	}

	.widget .btn-holder {
		padding-top: 8px;
	}

	.testimonials {
		padding-bottom: 16px;
	}

	.testimonials .testimonials-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.testimonials .col {
		width: 62%;
	}

	.testimonials .col + .col {
		width: 25.3%;
	}

	.testimonials h2,
	.testimonials .h2 {
		font-size: 19px;
		padding-bottom: 16px;
	}

	.testimonials blockquote {
		margin-bottom: 37px;
	}

	.testimonials .btn, .testimonials .btn-default, .testimonials .btn.invert {
		display: inline-block;
		margin: 22px 0 0;
	}

	.banner {
		/* padding-top: 16.9%; */
		height:340px;
	}

	#content .info-column img.alignleft, .info-column img.alignleft {
		margin: 0 27px 0 0;
		max-width: 220px;
		float: left;
	}

	.assistants-info .col {
		width: 49%;
	}

	#content .assistants-info img.alignleft,
	.assistants-info img.alignleft {
		margin: 0 15px 0 0;
		max-width: 86px;
	}

	#sidebar .search-form input[type="submit"],
	#sidebar .search-form input[type="button"],
	#content .search-form input[type="submit"],
	#content .search-form input[type="button"],
	.post-password-form input[type="submit"],
	.post-password-form input[type="button"],
	.comment-form input[type="submit"],
	.comment-form input[type="button"] {
		margin: 12px 0 0;
		display: inline-block;
	}

    /*
	#header .header-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		
	}
    */

	.logo {
		/* margin:0 20px 0 0; */
	    /* width: 304px; */
	}

	.texts-summary {
		/* text-align: right;
		width: calc(100% - 330px); */
		padding-top: 1px;
		-webkit-box-align: end;
		-ms-flex-align: end;
		/* align-items: flex-end;  */
		margin-bottom: 0;
	}

	.header-utility-social{
		text-align:right;
	}

	.nav-holder {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		background-color: transparent;
		display: block;
		/* padding: 10px 0 0; */
	}

    /* mobile nav bar hamburger background */
	.nav-bar {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		/* background-color: transparent; */
		display: block;
		/* padding: 10px 0 0; */
	}

	#nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		margin-top: 0;
	}

	#nav:before {
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		left: -9999px;
		right: -9999px;
	}

	#nav:before {
		background-color: #5c666f;
		z-index: -1;
	}

	.main-navigation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		/* width: calc(100% - 32px); */
	}

	.main-navigation > li {
		/* margin-right: 5px; */
		font-size: 15px;
		/* line-height: 1.3333333333; */
		border: 0;
		margin-bottom: 0;
	}

	.main-navigation > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-drop {
		position: absolute;
		left: 0;
		top: 100%;
		/* width: 300px; */
		opacity: 0;
		visibility: hidden;
		max-height: none;
		overflow: visible;
	}

	.main-navigation li.hover .nav-drop {
		max-height: none;
		opacity: 1;
		visibility: visible;
		overflow: visible;
	}

	.main-navigation > li:last-child .nav-drop {
		left: auto;
		right: 0;
	}

	.main-navigation > li:nth-last-child(2) .nav-drop {
		left: auto;
		right: 0;
	}

	.dropdown {
		/* padding-left: 15px;
		padding-right: 15px; */
	}

	.nav-form,
	.nav-form.search-form {
		padding: 0;
		border-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.nav-form .form-control,
	.nav-form.search-form .form-control {
		width: 100%;
		height: 38px;
		padding: 5px 13px;
		font-size: 18px;
		line-height: 1.1666666667;
	}

	.nav-form .form-group,
	.nav-form.search-form .form-group {
		position: absolute;
		/* width: 363px; */
		right: 0;
		top: 100%;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: 0 0 0;
		-ms-transform-origin: 0 0 0;
		transform-origin: 0 0 0;
		border: 8px solid #5f6062;
	}

	.nav-form button,
	.nav-form.search-form button {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 27px;
		width: 29px;
		height: 100%;
		color: #5f6062;
	}

	.nav-form button:hover,
	.nav-form.search-form button:hover {
		color: #009cda;
	}

	.nav-search-active .nav-form .form-group,
	.nav-search-active .nav-form.search-form .form-group {
		-webkit-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
	}

	.nav-search-opener {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 54px;
		height: 45px;
	}

	.nav-search-opener:hover {
		background-color: #5f6062;
		color: #fff;
	}

	#footer {
		text-align: left;
		/* padding-bottom: 3px; */
	}

	#footer .footer-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-left: -15px;
		margin-right: -15px;
	}

	#footer .footer-col {
		padding-left: 15px;
		padding-right: 15px;
	}

	.copyright-nav ul {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.ul-two-cols{
    	columns: 3;
    	-webkit-columns: 3;
    	-moz-columns: 3;		
	}
}

@media (min-width: 992px) {
	.main-navigation > li {
		/* margin-right: 10px; */
		font-size: 18px;
		/* line-height: 1.2777777778; */
	}

	.nav-drop {
		/* width: 363px; */
	}
}

/* DESKTOP */
@media (min-width: 1024px) {
    .logo{
        /* padding: 20px 0; */
    }

	h1,
	.h1 {
		font-size: 25px;
	}

	/*
	h2, .h2, h3, .h3 {
		font-size: 20px;
	}
	*/

	.cols-holder {
		margin-left: -27px;
		margin-right: -27px;
	}

	.cols-holder .col {
		padding-left: 27px;
		padding-right: 27px;
	}

	.cols-holder .col4 {
		width: 25%; /* 33.333% */
	}

	.cols-holder .col3 {
		width: 33.333%;
	}

	#two-columns {
		/* padding-top: 0px; */	    
		margin-left: -27px;
		margin-right: -27px;
	}

	#content {
		padding-left: 27px;
		padding-right: 27px;
	}

	#content img.alignright {
		margin-left: 48px;
	}

	#content img.alignleft {
		margin-right: 48px;
	}

	#sidebar {
		padding-left: 27px;
		padding-right: 27px;
	}

	.testimonials h2,
	.testimonials .h2 {
		font-size: 25px;
	}

	#content .info-column img.alignleft,
	.info-column img.alignleft {
		margin: 0 57px 0 0;
		max-width: 300px;
	}

	.assistants-info .col {
		width: 45.9%;
	}

	#content .assistants-info img.alignleft,
	.assistants-info img.alignleft {
		margin: 0 15px 0 0;
		max-width: 106px;
	}

	.dropdown li {
		font-size: 15px;
		/* line-height: 1.2; */
	}

	.nav-search-opener {
		width: 74px;
		width: 74px;
		height: 50px;
	}
}

@media (min-width: 1024px) and (max-width: 1049px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1050px) {
	.main-navigation {
		/* margin-left: -10px; */
	}

	.main-navigation > li {
		font-size: 16px;
		/* line-height: 1.25; */
		/* margin-right: 12px; */
	}

	.main-navigation > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}

	.nav-form,
	.nav-form.search-form {
		margin-left: -10px;
		margin-right: -10px;
	}

	.hidden-lg {
		display: none !important;
	}
}

@media (min-width: 1150px) {
	.main-navigation > li:nth-last-child(2) .nav-drop {
		right: auto;
		left: 0;
	}
}

@media (min-width: 1400px) {
	.main-navigation > li:last-child .nav-drop {
		right: auto;
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm {
		/*display: none !important;*/
	}
}

/* UP TO 1023px, HIDE DESKTOP NAV AND SHOW MOBILE NAV */
@media (max-width: 1023px) {
    #header + #main {
        /* padding-top: 100px; */
    }

    .admin-bar #header + #main {
        /* padding-top: 132px; 120px HEIGHT OF LOGO PLUS ANY HEADER PADDING */ 
    }
    
    /*
    #header .col-sm-4, .col-sm-8{
        float:none !important;
        width:100% !important;
    }
    
    #header .row-eq-height{
        display: block !important;
    }
    */

    .logo {
        margin-top: 10px;
        /* text-align: center; */
        margin: 10px auto;
    }

	#nav-container .container{
	    padding-left: 0;
        padding-right: 0;
	}

	#main-nav {
		clear: both;
		overflow: hidden;
		max-height: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		position: absolute;
		left: 0;
		right: 0;
		/* top: 100%; */
		text-align: left;
		/* z-index: 1; */
		/* margin-left: 15px;
        margin-right: 15px; */
	}

    #main-nav .drop{
        border:none;
    }

	#main-nav ul {
		-webkit-transition: -webkit-transform .3s;
		transition: transform .3s;
		display: block;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		/* background: #fff; */ /* 094074 mobile dropdown background */
		border-top: none;
		/* border-bottom: 1px solid #eeeeee; */
	}

	#main-nav li {
		margin: 0;
		display: block;
		/* border-bottom: 0px solid rgba(255, 255, 255, .1); */
	}

	#main-nav li:hover {
	    /* background: #eee; */        
    }
    
	#main-nav a {
		/* padding: 13px 16px; */
		/* color:#094074; */
	}
	
	#main-nav li.nav-demo a, #main-nav li.nav-login a{
	    color:#094074;
	    background: #fff;
	    border-radius: 0;
        -webkit-border-radius: 0;
	}

    #main-nav li.nav-login a:hover, #main-nav li.nav-demo a:hover{
	    background: #eee;        
    }

	#main-nav .drop {
		position: static;
		width: auto;
		font-size: 15px;
	}

	#main-nav .drop ul {
		padding: 0;
	}

	#main-nav .drop li {
		margin: 0;
		border:none;
	}

    #main-nav .drop li:first-child{
        border:none;
    }


	#main-nav .drop li > a {
		/* padding: 6px 15px 5px; */
	}

	#main-nav .drop .drop:before {
		display: none;
	}

	.nav-opener {
		display: block;
	}
	
	iframe {
		width: 100%;
	}
}

/* PHONES AND TABLETS */
@media (max-width: 767px) {
    #wpadminbar{
        position: fixed;
    }

    #header .header-container .col-sm-4, #header .header-container .col-sm-8{
        /* padding: 0;
        margin-bottom:20px; */
    }

    #header + #main {
      /* padding-top: 100px !important; 120px HEIGHT OF LOGO PLUS ANY HEADER PADDING */ 
    }

    /*
    #header .col-sm-4, .col-sm-8{
        float:none !important;
        width:100% !important;
    }
    */

    .logo{
        margin-top: 10px;
        /* text-align:center; */
    }

    .btn-login{
        display:block;
        margin:10px 0;
    }

    .slideshow{
        display:none;
    }

    #main-nav{
        /* margin-top: 1px;
        border-top:1px solid rgba(255, 255, 255, .1); */
    }

    #main-nav li {
        /* padding: 0; */
    }
    #main-nav li:hover, #main-nav li.active{
        /* background:#eee; */ /* 094074 */   
    }
    /*
    #main-nav a:hover{
        background:#fff; 094074 
    }
    */
    #main-nav .drop{
        border-left:0;
        border-right:0;
    }
    #main-nav .drop ul {
        /* background: #fff; */ /* 094074 */
        border:0;
    }
    #main-nav .drop li{
        border-bottom: 1px solid rgba(255, 255, 255, .1);        
    }
    #main-nav .drop li:first-child{
        /* background: #fff; */ /* 094074 */
        /* border-bottom: 1px solid rgba(255, 255, 255, .1) !important;
        border-top: 1px solid rgba(255, 255, 255, .1) !important; */
    }
    #main-nav .drop li > a{
        /* color:#094074 !important; */
    }

    /*
    .vc_column_container{
        margin-bottom:20px;
    }
    */

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	#nav {
		-webkit-transition: all .5s ease;
		transition: all .5s ease;
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		max-height: 0;
		overflow: hidden;
	}

	.nav-active #nav {
		max-height: 777px;
		overflow-y: auto;
	}

    /* mobile nav bar hamburger background */
    .nav-bar{
        height: 36px;
        /* background: #eee; */
    } 

    .nav-bar strong{
        display:none; /* WAS: inline-block */
        color:#fff;
        padding: 5px;
    }

	.hidden-xs {
		display: none !important;
	}
}
/************************************ END MEDIA QUERIES ************************************/