@charset "UTF-8";
/******************************************************************
Theme Name: Robertson Training Systems
Theme URI: http://robertsontrainingsystems.com
Description: Theme for Robertson Training Systems
Author: Andrew Pautler
Author URI: http://www.pautlerdesign.com
Version: 1.0
******************************************************************/
/*
  Copyright:  (c) 2015+ Pautler Design. All rights reserved.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 – Bootstrap (customized)
3.0 - Typography
4.0 - Elements
5.0 - Forms
6.0 - Patterns
7.0 - Navigation
  7.1 - Links
  7.2 - Menus
8.0 - Alignments
9.0 - Widgets
10.0 - Content
  10.1 - Posts and pages
  10.2 - Asides
  10.3 - Comments
11.0 - Media
12.0 - Footer
--------------------------------------------------------------*/
/*Imports*/
/*LESS Variables*/
/************ Project Specific ************/
/*Fonts*/
/*Colors*/
/*--------------------------------------------------------------
SASS MIXINS
--------------------------------------------------------------*/
/*REM Font Sizing*/
/*Black & White*/
/*Transitions*/
/*Usage: @include transition(color .3s ease);*/
/*Opacity*/
/*Usage: @include opacity(0.8);*/
/*Gradient*/
/*Usage: @include linear-gradient(#000, #BADA55);*/
/*Border Radius*/
/*Usage: @include rounded(3px);*/
/*Clearfix*/
/*Usage: @extend %clearfix;*/
.row, .commentlist .comment-content {
  *zoom: 1; }
  .row:before, .commentlist .comment-content:before, .row:after, .commentlist .comment-content:after {
    content: " ";
    display: table; }
  .row:after, .commentlist .comment-content:after {
    clear: both; }

/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
2.0 - Bootstrap (customized)
--------------------------------------------------------------*/
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* COLUMNS */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 55em) {
  .container {
    width: 750px; } }

@media (min-width: 65.625em) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 95%;
  max-width: 1200px;
  /*  padding-left: 15px;
  padding-right: 15px; */ }

/*.row {
  margin-left: -15px;
  margin-right: -15px;
}*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 55em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 66.625em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

/* TABLES */
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #dddddd; }

.table .table {
  background-color: #ffffff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

@media (max-width: 55em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate3d(0, -25%, 0);
  -o-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0); }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/*--------------------------------------------------------------
3.0 Typography
--------------------------------------------------------------*/
/*Font Awesome Glyphs*/
@font-face {
  font-family: "font-awesome-customized";
  src: url("library/webfonts/font-awesome-customized/font-awesome-customized.eot");
  src: url("library/webfonts/font-awesome-customized/font-awesome-customized.eot?#iefix") format("embedded-opentype"), url("library/webfonts/font-awesome-customized/font-awesome-customized.woff") format("woff"), url("library/webfonts/font-awesome-customized/font-awesome-customized.ttf") format("truetype"), url("library/webfonts/font-awesome-customized/font-awesome-customized.svg#font-awesome-customized") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "font-awesome-customized" !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^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "font-awesome-customized" !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; }

.icon-fontawesome-up:before {
  content: "a"; }

.icon-fontawesome-right:before {
  content: "b"; }

.icon-fontawesome-left:before {
  content: "c"; }

.icon-fontawesome-doubledown:before {
  content: "d"; }

.icon-fontawesome-doubleup:before {
  content: "e"; }

.icon-fontawesome-doubleright:before {
  content: "f"; }

.icon-fontawesome-doubleleft:before {
  content: "g"; }

.icon-fontawesome-arrowright:before {
  content: "h"; }

.icon-fontawesome-arrowleft:before {
  content: "i"; }

.icon-fontawesome-play:before {
  content: "j"; }

.icon-fontawesome-twitter:before {
  content: "k"; }

.icon-fontawesome-youtube:before {
  content: "l"; }

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

.icon-fontawesome-unlock:before {
  content: "n"; }

.icon-fontawesome-questionmark:before {
  content: "o"; }

.icon-fontawesome-loading:before {
  content: "p"; }

.icon-fontawesome-googleplus-square:before {
  content: "q"; }

.icon-fontawesome-googleplus:before {
  content: "r"; }

.icon-fontawesome-linkedin:before {
  content: "s"; }

.icon-fontawesome-twitter-square:before {
  content: "t"; }

.icon-fontawesome-facebook-square:before {
  content: "u"; }

.icon-fontawesome-navigatedown:before {
  content: "v"; }

.icon-fontawesome-navigateup:before {
  content: "w"; }

.icon-fontawesome-minus:before {
  content: "9"; }

.icon-fontawesome-plus:before {
  content: "y"; }

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

.icon-fontawesome-circle-close:before {
  content: "A"; }

.icon-fontawesome-circle-questionmark:before {
  content: "B"; }

.icon-fontawesome-info:before {
  content: "C"; }

.icon-fontawesome-close:before {
  content: "D"; }

.icon-fontawesome-navigateright:before {
  content: "E"; }

.icon-fontawesome-sync:before {
  content: "F"; }

.icon-fontawesome-refresh:before {
  content: "G"; }

.icon-fontawesome-check:before {
  content: "H"; }

.icon-fontawesome-cross:before {
  content: "I"; }

.icon-fontawesome-heart:before {
  content: "J"; }

.icon-fontawesome-star-open:before {
  content: "K"; }

.icon-fontawesome-facebook:before {
  content: "L"; }

.icon-fontawesome-navigateleft:before {
  content: "M"; }

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

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

.icon-fontawesome-star-full:before {
  content: "P"; }

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

.icon-fontawesome-webfont-43:before {
  content: "R"; }

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

.icon-fontawesome-rows:before {
  content: "T"; }

.icon-fontawesome-settings:before {
  content: "U"; }

.icon-fontawesome-trash:before {
  content: "V"; }

.icon-fontawesome-rss:before {
  content: "W"; }

.icon-fontawesome-down:before {
  content: "X"; }

.icon-fontawesome-star-half-open:before {
  content: "Y"; }

.icon-fontawesome-instagram:before {
  content: "Z"; }

.icon-fontawesome-down-circle:before {
  content: "0"; }

.icon-fontawesome-up-circle:before {
  content: "1"; }

.icon-fontawesome-replay:before {
  content: "2"; }

.icon-fontawesome-zoomout:before {
  content: "3"; }

.icon-fontawesome-zoomin:before {
  content: "4"; }

.icon-fontawesome-link:before {
  content: "5"; }

.icon-fontawesome-lock:before {
  content: "6"; }

.icon-fontawesome-pinterest:before {
  content: "7"; }

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

.icon-fontawesome-search:before {
  content: "x"; }

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

.icon-fontawesome-user:before {
  content: "\""; }

.icon-resize-expand:before {
  content: "#"; }

.icon-resize-down:before {
  content: "$"; }

html {
  font-size: 62.5%; }

body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5; }

p, ul, ol {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 0;
  line-height: 1.56; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

big {
  font-size: 125%; }

i {
  font-size: 75%; }

blockquote {
  padding-left: 1em;
  border-left: 7px solid #ae2a24;
  margin-left: 0; }

blockquote, blockquote p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #ae2a24;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic; }
  blockquote cite, blockquote p cite {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    display: block; }

blockquote.tweet {
  border-left-color: #04b5f0;
  color: #04b5f0; }
  blockquote.tweet .icon-fontawesome-twitter {
    color: #04b5f0;
    font-size: 30px;
    font-size: 3rem; }
  blockquote.tweet p {
    color: #04b5f0;
    margin-bottom: 0; }

/* --------------  Headings -------------- */
h1, h2, h3, h4, h5, h6 {
  clear: both;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 300;
  line-height: 1.2;
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 32px;
  font-size: 3.2rem; }
  h1.xl {
    font-size: 40px;
    font-size: 4rem; }

h2 {
  font-size: 28px;
  font-size: 2.8rem; }

h3 {
  font-size: 24px;
  font-size: 2.4rem; }

h4 {
  font-size: 22px;
  font-size: 2.2rem; }

h5 {
  font-size: 20px;
  font-size: 2rem; }

h6 {
  font-size: 18px;
  font-size: 1.8rem; }

/* -------------- Alternative Headings -------------- */
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  margin-bottom: 0;
  color: #6d6d6d;
  text-transform: uppercase;
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold; }

h1.alt {
  font-size: 26px;
  font-size: 2.6rem; }

h2.alt {
  font-size: 24px;
  font-size: 2.4rem; }

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

h4.alt {
  font-size: 20px;
  font-size: 2rem; }

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

h6.alt {
  font-size: 12px;
  font-size: 1.2rem; }

@media screen and (min-width: 55em) {
  h1 {
    font-size: 50px;
    font-size: 5rem; }
    h1.xl {
      font-size: 60px;
      font-size: 6rem; }
  h2 {
    font-size: 46px;
    font-size: 4.6rem; }
  h3 {
    font-size: 42px;
    font-size: 4.2rem; }
  h4 {
    font-size: 38px;
    font-size: 3.8rem; }
  h5 {
    font-size: 34px;
    font-size: 3.4rem; }
  h6 {
    font-size: 30px;
    font-size: 3rem; }
  h1.alt {
    font-size: 36px;
    font-size: 3.6rem; }
  h2.alt {
    font-size: 32px;
    font-size: 3.2rem; }
  h3.alt {
    font-size: 28px;
    font-size: 2.8rem; }
  h4.alt {
    font-size: 24px;
    font-size: 2.4rem; }
  h5.alt {
    font-size: 20px;
    font-size: 2rem; }
  h6.alt {
    font-size: 16px;
    font-size: 1.6rem; } }

.subheading.alt {
  color: #979797;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.serif {
  font-family: Georgia, "Times New Roman", serif; }

.sans {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

.caps {
  text-transform: uppercase; }

.intro {
  font-size: 20px;
  font-size: 2rem;
  margin: 1em 0; }

.note {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  color: #979797;
  vertical-align: top;
  line-height: 22px; }

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
::selection {
  background: #ae2a24;
  color: #fff;
  text-shadow: none; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 0; }

/* -------------- Tables -------------- */
table {
  margin: 0 0 1.5em;
  width: 100%;
  text-align: left; }

tr {
  border-bottom: 1px solid #dcdcdc; }

th {
  font-weight: bold; }

td,
th {
  padding: 0.5em 0; }

/* -------------- Images -------------- */
img {
  max-width: 100%;
  width: 100%;
  height: auto; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px;
  width: inherit;
  max-width: inherit;
  width: inherit; }

img.alignnone {
  margin-bottom: 12px;
  width: inherit; }

img.alignleft,
.wp-caption.alignleft {
  margin: 0 1em 1em 0;
  max-width: 40%;
  width: inherit; }

img.alignright,
.wp-caption.alignright {
  margin: 0 0 1em 1em;
  max-width: 40%;
  width: inherit; }

.img-rounded {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.img-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.wp-caption-text {
  text-align: left;
  color: #979797;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic; }

/*--------------------------------------------------------------
5.0 Forms
--------------------------------------------------------------*/
/* -------------- Buttons -------------- */
.button, button, input[type="button"], input[type="submit"] {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  border: none;
  color: #fff;
  background: #dd282a; }
  .button:hover, .button:focus, .button:active, button:hover, button:focus, button:active, input[type="button"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active {
    background: #b51d1e;
    color: #fff;
    text-decoration: none; }
  .button.button-alt, button.button-alt, input[type="button"].button-alt, input[type="submit"].button-alt {
    background: #ae2a24; }
    .button.button-alt:hover, .button.button-alt:focus, .button.button-alt:active, button.button-alt:hover, button.button-alt:focus, button.button-alt:active, input[type="button"].button-alt:hover, input[type="button"].button-alt:focus, input[type="button"].button-alt:active, input[type="submit"].button-alt:hover, input[type="submit"].button-alt:focus, input[type="submit"].button-alt:active {
      background: #84201b; }
  .button.button-black, button.button-black, input[type="button"].button-black, input[type="submit"].button-black {
    background: #000; }
    .button.button-black:hover, .button.button-black:focus, .button.button-black:active, button.button-black:hover, button.button-black:focus, button.button-black:active, input[type="button"].button-black:hover, input[type="button"].button-black:focus, input[type="button"].button-black:active, input[type="submit"].button-black:hover, input[type="submit"].button-black:focus, input[type="submit"].button-black:active {
      background: #1a1919; }
  .button.button-full, button.button-full, input[type="button"].button-full, input[type="submit"].button-full {
    display: block;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    width: 100%; }
  .button.button-large, button.button-large, input[type="button"].button-large, input[type="submit"].button-large {
    padding: 1em 1.5em; }
  .button.button-bordered, button.button-bordered, input[type="button"].button-bordered, input[type="submit"].button-bordered {
    background: #fff;
    border: 2px solid #ae2a24;
    color: #ae2a24; }
    .button.button-bordered:hover, .button.button-bordered:focus, .button.button-bordered:active, button.button-bordered:hover, button.button-bordered:focus, button.button-bordered:active, input[type="button"].button-bordered:hover, input[type="button"].button-bordered:focus, input[type="button"].button-bordered:active, input[type="submit"].button-bordered:hover, input[type="submit"].button-bordered:focus, input[type="submit"].button-bordered:active {
      background: #f6f6f6; }
    .button.button-bordered.button-dark, button.button-bordered.button-dark, input[type="button"].button-bordered.button-dark, input[type="submit"].button-bordered.button-dark {
      background: #222222;
      border-color: #fff;
      color: #fff; }
    .button.button-bordered.button-red, button.button-bordered.button-red, input[type="button"].button-bordered.button-red, input[type="submit"].button-bordered.button-red {
      background: #ae2a24;
      border-color: #fff;
      color: #fff; }
  .button.button-small, button.button-small, input[type="button"].button-small, input[type="submit"].button-small {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 8px;
    padding: .25rem .5rem; }
  .button.button-subtle, button.button-subtle, input[type="button"].button-subtle, input[type="submit"].button-subtle {
    background: #dcdcdc;
    color: #979797; }
    .button.button-subtle:hover, .button.button-subtle:focus, .button.button-subtle:active, button.button-subtle:hover, button.button-subtle:focus, button.button-subtle:active, input[type="button"].button-subtle:hover, input[type="button"].button-subtle:focus, input[type="button"].button-subtle:active, input[type="submit"].button-subtle:hover, input[type="submit"].button-subtle:focus, input[type="submit"].button-subtle:active {
      background: #cfcfcf; }

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
  width: inherit;
  min-width: inherit;
  min-height: inherit;
  display: inline;
  clear: both; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  display: inline-block;
  padding: 0.5em;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border-color: #aaa; }

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%; }

label, legend {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-right: 0.5em;
  margin-bottom: 0;
  color: #222222;
  vertical-align: middle;
  line-height: 1.25em; }

abbr[title="required"], abbr[title="Required"], .required {
  border-bottom: none;
  color: #911; }

select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.5em 1.5em 0.5em 0.5em;
  height: 40px;
  text-indent: 0.01px;
  text-overflow: "";
  line-height: 1.4em; }
  select::after {
    content: ''; }

/*Gravity Forms Styles*/
#rts {
  /*Coaching Form*/ }
  #rts .gform_wrapper img {
    width: inherit !important;
    max-width: inherit !important;
    margin: 1em auto;
    display: block; }
  #rts input[type="submit"].gform_button {
    max-width: 200px;
    margin: 0 auto;
    display: block; }
  #rts .gform_wrapper input[type=text], #rts .gform_wrapper input[type=url], #rts .gform_wrapper input[type=email], #rts .gform_wrapper input[type=tel], #rts .gform_wrapper input[type=number], #rts .gform_wrapper input[type=password], #rts .gform_wrapper textarea, #rts .gform_wrapper select {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px !important; }
  #rts .gform_wrapper .top_label .gfield_label {
    margin-bottom: 0; }
  #rts .gfield, #rts .gfield .ginput_container span {
    margin-bottom: 10px; }
  #rts .gform_wrapper input[type=radio] {
    margin-left: 3px; }
  #rts .gform_confirmation_wrapper {
    background: #489b3d;
    color: #fff;
    padding: 10px; }
  #rts .gform_wrapper div.validation_error {
    background: #790000;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem; }
  #rts .gform_wrapper label.gfield_label + div.ginput_container {
    margin-top: 0; }
  #rts .gform_wrapper .ginput_complex label, #rts .gform_wrapper .gfield_time_hour label, #rts .gform_wrapper .gfield_time_minute label, #rts .gform_wrapper .gfield_date_month label, #rts .gform_wrapper .gfield_date_day label, #rts .gform_wrapper .gfield_date_year label, #rts .gform_wrapper .instruction {
    font-size: 14px;
    font-size: 1.4rem; }
  #rts .gsection {
    margin-top: 3em; }
  #rts .gform_wrapper .description, #rts .gform_wrapper .gfield_description, #rts .gform_wrapper .gsection_description, #rts .gform_wrapper .instruction {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic; }
  #rts .gfield_radio li {
    float: left;
    margin-right: 0.5em; }
  #rts .gform_wrapper .top_label .gfield_description {
    padding-top: 0.25em; }
  #rts .gform_ajax_spinner {
    max-width: 32px !important; }
  #rts #gform_3 #field_3_4, #rts #gform_3 #field_3_5, #rts #gform_3 #field_3_6, #rts #gform_3 #field_3_7 {
    float: left;
    width: 50%; }
    #rts #gform_3 #field_3_4 input, #rts #gform_3 #field_3_5 input, #rts #gform_3 #field_3_6 input, #rts #gform_3 #field_3_7 input {
      width: 100%; }
  #rts #gform_3 #field_3_5, #rts #gform_3 #field_3_6, #rts #gform_3 #field_3_7 {
    clear: none; }

.gform_ajax_spinner {
  width: 30px !important;
  max-width: 30px !important; }

/*Work with Mike Form Styles*/
#rts #gform_confirmation_wrapper_4 {
  background: #efefef;
  color: #404040; }

/*--------------------------------------------------------------
6.0 Patterns
--------------------------------------------------------------*/
/*Pagination*/
.pagination {
  margin: 4em auto 2em;
  display: table; }

.pagination a,
.pagination a:hover,
.pagination .active a,
.pagination .disabled {
  color: #fff;
  text-decoration: none; }

.pagination .current {
  padding: 0.75em 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #fff;
  background: #ae2a24;
  border: 1px solid #992520; }

.pagination a,
.pagination a:hover {
  font-weight: normal;
  padding: 0.75em 1em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: #222222;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  cursor: pointer; }

.pagination a:hover,
.pagination .active a {
  background-color: #dcdcdc; }

/*Slabs*/
.slab {
  padding: 2em 0;
  color: #fff; }
  .slab .alt {
    color: #fff;
    color: rgba(255, 255, 255, 0.8); }

.bg-primary {
  background: #dd282a; }

.bg-alt {
  background: #ae2a24; }

/****************************************/
/*            Style Guide               */
/****************************************/
/*--------------------------------------------------------------
7.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
7.1 Header/Logo
--------------------------------------------------------------*/
h1#logo {
  margin: 1em auto 0.5em;
  max-width: 400px; }
  h1#logo a {
    display: block; }

@media screen and (min-width: 55em) {
  h1#logo {
    float: left;
    margin: .5em 0; } }

@media (min-width: 65.625em) {
  h1#logo {
    margin: .5em 0 0.25em; } }

/*Search Bar*/
.expandable-search {
  float: right; }

.searchbox {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s; }

input.searchbox-input {
  top: 0;
  right: 0;
  border: none;
  border-radius: 0;
  outline: 0;
  background: #e7e7e7;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0px 55px 0px 20px;
  font-size: 20px;
  color: #000; }

.searchbox-input::-webkit-input-placeholder {
  color: #979797; }

.searchbox-input:-moz-placeholder {
  color: #979797; }

.searchbox-input::-moz-placeholder {
  color: #979797; }

.searchbox-input:-ms-input-placeholder {
  color: #979797; }

.searchbox-icon,
.searchbox-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #dcddd8;
  background: #222222; }

.searchbox-open {
  width: 100%; }

.searchbox-open .searchbox-icon {
  background: #dd282a; }

/*--------------------------------------------------------------
7.2 Links
--------------------------------------------------------------*/
a {
  color: #ae2a24;
  text-decoration: none;
  font-weight: bold; }
  a:hover, a:focus, a:active {
    color: #84201b;
    text-decoration: underline; }

/*--------------------------------------------------------------
7.3 Menus
--------------------------------------------------------------*/
/* -------------- Mobile Navigation ----------------- */
.overflow {
  overflow: hidden;
  background: #222222; }

.wrap {
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.wrap.active {
  left: 13em; }

nav[role=navigation] {
  overflow: hidden;
  background: #222222; }

.js nav[role=navigation] {
  position: absolute;
  top: 0;
  left: -13em;
  width: 13em;
  /*height: 100%;*/ }

nav[role=navigation] ul {
  margin: 0;
  padding: 0; }

nav.nav-primary .nav-menu, nav.nav-secondary .nav-menu {
  margin-left: 0;
  padding-left: 0; }

nav.nav-primary li, nav.nav-secondary li {
  float: none;
  /*Third Level Links*/ }
  nav.nav-primary li::before, nav.nav-secondary li::before {
    display: none; }
  nav.nav-primary li a, nav.nav-secondary li a {
    display: block;
    padding: .5em;
    color: #fff; }
    nav.nav-primary li a:hover, nav.nav-secondary li a:hover {
      background: #000;
      text-decoration: none; }
  nav.nav-primary li.menu-item-button a, nav.nav-secondary li.menu-item-button a {
    background: #dd282a;
    color: #fff; }
    nav.nav-primary li.menu-item-button a:hover, nav.nav-primary li.menu-item-button a:focus, nav.nav-primary li.menu-item-button a:active, nav.nav-secondary li.menu-item-button a:hover, nav.nav-secondary li.menu-item-button a:focus, nav.nav-secondary li.menu-item-button a:active {
      color: #fff;
      background: #b51d1e; }
  nav.nav-primary li.menu-item-button.current_page_item a, nav.nav-secondary li.menu-item-button.current_page_item a {
    border-bottom: none;
    color: #fff;
    background: #891617; }
  @media screen and (min-width: 55em) {
    nav.nav-primary li.menu-item-button, nav.nav-secondary li.menu-item-button {
      margin-left: 0.5em; }
      nav.nav-primary li.menu-item-button a, nav.nav-secondary li.menu-item-button a {
        border-radius: 3px; } }
  nav.nav-primary li ul a, nav.nav-secondary li ul a {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 0.25em 1em 0.25em 2em; }

/*Navicon*/
.lines-button {
  float: left;
  display: inline-block;
  padding: 1rem 0.5rem;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0.2857142857rem; }
  .lines-button:hover {
    opacity: 0.5; }
  .lines-button:active {
    transition: 0; }

.lines {
  display: inline-block;
  width: 2rem;
  height: 0.2857142857rem;
  border-radius: 0.1428571429rem;
  transition: 0.3s;
  position: relative;
  /*create the upper and lower lines as pseudo-elements of the middle line*/ }
  .lines:before, .lines:after {
    display: inline-block;
    width: 2rem;
    height: 0.2857142857rem;
    border-radius: 0.1428571429rem;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    transform-origin: 0.1428571429rem center; }
  .lines:before {
    top: 0.5rem; }
  .lines:after {
    top: -0.5rem; }

.lines-button.x.open .lines {
  /*hide the middle line*/
  background: transparent;
  /*overlay the lines by setting both their top values to 0*/ }
  .lines-button.x.open .lines:before, .lines-button.x.open .lines:after {
    transform-origin: 50% 50%;
    top: 0;
    width: 2rem; }
  .lines-button.x.open .lines:before {
    transform: rotate3d(0, 0, 1, 45deg); }
  .lines-button.x.open .lines:after {
    transform: rotate3d(0, 0, 1, -45deg); }

/* -------------- Secondary Navigation ----------------- */
.top-bar {
  background: #222222; }
  .top-bar li {
    list-style-type: none; }
  .top-bar a {
    display: block;
    color: #fff;
    text-decoration: none; }
    .top-bar a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .top-bar a i {
      font-size: 20px;
      font-size: 2rem; }

.nav-primary {
  display: none; }

/* -------------- Desktop Navigation ----------------- */
@media screen and (min-width: 55em) {
  /*.js nav[role=navigation] {
    position: static;
    max-width: none;
    width: auto;
  }*/
  /*.wrap.active {
    right: 0;
  }*/
  /*  nav[role=navigation] ul {
    margin: 0;
    border: 0;
  }
  nav[role=navigation] li {
    display: inline-block;
    margin: 0 4px;
    margin: 0 0.25rem;
  }*/
  nav[role=navigation] li a {
    border: 0; }
  nav.nav-primary {
    display: block;
    float: right;
    overflow: visible;
    height: inherit;
    background: none; }
    nav.nav-primary li {
      display: inline-block;
      list-style-type: none; }
    nav.nav-primary .menu-item-has-children > a::after {
      font-size: 13px;
      font-size: 1.3rem;
      padding-left: 5px;
      content: '\X';
      font-family: "font-awesome-customized"; }
    nav.nav-primary .menu-item-has-children:hover > a::after {
      color: #fff; }
    nav.nav-primary li {
      position: relative;
      float: left; }
      nav.nav-primary li a {
        position: relative;
        display: inline;
        text-decoration: none; }
      nav.nav-primary li .sub-menu a:hover,
      nav.nav-primary li .sub-menu .current-menu-item > a,
      nav.nav-primary li .sub-menu .current-menu-item > a:hover {
        border-bottom: none;
        background: #151515;
        color: #fff; }
      nav.nav-primary li .sub-menu {
        position: absolute;
        right: -9999em;
        z-index: 99;
        margin-top: 7px;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
      nav.nav-primary li .sub-menu li {
        float: none;
        padding: 0 8px; }
      nav.nav-primary li .sub-menu a {
        position: relative;
        display: block;
        border-radius: 3px;
        text-transform: none; }
      nav.nav-primary li .sub-menu .sub-menu {
        margin: -54px 0 0 199px; }
      nav.nav-primary li.menu-item:hover > .sub-menu {
        right: 0px;
        opacity: 1; } }

/* -------------- Custom Navigation Styles ----------------- */
.primary-nav {
  margin-bottom: 2em;
  border-bottom: 1px solid #dcdcdc; }

nav.nav-primary li a {
  font-family: "proxima-nova-extra-condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: .5em;
  color: #fff; }

.lines, .lines::before, .lines::after {
  background: #fff;
  /*color of menu icon*/ }

.lines-button {
  top: 0px;
  right: 15px;
  padding: 0.6em 1em 0.75em;
  line-height: 20px; }
  .lines-button:hover .lines, .lines-button:hover .lines::before, .lines-button:hover .lines::after {
    background: #979797; }

@media screen and (min-width: 55em) {
  .nav-secondary li.active a, .nav-secondary li.current-page a, .nav-secondary li.current-menu-item a {
    opacity: 1;
    filter: alpha(opacity=100);
    background: #090808; }
  .nav-secondary a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 15px;
    font-weight: normal; }
    .nav-secondary a:hover {
      background: #090808; }
  nav.nav-primary {
    padding-top: 2.5em; }
    nav.nav-primary .menu-item-has-children > a::after {
      color: #979797; }
    nav.nav-primary li {
      /*&.current_page_parent > a, */ }
      nav.nav-primary li a {
        padding: 10px 8px;
        color: #222222;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: normal; }
        nav.nav-primary li a:hover {
          background-color: initial;
          color: #ae2a24; }
      nav.nav-primary li.current_page_item > a,
      nav.nav-primary li.current-menu-item > a {
        border-bottom: 5px solid #ae2a24;
        color: #ae2a24; }
      nav.nav-primary li.current_page_item.button-nav > a,
      nav.nav-primary li.current_page_parent.button-nav > a {
        color: #fff; }
      nav.nav-primary li.current_page_item.menu-item-has-children > a::after,
      nav.nav-primary li.current_page_parent.menu-item-has-children > a::after {
        color: #ae2a24; }
      nav.nav-primary li .sub-menu a:hover,
      nav.nav-primary li .sub-menu .current-menu-item > a,
      nav.nav-primary li .sub-menu .current-menu-item > a:hover {
        background: #151515;
        color: #fff; }
      nav.nav-primary li .sub-menu {
        padding: 10px 0;
        width: 286px;
        background: #3c3c3c; }
      nav.nav-primary li .sub-menu a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 12px 14px 11px;
        width: 270px;
        background-color: #3c3c3c;
        color: #fff;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", serif; }
  .nav-primary .menu-item.menu-item-has-children:hover > a {
    margin-bottom: -7px;
    border-bottom-width: 12px;
    border-bottom-color: #3c3c3c;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: #3c3c3c;
    color: #fff; } }

@media (min-width: 65.625em) {
  nav.nav-primary li a {
    padding: 10px 18px; } }

/*--------------------------------------------------------------
8.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  text-align: left; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  text-align: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/****************************************/
/*                Home                  */
/****************************************/
.opt-in {
  position: relative;
  padding: 2em 0;
  color: #fff;
  background: #dd282a url("library/images/bg-optin.jpg") repeat; }
  .opt-in .callout {
    margin: -2em 0 1em;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    padding: 1em;
    text-align: center; }
  .opt-in .icons {
    margin: 0 0 1em;
    font-weight: bold; }
    .opt-in .icons > div {
      clear: both;
      margin-top: 0.5em;
      display: flex;
      align-items: flex-start;
      font-family: "proxima-nova-extra-condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 1.2; }
  .opt-in img {
    max-width: 40px;
    opacity: 0.5;
    width: inherit;
    float: left;
    margin-right: 0.75em; }
  .opt-in h1 {
    font-weight: bold; }
  .opt-in .infusion-field {
    margin-bottom: 1em; }
  .opt-in .infusion-field > label {
    text-transform: uppercase;
    display: block;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .opt-in label {
    font-weight: bold;
    display: inline;
    color: #fff; }
  .opt-in input {
    border: none; }
  .opt-in .infusion-option {
    display: block; }
  .opt-in input[type="radio"] {
    margin-right: 5px; }
  .opt-in select {
    padding: 5px 15px 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: #fff url("library/images/i-arrow-down.png") right 50% no-repeat; }
  .opt-in .infusion-submit input[type="submit"], .opt-in .infusion-submit button {
    margin: 1.25em 0 0 0em;
    background: #43aabd; }
    .opt-in .infusion-submit input[type="submit"]::after, .opt-in .infusion-submit button::after {
      font-family: "font-awesome-customized" !important;
      font-size: 0.75em;
      padding: 1.25em 0 1.25em 1.25em;
      margin-left: 1.25em;
      content: "E";
      border-left: 1px solid rgba(255, 255, 255, 0.25); }
    .opt-in .infusion-submit input[type="submit"]:hover, .opt-in .infusion-submit button:hover {
      background: #3c99ab; }

.featured-product {
  text-align: center;
  margin-top: 4em;
  padding: 1.5em;
  color: #fff;
  background: #ae2a24; }
  .featured-product .alt {
    color: #fff; }
  .featured-product img {
    margin: -4em auto 1em;
    max-width: 160px; }

.home .opt-in {
  margin: -2em 0 2em; }

.home .featured {
  margin: 1em 0 2em; }

.home .recent-posts .button {
  display: block;
  width: 250px;
  margin: 2em auto; }

.home aside {
  margin-top: 1.5em; }
  .home aside section {
    margin-bottom: 2em; }
  .home aside p {
    font-size: 16px;
    font-size: 1.6rem; }

.home .about-rts {
  position: relative;
  color: #fff;
  background: #222222; }
  .home .about-rts h4 {
    text-transform: uppercase; }
  .home .about-rts .content {
    padding: 1em;
    text-align: center; }
  .home .about-rts::before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 50px 50px 0;
    border-color: transparent #ffffff transparent transparent; }

.home .testimonial {
  border: 1px solid #dcdcdc;
  padding: 1.5em;
  text-align: center; }
  .home .testimonial img {
    max-width: 60px;
    margin: 0 auto 1em;
    display: block;
    border-radius: 50%; }
  .home .testimonial cite {
    font-style: normal;
    font-family: "proxima-nova-extra-condensed", "HelveticaNeue-CondensedBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase; }

.home .calendar {
  text-align: left; }

.home .mikes-picks {
  padding: 2em 0;
  color: #fff;
  background: #222222; }
  .home .mikes-picks h2 {
    text-transform: uppercase; }
  .home .mikes-picks a {
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #fff;
    background: rgba(255, 255, 255, 0.1); }
    .home .mikes-picks a h4 {
      line-height: 1.1;
      padding: .5em; }
    .home .mikes-picks a:hover {
      background: rgba(255, 255, 255, 0.2);
      text-decoration: none; }

@media screen and (min-width: 55em) {
  .opt-in .callout {
    position: absolute;
    top: -2em;
    right: 20px;
    width: 200px;
    padding-bottom: 0;
    margin: 0; }
    .opt-in .callout::before {
      content: " ";
      position: absolute;
      bottom: -35px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-left: 100px solid transparent;
      border-right: 100px solid transparent;
      border-top: 35px solid rgba(0, 0, 0, 0.5); }
  .opt-in .icons > div {
    clear: none; }
  .opt-in .infusion-submit input[type="submit"], .opt-in .infusion-submit button {
    margin-left: 1em; }
  .home aside {
    padding-left: 3em; } }

/****************************************/
/*              Subpages                */
/****************************************/
/*Videos*/
.youtubechannelgallery .container-fluid {
  width: 100%; }

.subpage header.feature {
  margin: -2em 0 2em;
  padding: 2em 0;
  text-align: left;
  color: #fff;
  background: #ae2a24; }
  .subpage header.feature h1 {
    text-align: center;
    text-transform: uppercase; }
  .subpage header.feature p {
    margin-top: 1em; }
  .subpage header.feature a.button span span {
    line-height: 55px;
    display: inline-block; }
  .subpage header.feature a.button span.youtube {
    background: url("library/images/btn-youtube.png") no-repeat;
    width: 90px;
    height: 37px;
    display: inline-block;
    margin: 10px 10px -10px; }

/*TubePress Customizations*/
#rts .tubepress-thumb {
  width: 20% !important; }

#rts .tubepress-meta-group {
  width: 100% !important; }

.tubepress-thumbnail-image {
  width: inherit !important; }

.tubepress-thumb {
  margin: 0 5px 1em !important; }

.tubepress-thumbs {
  text-align: center; }

/*Product Listing*/
.product-section h4.alt {
  margin: 2em 0 1em; }

.product-section h3 a {
  font-weight: normal;
  text-transform: uppercase; }

/*Product Detail*/
.cta section {
  text-align: center;
  border: 1px solid #dcdcdc; }
  .cta section header {
    min-height: 80px;
    padding: 1em;
    color: #fff;
    background: #222222; }
    .cta section header h5 {
      font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 20px;
      font-size: 2rem;
      margin: 0; }
  .cta section .price {
    font-size: 40px;
    font-size: 4rem;
    padding: .25em;
    margin: 0; }
  .cta section .button {
    margin: 0 1em 1em; }

@media screen and (min-width: 55em) {
  .subpage header.feature p {
    margin-top: 0;
    font-size: 22px;
    font-size: 2.2rem; } }

/****************************************/
/*                Posts                 */
/****************************************/
.listing {
  margin: 1em 0 0; }
  .listing + .listing {
    padding: 2em 0 0em;
    border-top: 1px solid #ddd; }
  .listing .post-title {
    margin-bottom: 0; }
  .listing .meta-data {
    margin-bottom: 0.75em; }

.single .categorization {
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: right; }
  .single .categorization > div {
    margin-bottom: 2em; }

.single .wp-post-image {
  margin-bottom: 1em; }

.single .after-post {
  margin-bottom: 2em; }

.single .opt-in {
  padding: 2em 1em; }
  .single .opt-in .callout {
    top: 0;
    width: 300px; }
    .single .opt-in .callout::before {
      border-left-width: 150px;
      border-right-width: 150px;
      border-top-width: 15px;
      bottom: -15px; }
  .single .opt-in .icons {
    clear: both;
    margin: 1em 0 1em; }
  .single .opt-in h1 {
    font-size: 40px;
    font-size: 4rem; }
  .single .opt-in .infusion-submit button {
    margin-top: 0;
    margin-left: 0; }

.single .featured-product {
  margin: 0;
  text-align: left; }
  .single .featured-product img {
    margin: 0; }

.single .smart-track-player {
  margin-top: 1em !important; }

.single .entry-content ol li {
  margin-bottom: 1em; }

.meta-data {
  color: #979797;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  .meta-data strong {
    text-transform: none;
    font-size: 16px;
    font-size: 1.6rem; }

.post-title {
  text-transform: uppercase; }
  .post-title a {
    font-weight: normal; }

.podcast-subscribe {
  margin-bottom: 1em; }
  .podcast-subscribe strong {
    text-transform: uppercase;
    margin-right: 1em; }

.spp-artist, .ssp-track-title {
  text-transform: none !important; }

.search h4 span {
  font-size: 50px;
  font-size: 5rem;
  display: block;
  color: #222222;
  text-transform: none; }

@media screen and (min-width: 55em) {
  .single .categorization {
    display: block; }
    .single .categorization a {
      line-height: 1.2;
      display: block;
      margin-bottom: 5px; }
  .single blockquote {
    margin-left: -10%;
    margin-right: -10%;
    width: 120%; }
  .single .opt-in .infusion-field {
    width: 45%; }
  .single .opt-in .infusion-submit {
    width: 40%; }
    .single .opt-in .infusion-submit button {
      margin-left: 0; } }

/*Share Options Styling*/
.essb_links.essb_template_metro-retina li {
  margin-right: 0.5em !important; }

.essb_links.essb_template_metro-retina {
  margin-top: 0.5em !important; }

.essb_links.essb_template_metro-retina .essb_link_twitter a, .essb_links.essb_template_metro-retina .essb_link_twitter a:focus, .essb_links.essb_template_metro-retina .essb_link_twitter a:hover {
  background-color: #00acee !important; }

.essb_links.essb_template_metro-retina .essb_link_google a, .essb_links.essb_template_metro-retina .essb_link_google a:focus, .essb_links.essb_template_metro-retina .essb_link_google a:hover {
  background-color: #dd4b39 !important; }

.essb_links.essb_template_metro-retina li, .essb_links.essb_template_metro-retina li a, .essb_links.essb_template_metro-retina li a .essb_icon, .essb_links.essb_template_metro-retina li a .essb_network_name {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.essb_links_list li a {
  margin: 0.25em 0 !important;
  width: 115px; }

.essb_links.essb_template_metro-retina.essb_displayed_bottom {
  padding: 1em 0;
  margin: 1.5em 0 !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .essb_links.essb_template_metro-retina.essb_displayed_bottom ul {
    text-align: center; }
  .essb_links.essb_template_metro-retina.essb_displayed_bottom li {
    margin: 0 3px !important; }
  .essb_links.essb_template_metro-retina.essb_displayed_bottom li a {
    width: 130px;
    text-align: center; }

/****************************************/
/*              Categories              */
/****************************************/
.category .header {
  margin: -2em 0 2em;
  padding: 3em 0 2em;
  text-align: center;
  color: #fff;
  background: #dd282a; }
  .category .header h4.alt {
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: #fff; }

.category-podcast header.feature {
  padding-bottom: 0; }
  .category-podcast header.feature img {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25); }
  .category-podcast header.feature h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-size: 2.2rem;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .category-podcast header.feature .button {
    width: 150px;
    padding-top: 90px;
    background-repeat: no-repeat;
    background-position: 50% 1em; }
    .category-podcast header.feature .button.itunes {
      background-image: url("library/images/btn-itunes.png"); }
    .category-podcast header.feature .button.stitcher {
      background-image: url("library/images/btn-stitcher.png"); }
    .category-podcast header.feature .button.soundcloud {
      background-image: url("library/images/btn-soundcloud.png"); }

.category-podcast .latest-episode {
  margin-top: 2em;
  padding: 1em 0;
  background: #84201b; }
  .category-podcast .latest-episode h4 {
    text-transform: uppercase;
    text-align: center; }
  .category-podcast .latest-episode .smart-track-player {
    margin: 1em 0; }

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.header--comments p {
  margin-bottom: 0; }

@media screen and (min-width: 55em) {
  .header--comments p {
    text-align: right; } }

.commentlist {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .commentlist .pingback {
    display: none; }
  .commentlist header {
    text-align: center; }
  .commentlist h5 a {
    font-size: 12px;
    display: inline-block;
    float: right; }
  .commentlist .comment {
    border: 1px solid #ddd;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 3px;
    position: relative;
    list-style-type: none; }
  .commentlist ol.comment-list, .commentlist ul.children {
    margin: 0 0 1em;
    padding: 0;
    clear: both; }
  .commentlist .comment-body {
    margin-left: 75px; }
  .commentlist .comment-author {
    margin-bottom: 0; }
  .commentlist .comment-list li,
  .commentlist .ping-list li {
    position: relative;
    padding: .75em .75em 1em;
    list-style-type: none; }
  .commentlist .comment-list > li.parent article {
    margin-bottom: 1.5em; }
  .commentlist .comment-list li.depth-3 article {
    margin-bottom: 0;
    /*remove margin from third-level comment because it has no reply link*/ }
  .commentlist .comment .avatar {
    display: none;
    position: absolute;
    top: 0.75em;
    left: 15px;
    max-width: 60px;
    border: 1px solid #efefef;
    border-radius: 4px; }
  .commentlist .comment-content {
    margin: 0.75em 0; }
  .commentlist .comment-author {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3; }
  .commentlist .comment-meta {
    line-height: 1.3;
    margin-bottom: 0.75em; }
  .commentlist .comment-snp {
    margin-bottom: 0.75em;
    font-size: 0.8em; }
  .commentlist .comment-reply a {
    font-size: 12px;
    background: #BDBCBC;
    color: #2A2929;
    font-weight: normal;
    text-decoration: none; }
    .commentlist .comment-reply a:hover {
      background: #959292; }
  .commentlist .entry-pings .reply,
  .commentlist .comment-author .says {
    display: none; }
  .commentlist .comment-author cite {
    font-style: normal; }
  .commentlist .comment-author a {
    color: #2A2929;
    font-weight: bold;
    font-style: normal;
    text-decoration: none; }
  .commentlist .comment-metadata a {
    font-size: 0.8em;
    color: #716E6E;
    font-weight: normal;
    text-decoration: none; }
  .commentlist .comment-subject {
    margin-top: 1em;
    margin-bottom: 0.25em; }
  .commentlist .comment-awaiting-moderation {
    background: #eee;
    padding: 0.5em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    font-size: ms(-1);
    font-style: normal;
    text-align: center;
    margin-top: 1em;
    display: block; }
  .commentlist .comment-reply-link {
    font-size: ms(-1);
    text-decoration: none;
    border-radius: 3px;
    text-decoration: underline;
    font-weight: normal; }
  @media screen and (min-width: 55em) {
    .commentlist header {
      text-align: left; }
    .commentlist .comment-list li,
    .commentlist .ping-list li {
      padding-left: 70px; }
    .commentlist .comment .avatar {
      display: block; } }

.comment-respond a {
  color: #ae2a24; }

.comment-respond label {
  font-size: ms(0);
  margin-bottom: 0.25em; }

.comment-respond p {
  margin-bottom: 1.5em; }

.comment-respond form input[type="text"], .comment-respond form input[type="email"], .comment-respond form input[type="url"], .comment-respond form input[type="password"], .comment-respond form input[type="search"], .comment-respond form textarea {
  height: inherit;
  padding: 0.5em; }

.comment-respond input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1em;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background: #dd282a;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  transition: .2s all ease-in-out; }

@media screen and (min-width: 55em) {
  .comment-respond .comment-form-author, .comment-respond .comment-form-email {
    width: 49%;
    float: left; }
  .comment-respond .comment-form-email {
    float: right; } }

#cancel-comment-reply-link {
  background: #F0F0F0;
  color: #2A2929;
  padding: 0.5em;
  border-radius: 4px;
  text-decoration: none;
  display: block;
  margin: 0.5em 0 0.5em 0.75em;
  float: right;
  font-size: ms(-4); }

/*--------------------------------------------------------------
11.0 Media
--------------------------------------------------------------*/
audio {
  margin: 1em 0;
  width: 100%; }

video {
  max-width: 100%;
  width: 100%; }

/*--------------------------------------------------------------
12.0 Footer
--------------------------------------------------------------*/
footer.footer {
  color: #c6c6c6;
  border-top: 1px solid #f5f5f5;
  margin-top: 2em;
  padding-top: 2em; }
  footer.footer p, footer.footer ul {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0; }
  footer.footer a {
    font-weight: normal;
    color: #c6c6c6; }
  footer.footer .nav-footer ul, footer.footer .nav-social ul {
    margin: 0 auto;
    padding: 0;
    text-align: center; }
  footer.footer .nav-footer li, footer.footer .nav-social li {
    list-style-type: none;
    display: inline; }
  footer.footer .nav-footer li + li::before, footer.footer .nav-social li + li::before {
    content: "\2022";
    padding: 0 8px 0 5px; }
  footer.footer .nav-social {
    margin: 1em 0 0; }
    footer.footer .nav-social span {
      display: none; }
    footer.footer .nav-social li + li::before {
      content: "";
      padding: 0; }
  footer.footer .credit {
    background: #e7e7e7;
    color: #7d7d7d;
    margin-top: 2em;
    padding: 1em 0; }
    footer.footer .credit a {
      color: #7d7d7d; }
    footer.footer .credit p {
      margin: 0; }

/*Imports*/
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.mobile-only {
  display: block; }

.desktop-only {
  display: none; }

@media only screen and (min-width: 55em) {
  .mobile-only {
    display: none; }
  .desktop-only {
    display: block; } }

/*# sourceMappingURL=style.css.map */