/*
	Theme Name: Pro Aspire
	Description: Pro Aspire WordPress Theme
	Version: 1
	Author: Dave Playford
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	box-sizing: border-box;
	vertical-align: baseline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out; 
	-o-transition: all 0.5s ease-in-out; 
	-ms-transition: all 0.5s ease-in-out;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
list-style: none;
}
ul {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;	
}
ul li {
color: #454545; 
font-size: 1em; 
line-height: 1.7em; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p + p { 
	margin-top: 0.5em;
}
a {
color: inherit;
font-family: 'Montserrat', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}
a:focus {
outline:0;
}
a:hover{
color: #e94b2b;
}
p { 
color: #454545; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}
strong { 
font-weight: bold; 
}

/*================================*/
/*          Colours               */
/*                                */
/*    Black:  #191919             */
/*    Orange: #E96C1A             */
/*                                */
/*================================*/

/*===== Main Styles =====*/
body {
background-color: #fafafa;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
line-height: 1;
}

/*===== Incident Form Styles =====*/
#header-white {
background-color: #ffffff;
position: relative;
width: 100%;
padding: 20px 0;
}

#logo-incident {
width: 350px;
margin: 0 auto;
text-align: center;
}

#incident-response {
margin: 20px 0;
padding: 0;
text-align: center;
}

.incident-two-column {
display: block;
float: left;
width: 50%;
padding: 0 10px;
margin: 0;
overflow: hidden;
}

.contact-row {
padding: 0;
margin: 0;
}

.editor-field-full {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: inline-block;
width: 100%;
margin: 0;
outline: 0 none;
padding: 0;
}

input.contact-grey {
background-color: #f3f3f3;
border: 1px solid #eeeeee;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 40px;
line-height: 18px;
margin: 0 auto 15px;
padding: 10px;
width: 95%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;	
}

input.contact-grey:focus {
border: 1px solid #bc8b49;
}

input.contact-grey.error {
border: 1px solid #0b0146;
}

textarea.contact-grey {
background-color: #f3f3f3;
border: 1px solid #eeeeee;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 100px;
line-height: 18px;
margin: 0 auto 25px;
padding: 10px 5px;
width: 95%;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.contact-grey:focus {
border: 1px solid #bc8b49;
}

textarea.contact-grey.error {
border: 2px solid #0b0146;
}

input #inputTag {
display: none;
}

label.fileinput {
font-family: 'Montserrat', sans-serif;
font-size: 1em;
cursor: pointer;
line-height: 2em;
}

/*=== Checkboxes ===*/
.incident-container {
display: block;
position: relative;
padding-left: 35px;
padding-top: 5px;
margin-bottom: 15px;
cursor: pointer;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #454545;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.incident-container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

.incident-checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #ffffff;
border: 1px solid #454545;
border-radius: 50%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.incident-container:hover input ~ .incident-checkmark {
background-color: #ccc;
}

.incident-container input:checked ~ .incident-checkmark {
background-color: #191919;
}

.incident-checkmark:after {
content: "";
position: absolute;
display: none;
}

.incident-container input:checked ~ .incident-checkmark:after {
display: block;
}

.incident-container .incident-checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 768px) 
			  and (min-width: 320px) {
				  
.incident-two-column {
width: 100%;
padding: 10px;
}	

}

/*********************************************************************/
/*===== Main Styles =====*/
/*********************************************************************/

/*===== Divs =====*/
#header {
position: relative;
background: #191919;
border-top: 2px solid #E96C1A;
width: 100%;
}

#logo {
display: block;
float: left;
width: 300px;
margin: 0;
padding: 30px 0 0 10px;
}

#header-contact {
position: absolute;
top: 10px;
right: 10px;
}

#menu {
position: absolute;
bottom: 10px;
right: 10px;
height: 50px;
z-index: 999;
}

#banner {
position: relative;
margin: 0;
padding: 0;
width: 100%;
z-index: 50;
}

.banner-01 {
position: relative;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 700px;
width: 100%;
}

.banner-content {
position: absolute;
top: 25%;
left: 0;
right: 0;
margin: 0 auto;
}

#banner-cpcs {
position: relative;
background: url("images/banner-cpcs.jpg") center bottom no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-short {
position: relative;
background: url("images/banner-cpcs.jpg") center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

#banner-awards {
position: relative;
background: url("images/banner-award.jpg") bottom right no-repeat #191919;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0;
padding: 0;
height: 250px;
width: 100%;
z-index: 50;
}

.award-banner-content {
position: absolute;
left: 20px;
bottom: 75px;
}

.main-content {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}

.main-content.grey {
background: #f6f6f6;
}

.main-content.black {
background: #191919;
border-top: 3px solid #E96C1A;
padding: 0;
margin: 0;
}

.training-header {
background: #191919;
background: rgba(25, 25, 25, 0.8);
position: absolute;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 60px;
border-radius: 0 0 20px 20px;
}

.training-header h3 {
line-height: 60px;
}

.training-header h4 {
line-height: 60px;
}

.overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 20px;
height: 100%;
width: 100%;
opacity: 0;
transition: .5s ease;
opacity: 0;
transition: .5s ease;
background-color: #21262b;
background-color: rgba(33, 38, 43, 0.9)
}

.text {
position: absolute;
top: 50%;
left: 50%;
width: 90%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}

.service-image img {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
transition: filter 600ms ease;
-webkit-transition: filter 600ms ease;
-moz-transition: filter 600ms ease;
}

.service-image img:hover {
filter: grayscale(0);
-webkit-filter: grayscale(0);
}

.panel {
background: url("images/pound.png") no-repeat right bottom #191919;
padding: 20px;
margin: 20px 0 0;
overflow: hidden;
}

.service-inner {
background-color: #ffffff;
border: 1px solid #ddd;
border-radius: 7px;
box-shadow: 1px 1px 3px #eee inset;
padding: 0;
overflow: hidden;
}

.service-header {
padding: 20px 0;
margin: 0;
}

.service-text {
height: 60px;
padding: 0 10px;
margin: 0;
}

.course-header {
height: 75px;
padding: 0 10px;
margin: 0;
}

.course-text {
height: 125px;
padding: 0 10px 0;
margin: 0;
}

.course-button {
background: #191919;
border-radius: 0 0 10px 10px;
width: 100%;
height: 50px;
margin: 5px 0 0;
padding: 0 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.course-button:hover {
background: #E96C1A;	
}

.course-button h5 {
line-height: 50px;
}

.side-course-header {
padding: 0 10px 20px;
margin: 0;
}

.side-course-text {
padding: 0 10px;
margin: 0;
}

.side-course-button {
background: #191919;
border-radius: 0 0 10px 10px;
width: 100%;
height: 50px;
margin: 5px 0 20px;
padding: 0 10px;
cursor: pointer;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.side-course-button:hover {
background: #E96C1A;	
}

.side-course-button h5 {
line-height: 50px;
}

#email-response {
margin: 10px 0;
padding: 0;
text-align: center;
}

#footer {
background: #191919;
border-top: 2px solid #E96C1A;
width: 100%;
padding: 80px 0;
margin: 0;
}

#baseline {
background: #191919;
border-top: 1px solid #E96C1A;
width: 100%;
padding: 40px 0;
margin: 0;
}

/*===== Containers =====*/
#header-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 120px;
padding: 0 10px;
margin: 0 auto;
}

.banner-wrapper {
position: relative;
width: 100%;
max-width: 1400px;
height: 100%;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-wrapper {
width: 100%;
max-width: 1400px;
padding: 60px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-short-wrapper {
width: 100%;
max-width: 1400px;
padding: 40px 10px;
margin: 0 auto;
overflow: hidden;
}

.main-content-top-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px 60px 10px;
margin: 0 auto;
overflow: hidden;
}

.testimonial-wrapper {
background: url("images/quotes-start.png") no-repeat scroll left top 10px, url("images/quotes-end.png") no-repeat scroll right bottom 10px;
width: 100%;
min-height: 280px;
margin: 0;
padding: 40px 20px 20px;
}

.video-wrapper {
padding: 0;
margin: 0;
}

#footer-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

#baseline-wrapper {
width: 100%;
max-width: 1400px;
padding: 0 10px;
margin: 0 auto;
overflow: hidden;
}

/*===== Columns =====*/
.one-column {
display: block;
float: left;
width: 100%;
padding: 0 20px;
margin: 0;
overflow: hidden;
}

.two-column {
display: block;
float: left;
width: 50%;
padding: 20px;
margin: 0;
overflow: hidden;
}

.two-column.content-left {
padding: 0 40px 0 0;
}

.inner-column-course {
position: relative;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 20px;
margin: 0;
padding: 0;
height: 350px;
width: 100%;
}

.inner-column-course:hover .overlay {
opacity: 1;
}

.inner-column-card {
position: relative;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
border-radius: 20px;
margin: 0;
padding: 0;
height: 200px;
width: 100%;
}

.inner-column-card:hover .overlay {
opacity: 1;
}

.three-column {
display: block;
float: left;
width: 33.333%;
padding: 20px;
margin: 0;
overflow: hidden;
}

.course-inner {
background: #ffffff;
border-radius: 10px 10px 0 0;
padding: 20px;
margin: 0;
}

.four-column {
display: block;
float: left;
width: 25%;
padding: 15px;
margin: 0;
overflow: hidden;
}

.five-column {
display: block;
float: left;
width: 20%;
padding: 15px;
margin: 0;
overflow: hidden;
}

.left-column-60 {
display: block;
float: left;
width: 60%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-40 {
display: block;
float: left;
width: 40%;
padding: 0 0 0 25px;
margin: 0;
overflow: hidden;
}

.left-column-70 {
display: block;
float: left;
width: 70%;
padding: 0 25px 0 0;
margin: 0;
overflow: hidden;
}

.right-column-30 {
display: block;
float: left;
width: 30%;
padding: 0 0 0 25px;
margin: 0;
overflow: hidden;
}

#footer-column-01 {
display: block;
float: left;
width: 30%;
margin: 0;
padding: 0 40px 0 0;
overflow: hidden;
}

#footer-column-02 {
display: block;
float: left;
width: 40%;
margin: 0;
padding: 0 40px 0 0;
overflow: hidden;
}

#footer-column-03 {
display: block;
float: left;
width: 30%;
margin: 0;
padding: 40px 0 0;
overflow: hidden;
}

/*===== Videos =====*/
video {
max-width: 100%;
width: 100%;
border-radius: 20px;
}

/*===== Sections =====*/
section {
padding: 40px 0 0;
margin: 0;
overflow: hidden;
}

section.short {
padding: 20px 0 0;
margin: 0;
overflow: hidden;
}

section.small {
padding: 10px 0 0;
margin: 0;
overflow: hidden;
}

section.large {
padding: 60px 0 0;
margin: 0;
overflow: hidden;
}

section.lower {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

section.black {
background: #191919;
border-radius: 15px;
width: 100%;
padding: 30px 20px;
margin: 0 0 20px 0;
}

section.white {
background: #ffffff;
border-radius: 15px 15px 0 0;
width: 100%;
padding: 20px;
margin: 0 0 5px 0;
}

section.awards {
background: #191919;
background: url("images/awards-bg.jpg") right bottom no-repeat #191919;
border-radius: 15px;
padding: 40px 40px 100px;
margin: 60px 0 0;
}

section.awards.footer {
margin: 0;	
}

section.blank {
padding: 0;
margin: 0;
}

/*===== Div Separator =====*/
.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

/*===== Dividers =====*/
.hr { 
display: block;
border: none;
color: white;
height: 1px;
background: #E96C1A;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#fafafa));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#fafafa));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#fafafa));
width: 50%;
margin: 0 auto 60px auto;
}

.hr-black { 
display: block;
border: none;
color: white;
height: 1px;
background: #E96C1A;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#191919));
background: -o-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#191919));
background: -moz-gradient(radial, 50% 50%, 0, 50% 50%, 100, from(#E96C1A), to(#191919));
width: 50%;
margin: 40px auto;
}

/*===== Menus =====*/
.menu_title {
display: none;
position: relative;
float: right;
bottom: 0.6em;
margin-right: 3em;
color: #ffffff;
font-family: 'Montserrat', sans-serif;
font-size: 1.1em;
font-weight: 400; 
}

nav a {
position: relative;
color: #ffffff; 
display: block; 
font-size: 1em;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
text-transform: uppercase;
line-height: 50px;
padding: 0 35px; 
text-decoration: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

nav a.active {
color: #E96C1A;
}

nav a.last {
padding: 0 0 0 35px;
}

nav li a:hover {
color: #E96C1A;
}

nav ul,
nav ul li { 
height: 50px;
list-style-type: none; 
padding: 0; 
margin: 0;
text-indent: unset;
}

nav > ul { 
text-align: right; 
}

nav > ul > li { 
display: inline-block; 
}

nav > ul > li:first-child { 
border-left: none; 
}

.sub-menu-parent { 
position: relative;
background: url("images/down.gif") no-repeat scroll right 15px center;
padding: 0 15px 0 0; 
}

.sub-menu {
visibility: hidden; /* hides sub-menu */
opacity: 0;
position: absolute;
top: 100%;
left: 0;
width: 100%;
transform: translateY(-2em);
z-index: -1;
transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.sub-menu-parent:hover .sub-menu {
visibility: visible; /* shows sub-menu */
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu li {
background: #191919;
width: 320px;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #ececec;
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
text-align: left;
text-indent: unset;
margin: 0;
}

.sub-menu li a {
font-size: 0.9em;
line-height: 50px;	
}

.sub-menu li a {
line-height: 50px;	
}

/*===== General =====*/
.center {
text-align: center;
}

.left {
text-align: left;
}

.right {
text-align: right;
}

.light {
font-weight: 300;
}

.normal {
font-weight: 400;
}

.medium {
font-weight: 500;
}

.semibold {
font-weight: 600;
}

.bold {
font-weight: 700;
}

.extrabold {
font-weight: 900;
}

.italic {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.darkshadow {
text-shadow: 2px 2px 2px #000000;
}

.hidden {
opacity: 0;
}

.hide {
display: inline-block;
}

.noover {
overflow: visible;
}

.clear {
clear: both;
}

/*=== Checkboxes ===*/
.container {
display: block;
position: relative;
padding-left: 35px;
padding-top: 5px;
margin-bottom: 15px;
cursor: pointer;
font-size: 1em;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.container input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}

.checkmark {
position: absolute;
top: 0;
left: 0;
height: 25px;
width: 25px;
background-color: #ffffff;
border: 1px solid #000;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.container:hover input ~ .checkmark {
background-color: #ccc;
}

.container input:checked ~ .checkmark {
background-color: #191919;
}

.checkmark:after {
content: "";
position: absolute;
display: none;
}

.container input:checked ~ .checkmark:after {
display: block;
}

.container .checkmark:after {
left: 9px;
top: 5px;
width: 5px;
height: 10px;
border: solid white;
border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}

ol li.check-grp {
padding: 0 0 20px 0;
}

/*===== Spans =====*/
span.orange {
color: #E96C1A;
}

/*===== Headers =====*/
header.main {
padding: 0 0 40px 0;
margin: 0;
overflow: hidden;
}

header.sub {
padding: 0 0 20px 0;
margin: 0;
overflow: hidden;
}

header.mid {
padding: 20px 0;
margin: 0;
overflow: hidden;
}

h1 {
color: #191919;
font-size: 3em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h1.course {
font-size: 2.5em;
}

h1.orange {
color: #E96C1A;
}

.text-container h1 {
padding: 0 0 20px 0;
}

h2 {
color: #191919;
font-size: 2.8em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

h2.white {
color: #ffffff;
}

h2.orange {
color: #E96C1A;
}

.text-container h2 {
padding: 20px 0;
}

h3 {
color: #191919;
font-size: 1.6em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h3.white {
color: #ffffff;
}

h3.orange {
color: #E96C1A;
}

.text-container h3 {
padding: 20px 0;
}

h4 {
color: #191919;
font-size: 1.3em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.5em;
}

h4.white {
color: #ffffff;
}

h4.orange {
color: #E96C1A;
}

.text-container h4 {
padding: 20px 0;
}

h5 {
color: #191919;
font-size: 1.1em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.3em;
}

h5.white {
color: #ffffff;
}

h5.orange {
color: #E96C1A;
}

.text-container h5 {
padding: 20px 0;
}

/*===== Paragraphs =====*/
p.main-text {       
color: #454545; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 1.7em;
}

p.main-text.white {       
color: #ffffff; 
}

p.main-text.silver { 
color: #c2c2c2;
}

p.main-text.small {       
font-size: 0.875em; 
}

p.main-text.large {       
font-size: 1.1em; 
}

p.main-text.tiny {       
font-size: 0.8em; 
}

.text-container.white p {
color: #ffffff;
}

.text-container.small p {
font-size: 0.875em;
}

p.top-bar-text {       
color: #373736; 
font-size: 0.75em; 
font-family: 'Montserrat', sans-serif;
padding: 0;
line-height: 40px;
}

p.banner-text {
color: #ffffff;
font-size: 5em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

p.banner-text.small {
color: #E96C1A;
font-size: 1.6em;
}

p.awards-text {
color: #ffffff;
font-size: 2.5em;
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
display: block;
line-height: 1.2em;
}

p.awards-text.mid {
font-size: 2.3em;
}

p.awards-text.small {
font-size: 1.6em;
}

p.error-text {       
color: #191919; 
font-size: 12em; 
font-family: 'Montserrat', sans-serif;
font-weight: 900;
padding: 0;
line-height: 1em;
}

/*===== Form Fields =====*/
.editor-label-buttons {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 20px 0 10px 0;
outline: 0 none;
padding: 0;
}

.editor-field {
background: none repeat scroll 0 0 transparent;
border: 0 none;
display: block;
margin: 0;
outline: 0 none;
padding: 0;
}

/*===== Buttons =====*/
a.button {
background: #191919;
background: url("images/white-arrow.png") center right 20px no-repeat #191919;
border: 2px solid #191919;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.button.orange {
background: #e96c1a;
background: url("images/white-arrow.png") center right 20px no-repeat #e96c1a;
}

a.button:hover {
background: #191919;
background: url("images/white-arrow.png") center right 15px no-repeat #191919;
border: 2px solid #E96C1A;
}

a.button-small {
background: #191919;
background: url("images/white-arrow_16.png") center right 20px no-repeat #191919;
border: 0 none;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 0.9em;
padding: 12px 60px 12px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

a.button-small:hover {
background: #191919;
background: url("images/white-arrow_16.png") center right 15px no-repeat #191919;
border: 2px solid #E96C1A;
}

/*===== Links =====*/
a.link:link, a.link:visited, a.link:active {
color: inherit;
font-size: inherit; 
font-family: 'Montserrat', sans-serif;
text-decoration: none;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link.under:link, a.link.under:visited, a.link.under:active {
color: inherit;
font-size: inherit; 
font-family: 'Montserrat', sans-serif;
text-decoration: underline;
margin: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

a.link:hover {
color: #E96C1A;
text-decoration: underline;
}

a.link.under:hover {
color: #E96C1A;
}

a.social:link, a.social:visited, a.social:active {
display: inline-block;
height: 24px;
width: 24px;
text-decoration: none;
}

a.social-footer:link, a.social-footer:visited, a.social-footer:active {
display: inline-block;
height: 24px;
width: 24px;
text-decoration: none;
margin: 0 10px;
}

a.blank:link, a.blank:visited, a.blank:active {
text-decoration: none;
}

/*===== Telephone Numbers =====*/
.tel,.tel:visited { /*for small screens */ 
color: inherit; 
font-family: 'Montserrat', sans-serif;
padding: 0; 
text-decoration: none; 
cursor: default;
} 

.tel:hover,.tel:focus { 
color: inherit; 
}

/*===== Lists =====*/
/*===== Standard Bullets =====*/
ul.bullets {
list-style-type: disc;
list-style-position: inside;
margin: 10px 0 20px 0;
padding: 0;
text-align: left;
}

ul.bullets li {
color: #E96C1A; 
padding: 0;
margin-bottom: 5px;
margin-left: 2.0em;
text-indent: -1em;
}

span.bullets {
color: #454545; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
line-height: 1.7em;
}

/*===== Social Icons =====*/
ul.contact {
list-style: none outside none;
margin: 0;
padding: 0;
}
	
ul.contact li {
float: left;
color: #ffffff;
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 600;
cursor: pointer;
height: 24px;
line-height: 24px;
text-align: center;
padding: 0;
margin: 0 0 0 15px;
text-indent: unset;
}

ul.contact li.first {
padding: 0 25px 0 0;	
}

ul.contact li a {
color: #ffffff;
text-decoration: none;
}

ul.contact li a:hover {
color: #E96C1A;
}

ul.contact li.facebook {
position: relative;
background:url('images/facebook.png') no-repeat 50% 0;
top: 5px;
}

ul.contact li.instagram {
position: relative;
background:url('images/instagram.png') no-repeat 50% 0;
top: 5px;
}
	
/*===== Images =====*/
img {
border: 0;
height: auto;
max-width: 100%;
}

img.top {
border: 0;
height: auto;
max-width: 100%;
position: relative;
margin-right: 2px;
top: 8px;
}

img.accred-slider {
padding: 0 40px;
}

img.social {
padding: 0;
margin: 0 10px;
}

img.rounded {
border-radius: 15px;
}

/*===== Accreditations Slider =====*/
.accred-slider {
height: 100px;
margin: 0 auto;
width: 100%;
}

.accred-slider ul {
list-style-type: none;
list-style-position: none;
height: 100px;
margin: 0;
overflow: hidden;
}

.accred-slider li {
float: left;
margin: 0;
text-indent: unset;
}

/*===== MeanMenu =====*/
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: relative;
    padding: 0;
    min-height: 42px;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #ffffff;
    height: 2px;
    margin-top: 4px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    margin-top: 24px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
	background: #191919;
    position: relative;
    float: left;
    width: 100%;
	box-sizing: border-box;
	text-indent: unset;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 100%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
    color: #ffffff;
    border-top: 1px solid #cbcbcb;
    text-decoration: none;
    text-transform: uppercase;
	box-sizing: border-box;
}

.mean-container .mean-nav ul li a.mean-expand:hover,
.mean-container .mean-nav ul li a:hover {
    color: #E96C1A;
}

.mean-container .mean-nav ul li li a {
    width: 100%;
    padding: 0 0 0 20px;
    text-shadow: none!important;
    visibility: visible
}

.mean-container .mean-nav ul li.mean-last a {
	height: 50px;
    border-bottom: 2px solid #E96C1A;
    margin-bottom: 0
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 60px;
    height: 50px;
    padding: 0 20px 10px 20px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 400;
    background: rgba(255, 255, 255, .1);
    border: none!important;
    border-left: 1px solid #cbcbcb!important
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none!important
}

/*===== Flexslider =====*/
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    padding: 0;
    margin: 0;
    position: relative;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	text-indent: unset;
	margin: 0;
}
.flexslider .slides > li:first-child {
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav a {
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(images/bg_direction_nav.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav .flex-prev {
    left: -36px;
}
.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}
.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -120px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
	text-indent: unset;
    zoom: 1;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
	text-indent: unset;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
}


/*===== Wordpress =====*/
span.date, span.author, span.post-date {
font-family: 'Montserrat', sans-serif;
font-size: 0.875em;
font-weight: 400;
font-style: italic;
line-height: 1.5em;
display: inline-block;
margin: 0 0 20px 0;
}

/*===== Page Navi Styles =====*/
.wp-pagenavi {
position: relative;
height: 50px;
padding: 10px 0 0;
}

.wp-pagenavi a, .wp-pagenavi span {
padding: 7px 10px; 
margin-right: 10px;
font-family: 'Montserrat', sans-serif;
font-size: 15px; 
color: #454545; 
text-decoration: none;
border: 1px solid #6c7755; 
-moz-border-radius: 5px; 
-webkit-border-radius: 5px; 
border-radius: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
background: #6c7755;
color: #ffffff;
border: 1px solid #6c7755;
}

.wp-pagenavi span.current { 
font-weight: bold; 
}

/*===== WP Form =====*/
form.search {
margin: 0 0 30px 0;
}

/*===== Search Box =====*/
input.search-input {
border: 1px solid #959595;
color: #2b2b2b;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 35px;
line-height: 18px;
padding: 2px 3px;
margin-bottom: 10px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit {
background-color: transparent;
display: inline-block;
border: none;
padding: 10px 0 0 10px;
position: relative;
cursor: pointer;
color: #6c7755; 
font-size: 1em; 
font-family: 'Montserrat', sans-serif;
font-weight: 400;
}

button.search-submit::after {
border-right: 2px solid #6c7755;
border-top: 2px solid #6c7755;
content: "";
display: inline-block;
height: 0.4em;
transform: rotate(45deg);
width: 0.4em;
margin-bottom: 1px;
margin-left: 3px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

button.search-submit:hover::after {
margin-left: 15px;	
}

/*===== WP Widgets =====*/
input.wpcf7-text {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 300;
height: 40px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px 10px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

input.wpcf7-text:focus {
border: 1px solid #b1d456;
}

input.wpcf7-text.error {
border: 1px solid #ffffff;
}

textarea.wpcf7-textarea {
border: 1px solid #cccccc;
border-radius: 7px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 300;
height: 200px;
line-height: 18px;
margin: 0 auto 10px;
padding: 10px;
width: 95%;
outline: none;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

textarea.wpcf7-textarea:focus {
border: 1px solid #b1d456;
}

textarea.wpcf7-textarea.error {
border: 1px solid #ffffff;
}

select.wpcf7-select {
background: #ffffff;
border: 1px solid #cccccc;
border-radius: 5px;
color: #454545;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
height: 47px;
line-height: 18px;
margin: 0 auto 10px;
padding: 5px;
width: 96.5%;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out; 
-o-transition: all 0.5s ease-in-out; 
-ms-transition: all 0.5s ease-in-out;
}

.wpcf7-radio {
font-family: 'Quicksand', sans-serif;
font-size: 1em !important;
}

.wpcf7-list-item-label {
font-size: 1em !important;
}

.wpcf7-checkbox {
display: block;
margin: 0 0 10px 0;
}

.wpcf7-list-item {
margin: 0 25px 0 0 !important;
}

input.wpcf7-submit {
background: #191919;
background: url("images/white-arrow.png") center right 20px no-repeat #191919;
border: 2px solid #191919;
border-radius: 7px;
display: inline-block;
color: #ffffff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
font-size: 1em;
font-weight: 600;
padding: 15px 60px 15px 20px;
margin: 0;
text-align: center;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out; 
-o-transition: all 0.2s ease-in-out; 
-ms-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

input.wpcf7-submit:hover {
background: #191919;
background: url("images/white-arrow.png") center right 15px no-repeat #191919;
border: 2px solid #E96C1A;
}

div.wpcf7-response-output {
float: left;
width: 100%;
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
margin: 1em 0 1em !important;
padding: 10px 1em !important;
}

span.wpcf7-not-valid-tip {
color: #a40019;
margin: 0 0 20px 0;	
}

/*===== Images =====*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.alignnone {float:left; margin:0 1em 1em 0}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignnone {float:left; margin:0 1em 1em 0}


/*********************************************************************/
/*===== Media Queries for Mobile =====*/
@media screen and (max-width: 480.99px) 
			  and (min-width: 320px) {
			  
#header-wrapper {
height: 190px;
padding: 0;
}

#header-contact {
right: 0;
left: 0;
}		  
			  
#logo {
float: none;
width: 280px;
margin: 0 auto;
padding: 70px 0 0;
}

#menu {
bottom: 0;
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
padding: 0; 
}
				  
.banner-01 {
height: 350px;
}

.course-header {
height: auto;
padding: 0 10px 20px;
}

.course-text {
height: auto;
}

.main-content-wrapper {
padding: 40px 10px;
}

.testimonial-wrapper {
min-height: 375px;
padding: 20px 10px;
}

.two-column {
width: 100%;
padding: 10px;
}

.two-column.content-left {
padding: 0 0 40px 0;
}

.three-column {
width: 100%;
padding: 10px;
}

.inner-column-course {
height: 250px;	
}
			  
.four-column {
width: 100%;
padding: 10px;
}

.inner-column-card {
height: 200px;	
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 100%;
padding: 0;
text-align: center;
}

#footer-column-02 {
width: 100%;
padding: 60px 0 0;
text-align: center;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

h1 {
font-size: 2em;
}

h2 {
font-size: 1.8em;
}

h3 {
font-size: 1.2em;
}

h4 {
font-size: 1.1em;
}

p.banner-text {
font-size: 2.5em;
}

p.banner-text.small {
font-size: 1.1em;
}

section.awards {
background: url(//proaspire.co.uk/wp-content/themes/ProAspire/images/awards-bg.jpg) right -75px bottom -75px no-repeat #191919;
padding: 20px 20px 100px;
margin: 40px 0 0;
}

p.awards-text {
font-size: 1.3em;
}

p.awards-text.small {
font-size: 1em;
}

a.button {
font-size: 0.9em;
padding: 12px 60px 12px 20px;
}

ul.contact {
width: 260px;
margin: 0 auto;
}

ul.contact li.first {
padding: 0 15px 0 0;
}

input.wpcf7-text {
width: 90%;	
}

textarea.wpcf7-textarea {
width: 90%;	
}

#banner-awards {
background: url("images/banner-award.jpg") bottom -25px right no-repeat #191919;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 200px;	
}

.award-banner-content {
bottom: 120px;	
}

p.awards-text.mid {
font-size: 1.4em;
}

}


/*********************************************************************/
/*===== Mobile Landscape =====*/
@media screen and (max-width: 600.99px) 
			  and (min-width: 481px) {
			  
#header-wrapper {
height: 190px;
padding: 0;
}

#header-contact {
right: 0;
left: 0;
}		  
			  
#logo {
float: none;
margin: 0 auto;
padding: 70px 0 0;
}

#menu {
bottom: 0;
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
padding: 0; 
}
				  
.banner-01 {
height: 400px;
}

.course-header {
height: auto;
padding: 0 10px 20px;
}

.course-text {
height: auto;
}

.testimonial-wrapper {
min-height: 325px;
padding: 20px 10px;
}

.two-column {
width: 100%;
padding: 10px;
}

.two-column.content-left {
padding: 0 0 40px 0;
}

.three-column {
width: 100%;
padding: 10px;
}

.inner-column-course {
height: 250px;	
}
			  
.four-column {
width: 100%;
padding: 10px;
}

.inner-column-card {
height: 250px;	
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

h1 {
font-size: 2.2em;
}

h2 {
font-size: 2em;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.1em;
}

p.banner-text {
font-size: 3em;
}

p.banner-text.small {
font-size: 1.2em;
}

section.awards {
background: url(//proaspire.co.uk/wp-content/themes/ProAspire/images/awards-bg.jpg) right -50px bottom -50px no-repeat #191919;
padding: 20px 20px 100px;
margin: 40px 0 0;
}

p.awards-text {
font-size: 1.5em;
}

p.awards-text.small {
font-size: 1em;
}

ul.contact {
width: 260px;
margin: 0 auto;
}

ul.contact li.first {
padding: 0 15px 0 0;
}

input.wpcf7-text {
width: 90%;	
}

textarea.wpcf7-textarea {
width: 90%;	
}

#banner-awards {
height: 200px;	
}

.award-banner-content {
bottom: 120px;	
}

p.awards-text.mid {
font-size: 1.6em;
}
			  
}


/*********************************************************************/
/*===== Small Tablet Portrait ======*/
@media screen and (max-width: 789.99px) 
			  and (min-width: 601px) {

#header-wrapper {
padding: 0;
}		  
			  
#logo {
padding: 30px 0 0 10px;
}

#menu {
right: 0;
width: 100%;
}

.menu_title {
display: block !important;
}

.sub-menu-parent {
background: none;
padding: 0; 
}
				  
.banner-01 {
height: 450px;
}

.course-header {
height: auto;
padding: 0 10px 20px;
}

.course-text {
height: auto;
}

.two-column {
width: 100%;
padding: 10px;
}

.two-column.content-left {
padding: 0 0 40px 0;
}

.three-column {
width: 100%;
padding: 10px;
}

.inner-column-course {
height: 300px;	
}
			  
.four-column {
width: 50%;
padding: 10px;
}

.inner-column-card {
height: 200px;	
}

.left-column-60 {
width: 100%;
padding: 0;
}

.right-column-40 {
width: 100%;
padding: 40px 0 0;
}

.left-column-70 {
width: 100%;
padding: 0;
}

.right-column-30 {
width: 100%;
padding: 40px 0 0;
}

#footer-column-01 {
width: 40%;
}

#footer-column-02 {
width: 60%;
padding: 0;
}

#footer-column-03 {
width: 100%;
padding: 60px 0 0;
}

h1 {
font-size: 2.5em;
}

h2 {
font-size: 2.1em;
}

h3 {
font-size: 1.4em;
}

h4 {
font-size: 1.2em;
}

p.banner-text {
font-size: 3.5em;
}

p.banner-text.small {
font-size: 1.3em;
}

p.awards-text {
font-size: 1.8em;
}

p.awards-text.small {
font-size: 1.2em;
}

.award-banner-content {
bottom: 120px;	
}

p.awards-text.mid {
font-size: 1.8em;
}

}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1099.99px) 
			  and (min-width: 790px) {
				  
#header-wrapper {
height: 140px;
}
				  
#logo {
padding: 10px 0 0 10px;
}
				  
.banner-01 {
height: 550px;
}

.course-text {
height: 140px;
}

.two-column {
padding: 10px;
}

.three-column {
padding: 10px;
}
			  
.four-column {
width: 50%;
padding: 10px;
}

.inner-column-card {
height: 250px;	
}

.course-inner {
padding: 20px 0;
}

.right-column-30 {
padding: 0;
}

h1 {
font-size: 2.7em;
}

h2 {
font-size: 2.5em;
}

p.banner-text {
font-size: 4em;
}

p.banner-text.small {
font-size: 1.5em;
}

p.awards-text {
font-size: 2em;
}

p.awards-text.small {
font-size: 1.4em;
}

.award-banner-content {
bottom: 120px;	
}

p.awards-text.mid {
font-size: 2em;
}
				  
}


/*********************************************************************/
/*===== Tablet Portrait =====*/
@media screen and (max-width: 1400px) 
			  and (min-width: 1100px) {
				  
.banner-01 {
height: 600px;
}

.two-column {
padding: 10px;
}

.three-column {
padding: 10px;
}
			  
.four-column {
padding: 10px;
}

h2 {
font-size: 2.5em;
}

p.banner-text {
font-size: 4.5em;
}
				  
}