/*
Theme Name: Indigo Responsive
Author: Ashley D'oyly
*/

/* CSS resets */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Layout */
html {
  font-size: 100%;
}
body {
  line-height: 1;
  font-size: 0.95em;
  font-family: 'Open sans', sans-serif;
  background: white;
  color: #3a3a3a;
  font-weight: normal;
}
header {
  margin-top: 3em;
  margin-bottom: 2em;
}
header #logo {
  position: absolute;
  top: -1.25em;
  left: 1%;
  z-index: 1000;
}
header #logo img {
  width: 132px;
}
header #headerText {
  float: left;
  width: 60%;
  margin-left: 11em;
}
header #headerText p:first-child {
  color: #000000;
  font-size: 25.2px;
  margin: 0 0 0.1em 0;
}
header #headerText p:last-child {
  color: #999999;
  font-size: 1.2em;
  margin: 0;
}
header .addthis {
  float: right;
  text-align: right;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 1em;
}
header #phone {
  float: right;
  font-weight: bold;
  font-size: 1.2em;
  clear: right;
  text-align: right;
}
header #phone p {
  margin: 0;
  padding: 0;
}
header #phone p a {
  color: #3a3a3a;
}
header .trainer-login{
        position: absolute;
        top: -15px;
        right: 47px;    
            
    }
header .trainer-login a {    
    color: #999999;
    font-size: 0.85em;
    
}
nav {
  background: #dcdadb;
  width: 100%;
  line-height: 3.3em;
  margin-bottom: 4em;
}
nav div.homeButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 5em;
}
nav div.menuButton {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 0em;
  width: 50%;
  float: right;
  text-align: right;
}
nav div.menuButton:hover {
  cursor: pointer;
}
nav img {
  width: 80px;
  vertical-align: middle;
  margin-top: -6px;
}
nav ul {
  text-transform: uppercase;
  float: left;
  margin-left: 8em;
  font-size: 0.85em;
  font-weight: normal;
}
nav ul li {
  display: inline-block;
  margin-right: 2.2em;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li.hovermenu:hover ul {
  visibility: visible;
  opacity: 1;
}
nav ul li a {
  color: #535353;
}
nav ul li a:hover {
  color: #999999;
  text-decoration: none;
}
nav ul.dropdown-menu {
  visibility: hidden;
  float: left;
  clear: both;
  background: #2b81cc;
  z-index: 100;
  position: absolute;
  margin-left: 0;
  opacity: 0;
}
nav ul.dropdown-menu li {
  padding: 0 12px;
  margin: 0;
  display: block;
}
nav ul.dropdown-menu li:hover {
  background: #a0a0a0;
  cursor: pointer;
}
nav ul.dropdown-menu li a {
  color: white;
}
nav ul li img:hover {
  cursor: pointer;
}
nav .dropNav {
  display: none;
  clear: both;
  text-align: right;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav .dropNav li {
  display: block;
  line-height: 3em;
  clear: both;
  margin: 0;
}
nav ul.workshopMenuList li.innovate {
  background: #8cc63f;
  font-size: 1.6em;
  font-weight: 100;
}
nav ul.workshopMenuList li.innovate:hover {
  background: #afd87a !important;
}
nav ul.workshopMenuList li.evaluate {
  background: #01acf6;
  font-size: 1.6em;
  font-weight: 100;
}
nav ul.workshopMenuList li.evaluate:hover {
  background: #45c6fe !important;
}
nav ul.workshopMenuList li.communicate {
  background: #f19738;
  font-size: 1.6em;
  font-weight: 100;
}
nav ul.workshopMenuList li.communicate:hover {
  background: #f6bc7f !important;
}
nav ul.workshopMenuList li.activate {
  background: #e8498b;
  font-size: 1.6em;
  font-weight: 100;
}
nav ul.workshopMenuList li.activate:hover {
  background: #f18db6 !important;
}
nav ul.workshopMenuList li.simulate {
  background: #7b1272;
  font-size: 1.6em;
  font-weight: 100;
}
nav ul.workshopMenuList li.simulate:hover {
  background: #be1cb0 !important;
}
.centeredContainer {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 3em;
  position: relative;
}
h1 {
  font-family: 'News Cycle', sans-serif;
  font-size: 3em;
  color: #000000;
}
h1 span.small {
  font-size: 0.65em;
  color: #999999;
}
h2 {
  font-family: 'News Cycle', sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  margin: 1.5em 0 0.4em 0;
  color: #000000;
}
h3 {
  font-size: 1.4em;
  font-weight: bold;
  color: #3a3a3a;
}
h3 a {
  color: #3a3a3a;
}
h4 {
  font-weight: bold;
  margin: 1em 0;
  font-size: 1.2em;
}
h5 {
  font-weight: bold;
  margin: 1em 0;
}
p {
  line-height: 1.5em;
  margin: 0.5em 0 1.6em 0;
}
p.introText {
  font-size: 1.3em;
  margin: 1em 0;
  color: #000000;
  opacity: 0.8;
}
sup {
  font-size: 0.8em;
  opacity: 0.5;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: rgba(58, 58, 58, 0.75);
}
.button {
  color: white;
  background: #2b81cc;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.5em 1.4em;
  text-align: center;
  display: inline-block;
  margin: 0;
}
.button:hover {
  background: rgba(43, 129, 204, 0.8);
  color: white;
  cursor: pointer;
}
.button.inverse {
  background: white !important;
  color: #3a3a3a;
}
.button.inverse:hover {
  color: rgba(58, 58, 58, 0.75);
}
.button.red {
  background: #c63f3f !important;
}
.button.neutral {
  background: #3fc6bb !important;
}
.button.left {
  float: left;
  margin-right: 0.5em;
}
.findOutMore {
  border: 1px solid red;
  background: url('images/indigo/layout/button-readmore.svg') no-repeat top left;
  height: 40px;
  width: 140px;
  background-size: 140px 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.hiddenContent {
  display: none;
  width: 100%;
}
.hiddenContent h2:first-child {
  margin-top: 0;
}
.showTablet {
  display: none;
}
.clear {
  clear: both;
}
#homePage .homepageIntroText {
  font-size: 1.1em;
}
#homePage .homepageIntroText p.introText {
  font-family: 'News Cycle', sans-serif;
  font-weight: bold;
  font-size: 1.6em;
  letter-spacing: -0.02em;
}
#homePage .homepageIntroText img.right {
  float: right;
  margin: -0.65em 0 2em 2em;
  width: 40%;
}
#homePage .heroes {
  clear: both;
  overflow: hidden;
}
#homePage .heroes div {
  width: 47.5%;
  margin-right: 5%;
  float: left;
  margin-top: 1.5em;
}
#homePage .heroes div:last-child {
  margin-right: 0;
}
#homePage .heroes div img {
  width: 100%;
}
#homePage #workshops {
  clear: both;
  margin-top: 4em;
}
#homePage #workshops div {
  overflow: hidden;
}
#homePage #workshops div ul {
  margin: 2em 0;
  width: 85%;
}
#homePage #workshops div ul li {
  background: url('images/indigo/layout/bullet-inverse.png') no-repeat 0 5px;
}
#homePage #workshops div a {
  color: #3a3a3a;
}
#homePage #workshops div a:hover {
  color: rgba(58, 58, 58, 0.75);
}
#homePage #workshops div h1 {
  margin-bottom: 0.3em;
}
#homePage #workshops div h2 {
  color: white;
  font-weight: 300;
  font-size: 3em;
  margin: 0.6em 0 0 0;
}
#homePage #workshops div h2 span {
  font-size: 0.35em;
  opacity: 0.8;
  margin-left: 10px;
}
#homePage #workshops div h3 {
  font-size: 1.25em;
}
#homePage #workshops div .introText {
  color: white;
  opacity: 0.6;
  font-weight: 300;
  font-family: 'News Cycle', sans-serif;
  margin: 0.2em 0 1em 0;
}
#homePage #workshops div p.allButton {
  margin-bottom: 2.3em;
}
#homePage #workshops div.simulate a {
  color: rgba(255, 255, 255, 0.75);
}
#homePage #workshops div.simulate a:hover {
  color: rgba(255, 255, 255, 0.55);
}
#homePage #workshops div.simulate h3 a {
  color: white;
}
#homePage #workshops div.simulate .allButton a {
  color: #3a3a3a;
}
#homePage #workshops div.simulate .allButton a:hover {
  color: rgba(58, 58, 58, 0.75);
}
#homePage #workshops .header {
  background: #e6e5e5;
  padding: 2.5em 0 1.5em 0;
}
#homePage #workshops .header h2 {
  font-size: 3em;
  font-weight: 100;
  margin: 0 0 0.3em 0;
  color: #3a3a3a;
}
#homePage #workshops .header p.introText {
  font-weight: 300;
  color: #3a3a3a;
}
#homePage #workshops .innovate {
  background: #8cc63f;
}
#homePage #workshops .evaluate {
  background: #01acf6;
}
#homePage #workshops .communicate {
  background: #f19738;
}
#homePage #workshops .activate {
  background: #e8498b;
}
#homePage #workshops .simulate {
  background: #7b1272;
}
#homePage #trainers .train {
  overflow: hidden;
  background: #e6e5e5;
  padding-bottom: 1.5em;
}
#homePage #trainers .train h2 {
  font-size: 2.6em;
  font-weight: 300;
  margin-bottom: 0.5em;
}
#homePage #trainers .train .text {
  width: 55%;
  float: left;
}
#homePage #trainers .train .image {
  width: 40%;
  float: right;
  padding: 4em 0 0 0;
  text-align: center;
  overflow: hidden;
}
#homePage #trainers .train.centreElement {
  background: #ecebec;
}
#homePage #trainers .train.centreElement .text {
  float: right;
}
#homePage #trainers .train.centreElement .image {
  float: left;
}
#homePage #contactBrochure {
  padding-bottom: 3em;
  overflow: hidden;
}
#homePage #contactBrochure .contactDetails {
  float: left;
  width: 65%;
}
#homePage #contactBrochure .contactDetails .row {
  margin: 15px 0;
  overflow: hidden;
}
#homePage #contactBrochure .contactDetails .row.col2 input[type='text'] {
  width: 48.5% !important;
  margin-right: 3%;
  float: left;
}
#homePage #contactBrochure .contactDetails .row.col2 input[type='text']:last-child {
  margin-right: 0;
}
#homePage #contactBrochure .contactDetails input[type='text'] {
  font-size: 1em;
  padding: 8px 12px;
  background: #e6e5e5;
  border: 1px solid #a9a9a9;
  width: 100%;
}
#homePage #contactBrochure .contactDetails textarea {
  width: 100%;
  height: 200px;
  margin-top: 16px;
  background: #e6e5e5;
  border: 1px solid #a9a9a9;
  font-family: 'Open sans', sans-serif;
  font-size: 0.95em;
  padding: 8px 12px;
}
#homePage #contactBrochure .contactDetails input[type='submit'] {
  color: white;
  background: #2b81cc;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.75em 1.4em;
  text-align: center;
  display: inline-block;
  margin: 0;
  border: none;
  font-size: 1em;
}
#homePage #contactBrochure .contactDetails input[type='submit']:hover {
  background: rgba(43, 129, 204, 0.8);
  color: white;
}
#homePage #contactBrochure .brochure {
  float: right;
  width: 25%;
}
#homePage #contactBrochure .brochure img {
  max-width: 100%;
  border: 1px solid #cfcfcf;
}
#main .page {
  margin-bottom: 3em;
  float: right;
  width: 75%;
}

#main .sidebar {
	float: left;
	width: 20%;
	margin-right: 5%;
}

#main ul {
  margin: 2em 0;
}
#main .innovate ul li {
  background: url('images/indigo/layout/bullet-innovate.png') no-repeat 0 4px;
}
#main .innovate a {
  color: #2b81cc;
}
#main .innovate blockquote {
  border-color: #8cc63f;
}
#main .innovate .workshopDate {
  border-color: #8cc63f;
}
#main .innovate h3 {
  color: #567b24;
}
#main .innovate .button {
  background: #8cc63f;
  color: white;
}
#main .innovate .button:hover {
  background: rgba(140, 198, 63, 0.8);
}
#main .innovate #ctas div {
  background: #8cc63f;
  border-top: 1px solid #567b24;
}
#main .innovate #ctas div p {
  display: none;
}
#main .innovate #ctas div:hover {
  background: rgba(140, 198, 63, 0.8);
  cursor: pointer;
}
#main .innovate circle {
  fill: #8cc63f;
}
#main .innovate circle.darker {
  fill: #71a230;
}
#main .innovate text {
  fill: white;
  font-size: 0.95em;
  font-family: sans-serif;
  font-weight: 300;
}
#main .innovate text.opaque {
  fill: rgba(255, 255, 255, 0.7);
}
#main .innovate text.large {
  font-size: 2.8em;
  font-weight: bold;
}
#main .innovate text.large.smaller {
  font-size: 1.9em;
}
#main .innovate text.bold {
  font-weight: bold;
  font-size: 1.1em;
}
#main .innovate text.bold.smaller {
  font-size: 0.85em;
  font-weight: 400;
}
#main .innovate text.smaller {
  font-size: 0.85em;
}
#main ul li,
#main ol li {
  margin-bottom: 1em;
  line-height: 1.5em;
}
#main ul li {
  background-size: 14px 14px !important;
  padding-left: 2em;
  margin-left: 1em;
}
#main ol li {
  list-style: decimal;
  padding-left: 0.4em;
  margin-left: 2em;
}
#main .price {
  font-weight: bold;
  font-size: 1.2em;
}
#main blockquote {
  font-family: 'Courgette', serif;
  color: #b7b7b7;
  font-size: 1.7em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 1.5em 0;
  padding: 0.8em 6em 0.8em 2em;
  line-height: 1.4em;
}
#main .bubbles {
  float: right;
  width: 230px;
  margin: 0 0 2em 6em;
}
#main .workshopDate {
  background: rgba(140, 198, 63, 0.15);
  border-top: 1px solid;
  width: 30.33333333333333333333%;
  float: left;
  margin-right: 4.5%;
  margin-bottom: 3em;
  padding: 1em;
}
#main .workshopDate:last-of-type {
  margin-right: 0;
}
#main .workshopDate h3 {
  font-weight: normal;
  font-size: 1.3em;
}
#main .workshopDate p {
  margin: 0;
}
#main .workshopDate p.venue {
  color: #6c6c6c;
  font-weight: normal;
  font-size: 1.2em;
  margin: 0.3em 0 0.8em 0;
}
#main #ctas {
  overflow: hidden;
  margin-bottom: 2em;  
}
#main #ctas div {
  float: left;
  width: 22.75%;
  margin-right: 3%;
  margin-bottom: 1em;
  text-align: center;
}
#main #ctas div:last-of-type {
  margin-right: 0;
}
#main #ctas div img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
#main #ctas div img:last-of-type {
  display: none;
}
.editor-label {
  float: left;
  width: 10%;
  margin: 0.5em 3% 0.3em 0;
  clear: left;
}
.editor-field {
  float: left;
  width: 80%;
  margin: 0.5em 3% 0.3em 0;
}
footer {
  background: #8cc63f;
  clear: both;
  padding: 1em 0 0 0;
  color: white;
  margin-top: 2em;
}
footer p.title {
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
}
footer p.address {
  font-size: 0.9em;
  margin: 0 0 0.5em 0;
}
footer p.contactPhone {
  font-size: 0.85em;
  margin: 0;
}
footer p.contactPhone a {
  color: white;
}
footer p.contactEmail {
  font-size: 0.85em;
  margin: 0;
}
footer p.contactEmail a {
  color: white;
}
footer ul {
  margin: 0.5em 0;
  font-size: 0.95em;
}
footer ul li {
  display: inline-block;
  font-size: 0.9em;
  margin: 0.5em 2em 0 0;
}
footer ul li a {
  color: rgba(255, 255, 255, 0.65);
}
footer #footerLinks {
  background: #b4da82;
  margin-top: 1.5em;
  padding: 0.5em 0;
  overflow: hidden;
}
footer #footerLinks ul {
  float: left;
}
footer #footerLinks ul li {
  display: inline;
  font-size: 0.9em;
  margin-right: 1.6em;
}
footer #footerLinks ul li a {
  color: white;
}
footer #footerLinks div.socialLinks {
  float: right;
}
footer #footerLinks div.socialLinks img {
  margin-left: 0.5em;
}
#copyright {
  font-size: 0.9em;
  margin: 1.5em 0 0 0;
}
#copyright p {
  float: left;
  width: 50%;
}
#copyright .creator {
  float: right;
  width: 50%;
  text-align: right; 
}
#copyright .creator a {
	color: #2b81cc;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
.js-background.innovate {
  background: transparent url('images/indigo/layout/background-innovate.png') 15% 150px no-repeat;
}
table.grid {
  table-layout: auto;
  border-collapse: collapse;
  margin: 1em auto 2em auto;
  width: 100%;
  font-size: 0.9em;
}
.grid tbody tr.clickableRow:hover {
  background: #fffceb;
  cursor: pointer;
}
.grid th {
  text-align: left;
  font-weight: bold;
  margin: 0px;
  padding: 8px 8px;
  color: #3a3a3a;
}
.grid td {
  border: 1px solid #dcdadb;
  padding: 8px 8px;
  background-color: #fff;
}
/* Cookies */
/* Cookies */
.cookie_dialog {
  background: #fff;
  border: 1px solid #878787;
  color: #404040;
  height: 133px;
  left: 25px;
  position: fixed;
  bottom: 30px;
  width: 200px;
  z-index: 101;
  display: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.cookie_dialog a {
  color: #404040;
  text-decoration: underline;
}
.cookie_dialog .contentCookie {
  font-size: 90%;
}
.cookie_dialog .buttons #confirm {
  background: url('images/indigo/buttons/ok.png');
  cursor: pointer;
  height: 22px;
  width: 40px;
  position: absolute;
  right: 5px;
  bottom: 0;
}
.cookie_dialog .buttons #details {
  cursor: pointer;
  float: left;
  height: 30px;
  position: relative;
  top: 10%;
  width: 153px;
}
.cookie_details {
  font-size: 0.8em;
  background-color: #ffffff;
  color: #888888;
  height: 555px;
  overflow-x: hidden;
  overflow-y: scroll;
  left: 100%;
  padding: 20px;
  position: fixed;
  right: 30%;
  top: 5%;
  width: 575px;
  z-index: 501;
  border-radius: 10px;
  -moz-border-radius: 10px;
}
.cookie_dialog .contentCookie a {
  cursor: pointer;
}
.cookie_details h2 {
  font-size: 1.2em;
  margin-bottom: 8px;
  color: #72a7d9;
}
.overlay {
  background: #000000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: 0.5;
  display: none;
}
a.boxclose {
  background: url('images/indigo/buttons/cancel.png') repeat scroll left top transparent;
  cursor: pointer;
  float: right;
  height: 36px;
  right: 10px;
  position: absolute;
  top: 10px;
  width: 36px;
}
.cookie-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  position: fixed;
  height: 69px;
  cursor: pointer;
}
/* Workshop calendar */
.filters {
  overflow: hidden;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.filters div {
  margin: 0.75em 0;
}
.filters div span {
  width: 145px;
  display: inline-block;
}
.filters div select {
  font-size: 1.0em;
  padding: 0.2em;
}
.monthName {
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  clear: both;
}
.event {
  width: 100%;
  overflow: hidden;
  line-height: 1.4em;
}
.event div {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 0.2em 0;
}
.event div.dates {
  width: 15%;
  border-bottom: none;
}
.event div.workshopName {
  width: 50%;
  border-bottom: none;
}
.event div.location {
  width: 20%;
  border-bottom: none;
}
.event div.bookAction {
  width: 15%;
  border-bottom: none;
}
/*--- Typescript errors and notifications ---*/
.success {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
}
.failure {
  background: #ffdfe4;
  border: 1px solid #ff889a;
  color: #ab2424;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 10px;
  overflow: hidden;
  margin: 10px 0;
  width: 100%;
}
.failure p {
  margin: 0;
}
.success p {
  margin: 0;
}
/* Booking form */
fieldset {
  border: 1px solid #dcdadb;
  padding: 1em;
  margin-bottom: 2em;
}
fieldset legend {
  font-weight: bold;
  padding: 0 0.5em;
}
fieldset .delegateNo p {
  font-weight: bold;
  margin-bottom: 0.75em;
}
fieldset p.noMargin {
  margin: 0;
}
fieldset .formInstructions {
  font-size: 0.75em;
  color: #999;
}
fieldset .label {
  width: 150px;
  float: left;
  margin-right: 10px;
  clear: left;
  margin-top: 5px;
  margin-bottom: 0.4em;
}
fieldset .label.short {
  width: 75px;
}
fieldset .field {
  width: 370px;
  float: left;
}
fieldset .delegateSelection {
  margin-bottom: 1.5em;
}
fieldset input[type="text"],
fieldset input[type="password"] {
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 6px;
  width: 90%;
}
fieldset select {
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 6px;
  margin-top: 6px;
  width: 300px;
}
fieldset textarea {
  border: 1px solid #bbb;
  padding: 5px;
  margin-bottom: 6px;
  margin-top: 6px;
  width: 333px;
}
fieldset label {
  font-size: 0.85em;
}
fieldset .button.left {
  float: left;
  margin-right: 10px;
}
.required {
  color: red;
  margin-left: 0.5em;
}
.display {
  width: 150px;
  float: left;
  margin: 0.25em 0.5em 0.25em 0;
  clear: left;
  font-size: 0.9em;
  line-height: 1.5em;
}
.value {
  width: 370px;
  float: left;
  font-size: 0.9em;
  margin: 0.25em 0;
}
.value p {
  margin: 0;
  padding: 0;
}
.bookedSection {
  overflow: hidden;
  margin-top: 1em;
}
.bookedSection.tight p {
  margin: 0.5em 0 !important;
}
.topMargin {
  margin-top: 1em;
}
@media screen and (max-width: 1065px) {
  header #logo {
    left: 3%;
  }
}
@media screen and (max-width: 1020px) {
  header #logo {
    top: -0.5em;
  }
  header #logo img {
    width: 120px;
  }
  .hideTablet {
    display: none;
  }
  .showTablet {
    display: block;
  }
  ul.showTablet li {
    margin-right: 1em;
  }
  nav ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    float: none;
    background: #2b81cc;
    position: relative;
  }
  nav ul.dropdown-menu li {
    background: #dcdadb;
    padding-right: 0;
    margin-right: 0;
  }
  nav ul.dropdown-menu li:hover {
    background: #dcdadb;
    cursor: pointer;
  }
  nav ul.dropdown-menu li a {
    color: #888888;
  }
  nav ul.dropdown-menu li a:hover {
    color: #999999;
  }
  #main #workshopNavTabs a {
    font-size: 1.5em;
    padding: 0.65em 1.4em;
    margin-top: 0.25em;
  }
  #main #workshopNavTabs a.selected {
    margin-top: 0;
    padding-bottom: 0.9em;
  }
}
@media screen and (max-width: 865px) {
  header {
    margin-top: 3em;
    margin-bottom: 1em;
  }
  header #logo {
    top: -0.8em;
  }
  header #logo img {
    width: 105px;
  }
  header #phone {
    font-size: 1.0em;
  }
  nav {
    margin-bottom: 5%;
  }
  h1 {
    font-size: 2.5em;
  }
  #main .bubbles {
    margin-left: 4em;
  }
  #main #workshopNavTabs a {
    font-size: 1.3em;
    padding: 0.45em 1.2em;
  }
  #main #workshopNavTabs a.selected {
    padding-bottom: 0.7em;
  }
}


@media screen and (max-width: 799px) {  
	#main .page {	  
	  width: 100%;
	}
	
	#main .sidebar {
		display: none;
	}
}

@media screen and (max-width: 767px) {  
  header #headerText {
    width: 40%;
  }
  header #headerText p:last-child {
    display: none;
  }
  #main blockquote {
    padding-right: 2em;
  }
  #main #ctas {
    overflow: hidden;
    margin-bottom: 2em;
    display: block;
  }
  #main #ctas div {
    padding: 0 1em;
  }
  #main #ctas div:nth-child(even) {
    width: 48%;
    margin-right: 0;
  }
  #main #ctas div:nth-child(odd) {
    width: 48%;
    margin-right: 4%;
    clear: both;
  }
  #main #ctas div img:first-of-type {
    display: none;
  }
  #main #ctas div img:last-of-type {
    display: block;
  }
}
@media screen and (max-width: 665px) {  
  header {
    margin-top: 2em;
  }
  header #logo {
    top: -1.15em;
  }
  header #logo img {
    width: 95px;
  }
  header .addthis {
    margin-top: 0;
  }
  header #headerText {
    display: none;
  }
  header #phone {
    /*display: none;
            float: left;
            width: 100%;
            text-align: left;
            margin-left: 12em;
            margin-top: 1em;*/
  }
  nav {
    line-height: 2.8em;
  }
  #homePage .heroes div {
    width: 100%;
    float: none;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0;
  }
  #homePage #trainers .train .text {
    width: 100%;
    float: none;
  }
  #homePage #trainers .train .image {
    display: none;
  }
  #homePage #contactBrochure .contactDetails {
    width: 100%;
    float: none;
  }
  #homePage #contactBrochure .brochure {
    display: none;
  }
  h1 {
    font-size: 2em;
  }
  p.introText {
    font-size: 1.1em;
  }
  #main .bubbles {
    display: none;
  }
  #main .workshopDate {
    width: 100%;
    margin: 0 0 1em 0;
    clear: both;
  }
  #main .workshopDate:last-of-type {
    margin-bottom: 2em;
  }
  #main .workshopDate h3 {
    font-size: 1.3em !important;
  }
  #main .workshopDate p.venue {
    font-size: 1.2em !important;
  }
  .event div.dates {
    width: 50%;
  }
  .event div.workshopName {
    width: 50%;
  }
  .event div.location {
    clear: both;
    width: 50%;
    float: right;
  }
  .event div.bookAction {
    width: 50%;
    float: right;
  }
}
@media screen and (max-width: 480px) {  
  header #logo img {
    width: 85px;
  }
  nav {
    line-height: 3em;
  }
  body {
    font-size: 0.8em;
  }
  .centeredContainer {
    padding: 0 1.5em;
  }
  #homePage .homepageIntroText p.introText {
    font-size: 1.4em;
  }
  #homePage .homepageIntroText img.right {
    float: none;
    margin: 0;
    width: 100%;
  }
  #homePage h1 {
    font-weight: 300;
    font-size: 2.5em;
    margin: 0;
    margin-bottom: 0.4em !important;
  }
  #homePage #workshops div h2 span {
    clear: both;
    display: block;
    margin: 0.4em 0 0.65em 0;
  }
  #homePage #workshops div p.introText {
    font-size: 1.2em;
    line-height: 1.4em;
  }
  #homePage #workshops div p.allButton a {
    display: block;
    width: 100%;
  }
  #homePage #workshops div h3 {
    font-size: 1.2em;
  }
  #homePage #workshops div ul {
    width: 100%;
  }
  #homePage #workshops div ul li p {
    display: none;
  }
  #homePage #trainers .train {
    padding: 1em 0;
  }
  #homePage #trainers .train h2 {
    margin: 0.5em 0;
  }
  #homePage #contactBrochure .contactDetails {
    width: 100%;
    float: none;
  }
  #homePage #contactBrochure .contactDetails .row {
    margin: 0;
  }
  #homePage #contactBrochure .contactDetails .row.col2 input[type='text'] {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #homePage #contactBrochure .contactDetails textarea {
    margin-bottom: 15px;
  }
  #homePage #contactBrochure .brochure {
    width: 100%;
    float: none;
  }
  h1 {
    margin-top: 1.2em;
    font-size: 1.5em;
    font-weight: bold;
  }
  h2 {
    font-size: 1.3em;
  }
  p.introText {
    font-size: 1em;
  }
  footer #footerLinks div.socialLinks {
    clear: both;
    float: none;
  }
  footer #footerLinks div.socialLinks img {
    margin-right: 0.5em;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
  }
  .filters div {
    margin: 0.75em 0;
  }
  .filters div span {
    width: 100%;
  }
  .filters div select {
    clear: both;
    margin-top: 0.5em;
  }
  fieldset .label {
    width: 100%;
  }
  fieldset .label.short {
    width: 100%;
  }
  fieldset .field {
    width: 100%;
  }
  fieldset input[type="text"],
  fieldset input[type="password"] {
    width: 90%;
  }
  fieldset select {
    width: 100%;
  }
  fieldset textarea {
    width: 100%;
  }
  .display {
    width: 150px;
    float: left;
    margin-right: 10px;
    clear: left;
    margin-top: 0;
    font-size: 0.9em;
  }
  .value {
    width: 370px;
    float: left;
  }
  .value p {
    margin: 0;
  }
}
@media screen and (max-width: 370px) {
  #main #ctas div {
    clear: both;
    width: 100% !important;
    margin-right: 0;
  }
}

/* --------Wordpress Generic----------- */

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.blog-divider {
	float: left;
	width: 100%;
	height: 20px;
	border-top: 1px dotted gray;
	margin-top: 20px;
}

.blog-navigation {
display: none;
}

.tagcloud {
	
}

.tagcloud a {
	color:#2b81cc;
}

/* Blog */

.sharingiscaring {
	margin-top: 10px;
}

.entry-title {
	margin-bottom: 10px;
	font-size: 180%;
}

.entry-title a {
	color: #666!important;
}

.entry-title img {
	margin-right: 5px;
}

#secondary ul
{
	margin: 0;
	padding: 0;
}


.entry-meta {
	background-color: #fff; color: #000;
}

#secondary h3
{
	color: #000;	
    padding-top: 15px;
	padding-bottom: 0;
	text-decoration: underline;
	margin-bottom: 15px;
}

#secondary ul li
{	
    margin: 5px 0;    
    padding: 0 0 5px 0px;  
	list-style-type: none;	
}

#secondary ul li a
{
	color: #2b81cc;
	text-decoration: underline;
}

#recentposts
{
	margin: 0 0 0 15px;
	padding: 0;
}

#recentposts li
{
	padding: 0 0 10px 0;
	font-size: 12px;
}

#recentposts a
{
	color: #ffffff;
	text-decoration: none;
}

.selected a
{
	background-color: transparent;	
	background-attachment: scroll;
	background-position: 0% 0%;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

div#bottomFooter_frame .box .rar {
    float:right; 
    position:relative;
    z-index: 2;
    top: 7px;
}

div#bottomFooter_frame .box .address {
    float:left;
    position: absolute;
}