/*
Theme Name: Webspired
Theme URI: http://underscores.me/
Author: Inspired Business Marketing Ltd
Author URI: https://www.inspiredbusinessmarketing.com
Description: Description
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbsp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Webspired is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Layout
# Forms
# Navigation
	## Links
	## Menus  
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

html,
body {
  box-sizing: border-box; 
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

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

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Open Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Barlow", sans-serif;
  font-weight:400;
}
h1 {
  font-size: 3.2rem;
  line-height:1.1;
  margin:0 0 3rem;
}
h2 {
  font-size: 2.6rem;
  line-height:1.1;
  margin:0 0 2rem;
}  
h3 {
  font-size: 2.2rem;
  line-height:1.2;
  margin:0 0 1.5rem;  
}
h4 {
  font-size: 1.8rem;
  line-height:1.2;
  margin:0 0 1.2rem;
}
h5 {
  font-size: 1.6rem;
  line-height:1.3;
  margin:0 0 1rem;
}
h6 {
  font-size: 1.4rem;
  line-height:1.3;
  margin:0 0 0.75rem;
}
p {
  font-size: 1.2rem;
  line-height:1.5;
  margin:0 0 1.5rem;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}


/* Text Block classes */
/* Weight */
.tbweight-light, .ps-tbweight-light p, .ps-tbsize-light p {font-weight:200;} 
.tbweight-heavy, .ps-tbweight-heavy p, .ps-tbsize-heavy p {font-weight:700;}
/* Size */
.tbsize-small h1 {font-size:2.4rem;}
.tbsize-large h1 {font-size:4.8rem;} 
.tbsize-small h2 {font-size:2.0rem;}
.tbsize-large h2 {font-size:3.4rem;}  
.tbsize-small h3 {font-size:1.8rem;}
.tbsize-large h3 {font-size:2.8rem;}  
.tbsize-small h4 {font-size:1.4rem;}
.tbsize-large h4 {font-size:2.4rem;}  
.tbsize-small h5 {font-size:1.2rem;}
.tbsize-large h5 {font-size:2.0rem;}  
.tbsize-small h6 {font-size:1rem;}
.tbsize-large h6 {font-size:1.8rem;}  
.tbsize-small p, .ps-tbsize-small p {font-size:0.8rem;}
.tbsize-large p, .ps-tbsize-large p {font-size:1.3rem;}   

/* margin */
.text-block-formatting h1,
.text-block-formatting h2,
.text-block-formatting h3,
.text-block-formatting h4,
.text-block-formatting h5,
.text-block-formatting h6{
  margin:0;
}
.tb-small {font-size:0.75;}
.tb-large {font-size:125%;}  
.tbmargin-default, .ps-tbmargin-default p {margin-bottom:1.5rem;}
.tbmargin-small, .ps-tbmargin-small p {margin-bottom:0.5rem;}
.tbmargin-none, .ps-tbmargin-none p {margin:0;}
.tbalign-left {text-align:left;}
.tbalign-center {text-align:center;}
.tbalign-right {text-align:right;}  

@media screen and (max-width: 1280px) { 
  .tbsize-small h1 {font-size:2.2rem;}
  .tbsize-large h1 {font-size:3.8rem;} 
  .tbsize-small h2 {font-size:1.9rem;}
  .tbsize-large h2 {font-size:3.0rem;}  
  .tbsize-small h3 {font-size:1.7rem;}
  .tbsize-large h3 {font-size:2.6rem;}  
  .tbsize-small h4 {font-size:1.3rem;}
  .tbsize-large h4 {font-size:2.2rem;}  
  .tbsize-small h5 {font-size:1.1rem;}
  .tbsize-large h5 {font-size:1.9rem;}  
  .tbsize-small h6 {font-size:0.9rem;}
  .tbsize-large h6 {font-size:1.6rem;}  
  .tbsize-small p, .ps-tbsize-small p {font-size:0.75rem;}
  .tbsize-large p, .ps-tbsize-large p {font-size:1.2rem;}   
}

@media screen and (max-width: 980px) {  
  .tbsize-small h1 {font-size:2.0rem;}
  .tbsize-large h1 {font-size:3.4rem;} 
  .tbsize-small h2 {font-size:1.8rem;}
  .tbsize-large h2 {font-size:2.8rem;}  
  .tbsize-small h3 {font-size:1.6rem;}
  .tbsize-large h3 {font-size:2.4rem;}  
  .tbsize-small h4 {font-size:1.2rem;}
  .tbsize-large h4 {font-size:2rem;}  
  .tbsize-small h5 {font-size:1rem;}
  .tbsize-large h5 {font-size:1.7rem;}  
  .tbsize-small h6 {font-size:0.85rem;}
  .tbsize-large h6 {font-size:1.5rem;}  
  .tbsize-small p, .ps-tbsize-small p {font-size:0.85rem;}
  .tbsize-large p, .ps-tbsize-large p {font-size:1.1rem;}   
}

@media screen and (max-width: 860px) {  
  .tbsize-small h1 {font-size:1.8rem;}
  .tbsize-large h1 {font-size:3.0rem;} 
  .tbsize-small h2 {font-size:1.6rem;}
  .tbsize-large h2 {font-size:2.6rem;}  
  .tbsize-small h3 {font-size:1.5rem;}
  .tbsize-large h3 {font-size:2.2rem;}  
  .tbsize-small h4 {font-size:1.1rem;}
  .tbsize-large h4 {font-size:1.8rem;}  
  .tbsize-small h5 {font-size:0.9rem;}
  .tbsize-large h5 {font-size:1.6rem;}  
  .tbsize-small h6 {font-size:0.8rem;}
  .tbsize-large h6 {font-size:1.4rem;}  
  .tbsize-small p, .ps-tbsize-small p {font-size:0.75rem;}
  .tbsize-large p, .ps-tbsize-large p {font-size:1.0rem;}   
}



@media screen and (max-width: 768px) {  
  .tbsize-small h1 {font-size:1.8rem;}
  .tbsize-large h1 {font-size:2.8rem;} 
  .tbsize-small h2 {font-size:1.6rem;}
  .tbsize-large h2 {font-size:2.6rem;}  
  .tbsize-small h3 {font-size:1.5rem;}
  .tbsize-large h3 {font-size:2.2rem;}  
  .tbsize-small h4 {font-size:1.1rem;}
  .tbsize-large h4 {font-size:1.8rem;}  
  .tbsize-small h5 {font-size:0.9rem;}
  .tbsize-large h5 {font-size:1.6rem;}  
  .tbsize-small h6 {font-size:0.8rem;}
  .tbsize-large h6 {font-size:1.4rem;}  
  .tbsize-small p, .ps-tbsize-small p {font-size:0.75rem;}
  .tbsize-large p, .ps-tbsize-large p {font-size:1.0rem;}   
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul {
	margin: 0 0 2rem 0;
}

ol {
	margin: 0 0 2rem 1.5rem;
  padding-left:0;
}
  
ol.styledList {
  font-weight:700;
  font-style:italic;
}
ol.styledList span.ol-style {
  font-weight:400;
  font-style:normal;
}


ul {
	list-style: none; 
  padding:0;
}

ol {
	list-style: decimal;
}

li  ul {
	margin-bottom: 0; 
	margin-left: 0;
}

li  ol {  
	margin-bottom: 0;
	margin-left: 1rem; 
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
  
table {
	margin: 0 0 1.5em;
	width: 100%;
}

ul.page-list > li {padding-bottom:0.6rem;}


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

   
#page {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;  
  align-items: stretch;  
  flex: 1;
  min-height: 100vh;   
}

#content {
  flex-grow:1;
}

#Top, #content, #colophon { 
  flex-shrink: 0;
}

#Top {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.outer-container {
  max-width:100%;
  width:100%;
  margin:0;  
}
.outer-container:after {   
	content: "";
	display: table;
	table-layout: fixed;
}
.content-section-container {
  -webkit-display: flex;
  display: flex;
}

.inner-container {
  width:100%;  
  margin:0 auto; 
  padding-top: 20px;
  padding-bottom: 20px;  
  padding-left:0;
  padding-right:0;
}
header.inner-container.remove-padding,
header.inner-container.remove-padding > h1 {
  padding:0;
  margin-bottom:0;
}
.dflt-wdth-full .inner-container,
.dflt-wdth-contained .width-full .inner-container {
  max-width:100%;
}
.flex-columns-4 > article.flex-item-quaruple.post + article.flex-item-quaruple.post,
.flex-columns-3 > article.flex-item-triple.post + article.flex-item-triple.post, 
.flex-columns-2 > article.flex-item-double.post + article.flex-item-double.post, 
.flex-columns-1 > article.flex-item-single.post + article.flex-item-single.post {
  margin-top:4rem; 
}
.widget.inner-container{
  margin-left:auto;
  margin-right:auto;  
}

.inner-container.width-full {
  max-width:100%;
  width: 100%;
}

.header-inner.inner-container {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

#sticky-header .header-inner.inner-container {
  padding-top: 0;
  padding-bottom: 0;  
}


.bg-merge-with-header .site-header {
  position: absolute;
  top: 0;
}
/* Don't merge on smartphone, as we need the content to be BELOW the header' */
@media screen and (max-width: 768px) {
  .bg-merge-with-header .site-header {  
    /*position: static;*/ 
  }
}

.header-inner.inner-container > div,
.header-inner.inner-container > nav {
  margin-top: 10px;
  margin-bottom: 10px;
}
  
.header-vertical.header-reversed.full-width-nav .main-navigation-wrapper {  
  margin-top:0;
}

.header-vertical .header-inner.inner-container > div.logo-place-holder {
  margin:0;  
}
@media screen and (max-width: 768px) {
  div.logo-place-holder {  
    display:none;   
  }
}
.inner-container.no-padding {
  padding:0;
}

.blog-sidebar .blog-wrap .content-area {
  max-width: 70%;
  width: 100%
}

.blog-sidebar .blog-wrap {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  justify-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.blog-sidebar .blog-wrap .sidebar-container {
  max-width:25%;
}

.blog-sidebar .article > .inner-container,
.blog-sidebar .sidebar-container > .inner-container {padding-left:0;padding-right:0;} 


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

  .blog-sidebar .blog-wrap .content-area {
    max-width: 100%;
  }

  .blog-sidebar .blog-wrap .sidebar-container {
    max-width:100%;
  }
}



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


[class^="icon-wbsp-"]:before, 
[class*=" icon-wbsp-"]:before {
  position:absolute;
  margin-right:0.5rem;
  margin-left:-2rem;
  display:inline-block;
  vertical-align:top;
  font-size:2rem;
  line-height:0.9;
} 

[class^="icon-wbsp-"], [class*=" icon-wbsp-"] {margin-left:2rem;} 
[class^="icon-wbsp-"] > span, [class*=" icon-wbsp-"] > span,
[class^="icon-wbsp-"] > a, [class*=" icon-wbsp-"] > a {display:inline-block;}  


.action-button.icon [class^="icon-wbsp-"]::before,
.action-button.icon [class*=" icon-wbsp-"]::before {
 font-size:1.6rem; 
}

li > span.icon-list {margin:0;} 
/*  
.smi [class^="icon-wbsp-"], .smi [class*=" icon-wbsp-"] {margin-left:0;} 
*/

[class*="-asterisk"]:before {font-size:1.2rem;} 
/*
End
*/


.after[class^="icon-wbsp-"]:before, 
.after[class*=" icon-wbsp-"]:before {
  content:'';
  display:none;
}
.after[class^="icon-wbsp-"]::after, .after[class*=" icon-wbsp-"]::after {
	font-family: "webspired" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.after[class^="icon-wbsp-"]::after, .after[class*=" icon-wbsp-"]::after {
	position: absolute;
	margin-left: 0.5rem;
	margin-right: -2rem;
	display: inline-block;
	vertical-align: top;
	font-size: 2rem;
	line-height: 0.9;
}


.sofea .action-button.icon a.button.after {
  padding:0.6rem 2rem 0.6rem 1.2rem; 
}
.icon-wbsp-arrow-tail-right.after::after {
  content: "\e006";
  font-size: 1rem;
  margin-right: -1.3rem;
}

.width-full .header-inner.inner-container {
  max-width:100%;
} 

.full-width-nav .header-inner.inner-container {
}

.flex-container {
  -webkit-display: flex;
  display: flex;
  flex: 1;
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  flex-wrap:wrap;
}  
.flex-container.flex-columns-1 {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
  -webkit-justify-content: flex-start; /* Safari */
  justify-content: flex-start; 
  flex-wrap:nowrap; 
}
.flex-item {
  /*-webkit-display: flex;  
  display: flex;*/
  max-width:100%;
  width:100%;
}

.flex-row > .flex-item {
  margin-bottom: 2rem;
}

.listing .flex-container {
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}
.listing .flex-columns-1 {
  -webkit-align-content: flex-start;
  align-content: flex-start;
}


.flex-columns-1 > .flex-item, .flex-columns-single > .flex-item {max-width:100%;-webkit-flex:1 1 100%;}

.flex-columns-2 > .flex-item, .flex-columns-double > .flex-item {max-width:47%;-webkit-flex:1 1 47%;}
.flex-columns-2.no-margin > .flex-item, .flex-columns-double.no-margin > .flex-item {max-width:50%;-webkit-flex:1 1 50%;}

.flex-columns-2.no-margin > .flex-item-double, .flex-columns-double.no-margin > .flex-item-double {max-width:100%;-webkit-flex:1 1 100%;}

.flex-columns-3 > .flex-item, .flex-columns-full > .flex-item {max-width:30.4%;-webkit-flex:1 1 30.4%;}
.flex-columns-3.no-margin > .flex-item, .flex-columns-full.no-margin > .flex-item {max-width:calc(100% / 3);-webkit-flex:1 1 calc(100% / 3);}

.flex-columns-full.no-margin > .flex-item-treble, .flex-columns-full.no-margin > .flex-item-treble {max-width:100%;-webkit-flex:1 1 100%;}

.flex-columns-4 > .flex-item {max-width:22.3%;-webkit-flex:1 1 22.3%;}
.flex-columns-4.no-margin > .flex-item {max-width:25%;-webkit-flex:1 1 25%;}

.flex-columns-5 > .flex-item {max-width:17.6%;-webkit-flex:1 1 17.6%;}
.flex-columns-5.no-margin > .flex-item {max-width:20%;-webkit-flex:1 1 20%;}

.flex-columns-6 > .flex-item {max-width:14.5%;-webkit-flex:1 1 14.5%;}
.flex-columns-6.no-margin > .flex-item {max-width:calc(100% / 6);-webkit-flex:1 1 calc(100% / 6);}

/* Multiples */
.flex-columns-2 > .flex-item-double, .flex-columns-double > .flex-item-double {max-width:100%;-webkit-flex: 1 1 100%;}   
.flex-columns-3 > .flex-item-double {max-width:65.2%;-webkit-flex: 1 1 65.2%;}
.flex-columns-3 > .flex-item-treble {max-width:100%;-webkit-flex: 1 1 100%;}
.flex-columns-4 > .flex-item-double {max-width:48.2%;-webkit-flex: 1 1 48.2%;} 
.flex-columns-4 > .flex-item-treble {max-width:74.1%;-webkit-flex: 1 1 74.1%;} 
.flex-columns-4 > .flex-item-quadruple {max-width:100%;-webkit-flex: 1 1 100%;}
.flex-columns-5 > .flex-item-double {max-width:38.2%;-webkit-flex: 1 1 38.2%;}
.flex-columns-5 > .flex-item-treble {max-width:58.8%;-webkit-flex: 1 1 58.8%;} 
.flex-columns-5 > .flex-item-quadruple {max-width:79.4%;-webkit-flex: 1 1 79.4%;} 
.flex-columns-5 > .flex-item-quintuple {max-width:100%;-webkit-flex: 1 1 100%;}
.flex-columns-6 > .flex-item-double {max-width:31.6%;-webkit-flex: 1 1 31.6%;}
.flex-columns-6 > .flex-item-treble {max-width:48.7%;-webkit-flex: 1 1 48.7%;}
.flex-columns-6 > .flex-item-quadruple {max-width:65.8%;-webkit-flex: 1 1 65.8%;}
.flex-columns-6 > .flex-item-quintuple {max-width:82.9%;-webkit-flex: 1 1 82.9%;} 
.flex-columns-6 > .flex-item-sextuple {max-width:100%;-webkit-flex: 1 1 100%;} 

.flex-container > .flex-item.filler {height:0 !important;margin:0 !important;padding:0 !important;}   

.no-margin-items > .flex-item {margin-bottom:0;padding:40px;} 
.no-margin-items.flex-columns-2 > .flex-item {max-width:50%;-webkit-flex: 1 1 50%;} /* gap:4% */
.no-margin-items.flex-columns-3 > .flex-item {max-width:33.3333%;-webkit-flex: 1 1 33.3333%;} /* gap:3.5% */
.no-margin-items.flex-columns-4 > .flex-item {max-width:25%;-webkit-flex: 1 1 25%;}  /* gap:3% */
.no-margin-items.flex-columns-5 > .flex-item {max-width:20%;-webkit-flex: 1 1 20%;} /* gap:2.5% */
.no-margin-items.flex-columns-6 > .flex-item {max-width:16.6666%;-webkit-flex: 1 1 16.6666%;} /* gap:2% */

/* Multiples */
.no-margin-items.flex-columns-2 > .flex-item-double {max-width:100%;-webkit-flex: 1 1 100%;}  
.no-margin-items.flex-columns-3 > .flex-item-double {max-width:66.6666%;-webkit-flex: 1 1 66.6666%;}
.no-margin-items.flex-columns-4 > .flex-item-double {max-width:50%;-webkit-flex: 1 1 50%;}
.no-margin-items.flex-columns-4 > .flex-item-treble {max-width:75%;-webkit-flex: 1 1 75%;}
.no-margin-items.flex-columns-5 > .flex-item-double {max-width:40%;-webkit-flex: 1 1 40%;}
.no-margin-items.flex-columns-5 > .flex-item-treble {max-width:60%;-webkit-flex: 1 1 60%;}
.no-margin-items.flex-columns-5 > .flex-item-quadruple {max-width:80%;-webkit-flex: 1 1 80%;}
.no-margin-items.flex-columns-6 > .flex-item-double {max-width:33.3333%;-webkit-flex: 1 1 33.3333%;}
.no-margin-items.flex-columns-6 > .flex-item-treble {max-width:50%;-webkit-flex: 1 1 50%;}
.no-margin-items.flex-columns-6 > .flex-item-quadruple {max-width:66.6666%;-webkit-flex: 1 1 66.6666%;}
.no-margin-items.flex-columns-6 > .flex-item-quintuple {max-width:83.3333%;-webkit-flex: 1 1 83.3333%;} 

.width-full .no-margin-items.inner-container {padding:0;}
.width-full .no-margin-items.inner-container > .flex-item {margin-bottom:0;}

.flex-container > .flex-item-full-width,
.flex-container > .flex-item-full {  
    max-width: 100%;
    -webkit-flex: 1 1 100%;
}

.flex-columns-full > .flex-item.image {max-width:65.2%;-webkit-flex: 1 1 65.2%;}
.flex-columns-full.no-margin > .flex-item.image {max-width:66.667%;-webkit-flex: 1 1 66.667%;}  


@media screen and (max-width: 768px) {
  /*
  .flex-container:not(.smi):not(.layout-grid), .flex-columns:not(.smi):not(.layout-grid)  {
    -webkit-flex-direction: column; 
    flex-direction:         column; 
  }
  */
  .site-info .flex-columns {
    -webkit-flex-direction: row; /* Safari */
    flex-direction:         row; 
  }
  .flex-columns:not(.smi) > .flex-item,
  .flex-container:not(.smi) > .flex-item,
  .no-margin-items.flex-columns > .flex-item,
  .no-margin-items.flex-container > .flex-item,
  .flex-columns-double > .flex-item {
    max-width:100%;-webkit-flex: 1 1 100%;     
  }
}

@media screen and (max-width: 960px) {
  
  .break-960 > .inner-container > .flex-container  {
    -webkit-flex-direction: column; 
    flex-direction:         column;  
  }
  .break-960 > .inner-container > .flex-container > .flex-item {
    max-width:100%;
  }
  
  .break-960 > .hero-section > .flex-container  {
    -webkit-flex-direction: column; 
    flex-direction:         column;  
  }
  
  .break-960 > .hero-section > .flex-container > .flex-item {
    max-width:100%;
  }
  
  
  
}

.cta-flex-container > .flex-item {
  display:flex;
  align-self:stretch; 
}


@media screen and (max-width: 920px) {
  .cta-container .no-margin-items.flex-container.flex-columns-3 > .flex-item {
    max-width:100%;-webkit-flex: 1 1 100%;     
  }
}

.h-align-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.h-align-center {
  -webkit-justify-content:center;
  justify-content:center;
}
.h-align-right {
  -webkit-justify-content:flex-end;
  justify-content:flex-end;  
}
.h-align-justify {
  -webkit-justify-content:space-between;
  justify-content:space-between;
}
.equal-height-items {
  -webkit-align-items:normal;
  align-items:normal;
}
.v-align-top {
  -webkit-align-items:flex-start;
  align-items:flex-start;
}
.v-align-middle {
  -webkit-align-items:center;
  align-items:center;
}
.v-align-bottom {
  -webkit-align-items:flex-end;
  align-items:flex-end;  
}

.equal-height-items {
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
}
.equal-height-items > .flex-item {
  -webkit-display: flex;         
  display: flex;            
  -webkit-flex-direction: column;   
  flex-direction: column; 
}
.equal-height-items.v-align-top > .flex-item {
  -webkit-justify-content: flex-start;  
  justify-content: flex-start;  
}
.equal-height-items.v-align-middle > .flex-item {
  -webkit-justify-content: center;  
  justify-content: center;  
}
.equal-height-items.v-align-bottom > .flex-item {
  -webkit-justify-content: flex-end;  
  justify-content: flex-end;  
}



.layout-horizontal {
  -webkit-flex-direction: row;
  flex-direction: row;
}
.layout-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.row-reversed {
  -webkit-flex-direction:row-reverse;
  flex-direction:row-reverse;
}
@media screen and (max-width:768px) {
  .column-reversed {
    -webkit-flex-direction:column-reverse;
    flex-direction:column-reverse;
  }
}



.header-horizontal .header-inner {
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
}
.header-vertical .header-inner {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}

.header-horizontal.header-reversed .header-inner {  
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;  
}
.header-vertical.header-reversed .header-inner {
  -webkit-flex-direction: column-reverse; /* Safari */
  flex-direction:         column-reverse;   
} 

/* Add contingency for a screen-wide nav */ 
.header-vertical .header-inner,
.header-vertical .header-inner .main-navigation-wrapper {
  max-width: 100%;
}

.header-vertical.full-width-nav .header-inner .main-navigation-wrapper {
  width: 100%;
}
.header-vertical.full-width-nav .header-inner {
  max-width:100%;  
}

.header-vertical .header-inner .site-branding-wrapper,
.header-vertical .header-inner .main-navigation {
  width: auto;
  margin-left:0;
  margin-right:0;
}
.header-vertical .header-inner .site-branding-wrapper {  
  width:100%;  
}
.header-section.width-full .header-inner .site-branding-wrapper { 
  max-width: 100%; 
  width:100%; 
}

.header-vertical.full-width-nav .site-branding-wrapper { 
  padding-left:0;
  padding-right:0;
  margin-left:auto;
  margin-right:auto;
}

.header-vertical.full-width-nav .header-inner .main-navigation {
  max-width:100%;  
  padding-left:0;
  padding-right:0;
  margin-left:auto;
  margin-right:auto;
}

.header-vertical.header-not-reversed.full-width-nav .header-inner.inner-container {
  padding-bottom:0;
}
.header-vertical.header-not-reversed.full-width-nav .main-navigation-wrapper {
  margin-bottom:0;
}

.header-horizontal .header-inner {
  -webkit-justify-content: space-between;
  justify-content: space-between;   
}


.header-vertical.header-horizontal-align-both-left .header-inner .site-branding-wrapper,
.header-vertical.header-horizontal-align-both-left .header-inner .main-navigation,
.header-vertical.header-horizontal-align-logo-left-nav-right .header-inner .site-branding-wrapper,
.header-vertical.header-horizontal-align-logo-right-nav-left .header-inner .main-navigation {
  -webkit-display:flex;
  display:flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;   
}


.header-vertical.header-horizontal-align-center .header-inner .site-branding-wrapper,
.header-vertical.header-horizontal-align-center .header-inner .main-navigation {
  -webkit-display:flex;
  display:flex;
  -webkit-justify-content: center;
  justify-content: center;   
}

.header-vertical.header-horizontal-align-both-right .header-inner .site-branding-wrapper,
.header-vertical.header-horizontal-align-both-right .header-inner .main-navigation,
.header-vertical.header-horizontal-align-logo-right-nav-left .header-inner .site-branding-wrapper,
.header-vertical.header-horizontal-align-logo-left-nav-right .header-inner .main-navigation {
  -webkit-display:flex;
  display:flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;   
}

.header-vertical.smi-in-header .header-inner .site-branding-wrapper {
  -webkit-justify-content: space-between;
  justify-content: space-between;   
}

.header-vertical.header-horizontal-align-left .header-inner {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;   
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header-vertical.header-horizontal-align-center .header-inner {
  -webkit-justify-content: center;
  justify-content: center; 
  -webkit-align-items: center;
  align-items: center;
}
.header-vertical.header-horizontal-align-right .header-inner {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; 
  -webkit-align-items: flex-end;
  align-items: flex-end;  
} 


.header-horizontal.header-vertical-align-top .header-inner { 
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header-horizontal.header-vertical-align-middle .header-inner { 
  -webkit-align-items: center;
  align-items: center;  
}
.header-horizontal.header-vertical-align-bottom .header-inner { 
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.header-horizontal-layout-adj-left .header-inner { 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
.header-horizontal-layout-adj-center .header-inner {  
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.header-horizontal-layout-adj-right .header-inner {  
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
}

.header-horizontal-align-logo-left-nav-right .main-navigation li:last-child:not(.highlight) > a {
  padding-right:0;
}


.flex-columns.reverse,
.flex-container.reverse {
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;  
}
.flex-columns.reverse-mobile,
.flex-container.reverse-mobile {
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;  
}

@media screen and (max-width: 768px) {
  .flex-columns.reverse,
  .flex-container.reverse {  
    -webkit-flex-direction: column-reverse; /* Safari */
    flex-direction:         column-reverse;  
  }
  .flex-columns.reverse-desktop,
  .flex-container.reverse-desktop {
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;  
  }
}  

.header-section {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column;
}
.hero-section {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-grow:1;
  flex-grow:1;
}
.hero-section-inner, 
.hero-section-inner > .flex-item {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-grow:1;
  flex-grow:1;
}

.branding-wrapper > .site-branding {
  flex-grow:1;
}
.site-branding > h1, .site-branding > p {
  margin:0;
}
.site-branding > p.site-description {
  margin-left:20px;
}
@media screen and (max-width: 768px) {
  .site-branding > p.site-description {
    margin-left:0;
  }
}

.wbsp-box {
  border-radius:10px;
}

.hero-section-inner.flex-container {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.hero-section.hero-image {
  background-size:cover;
  background-repeat:no-repeat;
}
.hero-image {
  padding:40px;
}

.hero-text {
  -webkit-flex-direction:column;
  flex-direction:column;
  padding:40px;
}
.hero-text.v-align-top {
  -webkit-justify-content:flex-start;
  justify-content:flex-start;
}
.hero-text.v-align-middle {
  -webkit-justify-content:center;
  justify-content:center;
}
.hero-text.v-align-bottom {
  -webkit-justify-content:flex-end;
  justify-content:flex-end;
}

.flex-item.anchor-button > .action-link-group {
  flex:1;
}
.flex-item.no-anchor-button > .action-link-group {
  flex:0;
}

@media screen and (max-width: 768px) {
  .hero-text {
    padding:30px;
  }  
}
.hero-text.anchor-button {
  height:100%;
}
.hero-text.text-width.contained {
  padding-left:60px;padding-right:60px;
}
.row-reversed .hero-text.text-width.contained {
  padding-left:60px;padding-right:60px;
}  
.section-width.full .hero-text.text-width.contained {
  padding-right:0;
} 
.section-width.full .row-reversed .hero-text.text-width.contained {
  padding-left:0;
}


.content-box {
  flex-grow:1;
}


.equal-height-items > .flex-item > .content-box {
  height:100%;
  margin-bottom:0;
  -webkit-display:flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column; 
}
.equal-height-items .content-box .item-content {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column; 
  height: 100%;
}

.equal-height-items .content-box .item-content .action-link-group {
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

/* Section Content */
.bg-image {
  background-size:cover;
  min-height:100%;
}


/* Action Buttons */
.action-button-group {
	width: 100%;
  margin-top:2rem;
}
.action-link-group {
  gap:1rem;
}
.action-button {
  margin: 0;  
}
.action-button.h-align-right {
  margin: 0;  
}
/*
.action-button + .action-button {
  margin-left:1.4rem;
  text-align:center;
}   
.card .action-button + .action-button.secondary {
  margin-left:0;
  margin-top:0.5rem;  
}
*/
.action-button:before, .action-button:after { 
	content: "";
	display: table;
	table-layout: fixed;
}

.action-button a.button {
  font-size: 0.9rem;
	line-height: 1;
  background-color:#4a5a6a;
  padding:1em;
  text-transform:uppercase;  
  text-align:center;
  display:block;
  text-decoration:none;
  border-radius:10em;
  min-width:180px;
}

.action-link-group.text-links {
  margin-top:1.5rem;
}

/*
.flex-columns.reverse-desktop {
  -webkit-flex-direction: row-reverse; 
  flex-direction:         row-reverse;  
}

@media screen and (max-width: 768px) {
  .flex-columns.reverse-both,
  .flex-columns.reverse-mobile {
    -webkit-flex-direction: column-reverse; 
    flex-direction:         column-reverse;  
  }
  .flex-columns.reverse-desktop {
    -webkit-flex-direction: column;
    flex-direction:         column;  
  }
}@media screen and (min-width: 768px) {
  .flex-columns.reverse-desktop {
    -webkit-flex-direction: row-reverse; 
    flex-direction:         row-reverse;    
  }
  .flex-columns.reverse-mobile {
    -webkit-flex-direction: row; 
    flex-direction:         row;  
  }
}
*/

.site-branding-wrapper {
  -webkit-align-items:flex-end;
  align-items:flex-end;
}
.header-section.header-horizontal .site-branding {margin-right:20px; margin-left:0;}
.header-section.header-horizontal.header-reversed .site-branding {margin-right:0; margin-left:20px;}
.header-section.header-vertical .site-branding, 
.header-section.header-vertical.header-reversed .site-branding {margin-right:0; margin-left:0;}
.header-horizontal.header-horizontal-layout-adj-center .header-inner .site-branding,
.header-horizontal.header-horizontal-layout-adj-center .header-inner .main-navigation {margin-right:10px; margin-left:10px;}     
.site-branding {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.strapline .site-branding {
  -webkit-display:flex;
  display:flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.site-title + .site-description {margin-left:1rem;}
p.site-title, p.site-description {margin-bottom:0;line-height:1;}

.content-width-percent.content-width-5 {max-width:5%;}
.content-width-percent.content-width-10 {max-width:10%;}
.content-width-percent.content-width-15 {max-width:15%;}
.content-width-percent.content-width-20 {max-width:20%;}
.content-width-percent.content-width-25 {max-width:25%;}
.content-width-percent.content-width-30 {max-width:30%;}
.content-width-percent.content-width-35 {max-width:35%;}
.content-width-percent.content-width-40 {max-width:40%;}
.content-width-percent.content-width-45 {max-width:45%;}
.content-width-percent.content-width-50 {max-width:50%;}
.content-width-percent.content-width-55 {max-width:55%;}
.content-width-percent.content-width-60 {max-width:60%;}
.content-width-percent.content-width-65 {max-width:65%;}
.content-width-percent.content-width-70 {max-width:70%;}
.content-width-percent.content-width-75 {max-width:75%;}
.content-width-percent.content-width-80 {max-width:80%;}
.content-width-percent.content-width-85 {max-width:85%;}
.content-width-percent.content-width-90 {max-width:90%;}
.content-width-percent.content-width-95 {max-width:95%;}
.content-width-percent.content-width-100 {max-width:100%;}  

@media screen and (max-width: 1200px) {
  .content-width-percent.content-width-5 {max-width:25%;}
  .content-width-percent.content-width-10 {max-width:29%;}
  .content-width-percent.content-width-15 {max-width:33%;}
  .content-width-percent.content-width-20 {max-width:37%;}
  .content-width-percent.content-width-25 {max-width:41%;}
  .content-width-percent.content-width-30 {max-width:45%;}
  .content-width-percent.content-width-35 {max-width:49%;}
  .content-width-percent.content-width-40 {max-width:53%;}
  .content-width-percent.content-width-45 {max-width:57%;}
  .content-width-percent.content-width-50 {max-width:61%;}
  .content-width-percent.content-width-55 {max-width:65%;}
  .content-width-percent.content-width-60 {max-width:69%;}
  .content-width-percent.content-width-65 {max-width:73%;}
  .content-width-percent.content-width-70 {max-width:77%;}
  .content-width-percent.content-width-75 {max-width:81%;}
  .content-width-percent.content-width-80 {max-width:85%;}
  .content-width-percent.content-width-85 {max-width:89%;}
  .content-width-percent.content-width-90 {max-width:93%;}
  .content-width-percent.content-width-95 {max-width:97%;}
  .content-width-percent.content-width-100 {max-width:100%;}  
}

@media screen and (max-width: 768px) {
  .content-width-percent.content-width-5 {max-width:44%;}
  .content-width-percent.content-width-10 {max-width:47%;}
  .content-width-percent.content-width-15 {max-width:50%;}
  .content-width-percent.content-width-20 {max-width:53%;}
  .content-width-percent.content-width-25 {max-width:56%;}
  .content-width-percent.content-width-30 {max-width:59%;}
  .content-width-percent.content-width-35 {max-width:62%;}
  .content-width-percent.content-width-40 {max-width:65%;}
  .content-width-percent.content-width-45 {max-width:68%;}
  .content-width-percent.content-width-50 {max-width:71%;}
  .content-width-percent.content-width-55 {max-width:74%;}
  .content-width-percent.content-width-60 {max-width:77%;} 
  .content-width-percent.content-width-65 {max-width:80%;}
  .content-width-percent.content-width-70 {max-width:83%;}
  .content-width-percent.content-width-75 {max-width:86%;}
  .content-width-percent.content-width-80 {max-width:89%;}
  .content-width-percent.content-width-85 {max-width:92%;}
  .content-width-percent.content-width-90 {max-width:95%;}
  .content-width-percent.content-width-95 {max-width:98%;}
  .content-width-percent.content-width-100 {max-width:100%;}  
}

@media screen and (max-width: 600px) {
  .content-width-percent.content-width-5 {max-width:62%;}
  .content-width-percent.content-width-10 {max-width:64%;}
  .content-width-percent.content-width-15 {max-width:66%;}
  .content-width-percent.content-width-20 {max-width:68%;}
  .content-width-percent.content-width-25 {max-width:70%;}
  .content-width-percent.content-width-30 {max-width:72%;}
  .content-width-percent.content-width-35 {max-width:74%;}
  .content-width-percent.content-width-40 {max-width:76%;}
  .content-width-percent.content-width-45 {max-width:78%;}
  .content-width-percent.content-width-50 {max-width:80%;}  
  .content-width-percent.content-width-55 {max-width:82%;}
  .content-width-percent.content-width-60 {max-width:84%;} 
  .content-width-percent.content-width-65 {max-width:86%;}
  .content-width-percent.content-width-70 {max-width:88%;}
  .content-width-percent.content-width-75 {max-width:90%;}
  .content-width-percent.content-width-80 {max-width:92%;}
  .content-width-percent.content-width-85 {max-width:94%;}
  .content-width-percent.content-width-90 {max-width:96%;}
  .content-width-percent.content-width-95 {max-width:98%;}
  .content-width-percent.content-width-100 {max-width:100%;}  
}

@media screen and (max-width: 480px) {
  .content-width-percent[class^="content-width-"], .content-width-percent[class*=" content-width-"] {max-width:100%;} 
}

@media screen and (min-width: 769px) { 
.item-height-desktop-100 {min-height: 100vh;}
.item-height-desktop-95 {min-height: 95vh;} 
.item-height-desktop-90 {min-height: 90vh;} 
.item-height-desktop-85 {min-height: 85vh;}    
.item-height-desktop-80 {min-height: 80vh;} 
.item-height-desktop-75 {min-height: 75vh;} 
.item-height-desktop-70 {min-height: 70vh;} 
.item-height-desktop-65 {min-height: 65vh;}   
.item-height-desktop-60 {min-height: 60vh;}  
.item-height-desktop-55 {min-height: 55vh;}  
.item-height-desktop-50 {min-height: 50vh;} 
.item-height-desktop-45 {min-height: 45vh;}  
.item-height-desktop-40 {min-height: 40vh;} 
.item-height-desktop-35 {min-height: 35vh;}
.item-height-desktop-30 {min-height: 30vh;} 
.item-height-desktop-25 {min-height: 25vh;} 
.item-height-desktop-20 {min-height: 20vh;} 
.item-height-desktop-15 {min-height: 15vh;} 
.item-height-desktop-10 {min-height: 10vh;} 
.item-height-desktop-5 {min-height: 5vh;} 
}

@media screen and (max-width: 768px) {
  .item-height-mobile-100 {min-height: 100vh;}
  .item-height-mobile-95 {min-height: 95vh;} 
  .item-height-mobile-90 {min-height: 90vh;} 
  .item-height-mobile-85 {min-height: 85vh;} 
  .item-height-mobile-80 {min-height: 80vh;} 
  .item-height-mobile-75 {min-height: 75vh;} 
  .item-height-mobile-70 {min-height: 70vh;} 
  .item-height-mobile-65 {min-height: 65vh;} 
  .item-height-mobile-60 {min-height: 60vh;}  
  .item-height-mobile-55 {min-height: 55vh;}  
  .item-height-mobile-50 {min-height: 50vh;} 
  .item-height-mobile-45 {min-height: 45vh;} 
  .item-height-mobile-40 {min-height: 40vh;} 
  .item-height-mobile-35 {min-height: 35vh;}
  .item-height-mobile-30 {min-height: 30vh;} 
  .item-height-mobile-25 {min-height: 25vh;} 
  .item-height-mobile-20 {min-height: 20vh;} 
  .item-height-mobile-15 {min-height: 15vh;} 
  .item-height-mobile-10 {min-height: 10vh;} 
  .item-height-mobile-5 {min-height: 5vh;} 
}  

.hero-section-inner.flex-columns {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex-container.h-pos-left.v-pos-top { /* 1 */
  -webkit-justify-content: flex-start;
  justify-content: flex-start; 
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-container.h-pos-left.v-pos-middle { /* 2 */  
  -webkit-justify-content: flex-start;
  justify-content: flex-start;  
  -webkit-align-items: center;
  align-items: center; 
}
.flex-container.h-pos-left.v-pos-bottom { /* 3 */  
  -webkit-justify-content: flex-start;
  justify-content: flex-start; 
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-container.h-pos-center.v-pos-top { /* 4 */
  -webkit-justify-content: center;
  justify-content: center;   
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex-container.h-pos-center.v-pos-middle { /* 5 */
  -webkit-justify-content: center;
  justify-content: center;    
  -webkit-align-items: center;
  align-items: center; 
}
.flex-container.h-pos-center.v-pos-bottom { /* 6 */
  -webkit-justify-content: center;
  justify-content: center; 
  -webkit-align-items: flex-end;
  align-items: flex-end;  
}
.flex-container.h-pos-right.v-pos-top { /* 7 */
  -webkit-justify-content: flex-end;
  justify-content: flex-end; 
  -webkit-align-items: flex-start;
  align-items: flex-start; 
}
.flex-container.h-pos-right.v-pos-middle { /* 8 */
  -webkit-justify-content: flex-end;
  justify-content: flex-end;   
  -webkit-align-items: center;
  align-items: center; 
}
.flex-container.h-pos-right.v-pos-bottom { /* 9 */
  -webkit-justify-content: flex-end;
  justify-content: flex-end; 
  -webkit-align-items: flex-end;
  align-items: flex-end; 
}


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

  
  .flex-container.h-pos-left.v-pos-top { /* 1 */
    -webkit-justify-content: flex-start;
    justify-content: flex-start; 
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-container.h-pos-left.v-pos-middle { /* 2 */  
    -webkit-justify-content: center;
    justify-content: center;  
    -webkit-align-items: flex-start;
    align-items: flex-start; 
  }
  .flex-container.h-pos-left.v-pos-bottom { /* 3 */  
    -webkit-justify-content: flex-end;
    justify-content: flex-end; 
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-container.h-pos-center.v-pos-top { /* 4 */
    -webkit-justify-content: flex-start;
    justify-content: flex-start;   
    -webkit-align-items: center;
    align-items: center;
  }
  .flex-container.h-pos-center.v-pos-middle { /* 5 */
    -webkit-justify-content: center;
    justify-content: center;    
    -webkit-align-items: center;
    align-items: center; 
  }
  .flex-container.h-pos-center.v-pos-bottom { /* 6 */
    -webkit-justify-content: flex-end;
    justify-content: flex-end; 
    -webkit-align-items: center;
    align-items: center;  
  }
  .flex-container.h-pos-right.v-pos-top { /* 7 */
    -webkit-justify-content: flex-start;
    justify-content: flex-start; 
    -webkit-align-items: flex-end;
    align-items: flex-end; 
  }
  .flex-container.h-pos-right.v-pos-middle { /* 8 */
    -webkit-justify-content: center;
    justify-content: center;   
    -webkit-align-items: flex-end;
    align-items: flex-end; 
  }
  .flex-container.h-pos-right.v-pos-bottom { /* 9 */
    -webkit-justify-content: flex-end;
    justify-content: flex-end; 
    -webkit-align-items: flex-end;
    align-items: flex-end; 
  }
  
  /*
  .flex-container.h-pos-left {  
    -webkit-justify-content: flex-start;
    justify-content: flex-start;   
  }
  .flex-container.h-pos-center {
    -webkit-justify-content: center;
    justify-content: center;   
  }
  .flex-container.h-pos-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;  
  }
  .flex-container.v-pos-top { 
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .flex-container.v-pos-middle {  
    -webkit-align-items: center;
    align-items: center;  
  }
  .flex-container.v-pos-bottom {  
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  */
  
}

/*
.v-pos-top {
    -webkit-align-items: flex-start; 
    align-items: flex-start; 
}
.v-pos-middle {
    -webkit-align-items: center;
    align-items: center; 
}
.v-pos-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end; 
}
*/  



.cta-flex-container.v-pos-top > .flex-item {
    -webkit-align-items: flex-start; 
    align-items: flex-start; 
}
.cta-flex-container.v-pos-middle > .flex-item {
    -webkit-align-items: center;
    align-items: center; 
}
.cta-flex-container.v-pos-bottom > .flex-item {
    -webkit-align-items: flex-end;
    align-items: flex-end; 
}

.cta-flex-container.align-buttons-bottom > .flex-item > .item-content {
  -webkit-display: flex;
  display:flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;  
}
.cta-flex-container.align-buttons-bottom .flexgrow {
  flex-grow:1;
}


.content-align-left h1,
.content-align-left h2,
.content-align-left h3,
.content-align-left h4,
.content-align-left h5,
.content-align-left h6,
.content-align-left p {
  text-align:left;
}
.content-align-center h1,
.content-align-center h2,
.content-align-center h3,
.content-align-center h4,
.content-align-center h5,
.content-align-center h6,
.content-align-center p {
  text-align:center;
}
.content-align-right h1,
.content-align-right h2,
.content-align-right h3,
.content-align-right h4,
.content-align-right h5,
.content-align-right h6,
.content-align-right p {
  text-align:right;
}


.ct-btn-scroll {
  width: 49px;
  height: 49px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  /*
  left: calc(25% - 24px);
  right: auto;*/
  margin: auto;
  /*padding-top: 500px;*/
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s ease-in-out; 
  transition: background-color 0.25s ease-in-out;
}
 
.scroll-down-arrow {width:48px;height:48px;display:block;font-weight: 300;z-index:100;}
.scroll-down-arrow:after {width:100%;height:100%;position: absolute;text-align:center;content: '\E004';display: block;transform: rotate(180deg);font-size: 36px;font-weight: 400;line-height:1.5;border-radius:50%;bottom:5vh;} 

@media screen and (max-width: 768px) {
  .ct-btn-scroll, .ct-btn-scroll:after {  
    display:none;  
  }
}


.item-content {
  max-width:100%;width:100%; 
}

p.contact-item {margin-bottom:0.5rem;}
p.contact-item + br {display:none;} 
.contact-item.contact-email-address a { 
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {  
	border: none;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-size: 0.85rem;
  font-weight:600;
	line-height: 1;
	padding: 0.6rem 1.2rem 0.4rem;
  text-transform: uppercase;
} 

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 2px solid;
	border-radius: 0;
	padding: 3px;
  max-width: 20%;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	font-weight: 600;
} 

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.action-button {text-align:center;}
.action-button:before, .action-button:after { 
	content: "";
	display: table;
	table-layout: fixed;
}

.action-button a.button {
  font-size: 16px;
  font-size: 1.2rem;
	line-height: 1;
	padding: 10px 24px;
  text-transform:uppercase;
  text-align:center;
  margin-top:1rem;
  letter-spacing:0;
  font-weight: 700;
  display:block;
  min-width:180px;  
  text-decoration:none;
}

.action-button-group {
  margin:2rem 0 0;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;  
}
.content-align-left > .action-button-group {
  -webkit-justify-content: left;
  justify-content: left;
}
.content-align-center > .action-button-group {
  -webkit-justify-content: center;
  justify-content: center;
}
.content-align-right > .action-button-group {
  -webkit-justify-content: right;
  justify-content: right;
}

.action-button-group > .action-button {
  margin:0 10px;
}

.content-align-left > .action-button-group > .action-button:first-child {
  margin-left:0;
}

.content-align-right > .action-button-group > .action-button:last-child { 
  margin-right:0;
}

.action-button.h-align-left {
  text-align:left;
}
.action-button.h-align-right {
  text-align:right;
}


.anchor-buttons > .flex-item:not(.heading-item) {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-direction:column;
  flex-direction:column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding:5rem 40px;
}
.anchor-buttons > .flex-item > .action-link-group {
  margin-top: auto;
  align-items: flex-end;
}




/*

.page-numbers {
	display: inline-block;
	padding: 10px 20px;
	margin: 0 2px 0 0;  
	line-height: 1;
	text-decoration: none;
	border-radius: 10em;
	font-weight: 600;
  background-color:#99ca43;
}
.page-numbers.current,
a.page-numbers:hover {
	background: #f9f9f9;
}

*/



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

.wbsp form {
  width:100%;
  margin:0 auto;
  text-align:left;
}

.wbsp ._form-title {
  line-height:1.1; 
  font-weight:700;
} 

.wbsp ._html-code {
  line-height:1.1;
}
.wbsp ._form_element {
  margin-bottom:1.5rem;  
}
._form-branding {
  display:none;
}

.wbsp label {font-weight:600;}
.wbsp span > label {font-weight:400;font-size:85%;} 


.wbsp .action-button.align-left {text-align:left;}
.wbsp .action-button.align-center {text-align:center;}
.wbsp .action-button.align-right {text-align:right;}

.wbsp .action-button:before, .wbsp .action-button:after { 
	content: "";
	display: table;
	table-layout: fixed;
}

.wbsp form button,
.wbsp button.submitButton,
.wbsp .action-button a.button,
.wbsp input[type="button"],
.wbsp input[type="reset"],
.wbsp input[type="submit"],
.action-button a.button {
  font-size: 16px;
  font-size: 1.2rem;
	line-height: 1;
	padding: 10px 24px;
  text-transform:uppercase;
  text-align:center;
  margin-top:1rem;
  letter-spacing:0;
  font-weight: 700;
  display:inline-block;
  min-width:180px;  
  text-decoration:none;
}
.wbsp .search-form input[type="submit"] {  
    min-width: 120px;
    margin-top:0.5rem;
}

.wbsp .action-button.action-button-icons a.button {  
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:320px;
}

.wbsp form button:hover,
.wbsp button.submitButton:hover,
.wbsp input[type="button"]:hover,
.wbsp input[type="reset"]:hover,
.wbsp input[type="submit"]:hover {
  
}

.wbsp form button:active, .wbsp form button:focus,
.wbsp button.submitButton:active,.wbsp button.submitButton:focus,
.wbsp input[type="button"]:active,
.wbsp input[type="button"]:focus,
.wbsp input[type="reset"]:active,
.wbsp input[type="reset"]:focus,
.wbsp input[type="submit"]:active,
.wbsp input[type="submit"]:focus {
  
}

.wbsp input[type="text"],
.wbsp input[type="email"],
.wbsp input[type="url"],
.wbsp input[type="password"],
.wbsp input[type="search"],
.wbsp input[type="number"],
.wbsp input[type="tel"],
.wbsp input[type="range"],
.wbsp input[type="date"],
.wbsp input[type="month"],
.wbsp input[type="week"],
.wbsp input[type="time"],
.wbsp input[type="datetime"],
.wbsp input[type="datetime-local"],
.wbsp input[type="color"],
.wbsp textarea {
  
  
	border-radius: 0;
	padding: 3px;
  max-width: 100%;   
  width:100%;
}

.wbsp input[type="text"]:focus,
.wbsp input[type="email"]:focus,
.wbsp input[type="url"]:focus,
.wbsp input[type="password"]:focus,
.wbsp input[type="search"]:focus,
.wbsp input[type="number"]:focus,
.wbsp input[type="tel"]:focus,
.wbsp input[type="range"]:focus,
.wbsp input[type="date"]:focus,
.wbsp input[type="month"]:focus,
.wbsp input[type="week"]:focus,
.wbsp input[type="time"]:focus,
.wbsp input[type="datetime"]:focus,
.wbsp input[type="datetime-local"]:focus,
.wbsp input[type="color"]:focus,
.wbsp textarea:focus {
  font-weight:700;
}

.wbsp .bgcol-bright input[type="text"],
.wbsp .bgcol-bright input[type="email"],
.wbsp .bgcol-bright input[type="url"],
.wbsp .bgcol-bright input[type="password"],
.wbsp .bgcol-bright input[type="search"],
.wbsp .bgcol-bright input[type="number"],
.wbsp .bgcol-bright input[type="tel"],
.wbsp .bgcol-bright input[type="range"],
.wbsp .bgcol-bright input[type="date"],
.wbsp .bgcol-bright input[type="month"],
.wbsp .bgcol-bright input[type="week"],
.wbsp .bgcol-bright input[type="time"],
.wbsp .bgcol-bright input[type="datetime"],
.wbsp .bgcol-bright input[type="datetime-local"],
.wbsp .bgcol-bright input[type="color"],
.wbsp .bgcol-bright textarea {
}

.wbsp select {
}

.wbsp textarea {
	width: 100%;
  min-height:120px;
}

.wbsp .action-button .abicon {max-width:80px;width:100%;display:inline-block;font-weight: 300;margin: 0 10px 0 0;vertical-align: bottom;}
.wbsp .action-button .abicon > span {display:block;background:url(images/direct-debit.svg) no-repeat left top;background-size:100%;width:100%;padding-top:32.5%;height:0;text-indent:100%;white-space: nowrap;overflow: hidden;} 
.wbsp .action-button .button:hover .abicon > span, .wbsp .action-button .button:focus .abicon > span {background-image:url(images/direct-debit-white.svg);}   



/* http://www.tipue.com/blog/radio-checkbox/ */

._checkbox-radio,
.mc-field-group .checkbox {
  display:flex;
  align-items:center;
  margin-top:5px;
}
._checkbox-radio > input,
.mc-field-group .checkbox > input
{
  -webkit-appearance: none;
  -moz-appearance: none;  
  appearance: none;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;   
  border: 2px solid; 
  cursor: pointer;  
  margin:0;
  margin-right: 7px;
  outline: none;
}
._checkbox-radio > input:checked::before,
.mc-field-group .checkbox > input:checked::before
{
  position: absolute;
}
._field_type_checkbox ._checkbox-radio > input:checked::before,
.mc-field-group .checkbox > input:checked::before {
  content: '\E01F';
  transform: rotate(40deg); 
  font-size:16px;
  line-height: 0.25;
  left: 3px;
  top: 4px;
  font-weight:700;
}

._checkbox-radio > input:hover,
.mc-field-group .checkbox > input:hover
{
  
}

._checkbox-radio > label,
.mc-field-group > label.checkbox
{
  /*font: 15px/1.7 'tablet-gothic', sans-serif;   
  color: #fff;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;  
  margin: 0 !important; 
} 
._field_type_checkbox ._checkbox-radio > input
{
  border-radius: 3px;
}
._field_type_radio ._checkbox-radio > input
{
  border-radius: 10px;
  border: 2px solid;
}
._field_type_radio ._checkbox-radio > input:checked {
    border-width: 7px;
}  
._checkbox-radio > input[type][disabled]
{
  cursor: default;
} 
._checkbox-radio > input[type][disabled] + label
{
  cursor: default;
}

.hidden {display:none;}

._error-inner {text-transform:uppercase;font-size:70%;font-weight:600;padding:2px 4px;display:inline-block;margin:2px 5px 2px 0;}

.box form {padding:40px;}



/*********************
http://blog.karenmenezes.com/2014/nov/1/another-pure-css-checkbox-article/
********************/

.wbsp :not(.cli-slider) input[type="checkbox"] {
    opacity: 0;
    position: absolute;   
}

.wbsp :not(.cli-slider) input[type="checkbox"], .wbsp :not(.cli-slider) input[type="checkbox"] + span > label:not(.cli-slider) {  
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
		margin-left:0;
    cursor: pointer;
}

.wbsp :not(.cli-switch) input[type="checkbox"] + span > label:not(.cli-slider), 
.wbsp :not(.cli-switch) input[type="checkbox"] + label:not(.cli-slider) {
  position: relative;
  outline: none !important;
}

.wbsp :not(.cli-switch) input[type="checkbox"] + span > label:not(.cli-slider):before,
.wbsp :not(.cli-switch) input[type="checkbox"] + label:not(.cli-slider):before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  padding: 3px 0 0;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  border: 2px solid;
}

.wbsp :not(.cli-slider) input[type="checkbox"]:checked + span > label:not(.cli-slider):before,
.wbsp :not(.cli-slider) input[type="checkbox"]:checked + label:not(.cli-slider):before {
  content: "\E01F";  
  font-family: 'webspired';
  line-height:0.9; 
  border:none;
}

.wbsp :not(.cli-slider) input[type="checkbox"]:focus + span > label:not(.cli-slider),
.wbsp :not(.cli-slider) input[type="checkbox"]:focus + label:not(.cli-slider) {
  outline: 1px solid #ddd; /* focus style */
}

.wbsp label {
}

/*  */

.wbsp .radio-custom {
    opacity: 0;
    position: absolute;   
}

.wbsp .radio-custom, .wbsp .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.wbsp .radio-custom-label {
    position: relative;
}

.wbsp .radio-custom + .wbsp .radio-custom-label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;  
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.wbsp .radio-custom + .wbsp .radio-custom-label:before {  
    border-radius: 50%;
}

.wbsp .radio-custom:checked + .wbsp .radio-custom-label:before {
    content: " ";
    font-family: 'webspired';
}

.wbsp .radio-custom:focus + .wbsp .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}


.wbsp fieldset {
  padding:0;
  margin:0;
  border:none;
}


.wbsp .mejs-controls {width:100%;}

.cta-icon {text-align:center;margin-bottom:2rem;}   
h2.cta-title {text-align:center;line-height:1.1;}
h2.cta-section-name, h3.cta-section-name {margin:1rem 0 0;}
.cta-content p {font-size:1.3rem;line-height:1.4;} 

/********* Select Styling *********/

/* .box is the <select> wrapper */
/*
.select-box {
  position: relative; 
  display:inline-block;
}

.select-box select {   
  padding: 3px;
  width: 250px;
  -webkit-appearance: button;
  appearance: button;
  outline: none;
  border:2px solid;
  border-radius:0;
}

.select-box::before {
  content: "\E001";
  font-family: "webspired";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 100%;
  text-align: center;
  pointer-events: none;
  font-size:1.4rem;
  line-height:1.6;
}

.select-box:hover::before {
}

.select-box select option {
  padding: 30px;
  background-color: #fff !important;
  border:2px solid;
  border-radius:0;  
  outline: none;
}
*/
/********* Select Styling End *********/

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

/*
PLaceholder text
*/
::-webkit-input-placeholder {
    /* WebKit browsers */
     color: transparent;
}
 :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: transparent;
}
 ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: transparent;
}
 :-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: transparent;
}
 input::placeholder {
     color: transparent;
}
 textarea::-webkit-input-placeholder {
    /* WebKit browsers */
     color: transparent;
}
 textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
     color: transparent;
}
 textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
     color: transparent;
}
 textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
     color: transparent;
}
 textarea::placeholder {
     color: transparent;
}

}

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

#sticky-header.hiding, #sticky-header.hiding * { 
    opacity:0;
    height: 0;
    padding: 0 8px;
    overflow: hidden;
    position:fixed;
    top:-40px;
} 
#masthead {
	z-index:100; 
}
#site-navigation {
	/*padding: 0;*/
} 
#sticky-header.fixed {  
  position:fixed;
  top:0;
  width:100%;
  opacity:1;
  height: auto;   
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.3);
  transform: translateY(0px);
  transition: all 500ms ease-in-out 0s;    
  z-index: 100;
}

.hidden {display:none;}

@media screen and (max-width: 768px) {
  #sticky-header.fixed {
    /*opacity:0;  /* For now */  
  }
}

@media screen and (min-width: 37.501em) {
  #sticky-header.sticky-desktop-off.fixed {
    display:none;
  }
}
@media screen and (max-width: 768px) {
  #sticky-header.sticky-mobile-off.fixed {
    display:none;
  }
}



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

p.link-description {margin:0.2rem 0 0;font-style:italic;font-size:1rem;line-height:1.2;}
ul.cta > li {margin-bottom:0.5rem;}
h3.section-title {margin-bottom:0.5rem;} 
p.section-description {margin-bottom:1rem;} 

.post-detail {
  margin-bottom:1.5rem;  
}
.post-detail h3.item-title {
  margin-bottom:0;
}
.post-detail h4.role {
  margin-bottom:0;
  margin-top:0.2rem;
  font-size:1rem;
  font-weight:200;
  text-transform:uppercase; 
  letter-spacing: 0.05rem;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	outline: 0;
}

/*
a:visited {
	color: purple;
}
*/

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	/* outline: thin dotted; */
}

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

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

.main-navigation { 
	width: auto;  
}

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

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

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

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

.main-navigation ul ul a {
	width: 200px;
}

.toggled.main-navigation ul ul.sub-menu > li,
.toggled.main-navigation ul ul.sub-menu > li > a {
  width:100%;
  max-width:100%;
}

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

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

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  text-decoration:none;
}

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

@media screen and (min-width: 1000px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
    -webkit-display: flex;
    display: flex;
	}
}

@media screen and (max-width: 768px) {
  .header-horizontal .header-inner {    
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .header-vertical.header-horizontal-align-left .header-inner,
  .header-vertical.header-horizontal-align-right .header-inner {
    -webkit-justify-content: center;
    justify-content: center; 
    -webkit-align-items: center;  
    align-items: center;
  }
}

.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%;
}

.comments-area p {
  margin:0.5rem 0 1rem;
}

.comment-form p {
  margin:0 0 0.5rem;  
}

.comments-area ol, 
.comments-area ul { 
  list-style:none; 
}

ol.comment-list {
  margin:0;
  padding:0;
}

ol.children,
ul.children {
  margin: 20px 0 0;
  padding: 20px 0 0 20px;
}
.children > li + li {
    border-top: 1px dashed;
    padding-top: 20px;
    margin-top: 20px;
}

.comment-reply-link{
  padding: 5px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.comment-author {
  display:flex;
}
@media screen and (max-width: 640px) { 
  .comment-author {
    flex-direction:column; 
  }
  .comments-area {
    padding: 40px 20px;
  }
  .comment-body p {
    font-size:85%;
  }
}
.comment-author .avatar {
  margin-right:20px; 
}
.bypostauthor > .comment-body > .comment-author > .author-details > cite.fn { 
  font-size:90%;
  text-transform:uppercase;
}
span.says {font-size:90%;}
cite.fn {
  font-style:normal;
  font-weight:700;
}
.comment-meta {
  font-size:80%;
  text-transform:uppercase;
}
.comment-meta a {
  text-decoration:none;
}


/* Adding the Search Button to the header navigation */

.main-navigation-wrapper {
  -webkit-display:flex;
  display:flex;
}
.main-navigation-wrapper .main-navigation {
  flex-grow:1;
}

.main-navigation-wrapper .search-form-wrapper {
  width: auto;
  margin: 0 0 0 5px;
  position:relative;
  -webkit-display:flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
}
.main-navigation-wrapper .search-form-wrapper h3 {
  font-size:1rem;
  margin:0;
}
.main-navigation-wrapper .search-form-wrapper .slidingDiv {
  position: absolute;
  top:31px;
  right:0;
  width:320px;
  z-index:100;  
  margin:0.5rem 0 0;
}
@media screen and (max-width:360px) {
  .main-navigation-wrapper .search-form-wrapper .slidingDiv {
    width:240px;
  }
}

/* == */




.header-vertical.header-reversed .header-inner {
  padding-top:0;  
}
.main-navigation a {
  border-radius: 0;
  padding: 0.5rem 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight:600;  
}

.main-navigation li.menu-item-has-children > a span:after {
  content: '\2303';   
  transform:rotate(180deg);
  display:inline-block;
  margin-left:5px; 
  margin-right:-5px; 
  vertical-align:top;
}


/* Mobile Nav Settings */
.main-navigation.toggled ul.nav-menu > li {
  width:100%; 
  margin-bottom:0.5rem;
}



/*
Nav buttons
*/

.acfu.colscheme-default .header-section .main-navigation .green.button > a, 
.acfu.colscheme-default .header-section .main-navigation .green.button > a:link, 
.acfu.colscheme-default .header-section .main-navigation .green.button > a:visited {
  color: #ffffff;
  background-color: #57ae74;
}
.acfu.colscheme-default .header-section .main-navigation .white-outline.button > a, 
.acfu.colscheme-default .header-section .main-navigation .white-outline.button > a:link, 
.acfu.colscheme-default .header-section .main-navigation .white-outline.button > a:visited {
  color: #ffffff;
  background-color: transparent;
  border:1px solid #fff;
  padding: calc(1rem - 1px) calc(1.4rem - 1px); 
}
.acfu.colscheme-default .header-section .main-navigation .button > a:hover, 
.acfu.colscheme-default .header-section .main-navigation .button > a:active, 
.acfu.colscheme-default .header-section .main-navigation .button > a:focus {
  color: #ffffff;
  background-color: #6e6eff !important;
  border-color: transparent !important;
}

.acfu.colscheme-default .header-section .main-navigation li.button.green.menu-item-has-children > a span:after {
  color:#fff;
}


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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	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;
} 



/*
///// FAQs ////
*/

.faq-wrapper {padding:0;}

.slidingDiv {
    height:auto;
    padding:0;
    margin:0.5rem 0 2rem 1.6rem;
    display: none;
}
.slidingDiv.content-box {
  padding:20px;
}
.slidingDiv.content-box p:last-child {
  margin-bottom:0;
}


.faq-item {margin:0;padding:1.5rem 0 0;border-bottom:1px solid #ccc;}
.faq-wrapper .faq-item:first-child {border-top:1px solid #ccc;}
.faq-item h3 {font-size:1.3rem;text-align:left;}
.faq-item a {display:inline-block;}
.faq-item a:link > span {text-decoration:none;}

.faq-item h3 a::before { 
  margin-left:-1.6rem;
  padding-top:3px;
}

.faq-wrapper.numbered {
  counter-reset: faq-counter;                     
}
.faq-wrapper.numbered .faq-item h3 a::before,
.faq-wrapper.numbered .faq-item h3.numbered::before {
  counter-increment: faq-counter;
  content: counter(faq-counter); 
  position:absolute;
  margin-right: -2.4rem;
  margin-left: 0;
  padding-top: 0;
  width:1.6rem;
  text-align:right;
}
.faq-wrapper.numbered .faq-item h3 a span,
.faq-wrapper.numbered .faq-item h3.numbered span {
  margin-left:36px;
  display:inline-block;
}
.faq-wrapper.numbered .content-box {
  margin-left:36px;
}

.category-layout {
  margin-bottom:2rem;
}
.flex-item.category-faqs:last-child {margin-bottom:0;}
.flex-item:last-child .category-layout {
  margin-bottom:0;
}
.category-layout .title {
  border-top:3px solid;
  padding-top:1rem;
}



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


/*
////// Footer Nav ///////
*/
.footer-navigation > .footer-nav-inner {border-top:1px solid #fff;border-color:rgba(255,255,255,0.2);}
.footer-navigation .menu {margin:0;display: -webkit-flex; /* Safari */display: flex;list-style:none;padding:0;}
.footer-navigation .menu > li {padding:1rem;border-left:1px solid #fff;border-color:rgba(255,255,255,0.2);margin:0;max-width:26ch;}
.footer-navigation .menu > li:first-child {/*padding-left:0;*/border-left:none;}
.footer-navigation .menu > li a {font-weight:600;text-transform: uppercase;font-size:1rem;color:#fff;display:block;text-decoration:none;border:none;}
.footer-navigation .menu > li.current_page_item a,
.footer-navigation .menu > li.current-menu-item a {color:#fff;}

@media screen and (max-width:768px) {
  .footer-navigation .menu > li {
    max-width:100ch;
  }
}

.footer-navigation .menu .sub-menu {display:block;margin:0.5rem 0 0;} 
.footer-navigation .menu .sub-menu:before {content:' ';display:table;clear:both;}
.footer-navigation .menu .sub-menu > li a {text-transform: none;font-size:1rem;font-weight:400;}

.site-info .accreditation-links {margin:2rem 0 0;}
.site-info .accreditation {
  margin:0;
  display:flex;
  flex:0;
  -webkit-flex-direction: row; /* Safari */ 
  flex-direction:         row; 
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:   flex-end;  
}
.site-info .accreditation li {margin-left:1rem;}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
}

.site-footer .footer-widgets-container .inner-padding {padding:0;}
.footer-widgets {}
.footer-widgets .menu > li {margin:0;font-size:0.85rem;font-weight:400;line-height:1.2;}
.footer-widgets h4.widget-title {text-align:left;font-size:0.85rem;font-weight:300;text-transform:uppercase;margin-bottom:0.5rem;}


.site-info {text-align:left;font-weight:300;font-size:1rem;}  
.site-info .flex-container {
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:         wrap;  
    -webkit-justify-content: space-between; /* Safari */
    justify-content:   space-between;  
  }
.site-info .flex-item {padding:0;display:block;/* NOT flex here */}
.site-info .flex-item.smi {padding-bottom:2rem}

.smi-header {
  -webkit-display:flex;
  display:flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items:flex-end;
  align-items:flex-end;
}


.site-info .smi {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
ul.smi {
  margin-bottom:0;
}
.smi > li.flex-item {
  width:32px;
  margin:0 12px 0 0;
}
.smi-header .smi > li.flex-item {
  margin:0 0 0 12px;
}
.smi a:before {
  font-size:24px;
  padding:4px;
  border-radius:50%;  
}
.smi li.facebook-icon a:hover:before, .smi li.facebook-icon a:active:before, .smi li.facebook-icon a:focus:before {background-color:#4267b2;color:#fff;}
.smi li.twitter-icon a:hover:before, .smi li.twitter-icon a:active:before, .smi li.twitter-icon a:focus:before {background-color:#65bbf2;color:#fff;}
.smi li.linkedin-icon a:hover:before, .smi li.linkedin-icon a:active:before, .smi li.linkedin-icon a:focus:before {background-color:#0087c0;color:#fff;}
.smi li.pinterest-icon a:hover:before, .smi li.pinterest-icon a:active:before, .smi li.pinterest-icon a:focus:before {background-color:#e14c40;color:#fff;}
.smi li.youtube-icon a:hover:before, .smi li.youtube-icon a:active:before, .smi li.youtube-icon a:focus:before {background-color:#e53f30;color:#fff;}
.smi li.vimeo-icon a:hover:before, .smi li.vimeo-icon a:active:before, .smi li.vimeo-icon a:focus:before {background-color:#21c3ee;color:#fff;}
.smi li.instagram-icon a:hover:before, .smi li.instagram-icon a:active:before, .smi li.instagram-icon a:focus:before {background-color:#923cb0;color:#fff;}
.smi li.rss-icon a:hover:before, .smi li.rss-icon a:active:before, .smi li.rss-icon a:focus:before {background-color:#fba924;color:#fff;} 
.smi li.mail-icon a:hover:before, .smi li.mail-icon a:active:before, .smi li.mail-icon a:focus:before {background-color:#990000;color:#fff;}  


.left {float:left;text-align:left;display:block;}
.right {float:right;text-align:right;display:block;} 

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) { 
  .smi-nav {
    display:none;
  } 
}

.nav-wrap {
  -webkit-display:flex;
  display:flex;
  -webkit-flex-direction: column; 
  flex-direction: column;
}
.nav-wrap > .smi-nav {
  margin-bottom:1rem;
}





/*--------------------------------------------------------------
# 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: 0 auto 2rem; 
}

@media screen and (max-width:768px) {
  .alignleft, .alignright {
    float:none;
    clear: both;
    display: block;
    margin: 0 auto 2rem; 
  }
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Background Images
--------------------------------------------------------------*/
.bg-image, .item-bg-image { 
  background-size:cover;
}
.bg-fit .bg-image {
  background-size:100%;  
}
.thumb-as-bg, .image-as-bg { 
  min-height:30vh;
  background-size:cover; 
  width:100%;
  background-repeat:no-repeat;
}
.image-as-bg + .item-copy {
  margin-top:2rem;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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


.hero h1, .hero h2, .hero h3, .hero p {
 margin:0; 
}
.hero h1 {
  font-size:3.6rem;line-height:1;
}
.hero h2 {
  font-size:2.0rem;line-height:1.1;
}
.hero h3 {
  font-size:1.5rem;line-height:1.1;
}
.hero p {
  font-size:1.4rem;line-height:1.3;
}
.hero .size-small > h1 {font-size: 2.4rem;}
.hero .size-medium > h1 {font-size: 3.6rem;}
.hero .size-large > h1 {font-size: 4.8rem;}
.hero .size-small > h2 {font-size: 1.6rem;}
.hero .size-medium > h2 {font-size: 2.0rem;}
.hero .size-large > h2 {font-size: 2.8rem;}
.hero .size-small > h3 {font-size: 1.2rem;}
.hero .size-medium > h3 {font-size: 1.5rem;}
.hero .size-large > h3 {font-size: 1.8rem;}
.hero .size-small > p {font-size: 1.2rem;}
.hero .size-medium > p {font-size: 1.4rem;}
.hero .size-large > p {font-size: 1.6rem;}


@media screen and (max-width: 1200px) {
  .hero .size-small > h1 {font-size: 2.2rem;}
  .hero .size-medium > h1 {font-size: 3.0rem;}
  .hero .size-large > h1 {font-size: 4.0rem;}
  .hero .size-small > h2 {font-size: 1.4rem;}
  .hero .size-medium > h2 {font-size: 1.8rem;}
  .hero .size-large > h2 {font-size: 2.4rem;}
  .hero .size-small > h3 {font-size: 1.1rem;}
  .hero .size-medium > h3 {font-size: 1.4rem;}
  .hero .size-large > h3 {font-size: 1.6rem;}
  .hero .size-small > p {font-size: 1.0rem;}
  .hero .size-medium > p {font-size: 1.2rem;}
  .hero .size-large > p {font-size: 1.4rem;}
}

@media screen and (max-width: 768px) {
  .hero .size-small > h1 {font-size: 2.0rem;}
  .hero .size-medium > h1 {font-size: 2.4rem;}
  .hero .size-large > h1 {font-size: 3.2rem;}
  .hero .size-small > h2 {font-size: 1.2rem;}
  .hero .size-medium > h2 {font-size: 1.6rem;}
  .hero .size-large > h2 {font-size: 2.0rem;}
  .hero .size-small > h3 {font-size: 1.0rem;}
  .hero .size-medium > h3 {font-size: 1.2rem;}
  .hero .size-large > h3 {font-size: 1.4rem;}
  .hero .size-small > p {font-size: 0.8rem;}
  .hero .size-medium > p {font-size: 1.0rem;}
  .hero .size-large > p {font-size: 1.2rem;}
}

.hero .weight-light > h1,
.hero .weight-light > h2,
.hero .weight-light > h3 {
  font-weight:300;
}
.hero .weight-medium > h1,
.hero .weight-medium > h2,
.hero .weight-medium > h3 {
  font-weight:500;
}
.hero .weight-bold > h1,
.hero .weight-bold > h2,
.hero .weight-bold > h3 {
  font-weight:700;
}
.hero .weight-light > p {
  font-weight:300;
}
.hero .weight-medium > p {
  font-weight:400;
}
.hero .weight-bold > p {
  font-weight:700;
}
.hero .case-uppercase > h1,
.hero .case-uppercase > h2,
.hero .case-uppercase > h3,
.hero .case-uppercase > p {
  text-transform: uppercase;
}
.hero .align-left > h1,
.hero .align-left > h2,
.hero .align-left > h3,
.hero .align-left > p {
  text-align: left;
}
.hero .align-center > h1,
.hero .align-center > h2,
.hero .align-center > h3,
.hero .align-center > p {
  text-align: center;
}
.hero .align-right > h1,
.hero .align-right > h2,
.hero .align-right > h3,
.hero .align-right > p {
  text-align: right;
}
.hero .mb-none > h1,
.hero .mb-none > h2,
.hero .mb-none > h3,
.hero .mb-none > p {
  margin-bottom:0;
}
.hero .mb-sml > h1,
.hero .mb-sml > h2,
.hero .mb-sml > h3,
.hero .mb-sml > p {
  margin-bottom:0.5rem;
}
.hero .mb-med > h1,
.hero .mb-med > h2,
.hero .mb-med > h3,
.hero .mb-med > p {
  margin-bottom:1.5rem; 
}
.hero .mb-lge > h1,
.hero .mb-lge > h2,
.hero .mb-lge > h3,
.hero .mb-lge > p {
  margin-bottom:3rem;
}

@media screen and (max-width: 1200px) {
  .hero .mb-sml {
    margin-bottom:0.35rem;
  }
  .hero .mb-med {
    margin-bottom:1.2rem; 
  }
  .hero .mb-lge {
    margin-bottom:2.4rem;
  }
}

@media screen and (max-width: 1768px) {
  .hero .mb-sml {
    margin-bottom:0.2rem;
  }
  .hero .mb-med {
    margin-bottom:1.0rem; 
  }
  .hero .mb-lge {
    margin-bottom:2.0rem; 
  }
}


.hero-section-container-inner {padding:40px;}
.colscheme-no-bg .hero-section-container-inner {padding:0;} 

@media screen and (max-width: 768px) {
  .hero-content-item {padding:30px 20px;}
  .hero-section-container-inner {padding: 20px;} 
}
@media screen and (max-width: 480px) {
  .hero-content-item {padding:30px 10px;}
}
.title-block {
  margin:0 0 2rem;
  display: block;
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
  margin-bottom:0.2rem;
}
.title-block p {
  margin-top:1rem;
  margin-bottom:1rem;
}
img.post-image {
  float: right;
  margin:0 0 2rem 2rem;
  max-width:360px;
  height:auto;
}
@media screen and (max-width: 768px) {
  .image-wrapper {
    text-align:center;
  }
  img.post-image {
    float: none;
    margin:0 auto 2rem;
    max-width:480px;
    width:100%;
  }
  .title-block {
    display: block;
  }
}

.item-content img {
  margin-bottom:1rem;
}


.entry-footer > span {display:block;}
.newline {display:block;}
.sameline {display:inline-block;}
.sameline:before {content:'\00a0';display:inline-block;}
.marg-bot {margin-bottom:2rem;}

.blog-post-list .entry-footer:empty {
  margin-bottom:-1rem;
}



/*--------------------------------------------------------------
## 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,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

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

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5rem;
	max-width: 100%;
}

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

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

.wp-caption-text {
	text-align: center;
}
@media screen and (max-width:768px) {
  .wp-caption, .wp-caption.alignnone,
  .wp-caption.alignleft, .wp-caption.alignright { 
    margin: 0 auto 2rem;
  }
}

/*--------------------------------------------------------------
## 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;
}


.content-align-left {
  text-align: left;
}
.content-align-center {
  text-align: center;
}
.content-align-right {
  text-align: right;
}



/* Testimonials */
.testimonial-item .listing-words p:first-child:before {
  font-family: "webspired";
  content:'\E021';
  display:inline-block;
  font-size:3rem;
  line-height: 0.5;
  margin-right: 0;
  vertical-align: top; 
  color:#387edf; 
}
.testimonial-item .listing-words p:last-child:after {
  font-family: "webspired";
  content:'\E020';
  display:inline-block;
  font-size:3rem;
  line-height: 0.5;
  vertical-align: bottom;
  margin-left: 0;
  color:#387edf;
  margin-bottom: -5px;
}


@media screen and (max-width: 768px) {   
 /* .flex-container {
    -webkit-flex-direction: column;
    flex-direction: column;
  } */

  .sub-menu {
    max-width:300px;
  }
  
  .site-info .accreditation {
    -webkit-justify-content: center; /* Safari */
    justify-content:   center; 
  }
  
	.smi {
    -webkit-justify-content: center; /* Safari */   
    justify-content:center;
  }  
  .site-info .footer-navigation > .footer-nav-inner {border:none;margin-bottom:0;}
  .footer-navigation .footer-nav-inner {margin-bottom:2rem;}
	.footer-navigation .menu {display:block;}
	.footer-navigation .menu > li {border-left:none;padding:0.5rem 0;margin:0;border-bottom:1px solid #fff;border-color:rgba(255,255,255,0.2);}
	.footer-navigation .sub-menu > li {margin-bottom:0;}
  
  
  .header-vertical.full-width-nav .site-branding-wrapper,
  .header-vertical.full-width-nav .header-inner .main-navigation {
    padding-left: 10px;
    padding-right: 10px;  
  }
  
}