/*!
Theme Name: redcrier-2017
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: redcrier-2017
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.

redcrier-2017 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
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 40px;
	margin: 0 0 25px;
}

h2 {
	font-size: 36px;
	margin: 0 0 25px;
}

h2.fancy-heading {
	font-size: 50px;
    color: #3F454A;
    position: relative;
    padding-bottom: 15px;
}

h2.fancy-heading:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #CD171E;
    width: 70px;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}


h3 {
	font-size: 32px;
	margin: 0 0 25px;
}

h4 {
	font-size: 28px;
	margin: 0 0 25px;
}

h5 {
	font-size: 24px;
	margin: 0 0 25px;
}

h6 {
	font-size: 20px;
	margin: 0 0 25px;
}


mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Helvetica Neue LT Std';
	font-size: 16px;
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	color: #CD171E;
	font-weight: 300;
	margin-top: 0;
}

p {
	margin: 0 0 1.5em;
}

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}

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 {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 0em;
	padding-left: 20px;
}

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"] {
background: #cd181f;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 7px 25px 5px;
    transition: all 0.5s ease;
    width: 100%;
    height: 36px;
    border: 1px solid white;
    border-radius: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: white;
	color: #cd181f;
}

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 {
	outline: 0;
}

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: #cd181f;
    border: 1px solid #cd181f;
    padding: 12px 15px 7px;
    font-size: 13px;
    font-weight: 500;
    width: 100%;
    height: 36px;
    border-radius: 15px;
}

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: #cd181f;
	outline: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
	height: 120px;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.pt-10 {
	padding-top: 10px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-60 {
	margin-bottom: 60px;
}

.uppercase {
	text-transform: uppercase;
}

.spaced {
	letter-spacing: 2px;
}

.nopadding {
	padding:0;
}

body.page-id-3413 div.wpcf7-mail-sent-ok {
    border: 2px solid #a6d143;
    background: #a6d143;
    border-radius: 5px;
    padding: 13px 10px 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #CD171E;
	text-decoration: none;
	transition:color 0.5s ease;
}

a:hover, a:focus, a:active {
	color: #CD171E;
}

a:focus {
	outline: 0;
}

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

a.button, span.button, .posts-navigation a {
    color: white;
    background: #CD171E;
    display: inline-block;
    padding: 10px 80px 6px;
    text-transform: uppercase;
    font-weight: 500;
    height: 38px;
    border-radius: 19px;
    font-weight: 600;
    letter-spacing: 2px;

    overflow: hidden;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

a.button.white {
	color: #cd161e;
    background: #ffffff;
}

.hide-button {
	display: none;
	margin-top: 30px;
}

@media (min-width: 991px) {

	a.button:before , span.button:before {
	    content: "";
	    position: absolute;
	    z-index: -1;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    background: #b7141a;
	    -webkit-transform: scaleX(0);
	    transform: scaleX(0);
	    -webkit-transform-origin: 0 50%;
	    transform-origin: 0 50%;
	    -webkit-transition-property: transform;
	    transition-property: transform;
	    -webkit-transition-duration: 0.5s;
	    transition-duration: 0.5s;
	    -webkit-transition-timing-function: ease-out;
	    transition-timing-function: ease-out;
	}

	a.button.white:before {
	    background: #d1d0d2;
	}

	a.button:hover:before, a.button:focus:before, a.button:active:before,
	span.button:hover:before, span.button:focus:before, span.button:active:before {
		-webkit-transform: scaleX(1);
	    transform: scaleX(1);
	    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); 
	}

	a#cn-accept-cookie:before {
		display: none;
	}

}

body.single-course a.button {
    color: #CD171E;
    background: white;
}

body.single-course .course-navigation a.button, .posts-navigation a {
	color: white;
	background: #3F454A;
    padding: 10px 30px 6px;
}

body.single-course .rc-cta-box a.button { 
	color: white;
	background: #CD171E;
}

.course span.button {
	width: 100%;
    padding: 10px 20px 6px;
}

.free-consultation .privpolicylink a {
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/

.site-header {
	padding: 15px 0;
    background: white;
}

.site-footer {
	background: #DEDCDD;
	padding: 45px 0 30px;
}

.header-contact {
	/*padding-top: 15px;*/
}

.header-contact img {
	/*margin-right: 5px;*/
}

.header-row {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.header-menu {
	padding-top: 15px;
	text-align: right;
	padding-top: 0;
}

.wf-header {
	width: 80px;
    vertical-align: middle;
}

.markitebox-inner {
	display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-image {
	background-image: url(images/HomeHeader.jpg);
	background-size: cover;
	background-position: center;
	height: 90vh;
	position: relative;
	border-bottom: 2px solid white;
}

.internal-header-image {
	background-image: url(images/FallbackHeaderRedcrier.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
	position: relative;
	border-bottom: 2px solid white;
}

body.blog .internal-header-image,
body.category .internal-header-image {
	background-image: url(images/FallbackHeaderRedcrier.jpg) !important;
}

body.post-type-archive-course .internal-header-image, 
.single-course .internal-header-image,
.tax-course-type .internal-header-image {
	background-image: url(images/Courses-Header.jpg);
}

.header-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0 30px;
    background: rgba(0, 0, 0, 0.25);
    text-align: center;
}

body.home .header-bar {
	padding: 40px 0 40px;
}

.header-bar h2 {
	color: white;
    font-size: 42px;
    margin: 0;
}

.header-bar h1 {
	color: white;
    font-size: 46px;
    margin: 0;
}

.footer-contact p {
	margin-bottom: 10px;
	line-height: 1.1;
}

.footer-contact p:last-child {
	margin: 0;
}

.footer-contact img {
	margin-bottom: 15px;
}

.footer-menu ul {
	margin-left: 0;
    padding-left: 15px;;
}

.footer-menu ul li {
	margin-bottom: 10px;
	font-size: 15px;
}

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

.footer-creds img {
	display: block;
}

.footer-tweets ul {
	margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer-col {
    padding: 0 35px;
}

.footer-col:first-child {
	padding-left: 0;
}

.footer-col:last-child {
	padding-right: 0;
}

.footer-col:after {
	content: "";
	display: block;
	width: 1px;
	height: 270px;
	background: white;
	position: absolute;
	right: 0px;
	top: 0;
}

.footer-col:last-child:after {
	display: none;
}

.tweet-text {
	margin: 0 0 0px;
}

.tweet-details {
	margin: 0 0 10px;
	font-size: 80%;
}

.what-are-you {
	margin-top: -35px;
}

.course, .where-to-now {
	text-align: center;
    margin-bottom: 35px;
    position: relative;
}

.where-to-now {
	margin: 0 10px 0;
}

.course-container:nth-child(4n+1) {
    clear: left;
}

.course-container.course-container-featured:nth-child(4n+1) {
	clear: none;
}

.course-container-featured:nth-child(3n+1) {
	clear: left;
}

.course:before, .where-to-now:before {
    content: "\f061";
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
    transform: rotate(45deg);
    color: white;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.course:before {
	display:none;
}

.course:after, .where-to-now:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    border-color: transparent;
    border-style: solid;
}

.course:after, .where-to-now:after {
	border-width: 1.5em;
    border-right-color: #cd181f;
    border-bottom-color: #cd181f;
}

.course:after {
	display:none;
}

.course a, .where-to-now a {
	display: block;
	background: #D1D0D2;
    padding: 40px 30px 30px;
    transition:background 0.5s ease;
}

.course a {
	padding: 20px;
}


.where-to-now a {
	border: 2px solid #d1d0d2;
    background: white;
}

.course a:hover {
	background: #3F454A;
}

.where-to-now a:hover {
	background: #d1d0d2;
}

.course-filter {
	text-align: center;
    padding-top: 60px;
    padding-bottom: 35px;
    background: #D1D0D2;
    margin-bottom: 30px;
}

.coursetype {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	display: inline-block;
}

.course-filter h5 {
	margin-bottom: 15px;
}

.course-filter-icons {
}

.course-filter-icons img {
	transition:all 0.2s ease-in;
}

.course-filter-icons a:hover img {
	opacity: 0.8;
}

.header-menu .course-filter-icons {
	display: inline-block;
	margin-right: 10px;
}

.header-menu .course-filter-icons img {
	width: 60px;
}

.coursetype.elearning {
	background: #3CAEF9;
}

.coursetype.face-to-face {
	background: #40AC48;
}

.coursetype.silver-box {
	background: #FDA732;
}

.coursetype.ebox {
	background: #1faba6;
}

.hidden-course-text {
	/*display: none;*/
    color: #3f454a;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/*
.course-excerpt {
	margin-bottom: 15px;
	min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/

.ff-box-top {
	background: #D1D0D2;
	text-align: center;
    margin-top: 35px;
    padding: 40px 30px 30px;
    transition:background 0.5s ease;
}

.ff-box-bottom img {
	width: 100%;
}

@media (min-width: 991px) {

	.what-are-you .ff-box-top {
		height: 370px !important;
	}

}

.ff-box:hover .ff-box-top, .rc-cta-box:hover {
	background: #3F454A;
}

.ff-box {
    border-left: 1px solid white;
    border-right: 1px solid white;	
}

.ff-box-icon {
	position: absolute;
    left: 50%;
    top: 0;
    margin-left: -35px;
}

.ff-box h2, 
.rc-cta-box h2, 
.course h2, 
.free-consultation h3, 
body.single-course h2, 
.intro-section h1, 
.intro-section h2, 
.where-now h2 {
	color: #3F454A;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 20px 0 30px !important;
	position: relative;
	padding-bottom: 10px;
	transition:color 0.5s ease;
}

.course h2 {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

body.single-course .where-now h2, .where-now h2 {
    font-size: 16px;
	margin: 15px 0 20px !important;
	text-align: center;
}

.ff-box:hover h2, .rc-cta-box:hover h2, .course a:hover h2, .course a:hover .hidden-course-text {
	color: white;
}

.ff-box h2:after, .rc-cta-box h2:after, .course h2:after, .free-consultation h3:after, body.single-course h2:after, .intro-section h1:after, .intro-section h2:after, .where-now h2:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #CD171E;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;	
}

.free-consultation h3:after {
	background: #fff;
}

.ff-box-text, .rc-cta-box-text {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 1.2;
	transition:color 0.5s ease;
}

/*
.rc-cta-box-text {
	min-height: 115px;
}
*/

#subscribe-email {
	margin-bottom: 28px;
	margin-bottom: 22px;
}

.ff-box-text {
	max-width: 360px;
	margin: 0 auto 20px;
}

.ff-box:hover .ff-box-text, .rc-cta-box:hover .rc-cta-box-text {
	color: white;
}

.train-workforce {
	color: white;
}

.train-workforce h3 {
	color: white;
	font-size: 60px;
	font-size: 50px;
	line-height: 1;
}

body.home .train-workforce h3,
body.page-id-2079 .train-workforce h3 {
	font-size: 42px;
}

.train-workforce p {
	line-height: 1.2;
}

@media (min-width: 991px) {

	.train-workforce .vc_column_container {
		min-height: 400px;
	}

	.train-workforce .pt-40.pb-40.vc_column_container {
		display: flex;
    	align-items: center;
    	justify-content: center;
    	padding: 0;
	}

}

@media(min-width: 1200px) {

	.home-carousel, .sidebar-carousel {
		width: 90vw;
	    position: relative;
	    left: 50%;
	    right: 50%;
	    margin-left: -45vw !important;
	    margin-right: -45vw !important;
	}

}

@media (min-width: 991px) {

	.nopaddingfooter {
		padding: 0;
	}

}

.rc-cta-box {
	text-align: center;
	background: #D1D0D2;
    padding: 30px 20px 45px;
    transition:background 0.5s ease;
    margin-bottom: 30px;
}

.rc-cta-box-icon {
	margin-bottom: 30px;
}

.rc-cta-box-icon img {
	width: 200px;
	display: inline-block !important;
}

.rc-cta-box input[type="submit"] {
	width: auto;
	padding: 13px 80px 6px;
	border: 0;
	font-weight: 500;
	height: 38px;
	font-size: 16px;
	border-radius: 19px;
}

.posttoprc {
	min-height: 300px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.posttitle {
	text-align: center;
}

.posttitle h4 {
	color: #3F454A;
	font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 20px 0;
    position: relative;
    padding: 20px 20px 20px;
    /*max-height: 110px;
    min-height: 110px;*/
}

.posttitle h4:after {
	content: "";
    position: absolute;
    height: 4px;
    background: #CD171E;
    width: 70px;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
}

.postdate {
	text-align: center;
	margin: 27px 0 20px;
	font-size: 13px;
}

.news-menu {
	margin-bottom: 20px;
}

.news-menu .readmore {
	padding-bottom: 20px;
}

/*
.news-menu .postthumbnail {
	margin-top: -19px;
}
*/

.news-carousel .postthumbnail {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	/*min-height: 220px;*/
}

.news-carousel .nopostthumbnail {
	background-size: 300px;
	background-color: white;
}

.news-info {
	background: white;
	background: #f5f5f5;
	transition:background 0.5s ease;
}

.news-info:hover {
	background: #DEDCDD;
}

.news-info span.button {
	position: relative;
    z-index: 9;
}

.readmore {
	text-align: center;
}

.header-image h1 {
	margin: 60px 0 0;
	font-size: 65px;
	line-height: 1;
	color: white;
	font-weight: 100;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    background-color: #D1D0D2;
    overflow-x: hidden;
    transition: 0.5s;
}

.main-nav-container {
	padding-top: 40px;
}

.news-nav h3 {
	margin-bottom: 10px;
    color: #3F454A;
}

.news-nav .posttitle {
	min-height: auto;
}

.news-nav .posttitle h4 {
	padding: 25px 20px 10px;
}

.viewall {
	display: block;
    margin: 20px 0 10px;
    color: #3F454A;
    font-size: 20px;
}

.video-block iframe {
	margin: 0 auto;
	display: block;
}

.free-consultation {
	text-align: center;
	background: #CD171E;
	color: white;
    padding: 40px 0;
}

.free-consultation p {
	font-size: 14px;
}

.free-consultation h3 {
	color: white;
	margin-top: 0;
}

.free-consultation-form {
	/*text-align: left;*/
	margin-top: 40px;
	margin: 40px auto 0;
}

body.page-id-3413 .free-consultation-form {
	margin: 30px auto 0;
}

@media (min-width: 991px) {

	.free-consultation-form {
		width: 80%;
	}

}

.free-consultation-form p {
	margin: 0 0 10px 0;
}

.course-content ul, .learning-outcomes ul {
	margin: 0;
    text-align: center;
    list-style: inside;
}

.course-aim, .intro-section {
	padding-top: 25px;
	padding-bottom: 15px;
	background: #D1D0D2;
}

.course-aim p, .intro-section p {
	line-height: 20px;
	font-size: 15px;
}

.delivery-styles {
	padding-top: 20px;
	background: #D1D0D2;
}

.download-pdf {
	padding-top: 20px;
	background: #CD171E;
	color: white;
}

.download-pdf h2 {
	color: white !important;
}

.download-pdf h2:after {
	background: white !important;
}

.course-navigation {
    padding-top: 35px;
}

.where-now {
	padding-top: 40px;
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

.where-now ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.where-now ul li {
	display: inline-block;
	width: 33%;
	border: 2px solid #DEDCDD;
	padding: 30px;
	text-align: center;
}

.where-now ul li a {
	display: block;
}

.quote-section {
	background: #DEDCDD;
}

.quote {
    font-size: 38px;
    line-height: 1.2;
    font-weight: 100;
}

.sidebar-carousel {
	padding-top: 40px;
}

.sidebarcarousel .rc-cta-box {
	margin: 0 5px;
}

.posts-navigation {
	padding:30px 0;
	text-align: center;
	clear: both;
}

.posts-navigation a {
	margin: 0 5px;
}

.full-width-section {
	width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.share-post {
	text-align: center;
	margin: 0 0 50px;
}

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

.entry-meta {
	font-size: 14px;
	margin-bottom: 20px;
}

.single-post .entry-content {
	margin: 50px 0 0;
}

.social-nav a {
    display: inline-block;
    border-radius: 50%;
    color: white;
    background: #CD171E;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 41px;
    font-size: 20px;
    font-family: sans-serif;
}

.social-nav {
	margin-bottom: 20px;
}

.markit,
.ebox {
	display: inline-block;
}

#breadcrumbs,
#breadcrumbs a {
	color: white;
	font-size: 13px;
}

.registered-care-provider-row .ff-box h2 {
	margin-top: 0 !important;
}

.registered-care-provider-row .ff-box .ff-box-top {
	min-height: 370px;
	display: flex;
  	align-items: center;
  	justify-content: center;
}

.download-pdf {
	align-items: center;
  	justify-content: center;
}

.sample-pdf img {
	transition:all 0.2s ease-in;
}

.sample-pdf a:hover img {
	transform: scale(0.9);
}

#cookie-notice .button.wp-default {
    line-height: 18px;
    padding: 10px 35px 6px;
    background: white;
}

.resource-container:nth-child(4n+1) {
    clear: left;
}

.resource {
    padding: 10px 10px 16px 10px;
    background: #f5f5f5;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 30px !important;
}

.resource img {
    margin-bottom: 15px;
}

.resource a {
    font-size: 14px;
    font-weight: bold;
}

.search-dropdown {
	display: inline-block;
}

.search-dropdown img {
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
    background-color: #cd171e;
    min-width: 270px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px;
    border-radius: 15px;
    right: 0;
}

.dropdown-content label {
	display: block;
}

/* Show the dropdown menu on hover */
.search-dropdown:hover .dropdown-content {
	display: block;
}

.search-title {
	margin-bottom: 0;
}

body.search .content-area {
	padding: 40px 0;
}

body.search .hentry {
	border-bottom: 1px solid;
    margin: 0;
    padding: 30px 20px;
}

body.search .entry-summary p:last-child {
	margin-bottom: 0;
}

body.search .hentry:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.newflipbox {
    color:white;
    text-align:center;
    padding:30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 400px;
}

.newflipbox img {
    margin-bottom:15px !important;
}

.newflipbox h3 {
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.top-para {
    min-height: 230px;
    min-height: 255px;
}

.greenbox {
    background:#00a651;
}

.greenbox h3 {
    color: #b2ddc1;
}

.yellowbox {
    background:#f99d1a;
}

.yellowbox h3 {
    color: #ffddb5;
}

.turqoisebox {
    background:#1faba6;
}

.turqoisebox h3 {
    color: #c3e0de;
}

.bluebox {
    background:#00acdd;
}

.bluebox h3 {
    color: #abe0f3;
}

.rc-cta-box-title h2 {
	font-size: 19px;
}

.rc-cta-box-text {
	min-height: 140px;
}

.casestudyimg {
  margin: 0 0 15px 0;
  text-align: center;
}

.casestudyimg img {
  height: 130px;
  max-width: 300px;
  object-fit: contain;
}

@media (min-width: 1199px) {

	.rc-cta-box-text {
	    min-height: 125px;
	}

	.rc-cta-box-title h2 {
		font-size: 22px;
	}

	.carousel-box .rc-cta-box-text {
		min-height: 90px;
	}

	.rc-cta-box.carousel-box {
		min-height: 585px;
	}

	#subscribe-email {
		min-height: 95px;
		min-height: auto;
	}

}

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

	#subscribe-email {
	    min-height: 64px;
	    min-height: auto;
	}

	.rc-cta-box {
	    padding: 20px 10px 15px;
	}

	.rc-cta-box-text {
	    min-height: 140px;
	    font-size: 14px;
	}

	.carousel-box .rc-cta-box-text {
		min-height: 80px;
	}

	.rc-cta-box-icon img {
		width: 100px;
	}

	.rc-cta-box-title h2 {
	    font-size: 16px;
	    letter-spacing: 1px;
	}

}

@media (max-width: 767px) {

	.carousel-box .rc-cta-box-text {
	    min-height: 115px;
	}

	.course-filter {
    	padding-top: 35px;
	}

	.course-filter-icons img {
		width: 23%;
	}

	.main-nav-container {
		padding-top: 20px;
	}

	.secondnav {
		padding-bottom: 20px;
	}

}
 
.course-navigation-inner a.button {
	width: 100%;
}

.course-navigation-inner a.button:first-child {
	margin-bottom: 10px;
}

.contactpreferences h5 {
	font-size: 16px;
    font-weight: bold;
    margin: 0px 0 5px;
    color: white;
}

.contactmecontainer {
	margin-bottom: 10px;
}

.contactmecontainer label,
.contactpreferences label {
	font-weight: 400;
	font-size: 14px;
}

/*
.covid-course-ad {
    background: #474648;
    color: white;
    text-align: center;
    padding: 9px 0 6px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
*/

.covid-course-ad {
	background: #cd161d;
    color: white;
    text-align: center;
    padding: 18px 0 13px;
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.covid-course-ad span {
	text-decoration: underline;
}

.covid-course-ad a {
	color: white;
}

@media (max-width: 767px) {

	.covid-course-ad {
		font-size: 15px;
	}

}

.featured-course-row {
    background: #D1D0D2;
    margin: 0 0 30px;
    text-align: center;
}

.featuredimagecourse {
	min-height: 300px;
    background-image: url(images/FallbackHeaderRedcrier.jpg);
    background-size: cover;
    background-position: center;
}

.course-details {
	min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.course-details h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
	color: #3F454A;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 0 30px !important;
    position: relative;
    padding-bottom: 10px;
    transition: color 0.5s ease;
}

.course-details h2:after {
	content: "";
    position: absolute;
    height: 3px;
    background: #CD171E;
    width: 150px;
    bottom: 0;
    left: 50%;
    margin-left: -75px;
}

.course-filter-icons-new {
	text-align: center;
    vertical-align: top;
}

.course-filter-icons-new a {
	display: inline-block;
	width: 255px;
	background: #eee;
    vertical-align: top;
    padding: 20px;
    margin: 0 10px;
}

.course-filter-icons-new-round a {
	width: 90px;
    min-height: 90px;
    vertical-align: top;
    padding: 20px 0px 14px;
    margin: 0 3px;
    border-radius: 50%;
}

.course-filter-icons-new a.ebox-course-box {
	background: #12aaa7;
}

.course-filter-icons-new a.ebox-course-box span {
	color: #12aaa7;
}

.course-filter-icons-new a.silver-box-course-box {
	background: #fc9d00;
}

.course-filter-icons-new a.silver-box-course-box span {
	color: #fc9d00;
}

.course-filter-icons-new a.face-to-face-course-box {
	background: #07a652;
}

.course-filter-icons-new a.face-to-face-course-box span {
	color: #07a652;
}

.course-filter-icons-new a img {
    width: 70px;
    margin-bottom: 15px;
}

.course-filter-icons-new-round a img {
    width: 40px;
    margin-bottom: 0px;
}

.course-filter-icons-new a h4 {
    margin: 0;
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.course-filter-icons-new-round a h4 {
    font-size: 8px;
}

.course-filter-icons-new a p {
    font-size: 12px;
    color: white;
    margin-bottom: 15px;
    min-height: 65px;
}

.course-filter-icons-new a span {
	display: inline-block;
    padding: 10px 30px 7px;
    background: #cd171e;
    border-radius: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    color: white !important;
    font-size: 14px;
}

/*
.markitebox-container {
	display: inline-block;
    padding: 5px 10px;
    border: 2px solid #cd171e;
    border-radius: 35px;
}
*/

.markitebox-container h4 {
	margin: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.markitebox-container .markit {
	margin-right: 5px;
}

.markitebox-container .ebox {
	margin-left: 0px;
}

.new-hero {
	padding: 60px 0 60px;
	background-image: url(images/HeroBg.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

.new-hero .container {
	max-width: 1070px;
}

.flex-row {
	display: flex;
}

.flex-col {
	display: flex;
	float: none;
}

.flex-middle {
	align-items: center;
    justify-content: center;
}

.slide-text {
	padding-right: 50px;
	width: 100%;
}

.slide-text h2 {
	font-size: 50px;
    color: #40464b;
    line-height: 1.1;
}

.slide-text p {
	font-size: 24px;
    font-weight: 300;
    margin-bottom: 30px;
}

.slide-text a.button {
	padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 17px;
    height: auto;
}

.hero-image {
	padding-right: 0px;
}

.projectoverview {
	padding: 0 15px;
}

.projectoverview h4 {
	font-size: 15px;
    text-align: center;
    font-weight: 600;
}

body.post-type-archive-case-studies .posttoprc {
	padding: 20px 0;
}

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

	.new-hero {
		padding: 40px 0 40px;
	}

	.slide-text h2 {
    	font-size: 35px;
	}

	.slide-text h2 br {
		display: none;
	}

	.slide-text p {
    	font-size: 18px;
    	margin-bottom: 20px;
	}

	.slide-text a.button {
		font-size: 15px;
	}

	.slide-text {
	    padding-right: 10px;
	}

}

@media (max-width: 767px) {

	.flex-row {
		flex-direction: column;
	}

	.new-hero {
    	padding: 30px 0 30px;
	}

	.slide-text {
    	padding-right: 0;
        padding-bottom: 20px;
	}

	.slide-text h2 {
	    font-size: 32px;
	    text-align: center;
	}

	.slide-text h2 br {
		display: none;
	}

	.slide-text p {
	    font-size: 16px;
	    text-align: center;
	    margin-bottom: 20px;
	}

	.slide-text a.button {
	    font-size: 15px;
	    text-align: center;
	}

	.hero-image {
		padding-left: 20px;
    	padding-right: 20px;
	}

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

}

.page-template-page-resourcecentrenew .resource-box a.button {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.page-template-page-resourcecentrenew .resource-box .ff-box h2 {
    font-size: 16px;
    margin: 20px 0 0 !important;
    text-transform: initial;
    letter-spacing: 0;
    color: #3F454A !important;
}

.page-template-page-resourcecentrenew .resource-box .ff-box h2:after {
	display: none;
}

.resource-title-bar {
	background: #cd171d;
    color: white;
    padding: 40px 0 30px;
    border-bottom: 2px solid white;
}

.resource-title-bar h2 {
    margin: 0;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
}

.page-template-page-resourcecentrenew .resource-box .ff-box .ff-box-top {
    min-height: auto;
    align-items: start;
    background:none;
    padding: 15px;
}

.page-template-page-resourcecentrenew .resource-box .ff-box-go {
	display: none;
}

@media (min-width:992px) {

	.page-template-page-resourcecentrenew .resource-box:nth-child(5n+1){
	    clear:left
	}

}

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

	.page-template-page-resourcecentrenew .resource-box:nth-child(3n+1){
	    clear:left
	}

}

@media (max-width: 767px) {

	.page-template-page-resourcecentrenew .resource-box:nth-child(2n+1){
	    clear:left
	}

}

.arrow-down {
	display: inline-block;
    background: #cd171d;
    color: white;
    min-height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 30px;
    font-size: 26px;
}

.arrow-down i {
    line-height: 50px;
}

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

.new-nav {
    background: #cd161d;
    color: white;
    padding: 10px 0;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
}

.nav-col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nav-right {
	width: 20%;
	display: flex;
    justify-content: center;
    align-items: center;
}

.nav-right img {
	margin-left: 15px;
}

.new-navigation {
	/*display: inline-block;*/
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

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

.new-navigation ul li {
	float: left;
    padding: 0px 11px;
    position: relative;
    margin: 0;
}

.new-navigation ul li:after {
    content: "|";
    position: absolute;
	top: 0px;
    right: -2px;
    color: #ffffff66;
}

.new-navigation ul li:last-child:after,
.new-navigation ul li ul li:after {
	display: none;
}

.new-navigation ul li a {
	color: white;
	display: block;
    letter-spacing: 0.5px;
    transition: color 0.2s ease-in;
}

.new-navigation ul li a:hover {
	color: #40454b;
}

.new-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;
	background: #cd161d;
	padding: 10px 0 5px;
}

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

.new-navigation ul ul li:hover > ul,
.new-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
	left: 100%;
}

.new-navigation ul ul a {
	width: 200px;
	padding: 10px 0px;
	text-align: left;
}

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

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

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

.main-navigation ul ul {
    display: none;
    list-style-type: disc;
    padding: 0 0 0 25px;
}

.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 {
    font-size: 17px;
}

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

.main-navigation li {
    position: relative;
    margin-right: 0;
}

.main-navigation ul ul li {
    width: 100%;
    float: none;
    padding: 0;
    color: #cd181f;
    line-height: 1.4;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    color: #3F454A;
    font-size: 25px;
    padding: 6px 0 4px;
    position: relative;
    transition: color 0.5s ease;
}

.main-navigation a:hover, .secondnav ul li a:hover {
	color: #CD171E;
}

.firstnav ul li.menu-item-has-children > a:before, .secondnav ul li.menu-item-has-children > a:before {
    content: ">";
    color: #3F454A;
    margin-left: 8px;
    font-size: 23px;
    float: right;
    transition: transform 0.2s ease;
}

.firstnav ul li.menu-item-has-children.open > a:before, .secondnav ul li.menu-item-has-children.open > a:before {
    color: #cd161d;
    transform: rotate(90deg);
}

.secondnav {
    position: relative;
    z-index: 99;
}

.menu-second-menu-container {
    padding-left: 20px;
}

.secondnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.secondnav ul li a {
    color: #3F454A;
    font-size: 25px;
    padding: 6px 0 4px;
    transition: color 0.5s ease;
    display: block;
}

.secondnav ul ul {
    display: none;
    list-style-type: disc;
    padding: 0 0 0 25px;
}

.secondnav ul ul li {
    width: 100%;
    float: none;
    padding: 0;
    color: #ec008c;
    line-height: 1.4;
}

.secondnav ul ul li a {
    font-size: 17px;
}


.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%;*/
	display: inline-block;
}

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

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

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

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Roman.eot');
    src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Th.eot');
    src: url('fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Lt.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Md.eot');
    src: url('fonts/HelveticaNeueLTStd-Md.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Md.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@media (min-width: 768px) {

	.padded .vc_column-inner {
	    padding: 40px !important;
	}

}

@media (min-width: 1200px) {

	.padded .vc_column-inner {
	    padding: 70px !important;
	}

}

@media (min-width: 1600px) {

	.padded .vc_column-inner {
	    padding: 100px !important;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {

}

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

	.course-container-featured:nth-child(2n+1) {
	    clear: left;
	}

	.course-container-featured:nth-child(3n+1) {
	    clear: none;
	}

	.course-details h2 {
    	font-size: 18px;
	}
	
	.new-nav {
	    padding: 15px 0 12px;
	    font-size: 15px;
	}

	.new-navigation ul li {
	    display: inline-block;
	    float: none;
	}

	.course-filter-icons-new a {
	    display: inline-block;
	    width: 220px;
	    padding: 15px;
	    margin: 0 5px;
	}

	.course-filter-icons-new a h4 {
    	font-size: 18px;
    }

	.course-filter-icons-new a img {
	    width: 50px;
	    margin-bottom: 10px;
	}

	.course-filter-icons-new a p {
	    font-size: 11px;
	    min-height: 75px;
	}

	.header-image {
    	height: 550px;
	}

	.header-image h1 {
    	font-size: 52px;
	}

	.header-bar h2 {
	    font-size: 35px;
	}

	body.home .header-bar {
	    padding: 30px 0 40px;
	}

	.header-contact img {
	    width: 33px;
	}

	.markit img {
		width: 90px;
	}

	.main-navigation a,
	.secondnav ul li a {
		font-size: 19px;
	}

	.news-info .posttitle h4 {
		font-size: 14px;
	    padding: 15px 10px;
	}

	.news-info span.button {
	    padding: 12px 50px 6px;
	    font-size: 13px;
	}

	.news-nav h3 {
		font-size: 24px;
	}

	.viewall {
		font-size: 15px;
	}

	.train-workforce h3 {
		font-size: 43px;
	}

}

@media (min-width: 850px) and (max-width: 1000px) {

	.registered-care-provider-row .ff-box .ff-box-top {
    	min-height: 400px;
    	padding: 20px 20px 20px;
	}

}

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

	.registered-care-provider-row .ff-box .ff-box-top {
    	min-height: 400px;
    	padding: 20px 10px 10px;
	}

}

@media (max-width: 767px) {

	.featuredimagecourse {
    	min-height: 180px;
	}

	.course-details {
		min-height: auto;
		padding: 0 20px 20px;
	}

	.course-details h2 {
	    font-size: 16px;
	}

	.course-filter-icons-new a {
	    width: 100%;
	    margin: 0 0 15px;
	}

	.course-filter-icons-new a p {
	    font-size: 12px;
	    min-height: auto;
	}

	.course-filter-icons-new a h4 {
	    font-size: 18px;
	}

	.course-filter-icons-new a img {
	    width: 50px;
	    margin-bottom: 15px;
	}

	.header-contact,
	.header-menu {
    	padding-top: 5px;
	}

	.main-navigation a,
	.secondnav ul li a {
		font-size: 21px;
    	padding: 4px 0 2px;
	}

	.markitebox-menu {
		margin-top: 10px;
	}

	.order-one {
		order: 1;
	}

	.order-two {
	    order: 2;
	}

	.resource {
		margin-bottom: 20px !important;
		line-height: 1;
	}

	.resource a {
    	font-size: 11px;
	}

	.resource-container:nth-child(2n+1) {
	    clear: left;
	}

	.main-navigation {
		float: none;
	}

	.vc-infobox-wrap.wpb_content_element {
		margin-bottom: 0;
	}

	.padded .vc_column-inner {
		padding: 25px 15px !important;
	}

	.home-carousel {
		margin-top: 30px;
	}

	.header-image {
		height: 290px;
	}

	.header-image h1 {
	    margin: 20px 0 0;
	    font-size: 32px;
	}

	.header-bar h2 {
		font-size: 17px;
    	line-height: 1.2;
    	font-weight: 500;
	}

	body.home .header-bar {
	    padding: 15px 0;
	}

	.what-are-you {
	    margin-top: 0;
	}

	.ff-box-top {
		margin-top: -35px;
	}

	.ff-box h2 {
		margin-top: 0;
	}

	.ff-box-icon {
		display: none;
	}

	.train-workforce h3 {
	    font-size: 38px;
	}

	h2.fancy-heading {
    	font-size: 33px;
	}

	.site-footer {
	    background: #DEDCDD;
	}

	.footer-contact img {
	    margin-bottom: 30px;
	    width: 175px;
	}

	.footer-col:first-child {
	    padding: 0 15px;
	}

	.footer-col, .footer-col:last-child {
	    padding: 0 15px;
	}

	.footer-creds img {
	    display: inline-block;
	    width: 30%;
	    margin: 0 1%;
	}

	.internal-header-image {
		height: 210px;
	}

	.header-bar h1 {
	    font-size: 28px;
	    line-height: 1;
	    margin: 0 0 10px;
	}

	.header-bar {
	    padding: 20px 0 15px;
	}

	#breadcrumbs, #breadcrumbs a {
	    font-size: 12px;
	}

	body.single-course .vc_col-has-fill {
	    min-height: 290px;
	}

	body.page-template-default  .vc_col-has-fill {
	    min-height: 300px;
	}

}