@charset "UTF-8";
/*! 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, .widget_recent_entries .post-date, .tribe-events-list-widget .tribe-events-widget-link {
  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: 1em 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 */
  /* 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; }

/******************************************************************
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.
******************************************************************/
b, strong {
  font-weight: bold; }

dfn, em {
  font-style: italic; }

small, .widget_recent_entries .post-date, .tribe-events-list-widget .tribe-events-widget-link {
  font-size: 75%; }

dd {
  margin: 0; }

/**
 * This is the most useful file in the framework.
 * Set up the variables for this skin here.
 * Feel free to add your own for use throughout.
 */
/* === TYPOGRAPHY === */
/* === COLOURS === */
/* === BREAKPOINTS === */
/* === GRID === */
/* === ELEMENTS === */
/**
 * A few mixins used by the framework
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, .social-media-links a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.28571em;
  text-align: center; }

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .icon-ul > li {
    position: relative; }

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .icon-li.icon-lg {
    left: -1.85714em; }

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.icon.pull-left, .social-media-links a.pull-left:before {
  margin-right: .3em; }

.icon.pull-right, .social-media-links a.pull-right:before {
  margin-left: .3em; }

.icon-spin {
  animation: fa-spin 2s infinite linear; }

.icon-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  filter: none; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.icon-stack-1x {
  line-height: inherit; }

.icon-stack-2x {
  font-size: 2em; }

.icon-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-o:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-o:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: ""; }

.icon-search-plus:before {
  content: ""; }

.icon-search-minus:before {
  content: ""; }

.icon-power-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash-o:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-o:before {
  content: ""; }

.icon-clock-o:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-arrow-circle-o-down:before {
  content: ""; }

.icon-arrow-circle-o-up:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle-o:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-dedent:before,
.icon-outdent:before {
  content: ""; }

.icon-indent:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before,
.icon-pencil-square-o:before {
  content: ""; }

.icon-share-square-o:before {
  content: ""; }

.icon-check-square-o:before {
  content: ""; }

.icon-arrows:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-circle:before {
  content: ""; }

.icon-minus-circle:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-check-circle:before {
  content: ""; }

.icon-question-circle:before {
  content: ""; }

.icon-info-circle:before {
  content: ""; }

.icon-crosshairs:before {
  content: ""; }

.icon-times-circle-o:before {
  content: ""; }

.icon-check-circle-o:before {
  content: ""; }

.icon-ban:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-compress:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-circle:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-slash:before {
  content: ""; }

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-arrows-v:before {
  content: ""; }

.icon-arrows-h:before {
  content: ""; }

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: ""; }

.icon-twitter-square:before, .social-media-links .twitter a:before {
  content: ""; }

.icon-facebook-square:before, .social-media-links .facebook a:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-o-up:before {
  content: ""; }

.icon-thumbs-o-down:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-sign-out:before {
  content: ""; }

.icon-linkedin-square:before, .social-media-links .linkedin a:before {
  content: ""; }

.icon-thumb-tack:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-sign-in:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-square:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-lemon-o:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-square-o:before {
  content: ""; }

.icon-bookmark-o:before {
  content: ""; }

.icon-phone-square:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook-f:before,
.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd-o:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-o-right:before {
  content: ""; }

.icon-hand-o-left:before {
  content: ""; }

.icon-hand-o-up:before {
  content: ""; }

.icon-hand-o-down:before {
  content: ""; }

.icon-arrow-circle-left:before {
  content: ""; }

.icon-arrow-circle-right:before {
  content: ""; }

.icon-arrow-circle-up:before {
  content: ""; }

.icon-arrow-circle-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-arrows-alt:before {
  content: ""; }

.icon-group:before,
.icon-users:before {
  content: ""; }

.icon-chain:before,
.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-flask:before {
  content: ""; }

.icon-cut:before,
.icon-scissors:before {
  content: ""; }

.icon-copy:before,
.icon-files-o:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-save:before,
.icon-floppy-o:before {
  content: ""; }

.icon-square:before {
  content: ""; }

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-square:before {
  content: ""; }

.icon-google-plus-square:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-unsorted:before,
.icon-sort:before {
  content: ""; }

.icon-sort-down:before,
.icon-sort-desc:before {
  content: ""; }

.icon-sort-up:before,
.icon-sort-asc:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before,
.icon-gavel:before {
  content: ""; }

.icon-dashboard:before,
.icon-tachometer:before {
  content: ""; }

.icon-comment-o:before {
  content: ""; }

.icon-comments-o:before {
  content: ""; }

.icon-flash:before,
.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before,
.icon-clipboard:before {
  content: ""; }

.icon-lightbulb-o:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-o:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-cutlery:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-building-o:before {
  content: ""; }

.icon-hospital-o:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-square:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-angle-double-left:before {
  content: ""; }

.icon-angle-double-right:before {
  content: ""; }

.icon-angle-double-up:before {
  content: ""; }

.icon-angle-double-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: ""; }

.icon-circle-o:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-o:before {
  content: ""; }

.icon-folder-open-o:before {
  content: ""; }

.icon-smile-o:before {
  content: ""; }

.icon-frown-o:before {
  content: ""; }

.icon-meh-o:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard-o:before {
  content: ""; }

.icon-flag-o:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: ""; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-slash:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-o:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-circle-left:before {
  content: ""; }

.icon-chevron-circle-right:before {
  content: ""; }

.icon-chevron-circle-up:before {
  content: ""; }

.icon-chevron-circle-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-h:before {
  content: ""; }

.icon-ellipsis-v:before {
  content: ""; }

.icon-rss-square:before, .social-media-links .feed a:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-minus-square-o:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-pencil-square:before {
  content: ""; }

.icon-external-link-square:before {
  content: ""; }

.icon-share-square:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: ""; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: ""; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numeric-desc:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-square:before, .social-media-links .youtube a:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-square:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stack-overflow:before {
  content: ""; }

.icon-instagram:before, .social-media-links .instagram a:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-square:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-square:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before,
.icon-gratipay:before {
  content: ""; }

.icon-sun-o:before {
  content: ""; }

.icon-moon-o:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-pagelines:before {
  content: ""; }

.icon-stack-exchange:before {
  content: ""; }

.icon-arrow-circle-o-right:before {
  content: ""; }

.icon-arrow-circle-o-left:before {
  content: ""; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: ""; }

.icon-dot-circle-o:before {
  content: ""; }

.icon-wheelchair:before {
  content: ""; }

.icon-vimeo-square:before {
  content: ""; }

.icon-turkish-lira:before,
.icon-try:before {
  content: ""; }

.icon-plus-square-o:before {
  content: ""; }

.icon-space-shuttle:before {
  content: ""; }

.icon-slack:before {
  content: ""; }

.icon-envelope-square:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-openid:before {
  content: ""; }

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: ""; }

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-reddit-square:before {
  content: ""; }

.icon-stumbleupon-circle:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-digg:before {
  content: ""; }

.icon-pied-piper:before {
  content: ""; }

.icon-pied-piper-alt:before {
  content: ""; }

.icon-drupal:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-language:before {
  content: ""; }

.icon-fax:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-paw:before {
  content: ""; }

.icon-spoon:before {
  content: ""; }

.icon-cube:before {
  content: ""; }

.icon-cubes:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance-square:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam-square:before {
  content: ""; }

.icon-recycle:before {
  content: ""; }

.icon-automobile:before,
.icon-car:before {
  content: ""; }

.icon-cab:before,
.icon-taxi:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-file-pdf-o:before {
  content: ""; }

.icon-file-word-o:before {
  content: ""; }

.icon-file-excel-o:before {
  content: ""; }

.icon-file-powerpoint-o:before {
  content: ""; }

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: ""; }

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: ""; }

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: ""; }

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: ""; }

.icon-file-code-o:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-jsfiddle:before {
  content: ""; }

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: ""; }

.icon-circle-o-notch:before {
  content: ""; }

.icon-ra:before,
.icon-rebel:before {
  content: ""; }

.icon-ge:before,
.icon-empire:before {
  content: ""; }

.icon-git-square:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-hacker-news:before {
  content: ""; }

.icon-tencent-weibo:before {
  content: ""; }

.icon-qq:before {
  content: ""; }

.icon-wechat:before,
.icon-weixin:before {
  content: ""; }

.icon-send:before,
.icon-paper-plane:before {
  content: ""; }

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-genderless:before,
.icon-circle-thin:before {
  content: ""; }

.icon-header:before {
  content: ""; }

.icon-paragraph:before {
  content: ""; }

.icon-sliders:before {
  content: ""; }

.icon-share-alt:before {
  content: ""; }

.icon-share-alt-square:before {
  content: ""; }

.icon-bomb:before {
  content: ""; }

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: ""; }

.icon-tty:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-plug:before {
  content: ""; }

.icon-slideshare:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-newspaper-o:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-google-wallet:before {
  content: ""; }

.icon-cc-visa:before {
  content: ""; }

.icon-cc-mastercard:before {
  content: ""; }

.icon-cc-discover:before {
  content: ""; }

.icon-cc-amex:before {
  content: ""; }

.icon-cc-paypal:before {
  content: ""; }

.icon-cc-stripe:before {
  content: ""; }

.icon-bell-slash:before {
  content: ""; }

.icon-bell-slash-o:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-copyright:before {
  content: ""; }

.icon-at:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-paint-brush:before {
  content: ""; }

.icon-birthday-cake:before {
  content: ""; }

.icon-area-chart:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-line-chart:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm-square:before {
  content: ""; }

.icon-toggle-off:before {
  content: ""; }

.icon-toggle-on:before {
  content: ""; }

.icon-bicycle:before {
  content: ""; }

.icon-bus:before {
  content: ""; }

.icon-ioxhost:before {
  content: ""; }

.icon-angellist:before {
  content: ""; }

.icon-cc:before {
  content: ""; }

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: ""; }

.icon-meanpath:before {
  content: ""; }

.icon-buysellads:before {
  content: ""; }

.icon-connectdevelop:before {
  content: ""; }

.icon-dashcube:before {
  content: ""; }

.icon-forumbee:before {
  content: ""; }

.icon-leanpub:before {
  content: ""; }

.icon-sellsy:before {
  content: ""; }

.icon-shirtsinbulk:before {
  content: ""; }

.icon-simplybuilt:before {
  content: ""; }

.icon-skyatlas:before {
  content: ""; }

.icon-cart-plus:before {
  content: ""; }

.icon-cart-arrow-down:before {
  content: ""; }

.icon-diamond:before {
  content: ""; }

.icon-ship:before {
  content: ""; }

.icon-user-secret:before {
  content: ""; }

.icon-motorcycle:before {
  content: ""; }

.icon-street-view:before {
  content: ""; }

.icon-heartbeat:before {
  content: ""; }

.icon-venus:before {
  content: ""; }

.icon-mars:before {
  content: ""; }

.icon-mercury:before {
  content: ""; }

.icon-transgender:before {
  content: ""; }

.icon-transgender-alt:before {
  content: ""; }

.icon-venus-double:before {
  content: ""; }

.icon-mars-double:before {
  content: ""; }

.icon-venus-mars:before {
  content: ""; }

.icon-mars-stroke:before {
  content: ""; }

.icon-mars-stroke-v:before {
  content: ""; }

.icon-mars-stroke-h:before {
  content: ""; }

.icon-neuter:before {
  content: ""; }

.icon-facebook-official:before {
  content: ""; }

.icon-pinterest-p:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-server:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-times:before {
  content: ""; }

.icon-hotel:before,
.icon-bed:before {
  content: ""; }

.icon-viacoin:before {
  content: ""; }

.icon-train:before {
  content: ""; }

.icon-subway:before {
  content: ""; }

.icon-medium:before {
  content: ""; }

@font-face {
  font-family: "aic-sports";
  src: url("../fonts/aic-sports/aic-sports.eot");
  src: url("../fonts/aic-sports/aic-sports.eot?#iefix") format("embedded-opentype"), url("../fonts/aic-sports/aic-sports.woff") format("woff"), url("../fonts/aic-sports/aic-sports.ttf") format("truetype"), url("../fonts/aic-sports/aic-sports.svg#aic-sports") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:after {
  font-family: "aic-sports" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="sports-icon-"]:after,
[class*=" sports-icon-"]:after {
  font-family: "aic-sports" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sports-icon-basketball:after {
  content: "k"; }

.sports-icon-cricket:after {
  content: "i"; }

.sports-icon-football:after {
  content: "h"; }

.sports-icon-golf:after {
  content: "g"; }

.sports-icon-rugby:after {
  content: "f"; }

.sports-icon-swimming:after {
  content: "e"; }

.sports-icon-tennis:after {
  content: "d"; }

.sports-icon-track:after {
  content: "c"; }

.sports-icon-volleyball:after {
  content: "b"; }

.sports-icon-waterpolo:after {
  content: "a"; }

.sports-icon-chess:after {
  content: "j"; }

.sports-icon-afl:after {
  content: "l"; }

.sports-icon-afl:after {
  content: url("https://aicsport.com.au/wp-content/themes/aic/library/images/AIC-AFLv3.svg");
  width: 80px;
  height: 80px; }

.sports-icon-rugby-league:after {
  content: url("https://aicsport.com.au/wp-content/themes/aic/library/images/AIC-rugby01.svg");
  width: 80px;
  height: 80px; }

@font-face {
  font-family: "aic-tab-icons";
  src: url("../fonts/aic-tab-icons/aic-tab-icons.eot");
  src: url("../fonts/aic-tab-icons/aic-tab-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/aic-tab-icons/aic-tab-icons.woff") format("woff"), url("../fonts/aic-tab-icons/aic-tab-icons.ttf") format("truetype"), url("../fonts/aic-tab-icons/aic-tab-icons.svg#aic-tab-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "aic-tab-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="tab-icon-"]:before,
[class*=" tab-icon-"]:before {
  font-family: "aic-tab-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.tab-icon-comment:before {
  content: "a"; }

.tab-icon-email:before {
  content: "b"; }

.tab-icon-lightbulb:before {
  content: "c"; }

.tab-icon-map:before {
  content: "d"; }

.tab-icon-phone:before {
  content: "e"; }

.tab-icon-shield:before {
  content: "f"; }

.tab-icon-user:before {
  content: "g"; }

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

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

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

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

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

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

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

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

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

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  transition: all 1s ease; }

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

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

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

/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 32px;
  font-size: 3.2rem; }

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem; }

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem; }

h4, .h4, .widget-title {
  font-size: 17px;
  font-size: 1.7rem; }

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6, .h6 {
  font-size: 15px;
  font-size: 1.5rem; }

img {
  max-width: 100%;
  height: auto; }
  .lt-ie9 img {
    width: auto; }

.aligncenter,
.alignright,
.alignleft {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignnone {
  margin: 0 0 24px 0; }

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 24px 24px;
    max-width: 60%; }
  .alignleft {
    float: left;
    margin: 0 24px 24px 0;
    max-width: 60%; } }

.wp-caption {
  max-width: 100%; }
  .wp-caption img {
    float: none;
    margin: 0; }
  .wp-caption p.wp-caption-text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
    margin: 0; }

input[type="search"]::-webkit-search-decoration {
  display: none; }

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none; }

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1; }

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none; }

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid #c3c7ca;
  background: #f1f2f3;
  cursor: pointer;
  color: #363636;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 0.2em 1em;
  text-decoration: none;
  vertical-align: middle;
  width: auto; }
  button:hover, button:active,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="button"]:hover,
  input[type="button"]:active {
    background: #e3e5e7;
    border-color: #b5babe;
    text-decoration: none; }
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner {
    border: 0;
    padding: 0; }

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #c3c7ca;
  color: #363636;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  vertical-align: middle; }
  @media screen and (max-width: 649px) {
    textarea,
    select,
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    input[type="file"] {
      font-size: 16px;
      font-size: 1.6rem; } }

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #AAA;
  cursor: default; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #AAA; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA; }

input.placeholder_text,
textarea.placeholder_text {
  color: #AAA; }

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px; }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px; }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px; }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666; } }

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  max-width: 100%; }

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
  optgroup::-moz-focus-inner {
    border: 0;
    padding: 0; }

.media-img {
  margin-bottom: 15.84px; }

.media-body {
  overflow: hidden; }
  .media-body > :last-child {
    margin-bottom: 0; }
    .media-body > :last-child > :last-child {
      margin-bottom: 0; }
      .media-body > :last-child > :last-child > :last-child {
        margin-bottom: 0; }

.media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media {
  display: block; }

.media > .media-img {
  float: left;
  margin-right: 24px;
  max-width: 25%; }

@media screen and (min-width: 480px) {
  .xs-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

@media screen and (min-width: 600px) {
  .s-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

@media screen and (min-width: 768px) {
  .m-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

@media screen and (min-width: 940px) {
  .l-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

@media screen and (min-width: 1120px) {
  .xl-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

@media screen and (min-width: 1300px) {
  .xxl-media > .media-img {
    float: left;
    margin-right: 24px;
    max-width: 25%; } }

/* 
<ul class="nav">
    <li><a>Link</a></li>
</ul>
*/
.nav > li, .pagination ol > li,
.nav > li > a, .pagination ol > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1; }

/**
 * Grids are based on CSS Wizardry Grids, but have the option of using floated columns in
 * situations where you don't want to comment out whitespace (most of the time).
 
<div class="grid">
    <div class="col xs-one-half m-one-quarter">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
    <div class="col xs-one-half m-one-quarter xs-first m-not-first">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
</div>

 */
.grid {
  margin-left: -30px;
  list-style: none;
  margin-bottom: 0;
  vertical-align: top; }
  .grid.tight {
    margin-left: -4px; }
    .grid.tight .col, .grid.tight .grid-item, .grid.tight .main-col, .grid.tight .sidebar, .grid.tight .grid-item {
      padding-left: 4px;
      margin-bottom: 4px; }

.grid > .grid {
  margin-left: 0; }

.col, .grid-item, .main-col, .sidebar {
  display: block;
  float: left;
  width: 100%;
  padding-left: 30px; }

.grid-item {
  float: none;
  display: inline-block;
  vertical-align: top; }

@media screen and (max-width: 939px) {
  .grid {
    margin-left: -30px; }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 30px; } }

@media screen and (max-width: 599px) {
  .grid {
    margin-left: -30px; }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 30px; } }

.one-whole {
  width: 100%; }

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

.first {
  clear: left; }

.not-first {
  clear: none; }

@media screen and (min-width: 480px) {
  .xs-one-whole {
    width: 100%; }
  .xs-one-half, .xs-two-quarters, .xs-three-sixths, .xs-four-eighths, .xs-five-tenths, .xs-six-twelfths {
    width: 50%; }
  .xs-one-third, .xs-two-sixths, .xs-four-twelfths {
    width: 33.333%; }
  .xs-two-thirds, .xs-four-sixths, .xs-eight-twelfths {
    width: 66.666%; }
  .xs-one-quarter, .xs-two-eighths, .xs-three-twelfths {
    width: 25%; }
  .xs-three-quarters, .xs-six-eighths, .xs-nine-twelfths {
    width: 75%; }
  .xs-one-fifth, .xs-two-tenths {
    width: 20%; }
  .xs-two-fifths, .xs-four-tenths {
    width: 40%; }
  .xs-three-fifths, .xs-six-tenths {
    width: 60%; }
  .xs-four-fifths, .xs-eight-tenths {
    width: 80%; }
  .xs-one-sixth, .xs-two-twelfths {
    width: 16.666%; }
  .xs-five-sixths, .xs-ten-twelfths {
    width: 83.333%; }
  .xs-one-eighth {
    width: 12.5%; }
  .xs-three-eighths {
    width: 37.5%; }
  .xs-five-eighths {
    width: 62.5%; }
  .xs-seven-eighths {
    width: 87.5%; }
  .xs-one-tenth {
    width: 10%; }
  .xs-three-tenths {
    width: 30%; }
  .xs-seven-tenths {
    width: 70%; }
  .xs-nine-tenths {
    width: 90%; }
  .xs-one-twelfth {
    width: 8.333%; }
  .xs-five-twelfths {
    width: 41.666%; }
  .xs-seven-twelfths {
    width: 58.333%; }
  .xs-eleven-twelfths {
    width: 91.666%; }
  .xs-first {
    clear: left; }
  .xs-not-first {
    clear: none; } }

@media screen and (min-width: 600px) {
  .s-one-whole {
    width: 100%; }
  .s-one-half, .s-two-quarters, .s-three-sixths, .s-four-eighths, .s-five-tenths, .s-six-twelfths {
    width: 50%; }
  .s-one-third, .s-two-sixths, .s-four-twelfths {
    width: 33.333%; }
  .s-two-thirds, .s-four-sixths, .s-eight-twelfths {
    width: 66.666%; }
  .s-one-quarter, .s-two-eighths, .s-three-twelfths {
    width: 25%; }
  .s-three-quarters, .s-six-eighths, .s-nine-twelfths {
    width: 75%; }
  .s-one-fifth, .s-two-tenths {
    width: 20%; }
  .s-two-fifths, .s-four-tenths {
    width: 40%; }
  .s-three-fifths, .s-six-tenths {
    width: 60%; }
  .s-four-fifths, .s-eight-tenths {
    width: 80%; }
  .s-one-sixth, .s-two-twelfths {
    width: 16.666%; }
  .s-five-sixths, .s-ten-twelfths {
    width: 83.333%; }
  .s-one-eighth {
    width: 12.5%; }
  .s-three-eighths {
    width: 37.5%; }
  .s-five-eighths {
    width: 62.5%; }
  .s-seven-eighths {
    width: 87.5%; }
  .s-one-tenth {
    width: 10%; }
  .s-three-tenths {
    width: 30%; }
  .s-seven-tenths {
    width: 70%; }
  .s-nine-tenths {
    width: 90%; }
  .s-one-twelfth {
    width: 8.333%; }
  .s-five-twelfths {
    width: 41.666%; }
  .s-seven-twelfths {
    width: 58.333%; }
  .s-eleven-twelfths {
    width: 91.666%; }
  .s-first {
    clear: left; }
  .s-not-first {
    clear: none; } }

@media screen and (min-width: 768px) {
  .m-one-whole {
    width: 100%; }
  .m-one-half, .m-two-quarters, .m-three-sixths, .m-four-eighths, .m-five-tenths, .m-six-twelfths {
    width: 50%; }
  .m-one-third, .m-two-sixths, .m-four-twelfths {
    width: 33.333%; }
  .m-two-thirds, .m-four-sixths, .m-eight-twelfths {
    width: 66.666%; }
  .m-one-quarter, .m-two-eighths, .m-three-twelfths {
    width: 25%; }
  .m-three-quarters, .m-six-eighths, .m-nine-twelfths {
    width: 75%; }
  .m-one-fifth, .m-two-tenths {
    width: 20%; }
  .m-two-fifths, .m-four-tenths {
    width: 40%; }
  .m-three-fifths, .m-six-tenths {
    width: 60%; }
  .m-four-fifths, .m-eight-tenths {
    width: 80%; }
  .m-one-sixth, .m-two-twelfths {
    width: 16.666%; }
  .m-five-sixths, .m-ten-twelfths {
    width: 83.333%; }
  .m-one-eighth {
    width: 12.5%; }
  .m-three-eighths {
    width: 37.5%; }
  .m-five-eighths {
    width: 62.5%; }
  .m-seven-eighths {
    width: 87.5%; }
  .m-one-tenth {
    width: 10%; }
  .m-three-tenths {
    width: 30%; }
  .m-seven-tenths {
    width: 70%; }
  .m-nine-tenths {
    width: 90%; }
  .m-one-twelfth {
    width: 8.333%; }
  .m-five-twelfths {
    width: 41.666%; }
  .m-seven-twelfths {
    width: 58.333%; }
  .m-eleven-twelfths {
    width: 91.666%; }
  .m-first {
    clear: left; }
  .m-not-first {
    clear: none; } }

@media screen and (min-width: 940px) {
  .l-one-whole {
    width: 100%; }
  .l-one-half, .l-two-quarters, .l-three-sixths, .l-four-eighths, .l-five-tenths, .l-six-twelfths {
    width: 50%; }
  .l-one-third, .l-two-sixths, .l-four-twelfths {
    width: 33.333%; }
  .l-two-thirds, .l-four-sixths, .l-eight-twelfths {
    width: 66.666%; }
  .l-one-quarter, .l-two-eighths, .l-three-twelfths {
    width: 25%; }
  .l-three-quarters, .l-six-eighths, .l-nine-twelfths {
    width: 75%; }
  .l-one-fifth, .l-two-tenths {
    width: 20%; }
  .l-two-fifths, .l-four-tenths {
    width: 40%; }
  .l-three-fifths, .l-six-tenths {
    width: 60%; }
  .l-four-fifths, .l-eight-tenths {
    width: 80%; }
  .l-one-sixth, .l-two-twelfths {
    width: 16.666%; }
  .l-five-sixths, .l-ten-twelfths {
    width: 83.333%; }
  .l-one-eighth {
    width: 12.5%; }
  .l-three-eighths {
    width: 37.5%; }
  .l-five-eighths {
    width: 62.5%; }
  .l-seven-eighths {
    width: 87.5%; }
  .l-one-tenth {
    width: 10%; }
  .l-three-tenths {
    width: 30%; }
  .l-seven-tenths {
    width: 70%; }
  .l-nine-tenths {
    width: 90%; }
  .l-one-twelfth {
    width: 8.333%; }
  .l-five-twelfths {
    width: 41.666%; }
  .l-seven-twelfths {
    width: 58.333%; }
  .l-eleven-twelfths {
    width: 91.666%; }
  .l-first {
    clear: left; }
  .l-not-first {
    clear: none; } }

@media screen and (min-width: 1120px) {
  .xl-one-whole {
    width: 100%; }
  .xl-one-half, .xl-two-quarters, .xl-three-sixths, .xl-four-eighths, .xl-five-tenths, .xl-six-twelfths {
    width: 50%; }
  .xl-one-third, .xl-two-sixths, .xl-four-twelfths {
    width: 33.333%; }
  .xl-two-thirds, .xl-four-sixths, .xl-eight-twelfths {
    width: 66.666%; }
  .xl-one-quarter, .xl-two-eighths, .xl-three-twelfths {
    width: 25%; }
  .xl-three-quarters, .xl-six-eighths, .xl-nine-twelfths {
    width: 75%; }
  .xl-one-fifth, .xl-two-tenths {
    width: 20%; }
  .xl-two-fifths, .xl-four-tenths {
    width: 40%; }
  .xl-three-fifths, .xl-six-tenths {
    width: 60%; }
  .xl-four-fifths, .xl-eight-tenths {
    width: 80%; }
  .xl-one-sixth, .xl-two-twelfths {
    width: 16.666%; }
  .xl-five-sixths, .xl-ten-twelfths {
    width: 83.333%; }
  .xl-one-eighth {
    width: 12.5%; }
  .xl-three-eighths {
    width: 37.5%; }
  .xl-five-eighths {
    width: 62.5%; }
  .xl-seven-eighths {
    width: 87.5%; }
  .xl-one-tenth {
    width: 10%; }
  .xl-three-tenths {
    width: 30%; }
  .xl-seven-tenths {
    width: 70%; }
  .xl-nine-tenths {
    width: 90%; }
  .xl-one-twelfth {
    width: 8.333%; }
  .xl-five-twelfths {
    width: 41.666%; }
  .xl-seven-twelfths {
    width: 58.333%; }
  .xl-eleven-twelfths {
    width: 91.666%; }
  .xl-first {
    clear: left; }
  .xl-not-first {
    clear: none; } }

@media screen and (min-width: 1300px) {
  .xxl-one-whole {
    width: 100%; }
  .xxl-one-half, .xxl-two-quarters, .xxl-three-sixths, .xxl-four-eighths, .xxl-five-tenths, .xxl-six-twelfths {
    width: 50%; }
  .xxl-one-third, .xxl-two-sixths, .xxl-four-twelfths {
    width: 33.333%; }
  .xxl-two-thirds, .xxl-four-sixths, .xxl-eight-twelfths {
    width: 66.666%; }
  .xxl-one-quarter, .xxl-two-eighths, .xxl-three-twelfths {
    width: 25%; }
  .xxl-three-quarters, .xxl-six-eighths, .xxl-nine-twelfths {
    width: 75%; }
  .xxl-one-fifth, .xxl-two-tenths {
    width: 20%; }
  .xxl-two-fifths, .xxl-four-tenths {
    width: 40%; }
  .xxl-three-fifths, .xxl-six-tenths {
    width: 60%; }
  .xxl-four-fifths, .xxl-eight-tenths {
    width: 80%; }
  .xxl-one-sixth, .xxl-two-twelfths {
    width: 16.666%; }
  .xxl-five-sixths, .xxl-ten-twelfths {
    width: 83.333%; }
  .xxl-one-eighth {
    width: 12.5%; }
  .xxl-three-eighths {
    width: 37.5%; }
  .xxl-five-eighths {
    width: 62.5%; }
  .xxl-seven-eighths {
    width: 87.5%; }
  .xxl-one-tenth {
    width: 10%; }
  .xxl-three-tenths {
    width: 30%; }
  .xxl-seven-tenths {
    width: 70%; }
  .xxl-nine-tenths {
    width: 90%; }
  .xxl-one-twelfth {
    width: 8.333%; }
  .xxl-five-twelfths {
    width: 41.666%; }
  .xxl-seven-twelfths {
    width: 58.333%; }
  .xxl-eleven-twelfths {
    width: 91.666%; }
  .xxl-first {
    clear: left; }
  .xxl-not-first {
    clear: none; } }

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
#fb-root {
  display: none; }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.cf, .media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media, .nav, .pagination ol, .grid, .ui-datepicker-title, .clear-multi, .ginput_complex, .tab-strip--bar, .social-media-links, .draw--content, .fixture, .fixture--teams {
  zoom: 1; }
  .cf:before, .media:before,
  .xs-media:before,
  .s-media:before,
  .m-media:before,
  .l-media:before,
  .xl-media:before,
  .xxl-media:before, .nav:before, .pagination ol:before, .grid:before, .ui-datepicker-title:before, .clear-multi:before, .ginput_complex:before, .tab-strip--bar:before, .social-media-links:before, .draw--content:before, .fixture:before, .fixture--teams:before, .cf:after, .media:after,
  .xs-media:after,
  .s-media:after,
  .m-media:after,
  .l-media:after,
  .xl-media:after,
  .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .tab-strip--bar:after, .social-media-links:after, .draw--content:after, .fixture:after, .fixture--teams:after {
    content: "";
    display: table; }
  .cf:after, .media:after,
  .xs-media:after,
  .s-media:after,
  .m-media:after,
  .l-media:after,
  .xl-media:after,
  .xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .ui-datepicker-title:after, .clear-multi:after, .ginput_complex:after, .tab-strip--bar:after, .social-media-links:after, .draw--content:after, .fixture:after, .fixture--teams:after {
    clear: both; }

.clear {
  clear: both; }

* {
  box-sizing: border-box; }

.nav, .pagination ol, .widget ul, .widget ol, .footer-menu ul, .main-menu-bar ul, .sports__archive, .top-news {
  margin: 0;
  padding: 0;
  list-style: none; }

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.screen-reader-text {
  display: none;
  visibility: hidden; }

.inline {
  display: inline; }

.centre {
  text-align: center; }

.at-least-xs,
.at-least-s,
.at-least-m,
.at-least-l,
.at-least-xl,
.at-least-xxl {
  display: none; }

@media screen and (min-width: 480px) {
  .at-least-xs {
    display: block; } }

@media screen and (min-width: 600px) {
  .at-least-s {
    display: block; } }

@media screen and (min-width: 768px) {
  .at-least-m {
    display: block; } }

@media screen and (min-width: 940px) {
  .at-least-l {
    display: block; } }

@media screen and (min-width: 1120px) {
  .at-least-xl {
    display: block; } }

@media screen and (min-width: 1300px) {
  .at-least-xxl {
    display: block; } }

.less-than-xs,
.less-than-s,
.less-than-m,
.less-than-l,
.less-than-xl,
.less-than-xxl {
  display: block; }

@media screen and (min-width: 480px) {
  .less-than-xs {
    display: none; } }

@media screen and (min-width: 600px) {
  .less-than-s {
    display: none; } }

@media screen and (min-width: 768px) {
  .less-than-m {
    display: none; } }

@media screen and (min-width: 940px) {
  .less-than-l {
    display: none; } }

@media screen and (min-width: 1120px) {
  .less-than-xl {
    display: none; } }

@media screen and (min-width: 1300px) {
  .less-than-xxl {
    display: none; } }

/**
 * Nothing too special here, just some
 * standard defaults. You probably won't need
 * to change this up too much, but who knows...
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  height: 100%; }

body {
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #363636; }

.site-wrap {
  height: 100%;
  overflow: hidden; }

.flow, .aligncenter,
.alignright,
.alignleft,
p,
ul,
ol,
hr,
table,
pre,
.well,
.well-tight {
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  margin-top: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6,
.byline {
  margin-bottom: 12px;
  margin-bottom: 1.2rem;
  margin-top: 0; }

.widget {
  margin-bottom: 30px; }

/* 
 * Rather than changing the classes in the html,
 * you can do it here by extending the semantic classes
 * with grid classes. Unfortunately you can't extend 
 * within the media query, no biggie, all those 
 * classes have is an easily calculable width.
 *
 * I usually output a layout name class on an outer 
 * wrapper and then adjust the inner panels (main col,
 * sidebar etc) according to that outer class.
 */
/* === PAGE WIDTH === */
.page-width, .thin-width {
  width: 90%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

.thin-width {
  max-width: 680px; }

/* === CONTENT LAYOUTS === */
.main-col {
  margin: 40px 0; }
  @media screen and (min-width: 940px) {
    .main-col {
      width: 70%;
      float: left; } }

.sidebar {
  margin: 40px 0; }
  @media screen and (min-width: 940px) {
    .sidebar {
      width: 30%;
      float: right;
      clear: right; } }

#submenu {
  margin: 40px 0; }
  @media screen and (min-width: 940px) {
    #submenu {
      margin-bottom: 0; } }

@media screen and (min-width: 940px) {
  .left-sidebar .main-col {
    float: right; }
  .left-sidebar .sidebar {
    float: left;
    clear: left; } }

.full-width .main-col {
  width: 100%;
  float: none; }

/* === Fonts === */
@font-face {
  font-family: 'Linear Beam';
  src: url("../fonts/linebeam/linebeam-webfont.eot");
  src: url("../fonts/linebeam/linebeam-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/linebeam/linebeam-webfont.woff2") format("woff2"), url("../fonts/linebeam/linebeam-webfont.woff") format("woff"), url("../fonts/linebeam/linebeam-webfont.ttf") format("truetype"), url("../fonts/linebeam/linebeam-webfont.svg#linear_beam___0.5") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica.eot");
  src: url("../fonts/helvetica/eot/helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica.svg#linear_beam___0.5") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica-bold.eot");
  src: url("../fonts/helvetica/eot/helvetica-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica-bold.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica-bold.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica-bold.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica-bold.svg#linear_beam___0.5") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica-boldoblique.eot");
  src: url("../fonts/helvetica/eot/helvetica-boldoblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica-boldoblique.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica-boldoblique.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica-boldoblique.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica-boldoblique.svg#linear_beam___0.5") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica-light.eot");
  src: url("../fonts/helvetica/eot/helvetica-light.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica-light.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica-light.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica-light.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica-light.svg#linear_beam___0.5") format("svg");
  font-weight: light;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica-lightoblique.eot");
  src: url("../fonts/helvetica/eot/helvetica-lightoblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica-lightoblique.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica-lightoblique.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica-lightoblique.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica-lightoblique.svg#linear_beam___0.5") format("svg");
  font-weight: light;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Neue';
  src: url("../fonts/helvetica/eot/helvetica-oblique.eot");
  src: url("../fonts/helvetica/eot/helvetica-oblique.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica/otf/helvetica-oblique.otf") format("opentype"), url("../fonts/helvetica/woff/helvetica-oblique.woff") format("woff"), url("../fonts/helvetica/ttf/helvetica-oblique.ttf") format("truetype"), url("../fonts/helvetica/svg/helvetica-oblique.svg#linear_beam___0.5") format("svg");
  font-weight: normal;
  font-style: italic; }

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6 {
  color: #222425;
  font-weight: normal;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

h1, .h1 {
  color: #860038; }

/* === BLOCKQUOTE === */
blockquote {
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  position: relative;
  text-align: center; }
  blockquote:before, blockquote:after {
    font-family: "Georgia", serif;
    line-height: 0;
    position: absolute;
    color: #860038;
    font-size: 60px;
    font-size: 6rem; }
  blockquote:before {
    content: "\201C";
    top: 0.3em;
    left: 0; }
  blockquote:after {
    content: "\201D";
    bottom: 0;
    right: 0; }
  @media screen and (min-width: 768px) {
    blockquote {
      padding-left: 5em;
      padding-right: 5em; }
      blockquote:before, blockquote:after {
        font-size: 120px;
        font-size: 12rem; } }

/* === LISTS === */
ul,
ol {
  padding-left: 2em; }

/* === SIZES === */
.tiny {
  font-size: 0.8em; }

.small {
  font-size: 0.9em; }

.large {
  font-size: 1.1em; }

.extra-large {
  font-size: 1.2em; }

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #860038; }

/* === LEADING PARAGRAPH === */
.lede,
.lead {
  font-size: 1.3em;
  color: #222425;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }

a {
  color: #860038;
  text-decoration: none;
  transition: color .2s linear; }
  a:hover, a:active {
    color: #530023; }

.feature-link {
  display: block;
  font-weight: bold;
  margin-top: -15.84px; }
  .feature-link:after {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    box-sizing: padding-box;
    display: inline-block;
    border: 5px solid transparent;
    border-left-color: #860038;
    margin-left: 5px; }
  .feature-link:hover:after {
    border-left-color: #530023; }

a.img-link:hover {
  opacity: 0.8; }

/**
 * Theme Specific Form Styles.
 * These extend the styles in the framework/objects/forms file.
 * Includes styling for Gravity Forms (a WordPress form plugin).
 */
.gform_fields {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0; }

.form-item,
.gform_fields > li {
  margin-bottom: 12px; }

.ginput_complex label {
  font-size: 0.9em; }

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  max-width: 100%;
  padding: 5px 10px;
  border-width: 2px; }

textarea {
  padding: 5px 10px;
  height: 120px;
  border-width: 2px; }

.gfield_checkbox > li,
.gfield_radio > li {
  margin-bottom: 4px; }

.gfield_checkbox input[type="checkbox"],
.gfield_checkbox input[type="radio"],
.gfield_radio input[type="checkbox"],
.gfield_radio input[type="radio"] {
  margin-right: 8px; }

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

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: March 18, 2013 4:24 PM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

----------------------------------------------------------------
*/
.ui-datepicker-title select {
  width: 75px;
  margin: 1px;
  float: left; }

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1001 !important;
  background: #FFF; }

.ui-datepicker a {
  text-decoration: none; }

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0; }

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666; }

.ui-datepicker-title {
  text-align: center; }

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("../images/datepicker-arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden; }

.ui-datepicker-prev {
  float: left;
  background-position: center -30px; }

.ui-datepicker-next {
  float: right;
  background-position: center 0px; }

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
  border-bottom: 1px solid #bbb; }

.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666666;
  text-shadow: 1px 0px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=0); }

.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb; }

.ui-datepicker tbody td:last-child {
  border-right: 0px; }

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb; }

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  filter: dropshadow(color=#fff, offx=1, offy=1); }

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5); }

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7; }

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  color: #666;
  /* set the active date font color */
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  text-shadow: 0px 1px 0px #FFF;
  filter: dropshadow(color=#FFF, offx=0, offy=1);
  position: relative;
  margin: -1px; }

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3; }

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0; }

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0; }

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0; }

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7; }

.ginput_container {
  position: relative; }

input.datepicker_with_icon {
  padding-left: 2.5em !important; }

img.ui-datepicker-trigger {
  position: absolute;
  top: 7px;
  left: 9px; }

.clear-multi {
  max-width: 100%; }

.gfield_date_dropdown_month,
.gfield_date_dropdown_day,
.gfield_date_dropdown_year {
  float: left;
  width: 30.6%;
  margin-right: 4%; }

.gfield_date_dropdown_year {
  margin-right: 0; }

.ginput_complex .ginput_left,
.ginput_complex .ginput_right {
  display: block;
  width: 48%;
  float: left; }

.ginput_complex .ginput_right {
  float: right; }

input[type="submit"].gform_button {
  margin-bottom: 0;
  margin-top: 6px;
  background: #fae763;
  border-width: 2px; }

.gfield_required,
.gfield_error .validation_message,
.validation_error {
  color: #d10f0f; }

#gforms_confirmation_message {
  color: #378a0f; }

.gform_validation_container {
  display: none;
  visibility: hidden; }

/**
 * Tables. Edit as desired.
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  table th,
  table td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #f1f2f3;
    text-align: left; }
  table th {
    color: #FFF;
    background: #860038;
    text-transform: uppercase;
    border-top: none;
    font-weight: normal; }
  table thead th {
    vertical-align: bottom; }
  table .row-title {
    color: #222425;
    font-weight: bold; }
  table tr:nth-child(even) td {
    background: #e3e4e5; }

.table--title, .draw--title {
  background: #222425;
  padding: 10px 16px; }
  .table--title h3, .draw--title h3 {
    color: #FFF;
    text-transform: uppercase;
    margin: 0 !important; }

.table--table th {
  font-weight: normal; }

.table--col-title-small {
  display: none; }

@media screen and (max-width: 599px) {
  .table--col-title-full {
    display: none; }
  .table--col-title-small {
    display: inline; } }

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #c3c7ca;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none; }
  pre code {
    background-color: transparent; }

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666; }

/**
 * This should be a good starting point
 * for however you want your buttons to look.
 * Feel free to change what you like.
 */
.btn,
input.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25em 1em;
  border-radius: 0;
  background: #222425;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-transform: uppercase;
  color: #FFF;
  cursor: pointer;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; }
  .btn:link, .btn:visited,
  input.btn:link,
  input.btn:visited {
    color: #FFF; }
  .btn:hover, .btn:active,
  input.btn:hover,
  input.btn:active {
    background: #222425;
    text-decoration: none; }

.btn-small {
  font-size: 13px;
  font-size: 1.3rem; }

.btn-large, input[type="submit"].gform_button {
  font-size: 19px;
  font-size: 1.9rem; }

.btn-block, input[type="submit"].gform_button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.4em 0; }

.btn-cta {
  background: #860038;
  position: relative;
  padding-right: 2em;
  color: #FFF; }
  .btn-cta:hover, .btn-cta:active {
    background: #530023; }
  .btn-cta:before {
    position: absolute;
    content: "";
    display: block;
    right: .5em;
    top: 50%;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left-color: #FFF; }

.read-more:after {
  content: " \00bb"; }

/**
 * Elements are reusable things like wells,
 * horizontal rules, callout boxes, accordions/togglers,
 * progress bars or anything that you'll use more than once in your site.
 */
.well, .well-tight {
  padding: 24px 24px 0;
  background: #f1f2f3;
  border: 1px solid #e3e4e5; }

.well-tight {
  padding: 5px; }
  .well-tight > :last-child {
    margin-bottom: 0; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #c3c7ca; }

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px dotted #e3e4e5;
  margin-bottom: 24px;
  margin-bottom: 2.4rem;
  /* Except on media entry-items */ }
  .entry-item.media {
    padding-bottom: 24px;
    padding-bottom: 2.4rem; }
  .entry-item.spaced {
    padding-bottom: 15.84px;
    padding-bottom: 1.584rem;
    margin-bottom: 39.84px;
    margin-bottom: 3.984rem; }
  .entry-item:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.byline {
  color: #860038;
  margin-top: -0.5em; }

.search-form {
  background: #FFF;
  border: 1px solid #a2a3a5;
  position: relative; }
  .search-form .s {
    background: transparent;
    border: none;
    padding-right: 35px;
    max-width: 100%; }
  .search-form .search-submit {
    position: absolute;
    width: 30px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    background: #860038;
    border: none;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    font-size: 1.9rem;
    vertical-align: middle;
    transition: .2s;
    padding: 0; }
    .search-form .search-submit i {
      position: relative;
      top: -1px; }
    .search-form .search-submit:hover {
      background: #545658; }
  .header-toolbox .search-form {
    background: transparent;
    border: 1px solid #FFF;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -4px; }
    .header-toolbox .search-form .s {
      padding-left: 40px;
      padding-right: 10px;
      outline: none !important;
      box-shadow: none !important;
      color: #FFF; }
    .header-toolbox .search-form .search-submit {
      right: auto;
      left: 0;
      top: 0;
      bottom: 0;
      background: transparent; }
    .header-toolbox .search-form ::-webkit-input-placeholder {
      color: white; }
    .header-toolbox .search-form :-moz-placeholder {
      /* Firefox 18- */
      color: white; }
    .header-toolbox .search-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: white; }
    .header-toolbox .search-form :-ms-input-placeholder {
      color: white; }

.widget h4 {
  padding: 10px 15px;
  margin-bottom: 6px;
  color: #860038;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem; }
  @media screen and (min-width: 940px) {
    .widget h4.widget-title {
      position: relative;
      display: block; }
      .widget h4.widget-title:after {
        content: "";
        position: relative;
        top: 3px;
        background: url(../images/award-icon.png) left top no-repeat;
        display: inline-block;
        width: 21px;
        height: 23px;
        margin: 0 10px; } }

.widget ul, .widget ol {
  padding: 10px 15px; }

.sidebar .widget_categories, .sidebar .widget_categories h4, .sidebar .widget_categories a {
  color: white; }

.sidebar .widget_categories h4.widget-title {
  background-color: #860038;
  color: white; }
  .sidebar .widget_categories h4.widget-title:after {
    display: none;
    visibility: hidden; }

.sidebar .widget_categories ul {
  background-color: #860038; }

.sidebar .widget_categories:after {
  content: "";
  display: block;
  height: 96px;
  background: url(../images/quick-filter-bg-sidebar.png);
  background-size: 100% 100%; }

.widget_recent_entries .post-date {
  display: block; }

.tribe-events-list-widget h4 {
  margin: 0;
  padding-bottom: 0; }

.tribe-events-list-widget .vcalendar h4 {
  padding: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  text-decoration: underline; }
  .tribe-events-list-widget .vcalendar h4 a {
    color: #363636; }

.tribe-events-list-widget .tribe-events-widget-link {
  padding: 10px 0 10px 15px; }

.tribe-events-list-widget .duration {
  font-size: smaller;
  font-weight: normal; }

.tribe-events-list-widget ol li {
  margin-bottom: 0px; }

.tribe-events-list-widget .venue-name,
.tribe-events-list-widget .event-details {
  display: block; }
  .tribe-events-list-widget .venue-name a,
  .tribe-events-list-widget .event-details a {
    color: #007236; }
    .tribe-events-list-widget .venue-name a:after,
    .tribe-events-list-widget .event-details a:after {
      content: " \00bb"; }

.tribe-events-list-widget .media-img {
  max-width: none;
  color: #ffde00;
  padding: 10px 16px;
  margin-right: 12px;
  background-color: #545658; }
  .tribe-events-list-widget .media-img span {
    text-align: center;
    display: block; }
    .tribe-events-list-widget .media-img span.day {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 32px; }
    .tribe-events-list-widget .media-img span.month {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 22px;
      text-transform: uppercase; }

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.page-background {
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 180px; }
  @media screen and (min-width: 768px) {
    .page-background {
      background-position-y: 250px; } }
  @media screen and (min-width: 1120px) {
    .page-background {
      background-position-y: 500px; } }

.page-title-layer {
  background: #e3e4e5;
  border-bottom: 1px solid #ced0d1; }
  .page-title-layer .page-width, .page-title-layer .thin-width {
    padding: 24px 0; }
  .page-title-layer :last-child {
    margin-bottom: 0; }

.page-title,
.post-title {
  margin-bottom: 0; }

.sub-title {
  margin-bottom: 0;
  color: #545658;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 18px;
  font-size: 1.8rem; }

#breadcrumbs {
  display: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 8px 0 0; }
  @media screen and (min-width: 768px) {
    #breadcrumbs {
      display: block; } }

.main-layer h2 {
  text-align: center;
  color: #860038;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .main-layer h2 {
      text-align: left; } }

/**
 * A blank slate for your header/banner area
 */
.page-top {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 4; }
  @media screen and (min-width: 1120px) {
    .page-top {
      position: absolute; } }

.banner {
  background-color: rgba(134, 0, 56, 0.9);
  background-image: url("../images/aic-logo-background.png");
  background-position: center;
  background-repeat: repeat;
  background-size: 80px;
  height: 36px;
  z-index: 3;
  position: relative; }
  @media screen and (min-width: 768px) {
    .banner {
      height: 68px;
      background-size: 140px; } }
  @media screen and (min-width: 1120px) {
    .banner {
      height: 130px;
      background-size: 280px; } }
  .banner a {
    color: white; }
    .banner a:hover, .banner a:active, .banner a:focus {
      color: #ffde00;
      outline: none; }
  .banner .header-logo {
    display: block;
    position: relative;
    top: 5px;
    left: 0; }
    .banner .header-logo img,
    .banner .header-logo h1 {
      float: left; }
    .banner .header-logo img {
      width: 26px;
      z-index: 4; }
    .banner .header-logo h1 {
      color: white;
      font-style: italic;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 26px;
      padding-left: 10px;
      margin: 0; }
    @media screen and (min-width: 768px) {
      .banner .header-logo {
        top: 10px; }
        .banner .header-logo img {
          width: 48px; }
        .banner .header-logo h1 {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 48px; } }
    @media screen and (min-width: 1120px) {
      .banner .header-logo {
        top: 20px; }
        .banner .header-logo img {
          width: 130px; }
        .banner .header-logo h1 {
          font-size: 26px;
          font-size: 2.6rem;
          line-height: 26px;
          margin-top: 52px; } }
  .banner .header-toolbox {
    margin-top: 8px;
    float: right;
    font-size: 26px;
    font-size: 2.6rem;
    display: none;
    text-shadow: 0px 3px 5px rgba(0, 0, 0, 0.35); }
    @media screen and (min-width: 1120px) {
      .banner .header-toolbox {
        display: block; } }
    .banner .header-toolbox a {
      display: inline-block;
      margin-left: 20px; }

.no-page-title-background-image {
  height: 147px;
  margin-bottom: 30px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .no-page-title-background-image {
      height: 179px; } }
  @media screen and (min-width: 1120px) {
    .no-page-title-background-image {
      height: 305px; } }
  .no-page-title-background-image h1 {
    position: absolute;
    bottom: 0px; }

.page-title-background-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 180px;
  position: relative;
  /* box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35); */
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .page-title-background-image {
      height: 250px; }
      .home .page-title-background-image {
        height: 400px; }
      .home .page-title-background-image:after {
        content: '';
        height: 90px;
        width: 100%;
        position: absolute;
        bottom: -1px;
        background: url(../images/slider-dynamic-mask.svg) center center no-repeat;
        background-size: contain; } }
  @media screen and (min-width: 1120px) {
    .page-title-background-image {
      height: 500px; }
      .home .page-title-background-image {
        height: 790px; } }
  .page-title-background-image h1 {
    text-transform: uppercase;
    font-family: "Linear Beam", Arial, "Lucida Grande", sans-serif;
    position: absolute;
    margin: 0px;
    color: white;
    text-shadow: 0px 0px 10px black;
    font-size: 40px;
    font-size: 4rem;
    line-height: 40px;
    bottom: 0px; }
    @media screen and (min-width: 768px) {
      .page-title-background-image h1 {
        font-size: 75px;
        font-size: 7.5rem;
        line-height: 75px;
        bottom: -24px; } }
    @media screen and (min-width: 1120px) {
      .page-title-background-image h1 {
        font-size: 100px;
        font-size: 10rem;
        line-height: 100px;
        bottom: -32px; } }

.slider-cta {
  position: absolute;
  top: 32rem; }
  .slider-cta h2 {
    font-size: 3.5rem;
    color: white;
    font-weight: 700;
    padding: 0.3em 2rem;
    background: #860038;
    display: inline-block; }
  .slider-cta p {
    color: white;
    font-size: 1.6rem; }
    .slider-cta p span {
      padding: 0.75em 2rem;
      margin-top: -0.75em;
      display: inline-block;
      background: #464646;
      float: left;
      clear: both; }
      .slider-cta p span:first-of-type {
        margin-top: 0; }

.js .slider-cta h2,
.js .slider-cta p {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 1s; }

.js .ready .slider-cta h2,
.js .ready .slider-cta p {
  opacity: 1;
  transform: translateX(0px); }

.js .ready .slider-cta h2 {
  transition-delay: 0.2s; }

.js .ready .slider-cta p {
  transition-delay: 0.4s; }

@media screen and (max-width: 1120px) {
  .slider-cta {
    top: 9rem; } }

@media screen and (max-width: 1120px) {
  .slider-cta h2, .slider-cta p {
    display: none; } }

/**
 * Footer
 */
.footer-menu {
  background-color: #860038;
  color: white;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative; }
  .footer-menu, .footer-menu h1, .footer-menu h2, .footer-menu h3 {
    color: white; }
  .footer-menu:after {
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    border-bottom: 1px white dashed; }
  .footer-menu a {
    color: white; }
    .footer-menu a:hover, .footer-menu a:active, .footer-menu a:focus {
      color: #ffde00;
      outline: none; }
  .footer-menu ul {
    margin-bottom: 60px; }

footer.footer.layer {
  background-color: #363636;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative; }
  footer.footer.layer a {
    color: white; }
    footer.footer.layer a:hover, footer.footer.layer a:active, footer.footer.layer a:focus {
      color: #ffde00;
      outline: none; }
  footer.footer.layer .footer-logo {
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    right: 0; }
    footer.footer.layer .footer-logo img {
      width: 130px; }
  footer.footer.layer .social-media-menu a {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 0 10px;
    display: inline-block; }

/** 
 * A blank slate for your sidebar
 */
.widget {
  margin-bottom: 40px; }

.tab-strip--bar {
  background: #f4f3f3;
  padding: 0;
  margin: 0 0 60px;
  display: none;
  text-align: center; }
  @media screen and (min-width: 940px) {
    .tab-strip--bar {
      display: block; } }
  .tab-strip--bar.tab-strip--bar__always-visible {
    display: block; }

.tab-strip--tab {
  padding: 25px 0;
  text-align: center;
  outline: none !important; }
  @media screen and (min-width: 768px) {
    .tab-strip--tab {
      padding: 65px 0;
      display: inline-block; }
      .tab-strip__4-tabs .tab-strip--tab {
        width: 25%; }
      .tab-strip__3-tabs .tab-strip--tab {
        width: 33.33%; }
      .tab-strip__2-tabs .tab-strip--tab {
        width: 50%; } }
  .tab-strip--tab.is-active {
    position: relative; }
    .tab-strip--tab.is-active:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 50%;
      border: 24px solid transparent;
      border-bottom-color: #FFF;
      margin-left: -24px; }

.tab-strip--tab-icon {
  display: inline-block;
  margin-bottom: 18px;
  width: 111px;
  height: 111px;
  background: url(../images/tab-icon-bg-sprite.png) right top no-repeat; }
  .tab-strip--tab.is-active .tab-strip--tab-icon,
  .tab-strip--tab:hover .tab-strip--tab-icon {
    background-position: left top; }
  .tab-strip--tab-icon i {
    font-size: 70px;
    font-size: 7rem;
    line-height: 130px;
    color: #ffde00; }
    .tab-strip--tab:hover .tab-strip--tab-icon i,
    .tab-strip--tab.is-active .tab-strip--tab-icon i {
      color: #363636; }

.tab-strip--tab-title {
  font-family: "Georgia", serif;
  color: #545658;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  white-space: nowrap; }
  .tab-strip--tab.is-active .tab-strip--tab-title {
    font-weight: bold; }

.tab-strip--tab-text p {
  margin: 0; }

.tab-strip--content {
  max-width: 680px;
  margin: 0 auto 60px; }
  @media screen and (min-width: 940px) {
    .tab-strip--content {
      text-align: center;
      display: none; }
      .tab-strip--content.is-active {
        display: block; } }

.tab-strip--content-title {
  color: #860038;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem; }
  @media screen and (min-width: 940px) {
    .tab-strip--content-title {
      position: relative;
      display: inline-block; }
      .tab-strip--content-title:before, .tab-strip--content-title:after {
        content: "";
        position: relative;
        top: 3px;
        background: url(../images/award-icon.png) left top no-repeat;
        display: inline-block;
        width: 21px;
        height: 23px;
        margin: 0 25px; } }

.mobile-menu-btns {
  float: right;
  text-align: right;
  margin-top: 5px; }

.mobile-menu-btn {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem; }
  @media screen and (min-width: 768px) {
    .mobile-menu-btn {
      font-size: 38px;
      font-size: 3.8rem; } }
  @media screen and (min-width: 1120px) {
    .mobile-menu-btn {
      display: none; } }

@media screen and (max-width: 1119px) {
  .main-menu-bar {
    display: none; } }

.main-menu-bar {
  background-color: #464646;
  clear: right;
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 2; }
  .main-menu-bar ul {
    display: block;
    white-space: nowrap;
    padding: 4px 0; }
    @media screen and (min-width: 1120px) {
      .main-menu-bar ul {
        padding: 20px 0 20px 140px; } }
    .main-menu-bar ul li.current-menu-item > a {
      color: #ffdf82; }
    .main-menu-bar ul a {
      display: block;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 15px;
      text-transform: uppercase;
      color: white; }
      .main-menu-bar ul a:hover, .main-menu-bar ul a:active, .main-menu-bar ul a:focus {
        color: #ffdf82;
        outline: none; }
    .main-menu-bar ul > li {
      display: block;
      position: relative;
      text-align: center;
      padding: 4px 0;
      /*
			@include at-least($bp-xxl +30) {
				padding: 0px 42px;
			}
			*/ }
      @media screen and (min-width: 1120px) {
        .main-menu-bar ul > li {
          display: inline-block;
          text-align: center;
          border-left: 1px solid white;
          height: 15px;
          padding: 0px 40px; }
          .main-menu-bar ul > li:first-child {
            border-left: none;
            padding-left: 0; }
          .main-menu-bar ul > li:last-child {
            padding-right: 0; } }
  @media screen and (min-width: 1120px) {
    .main-menu-bar {
      display: block !important;
      position: relative; } }

.social-media-links {
  width: auto;
  float: right;
  text-align: right;
  overflow: hidden; }
  .social-media-links ul {
    vertical-align: top;
    line-height: 1; }
  .social-media-links li {
    float: left;
    padding-top: 3px; }
  .social-media-links a {
    text-indent: -4999px;
    text-align: left;
    display: inline-block;
    position: relative;
    height: 28px;
    width: 28px; }
    .social-media-links a:before {
      display: block;
      text-indent: 0;
      position: absolute;
      top: 0;
      font-size: 26px;
      font-size: 2.6rem;
      border: none !important; }

#submenu {
  margin-bottom: 0; }
  #submenu .widget {
    margin-bottom: 24px;
    margin-bottom: 2.4rem; }
  #submenu .submenu {
    display: none;
    padding: 10px; }
  @media screen and (min-width: 940px) {
    #submenu .widget {
      margin-bottom: 30px; }
    #submenu .submenu {
      display: block !important; } }
  #submenu ul ul {
    margin-top: 4px;
    margin-left: 4px; }
    #submenu ul ul ul {
      margin-top: 0;
      margin-left: 12px; }
  #submenu li {
    position: relative;
    font-weight: bold; }
    #submenu li li {
      padding-left: 10px;
      font-weight: normal; }
      #submenu li li:before {
        content: "";
        position: absolute;
        display: inline-block;
        border: 4px solid transparent;
        border-left-color: #a2a3a5;
        left: 0;
        top: 6px; }
    #submenu li.current-menu-item, #submenu li.current-page-item {
      font-weight: bold !important; }

#submenu-title i {
  margin-right: 5px; }
  @media screen and (min-width: 940px) {
    #submenu-title i {
      display: none; } }

/**
 * A starting point for your pagination
 */
.pagination {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold; }
  .pagination ol {
    display: inline-block;
    width: auto; }
  .pagination li {
    display: inline-block;
    padding: 0 4px; }

.sports-mega-menu-container {
  display: none; }
  @media screen and (min-width: 1120px) {
    .sports-mega-menu-container {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      z-index: 1;
      visibility: hidden;
      opacity: 0;
      transition: visibility 0s linear 0.1s,opacity 0.1s linear; }
      .sports-mega-menu-container.show-sports-menu {
        visibility: visible;
        opacity: 1;
        transition-delay: 0s; }
      .sports-mega-menu-container .sports-mega-menu {
        background-color: rgba(255, 255, 255, 0.94);
        padding: 30px; }
        .sports-mega-menu-container .sports-mega-menu .sport-thumbanil-contaienr {
          max-height: 130px;
          overflow-y: hidden; }
          .sports-mega-menu-container .sports-mega-menu .sport-thumbanil-contaienr .sport-thumbanil {
            border: 1px solid white; }
        .sports-mega-menu-container .sports-mega-menu h4 {
          color: #860038;
          margin: 1.5rem 0 0;
          font-size: 15px;
          font-size: 1.5rem; }
        .sports-mega-menu-container .sports-mega-menu ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .sports-mega-menu-container .sports-mega-menu ul li.menu-item-has-children:before {
            content: " ";
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          .sports-mega-menu-container .sports-mega-menu ul li a {
            font-size: 1.3rem;
            line-height: 13px;
            color: #363636; }
            .sports-mega-menu-container .sports-mega-menu ul li a:hover, .sports-mega-menu-container .sports-mega-menu ul li a:active, .sports-mega-menu-container .sports-mega-menu ul li a:focus {
              color: #860038;
              outline: none; } }

/* Menu items on hover */
@media screen and (min-width: 1120px) {
  .main-menu-bar.show-sports-menu:after {
    content: " ";
    position: absolute;
    display: block;
    z-index: 1;
    top: 64px;
    bottom: -8px;
    left: 0;
    right: 0;
    /*background: linear-gradient(rgba($brand-dull-yellow,0.5), transparent);*/ }
  .main-menu-bar.show-sports-menu .menu-item-has-children:after {
    content: " ";
    position: absolute;
    display: block;
    z-index: 2;
    bottom: -41px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 25px 0 25px;
    border-color: #464646 transparent transparent transparent; }
  .main-menu-bar .main-menu li.menu-item-has-children:before {
    content: " ";
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    bottom: -25px;
    left: 0;
    right: 0; }
  .main-menu-bar .main-menu li.menu-item-has-children a {
    z-index: 4;
    position: relative; } }

@media screen and (min-width: 940px) {
  .home .main-col {
    padding-right: 40px;
    border-right: 1px dashed #860038; } }

.home-sports-menu {
  display: none;
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-align: center;
      align-items: center; }
  @media screen and (min-width: 768px) {
    .home-sports-menu {
      display: -ms-flexbox;
      display: flex; } }
  .home-sports-menu li {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    position: relative;
    display: inherit;
    height: 100px;
    width: 100px;
    font-size: 80px;
    font-size: 8rem; }
    .home-sports-menu li:before {
      content: " ";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      background: rgba(217, 217, 217, 0.9);
      z-index: 1;
      transition: all 0.4s; }
    .home-sports-menu li:after {
      margin: 12px;
      color: #860038;
      z-index: 2;
      transition: all 0.4s; }
    .home-sports-menu li a {
      padding-top: 38px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: center;
      color: transparent;
      font-size: 15px;
      font-size: 1.5rem;
      text-transform: uppercase;
      z-index: 3;
      transition: all 0.4s; }
    .home-sports-menu li:hover:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      color: white;
      background: #860038; }
    .home-sports-menu li:hover:after {
      color: #500022; }
    .home-sports-menu li:hover a {
      color: white; }

@media screen and (max-width: 767px) {
  .main-col,
  .sidebar,
  .news-carousel-layer-mobile {
    border-bottom: 1px dotted #e3e4e5; } }

@media screen and (max-width: 767px) {
  .main-col,
  .sidebar {
    margin-top: 0;
    padding-left: 0;
    margin-left: 30px;
    padding-right: 30px; }
    .main-col .widget-title,
    .sidebar .widget-title {
      padding-top: 0; }
    .main-col .tribe-events-widget-link,
    .sidebar .tribe-events-widget-link {
      margin-bottom: 0;
      padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .main-col,
  .news-carousel-layer-mobile {
    padding-bottom: 30px;
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .main-layer.member-schools-layer {
    padding-top: 0; } }

.home-threecols {
  margin: 40px 0; }

.home-threecols .col, .home-threecols .grid-item, .home-threecols .main-col, .home-threecols .sidebar {
  position: relative;
  padding-left: 0;
  padding-right: 30px; }

.home-threecols .one-third:first-of-type:after, .home-threecols .two-sixths:first-of-type:after, .home-threecols .four-twelfths:first-of-type:after, .home-threecols .one-third:nth-of-type(2):after, .home-threecols .two-sixths:nth-of-type(2):after, .home-threecols .four-twelfths:nth-of-type(2):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  border-right-style: dotted;
  border-right-width: 1px;
  border-right-color: #860038;
  display: block; }

.home-threecols .widget-title {
  padding-top: 0;
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .home-threecols .col, .home-threecols .grid-item, .home-threecols .main-col, .home-threecols .sidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 50px; }
  .home-threecols .one-third:first-of-type:after, .home-threecols .two-sixths:first-of-type:after, .home-threecols .four-twelfths:first-of-type:after, .home-threecols .one-third:nth-of-type(2):after, .home-threecols .two-sixths:nth-of-type(2):after, .home-threecols .four-twelfths:nth-of-type(2):after {
    border-right-width: 0;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #860038;
    bottom: -25px;
    left: 25%;
    right: 25%; }
  .home-threecols .col:last-of-type, .home-threecols .grid-item:last-of-type, .home-threecols .main-col:last-of-type, .home-threecols .sidebar:last-of-type {
    margin-bottom: 0; }
  .home-threecols .widget {
    margin-bottom: 0; } }

.image-link {
  min-height: 200px;
  background: #222425;
  margin: 0 1rem;
  position: relative; }

.image-link a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 3rem;
  position: relative;
  z-index: 1; }

.image-link p {
  color: white;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.3; }

.image-link span {
  color: white;
  font-size: 1.5rem; }

.image-link:hover span {
  text-decoration: underline; }

.image-link-background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  opacity: 0.15;
  transition: all 0.4s; }

.image-link:hover .image-link-background-image {
  opacity: 0.5; }

@media screen and (max-width: 768px) {
  .image-link {
    min-height: 100px;
    margin: 0; } }

.sidebar h4.widget-title {
  text-align: center;
  color: #860038;
  font-family: "Georgia", serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .sidebar h4.widget-title {
      text-align: left; } }

.sports-group .grid {
  margin-top: 20px;
  margin-bottom: 40px; }

.sports-group .school {
  margin-bottom: 30px; }
  .sports-group .school .school-inner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .sports-group .school .school-inner a {
      text-transform: uppercase;
      height: 160px;
      width: 100%;
      display: block;
      position: relative;
      color: white;
      text-align: center; }
      .sports-group .school .school-inner a h3.title {
        opacity: 1;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 8px 0;
        color: white;
        font-weight: normal;
        background-color: rgba(0, 0, 0, 0.35);
        transition: opacity .2s ease-in-out; }
      .sports-group .school .school-inner a .overlay {
        opacity: 0;
        background-color: rgba(134, 0, 56, 0.9);
        padding: 8px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: opacity .2s ease-in-out; }
        .sports-group .school .school-inner a .overlay .overlay-inner {
          position: absolute;
          top: 8px;
          bottom: 8px;
          left: 8px;
          right: 8px;
          border: 2px solid white; }
          .sports-group .school .school-inner a .overlay .overlay-inner h3 {
            margin-top: 32px;
            color: white; }
      .sports-group .school .school-inner a:hover h3.title {
        opacity: 0; }
      .sports-group .school .school-inner a:hover .overlay {
        opacity: 1; }

.sport-filter:after {
  content: "";
  display: block;
  height: 96px;
  background: url(../images/quick-filter-bg-sidebar.png);
  background-size: 100% 100%; }

.sport-filter--inner {
  background: #860038;
  padding: 10px 15px;
  color: #FFF; }
  .sport-filter--inner h4 {
    color: white;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal; }

.sport-filter--title {
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 5px; }

.sport-filter--footer {
  text-align: center; }

.sport-filter__fullwidth {
  margin: 30px 0; }
  .sport-filter__fullwidth h4 {
    color: white; }
  @media screen and (min-width: 940px) {
    .no-flexbox .sport-filter__fullwidth {
      display: none; }
    .flexbox .sport-filter__fullwidth:after {
      height: 41px;
      background: url(../images/quick-filter-bg-fullwidth.png); }
    .flexbox .sport-filter__fullwidth .sport-filter--inner {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      -ms-flex-align: center;
          align-items: center; }
      .flexbox .sport-filter__fullwidth .sport-filter--inner .sport-filter--title,
      .flexbox .sport-filter__fullwidth .sport-filter--inner .form-item,
      .flexbox .sport-filter__fullwidth .sport-filter--inner .sport-filter--footer {
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
        margin: 0;
        white-space: nowrap; }
      .flexbox .sport-filter__fullwidth .sport-filter--inner label,
      .flexbox .sport-filter__fullwidth .sport-filter--inner select {
        display: inline-block; }
      .flexbox .sport-filter__fullwidth .sport-filter--inner label {
        margin-right: 10px; }
      .flexbox .sport-filter__fullwidth .sport-filter--inner select {
        width: 180px; }
      .flexbox .sport-filter__fullwidth .sport-filter--inner .sport-filter--footer {
        float: right; } }

@media screen and (min-width: 940px) {
  .no-flexbox .sport-filter__fullwidth,
  .no-flexboxlegacy .sport-filter__fullwidth {
    display: none; } }

.ladder--school {
  text-align: left; }

.ladder--played,
.ladder--won,
.ladder--lost,
.ladder--drawn,
.ladder--bye,
.ladder--points {
  text-align: center; }

.draw {
  margin: 50px 0; }

.draw--accordion-title {
  display: block;
  padding: 10px 15px;
  background: #e3e4e5;
  text-transform: uppercase;
  outline: none !important; }
  .draw--accordion-title.is-active {
    background: #860038;
    color: #FFF; }
  @media screen and (min-width: 600px) {
    .draw--accordion-title {
      display: none; } }

.draw--tabs {
  display: none; }
  @media screen and (min-width: 600px) {
    .draw--tabs {
      display: block;
      float: left;
      width: 18.553%; } }

.draw--tab {
  display: block;
  padding: 10px 15px;
  color: #363636;
  background: #e3e4e5;
  text-transform: uppercase;
  outline: none !important; }
  .draw--tab.is-active {
    background: #860038;
    color: #FFF; }

.draw--tab-content {
  display: none;
  overflow: hidden;
  background: #860038;
  padding: 15px; }
  .draw--tab-content.is-active {
    display: block; }

.fixture {
  background: #FFF;
  margin-top: 12px; }
  .fixture:first-child {
    margin-top: 0; }

.fixture--team {
  margin: 10px;
  float: left;
  width: 15%;
  line-height: 0; }
  @media screen and (min-width: 600px) {
    .fixture--team {
      width: 20%; } }
  .fixture--team img {
    width: 100%;
    height: auto; }

.fixture--team__away {
  float: right; }

.fixture--details {
  text-align: center; }

.fixture--date {
  display: block;
  margin: 12px 0 0;
  font-size: 16px;
  font-size: 1.6rem; }

h2.fixture--title {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }

.fixture--score {
  display: block;
  font-size: 26px;
  font-size: 2.6rem;
  color: #222425;
  font-weight: bold; }

.fixture--meta {
  background: #e3e4e5;
  padding: 10px; }

.fixture--time {
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase; }

@media screen and (min-width: 600px) {
  .fixture {
    position: relative; }
  .fixture--teams {
    margin-right: 27%; }
  .fixture--meta {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 73%; }
  .fixture--time {
    position: absolute;
    bottom: 10px;
    left: 10px; } }

.divisions--table .divisions--link {
  text-transform: uppercase;
  text-align: right;
  display: none; }
  @media screen and (min-width: 600px) {
    .divisions--table .divisions--link {
      display: table-cell; }
      .divisions--table .divisions--link span {
        margin-left: 30px; } }

.sport-ladder {
  background-color: #e3e4e5; }
  .sport-ladder .sport-ladder-table {
    padding: 0 15px 1px; }
    .sport-ladder .sport-ladder-table table th, .sport-ladder .sport-ladder-table table td {
      padding: 0 8px; }
  .sport-ladder h3, .sport-ladder h4 {
    margin-bottom: 0;
    padding: 10px 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: normal;
    color: #363636; }
  .sport-ladder h4 {
    padding-top: 0;
    font-size: 16px;
    font-size: 1.6rem; }
  .sport-ladder .table__striped tr:nth-child(even) td {
    background: white; }

.sports-division-results h3, .sports-division-results h4 {
  font-size: 20px;
  font-size: 2rem; }

.sports-division-results .division-title {
  margin-top: 30px; }
  .sports-division-results .division-title h1 {
    color: #363636; }

.sports-division-results .main-col,
.sports-division-results .sidebar {
  margin-top: 0; }

.schools .school {
  padding: 30px; }
  .schools .school .school-inner {
    padding: 30px;
    background-color: white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.35); }
    .schools .school .school-inner, .schools .school .school-inner h2 {
      text-align: center; }

.navigation.pagination .nav-links, .navigation.pagination .nav-links a {
  color: #363636;
  font-weight: normal; }

.navigation.pagination .nav-links .current {
  color: #860038; }

.navigation.pagination .nav-links .prev {
  display: block; }
  @media screen and (min-width: 600px) {
    .navigation.pagination .nav-links .prev {
      float: left; } }
  .navigation.pagination .nav-links .prev.page-numbers:before {
    content: "\00ab  "; }

.navigation.pagination .nav-links .next {
  display: block; }
  @media screen and (min-width: 600px) {
    .navigation.pagination .nav-links .next {
      float: right; } }
  .navigation.pagination .nav-links .next.page-numbers:after {
    content: " \00bb"; }

.article-header h1.h2 a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold; }

.article-header .byline.vcard {
  color: #363636; }
  .article-header .byline.vcard a {
    color: #363636; }

.addtoany_content_bottom {
  margin-bottom: 0; }

.single-post .entry-content {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dotted #e3e4e5; }

.top-news .news-excerp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px; }

.news-carousel-layer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #363636;
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: solid 0.5rem #ffc528;
  border-bottom: solid 0.5rem #ffc528; }
  .news-carousel-layer .flexslider {
    margin-bottom: 0; }
    .news-carousel-layer .flexslider .slides li .news-item {
      padding-right: 40px;
      padding-left: 40px;
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px; }
      .news-carousel-layer .flexslider .slides li .news-item .post-thumbnail {
        border: 1px solid white; }
      .news-carousel-layer .flexslider .slides li .news-item h3 {
        font-size: 18px;
        font-size: 1.8rem;
        margin: 20px 0; }
        .news-carousel-layer .flexslider .slides li .news-item h3 a {
          text-decoration: none;
          font-weight: bold; }
      .news-carousel-layer .flexslider .slides li .news-item, .news-carousel-layer .flexslider .slides li .news-item a {
        color: white; }
      .news-carousel-layer .flexslider .slides li .news-item a.read-more {
        margin-top: 20px;
        display: block;
        text-decoration: underline; }
    .news-carousel-layer .flexslider .flex-direction-nav a:before {
      color: #929292;
      text-shadow: none; }

.news-carousel-layer-mobile .entry-item {
  border-bottom: 0; }
  .news-carousel-layer-mobile .entry-item h1.h2 {
    font-size: 16px;
    font-size: 1.6rem; }
  .news-carousel-layer-mobile .entry-item p {
    margin-bottom: 0; }
  .news-carousel-layer-mobile .entry-item a.read-more {
    margin-top: 20px;
    display: block;
    text-decoration: underline; }

.member-schools-layer {
  padding-top: 80px;
  padding-bottom: 80px; }
  .member-schools-layer h2 {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .member-schools-layer h2 {
        text-align: left; } }
  @media screen and (min-width: 768px) {
    .member-schools-layer .schools.grid .col.l-two-thirds, .member-schools-layer .schools.grid .l-two-thirds.grid-item, .member-schools-layer .schools.grid .grid-item.l-four-sixths, .member-schools-layer .schools.grid .grid-item.l-eight-twelfths, .member-schools-layer .schools.grid .col.l-four-sixths, .member-schools-layer .schools.grid .l-four-sixths.main-col, .member-schools-layer .schools.grid .l-four-sixths.sidebar, .member-schools-layer .schools.grid .col.l-eight-twelfths, .member-schools-layer .schools.grid .l-eight-twelfths.main-col, .member-schools-layer .schools.grid .l-eight-twelfths.sidebar, .member-schools-layer .schools.grid .l-two-thirds.main-col, .member-schools-layer .schools.grid .l-two-thirds.sidebar {
      padding-left: 0; } }
  .member-schools-layer .school {
    padding-right: 0;
    padding-bottom: 0; }
    .member-schools-layer .school .media {
      background-color: #a2a3a5;
      padding: 10px 30px; }
      @media screen and (min-width: 768px) {
        .member-schools-layer .school .media {
          padding-right: 0; } }
      .member-schools-layer .school .media .media-img {
        float: right;
        margin-right: 0;
        max-width: 38px;
        margin-bottom: 0px;
        line-height: 0; }
      .member-schools-layer .school .media h3 {
        margin-bottom: 0px; }
        .member-schools-layer .school .media h3 a {
          color: #363636;
          font-weight: bold; }
      @media screen and (min-width: 768px) {
        .member-schools-layer .school .media {
          background: none; }
          .member-schools-layer .school .media .media-img {
            float: left;
            max-width: 33%;
            margin-right: 30px; }
          .member-schools-layer .school .media .media-body h3 {
            font-size: 16px;
            font-size: 1.6rem;
            line-height: 16px;
            color: inherit;
            margin-bottom: 12px; }
          .member-schools-layer .school .media .media-body p {
            line-height: 18px; } }

.contact-form--wrap {
  padding: 50px 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contact-form--wrap {
      padding: 65px 0; } }

.contact-form--form {
  text-align: left; }
  .contact-form--form label {
    display: none; }

.datepicker table th {
  color: #222425;
  background: #f1f2f3; }

#tribe-events-content-wrapper h2 {
  color: #860038;
  font-family: "Georgia", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold; }

.tribe-events-notices {
  border-radius: 0; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .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;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .noprint,
  .sidebar,
  .main-menu {
    display: none !important;
    visibility: hidden !important; }
  .main-col,
  .page-width,
  .thin-width {
    width: 100% !important;
    max-width: 100% !important; } }
