/*
Theme Name: Bridge the gApp Adult
Theme URI: http://adult.bridgethegappadult.ca/
Author: Troy Templeman
Author URI: http://troytempleman.com/
Description: A custom WordPress theme for Bridge the gApp Adult.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bridgethegappadult
Tags:
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Fonts 
# Normalize
# Elements and Typography
# Classes
# Forms
# Navigation
	## Links
	## Buttons
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Front page
	## Banner
	## Posts and pages
	## Comments
	## Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@import url('fonts/icons/css/icons.css');

@font-face {
    font-family: 'nunitoregular';
    src: url('fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('fonts/nunito-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitosemibold';
    src: url('fonts/nunito-semibold-webfont.woff2') format('woff2'),
         url('fonts/nunito-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitosemibold_italic';
    src: url('fonts/nunito-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/nunito-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitobold';
    src: url('fonts/nunito-bold-webfont.woff2') format('woff2'),
         url('fonts/nunito-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoitalic';
    src: url('fonts/nunito-italic-webfont.woff2') format('woff2'),
         url('fonts/nunito-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitobold_italic';
    src: url('fonts/nunito-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/nunito-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'nunitoregular', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Elements and Typography
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
	width: 100%;
    height: 100%;
	font-size: 100%;
}

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

a, b, code, em, i, small, strong {
  line-height: 0;
}

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

address {
	font-style: normal;
	line-height: inherit;
}

address, blockquote, dd, dl, img, p, pre, ol, table, ul {
	margin-top: 0;
	margin-bottom: 1.5em;
}

blockquote {
	font-size: inherit;
	border: none;
	padding: 0;
	margin-left: 1.5em;
}

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

blockquote, q {
	quotes: "" "";
}

big {
	font-size: 131.25%;
}

body {
	background: #f6f7f7; 
}

body, button, input, select, textarea {
	color: #3a454a;
	font-family: 'nunitoregular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

code {
	background: #eff0f1;
    border-radius: 0;
    padding: 2px 4px;
}

code, kbd, pre, tt, var {
	color: #000;
	font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
	font-size: 0.9375em;
}

dd, dt {
    line-height: inherit;
}

dd {
	margin-left: 1.5em;
	margin-right: 1.5em;
}

dt {
	font-weight: bold;
}

figure {
	margin: 1em 0; 
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'nunitosemibold';
	clear: both;
	color: ;
	margin-top: 0;
}

h1, .h1 {
	font-size: 4.0625em;
    line-height: 1.10769231em;
    padding-top: 0.13846154em;
    margin-bottom: 0.6em;
}

h2, .h2 {
    font-size: 2.8125em;
    line-height: 1.04347826em;
    padding-top: 0.0666666em;
    margin-bottom: 0.46666667em;
}

h3, .h3 {
	font-size: 2em;
    line-height: 1.0625em;
    margin-bottom: 0.78125em;
}

h4, .h4 {
    font-size: 1.375em;
    line-height: 1.09090909em;
    margin-top: -0.09090909em;
    margin-bottom: 1.18181818em;
}

h5, .h5 {
	font-family: 'nunitobold';
	font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}
h6, .h6 {
	font-style: italic;
	font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin: -0.375em 0 1.8125em 0;
}

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

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


small {
	font-size: 75%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

pre {
	background: #eff0f1;
	line-height: 1.6;
	max-width: 100%;
	overflow: auto;
	border: none;
    border-radius: 0;
	padding: 7px 12px 6px;
	margin: -6px 0 17px;
	tab-size: 2;
}

table {
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}

td, th {
	padding: 0;
}

th {
    text-align: left;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

ul ul, ol ol, ul ol, ol ul {
	margin-top: 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Classes
--------------------------------------------------------------*/

.alert {
    border: none;
    border-radius: 0;
	padding: 0.8125em 3.125em;
}

.alert .glyphicon {
	top: 0.125em;
	right: 0.125em;
}

.alert p {
    margin-bottom: 0;
}

.alert-title {
	color: #fff;
}

.alert-danger {
    color: #efc7c9;
    background-color: #c02026;
}

.alert-danger a,
.alert-danger a:hover,
.alert-danger a:focus,
.alert-danger a:active,
.alert-danger a:visited {
    color: #efc7c9;
}

.alert-dismissible .close {
	font-size: 1em;
	top: 0;
	right: 0;
	display: block;
    overflow: hidden;
    text-indent: -9999em;
    background: url(images/x.png) no-repeat 0 0;
    background-size: 3em 3.125em;
    width: 3em;
    height: 3.125em;
    margin-right: -3.125em;
    margin-top: -0.8125em;
}

.arrow-link-list {
	list-style: none;
	border-top: 0.1875em solid #d5d6d5;
	padding: 0;
	margin: 0;
}

.arrow-link-list a, .panel-title>a {
    display: block;
    background: url(images/grey-arrow-right.png) no-repeat 92.5% center / 1.18181818em 1.18181818em #fff;
	background-position: right 1.36363636em center;
    color: #3a454a;
    font-size: 1.375em;
    line-height: 1.09090909em;
    padding: 1.22727273em 3.36363636em 1.13636364em 1.36363636em;
    border-bottom: 0.13636364em solid #d5d6d5;
}

.arrow-link-list a:hover, .panel-title>a:hover {
    color: #3a454a;
	text-decoration: none;
}

.caret {
    height: 0.75em;
}

.close, .close:hover  {
    text-shadow: none;
	opacity: 1;
}

.lead {
    font-size: 1.375em;
    line-height: 1.09090909em;
    margin-top: -0.09090909em;
    margin-bottom: 1.18181818em;
}

.nav-tabs {
    border-bottom: 0.1875em solid #d5d6d5;
}

.nav-tabs>li>a {
	background-color: #fff;
    color: #3a454a;
    margin-right: 0;
    font-size: 1.375em;
    line-height: 1.09090909em;
    border: none;
	border-right: 0.045454545em solid #d5d6d5;
    border-radius: 0;
    padding: 1.22727273em 1.36363636em 1.13636364em 1.36363636em;
    border-bottom: 0.13636364em solid #d5d6d5;
	margin-bottom: -0.09090909em;
}

.nav-tabs>li>a:focus, .nav-tabs>li>a:hover {
    background-color: #fff;
	border-right: 0.045454545em solid #d5d6d5;
	border-bottom-color: #328841;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #3a454a;
	background-color: #fff;
    border: none;
	border-right: 0.045454545em solid #d5d6d5;
    border-bottom: 0.13636364em solid #3a454a;
}

.no-border {
	border: none;
}

.no-top-border {
	top-border: none;
}


.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-bottom: 0.13636364em solid #328841;
}

.parent-pageid-118 .nav-tabs>li>a:focus, .parent-pageid-118 .nav-tabs>li>a:hover {
	border-bottom-color: #328841;
}

.parent-pageid-118 .nav-tabs>li.active>a, .parent-pageid-118 .nav-tabs>li.active>a:focus, .parent-pageid-118 .nav-tabs>li.active>a:hover {
    border-bottom-color: #328841;
}

.parent-pageid-118 .panel-group .panel:nth-child(odd),
.parent-pageid-118 .panel-group .panel:nth-child(odd) .panel-title>a,
.parent-pageid-118 .arrow-link-list li:nth-child(odd) a {
    background-color: #eaf3ec;
}

.parent-pageid-136 .panel-group .panel:nth-child(odd),
.parent-pageid-136 .panel-group .panel:nth-child(odd) .panel-title>a,
.parent-pageid-136 .arrow-link-list li:nth-child(odd) a {
    background-color: #ebeced;
}

.parent-pageid-136 .nav-tabs>li>a:focus, .parent-pageid-136 .nav-tabs>li>a:hover {
	border-bottom-color: #3b454a;
}

.parent-pageid-136 .nav-tabs>li.active>a, .parent-pageid-136 .nav-tabs>li.active>a:focus, .parent-pageid-136 .nav-tabs>li.active>a:hover {
    border-bottom-color: #3b454a;
}

.no-padding {
	margin: -1.875em;
}

.no-side-padding {
	margin: 0 -1.875em;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}

.panel {
	background: none;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 0 1.875em;
    border-bottom: 0.1875em solid #d5d6d5;
}

.panel-default>.panel-heading {
    background-color: #fff;
}

.panel-group {
    margin-bottom: 0;
    border-top: 0.1875em solid #d5d6d5;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group .panel+.panel {
    margin-top: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.panel-heading {
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-title>a {
    background-image: url(images/grey-arrow-down.png);
	border-bottom-color: transparent;
}

.panel-title>a.collapsed {
    background-image: url(images/grey-arrow-right.png);
    border-bottom: 0.13636364em solid #d5d6d5;
}

.tab-content {
	clear: both;
    padding: 1.875em;
}

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



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

.navbar {
	background: rgba(255,255,255,0.95) url("images/navbar-border.gif") repeat-x left bottom;
	border: none;
}

.navbar .alert {
	margin-bottom: 0;
}

.site-title {
	margin-bottom: 0
}

.site-title a {
	font-size: 1em;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background: url(images/BTG-Logo-CMYK_greytext_150dpi.png) no-repeat 0 0;
	background: url(images/BTG-Logo-CMYK_greytext.svg) no-repeat 0 0;
	background-size: 11.6875em 3em;
	width: 11.6875em;
	height: 3em;
	padding: 0;
	margin: 1.875em 0 1.6875em 0;
}

.navbar .navbar-nav>li>a {
	color: #3a454a;
	font-family: 'nunitosemibold', Helvetica, Arial, sans-serif;
    padding: 2.875em 1.875em 2.4375em 2.5em;
	/* border-bottom: solid 0.1875em #d5d6d5; */
}

.navbar .navbar-nav>li.service-directory>a {
	background: url("images/service-directory-icon.png") no-repeat left 2.375em;
	background: url("images/service-directory-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>li.knowledge-centre>a {
	background: url("images/knowledge-centre-icon.png") no-repeat left 2.375em;
	background: url("images/knowledge-centre-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>li.get-inspired>a {
	background: url("images/get-inspired-icon.png") no-repeat left 2.375em;
	background: url("images/get-inspired-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>li.breathing-room>a {
	background: url("images/breathing-room-icon.png") no-repeat left 2.375em;
	background: url("images/breathing-room-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>li.online-programs>a {
	background: url("images/online-programs-icon.png") no-repeat left 2.375em;
	background: url("images/online-programs-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>li.toolbox>a {
	background: url("images/tools-icon.png") no-repeat left 2.375em;
	background: url("images/tools-icon.svg") no-repeat left 2.375em;
	background-size: 2em 2em;
}

.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:focus,
.navbar .navbar-nav>.active>a:hover {
    color: #3a454a;
}

.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus,
.navbar .navbar-nav>li>a:active,
.navbar .navbar-nav>li>a:visited,
.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
    color: #3a454a;
	border-color: #d5d6d5;
}

.navbar .navbar-nav>li>.dropdown-menu {
    margin-top: -0.1875em;
}

.navbar .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
}

.navbar .dropdown-menu {
	font-family: 'nunitosemibold', Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-color: #fff;
	border: none;
	border-top: 0.1875em solid #d5d6d5;
	border-radius: 0;
	padding: 0;
    margin: 0;
}

@media (max-width: 1199px) {
.dropdown-menu>li>a {
    padding-left: 4.9375em !important;
}

.dropdown-menu .open>.dropdown-menu {
	border-top: none;
	display: block;
    float: none;
}
.navbar .navbar-nav>li.service-directory .dropdown-menu {
	overflow-y: auto; /* Service Directory Vertical Scrollbar */
	max-height: 359px;
}
.navbar .navbar-nav>li.knowledge-centre .dropdown-menu {
	border-top-color: #318731;
	overflow-y: auto; /* Knowledge Centre Vertical Scrollbar */
	max-height: 308px;
}
.navbar .navbar-nav>li.toolbox .dropdown-menu {
	border-top-color: #3a454a;
	overflow-y: auto; /* Toolbox Vertical Scrollbar */
	max-height: 206px;
}
}
@media (min-width: 1200px) {
.dropdown-menu .open>.dropdown-menu {
    left: 100%;
	top: 0;
	margin-left: -1px;
}
.dropdown-menu .dropdown-toggle .caret {
	transform: rotate(-90deg);
	margin-top: -0.375em;
    margin-left: 0.25em;
}
.navbar .navbar-nav>li.knowledge-centre .dropdown-menu {
	border-top-color: #318731;
	overflow-y: auto; /* Knowledge Centre Vertical Scrollbar */
	max-height: 408px;
}
.navbar .navbar-nav>li.toolbox .dropdown-menu {
	border-top-color: #3a454a;
	overflow-y: auto; /* Toolbox Vertical Scrollbar */
	max-height: 408px;
}
}


.navbar .navbar-nav>li.service-directory .dropdown-menu {
	border-top-color: #c02026;
}

/*.navbar .navbar-nav>li.knowledge-centre .dropdown-menu {
	border-top-color: #318731;
	overflow-y: auto !important; 
	max-height: 462px;
}*/
/* Scrollbar Width */
/* ::-webkit-scrollbar {
	width: 5px;
} */
/* Scrollbar Track */
/*::-webkit-scrollbar-track {
	background: #f1f1f1;
}*/
/* Scrollbar Handle */
/*::-webkit-scrollbar-thumb {
	background: #888;
}*/
/* Scrollbar on hover */
/*::-webkit-scrollbar-thumb:hover {
	background: #555;
}*/

.navbar .navbar-nav>li.get-inspired .dropdown-menu {
	border-top-color: #a96212;
}

.navbar .navbar-nav>li.breathing-room .dropdown-menu {
	border-top-color: #1c5cac;
}

/*.navbar .navbar-nav>li.toolbox .dropdown-menu {
	border-top-color: #3a454a;
}*/

.navbar .navbar-nav>li.online-programs .dropdown-menu {
	border-top-color: #1c5cac;
}

.navbar .dropdown-menu>li>a {
	color: #3a454a;
	line-height: 1.5;
	padding: 0.8125em 1.875em 0.6875em 2.4375em;
	border-bottom: 0.1875em solid #d5d6d5;
    background-color: inherit;
}

.navbar .dropdown-menu>li>a:hover {
	color: #3a454a;
	background-color: #f6f7f7;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
    border-color: #d5d6d5;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
	color: #555;
    background-color: #eee;
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {

    background-color: #fff;
}

.navbar-fixed-top { top: 0px; } /* Navigation fix when logged into WordPress Dashboard */
body.admin-bar .navbar-fixed-top { top: 32px !important; } /* Navigation fix when logged into WordPress Dashboard */

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

a,
a:visited,
a:hover,
a:focus,
a:active {
	color: #1c5cac;
} 

a[target=_blank]:after {
	display: inline-block;
	content: "";
	width: 16px;
	height: 16px;
	background: url(images/new-window-icon-grey.png) no-repeat 0 0;
    background-size: 16px 16px;
	margin-left: 8px;
}	

a.btn[target=_blank]:after {
	background-image: url(images/new-window-icon-white.png);
	margin-left: 4px;
}

a.no-icon[target=_blank]:after {
	display: none;
}	
	

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

a.btn {
	color: #fff;
}
	
.btn {
    font-family: 'nunitosemibold';
    padding: 0.63636364em 0.81818182em 0.72727273em;
	margin-bottom: 0.25rem;
    font-size: 1.375em;
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
}

a.btn:hover  {
	text-decoration: none;
}

.btn-default {
	color: #fff;
	background-color: #3a454a;
}

.btn-default:hover {
	color: #fff;
	background-color: #414f5c;
}

.btn-gold, .gold .btn {
	background-color: #a96212;
	color: #fff;
}

.btn-gold:hover, .gold .btn:hover {
	background-color: #ba8141;
	color: #fff;
}

.btn-red, .red .btn {
	background-color: #c02026;
	color: #fff;
}

.btn-red:hover, .red .btn:hover {
	background-color: #cd4d51;
	color: #fff;
}

.btn-green, .green .btn {
	background-color: #318731;
	color: #fff;
}

.btn-green:hover, .green .btn:hover {
	background-color: #5a9f5a;
	color: #fff;
}

.btn-grey, .grey .btn {
	background-color: #3a454a;
	color: #fff;
}

.btn-grey:hover, .grey .btn:hover {
	background-color: #616a6e;
	color: #fff;
}

.btn-blue, .blue .btn {
	background-color: #1c5cac;
	color: #fff;
}

.btn-blue:hover, .blue .btn:hover {
	background-color: #337dbd;
	color: #fff;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul a {
	width: 12.5em;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	background-color: #fff;
	padding: 1.875em;
	margin: 0 0 1.875em;
}

.widget-title-link {
	color: #fff;
}

.widget-title {
    color: #fff;
	font-family: 'nunitobold';
    font-size: 1.3125em;
    line-height: 1.04761905em;
    text-transform: uppercase;
    margin: -1.42857143em -1.42857143em 1.42857143em;
    background-color: #3a454a;
    padding: 1.38095238em 1.42857143em 1.28571429em;
}

.red .widget-title { 
	background-color: #c02026 !important;
}

.green .widget-title {
	background-color: #318731 !important;
}

.gold .widget-title {
	background-color: #a96212 !important;
}

.blue .widget-title {
	background-color: #1c5cac !important;
}

.grey .widget-title  {
	background-color: #3a454a !important;
}

.widget-title-link .widget-title {
    color: #fff;
}

.widget-title-link:hover {
    text-decoration: none;
}

.widget .widget-title-link .widget-title  {
    background: url(images/right-arrow.png) no-repeat top right;
    background-size: 3.57142857em 3.71428571em;
}

.about .widget-title-link .widget-title {
	background: url(images/about-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

.service-directory .widget-title-link .widget-title {
	background: url(images/service-directory-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

.knowledge-centre .widget-title-link .widget-title {
	background: url(images/knowledge-centre-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

.get-inspired .widget-title-link .widget-title {
	background: url(images/get-inspired-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

.breathing-room .widget-title-link .widget-title {
	background: url(images/breathing-room-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

	.online-programs .widget-title-link .widget-title {
		background: url(images/online-programs-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
		padding-left: 2.61904762em;
	}
	
.toolbox .widget-title-link .widget-title {
	background: url(images/tools-icon2.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat, url(images/right-arrow.png) top right / 3.57142857em 3.71428571em no-repeat #3a454a;
	padding-left: 2.61904762em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

/*--------------------------------------------------------------
## Front page
--------------------------------------------------------------*/

#carousel-header {
	margin-bottom: 1.875em; 
}

#carousel-header .slide {
	min-height: 100vh; 
}

#carousel-header .slide-background,
#carousel-header .slide-overlay  { 
	background: center center / cover no-repeat;
	content:"";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#carousel-header .slide-overlay  { 
	background: url(images/banner-overlay.png) 0 0 / 100% repeat-y;
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,1));
}

#carousel-header .container {
	display: table;
	min-height: 100vh;
}

#carousel-header .carousel-caption {
    position: static;
	padding-top: 16.4375em;
    padding-bottom: 6.25em;
    display: block;
	color: #fff;
	text-align: left;
	text-shadow: none;
}

#carousel-header a {
    color: #fff;
}

#carousel-header a:hover {
    color: #fff;
	text-decoration: underline;
}

#carousel-header a.btn:hover {
	text-decoration: none;
}

#carousel-header .carousel-control {
	width: auto;
	text-shadow: none;
	opacity: 0.15 !important;
	color: #21759E !important;
}
#carousel-header .carousel-control:hover {
	opacity: 1 !important;
}
#carousel-header .carousel-control .icon-prev {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
    background: url('images/left.png') no-repeat;
	background: url('images/left.svg') no-repeat,linear-gradient(transparent, transparent);	
	background-size: 1.6em 1.6em; 
    width: 1.6em;
    height: 1.6em;
    margin: 0 0 0 1em;
}
#carousel-header .carousel-control .icon-next {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
    background: url('images/right.png') no-repeat;
	background: url('images/right.svg') no-repeat,linear-gradient(transparent, transparent);	
	background-size: 1.6em 1.6em; 
    width: 1.6em;
    height: 1.6em;
    margin: 0 1em 0 0;
}

.page-template-adult-homepage .service-directory .arrow-link-list li:nth-child(even) a {
	background-color: #faeeee;
}

.page-template-adult-homepage .knowledge-centre .arrow-link-list li:nth-child(even) a {
	background-color: #eaf3ec;
}

.page-template-adult-homepage .get-inspired .arrow-link-list li:nth-child(even) a {
	background-color: #f6efe7;
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/

#banner {
	padding-top: 16.5625em;
	min-height: 26.25em;
	margin-bottom: 1.875em;
}

#banner h1 {
	color: #fff;
}

.term-wall-of-hope #banner {
	background: url(images/banner-overlay.png) repeat-y, url(images/wall-of-hope.jpg) center center / cover no-repeat !important;
}

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

#main {
	background-color: #fff;
	margin: 0 0 3.75em;
}

article {
	padding: 1.875em;
}

article.get_inspired {
	background-color: #fff;
	height: 100%;
	padding-bottom: 1.875em;
    border-bottom: 1.875em solid #f6f7f7;	
}

.tax-get_inspired_categories #main .row:nth-child(even) .col-md-6:nth-child(1) article.get_inspired {
	background-color: #f6efe7;
}

.tax-get_inspired_categories #main .row:nth-child(odd) .col-md-6:nth-child(2) article.get_inspired {
	background-color: #f6efe7;
}

	article.adult_online_program {
		padding-top: 0;
	}

	article.adult_online_program p {
		margin-bottom: 0;
	}

	.tax-adult_online_program_categories #main ul li:first-child {
		margin-top: 1.875em;
	}

	.post-type-archive-adult_online_program article,
	.tax-adult_online_program_categories article,
	.single-adult_online_program article {
		padding: 1.875em;
		border-bottom: 0.1875em solid #d5d6d5;
	}

	.adult_online_program .entry-title {
		background: transparent;
		text-transform: none;
		color: #3a454a;
		font-size: 2em;
		line-height: 1.0625em;
		padding: 0;
		margin: 0;
		margin-bottom: 0.78125em;
	}


article.adult_toolbox {
	padding-top: 0;
}

article.adult_toolbox p {
	margin-bottom: 0;
}

.tax-adult_toolbox_categories #main ul li:first-child {
	margin-top: 1.875em;
}

.tax-adult_toolbox_categories article,
.single-adult_toolbox article {
    padding: 1.875em;
    border-bottom: 0.1875em solid #d5d6d5;
}

.adult_toolbox .entry-title {
    background: transparent;
    text-transform: none;
	color: #3a454a;
    font-size: 2em;
    line-height: 1.0625em;
	padding: 0;
    margin: 0;
    margin-bottom: 0.78125em;
}

.entry-title, .page-header .page-title, .category-name, .wpbdp-listing-single .wpbdp-field-title .value {
    display: block;
	color: #fff;
	font-family: 'nunitobold';
    font-size: 1.3125em; 
    line-height: 1.04761905em;
    text-transform: uppercase;
    margin: -1.42857143em -1.42857143em 1.42857143em;
    background-color: #3a454a;
    padding: 1.38095238em 1.42857143em 1.28571429em;
}

/* Custom for search result page */
.search-entry-title, .search-page-header .search-page-title {
	display: block;
	color: #fff;
	font-family: 'nunitobold';
    font-size: 1.3125em; 
    line-height: 1.04761905em;
    text-transform: uppercase;
    margin: -1.42857143em -1.42857143em 1.42857143em;
    background-color: #c02026;
    padding: 1.38095238em 1.42857143em 1.28571429em;
}

.page-header .page-title {
    margin: 0;
}

/* Custom for search result page */
.search-page-header .search-page-title {
	margin: 0;
}

.wpbdp-listing-single .wpbdp-field-title .value a {
	color: #fff;
}

.wpbdp-listing-single > p {
	display: none;
}

.business-directory .entry-title,
.business-directory .page-header .page-title,
.business-directory .category-name,
.wpbdp-listing-single .wpbdp-field-title .value {
	background: url(images/service-directory-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat #bf2227;
	padding-left: 2.61904762em;
}

.page-id-118 .entry-title,
.page-id-118 .page-header .page-title,
.page-id-118 .category-name,
.parent-pageid-118 .entry-title,
.parent-pageid-118 .page-header .page-title,
.parent-pageid-118 .category-name {
	background: url(images/knowledge-centre-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat #328841;
	padding-left: 2.61904762em;
}
	
.post-type-archive-get_inspired .entry-title,
.post-type-archive-get_inspired .page-header .page-title,
.post-type-archive-get_inspired .category-name,
.tax-get_inspired_categories .entry-title,
.tax-get_inspired_categories .page-header .page-title,
.tax-get_inspired_categories .category-name {
	background: url(images/get-inspired-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat #a96427;
	padding-left: 2.61904762em;
}

	.page-id-4659 .entry-title,
	.page-id-4659 .page-header .page-title,
	.page-id-4659 .category-name,
	.parent-pageid-4659 .entry-title,
	.parent-pageid-4659 .page-header .page-title,
	.parent-pageid-4659 .category-name,
	.post-type-archive-adult_online_program .page-header .page-title,
	.tax-adult_online_program_categories .page-header .page-title,
	.single-adult_online_program .page-header .page-title {
		background: url(images/online-programs-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat #1c5cac;
		padding-left: 2.61904762em;
	}

.page-id-136 .entry-title,
.page-id-136 .page-header .page-title,
.page-id-136 .category-name,
.parent-pageid-136 .entry-title,
.parent-pageid-136 .page-header .page-title,
.parent-pageid-136 .category-name,
.tax-adult_toolbox_categories .page-header .page-title,
.single-adult_toolbox .page-header .page-title {
	background: url(images/tools-icon.png) 1em 1.0952381em / 1.52380952em 1.52380952em no-repeat #3b454a;
	padding-left: 2.61904762em;
}

.get_inspired .entry-content p {
	font-weight: bold;
    font-size: 1.375em;
    line-height: 1.09090909em;
}

.entry-meta-posted-in {
	display: block;
}

.entry-meta-date {
	margin-right: 0.3125em;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

#wpbdp-main-box {
	display: none;
}

.wpbdp-page-main_page #wpbdp-categories {
    margin-bottom: 3.75em !important;
}

.wpbdp-listings-list {
	margin-top: -1.5em;
}

.page-id-309 .wpbdp-listings-list .wpbdp-listing-excerpt:first-child {
	border-top: 0.1875em solid #d5d6d5 !important;
}

.wpbdp-listing-excerpt {
    padding: 1.875em 1.875em 1.25em !important;
    margin: 0 -1.875em !important;
    border-bottom: 0.1875em solid #d5d6d5 !important;
}

.wpbdp-listing-excerpt.odd {
    background: #faeeee !important;
}

.wpbdp-listing .listing-title,
.wpbdp-listing .listing-actions {
	display: none;
}

.field-value label {
	color: inherit !important;
    display: block !important;
}

.wpbdp-listing-excerpt .wpbdp-field-title {
	font-family: 'nunitosemibold' !important;
    font-size: 2em !important;
    line-height: 1.0625em !important;
    margin-bottom: 0.78125em !important;
}

.wpbdp-listing-excerpt .wpbdp-field-title .value a {
	color: #bf2227 !important;
	/* cursor: text !important; */
	cursor: hand !important;
}

.wpbdp-listing-excerpt .wpbdp-field-title .value a:hover {
	text-decoration: none !important;
} 
.wpbdp-listing-single .wpbdp-field-title .value a:hover {
	text-decoration: none !important;
}
/*
.wpbdp-field-description {
	font-size: 1.375em;
    line-height: 1.09090909em;
    margin-top: -0.09090909em;
    margin-bottom: 1.18181818em;
}
*/

.wpbdp-listing .social-fields, .wpbdp-listing-excerpt .listing-actions {
	display: none !important;
}

.wpbdp-pagination {
	display: none;
}

.tax-get_inspired_categories #main {
	background-color: transparent;
}

.tax-get_inspired_categories .archive-description {
	background-color: #fff;
}

.tax-get_inspired_categories .archive-description p.lead {
	padding: 1.22727273em 1.363636em;
	border-bottom: 0.136363636em solid #d5d6d5;
	margin-bottom: 0;
}

.tax-get_inspired_categories div.wpforms-container-full {
	background-color: #f6f7f7;
	margin-bottom: 0;
    border-bottom: 0.1875em solid transparent;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form select {
    background-color: #fff;
    color: #3a454a;
    font-size: 1.375em;
    line-height: 1.09090909em;
    height: 3.5909090em;
    max-width: 100% !important;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 0.136363636em solid #d5d6d5;
	padding: 0.36363636em 1.363636em;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 7.181818em;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form textarea {
    background-color: #fff;
    color: #3a454a;
    font-size: 1.375em;
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
    border-bottom: 0.136363636em solid #d5d6d5;
    padding: 1.22727273em 1.363636em;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form .wpforms-field {
    padding: 0;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form .wpforms-field-file-upload {
	background-color: #fff;
    border-bottom: 0.1875em solid #d5d6d5;
	padding: 1.6875em 1.875em 1.875em;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form .wpforms-submit-container {
	background-color: #f6f7f7;
    padding: 0;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form button[type=submit], .nav-previous a, .nav-next a  {
	display: block;
	color: #fff;
	background-color: #a96427;
	font-family: 'nunitosemibold';
    padding: 0.63636364em 1.363636em 0.72727273em;
    font-size: 1.375em; 
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
	margin: 1.363636em 0;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form button[type=submit], .nav-previous a, .nav-next a  {
	display: block;
	color: #fff;
	background-color: #a96427;
	font-family: 'nunitosemibold';
    padding: 0.63636364em 1.363636em 0.72727273em;
    font-size: 1.375em; 
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
	margin: 1.363636em 0;
}

.tax-get_inspired_categories div.wpforms-container-full .wpforms-form button[type=submit]:hover, .nav-previous a:hover, .nav-next a:hover {
	background-color: #ba8141;
	border: none;
	text-decoration: none;
}

.tax-get_inspired_categories .wpforms-confirmation-container-full {
    color: #3a454a;
    margin: 0;
    background: #e0ffc7;
    border: none;
    border-bottom: 0.1875em solid #318731;
    padding: 1.875em;
}

.tax-get_inspired_categories .navigation ul {
	padding:0;
	margin:0;
}

.tax-get_inspired_categories .navigation li {
	display: inline;
}

.tax-get_inspired_categories .navigation li a,
.tax-get_inspired_categories .navigation li a:hover,
.tax-get_inspired_categories .navigation li.active a,
.tax-get_inspired_categories .navigation li.disabled {
	display: inline-block;
	color: #fff;
	font-family: 'nunitosemibold';
	background-color: #a96427;
    padding: 0.63636364em 0.72727273em 0.72727273em;
    font-size: 1.375em; 
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
	margin: 1.363636em 0;
	text-decoration: none;
}

.tax-get_inspired_categories .navigation li a:hover,
.tax-get_inspired_categories .navigation li.active a {
	background-color: #ba8141;
}

.posts-navigation {
	background-color: #f6f7f7;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: initial;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    width: initial;
}

body.error404 {
	background: transparent;
}

body.error404 #primary {
	position: relative;
	height: 100vh;
}

body.error404 #primary #main {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0;
	font-size: 1em;
	line-height: 1;
	font-weight: normal;
}

a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

.sl-count {
}

.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:after {
  left: .375em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em;
  }
  40% {
    box-shadow: 0 -.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

#colophon {
	color: #3a454a;
	font-size: 0.6875em;
	line-height: 2.18181818em;
}

#colophon a {
	color: #3a454a;
	text-decoration: none;
}

#colophon a:hover {
	text-decoration: underline;
}

.newfoundland-labrador-logo {
	font-size: 1em;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background: url(images/newfoundland-labrador.png) no-repeat 0 0;
	background: url(images/newfoundland-labrador.svg) no-repeat 0 0;
	background-size: 13.363636em 6.636363em;
	width: 13.363636em;
	height: 6.636363em;
	padding: 0;
	margin: 0 0 -0.181818em 0;
}

.footer-menu, .footer-menu .sub-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
} 

.footer-menu .sub-menu {
	padding-top: 0.625em;
} 

.footer-menu {
	float: right;
	padding-top: 3.3125em;
	margin-right: -3.4375em;
}

.footer-menu li {
	display: inline-block;
	vertical-align: top;
	margin-right: 3.4375em;	
}

.footer-menu li a {
	color: #3a454a;
	font-size: 1em;
	line-height: 1.90909090em;
	margin-bottom: 0.625em;
	text-decoration: none;
}

.footer-menu li .sub-menu li {
	display: block !important;
	margin-right: 0;
}

.footer-menu li .sub-menu li a  {
	font-size: 0.6875em;
	margin: 0;
}

.footer-menu li .sub-menu li a:hover  {
	text-decoration: underline;
}

.footer-menu li .sub-menu li .sub-menu li a {
	font-size: 0.6875em;
	padding-left: 1.363636em;
}

#back-to-top { 
	background: url(images/top.png) no-repeat;
	background: url(images/top.svg) no-repeat,linear-gradient(transparent, transparent);
	background-size: 3em 3em;
	height: 3em; 
	width: 3em; 
	position:fixed;
	bottom:1.875em;
	right:1.875em;
	text-indent:-9999px;
	display:none;
	opacity: 0.25;
	-webkit-transition-duration: 0.4s; 
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s; 
}

#back-to-top:hover {
	-webkit-transform: rotate(360deg);
	opacity: 1;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 480px) { /* Phone */

}

@media screen and (max-width: 767px) { /* Phone and Tablet */

	.navbar .navbar-nav>li>.dropdown-menu {
		margin-top: 0;
	}
	
	#carousel-header .carousel-control {
		display: none;
	}
	
	.breathing-room-home {
		margin-bottom: 1.5em;
	}	
	
}

@media screen and (max-width: 991px) { /* Phone, Tablet and Small Desktop */

	.footer-menu {
		float: none;
		padding-top: 0;
		margin-right: 0;
	}

	.footer-menu li {
		display: block;
		margin-right: 0;	
		max-width: 100%;
	}
	
	/*
	.menu-item-375 {
		margin-bottom: 1.3125em;
	}
	*/

}

@media screen and (max-width: 1199px) { /* Phone, Tablet, Small Desktop and Large Desktop */

	.navbar .container {
		width: 100%;
		padding: 0;
	}
	
	.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}

	.site-title a {
		margin-left: 0.9375em;
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
	
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		padding: 0;
	}
	
	/* Custom navbar */
	.navbar-custom .navbar-collapse {
        border-top: 1px solid transparent !important;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1) !important;
		padding-top: 8px;
	}

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	
	.navbar-default div.navbar-collapse {
		border-top:none;
		box-shadow:none;
	}
	
    .navbar-nav {
        float: none!important;
        margin: 0;
		border-top: 0.1875em solid #d5d6d5;
	}
	
	/* Custom navbar */
	.navbar-custom .navbar-nav {
        float: none!important;
		margin: 0;
		border-top: 0;
	}
	
    .navbar-nav>li {
        float: none;
    }
	
    .navbar-nav>li>a {
        padding-top: 0.625em;
        padding-bottom: 0.625em;
		background-position: 0.9375em center !important;
	}
	
	/* Custom navbar */
	.navbar-custom .navbar-nav>li>a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
		line-height: 20px !important;
	}
	
	.navbar .navbar-nav>li>a:hover {
		background-color: #fff !important;
	}

	/* Custom navbar */
	.navbar-custom .navbar-nav>li>a:hover {
		background-color: transparent !important;
	}
	
    .collapse.in {
        display:block !important;
    }	
	
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a, 
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		color: #3a454a;
		padding: 0.8125em 1.875em 0.6875em 3.8125em;
		border-bottom: 0.1875em solid #d5d6d5;
		background-color: transparent;
		line-height: 1.5;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, 
	.navbar-nav .open .dropdown-menu .dropdown-header:hover,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-color: #fff;
	}
		
	.navbar .navbar-nav>li>a {
		padding: 1em 3.8125 0.8125em;
	}
		
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
		padding: 0;
	}

	/* Custom navbar */
	.navbar-custom .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: none;
		padding-top: 8px;
	}
	
	.navbar-toggle {
		padding: 1.3125em 1.375em;
		margin-top: 1.25em;
		margin-right: 0;
		margin-bottom: 0.5em;
		background-color: transparent;
		background-image: none;
		border: none;
		border-radius: 0;
	}

	/* Custom navbar */
	.navbar-custom .navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
		border-color: #333 !important;
	}
	
	.navbar-toggle .icon-bar {
		width: 1.875em;
		height: 0.1875em;
		border-radius: 0;
	}

	/* Custom navbar */
	.navbar-custom .navbar-toggle .icon-bar {
		/* display: block; */
    	width: 22px;
    	height: 2px;
		border-radius: 1px;
	}	
	
	.navbar-toggle .icon-bar+.icon-bar {
		margin-top: 0.375em;
	}
	
	/* Custom navbar */
	.navbar-custom .navbar-toggle .icon-bar+.icon-bar {
		margin-top: 4px;
	}

	.icon-bar:before {
		content: none;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #fff; 
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #3b464a;
	}

	/* Custom navbar */
	.navbar-custom .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	
	.navbar .dropdown-menu {
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar .navbar-nav>li>a {
		padding: 1em 3.75em 0.8125em;
	}
	
	.navbar .navbar-collapse.in { max-height: 100vh !important; overflow-y: scroll !important; overflow-x: hidden !important; } /* Scroll Navigation Drop Down on Mobile */
	
	#carousel-header .slide-overlay  { 
		background: rgba(0,0,0,.80);
	}
	
	.widget-title, 	.entry-title, .page-header .page-title, .category-name {
		font-size: 1em;
		line-height: 1.125em;
		margin: -1.875em -1.875em 1.875em -1.875em;
		padding: 1.9375em 1.875em 1.8125em 1.875em;
	}
	
	.widget .widget-title-link .widget-title {
		font-size: 1em;
		background: url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat;
		padding-left: 1.875em;
	} 
	
	.service-directory .widget-title-link .widget-title {
		background: url(images/service-directory-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #bf2227;
		padding-left: 3.125em;
	}
	
	.business-directory .entry-title, .business-directory .page-header .page-title, .business-directory .category-name {
		background: url(images/service-directory-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat #bf2227;
		padding-left: 3.125em;
	} 
	
	.knowledge-centre .widget-title-link .widget-title {
		background: url(images/knowledge-centre-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #328841;
		padding-left: 3.125em;
	}
	
	.page-id-118 .entry-title, .page-id-118 .page-header .page-title, .page-id-118 .category-name, .parent-pageid-118 .entry-title, .parent-pageid-118 .page-header .page-title, .parent-pageid-118 .category-name  {
		background: url(images/knowledge-centre-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat #328841;
		padding-left: 3.125em;
	} 
	
	.get-inspired .widget-title-link .widget-title {
		background: url(images/get-inspired-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #a96427;
		padding-left: 3.125em;
	} 
	
	.page-header .page-title {
		margin: 0;
	}
	
	.post-type-archive-get_inspired .entry-title, .post-type-archive-get_inspired .page-header .page-title, .post-type-archive-get_inspired .category-name, .tax-get_inspired_categories .entry-title, .tax-get_inspired_categories .page-header .page-title, .tax-get_inspired_categories .category-name {
		background: url(images/get-inspired-icon2.png) 1.25em 1.4375em / 2em 2em no-repeat #a96427;
		padding-left: 3.125em;
	} 
	
	.breathing-room .widget-title-link .widget-title {
		background: url(images/breathing-room-icon2.png) 1.75em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #1c5cac;
		padding-left: 3.75em;
	}
	
		.online-programs .widget-title-link .widget-title {
			background: url(images/online-programs-icon.png) 1.75em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #1c5cac;
			padding-left: 3.75em;
		}
	
		.page-id-4659 .entry-title, .page-id-4659 .page-header .page-title, .page-id-4659 .category-name, .parent-pageid-4659 .entry-title, .parent-pageid-4659 .page-header .page-title, .parent-pageid-4659 .category-name, .toolbox .widget-title {
			background: url(images/online-programs-icon.png) 1.75em 1.4375em / 2em 2em no-repeat #1c5cac;
			padding-left: 3.75em;
		} 
	
	.toolbox .widget-title-link .widget-title {
		background: url(images/tools-icon2.png) 1.75em 1.4375em / 2em 2em no-repeat, url(images/right-arrow.png) top right / 4.6875em 4.875em no-repeat #3a454a;
		padding-left: 3.75em;
	} 
	
	.page-id-136 .entry-title, .page-id-136 .page-header .page-title, .page-id-136 .category-name, .parent-pageid-136 .entry-title, .parent-pageid-136 .page-header .page-title, .parent-pageid-136 .category-name, .toolbox .widget-title {
		background: url(images/tools-icon2.png) 1.75em 1.4375em / 2em 2em no-repeat #3a454a;
		padding-left: 3.75em;
	} 
	
	.footer-menu .menu {
		padding: 0;
		margin-right: 1.875em;
	} 
	
	.footer-menu li {
		max-width: 9.375em;
		margin-right: 1.875em;
	}

}

@media screen and (min-width: 481px) and (max-width: 767px) { /* Tablet */

}

@media screen and (min-width: 768px) and (max-width: 991px) { /* Small Desktop */

}	

@media screen and (min-width: 992px) and (max-width: 1199px) { /* Large Desktop */

}	

@media screen and (min-width: 1200px) { /* Larger than Large Desktop */

	.dropdown-menu-columns ul.dropdown-menu {
		width: 43.8125em;
	}

	.dropdown-menu-columns ul.dropdown-menu li {
    		display: inline-block;
    		float: left;
		width: 50%;
	}
	.dropdown-menu-columns ul.dropdown-menu li:nth-child(odd) {
		float: left;
	}
	.dropdown-menu-columns ul.dropdown-menu li:nth-child(even) {
		float: right;
		border-left: 0.1875em solid #d5d6d5;
	}

	/* Custom navbar right */
	.navbar-custom .navbar-right {
		float: right !important;
		margin-right: 0;
	}
		
}

@media screen and (min-width: 992px) { /* Larger than Small Desktop */

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

@media screen and (min-width: 768px) { /* Larger than Tablet */
	
	.mood-meter-home {
		margin-bottom: -1.875em;
	}

	.wpbdp-listing .listing-details .field-value.wpbdp-field-contact,
	.wpbdp-listing .listing-details .field-value.wpbdp-field-address,
	.wpbdp-listing .listing-details .field-value.wpbdp-field-telephone,
	.wpbdp-listing .listing-details .field-value.wpbdp-field-fax,
	.wpbdp-listing .listing-details .field-value.wpbdp-field-website {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

}

@media screen and (min-width: 481px) { /* Larger than Phone */
		
}

/* Search bar and search icon */
.inner-addon {
	position: relative;
}

.inner-addon .glyphicon {
	position: absolute;
	padding: 8.5px;
	pointer-events: none;
}

.right-addon .glyphicon { 
	right: 5px;
	color: black;
}

.right-addon input { padding-right: 35px; }

.header-search {display:none}
@media screen and (min-width: 10px) {
	.header-search {display:block; margin-top: 8px; margin-bottom: 8px; margin-left: 10px; margin-right: 10px;}
}

#link {
	color: #9d9d9d;
	padding: 15px 15px;
	line-height: 20px;
	position: relative;
	display: block;
	text-decoration: none;
	background-color: transparent;
}

#link:hover {
	color: #fff;
}

/* Disabled link */
a.disabled-link,
a.disabled-link:visited,
a.disabled-link:active,
a.disabled-link:hover {
	background-color: inherit;
	color: #aaa !important;
	pointer-events: none;
}

/* Google Maps Tooltip */
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: darkgray;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}