/* !
Theme Name: first-aid-theme
Theme URI: http://underscores.me/
Author: Adeo Group
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: first-aid-theme
Tags:

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.

first-aid-theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

!!! This stylesheet is global and uses site wide styles but each section also calls it's own specific stylesheet, can be found in >> sector name >> SASS :)

--------------------------------------------------------------*/
/*

Charity only styles

*/
/* Variables for whole site
-------------------------------------------------------------- */
/* Colours */
/* Animations */
/* Typography */
/*$main-font: 'Open sans', Helvetica, Sans-serif;*/
/* Home styles
-------------------------------------------------------------- */
.home-slide {
  padding: 100px 0; }
  .home-slide h1, .home-slide p {
    color: #fff; }
  .home-slide h1 {
    font-size: 2.346em;
    margin: 70px 0 20px;
    text-shadow: 1px 1px 10px #2f2f2f; }
  .home-slide p {
    max-width: 650px;
    font-size: 1.4em; }
  .home-slide .btn-white {
    transform: rotateY(0deg);
    transition: transform .5s ease-in-out; }
    .home-slide .btn-white:hover {
      transform: rotateY(360deg);
      transition: transform .5s ease-in-out; }

#slide1 {
  position: relative;
  margin-top: 150px;
  padding: 75px 0 90px;
  overflow: hidden; }
  #slide1 p {
    font-size: 1.6em; }
  #slide1 .h2 {
    border-bottom: 2px solid #fff;
    padding-bottom: 0.2em;
    font-size: 30px; }

.course-form {
  color: #fff; }
  .course-form .h2 {
    color: #fff;
    margin-top: 0; }
  .course-form .h4 {
    color: #fff; }
  .course-form hr {
    border-top: 1px solid #13729C; }
  .course-form .fa {
    font-size: 2.5em; }
  .course-form .form-group {
    display: inline-block;
    vertical-align: middle; }
  .course-form label {
    vertical-align: middle;
    margin-right: 1em;
    min-width: 37px;
    text-align: center; }

.btn-holder {
  margin-top: 30px; }
  .btn-holder .btn:first-child {
    margin-right: 10px; }

.home-text {
  background: url(../images/blue-faded-logo.png) no-repeat bottom left, #fbfbfb;
  padding: 20px; }
  .home-text p {
    font-size: 1.1em; }
  .home-text h2:before, .home-text h2:after {
    content: "";
    border-bottom: 2px solid #3c3c3c;
    position: absolute;
    width: 8%;
    top: 15px; }
  .home-text h2:before {
    margin-left: -12%; }
  .home-text h2:after {
    margin-left: 3%; }
  .home-text h2 {
    color: #3c3c3c; }
  .home-text h2 {
    position: relative;
    display: inline-block; }

/* Top icons */
.home-link-btns {
  margin: 2em 0; }

.col-20 {
  width: 20%;
  padding: 0 15px;
  float: left;
  position: relative; }

/* Bullet points */
.landing li {
  background: url(images/bullet-bg.png) no-repeat left top;
  padding-left: 32px;
  font-size: 1.3em;
  margin: 20px 0; }

/* Default charity page styles
-------------------------------------------------------------- */
.banner-holder {
  color: #fff;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  // Don't think we're ready for this yet but works a treat ;)
  */ }
  .banner-holder h1 {
    color: #fff; }
  .banner-holder .lead {
    font-size: 1.25em; }

.down-scroll {
  position: absolute;
  right: 49%;
  bottom: 120px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 100, 144, 0.6); }
  .down-scroll .arrow {
    background: url(../../images/down-arrow.png);
    width: 24px;
    height: 16px;
    display: block;
    margin: 0;
    top: 17px;
    left: 12px;
    position: relative; }

.annual-reports {
  min-height: 350px; }
  .annual-reports .btn:after {
    display: none; }

/* Timeline
-------------------------------------------------------------- */
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto; }

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both; }

#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em; }

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed; }

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em; }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px; } }
.cd-timeline-block {
  position: relative;
  margin: 2em 0; }

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-block:first-child {
  margin-top: 0; }

.cd-timeline-block:last-child {
  margin-bottom: 0; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0; }

  .cd-timeline-block:first-child {
    margin-top: 0; }

  .cd-timeline-block:last-child {
    margin-bottom: 0; } }
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); }

.cd-timeline-img.success {
  background: #2bab68; }

.cd-timeline-img.primary {
  background: #0c4378; }

.cd-timeline-img.warning {
  background: #F6A302; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden; }

  .cd-timeline-img.is-hidden {
    visibility: hidden; }

  .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s; } }
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5); }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2); }
  100% {
    -moz-transform: scale(1); } }
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5); }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #F3F3F3;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed; }

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both; }

.cd-timeline-content h2 {
  color: #fff; }

.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block; }

.cd-timeline-content {
  line-height: 1.6;
  color: #525151; }

.cd-timeline-content p {
  margin: 1em 0; }

.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em; }

.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb; }

.cd-timeline-content .cd-date {
  position: absolute;
  width: 100%;
  left: 122%;
  color: #555;
  top: -10px;
  font-weight: 600;
  font-size: 1.4em; }

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white; }

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%; }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white; }

  .cd-timeline-content .cd-read-more {
    float: left; }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right; }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right; }

  .cd-timeline-content.is-hidden {
    visibility: hidden; }

  .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s; } }
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s; } }
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0); } }
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px); }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px); }
  100% {
    -moz-transform: translateX(0); } }
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@media (max-width: 991px) {
  .cd-timeline-content .cd-date {
    left: 0; } }
/* Blog and social feeds
-------------------------------------------------------------- */
.feed-holder {
  background: #f1f1f1;
  padding: 10px 0 50px 0; }

.blog-feed {
  background: #fff; }
  .blog-feed .img-responsive {
    width: 100%; }
  .blog-feed header, .blog-feed p {
    padding: 0 10px; }
  .blog-feed .fa-pencil {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    position: absolute;
    right: 30px;
    background: #004685;
    top: 115px; }
  .blog-feed .h4 {
    font-size: 1.4em; }
  .blog-feed .btn {
    border-radius: 0; }
    .blog-feed .btn:after {
      display: none; }

/* Charity footer */
/* Responisve styles
-------------------------------------------------------------- */
/*** xs ***/
@media (max-width: 767px) {
  /* Home */
  #slide1 {
    margin-top: 0; }

  .home-slide {
    padding: 50px 0; }

  .btn-holder .btn:first-child {
    display: none; }

  .col-20 {
    width: 100%; }

  /* Default page */
  .banner-holder {
    min-height: 250px; }

  .down-scroll {
    display: none; } }
/*** up to md ***/
@media (max-width: 991px) {
  .home-text h2:before, .home-text h2:after {
    display: none; } }
/*** sm ***/
@media (min-width: 768px) and (max-width: 991px) {
  /* Default page */
  .col-20 {
    width: 50%; }

  .down-scroll {
    bottom: 10px; } }
/*** up to lg ***/
@media (max-width: 1199px) {
  .home-slide {
    background-attachment: initial !important; } }
/*** md ***/
/*** iPad only ***/
/*

Courses only styles

*/
/* Variables for whole site
-------------------------------------------------------------- */
/* Colours */
/* Animations */
/* Typography */
/*$main-font: 'Open sans', Helvetica, Sans-serif;*/
.search-form {
  position: relative;
  margin: 0.8em 0 0.5em; }
  .search-form .form-control {
    box-shadow: none;
    border: 1px solid #E6E6E6; }
  .search-form img {
    position: absolute;
    right: 20px;
    top: 6px; }

/* Menu styles
-------------------------------------------------------------- */
/*.navbar-default{
	background: $danger-color;
	border-bottom: 2px solid darken($danger-color, 2%);
}*/
/* Course home page styles
-------------------------------------------------------------- */
.banner-holder {
  position: relative;
  z-index: 1;
  padding: 3em 0;
  color: #fff;
  overflow: hidden;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  // Don't think we're ready for this yet but works a treat ;)
  lol, you;d need to remove all the other positioning and re-make the grid :D - that'd take days on this site!
  */ }
  .banner-holder h1, .banner-holder h2, .banner-holder h3, .banner-holder .h1, .banner-holder .h2, .banner-holder .h3 {
    color: #fff; }
  .banner-holder .h4 {
    font-weight: 400;
    line-height: 1.25em; }
  .banner-holder .lead {
    font-size: 1.25em;
    margin-top: 20px; }

.course-form {
  position: relative;
  z-index: 2;
  clear: both;
  color: #fff; }
  .course-form .h2, .course-form .h4 {
    margin: 0;
    border-bottom: 2px solid #fff;
    padding-bottom: 0.2em;
    color: #fff; }
  .course-form hr {
    border-top: 1px solid #13729C; }
  .course-form .fa {
    font-size: 2.5em; }
  .course-form .form-group {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .course-form label {
    float: left;
    vertical-align: middle;
    margin-right: 1em;
    min-width: 37px;
    text-align: center; }

/* Default course page styles
-------------------------------------------------------------- */
/* @import '_partials/_course-cards'; */
/* Course category page styles
-------------------------------------------------------------- */
.banner-holder.inner {
  min-height: 450px;
  color: #fff;
  /*.container{
  	padding-top: 225px;
  }*/ }
  .banner-holder.inner h1 {
    color: #fff; }
  .banner-holder.inner .lead {
    font-size: 1.25em;
    margin-top: 20px; }

.down-scroll {
  position: absolute;
  right: 49%;
  bottom: 30px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 100, 144, 0.6); }
  .down-scroll .arrow {
    background: url(../images/down-arrow.png);
    width: 24px;
    height: 16px;
    display: block;
    margin: 0;
    top: 17px;
    left: 12px;
    position: relative; }

.course-scroll:after {
  display: none; }

/* Course single page styles
-------------------------------------------------------------- */
.course-head {
  border-bottom: 2px solid #F1F1F1; }

/* .content-area.course{
	margin-top: 200px;
}

.course-box{

	.label{
		color: $danger-color;
		padding: 0;
		font-size: inherit;
		display: block;
		text-align: left;
		margin-bottom: 3px;
	}

}

.scroller.affix{
	width: 277.5px;
	z-index: 2;
}

.sku-btn {
	.apply-button {
		font-size: 1.3em;
		background: #5cb85c;
		border: 0px none;
		border-radius: 5px;
		color: white;
		padding: 10px;
		float: left;
		margin: 15px 0;
		width: 100%;
	}
}
*/
.course-dates, .course-cost {
  font-size: 1.15em; }

.course-dates {
  margin-bottom: 10px; }

.course-cont p > b {
  display: block;
  border-bottom: 1px solid #0c4378;
  color: #0c4378;
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 40px 0 10px 0; }

.course-card .btn:after {
  display: none; }
.course-card.conts .h3 {
  color: #e1393d;
  margin: 10px 0;
  font-size: 1.3em;
  font-weight: 600; }
.course-card.conts .h4 .fa, .course-card.conts .h4 a {
  font-size: .8em; }
.course-card.conts .h4 a {
  color: #3c3c3c; }
.course-card.conts .h4 .fa {
  color: #0c4378;
  margin-right: 5px; }

/* Courses sidebar styles
-------------------------------------------------------------- */
#menu-courses-menu {
  padding: 0; }
  #menu-courses-menu li {
    list-style: none; }
    #menu-courses-menu li a {
      color: #555;
      padding: 10px 0 10px 5px;
      border-bottom: 1px solid #C3C3C3;
      display: block;
      transition: background 0.2s ease-in-out; }
      #menu-courses-menu li a:hover {
        background: #F3F3F3;
        transition: background 0.2s ease-in-out; }
      #menu-courses-menu li a:before {
        content: '-';
        display: inline-block;
        margin-right: 5px; }
    #menu-courses-menu li ul {
      padding: 0;
      padding-bottom: 40px; }
  #menu-courses-menu .menu-item-has-children > a {
    font-weight: 600;
    font-size: 1.25em;
    border-top: 2px solid #F6A302; }
    #menu-courses-menu .menu-item-has-children > a:before {
      display: none; }

.widget-title {
  background: #f9b226;
  padding: 15px;
  color: #fff;
  margin: 0;
  font-size: 1.6em;
  font-weight: 400;
  padding-left: 40px; }
  .widget-title:before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 17px;
    background: url(../images/btn-arrow.png);
    background-size: 20px;
    width: 20px;
    height: 20px; }

.widget-area .menu-top-menu-container {
  background: #424554; }
  .widget-area .menu-top-menu-container ul {
    list-style: none;
    padding-left: 0; }
  .widget-area .menu-top-menu-container li {
    border-bottom: 1px solid #636363; }
  .widget-area .menu-top-menu-container a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 1.11em;
    text-decoration: none;
    transition: .2s text-indent, .2s background; }
    .widget-area .menu-top-menu-container a:hover {
      text-indent: 5px;
      background: #0c4378;
      color: #fff;
      transition: .2s text-indent, .2s background; }

/* Courses footer */
/* Responsive styles
-------------------------------------------------------------- */
/*** xs ***/
/*** sm ***/
@media (min-width: 768px) and (max-width: 991px) {
  #h-icons h4 {
    min-height: 2.5em;
    font-size: 1.2em; }
  #h-icons p:first-of-type {
    min-height: 7em;
    font-size: 1em; }

  .banner-holder {
    min-height: 700px !important; } }
/*** up to md ***/
/*** md ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .course-form label {
    margin-right: 0; }

  /*#h-icons { 
  	h4 {
  		min-height: 2.5em;
  	}
  	p:first-of-type{
  		min-height: 7.5em;
  	}
  }*/ }
/*** iPad only ***/
/*** up to md ***/
@media (min-width: 1200px) {
  #h-icons h4 {
    min-height: 2.5em; }
  #h-icons p:first-of-type {
    min-height: 6em; } }
/*
Shop only styles

*/
/* Variables for whole site
-------------------------------------------------------------- */
/* Colours */
/* Animations */
/* Typography */
/*$main-font: 'Open sans', Helvetica, Sans-serif;*/
/* Menu styles
-------------------------------------------------------------- */
/*.navbar-default{
	background: $danger-color;
	border-bottom: 2px solid darken($danger-color, 2%);
}*/
/* Shop font styles
-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*color: $default-color;
  font-weight: 500;*/ }

/* Shop breadcrumb
-------------------------------------------------------------- */
.crumb-holder.shop {
  background: #F3F3F3;
  padding: 10px;
  border: 1px solid #ECECEC; }
  .crumb-holder.shop .woocommerce-breadcrumb {
    margin-bottom: 0; }

/* Shop banner
-------------------------------------------------------------- */
.flexslider {
  border: none;
  margin: 0; }

.flexslider.main .slides > li {
  height: 390px;
  background-size: cover;
  background-position: center; }
.flexslider.main .caption {
  position: absolute;
  height: 100%;
  width: 50%;
  color: #fff;
  padding: 40px 40px 40px 0;
  top: 0;
  left: 0;
  min-height: 390px; }
.flexslider.main .title, .flexslider.main .h3, .flexslider.main .h4 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.12em; }

#main .banner-ctrls.container {
  margin-top: 0;
  padding: 0; }

.banner-ctrls li {
  position: relative;
  float: left;
  background: #555;
  border-right: 1px solid #484747;
  color: #fff;
  padding: 35px;
  font-size: 1.2em;
  cursor: pointer;
  width: 25%;
  text-align: center;
  transition: background 0.2s ease-in-out; }
.banner-ctrls .flex-active, .banner-ctrls li:hover {
  background: #e1393d;
  transition: background 0.2s ease-in-out; }
  .banner-ctrls .flex-active:before, .banner-ctrls li:hover:before {
    display: block;
    content: '';
    position: absolute;
    top: -20px;
    left: 42%;
    width: 30px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #e1393d; }

/* Product slider
-------------------------------------------------------------- */
.product-slider {
  border: 1px solid #EFEFEF;
  border-radius: 0;
  padding: 15px; }
  .product-slider .flex-direction-nav {
    position: absolute;
    top: -50px;
    right: 0; }
    .product-slider .flex-direction-nav li {
      position: absolute; }
    .product-slider .flex-direction-nav .flex-nav-next {
      right: 0; }
    .product-slider .flex-direction-nav .flex-nav-prev {
      left: -65px; }
    .product-slider .flex-direction-nav a {
      opacity: .9;
      background: #60799c;
      line-height: 35px;
      height: 30px;
      width: 30px;
      text-align: center;
      transition: background 0.2s ease-in-out;
      position: static; }
      .product-slider .flex-direction-nav a:hover {
        opacity: 1;
        transition: background 0.2s ease-in-out; }
      .product-slider .flex-direction-nav a:before {
        display: none; }
    .product-slider .flex-direction-nav .fa {
      font-size: 1.4em;
      color: #fff; }

/* Shop category page
-------------------------------------------------------------- */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count, .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: none;
  display: inline-block;
  margin: 5px 15px 0 0; }

.sort-by {
  display: inline-block;
  margin-top: 8px;
  margin-left: 50px; }

.woocommerce-pagination {
  float: right; }
  .woocommerce-pagination a {
    color: #0c4378; }

.pag-holder {
  border: 1px solid #E8E8E8;
  padding: 10px; }

.woocommerce nav.woocommerce-pagination ul, .woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  border: none; }

.prod-thumb form.cart {
  display: none; }

/* Charity footer */
/* Responisve styles
-------------------------------------------------------------- */
/*** sm ***/
@media (min-width: 768px) and (max-width: 991px) {
  /* Header */
  .header-links {
    margin: 15px 0 0 5px; }

  .header-links .relative {
    float: left;
    margin-right: 10px; }

  .header-links .cart-contents {
    margin-left: 0; }

  /* Home */
  .banner-ctrls li {
    padding: 15px; }

  .cat-img {
    margin-bottom: 30px; } }
/*** up to md ***/
/*** md ***/
@media (min-width: 992px) and (max-width: 1199px) {
  .header-links {
    margin: 15px 0 0 15px; } }
/*** iPad only ***/
/*** xs up ***/
@media (min-width: 768px) {
  .top-links .courses-link {
    line-height: 48px; } }
/* !
Theme Name: first-aid-theme
Theme URI: http://underscores.me/
Author: Adeo Group
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: first-aid-theme
Tags:

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.

first-aid-theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

!!! This stylesheet is global and uses site wide styles but each section also calls it's own specific stylesheet, can be found in >> sector name >> SASS :)

--------------------------------------------------------------*/
/* Variables for whole site
-------------------------------------------------------------- */
/* Colours */
/* Animations */
/* Typography */
/*$main-font: 'Open sans', Helvetica, Sans-serif;*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------
*/
@font-face {
  font-family: 'bebas';
  src: url("inc/fonts/BebasNeueRegular.eot");
  /* IE9 Compat Modes */
  src: url("inc/fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype"), url("inc/fonts/BebasNeueRegular.woff") format("woff"), url("inc/fonts/BebasNeueRegular.ttf") format("truetype"); }
@font-face {
  font-family: 'Century Gothic';
  src: url("inc/fonts/CenturyGothic.eot");
  /* IE9 Compat Modes */
  src: url("inc/fonts/CenturyGothic.eot?#iefix") format("embedded-opentype"), url("inc/fonts/CenturyGothic.woff2") format("woff2"), url("inc/fonts/CenturyGothic.woff") format("woff"), url("inc/fonts/CenturyGothic.ttf") format("truetype"), url("inc/fonts/CenturyGothic.svg#svgFontName") format("svg");
  /* Legacy iOS */ }
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "bebas", "Open sans", Helvetica, Sans-serif;
  font-weight: 600;
  letter-spacing: 1px; }

h1, h2, h3, .h1, .h2, .h3 {
  color: #0c4378; }

h2 {
  font-size: 1.7em; }

h3 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 1.4em; }

.banner-holder h1 {
  color: #fff; }

a {
  color: #e1393d;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #07294a;
    text-decoration: none; }

/*main p {
  font-size: 1.15em;
}*/
.user-content p, .user-content li {
  font-size: 1.15em;
  font-weight: 300; }
.user-content ul {
  padding-left: 0; }
.user-content li {
  margin: 20px 0;
  background: url(images/tickbox2.png) no-repeat;
  padding: 3px 0 0 38px;
  list-style: none; }
.user-content h2, .user-content h3 {
  margin-bottom: 5px;
  line-height: 1.25em; }
.user-content p {
  margin-bottom: 20px; }
.user-content img {
  max-width: 100%;
  height: auto; }
.user-content hr {
  border-top: 1px solid #CCC; }
.user-content .btn:after {
  display: none; }

.lead {
  font-weight: 400; }

.fa {
  vertical-align: middle;
  font-size: 1.25em; }

/* Header
-------------------------------------------------------------- */
.site-header {
  max-height: 87px;
  background: #0c4378; }
  .site-header .form-control {
    height: 26px;
    border: 1px solid #fff; }
  .site-header .form-group {
    margin-bottom: 0; }
  .site-header .search-form .btn.btn-search {
    height: 26px;
    padding: 0 6px; }
    .site-header .search-form .btn.btn-search i {
      line-height: 26px; }

#logo-container {
  position: relative; }

.logo {
  position: absolute;
  z-index: 3;
  margin-top: 0.1em; }

.top-links {
  margin: 1.45em 0 0 -5.5em;
  font-size: 0.85em; }
  .top-links li {
    padding-right: 12.25px; }

.donate {
  display: block;
  margin-top: 1em;
  text-align: right; }

#hdrcrt {
  position: relative;
  display: inline-block;
  top: -3.125em;
  border: 1px dashed #fff;
  border-radius: 10px;
  background: #e1393d;
  padding: 1em 1em 0;
  box-shadow: 0 0 0 4px #e1393d;
  font-size: 0.85em; }
  #hdrcrt .header-links {
    display: inline;
    margin: 0;
    padding: 2em 1em 1em; }
    #hdrcrt .header-links a {
      max-width: 93px;
      width: auto;
      height: auto;
      border-radius: 0;
      box-shadow: none;
      text-align: right;
      line-height: 1em;
      color: #fff; }
    #hdrcrt .header-links .fa {
      vertical-align: top;
      max-width: 93px;
      color: #fff; }
    #hdrcrt .header-links a.cart-contents p {
      display: inline-block; }
    #hdrcrt .header-links .counter {
      position: relative;
      display: inline-block;
      margin: 0 0 0.5em;
      width: auto;
      height: auto;
      border-radius: 0; }
    #hdrcrt .header-links #myacc {
      display: block;
      border-radius: 3px;
      background: #fff;
      padding: 0.5em;
      text-align: center;
      font-weight: bold;
      color: #363636; }

.search-form {
  position: relative;
  margin: 0.8em 0 0.5em; }
  .search-form .form-control {
    box-shadow: none;
    border: 1px solid #E6E6E6; }
  .search-form img {
    position: absolute;
    right: 20px;
    top: 6px; }

/* Menu styles
-------------------------------------------------------------- */
.navbar-header {
  width: 100%; }
  .navbar-header .btn {
    margin-top: 1.15em;
    border: 2px solid #f6a302 !important;
    font-size: 0.75em; }

.navbar-toggle {
  float: none; }

.navbar-fixed-top {
  position: absolute; }

.navbar-collapse {
  padding: 1em; }

.collapse.in {
  border-bottom: 3px solid #0b4277; }

.navbar-default {
  background: #F6A302;
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.navbar-default .navbar-nav > li > a {
  display: inline-block;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  padding: 0.5em 0;
  font-weight: bold;
  color: #004685;
  letter-spacing: -0.6px;
  transition: background 0.2s ease-in-out; }
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
  color: #004685 !important; }

.navbar-nav,
.navbar-nav ul,
.navbar-nav ul li,
.navbar-nav ul li a {
  margin: 0;
  border: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navbar-nav ul li {
  line-height: 1.25; }

.navbar-nav ul ul {
  display: none; }

.navbar-nav > ul > li {
  line-height: 3; }
  .navbar-nav > ul > li > a {
    cursor: pointer;
    z-index: 2; }

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0; }

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff; }

.navbar-nav > ul > li > a:hover > span::after,
.navbar-nav > ul > li.active > a > span::after,
.navbar-nav > ul > li.open > a > span::after {
  border-color: #eeeeee; }

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit; }

.navbar-nav ul ul ul li a {
  padding-left: 30px; }

.navbar-nav ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

ul li.menu-item-has-children {
  display: block;
  background: url(images/downarrow.svg) no-repeat 99% 14px;
  background-size: 15px; }
  ul li.menu-item-has-children a {
    display: inline-block;
    padding: 1em;
    color: #0c4378; }

.submenu {
  padding-left: 1em; }

/* Breadcrumb
-------------------------------------------------------------- */
.crumb-holder {
  background: #f5f5f5; }

.breadcrumb {
  background: none;
  margin: 8px 0;
  padding: 0 0 0 11em;
  font-size: 0.85em;
  color: #989898; }
  .breadcrumb a {
    color: #989898; }

/* CONTENTS
 * 
 * Layout and general global styles
 * Flexslider
 * SUPER CAROUSEL
 * Awards
 * Tickboxes
 * Locations 
 * Youth Pages
 * Testimonials
 * Browser Specific CSS
 */
/* Layout and general global styles
-------------------------------------------------------------- */
body {
  margin-top: 33px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #505052;
  overflow-x: hidden; }

.container {
  max-width: 100%; }

.mt {
  margin-top: 15px; }

.mb {
  margin-bottom: 15px; }

.bmt {
  margin-top: 30px; }

.bmb {
  margin-bottom: 30px; }

img {
  max-width: 100% !important;
  height: auto; }

.relative {
  position: relative; }

.floatRight {
  float: right; }

::selection {
  color: #fff;
  background: #0c4378; }

iframe {
  max-width: 100%; }

main {
  padding-bottom: 4em; }

.clearBoth {
  clear: both; }

.list-inline > li {
  padding-left: 5px; }

.user-content {
  border-top: 3px solid #e8eaef;
  padding-top: 1.5em; }
  .user-content a {
    font-weight: bold; }

.padzero {
  padding: 0; }

blockquote {
  border-color: #696969; }
  blockquote img {
    width: auto;
    max-height: 200px; }

img.alignnone,
a img.alignnone {
  display: block;
  margin: 0 auto; }

.img-responsive {
  margin: 0 auto; }

.greyarea {
  background: #e0e0e0;
  padding: 2em; }

.lgrey {
  background: #f3f3f3;
  padding: 4em 0; }
  .lgrey p {
    margin: 0 auto;
    max-width: 760px; }

figure .whitebg {
  padding: 2em 0; }
  figure .whitebg h3 {
    margin-top: 1em;
    font-size: 1.2em;
    letter-spacing: -0.2px; }

.whitebg {
  background: #fff; }

.defaultcontent {
  margin-top: 1.1em;
  border-top: 3px solid #ececec;
  padding-top: 1em; }

.fullwidth {
  width: 100%; }

fieldset {
  margin-top: 3em; }

address {
  margin-bottom: 5px; }

/* Flexslider
-------------------------------------------------------------- */
.homeslider {
  display: block;
  width: 100%;
  background: #262626; }

/* SUPER CAROUSEL
-------------------------------------------------------------- */
.serviceswrap {
  margin: 0 auto;
  background: url(images/p6.png) repeat;
  padding: 1em 1.75em; }
  .serviceswrap h2 {
    margin-bottom: 1em;
    text-align: center; }

#sliderform {
  position: absolute;
  z-index: 10;
  max-width: 510px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5em; }
  #sliderform h1 {
    font-size: 3em;
    letter-spacing: 2px;
    color: #fff; }
  #sliderform .form-group {
    width: 100%; }
  #sliderform button {
    display: block;
    width: 96.5%; }

.supercrsl {
  margin: 0 auto; }
  .supercrsl p {
    margin: 0; }
    .supercrsl p strong {
      text-align: center;
      font-family: bebas;
      font-size: 1.5em;
      letter-spacing: 1.5px;
      text-transform: uppercase; }

.supercarousel div {
  min-height: 9.5em;
  background: #F6A302 !important;
  padding: 0.25em; }

.supercarousel_wrapper .supercarousel p {
  text-align: left;
  font-size: 1.2em; }
  .supercarousel_wrapper .supercarousel p:first-child {
    text-align: center; }

.supercrsl a.prev, .supercrsl .superprev {
  left: -1.6em !important;
  border-radius: 50%;
  background: url(images/arrowleft.png) no-repeat #e1393d 25% 50% !important; }
.supercrsl a.next, .supercrsl .supernext {
  right: -1.6em !important;
  border-radius: 50%;
  background: url(images/arrowright.png) #e1393d no-repeat 55% 50% !important; }

.super_readmore {
  display: block;
  margin: 0 auto 1em;
  width: 80%;
  background: #004685;
  padding: 0.25em;
  text-align: center;
  font-family: bebas;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffc725; }

a.super_readmore:hover {
  color: #fff; }

/* Awards Slider
-------------------------------------------------------------- */
.parent-pageid-2082 .supercarousel div {
  background-color: transparent;
  padding: 0; }

.quote .qquestion {
  border: 0 !important;
  color: #fff; }
  .quote .qquestion a {
    color: #fff; }

.quote2 {
  margin: 3em 0;
  border-top: 3px solid #FDB72E;
  background: url(images/openquote.png) no-repeat 3% 5%, url(images/closequote.png) no-repeat 97% 93% #f5f5f5;
  padding: 3em; }

.pagination {
  display: none;
  margin: 0; }

#courses img {
  border-radius: 50%; }

.fa-facebook {
  color: #3b5998; }

.fa-twitter {
  color: #1dcaff; }

select.form-control {
  max-width: 81%; }

.form-control {
  display: inline-block;
  border-radius: 0;
  font-size: 14px !important; }

.adeo_ajax_search {
  display: inline; }

.form-group .row {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%; }

.page-scottish-first-aid-awards #page,
.page-nominate-your-first-aid-hero #page {
  background: url(images/stars-bg.jpg) repeat-x; }

/* Tickboxes
-------------------------------------------------------------- */
#the-content p {
  margin-bottom: 1.5em;
  font-size: 1.15em; }
#the-content ul {
  padding-left: 0;
  list-style: none; }
#the-content li {
  margin: 1.25em 0;
  min-height: 1.5em;
  background: url(images/tickbox2.png) no-repeat;
  padding-left: 2.25em;
  font-size: 16.1px;
  line-height: 1.25; }
#the-content ul.sidebar-category-holder li,
#the-content ul.titles li,
#the-content .navigation ul li {
  margin: 0;
  min-height: auto;
  background: none;
  padding-left: 0;
  font-size: 1em;
  line-height: 1; }

.tickboxes .box {
  margin-bottom: 1em;
  border: 4px solid #0c4378;
  padding: 1.5em; }
.tickboxes h3 {
  font-family: "bebas", "Open sans", Helvetica, Sans-serif;
  font-size: 1.75em;
  text-transform: uppercase;
  color: #3c3c3c; }
.tickboxes ul {
  padding-left: 0;
  list-style: none; }
.tickboxes li {
  margin: 1.25em 0;
  min-height: 3em;
  background: url(images/tickbox2.png) no-repeat;
  padding-left: 2.25em;
  font-size: 1.2em;
  line-height: 1.25; }
.tickboxes .btn {
  padding: 0.75em;
  font-size: 1em;
  font-weight: bold;
  color: #3c3c3c; }

ul.ticklist {
  display: inline-block;
  padding-left: 0;
  list-style-type: none; }
  ul.ticklist li {
    min-height: 3em;
    background: url(images/tickbox2.png) no-repeat;
    padding: 0 3em;
    color: #0B4278; }

.product-name .order-courses {
  margin-top: 3px; }
  .product-name .order-courses ul {
    padding: 0px; }
  .product-name .order-courses li {
    font-size: 0.8em;
    list-style: none;
    float: none;
    padding: 4px 0;
    border-right: none; }
    .product-name .order-courses li span {
      font-size: 1.2em; }

.candidate-names {
  padding: 0px; }
  .candidate-names li {
    list-style: none;
    float: none;
    padding: 2px 0;
    display: inline-block;
    width: 40%; }
    .candidate-names li:before {
      font-family: 'Glyphicons Halflings';
      content: "\e008";
      color: #fdb72e;
      margin-right: 6px; }

ul.order_details {
  padding: 0px; }

.alert .woocommerce-thankyou-order-received {
  border-bottom: 1px solid #d6e9c6;
  padding-bottom: 10px;
  margin-bottom: 20px; }
.alert .order_details {
  margin: 0; }

.statrow {
  clear: both;
  margin: 0 0 15em;
  border-top: 3px dashed #ef3e42;
  padding: 3em 0 0; }
  .statrow img {
    display: block;
    vertical-align: middle;
    margin: 0 auto; }

.circimg {
  text-align: center; }
  .circimg img {
    margin: 0 0 2em;
    border-radius: 50%; }
  .circimg .btn-blue.btn-ghost {
    display: block;
    margin-bottom: 5em; }

/* Locations 
-------------------------------------------------------------- */
#locations img {
  margin-bottom: 2em; }

/* Youth Pages
-------------------------------------------------------------- */
.page-template-youth-home header, .page-template-youth-page header {
  background: #6c7698;
  background-image: linear-gradient(to right, #fff, #fff 35%, #6c7698 60%); }
  .page-template-youth-home header .container, .page-template-youth-home header .navbar-header, .page-template-youth-page header .container, .page-template-youth-page header .navbar-header {
    background: url(images/youthlogo.png) no-repeat top left #6c7698; }
  .page-template-youth-home header nav, .page-template-youth-page header nav {
    background: #32bfc6; }
  .page-template-youth-home header .navbar-header, .page-template-youth-page header .navbar-header {
    background-position: 1000% 0; }
  .page-template-youth-home header .navbar-toggle, .page-template-youth-page header .navbar-toggle {
    margin-right: 0; }
  .page-template-youth-home header .navbar-default .navbar-toggle .icon-bar, .page-template-youth-page header .navbar-default .navbar-toggle .icon-bar {
    background: #fff; }
.page-template-youth-home .top-links, .page-template-youth-page .top-links {
  margin-left: 13em; }
  .page-template-youth-home .top-links li, .page-template-youth-page .top-links li {
    padding-right: 11px; }
.page-template-youth-home .navbar-default, .page-template-youth-page .navbar-default {
  background: #32bfc6; }
  .page-template-youth-home .navbar-default .container, .page-template-youth-page .navbar-default .container {
    background: #32bfc6; }
    .page-template-youth-home .navbar-default .container .navbar-header, .page-template-youth-page .navbar-default .container .navbar-header {
      background: #32bfc6; }
  .page-template-youth-home .navbar-default .navbar-nav > li > a, .page-template-youth-page .navbar-default .navbar-nav > li > a {
    color: #fff; }
    .page-template-youth-home .navbar-default .navbar-nav > li > a:hover, .page-template-youth-page .navbar-default .navbar-nav > li > a:hover {
      color: #0c4378; }
.page-template-youth-home .collapse.in, .page-template-youth-page .collapse.in {
  background: #6C7698; }
.page-template-youth-home ul li.menu-item-has-children a, .page-template-youth-page ul li.menu-item-has-children a {
  color: #fff; }
.page-template-youth-home .serviceswrap, .page-template-youth-page .serviceswrap {
  background: url(images/yellow-dash.jpg) no-repeat right #fff; }
.page-template-youth-home .supercarousel div, .page-template-youth-page .supercarousel div {
  background: transparent !important;
  color: #fff; }
.page-template-youth-home .supercarousel div:nth-child(1n+5), .page-template-youth-page .supercarousel div:nth-child(1n+5) {
  background: #dca438 !important; }
.page-template-youth-home .supercarousel div:nth-child(2n+6), .page-template-youth-page .supercarousel div:nth-child(2n+6) {
  background: #a75ba5 !important; }
.page-template-youth-home .supercarousel div:nth-child(3n+7), .page-template-youth-page .supercarousel div:nth-child(3n+7) {
  background: #6b7598 !important; }
.page-template-youth-home .supercarousel div:nth-child(4n+8), .page-template-youth-page .supercarousel div:nth-child(4n+8) {
  background: #176886 !important; }
.page-template-youth-home .supercontentdata a, .page-template-youth-page .supercontentdata a {
  color: #fff; }
.page-template-youth-home .super_readmore, .page-template-youth-page .super_readmore {
  background: #fff;
  color: #176886;
  transition: 0.25s; }
  .page-template-youth-home .super_readmore:hover, .page-template-youth-page .super_readmore:hover {
    background: #e1e1e1;
    color: #176886; }
.page-template-youth-home #the-content li, .page-template-youth-page #the-content li {
  background: url(images/dashedbullet.png) no-repeat 0% 55%; }

.page-template-youth main {
  padding-bottom: 0; }

/* Testimonials
-------------------------------------------------------------- */
.testimonial {
  margin: 0 0 2em;
  border-bottom: 3px solid #3c3c3c;
  padding-bottom: 3em;
  font-size: 1.25em; }
  .testimonial img {
    max-width: 350px !important;
    width: auto;
    max-height: 200px;
    height: auto; }

/* Browser Specific CSS
-------------------------------------------------------------- */
_::-webkit-:not(:root:root), .collapseomatic {
  margin-top: -2em !important;
  padding: 6.5px 3.5px !important; }

_::-webkit-:not(:root:root), .course-parent .btn-blue.btn-ghost {
  padding: 6.5px 3.5px !important; }

/* Buttons
-------------------------------------------------------------- */
.btn {
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: none;
  position: relative;
  border-radius: 0;
  white-space: normal; }
  .btn:hover, .btn:active, .btn:focus {
    transition: all 0.2s ease-in-out;
    border: none; }

.btn-md {
  padding: 12px 30px; }

.btn-default {
  background: #3c3c3c;
  box-shadow: 0 3px 0 #232323; }
  .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #1d1d1d; }

.btn-primary {
  background: #0c4378; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background: #062440; }

.btn-success {
  background: #2bab68;
  box-shadow: 0 3px 0 #21824f; }
  .btn-success:hover, .btn-success:active, .btn-success:focus {
    background: #1f7a4a; }

.btn-info {
  background: #85baef;
  box-shadow: 0 3px 0 #58a1e9; }
  .btn-info:hover, .btn-info:active, .btn-info:focus {
    background: #4f9be8; }

.btn-warning {
  background: #F6A302; }
  .btn-warning:hover, .btn-warning:active, .btn-warning:focus {
    background: #dd9202; }

.btn-warning.btn-ghost {
  border: 2px solid #f6a302;
  background: none;
  color: #F6A302; }

.btn-danger {
  background: #e1393d;
  font-weight: bold; }

.btn-white.btn-ghost {
  border: 2px solid #fff;
  background: none;
  color: #fff; }
  .btn-white.btn-ghost:hover, .btn-white.btn-ghost:active, .btn-white.btn-ghost:focus {
    border-color: #3c3c3c;
    background: #F6A302;
    color: #3c3c3c; }

.btn-blue.btn-ghost, .ss-bottom-link {
  display: inline-block;
  margin: 1em 0;
  border: 3px solid #004685;
  padding: 0.5em;
  font-family: "bebas", "Open sans", Helvetica, Sans-serif;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0c4378 !important;
  transition: 0.5s; }
  .btn-blue.btn-ghost:hover, .btn-blue.btn-ghost:active, .btn-blue.btn-ghost:focus, .ss-bottom-link:hover, .ss-bottom-link:active, .ss-bottom-link:focus {
    background: rgba(0, 100, 144, 0.15); }

.btn-sq {
  border-radius: 0; }

.course-parent .collapseomatic {
  margin-top: 1em !important; }

.collapseomatic {
  display: inline-block;
  border: 3px solid #004685;
  background: none;
  padding: 6px;
  font-family: "bebas", "Open sans", Helvetica, Sans-serif;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0c4378;
  transition: 0.5s; }
  .collapseomatic:hover, .collapseomatic:active, .collapseomatic:focus {
    border: 3px solid #004685;
    background: rgba(0, 100, 144, 0.15);
    color: #0c4378; }

.collapseomatic.btn:after {
  display: none; }

.collapseomatic_content {
  padding-top: 1em; }

.arrowbtn {
  display: block;
  margin: 0;
  width: 100%;
  border: 3px solid #004685;
  background: rgba(0, 100, 144, 0);
  padding: 1.35em 0.2em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  color: #0c4378;
  transition: 0.5s; }
  .arrowbtn:hover {
    background: rgba(0, 100, 144, 0.15); }
  .arrowbtn:before {
    vertical-align: middle;
    margin: 0.25em;
    content: '\00a0';
    background: url(images/right-arrow.svg) no-repeat;
    background-size: 100% 100%;
    padding: 0.5em; }

/* Panels
-------------------------------------------------------------- */
.panel {
  margin-top: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none; }
  .panel .panel-heading {
    margin: 0;
    border-radius: 0;
    background: #0c4378;
    font-family: "bebas", "Open sans", Helvetica, Sans-serif;
    /*font-size: 2em;*/
    letter-spacing: 1px;
    font-weight: bold;
    color: #fff; }
  .panel .panel-title {
    margin: 5px 0;
    font-size: 1.45em; }
    .panel .panel-title a {
      color: #fff; }
  .panel .btn {
    padding: 2px 6px;
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff; }

.panel-succes .panel-heading {
  background: #2bab68;
  color: #fff; }

.panel-info .panel-heading {
  color: #fff;
  background: #85baef; }

.panel-warning .panel-heading {
  color: #fff;
  background: #F6A302; }

.panel-danger .panel-heading {
  color: #fff;
  background: #e1393d; }

.panel.panel-navy {
  margin-bottom: 20px;
  background-color: #fff;
  border: 3px solid #0c4378;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel.panel-navy .panel-heading.h2 {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    background-color: #0c4378;
    border: 0; }
  .panel.panel-navy .panel-body {
    padding: 15px 15px 0; }
    .panel.panel-navy .panel-body h3 {
      border-bottom: 2px solid;
      padding-bottom: 0.25em;
      font-size: 1.25em;
      color: #3c3c3c; }
  .panel.panel-navy .sidebar-category-holder {
    margin-bottom: 3em;
    list-style: none;
    padding: 0; }
    .panel.panel-navy .sidebar-category-holder li {
      border-bottom: 1px solid #e1e1e1;
      padding: 1em 0;
      font-weight: bold;
      color: #0c4378; }
      .panel.panel-navy .sidebar-category-holder li img {
        margin-right: 0.5em; }
    .panel.panel-navy .sidebar-category-holder:last-child {
      margin-bottom: 0; }
  .panel.panel-navy .sidebar-category-holder + .sidebar-category-holder {
    margin-top: 40px; }

#accordion .btn {
  padding: 6px 12px;
  font-size: 1.5em; }

/* Stats
-------------------------------------------------------------- */
.stat-holder {
  padding: 40px 0;
  background: url(images/blue-faded-logo.png) no-repeat top right, #fff; }

.stats {
  margin-top: 40px; }
  .stats .number {
    color: #2b2b2b;
    font-size: 2.3em;
    margin: 0; }
  .stats .title {
    font-weight: 600;
    color: #6e6e6e;
    font-size: 0.85em; }

/* Sidebar styles
-------------------------------------------------------------- */
.nav-header {
  position: relative;
  border-top: 3px solid #fcad2a;
  padding: 15px;
  margin: 0;
  text-align: center;
  font-family: "bebas", "Open sans", Helvetica, Sans-serif;
  font-size: 1.75em;
  letter-spacing: 1px;
  font-weight: bold;
  color: #0c4378; }

.menu-sidebar-quick-links-container {
  background: #424554; }
  .menu-sidebar-quick-links-container ul {
    list-style: none;
    padding-left: 0;
    background: url(images/faded-logo.png) no-repeat left bottom; }
  .menu-sidebar-quick-links-container li {
    border-bottom: 1px solid #636363; }
  .menu-sidebar-quick-links-container a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: 10px 15px;
    font-size: 1.11em;
    text-decoration: none;
    transition: .2s text-indent, .2s background; }
    .menu-sidebar-quick-links-container a:hover {
      text-indent: 5px;
      background: #0c4378;
      color: #fff;
      transition: .2s text-indent, .2s background; }

.side-ad {
  margin-bottom: 2.25em;
  width: 100%; }

.infostrip {
  background: #404040;
  padding: 1.3em 0;
  text-align: center;
  font-size: 1.25em;
  color: #fff; }
  .infostrip .fa {
    font-size: 3em; }
  .infostrip p {
    margin: 0;
    font-size: 0.75em; }

.infochunk {
  margin: 1em auto; }

.sidebar ul.product-categories {
  font-size: 1.15em; }
.sidebar a {
  color: #fff; }

.sidebar .product-categories .cat-parent .cat-parent::before {
  display: none; }

/* Newsletter sign up
-------------------------------------------------------------- */
.newsletter-holder {
  background: #C42A2A;
  text-align: center;
  font-size: 1.25em;
  color: #fff; }
  .newsletter-holder .form-control {
    width: 100%;
    height: 46px; }
  .newsletter-holder h3 {
    margin-top: 0.35em;
    color: #fff; }

.sign-title {
  margin: 0;
  font-size: 2.2em; }

.sign-sub {
  font-size: 1.06em; }

.envelope-wrap {
  background: url(images/paperplane.jpg) no-repeat 87% 60%;
  padding: 30px 0 40px; }
  .envelope-wrap .btn-white.btn-ghost {
    background: none; }

/* Global footer
-------------------------------------------------------------- */
.site-footer, .back-top {
  background: url(images/foot-dots.png), #2c2c2c;
  text-align: center;
  color: #fff;
  padding: 30px 0;
  font-weight: 300; }
  .site-footer img, .back-top img {
    margin: 0 auto; }
  .site-footer h2, .back-top h2 {
    text-align: center;
    font-size: 1.25em;
    font-weight: normal;
    color: #ececec; }
  .site-footer h3, .site-footer a, .back-top h3, .back-top a {
    color: #fff; }

.contacts .details {
  margin: 0 0 4em; }
.contacts .fa {
  margin-top: 0.1em;
  font-size: 2em;
  color: #ababab; }

.footer-socials {
  text-align: center; }
  .footer-socials .fa {
    color: #fff;
    font-size: 1.6em;
    background: #525252;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: background 0.2s ease-in-out; }
    .footer-socials .fa:hover {
      transition: background 0.2s ease-in-out; }
  .footer-socials .fa-facebook:hover {
    background: #3b5998; }
  .footer-socials .fa-twitter:hover {
    background: #1dcaff; }
  .footer-socials .fa-youtube:hover {
    background: #bb0000; }
  .footer-socials .fa-google-plus:hover {
    background: #dd4b39; }
  .footer-socials .fa-linkedin:hover {
    background: #006DA6; }

.back-top {
  background: url(images/foot-dots.png), #2c2c2c;
  position: absolute;
  top: -25px;
  right: 80px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  padding: 0;
  line-height: 55px;
  cursor: pointer; }

.boardlogos {
  text-align: center; }

.sub-foot, .subfoot2 {
  background: #262626;
  color: #b7b7b7;
  padding: 10px 0;
  text-align: center; }
  .sub-foot a, .subfoot2 a {
    color: #b7b7b7; }
  .sub-foot span, .subfoot2 span {
    font-size: .85em; }

.subfoot2 {
  background: #1c1c1c;
  color: #8e8e8e; }
  .subfoot2 span {
    font-size: .618em; }

/* Global responsive styles
-------------------------------------------------------------- */
@media (max-width: 782px) {
  /* Fixes */
  #wpadminbar {
    position: fixed;
    z-index: 9999; }

  body.admin-bar header {
    margin-top: 40px; } }
/* wordpress admin bar fixes */
@media (min-width: 783px) {
  /* Fixes */
  #wpadminbar {
    position: fixed;
    z-index: 9999; }

  body.admin-bar header {
    margin-top: 30px; } }
@media (max-width: 767px) {
  .hidden-xs {
    display: none; }

  body {
    margin-top: 46px !important; }

  /* Header */
  .logo {
    max-width: 60px !important; }

  .collapse.in {
    padding-top: 2em !important; }

  .breadcrumb {
    padding: 0;
    text-align: right; }

  /* General */
  .xs-mb {
    margin-bottom: 15px; }

  .banner-holder.error {
    min-height: 450px; }
    .banner-holder.error .container {
      padding-top: 60px; }

  #homeslider .supercrsl a.next, #homeslider .supercrsl .supernext, #homeslider .supercrsl a.prev, #homeslider .supercrsl .superprev {
    top: 16%; }

  /* Blog */
  .blog-posts-on-archive-page .banner-holder {
    min-height: 30em !important; }

  /* Newsletter */
  .newsletter-holder .row {
    margin: 0; }

  .newsletter-holder .form-group, .newsletter-holder .col-md-2 {
    padding: 0; }

  /* Footer */
  .banner-holder h1 {
    line-height: 10em; }

  .banner-holder.courses h1 {
    line-height: 1em; } }
/* sm */
@media (min-width: 767px) and (max-width: 991px) {
  body {
    margin-top: 86px !important; }

  /* Header */
  /*.hidden-xs */
  .search-form {
    margin: 1em 0; }

  .top-links {
    margin-left: -2.25em; }
    .top-links li {
      margin-right: 5px; }

  .navbar-header .btn {
    margin-bottom: 0.85em; }

  /* Home */
  .content-area #slide-menu {
    width: 15%; }

  /* Blog */
  .blog-posts-on-archive-page .banner-holder {
    min-height: 30em !important; }

  /* Footer */
  .newsletter-holder .btn {
    margin-top: 5px; } }
/* up to md */
@media (max-width: 991px) {
  .homeslider {
    padding-bottom: 1em; }

  .page-template-youth-home header, .page-template-youth-page header {
    /*form,*/ }
    .page-template-youth-home header .top-links, .page-template-youth-page header .top-links {
      display: none !important; }
    .page-template-youth-home header .donate, .page-template-youth-page header .donate {
      padding: 0.48em 0; }

  .top-links li:first-child {
    border-left: none; }

  /* Footer */
  .newsletter-holder .btn {
    width: 100%; }

  .back-top {
    right: 0;
    top: -25px; } }
/* md */
@media (min-width: 992px) {
  .donate {
    margin-top: 0.75em; }

  .woocommerce-MyAccount-navigation ul li {
    display: inline-block !important;
    padding: 0 2em; }

  .site-footer h2 {
    text-align: right; }

  .footer-socials {
    float: right; }

  .boardlogos {
    text-align: right; } }
/* lg  */
@media (max-width: 1199px) {
  body {
    margin-top: 73px; }

  .top-links {
    margin-left: -3em; }

  .navbar-default .navbar-toggle {
    border: none; }
    .navbar-default .navbar-toggle .icon-bar {
      background: #0c4378; }

  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: none; }

  .navbar-toggle .icon-bar {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #3c3c3c;
    transform: rotate(0deg);
    transition: .25s ease-in-out; }

  .icon-bar:nth-child(2) {
    top: 0px;
    transform-origin: left center; }

  .icon-bar:nth-child(3) {
    top: 1px;
    transform-origin: left center; }

  .icon-bar:nth-child(4) {
    top: 2px;
    transform-origin: left center; }

  .icon-bar.open:nth-child(2) {
    transform: rotate(45deg);
    top: -3px; }

  .icon-bar.open:nth-child(3) {
    width: 0%;
    opacity: 0; }

  .icon-bar.open:nth-child(4) {
    transform: rotate(-45deg);
    top: 4px; }

  .head-tel {
    margin-top: 12px;
    color: #0c4378;
    float: right;
    margin-right: 20px; }

  .banner-holder h1 {
    line-height: 10em; }

  #sliderform {
    display: none; }

  .banner-holder.courses h1 {
    line-height: 1em; }

  .course-parent .btn {
    display: inline-block !important;
    width: 100%; } }
@media (min-width: 768px) {
  header a {
    color: #fff; }
    header a:hover, header a:active {
      color: #FDB72E; }

  .logo {
    margin-top: 1em;
    padding: 0 0 0 0.25em; }

  .navbar {
    max-height: 38px;
    min-height: 0;
    border-top: 1px solid #fff; }

  .navbar-nav {
    float: none; }
    .navbar-nav > li > a {
      padding: 0.6em 0.35em !important; }

  .navbar-toggle {
    display: block;
    float: right;
    padding: 0; }

  .serviceswrap {
    padding: 2.5em 3.85em; }

  .site-footer {
    text-align: left; }

  .back-top {
    width: 110px;
    height: 70px; }

  .page-template-youth .navbar-header,
  .page-template-youth-page .navbar-header {
    background: none; }

  .infostrip {
    text-align: right; }

  .infochunk {
    margin-top: -0.5em; }

  .contacts .details {
    margin: 5px 0 0 0; } }
@media (min-width: 768px) and (max-width: 1199px) {
  .collapse, .navbar-collapse.collapse {
    display: none !important; }

  .collapse.in {
    display: block !important;
    background: #F6A302; }

  .navbar-nav > li, .navbar-header {
    float: none !important; }

  .page-template-youth .top-links,
  .page-template-youth-page .top-links,
  .page-template-youth-home .top-links {
    display: none; }

  .courses {
    padding-top: 15em; } }
@media (min-width: 1200px) {
  body {
    margin-top: 74px; }

  .navbar-fixed-top {
    position: fixed; }

  .top-links li {
    padding-right: 30px; }

  .site-header .nav > li {
    text-align: left; }

  .navbar-collapse {
    padding: 0 !important; }

  .navbar-toggle {
    display: none; }

  .navbar-nav {
    float: left; }
    .navbar-nav > li {
      float: left; }

  .navbar-default .navbar-nav > li.current_page_item > a {
    border-bottom: 3px solid #0c4378;
    color: #004685; }

  ul li.menu-item-has-children {
    background: none; }

  /* Dropdown menu style */
  .site-header .nav > li {
    position: static; }

  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    border-bottom: 3px solid #0c4378;
    transition: background 0.2s ease-in-out; }

  .navbar-nav {
    position: relative;
    margin: 0.2em 0;
    max-height: 25px;
    padding-left: 9em;
    font-family: Arial, "Century Gothic", CenturyGothic, AppleGothic, sans-serif, sans-serif;
    font-size: 1em;
    text-transform: uppercase; }
    .navbar-nav .sub-menu {
      padding: 0;
      line-height: 1.25em;
      list-style: none; }
    .navbar-nav li > a {
      padding-top: 3px !important;
      padding-bottom: 5px !important; }
    .navbar-nav > li > a + .sub-menu {
      display: none;
      position: absolute;
      z-index: 2;
      right: 0;
      left: 0;
      margin-top: -3px;
      width: 1140px;
      background: rgba(0, 60, 120, 0.9);
      padding: 45px 30px 20px; }
      .navbar-nav > li > a + .sub-menu > li {
        float: left;
        width: 33%;
        padding: 10px 0; }
        .navbar-nav > li > a + .sub-menu > li a {
          color: #fff;
          display: inline-block;
          font-size: 0.85em;
          line-height: 0.75;
          transition: color 0.2s ease-in-out; }
          .navbar-nav > li > a + .sub-menu > li a:before {
            display: inline-block;
            margin-right: 5px; }
        .navbar-nav > li > a + .sub-menu > li > a {
          width: 80%;
          border-bottom: 1px solid #F6A302;
          font-weight: 600;
          color: #F6A302;
          font-size: 0.85em;
          margin-bottom: 5px; }
          .navbar-nav > li > a + .sub-menu > li > a:before {
            display: none; }
        .navbar-nav > li > a + .sub-menu > li.menu-item:nth-child(4) {
          clear: both; }
    .navbar-nav a.menu-image-not-hovered + ul > li a {
      background: #004685;
      color: #fff;
      font-weight: 600;
      width: 98%; }
      .navbar-nav a.menu-image-not-hovered + ul > li a:before {
        display: none !important; }

  .navbar-collapse {
    background: #F6A302; }

  .navbar-nav > li:hover .sub-menu {
    display: block; }

  .navbar-collapse {
    background: none; }

  .banner-holder h1 {
    line-height: 10em; }

  .banner-holder.courses h1 {
    line-height: 1em; }

  .menu-item-has-children {
    background: none; }

  .supercarousel_wrapper .supercontentdata img {
    height: 100%;
    margin: 0 !important; }

  .featprod {
    padding: 0 5em; }

  .infostrip p strong {
    font-size: 1.4em; }

  .horizontal-search-bar {
    max-width: 1140px !important;
    border: none !important;
    border-bottom: 3px solid #E1393D !important;
    padding: 0 6px 0 0 !important; }
    .horizontal-search-bar .fa {
      min-width: none; }
    .horizontal-search-bar .form-group {
      padding: 6px 12px 0 0 !important; }

  #formtitle {
    background: url(images/formtitlebg.png) no-repeat left; }
    #formtitle h3 {
      margin-bottom: 0;
      border: 0 !important;
      padding: 8px 0 !important;
      font-family: "bebas", "Open sans", Helvetica, Sans-serif;
      font-size: 1.25em;
      color: #fff; }

  .course-parent .course-desc {
    padding: 0; }
  .course-parent .btn {
    display: inline !important;
    margin-bottom: 0 !important; }
  .course-parent .collapseomatic {
    width: auto;
    margin-top: -2em !important;
    padding: 6.75px 9px;
    font-size: 1.05em; }

  @-moz-document url-prefix() {
    .collapseomatic {
      margin-top: -2em; } } }
@media (min-width: 1500px) {
  main {
    min-height: 35em; }

  figure .whitebg {
    margin: 0.5em 2em 0; }

  .prod-thumb {
    margin: 0 3em 3em; } }
@media (max-width: 1199px) {
  .navbar-nav > li .sub-menu {
    display: none;
    padding-left: 1em; } }
@media (max-width: 1400px) {
  .navbar-fixed-top .navbar-collapse {
    max-height: none;
    padding: 4em 1em 1em; }

  .homeslider .course-form {
    margin: 0 auto !important; }
    .homeslider .course-form h1 {
      font-size: 30px;
      letter-spacing: 1px !important; } }
.ss-form-container {
  margin-bottom: 4em; }

.exportLabel {
  display: none; }

.ss-form ol,
.contact-form ol {
  padding-left: 0; }

.ss-form input,
.ss-form textarea,
.ss-form select,
.contact-form input,
.contact-form textarea,
.contact-form select {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 30px; }

.ss-form input[type="radio"], .ss-form input[type="submit"] {
  display: inline-block;
  width: auto !important; }

.ss-form input[type=submit],
.contact-form input[type=submit] {
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #fff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.ss-form textarea, .contact-form textarea {
  height: 200px; }

.ss-bottom-link {
  display: inline-block; }

.ss-footer-content td {
  vertical-align: top; }

.user-content form {
  padding: 20px;
  background: #F9F9F9;
  border-radius: 2px;
  border: 1px solid #EFEFEF; }

#the-content form li {
  margin: 0;
  background: none;
  padding-left: 0;
  font-size: 1em; }
#the-content form label span {
  display: inline-block; }

.ss-choice-item .ss-choice-label {
  float: left;
  margin-left: 1.5em; }
.ss-choice-item .ss-choice-item-control {
  float: left; }

.freebirdFormviewerViewItemsItemItem {
  margin: 2em 0; }

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

.nav-previous,
.nav-next {
  display: inline-block;
  margin: 0 1em;
  background: #F6A302;
  padding: 1em;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.5s; }
  .nav-previous a,
  .nav-next a {
    color: #3c3c3c; }
  .nav-previous:hover,
  .nav-next:hover {
    background: #e69b06; }

.blog-posts-on-archive-page {
  padding: 1em; }
  .blog-posts-on-archive-page h1 {
    color: #fff;
    text-shadow: 0px 0px 20px black; }
    .blog-posts-on-archive-page h1 a,
    .blog-posts-on-archive-page h1 a:hover,
    .blog-posts-on-archive-page h1 a:active,
    .blog-posts-on-archive-page h1 a:visited {
      color: #fff; }
  .blog-posts-on-archive-page .banner-holder {
    display: flex;
    min-height: 18em;
    overflow: hidden;
    justify-items: center;
    align-items: center; }
  .blog-posts-on-archive-page .entry-content {
    margin: 1em 0;
    min-height: 12em; }
  .blog-posts-on-archive-page .entry-meta {
    margin: 10px 0; }

.blogsnip {
  border: 1px solid #cecece;
  border-top: 3px solid #F6A302;
  background: #f5f5f5; }
  .blogsnip header {
    margin-top: 0 !important; }

ui-datepicker *, .ui-datepicker {
  border-radius: 0 !important; }

.ui-widget-header {
  border: 1px solid #e1393d !important;
  background: #e1393d !important; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-radius: 0 !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff !important; }

/*
 * jQuery FlexSlider v2.6.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("inc/fonts/flexslider-icon.eot");
  src: url("inc/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("inc/fonts/flexslider-icon.woff") format("woff"), url("inc/fonts/flexslider-icon.ttf") format("truetype"), url("inc/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  zoom: 1;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  margin: -20px 0 0;
  /*text-decoration: none;*/
  display: block;
  width: 40px;
  height: 45px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  /*color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: ''; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 1em !important;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 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; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

.metaslider .flexslider {
  margin: 0 !important; }

#the-content .metaslider .flexslider li {
  margin: 0 !important;
  background: none !important;
  padding: 0 !important; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/* Shop general layout
-------------------------------------------------------------- */
.woocommerce-breadcrumb {
  margin: 0 0 0.25em !important; }

.woocommerce-page .entry-header {
  margin-top: 5em; }

.woocommerce-MyAccount-navigation {
  margin-bottom: 1em;
  border-top: 2px solid #f6a302;
  background: #f7f7f7;
  padding: 1em; }
  .woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .woocommerce-MyAccount-navigation ul li {
      display: block;
      text-transform: uppercase;
      font-weight: bold; }

#main > .container .entry-title {
  margin: 15px 0; }

.woocommerce img, .woocommerce-page img {
  max-width: 100% !important; }

.woocommerce div.product div.images img {
  border: 1px solid #b7b7b7; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0;
  border-left: 1px solid #efefef;
  padding-left: 0; }

.woocommerce-cart .woocommerce-message,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none; }

.woocommerce-cart table.cart img {
  width: auto; }

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  padding: 15px;
  font-size: 1.1em;
  border-top: 2px solid #ccc; }

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  border-top: 2px solid #0c4378; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
  border: 1px solid #efefef;
  padding: 0;
  margin: 0 8px;
  background: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
  margin: 0 0 0 -5px; }

.woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 0;
  border-top: none; }

.woocommerce a.prev, .woocommerce a.next {
  height: auto;
  background: none; }

.cat-brdr {
  border: 1px solid #d5cacb; }

.featprod {
  padding: 0 1em; }

/* Small product layouts
-------------------------------------------------------------- */
.products .prod-thumb {
  margin: 0; }

.prod-thumb {
  padding: 10px;
  border: 1px solid #d5cacb; }
  .prod-thumb h3 {
    margin: 20px 0;
    text-align: center;
    font-size: 1.3em;
    border-bottom: 1px solid #ececec;
    min-height: 5em; }
  .prod-thumb h2 {
    margin: 20px 0;
    text-align: center;
    font-size: 1.3em;
    border-bottom: 1px solid #ececec;
    min-height: 5em; }
  .prod-thumb .price {
    font-size: 1.3em;
    color: #0c4378;
    text-align: center;
    margin: 20px 0;
    margin: 0 auto; }
  .prod-thumb.col-lg-3 {
    padding: 0 15px; }
  .prod-thumb .button {
    display: none; }
  .prod-thumb .pt {
    color: #3c3c3c;
    font-size: .8em; }
  .prod-thumb img {
    max-height: 200px;
    width: auto;
    min-height: 200px; }
  .prod-thumb a {
    display: block; }

/* SKU page
-------------------------------------------------------------- */
.price-holder {
  font-size: 1.2em; }

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

form.cart {
  margin-top: 30px; }

.woocommerce div.product .product_title {
  font-size: 2.5em;
  color: #3c3c3c; }

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #3c3c3c; }

.woocommerce div.product p.stock {
  margin-top: 15px;
  font-size: 1.1em;
  font-weight: 600; }

.woocommerce div.product .price.inc-vat {
  color: #e1393d; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  margin-bottom: 1em;
  background-color: #e1393d; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover {
    background-color: #e84347; }

.woocommerce .star-rating span:before {
  color: #FDB72E; }

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  /*position: absolute;*/
  z-index: 2;
  margin: 0;
  width: 100%; }

.woocommerce .woocommerce-message {
  margin: 0 0 1em;
  background: rgba(217, 232, 207, 0.5);
  padding: 1em;
  font-size: 1.25em;
  clear: both;
  padding-left: 60px; }

.woocommerce-product-rating {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px; }

.product_meta {
  margin-bottom: 40px; }

.qty-holder {
  padding-bottom: 30px; }

.woocommerce .quantity .qty {
  height: 44px; }

.btn-shop {
  padding: 10px 20px; }
  .btn-shop:after {
    display: none; }

.sku-icons {
  margin: 30px 70px 0 0;
  font-weight: 600; }
  .sku-icons .title {
    margin: 15px 0 0; }
  .sku-icons .subtitle {
    color: #0c4378; }

/* Cart styles
-------------------------------------------------------------- */
.woocommerce-cart .entry-title, .page-checkout .entry-title {
  display: inline-block;
  margin: 0 0 20px;
  border-bottom: 2px solid #F6A302; }

.prod-bask-title {
  font-weight: 600;
  font-size: 1.15em;
  margin: 10px 0; }

.product-name p:not(.prod-bask-title) {
  margin: 5px 0;
  font-size: .95em; }
  .product-name p:not(.prod-bask-title) a {
    color: #505052;
    border-bottom: 1px dotted; }
.product-name .fa {
  margin-right: 5px;
  color: #3c3c3c; }

.check-titles {
  font-size: 1.4em; }
  .check-titles .fa {
    font-size: .95em;
    margin-right: 3px; }

.woocommerce-billing-fields, .woocommerce-shipping-fields, .woocommerce-contact-fields {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  background: #F7F7F7;
  padding: 20px; }

td.product-subtotal, tr.cart-subtotal .amount {
  font-weight: 600; }

.woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-message, .woocommerce-checkout .woocommerce-info, .woocommerce-checkout .woocommerce-error {
  position: relative; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  transition: background 0.2s ease-in-out;
  font-weight: 600; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    transition: background 0.2s ease-in-out; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
  transition: background 0.2s ease-in-out;
  font-weight: 700; }

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce #payment #place_order, .woocommerce-page #payment #place_order:hover {
  background: #208650; }

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  width: 100%;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #868686;
  padding: 5px; }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
  border: 1px solid #2bab68; }

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
  font-size: 1.1em; }

tr.order-total {
  font-size: 1.2em; }

#ship-to-different-address label, #contact-to-different-address label {
  font-weight: 400;
  display: inline-block;
  float: left; }

#ship-to-different-address-checkbox, #contact-to-different-address-checkbox {
  float: left;
  display: inline-block;
  margin: 18px; }

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: block;
  margin: 0; }

.woocommerce form .form-row .input-checkbox {
  position: relative;
  display: inline-block;
  margin: 0; }

.woocommerce-Address {
  margin-bottom: 3em; }

#order_comments_field {
  clear: left; }

.cart-prod-name {
  font-weight: 600;
  font-size: 1.2em; }

.wc_address_validation_postcode_lookup {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ccc; }

.page-checkout header.entry-header,
.page-cart header.entry-header {
  text-align: center; }

.cart_item .date {
  display: block;
  margin: 0 0 1em; }

.product-name a {
  margin-right: 1em; }

.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
  float: none;
  width: 100%; }

#woocommerce-gift-aid {
  clear: both;
  display: block;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  padding: 1.75em 1.75em 1.5em; }

tr.product-12058.cart_item {
  background: #cfdfef;
  font-weight: bold;
  color: #0c4378; }
  tr.product-12058.cart_item .product-name {
    padding: 3em 0 2.5em; }

#product-11394 .price-holder .col-xs-6:first-child, #product-11939 .price-holder .col-xs-6:first-child {
  display: none; }

.nav-header {
  background: none;
  font-weight: 600;
  font-size: 1.4em !important;
  color: #404040;
  font-weight: 400;
  padding-left: 0; }

.sidebar {
  color: #3c3c3c;
  overflow-x: hidden;
  transition: all 0.2s linear 0s;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0; }
  .sidebar a {
    color: #3c3c3c;
    display: inline-block;
    padding: 0; }
  .sidebar .nav-header:before {
    display: none; }
  .sidebar .product-categories {
    padding-left: 0; }
    .sidebar .product-categories ul {
      margin: 0; }
      .sidebar .product-categories ul.children, .sidebar .product-categories ul.sub-product-categories {
        padding: 0; }
    .sidebar .product-categories li {
      list-style: none;
      padding: 10px 0;
      border-bottom: 1px solid #C3C3C3; }
      .sidebar .product-categories li:last-child {
        border-bottom: none; }
    .sidebar .product-categories .page_item_has_children {
      position: relative; }
    .sidebar .product-categories .cat-parent {
      position: relative; }
    .sidebar .product-categories ul > li > a {
      margin-left: 10px; }
  .sidebar ul.product-categories {
    margin: 0 0 3em !important; }

.sidebar .product-categories ul > li > ul,
.sidebar ul.product-categories > li > ul {
  display: none; }

.sidebar .product-categories ul.children ul.children,
.sidebar .product-categories ul.sub-product-categories ul.sub-product-categories {
  background: #898989; }

.sidebar .product-categories .page_item_has_children:before, .sidebar .product-categories .cat-parent:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  transition: transform .2s linear;
  cursor: pointer; }

.sidebar .product-categories .page_item_has_children.spin:before, .sidebar .product-categories .cat-parent.spin:before {
  transform: rotate(-180deg);
  transition: transform .2s linear; }

/* Courses Global responsive styles
-------------------------------------------------------------- */
.homeslider .course-form {
  margin: 4em auto;
  width: 100%;
  max-width: 450px;
  padding: 2em 1em 1em; }
  .homeslider .course-form input[type="radio"] {
    display: none; }
  .homeslider .course-form h1 {
    padding-bottom: 0.35em;
    letter-spacing: 3px;
    color: white; }
  .homeslider .course-form label.radio {
    margin-right: 0;
    width: 100%;
    border: 2px solid #f6a302;
    background: transparent;
    padding: 0.25em 0;
    text-align: center;
    font-family: "bebas", "Open sans", Helvetica, Sans-serif;
    font-size: 1.5em;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #F6A302; }
  .homeslider .course-form input[type="radio"]:checked + label {
    background: #F6A302;
    color: #3c3c3c; }
  .homeslider .course-form .fa {
    min-width: 2em;
    text-align: center;
    font-size: 1.75em;
    color: #fff; }

.page-training h1, .page-template-courses h1, .post-type-archive h1, .page-online-training-courses h1 {
  margin-bottom: 0.75em;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color: #3c3c3c; }

.coursetype {
  margin-bottom: 1em;
  border-top: 4px solid #0c4378;
  background: #eaeaea;
  padding: 1em;
  text-align: center;
  font-size: 0.75em; }
  .coursetype h3 {
    margin: 0.5em 0;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #e1393d; }
  .coursetype p {
    margin: 0 !important;
    font-size: 0.85em;
    font-weight: bold; }
  .coursetype .btn {
    margin-top: 0.7em;
    font-size: 0.85em;
    font-weight: bold; }

.course-card h3 {
  min-height: auto !important;
  color: #000 !important; }
.course-card .course-start-date {
  margin: 0 !important; }
.course-card .course-cost {
  margin: 0 !important; }
.course-card .apply-button {
  margin: 0 !important; }
.course-card .course-cost:before {
  content: '' !important; }
.course-card .course-cost .amount {
  font-size: 36px !important;
  font-weight: bold !important;
  color: #2bab68 !important;
  float: right !important; }

.course-parent p {
  font-size: 1em; }
.course-parent .btn-blue.btn-ghost {
  display: inline;
  margin-bottom: 1em;
  display: inline-block;
  font-size: 1.1em;
  white-space: nowrap; }
.course-parent hr {
  margin: 2em 0 3em;
  border-top: 3px solid #f6a302; }

.horizontal-search-bar {
  border: 3px solid #0c4378;
  background: #eee;
  padding: 1em; }
  .horizontal-search-bar .form-control {
    margin: 0 !important;
    height: 24px !important;
    border: 1px solid #0c4378;
    padding: 2px 5px  !important;
    font-size: 12px !important;
    line-height: 14px !important; }
  .horizontal-search-bar .btn.btn-primary {
    margin-top: 6px;
    background: #E1393D;
    padding: 2px 0;
    font-weight: bold; }
  .horizontal-search-bar .fa {
    min-width: 1em;
    text-align: center;
    font-size: 1.5em;
    color: #E1393D; }
  .horizontal-search-bar label {
    margin-bottom: 0;
    color: #E1393D; }
    .horizontal-search-bar label:nth-child(2) {
      padding-left: 26px; }
  .horizontal-search-bar .radio {
    padding: 10px 0 0;
    font-size: 0.85em; }
    .horizontal-search-bar .radio input[type="radio"] {
      position: relative;
      display: inline-block;
      margin: 0; }
  .horizontal-search-bar .form-group {
    margin-bottom: 0;
    padding: 8px 12px 8px 0; }
  .horizontal-search-bar .dates div {
    padding: 0 0 0 0.55em; }

#formtitle h3 {
  border-bottom: 2px solid #0c4378;
  padding-bottom: 0.15em; }

.workplace, .public {
  padding-right: 0;
  padding-left: 0; }

/* Course listing card styles
-------------------------------------------------------------- */
.course-card {
  background: url(../images/blue-faded-logo.png) no-repeat left 125px, #fbfbfb;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  box-shadow: 0px 2px 0px #ccc;
  margin: 10px 0; }
  .course-card h1 {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 0; }
  .course-card li {
    background: none !important;
    padding-left: 0 !important; }
  .course-card .titles {
    font-size: 1.05em;
    font-weight: 600; }
    .course-card .titles .fa {
      margin-right: 3px;
      font-size: 1.2em;
      color: #0c4378; }
    .course-card .titles a {
      color: #3c3c3c;
      font-weight: 400; }
  .course-card .date {
    margin: 0;
    font-size: 1.1em; }
    .course-card .date .fa {
      margin-right: 5px; }
  .course-card .inc-vat {
    margin-left: 15px; }

.course-price {
  font-size: 1.1em;
  margin: 5px 0; }

.quick-course-info {
  padding: 5px 15px; }

.type-course .apply-button {
  background: #2BAB68;
  border: 0px none;
  border-radius: 5px;
  color: white;
  padding: 10px;
  float: left;
  margin: 15px 0;
  font-size: 1.1em; }
.type-course .label {
  color: #000; }
.type-course .amount {
  font-size: 1.25em; }

.post-type-archive-course .quick-course-info .course-time, .post-type-archive-course .quick-course-info .course-cost {
  width: 100%;
  font-size: 1.2em;
  background: none;
  position: relative;
  padding-left: 25px;
  color: #525252; }

.post-type-archive-course .quick-course-info .course-time:before, .post-type-archive-course .quick-course-info .course-cost:before {
  position: absolute;
  font-family: FontAwesome;
  left: 0;
  background: none; }

.post-type-archive-course .quick-course-info .course-time:before {
  content: '\f073'; }

.post-type-archive-course .quick-course-info .course-cost:before {
  content: '\f0d6';
  color: #2bab68; }

.post-type-archive-course .quick-course-info .course-cost * {
  color: #2bab68;
  font-weight: 600;
  font-size: inherit; }

/* Contact Forms
-------------------------------------------------------------- */
.wpcf7 label,
.wpcf7 input,
.wpcf7 textarea,
.wpcf7 span,
.wpcf7 select {
  display: block;
  width: 100%; }

/*# sourceMappingURL=style.css.map */


#primary-menu #menu-item-cp-courses ,#primary-menu #menu-item-cp-dashboard{
    display: none !important;
}

#primary-menu #menu-item-cp-logout{
    display: none !important;
}