/*!
Theme Name: WMDAS
Author: triplesnap
Description: WMDAS Corporate WP Theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wmdas
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.

WMDAS 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
# 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;
}

/**
 * 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],
.hidden {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #727272;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# 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:not(.page-template-BlankPageTemplate) {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
	background-image: url(./images/Header-bckgrnd.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top left;
}

body.page-template-BlankPageTemplate,
body.page-template-BlankPageTemplate .site-content {
	background: #f8fbfd;
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 7px 6px;
	/*min-height: 46px;*/
}

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 {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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 {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	clear: both;
	display: block;
	float: left;
	padding: 10px 0;
	width: 100%;
}

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

.main-navigation ul#primary-menu > .menu-item > a:after {
	content: "";
	display: inline-block;
	margin-left: 22px;
	background: url('./images/icon-sprites.png') no-repeat 0 0;
	width: 8px;
	height: 9px;
}

.main-navigation ul#primary-menu > .menu-item.current-menu-item > a:after,
.main-navigation ul#primary-menu > .menu-item:hover > a:after {
	background-position: 0 -10px;
}

.main-navigation ul#primary-menu .menu-item-has-children .menu-item-has-children > a:after {
	margin: 0;
	float: right;
}

.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 .sub-menu {
	background-color: #fff;
	padding: 7px 10px;
}

.main-navigation .sub-menu li:not(:last-child) {
	margin-bottom: 5px;
}

.main-navigation .sub-menu li a {
	color: #3f93ee;
}

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

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

.main-navigation ul#primary-menu > li {
	margin: 25px 0;
}

@media screen and (min-width: 37.5em) {
	.main-navigation ul#primary-menu > li {
		margin: 0 50px 0 0;
	}

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

.main-navigation a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	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;
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## 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.5em;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
.site-content {
	background-color: #FFF;
}

.site-content,
.site-header,
.site-footer-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1640px;
}

.site-header,
.site-footer-inner {
	font-weight: bold;
	max-width: 1140px;
}

.site-header-upper {
	display: flex;
	justify-content: space-between;
	padding: 22px 0;
	flex-flow: row wrap;
}

.sprited {
	background: url('./images/icon-sprites.png') no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.fb-btn-logo .sprited {
	background-position: -6px -27px;
	width: 10px;
	height: 20px;
}

.fb-btn-logo {
	background-color: #399CD4;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.site-contacts-right {
	display: table-cell;
	padding-left: 14px;
}

.site-contacts-right > * {
	display: block;
}

.site-contacts small {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 8px;
}

.site-contacts a,
.site-contacts a:link {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.translation-select {
	display: inline-block;
	height: 36px;
	vertical-align: middle;
	overflow: visible;
}

.translation-select a {
	outline: none;
}

.site-contacts {
	display: table-row;
	margin-right: 30px;
}

.site-translation {
	margin-top: 28px;
}

.site-branding {
	margin-right: 20px;
}

.site-footer {
	background-image: -moz-linear-gradient( -129deg, rgb(40,146,233) 0%, rgb(57,156,212) 100%);
	background-image: -webkit-linear-gradient( -129deg, rgb(40,146,233) 0%, rgb(57,156,212) 100%);
	background-image: -ms-linear-gradient( -129deg, rgb(40,146,233) 0%, rgb(57,156,212) 100%);
}

.site-footer-inner .widget-column {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}

.site-footer-inner section.widget-area {
	margin: 52px 0;
}

.site-footer-inner section.widget-area aside h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F7C070;
}

.site-footer-inner section.widget-area aside ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer-inner section.widget-area aside ul.menu li {
	line-height: 36px;
}

.site-footer-inner section.widget-area aside ul.menu li a:link,
.site-footer-inner section.widget-area aside ul.menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.site-info {
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 18px 0;
}

.site-info small {
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}

.terms-privacy-links {
	line-height: 1;
	margin: 32px 0 24px;
}

.terms-privacy-links a,
.terms-privacy-links a:link {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 29px;
}

small.copyright-text {
	font-size: 16px;
	color: #fff;
}

.wmdas-centres-gmap {
	margin-bottom: 94px;
}

.wmdas-centre-location {
	background: url(./images/centres-blue-bckgrnd.png) no-repeat;
	background-size: cover;
	height: 600px;
	width: 631px;
	padding: 69px 80px;
}

.wmdas-centre-location h2,
.wmdas-centre-location h6 {
	margin: 0;
	line-height: 1;
}

.wmdas-centre-location h2 {
	color: #fff;
	margin: 12px 0 24px;
}

.wmdas-centre-location h2:after {
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	border-radius: 2px;
	background-color: #F7C070;
	margin-top: 22px;
}

.wmdas-centre-location h6 {
	color: #F7C070;
	font-size: 16px;
}

.wmdas-centre-location small {
	color: #FFF;
	display: block;
	font-size: 18px;
	line-height: 30px;
}

.wmdas-centre-location small.centre-tel,
.wmdas-centre-location small.centre-email {
	font-size: 16px;
}

.wmdas-centre-location small.centre-tel i,
.wmdas-centre-location small.centre-email i {
	background: url('./images/icon-sprites.png') no-repeat;
	background-position: -31px -1px;
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: middle;
	margin-right: 17px;
}

.wmdas-centre-location small.centre-email i {
	background-position:  -56px -3px;
	width: 16px;
	height: 13px;
}

.wmdas-centre-location small a,
.wmdas-centre-location small a:link {
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.btn,
.btn:link,
.btn:visited {
	background-color: #2892E9;
	color: #FFF;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	padding: 15px 43px;
	margin: 0 12px 12px 0;
	text-align: center;
}

.btn.btn-alt,
.btn.btn-alt:link,
.btn.btn-ghost,
.btn.btn-ghost:link {
	background-color: #FFF;
	color: #2892E9;
}

.btn.btn-ghost,
.btn.btn-ghost:link {
	border: 2px solid #2892E9;
}

.btn.btn-hero,
.btn.btn-hero:link {
	background-color: #F7C070;
	color: #FFF;
	width: 100%;
	max-width: 408px;
}

[class*="spacer-"] {
	clear: both;
}

.spacer-57 {
	height: 57px;
}

.spacer-24 {
	height: 24px;
}

.wmdas-centres-gmap {
	display: flex;
}

.gmap-container {
	flex: 1;
}

.wmdas-centre-heading {
	line-height: 1;
	text-align: center;
	margin: 79px 0 42px;
}

.wmdas-centre-heading,
h2,
.blog-index .page-title {
	color: #2892E9;
	font-size: 35px;
}

.wmdas-slide h3 {
	line-height: normal;
	color: #fff;
	font-size: 50px;
	margin: 0;
}


.wmdas-slide p {
	color: #fff;
	font-size: 20px;
}

.wmdas-slider-inner {
	max-width: 654px;
	white-space: normal;
}

.entry-header .entry-title {
	color: #2892E9;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.entry-footer,
.narrow-content,
.narrow-content2 {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.home .entry-content .crellyslider-slider {
	margin-bottom: 60px;
}

.featured-figure,
.featured-figure2 {
	background-image: url(./images/img-background-1.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 58px 95px;
	float: right;
}

.featured-figure2 {
	background-image: url(./images/img-background-2.png);
	float: none;
}

.da-header {
	margin-top: 70px;
}

.da-subheader {
	color: #010101;
	font-size: 16px;
	margin-top: 62px;
	margin-bottom: 20px;
}

.da-header2 {
	margin-top: 0;
	margin-bottom: 33px;
}

.entry-content ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

.entry-content ul li {
	background-image: url(./images/check.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 40px;
	margin-bottom: 23px;
}

.entry-content ul li ul {
	margin-top: 23px;
}

.flex-direction-nav a {
	line-height: normal;
}

.blog-carousel-inner {
	overflow: hidden;
}

.blog-carousel-inner .flexslider {
	background: inherit;
	border: none;
	margin: 0;
}

.blog-carousel {
	background-color: #F7F7F7;
	padding: 68px 0 96px;
}

.blog-carousel h2 {
	line-height: normal;
	margin: 0 0 30px 0;
}

.blog-carousel-inner .bc ul.slides li h4 {
	color: #010101;
	line-height: normal;
	margin: 19px 0 9px;
}

.blog-carousel-inner .bc ul.slides li h4 a {
	text-decoration: none;
	color: inherit;
}

.blog-carousel-inner .bc ul.slides li p {
	color: #727272;
	font-size: 16px;
	margin-top: 0;
}

.blog-carousel-inner .bc ul.slides li a.rm {
	color: #2892E9;
	font-size: 14px;
	text-decoration: none;
}

.blog-carousel-inner .bc ul.slides li a.rm i {
	display: inline-block;
	background: url('./images/carousel-sprite.png') no-repeat -28px -41px;
	width: 23px;
	height: 14px;
	vertical-align: middle;
	margin-left: 11px;
}

.page-template-AssessmentTemplate .content-area.narrow-content {
	margin-top: 90px;
}

.assessment-tabs {
	text-align: center;
	margin-bottom: 98px;
}

.assessment-tabs a,
.assessment-tabs a:link {
	text-decoration: none;
}


.assessment-tabs-tabs ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    list-style: none;
    margin: 0 80px;
    padding: 0;
}

.assessment-tabs-tabs ul li {
	cursor: pointer;
	background: none;
	padding-left: 0;
	margin-bottom: 0;
}

.assessment-tabs-tabs ul li i {
	background: url('./images/Assessment-Type-icons.png') no-repeat 0 0;
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
}

.assessment-tabs-tabs ul li strong {
	color: #010101;
	font-size: 16px;
	display: block;
	margin: 21px 0 18px;
}

.assessment-tabs-tabs ul li.type2logo i {
	background-position: -60px 0;
}

.assessment-tabs-tabs ul li.type3logo i {
	background-position: -120px 0;
}

.assessment-tabs-tabs ul li.type4logo i {
	background-position: -180px 0;
}

.assessment-tabs-tabs ul li.type5logo i {
	background-position: -240px 0;
}

.assessment-tabs-tabs hr {
	border-width: 1px 0 0 0;
	border-color: #DEDEDE;
	margin: 0 0 54px;
}

.page-template-AssessmentTemplate .assessment-tabs-tabs hr {
	margin: 0;
}

.page-template-AssessmentTemplate .assessment-tabs {
	margin-bottom: 50px;
}

.tab-active-indicator {
	background-color: #FFF;
	display: block;
	width: 40px;
	height: 5px;
	margin: 0 auto;
}


.assessment-tabs-tabs ul li.active .tab-active-indicator {
	background-color: #F7C070;	
}

.assessment-tabs > h2 {
	margin-bottom: 13px;
}

.assessment-tabs > p {
	line-height: 30px;
	margin: 0 auto 30px;
	max-width: 776px;
}

.assessments-tabs-content {
	margin-bottom: 40px;
}

.assessments-tabs-content > div {
	display: none;
	text-align: left;
	line-height: 30px;
}

.assessments-tabs-content > .active {
	display: block;
}

.assessments-tabs-content h3,
.assessments-tabs-content h4,
.assessments-tabs-content h5,
.assessments-tabs-content h6 {
	margin: 0;
}

.assessments-tabs-content .assessment-title {
	display: none;
}

.wmdas-card img {
	display: block;
}

.wmdas-card {
	background-color: #2892E9;
	display: flex;
	flex-flow: row wrap;
}

.wmdas-card aside {
	color: #FFF;
	flex: 1;
	font-size: 16px;
	padding: 69px 61px;
	line-height: 30px;
}

.wmdas-card aside h3.left-header {
	font-size: 35px;
	margin: 0;
}

.wmdas-card aside h3:after {
	background-color: #F7C070;
	border-radius: 2px;
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	margin-top: 21px;
	margin-bottom: 33px;
}

.wmdas-card aside h4.right-header {
	color: #F7C070;
	font-size: 16px;
	margin: 0 0 25px;
}

.wmdas-card ul {
	list-style: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.wmdas-card ul li {
	background: none; 
	padding-left: 0; 
	margin-bottom: 0; 
}

.wmdas-card aside .left,
.wmdas-card aside .right {
	float: left;
}

.wmdas-card aside .left:after,
.wmdas-card aside .right:after {
	content: "";
	display: table;
	clear: both;
}

.wmdas-card aside .left {
	width: 54%;
}

.wmdas-card aside .right {
	width: 46%;
	padding: 0 0 0 44px;
}

.page-template-AssessmentTemplate .entry-content {
	max-width: 950px;
	margin: 0 auto;
}

.page-template-AssessmentTemplate .entry-content h3 {
	color: #2892E9;
	font-size: 22px;
	margin: 13px 0 21px;
	line-height: 1;
}

.page-template-AssessmentTemplate .entry-content h3:after {
	content: "";
	display: block;
	width: 35px;
	height: 4px;
	background-color: #DCE0EB;
	margin-top: 23px;
}

.page-template-AssessmentTemplate #book-btn {
	display: block;
	margin: 63px auto 84px;
}

.assessment-hr {
	background-color: #E8EAEE;
	height: 1px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.fr {
	max-width: 495px;
	float: right;
	width: 100%;
}

.fr:after {
	content: "";
	display: block;
	clear: both;
}

.entry-content .narrow-content2 {
	max-width: 776px;
}

.blog-index .page-title {
	line-height: 1;
	margin-top: 58px;
	margin-bottom: 13px;
}

.blog-desciption {
	line-height: 1;
	margin: 0;
}

.blog-2columns {
	display: flex;
	margin-top: 60px;
}

.blog-2columns .left {
	flex: 1;
}

.blog-2columns .left article.post {
	float: left;
	width: calc(33.333333333% - 20px);
	min-height: 421px;
	margin: 0 10px 26px;
}

.blog-2columns .right {
	background-color: #FFF;
	box-shadow: 0 3px 14px rgba(42, 50, 70, 0.15);
	width: 215px;
	height: 100%;
	margin-left: 30px;
	padding: 30px;
}

.blog-2columns .right h3 {
	color: #2892E9;
	font-size: 20px;
	margin: 0 0 26px;
	padding-bottom: 20px;
	line-height: 1;
	border-bottom: 1px solid #F4F4F4;
}

.blog-2columns .right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.blog-2columns .right ul li {
	margin-bottom: 20px;
}

.blog-2columns .right ul li a,
.blog-2columns .right ul li a:link,
.blog-2columns .right ul li a:visited {
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

.forceimg100 img {
	width: 100%;
}

.wmdas-read-more,
.wmdas-read-more:link,
.wmdas-read-more:visited {
	color: #2892E9;
	display: block;
	font-size: 14px;
	text-decoration: none;
	margin-top: 28px;
}

.wmdas-read-more i {
	background: url('./images/carousel-sprite.png') no-repeat -28px -41px;
	display: inline-block;
	width: 23px;
	height: 14px;
	margin-left: 17px;
	vertical-align: middle;
}

.blog-2columns .left .entry-title {
	margin: 21px 0 10px;
	line-height: 1;
	font-size: 20px;
}

.blog-2columns .left .entry-title a,
.blog-2columns .left .entry-title a:link,
.blog-2columns .left .entry-title a:visited {
	color: #010101;
	text-decoration: none;
}

.blog-2columns .left .entry-content,
.blog-2columns .left .entry-content p {
	margin: 0;
}

.blog-2columns .left .entry-content p {
	font-size: 16px;
}

.wmdas-navigation {
	margin: 24px 0 92px;
}

.wmdas-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	text-align: center;
}

.wmdas-navigation ul > li {
	color: #DDE6ED;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border: 1px solid #C6CDD3;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	vertical-align: middle;
	overflow: hidden;
	margin-right: 5px;
}

.wmdas-navigation ul > li.active {
	border-color: #2892E9;
}

.wmdas-navigation ul > li > a,
.wmdas-navigation ul > li > a:link,
.wmdas-navigation ul > li > a:visited {
	color: #DDE6ED;
	display: block;
	text-decoration: none;
	position: relative;
}

.wmdas-navigation ul > li.active > a,
.wmdas-navigation ul > li.active > a:link,
.wmdas-navigation ul > li.active > a:visited {
	color: #2F96E0;
}

.wmdas-navigation ul > li.wmdas-next-link > a:after,
.wmdas-navigation ul > li.wmdas-prev-link > a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 8px solid #727272;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	position: absolute;
	top: 6px;
	left: 12px;
}

.wmdas-navigation ul > li.wmdas-prev-link > a:after {
	left: 0px;
}

.wmdas-navigation ul > li.wmdas-prev-link > a:after {
	border-left-color: #FFF;
	border-right-color: #727272;
}

.wmdas-navigation ul > li.wmdas-next-link > a,
.wmdas-navigation ul > li.wmdas-prev-link > a {
	text-indent: -999px;
}

.application-form label {
	display: block;
	margin-bottom: 10px;
}

.flexrow {
	display: flex;
	flex-flow: row wrap;
}

.flexrow .left,
.flexrow .right {
	flex: 1;
}

.flexrow .left {
	margin-right: 15px;
}

.flexrow .right {
	margin-left: 15px;
}

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

.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="url"],
.application-form input[type="password"],
.application-form input[type="search"],
.application-form input[type="tel"],
.application-form input[type="date"] {
	width: 100%;
}

.application-form textarea {
	height: 120px;
	max-width: 100%;
}

.form-block {
	margin-bottom: 20px;
}

.postcode {
	max-width: 220px;
}

.application-form-pager {
	margin: 40px 0;
}

.application-form-pager ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.application-form-pager ul > li {
	display: flex;
	margin: 0 20px 0 0;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	border: 1px solid #727272;
	border-radius: 15px;
	position: relative;
	font-size: 14px;
	background: none;
	padding: 0;
}

.application-form-pager ul > li.active {
	color: #2892E9;
	border-color: #2892E9;
}

.application-form-pager ul > li:last-child {
	margin-right: 0;
}

.application-form-pager ul > li:after {
	content: "";
	display: block;
	width: 10px;
	height: 1px;
	background: #b3b3b3;
	position: absolute;
	top: 14px;
	right: -16px;
}

.application-form-pager ul > li:last-child:after {
	content: none;
}

.application-form-header {
	border-bottom: 1px solid #D8DBDE;
	padding-bottom: 20px;
	margin-bottom: 40px;
	color: #000;
}

.application-form hr {
	margin: 60px 0;
}

.main-navigation .sub-menu > li {
	border-bottom: 1px solid #DEDEDE;
	padding: 2px 0;
}

.main-navigation .sub-menu > li:last-child {
	border-color: #fff;
}

.wmdas-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label,
.wmdas-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
	cursor: pointer;
	display: block;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 7px 16px;
}

.wmdas-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input[type="radio"]:checked ~ .wpcf7-list-item-label,
.wmdas-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input[type="checkbox"]:checked ~ .wpcf7-list-item-label {
	border-color: #2892E9;
	color: #2892E9;
}

.wmdas-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input[type="radio"],
.wmdas-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item label input[type="checkbox"] { display: none; }

.wmdas-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item,
.wmdas-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0 !important;
	margin-right: 1em !important;
}

.wmdas-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last,
.wmdas-radio .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.last {
	margin-right: 0 !important;
}

#contact {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

#contact:target {
	display: flex;
	align-items: center;
}

.contact__bg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}

.contact__container {
	background-color: #FFF;
	position: relative;
	width: 50%;
	margin: 0 auto;
	padding: 20px;
	max-height: 100%;
	overflow: auto;
}

.contact__cancel {
	background-color: #3f93ee;
	color: #fff !important;
	text-decoration: none;
	display: inline-block;
	line-height: 1;
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 30px;
	position: absolute;
	right: 0;
	top: 0;
}

#cookie-notice .btn.btn-alt {
	margin: 0 0 0 10px;
	padding: 5px 10px;
}

.custom-logo {
	width: 320px;
}

.bc-thumbnail {
	height: 258px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#dm-section {
	display: table-cell;
	vertical-align: top;
	width: 123px;
}

#dm-section a {
	display: inline-block;
}

#dm-section.dm-section-bottom {
	display: block;
	width: 340px;
	margin-bottom: 94px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}

.wpcf7-form-control-wrap input[name="txnid"] {
	margin: 0;
	padding: 0;
	border: 0;
	width: 0;
	height: 0;
}

.btn.show-wmdas-stripe-form {
	margin-bottom: 0;
}

.wmdas_form_stripe_modal_bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
}

.wmdas_form_stripe_modal_bg .loading-txt {
	display: inline-block;
	margin-top: 10%;
	color: #FFF;
	font-weight: bold;
	font-size: 36px;
	font-size: 8vh;
}

.StripeElement {
	box-sizing: border-box;

	height: 40px;

	padding: 10px 12px;

	border: 1px solid transparent;
	border-radius: 4px;
	background-color: white;

	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
}

.StripeElement--focus {
	box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
	border-color: #fa755a;
}

.StripeElement--webkit-autofill {
	background-color: #fefde5 !important;
}

.cf7wmdas_form_stripe {
	text-align: left;
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	background-color: #f7f7f7;
	padding: 20px;
}

.cf7wmdas_form_stripe label {
	margin-bottom: 10px;
	display: block;
}

.cf7wmdas_form_stripe .btn {
	margin-top: 18px;
	margin-bottom: 0;
}

#card-errors {
	font-family: monospace;
	color: red;
	font-size: 12px;
	margin-top: 8px;
}

.cf7wmdas_form_stripe code {
	background-color: #000;
	padding: 3px 8px;
	margin-bottom: 10px;
	display: inline-block;
}

.cf7wmdas_form_stripe code a:link {
	color: #21ff10 !important;
	text-decoration: none;
}

.cf7wmdas_form_stripe code a:hover {
	text-decoration: underline;
}

.txt-blu {
	color: #2892E9;
	font-weight: bold;
}

/*
 * WMDAS Checkout
 */

.powered-by {
	display: block;
	margin-top: 40px;
	text-align: center;
}

.powered-by img {
	vertical-align: middle;
	width: 74px;
}

#app-checkout input[name="admin-fee"] {
	border: none;
	font-size: 36px;
	color: #000;
	max-width: 90px;
	width: 100%;
}

#app-checkout .symbol {
	color: #000;
	font-size: 36px;
}

.wmdas-number-field {
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	border-width: 1px 0;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	border-radius: 4px;
	overflow: hidden;
}

.wmdas-number-field,
.wmdas-number-field > * {
	vertical-align: middle;
}

.wmdas-number-field > * {
	margin: 0;
}

.wmdas-number-field button {
	background: #fff;
	color: black;
	font-size: 29px;
	padding: 0;
	width: 68px;
	height: 68px;
	border-radius: 0;
	line-height: 0;
	text-align: center;
	border-width: 0 1px;
}

#app-checkout input[type="text"],
#app-checkout input[type="email"],
#app-checkout select {
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 3px 0 #e6ebf1;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	width: 100%;
	padding: 7px 6px;
}

#app-checkout label {
	display: block;
	color: #727272;
	font-family: 'Quicksand', sans-serif;
	font-size: 18px;
	font-size: 1rem;
	font-weight: bold;
	margin-bottom: 5px;
}

#app-checkout-form button[type="submit"] {
	display: block;
	background: #666ee8;
	color: #fff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	border: 0;
	font-weight: 700;
	width: 100%;
	outline: none;
	cursor: pointer;
	transition: all 0.15s ease;
	font-size: 24px;
	padding: 8px;
}

#app-checkout-form button#submit[disabled] {
	color: #969696;
	background: #b5b5b5;
	box-shadow: none;
	cursor: not-allowed;
}

.page-template-BlankPageTemplate .entry-content.narrow-content {
	box-shadow: 0 1px 31px 0 #c7c7c7;
	-webkit-transition: box-shadow 150ms ease;
	transition: box-shadow 150ms ease;
	padding: 30px;
	max-width: 630px;
	margin-bottom: 30px;
}

.acf-label {
	text-align: center;
	margin: 20px 0 10px;
}

.acf-label h4 {
	background: #f8fbfd;
	display: inline-block;
	margin: 0;
	position: relative;
	top: -16px;
	padding: 0 9px;
}

.acf-label hr {
	margin: 0;
}

.fb-btn-logo {
	display: inline-block;
	text-decoration: none;
	color: #FFF !important;
	font-size: 12px;
	vertical-align: middle;
}

.fb-btn-logo:first-child {
	margin-right: 13px;
}

.fb-btn-logo span.sprited {
	display: block;
	margin: 0 auto;
	line-height: 1;
}

.fb-btn-logo span:last-child {
	line-height: 13px;
	display: block;
}

.site-header .fb-btn-logo:first-child {
	margin-right: 0;
}

#wmdas-popup {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
}

#btn-redirect:not(.unhide) {
	display: none !important;
}

.wpcf7 .wpcf7-submit:disabled {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.md-padded {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 599px) {
    button.menu-toggle {
        margin-inline: auto;
    }
    
    button.menu-toggle + .menu-menu-1-container {
        text-align: center;
    }
}
