/*!
/*!
Theme Name: Webspired
Theme URI: https://www.inspiredbusinessmarketing.com
Author: Inspired Business Marketing Ltd
Author URI: https://www.inspiredbusinessmarketing.com
Description: The Webspired theme is based upon Underscores starter theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbsp
Template:     business-celebrity
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
# Branding
# 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.wbsp-dytc {
	margin: 0;
  background: #fff none;
}

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

.wbsp-dytc 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.
 */

.wbsp-dytc 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.
 */

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

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

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

.wbsp-dytc 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.
 */

.wbsp-dytc 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.
 */

.wbsp-dytc b,
.wbsp-dytc 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.
 */

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

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

.wbsp-dytc small {
	font-size: 80%;
}

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

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

.wbsp-dytc sub {
	bottom: -0.25em;
}

.wbsp-dytc sup {
	top: -0.5em;
}

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

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

.wbsp-dytc img {
	border-style: none;
}

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

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

.wbsp-dytc button,
.wbsp-dytc input,
.wbsp-dytc optgroup,
.wbsp-dytc select,
.wbsp-dytc 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.
 */

.wbsp-dytc button,
.wbsp-dytc input { /* 1 */
	overflow: visible;
}

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

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

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

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

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

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

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

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

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

.wbsp-dytc 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.
 */

.wbsp-dytc 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.
 */

.wbsp-dytc progress {
	vertical-align: baseline;
}

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

.wbsp-dytc textarea {
	overflow: auto;
}

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

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

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

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

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

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

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

.wbsp-dytc [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.
 */

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

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

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

.wbsp-dytc details {
	display: block;
}

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

.wbsp-dytc summary {
	display: list-item;
}

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

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

.wbsp-dytc template {
	display: none;
}

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

.wbsp-dytc [hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body.wbsp-dytc,
.wbsp-dytc button,
.wbsp-dytc input,
.wbsp-dytc select,
.wbsp-dytc optgroup,
.wbsp-dytc textarea {
	color: #4a5a6a;
	/*font-family: 'Open Sans',sans-serif;*/
  font-family: 'Barlow', sans-serif;
  font-weight:400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
  font-style:normal;
}

.wbsp-dytc h1, .wbsp-dytc h2, .wbsp-dytc h3, 
.wbsp-dytc h4, .wbsp-dytc h5, .wbsp-dytc h6 {
  /*font-family: "tablet-gothic-semi-condensed",sans-serif; */
  font-family: 'Barlow', sans-serif;
	clear: both; 
  margin:2rem 0; 
  font-style:normal;
}
.wbsp-dytc h1 {
  /*font-family: "tablet-gothic",sans-serif;*/
  font-size:48px;
  font-size:4.2rem;
  font-weight:400;
  line-height:1;
}
.wbsp-dytc h2 {
  font-size:36px;
  font-size:3.2rem;
  font-weight:200;
  line-height:1.1;
}
.wbsp-dytc h3 {
  font-size:24px;
  font-size:2.4rem;
  font-weight:600;
  line-height:1.1;
}
.wbsp-dytc h4 {
  font-size:16px;
  font-size:1.6rem;
  font-weight:600;
  line-height:1.3;
	/*font-family: 'Open Sans',sans-serif;*/
  font-family: 'Barlow', sans-serif;
}

.wbsp-dytc h2.section-heading,
.wbsp-dytc h2.item-heading {   
  margin: 2rem 0;
  text-align: center;
}

.wbsp-dytc p {
	margin-bottom: 1.5em;
}

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

.wbsp-dytc blockquote {
	margin: 0 1.5em;
}

.wbsp-dytc address {
	margin: 0 0 1.5em;
}

.wbsp-dytc 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;
}

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

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

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

.wbsp-dytc big {
	font-size: 125%;
}

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

.wbsp-dytc *,
.wbsp-dytc *:before,
.wbsp-dytc *: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;
}

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

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

.wbsp-dytc ul {
	margin: 0 0 2rem 1rem;
}

.wbsp-dytc ol {
	margin: 0 0 2rem 2rem;
}

.wbsp-dytc ul {
	list-style: none;
  padding:0;
}

.wbsp-dytc ol {
	list-style: decimal;
}

.wbsp-dytc li > ul {
	margin-bottom: 0; 
	margin-left: 1rem;
}

.wbsp-dytc li > ol {
	margin-bottom: 0;
	margin-left: 2rem;
}

.wbsp-dytc dt {
	font-weight: bold;
}

.wbsp-dytc dd {
	margin: 0 1.5em 1.5em;
}

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

.wbsp-dytc .bg-image {
  background-size: cover;
  background-position: 50% 50%;
}

.wbsp-dytc figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

.wbsp-dytc table {
	margin: 0 0 1.5em;
	width: 100%;
}

.wbsp-dytc #content ol.styledList > li > span {
  font-weight: 400; 
}

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

/* OVERRIDE NATIVE BBT STYLING */
.wbsp-dytc #masthead, .wbsp-dytc .bg-merge-with-logo #masthead {position:absolute;}  
.wbsp-dytc .no-hero #masthead, .wbsp-dytc .bg-below-logo #masthead {position:static;background-color:#fff;}
.wbsp-dytc #content {max-width:100%;}  
@media screen and (max-width: 980px) {   
  .wbsp-dytc #masthead {background-color: transparent;border: none;}
  .wbsp-dytc #content {padding:0;} 
  .wbsp-dytc #primary {margin-bottom:0;}  
}
.wbsp-dytc .hentry {margin:0;} 
.wbsp-dytc h1.entry-title {border-bottom:none;padding:0;margin:0;} 

/*******************************/


/* Campaign Logos */
.your-2020 h1 {max-width:480px;width:100%;display:block;font-weight: 300;margin:0;z-index:100;}
.your-2020 h1 > span.campaign-logo {display:block;background:url('images/your-2020-thing-logo.png') no-repeat left top;background-size:100%;width:100%;padding-top:103.225%;height:0;text-indent:100%;white-space: nowrap;overflow: hidden;}



.wbsp-dytc .outer-container {
  max-width:100%;
  width:100%;
  margin:0 auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  /*flex:1;*/
}

.wbsp-dytc .inner-container {
  width:100%;
  margin:0 auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex:1;
  padding-top: 20px; 
  padding-bottom: 20px;  
}
.wbsp-dytc .content-section-container .inner-container {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}

.wbsp-dytc .site-header {
  position: relative;
}

.wbsp-dytc .header-section {
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}

.wbsp-dytc .width-full > .site-header > .inner-container,
.wbsp-dytc .width-full.inner-container {
  padding-left: 40px; 
  padding-right: 40px;  
}
.wbsp-dytc .header-horizontal .header-inner {
  -webkit-flex-direction: row; /* Safari */
  flex-direction:         row;
}
.wbsp-dytc .header-vertical .header-inner {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.wbsp-dytc .header-full .site-header, .wbsp-dytc .header-full .header-inner { 
  max-width: 100%;
}
.wbsp-dytc .header-horizontal.header-reversed .header-inner {  
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;  
}
.wbsp-dytc .header-vertical.header-reversed .header-inner {
  -webkit-flex-direction: column-reverse; /* Safari */
  flex-direction:         column-reverse;   
} 

.wbsp-dytc .bg-merge-with-logo .site-header {
  position:absolute;
  z-index:1000; 
}
.wbsp-dytc .hero-content {
  flex:1; 
}

.wbsp-dytc .header-horizontal .nav-menu {
  float:right;
}
.wbsp-dytc .header-horizontal.header-reversed .nav-menu {
  float:left;
}
.wbsp-dytc .header-vertical .main-navigation {
  margin: 20px 0 0;
}
.wbsp-dytc .header-vertical.header-reversed .main-navigation { 
  margin: 0 0 20px;
} 

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

.wbsp-dytc .header-vertical-align-top .header-inner { 
  -webkit-align-items: flex-start; /* Safari */ 
  align-items:         flex-start;
}
.wbsp-dytc .header-vertical-align-middle .header-inner { 
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
.wbsp-dytc .header-vertical-align-bottom .header-inner { 
  -webkit-align-items: flex-end; /* Safari */
  align-items:         flex-end;
}

.wbsp-dytc .main-nav-outer > div {
  width:100%;
  margin:0 auto;
  display: -webkit-flex; /* Safari */ 
  display: flex;  
}
.wbsp-dytc .header-horizontal .main-nav-outer > div {
  -webkit-justify-content: flex-end; /* Safari */
  justify-content: flex-end;
}
.wbsp-dytc .header-horizontal-align-adj-left .main-nav-outer > div {
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
.wbsp-dytc .header-horizontal-align-adj-center .main-nav-outer > div {
  -webkit-justify-content: center; /* Safari */
  justify-content:         center;
}
.wbsp-dytc .header-horizontal.header-reversed .main-nav-outer > div {
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:         flex-start;
}
.wbsp-dytc .header-horizontal-align-adj-right .main-nav-outer > div {
  -webkit-justify-content: flex-end; /* Safari */
  justify-content:         flex-end;
}

.wbsp-dytc .header-veralign-center .hero-content {  
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
.wbsp-dytc .header-inner .main-nav-outer {
  
}
.wbsp-dytc .hero-content,
.wbsp-dytc .container-width-contained {
  z-index:10;
  position:relative;
}

/*
## Section Layout 
*/
.wbsp-dytc .content-area {
  max-width:100%;
  width:100%;
}



/*--------------------------------------------------------------
# Branding
--------------------------------------------------------------*/



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


.wbsp-dytc [class^="icon-wbsp-"]:before, .wbsp-dytc [class*=" icon-wbsp-"]:before {position:absolute;margin-right:0.5rem;margin-left:-2rem;display:inline-block;vertical-align:top;color:#179ca5;font-size:2rem;}
.wbsp-dytc [class^="icon-wbsp-"], .wbsp-dytc [class*=" icon-wbsp-"] {margin-left:2.5rem;} 
.wbsp-dytc li > span.icon-list {margin:0;} 



.cc-card-payments {display:flex;justify-content:center;}
.cc-card-payments i[class^="icon-ibm-cc-"]::before, .cc-card-payments i[class*=" icon-ibm-cc-"]::before {margin:0 0.2rem;font-size:2rem;color:#4a5a6a;}


/*--------------------------------------------------------------
# Flex
--------------------------------------------------------------*/

.wbsp-dytc .flex-container {
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap:wrap;
  -webkit-justify-content: space-between; /* Safari */ 
  justify-content:         space-between;   
  flex: 1;
}
.wbsp-dytc .flex-wrap { 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
}
.wbsp-dytc .flex-container.flex-row {
  -webkit-flex-direction: row; /* Safari */ 
  flex-direction:         row;
}
.wbsp-dytc .flex-container.flex-row.reverse {
  -webkit-flex-direction: row-reverse; /* Safari */
  flex-direction:         row-reverse;
}
.wbsp-dytc .flex-container.flex-column {
  -webkit-flex-direction: column; /* Safari */
  flex-direction:         column;
}
.wbsp-dytc .flex-container.flex-column.reverse {
  -webkit-flex-direction: column-reverse; /* Safari */
  flex-direction:         column-reverse;
}

.wbsp-dytc .flex-item {
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row; 
	margin-bottom:2rem; 
	width:100%;
  padding:20px;
  display:flex;
  /*flex:1;*/
}

.wbsp-dytc .flex-container > .flex-item {margin:0 0 2rem;}  
.wbsp-dytc .flex-columns-1 > .flex-item, 
.wbsp-dytc .flex-columns-1 > .flex-item-single {max-width:100%;-webkit-flex: 1 1 100%;}
.wbsp-dytc .flex-columns-2 > .flex-item {max-width:47%;-webkit-flex: 1 1 47%;} /* gap:6% */ 
.wbsp-dytc .flex-columns-3 > .flex-item {max-width:30.4%;-webkit-flex: 1 1 30.4%;} /* gap:4.4% */
.wbsp-dytc .flex-columns-4 > .flex-item {max-width:22.3%;-webkit-flex: 1 1 22.3%;}  /* gap:3.6% */ 
.wbsp-dytc .flex-columns-5 > .flex-item {max-width:17.6%;-webkit-flex: 1 1 17.6%;} /* gap:3% */
.wbsp-dytc .flex-columns-6 > .flex-item {max-width:14.5%;-webkit-flex: 1 1 14.5%;} /* gap:2.6% */ 

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

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

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

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

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

.wbsp-dytc .flex-item.h-pos-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.wbsp-dytc .flex-item.h-pos-center {
  -webkit-justify-content: center;
  justify-content: center;
}
.wbsp-dytc .flex-item.h-pos-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.wbsp-dytc .flex-item.v-pos-top {
  -webkit-align-items: flex-start; /* Safari */
  align-items:         flex-start;
}
.wbsp-dytc .flex-item.v-pos-middle {
  -webkit-align-items: center; /* Safari */
  align-items:         center;
}
.wbsp-dytc .flex-item.v-pos-bottom {
  -webkit-align-items: flex-end; /* Safari */
  align-items:         flex-end; 
}

/* 
Scroll Down Arrow
*/
.wbsp-dytc .separator-type, .wbsp-dytc .title-type, .wbsp-dytc .intro-type, .wbsp-dytc .content-type .intro-type p {
  position: relative;
}
.wbsp-dytc .intro-type .container {
  padding: 107px 0px 102px 0px !important;
}
.wbsp-dytc .company-heading h1 {
  margin-bottom: 60px;
  padding-bottom: 50px;
  line-height: 80px;
  color: #fff;
  font-weight: 700 !important;
  text-align: center;
}
.wbsp-dytc .jumbo {
  margin-top: 50px;
}
.wbsp-dytc .seo-header, .wbsp-dytc .product-header, 
.wbsp-dytc .intro-type .container h1.white, 
.wbsp-dytc .company-heading h1 {
  font-weight: 100 !important;
  text-transform: capitalize;
  font-size: 55px;
  margin-bottom: 20px;
}
.wbsp-dytc .parallax {
  background-attachment: inherit !important;
}
.wbsp-dytc .parallax {
  background-attachment: inherit !important;
}
.wbsp-dytc .parallax {
  background-attachment: inherit !important;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: -10;
}
.wbsp-dytc .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;
}
.wbsp-dytc img, 
.wbsp-dytc figure {
  max-width: 100%;
}

.wbsp-dytc .scroll-down-arrow {max-width:48px;width:100%;display:block;font-weight: 300;z-index:100;}
.wbsp-dytc .scroll-down-arrow > img {display:block;background-size:100%;width:100%;padding-top:100%;height:0;text-indent:100%;white-space: nowrap;overflow: hidden;} 
.wbsp-dytc .scroll-down-arrow.arrow-outline > img {background:url(images/scroll-arrow-outline.svg) no-repeat left top;} 
.wbsp-dytc .scroll-down-arrow.arrow-light > img {background:url(images/scroll-arrow-light.svg) no-repeat left top;}  
.wbsp-dytc .scroll-down-arrow.arrow-coloured > img {background:url(images/scroll-arrow-coloured.svg) no-repeat left top;}
.wbsp-dytc .scroll-down-arrow.arrow-dark > img {background:url(images/scroll-arrow-dark.svg) no-repeat left top;}

@media screen and (max-width: 768px) { /* Break Point for mobile nav toggle */
  /*.scroll-down-arrow {display:none;}*/
}

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

/* List blocks */
.wbsp-dytc .block-list .flex-container {justify-content: space-evenly;}  
.wbsp-dytc .block-list .item-content {margin: 15px;flex: 1;}   
.wbsp-dytc .item-content .item-image {margin-bottom:2rem;} 
.wbsp-dytc .item-content h3 {font-size:2.4rem;text-transform: none;font-weight:200;line-height:1.1;margin-bottom:2rem;text-align:center;}
/* https://spin.atomicobject.com/2015/07/14/css-responsive-square/ */  
.wbsp-dytc .block-list .image-as-bg {max-width:70%;width:100%;margin:0 auto;min-height:auto !important;}  
.wbsp-dytc .block-list .image-as-bg:after {
  content: "";
  display: block;
  padding-bottom: 100%; 
}
/* 
Adapted from: https://dev.to/domysee/keeping-the-footer-at-the-bottom-with-css-flexbox-5h5f
The following handles lining up the action button to the bottom of each row
*/
html, body {
    width: 100%;
    height: 100%; 
}

.wbsp-dytc .item-content, .wbsp-dytc #page { 
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width:100%;
  max-width:100%;
}
.wbsp-dytc #page { 
    min-height: 100%; 
}

/* Wrap up all non-button items, and set that wrapper to fill the space */
.wbsp-dytc .item-content .item-details,
.wbsp-dytc #content {
  flex-grow:1;
}
.wbsp-dytc .item-content .item-details, .wbsp-dytc .item-content .action-button,
.wbsp-dytc #Top, .wbsp-dytc #content, .wbsp-dytc #colophon {
  flex-shrink: 0;
}
 
/*
///////////////// GRID TESTING ///////////////////
*/
.wbsp-dytc .grid-test .flex-item {padding:0;}  
.wbsp-dytc .flexible-item-content h3 {text-align:left;} 
.wbsp-dytc .flexible-container {display:flex;flex-direction:row;flex-wrap:wrap;} 
.wbsp-dytc .flexible-item {width:100%;padding:20px;}   
.wbsp-dytc .flexible-item.one {background-color:#e5e5e5;}
.wbsp-dytc .flexible-item.two {background-color:#d4d4d4;}
.wbsp-dytc .flexible-item.three {background-color:#c3c3c3;}
.wbsp-dytc .flexible-item.four {background-color:#b2b2b2;}
.wbsp-dytc .flexible-item.five {background-color:#a1a1a1;}
.wbsp-dytc .flexible-item { 
  display: flex;
  flex-direction: column; 
  align-items: stretch;
}
.wbsp-dytc .flexible-item-content, .wbsp-dytc .flexible-item > a {flex-shrink:0;} 
.wbsp-dytc .flexible-item-content {flex-grow:1;}

.wbsp-dytc .flexible-item-test { 
  display: flex;
  flex-direction: column; 
  align-items: stretch;
}
.wbsp-dytc .flexible-item-content-test, .wbsp-dytc .flexible-item-test > p {flex-shrink:0;} 
.wbsp-dytc .flexible-item-content-test {flex-grow:1;}
.wbsp-dytc .flexible-item-test h3 {margin:0 0 1rem;}
.wbsp-dytc .flexible-item-test p {margin:0 0 1rem;}


.wbsp-dytc .flexible-item {max-width:16.6666%;}
@media screen and (max-width: 1440px) {
  .wbsp-dytc .flexible-item {max-width:20%;} 
}
@media screen and (max-width:1200px) {
  v.flexible-item {max-width:25%;} 
}
@media screen and (max-width: 960px) {
  .wbsp-dytc .flexible-item {max-width:33.3333%;} 
}
@media screen and (max-width: 720px) {
  .wbsp-dytc .flexible-item {max-width:50%;} 
}
@media screen and (max-width: 480px) {
  .wbsp-dytc .flexible-item {max-width:100%;}  
}

.wbsp-dytc .flexible-container-test {
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;  
} 
.wbsp-dytc .flexible-item-content-test h3 {
  text-align:left; 
} 
.wbsp-dytc .flexible-item-test {width:100%;padding:20px 40px;}  

.wbsp-dytc .flexible-item-test.one {background-color:#e5e5e5;}
.wbsp-dytc .flexible-item-test.two {background-color:#d4d4d4;} 
.wbsp-dytc .flexible-item-test.three {background-color:#c3c3c3;}
.wbsp-dytc .flexible-item-test.four {background-color:#b2b2b2;}   

.wbsp-dytc .star-five { margin: 50px 0; position: relative; display: block; color: #f30; width: 0px; height: 0px; border-right: 100px solid transparent; border-bottom: 70px solid red; border-left: 100px solid transparent; transform: rotate(35deg); } 
.wbsp-dytc .star-five:before { border-bottom: 80px solid red; border-left: 30px solid transparent; border-right: 30px solid transparent; position: absolute; height: 0; width: 0; top: -45px; left: -65px; display: block; content: ''; transform: rotate(-35deg); } 
.wbsp-dytc .star-five:after { position: absolute; display: block; color: #f30; top: 3px; left: -105px; width: 0px; height: 0px; border-right: 100px solid transparent; border-bottom: 70px solid red; border-left: 100px solid transparent; transform: rotate(-70deg); content: ''; }

.wbsp-dytc .bbt-star {
  position: relative;  
  display: inline-block;
  width: 0;
  height: 0;  
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;  
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #F30;
  border-left:   .3em solid transparent;
  /* Controlls the size of the stars. */
  font-size: 25px;
}
  
.wbsp-dytc .bbt-star:before, .wbsp-dytc .bbt-star:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: .6em;
  left: -1em;
  border-right:  1em solid transparent;
  border-bottom: .7em  solid #F30;
  border-left:   1em solid transparent;
  transform: rotate(-35deg);
}

.wbsp-dytc .bbt-star:after {  
  transform: rotate(35deg);
}

  .wbsp-dytc .flex-item.item-height-desktop-100 {min-height: 100vh;}
  .wbsp-dytc .flex-item.item-height-desktop-95 {min-height: 95vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-90 {min-height: 90vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-85 {min-height: 85vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-80 {min-height: 80vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-75 {min-height: 75vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-70 {min-height: 70vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-65 {min-height: 65vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-60 {min-height: 60vh;}  
  .wbsp-dytc .flex-item.item-height-desktop-55 {min-height: 55vh;}  
  .wbsp-dytc .flex-item.item-height-desktop-50 {min-height: 50vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-45 {min-height: 45vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-40 {min-height: 40vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-35 {min-height: 35vh;}
  .wbsp-dytc .flex-item.item-height-desktop-30 {min-height: 30vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-25 {min-height: 25vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-20 {min-height: 20vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-15 {min-height: 15vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-10 {min-height: 10vh;} 
  .wbsp-dytc .flex-item.item-height-desktop-5 {min-height: 5vh;} 


.wbsp-dytc .block-3 .item-content p {font-size:1.3rem;} 

.wbsp-dytc span.vat {
    font-size: 75%; 
    font-weight: inherit;
}


/*
///// FAQs ////
*/
.width-full {
  max-width:100%;
  width:100%;
}

.faq-wrapper {padding:0;}

.slidingDiv {
    height:auto;
    padding:0;
    margin:0.5rem 0 2rem 2rem;
    display: none;
}

.faq-item {margin-bottom:2rem;}
.faq-item h3 {font-size:1.3rem;text-align:left;}


.faq-wrapper.numbered {
  counter-reset: faq-counter;                     
}
.faq-wrapper.numbered .faq-item h3 a::before {
  counter-increment: faq-counter;
  content: counter(faq-counter); 
  position:absolute;
}
.faq-wrapper.numbered .faq-item h3 a span {
  margin-left:36px;
  display:inline-block;
}

/*
STRIPE
*/
.wbsp-dytc .asp-thank-you-page-msg-wrap {background-color:#fff;border:10px solid #179ca5;padding:20px;}
.wbsp-dytc .asp-thank-you-page-msg-wrap p.asp-thank-you-page-msg1 {font-weight:700;font-size:2rem;text-align:center;}
.wbsp-dytc .asp-thank-you-page-msg-wrap .asp-thank-you-page-product-name {font-weight:700;} 


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

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

._form-branding {display:none;}

.wbsp-dytc ._form-title, .wbsp-dytc ._html-code {
  /*font-family: "tablet-gothic-semi-condensed",sans-serif;  */
  font-family:'Barlow',sans-serif;
	clear: both; 
  margin:2rem 0; 
}

.wbsp-dytc ._form-title {
  font-size:3.2rem;
  line-height:1.1; 
  color:#179ca5;
  font-weight:200;
} 

.wbsp-dytc ._html-code {
  font-size:1.8rem;
  line-height:1.1;
  font-weight:200;
}
.wbsp-dytc ._form_element {
  margin-bottom:0.5rem;
}


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


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

.wbsp-dytc form button,
.wbsp-dytc button.submitButton,
.wbsp-dytc .action-button a.button,
.wbsp-dytc input[type="button"],
.wbsp-dytc input[type="reset"],
.wbsp-dytc input[type="submit"] {
	border: 2px solid;
	border-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
	line-height: 1;
	padding: 12px 18px;
  text-transform:uppercase;
  font-weight:600; 
  margin:1rem auto 0;
  letter-spacing:0.05rem;
  min-width:220px;
  display: inline-block;
}
.wbsp-dytc .action-button.action-button-icons a.button {  
  display:flex;
  align-items:center;
  justify-content:center;
  max-width:320px;
}

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

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

.wbsp-dytc input[type="text"],
.wbsp-dytc input[type="email"],
.wbsp-dytc input[type="url"],
.wbsp-dytc input[type="password"],
.wbsp-dytc input[type="search"],
.wbsp-dytc input[type="number"],
.wbsp-dytc input[type="tel"],
.wbsp-dytc input[type="range"],
.wbsp-dytc input[type="date"],
.wbsp-dytc input[type="month"],
.wbsp-dytc input[type="week"],
.wbsp-dytc input[type="time"],
.wbsp-dytc input[type="datetime"],
.wbsp-dytc input[type="datetime-local"],
.wbsp-dytc input[type="color"],
.wbsp-dytc textarea {
	color: #4a5a6a;
  border:1px solid rgba(23,156,165,0.3);
	border-radius: 0;
	padding: 3px;
  max-width: 100%;   
  width:100%;
  background-color: rgba(255,255,255,0.5); 
}

.wbsp-dytc input[type="text"]:focus,
.wbsp-dytc input[type="email"]:focus,
.wbsp-dytc input[type="url"]:focus,
.wbsp-dytc input[type="password"]:focus,
.wbsp-dytc input[type="search"]:focus,
.wbsp-dytc input[type="number"]:focus,
.wbsp-dytc input[type="tel"]:focus,
.wbsp-dytc input[type="range"]:focus,
.wbsp-dytc input[type="date"]:focus,
.wbsp-dytc input[type="month"]:focus,
.wbsp-dytc input[type="week"]:focus,
.wbsp-dytc input[type="time"]:focus,
.wbsp-dytc input[type="datetime"]:focus,
.wbsp-dytc input[type="datetime-local"]:focus,
.wbsp-dytc input[type="color"]:focus,
.wbsp-dytc textarea:focus {
	color: #179ca5;
  font-weight:700;
  background-color: rgba(23,156,165,0.1);
}

.wbsp-dytc .bgcol-bright input[type="text"],
.wbsp-dytc .bgcol-bright input[type="email"],
.wbsp-dytc .bgcol-bright input[type="url"],
.wbsp-dytc .bgcol-bright input[type="password"],
.wbsp-dytc .bgcol-bright input[type="search"],
.wbsp-dytc .bgcol-bright input[type="number"],
.wbsp-dytc .bgcol-bright input[type="tel"],
.wbsp-dytc .bgcol-bright input[type="range"],
.wbsp-dytc .bgcol-bright input[type="date"],
.wbsp-dytc .bgcol-bright input[type="month"],
.wbsp-dytc .bgcol-bright input[type="week"],
.wbsp-dytc .bgcol-bright input[type="time"],
.wbsp-dytc .bgcol-bright input[type="datetime"],
.wbsp-dytc .bgcol-bright input[type="datetime-local"],
.wbsp-dytc .bgcol-bright input[type="color"],
.wbsp-dytc .bgcol-bright textarea {
  border:1px solid rgba(23,156,165,0.3);
}

.wbsp-dytc select {
	border: 1px solid #ccc;
}

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

.wbsp-dytc .action-button .abicon {max-width:80px;width:100%;display:inline-block;font-weight: 300;margin: 0 10px 0 0;vertical-align: bottom;}
.wbsp-dytc .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-dytc .action-button .button:hover .abicon > span, .wbsp-dytc .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;
  color: #666;
  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: '\02143';
  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]
{
  background-color: #f9f9f9;
  color: #ddd;
  cursor: default;
} 
._checkbox-radio > input[type][disabled] + label
{
  color: #999;
  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;}


.notepad form {background-color:#fff;padding:30px 40px 40px;border-radius:20px;border:10px solid #e5e5e5; font-size:1.3rem;box-shadow:30px 30px 30px #b1b5b6;}    
.wbsp-dytc ._field_type_radio {font-size:1.1rem;}
.wbsp-dytc ._field_type_radio label {font-weight:400;}
.wbsp-dytc ._checkbox-radio label {font-weight:600;}


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

.wbsp-dytc input[type="checkbox"] {
    opacity: 0;
    position: absolute;   
}

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

.wbsp-dytc input[type="checkbox"] + span > label,
.wbsp-dytc input[type="checkbox"] + label {
    position: relative;
}

.wbsp-dytc input[type="checkbox"] + span > label:before,
.wbsp-dytc input[type="checkbox"] + label:before {
    content: '';
    background:#d7e5eb none;
	  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border:1px solid rgba(23,156,165,0.3);
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 3px 0 0;
    font-size: 18px;
    margin-right: 10px;
    text-align: center;
}

.wbsp-dytc input[type="checkbox"]:checked + span > label:before,
.wbsp-dytc input[type="checkbox"]:checked + label:before {
    content: "1";
    font-family: 'ibm-font';
    background: #179ca5;
    color: #fff;
		line-height:0.8;
    border:1px solid rgba(23,156,165,1); 
}

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

/*  */

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

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

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

.wbsp-dytc .radio-custom + .wbsp-dytc .radio-custom-label:before {
    content: '';
		background:#d7e5eb none;
	  background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    border: 3px solid #ebf2f5;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

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

.wbsp-dytc .radio-custom:checked + .wbsp-dytc .radio-custom-label:before {
    content: " ";
    font-family: 'icon-ibm';
		background: #179ca5;
}

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


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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*.wbsp-dytc .wbsp-dytc a {
	color: royalblue;
}

.wbsp-dytc a:visited {
	color: purple;
}

.wbsp-dytc a:hover, .wbsp-dytc a:focus, .wbsp-dytc a:active {
	color: midnightblue;
}

.wbsp-dytc a:focus {
	outline: thin dotted;
}

.wbsp-dytc a:hover, .wbsp-dytc a:active {
	outline: 0;
}*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.wbsp-dytc .main-navigation { 
	width: auto;
}

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

.wbsp-dytc .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;
}

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

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

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

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

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

.wbsp-dytc .main-navigation a {
	display: block;
	text-decoration: none;
  padding:.2em .8em; 
}

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

@media screen and (min-width: 768px) {
	.wbsp-dytc .menu-toggle { 
		display: none;
	}
	.wbsp-dytc .main-navigation ul {
		display: block;
	}
}

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

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

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

/*--------------------------------------------------------------
## Images
--------------------------------------------------------------*/
.wbsp-dytc .item-image {}
.wbsp-dytc .item-image.image-as-bg, .wbsp-dytc .item-bg-image {min-height:30vh;background-position:50% 50%;background-size:cover;} 


/*--------------------------------------------------------------
## Google Maps
--------------------------------------------------------------*/

.wbsp-dytc .acf-map button {
  min-width:auto;
}
.wbsp-dytc .acf-map h4 {
  margin:0;
}
.wbsp-dytc .acf-map p {
  margin:0 0 0.5rem;
}

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


/*
////// Footer Nav ///////
*/
.wbsp-dytc .footer-navigation {border-top:1px solid #fff;border-color:rgba(255,255,255,0.2);max-width:100%;width:100%;}
.wbsp-dytc .footer-navigation .menu {margin:0;display: -webkit-flex; /* Safari */display: flex;}
.wbsp-dytc .footer-navigation .menu > ul {padding:0;}
.wbsp-dytc .footer-navigation .menu > li {padding:1rem;border-left:1px solid #fff;border-color:rgba(255,255,255,0.2);}
.wbsp-dytc .footer-navigation .menu > li:first-child {padding-left:0;border-left:none;}
.wbsp-dytc .footer-navigation .menu > li a {font-weight:600;text-transform: uppercase;font-size:0.85rem;display:block;text-decoration:none;}
.wbsp-dytc .footer-navigation .menu > li a:hover, .footer-navigation .menu > li a:active {}
.wbsp-dytc .footer-navigation .menu li.current-menu-item a:link,
.wbsp-dytc .footer-navigation .menu li.current-menu-item a:visited {}
.wbsp-dytc .footer-navigation .menu li.current-menu-item a:hover,
.wbsp-dytc .footer-navigation .menu li.current-menu-item a:active {}

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

.wbsp-dytc .footer-navigation .menu li.current-menu-item .sub-menu a:link, .wbsp-dytc .footer-navigation .menu li.current-menu-item .sub-menu a:visited {
	}
.wbsp-dytc .footer-navigation .menu li.current-menu-item .sub-menu a:hover, .wbsp-dytc .footer-navigation .menu li.current-menu-item .sub-menu a:active {
	}
 



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

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

.wbsp-dytc .site-info {text-align:left;font-weight:500;font-size:0.85rem;background-color:#394959;border-top: 20px solid #5b6b7b;padding:20px 40px;letter-spacing:0.05rem;text-transform: uppercase;} 
.wbsp-dytc .site-info .flex-item {padding:0;}
.wbsp-dytc .site-info .flex-item.smi {padding-bottom:2rem}

.wbsp-dytc #smi {margin:0; -webkit-justify-content: start; /* Safari */ justify-content:start;padding:0;}
.wbsp-dytc #smi li {float:left;width:100%;margin:0 1rem 0 0;max-width:2rem;-webkit-flex: 1 1 2rem;padding:0;} 
.wbsp-dytc #smi li a {border-radius:100%;}
.wbsp-dytc #smi a:before {padding:0.3rem 0.2rem 0.1rem;margin:0;font-size:2rem;overflow:hidden;display:inline-block;border-radius:100%;vertical-align: middle;}
.wbsp-dytc #smi li.facebook-icon a:hover:before, .wbsp-dytc #smi li.facebook-icon a:active:before, .wbsp-dytc #smi li.facebook-icon a:focus:before {background-color:#4267b2;color:#fff;}
.wbsp-dytc #smi li.twitter-icon a:hover:before, .wbsp-dytc #smi li.twitter-icon a:active:before, .wbsp-dytc #smi li.twitter-icon a:focus:before {background-color:#65bbf2;color:#fff;}
.wbsp-dytc #smi li.linkedin-icon a:hover:before, .wbsp-dytc #smi li.linkedin-icon a:active:before, .wbsp-dytc #smi li.linkedin-icon a:focus:before {background-color:#0087c0;color:#fff;}
.wbsp-dytc #smi li.pinterest-icon a:hover:before, .wbsp-dytc #smi li.pinterest-icon a:active:before, .wbsp-dytc #smi li.pinterest-icon a:focus:before {background-color:#e14c40;color:#fff;}
.wbsp-dytc #smi li.youtube-icon a:hover:before, .wbsp-dytc #smi li.youtube-icon a:active:before, .wbsp-dytc #smi li.youtube-icon a:focus:before {background-color:#e53f30;color:#fff;}
.wbsp-dytc #smi li.google-icon a:hover:before, .wbsp-dytc #smi li.google-icon a:active:before, .wbsp-dytc #smi li.google-icon a:focus:before {background-color:#e66855;color:#fff;}
.wbsp-dytc #smi li.vimeo-icon a:hover:before, .wbsp-dytc #smi li.vimeo-icon a:active:before, .wbsp-dytc #smi li.vimeo-icon a:focus:before {background-color:#21c3ee;color:#fff;}
.wbsp-dytc #smi li.instagram-icon a:hover:before, .wbsp-dytc #smi li.instagram-icon a:active:before, .wbsp-dytc #smi li.instagram-icon a:focus:before {background-color:#923cb0;color:#fff;}
.wbsp-dytc #smi li.rss-icon a:hover:before, .wbsp-dytc #smi li.rss-icon a:active:before, .wbsp-dytc #smi li.rss-icon a:focus:before {background-color:#fba924;color:#fff;}


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



/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.wbsp-dytc .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. */
}

.wbsp-dytc .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. */
.wbsp-dytc #content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.wbsp-dytc .alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.wbsp-dytc .clear:before,
.wbsp-dytc .clear:after,
.wbsp-dytc .entry-content:before,
.wbsp-dytc .entry-content:after,
.wbsp-dytc .comment-content:before,
.wbsp-dytc .comment-content:after,
.wbsp-dytc .site-header:before,
.wbsp-dytc .site-header:after,
.wbsp-dytc .site-content:before,
.wbsp-dytc .site-content:after,
.wbsp-dytc .site-footer:before,
.wbsp-dytc .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

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

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

.wbsp-dytc .hero-content h1 {
  font-size:54px;
  font-size:4.8rem;
  font-weight:700;
  line-height:1;
}
.wbsp-dytc .hero-content h2 {
  font-size:42px;
  font-size:3.6rem;
  font-weight:200;
  line-height:1.1;
}
.wbsp-dytc .hero-content h3 {
  font-size:24px; 
  font-size:2.4rem;
  font-weight:600;
  line-height:1.2;
}
.wbsp-dytc .hero-content h4 {
  font-size:17px;
  font-size:1.7rem;
  font-weight:400;
  line-height:1.6;
}


.wbsp-dytc.your-2020 .hero-content h2 {margin:1rem 0 0;font-size:2.2rem;}
.wbsp-dytc.your-2020 .hero-content h2 strong {text-transform:uppercase;font-weight:600;}
.wbsp-dytc.your-2020 .hero-content h3 {margin:0 0 1rem;text-transform:none;font-weight:200;}  


.wbsp-dytc.your-2020 .hero-content .worksheets h2 {font-size:3.2rem;}  
.wbsp-dytc.your-2020 .hero-content h2 span.smaller {font-size:1.1rem;font-style:italic;color:#4a5a6a;line-height:1.2; }

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

.wbsp-dytc .post,
.wbsp-dytc .page {
	/*margin: 0 0 1.5em;*/
  margin:0;
}

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

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

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.wbsp-dytc .comment-content a {
	word-wrap: break-word;
}

.wbsp-dytc .bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.wbsp-dytc .infinite-scroll .posts-navigation,
.wbsp-dytc .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. */
.wbsp-dytc .infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wbsp-dytc .gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.wbsp-dytc .gallery-caption {
	display: block;
}


/***************************/
/*  STRIPE PAYMENT PLUGIN  */
/***************************/
.wbsp-dytc .asp_product_item {
  border:none;
  box-shadow: none;
  padding:0;  
}
 
@media screen and (max-width: 1200px) {

  .wbsp-dytc .bbt-star {
    font-size: 18px;
  } 
  
  .wbsp-dytc.your-2020 .hero-content h2 {font-size:2.0rem;}
  .wbsp-dytc.your-2020 .hero-content h3 {font-size:1.7rem;}  
  
}

@media screen and (max-width: 1024px) {   
  
  .wbsp-dytc h1 {
    font-size:42px;
    font-size:3.8rem;
  }
  .wbsp-dytc h2 {
    font-size:30px;
    font-size:2.8rem;
  }
  .wbsp-dytc h3 {
    font-size:20px;
    font-size:2rem;
  }
  .wbsp-dytc h4 {
    font-size:14px;
    font-size:1.4rem;
  }
  
  .wbsp-dytc .hero-content h1 {
    font-size:42px;
    font-size:3.6rem;
  }
  .wbsp-dytc .hero-content h2 {
    font-size:32px;
    font-size:2.8rem;
  }
  .wbsp-dytc .hero-content h3 {
    font-size:21px;
    font-size:2.1rem;
  }
  .wbsp-dytc .hero-content h4 {
    font-size:15px;
    font-size:1.5rem;
  }
  
  .wbsp-dytc.your-2020 .hero-content h2 {font-size:1.9rem;}
  .wbsp-dytc.your-2020 .hero-content h3 {font-size:1.6rem;}  
  
  .wbsp-dytc .break-early .flex-container > .flex-item, 
  .wbsp-dytc .break-early .no-margin-items.flex-container > .flex-item {
    -webkit-flex: 1 1 100%;
    max-width:100%;
  }
  
}

 
@media screen and (max-width: 768px) { /* Break Point for mobile nav toggle */
  
  .wbsp-dytc .header-horizontal .header-inner {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;
    -webkit-align-items: center; /* Safari */ 
    align-items:         center;

  }
  .wbsp-dytc .header-horizontal .header-inner > div {
    -webkit-justify-content: center; /* Safari */
    justify-content:         center;
    -webkit-align-items: center; /* Safari */ 
    align-items:         center;
  }
  
  
  
  .wbsp-dytc .flex-container > .flex-item, 
  .wbsp-dytc .no-margin-items.flex-container > .flex-item {
    -webkit-flex: 1 1 100%;
    max-width:100%;
  }
  .wbsp-dytc .block-list .flex-columns > .flex-item {
    flex:unset;
  }
  
  .wbsp-dytc h1, .wbsp-dytc h2, .wbsp-dytc h3, 
  .wbsp-dytc h4, .wbsp-dytc h5, .wbsp-dytc h6 {
  margin:1rem 0; 
  }
  
  
  .wbsp-dytc .scroll-down-arrow {display:none !important;}      
  .wbsp-dytc .ct-btn-scroll {
    left: calc(50% - 24px); 
  }
  
  .wbsp-dytc .equal-margin .flex-columns-2 {
    margin-top:1rem;
    margin-bottom:1rem;  
  }

  .wbsp-dytc .flex-item.item-height-mobile-100 {min-height: 100vh;}
  .wbsp-dytc .flex-item.item-height-mobile-95 {min-height: 95vh;}   
  .wbsp-dytc .flex-item.item-height-mobile-90 {min-height: 90vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-85 {min-height: 85vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-80 {min-height: 80vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-75 {min-height: 75vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-70 {min-height: 70vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-65 {min-height: 65vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-60 {min-height: 60vh;}  
  .wbsp-dytc .flex-item.item-height-mobile-55 {min-height: 55vh;}  
  .wbsp-dytc .flex-item.item-height-mobile-50 {min-height: 50vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-45 {min-height: 45vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-40 {min-height: 40vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-35 {min-height: 35vh;}
  .wbsp-dytc .flex-item.item-height-mobile-30 {min-height: 30vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-25 {min-height: 25vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-20 {min-height: 20vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-15 {min-height: 15vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-10 {min-height: 10vh;} 
  .wbsp-dytc .flex-item.item-height-mobile-5 {min-height: 5vh;} 
  
  .wbsp-dytc h1 {
    font-size:36px;
    font-size:3.2rem;
  }
  .wbsp-dytc h2 {
    font-size:26px;
    font-size:2.4rem;
  }
  .wbsp-dytc h3 {
    font-size:18px;
    font-size:1.8rem;
  }
  .wbsp-dytc h4 {
    font-size:13px;
    font-size:1.3rem;
  }

  .wbsp-dytc .hero-content h1 {
    font-size:36px;
    font-size:3.2rem;  
  }
  .wbsp-dytc .hero-content h2 {
    font-size:28px;
    font-size:2.4rem; 
  }
  .wbsp-dytc .hero-content h3 {
    font-size:18px;
    font-size:1.8rem;
  }
  .wbsp-dytc .hero-content h4 {
    font-size:13px;
    font-size:1.3rem; 
  }
  
  .wbsp-dytc.your-2020 .hero-content h2 {font-size:1.8rem;}
  .wbsp-dytc.your-2020 .hero-content h3 {font-size:1.5rem;} 
  
  
	.wbsp-dytc #smi {-webkit-justify-content: center; /* Safari */ justify-content:center;} 
	.wbsp-dytc .social-media-icons {max-width:100%; width:100%;}
	.wbsp-dytc .footer-navigation {border:none;}
	.wbsp-dytc .footer-navigation .menu {display:block;padding:0;}
	.wbsp-dytc .footer-navigation .menu > li {border-left:none;border-bottom:1px solid #fff;padding:0.5rem 0;margin:0;border-color:rgba(255,255,255,0.4);}
	.wbsp-dytc .footer-navigation .sub-menu > li {margin-bottom:0;}
   
  .wbsp-dytc .width-full > .site-header > .inner-container, .wbsp-dytc .width-full.inner-container, .wbsp-dytc .site-info {
    padding-left: 30px;
    padding-right: 30px;
  }
  
  .wbsp-dytc .site-info .flex-item.copyright-details {text-align:left;flex-direction: column;}   
  
  .wbsp-dytc .hero-content .item-inner {max-width:100% !important;}  
  
  .wbsp-dytc form {max-width:100%;}
}

@media screen and (max-width: 480px) {
  
  .wbsp-dytc .block-list .image-as-bg {  
    max-width: 100%;   
  }

  .wbsp-dytc .bbt-star {
    font-size: 14px;
  } 
  
  
  .wbsp-dytc.your-2020 .hero-content h2 {font-size:1.6rem;}  
  .wbsp-dytc.your-2020 .hero-content h3 {font-size:1.4rem;} 
}
