/*
	Theme Name: Switch BC
	Version: 1.0.0

	Template: genesis
	Template Version: 3.0.2

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- Jetpack
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/

/* fonts */

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

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

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #F1F1F0;
	color: #000426;
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
	color: #20AA4D;
	text-decoration: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

.wysiwyg-content ol,
.wysiwyg-content ul {
	margin-bottom: 20px;
}

li {
	list-style-type: none;
}

.wysiwyg-content ul {
	margin-left: 16px;
}

.wysiwyg-content ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.wysiwyg-content ol li {
	list-style-type: decimal;
	margin-bottom: 10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #000426;
	clear: both;
	margin: 30px 0;
}

.line-break-container {
	padding: 0 20px;
}

.line-break {
    background: #20AA4D;
    background: -webkit-linear-gradient(left, #20AA4D , #704099 , #33c4f5 );
    background: -o-linear-gradient(right, #20AA4D , #704099 , #33c4f5 );
    background: -moz-linear-gradient(right, #20AA4D , #704099 , #33c4f5 );
    background: linear-gradient(to right, #20AA4D , #704099 , #33c4f5 );
	max-width: 890px;
    width: 100%;
    margin: 0 auto 40px;
	padding: 1px 0;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #6673AC;
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 16px;
}

h1 {
	font-size: 32px;
	font-size: 3.2rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 21px;
	font-size: 2.1rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-content h4 {
	margin-top: 40px;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 400;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

.standard-heading {
	font-weight: 600;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}


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

input,
select,
textarea {
	background-color: #fff;
    border: 1px solid #707070;
    color: #000426;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 13px 10px 12px;
    width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #A39E9A;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #A39E9A;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.standard-button > a {
	background: #fff;
	border: 1px solid #20AA4D;
	border-radius: 50px;
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	color: #20AA4D;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
    padding: 9px 26px 6px;
    text-decoration: none;
    white-space: normal;
    min-width: 126px;
    width: auto;
	text-align: center;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.standard-button > a:hover,
.standard-button > a:focus {
	background: #20AA4D;
	color: #fff;
	text-decoration: none;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */

.table-block-container {
	padding-bottom: 40px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.2;
	width: 100%;
	word-break: normal;
}

tbody {

}

td,
th {
	text-align: left;
}

td {
    color: #000426;
	border: 1px solid #000426;
	padding: 10px;
}

th {
	border: 1px solid #000426;
	padding: 10px;
}

td:first-child,
th:first-child {

}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	float: left;
	width: 100%;
	padding: 0;
}

.page-template-page_standard .site-inner,
.home .site-inner {
	margin-top: 0;
}

/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0,0,0,0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
	float: left;
    width: 100%;
	color: #6673AC;
	font-family: stroudley, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 400;
	line-height: 1.3;
	padding: 20px 0;
}

.breadcrumb a {
	color: #6673AC;
	margin: 0 3px;
}

.breadcrumb_last {
	margin-left: 3px;
}

.page-template-page_archive .breadcrumb {
	float: none;
	max-width: 930px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	position: relative;
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.widget_search .search-form {
	float: right;
}

.widget_search input[type="search"],
.search-form input[type="search"] {
	background-color: rgba(255,255,255,0.2);
	color: #fff;
	border-radius: 50px;
	border: 1px solid #A39E9A;
	max-width: 300px;
	height: 32px;
}

.widget_search input[type="submit"],
.search-form input[type="submit"] {
    background: url(/wp-content/themes/switchbc/images/search.png);
    background-repeat: no-repeat;
    background-size: 19px 26px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 19px;
    height: 26px;
    min-width: 19px;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #20AA4D;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

/* WordPress
--------------------------------------------- */

.aligncenter {
	text-align: center;
}

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

a.alignnone {
	display: inline-block;
}

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}


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

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-image {
	height: 75px;
	width: 75px;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------------------------------- */

/* Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	outline: none;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #000426;
    position: relative;
    width: 100%;
	min-height: 120px;
    z-index: 9999;
}

.site-header.stickHeader {
	position: fixed;
}

.site-header .wrap {
	width: 100%;
	max-width: 1920px;
    height: 100%;
	min-height: 120px;
	display: flex;
	flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
	padding: 0 20px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
	z-index: 999;
}

.wp-custom-logo .title-area {
	position: relative;
	width: 24%;
	padding-bottom: 20px;
    padding-top: 20px;
}

.site-title {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.responsive-menu-button {
	display: none;
}

/* Search and Social Block */
.search-social-container {
	position: absolute;
    top: 20px;
    right: 40px;
	display: flex;
    align-items: center;
}

.social-block-container {
	margin-left: 50px;
}

.social-block-wrap {
	display: flex;
	align-items: center;
}

.social-block-heading {
	color: #E0E3EE;
	font-style: italic;
	margin-right: 10px;
}

.social-block-wrap > a {
	width: 30px;
	height: 30px;
	margin: 0 5px;
}

.social-block-wrap img {
	width: 30px;
	height: 30px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */
.header-widget-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 76%;
}

.header-widget-area .widget-title {
	position: relative;
	color: #fff;
	border-top: 10px solid transparent;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: inherit;
    text-decoration: none;
    min-width: 138px;
    margin-bottom: 0;
    padding: 10px 15px;
    cursor: pointer;
    text-align: center;
}

.header-widget-area .widget-title.activated:before,
.widget-wrap.is_active .widget-title:before {
    display: block;
    content: "";
    width: 90px;
    height: 7px;
    background-color: #FDBA12;
    position: absolute;
    left: 0;
	right: 0;
    top: -10px;
	padding: 0;
    margin: 0 auto;
}

.header-widget-area .widget-title.activated:after {
	content: '';
    background-image: url(/wp-content/themes/switchbc/images/menu-dropdown-complete.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 90px;
    height: 44px;
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.site-header .widget.widget_nav_menu {
    margin-bottom: 0;
}

.header-widget-area .menu-toggle {
	display: none;
	position: relative;
	background: transparent;
    height: auto;
    width: auto;
	min-width: auto;
    border: none;
    padding: 0;
}

.menu-toggle.current-menu-button:before,
.menu-toggle.activated:before {
	color: #939598!important;
}

.menu-toggle.activated:after {
	content: "";
	position: absolute;
    width: 37px;
    height: 19px;
    background-size: contain;
	bottom: -32px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.site-header nav {
	background-color: #A39E9A;
	box-shadow: 0px 3px 6px #00000029;
    display: none;
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 80px 20px 40px;
}

.menu-info-container {
	width: 50%;
	float: left;
    padding: 20px 40px;
}

.menu-text-container {
	color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	max-width: 478px;
	float: right;
}

.menu-button-container {
	margin-top: 20px;
}

.genesis-nav-menu {
	display: block!important;
	width: 50%;
	max-width: 558px;
	float: left;
	column-count: 2;
	column-gap: 10px;
	padding: 10px 40px;
}

.header-widget-area .genesis-nav-menu > li {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	padding: 10px;
	border-top: 2px solid rgba(0,4,38,0.1);
	
}

.header-widget-area .genesis-nav-menu > li:last-of-type {
    border-bottom: 2px solid rgba(0,4,38,0.1);
}

.header-widget-area .genesis-nav-menu li.current_page_item,
.header-widget-area .genesis-nav-menu li.current-menu-item {
	background-color: #938F8E;
}

.genesis-nav-menu > li > a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	text-transform: inherit;
	text-decoration: none;
}

/* hide mobile close button */
.mobile-menu-close {
	display: none;
}

.genesis-nav-menu .sub-menu a {
	color: #fff;
	display: block;
	font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu a:hover {
	color: #C7C8CA;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item a {
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	margin-top: 3px;
	margin-left: 10px;
}

.genesis-nav-menu .sub-menu li {
    margin: 0;
}

.sub-menu-toggle {
	display: none;
}


/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	width: 100%;
}

/* Secondary menu are */

.widget_search {
	position: absolute;
    top: 10px;
    right: 20px;
}

.search-form-input {
	padding: 6px 20px 5px;
}

.after-main-menu {
	height: 100%;
    width: 245px;
    float: right;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 25px;
}

/* BODY STYLING */

/* General */

.full-section-container {
	position: relative;
	float: left;
	width: 100%;
}

.wide-fixed-section-wrap {
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.wide-image-fixed-section-wrap {
	max-width: 1366px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.fixed-section-wrap {
	max-width: 1076px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}

.image-fixed-section-wrap {
	max-width: 1076px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	z-index: 1;
}

.narrow-fixed-section-wrap {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.space-block {
    width: 100%;
    float: left;
}

.no-padding {
	padding: 0;
}

.has-object-fit img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

/* ie and edge fallback for object-fit*/
.compat-object-fit {
   background-size: cover;
   background-position: center center;
}

.compat-object-fit img {
    opacity: 0;
}

.uppercase {
	text-transform: uppercase;
}

.bold {
	font-weight: 900;
}

.background-black {
	background-color: #000426;
}

.background-grey {
	background-color: #F1F1F0;
}

.background-blue {
	background-color: #DFE9EF;
}

.background-white {
	background-color: #fff;
}

.green-heading {
	color: #20AA4D;
}

.orange-heading {
	color: #FDBA12;
}

.blue-heading {
	color: #6673AC;
}

.grey-heading {
	color: #A39E9A;
}

.has-background-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.single-post-heading-container{
	padding-bottom: 40px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
	box-shadow: 0px 3px 6px #00000029;
}

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

/* Sticky Footer */
.sticky-footer-bar-container {
	position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
	background-color: #000426;
	color: #fff;
	max-width: 1087px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
}

.sticky-footer-heading {
	display: flex;
    align-items: center;
    justify-content: center;
	font-weight: 700;
	line-height: 1;
	padding: 10px 40px;
}

.sticky-footer-heading:after {
	content: "\f347";
    font-family: dashicons;
	color: #fff;
    font-size: 21px;
	font-size: 2.1rem;
    margin-left: 10px;
}

.sticky-footer-bar-container.hide .sticky-footer-heading:after {
	content: "\f343";
    font-family: dashicons;
	color: #fff;
    font-size: 21px;
	font-size: 2.1rem;
    margin-left: 10px;
}

.sticky-footer-text-container {
	max-height: 200px;
	-moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.sticky-footer-text {
	padding: 0 40px 20px;
}

.sticky-footer-bar-container.hide .sticky-footer-text-container {
	max-height: 0;
}

/* Forms styling */

.ginput_complex label {
	display: none;
}

.gform_body li,
.gfield {
	list-style-type: none;
	margin-bottom: 10px;
}

.ginput_complex input {
	margin-bottom: 10px;
}

.gform_body li label {
	margin-left: 10px;
}

.gform_body ul {
	margin-left: 0;
	margin-top: 20px;
}

.gfield_label {
	display: none;
}

.small-text {
	font-size: 12px;
	font-size: 1.2rem;
}

.half-width-input {
	width: 50%;
	float: left;
}

.third-width-input {
	width: 33.33%;
	float: left;
}

.twothirds-width-input {
	width: 66.67%;
	float: left;
}

.form-heading {
	margin: 40px 0;
}

.show-form-label label {
	display: block;
}

.gfield_checkbox li label {
	font-size: 16px;
    font-size: 1.6rem;
}

.ginput_complex .name_first,
.ginput_complex .name_last {
	width: 50%;
	float: left;
}

.ginput_complex .name_first {
	padding-right: 8px;
}

.ginput_complex .name_last {
	padding-left: 8px;
}

.gform_footer {
	margin-top: 20px;
}

/* Home Banner */
.home-heading-banner-heading-container {
	padding: 50px 15px 15px;
	text-align: center;
}

.home-heading-banner-heading-text {
	font-size: 18px;
    font-size: 1.8rem;
}

.home-heading-banner-item-container {
	display: flex;
    flex-wrap: wrap;
}

.home-heading-banner-item-container.no-of-banner-blocks-2,
.home-heading-banner-item-container.no-of-banner-blocks-3 {

}

.home-heading-banner-item-1,
.home-heading-banner-item-2,
.home-heading-banner-item-3 {
	position: relative;
	height: 100%;
}

.no-of-banner-blocks-1 .home-heading-banner-item-left {
	width: 100%;
	float: left;
}

.no-of-banner-blocks-2 .home-heading-banner-item-left{
	width: 67%;
	float: left;
	padding: 15px;
}

.no-of-banner-blocks-2 .home-heading-banner-item-right {
	width: 33%;
	float: left;
	padding: 15px;
}

.no-of-banner-blocks-3 .home-heading-banner-item-left {
	width: 67%;
	float: left;
	padding: 15px;
}

.no-of-banner-blocks-3 .home-heading-banner-item-right {
	width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 15px;
}

.no-of-banner-blocks-1 .home-heading-banner-item-right {
	display: none;
}

.no-of-banner-blocks-1 .home-heading-banner-item-1 {
	height: 56vw;
}

.no-of-banner-blocks-2 .home-heading-banner-item-1,
.no-of-banner-blocks-2 .home-heading-banner-item-2 {
	height: 28vw;
}

.no-of-banner-blocks-3 .home-heading-banner-item-1 {
	height: 38vw;
}

.no-of-banner-blocks-3 .home-heading-banner-item-2,
.no-of-banner-blocks-3 .home-heading-banner-item-3 {
	height: calc(19vw - 15px);
}

.no-of-banner-blocks-1 .single-video-item-block .embed-container-banner,
.no-of-banner-blocks-1 .home-banner-image-text-container,
.no-of-banner-blocks-2 .single-video-item-block .embed-container-banner,
.no-of-banner-blocks-2 .home-banner-image-text-container,
.no-of-banner-blocks-3 .single-video-item-block .embed-container-banner,
.no-of-banner-blocks-3 .home-banner-image-text-container {
	overflow: hidden;
}

.home-heading-banner-item {
	position: relative;
}

.single-video-item-block,
.embed-container-banner,
.embed-container-banner > iframe {
	height: 100%;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
}

.home-banner-image-text-container {
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.home-banner-image-text-container.has-text-content {
	display: flex;
}

.has-text-content .home-heading-banner-image {
	width: 50%;
}

.home-banner-heading-container {
	background-color: #fff;
	width: 50%;
	padding: 20px 40px;
	display: flex;
    align-items: flex-start;
	-webkit-mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
}

.no-of-banner-blocks-2 .home-banner-heading-container {
	width: 100%;
	-webkit-mask-image: linear-gradient(to bottom, white 100%, transparent 100%);
}

.no-of-banner-blocks-2 .has-text-content .home-heading-banner-image {
	width: 100%;
	height:50%;
}

.no-of-banner-blocks-2 .home-heading-banner-item-2 .has-object-fit img{
	object-position: top;
}

.no-of-banner-blocks-2 .home-banner-image-text-container.has-text-content{
	display: block;
	background-color: #FFF;
}

.home-heading-link:hover,
.home-heading-link:focus {
	text-decoration: none;
}

.home-heading-button-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 50px;
}

.home-banner-text-link {
	position: absolute;
    right: 50px;
    bottom: 20px;
	font-weight: 700;
}

/* Standard Banner heading */
.header-banner-wrap {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.header-banner-container .header-banner-image img {
	height: 33vw;
	max-height: 534px;
}

/* Image banner */
.image-banner-image-wrap {
	position: relative;
	height: 40vw;
	min-height: 500px;
}

.image-banner-image-wrap:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: transparent linear-gradient(180deg, #00000060 0%, #000000 55%, #00000067 100%) 0% 0% no-repeat padding-box;
	mix-blend-mode: multiply;
	opacity: 0.39;
}

.image-banner-image {
	display: block;
}

.image-banner-heading {
	color: #fff;
	margin-bottom: 0;
}

.image-banner-heading-2 {
	font-size: 46px;
    font-size: 4.6rem;
}

.image-banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.image-button-container {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}

/* Program Locator Block */
.program-location-container {
	background-color: #fff;
	padding: 50px 0 60px;
}

.program-location-heading {
	padding: 20px;
    text-align: center;
}

.program-location-wrap {
	display: flex;
    flex-wrap: wrap;
}

.program-location-map-image-container {
	width: 70%;
	order: 1;
}

.program-location-detail-block-container {
	width: 30%;
	padding-right: 20px;
}

.program-location-detail-container {
	margin-bottom: 50px;
}

.program-location-detail-title {
	margin-bottom: 10px;
}

.program-location-button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 40px;
}

.program-location-button {
	padding: 15px;
}

/* Information Blocks */
.information-blocks-container {
	padding: 50px 0;
}

.information-blocks-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.information-block-container {
	flex: 1;
	padding: 20px;
}

.information-block-wrap {

}

.align-center .information-block-heading {
	text-align: center;
}

.information-block-container .information-block-heading {
	color: #6673AC;
}

/*.information-block-container:nth-of-type(1) .information-block-heading {
	color: #20AA4D;
}

.information-block-container:nth-of-type(2) .information-block-heading {
	color: #FDBA12;
}

.information-block-container:nth-of-type(3) .information-block-heading {
	color: #98C7E9;
}*/

.information-block-link-container {
	margin-top: 20px;
}

.information-icon-wrap {
	max-width: 120px;
    width: 100%;
    margin-bottom: 40px;
}

.align-center .information-icon-wrap {
    margin: 0 auto 40px;
}

.information-button-container {
	display: flex;
	margin-top: 40px;
}

.align-center .information-button-container {
	justify-content: center;
}


/* Header Banner  */
.page-heading-banner.fixed-page-banner {
    background-color: #F1F1F0;
    padding: 30px 0;
}

.page-heading-banner .full-section-wrap img {
    width: 100%;
}

.page-heading-banner.no-image {
    background-color: #F1F1F0;
    padding-bottom: 10px;
}

/* Research & News Blocks */
.news-page-heading-block-contcainer {
	margin-top: 50px;
	margin-bottom: 20px;
}

.news-page-heading-block {
	display: flex;
	flex-wrap: wrap;
}

.news-page-heading-content-block {
	width: 100%;
}

.news-research-blocks-container {
	padding: 50px 0;
}

.news-research-main-heading {
	text-align: center;
}

.news-research-block-content {
	display: flex;
    flex-wrap: wrap;
	padding: 5px;
}

.news-research-block-container {
	width: 50%;
    padding: 15px;
    height: 394px;
	overflow: hidden;
}

.news-research-video-block-wrap {
	float: left;
	width: 100%;
	box-shadow: 0px 3px 6px #00000029;
}

.news-research-block-wrap {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	height: 100%;
	width: 100%;
	padding: 55px;
}

.news-research-block-heading {
	font-size: 32px;
	font-size: 3.2rem;
}

.news-research-email,
.news-research-phone {
	margin-bottom: 10px;
}

.news-research-email a,
.news-research-phone a {
	color: #000426;
	font-weight: 700;
	display: flex;
    align-items: center;
}

.news-research-email a img {
	width: 19px;
	margin-right: 20px;
}

.news-research-phone a img {
	width: 19px;
	margin-right: 23px;
}

.news-research-post-block-wrap {
	display: flex;
	height: 100%;
    box-shadow: 0px 3px 6px #00000029;
}

.news-research-post-heading-banner-image {
	width: 36%;
}

.news-research-post-content-container {
	background-color: #fff;
    width: 64%;
    padding: 60px 40px;
}
.news-research-post-text {
	-webkit-mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
	mask-image: linear-gradient(to bottom, white 50%, transparent 100%);
    opacity: 1;
	height: 80px;
}

.news-research-post-link {
	display: flex;
	margin-top: 10px;
}


/* wsiwyg block */

.wysiwyg-block-content-wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* Image and text blocks */
.image-and-text-blocks-container {
	padding: 50px 0;
}

.image-and-text-block-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.image-and-text-block-wrap.background-white {
	padding: 40px;
	box-shadow: 0px 3px 6px #00000029;
}

.image-width-50 .image-and-text-block-image,
.image-width-50 .image-and-text-block-text-container {
	width: 50%;
}

.image-width-30 .image-and-text-block-image {
	width: 33.33%;
}

.image-width-30 .image-and-text-block-text-container {
	width: 66.67%;
}

.position-left.image-width-30 .image-and-text-block-image {
	padding-right: 90px;
}

.position-right .image-and-text-block-image {
	order: 1;
}

.position-right.image-width-30 .image-and-text-block-image {
	padding-left: 90px;
}

.image-width-50 .image-and-text-block-text-container {
	padding: 40px;
}

.image-width-30 .background-grey .image-and-text-block-text-container {
	padding: 40px 0;
}

/* Button Block */
.button-block-container {
	padding: 10px 0;
}

.button-block-wrap {
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}

.button-container {
	margin: 10px 20px 10px 0;
}

/* Resource or PDF download Block */
.resource-pdf-blocks-container {
	padding: 50px 0;
}

.resource-pdf-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
}

.page-template-page_standard .resource-pdf-block-container,
.page-template-page_hsms  .resource-pdf-block-container {
	position: relative;
	width: 33.33%;
	padding: 20px;
}

.single-programs .resource-pdf-block-container {
	position: relative;
	width: 25%;
	padding: 20px;
}

.resource-pdf-block-text a {
	text-decoration: underline;
}

.resource-pdf-block-container a:hover,
.resource-pdf-block-container a:focus {
	text-decoration: none;
}

.resource-pdf-block-icon {
	position: absolute;
	width: 36px;
	height: 36px;
	right: 0;
	top: 0;
}

.resource-pdf-block-wrap {
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 3px 6px #00000029;
	padding: 40px;
}

.resource-pdf-block-image-wrap {
	margin-bottom: 20px;
}

.resource-pdf-block-image-wrap img {
	height: 260px;
    max-height: 15vw;
}

/* accordion */
.accordion-detail-container {
	background-color: #fff;
	padding: 40px;
    box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 20px;
}

.accordion-heading-wrapper {
	margin-bottom: 0;
}

.accordion-detail-title h3:before {
	content: "\f543";
	font-family: dashicons;
	font-size: 16px;
	font-size: 1.6rem;
	color: #20AA4D;
	display: inline-block;
	margin-right: 5px;
}

.accordion-detail-title.active h3:before {
	content: "\f460";
	font-family: dashicons;
	font-size: 16px;
	font-size: 1.6rem;
	color: #20AA4D;
    display: inline-block;
	margin-right: 5px;
}

.accordion-detail-content {
	margin-top: 20px;
}

/* Table Blocks */
.table-blocks-container {
	padding: 15px 0;
}

.table-blocks-wrap {
	width: 100%;
}

.table-block-container {
	background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px;
}

.table-block-title {
	padding: 15px;
}

.table-block-title h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.table-blue .table-block-title {
	background-color: #6873A8;
}

.table-dark-blue .table-block-title {
	background-color: #000426;
}

.table-light-blue .table-block-title {
	background-color: #97C8EA;
}

.table-orange .table-block-title {
	background-color: #FDBA12;
}

.table-grey .table-block-title {
	background-color: #A39E9A;
}

.table-row-wrap {
	display: flex;
}

.table-row-column {
	padding: 15px;
}

.table-column-1 {
	border-right: 1px solid #fff;
}

.table-column-1 {
	border-right: 1px solid #fff;
}

.colums-3 .table-column-2 {
	width: 50%;
	border-right: 1px solid #fff;
}

.table-row-column p {
	margin-bottom: 0;
}

.colums-2 .table-row-column {
	width: 50%;
}

/*.colums-3 .table-row-column {
	width: 33.33%;
}*/

.colums-3 .table-column-1,
.colums-3 .table-column-3 {
	width: 25%;
}

.table-blue .table-row-container:nth-of-type(even) .table-row-column {
	background-color: rgba(104,115,168,0.3);
}

.table-dark-blue .table-row-container:nth-of-type(even) .table-row-column {
	background-color: rgba(0,4,38,0.3);
}

.table-light-blue .table-row-container:nth-of-type(even) .table-row-column {
	background-color: rgba(151,200,234,0.3);
}

.table-orange .table-row-container:nth-of-type(even) .table-row-column {
	background-color: rgba(253,186,18,0.3);
}

.table-grey .table-row-container:nth-of-type(even) .table-row-column {
	background-color: rgba(163,158,154,0.3);
}

.table-blue .table-row-container:nth-of-type(odd) .table-row-column {
	background-color: rgba(104,115,168,0.1);
}

.table-dark-blue .table-row-container:nth-of-type(odd) .table-row-column {
	background-color: rgba(0,4,38,0.1);
}

.table-light-blue .table-row-container:nth-of-type(odd) .table-row-column {
	background-color: rgba(151,200,234,0.1);
}

.table-orange .table-row-container:nth-of-type(odd) .table-row-column {
	background-color: rgba(253,186,18,0.1);
}

.table-grey .table-row-container:nth-of-type(odd) .table-row-column {
	background-color: rgba(163,158,154,0.1);
}

.table-column-3 {
	display: flex;
    align-items: center;
    justify-content: center;
}

/* Contact Page */
.contact-page-heading-container {
	padding-top: 20px;
}

.contact-page-heading-container .page-heading {
	text-transform: uppercase;
}

.contact-block-container {
	padding: 40px 0;
}

.contact-block-wrap {
	display: flex;
	flex-wrap: wrap;
}

.contact-block-left-container {
	width: 40%;
	padding: 80px;
}

.contact-block-right-container {
	width: 60%;
	background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px;
}

.contact-block-email {
	margin-bottom: 20px;
}

.contact-block-email a {
	display: flex;
    align-items: center;
	color: #000426;
	line-height: 1;
	font-weight: 700;
	
}

.contact-block-email img {
	width: 19px;
	margin-right: 20px;
}

.contact-block-address {
	display: flex;
    align-items: flex-start;
	color: #000426;
	font-weight: 700;
	margin-bottom: 20px;
}

.contact-block-address img {
	width: 13px;
	margin-right: 26px;
}

.contact-block-phone {
	
}

.contact-block-phone a {
	display: flex;
    align-items: center;
	color: #000426;
	line-height: 1;
	font-weight: 700;
}

.contact-block-phone img {
	width: 16px;
	margin-right: 23px;
}

/* Porgrams Page (new blocks) */
.single-program-heading-container,
.whats-new-blocks-container,
.milestone-block-container {
	margin: 20px 0;
}

.single-program-heading {
	text-align: center;
}

.whats-new-blocks-container {
	
}

.whats-new-blocks-wrap {
	max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.whats-new-block-container {
	margin-bottom: 30px;
}

.whats-new-block-wrap {
	display: flex;
	flex-wrap: wrap;
	padding: 20px 0;
}

.whats-new-block-now-container {
	position: relative;
	background-color: #fff;
	border-radius: 18px;
	border: 2px solid #fff;
	box-shadow: 0px 3px 6px #00000029;
	width: calc(50% - 65px);
}

.whats-new-block-now-container:before {
	content: '';
	background-image: url(/wp-content/themes/switchbc/images/now%402x.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 77px;
	height: 77px;
	top: -35px;
    left: -20px;
}

.whats-new-block-now-wrap {
	padding: 40px 25px;
}

.whats-new-block-arrow-container {
	display: flex;
    align-items: center;
}

.whats-new-block-arrow {
	width: 119px;
	height: 73px;
	margin-right: 11px;
}

.whats-new-block-new-container {
	position: relative;
	background-color: #fff;
	border-radius:  18px;
	box-shadow: 0px 3px 6px #00000029;
	border: 2px solid #20AA4D;
	width: calc(50% - 65px);
}

.whats-new-block-new-container:before {
	content: '';
	background-image: url(/wp-content/themes/switchbc/images/new%402x.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 77px;
	height: 77px;
	top: -35px;
    left: -20px;
}

.whats-new-block-new-wrap {
	padding: 40px 25px;
}

.milestone-block-container {
	padding-bottom: 60px;
}

.milestone-block-content-container {
	position: relative;
}

.desktop-block-content .milestone-block-content-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.mobile-block-content .milestone-block-content-wrap {
	position: relative;
}

.desktop-block-content .milestone-block-line {
	position: absolute;
	width: calc(100% - 60px);
    top: 71px;
    left: 30px;
    right: 30px;
	height: 42px;
}

.mobile-block-content .milestone-block-line {
	position: absolute;
	width: 40px;
    top: 30px;
    bottom: 30px;
	height: calc(100% - 60px);
	left: 50%;
    transform: translateX(-50%);
}

.desktop-block-content .milestone-block-detail-container {
	position: relative;
	text-align: center;
}

.mobile-block-content .milestone-block-detail-container {
	position: relative;
	display: flex;
    align-items: center;
    margin-bottom: 40vw;
}

.mobile-block-content .milestone-block-detail-container:last-of-type {
    margin-bottom: 0;
}

.mobile-block-content .milestone-block-heading-wrap {
	width: calc(50% - 48px);
	text-align: right;
}

.mobile-block-content .milestone-block-heading {
	max-width: 160px;
	float: right;
}

.mobile-block-content .milestone-block-date-wrap {
	width: calc(50% - 48px);
}

.mobile-block-content .milestone-block-date {
	max-width: 160px;
}

/*.active-block-start.milestone-block-start-container,
.active-block-collab.milestone-block-collab-container,
.active-block-dev.milestone-block-dev-container,
.active-block-launch.milestone-block-launch-container {
	background-color: #deeede;
}*/

.desktop-block-content .active-block-start.milestone-block-start-container:before,
.desktop-block-content .active-block-collab.milestone-block-collab-container:before,
.desktop-block-content .active-block-dev.milestone-block-dev-container:before,
.desktop-block-content .active-block-launch.milestone-block-launch-container:before {
	content: '';
    background-image: url(/wp-content/themes/switchbc/images/desktop-highlight.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 282px;
    height: 205px;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.mobile-block-content .active-block-start.milestone-block-start-container:before,
.mobile-block-content .active-block-collab.milestone-block-collab-container:before,
.mobile-block-content .active-block-dev.milestone-block-dev-container:before,
.mobile-block-content .active-block-launch.milestone-block-launch-container:before {
	content: '';
    background-image: url(/wp-content/themes/switchbc/images/mobile-highlight-box.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100vw;
    max-width: 438px;
    height: 55.5vw;
    max-height: 243px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.desktop-block-content .milestone-block-arrow {
	width: 96px;
	height: 108px;
	margin-top: 38px;
	margin-bottom: 10px;
}

.mobile-block-content .milestone-block-arrow {
	width: 96px;
	height: 108px;
	margin-right: 10px;
	margin-left: 10px;
}

.desktop-block-content .active-block-start .milestone-block-arrow-start,
.desktop-block-content .active-block-collab .milestone-block-arrow-collab,
.desktop-block-content .active-block-dev .milestone-block-arrow-dev,
.desktop-block-content .active-block-launch .milestone-block-arrow-launch {
	width: 175px;
	height: 193px;
	margin-top: 0;
	margin-bottom: 0;
}

.milestone-block-heading {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
}

.milestone-block-date {
	font-style: italic;
	font-weight: 600;
}

.active-block-start.milestone-block-start-container .milestone-block-heading,
.active-block-collab.milestone-block-collab-container .milestone-block-heading,
.active-block-dev.milestone-block-dev-container .milestone-block-heading,
.active-block-launch.milestone-block-launch-container .milestone-block-heading,
.active-block-start.milestone-block-start-container .milestone-block-date,
.active-block-collab.milestone-block-collab-container .milestone-block-date,
.active-block-dev.milestone-block-dev-container .milestone-block-date,
.active-block-launch.milestone-block-launch-container .milestone-block-date {
	color: #20AA4D;
}

/* team Pages */
/* Single team */
.team-single-container {
	padding-bottom: 80px;
}

.team-single-wrap {
	display: flex;
	flex-wrap: wrap;
}

.team-info-image-container {
	width: 33.33%;
}

.team-info-image-wrap {
	background-color: #fff;
	box-shadow: 0px 3px 6px #00000029;
	padding: 50px 40px;
}

.team-bio-block-container {
	width: 66.67%;
	padding: 40px 20px 20px 90px;
}

.team-info-name {
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
}

.team-info-title {
	margin-bottom: 0;
}

.team-info-organization{
	margin-bottom: 0;
}

.team-info-website {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
}

.team-bio {
	margin-top: 50px;
}

.single-team-button-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.button-wrap {
	margin-right: 20px;
}

/* Archive team */
.featured-team-container {
	padding-bottom: 80px;
}

.featured-team-wrap {
	display: flex;
	flex-wrap: wrap;
}

.featured-team-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.featured-team-button-container .button {
    margin: 10px 15px 10px 0;
}

.team-block-heading {
	text-transform: uppercase;
}

.team-blocks-wrap {
	display: flex;
	flex-wrap: wrap;
}

.team-block-container {
	width: 25%;
	padding: 20px;
}

.team-block-wrap {
	background-color: #fff;
	height: 100%;
	box-shadow: 0px 3px 6px #00000029;
	padding: 30px;
}

.team-member-image-wrap {
	max-height: 368px;
	height: 20vw;
	margin-bottom: 10px;
}

.team-member-image-wrap img {
	object-position: top;
}

.team-member-name,
.team-member-title,
.team-member-organization {
	margin-bottom: 3px;
}

.team-member-button {
	margin-top: 20px;
}

.banner-graphic-block-container {
	padding: 20px 0;
}

.banner-graphic-block-image-heading {
	color: #fff;
	text-shadow: 0px 3px 6px #00000029;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.banner-graphic-block-button-container {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}



































/* Link Block */

.link-block-container {
	padding-bottom: 40px;
}

.link-blocks-wrap {
	display: flex;
    align-items: center;
    justify-content: center;
}

.link-blocks-wrap .link-block-container {
    display: flex;
    justify-content: center;
	margin: 0 10px;
}

.link-block-wrap {
	max-width: 100px;
}


/* CTA Blocks */

.cta-block-container {
	background-color: #000426;
	padding: 40px 0;
}

.cta-content-wrapper {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cta-content-wrapper.align-column {
	flex-direction: column;
	flex-wrap: wrap;
}

.cta-content-wrapper.align-row {
	flex-direction: row;
}

.cta-content-wrapper h2,
.cta-program-heading,
.cta-program-subheading {
	margin-bottom: 0;
}

h2.cta-standard-heading {
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	font-size: 3rem;
	padding: 10px 20px;
}

.align-column .cta-program-heading-container {
	text-align: center;
}

.align-column .cta-program-heading {
	color: #fff;
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	font-size: 2rem;
}

.align-row .cta-program-heading-container {
	width: 50%;
	padding: 10px 20px;
}

.align-row .cta-program-heading {
	max-width: 400px;
}

.align-row .cta-program-heading {
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	font-size: 3rem;
}

.cta-program-subheading {
	color: #fff;
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 20px;
}

.align-column .program-button-container {
	margin-top: 20px;
}

.archive-event-items-container{
	float: left;
	width: 100%;
}

.cta-image-content-wrapper {
	display: flex;
    align-items: center;
}

.has-background-image .cta-image-content-wrapper {
	padding: 80px 0;
}

.black-background .cta-image-content-wrapper {
	color: #fff;
	padding: 20px 0;
}

.has-background-image .cta-image-content-wrapper {
	color: #000426;
}

.cta-heading-block {
	width: 30%;
}

.cta-heading-button-block {
	padding-left: 60px;
}

h2.cta-large-heading {
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	font-size: 6rem;
	margin-bottom: 0;
}

.cta-sub-heading {
	font-family: stroudley, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

.cta-content-wrapper .standard-button-container {
	padding: 10px 20px;
}

.cta-block-container.has-background-image:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: rgba(51, 228, 245 ,0.8);
    opacity: 1;*/
}

/* HSMS page template */
.hsms-heading-block-container {
	margin-top: 40px;
	text-align: center;
}

.hsms-heading-button-container {
	margin-top: 20px;
	text-align: center;
}

.hsms-block-container {
	position: relative;
	padding: 10px 0;
}

.hsms-heading-wrap {

}

.hsms-image-container {
	position: relative;
	max-width: 778px;
    margin: 0 auto;
}

.hsms-carousel-heading {
	background-color: #000426;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-transform: rotate(180deg);
	box-shadow: 0px 3px 6px #00000029;
    width: 70px;
    padding: 10px;
	margin: 10px 0;
    z-index: 1;
}

.hsms-carousel-heading .hsms-heading {
	color: #fff;
	display: flex;
    justify-content: center;
    height: 100%;
}

.hsms-carousel {
	margin-left: 70px;
}

.hsms-carousel .slick-track {
    display: flex!important;
}

.hsms-carousel .slick-slide {
    height: inherit!important;
	-webkit-mask-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,.8)), linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));
	-webkit-mask-size: 100% 50%;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: left top, left bottom;
	opacity: 1;
}

.hsms-carousel .slick-slide.slick-active {
    -webkit-mask-image: none;
}

.hsms-carousel .slick-list {
    padding:0 15% 0 0 !important;
}

.hsms-carousel .slick-arrow {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	z-index: 2;
}

.hsms-carousel-minline {
	border-bottom: 2px solid #20AA4D;
	position: absolute;
    top: 50%;
	left: 94px;
	right: 44px;
    transform: translateY(-50%);
	z-index: 1;
}

.hsms-carousel .slider-arrow-left {
	left: 10px;
}

.hsms-carousel .slider-arrow-right {
	right: 10px;
}

.hsms-carousel .slick-arrow .dashicons {
	background-color: #20AA4D;
    border-radius: 50%;
    width: 48px!important;
    height: 48px!important;
	display: flex;
    justify-content: center;
    align-items: center;
}

.hsms-carousel .slick-arrow .dashicons:before {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
}

.hsms-carousel-item-container {
	margin: 10px;
}

.hsms-carousel-item-wrap.white-background-carousel-item {
	padding: 20px;
}

.hsms-carousel-item-wrap.overview-carousel-item {
	padding: 60px 20px;
}

.hsms-carousel-item-wrap {
	display: flex;
    flex-direction: column;
	height: 100%;
}

.hsms-carousel-block-top,
.hsms-carousel-block-bottom {
	height: 50%;
	min-height: 450px;
}

.hsms-carousel-block-bottom {
	padding-top: 60px;
}

.hsms-carousel-block-top-heading {
	font-family: stroudley, sans-serif;
    font-style: normal;
    font-weight: 700;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.2;
    margin-bottom: 40px;
}

.hsms-carousel-block-top-heading > img,
.hsms-carousel-block-bottom-heading > img {
	width: 48px;
	margin-bottom: 10px;
}

.white-background-carousel-item {
	background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

/* link Positions */
.clickevent {
	/*background-color: rgba(255,255,255,0.5);*/
	position: absolute;
	width: 8rem;
    height: 8rem;
	z-index: 1;
}

.clickevent.provLeadership-location {
    left: 50%;
    transform: translateX(-50%);
    top: 2.6%;
}

.clickevent.opLeadership-location {
    left: 50%;
    transform: translateX(-50%);
    top: 28%;
}

.clickevent.provHazard-location {
    right: 6%;
    top: 31.5%;
}

.clickevent.opHazard-location {
    right: 29.5%;
    top: 39.5%;
}

.clickevent.provRisk-location {
    right: 20%;
    top: 80%;	
}

.clickevent.opRisk-location {
    right: 35%;
    top: 58.5%;
}

.clickevent.provEval-location {
    left: 20%;
    top: 80%;
}

.clickevent.opEval-location {
	left: 35%;
    top: 58.5%;
}

.clickevent.provStratigic-location {
    left: 4%;
    top: 31.5%;
}

.clickevent.opStratigic-location {
	left: 29%;
    top: 39.5%;
}

/* lightbox */
.hsms-content-detail a:hover,
.hsms-content-detail a:focus {
	text-decoration: none;
}

.hsms-content-detail ul {
	margin-left: 20px;
	margin-bottom: 10px;
}

.hsms-content-detail li {
	list-style-type: disc;
	margin-bottom: 10px;
}

.hsms-content .open .detailview {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.8);
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.hsms-content .detailview .detailview-content-wrap {
    display: none;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    position: relative;
    align-items: center;
    justify-content: center;
	overflow: scroll;
}

.design-detailview-col-container {
	position: relative;
	width: 100%;
}

.hsms-content .row {
    position: absolute;
    width: 100%;
    height: 100%;
	left: 0;
	top: 0;
}

.hsms-content .detailview .detailview-content-wrap .hsms-content-detail {
	background-color: #fff;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 40px 30px 80px;
    width: 80vw;
    max-width: 400px;
    height: auto;
	max-height: 80vh;
    margin: 0 auto;
}

.content-scroll {
	max-height: 50vh;
    overflow-y: scroll;
    position: relative;
}

.hsms-content-icon {
	width: 48px;
    margin: 0 auto 20px;
}

.hsms-content-heading {
	color: #000426;
    font-family: stroudley, sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
	text-transform: uppercase;
    margin: 0;
	text-align: center;
}

.hsms-content-subheading {
    margin-bottom: 30px;
	text-align: center;
}

.resulttitle.row {

}

.hsms-content .open .detailview .detailview-content-wrap {
    display: flex;
}

.hsms-content .open .detailview .detailview-content-wrap .design-detailview-col-container > .row {

}

.detailClose.remove {
    position: absolute;
	background-color: #20AA4D;
	border-radius: 50px;
    right: -10px;
    top: -10px;
    width: 38px;
    height: 38px;
    z-index: 10;
}

.detailClose:before {
	content: "\f335";
	color: #fff;
	font-family: dashicons;
    font-size: 28px;
	font-size: 2.8rem;
    display: inline-block;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashicons-arrow-left {
	width: 40px!important;
    height: 40px!important;
    font-size: 40px!important;
}

.dashicons-arrow-right {
	width: 40px!important;
    height: 40px!important;
    font-size: 40px!important;
}

.dashicons-arrow-left:before {
	width: 40px!important;
    height: 40px!important;
    font-size: 40px!important;
}

.dashicons-arrow-right:before {
	width: 40px!important;
    height: 40px!important;
    font-size: 40px!important;
}


.detailPrev.left-arrow {
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 10;
	display: flex;
    align-items: center;
}

.detailNext.right-arrow {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 10;
	display: flex;
    align-items: center;
}

/* Stroies Pages */
/* Single Story */
.single-story-heading-container {
	padding: 100px 0 40px;
}

.single-story-heading {
	margin-bottom: 0;
}

.single-post-details {
	color: #6673AC;
	font-style: italic;
}

/* Archive Stories */
.archive-stories-heading-container {
	padding-top: 60px;
}

.archive-stories-main-heading {
	margin-bottom: 60px;
}

.archive-stories-content-container {
	display: flex;
	flex-wrap: wrap;
}

.archive-stories-block-container {
	color: #000;
	width: 33.33%;
	padding: 20px;
	text-decoration: none;
}

a.archive-stories-block-container:hover,
a.archive-stories-block-container:focus {
	text-decoration: none;
}

.archive-stories-block-wrap {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
}

.archive-stories-image {
	position: relative;
	display: block;
	height: 280px;
	margin-bottom: 20px;
}

.dashicons-controls-play {
	color: #fff;
    font-size: 80px;
    font-size: 8rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.archive-stories-heading {
	margin-bottom: 0;
}

.single-post-date {
	color: #6673AC;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 20px;
}

/* Single Blog */
.image-content-row .single-post-wrap {
	display: flex;
	flex-wrap: wrap;
}

.image-content-row .single-post-image-container {
	width: 30%;
}

.image-content-row .single-post-content-container {
	width: 70%;
}

.image-content-row .single-post-content-wrap {
	padding: 40px 20px 40px 90px;
}

.full-width-header .single-post-content-wrap {
	max-width: 1076px;
    width: 100%;
    margin: 0 auto;
	padding: 100px 20px 40px;
}

.single-post-heading {
    margin-bottom: 0;
}

.single-post-details {
    color: #6673AC;
    font-style: italic;
}

.single-post-details a {
    color: #6673AC;
}

.single-post-content {
	padding-top: 40px;
}

.single-post-button-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.single-post-button-container .button {
	margin: 10px 15px 10px 0;
}

/* Blog Archive/Mintrest */
.featured-post-wrap {
	display: flex;
    flex-wrap: wrap;
	padding-top: 60px;
}

.featured-post-image-container {
	width: 33.33%;
}

.featured-post-block-container {
	width: 66.67%;
    padding: 40px 20px 20px 90px;
}

.category-post-page-container {
	background-color: #DFE9EF;
	padding-bottom: 40px;
}

.archive-post-filter-content-container {
	padding-top: 40px;
}

.blog-filter-heading {
	margin-bottom: 0;
}

.news-archive-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/wp-content/themes/switchbc/images/filter-dropdown-arrow-complete.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 0;
    background-size: contain;
    width: auto;
    min-width: 300px;
    border: none;
    box-shadow: 0px 3px 6px #00000029;
    padding: 7px 10px 4px;
	margin: 15px 30px 15px 0;
}

.news-archive-select option[value="all"] {
	color: #A39E9A;
}

.mintrest-main-container-post {
	padding: 40px 0;
}

.cd-gallery.grid-view {
	float: left;
	width; 100%;
}

.mintrest-container {
	display: flex;
    flex-wrap: wrap;
}

.mintrest-container .mix {
    color: #000;
	font-weight: 400;
    width: 33.33%;
    padding: 20px;
    text-decoration: none;
}

.archive-post-block-wrap {
    background-color: #fff;
    height: 100%;
    box-shadow: 0px 3px 6px #00000029;
    padding: 20px;
}

.mintrest-item-wrapper,
.archive-post-block-container {
	height: 100%;
}

.archive-post-image {
	position: relative;
	display: block;
	height: calc(20vw - 40px);
    max-height: 280px;
	margin-bottom: 20px;
}

.archive-post-heading {
	margin-bottom: 0;
}

.single-post-details {
	color: #6673AC;
	font-weight: 100;
	font-style: italic;
	margin-bottom: 20px;
}


.controls-pagination {
	display: none;
	text-align: center;
	margin-top: 40px;
}

.controls-pagination .load-more {
	min-width: 200px;
}

.mixitup-page-stats,
.hide-load-more {
	display: none;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.entry-content .caption {
	font-size: 14px;
	font-weight: 600;
	margin-top: -20px;
	text-align: center;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 20px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 60px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #f5f5f5;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	margin-bottom: 4px;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #333;
	color: #fff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-list .bypostauthor {
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #F1F1F0;
	color: #000426;
	font-size: 16px;
	font-size: 1.6rem;
	float: left;
    width: 100%;
	padding: 20px;
	text-align: center;
}

.home .site-footer {
	padding: 20px 20px 55px;
}

.site-footer .wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.site-footer p, 
.site-footer a {
    color: #000426;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.credits-footer-container {
	border-left: 1px solid #000426;
	margin-left: 6px;
	padding-left: 5px;
}

.footer-info-text {
	color: #000426;
    font-size: 12px;
    font-size: 1.2rem;
	float: left;
	width: 100%;
}


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

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

	

}

@media only screen and (max-width: 1366px) {
	
	.archive-stories-image {
		height: 20vw;
	}
	
	.news-research-video-block-wrap {
		background-color: #fff;
		box-shadow: 0px 3px 6px #00000029;
		height: 100%;
		width: 100%;
		padding: 20px;
	}
	
	.news-research-video-block-wrap .embed-container {
		top: 50%;
		transform: translateY(-50%);
	}

}


@media only screen and (max-width: 1300px) {
	
	.wp-custom-logo .title-area {
		width: 100%;
	}
	
	.wp-custom-logo .title-area .custom-logo {
		width: 250px;
	}
	
	.header-widget-area {
		justify-content: center;
		width: 100%;
	}
	
}

@media only screen and (max-width: 1200px) {
	
	.team-block-container {
		width: 33.33%;
	}
	
	.team-member-image-wrap {
		height: 30vw;
	}
	
}

@media only screen and (max-width: 1036px) {
	
	.clickevent {
		width: 6rem;
		height: 6rem;
	}

	/*.clickevent.provLeadership-location {
		left: 50%;
		transform: translateX(-50%);
		top: 5.4vw;
	}

	.clickevent.opLeadership-location {
		left: 50%;
		transform: translateX(-50%);
		top: 31vw;
	}

	.clickevent.provHazard-location {
		right: 5.5vw;
		top: 34.4vw;
	}

	.clickevent.opHazard-location {
		right: 31.6vw;
		top: 42.4vw;
	}

	.clickevent.provRisk-location {
		right: 22vw;
		top: 82.2vw;
	}

	.clickevent.opRisk-location {
		right: 37.5vw;
		top: 61vw;
	}

	.clickevent.provEval-location {
		left: 22.2vw;
		top: 82.2vw;
	}

	.clickevent.opEval-location {
		left: 37.5vw;
		top: 61vw;
		
	}

	.clickevent.provStratigic-location {
		left: 6.5vw;
		top: 34.4vw;
	}

	.clickevent.opStratigic-location {
		left: 31.5vw;
		top: 42.4vw;
	}*/

}

@media only screen and (max-width: 1076px) {
	
	.archive-stories-block-container {
		width: 50%;
	}
	
	.archive-stories-image {
		height: 30vw;
	}
	
	.home-banner-heading-container {
		padding: 20px;
	}
	
}

@media only screen and (max-width: 980px) {
	
	.site-header .wrap {
		padding: 0;
	}
	
	.wp-custom-logo .title-area {
		text-align: center;
	}
	
	.responsive-menu-button {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #FDBA12;
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		float: left;
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	
	.responsive-menu-button:after {
		content: '';
		background-image: url(/wp-content/themes/switchbc/images/mobile-menu.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 30px;
		height: 22px;
		z-index: 1;
		margin-left: 10px;
	}
	
	.responsive-menu-button.activated:after {
		content: '';
		background-image: url(/wp-content/themes/switchbc/images/mobile-menu-close.png);
		background-size: contain;
		background-repeat: no-repeat;
		width: 19px;
		height: 17px;
		z-index: 1;
		margin-left: 10px;
	}
	
	.header-widget-area {
		display: none;
		width: 100vw;
		margin: auto;
		padding: 5vw;
		background-color: #000426;
		position: fixed;
		overflow: auto;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		left: 5vw;
		top: -10px;
		top: 150px;
		left: -10px;
		left: -1rem;
		right: -10px;
		right: -1rem;
		bottom: -10px;
		bottom: -1rem;
	}
	
	.header-widget-area .widget-title.activated:before {
		display: none;
	}
	
	.search-social-container {
		position: relative;
		right: 0;
		top: 0;
		flex-direction: column;
	}
	
	.search-social-wrap,
	.social-block-container {
		margin-bottom: 40px;
	}
	
	.social-block-container {
		margin-left: 0;
	}
	
	.site-header .widget.widget_nav_menu {
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	
	.header-widget-area .widget-title {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.header-widget-area .widget-title:after {
		content: "\f543";
		font-family: dashicons;
		color: #FDBA12;
		font-size: 16px;
		font-size: 1.6rem;
		margin-left: 10px;
	}
	
	.header-widget-area .widget-title.activated:after {
		content: "\f460";
		font-family: dashicons;
		color: #FDBA12;
		font-size: 16px;
		font-size: 1.6rem;
		background-image: none;
		background-size: contain;
		background-repeat: no-repeat;
		width: auto;
		height: auto;
		position: relative;
		top: 0;
		left: 10px
	}
	
	.menu-text-container {
		max-width: 100%;
		float: none;
		text-align: center;
	}
	
	.menu-info-container {
		width: 100%;
		float: left;
		padding: 20px;
	}
	
	.menu-text-heading {
		font-style: italic;
	}
	
	.menu-text {
		display: none;
	}
	
	.genesis-nav-menu {
		width: 100%;
		max-width: 100%;
		float: left;
		column-count: 1;
		column-gap: 0;
		padding: 0;
	}
	
	.site-header nav {
		position: relative;
		float: left;
		width: 100%;
		padding: 0;
	}
	
	.header-widget-area .genesis-nav-menu li {
		padding: 10px 20px;
	}
	
	.header-widget-area .widget ul > li:last-of-type {
		border-bottom: none;
	}
	
	.no-of-banner-blocks-3 .home-heading-banner-item-1 {
		height: 56vw;
	}
	
	.no-of-banner-blocks-2 .home-heading-banner-item-left,
	.no-of-banner-blocks-3 .home-heading-banner-item-left {
		width: 100%;
	}
	
	.no-of-banner-blocks-2 .home-heading-banner-item-right {
		width: 100%;
	}
	
	.no-of-banner-blocks-3 .home-heading-banner-item-right {
		width: 100%;
		flex-direction: row;
	}
	
	.no-of-banner-blocks-2 .home-heading-banner-item-2 {
		width: 100%;
		height: 38vw
	}
	
	.no-of-banner-blocks-2 .home-heading-banner-item-2 .has-object-fit img{
	    object-position: top;
	}
	
	.no-of-banner-blocks-3 .home-heading-banner-item-2, 
	.no-of-banner-blocks-3 .home-heading-banner-item-3 {
		width: 50%;
		height: 28vw;
	}
	
	.no-of-banner-blocks-3 .home-heading-banner-item-2 {
		padding-right: 15px;
	}

	.no-of-banner-blocks-3 .home-heading-banner-item-3 {
		padding-left: 15px;
	}
	
	.table-blocks-wrap {
		overflow-x: scroll;
	}

	.table-block-container {
		min-width: 940px;
	}

	
}

@media only screen and (max-width: 920px) {
	
	.team-bio-block-container {
		padding: 20px 20px 20px 40px;
	}
	
	.team-info-image-wrap {
		padding: 30px;
	}
	
	.team-block-container {
		width: 50%;
	}
	
	.team-member-image-wrap {
		height: 40vw;
	}
	
	.resource-pdf-block-container,
	.page-template-page_hsms .resource-pdf-block-container {
		width: 50%;
	}
	
	.resource-pdf-block-image-wrap img {
		height: 250px;
		max-height: 30vw;
	}
	.contact-block-left-container {
		padding: 40px 20px 0 0;
	}
	
	.mintrest-container .mix {
		width: 50%;
	}
	
	.archive-post-image {
		height: calc(35vw - 40px);
	}
	
	.position-left.image-width-30 .image-and-text-block-image {
		padding-right: 40px;
	}
		
	.single-programs .resource-pdf-block-container {
		width: 50%;
	}

}

@media only screen and (max-width: 860px) {
	
	.program-location-map-image-container {
		width: 100%;
		order: 1;
	}
	
	.program-location-detail-block-container {
		width: 100%;
		padding-right: 0;
	}
	
	.image-width-50 .image-and-text-block-image, 
	.image-width-50 .image-and-text-block-text-container {
		width: 100%;
	}
	
	.image-width-50 .image-and-text-block-image img {
		height: 80vw;
	}
	
	.position-right .image-and-text-block-image {
		order: 0;
	}
	
	.information-block-container {
		flex: inherit;
		width: 50%;
		padding: 40px 20px;
	}
	
	.image-width-30 .image-and-text-block-image {
		width: 100%;
	}
	
	.position-left.image-width-30 .image-and-text-block-image {
		padding-right:0;
	}
	
	.image-width-30 .image-and-text-block-text-container {
		width: 100%;
	}
	
}

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

	.featured-post-block-container {
		padding: 40px 20px 20px 20px;
	}
	
	.news-research-block-container {
		width: 100%;
		height: auto;
	}
	
	.news-research-video-block-wrap {
		background-color: #fff;
		height: 100%;
		width: 100%;
		padding: 0;
	}
	
	.align-row .cta-program-heading-container,
	.program-button-container {
		width: 100%;
		text-align: center;
	}
	
	.align-row .cta-program-heading {
		max-width: 100%;;
	}
	
}	
	

@media only screen and (max-width: 680px) {
	
	.hsms-carousel .slick-list {
		padding:0!important;
	}
	
	.contact-block-left-container {
		width: 100%;
		padding: 40px 0;
	}

	.contact-block-right-container {
		width: 100%;
	}
	
	.featured-post-image-container {
		width: 100%;
	}

	.featured-post-block-container {
		width: 100%;
		padding: 40px 20px;
	}
	
	.whats-new-block-container {
		margin-bottom: 40px;
	}
	
	.whats-new-block-now-container,
	.whats-new-block-new-container	{
		width: 100%;
	}
	
	.whats-new-block-arrow-container {
		height: 90px;
		width: 100%;
		justify-content: center;
	}
	
	.whats-new-block-arrow {
		width: 80px;
		height: 49px;
		transform: rotate(90deg);
	}

}

@media only screen and (max-width: 620px) {
	
	.no-of-banner-blocks-3 .home-heading-banner-item-right {
		width: 100%;
		flex-direction: column;
	}
	
	
	.no-of-banner-blocks-3 .home-heading-banner-item-2, 
	.no-of-banner-blocks-3 .home-heading-banner-item-3 {
		width: 100%;
		height: 56vw;
	}
	
	.no-of-banner-blocks-3 .home-heading-banner-item-2 {
		padding-right: 0;
		padding-bottom: 15px;
	}

	.no-of-banner-blocks-3 .home-heading-banner-item-3 {
		padding-left: 0;
		padding-top: 15px;
		
	}
	
	.team-info-image-container {
		width: 100%;
	}
	
	.team-bio-block-container {
		width: 100%;
	}
	
	.team-block-container {
		width: 100%;
	}
	
	.team-member-image-wrap {
		height: 80vw;
		max-height: 100%;
	}
	
	.resource-pdf-block-container,
	.page-template-page_hsms .resource-pdf-block-container {
		width: 100%;
	}
	
	.resource-pdf-block-image-wrap img {
		height: 325px;
		max-height: 60vw;
	}
	
	.archive-stories-block-container {
		width: 100%;
	}
	
	.archive-stories-image {
		height: 60vw;
	}
	
	.information-block-container {
		width: 100%;
	}

}

@media only screen and (max-width: 580px) {
	
	.mintrest-container .mix {
		width: 100%;
	}
	
	.archive-post-image {
		height: calc(75vw - 40px);
		max-height: 362px;
	}
	
	.single-programs .resource-pdf-block-container {
		width: 100%;
	}
	
}

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


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

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

	
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
