/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib../assets/stylesheets, vendor../assets/stylesheets,
 * or vendor../assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

*/
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 31, ../../app../assets/stylesheets/application.css.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 35, ../../app../assets/stylesheets/application.css.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
/* line 46, ../../app../assets/stylesheets/application.css.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 51, ../../app../assets/stylesheets/application.css.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 60, ../../app../assets/stylesheets/application.css.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 73, ../../app../assets/stylesheets/application.css.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 81, ../../app../assets/stylesheets/application.css.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 91, ../../app../assets/stylesheets/application.css.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 99, ../../app../assets/stylesheets/application.css.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 134, ../../app../assets/stylesheets/application.css.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 142, ../../app../assets/stylesheets/application.css.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 153, ../../app../assets/stylesheets/application.css.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 162, ../../app../assets/stylesheets/application.css.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 179, ../../app../assets/stylesheets/application.css.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 192, ../../app../assets/stylesheets/application.css.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 209, ../../app../assets/stylesheets/application.css.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 214, ../../app../assets/stylesheets/application.css.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 223, ../../app../assets/stylesheets/application.css.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 248, ../../app../assets/stylesheets/application.css.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 256, ../../app../assets/stylesheets/application.css.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 260, ../../app../assets/stylesheets/application.css.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 264, ../../app../assets/stylesheets/application.css.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 274, ../../app../assets/stylesheets/application.css.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 279, ../../app../assets/stylesheets/application.css.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 284, ../../app../assets/stylesheets/application.css.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 289, ../../app../assets/stylesheets/application.css.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 293, ../../app../assets/stylesheets/application.css.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 303, ../../app../assets/stylesheets/application.css.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 309, ../../app../assets/stylesheets/application.css.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* line 25, ../../app../assets/stylesheets/styles.css.scss */
body {
  background-image: url("../assets/theme/bg.gif");
}

/* line 29, ../../app../assets/stylesheets/styles.css.scss */
.wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 25px;
}

/* line 34, ../../app../assets/stylesheets/styles.css.scss */
.side-banner {
  background: url("../assets/theme/side-banner-new2.png") no-repeat;
  width: 205px;
  height: 1190px;
  float: left;
  margin: -25px 25px 0 0;
  text-align: center;
}
/* line 41, ../../app../assets/stylesheets/styles.css.scss */
.side-banner img {
  width: 145px;
  height: 145px;
  margin: 45px 0 0 -5px;
}

/* line 47, ../../app../assets/stylesheets/styles.css.scss */
.body-wrapper {
  float: left;
}

/* line 50, ../../app../assets/stylesheets/styles.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Acme",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

/* line 55, ../../app../assets/stylesheets/styles.css.scss */
h1 {
  font-size: 26pt;
  color: #ff9e36;
  margin-top: 0;
}

/* line 60, ../../app../assets/stylesheets/styles.css.scss */
h2 {
  margin: 0 0 20px 0;
  font-size: 24pt;
  color: #db4747;
}

/* line 65, ../../app../assets/stylesheets/styles.css.scss */
h2.smaller {
  font-size: 24pt;
}

/* line 68, ../../app../assets/stylesheets/styles.css.scss */
h3 {
  font-size: 20pt;
  color: #f77575;
  margin: 0;
}

/* line 74, ../../app../assets/stylesheets/styles.css.scss */
h2.call-to-action {
  color: #ff9e36;
}

/* line 77, ../../app../assets/stylesheets/styles.css.scss */
h4 {
  color: #965050;
  font-size: 18pt;
  margin-bottom: 0;
}

/* line 82, ../../app../assets/stylesheets/styles.css.scss */
h5 {
  color: white;
}

/* line 85, ../../app../assets/stylesheets/styles.css.scss */
p {
  font: 12pt 'Actor', sans-serif;
  color: #efc2c4;
  text-align: justify;
}

/* line 90, ../../app../assets/stylesheets/styles.css.scss */
.highlighted-text {
  color: #ff9e36;
}

/* line 93, ../../app../assets/stylesheets/styles.css.scss */
li {
  font: 12pt 'Actor', sans-serif;
  color: #efc2c4;
  line-height: 1.7;
  list-style-type: square;
}

/* line 99, ../../app../assets/stylesheets/styles.css.scss */
a {
  color: #ff9e36;
  text-decoration: underline;
}

/* line 103, ../../app../assets/stylesheets/styles.css.scss */
.header-text {
  float: left;
  margin: 40px 0 0 0;
}
/* line 107, ../../app../assets/stylesheets/styles.css.scss */
.header-text h1 {
  line-height: 0.1;
  color: #ff9e36;
  font-size: 32pt;
}
/* line 113, ../../app../assets/stylesheets/styles.css.scss */
.header-text h3 {
  font: 16pt/0.2 "Acme", sans-serif;
  color: #5a1212;
  text-transform: uppercase;
}

/* line 119, ../../app../assets/stylesheets/styles.css.scss */
.cn-chars-shaolin-kung-fu {
  margin-top: 23px;
  float: right;
}

/* line 123, ../../app../assets/stylesheets/styles.css.scss */
.navigation {
  background-color: #3a0609;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  height: 45px;
  width: 880px;
  margin: 25px 0;
}
/* line 133, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul {
  padding: 11px 0 0 20px;
}
/* line 136, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul li {
  display: inline;
  color: #bc4d54;
  font: 11pt 'Actor', sans-serif;
  text-transform: uppercase;
  margin-right: 61px;
  font-weight: 300;
}
/* line 144, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul li.current-menu-item, .navigation ul li.current_page_item {
  color: #ddc3c3;
  text-decoration: underline;
}
/* line 148, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul li:last-of-type {
  margin-right: 0;
}
/* line 151, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul li:hover {
  color: #ddc3c3;
  cursor: pointer;
}
/* line 155, ../../app../assets/stylesheets/styles.css.scss */
.navigation ul a {
  color: inherit;
  text-decoration: none;
}

/* line 166, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles {
  margin-bottom: 25px;
}
/* line 169, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul {
  margin: 0;
  padding: 0;
}
/* line 173, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li {
  list-style: none;
  float: left;
  margin-right: 28px;
  height: 169px;
}
/* line 179, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li:last-of-type {
  margin-right: 0;
}
/* line 183, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li img {
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 7px 7px 0 0;
}
/* line 188, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li a {
  text-decoration: none;
}
/* line 191, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li a:hover {
  text-decoration: none;
}
/* line 196, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li p {
  color: white;
  display: block;
  width: 153px;
  background-color: #3a0609;
  text-align: center;
  padding: 14px 0;
  margin-top: 0;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  font: 9pt 'Actor', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}
/* line 213, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li p span {
  color: #db4747;
}
/* line 218, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles ul li:hover p {
  background-color: #ff9e36;
}

/* line 225, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.five-wide ul li {
  margin-right: 5px;
}

/* line 228, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller {
  margin: 20px 0 40px 0;
}
/* line 230, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller ul li p {
  width: 123px;
}

/* line 234, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller.no-images {
  margin: 0 0 40px 0;
}
/* line 236, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller.no-images ul li {
  height: 56px;
  margin-top: 20px;
}
/* line 240, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller.no-images ul li p {
  width: 123px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 246, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller.no-images ul li:hover {
  cursor: normal;
}
/* line 248, ../../app../assets/stylesheets/styles.css.scss */
.class-tiles.smaller.no-images ul li:hover p {
  background-color: #3a0609;
}

/* line 262, ../../app../assets/stylesheets/styles.css.scss */
.home-video {
  width: 518px;
  height: 262px;
  float: left;
}

/* line 267, ../../app../assets/stylesheets/styles.css.scss */
.home-extras .side-block {
  width: 275px;
  height: 248px;
}

/* line 277, ../../app../assets/stylesheets/styles.css.scss */
.side-block {
  background-color: #510805;
  float: left;
  margin-left: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 30px;
  text-align: left;
}
/* line 287, ../../app../assets/stylesheets/styles.css.scss */
.side-block header {
  margin-bottom: 25px;
  text-align: center;
}
/* line 291, ../../app../assets/stylesheets/styles.css.scss */
.side-block h3 {
  line-height: 1;
  font-size: 21pt;
}
/* line 295, ../../app../assets/stylesheets/styles.css.scss */
.side-block p {
  display: inline;
  color: #965050;
}
/* line 299, ../../app../assets/stylesheets/styles.css.scss */
.side-block img {
  float: right;
  display: inline;
}

/* line 304, ../../app../assets/stylesheets/styles.css.scss */
.embellishment-dragon {
  position: absolute;
  top: -40px;
  right: -60px;
}

/* line 309, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper {
  width: 880px;
}
/* line 311, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper h2.sub-class {
  line-height: 1em;
}
/* line 313, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper h2.sub-class span {
  font-size: 20pt;
}
/* line 317, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper a {
  color: inherit;
  text-decoration: underline;
}
/* line 321, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper a:hover {
  color: #ff9e36;
  text-decoration: underline;
}
/* line 326, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper .events-tabs a, .body-content-wrapper article.training-locations a {
  text-decoration: none;
}
/* line 329, ../../app../assets/stylesheets/styles.css.scss */
.body-content-wrapper p {
  line-height: 1.6;
}

/* line 333, ../../app../assets/stylesheets/styles.css.scss */
.half-width {
  width: 40%;
  float: left;
}
/* line 336, ../../app../assets/stylesheets/styles.css.scss */
.half-width:first-of-type {
  margin-right: 12%;
}
/* line 340, ../../app../assets/stylesheets/styles.css.scss */
.half-width:nth-of-type(2) p {
  margin-bottom: 5px;
}

/* line 345, ../../app../assets/stylesheets/styles.css.scss */
.large-banner-image {
  clear: both;
}
/* line 347, ../../app../assets/stylesheets/styles.css.scss */
.large-banner-image:hover {
  cursor: pointer;
}

/* line 351, ../../app../assets/stylesheets/styles.css.scss */
.body-content {
  position: relative;
  background-color: #510805;
  padding: 35px 45px;
  margin-top: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 360, ../../app../assets/stylesheets/styles.css.scss */
.body-content a {
  color: #db4747;
}
/* line 363, ../../app../assets/stylesheets/styles.css.scss */
.body-content strong {
  font-weight: normal;
  color: #ff9e36;
}

/* line 368, ../../app../assets/stylesheets/styles.css.scss */
.body-content.has-tabs {
  background-color: #3a0609;
}

/* line 372, ../../app../assets/stylesheets/styles.css.scss */
.training-locations ul, .training-locations img {
  float: left;
}
/* line 375, ../../app../assets/stylesheets/styles.css.scss */
.training-locations img {
  margin: 50px 0 0 40px;
  width: 45%;
}
/* line 379, ../../app../assets/stylesheets/styles.css.scss */
.training-locations ul {
  margin: 40px 0 0 0;
  padding: 0;
}
/* line 382, ../../app../assets/stylesheets/styles.css.scss */
.training-locations ul li {
  list-style-type: none;
  line-height: 1.2;
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 390, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events {
  margin-left: 0;
}
/* line 392, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list {
  float: left;
  padding-left: 0;
  margin-top: 35px;
  width: 198px;
}
/* line 397, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li {
  list-style-type: none;
  height: 59px;
  position: relative;
}
/* line 401, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li a {
  font-family: "Acme",sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0;
  display: block;
  padding: 10px 0;
  color: #965050;
  font-size: 18pt;
}
/* line 410, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li a:hover {
  color: #ff9e36;
  text-decoration: none;
}
/* line 417, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li.ui-tabs-active a {
  color: #ff9e36;
  float: left;
  display: block;
}
/* line 421, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li.ui-tabs-active a:hover {
  text-decoration: none;
}
/* line 425, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events .events-date-list li.ui-tabs-active span {
  background: url(../assets/ui/events-tab-arrow.png) no-repeat;
  width: 35px;
  height: 59px;
  position: absolute;
  right: 0;
}
/* line 435, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article {
  float: left;
  min-height: 730px;
  background-color: #510805;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 490px;
  padding: 40px;
}
/* line 436, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article h2 {
  color: #ff9e36;
}
/* line 447, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl {
  font: 12pt 'Actor', sans-serif;
}
/* line 449, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dt {
  margin-top: 20px;
  color: white;
}
/* line 453, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dt .event-date, .body-content .events article dl dt .event-location {
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-right: 5px;
}
/* line 460, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dt .event-date {
  background-color: #ff9e36;
  color: #3a0609;
}
/* line 464, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dt .event-location {
  background-color: #db4747;
}
/* line 469, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dt:first {
  margin-top: 0;
}
/* line 473, ../../app../assets/stylesheets/styles.css.scss */
.body-content .events article dl dd {
  margin: 10px 0 10px 0px;
  color: #db4747;
}

/* line 483, ../../app../assets/stylesheets/styles.css.scss */
#tabs {
  margin-top: 110px;
  padding-left: 0;
  padding-right: 0;
}
/* line 488, ../../app../assets/stylesheets/styles.css.scss */
#tabs p {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 493, ../../app../assets/stylesheets/styles.css.scss */
#tabs article {
  padding: 35px 20px;
}

/* line 497, ../../app../assets/stylesheets/styles.css.scss */
.tabs {
  padding: 0;
  margin: 0;
}
/* line 500, ../../app../assets/stylesheets/styles.css.scss */
.tabs li {
  list-style-type: none;
  float: left;
  width: 23.05%;
  min-height: 85px;
  margin-right: 2.6%;
  text-align: center;
  background-color: #d5bbbb;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
/* line 515, ../../app../assets/stylesheets/styles.css.scss */
.tabs li:last-of-type {
  margin-right: 0;
}
/* line 519, ../../app../assets/stylesheets/styles.css.scss */
.tabs li p {
  min-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: #3a0609;
  font-size: 10pt;
  font-weight: 600;
}
/* line 526, ../../app../assets/stylesheets/styles.css.scss */
.tabs li p span {
  text-transform: none;
  color: #965050;
  line-height: 1em;
  text-align: center;
  font-size: 10pt;
}
/* line 535, ../../app../assets/stylesheets/styles.css.scss */
.tabs li a, .tabs li a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 540, ../../app../assets/stylesheets/styles.css.scss */
.tabs li.ui-tabs-active, .tabs li.current-menu-item, .tabs li:hover {
  cursor: pointer;
  background-color: #510805;
}
/* line 543, ../../app../assets/stylesheets/styles.css.scss */
.tabs li.ui-tabs-active p, .tabs li.current-menu-item p, .tabs li:hover p {
  color: #ff9e36;
}
/* line 545, ../../app../assets/stylesheets/styles.css.scss */
.tabs li.ui-tabs-active p span, .tabs li.current-menu-item p span, .tabs li:hover p span {
  color: #db4747;
}

/* line 551, ../../app../assets/stylesheets/styles.css.scss */
.tabs.one-lined {
  margin-top: -120px;
}
/* line 554, ../../app../assets/stylesheets/styles.css.scss */
.tabs.one-lined li a p {
  padding: 18px 20px 18px 20px;
}

/* line 558, ../../app../assets/stylesheets/styles.css.scss */
.tabs.multi-line {
  margin-top: -135px;
}
/* line 561, ../../app../assets/stylesheets/styles.css.scss */
.tabs.multi-line li a p {
  padding: 10px 0;
}

/* line 565, ../../app../assets/stylesheets/styles.css.scss */
.tabs.five-tabs {
  margin-top: -120px;
}
/* line 568, ../../app../assets/stylesheets/styles.css.scss */
.tabs.five-tabs li {
  width: 18.15%;
  margin-right: 2.3%;
}
/* line 572, ../../app../assets/stylesheets/styles.css.scss */
.tabs.five-tabs li p {
  padding: 10px 0px 12px 0px;
}
/* line 575, ../../app../assets/stylesheets/styles.css.scss */
.tabs.five-tabs li:last-of-type {
  margin-right: 0;
}

/* line 581, ../../app../assets/stylesheets/styles.css.scss */
.hoverable-block:hover {
  cursor: pointer;
  background-color: #ff9e36;
}
/* line 584, ../../app../assets/stylesheets/styles.css.scss */
.hoverable-block:hover h3 {
  color: #5a1212;
}
/* line 587, ../../app../assets/stylesheets/styles.css.scss */
.hoverable-block:hover p {
  color: #5a1212;
}
/* line 590, ../../app../assets/stylesheets/styles.css.scss */
.hoverable-block:hover a {
  color: #5a1212;
  text-decoration: underline;
}

/* line 596, ../../app../assets/stylesheets/styles.css.scss */
.body-content.has-sidebar {
  width: 420px;
  float: left;
}

/* line 600, ../../app../assets/stylesheets/styles.css.scss */
.body-content.tab-panes {
  margin-top: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 35px 20px;
}
/* line 613, ../../app../assets/stylesheets/styles.css.scss */
.body-content.tab-panes article.has-sidebar {
  position: relative;
}
/* line 616, ../../app../assets/stylesheets/styles.css.scss */
.body-content.tab-panes article.has-sidebar > section {
  float: left;
  width: 380px;
}
/* line 621, ../../app../assets/stylesheets/styles.css.scss */
.body-content.tab-panes .sidebar .free-class {
  margin-top: 0px;
}
/* line 624, ../../app../assets/stylesheets/styles.css.scss */
.body-content.tab-panes .sidebar .free-class.sticky {
  margin-top: 25px;
}

/* line 628, ../../app../assets/stylesheets/styles.css.scss */
.sidebar {
  width: 350px;
  margin-left: 20px;
  float: left;
}
/* line 633, ../../app../assets/stylesheets/styles.css.scss */
.sidebar a {
  text-decoration: none;
}
/* line 636, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block {
  width: 265px;
  padding: 25px 30px;
  margin-top: 25px;
}
/* line 641, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block h3 {
  color: #db4747;
  text-align: left;
}
/* line 645, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block:hover {
  color: #5a1212;
}
/* line 647, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block:hover h3 {
  color: #5a1212;
}
/* line 652, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.video {
  background: none;
  padding: 0;
}
/* line 655, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.video img {
  float: none;
}
/* line 659, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations, .sidebar .side-block.hoverable-block {
  background-color: #ff9e36;
}
/* line 661, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations h3, .sidebar .side-block.hoverable-block h3 {
  color: black;
}
/* line 664, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations p, .sidebar .side-block.hoverable-block p {
  color: black;
}
/* line 667, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations .sales-nz-map, .sidebar .side-block.hoverable-block .sales-nz-map {
  float: right;
  display: inline;
  background-image: url(../assets/ui/nz-map-black.png);
  width: 95px;
  height: 142px;
}
/* line 675, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations:hover, .sidebar .side-block.hoverable-block:hover {
  background-color: #510805;
}
/* line 676, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations:hover .sales-nz-map, .sidebar .side-block.hoverable-block:hover .sales-nz-map {
  background-image: url(../assets/ui/nz-map-gold.png);
}
/* line 680, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations:hover h3, .sidebar .side-block.hoverable-block:hover h3 {
  color: #ff9e36;
}
/* line 683, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.locations:hover p, .sidebar .side-block.hoverable-block:hover p {
  color: #ff9e36;
}
/* line 688, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.free-class {
  background: #ff9e36 url("../assets/theme/dragon-backdrop.png") no-repeat;
}
/* line 691, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .side-block.free-class h3 {
  color: black;
}
/* line 688, ../../app../assets/stylesheets/styles.css.scss */
.shortcode-form {
  margin: 0;
  width: 100%;
  max-width: 320px;
  box-sizing: border-box;
}
.side-block.free-class.shortcode-form {
  background: #ff9e36 url("../assets/theme/dragon-backdrop.png") no-repeat;
}
/* line 691, ../../app../assets/stylesheets/styles.css.scss */
.side-block.free-class.shortcode-form h3 {
  color: black;
}
/* line 695, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .stickable {
  width: 350px;
}
/* line 698, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .sticky {
  position: fixed;
  top: 20px;
}
/* line 701, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .sticky .side-block:first-child {
  margin-top: 0;
}
/* line 705, ../../app../assets/stylesheets/styles.css.scss */
.sidebar .sticky.stuck {
  position: absolute;
  bottom: 0px;
  top: auto;
}

/* line 711, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar {
  margin-left: 0;
}
/* line 713, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar .side-block {
  margin-top: 12px;
  padding-top: 0;
}
/* line 717, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar img {
  float: none;
  margin-bottom: 40px;
}

/* line 722, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar.image-captions {
  text-align: center;
}
/* line 724, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar.image-captions img {
  margin-bottom: 0;
}
/* line 727, ../../app../assets/stylesheets/styles.css.scss */
.sidebar.image-sidebar.image-captions p {
  text-align: center;
  width: 300px;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
}

/* line 735, ../../app../assets/stylesheets/styles.css.scss */
form {
  width: 235px;
}
/* line 737, ../../app../assets/stylesheets/styles.css.scss */
form p.error-message {
  color: red;
}
/* line 740, ../../app../assets/stylesheets/styles.css.scss */
form p.success-message {
  display: block;
  color: #b1e492;
  width: 253px;
  padding: 5px;
  background-color: #2d5a12;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/* line 750, ../../app../assets/stylesheets/styles.css.scss */
form input.error, form textarea.error, form select.error {
  background-color: red;
  color: white;
}
/* line 754, ../../app../assets/stylesheets/styles.css.scss */
form select.error {
  border: 1px solid red;
}
/* line 758, ../../app../assets/stylesheets/styles.css.scss */
form fieldset {
  width: 272px;
}
/* line 761, ../../app../assets/stylesheets/styles.css.scss */
form input, form select, form textarea {
  margin-bottom: 15px;
}
/* line 764, ../../app../assets/stylesheets/styles.css.scss */
form input {
  height: 40px;
}
/* line 767, ../../app../assets/stylesheets/styles.css.scss */
form select {
  width: 235px;
}
/* line 770, ../../app../assets/stylesheets/styles.css.scss */
form input, form textarea {
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 15px;
  font: 12pt 'Actor', sans-serif;
  width: 235px;
}
/* line 779, ../../app../assets/stylesheets/styles.css.scss */
form textarea {
  height: 150px;
  padding-top: 15px;
}
/* line 783, ../../app../assets/stylesheets/styles.css.scss */
form input[type="submit"] {
  background-color: #3a0609;
  color: white;
  width: 100px;
}
/* line 787, ../../app../assets/stylesheets/styles.css.scss */
form input[type="submit"]:hover {
  background-color: #5a1212;
}

/* line 793, ../../app../assets/stylesheets/styles.css.scss */
ul.alternating-list li {
  color: #ff9e36;
}

/* line 803, ../../app../assets/stylesheets/styles.css.scss */
.home-testimonials ul, .student-journeys ul {
  margin: 0;
  padding: 0;
}
/* line 806, ../../app../assets/stylesheets/styles.css.scss */
.home-testimonials ul li, .student-journeys ul li {
  display: none;
  list-style-type: none;
}
/* line 809, ../../app../assets/stylesheets/styles.css.scss */
.home-testimonials ul li:first-of-type, .student-journeys ul li:first-of-type {
  display: block;
}

/* line 815, ../../app../assets/stylesheets/styles.css.scss */
.student-journeys > article {
  display: none;
}
/* line 817, ../../app../assets/stylesheets/styles.css.scss */
.student-journeys > article:first-of-type {
  display: block;
}

/* line 827, ../../app../assets/stylesheets/styles.css.scss */
.controls {
  position: relative;
  width: 100%;
  margin: 50px 0;
}
/* line 831, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow, .controls .next-arrow {
  position: absolute;
}
/* line 833, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow div, .controls .next-arrow div {
  width: 48px;
  height: 23px;
  float: left;
}
/* line 839, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow {
  left: 0;
}
/* line 841, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow .prev-arrow-control {
  background: url("../assets/ui/prev-arrow.png") no-repeat;
}
/* line 844, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow:hover {
  cursor: pointer;
}
/* line 846, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow:hover .prev-arrow-control {
  background: url("../assets/ui/prev-arrow-hover.png") no-repeat;
}
/* line 849, ../../app../assets/stylesheets/styles.css.scss */
.controls .prev-arrow:hover h4 {
  color: #db4747;
}
/* line 854, ../../app../assets/stylesheets/styles.css.scss */
.controls .next-arrow {
  right: 0;
}
/* line 856, ../../app../assets/stylesheets/styles.css.scss */
.controls .next-arrow .next-arrow-control {
  background: url("../assets/ui/next-arrow.png") no-repeat;
  float: right;
}
/* line 860, ../../app../assets/stylesheets/styles.css.scss */
.controls .next-arrow:hover {
  cursor: pointer;
}
/* line 862, ../../app../assets/stylesheets/styles.css.scss */
.controls .next-arrow:hover .next-arrow-control {
  background: url("../assets/ui/next-arrow-hover.png") no-repeat;
}
/* line 865, ../../app../assets/stylesheets/styles.css.scss */
.controls .next-arrow:hover h4 {
  color: #db4747;
}
/* line 870, ../../app../assets/stylesheets/styles.css.scss */
.controls h4 {
  margin: -5px 10px 0 10px;
  float: left;
}

/* line 879, ../../app../assets/stylesheets/styles.css.scss */
footer {
  width: 800px;
  margin-top: 140px;
  background-color: #510805;
  padding: 0 40px 20px 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
/* line 887, ../../app../assets/stylesheets/styles.css.scss */
footer ul li a {
  color: inherit;
  text-decoration: none;
}
/* line 890, ../../app../assets/stylesheets/styles.css.scss */
footer ul li a:hover {
  color: #ff9e36;
  text-decoration: underline;
}

/* line 896, ../../app../assets/stylesheets/styles.css.scss */
.sitemap-training-locations {
  float: left;
}
/* line 899, ../../app../assets/stylesheets/styles.css.scss */
.sitemap-training-locations ul {
  float: left;
  margin-top: 10px;
  max-width: 230px;
}
/* line 902, ../../app../assets/stylesheets/styles.css.scss */
.sitemap-training-locations ul:first-of-type {
  margin-right: 30px;
}

/* line 907, ../../app../assets/stylesheets/styles.css.scss */
.sitemap-contact, .sitemap-links {
  float: left;
  margin-left: 40px;
}

/* line 912, ../../app../assets/stylesheets/styles.css.scss */
.copyright-text {
  clear: both;
  text-align: center;
  margin-top: 40px;
}

.ca_p_margin_bottom p {
  margin-bottom: 15px !important;
}

h1.no-tabs {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

.sidebar iframe {
  height: auto;
}

.sidebar.image-sidebar img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.page-numbers.current, .page-numbers.dots {
  color: #efc2c4;
}

.pagination a.page-numbers {
  text-decoration: none;
  line-height: 1em;
}

.pagination {
  text-align: center;
}

h5.members span {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1.7em;
  border-radius: 5px;
  border: solid 1px #efc2c4;
  margin-left: 5px;
  margin-right: 5px;
}

a.member_folder {
  display: inline-block;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 5px;
  border: solid 1px #efc2c4;
  margin: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.files_prev {
  display: inline-block;
  text-decoration: none;
  width: 180px;
  height: 180px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  border: solid 1px #efc2c4;
}

.files_prev:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.files_prev span {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
}