﻿/* Foundation v2.2.1 http://foundation.zurb.com */


/* Artfully Masterminded by ZURB */


/* --------------------------------------------------
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */


/*
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/
		v2.0 | 20110126
   		License: none (public domain)
	*/


/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 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: inherit;
    vertical-align: baseline;
}
*/

html {
    font-size: 62.5%;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/*body {
    line-height: 1;
}*/


/*ol, 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;
}

sub {
    vertical-align: sub;
}

sup {
    vertical-align: super;
}

body {
    background: #fff;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    /*line-height: 18px;*/
    color: #555;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */

a {
    color: #2a85e8;
    text-decoration: none;
    line-height: inherit;
}


/* a:hover { color: #11639d; } */

a:focus {
    color: #cc4714;
    outline: none;
}

p a,
p a:visited {
    line-height: inherit;
}


/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */

ul,
ol {
    /*margin-bottom: 18px;*/
}

ul {
    /*list-style: none outside;*/
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

li {
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}


/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */


/*table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd;  }*/

table thead,
table tfoot {
    background: #f5f5f5;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

table thead tr th,
table tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child {
    border-left: none;
}

table thead tr th:last-child,
table tfoot tr td:last-child {
    border-right: none;
}

table tbody tr.even,
table tbody tr.alt {
    background: #f9f9f9;
}

table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

table tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}


/* --------------------------------------------------
	:: Misc
---------------------------------------------------*/

.left {
    float: left;
}

.right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.hide {
    display: none;
}

.highlight {
    background: #ff0;
}

#googlemap img,
object,
embed {
    max-width: none;
}

#map_canvas embed {
    max-width: none;
}

#map_canvas img {
    max-width: none;
}

#map_canvas object {
    max-width: none;
}


/* Artfully Masterminded by ZURB */


/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */

h1,
h5,
h6 {
    /*color: #181818; */
    font-weight: bold;
    line-height: 1.25;
}

#article h2 {
    font-weight: bold;
    line-height: 1.25;
}

#article h3 {
    font-weight: bold;
    line-height: 1.25;
}

#article h4 {
    font-weight: bold;
    line-height: 1.25;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    font-size: 4.6rem;
    margin-bottom: 12px;
}

#article>h2 {
    font-size: 35px;
    font-size: 3.5rem;
    margin-bottom: 9px;
}

#article>h3 {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 9px;
}

#article>h4 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 3px;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 3px;
}

h6 {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}

.subheader {
    color: #777;
    font-weight: 300;
    margin-bottom: 24px;
}

#logo>p {
    font-size: 12px;
    /*font-size: 1.3rem;*/
    line-height: 1.25;
    /*    margin: 0 0 18px;*/
}

p img {
    margin: 0;
}

p.lead {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
}

em,
i {
    font-style: italic;
    line-height: inherit;
}

strong,
b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small {
    color: #777;
}


/*	Blockquotes  */

blockquote,
blockquote p {
    line-height: 20px;
    color: #777;
}

blockquote {
    margin: 0 0 18px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 12px 0 18px;
    height: 0;
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}


/**
 	 * Print styles.
	 *
	 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
	 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
	 */

.print-only {
    display: none !important;
}

@media print {
    * {
        background: transparent !important;
        color: black !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: sanbeiji.com/archives/953 */
    p a,
    p a:visited {
        color: #444 !important;
        text-decoration: underline;
    }
    p a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    /* Don't show links for images, or javascript/internal links */
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    /* css-discuss.incutio.com/wiki/Printing_Tables */
    tr,
    img {
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .hide-on-print {
        display: none !important;
    }
    .print-only {
        display: block !important;
    }
}


/* Artfully Masterminded by ZURB */


/* --------------------------------------------------
	:: Grid

	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.

-------------------------------------------------- */

.row {
    width: 100%;
    /*
    max-width: 980px;
    min-width: 980px;
	*/
    margin: 0 auto;
}


/* To fix the grid into a certain size, set max-width to width */

.row .row {
    min-width: 0;
}

.column,
.columns {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
}

.column:first-child,
.columns:first-child {
    margin-left: 0;
}

[class*="column"]+[class*="column"]:last-child {
    float: right;
}

.row .one {
    width: 4.3%;
}

.row .two {
    width: 13%;
}

.row .three {
    width: 21.68%;
}

.row .four {
    width: 30.37%;
}

.row .five {
    width: 39.1%;
}

.row .six {
    width: 47.8%;
}

.row .seven {
    width: 56.5%;
}

.row .eight {
    width: 65.2%;
}

.row .nine {
    width: 73.9%;
}

.row .ten {
    width: 82.6%;
}

.row .eleven {
    width: 91.3%;
}

.row .twelve {
    width: 100%;
}

.row .offset-by-one {
    margin-left: 13.1%;
}

.row .offset-by-two {
    margin-left: 21.8%;
}

.row .offset-by-three {
    margin-left: 30.5%;
}

.row .offset-by-four {
    margin-left: 39.2%;
}

.row .offset-by-five {
    margin-left: 47.9%;
}

.row .offset-by-six {
    margin-left: 56.6%;
}

.row .offset-by-seven {
    margin-left: 65.3%;
}

.row .offset-by-eight {
    margin-left: 74.0%;
}

.row .offset-by-nine {
    margin-left: 82.7%;
}

.row .offset-by-ten {
    margin-left: 91.4%;
}

.row .centered {
    float: none;
    margin: 0 auto;
}

.row .offset-by-one:first-child {
    margin-left: 8.7%;
}

.row .offset-by-two:first-child {
    margin-left: 17.4%;
}

.row .offset-by-three:first-child {
    margin-left: 26.1%;
}

.row .offset-by-four:first-child {
    margin-left: 34.8%;
}

.row .offset-by-five:first-child {
    margin-left: 43.5%;
}

.row .offset-by-six:first-child {
    margin-left: 52.2%;
}

.row .offset-by-seven:first-child {
    margin-left: 60.9%;
}

.row .offset-by-eight:first-child {
    margin-left: 69.6%;
}

.row .offset-by-nine:first-child {
    margin-left: 78.3%;
}

.row .offset-by-ten:first-child {
    margin-left: 87%;
}

.row .offset-by-eleven:first-child {
    margin-left: 95.7%;
}


/* Remove leading for custom margins/padding */

.row .tight {
    margin-left: 0;
}

.row .one.tight:not(:first-child) {
    width: 8.7%;
}

.row .two.tight:not(:first-child) {
    width: 17.4%;
}

.row .three.tight:not(:first-child) {
    width: 26.1%;
}

.row .four.tight:not(:first-child) {
    width: 34.8%;
}

.row .five.tight:not(:first-child) {
    width: 43.5%;
}

.row .six.tight:not(:first-child) {
    width: 52.2%;
}

.row .seven.tight:not(:first-child) {
    width: 60.9%;
}

.row .eight.tight:not(:first-child) {
    width: 69.6%;
}

.row .nine.tight:not(:first-child) {
    width: 78.3%;
}

.row .ten.tight:not(:first-child) {
    width: 87%;
}

.row .eleven.tight:not(:first-child) {
    width: 95.7%;
}


/* Source Ordering */

.push-two {
    left: 17.4%;
}

.push-three {
    left: 26.1%;
}

.push-four {
    left: 34.8%;
}

.push-five {
    left: 43.5%;
}

.push-six {
    left: 52.2%;
}

.push-seven {
    left: 60.9%;
}

.push-eight {
    left: 69.6%;
}

.push-nine {
    left: 78.3%;
}

.push-ten {
    left: 87%;
}

.pull-two {
    right: 17.4%;
}

.pull-three {
    right: 26.1%;
}

.pull-four {
    right: 34.8%;
}

.pull-five {
    right: 43.5%;
}

.pull-six {
    right: 52.2%;
}

.pull-seven {
    right: 60.9%;
}

.pull-eight {
    right: 69.6%;
}

.pull-nine {
    right: 78.3%;
}

.pull-ten {
    right: 87%;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.map_canvas img {
    max-width: none !important;
}


/* Nicolas Gallagher's micro clearfix */

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    zoom: 1;
}


/*	--------------------------------------------------
	:: Block grids

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones

	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */

.block-grid {
    display: block;
    overflow: hidden;
}

.block-grid>li {
    display: block;
    height: auto;
    float: left;
}

.block-grid.two-up {
    margin-left: -4%;
}

.block-grid.two-up>li {
    margin-left: 4%;
    width: 46%;
}


/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */

.block-grid.three-up {
    margin-left: -2%;
}

.block-grid.three-up>li {
    margin-left: 2%;
    width: 31.3%;
}


/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */

.block-grid.four-up {
    margin-left: -2%;
}

.block-grid.four-up>li {
    margin-left: 2%;
    width: 23%;
}


/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */

.block-grid.five-up {
    margin-left: -1.5%;
}

.block-grid.five-up>li {
    margin-left: 1.5%;
    width: 18.5%;
}


/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */


/* Artfully masterminded by ZURB  */


/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/


/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

.button {
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 34px 11px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    position: relative;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0;
}


/* Don't use native buttons on iOS */

input[type=submit].button,
button.button {
    -webkit-appearance: none;
}


/* Hide inner focus effect in Firefox */

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
}

.button.nice {
    background: #00a6fc url(../png/button-gloss.png) repeat-x 0 -31px;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
    background: #00a6fc url(../png/button-gloss.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255, 255, 255, .4) 0%, transparent 100%);
    background: #00a6fc url(../png/button-gloss.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .4)), color-stop(100%, transparent));
    border: 1px solid #0593dc;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
}

.button.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.button.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.button.left-align {
    text-align: left;
    text-indent: 12px;
}


/* Sizes ---------- */

.tiny.button {
    font-size: 10px;
    padding: 6px 14px 8px;
    width: auto;
}

.small.button {
    font-size: 11px;
    padding: 8px 20px 10px;
    width: auto;
}

.medium.button {
    font-size: 13px;
    width: auto;
}

.large.button {
    font-size: 18px;
    padding: 11px 48px 13px;
    width: auto;
}


/* Nice Sizes ---------- */

.nice.tiny.button {
    background-position: 0 -37px;
}

.nice.small.button {
    background-position: 0 -34px;
}

.nice.large.button {
    background-position: 0 -30px;
}


/* Colors ---------- */

.blue.button {
    background-color: #00a6fc;
}

.red.button {
    background-color: #e91c21;
}

.white.button {
    background-color: #e9e9e9;
    color: #333;
}

.black.button {
    background-color: #141414;
}


/*
.green.button {
    background-color: #5b8737;
}
*/


/* Nice Colors ---------- */

.nice.blue.button {
    border: 1px solid #0593dc;
}

.nice.red.button {
    border: 1px solid #b90b0b;
}

.nice.white.button {
    border: 1px solid #cacaca;
    text-shadow: none !important;
}

.nice.black.button {
    border: 1px solid #000;
}

.nice.green.button {
    border: 1px solid #4a6b2d;
}


/* Hovers ---------- */

.button:hover,
.button:focus {
    background-color: #0192dd;
    color: #fff;
}

.blue.button:hover,
.blue.button:focus {
    background-color: #0192dd;
}

.red.button:hover,
.red.button:focus {
    background-color: #d01217;
}

.white.button:hover,
.white.button:focus {
    background-color: #dadada;
    color: #333;
}

.black.button:hover,
.black.button:focus {
    background-color: #000;
}

.green.button:hover,
.green.button:focus {
    background-color: #699c40;
}


/* Hovers ---------- */

.nice.button:active {
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .15);
}


/* Disabled ---------- */

.button.disabled,
.button[disabled] {
    opacity: 0.6;
    cursor: default;
}


/* Correct FF button padding */

@-moz-document url-prefix("http://") {
    input[type=submit].button::-moz-focus-inner,
    button.button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    input[type=submit].tiny.button {
        padding: 5px 14px 7px;
    }
    input[type=submit].small.button {
        padding: 7px 20px 8px;
    }
    input[type=submit].medium.button {
        padding: 8px 34px 9px;
    }
    input[type=submit].large.button {
        padding: 9px 48px 10px;
    }
}


/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

div.alert-box {
    display: block;
    padding: 6px 7px;
    font-weight: bold;
    font-size: 13px;
    background: #eee;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: 0 1px rgba(255, 255, 255, 0.9);
    position: relative;
}

.alert-box.success {
    background-color: #7fae00;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box.warning {
    background-color: #f68b01;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box.error {
    background-color: #c00000;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
}

.alert-box a.close {
    color: #000;
    position: absolute;
    right: 4px;
    top: 0;
    font-size: 18px;
    opacity: 0.2;
    padding: 4px;
}

.alert-box a.close:hover,
.alert-box a.close:focus {
    opacity: 0.4;
}


/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */

.label {
    padding: 0 4px 2px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline;
    position: relative;
    bottom: 1px;
    color: #fff;
    background: #00a6fc;
}

.label.radius {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.label.round {
    padding: 1px 7px 2px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}


/* Colors ---------- */

.blue.label {
    background-color: #00a6fc;
}

.red.label {
    background-color: #e91c21;
}

.green.label {
    background-color: #7fae00;
}

.white.label {
    background-color: #e9e9e9;
    color: #333;
}

.black.label {
    background-color: #141414;
}


/*    --------------------------------------------------
    Tabs
    -------------------------------------------------- */

dl.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    height: 30px;
    border-bottom: solid 1px #ddd;
}

dl.tabs dt {
    display: block;
    width: auto;
    height: 30px;
    padding: 0 9px 0 20px;
    line-height: 30px;
    float: left;
    color: #999;
    font-size: 11px;
    text-transform: uppercase;
    cursor: default;
}

dl.tabs dt:first-child {
    padding: 0 9px 0 0;
}

dl.tabs dd {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
}

dl.tabs dd a {
    display: block;
    width: auto;
    height: 29px;
    padding: 0 9px;
    line-height: 30px;
    border: solid 1px #ddd;
    margin: 0 -1px 0 0;
    color: #555;
    background: #eee;
}

dl.tabs dd a.active {
    background: #fff;
    border-width: 1px 1px 0 1px;
    height: 30px;
}

.nice.tabs {
    border-bottom: solid 1px #eee;
    margin: 0 0 30px 0;
    height: 43px;
}

.nice.tabs dd a {
    padding: 7px 18px 9px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #555555;
    background: none;
    border: none;
}

.nice.tabs dd a.active {
    font-weight: bold;
    color: #333;
    background: #fff;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 3px solid #00a6fc;
    margin: 0 10px;
    position: relative;
    top: -5px;
}

.nice.tabs dd:first-child a.active {
    margin-left: 0;
}

dl.tabs.vertical {
    height: auto;
}

dl.tabs.vertical dt,
dl.tabs.vertical dd,
dl.nice.tabs.vertical dt,
dl.nice.tabs.vertical dd {
    float: none;
    height: auto;
}

dl.tabs.vertical dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 1px 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem;
}

dl.tabs.vertical dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0;
    background: #fff;
}

.nice.tabs.vertical {
    border-bottom: solid 1px #eee;
    height: auto;
}

.nice.tabs.vertical dd a {
    padding: 15px 20px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    background: #fff;
}

.nice.tabs.vertical dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
}

.nice.tabs.vertical dd:first-child a.active {
    margin: 0;
}

ul.tabs-content {
    margin: 0;
    display: block;
}

ul.tabs-content>li {
    display: none;
}

.no-js ul.tabs-content>li {
    display: block;
}

ul.tabs-content>li.active {
    display: block;
}

dl.contained,
dl.nice.contained {
    margin-bottom: 0;
}

dl.contained.tabs dd a {
    padding: 0 14px;
}

dl.nice.contained.tabs dd a {
    padding: 7px 18px 9px;
}

ul.contained.tabs-content {
    padding: 0;
}

ul.contained.tabs-content>li {
    padding: 20px;
    border: solid 0 #ddd;
    border-width: 0 1px 1px 1px;
}

ul.contained.vertical.tabs-content>li {
    border-width: 1px 1px 1px 1px;
}

ul.nice.contained.tabs-content>li {
    border-color: #eee;
}


/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */

ul.pagination {
    display: block;
    height: 24px;
    margin-left: -5px;
}

ul.pagination li {
    float: left;
    display: block;
    height: 24px;
    color: #999;
    font-size: 15px;
    margin-left: 5px;
}

ul.pagination li a {
    display: block;
    padding: 6px 7px 4px;
    color: #555;
}

ul.pagination li.current a,
ul.pagination li:hover a,
ul.pagination li a:focus {
    border-bottom: solid 2px #00a6fc;
    color: #141414;
}

ul.pagination li.unavailable a {
    cursor: default;
    color: #999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    border-bottom: none;
}


/*  --------------------------------------------------
    Breadcrumbs
    -------------------------------------------------- */

ul.breadcrumbs {
    display: block;
    background: #f4f4f4;
    padding: 7px 10px;
    border: 1px solid #ddd;
    border-radius: 2px;
    overflow: hidden;
}

ul.breadcrumbs li {
    margin: 0;
    padding: 0 12px 0 0;
    float: left;
}

ul.breadcrumbs li a,
ul.breadcrumbs li span {
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 12px;
}

ul.breadcrumbs li:first-child a,
ul.breadcrumbs li:first-child span {
    padding-left: 0;
}

ul.breadcrumbs li:before {
    content: "/";
    color: #aaa;
}

ul.breadcrumbs li:first-child:before {
    content: " ";
}

ul.breadcrumbs li.current a {
    cursor: default;
    color: #333;
}

ul.breadcrumbs li:hover a,
ul.breadcrumbs li a:focus {
    text-decoration: underline;
}

ul.breadcrumbs li.current:hover a,
ul.breadcrumbs li.current a:focus {
    text-decoration: none;
}

ul.breadcrumbs li.unavailable a {
    color: #999;
}

ul.breadcrumbs li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
    text-decoration: none;
    color: #999;
    cursor: default;
}


/*  --------------------------------------------------
    Lists
    -------------------------------------------------- */

ul.nice,
ol.nice {
    list-style: none;
    margin: 0;
}

ul.nice li,
ol.nice li {
    padding-left: 13px;
    position: relative;
}

ul.nice li span.bullet,
ol.nice li span.number {
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
}


/*	--------------------------------------------------
	Panels
	-------------------------------------------------- */

div.panel {
    padding: 20px 20px 2px 20px;
    background: #efefef;
    background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #F4F4F4));
    background: -o-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4', GradientType=0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px 0;
}


/*	--------------------------------------------------
   	Nav Bar with Dropdowns
	-------------------------------------------------- */

.nav-bar {
    height: 45px;
    background: #fff;
    margin-top: 20px;
    border: 1px solid #ddd;
}

.nav-bar>li {
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border-right: 1px solid #ddd;
    line-height: 45px;
}

.nav-bar>li>a.main {
    position: relative;
    padding: 0 20px;
    display: block;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
}

.nav-bar>li>input {
    margin: 0 16px;
}

.nav-bar>li ul {
    margin-bottom: 0;
}

.nav-bar>li li {
    line-height: 1.3;
}

.nav-bar>li.has-flyout>a.main {
    padding-right: 36px;
}

.nav-bar>li.has-flyout>a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
}

.nav-bar>li.has-flyout>a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block;
}

.flyout {
    background: #fff;
    margin: 0;
    padding: 20px;
    border: 1px solid #ddd;
    position: absolute;
    top: 45px;
    left: -1px;
    width: 400px;
    z-index: 40;
}

.flyout.small {
    width: 200px;
}

.flyout.large {
    width: 600px;
}

.flyout.right {
    left: auto;
    right: 0;
}

.flyout p:last-child {
    margin-bottom: 0;
}

.nav-bar>li .flyout {
    display: none;
}


/*	--------------------------------------------------
   	Sub Navs
   	http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
	-------------------------------------------------- */

dl.sub-nav {
    display: block;
    width: auto;
    overflow: hidden;
    margin: -4px 0 18px -9px;
    padding-top: 4px;
}

dl.sub-nav dt,
dl.sub-nav dd {
    float: left;
    display: inline;
    margin-left: 9px;
    margin-bottom: 4px;
}

dl.sub-nav dt {
    color: #999;
    font-weight: normal;
}

dl.sub-nav dd a {
    text-decoration: underline;
    border-radius: 12px;
}

dl.sub-nav dd.active a {
    background: #00A6FC;
    color: #fff;
    padding: 3px 9px;
    text-decoration: none;
}


/*	--------------------------------------------------
   	Video
   	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */

.flex-video {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 16px;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*	--------------------------------------------------
   	Microformats
	-------------------------------------------------- */


/* hCard */

ul.vcard {
    display: inline-block;
    margin: 0 0 12px 0;
    border: 1px solid #ddd;
    padding: 10px;
}

ul.vcard li {
    margin: 0;
    display: block;
}

ul.vcard li.fn {
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}

p.vevent span.summary {
    font-weight: bold;
}

p.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 1px;
}


/*	--------------------------------------------------
   	Tooltips
	-------------------------------------------------- */

.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333;
}

.has-tip:hover {
    border-bottom: dotted 1px #0593dc;
    color: #0192dd;
}

.tooltip {
    display: none;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 5px;
    z-index: 999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: normal;
}

.tooltip>.nub {
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent rgb(0, 0, 0) transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
    position: absolute;
    top: -10px;
    left: 10px;
}

.tooltip.tip-override>.nub {
    border-color: transparent transparent rgb(0, 0, 0) transparent !important;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important;
    top: -10px !important;
}

.tooltip.tip-top>.nub {
    border-color: rgb(0, 0, 0) transparent transparent transparent;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
    top: auto;
    bottom: -10px;
}

.tooltip.tip-left,
.tooltip.tip-right,
.has-tip.tip-left,
.has-tip.tip-right {
    float: none !important;
}

.tooltip.tip-left>.nub {
    border-color: transparent transparent transparent rgb(0, 0, 0);
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
    right: -10px;
    left: auto;
}

.tooltip.tip-right>.nub {
    border-color: transparent rgb(0, 0, 0) transparent transparent;
    border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
    right: auto;
    left: -10px;
}

.tooltip.noradius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.has-tip.opened {
    color: #0192DD !important;
    border-bottom: dotted 1px #0593DC !important;
}

.tap-to-close {
    display: block;
    font-size: 10px;
    font-size: 1.0rem;
    color: #888;
    font-weight: normal;
}


/* 	Artfully masterminded by ZURB
	Make sure to include app.js / foundation.js if you are going to use inline label inputs
*/


/* -----------------------------------------
   Standard Forms
----------------------------------------- */

form {
    /*margin: 0 0 18px;*/
}

form label {
    display: block;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
    margin-bottom: 9px;
}


/*input.input-text, textarea { border-right: 1px solid #bbb; border-bottom: 1px solid #bbb; }
	input.input-text, textarea, select { display: block; margin-bottom: 15px; }*/

label+input.input-text,
label+textarea,
label+select,
label+div.dropdown,
select+div.dropdown {
    /*margin-top: -9px;*/
}

textarea {
    max-width: 100%;
}


/* Text input and textarea font and padding */

input.input-text,
textarea {
    font-size: 13px;
    padding: 4px 3px 2px;
    background: #fff;
}

input.input-text:focus,
textarea:focus {
    outline: none !important;
}

input.input-text.oversize,
textarea.oversize {
    font-size: 18px !important;
    padding: 4px 5px !important;
}

input.input-text:focus,
textarea:focus {
    background: #f9f9f9;
}


/* Text input and textarea, disabled */

input.input-text[disabled],
textarea[disabled] {
    background-color: #ddd;
}


/* Inlined Label Style */

input.placeholder,
textarea.placeholder {
    color: #888;
}


/* Text input and textarea sizes */

input.input-text,
textarea {
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input.small,
textarea.small {
    width: 134px;
}

input.medium,
textarea.medium {
    width: 254px;
}

input.large,
textarea.large {
    width: 434px;
}

input.expand,
textarea.expand {
    width: 100%;
}


/* Lock textareas so they can't be resized beyond their set width in webkit */

textarea.locked {
    max-width: 254px;
}

textarea.locked.small {
    max-width: 134px;
}

textarea.locked.large {
    max-width: 434px;
}

textarea.locked.expand {
    max-width: 100%;
}


/* Fieldsets */

form fieldset {
    padding: 9px 9px 2px 9px;
    border: solid 1px #ddd;
    margin: 18px 0;
}


/* Inlined Radio & Checkbox */

.form-field input[type=radio],
div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0;
}


/* Errors */

.form-field.error input,
input.input-text.red {
    border-color: #C00000;
    background-color: rgba(255, 0, 0, 0.15);
}

.form-field.error label,
label.red {
    color: #C00000;
}

.form-field.error small,
small.error {
    margin-top: -6px;
    display: block;
    margin-bottom: 9px;
    font-size: 11px;
    color: #C00000;
    width: 254px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.small+small.error {
    width: 134px;
}

.medium+small.error {
    width: 254px;
}

.large+small.error {
    width: 434px;
}

.expand+small.error {
    width: 100%;
}

.small.oversize+small.error {
    width: 144px;
}

.medium.oversize+small.error {
    width: 264px;
}

.large.oversize+small.error {
    width: 444px;
}

.expand.oversize+small.error {
    width: 100%;
}


/* -----------------------------------------
	   Nicer Forms
	----------------------------------------- */

form.nice div.form-field input,
form.nice input.input-text,
form.nice textarea {
    border: solid 1px #bbb;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

form.nice div.form-field input,
form.nice input.input-text,
form.nice textarea {
    font-size: 13px;
    padding: 6px 3px 4px;
    outline: none !important;
    background: url(../input-bg.html) #fff;
}

form.nice div.form-field input:focus,
form.nice input.input-text:focus,
form.nice textarea:focus {
    background-color: #f9f9f9;
}


/* Text input and textarea, disabled */

form.nice div.form-field input[disabled],
form.nice input.input-text[disabled],
form.nice textarea[disabled] {
    background-color: #ddd;
}

form.nice fieldset {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

form.nice div.form-field input[type=radio],
form.nice div.form-field input[type=checkbox] {
    display: inline;
    width: auto;
    margin-bottom: 0;
}

form.nice div.form-field.error small,
form.nice small.error {
    padding: 6px 4px;
    border: solid 0 #C00000;
    border-width: 0 1px 1px 1px;
    margin-top: -10px;
    background: #C00000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
}

form.nice div.form-field.error .small+small,
form.nice .small+small.error {
    width: 132px;
}

form.nice div.form-field.error .medium+small,
form.nice .medium+small.error {
    width: 252px;
}

form.nice div.form-field.error .large+small,
form.nice .large+small.error {
    width: 432px;
}

form.nice div.form-field.error .small.oversize+small,
form.nice .small.oversize+small.error {
    width: 136px;
}

form.nice div.form-field.error .medium.oversize+small,
form.nice .medium.oversize+small.error {
    width: 256px;
}

form.nice div.form-field.error .large.oversize+small,
form.nice .large.oversize+small.error {
    width: 436px;
}


/* -----------------------------------------
	   Custom Forms
	----------------------------------------- */

form.custom span.custom {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
    border: solid 1px #ccc;
    background: url(../custom-form-sprites.html) 0 0 no-repeat;
}

form.custom span.custom.radio {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

form.custom span.custom.radio.checked {
    background-position: 0 -14px;
}

form.custom span.custom.checkbox.checked {
    background-position: 0 -28px;
}

form.custom div.custom.dropdown {
    display: block;
    position: relative;
    width: auto;
    height: 28px;
    margin-bottom: 9px;
    margin-top: 2px;
}

form.custom div.custom.dropdown a.current {
    display: block;
    width: auto;
    line-height: 26px;
    min-height: 26px;
    padding: 0 38px 0 6px;
    border: solid 1px #ddd;
    color: #141414;
    background-color: #fff;
    word-wrap: nowrap;
}

form.custom div.custom.dropdown a.selector {
    position: absolute;
    width: 26px;
    height: 26px;
    display: block;
    background: url(../custom-form-sprites.html) -14px 1px no-repeat;
    right: 0;
    top: 0;
    border: solid 1px #ddd;
}

form.custom div.custom.dropdown:hover a.selector,
form.custom div.custom.dropdown.open a.selector {
    background-position: -14px -26px;
}

form.custom div.custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: 0;
    top: 27px;
    margin: 0;
    padding: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #ddd;
}

form.custom div.custom.dropdown ul li {
    cursor: pointer;
    padding: 3px 38px 3px 6px;
    min-height: 18px;
    margin: 0;
    white-space: nowrap;
}

form.custom div.custom.dropdown ul li.selected {
    background: url(../custom-form-sprites.html) right -52px no-repeat;
}

form.custom div.custom.dropdown ul li:hover {
    background-color: #2a85e8;
    color: #fff;
}

form.custom div.custom.dropdown ul li.selected:hover {
    background: url(../custom-form-sprites.html) #2a85e8 right -78px no-repeat;
}

form.custom div.custom.dropdown ul.show {
    display: block;
}

form.custom div.custom.dropdown.open ul {
    display: block;
    z-index: 10;
}

form.custom div.custom.dropdown.small {
    width: 134px !important;
}

form.custom div.custom.dropdown.medium {
    width: 254px !important;
}

form.custom div.custom.dropdown.large {
    width: 434px !important;
}

form.custom div.custom.dropdown.expand {
    width: 100% !important;
}

form.custom div.custom.dropdown.open.small ul {
    width: 132px !important;
}

form.custom div.custom.dropdown.open.medium ul {
    width: 252px !important;
}

form.custom div.custom.dropdown.open.large ul {
    width: 432px !important;
}

form.custom div.custom.dropdown.open.expand ul {
    width: 100% !important;
    box-sizing: border-box;
}


/* Custom input, disabled */

form.custom .custom.disabled {
    background-color: #ddd;
}


/* -----------------------------------------
	   Nicer Custom Forms
	----------------------------------------- */

form.custom.nice span.custom.checkbox {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

form.custom.nice div.custom.dropdown a.current {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background-image: url(../input-bg-outset.html);
    background-position: bottom right;
}

form.custom.nice div.custom.dropdown a.selector {
    height: 27px;
    border-width: 0 0 0 1px;
}

form.custom.nice div.custom.dropdown ul {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -moz-border-radius-bottomright: 2px;
}


/* CSS for jQuery Orbit Plugin 1.4.0
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php



/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
}

div.orbit.with-bullets {
    margin-bottom: 40px;
}

div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div.orbit a.orbit-slide {
    border: none;
    line-height: 0;
    display: none;
}

div.orbit div.orbit-slide {
    width: 100%;
    height: 100%;
}


/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.orbit-wrapper div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 31;
}

div.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(../rotator-black.html) no-repeat;
    z-index: 3;
}

div.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
}

div.orbit-wrapper span.rotator.move {
    left: 0;
}

div.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
    background: url(../timer-black.html) repeat 0 0;
}

div.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../pause-black.html) no-repeat;
    z-index: 4;
    opacity: 0;
}

div.orbit-wrapper span.pause.active {
    background: url(../pause-black.html) no-repeat 0 -40px;
}

div.orbit-wrapper div.timer:hover span.pause,
div.orbit-wrapper span.pause.active {
    opacity: 1;
}


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;
}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, .6);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}


/* DIRECTIONAL NAV
   ================================================== */

div.orbit-wrapper div.slider-nav {
    display: block;
}

div.orbit-wrapper div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
}

div.orbit-wrapper div.slider-nav span.right {
    background: url(../right-arrow.html);
    right: 0;
}

div.orbit-wrapper div.slider-nav span.left {
    background: url(../left-arrow.html);
    left: 0;
}


/* BULLET NAV
   ================================================== */

ul.orbit-bullets {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -40px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
}

ul.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../bullets.html) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}

ul.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0;
}

ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}

ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}


/* FLUID LAYOUT
   ================================================== */

div.orbit img.fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%;
}

div.orbit,
div.orbit-wrapper {
    width: 100% !important;
}

ul.orbit-bullets {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -50px;
    left: 50%;
    margin-left: -50px;
    padding: 0;
}

ul.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(../bullets.html) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden;
}

ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}

ul.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0;
}

ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
}


/* Correct timer in IE */

.timer {
    display: none !important;
}

div.caption {
    background: transparent;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    zoom: 1;
}


/* CSS for jQuery Reveal Plugin
 * Maintained for Foundation. foundation.zurb.com
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 40;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    width: 520px;
    background: #eee url(../png/modal-gloss.png) no-repeat -200px -80px;
    position: absolute;
    z-index: 41;
    padding: 30px 40px 34px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

.reveal-modal.small {
    width: 200px;
    margin-left: -140px;
}

.reveal-modal.medium {
    width: 400px;
    margin-left: -240px;
}

.reveal-modal.large {
    width: 600px;
    margin-left: -340px;
}

.reveal-modal.xlarge {
    width: 800px;
    margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
    font-size: 22px;
    line-height: .5;
    position: absolute;
    top: 8px;
    right: 11px;
    color: #aaa;
    text-shadow: 0 -1px 1px rbga(0, 0, 0, .6);
    font-weight: bold;
    cursor: pointer;
}

.reveal-modal .row {
    min-width: 0;
}


/* App.css
   ================================================== */

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Calibri';
    src: url('../eot/calibri.eot');
    src: url('../eot/calibrid41d.eot#iefix') format('embedded-opentype'), url('../ttf/calibri.ttf') format('truetype'), url('../svg/calibri.svg#calibri') format('svg');
}

@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'FoundationIconsGeneral';
    src: url('../eot/foundation-icons-general.eot');
    src: url('../eot/foundation-icons-generald41d.eot#iefix') format('embedded-opentype'), url('../ttf/foundation-icons-general.ttf') format('truetype'), url('../svg/foundation-icons-general.svg#FoundationIconsGeneral') format('svg');
}

.glyph {
    font-size: 16px;
    line-height: 1;
    cursor: default;
}

.glyph.general {
    font-family: "FoundationIconsGeneral";
}

body {
    font-family: "arial", sans-serif !important;
}

#title.inputbox {
    width: 500px !important;
}

.green {
    background-color: #80b600;
}

.green:hover {
    background-color: #6fa500 !important;
}

.pdgreen {
    color: #80b600;
}

.bold {
    font-weight: bold;
}

.green.text {
    background-color: transparent !important;
    color: #80b600;
}

.tick li {
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 2px 21px;
    background: url(../png/tick-cat.png) no-repeat left;
    background-size: 16px;
    font-size: 14px;
    line-height: 16px !important;
}

.button.smallpadding {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

dl.sub-nav dd.active a {
    background-color: #80b600;
}

.reveal-modal {
    z-index: 1001;
}

.reveal-modal-bg {
    z-index: 1000;
}

.buttonheading {
    display: none;
}

.contentpaneopen_edit,
.contentpaneopen_editfish {
    z-index: 1500;
    position: absolute;
    top: 15px;
    right: 15px;
}

.row {
    /* background-color:white; */
}

.wrapper {
    background-color: white;
    /*max-width: 980px;*/
    width: 100%;
    margin: 0 auto;
}

table.unstyled {
    background: transparent;
    margin: 0 0 18px;
    border: none;
}

table.unstyled thead,
table.unstyled tfoot {
    background: transparent;
}

table.unstyled thead tr th,
table.unstyled tfoot tr th,
table.unstyled tbody tr td,
table.unstyled tr td,
table.unstyled tfoot tr td {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

table.unstyled thead tr th,
table.unstyled tfoot tr td {
    padding: 8px 10px 9px;
    font-size: 14px;
    font-weight: bold;
    color: #222;
}

table.unstyled thead tr th:first-child,
table.unstyled table tfoot tr td:first-child {
    border-left: none;
}

table.unstyled thead tr th:last-child,
table.unstyled table tfoot tr td:last-child {
    border-right: none;
}

table.unstyled tbody tr.even,
table.unstyled tbody tr.alt {
    background: transparent;
}

table.unstyled tbody tr:nth-child(even) {
    background: transparent;
}

table.unstyled tbody tr td {
    color: #333;
    padding: 9px 10px;
    vertical-align: top;
    border: none;
}

td.valigntop {
    vertical-align: top !important;
}

td.valignbottom {
    vertical-align: top !important;
}

td.valignmiddle {
    vertical-align: middle !important;
}

.contentpaneopen td {
    padding: 0px;
}

.ninetynine {
    padding-right: 65px;
    background: transparent url('../quote-99.html') no-repeat bottom right;
}

.sixtysix {
    padding-left: 65px;
    background: transparent url('../quote-66.html') no-repeat top left;
}

.borderradius15 {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.radiusmicro {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.radiussmall {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.radiuslarge {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.radiuscircle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.outershadowsmall {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

.paddinglarge {
    padding: 40px !important;
}

.paddingmedium {
    padding: 20px !important;
}

.paddingsmall {
    padding: 10px !important;
}

.toppaddingnone {
    padding-top: 0 !important;
}

.marginlarge {
    margin: 40px;
}

.marginmedium {
    margin: 20px;
}

.marginsmall {
    margin: 10px;
}

.bottompaddingnone {
    padding-bottom: 0 !important;
}

.leftmarginlarge {
    margin-left: 40px !important;
}

.leftmarginmedium {
    margin-left: 20px !important;
}

.leftmarginsmall {
    margin-left: 10px !important;
}

.rightmarginlarge {
    margin-right: 40px !important;
}

.rightmarginmedium {
    margin-right: 20px !important;
}

.rightmarginsmall {
    margin-right: 0 10px 0 0 !important;
}

.rightmarginnone {
    margin-right: 0 !important;
}

.topmarginlarge {
    margin-top: 40px !important;
}

.topmarginmedium {
    margin-top: 20px !important;
}

.topmarginsmall {
    margin: 10px 0 0 0 !important;
}

.topmarginnone {
    margin-top: 0 !important;
}

.bottommarginlarge {
    margin: 0 0 40px 0 !important;
}

.bottommarginmedium {
    margin: 0 0 20px 0 !important;
}

.bottommarginsmall {
    margin: 0 0 10px 0 !important;
}

.bottommarginnone {
    margin-bottom: 0 !important;
}

img.marginsmall.left {
    margin: 0 10px 10px 0;
}

img.marginsmall.right {
    margin: 0 0 0 10px;
}

img.marginmedium.left {
    margin: 0 20px 20px 0;
}

img.marginmedium.right {
    margin: 0 0 0 20px;
}

img.marginlarge.left {
    margin: 0 30px 0 0;
}

img.marginlarge.right {
    margin: 0 0 10px 30px;
}

.borderlight {
    border: 1px solid #DDD;
}

.bordermedium {
    border: 1px solid #999;
}

.borderdark {
    border: 1px solid #333;
}

#accordion-container {
    font-size: 13px;
    padding: 5px 0px 10px 0px;
}

#accordion-container h4 {
    margin-bottom: 0 !important;
}

#search {
    /*margin: 40px;*/
    background-color: black !important;
}

#search table {
    border: none !important;
}

#search td {
    border: none !important;
}

#search .gs-result {
    border-bottom: 1px solid #DDD;
}

#search .gs-snippet {
    font-size: 14px;
    padding-left: 10px;
}

#search .gs-title {
    font-size: 18px;
}

#search .gs-fileFormat {
    padding-left: 5px;
}

.utility .clients,
.programme .clients {
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
}

.utility .phone-number,
.programme .phone-number {
    font-size: 30px;
    padding: 30px 30px 25px 30px;
    margin: 0 0 30px 25px;
    text-align: center;
    border: 1px solid #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.utility .phone-number small,
.programme .phone-number small {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.utility-2 h1 {
    font: 28px "Helvetica Neue", Helvetica, "Arial Narrow", Arial, sans-serif;
}

.utility-2 h2 {
    font: 24px "Helvetica Neue", Helvetica, 'Arial Narrow', Arial, sans-serif;
}

.utility-2 h3 {
    font: 16px "Helvetica Neue", Helvetica, 'Arial Narrow', Arial, sans-serif;
    font-weight: bold;
}

.utility-2 .button {
    font-size: 16px;
}

.utility-2 .ctabox {
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    background-color: #648f00;
    border: 3px solid #87c100 !important;
}

.utility-2 .ctabox p {
    margin: 15px 0 !important;
}

.utility-2 .ctabox.latestnews {
    margin-top: 0 !important;
}

.utility-2 .ctabox.in-house-cta {
    margin-right: 20px !important;
}

.utility-2 .ctabox h3 {
    font-size: 18px;
}

.utility-2 .ctabox p {
    text-align: center;
    font-size: 14px;
}

.utility-2 .ctabox h3,
.utility-2 .ctabox p {
    color: white !important;
}

.utility-2 .ctabox form {
    margin-bottom: 0;
}

.utility-2 .ctabox .input {
    margin: 0 0 15px 0 !important;
}

.utility-2 .ctabox .input input {
    font-size: 14px;
    padding: 3px;
    width: auto;
}

.utility-2 .ctabox .input label {
    font-weight: bold;
    font-size: 14px;
    color: white;
    text-align: right;
    width: 90px;
    display: inline-block;
}

.utility-2 .ctabox .submitbutton {
    text-align: center;
    margin-top: 20px !important;
}

.utility-2 .ctabox .submitbutton submit {
    padding-left: 0 !important;
    padding-right: 0;
    width: 100% !important;
}

.utility-2 p,
.utility-2 li {
    font-size: 16px;
}

.utility-2 #benefits {}

.utility-2 #benefits h1,
.utility-2 #benefits h2,
.utility-2 #benefits h3,
.utility-2 #benefits p,
.utility-2 #benefits li {
    color: black;
}

.utility-2 ul.pdtick {
    margin-top: 25px;
}

.utility-2 ul.pdtick li {
    font-size: 16px;
    font-weight: normal;
    background: transparent url(../checkmark.html) no-repeat top left;
    padding-left: 25px;
}

.utility-2 ul.blocktick li h3 {
    font-size: 16px;
    font: 16px "Helvetica Neue", Helvetica, 'Arial Narrow', Arial, sans-serif;
    font-weight: normal;
    background: transparent url(../checkmark.html) no-repeat top left;
    padding-left: 25px;
}

.accordion-header {
    margin: 5px 0 0 0;
    padding: 5px 20px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ebebeb;
    color: #666666;
    font-size: 16px;
    cursor: pointer;
}

.active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: url(../active-header.html) #cef98d;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.active-header span {
    font-size: 12px;
}

.active-header:hover {
    background: url(../active-header.html) #c6f089;
    background-position: right 50%;
    background-repeat: no-repeat;
}

.inactive-header {
    background: url(../inactive-header.html) #ebebeb;
    background-repeat: no-repeat;
    background-position: right 50%;
}

.inactive-header span {
    font-size: 12px;
}

.inactive-header:hover {
    background: url(../inactive-header.html) #f5f5f5;
    background-position: right 50%;
    background-repeat: no-repeat;
}

.accordion-content {
    display: none;
    padding: 20px;
    border: 1px solid #cccccc;
    border-top: 0;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    background: #ffffff;
}

div.accordion .accordion-header {
    background-color: #f4f4f4;
    background: #f5f5f5 url(../bg-accordion-normal.html) no-repeat -5px 2px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #11639d !important;
    padding: 10px;
    padding-right: 30px !important;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

div.accordion .accordion-header.active-header {
    background: #f5f5f5 url(../bg-accordion-expanded.html) no-repeat -5px 2px;
    background: none;
    color: #11639d !important;
    background-color: #f4f4f4;
    margin-bottom: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.accordion .accordion-content {
    padding: 10px;
    font-size: 12px;
    background-color: #fafafa;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #DDD;
    border-top: 0;
}

div.accordion .accordion-content.open-content {
    border-top: 0;
}

div.accordion .accordion-content:last-of-type {
    position: relative;
    top: -1px;
}

.panelgreen {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid #80b600;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 20px !important;
    background-color: #f9f9f9 !important;
}

.centered {
    text-align: center;
}

.greenshadow {
    -webkit-box-shadow: inset 0 0 3px #446002;
    -moz-box-shadow: inset 0 0 3px #446002;
    box-shadow: inset 0 0 3px #446002;
}

.greyshadow {
    -webkit-box-shadow: inset 0 0 3px #999999;
    -moz-box-shadow: inset 0 0 3px #999999;
    box-shadow: inset 0 0 3px #999999;
}

.whiteshadow {
    text-shadow: 1px 1px 1px #ffffff;
}

.darkshadow {
    text-shadow: 1px 1px 1px #555;
}

.click-date {
    position: absolute;
    right: 1px;
    top: 40px;
    font-size: 16px;
    width: 90px;
    padding-left: 30px;
    text-align: left;
    background: transparent url(../bg-cta-arrow-left.html) no-repeat top left;
}

.scheduleiframe {
    overflow: scroll !important;
    margin: 0;
    padding: 0;
    width: 590px;
    height: 300px;
    border: none;
}

.elearningiframe {
    overflow: scroll !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 1000px;
    border: none;
}

.panel {
    margin: 0 0 20px 0;
    padding: 20px 20px 2px 20px;
    background: #efefef;
    background: -moz-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fafafa), color-stop(100%, #f0f0f0));
    background: -o-linear-gradient(top, #fafafa 0%, #f0f0f0 100%);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#F0F0F0', GradientType=0);
}

.pdtitle {
    margin-top: 20px;
    color: #a4c145;
    font-weight: bold;
    font-style: italic;
    font-size: 2.2em;
}

.bigh2 {
    padding: 30px 0 30px 0;
    margin-bottom: 0;
    text-align: center;
    background: #f5fbe5 url(../divider.html) repeat-x bottom left;
}

div.orbit-wrapper div.slider-nav span.left {
    left: 0px;
    background: url(../left-arrow.html);
    background-size: 14px 18px;
}

div.orbit-wrapper div.slider-nav span.right {
    right: -30px;
    background: url(../right-arrow.html);
    background-size: 14px 18px;
}

div.orbit-wrapper div.slider-nav span {
    position: absolute;
    top: 50%;
    z-index: 30;
    margin-top: -50px;
    width: 14px;
    height: 18px;
    text-indent: -9999px;
    cursor: pointer;
}

.tblCourses tbody tr {}

table tr th {
    background: #dedede;
}

table tr th,
table tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
}

table tr th,
table tr td {
    padding: 8px 10px 9px;
    color: #222;
    font-weight: normal;
    font-size: 14px;
}

table tr th:first-child,
table tfoot tr td:first-child {
    border-left: none;
}

table tr th:last-child,
table tfoot tr td:last-child {
    border-right: none;
}

#article {
    padding: 20px 50px 30px 50px;
}

#course {
    padding: 20px 30px 30px 30px;
}

#article ul li,
#course ul li,
#home ul li,
#category ul li,
#blog ul li {
    font-size: 14px;
}

#article h1 {
    font-weight: bold;
}

#article h2 {
    font-weight: bold;
}

#article h3 {
    font-weight: bold;
}

#article h4 {
    font-weight: bold;
}

h1 {
    margin: 20px 0 20px 0;
    font-size: 1.8em;
}

#article h2 {
    margin-bottom: 15px;
    font-size: 1.8em;
}

#article h3 {
    margin-bottom: 15px;
    font-size: 1.3em;
}

#article h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
}


/*p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5em;
} */

#article p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 18px;
}

.wrapper p {
    font-weight: 400;
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 0 0 18px;
}

h2+p {
    margin-top: 20px;
    margin-bottom: 10px;
}

#article h2 {
    border-bottom: 1px solid #80B600;
}

#article h3 {
    color: #80B600;
    font-weight: bold;
}

#article h4 {
    margin-bottom: 7px;
}

.navigation {
    background-color: white;
}

.nav-bar {
    margin: 0;
    border: none;
    height: 38px;
    background-color: gray;
    background-image: linear-gradient(bottom, #7a767a 9%, #888888 55%, #8e8e8e 78%);
    background-image: -o-linear-gradient(bottom, #7a767a 9%, #888888 55%, #8e8e8e 78%);
    background-image: -moz-linear-gradient(bottom, #7a767a 9%, #888888 55%, #8e8e8e 78%);
    background-image: -webkit-linear-gradient(bottom, #7a767a 9%, #888888 55%, #8e8e8e 78%);
    background-image: -ms-linear-gradient(bottom, #7a767a 9%, #888888 55%, #8e8e8e 78%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.09, #7a767a), color-stop(0.55, #888888), color-stop(0.78, #8e8e8e));
}

.nav-bar li {
    border: none;
    border-left: 1px solid #999;
    border-right: 1px solid #777;
}

.nav-bar li:last-child {
    border-right: none;
}

.nav-bar li.has-flyout a.flyout-toggle {
    padding: 16px 10px;
}

.nav-bar li.has-flyout a.main {
    padding: 0 33px 0 10px;
}

.nav-bar li a.main {
    padding: 0 9px 0 9px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
}

.nav-bar li a:hover {
    background: #808080 url(../png/nav-arrow.png) no-repeat bottom center !important;
}

.nav-bar li a.flyout-toggle:hover {
    background: gray !important;
}

.nav-bar li a.flyout-toggle {}

.nav-bar li a.flyout-toggle span {
    border-top: 4px white solid !important;
}

.nav-bar li .flyout {
    top: 38px;
    padding-top: 30px;
    border-top: none;
    -webkit-border-radius: px px 15px 15px !important;
    border-radius: px px 15px 15px !important;
    z-index: 1000;
}

.nav-bar li .flyout p {
    font-size: 16px;
}

.nav-bar li .flyout a:hover {
    background: none !important;
}

.nav-bar li .flyout li {
    background: none !important;
    list-style-type: disc;
    margin-left: 15px;
    border-right: none;
    border-left: none;
}

.nav-bar li .flyout.small {
    width: 250px;
}

.lt-ie9 .has-flyout a.flyout-toggle {
    padding: 16px 5px !important;
}

.lt-ie9 a.main {
    padding: 0 23px 0 10px !important;
    font-size: 10px;
}

.sidebar {
    margin-top: 50px;
    margin-left: 20px;
}

.sidebar dd {
    margin-bottom: 5px;
}

.sidebar dd a.active {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #80b600 !important;
}

body {
    background-color: #fff;
    /*color: black;*/
}

/*.container>.row {
    background-color: white;
}*/

a {
    color: #15c;
    text-decoration: underline;
}

.errorbox {
    position: relative;
    top: -4px;
    margin: 0px;
    padding: 5px;
    border-width: 0px;
    background: #C00000;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 1em;
}

#footer {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    background-color: white;
}

.banner {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background: #ffffff url(../divider.html) repeat-x bottom left;
}

#header {
    position: relative;
    height: 92px;
    margin: 0 auto;
}

#header .companyname {
    width: 270px;
    text-align: center !important;
}

#header h1,
#header .title {
    font-family: "calibri";
    font-size: 30px;
    font-weight: normal;
    text-align: center !important;
    margin: 0 !important;
    padding: 12px 0 0 0 !important;
}

#header h1 a,
#header .title a {
    color: black !important;
    text-decoration: none !important;
}

#header h1 a span,
#header .title a span {
    color: #93cf0b;
}

#header .strapline {
    position: absolute;
    left: 260px;
    bottom: 18px;
    font-size: 25px;
    line-height: 22px;
    padding: 5px 0px 5px 35px;
    border-left: 1px solid #DDD;
    font-family: "proxima-nova", sans-serif;
}

#header h2,
#header .sub-title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    font-weight: normal;
}

#header h2 span,
#header .sub-title span {
    color: #93cf0b !important;
}

.quote #header {
    background: transparent url(../png/header-form.png) no-repeat bottom center;
}

.quote #header * {
    display: none;
}

.actions-var2 {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0;
    min-width: 340px;
    font-size: 1.3em;
    font-family: "calibri";
}

.actions-var2 .phone {
    background-color: #FFF;
    padding: 5px;
    color: #808080;
    margin-bottom: 5px;
    font-size: 20px !important;
}

.actions-var2 .phone span {
    color: #808080 !important;
}

.actions-var2 .quote {
    position: absolute;
    right: 5px;
    top: 40px;
    border-radius: 7px 7px 0 0;
    padding: 10px 10px 0 10px;
    height: 62px;
    text-align: center;
    background-color: #a4c145 !important;
}

.actions-var2 .quote .cta {
    margin-bottom: 10px;
    color: white;
    white-space: nowrap;
}

.actions-var2 .calculator {
    float: right;
    border-radius: 7px;
    background-color: #859c3b !important;
    color: #FFF;
    text-align: right;
    white-space: nowrap;
}

.actions-var2 a:link,
.actions-var2 a:visited {
    display: block;
    padding-right: 10px;
    padding-left: 25px;
    background-position-y: top;
    color: white !important;
    text-decoration: none !important;
    line-height: 30px;
}

.actions-var2 a:hover,
.actions-var2 a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.actions-var2 .calculator:hover {
    background-color: #FFF !important;
    text-shadow: none;
    filter: none;
    background-position-y: 5px;
}

.actions-var2 .calculator:hover span {
    color: #FFF !important;
    font-weight: normal;
    font-size: 1.2em;
}

.actions-var2 .calculator {
    background: #a4c145 url(../calculator.html) no-repeat 5px bottom;
}

.actions-var2 span {
    font-family: "FoundationIconsGeneral" !important;
}

.actions-var3 {
    text-align: right;
    position: absolute;
    right: 15px;
    top: 0;
    height: 102px;
    width: 500px;
    font-size: 14px;
    background-color: transparent !important;
}

.actions-var3 .search {
    width: 280px;
    float: left;
    margin-top: 6px;
}

.actions-var3 .search table {
    background-color: transparent !important;
}

.actions-var3 .search #q {
    float: right;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
    -moz-transition-duration: 400ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width, background;
    -o-transition-timing-function: ease;
    width: 88px;
    background: #fff;
    border: 4px solid #FFF;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 3px rgba(144, 144, 144, 0.95);
    -moz-box-shadow: inset 0 1px 3px rgba(144, 144, 144, 0.95);
    box-shadow: inset 0 1px 3px rgba(144, 144, 144, 0.95);
    position: relative;
    padding: 10px;
}

.actions-var3 .search #q:focus {
    background-color: #f9f9f9;
    width: 196px;
}

.actions-var3 .search #searchsubmit {
    display: none;
}

.actions-var3 .search .only-search #searchform {
    top: 5px;
    z-index: 1;
}

.actions-var3 .search .only-search #q {
    background-color: #666;
    border-color: #000;
    color: #222;
}

.actions-var3 .search .only-search #q,
.actions-var3 .search .only-search #q:focus {
    width: 85%;
}

.actions-var3 .search .only-search #q:focus {
    background-color: #bbb;
}

.actions-var3 .search .with-image #searchform {
    top: auto;
    bottom: -27px;
    max-width: 195px;
}

.actions-var3 .search .only-search+#access div {
    padding-right: 205px;
}

.actions-var3 .search input#q {
    background: url(../png/search.png) no-repeat 5px 6px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    height: 22px;
    line-height: 1.2em;
    padding: 4px 10px 4px 28px;
}

.actions-var3 .search .assistive-text {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.actions-var3 .search #access a.assistive-text:active,
.actions-var3 .search #access a.assistive-text:focus {
    background: #eee;
    border-bottom: 1px solid #ddd;
    color: #1982d1;
    clip: auto !important;
    font-size: 12px;
    position: absolute;
    text-decoration: underline;
    top: 0;
    left: 7.6%;
}

.actions-var3 .phone {
    background-color: transparent;
    padding: 5px 0;
    color: #5d5d5d;
    margin-bottom: 5px;
    font-size: 25px !important;
    position: relative;
    width: 200px;
    float: right;
}

.actions-var3 .phone span {
    font-size: 25px !important;
    color: #5d5d5d !important;
}

.actions-var3 ul {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 18px;
}

.actions-var3 ul li {
    margin-bottom: 6px;
}

.actions-var3 a:hover,
.actions-var3 a:hover {
    color: #000 !important;
    text-decoration: none !important;
}

.actions-var3 span {
    font-family: "FoundationIconsGeneral" !important;
}

.lt-ie9 .actions-var3 .phone {
    font-size: 24px !important;
    margin-right: 0;
    margin-top: 5px;
}

.lt-ie9 .actions-var3 #q {
    border: 1px solid #DDD;
    margin-top: 6px;
    padding-top: 5px;
}

.lt-ie9 .nav-bar li a.main {
    font-size: 12px !important;
}

#cta {
    /*color: white;*/
    /*background-color: gray;*/
    font-size: 12px;
    font-size: 1.2rem;
}

#cta .buttons {
    padding: 30px 0px 30px 20px;
}

#cta .buttons a {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
    width: 80%;
    background-color: #A8CF40 !important;
    color: black;
    text-align: left;
}

#cta .booking {
    padding: 40px 0 0 0;
}

#cta .booking li {
    margin-bottom: 0px;
    padding-left: 20px;
    background: url(../triangle.html) no-repeat left top;
}

#cta .booking a {
    color: white;
    text-decoration: underline;
}

#cta .booking h2 {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
}

#cta .phone {
    text-align: center;
    padding-top: 40px;
}

#cta .phone h3 {
    margin: 0;
    color: white;
    font-size: 3.2em;
}

#cta .phone p {
    margin: 0;
    color: white;
}

#cta .button {
    text-align: left;
    line-height: inherit;
}

#home-2.var-1 .welcome {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 18px;
    color: black;
}

#home-2.var-1 .empowering-improvement {
    padding-left: 30px;
}

#home-2.var-1 .empowering-improvement h1 {
    font-size: 30px;
    margin: 0 !important;
    padding: 0px 0 30px 0;
}

#home-2.var-1 .empowering-improvement small {
    color: black;
    font-weight: normal;
    font-size: 18px;
}

#home-2.var-1 .empowering-improvement h2 {
    margin-top: 13px;
}

#home-2.var-1 .empowering-improvement p {
    width: 700px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

#home-2.var-1 .empowering-improvement img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#home-2.var-1 .empowering-improvement .marginsmall {
    height: 210px !important;
}

#home-2.var-1 .tick li {
    line-height: 16px !important;
    font-size: 16px;
}

#home-2.var-1 .cloud-solution {
    padding-left: 30px !important;
}

#home-2.var-1 .tools-links {
    padding-bottom: 10px;
}

#home-2.var-1 .tools-links h2 {
    margin: 10px 0 5px 0;
    font-size: 16px;
    text-align: center;
}

#home-2.var-1 .tools-links h2 a {
    text-decoration: none;
    color: black;
}

#home-2.var-1 .tools-links h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
    background-color: #888;
}

#home-2.var-1 .tools-links p {
    margin-top: 0;
    text-align: center;
}

#home-2.var-1 .course-catalogue {
    margin-top: 20px;
    margin-left: 20px;
    width: 200px !important;
}

#home-2.var-1 .course-catalogue .catalogue-button {
    font-size: 14px;
    background-color: #567c00 !important;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#home-2.var-1 .course-catalogue .catalogue-button a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 26px;
    padding-bottom: 4px;
    text-decoration: none !important;
    background: transparent url(../bg-pen-16.html) no-repeat top left;
}

#home-2.var-1 .course-catalogue .catalogue-button a:hover {
    color: #BADA55;
}

#home-2.var-1 .public-classes {
    margin-top: 10px !important;
    width: 200px !important;
    margin-left: 20px;
    margin-bottom: 10px;
}

#home-2.var-1 .public-classes .public-button {
    background-color: #567c00 !important;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#home-2.var-1 .public-classes .public-button a {
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding-left: 26px !important;
    padding-bottom: 4px;
    text-decoration: none !important;
    background: transparent url(../bg-calendar-white-16.html) no-repeat top left;
}

#home-2.var-1 .public-classes .public-button a:hover {
    color: #BADA55;
}

#home-2.var-2 {
    background: none !important;
}

#home-2.var-2 .welcome {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 18px;
    color: black;
}

#home-2.var-2 .empowering-improvement {
    padding-left: 30px;
    background: #ffffff url(../bg-home.html) repeat-x top left;
}

#home-2.var-2 .empowering-improvement h1 {
    font-size: 30px;
    margin: 0 !important;
    padding: 0px 0 30px 0;
}

#home-2.var-2 .empowering-improvement small {
    color: black;
    font-weight: normal;
    font-size: 18px;
}

#home-2.var-2 .empowering-improvement h2 {
    margin-top: 13px;
}

#home-2.var-2 .empowering-improvement p {
    width: 700px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

#home-2.var-2 .empowering-improvement img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#home-2.var-2 .empowering-improvement .marginsmall {
    height: 210px !important;
}

#home-2.var-2 .tick li {
    line-height: 16px !important;
    font-size: 16px;
}

#home-2.var-2 .cloud-solution {
    padding-left: 30px !important;
}

#home-2.var-2 .additional-services {
    border-width: 2px;
}

#home-2.var-2 .national-training {
    border-bottom: none;
    margin-top: 0;
    padding: 20px 10px;
    float: left;
    width: 580px;
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
    background: #f8f8f8 url(../bg-training-management.html) no-repeat bottom right;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

#home-2.var-2 .national-training h2 {
    color: #000000;
    padding-left: 10px;
}

#home-2.var-2 .national-training p {
    margin: 2px 100px 2px 10px;
    text-align: left;
}

#home-2.var-2 .announcements {
    margin-top: 0;
    padding: 20px 10px;
    float: right;
    width: 300px;
    border: 1px solid #EEE;
    background: #f8f8f8;
    -webkit-border-radius: 10px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-bottomright: 0;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    text-align: right;
    min-height: 108px;
}


/* url(../images/announcementbkgnd.jpg) no-repeat bottom left */

#home-2.var-2 .announcements h2 {
    color: #000000;
}

#home-2.var-2 .announcements p {
    margin: 2px 10px 2px 10px;
}

#home-2.var-2 .clients img {
    margin: 30px 0;
}

#home-2.var-2 .tab-container {
    position: relative;
}

#home-2.var-2 .tab-container .tools {
    position: absolute;
    top: 86px;
    z-index: 999;
    background: white;
    background-color: rgba(255, 255, 255, 0.95) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=95)";
    width: 100%;
    border: 3px solid #DDD !important;
    margin: 20px;
    width: 935px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 10px 10px 3px 0px rgba(0, 0, 0, 0.05);
}

#home-2.var-2 .tabmenu {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-bottom: 0 !important;
}

#home-2.var-2 .tabmenu a {
    font-size: 14px;
    line-height: 2em;
    display: block;
    padding: 0 0px;
    outline: none;
}

#home-2.var-2 .tabmenu a:hover {
    text-decoration: underline;
}

#home-2.var-2 .tabmenu .active {
    background: #fff;
    position: relative;
    border-color: #999;
}

#home-2.var-2 .tabmenu .active p {
    background: transparent url(../bg-tools-link-arrow-up.html) no-repeat bottom center !important;
}

#home-2.var-2 .tabmenu a.active {
    font-weight: bold;
}

#home-2.var-2 .tab-container .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

#home-2.var-2 .etabs {
    margin: 20px 13px;
    padding: 0;
    border-bottom: none !important;
}

#home-2.var-2 .etabs li {
    width: 225px !important;
}

#home-2.var-2 .etabs li:last-child {
    width: 260px !important;
}

#home-2.var-2 .etabs a {
    margin: 0px 5px;
    padding: 10px 4px 15px 4px;
    text-decoration: none;
    color: black;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #DDD;
    border-width: 2px;
    height: 60px !important;
    display: block;
    background: #fcfcfc;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #efefef 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #efefef)) !important;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #efefef 100%) !important;
    background: -o-linear-gradient(top, #fcfcfc 0%, #efefef 100%) !important;
    background: -ms-linear-gradient(top, #fcfcfc 0%, #efefef 100%) !important;
    background: linear-gradient(to bottom, #fcfcfc 0%, #efefef 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#efefef', GradientType=0) !important;
}

#home-2.var-2 .etabs a:hover {
    background-color: #e7e7e7 !important;
}

#home-2.var-2 .etabs a h2 {
    margin: 12px 0 2px 0;
    font-size: 15px;
    text-align: center;
    color: inherit;
}

#home-2.var-2 .etabs a p {
    height: 40px;
    font-size: 13px;
    margin: 0;
    text-align: center;
    background: transparent url(../bg-tools-link-arrow-down.html) no-repeat bottom center !important;
}

#home-2.var-2 .tools {
    border-width: 1px;
    border-color: #EEE;
}

#home-2.var-2 .tools h2 {
    font-size: 18px;
}

#home-2.var-2 .tools h2+p {
    font-size: 14px;
}

#home-2.var-2 .tools h2,
#home-2.var-2 .tools h3 {
    color: black !important;
}

#home-2.var-2 .tools h3,
#home-2.var-2 .tools a {
    font-size: 12px !important;
}

#home-2.var-2 .tools img.left {
    margin-right: 5px;
}

#home-2.var-2 #course-grid {
    padding-top: 20px;
}

#home-2.var-2 #course-grid small {
    color: black;
    font-size: 16px;
}

#home-2.var-2 #course-grid h3 {
    font-size: 14px;
    margin-bottom: 10px;
}

#home-2.var-2 #course-grid h4 {
    font-size: 12px;
}

#home-2.var-2 #course-grid p {
    font-size: 12px;
}

#home-2.var-2 #course-grid li {
    line-height: 12px;
}

#home-2.var-2 #course-grid a {
    font-size: 12px;
}

#home-2.var-2 #course-grid .course-links h3,
#home-2.var-2 #course-grid .course-links h4,
#home-2.var-2 #course-grid .course-links p,
#home-2.var-2 #course-grid .course-links a,
#home-2.var-2 #course-grid .course-links strong {
    font-size: 14px;
}

#home-2.var-2 .course-catalogue {
    margin-top: 20px;
    margin-left: 20px;
    width: 200px !important;
}

#home-2.var-2 .course-catalogue .catalogue-button {
    font-size: 14px;
    background-color: white !important;
    padding: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #DDD;
}

#home-2.var-2 .course-catalogue .catalogue-button a {
    color: #15c !important;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
    padding-left: 30px;
    padding-bottom: 4px;
    background: transparent url(../bg-pen-22.html) no-repeat top left;
}

#home-2.var-2 .course-catalogue .catalogue-button a:hover {
    color: #BADA55;
}

#home-2.var-2 .public-classes {
    margin-top: 10px !important;
    width: 200px !important;
    margin-left: 20px;
    margin-bottom: 10px;
}

#home-2.var-2 .public-classes .public-button {
    background-color: white !important;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border: 1px solid #DDD;
}

#home-2.var-2 .public-classes .public-button a {
    color: #15c !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px !important;
    padding-top: 3px;
    padding-bottom: 4px;
    background: transparent url(../bg-calendar-22.html) no-repeat top left !important;
}

#home-2.var-2 .public-classes .public-button a:hover {
    color: #BADA55;
}

#home-2 {
    background: #ffffff url(../bg-home.html) repeat-x top left;
    margin: 0px;
    background-color: white;
}

#home-2 h1,
#home-2 h2,
#home-2 h3,
#home-2 h4 {
    font-family: "arial", sans-serif;
    font-weight: bold;
}

#home-2 p {
    font-family: "arial", sans-serif;
}

#home-2 .welcome {
    margin: 5px 0 5px 0;
    padding: 0;
    font-size: 15px;
    color: #888;
}

#home-2 .empowering-improvement {
    padding-left: 30px;
}

#home-2 .empowering-improvement h1 {
    font-size: 30px;
    margin: 0 !important;
    padding: 0px 0 30px 0;
}

#home-2 .empowering-improvement h2 {
    margin-top: 13px;
}

#home-2 .empowering-improvement p {
    width: 640px;
    margin-bottom: 20px;
    color: #000;
    font-size: 16px;
}

#home-2 .empowering-improvement img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#home-2 .empowering-improvement .marginsmall {
    height: 250px;
}

#home-2 .dates-prices {
    background: transparent url(../bg-calendar-16.html) no-repeat 0px 3px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#home-2>h2,
#home-2>h1 {
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    text-align: center;
}

#home-2 .training-courses {
    background: transparent url(../bg-80.html) repeat top left;
}

#home-2 .training-courses h2 {
    color: #80B600;
    font-size: 30px;
}

#home-2 .training-courses h2+p {
    font-size: 16px;
}

#home-2 .hero-buttons {
    position: relative;
    background: transparent url(../bg-bada55-5.html) repeat bottom left;
    border-top: 2px solid #80B600;
    border-bottom: 3px solid #80B600;
}

#home-2 .hero-buttons h2 {
    margin: 10px 0 0 0;
}

#home-2 .hero-buttons small {
    margin-top: 4px;
    margin-bottom: 7px;
    font-size: 14px;
    display: block;
    padding-bottom: 3px;
    font-weight: bold;
}

#home-2 .hero-buttons .cloud-solution {
    padding: 5px 10px 0 5px;
}

#home-2 .hero-buttons .cloud-solution img {
    margin-top: 5px;
}

#home-2 .hero-buttons .cloud-solution h3 {
    font-size: 16px !important;
}

#home-2 .hero-buttons .cloud-solution p {
    font-size: 13px;
    margin-bottom: 3px;
}

#home-2 .hero-buttons .public-classes {
    margin-top: 42px;
    width: 230px;
    float: left;
    margin-left: 20px;
}

#home-2 .hero-buttons .public-classes .public-button {
    font-size: 14px;
    background-color: #80B600;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#home-2 .hero-buttons .public-classes .public-button a {
    color: white;
}

#home-2 .hero-buttons .public-classes .public-button a.date {
    padding-left: 23px;
    padding-bottom: 4px;
    background: transparent url(../bg-calendar-white-16.html) no-repeat top left;
}

#home-2 .hero-buttons .public-classes .public-button a:hover {
    color: #BADA55;
}

#home-2 .hero-buttons .or img {
    position: absolute;
    top: 43px;
    left: 15px;
}

#home-2 .hero-buttons .in-house {
    margin-top: 42px;
    margin-right: 20px;
    width: 210px;
    float: right;
}

#home-2 .hero-buttons .in-house .inhouse-button {
    font-size: 14px;
    background-color: #80B600;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#home-2 .hero-buttons .in-house .inhouse-button a {
    background: transparent url(../bg-calculator-white-16.html) no-repeat top left;
    padding-left: 23px;
    color: white;
}

#home-2 .hero-buttons .in-house .inhouse-button a:hover {
    color: #BADA55;
}

#home-2 .tools-links {
    border-bottom: 5px solid #D1D3D4;
    background: transparent url(../bg-80.html) repeat top left;
}

#home-2 .tools-links .happy-clients {
    background-color: white;
    margin-top: 40px;
    margin-right: 20px;
    padding: 15px 15px 5px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#home-2 .tools-links .happy-clients img {
    width: 206px;
    height: 47px;
}

#home-2 .tools-links .happy-clients a {
    display: block;
    margin-top: 5px;
}

#home-2 .tools-links h2 {
    margin: 25px 0 5px 0;
    font-size: 20px;
}

#home-2 .tools-links h2 a {
    text-decoration: none;
}

#home-2 .tools-links h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
}

#home-2 .tools-links p {
    margin-top: 0;
}

#home-2 .tools-links .green {
    background: none !important;
}

#home-2 .tools-links .green h2 a {
    color: #80B600;
}

#home-2 .tools-links .green h2 span {
    background-color: #80B600;
}

#home-2 .tools-links .ruby h2 a {
    color: #BE1E2D;
}

#home-2 .tools-links .ruby h2 span {
    background-color: #BE1E2D;
}

#home-2 .tools-links .purple {
    width: 20.1%;
}

#home-2 .tools-links .purple h2 a {
    color: #7F3F98 !important;
}

#home-2 .tools-links .purple h2 span {
    background-color: #7F3F98;
}

#home-2 .tools-links .orange {
    margin-right: 6%;
}

#home-2 .tools-links .orange h2 a {
    color: #F7941E !important;
}

#home-2 .tools-links .orange h2 span {
    background-color: #F7941E;
}

#home-2 .tools {
    border-top: 3px solid #DDD;
    padding-top: 50px;
    padding-bottom: 30px;
}

#home-2 .tools h2+p {
    font-size: 16px;
}

#home-2 .tools h3+p {
    font-size: 12px;
    line-height: 20px;
}

#home-2 .tools a {
    font-size: 14px;
}

#home-2 .tools .top {
    position: relative;
    padding-left: 20px;
}

#home-2 .tools .top span {
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: transparent url(../bg-tools-up-arrow.html) no-repeat top left;
}

#home-2 .testimonials {
    border: none !important;
    margin: 0;
    padding: 0;
}

#home-2 #course-grid {
    border-top: none;
    padding-bottom: 20px;
}

#home-2 #course-grid h2,
#home-2 #course-grid h3 {
    color: #80B600;
}

#home-2 #course-grid h2 a,
#home-2 #course-grid h3 a {
    color: #80B600;
    font-size: 15px;
}

#home-2 #course-grid hr {
    border-color: #bbde6b;
}

#home-2 #course-grid .top span {
    background-color: #80B600;
}

#home-2 #coaching {
    border-top: 3px solid #f79fa8;
}

#home-2 #coaching h2,
#home-2 #coaching h3 {
    color: #BE1E2D;
}

#home-2 #coaching h2 a,
#home-2 #coaching h3 a {
    color: #BE1E2D;
    font-size: 15px;
}

#home-2 #coaching hr {
    border-color: #BE1E2D;
}

#home-2 #coaching .top span {
    background-color: #f79fa8;
}

#home-2 #recruit {
    border-top: 3px solid #ebb5fd;
}

#home-2 #recruit h2,
#home-2 #recruit h3 {
    color: #7F3F98;
}

#home-2 #recruit h2 a,
#home-2 #recruit h3 a {
    color: #7F3F98;
    font-size: 15px;
}

#home-2 #recruit hr {
    border-color: #f4d4ff;
}

#home-2 #recruit .top span {
    background-color: #ebb5fd;
}

#home-2 #organisation {
    border-top: 3px solid #ffdcb2;
}

#home-2 #organisation h2,
#home-2 #organisation h3 {
    color: #F7941E;
}

#home-2 #organisation h2 a,
#home-2 #organisation h3 a {
    font-size: 15px;
    color: #F7941E;
}

#home-2 #organisation hr {
    border-color: #F7941E;
}

#home-2 #organisation .top span {
    background-color: #F7941E;
}

#home-2 .additional-services {
    padding-top: 20px;
    padding-bottom: 10px;
}

#home-2 #search-for-training {
    background: #f8f8f8 url(../divider.html) repeat-x bottom left;
}

#home-2 #search-for-training h2 {
    color: black;
    font-family: "arial", sans-serif !important;
    font-size: 25px;
    margin: 0;
    display: inline;
    float: left;
    line-height: 45px;
}

#home-2 #search-for-training div#___gcse_0 {
    margin-left: 90px;
    padding: 0;
}

#home-2 #search-for-training .gsc-input {
    background-color: transparent !important;
}

#home-2 h2 {
    color: #555;
}

#home-2 h3 {
    margin-bottom: 5px;
    color: #555;
    font-size: 1.2em;
}

#home-2 .moduletablelatest-news {
    border: none;
}

#home-2 .moduletablelatest-news td {
    padding: 5px 0;
}

#home-2 .moduletablelatest-news ul {
    list-style-type: disc;
    margin-left: 20px;
}

#course-2 {
    font-family: "arial", sans-serif;
    font-size: 14px;
    margin: 0px;
    background-color: white;
}

#course-2 h1 {
    font-size: 26px !important;
}

#course-2 h1,
#course-2 h2,
#course-2 h3,
#course-2 h4 {
    font-family: "arial", sans-serif;
    font-weight: bold;
}

#course-2 h1 small,
#course-2 h2 small,
#course-2 h3 small,
#course-2 h4 small {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

#course-2 p {
    font-family: "arial", sans-serif;
    color: black;
}

#course-2 ul {
    font-size: 14px;
    color: black;
}

#course-2 .scheduleiframe {
    height: 160px !important;
}

#course-2 .course-description h1 {
    font-size: 26px;
    margin: 5px 0 10 0 !important;
    padding: 0px 0 10px 0;
}

#course-2 .course-description h2 {
    margin-top: 13px;
    font-size: 16px;
}

#course-2 .course-description p {
    margin-bottom: 20px;
    color: #000;
    font-size: 14px;
}

#course-2 .course-description img {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

#course-2 .pdf {
    background: transparent url(../png/pdf.png) no-repeat top left;
    padding: 1px 0 3px 18px;
}

#course-2 .dates-prices {
    background: transparent url(../bg-calendar-16.html) no-repeat 0px 3px;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#course-2>h2,
#course-2>h1 {
    padding: 10px 0 10px 0;
    margin-bottom: 0;
    text-align: center;
}

#course-2 .training-courses {
    background: transparent url(../bg-80.html) repeat top left;
}

#course-2 .training-courses h2 {
    color: #80B600;
    font-size: 30px;
}

#course-2 .training-courses h2+p {}

#course-2 .passive {
    background-color: #f3f7eb;
}

#course-2 .benefits h2 {
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
}

#course-2 .benefits li {
    background-size: 16px;
    padding-left: 24px;
    font-weight: normal;
    line-height: 14px;
    padding-bottom: 0;
}

#course-2 #sidebar {
    background-color: #FCFFF7;
    border-left: 1px solid #e1e6d9;
    border-bottom: 1px solid #e1e6d9;
    margin-bottom: 30px;
    padding-bottom: 0 !important;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-bottom-left-radius: 25px;
}

#course-2 .training-options h2 {
    font-size: 22px;
}

#course-2 .table-center {
    text-align: center;
}

#course-2 .table-center .inline-nav {
    display: inline;
}

#course-2 .table-center .inline-nav li {
    display: inline;
}

#course-2 .table-center .inline-nav li:after {
    content: " | ";
}

#course-2 .table-center .inline-nav li:last-child:after {
    content: "";
}

#course-2 .table-center .inline-nav li:first-child:after {
    content: "";
}

#course-2 #in-house-cta {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #DDD;
    padding-bottom: 0;
    background-color: white;
    padding: 10px 15px;
    margin: 10px 0 10px 0;
}

#course-2 #in-house-cta .purple {
    margin: 0;
    padding: 0;
}

#course-2 #in-house-cta .purple h2 {
    margin-bottom: 10px;
}

#course-2 #in-house-cta .purple h2 a {
    color: #7F3F98 !important;
    font-size: 18px;
}

#course-2 #in-house-cta .purple h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
    background-color: #7F3F98;
}

#course-2 .public-class-schedule {
    margin-left: 0px;
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    padding-top: 0;
    padding-bottom: 0;
    background-color: white;
    text-align: center;
}

#course-2 .public-class-schedule p {
    margin: 15px 0 !important;
}

#course-2 .public-class-schedule.latestnews {
    margin-top: 0 !important;
}

#course-2 .public-class-schedule.in-house-cta {
    margin-right: 20px !important;
}

#course-2 .public-class-schedule .orange h2 {
    margin: 5px 0 5px 0;
    font-size: 20px;
}

#course-2 .public-class-schedule .orange h2 a {
    color: #F7941E !important;
}

#course-2 .public-class-schedule .orange h2 a small {
    text-decoration: none;
}

#course-2 .public-class-schedule .orange h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
    background-color: #F7941E;
}

#course-2 .public-class-schedule .course-info {
    margin-bottom: 5px;
}

#course-2 .public-class-schedule .course-info li {
    font-weight: bold;
    font-size: 12px;
    display: inline;
    padding: 2px 5px;
    padding-left: 18px;
    line-height: 30px;
}

#course-2 .public-class-schedule .course-info li:first-child {
    padding-left: 0;
}

#course-2 .public-class-schedule .course-info .price {
    margin-left: 5px;
}

#course-2 .public-class-schedule .course-info .price span {
    font-size: 16px;
    color: black;
}

#course-2 .public-class-schedule .course-info .duration {
    background: transparent url(../bg-duration.html) no-repeat top left;
}

#course-2 .public-class-schedule .course-info .lunch {
    background: transparent url(../bg-lunch.html) no-repeat top left;
}

#course-2 .public-class-schedule .course-arrow {
    background: transparent url(../bg-schedule-arrow.html) no-repeat top right;
    height: 46px;
    width: 310px;
    margin-bottom: 0;
    text-align: right;
}

#course-2 .public-class-schedule .course-arrow p {
    padding: 3px 42px 0px 0px;
    margin: 0;
    font-weight: bold;
    color: white;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    font-size: 13px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
}

#course-2 .public-class-schedule .public-button {
    font-size: 16px;
    background-color: #80B600;
    padding: 8px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#course-2 .public-class-schedule .public-button a {
    color: white;
}

#course-2 .public-class-schedule .public-button a.date {
    padding-left: 23px;
    padding-bottom: 4px;
    background: transparent url(../bg-calendar-white-16.html) no-repeat top left;
}

#course-2 .public-class-schedule .public-button a:hover {
    color: #BADA55;
}

#course-2 .public-schedule-table {
    width: 100%;
    background-color: transparent;
    border: none;
    table-layout: fixed;
    overflow: hidden;
    white-space: nowrap;
}

#course-2 .public-schedule-table a {
    font-size: 12px;
}

#course-2 .public-schedule-table .location {
    font-weight: bold;
    width: 85px;
    text-align: right;
    border-right: 1px solid #DDD !important;
}

#course-2 .public-schedule-table .location a {
    color: black;
}

#course-2 .public-schedule-table .Confirmed {
    color: #5b3202;
    background-color: #ffe6c9;
    padding: 2px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#course-2 .public-schedule-table .Scheduled {
    padding: 2px 7px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#course-2 .public-schedule-table .Cancelled {
    color: red;
    text-decoration: none;
}

#course-2 .public-schedule-table .legend {
    color: black;
    font-size: 10px;
    text-align: right;
    padding-right: 5px !important;
}

#course-2 .public-schedule-table .legend .Confirmed {
    text-decoration: underline;
    background-color: none !important;
}

#course-2 .public-schedule-table .legend .Scheduled {
    color: #15C;
    text-decoration: underline;
}

#course-2 .public-schedule-table tr {
    background-color: transparent;
    border-bottom: 1px solid #DDD;
}

#course-2 .public-schedule-table tr:last-child {
    border-bottom: none;
}

#course-2 .public-schedule-table tr:hover {
    background-color: #EFEFEF;
}

#course-2 .public-schedule-table td {
    text-align: center;
    padding: 2px 5px;
    height: 12px !important;
    overflow: hidden !important;
}

#course-2 .public-schedule-table td:nth-child(2) {
    color: #F7941E;
}

#course-2 .public-class-schedule {
    padding-top: 10px;
    padding-bottom: 5px;
}

#course-2 .elearning-cta {
    text-align: center;
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
    background-color: white;
}

#course-2 .elearning-cta p {
    margin: 15px 0 !important;
}

#course-2 .elearning-cta.latestnews {
    margin-top: 0 !important;
}

#course-2 .elearning-cta.in-house-cta {
    margin-right: 20px !important;
}

#course-2 .elearning-cta.aqua h2 {
    margin: 5px 0 5px 0;
    font-size: 20px;
}

#course-2 .elearning-cta.aqua h2 a {
    color: #1faabf !important;
}

#course-2 .elearning-cta.aqua h2 a small {
    text-decoration: none;
}

#course-2 .elearning-cta.aqua h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
    background-color: #1faabf;
}

#course-2 .tools-links h2 {
    margin: 25px 0 5px 0;
    font-size: 20px;
}

#course-2 .tools-links h2 a {}

#course-2 .tools-links h2 span {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 3px;
    background: transparent url(../bg-tools-link-arrow.html) no-repeat bottom right;
}

#course-2 .tools-links p {
    margin-top: 0;
    font-size: 12px;
}

#course-2 .tools-links .green {
    background: none !important;
}

#course-2 .tools-links .green h2 a {
    color: #80B600;
}

#course-2 .tools-links .green h2 span {
    background-color: #80B600;
}

#course-2 .tools-links .ruby h2 a {
    color: #BE1E2D;
}

#course-2 .tools-links .ruby h2 span {
    background-color: #BE1E2D;
}

#course-2 .tools-links .aqua h2 a {
    color: #1faabf;
}

#course-2 .tools-links .aqua h2 span {
    background-color: #1faabf;
}

#course-2 .tools-links .purple h2 a {
    color: #7F3F98 !important;
}

#course-2 .tools-links .purple h2 span {
    background-color: #7F3F98;
}

#course-2 .tools-links .orange {
    margin-right: 6%;
}

#course-2 .tools-links .orange h2 a {
    color: #F7941E !important;
}

#course-2 .tools-links .orange h2 span {
    background-color: #F7941E;
}

#course-2 .tools {
    padding-top: 30px;
    padding-bottom: 30px;
}

#course-2 .tools h2+p {
    font-size: 14px;
}

#course-2 .tools h3+p {
    font-size: 14px;
    line-height: 20px;
}

#course-2 .tools a {
    font-size: 14px;
}

#course-2 .tools .top {
    position: relative;
    padding-left: 20px;
}

#course-2 .tools .top span {
    position: absolute;
    left: 0;
    top: 1px;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
    background: transparent url(../bg-tools-up-arrow.html) no-repeat top left;
}

#course-2 .testimonials {
    border: none !important;
    margin: 0;
    padding: 0;
}

#course-2 #learning-outcomes {
    padding-top: 0px !important;
    padding-bottom: 20px;
}

#course-2 #learning-outcomes h2,
#course-2 #learning-outcomes h3 {
    color: #74a600;
    color: black;
    margin-top: 5px;
    margin-bottom: 15px;
}

#course-2 #learning-outcomes h2 a,
#course-2 #learning-outcomes h3 a {
    color: #80B600;
    font-size: 15px;
}

#course-2 #learning-outcomes ul li {
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 2px 21px;
    background: url(../png/tick-cat.png) no-repeat left;
    background-size: 16px;
    font-size: 14px;
    line-height: 16px !important;
}

#course-2 #learning-outcomes hr {
    border-color: #bbde6b;
}

#course-2 #learning-outcomes .top span {
    background-color: #80B600;
}

#course-2 #learning-outcomes .example-clients,
#course-2 #learning-outcomes .testimonials {
    margin: 20px;
    margin-top: none;
}

#course-2 #learning-outcomes .example-clients h3,
#course-2 #learning-outcomes .testimonials h3 {
    color: black;
    margin-bottom: 15px;
}

#course-2 #learning-outcomes td {
    font-size: 14px;
    color: black;
}

#course-2 #learning-outcomes .example-clients li {
    display: inline;
    font-weight: bold;
    line-height: 1.7em;
    color: #777;
}

#course-2 #learning-outcomes .example-clients li:after {
    content: " | ";
    font-weight: normal;
}

#course-2 #learning-outcomes .example-clients li:last-child:after {
    content: "";
}

#course-2 #course-outline {
    padding-top: 0px !important;
}

#course-2 #course-outline h2,
#course-2 #course-outline h3 {
    color: #80B600;
}

#course-2 #course-outline h2 a,
#course-2 #course-outline h3 a {
    color: #80B600;
    font-size: 15px;
}

#course-2 #course-outline h2 small a {
    color: #11639D;
}

#course-2 #course-outline hr {
    border-color: #80B600;
}

#course-2 #course-outline ul li {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 0px;
}

#course-2 #course-outline td {
    font-size: 14px;
    color: black;
}

#course-2 #course-outline .top span {
    background-color: #80B600;
}

#course-2 #in-house-training {
    border-top: 3px solid #ebb5fd;
}

#course-2 #in-house-training h2,
#course-2 #in-house-training h3 {
    color: #7F3F98;
}

#course-2 #in-house-training h2 a,
#course-2 #in-house-training h3 a {
    color: #7F3F98;
    font-size: 15px;
}

#course-2 #in-house-training hr {
    border-color: #f4d4ff;
}

#course-2 #in-house-training .top span {
    background-color: #ebb5fd;
}

#course-2 .in-house-benefits h2,
#course-2 .in-house-benefits h3,
#course-2 .in-house-benefits p {
    color: black;
}

#course-2 .in-house-benefits img {
    margin: 20px 0px;
}

#course-2 #public-classes {
    border-top: 3px solid #ffdcb2;
}

#course-2 #public-classes h2,
#course-2 #public-classes h3 {
    color: #F7941E;
}

#course-2 #public-classes h2 a,
#course-2 #public-classes h3 a {
    font-size: 15px;
    color: #F7941E;
}

#course-2 #public-classes hr {
    border-color: #F7941E;
}

#course-2 #public-classes .top span {
    background-color: #F7941E;
}

#course-2 #public-classes h3 {
    margin-bottom: 20px;
}

#course-2 #public-classes .faq {
    margin-right: 20px !important;
}

#course-2 #public-classes .faq h4 {
    font-size: 14px;
}

#course-2 #public-classes .vcard {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    color: black;
}

#course-2 #public-classes .vcard .locality {
    margin-bottom: 3px;
}

#course-2 #eLearning {
    border-top: 3px solid #1faabf;
}

#course-2 #eLearning h2,
#course-2 #eLearning h3 {
    color: #1faabf;
}

#course-2 #eLearning h2 a,
#course-2 #eLearning h3 a {
    font-size: 15px;
    color: #1faabf;
}

#course-2 #eLearning hr {
    border-color: #1faabf;
}

#course-2 #eLearning .top span {
    background-color: #1faabf;
}

#course-2 .additional-services {
    padding-top: 20px;
    padding-bottom: 10px;
}

#course-2 #search-for-training {
    background: #f8f8f8 url(../divider.html) repeat-x bottom left;
}

#course-2 #search-for-training h2 {
    color: black;
    font-family: "arial", sans-serif !important;
    font-size: 25px;
    margin: 0;
    display: inline;
    float: left;
    line-height: 45px;
}

#course-2 #search-for-training div#___gcse_0 {
    margin-left: 90px;
    padding: 0;
}

#course-2 #search-for-training .gsc-input {
    background-color: transparent !important;
}

#course-2 h2 {
    color: #555;
}

#course-2 h3 {
    margin-bottom: 5px;
    color: black;
    font-size: 1.2em;
}

#course-2 .moduletablelatest-news {
    border: none;
}

#course-2 .moduletablelatest-news td {
    padding: 5px 0;
}

#course-2 .moduletablelatest-news ul {
    list-style-type: disc;
    margin-left: 20px;
}

.var-3 #inhouse-cta {
    margin-top: 0 !important;
}

.bg-soft-skills {
    background: #ffffff url(../bg-pd-short-courses.html) no-repeat bottom right !important;
}

.bg-it-skills {
    background: #ffffff url(../bg-ms-short-courses.html) no-repeat bottom right !important;
}

.bg-development-programs {
    background: #ffffff url(../bg-development-programs.html) no-repeat bottom right !important;
}

.bg-leading-dimensions {
    background: #ffffff url(../bg-leading-dimensions.html) no-repeat bottom right !important;
}

.bg-six-sigma {
    background: #ffffff url(../bg-six-sigma.html) no-repeat bottom right !important;
}

.bg-fish-courses {
    background: #ffffff url(../bg-fish-courses.html) no-repeat bottom right !important;
}

.bg-elearning {
    background: #ffffff url(../png/bg-elearning.png) no-repeat bottom right !important;
}

.bg-room-hire {
    background: #ffffff url(../bg-room-hire.html) no-repeat bottom right !important;
}

.bg-benchmark-b {
    background: #ffffff url(../bg-benchmark-b.html) no-repeat bottom right !important;
}

.bg-industry-leader {
    background: #ffffff url(../bg-industry-leader.html) no-repeat bottom right !important;
}

.bg-about-us {
    background: #ffffff url(../bg-about-us.html) no-repeat bottom right !important;
}

.testimonials {
    margin: 20px 0 20px 0;
    padding: 15px;
    background-color: white;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
}

.testimonials h3 {
    margin-bottom: 10px !important;
}

.testimonials .lof-main-item {
    position: relative;
    background-color: white;
}

.testimonials .balloon {
    border: 1px solid #DDD;
    margin: 10px;
    padding: 10px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 0;
}

.testimonials .balloon p {
    margin: none;
    padding: none;
}

.testimonials .tri {
    padding: 0px 30px 0 0;
    height: 28px;
    z-index: 41;
    margin: -1px 0 0 0;
    background: url(../tri.html) right top no-repeat;
}

.testimonials .tri+p {
    margin: 0;
    font-weight: bold !important;
}

.testimonials .lof-inner>p {
    padding-right: 20px;
    text-align: right;
}

.module {
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
}

.module p {
    margin: 15px 0 !important;
}

.module.latestnews {
    margin-top: 0 !important;
}

.module.in-house-cta {
    margin-right: 20px !important;
}

div.title {
    padding: 10px 0 10px 0 !important;
    margin: 0 !important;
    background: #dfedbf url(../bg-title-generic.html) repeat-x bottom left;
}

div.title h1 {
    color: #444 !important;
}

div.title h2 {
    color: white;
    font-weight: bold;
}

.benefits {}

.benefits .points {
    padding: 35px 0 0 20px;
}

.benefits h3 {
    font-size: 22px;
}

.benefits ul li {
    margin: 0px 0px 0px 10px;
    padding: 0px 0px 10px 36px !important;
    background-size: 16px;
    background: url(../png/tick-cat.png) no-repeat left;
    font-weight: normal !important;
    font-size: 14px;
}

p.small {
    font-size: 12px !important;
}

.tablecenter {
    display: table;
}

.tablecell {
    display: table-cell;
    vertical-align: middle;
}

#wheel {
    background-color: white;
    height: 650px;
}

#wheel h2 {
    margin-bottom: 40px !important;
    font-size: 30px !important;
}

#wheel .steptext div {
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#wheel .steptext div p {
    margin: 15px 0 !important;
}

#wheel .steptext div.latestnews {
    margin-top: 0 !important;
}

#wheel .steptext div.in-house-cta {
    margin-right: 20px !important;
}

#wheel .steptext .step-1 {
    background-color: #ffdbe1;
}

#wheel .steptext .step-2 {
    background-color: #f0fff3;
}

#wheel .steptext .step-3 {
    background-color: #fffff0;
}

#wheel .steptext .step-4 {
    background-color: #fcf0ff;
}

#wheel .steptext .step-5 {
    background-color: #f0faff;
}

#wheel .steptext .step-6 {
    background-color: #efefef;
}

#wheel .steplabels .step {
    position: absolute;
    font-size: 16px;
    display: table;
    line-height: 20px;
}

#wheel .steplabels .step a {
    display: table-cell;
    margin: 0 auto;
    width: 100%;
    color: white;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
}

#wheel .steplabels .step-1 {
    width: 250px;
    height: 152px;
    left: 118px;
    top: 2px;
}

#wheel .steplabels .step-1 div {
    margin-left: 40px;
}

#wheel .steplabels .step-1:hover {
    background: transparent url(../ww-step1.html) no-repeat 0px 0px;
}

#wheel .steplabels .step-2 {
    width: 200px;
    height: 255px;
    left: 315px;
    top: 31px;
}

#wheel .steplabels .step-2 div {
    margin-left: 20px;
}

#wheel .steplabels .step-2:hover {
    background: transparent url(../ww-step2.html) no-repeat 0px 0px;
}

#wheel .steplabels .step-3 {
    width: 189px;
    height: 220px;
    left: 322px;
    top: 247px;
}

#wheel .steplabels .step-3 a {
    color: black;
}

#wheel .steplabels .step-3:hover {
    background: transparent url(../ww-step3.html) no-repeat 0px 0px;
}

#wheel .steplabels .step-4 {
    width: 247px;
    height: 151px;
    left: 144px;
    top: 361px;
}

#wheel .steplabels .step-4 div {
    margin-left: -50px;
}

#wheel .steplabels .step-4:hover {
    background: transparent url(../ww-step4.html) no-repeat 0px 0px;
}

#wheel .steplabels .step-5 {
    width: 199px;
    height: 251px;
    left: 2px;
    top: 232px;
}

#wheel .steplabels .step-5 div {
    margin-top: -50px;
    margin-left: -30px;
}

#wheel .steplabels .step-5:hover {
    background: transparent url(../ww-step5.html) no-repeat 0px 0px;
}

#wheel .steplabels .step-6 {
    width: 187px;
    height: 221px;
    left: 1px;
    top: 49px;
}

#wheel .steplabels .step-6 div {
    margin-top: -30px;
    margin-left: 10px;
}

#wheel .steplabels .step-6 a {
    color: black;
}

#wheel .steplabels .step-6:hover {
    background: transparent url(../ww-step6.html) no-repeat 0px 0px;
}

.vcard {
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 15px;
}

.vcard .org,
.vcard .fn {
    display: none;
}

.vcard .locality {
    font-weight: bold;
}

.vcard span.locality {
    font-weight: normal;
}

#category .searchtitle {
    color: #80B600 !important;
}

#category #submenu {
    background-color: #fbfbfb;
}

#category .tabnavouter {
    margin-top: 60px;
    border-bottom: 3px solid #CCC;
}

#category .tabnavouter .tabnav {
    display: table;
    margin: 0 auto;
}

#category .tabnavouter .tabnav .nice {
    margin-left: 0 !important;
    display: table;
    margin: 0 auto;
}

#category .tabnavouter h2.options,
#category .tabnavouter h2.view {
    position: absolute;
    right: 220px;
    top: 15px;
    font-size: 16px;
    display: inline-block !important;
}

#category .tabnavouter h2.options:before,
#category .tabnavouter h2.view:before {
    top: 15px;
    right: 4px;
    position: relative;
    display: inline-block;
    content: "";
    width: 28px;
    height: 23px;
    background: transparent url(../bg-quote-arrow-left.html) no-repeat;
}

#category .tabnavouter h2.options:after,
#category .tabnavouter h2.view:after {
    top: 15px;
    left: 4px;
    position: relative;
    display: inline-block;
    content: "";
    width: 28px;
    height: 23px;
    background: transparent url(../bg-quote-arrow-right.html) no-repeat;
}

#category .tabnavouter h2.view {
    left: 198px;
}

#category .tabnavouter .nice.tabs {
    border-bottom: none;
    margin: 0 0 0 15px !important;
    height: 48px;
}

#category .tabnavouter .nice.tabs dd.sort {
    margin: 0 4px;
    padding: 10px 0px 0px 35px;
    font-size: 14px !important;
    font-weight: bold;
    text-align: right;
}

#category .tabnavouter .nice.tabs dd.spacer {
    width: 100px !important;
}

#category .tabnavouter .nice.tabs dd a {
    margin: 0 4px;
    padding: 11px 40px 11px 15px !important;
    border: none;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #888;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px !important;
    font-size: 1.5rem;
    background: #888888 url(../bg-tabs-chevron-light-down.html) no-repeat 95% center;
}

#category .tabnavouter .nice.tabs dd a.active {
    border: none;
    position: relative;
    padding: 11px 40px 11px 15px !important;
    border: none !important;
    margin: 2px 4px !important;
    -webkit-border-radius: 15px 15px 0 0 !important;
    -moz-border-radius: 15px 15px 0 0 !important;
    border-radius: 15px 15px 0 0 !important;
    color: white;
    font-weight: bold;
    text-align: left !important;
    background: #6b9100 url(../bg-tabs-chevron-white-down.html) no-repeat 95% center;
}

#category .tabnavouter .nice.tabs-content {
    border: solid 3px #CCC;
    background-color: white;
    padding: 30px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#category .tabnavouter .nice.tabs-content>li {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

#category .tabnavouter .nice.tabs-content th:first-child {
    width: 230px;
}

#category .tabnavouter .nice.tabs-content tr td:first-child {
    width: 230px;
}

#category .nice.tabs dd a {
    background-color: #f1f1f1;
    color: black;
}

#category .nice.tabs dd a.active {
    background-color: white;
    border-color: #f1f1f1;
}

#category .nice.tabs-content {
    border: solid 3px #f1f1f1;
}

#category #one-hour .module {
    border: 2px solid #DDD !important;
}

#category .default {
    height: 30px;
}

#category .default .sub-nav {
    margin: 10px 0 0 20px;
}

#category .default .scrollmenu {
    display: none;
}

#category .categorylinks {
    background-color: #EFEFEF;
}

#category .course-info {
    margin-bottom: 0px;
}

#category .course-info span {
    font-size: 12px;
    margin-bottom: 10px;
    color: black;
    padding-top: 6px;
}

#category .course-info ul {
    margin-left: 0;
    margin-bottom: 10px;
}

#category .course-info li {
    font-size: 12px;
    color: black;
    display: inline;
    padding: 2px 5px;
    padding-left: 18px;
    margin-left: 5px;
    line-height: 32px;
}

#category .course-info li:first-child {
    margin-left: 0px;
}

#category .course-info .price {
    margin-left: 5px;
}

#category .course-info .price span {
    font-size: 16px;
    color: black;
}

#category .course-info .traininglocation {
    background: transparent url(../bg-location.html) no-repeat top left;
}

#category .course-info .duration {
    background: transparent url(../bg-duration.html) no-repeat top left;
}

#category .course-info .lunch {
    background: transparent url(../bg-lunch.html) no-repeat top left;
}

#category #Public-Schedule table {
    width: 100%;
}

#category .getstarted {
    position: absolute;
    left: -240px;
    bottom: 20px;
    font-size: 24px;
    line-height: 24px;
    color: #d41f1f;
}

#category .getstarted .glyph {
    font-size: 20px;
}

#category .testimonials {
    margin-right: 20px;
}

#category #Principles {
    background: #ffffff url(../bg-benefits.html) no-repeat top center;
}

#category #Principles .red.button {
    background-color: #d4282b !important;
}

#category #Principles .red.button:hover,
#category #Principles .red.button:focus {
    background-color: #a01217 !important;
}

#category #filter,
#category #Schedulefilter,
#category #groupfilter,
#category #PublicSchedulefilter {
    padding: 3px;
    color: #666;
    font-size: 18px;
    background: #ffffff url(../magnifying-glass.html) no-repeat center right;
}

#category .catitem {
    text-align: left;
    height: 100px;
    background-color: white;
}

#category a.catimage {
    display: block;
    float: left;
    width: 79px;
    margin-top: 5px;
    height: 60px;
    line-height: 63px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#category a.catimage img {
    position: absolute;
    bottom: -30px;
    left: 0px;
    margin-left: 5px;
}

#category .catlink {
    display: block;
    float: right;
    width: 56%;
    margin-top: 4px;
    margin-right: 5px;
    margin-left: 64px;
    margin-left: 5px;
    color: black;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.2em;
}

#category #Methodology #In-House-Training,
#category #Methodology #Public-Classes {
    margin-right: 20px;
    margin-top: 20px;
    padding: 10px;
}

#category #Methodology #In-House-Training>h4,
#category #Methodology #Public-Classes>h4 {
    border-bottom: 1px solid #80b600;
}

#category #Methodology .accordion-header,
#category #Methodology inactive-header {
    border-bottom: 1px solid #BBB !important;
}

#category #Methodology dl.tabs dd a {
    height: 77px;
}

#category #Methodology dl.tabs dd a.active {
    height: 80px;
}

#category #Methodology dl.tabs dd a p {
    font-size: 13px;
}

#category .fixed {
    font-size: 18px;
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: -5px;
    left: 0;
    box-shadow: 0 0 40px #222;
    -webkit-box-shadow: 0 0 40px #222;
    -moz-box-shadow: 0 0 40px #222;
    background: #fbfbfb url(../bg-category.html) no-repeat bottom center;
}

#category .fixed .sub-nav {
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

#category .fixed .topscroll {
    position: absolute;
    top: 15px;
    right: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #888;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    line-height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #80B600;
}

#category .title {
    background-color: #bfda7f;
    padding: 10px 0 10px 0 !important;
    margin: 0 !important;
    background: none;
    background-color: white !important;
}

#category .title h1 {
    color: black !important;
}

#category .title h2 {
    color: white;
    font-weight: bold;
    font-style: italic;
}

#category .benefits {
    background: #eeeeee url(../bg-benefits-2.html) no-repeat top center;
}

#category .benefits .points li {
    padding: 35px 0 0 20px;
    margin: 0px 0px 0px 10px;
    padding: 10px 0px 10px 36px;
    background: url(../png/tick-cat.png) no-repeat left;
    font-weight: bold;
    font-size: 14px;
}

#category .benefits h3 {
    font-size: 22px;
}

#category .clientlogos {
    background-color: white !important;
}

#category .clients {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 20px !important;
    background-color: #CCC;
}

#category .clients p {
    color: white;
    font-weight: bold;
}

#category #Public-Schedule {
    background: #fafafa url(../bg-info.html) repeat-x top center;
}

#category #content,
#category .catcourses {
    background: #ffffff url(../bg-info-50.html) repeat-x top center;
}

#category #certification h2 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 28px;
    line-height: 120px;
}

#category #courses-section {
    top: 50px;
}

#category #courses-section h2,
#category #courses-section h3,
#category #courses-section p,
#category #courses-section a,
#category #courses-section ul {
    color: white;
}

#category .click {
    border-bottom: none;
    margin: 0;
    height: 63px;
}

#category .click h3 {
    margin-bottom: 5px;
    font-size: 18px;
}

#category .click p {
    margin-bottom: 10px;
    font-size: 14px;
}

#category .nice.tabs {}

#category .training-options>ul>li {
    border: 3px solid #9bd515;
    background-color: #eff9d7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#category .close {
    position: absolute;
    top: 40px;
    right: 40px;
    background: #dddddd url(../back.html) no-repeat 4px center;
    border: 1px solid #999;
    padding: 3px 5px 3px 25px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-decoration: none;
    color: black;
}

#category .close:hover {
    background-color: #BBB;
}

#category .catcourses {
    padding: 20px !important;
}

#category .catcourses h2 {
    margin-bottom: 20px;
    font-size: 25px;
}

#category .catcourses h3 {
    padding: 5px 0px 5px 10px;
    background-color: #DDD;
    text-align: center;
}

#category .catcourses .courselink {
    margin: 10px 0px;
    padding: 5px;
    background-color: white;
    text-align: center;
}

#category .catcourses .courselink img {
    clear: right;
    margin: 5px;
}

#category .catcourses .courselink h4 {
    font-size: 12px;
}

#category .narrow .catitem {
    text-align: left;
    height: 135px !important;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background-color: white;
}

#category .narrow a.catimage {
    display: block;
    width: 79px;
    margin-top: 5px;
    height: 60px;
    line-height: 63px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#category .narrow a.catimage img {
    position: absolute;
    bottom: -30px;
    left: 0px;
    margin-left: 5px;
}

#category .narrow .catlink {
    display: block;
    float: none;
    width: 79px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
    color: #666;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2em;
}

#category .it.narrow .catitem {
    height: 145px !important;
}

#course h1 {
    font-size: 20px;
}

#course p {
    font-size: 14px;
    line-height: 1.1em;
}

#course .pdf {
    background: transparent url(../png/pdf.png) no-repeat top left;
    padding: 1px 0 3px 18px;
}

#course .description p {
    font-size: 15px;
    line-height: 1.4em !important;
}

#course .quote {
    margin-top: 20px;
    border: 1px solid #DDD;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #fafafa;
}

#course .quote h4 {
    margin-bottom: 15px;
    font-size: 14px;
}

#course .quote .phonenumber {
    margin-bottom: 15px;
    font-size: 14px;
}

#course .button {
    padding: 9px 14px 11px;
}

#course li {
    margin-bottom: 0px;
    padding-left: 20px;
    background: url(../png/circle.png) no-repeat 4px 4px;
}

#course ul.disc {
    list-style: none !important;
}

#course .course-tabs {
    margin-top: 20px;
}

#course .course-image {
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: center;
}

#course .course-image hr {
    margin-bottom: 25px;
    border: none;
}

#course .course-image .pdfdownload {
    margin-bottom: 15px;
}

#course .details {
    background-color: white;
    background: #ffffff url(../png/love_the_pd_training.png) no-repeat top right;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
    margin-bottom: 20px;
}

#course .why-choose-us {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
}

#course .example-clients {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
}

#course .testimonial {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 20px !important;
    background-color: #EEE;
}

#course .why-choose {
    background-color: #FBFBFB;
    margin-bottom: 0 !important;
}

#course .why-choose .points {
    margin-left: 50px;
}

#course .why-choose .points li {
    font-weight: normal !important;
    background-size: 16px 16px !important;
    padding-left: 25px !important;
}

#course .why-choose .points strong {
    text-align: left !important;
    display: inline !important;
}

#course .why-choose p {
    margin-left: 50px !important;
}

#course .divTestimonials {
    margin-top: 40px;
}

#course .divTestimonials .box {
    width: 450px;
}

#course .divTestimonials .box .item {
    font-size: 14px !important;
    line-height: 20px;
    padding: 10px 30px 10px 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 10px;
}

#course .divTestimonials .box .item strong {
    margin-top: 8px;
    text-align: left;
    display: block;
}

#course .outline {
    padding: 0;
}

#course .outline table {
    width: 100%;
}

#course .outline table td {
    width: 50%;
}

#course #ScheduleTab table {
    width: 100%;
}

#course #ScheduleTab table p {
    margin: 3px 0 3px 0;
}

#course .accordion dd:first-child img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

#course .breadcrumbs li {
    padding-right: 5px;
    padding-left: 10px;
    background: none !important;
}

#course .testimonials {
    margin: 0;
}

.course-var2 .module-title {
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 1px 15px 10px 15px !important;
    border: none;
}

.course-var2 .module-title p {
    margin: 15px 0 !important;
}

.course-var2 .module-title.latestnews {
    margin-top: 0 !important;
}

.course-var2 .module-title.in-house-cta {
    margin-right: 20px !important;
}

.course-var2 .module-small {
    margin: 20px 0 20px 0 !important;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    padding: 0 5px !important;
}

.course-var2 .module-small p {
    margin: 15px 0 !important;
}

.course-var2 .module-small.latestnews {
    margin-top: 0 !important;
}

.course-var2 .module-small.in-house-cta {
    margin-right: 20px !important;
}

.course-var2 .module-small small {
    font-size: 11px;
}

.course-var2 .description p {
    font-size: 18px !important;
}

.course-var4 .button.full-width {
    width: 100% !important;
}

.course-var4 p {
    line-height: 1.4em !important;
}

.course-var4 .nice.tabs {
    border-bottom: none;
    margin: 0 0 0 15px;
    height: 48px;
}

.course-var4 .nice.tabs dd a {
    margin: 0 4px;
    padding: 11px 40px 11px 15px !important;
    border: none;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #888;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px !important;
    font-size: 1.5rem;
    background: #709800 url(../bg-tabs-chevron-light-down.html) no-repeat 95% center;
}

.course-var4 .nice.tabs dd a.active {
    position: relative;
    top: -22px;
    padding: 15px 40px 15px 15px !important;
    margin: 9px 3px;
    border-top: 3px solid #CCC;
    border-right: 1px solid #eee;
    border-right: 3px solid #CCC;
    border-bottom: 1px solid #defb88;
    border-left: 1px solid #eee;
    border-left: 3px solid #CCC;
    -webkit-border-radius: 15px 15px 0 0 !important;
    -moz-border-radius: 15px 15px 0 0 !important;
    border-radius: 15px 15px 0 0 !important;
    background: #fff;
    color: #333;
    font-weight: bold;
    text-align: left !important;
    background: #f8ffe3 url(../bg-tabs-chevron-down.html) no-repeat 93% center;
}

.course-var4 .nice.tabs-content {
    border: solid 3px #CCC;
    background-color: white;
    padding: 30px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.course-var4 .nice.tabs-content>li {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.course-var4 .nice.tabs-content th:first-child {
    width: 230px;
}

.course-var4 .nice.tabs-content tr td:first-child {
    width: 230px;
}

.course-var4 #Outcomes .passive {
    background-color: #f3f7eb;
}

.course-var4 #Outcomes .benefits h2 {
    font-size: 18px;
    color: #222;
    margin-bottom: 0;
}

.course-var4 #Outcomes .benefits li {
    padding-left: 18px !important;
    font-weight: normal;
    line-height: 14px;
    padding-bottom: 0;
}

.course-var4 #In-House h2 {
    text-align: center;
}

.course-var4 #In-House h3 {
    font-size: 16px;
}

.course-var4 #In-House img {
    margin-bottom: 20px;
}

.course-var4 #In-House h2+h3 {
    margin-bottom: 30px;
    font-size: 18px !important;
}

.course-var4 .quote {
    margin-top: 0 !important;
    padding-top: 0 !important;
    background-color: white !important;
    border: none !important;
}

.course-var4 .quote h2 {
    display: relative;
    font-size: 16px;
    display: inline-block !important;
}

.course-var4 .quote h2:before {
    top: 15px;
    right: 4px;
    position: relative;
    display: inline-block;
    content: "";
    width: 28px;
    height: 23px;
    background: transparent url(../bg-quote-arrow-left.html) no-repeat;
}

.course-var4 .quote h2:after {
    top: 15px;
    left: 4px;
    position: relative;
    display: inline-block;
    content: "";
    width: 28px;
    height: 23px;
    background: transparent url(../bg-quote-arrow-right.html) no-repeat;
}

.course-var4 .quote p {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    line-height: 15px !important;
}

.course-var4 .quote .button.green {
    background-color: #709800 !important;
    font-size: 14px;
    border-radius: 8px;
}

.course-var4 .quote .button.red {
    background-color: #eb0000 !important;
    font-size: 14px;
    border-radius: 8px;
}

.course-var4 .quote .in-house,
.course-var4 .quote .public-classes {
    border: 1px solid #DDD !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px !important;
    background-color: #f7f7f7;
    padding-bottom: 0px !important;
}

.course-var4 .quote .in-house {
    position: relative;
}

.course-var4 .quote .in-house .arrow {
    position: absolute;
    bottom: -14px;
    left: 45%;
    background: transparent url(../bg-cta-arrow-up.html) no-repeat top center;
    height: 19px;
    width: 26px;
}

.course-var4 .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background-color: #DDD;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    line-height: 16px;
    color: #555;
}

.course-var4 .close:hover {
    background-color: black;
    color: white;
}

.course-var4 .back {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background-color: #DDD;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    line-height: 16px;
    color: #555;
}

.course-var4 .back:hover {
    background-color: black;
    color: white;
}

.course-var4 .location {
    position: relative;
    border: 3px solid #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.course-var4 .location #closelocation {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background-color: #DDD;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    line-height: 16px;
    color: #555;
}

.course-var4 .location #closelocation:hover {
    background-color: black;
    color: white;
}

.course-var4 .location .arrow {
    background: transparent url(../bg-cta-arrow-down.html) no-repeat 56px 0px;
    height: 19px;
}

.course-var4 .location h2 {
    font-size: 16px;
    margin-bottom: 5px !important;
}

.course-var4 .location p {
    margin-top: 0px !important;
    padding-top: 0px;
    font-size: 12px !important;
}

.course-var4 .location table {
    margin-left: 20px;
    margin-bottom: 5px;
}

.course-var4 .location table td {
    padding: 4px 0px 4px 10px;
}

.course-var4 .location table tr td:first-child {
    padding-right: 10px !important;
    border-right: 1px solid #DDD;
    text-align: right !important;
}

.course-var4 .date {
    position: relative;
    border: 3px solid #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 10px !important;
    padding-bottom: 0px !important;
}

.course-var4 .date h2 {
    font-size: 16px;
    margin-bottom: 2px !important;
}

.course-var4 .date p {
    margin-top: 5px;
    font-size: 12px !important;
}

.course-var4 .date h3 {
    margin-top: 10px;
    font-size: 14px;
}

.course-var4 .date h4 {
    font-size: 12px;
    font-weight: normal;
}

.course-var4 .date h4 small {
    color: black;
    font-size: 12px;
}

.course-var4 .date #closelocation {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    background-color: #DDD;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    line-height: 16px;
    color: #555;
}

.course-var4 .date #closelocation:hover {
    background-color: black;
    color: white;
}

.course-var4 .date .arrow {
    background: transparent url(../bg-cta-arrow-down.html) no-repeat 35px 0px;
    height: 19px;
}

.course-var4 .date .course-info li {
    font-size: 12px !important;
    background-image: none !important;
    margin-bottom: 9px !important;
}

.course-var4 .date .course-info li:first-child {
    padding-left: 0;
}

.course-var4 .date .course-info .price {
    background: transparent url(../bg-coin.html) no-repeat top left !important;
    margin-left: 0px;
}

.course-var4 .date .course-info .price span {
    font-size: 12px !important;
    color: black;
}

.course-var4 .date .course-info .duration {
    background: transparent url(../bg-duration.html) no-repeat top left !important;
}

.course-var4 .date .course-info .lunch {
    background: transparent url(../bg-lunch.html) no-repeat top left !important;
}

.course-var4 .date .course-info #address-label {
    background: transparent url(../bg-location.html) no-repeat top left !important;
}

.course-var4 .date table {
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}

.course-var4 .date table td {
    padding: 6px 0px 6px 10px;
}

.course-var4 .date table td:last-child {
    font-weight: bold;
}

.course-var4 .date table tr td:first-child {
    padding-right: 10px !important;
    text-align: center !important;
}

.course-var4 .date table tr td:last-child span {
    background: transparent url(../bg-tag.html) no-repeat left center;
}

.course-var4 .date table span {
    padding: 2px 4px 2px 12px;
    display: block;
}

.course-var4 .date table .Confirmed td {
    color: white;
}

.course-var4 .date table .Confirmed td a {
    color: #d57300;
    font-weight: bold;
}

.course-var4 .date table .Confirmed td:last-child span {
    background-color: #d68503;
}

.course-var4 .date table .Scheduled td {
    color: white;
    text-decoration: none;
}

.course-var4 .date table .Scheduled td a {
    font-weight: bold;
    color: #547900;
}

.course-var4 .date table .Scheduled td:last-child span {
    background-color: #547800;
}

.course-var4 .date table .Cancelled td {
    color: white;
    text-decoration: none;
}

.course-var4 .date table .Cancelled td a {
    color: #ec1c23;
    text-decoration: none;
}

.course-var4 .date table .Cancelled td:last-child span {
    background-color: #ec1c23;
}

.quote.var5 {
    border: none !important;
    background-color: transparent !important;
    padding: 0px !important;
}

.quote.var5 h3 {
    margin-bottom: 7px;
    font-size: 14px;
}

.quote.var5 .button.green {
    background-color: #709800 !important;
    font-size: 14px;
    border-radius: 8px;
}

.quote.var5 .button.green:hover {
    background-color: #496400 !important;
}

.quote.var5 .button.white {
    background-color: #EEE !important;
    font-size: 14px;
    border-radius: 8px;
}

.quote.var5 .button.white:hover {
    border: 1px solid #4a6b2d;
    background-color: #709800 !important;
    color: white;
}

.quote.var5 .button {
    padding: 10px 8px !important;
    font-size: 15px !important;
    display: block;
}

.fish .nav-bar,
.fish .nav-bar li {
    background: #79288c !important;
    border-right: 1px solid #581068;
    border-left: 1px solid #9739ac;
}

.fish .nav-bar:last-child,
.fish .nav-bar li:last-child {
    border-right: none;
}

.fish .nav-bar:first-child,
.fish .nav-bar li:first-child {
    border-left: none;
}

.fish .nav-bar>li>a:hover {
    background: none !important;
    background-color: #581068 !important;
}

.fish .quote.var5 {
    padding: 10px !important;
    background-color: #fafafa !important;
}

.fish .quote.var5 .button {
    font-size: 12px !important;
}

.six-sigma #category .title {
    background: #ffffff url(../bg-category.html) no-repeat bottom center !important;
}

.six-sigma #category .title h2 {
    color: #80b600 !important;
    font-weight: bold;
    font-style: italic;
}

.points li {
    margin: 0px 0px 0px 10px !important;
    padding: 0px 0px 10px 36px !important;
    background: url(../png/tick-cat.png) no-repeat left !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.fish #course {
    border-top: 1px solid #9f4eb2;
    margin: 0;
    background: #79288c url(../bg-course-fish.html) repeat top left;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.fish #course .ui-widget-overlay {
    background-color: #79288c;
}

.fish #course .courseheading {
    color: white;
}

.fish #course .courseheading a {
    color: white;
}

.fish #course .courseheading a.green {
    color: white;
}

.fish #course .courseheading h1 {
    color: white !important;
    font-size: 28px;
}

.fish #course .courseheading p {
    font-size: 14px;
    color: white !important;
}

.fish #course .quote {
    color: black;
}

.fish #course .quote a {
    color: black;
}

.fish #course .nice.tabs dd a {
    background-color: #c175d2;
}

.fish #course .nice.tabs dd a.active {
    background-color: white;
}

.fish #cta {}

.fish #category .nav-bar li {
    background-color: #79288c !important;
}

.fish #category .title {
    background-color: #EEE;
    padding: 10px 0 10px 0 !important;
    margin: 0 !important;
    height: 144px;
    background: #ffffff url(../bg-title-fish.html) no-repeat top center;
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.fish #category .title h1,
.fish #category .title h2 {
    margin-left: 200px;
}

.fish #category .title h1 {
    margin: 55px 0 0 220px;
    color: white !important;
    font-size: 26px;
    font-family: "Arial Narrow", Arial, sans-serif;
}

.fish #category .title h2 {
    margin-top: 5px;
    margin-left: 220px;
    color: white;
    text-shadow: none;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

.fish #category .title a.youtube {
    position: absolute;
    top: 55px;
    right: 15px;
}

.fish #category .benefits {
    background: #ffffff url(../bg-benefits.html) no-repeat top center;
}

.fish #category .catcourses .courselink img {
    clear: right;
}

.fish #category .catcourses .courselink h4 {
    font-size: 12px;
}

dl.accordion dt {
    background-color: #f4f4f4;
    margin-bottom: 10px;
    font-size: 12px;
    border: 1px solid #DDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

dl.accordion dt.active {
    background: none;
    background-color: #f4f4f4;
    margin-bottom: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

dl.accordion dt,
dl.accordion dd {}

dl.accordion dt a,
dl.accordion dd a {
    padding-left: 10px !important;
    padding: 7px;
    display: block;
    font-weight: bold;
}

dl.accordion dd {
    padding: 10px;
    font-size: 12px;
    background-color: #fafafa;
    margin-bottom: 10px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #DDD;
    border-top: 0;
}

dl.accordion dd a {
    display: inline;
    padding: 0;
}

dl.accordion dd.active {
    border-top: 0;
}

dl.accordion dd:last-of-type {
    position: relative;
    top: -1px;
}

.nice.tabs {
    border-bottom: none;
    margin: 0 0 0 15px;
    height: 43px;
}

.nice.tabs dd a {
    margin: 0 3px;
    padding: 7px 18px 7px;
    border: none;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #888;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
}

.nice.tabs dd a.datesicon {
    padding-left: 30px;
    background: #888888 url(../bg-calendar-white-16.html) no-repeat 10px 12px;
}

.nice.tabs dd a.active {
    position: relative;
    top: -3px;
    margin: 0 3px;
    border-top: 3px solid #CCC;
    border-right: 1px solid #eee;
    border-right: 3px solid #CCC;
    border-bottom: none;
    border-left: 1px solid #eee;
    border-left: 3px solid #CCC;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: #fff;
    color: #333;
    font-weight: bold;
}

.nice.tabs dd a.active.datesicon {
    padding-left: 30px !important;
    background: #ffffff url(../bg-calendar-16.html) no-repeat 10px 12px;
}

.nice.tabs-content {
    border: solid 3px #CCC;
    background-color: white;
    padding: 30px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.nice.tabs-content>li {
    padding: 0 !important;
    border: none !important;
    background: none !important;
}

.nice.tabs-content th:first-child {
    width: 230px;
}

.nice.tabs-content tr td:first-child {
    width: 230px;
}

#Public-Schedule .tabs-content {
    padding-top: 10px !important;
}

.breadcrumb {
    margin-left: 20px !important;
    padding-top: 15px;
}

.breadcrumb.white {
    color: white !important;
}

.breadcrumb.white a {
    color: #c9dff7;
}

.programme,
.utility,
#blog {
    position: relative;
}

.programme .vertical.tabs,
.utility .vertical.tabs,
#blog .vertical.tabs {
    padding-top: 40px;
    position: absolute;
    border-bottom: none;
    left: -30px;
    width: 115px;
    background: transparent url(../dd-vertical-chisel.html) no-repeat bottom left;
    padding-bottom: 30px !important;
}

.programme .vertical.tabs .top,
.utility .vertical.tabs .top,
#blog .vertical.tabs .top,
.programme .vertical.tabs .top.active,
.utility .vertical.tabs .top.active,
#blog .vertical.tabs .top.active {
    -webkit-border-radius: 0 10px 0 0 !important;
    -moz-border-radius: 0 10px 0 0 !important;
    border-radius: 0 10px 0 0 !important;
}

.programme .vertical.tabs dd a,
.utility .vertical.tabs dd a,
#blog .vertical.tabs dd a {
    margin: 0px;
    padding: 7px 10px 5px;
    border: none;
    border-bottom: 1px solid #7aac03;
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    background: #80b600 url(../down-grad.html) repeat-x top left;
}

.programme .vertical.tabs dd a.active,
.utility .vertical.tabs dd a.active,
#blog .vertical.tabs dd a.active {
    position: relative;
    margin: 0 3px;
    border: 1px solid #EEE;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #ffffff url(../down-grad.html) repeat-x top left;
    color: #333;
    font-weight: bold;
}

.programme h1,
.utility h1,
#blog h1,
.programme h2,
.utility h2,
#blog h2,
.programme h3,
.utility h3,
#blog h3,
.programme h4,
.utility h4,
#blog h4 {
    font-family: "arial", sans-serif !important;
    border-bottom: none !important;
}

.programme h2,
.utility h2,
#blog h2 {
    padding: 30px 0 30px 0;
    margin-bottom: 0;
    text-align: center;
    background: #fbfbfb url(../png/divider.png) repeat-x bottom left;
}

.programme h3,
.utility h3,
#blog h3,
.programme h4,
.utility h4,
#blog h4 {
    color: black !important;
}

.programme ul,
.utility ul,
#blog ul {
    margin-left: 15px !important;
}

.programme ul.nice,
.utility ul.nice,
#blog ul.nice {
    margin-left: 0px !important;
}

.programme li,
.utility li,
#blog li {
    background: transparent url(../li-pushpin-black.html) no-repeat 0px 3px;
    list-style: none;
    padding-left: 20px;
    font-size: 14px;
}

.programme .yellow.highlighter,
.utility .yellow.highlighter,
#blog .yellow.highlighter {
    background-color: #f6ff88;
}

.programme .title,
.utility .title,
#blog .title {
    position: relative;
    background-color: #bfda7f;
    padding: 15px 0 10px 0 !important;
    margin: 0 !important;
    background: #ffffff url(../png/divider.png) repeat-x bottom left;
}

.programme .title h1,
.utility .title h1,
#blog .title h1 {
    color: black !important;
    font-size: 24px !important;
    text-transform: none !important;
    margin-left: 40px;
    font-weight: bold;
}

.programme .title h2,
.utility .title h2,
#blog .title h2 {
    font-size: 18px !important;
    text-transform: none !important;
    color: black !important;
    margin-left: 40px;
    background: none;
    text-align: left;
    padding: 0 0 10px 0;
}

.programme .title .cta,
.utility .title .cta,
#blog .title .cta {
    z-index: 35;
    position: absolute;
    right: 20px;
    bottom: -10px;
    color: white;
    padding: 20px;
    font-size: 15px;
    background-color: #80B600;
    background: #80b600 url(../down-grad.html) repeat-x;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.programme .title .breadcrumb,
.utility .title .breadcrumb,
#blog .title .breadcrumb {
    margin-left: 20px;
    padding-top: 0px;
}

.programme .title .breadcrumb.white,
.utility .title .breadcrumb.white,
#blog .title .breadcrumb.white {
    color: white !important;
}

.programme .title .breadcrumb.white a,
.utility .title .breadcrumb.white a,
#blog .title .breadcrumb.white a {
    color: #c9dff7;
}

.programme .section,
.utility .section,
#blog .section {
    background-color: white;
}

.programme .description p,
.utility .description p,
#blog .description p,
.programme .description li,
.utility .description li,
#blog .description li {
    font-size: 14px;
}

.programme .description img,
.utility .description img,
#blog .description img {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.programme .description img.notabsolute,
.utility .description img.notabsolute,
#blog .description img.notabsolute {
    position: relative;
    right: auto;
    bottom: auto;
}

.programme .description .marginmedium,
.utility .description .marginmedium,
#blog .description .marginmedium {
    margin-bottom: 0;
}

.programme .description .paddingsmall,
.utility .description .paddingsmall,
#blog .description .paddingsmall {
    padding-bottom: 0 !important;
}

.programme .description h2,
.utility .description h2,
#blog .description h2 {
    padding: 0px 0 10px 0;
    margin-bottom: 0;
    text-align: left;
    background: none;
}

.programme .expect,
.utility .expect,
#blog .expect {}

.programme .expect .topleft,
.utility .expect .topleft,
#blog .expect .topleft {
    padding-top: 20px;
    padding-left: 0px;
}

.programme .expect .topright,
.utility .expect .topright,
#blog .expect .topright {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-left: 1px solid #e3e3e3;
}

.programme .expect .bottomleft,
.utility .expect .bottomleft,
#blog .expect .bottomleft {
    padding-top: 20px;
    padding-left: 0px;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 20px;
}

.programme .expect .bottomright,
.utility .expect .bottomright,
#blog .expect .bottomright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-left: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    padding-left: 0px;
}

.programme .expect h4,
.utility .expect h4,
#blog .expect h4 {
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
    margin-left: 10px;
}

.programme .expect ul,
.utility .expect ul,
#blog .expect ul {
    margin-right: 80px;
    margin-left: 30px;
    margin-bottom: 0px;
    font-size: 15px;
}

.programme .expect ul li:last-child,
.utility .expect ul li:last-child,
#blog .expect ul li:last-child {
    margin-bottom: 0;
}

.programme .testimonials,
.utility .testimonials,
#blog .testimonials {
    border: none;
    font-size: 90%;
}

.programme .testimonials .balloon,
.utility .testimonials .balloon,
#blog .testimonials .balloon {
    padding: 15px !important;
}

.programme .testimonials .balloon p,
.utility .testimonials .balloon p,
#blog .testimonials .balloon p {
    margin-bottom: 0 !important;
}

.programme .needs-analysis .paddingmedium,
.utility .needs-analysis .paddingmedium,
#blog .needs-analysis .paddingmedium {
    padding-bottom: 0 !important;
}

.programme .needs-analysis .module p,
.utility .needs-analysis .module p,
#blog .needs-analysis .module p {
    margin-bottom: 0px !important;
}

.programme .needs-analysis .stretching blockquote,
.utility .needs-analysis .stretching blockquote,
#blog .needs-analysis .stretching blockquote {
    margin: 0 0 20px 20px;
    padding: 20px;
    width: 260px !important;
    float: right;
    border: 1px solid #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.programme .training,
.utility .training,
#blog .training {
    padding-bottom: 20px;
}

.programme .training .coaching,
.utility .training .coaching,
#blog .training .coaching {
    background: transparent url(../embed-change-arrow.html) no-repeat 25% -8px;
}

.programme .training .coaching h3,
.utility .training .coaching h3,
#blog .training .coaching h3 {
    margin-top: 10px;
}

.programme .training .coaching .twelve,
.utility .training .coaching .twelve,
#blog .training .coaching .twelve {
    background: transparent url(../embed-change-arrow-next.html) no-repeat 85% 90%;
}

.programme .training table,
.utility .training table,
#blog .training table {
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 0;
    margin-top: 0;
    width: 75%;
}

.programme .training table li,
.utility .training table li,
#blog .training table li {
    font-size: 12px;
    margin-bottom: 0;
}

.programme .training table th,
.utility .training table th,
#blog .training table th {
    width: 20%;
}

.programme .training table td,
.utility .training table td,
#blog .training table td {
    font-weight: bold;
}

.programme .training table th+td,
.utility .training table th+td,
#blog .training table th+td,
.programme .training table td+td,
.utility .training table td+td,
#blog .training table td+td {
    border-left: 1px solid #EEE;
    width: 15%;
}

.programme .training table th+td p,
.utility .training table th+td p,
#blog .training table th+td p,
.programme .training table td+td p,
.utility .training table td+td p,
#blog .training table td+td p {
    font-weight: bold;
    font-size: 13px;
}

.programme .training table th+td+td,
.utility .training table th+td+td,
#blog .training table th+td+td,
.programme .training table td+td+td,
.utility .training table td+td+td,
#blog .training table td+td+td {
    border-left: 1px solid #EEE;
    width: 65%;
}

.programme .training table th+td+td p,
.utility .training table th+td+td p,
#blog .training table th+td+td p,
.programme .training table td+td+td p,
.utility .training table td+td+td p,
#blog .training table td+td+td p,
.programme .training table th+td+td li,
.utility .training table th+td+td li,
#blog .training table th+td+td li,
.programme .training table td+td+td li,
.utility .training table td+td+td li,
#blog .training table td+td+td li {
    font-size: 12px;
    font-weight: normal !important;
}

.programme .redbg,
.utility .redbg,
#blog .redbg {
    background-color: #fda5a5 !important;
}

.programme .pdf,
.utility .pdf,
#blog .pdf {
    background: transparent url(../png/pdf.png) no-repeat top left;
    padding: 1px 0 3px 18px;
}

.profiling h2 {
    background: none;
}

.profiling h3 {
    font-size: 18px;
}

.profiling .accordion {}

.profiling .title img {
    margin-left: 20px !important;
    margin-top: 15px;
}

.profiling .red {
    color: #F00;
}

.profiling .benefits p {
    font-size: 14px;
}

.profiling .benefits ul.points {
    margin-top: 40px;
    padding: 0px;
    margin-left: 5px !important;
}

.profiling .benefits li {
    font-weight: bold !important;
    font-size: 13px !important;
    padding-left: 22px !important;
    margin-bottom: 7px !important;
    background-size: 16px 16px !important;
    background-position: top left !important;
}

.profiling p {
    font-size: 13px;
}

.profiling .profiles img {
    margin-right: 7px;
}

.profiling .profiles .six {
    padding-top: 15px !important;
}

.profiling .module {
    background-color: #fbffef;
    padding: 30px;
    margin-top: 0 !important;
}

.profiling .module p {
    font-size: 13px;
}

.profiling .module h2 {
    padding-top: 0px;
}

.profiling .module h4 {
    font-size: 18px;
    margin-bottom: 25px;
}

.profiling .module li {
    font-size: 12px !important;
    margin-bottom: 10px;
}

.about-us h1 {
    text-align: center !important;
}

.about-us .description {
    height: 280px;
    background: #fcfcfc url(../about-us-title-bg4.html) no-repeat bottom right;
}

.about-us .description p {
    font-size: 16px;
}

.about-us .description li {
    font-size: 15px;
}

.in-house-options h3 {
    font-size: 26px;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
}

.in-house-options .programme {
    background: #ffffff url(../jpg/in-house-training-options.jpg) no-repeat bottom right;
}

.in-house-options .programme h3 {
    font-size: 18px;
}

.in-house-options .hor-nav {
    background-color: #EEE;
}

.in-house-options ul {
    margin-right: 0px !important;
}

.talent {
    position: relative;
}

.talent .wide.title.recruitment {
    background: transparent url(../bg-title-recruitment-and-selection.html) no-repeat bottom left !important;
}

.talent .wide.title.recruitment h1,
.talent .wide.title.recruitment h2 {
    color: white !important;
    text-shadow: 1px 1px 1px #555;
}

.talent .wide.title.profiling {
    background: transparent url(../bg-title-personality-profiling-2.html) no-repeat bottom left !important;
}

.talent .wide.title.profiling h1,
.talent .wide.title.profiling h2,
.talent .wide.title.profiling h3 {
    color: white !important;
    text-shadow: 1px 1px 1px #555;
    margin-left: 0;
}

.talent .strapline {
    font-size: 14px !important;
    position: absolute;
    bottom: -165px;
    left: 230px;
    padding: 10px 10px 10px 35px;
    background: transparent url(../bg-strapline-recruitment-and-selection.html) no-repeat top left;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color: white;
}

.talent .offset.title {
    position: absolute;
    bottom: 200px;
    background: none;
}

.talent .offset.title h1,
.talent .offset.title h2,
.talent .offset.title h3,
.talent .offset.title h4 {
    color: #555 !important;
    text-shadow: 1px 1px 1px #ffffff;
    margin-left: 40px;
}

.talent .offset.title .panel {
    background: none;
    padding-left: 0;
    background-color: rgba(255, 255, 255, 0.6) !important;
}

.talent .offset.title h1 {
    font-size: 36px !important;
}

.talent .hero {
    position: relative;
    height: 583px;
    background: transparent url(../jpg/talent-management-leadership-and-coaching-reports.jpg) no-repeat bottom left;
}

.talent .hero .points {
    position: absolute;
    bottom: 0;
    background: transparent url(../bg-benefits-leadership-coaching.html) repeat-x bottom left;
}

.talent .hero .points .cta .button {
    padding: 6px !important;
    font-weight: normal;
}

.talent .hero .points .cta p {
    padding-top: 5px;
    margin-bottom: 7px;
}

.talent .hero .points .cta small {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.talent .hero .points h3,
.talent .hero .points h4 {
    margin-bottom: 4px;
    color: #333 !important;
    text-shadow: 1px 1px 1px #ffffff;
}

.talent .hero.salesprofile {
    height: 620px;
    background: transparent url(../bg-benefits-sales-profiling.html) repeat-x bottom left;
}

.talent .hero.salesprofile .title {
    background: none !important;
}

.talent .hero.salesprofile .title h1,
.talent .hero.salesprofile .title h2,
.talent .hero.salesprofile .title h3 {
    color: black !important;
    text-shadow: 1px 1px 1px #ffffff;
    margin-left: 0;
    text-align: center;
}

.talent .hero.salesprofile .cta {
    margin-top: 40px;
    margin-right: 0px;
}

.talent .hero.interview {
    height: 660px;
    background: transparent url(../bg-benefits-personal-interview-coach-2.html) repeat-x bottom left;
}

.talent .hero.interview .title {
    background: none !important;
}

.talent .hero.interview .title h1,
.talent .hero.interview .title h2,
.talent .hero.interview .title h3 {
    color: white !important;
    text-shadow: 1px 1px 1px #555;
    margin-left: 0;
    text-align: center;
}

.talent .hero.interview .cta {
    margin-top: 40px;
    margin-right: 0px;
}

.talent .benefits {
    background: transparent url(../bg-benefits-recruitment-and-selection.html) no-repeat top left !important;
    height: 190px;
}

.talent .benefits.profiling {
    background: transparent url(../bg-benefits-personality-profiling-2.html) no-repeat top left !important;
    height: 190px;
}

.talent .benefits.profiling .strapline2 {
    font-size: 14px;
    color: black !important;
    background-color: white;
    padding: 10px !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    margin-bottom: 30px;
}

.talent .benefits h3,
.talent .benefits h4 {
    margin-bottom: 4px;
    color: #333 !important;
    text-shadow: 1px 1px 1px #ffffff;
}

.talent .benefits.profiling h3,
.talent .benefits.profiling h4 {
    color: white !important;
    text-shadow: 1px 1px 1px #555;
}

.talent .benefits {
    background: transparent url(../bg-benefits-recruitment-and-selection.html) no-repeat top left !important;
    height: 190px;
}

.talent .benefits h3,
.talent .benefits h4 {
    margin-bottom: 4px;
    color: #333 !important;
    text-shadow: 1px 1px 1px #ffffff;
}

.talent .benefits .cta h3 {
    font-size: 16px;
    color: black !important;
    text-shadow: 1px 1px 1px #ffffff;
}

.talent .benefits .cta .button {
    padding: 6px 13px !important;
    font-weight: normal;
}

.talent .benefits .cta p {
    padding-top: 5px;
    margin-bottom: 7px;
}

.talent .benefits .cta small {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.talent .catitem {
    background: none;
    padding-left: 0;
    height: 70px !important;
    border-color: #CCC !important;
}

.talent .catitem .catlink {
    margin-top: 10px !important;
}

.talent blockquote {
    margin: 0 0 20px 20px;
    padding: 20px;
    width: 240px !important;
    float: right;
    border: 1px solid #DDD;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #FFF;
}

#flipbook {
    width: 940px;
    height: 608px;
    overflow: hidden;
}

.pageturn {
    background-color: #333;
}

.pageturn .nav-arrows {
    margin-top: 20px;
    margin-bottom: 15px;
}

.pageturn .nav-arrows img:hover {
    cursor: hand;
    cursor: pointer;
}

.pageturn a {
    color: #7baee9;
}

.packages h1 {
    font-size: 1.8em !important;
}

.packages h6 {
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.packages .conditions {
    font-size: 0.8em;
}

.packages table {
    position: relative;
    margin-top: 80px;
    border-collapse: collapse;
}

.packages table th {
    position: relative;
}

.packages table th div {
    position: relative;
}

.packages table .value {
    background: #8aabc3;
    height: 110px;
    width: 110px;
    position: absolute;
    left: 70%;
    top: -130px;
    border-radius: 50%;
    display: table;
    z-index: 39 !important;
}

.packages table .value.silver {
    left: 72%;
}

.packages table .value.gold {
    left: 72%;
}

.packages table .value:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 38 !important;
    width: 0;
    height: 0;
    border-right: 55px solid transparent;
    border-bottom: 55px solid #8aabc3;
    background-color: transparent;
    content: "";
}

.packages table .value p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    z-index: 40 !important;
    color: white;
    font-size: 14px;
}

.packages table .value p strong {
    color: white !important;
}

.packages .circle {
    padding-left: 20px;
    background: url(../png/circle.png) no-repeat 4px 4px;
}

.packages th:nth-child(n+2) {
    font-weight: bold;
}

.packages th:nth-child(1) {
    border-bottom: 1px solid #DDD;
}

.packages td:nth-child(1) {
    border-bottom: 1px solid #EEE;
}

.packages td:nth-child(n+2),
.packages th:nth-child(n+2) {
    border-bottom: 1px solid #DDD;
    text-align: center;
}

.packages th:nth-child(2) {
    border-bottom: 1px solid #e7bb9f;
    background-color: #e7bb9f;
}

.packages td:nth-child(2) {
    border-bottom: 1px solid #e7bb9f;
    background-color: #f2cdb5;
}

.packages td:nth-child(4) {
    background-color: #fff879;
    border-bottom: 1px solid #dfd95d;
    border-right: 1px solid #938f3e;
    border-left: 1px solid #938f3e;
}

.packages td:nth-child(4) strong {
    color: red;
}

.packages th:nth-child(4) {
    background-color: #dfd95d;
    border-right: 1px solid #938f3e;
    border-left: 1px solid #938f3e;
    border-top: 1px solid #dfd95d;
    border-bottom: 1px solid #dfd95d;
}

.packages th:nth-child(4) strong {
    color: red;
}

.lt-ie9 #home-2 .hero-buttons {
    height: 120px;
}

.lt-ie9 #home-2 .hero-buttons .public-classes .public-button {
    font-size: 14px;
}

.lt-ie9 #home-2 .hero-buttons .in-house {
    float: right !important;
}

.lt-ie9 #home-2 .hero-buttons .in-house .inhouse-button {
    font-size: 14px;
}

.lt-ie9 .packages .value {
    top: -145px;
    background: transparent url(../info-circle.html) no-repeat bottom left !important;
}

.lt-ie9 .packages .value p {
    padding-top: 10px !important;
}

.lt-ie9 .packages tr>th+th {
    font-weight: bold;
}

.lt-ie9 .packages tr>th {
    border-bottom: 1px solid #DDD;
}

.lt-ie9 .packages tr>td {
    border-bottom: 1px solid #EEE;
}

.lt-ie9 .packages tr>td+td,
.lt-ie9 .packages tr>th+th {
    border-bottom: 1px solid #DDD;
    text-align: center;
}

.lt-ie9 .packages tr>th+th {
    border-right: 1px solid #e7bb9f;
    border-bottom: 1px solid #e7bb9f;
    border-left: 1px solid #e7bb9f;
    background-color: #e7bb9f;
}

.lt-ie9 .packages tr>td+td {
    border-bottom: 1px solid #e7bb9f;
    background-color: #f2cdb5;
}

.lt-ie9 .packages tr>td+td+td {
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    border-left: 1px solid #BBB;
    background-color: #DDD;
}

.lt-ie9 .packages tr>th+th+th {
    border-top: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    background-color: #CCC;
}

.lt-ie9 .packages tr>td+td+td+td {
    background-color: #fff879;
    border-right: 1px solid #938f3e;
    border-left: 1px solid #938f3e;
    border-bottom: 1px solid #dfd95d;
}

.lt-ie9 .packages tr>td+td+td+td strong {
    color: red;
}

.lt-ie9 .packages tr>th+th+th+th {
    background-color: #dfd95d;
    border-top: 1px solid #dfd95d;
    border-bottom: 1px solid #dfd95d;
    border-right: 1px solid #938f3e;
    border-left: 1px solid #938f3e;
}

.lt-ie9 .packages tr>th+th+th+th strong {
    color: red;
}

.steps {
    border-top: 4px solid #888;
    height: 128px;
    background: transparent url(../bg-steps.html) no-repeat -110px 0px;
}

.steps .phone {
    float: right;
    margin: 0 20px 0 0;
    color: #777;
    font-size: 0.8em !important;
    font-size: 1.1em;
    line-height: 128px;
}

.steps h3 {
    margin-left: 30px;
    font-size: 1.4em;
    line-height: 128px;
}

.steps .stepone {
    background: transparent url(../bg-steps.html) no-repeat -410px 0px;
}

.steps .steptwo {
    background: transparent url(../bg-steps.html) no-repeat -318px 0px;
}

.steps .stepthree {
    background: transparent url(../bg-steps.html) no-repeat -226px 0px;
}

.steps .circles {
    line-height: 128px;
    font-size: 1.4em;
    font-weight: bold;
    position: relative;
}

.steps .circles span {
    position: absolute;
    top: 27px;
    display: block;
    width: 72px;
    border-radius: 50%;
    background-color: #bcbcbc;
    color: #a5a5a5;
    text-align: center;
    font-weight: bold;
    font-size: 1.8em;
    line-height: 72px;
}

.steps .circles .one {
    left: 454px;
}

.steps .circles .two {
    left: 546px;
}

.steps .circles .three {
    left: 638px;
}

.steps .circles .active {
    background-color: #80b600;
    color: white;
}

.steps .circles .active:after {
    z-index: 1000;
    width: 20px;
    height: 20px;
    background-color: white;
}

.lt-ie8 .circles span {
    top: -28px;
}

.lt-ie8 .phone {
    position: absolute;
    top: 0px;
    right: 0;
    float: right;
    margin: 0 20px 0 0;
    color: #777;
    font-size: 0.8em !important;
    font-size: 1.1em;
    line-height: normal;
}

#publicclassbooking-var1 {
    font-family: "Arial", sans-serif !important;
}

#publicclassbooking-var1 h1 {
    font-size: 34px !important;
}

#publicclassbooking-var1 .bookingsmain {
    padding: 10px;
    width: 98%;
}

#publicclassbooking-var1 .FVTbl {
    border: solid 3px #80B600 !important;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#publicclassbooking-var1 .FVTbl td {
    padding: 6px;
    margin: 0px;
    background-color: #F5FDEB;
}

#publicclassbooking-var1 .DS1 .DL1 {
    font-weight: 300;
    font-size: 1.4em;
    color: #333;
    margin-top: 10px;
    background-color: #e9f5dc !important;
}

#publicclassbooking-var1 .DS2 .DL2 {
    font-weight: 300;
    font-size: 1.4em !important;
    color: #333;
    margin-top: 10px;
    background-color: #EFEFEF !important;
}

#publicclassbooking-var1 .DL1 {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #cfe4b8 !important;
    background-color: #e9f5dc !important;
    padding: 15px !important;
}

#publicclassbooking-var1 .DL1+td {
    padding-top: 10px !important;
}

#publicclassbooking-var1 .DL1+td br {
    display: none;
}

#publicclassbooking-var1 .DL2 {
    padding: 15px !important;
    width: 70px;
    font-weight: 600;
    font-size: 14px;
    background-color: #e9f5dc !important;
    border-bottom: 1px solid #cfe4b8 !important;
    text-align: right;
}

#publicclassbooking-var1 .DL2+td {
    padding-top: 10px !important;
}

#publicclassbooking-var1 .DL2+td span {}

#publicclassbooking-var1 .DS1 td {
    border-bottom: solid 1px #e9f5dc;
}

#publicclassbooking-var1 .DS2 td {
    border-bottom: solid 1px #e9f5dc;
    padding: 15px !important;
}

#publicclassbooking-var1 label {
    display: inline !important;
}

#publicclassbooking-var1 .style1 {
    color: #FF0000;
}

#publicclassbooking-var1 .FVTbl {
    margin-top: 0px;
    width: 100%;
}

#publicclassbooking-var1 .tblButtons {
    margin-top: 5px;
    width: 98%;
}

#publicclassbooking-var1 .tblButtons td {
    padding: 6px;
    margin: 0px;
}

#publicclassbooking-var1 .tblButtons {
    width: 100%;
    border: none;
}

#publicclassbooking-var1 .tblButtons td {
    padding: 0;
}

#publicclassbooking-var1 .tblButtons td .white {}

#publicclassbooking-var1 h1 {
    font-size: 34px;
    margin-bottom: 10px;
}

#publicclassbooking-var1 .coursemeta {
    margin-bottom: 25px;
    padding: 30px 40px 20px 20px;
    border: 3px solid #f1f1f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#publicclassbooking-var1 .coursemeta h3 {
    font-weight: normal;
    color: black;
    font-weight: 600;
    font-size: 16px;
}

#publicclassbooking-var1 .coursemeta h3 strong {
    color: #444;
    font-weight: 300;
}

#publicclassbooking-var1 .coursemeta h3 small {
    font-size: 16px;
    font-weight: normal;
}

#publicclassbooking-var1 .secureform {
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
    border: 2px solid #f1f1f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#publicclassbooking-var1 .secureform p {
    margin-top: 20px;
    font-size: 12px;
}

#publicclassbooking-var1 .secureform img {
    margin-top: 13px;
    margin-right: 20px !important;
    margin-left: 0px !important;
}

#publicclassbooking-var1 .secured-thawte {
    margin: 25px 0px;
    border: 1px solid #f1f1f1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#publicclassbooking-var1 .training-statement {
    margin-bottom: 25px;
    padding: 20px 40px 10px 20px;
    background-color: #f1f1f1;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fanfare {
    text-align: center;
    margin: 25px 0 20px 0;
}

.fanfare h3 {
    color: #80b600;
    font-weight: normal;
}

.fanfare p {
    color: #999999;
    font-size: 1.3em;
}

.form,
div.jform {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background-color: #f5fdeb;
    padding: 25px;
    margin-left: 25px;
    border: 4px solid #80b600;
}

.form .button,
div.jform .button {
    margin: 20px 0 20px 0;
}

.form .privacy,
div.jform .privacy {
    color: #80b600;
    position: relative;
    margin: 0 0 0 10px;
    font-size: 1.1em;
}

.form .privacy span,
div.jform .privacy span {
    position: absolute;
    top: -12px;
    left: -18px;
    font-size: 3.0em;
}

div.jform {
    margin-bottom: 0;
    padding-bottom: 0 !important;
}

div.jform table {
    background-color: transparent;
    border: none;
}

div.jform .jfbutton {
    width: 180px !important;
    height: 40px !important;
}

div.jform .jftextbox {
    width: 250px !important;
}

div.jform .jftextarea {
    width: 250px !important;
}

div.jform label.radio {
    float: left !important;
    padding-left: 30px;
}

div.jform input.radio {
    float: left !important;
}

div.jform br {
    clear: both;
}

div.jform .privacy {
    color: #80b600;
    position: relative;
    margin: 10px 0 0 10px !important;
    font-size: 1.2em !important;
}

div.jform .privacy span {
    position: absolute;
    top: 0px !important;
    left: -18px !important;
    font-size: 3.0em !important;
}

.statement h4,
.reasons h4,
.clients h4,
.testimony h4 {
    color: gray;
}

.statement {
    margin-right: 20px !important;
    margin-bottom: 25px;
    padding: 20px 40px 10px 40px;
    background-color: #f1f1f1;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.reasons,
.testimony {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: left;
    padding: 20px 40px 10px 40px;
    margin: 0 35px 25px 15px;
}

.reasons h4,
.testimony h4 {
    text-align: center;
}

.reasons li,
.testimony li {
    padding-left: 27px;
    background: transparent url(../li-tick.html) no-repeat top left;
    font-size: 1.1em;
}

.testimony {
    padding: 0;
    border: none;
    text-align: center;
}

.clients {
    padding: 0;
    text-align: center;
    margin-right: 20px;
}

.clients img {
    margin-top: 15px;
}

.industry-leader h2,
.client-centre h2 {
    background: none;
    text-align: left;
    padding: 0 0 10px 0;
    font-size: 24px;
}

#blog h1,
#blog h2,
#blog h3,
#blog h4 {
    font-family: "arial", sans-serif !important;
    border-bottom: none !important;
}

#blog h1 a,
#blog h2 a,
#blog h3 a,
#blog h4 a {
    text-decoration: none;
}

#blog h1 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

#blog h2 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 15px;
    padding: 0;
    background: none;
    text-align: left;
}

#blog .post-box {
    padding: 40px;
}

#blog .post-box .article-next-prev .next,
#blog .post-box .article-next-prev .previous {
    font-weight: bold;
}

#blog .post-box .article-next-prev .next,
#blog .post-box .article-next-prev .previous,
#blog .post-box .article-next-prev .article-next {
    display: inline;
}

#blog .post-box .article-next-prev .previous-container {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 5px;
}

#blog .post-box .article-next-prev .next-container {
    padding-bottom: 5px;
    padding-top: 5px;
    border-top: 1px solid #ddd;
}

#blog #post-nav .pages,
#blog #post-nav .last {
    border: none;
}

#blog #post-nav a {
    border: none;
    background-color: #e2f0ff;
}

#blog #post-nav .extend {
    border: none;
}

#blog #post-nav .current {
    border: none;
    background-color: #b4d6fb;
}

#blog .widget {
    margin: 20px;
    padding: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border: 1px solid #DDD;
    background-color: #f5f5f5;
}

#blog .widget #s {
    width: 100%;
}

#blog .entry-content {
    margin-top: 20px;
}

#blog #comments {
    margin: 20px;
    padding: 20px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.client-centre h1,
.client-centre h2,
.client-centre h3,
.client-centre h4,
.client-centre p {
    font-family: "proxima-nova", sans-serif !important;
}

.client-centre .benefits p {
    font-size: 16px !important;
}

.client-centre .disc li {
    font-weight: normal !important;
    padding-bottom: 0px;
}

.client-centre h2,
.client-centre h3 {
    font-weight: bold !important;
}

.client-centre h3 {}

.client-centre dl a {
    font-size: 13px !important;
    text-align: center;
    line-height: normal !important;
}

.client-centre .tabs-content {
    margin-left: 0 !important;
}

.client-centre .client-centre-content {
    background: transparent url(../bg-client-centre.html) no-repeat top right;
}

.client-centre .manage {
    background-color: white;
    background: #fafafa url(../bg-info-2.html) repeat-x top center;
}

.client-centre .manage div>h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center !important;
}

.events .section {
    background-color: white;
}

.events table tr {
    border-bottom: 3px solid #80B600;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: url(../png/overlay.png) repeat 0 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(../png/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(../png/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(../png/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(../png/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url(../png/controls.png) left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url(../png/controls.png) right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url(../png/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url(../png/border.png) 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../png/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(../png/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(../png/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(../gif/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../png/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {}

.cboxIE6 #cboxTopLeft {
    background: url(../bordertopleft.html);
}

.cboxIE6 #cboxTopCenter {
    background: url(../bordertopcenter.html);
}

.cboxIE6 #cboxTopRight {
    background: url(../bordertopright.html);
}

.cboxIE6 #cboxBottomLeft {
    background: url(../borderbottomleft.html);
}

.cboxIE6 #cboxBottomCenter {
    background: url(../borderbottomcenter.html);
}

.cboxIE6 #cboxBottomRight {
    background: url(../borderbottomright.html);
}

.cboxIE6 #cboxMiddleLeft {
    background: url(../bordermiddleleft.html);
}

.cboxIE6 #cboxMiddleRight {
    background: url(../bordermiddleright.html);
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {}


/* Schedule Booking Links */

.PDTButtonLinkScheduleDate {
    width: 120px;
    height: 16px;
    padding: 4px;
    display: block;
    text-align: center;
    border: solid 1px Gray;
    background-color: #EAEAEA;
    color: #333333 !important;
    margin-bottom: 1px;
    border-radius: 3px;
    text-decoration: none !important;
}

.PDTButtonLinkScheduleDate:hover {
    display: block;
    text-decoration: none;
    background-color: #6699FF;
    color: #FFFFFF !important;
}


/* */

table {
    border: none;
}

#searchform {
    display: normal;
}

.hivebottomcontent {
    display: normal;
}


/* */


/***** RESPONSIVE START ******/

@media only screen and (max-width: 907px) {
    .pd-signature-advanced-box .pd-signature-advanced-box-matter p {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    .orgmenta-app-learn-more p {
        line-height: 18px !important;
    }
}

@media only screen and (max-width: 748px) {
    .course-tabs .tabs dd {
        width: 90px;
        height: auto;
    }
    .course-tabs .tabs a {
        height: 30px;
    }
    .course-tabs .tabs-content {
        margin-top: 0px;
    }
    .course-tabs dl.nice.contained.tabs dd a {
        height: 30px;
    }
    dl.tabs dd a {
        line-height: 18px;
    }
    .nice.tabs dd a.datesicon {
        padding-left: 5px !important;
    }
    .pd-signature-advanced-box .pd-signature-advanced-box-matter {
        min-height: 140px;
    }
    .orgmenta-app-learn-more p {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 571px) {
    .nice.tabs {
        margin-left: 0px;
    }
    .course-tabs .tabs-content {
        margin-top: 0px;
        margin-left: 0px;
        border-radius: 15px;
    }
    .course-tabs dl.nice.contained.tabs {
        height: 120px;
        width: 100%;
    }
    .nice.tabs dd a {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid inherit;
    }
    .nice.tabs dd #outcomes_tab {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid #69b70d;
    }
    .nice.tabs dd #schedule_tab {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid #69b70d;
    }
    .nice.tabs dd #inhouse_tab {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid #CA0F2E;
    }
    .nice.tabs dd #outline_tab {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid #757576;
    }
    .nice.tabs dd a.active {
        border-radius: 15px;
        font-size: 12px;
        border-bottom: 3px solid #CCC !important;
        font-weight: 700;
    }
    .course-tabs .tabs dd {
        width: 128px;
        height: 48px;
        margin-bottom: 18px;
        margin-left: auto;
        margin-right: auto;
    }
    .pd-signature-advanced-box {
        min-width: 120px;
    }
    .orgmenta-app {
        min-width: 120px;
    }
    .orgmenta-app-learn-more {
        min-width: 120px;
    }
    .title-bg-shadow-465px {
        width: auto;
        height: auto;
        padding: 5px;
        background-image: none;
        background-color: rgb(74, 74, 74, 1);
        border-radius: 15px;
        box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.29);
        line-height: 16px;
        font-size: 15px;
    }
    table#itemPlaceholderContainer td:nth-child(5) {
        display: none;
    }
    table#itemPlaceholderContainer th:nth-child(5) {
        display: none;
    }
}

@media only screen and (min-width: 897px) and (max-width: 979px) {}

@media only screen and (min-width: 768px) and (max-width: 897px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #searchform {
        display: none;
    }
    .hivebottomcontent {
        display: none;
    }
    .column,
    .columns {
        margin-left: 0.4%;
        float: left;
        min-height: 1px;
        position: relative;
    }
    .row .three {
        width: 100%;
    }
    .row .four {
        width: 100%;
    }
    .row .five {
        width: 100%;
    }
    .row .six {
        width: 100%;
    }
    .row .seven {
        width: 100%;
    }
    .row .eight {
        width: 100%;
    }
    .row .nine {
        width: 100%;
    }
    .row .four.tight:not(:first-child) {
        width: 100%;
    }
    .five.tight:not(:first-child) {
        width: 100%;
    }
    .row .offset-by-one:first-child {
        margin-left: 0.1%;
    }
    .row .three.tight:not(:first-child) {
        width: 100%;
    }
    .row .five.tight:not(:first-child) {
        width: 100%;
    }
    .row .offset-by-two:first-child {
        width: 93%;
        margin-left: 0;
    }
    .row .offset-by-two {
        width: 100%;
    }
    .programme .vertical.tabs,
    .utility .vertical.tabs,
    #blog .vertical.tabs {
        padding-top: 1px;
        position: relative;
        border-bottom: none;
        left: 0px;
        width: 110px;
        background: none;
        padding-bottom: 30px !important;
    }
    .programme .title .cta,
    .utility .title .cta,
    #blog .title .cta {
        z-index: 35;
        position: relative;
        right: 0px;
        bottom: 0px;
        color: white;
        padding: 20px;
        font-size: 15px;
        background-color: #80B600;
        background: #80b600 url(../down-grad.html) repeat-x;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    .talent .hero.interview {
        height: 100%;
        background: transparent url(../bg-benefits-personal-interview-coach-2.html) repeat-x bottom left;
    }
    .profiling-pages-fonts {
        font-size: 1em;
    }
    .marginlarge {
        margin: 5px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    #searchform {
        display: none;
    }
    .hivebottomcontent {
        display: none;
    }
    .column,
    .columns {
        margin-left: 0.4%;
        float: left;
        min-height: 1px;
        position: relative;
    }
    .row .three {
        width: 100%;
    }
    .row .four {
        width: 100%;
    }
    .row .five {
        width: 100%;
    }
    .row .six {
        width: 100%;
    }
    .row .seven {
        width: 100%;
    }
    .row .eight {
        width: 100%;
    }
    .row .nine {
        width: 100%;
    }
    .row .four.tight:not(:first-child) {
        width: 100%;
    }
    .five.tight:not(:first-child) {
        width: 100%;
    }
    .row .offset-by-one:first-child {
        margin-left: 0.1%;
    }
    .row .three.tight:not(:first-child) {
        width: 100%;
    }
    .row .five.tight:not(:first-child) {
        width: 100%;
    }
    .row .offset-by-two:first-child {
        width: 93%;
        margin-left: 0;
    }
    .row .offset-by-two {
        width: 100%;
    }
    .programme .vertical.tabs,
    .utility .vertical.tabs,
    #blog .vertical.tabs {
        padding-top: 1px;
        position: relative;
        border-bottom: none;
        left: 0px;
        width: 110px;
        background: none;
        padding-bottom: 30px !important;
    }
    .programme .title .cta,
    .utility .title .cta,
    #blog .title .cta {
        z-index: 35;
        position: relative;
        right: 0px;
        bottom: 0px;
        color: white;
        padding: 20px;
        font-size: 15px;
        background-color: #80B600;
        background: #80b600 url(../down-grad.html) repeat-x;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    }
    .talent .hero.interview {
        height: 100%;
        background: transparent url(../bg-benefits-personal-interview-coach-2.html) repeat-x bottom left;
    }
    .profiling-pages-fonts {
        font-size: 0.8em;
    }
    .marginlarge {
        margin: 5px;
    }
}