/******************************************************************
Site Name: Default
Author: Kook

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
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.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0; }

/*
 * 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 IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/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.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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 S5, 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 FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/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;
  width: 100%; }

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

b, strong, .strong {
  font-weight: bold; }

dfn, em, .em {
  font-style: italic; }

small, .small {
  font-size: 75%; }

nav ul, nav ol {
  padding: 0;
  list-style-type: none; }

dd {
  margin: 0; }

.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none; }

/******************************************************************
Site Name: Default
Author: Kook

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* primary blue */
/* yellow*/
/* dark grey */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('/library/fonts/font-name.eot');
    	src: url('/library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('/library/fonts/font-name.woff') format('woff'),
             url('/library/fonts/font-name.ttf') format('truetype'),
             url('/library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.alert-help, .alert-info, .alert-error, .alert-success {
  padding: 0.5em;
  border: 1px solid; }

.alert-help {
  border-color: #ebbc02;
  background: #fef1ba; }

.alert-info {
  border-color: #0f5497;
  background: #fdcc09; }

.alert-error {
  border-color: #d43f3a;
  background: #f9e2e2; }

.alert-success {
  border-color: #4cae4c;
  background: #d8eed8; }

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
Border Radius
*********************/
/*
USAGE: @include border-radius($small-border-radius);
*/
/*********************
Align Center
*********************/
/*
USAGE: 
@include center(); 
@include center(true, false);
@include center(false, true); 
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* @include box-sizing(border-box); */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*********************
BUTTONS
*********************/
.button, button, input[type=button], .slick-slider .button {
  padding: 0.6em 0.8em;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 2px solid #404040;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }
  .button:hover, button:hover, input[type=button]:hover, .slick-slider .button:hover {
    background: #e6e6e6;
    border: 2px solid #1161ae; }

.buttSecondary, input[type=button].buttSecondary {
  border: 2px solid #d1a802;
  background: #fdcc09;
  margin-bottom: 2px; }
  .buttSecondary:hover, input[type=button].buttSecondary:hover {
    background: #d1a802;
    border: 2px solid #b89301; }

.buttTertiary {
  border: 2px solid #d1a802;
  background: #fdcc09; }
  .buttTertiary:hover {
    background: #d1a802; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Default
Author: Kook

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html, body {
  height: 100%; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%; }

body, body .ui-widget {
  font-family: "Open Sans", sans-serif;
  color: #404040; }

body {
  font-size: 85.5%;
  line-height: 1.5;
  background: #ebebeb; }

/********************
BODY CLASSES
style a page via class
********************/
/* home page */
/*********************
LAYOUT & GRID STYLES
*********************/
.row {
  width: 96%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #1161ae;
  /* on hover */
  /* on click */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #0c4780; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, h6 strong, .h6 strong, th {
  /*text-rendering: optimizelegibility;*/
  font-weight: 400;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a, h6 strong a, .h6 strong a, th a {
    text-decoration: none; }

#slogan span, h2, .h2, #sclublogan {
  font-weight: 700; }

h1, .h1, #slogan span, .topMenu .nav > li > a i, #sclublogan {
  font-size: 1.4em; }

h1, .h1 {
  line-height: 1.333em; }

h2, .h2, h3, .h3, h4, .h4, body .ui-accordion .ui-accordion-header, #slogan {
  font-size: 1.2em;
  line-height: 1.3; }

#slogan span, #sclublogan {
  margin-top: 0em;
  margin-bottom: 0em;
  line-height: 1.1; }

h3, .h3, h4, .h4 {
  margin-top: 1.3em;
  text-transform: uppercase; }

h3, #rightcol .h3, form h3, body .ui-accordion .ui-accordion-header {
  margin-top: 0em;
  display: block;
  background: #d9d9d9;
  border-bottom: 3px solid #fdcc09; }
  h3 span, #rightcol .h3 span, form h3 span, body .ui-accordion .ui-accordion-header span {
    display: inline-block;
    padding: 1em;
    width: 85%; }

.step5 h3 {
  padding: 1em; }
  .step5 h3 span {
    width: 100%;
    padding: 0em; }

h4 + p, .h4 + p, h5 + p, .h5 + p, h6 + p, .h6 + p {
  margin-top: 0em; }

h5, .h5, .labelFocus label {
  font-size: 0.8em; }

h6, .h6 {
  font-size: 0.8em;
  margin-top: 0.5em;
  margin-bottom: 0; }

/******************************************************************
Font colours set here
******************************************************************/
.black, h2, .h2, .topMenu a.iconLink, #slogan, #sclublogan {
  color: #000; }

.white, #secondFooter a, .quotefooter, h6 strong, .h6 strong, #blackRow a {
  color: #fff; }

.blue, #rightcol ul li a:hover, input.question:focus + label > span,
input.question:valid + label > span, textarea.question:focus + label > span,
textarea.question:valid + label > span, .labelFocus label {
  color: #1161ae; }

.lightblue, h6, .h6, #quote .aboutKook ul li:before, #blackRow a:hover {
  color: #96c6f5; }

.grey, input.question + label > span, textarea.question + label > span {
  color: #ebebeb; }

.darkGrey, #blackRow i.fa-question, .topMenu .nav li a, #rightcol ul li a, #rightcol .block ol li:before, #rightcol .block ul li:before,
body .ui-accordion .ui-accordion-header, input.question + label > span, textarea.question + label > span,
a.button, button, input[type=button], .slick-slider a.button {
  color: #404040; }

.orange, a.action_reject {
  color: #fdcc09; }

a.action_reject:hover {
  color: #d1a802; }

.green, a.action_accept {
  color: #5cb85c; }

a.action_accept:hover, .alert-success {
  color: #449d44; }

.red, a.action_delete, .alert-error {
  color: #d9534f; }

a.action_delete:hover {
  color: #c9302c; }

/*************************
Turn off printable items
*************************/
.printable {
  display: none; }

/*********************
SPRITE
*********************/
/*.sprite {
	background: url('../images/sprite-master.png') no-repeat top left; 
	display:block;
}*/
#logo {
  display: inline-block;
  background: transparent url("../images/logo.png") no-repeat top center; }

/*********************
HEADER STYLES
*********************/
.header {
  background: #d9d9d9;
  border-bottom: 1px solid #cccccc; }
  .header #blackRow {
    background-color: #1a1a1a; }
    .header #blackRow .first a, .header #blackRow .second a {
      text-decoration: none; }
    .header #blackRow .first a {
      line-height: 2.4; }
    .header #blackRow .accountmenu {
      text-align: right; }
      .header #blackRow .accountmenu ul li {
        display: inline-block; }
        .header #blackRow .accountmenu ul li a {
          display: block;
          padding: 0.8em 0.5em; }
          .header #blackRow .accountmenu ul li a .fa-stack {
            margin-top: -5px; }
        .header #blackRow .accountmenu ul li a.alert {
          background-color: #1161ae; }
  .header #logo {
    width: 90px;
    height: 90px;
    margin: 0.25em auto;
    background-size: 90px 90px; }
  .header #clublogo {
    width: 90px;
    height: auto;
    max-height: 90px;
    margin: 0.25em auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .header #slogan, .header #sclublogan {
    display: none; }

/*********************
NAVIGATION STYLES
*********************/
.topMenu {
  position: relative;
  background: #d9d9d9;
  text-align: right;
  overflow: hidden;
  /* end .nav */ }
  .topMenu > div {
    float: left; }
  .topMenu .nav {
    position: absolute;
    right: 0;
    width: auto;
    border: 0;
    z-index: 99999;
    /* end .menu ul li */ }
    .topMenu .nav > li {
      display: block;
      float: left; }
      .topMenu .nav > li > a {
        background-color: #d9d9d9;
        border-right: 1px solid #cccccc;
        display: block;
        text-align: center;
        padding: 2em 1.2em;
        min-height: 110px; }
        .topMenu .nav > li > a:hover, .topMenu .nav > li > a:focus {
          background-color: #f2f2f2; }
        .topMenu .nav > li > a i {
          display: block;
          line-height: 1.75em; }
        .topMenu .nav > li > a span {
          display: none; }
      .topMenu .nav > li a.activerootmenulink, .topMenu .nav > li a.active {
        background-color: #fdcc09; }
      .topMenu .nav > li:first-of-type a {
        border-left: 1px solid #cccccc; }

/* end .topMenu */
/*********************
CONTENT STYLES
*********************/
#content, .push {
  background: #ebebeb; }

ul {
  padding: 0 0 0 20px; }
  ul li a {
    text-decoration: none; }

dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em; }

img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto; }
  img#clublogoimg, img#defaultclublogo {
    max-height: 150px; }

#breadcrumbs {
  margin: 0 0 1em 0;
  border-bottom: 1px dotted #949494;
  padding: 1em 0; }
  #breadcrumbs div {
    display: inline-block; }

/******************************************************************
FORM STYLES
******************************************************************/
.wrap {
  background: #f2f2f2 none;
  border: 1px solid #cccccc;
  padding: 1em;
  margin-bottom: 2em;
  text-align: left;
  border: 0;
  border-radius: 0; }
  .wrap p em {
    display: block; }

form, .respond-form {
  margin: 0 0;
  /********* Wrap form fields to look like input *******************/
  /* IN FOCUS label styling */
  /* additional layout options where there are multiple fields on one line */ }
  form .wrap p, .respond-form .wrap p {
    margin-bottom: 0.5em; }
  form .wrap span, .respond-form .wrap span {
    width: 4%;
    display: inline-block; }
  form .wrap label, .respond-form .wrap label {
    padding-right: 0.5em; }
  form .wrap .price span, .respond-form .wrap .price span {
    float: left;
    padding: 0.5em 0;
    line-height: 2em; }
  form .wrap .tablehead span, .respond-form .wrap .tablehead span {
    width: auto; }
  form img, .respond-form img {
    margin-bottom: 0.25em; }
  form textarea:focus,
  form input:focus, .respond-form textarea:focus,
  .respond-form input:focus {
    outline: 0; }
  form .formField,
  form input[type="text"],
  form select,
  form textarea, .respond-form .formField,
  .respond-form input[type="text"],
  .respond-form select,
  .respond-form textarea {
    padding: 0.5em;
    background-color: #fff;
    margin-bottom: 0.5em;
    border: 1px solid #cccccc; }
  form .formField,
  form input[type="text"],
  form textarea, .respond-form .formField,
  .respond-form input[type="text"],
  .respond-form textarea {
    width: 100%;
    max-width: 100%;
    display: block; }
  form .formField, .respond-form .formField {
    display: block;
    position: relative;
    min-height: 60px;
    padding-top: 0.75em;
    /********* Form Question (label) *******************/
    /* Underline and Placeholder */ }
    form .formField .question, .respond-form .formField .question {
      line-height: 2em;
      margin-bottom: 0em;
      padding: 0.5em 0;
      border: none;
      width: 100%;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      overflow-x: hidden;
      /* Hack to make "rows" attribute apply in Firefox. */ }
    form .formField.price .question, .respond-form .formField.price .question {
      width: 95%; }
    form .formField label, .respond-form .formField label {
      display: block;
      width: auto;
      white-space: nowrap;
      position: absolute;
      z-index: 1;
      padding: 0;
      margin: 0;
      bottom: 1.2em;
      cursor: text;
      -webkit-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    form .formField.price label, .respond-form .formField.price label {
      left: 1.6em; }
  form .labelFocus, .respond-form .labelFocus {
    /* label carries the validation styling */
    /* move label up out of the way */
    /* Invalid */ }
    form .labelFocus label, .respond-form .labelFocus label {
      top: 0.2em;
      height: 1px;
      -webkit-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    form .labelFocus.question:focus + label > span, form .labelFocus.question:valid +
    form .labelFocus.question:valid + label, .respond-form .labelFocus.question:focus + label > span, .respond-form .labelFocus.question:valid +
    form .labelFocus.question:valid + label, form .labelFocus.question:valid +
    .respond-form .labelFocus.question:valid + label, .respond-form .labelFocus.question:valid +
    .respond-form .labelFocus.question:valid + label {
      border-color: #5cb85c; }
    form .labelFocus.question:invalid + label, .respond-form .labelFocus.question:invalid + label {
      box-shadow: none; }
  form .inline, .respond-form .inline {
    margin-bottom: 0.5em; }
    form .inline input, form .inline > div, .respond-form .inline input, .respond-form .inline > div {
      display: inline; }
    form .inline.x2 input, form .inline.x2 > div, .respond-form .inline.x2 input, .respond-form .inline.x2 > div {
      max-width: 46%; }
      form .inline.x2 input:first-of-type + input, form .inline.x2 input:first-of-type + > div, form .inline.x2 > div:first-of-type + input, form .inline.x2 > div:first-of-type + > div, .respond-form .inline.x2 input:first-of-type + input, .respond-form .inline.x2 input:first-of-type + > div, .respond-form .inline.x2 > div:first-of-type + input, .respond-form .inline.x2 > div:first-of-type + > div {
        float: right; }
    form .inline.x3 input, form .inline.x3 select, form .inline.x3 > div, .respond-form .inline.x3 input, .respond-form .inline.x3 select, .respond-form .inline.x3 > div {
      max-width: 26%; }
  form .inline_x2 .formField, .respond-form .inline_x2 .formField {
    max-width: 49%;
    display: inline-block; }
    form .inline_x2 .formField:last-of-type, .respond-form .inline_x2 .formField:last-of-type {
      float: right; }

/* end respond form */
/*********************
Left Col
*********************/
#leftcol {
  padding: 1em;
  background: #fff; }

/*********************
RIGHT BLOCKS
*********************/
#rightcol {
  /* end .block */ }
  #rightcol .block {
    background: #fff;
    padding: 0;
    margin-bottom: 1em; }
    #rightcol .block .respond-form form, #rightcol .block #newsletter form {
      width: 100%; }
    #rightcol .block ol, #rightcol .block ul {
      padding: 0em 1em 1em 1em; }
      #rightcol .block ol li, #rightcol .block ul li {
        list-style: none;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0px;
        display: block;
        min-height: 40px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex; }
        #rightcol .block ol li a, #rightcol .block ul li a {
          text-decoration: none;
          width: 75%;
          line-height: 2; }
          #rightcol .block ol li a img, #rightcol .block ul li a img {
            max-width: 50px; }
      #rightcol .block ol li:before, #rightcol .block ul li:before {
        content: "\f105";
        font-family: FontAwesome;
        display: block;
        float: left;
        font-size: large;
        padding-right: 0.5em; }
    #rightcol .block img {
      margin: 0 0 0 0; }

/* end #rightcol */
/*********************
NEWS LISTING
*********************/
#listing {
  list-style: none;
  margin: 0;
  border-bottom: 1px dotted #bfbfbf;
  padding: 1em 0; }
  #listing h2 {
    margin: 0; }
  #listing p {
    margin-top: 0.25em; }
  #listing:last-child {
    border-bottom: 1px dotted #bfbfbf; }

div.listingImg {
  min-height: 100px; }

div.caseStudy img {
  max-width: 318px;
  height: auto; }

/*********************
GALLERY
*********************/
#gallery {
  display: table;
  margin: 0em auto;
  padding: 0 0 0 0; }
  #gallery li {
    list-style: none;
    width: 45.5%;
    margin-right: 2%;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    border-bottom: 1px dotted #bfbfbf; }
  #gallery p {
    display: none; }

/*********************
VIDEOS
*********************/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-left: 20px;
  margin-right: 20px; }
  .videoWrapper iframe,
  .videoWrapper object,
  .videoWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/******************************************************************
TABLE STYLES
******************************************************************/
/* RESPONSIVE TABLES */
table#tableCart, table.tableResp {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  /* end tbody */ }
  table#tableCart thead tr.tablehead, table.tableResp thead tr.tablehead {
    position: absolute;
    top: -9999px;
    left: -9999px;
    /*display:none;*/ }
    table#tableCart thead tr.tablehead td, table#tableCart thead tr.tablehead th, table.tableResp thead tr.tablehead td, table.tableResp thead tr.tablehead th {
      padding: 0.25em;
      border: 1px solid #cccccc; }
  table#tableCart tbody, table.tableResp tbody {
    display: block;
    /* registered players */
    /* Transaction records */
    /* List players */
    /* List players for admin view*/
    /* Rep Teams */
    /* Rep Teams, Awards */
    /* Club player fees */ }
    table#tableCart tbody tr, table.tableResp tbody tr {
      display: block;
      border-bottom: 2px solid #999999; }
      table#tableCart tbody tr td, table.tableResp tbody tr td {
        display: block;
        /* Behave  like a "row" */
        border: 1px solid #cccccc;
        border-bottom: none;
        position: relative;
        padding: 0.25em;
        padding-left: 55%;
        /* Stop table cell collapsing on mobile */
        min-height: 30px; }
        table#tableCart tbody tr td:before, table.tableResp tbody tr td:before {
          /* Now like a table header */
          position: absolute;
          /* Top/left values mimic padding */
          top: 6px;
          left: 6px;
          width: 50%;
          white-space: nowrap;
          text-align: left; }
    table#tableCart tbody#playertbody tr td, table.tableResp tbody#playertbody tr td {
      padding-left: 37%; }
      table#tableCart tbody#playertbody tr td:before, table.tableResp tbody#playertbody tr td:before {
        width: 35%; }
    table#tableCart tbody#playertbody tr td:nth-of-type(1):before, table.tableResp tbody#playertbody tr td:nth-of-type(1):before {
      content: "Player Name:"; }
    table#tableCart tbody#playertbody tr td:nth-of-type(2):before, table.tableResp tbody#playertbody tr td:nth-of-type(2):before {
      content: "Club:"; }
    table#tableCart tbody#playertbody tr td:nth-of-type(3):before, table.tableResp tbody#playertbody tr td:nth-of-type(3):before {
      content: "Team:"; }
    table#tableCart tbody#playertbody tr td:nth-of-type(4):before, table.tableResp tbody#playertbody tr td:nth-of-type(4):before {
      content: "Age Group:"; }
    table#tableCart tbody#playertbody tr td:nth-of-type(4):before, table.tableResp tbody#playertbody tr td:nth-of-type(4):before {
      content: "Date Registered:"; }
    table#tableCart tbody#paymenttbody tr td, table.tableResp tbody#paymenttbody tr td {
      padding-left: 37%; }
      table#tableCart tbody#paymenttbody tr td:before, table.tableResp tbody#paymenttbody tr td:before {
        width: 35%; }
    table#tableCart tbody#paymenttbody tr td:nth-of-type(1):before, table.tableResp tbody#paymenttbody tr td:nth-of-type(1):before {
      content: "Payment method:"; }
    table#tableCart tbody#paymenttbody tr td:nth-of-type(2):before, table.tableResp tbody#paymenttbody tr td:nth-of-type(2):before {
      content: "Transaction reference:"; }
    table#tableCart tbody#paymenttbody tr td:nth-of-type(3):before, table.tableResp tbody#paymenttbody tr td:nth-of-type(3):before {
      content: "Transaction date:"; }
    table#tableCart tbody#players tr:nth-child(even), table.tableResp tbody#players tr:nth-child(even) {
      background-color: #fff; }
    table#tableCart tbody#players tr td, table.tableResp tbody#players tr td {
      padding-left: 37%; }
      table#tableCart tbody#players tr td:before, table.tableResp tbody#players tr td:before {
        width: 35%; }
    table#tableCart tbody#players tr td:nth-of-type(1):before, table.tableResp tbody#players tr td:nth-of-type(1):before {
      content: "Year:"; }
    table#tableCart tbody#players tr td:nth-of-type(2):before, table.tableResp tbody#players tr td:nth-of-type(2):before {
      content: "Player:"; }
    table#tableCart tbody#players tr td:nth-of-type(3):before, table.tableResp tbody#players tr td:nth-of-type(3):before {
      content: "Age group:"; }
    table#tableCart tbody#players tr td:nth-of-type(4):before, table.tableResp tbody#players tr td:nth-of-type(4):before {
      content: "Team:"; }
    table#tableCart tbody#players tr td:nth-of-type(5):before, table.tableResp tbody#players tr td:nth-of-type(5):before {
      content: "Seasons played:"; }
    table#tableCart tbody#players tr td:nth-of-type(6):before, table.tableResp tbody#players tr td:nth-of-type(6):before {
      content: "Past teams:"; }
    table#tableCart tbody#players tr td:nth-of-type(7):before, table.tableResp tbody#players tr td:nth-of-type(7):before {
      content: "Actions:"; }
    table#tableCart tbody#players tr td:nth-of-type(8):before, table.tableResp tbody#players tr td:nth-of-type(8):before {
      content: ""; }
    table#tableCart tbody#players.adminPlayers tr:nth-child(even), table.tableResp tbody#players.adminPlayers tr:nth-child(even) {
      background-color: #fff; }
    table#tableCart tbody#players.adminPlayers tr td, table.tableResp tbody#players.adminPlayers tr td {
      padding-left: 37%; }
      table#tableCart tbody#players.adminPlayers tr td:before, table.tableResp tbody#players.adminPlayers tr td:before {
        width: 35%; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(1):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(1):before {
      content: "Year:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(2):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(2):before {
      content: "Player:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(3):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(3):before {
      content: "DOB:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(4):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(4):before {
      content: "Age group:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(5):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(5):before {
      content: "Club:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(6):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(6):before {
      content: "Team:"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(7):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(7):before {
      content: "History"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(8):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(8):before {
      content: "Rep History"; }
    table#tableCart tbody#players.adminPlayers tr td:nth-of-type(9):before, table.tableResp tbody#players.adminPlayers tr td:nth-of-type(9):before {
      content: ""; }
    table#tableCart tbody#repplayers tr td, table.tableResp tbody#repplayers tr td {
      padding-left: 37%; }
      table#tableCart tbody#repplayers tr td:before, table.tableResp tbody#repplayers tr td:before {
        width: 35%; }
    table#tableCart tbody#repplayers tr td:nth-of-type(1):before, table.tableResp tbody#repplayers tr td:nth-of-type(1):before {
      content: "Year:"; }
    table#tableCart tbody#repplayers tr td:nth-of-type(2):before, table.tableResp tbody#repplayers tr td:nth-of-type(2):before {
      content: "Team:"; }
    table#tableCart tbody#repplayers tr td:nth-of-type(3):before, table.tableResp tbody#repplayers tr td:nth-of-type(3):before {
      content: "Age group:"; }
    table#tableCart tbody#repplayers tr td:nth-of-type(4):before, table.tableResp tbody#repplayers tr td:nth-of-type(4):before {
      content: "Players:"; }
    table#tableCart tbody#repplayers tr td:nth-of-type(5):before, table.tableResp tbody#repplayers tr td:nth-of-type(5):before {
      content: ""; }
    table#tableCart tbody#repplayers tr td:nth-of-type(6):before, table.tableResp tbody#repplayers tr td:nth-of-type(6):before {
      content: ""; }
    table#tableCart tbody#repplayers tr td:nth-of-type(7):before, table.tableResp tbody#repplayers tr td:nth-of-type(7):before {
      content: ""; }
    table#tableCart tbody#playerrecord tr td, table#tableCart tbody#selectplayers tr td, table#tableCart tbody#players.repPlayers tr td, table#tableCart tbody#players.awardPlayers tr td, table.tableResp tbody#playerrecord tr td, table.tableResp tbody#selectplayers tr td, table.tableResp tbody#players.repPlayers tr td, table.tableResp tbody#players.awardPlayers tr td {
      padding-left: 37%; }
      table#tableCart tbody#playerrecord tr td:before, table#tableCart tbody#selectplayers tr td:before, table#tableCart tbody#players.repPlayers tr td:before, table#tableCart tbody#players.awardPlayers tr td:before, table.tableResp tbody#playerrecord tr td:before, table.tableResp tbody#selectplayers tr td:before, table.tableResp tbody#players.repPlayers tr td:before, table.tableResp tbody#players.awardPlayers tr td:before {
        width: 35%; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(1):before, table#tableCart tbody#selectplayers tr td:nth-of-type(1):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(1):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(1):before, table.tableResp tbody#playerrecord tr td:nth-of-type(1):before, table.tableResp tbody#selectplayers tr td:nth-of-type(1):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(1):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(1):before {
      content: "Year:"; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(2):before, table#tableCart tbody#selectplayers tr td:nth-of-type(2):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(2):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(2):before, table.tableResp tbody#playerrecord tr td:nth-of-type(2):before, table.tableResp tbody#selectplayers tr td:nth-of-type(2):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(2):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(2):before {
      content: "Player:"; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(3):before, table#tableCart tbody#selectplayers tr td:nth-of-type(3):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(3):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(3):before, table.tableResp tbody#playerrecord tr td:nth-of-type(3):before, table.tableResp tbody#selectplayers tr td:nth-of-type(3):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(3):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(3):before {
      content: "Age group:"; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(4):before, table#tableCart tbody#selectplayers tr td:nth-of-type(4):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(4):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(4):before, table.tableResp tbody#playerrecord tr td:nth-of-type(4):before, table.tableResp tbody#selectplayers tr td:nth-of-type(4):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(4):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(4):before {
      content: "Club"; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(5):before, table#tableCart tbody#selectplayers tr td:nth-of-type(5):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(5):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(5):before, table.tableResp tbody#playerrecord tr td:nth-of-type(5):before, table.tableResp tbody#selectplayers tr td:nth-of-type(5):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(5):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(5):before {
      content: "Team:"; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(6):before, table#tableCart tbody#selectplayers tr td:nth-of-type(6):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(6):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(6):before, table.tableResp tbody#playerrecord tr td:nth-of-type(6):before, table.tableResp tbody#selectplayers tr td:nth-of-type(6):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(6):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(6):before {
      content: ""; }
    table#tableCart tbody#playerrecord tr td:nth-of-type(7):before, table#tableCart tbody#selectplayers tr td:nth-of-type(7):before, table#tableCart tbody#players.repPlayers tr td:nth-of-type(7):before, table#tableCart tbody#players.awardPlayers tr td:nth-of-type(7):before, table.tableResp tbody#playerrecord tr td:nth-of-type(7):before, table.tableResp tbody#selectplayers tr td:nth-of-type(7):before, table.tableResp tbody#players.repPlayers tr td:nth-of-type(7):before, table.tableResp tbody#players.awardPlayers tr td:nth-of-type(7):before {
      content: ""; }
    table#tableCart tbody#fees tr:nth-child(even), table.tableResp tbody#fees tr:nth-child(even) {
      background-color: #fff; }
    table#tableCart tbody#fees tr td, table.tableResp tbody#fees tr td {
      padding-left: 37%; }
      table#tableCart tbody#fees tr td:before, table.tableResp tbody#fees tr td:before {
        width: 35%; }
    table#tableCart tbody#fees tr td:nth-of-type(1):before, table.tableResp tbody#fees tr td:nth-of-type(1):before {
      content: "Age group:"; }
    table#tableCart tbody#fees tr td:nth-of-type(2):before, table.tableResp tbody#fees tr td:nth-of-type(2):before {
      content: "Gender:"; }
    table#tableCart tbody#fees tr td:nth-of-type(3):before, table.tableResp tbody#fees tr td:nth-of-type(3):before {
      content: "Fee:"; }

/*********************
FOOTER STYLES
*********************/
#footer {
  text-align: center;
  background-color: #fff;
  clear: both; }
  #footer div {
    padding: 1em 0em; }

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block; }

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }
  .dropdown-content button {
    display: block;
    width: 150px; }

.strikeout {
  text-decoration: line-through; }

.itemdetails {
  padding: 3px; }

/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%; }

  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%; }

  /* 13.45%; } /* grid_2  */
  .threecol, .threeflex {
    width: 22.928176794%; }

  /* 22.05%; } /* grid_3  */
  .fourcol, .fourflex {
    width: 31.491712705%; }

  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%; }

  /* 39.45%; } /* grid_5  */
  .sixcol, .sixflex {
    width: 48.618784527%; }

  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%; }

  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%; }

  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%; }

  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%; }

  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%; }

  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%; }

  /* 100%;   } /* grid_12 */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%; }

  .first {
    margin-left: 0; }

  .last {
    float: right; }

  .flexWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*height: 100%;*/ }
    .flexWrap + div {
      margin-left: 0; }
    .flexWrap .flexItem, .flexWrap .threeflex, .flexWrap .sixflex, .flexWrap mainMenu ul > li {
      display: inline-block;
      flex: 1; }
    .flexWrap .threeflex, .flexWrap .fourflex, .flexWrap .sixflex {
      margin-left: 2.762430939%; }
    .flexWrap > h3, .flexWrap > p {
      display: block;
      width: 99.999999993%; }
    .flexWrap .first {
      margin-left: 0; }

  /*********************
  BLOCK LAYOUT
  **********************/
  .columnlayout {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*height: 100%;*/ }
    .columnlayout > div, .columnlayout li {
      display: inline-block;
      vertical-align: top;
      flex: 1 1 auto;
      width: 48%;
      margin-right: 2.762430939%;
      margin-bottom: 1em; }
      .columnlayout > div div, .columnlayout li div {
        width: auto; }
      .columnlayout > div:nth-child(2n+2), .columnlayout li:nth-child(2n+2) {
        margin-right: 0; }
    .columnlayout .guardian {
      flex-grow: 0; }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  h1, .h1 {
    font-size: 2em; }

  .topMenu .nav > li > a i {
    font-size: 1.4em; }

  .step5 h3 {
    padding: 0em; }
    .step5 h3 span {
      width: 85%;
      padding: 1em; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .row {
    max-width: 1260px; }

  /*********************
  HEADER STYLES
  *********************/
  .header .last p {
    text-align: right; }
  .header #logo {
    margin: 0.25em 0; }
  .header #sclublogan {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 0.25em; }
  .header #sclublogan {
    left: 100px; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu > div {
    margin-right: auto;
    text-align: left;
    width: auto;
    height: 100px;
    width: 22.928176794%; }
  .topMenu > div.first {
    width: auto; }
  .topMenu #mainMenu {
    float: right; }
  .topMenu .nav > li > a {
    padding: 2em 1em; }
    .topMenu .nav > li > a span {
      display: block; }

  /*********************
  CONTENT STYLES
  *********************/
  #content .row {
    padding-top: 2em;
    padding-bottom: 2em; }

  #hero img {
    max-height: 300px; }

  /*******************
  FORM STYLES
  ***********************/
  body.club div.varWrap > div {
    margin-left: 0; }

  /*********************
  NEWS LISTING
  *********************/
  div.listingImg {
    float: left;
    width: 30%; }

  div.listingTxt {
    float: left;
    width: 70%; }

  div.caseStudy {
    float: left;
    width: 48%;
    padding: 1em 0 2em 0;
    position: relative;
    margin-right: 1.9%; }

  /*********************
  GALLERY
  *********************/
  #gallery li {
    width: 22.5%;
    margin-right: 2%; }

  /*********************
  VIDEOS
  *********************/
  .videoWrapper {
    margin-left: 0px;
    margin-right: 0px; }

  /******************************************************************
  TABLE STYLES
  ******************************************************************/
  /* RESPONSIVE TABLES */
  table.tableFixed {
    table-layout: fixed; }

  table#tableCart, table.tableResp {
    display: table; }
    table#tableCart thead tr.tablehead, table.tableResp thead tr.tablehead {
      position: relative;
      top: 0;
      left: 0; }
      table#tableCart thead tr.tablehead td, table#tableCart thead tr.tablehead th, table.tableResp thead tr.tablehead td, table.tableResp thead tr.tablehead th {
        background: #fff;
        display: table-cell; }
    table#tableCart tbody, table.tableResp tbody {
      display: table-row-group; }
      table#tableCart tbody tr, table.tableResp tbody tr {
        display: table-row;
        border-bottom: none; }
        table#tableCart tbody tr td, table.tableResp tbody tr td {
          display: table-cell;
          padding-left: 0.25em !important;
          border-bottom: 1px solid #cccccc;
          /* Add this class to td's that need to avoid text-wrap */
          /* Hide mobile headings */ }
          table#tableCart tbody tr td.Stretch, table.tableResp tbody tr td.Stretch {
            word-wrap: break-word;
            min-width: 120px; }
          table#tableCart tbody tr td.noStretch, table.tableResp tbody tr td.noStretch {
            white-space: nowrap; }
          table#tableCart tbody tr td:before, table.tableResp tbody tr td:before {
            display: none; }

  /*********************
  FOOTER STYLES
  *********************/
  #footer {
    text-align: left; }
    #footer .last {
      text-align: right; }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Admin Tablet & Small Desktop Stylesheet
  
  Here's where I've put the Admin stuff cause I'm not sure what to do with it just yet.
  Keeping it clean and seperate from the new stuff.
  
  ******************************************************************/
  /* ============================= */
  /* ! Admin MENU   */
  /* ============================= */
  .adminmenucontainer {
    width: 100%;
    background-color: #eeeeee; }

  /*.adminmenu {width: 770px;}*/
  .adminmenu {
    width: 100%; }

  .adminmenurow {
    text-align: center;
    height: 24px; }

  .adminrootheading {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    font-weight: bold;
    font-size: 13px; }

  .adminrootitem {
    text-align: center;
    background-color: #eeeeee;
    color: #000000;
    text-decoration: none;
    width: 14.28%;
    text-indent: 30px; }

  a.adminrootmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px; }

  .adminsubmenu {
    line-height: 14px;
    width: 180px;
    display: none;
    position: absolute;
    background-color: #eeeeee;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style-type: none;
    z-index: 1000; }

  .adminmenuitem {
    height: 24px;
    padding: 3px; }

  a.adminmenulink {
    line-height: 14px;
    display: block;
    color: #000000;
    padding: 6px;
    text-align: left;
    text-decoration: none;
    font-size: 12px;
    text-indent: 10px; }

  body.admcaptcha_edit #leftcol {
    width: 100%; }

  body.admcaptcha_edit #leftcol .block, body.admcaptcha_edit #rightcol {
    display: none; }

  /*********************
  HOME BLOCK LAYOUT
  **********************/
  /* Needed to lay home blocks out in admin interface and overwrite some of the styling*/
  .columnlayout div.admin_content_block, .columnlayout div.admin_content_block div {
    width: 100% !important; }

  div.admin_content_block > div {
    margin: 0px;
    padding: 0 0 0 0;
    background: #fff;
    border: none; }

  /* ============================= */
  /* ! Admin CKEDITOR  */
  /* ============================= */
  .cke_button__kook_templates, .cke_button__kook_forms, .cke_button__kook_slideshows, .cke_button__kook_embed, .cke_button__kook_products, .cke_button__kook_templates_label, .cke_button__kook_forms_label, .cke_button__kook_slideshows_label, .cke_button__kook_embed_label, .cke_button__kook_products_label {
    display: inline !important; }

  .cke_button__kook_templates_icon, .cke_button__kook_forms_icon, .cke_button__kook_slideshows_icon, .cke_button__kook_embed_icon, .cke_button__kook_products_icon {
    display: none !important; }

  .cke_editable {
    line-height: normal !important; }

  body.cke_editable {
    background-color: #fff;
    line-height: normal !important; }

  /*********************
  Captcha
  **********************/
  #grdCaptcha td {
    padding: 0.25em 0.5em;
    word-wrap: break-word; }

  /***************
  SiteMap Drag and Drop
  ******************/
  #sitemap_header {
    width: 70em; }

  #sitemap_header dt {
    width: 66em; }

  .sitemap_undo {
    float: right; }

  #sitemap, #dragHelper {
    display: block;
    margin: 0;
    list-style: none; }

  #dragHelper {
    background: #eee; }

  #sitemap ul, #dragHelper ul {
    font-size: 1em;
    list-style: none; }

  #sitemap li, #dragHelper li {
    display: block;
    width: 100%;
    display: block;
    clear: both; }

  #sitemap dl, #dragHelper div {
    position: relative;
    display: block;
    height: 19px;
    border-top: 1px solid #eee;
    padding-top: 1px;
    background: #fff; }

  #sitemap dt, #dragHelper dt {
    float: left;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1em;
    margin-left: 16px;
    padding: 0 0 0 1px; }

  #sitemap dd, #dragHelper dd {
    float: left; }

  #sitemap .sm2_actions, #dragHelper .sm2_actions {
    display: none;
    padding: 3px 2px 0 5px; }

  #sitemap .sm2_status, #dragHelper .sm2_status {
    position: absolute;
    top: 3px;
    right: 0; }

  #sitemap dl:hover dd, #sitemap dd:hover {
    display: block; }

  #sitemap dd strong, #dragHelper dd strong {
    display: none; }

  #sitemap a, #dragHelper a {
    border: none; }

  #sitemap .sm2_expander, #dragHelper .sm2_expander {
    position: absolute;
    left: 0;
    top: 4px; }

  #sitemap .sm2_liOpen, #dragHelper .sm2_liOpen {
    background: url(../img/sm2_li.gif) left repeat-y; }

  #sitemap .sm2_liOpen > dl > .sm2_expander, #dragHelper .sm2_liOpen > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_open.gif) 50% 50% no-repeat; }

  #sitemap .sm2_liClosed > dl > .sm2_expander, #dragHelper .sm2_liClosed > dl > .sm2_expander {
    display: block;
    width: 15px;
    height: 1em;
    background: url(../img/excol_closed.gif) 50% 50% no-repeat; }

  #sitemap .sm2_liClosed ul, #dragHelper .sm2_liClosed ul {
    display: none; }

  .sm2_move, .sm2_delete, .sm2_addChild, .sm2_pub, .sm2_workFlow {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    text-indent: -5000px;
    margin: 0 1px 0 0;
    background: url(../img/sm2_move.png) top left no-repeat; }

  .sm2_actions * {
    cursor: pointer; }

  .sm2_pub, .sm2_workFlow {
    float: right;
    margin: 0 1px 0 0; }

  .sm2_move {
    background-image: url(../img/sm2_move.png); }

  .sm2_delete {
    background-image: url(../img/sm2_delete.png); }

  .sm2_addChild {
    background-image: url(../img/sm2_addChild.png); }

  .sm2_pub {
    background-image: url(../img/sm2_unpub.png); }

  .sm2_workFlow {
    background-image: none; }

  #sortHelper {
    height: 1px !important;
    background: #000;
    margin: 0 !important;
    padding: 0;
    position: relative;
    z-index: 100; }

  #sortHelper + li {
    margin-top: 0; }

  #dropMenu {
    background: #333;
    color: #eee;
    position: absolute;
    display: none;
    z-index: 1000; }

  #dropMenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-indent: 0; }

  #dropMenu li {
    margin: 0;
    padding: 5px 10px;
    width: 100px;
    cursor: pointer;
    font-weight: bold; }

  #sitemap .dropzone {
    height: 6px;
    background-color: #fff;
    border-bottom: 4px solid #fff; }

  .HideAdminField {
    display: none; } }
/*
TABLET & SMALLER LAPTOPS LANDSCAPE
Tablets in landscape view and upwards, display the desktop menu
*/
@media only screen and (min-width: 1024px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet Landscape
  
  Needed to change the menu styling from mobile to desktop
  
  ******************************************************************/
  .bigQuoteTitle {
    font-size: 5em; }

  h1, .h1, .quoteTitle {
    font-size: 2.2em; }

  /*********************
  HEADER STYLES
  *********************/
  .header #blackRow > div > div {
    max-height: 34px; }
  .header #blackRow .accountmenu ul li a {
    padding: 0.5em 1.2em; }
  .header #slogan {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin-left: 0.25em; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu > div.first {
    width: 22.928176794%; } }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/ }
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .bigQuoteTitle {
    font-size: 6em; }

  h1, .h1 {
    font-size: 2.4em; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .topMenu .nav > li > a {
    padding: 1.5em 1.5em; }
    .topMenu .nav > li > a i {
      font-size: 180%;
      line-height: 1.2; } }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  /* Logo */
  #logo {
    background-image: url("../images/logo-2x.png"); } }
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT ONLY STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  body, article, section, #quote {
    width: 100% !important;
    margin: 0;
    padding: 0; }

  #leftcol, .page {
    min-width: 786px !important; }

  @page {
    margin: 0.5cm;
    size: A3; }
  /* ============================== */
  /* ! Turn on printable items  */
  /* ============================== */ }
@media print {
  .printable {
    display: block; } }

/*# sourceMappingURL=style.css.map */
