/*
Theme Name: Bridge the gApp
Theme URI: http://www.bridgethegapp.ca/
Author: Troy Templeman
Author URI: http://troytempleman.com/
Description: A custom WordPress theme for Bridge the gApp.
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: bridgethegapp
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
# Infinite scroll
# Footer
# 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;
}

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

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

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

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

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

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

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

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


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	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, p, pre, ol, table, ul {
	margin-top: 0;
	margin-bottom: 24px;
}

blockquote {
	font-size: inherit;
	border: none;
	padding: 0;
	margin-left: 24px;
}

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

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

big {
	font-size: 131.25%;
}

body {
	background: #fff; 
}

body, button, input, select, textarea {
	color: #000;
	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: 15px;
}

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: 65px;
    line-height: 72px;
    padding-top: 9px;
    margin-bottom: 39px;
}

h2, .h2 {
    font-size: 45px;
    line-height: 48px;
    padding-top: 3px;
    margin-bottom: 21px;
}

h3, .h3 {
	font-size: 32px;
    line-height: 34px;
    margin-bottom: 25px;
}

h4, .h4 {
    font-size: 22px;
    line-height: 24px;
    margin-top: -2px;
    margin-bottom: 26px;
}

h5, .h5 {
	font-family: 'nunitobold';
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}
h6, .h6 {
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
}
hr {
	background-color: #000;
	border: 0;
	height: 1px;
	margin: -6px 0 29px 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: 24px;
}

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: 2px;
	right: 2px;
}

.alert p {
    margin-bottom: 0;
}

.alert-title {
	color: #fff;
}

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

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

.alert-dismissible .close {
	top: 0;
	right: 0;
	display: block;
    overflow: hidden;
    text-indent: -9999em;
    background: url(images/x.png) no-repeat 0 0;
    background-size: 48px 50px;
    width: 48px;
    height: 50px;
    margin-right: -50px;
    margin-top: -13px;
}

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

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

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

	/* Removed in favour of Bootstrap styles */

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

.navbar {
	background-color: #fff;
	padding-top: 32px;
	padding-bottom: 32px;
}

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

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

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

.btn {
    font-family: 'nunitosemibold';
    padding: 0.63636364em 0.81818182em 0.72727273em;
    font-size: 1.375em;
    line-height: 1.09090909em;
    border: none;
    border-radius: 0;
}

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

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

.noHover {
	pointer-events: none;
}

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

.btn-gold:hover {
	background-color: #9d6b33;
	color: #fff;
}

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

.btn-red:hover {
	background-color: #d96e53;
	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: 200px;
}

.main-navigation ul ul li {

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

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

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

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

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

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

.widget {
	margin: 0 0 1.5em;
}

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

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

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

#wrapper-0 {

}
#header-image,
#header-carousel .slide {
	position: relative;
	min-height: 100vh;
}
#header-image .header-image-background-image,
#header-image .header-image-overlay-color,
#header-carousel .slide-background-image,
#header-carousel .slide-overlay-color  { 
	background: center center / cover no-repeat;
	content:"";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
#header-image .container,
#header-carousel .container {
	display: table;
	min-height: 100vh;
}
#header-image .header-image-caption,
#header-carousel .carousel-caption {
    position: static;
	padding-top: 200px;
	padding-bottom: 100px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
	text-shadow: none;
}


/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.page-template-homepage #page {
	background: url(images/homepage-background.jpg) center center / cover no-repeat #282828;
	color: #fff;
	min-height: 100vh;
}

.page-template-homepage a {
	color: #fff;
}

.page-template-homepage .entry-title {
	display: none;
}

.page-template-homepage .bridge-the-gapp-home-adult {
	padding-top: 6em;
}

.page-template-homepage .bridge-the-gapp-home-youth {
	padding-top: 6em;
}

.page-template-homepage .bridge-the-gapp-home-adult .lead {
    line-height: 1.18181818em;
    margin-bottom: 2.09090909em;
}

.page-template-homepage .bridge-the-gapp-home-youth .lead {
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
    font-size: 1.3125em;
    line-height: 1.23809524em;
    margin-bottom: 2.19047619em;
}

.page-template-homepage .btn {
	margin-bottom: 0.72727273em;
}

.page-template-homepage .bridge-the-gapp-home-youth .btn {
    font-family: 'oswaldmedium';
    padding: 0.72727273em 0.81818182em 0.63636364em;
}

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

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

#colophon a {
	color: #adb0b3;
	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 auto -0.181818em;
}

.infoway-logo {
	font-size: 1em;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background: url(images/Infoway-Logo_RedLeaf-WhiteText_EN.png) no-repeat 0 0;
	/*background: url(images/newfoundland-labrador.svg) no-repeat 0 0;*/
	background-size: 29em 4em;
	width: 29em;
	height: 4em;
	padding: 0;
	/*margin: 0 auto -0.181818em;*/
	margin: 10em auto auto auto;
}

.infoway-logo-french {
	font-size: 1em;
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	background: url(images/Infoway-Logo_RedLeaf-WhiteText_FR.png) no-repeat 0 0;
	/*background: url(images/newfoundland-labrador.svg) no-repeat 0 0;*/
	background-size: 31.5em 4.25em;
	width: 31.5em;
	height: 4.25em;
	padding: 0;
	/*margin: 0 auto -0.181818em;*/
	margin: 7.5em auto auto auto;
}

/*--------------------------------------------------------------
# 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 */
	.modal-link-align {
		text-align: center;
    	display: flex;
    	flex-direction: column;
    	padding-top: 5%;
	}
}

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

}

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

	.page-template-homepage .bridge-the-gapp-home-adult	{
		padding-top: 0;
	}
	
	.page-template-homepage .bridge-the-gapp-home-youth	{
		padding-top: 3em;
	}

}

@media screen and (max-width: 1199px) { /* Phone, Tablet, Small Desktop and Large Desktop */
	.navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
	}
	.navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
	}
	.collapsing {
        overflow: hidden!important;
    }
}

@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 */
		
}

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

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

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

/* Region selector radio button hide */
#NB {
	display: none;
}

#PE {
	display: none;
}

#NL {
	display: none;
}

#NS {
	display: none;
}

#CA {
	display: none;
}

#NBFR {
	display: none;
}

#PEFR {
	display: none;
}

#NLFR {
	display: none;
}

#NSFR {
	display: none;
}

#CAFR {
	display: none;
}

.flagIcon {
	width:32px;
	height:16px;
	margin-left:5px;
	margin-top:-7px;
	margin-bottom:0 !important;
}