/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* --------------------------------------------------------------------------
   Figures
   -------------------------------------------------------------------------- */
figure {
  margin: 0; }

/* --------------------------------------------------------------------------
   Embedded Content
   -------------------------------------------------------------------------- */
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Document
   ========================================================================== */
html {
  font-size: 14px;
  -webkit-text-size-adjust: 14px;
  -ms-text-size-adjust: 14px; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #3e3e41; }

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4em; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* ==========================================================================
   Forms
   ========================================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

label {
  cursor: pointer; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* ==========================================================================
   Typography
   ========================================================================== */
/* --------------------------------------------------------------------------
   Text Block Elements
   -------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0.9em 0 0.2em;
  line-height: 1.1; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px;
  margin-bottom: 0.25em; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

h3, h4, h5, h6 {
  color: #a1a1a1; }

h5, h6 {
  font-style: italic; }

h4, h6 {
  font-weight: normal; }

ul, ol {
  padding-left: 2.15em; }

dd {
  margin-left: 30px;
  font-style: italic; }

dt {
  font-weight: bold; }

p, ul, ol {
  margin: 0.25em 0 1em; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0.25em; }

ol ol {
  list-style: lower-alpha; }
  ol ol ol {
    list-style: lower-roman; }

ul ul {
  list-style: circle; }
  ul ul ul {
    list-style: square; }

/* Heading Combinations */
hgroup h1, hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6 {
  margin-top: 0.2em; }

/* Navigation lists will not have bullets. */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* --------------------------------------------------------------------------
   Links
   -------------------------------------------------------------------------- */
a {
  color: #0a73f3;
  text-decoration: none; }
  a:hover {
    color: #388ff7;
    text-decoration: underline; }
  a:active, a:focus {
    color: #0750a9;
    text-decoration: underline; }

a:hover, a:active {
  outline: 0; }

/* --------------------------------------------------------------------------
   Semantic Tags
   -------------------------------------------------------------------------- */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  border-left: 2px solid #eff0f0;
  margin: 1em 0;
  padding: 0 30px;
  color: #b5bec0;
  font-weight: 300; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e4e4;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #f4db75;
  color: black;
  text-decoration: none; }

mark {
  background: #f0cf46;
  color: black;
  font-style: italic;
  font-weight: bold; }

pre, code, kbd, samp {
  font-family: monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 11px; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

code {
  padding: 2px 5px;
  border: 1px solid #e2e4e4;
  background: white;
  color: #a1a1a1;
  border-radius: 3px; }

/* --------------------------------------------------------------------------
   Typographic Classes
   -------------------------------------------------------------------------- */
.lead {
  font-size: 24px;
  line-height: 1.4em;
  color: #a1a1a1;
  margin: 40px 0;
  font-weight: 200; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .lead {
      font-size: 18px;
      margin: 20px 0; } }

.text-right {
  text-align: right; }

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

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

.mute {
  color: #b5bec0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

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

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

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .btn-group:before, .nav-h:before, .nav-bar:before, .nav-tabs:before, .grid:before, .clearfix:after, .container:after, .btn-group:after, .nav-h:after, .nav-bar:after, .nav-tabs:after, .grid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after, .container:after, .btn-group:after, .nav-h:after, .nav-bar:after, .nav-tabs:after, .grid:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.container {
  position: relative;
  padding: 0 20px;
  width: 1140px;
  margin: 0 auto; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .container {
      width: auto; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .container {
      width: auto; } }

.masthead .intro {
  padding: 50px 0; }
  .masthead .intro h1 {
    font-size: 54px;
    margin: 10px 0; }

.panel {
  border: 1px solid #eff0f0;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 5px; }
  .panel:hover, .panel:focus, .panel:active {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); }
  .panel:target {
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); }
  .panel header {
    position: relative;
    margin: -20px -20px 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #eff0f0;
    background: white;
    border-radius: 4px 4px 0 0; }
    .panel header h1, .panel header h2, .panel header h3, .panel header h4, .panel header h5, .panel header h6 {
      font-size: 16px;
      font-weight: normal;
      color: #a1a1a1;
      line-height: 1;
      margin: 0;
      text-shadow: 0px 1px 0px white; }
    .panel header .btn-close {
      position: absolute;
      right: 4px;
      top: 4px;
      background: none;
      border: none;
      box-shadow: none; }

.btn {
  color: #7e8e91;
  font-size: 14px;
  border: 1px solid;
  padding: 7px 14px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background-color: white;
  border-color: #d8dada;
  border-bottom-color: #bec1c1;
  background-image: -webkit-linear-gradient(top, white, #f2f3f3);
  background-image: -moz-linear-gradient(top, white, #f2f3f3);
  background-image: -ms-linear-gradient(top, white, #f2f3f3);
  background-image: -o-linear-gradient(top, white, #f2f3f3);
  background-image: linear-gradient(top, white, #f2f3f3);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.35);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  display: inline-block; }
  .btn:hover {
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #7e8e91;
    background-color: white;
    border-color: #d8dada;
    border-bottom-color: #bec1c1;
    background-image: -webkit-linear-gradient(top, white, #f2f3f3);
    background-image: -moz-linear-gradient(top, white, #f2f3f3);
    background-image: -ms-linear-gradient(top, white, #f2f3f3);
    background-image: -o-linear-gradient(top, white, #f2f3f3);
    background-image: linear-gradient(top, white, #f2f3f3); }
  .btn:active {
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #99a6a8;
    background-color: #d8dada;
    border-color: #b1b4b4;
    border-bottom-color: #979b9b;
    background-image: -webkit-linear-gradient(top, #d8dada, #cbcdcd);
    background-image: -moz-linear-gradient(top, #d8dada, #cbcdcd);
    background-image: -ms-linear-gradient(top, #d8dada, #cbcdcd);
    background-image: -o-linear-gradient(top, #d8dada, #cbcdcd);
    background-image: linear-gradient(top, #d8dada, #cbcdcd);
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.8); }
  .btn:focus {
    text-decoration: none;
    color: #7e8e91; }
  .btn.btn-large {
    font-size: 18px;
    padding: 0.5em 1em; }
  .btn.btn-small {
    padding: 0.25em 0.75em; }
    .btn.btn-small.icon:before, .btn.btn-small[data-icon]:before {
      padding: 0.25em 0.75em;
      margin: -0.25em 0 -0.25em -0.7em; }
    .btn.btn-small.icon-after:after, .btn.btn-small[data-icon-after]:after {
      padding: 0.25em 0.75em;
      margin: -0.25em -0.7em -0.25em 0em; }
  .btn.btn-mini {
    font-size: 12px;
    font-weight: normal;
    padding: 0.25em 0.5em; }
    .btn.btn-mini.icon:before, .btn.btn-mini[data-icon]:before {
      padding: 0.25em 0.5em;
      margin: -0.25em 0 -0.25em -0.5em; }
    .btn.btn-mini.icon-after:after, .btn.btn-mini[data-icon-after]:after {
      padding: 0.25em 0.5em;
      margin: -0.25em -0.5em -0.25em 0em; }
  .btn.btn-primary {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #eeb551;
    border-color: #dd9516;
    border-bottom-color: #ae7511;
    background-image: -webkit-linear-gradient(top, #eeb551, #ecab3a);
    background-image: -moz-linear-gradient(top, #eeb551, #ecab3a);
    background-image: -ms-linear-gradient(top, #eeb551, #ecab3a);
    background-image: -o-linear-gradient(top, #eeb551, #ecab3a);
    background-image: linear-gradient(top, #eeb551, #ecab3a); }
    .btn.btn-primary:focus {
      background-color: #eeb551;
      border-color: #dd9516;
      border-bottom-color: #ae7511;
      background-image: -webkit-linear-gradient(top, #eeb551, #ecab3a);
      background-image: -moz-linear-gradient(top, #eeb551, #ecab3a);
      background-image: -ms-linear-gradient(top, #eeb551, #ecab3a);
      background-image: -o-linear-gradient(top, #eeb551, #ecab3a);
      background-image: linear-gradient(top, #eeb551, #ecab3a); }
    .btn.btn-primary:hover {
      background-color: #f0bf68;
      border-color: #e9a123;
      border-bottom-color: #c68513;
      background-image: -webkit-linear-gradient(top, #f0bf68, #eeb551);
      background-image: -moz-linear-gradient(top, #f0bf68, #eeb551);
      background-image: -ms-linear-gradient(top, #f0bf68, #eeb551);
      background-image: -o-linear-gradient(top, #f0bf68, #eeb551);
      background-image: linear-gradient(top, #f0bf68, #eeb551); }
    .btn.btn-primary:active {
      background-color: #ecab3a;
      border-color: #c68513;
      border-bottom-color: #97660f;
      background-image: -webkit-linear-gradient(top, #ecab3a, #e9a123);
      background-image: -moz-linear-gradient(top, #ecab3a, #e9a123);
      background-image: -ms-linear-gradient(top, #ecab3a, #e9a123);
      background-image: -o-linear-gradient(top, #ecab3a, #e9a123);
      background-image: linear-gradient(top, #ecab3a, #e9a123); }
  .btn.btn-info {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #66bbd0;
    border-color: #379ab3;
    border-bottom-color: #2b788c;
    background-image: -webkit-linear-gradient(top, #66bbd0, #52b2ca);
    background-image: -moz-linear-gradient(top, #66bbd0, #52b2ca);
    background-image: -ms-linear-gradient(top, #66bbd0, #52b2ca);
    background-image: -o-linear-gradient(top, #66bbd0, #52b2ca);
    background-image: linear-gradient(top, #66bbd0, #52b2ca); }
    .btn.btn-info:focus {
      background-color: #66bbd0;
      border-color: #379ab3;
      border-bottom-color: #2b788c;
      background-image: -webkit-linear-gradient(top, #66bbd0, #52b2ca);
      background-image: -moz-linear-gradient(top, #66bbd0, #52b2ca);
      background-image: -ms-linear-gradient(top, #66bbd0, #52b2ca);
      background-image: -o-linear-gradient(top, #66bbd0, #52b2ca);
      background-image: linear-gradient(top, #66bbd0, #52b2ca); }
    .btn.btn-info:hover {
      background-color: #7ac4d6;
      border-color: #3faac4;
      border-bottom-color: #31899f;
      background-image: -webkit-linear-gradient(top, #7ac4d6, #66bbd0);
      background-image: -moz-linear-gradient(top, #7ac4d6, #66bbd0);
      background-image: -ms-linear-gradient(top, #7ac4d6, #66bbd0);
      background-image: -o-linear-gradient(top, #7ac4d6, #66bbd0);
      background-image: linear-gradient(top, #7ac4d6, #66bbd0); }
    .btn.btn-info:active {
      background-color: #52b2ca;
      border-color: #31899f;
      border-bottom-color: #256878;
      background-image: -webkit-linear-gradient(top, #52b2ca, #3faac4);
      background-image: -moz-linear-gradient(top, #52b2ca, #3faac4);
      background-image: -ms-linear-gradient(top, #52b2ca, #3faac4);
      background-image: -o-linear-gradient(top, #52b2ca, #3faac4);
      background-image: linear-gradient(top, #52b2ca, #3faac4); }
  .btn.btn-alert {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #f24d40;
    border-color: #d71d0f;
    border-bottom-color: #a7170b;
    background-image: -webkit-linear-gradient(top, #f24d40, #f03728);
    background-image: -moz-linear-gradient(top, #f24d40, #f03728);
    background-image: -ms-linear-gradient(top, #f24d40, #f03728);
    background-image: -o-linear-gradient(top, #f24d40, #f03728);
    background-image: linear-gradient(top, #f24d40, #f03728); }
    .btn.btn-alert:focus {
      background-color: #f24d40;
      border-color: #d71d0f;
      border-bottom-color: #a7170b;
      background-image: -webkit-linear-gradient(top, #f24d40, #f03728);
      background-image: -moz-linear-gradient(top, #f24d40, #f03728);
      background-image: -ms-linear-gradient(top, #f24d40, #f03728);
      background-image: -o-linear-gradient(top, #f24d40, #f03728);
      background-image: linear-gradient(top, #f24d40, #f03728); }
    .btn.btn-alert:hover {
      background-color: #f46358;
      border-color: #ef2110;
      border-bottom-color: #bf1a0d;
      background-image: -webkit-linear-gradient(top, #f46358, #f24d40);
      background-image: -moz-linear-gradient(top, #f46358, #f24d40);
      background-image: -ms-linear-gradient(top, #f46358, #f24d40);
      background-image: -o-linear-gradient(top, #f46358, #f24d40);
      background-image: linear-gradient(top, #f46358, #f24d40); }
    .btn.btn-alert:active {
      background-color: #f03728;
      border-color: #bf1a0d;
      border-bottom-color: #8f130a;
      background-image: -webkit-linear-gradient(top, #f03728, #ef2110);
      background-image: -moz-linear-gradient(top, #f03728, #ef2110);
      background-image: -ms-linear-gradient(top, #f03728, #ef2110);
      background-image: -o-linear-gradient(top, #f03728, #ef2110);
      background-image: linear-gradient(top, #f03728, #ef2110); }
  .btn.btn-warning {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #f0cf46;
    border-color: #d8b112;
    border-bottom-color: #a98b0e;
    background-image: -webkit-linear-gradient(top, #f0cf46, #eec92e);
    background-image: -moz-linear-gradient(top, #f0cf46, #eec92e);
    background-image: -ms-linear-gradient(top, #f0cf46, #eec92e);
    background-image: -o-linear-gradient(top, #f0cf46, #eec92e);
    background-image: linear-gradient(top, #f0cf46, #eec92e); }
    .btn.btn-warning:focus {
      background-color: #f0cf46;
      border-color: #d8b112;
      border-bottom-color: #a98b0e;
      background-image: -webkit-linear-gradient(top, #f0cf46, #eec92e);
      background-image: -moz-linear-gradient(top, #f0cf46, #eec92e);
      background-image: -ms-linear-gradient(top, #f0cf46, #eec92e);
      background-image: -o-linear-gradient(top, #f0cf46, #eec92e);
      background-image: linear-gradient(top, #f0cf46, #eec92e); }
    .btn.btn-warning:hover {
      background-color: #f2d55e;
      border-color: #ecc317;
      border-bottom-color: #c09e10;
      background-image: -webkit-linear-gradient(top, #f2d55e, #f0cf46);
      background-image: -moz-linear-gradient(top, #f2d55e, #f0cf46);
      background-image: -ms-linear-gradient(top, #f2d55e, #f0cf46);
      background-image: -o-linear-gradient(top, #f2d55e, #f0cf46);
      background-image: linear-gradient(top, #f2d55e, #f0cf46); }
    .btn.btn-warning:active {
      background-color: #eec92e;
      border-color: #c09e10;
      border-bottom-color: #91770c;
      background-image: -webkit-linear-gradient(top, #eec92e, #ecc317);
      background-image: -moz-linear-gradient(top, #eec92e, #ecc317);
      background-image: -ms-linear-gradient(top, #eec92e, #ecc317);
      background-image: -o-linear-gradient(top, #eec92e, #ecc317);
      background-image: linear-gradient(top, #eec92e, #ecc317); }
  .btn.btn-confirm {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white;
    background-color: #b7d947;
    border-color: #8faf24;
    border-bottom-color: #6c851b;
    background-image: -webkit-linear-gradient(top, #b7d947, #afd532);
    background-image: -moz-linear-gradient(top, #b7d947, #afd532);
    background-image: -ms-linear-gradient(top, #b7d947, #afd532);
    background-image: -o-linear-gradient(top, #b7d947, #afd532);
    background-image: linear-gradient(top, #b7d947, #afd532); }
    .btn.btn-confirm:focus {
      background-color: #b7d947;
      border-color: #8faf24;
      border-bottom-color: #6c851b;
      background-image: -webkit-linear-gradient(top, #b7d947, #afd532);
      background-image: -moz-linear-gradient(top, #b7d947, #afd532);
      background-image: -ms-linear-gradient(top, #b7d947, #afd532);
      background-image: -o-linear-gradient(top, #b7d947, #afd532);
      background-image: linear-gradient(top, #b7d947, #afd532); }
    .btn.btn-confirm:hover {
      background-color: #bfdd5c;
      border-color: #a0c429;
      border-bottom-color: #7e9a20;
      background-image: -webkit-linear-gradient(top, #bfdd5c, #b7d947);
      background-image: -moz-linear-gradient(top, #bfdd5c, #b7d947);
      background-image: -ms-linear-gradient(top, #bfdd5c, #b7d947);
      background-image: -o-linear-gradient(top, #bfdd5c, #b7d947);
      background-image: linear-gradient(top, #bfdd5c, #b7d947); }
    .btn.btn-confirm:active {
      background-color: #afd532;
      border-color: #7e9a20;
      border-bottom-color: #5b7017;
      background-image: -webkit-linear-gradient(top, #afd532, #a0c429);
      background-image: -moz-linear-gradient(top, #afd532, #a0c429);
      background-image: -ms-linear-gradient(top, #afd532, #a0c429);
      background-image: -o-linear-gradient(top, #afd532, #a0c429);
      background-image: linear-gradient(top, #afd532, #a0c429); }

.btn-group .btn {
  float: left;
  border-radius: 0px;
  margin-right: -1px; }
  .btn-group .btn:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px; }
  .btn-group .btn:last-child {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px; }

.nav-h, .nav-bar, .nav-v, .nav-menu, .nav-tabs {
  font-size: 14px; }
  .nav-h li, .nav-bar li, .nav-v li, .nav-menu li, .nav-tabs li, .nav-h a, .nav-bar a, .nav-v a, .nav-menu a, .nav-tabs a {
    display: block; }
  .nav-h li.active a, .nav-bar li.active a, .nav-v li.active a, .nav-menu li.active a, .nav-tabs li.active a {
    color: #eeb551; }
  .nav-h li a, .nav-bar li a, .nav-v li a, .nav-menu li a, .nav-tabs li a {
    padding: 7px 14px;
    color: #a1a1a1; }
    .nav-h li a:hover, .nav-bar li a:hover, .nav-v li a:hover, .nav-menu li a:hover, .nav-tabs li a:hover {
      text-decoration: none;
      color: #b5bec0; }
    .nav-h li a:active, .nav-bar li a:active, .nav-v li a:active, .nav-menu li a:active, .nav-tabs li a:active, .nav-h li a:focus, .nav-bar li a:focus, .nav-v li a:focus, .nav-menu li a:focus, .nav-tabs li a:focus {
      color: #3e3e41; }
    .nav-h li a.icon, .nav-bar li a.icon, .nav-v li a.icon, .nav-menu li a.icon, .nav-tabs li a.icon, .nav-h li a[data-icon], .nav-bar li a[data-icon], .nav-v li a[data-icon], .nav-menu li a[data-icon], .nav-tabs li a[data-icon] {
      padding-left: 3em; }
      .nav-h li a.icon:after, .nav-bar li a.icon:after, .nav-v li a.icon:after, .nav-menu li a.icon:after, .nav-tabs li a.icon:after, .nav-h li a[data-icon]:after, .nav-bar li a[data-icon]:after, .nav-v li a[data-icon]:after, .nav-menu li a[data-icon]:after, .nav-tabs li a[data-icon]:after {
        padding: 0.5em 1em;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -1.2em 0 0 0; }
    .nav-h li a.icon-after, .nav-bar li a.icon-after, .nav-v li a.icon-after, .nav-menu li a.icon-after, .nav-tabs li a.icon-after, .nav-h li a[data-icon-after], .nav-bar li a[data-icon-after], .nav-v li a[data-icon-after], .nav-menu li a[data-icon-after], .nav-tabs li a[data-icon-after] {
      padding-right: 2.5em; }
      .nav-h li a.icon-after:after, .nav-bar li a.icon-after:after, .nav-v li a.icon-after:after, .nav-menu li a.icon-after:after, .nav-tabs li a.icon-after:after, .nav-h li a[data-icon-after]:after, .nav-bar li a[data-icon-after]:after, .nav-v li a[data-icon-after]:after, .nav-menu li a[data-icon-after]:after, .nav-tabs li a[data-icon-after]:after {
        padding: 0.5em 1em;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -1.2em 0 0 0; }

.nav-h, .nav-bar {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .nav-h li, .nav-bar li {
    border-left: 1px solid #fcfdfd; }
    .nav-h li:first-child, .nav-bar li:first-child {
      border: none; }
    .nav-h li a, .nav-bar li a {
      margin-top: -0.5em;
      margin-bottom: -0.5em; }
  .nav-h li, .nav-bar li, .nav-h a, .nav-bar a {
    float: left; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .nav-h, .nav-bar {
      margin: 0; }
      .nav-h li, .nav-bar li, .nav-h a, .nav-bar a {
        float: none;
        border: none; }
      .nav-h li a, .nav-bar li a {
        margin: 0; } }

.nav-v li, .nav-menu li {
  border-top: 1px solid #fcfdfd; }
  .nav-v li:first-child, .nav-menu li:first-child {
    border: none; }

.nav-menu, .nav-bar {
  border: 1px solid #fcfdfd;
  border-bottom-color: #e2e4e4;
  background: white;
  margin-bottom: 20px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.05), 0px 1px 1px rgba(0,0,0,0.1); }

.nav-menu {
  border-radius: 5px;
  background: white; }
  .nav-menu li a:hover {
    background: white; }
  .nav-menu li a:active, .nav-menu li a:focus {
    background: white; }
  .nav-menu li:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .nav-menu li:last-child a {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.nav-bar {
  margin: 0;
  padding: 4px; }
  .nav-bar li {
    border: none;
    position: relative;
    z-index: 20; }
    .nav-bar li a {
      border: 1px solid white;
      margin-top: 0;
      margin-bottom: 0;
      border-radius: 3px; }
      .nav-bar li a:hover, .nav-bar li a:active, .nav-bar li a:focus {
        background: white;
        border-color: #fcfdfd; }
      .nav-bar li a:active, .nav-bar li a:focus {
        border-color: #e2e4e4;
        background: #fcfdfd; }

.nav-tabs {
  border-bottom: 1px solid #fcfdfd; }
  .nav-tabs li, .nav-tabs a {
    float: left; }
  .nav-tabs li {
    border: 1px solid transparent;
    margin-bottom: -1px; }
    .nav-tabs li.active {
      border: 1px solid #fcfdfd;
      border-bottom-color: white; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .nav-tabs {
      border: none; }
      .nav-tabs li, .nav-tabs a {
        float: none; }
      .nav-tabs li {
        margin: none;
        border: none; }
        .nav-tabs li.active {
          border: none; } }

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

.icon:before, [data-icon]:before, .icon-after:after, [data-icon-after]:after {
  font-family: 'fonticons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  text-decoration: inherit;
  text-align: center;
  padding: 0.5em 1em;
  margin: -0.5em 0 -0.5em -1em;
  opacity: 0.8;
  display: inline-block; }

.icon, [data-icon] {
  position: relative; }
  .icon:before, [data-icon]:before {
    content: attr(data-icon); }

.icon-after, [data-icon-after] {
  position: relative; }
  .icon-after:after, [data-icon-after]:after {
    margin: -0.5em -1em -0.5em 0;
    content: attr(data-icon-after); }

input[type=text], input[type=email], input[type=tel], input[type=url],
input[type=number], input[type=password], input[type=search], .text-input, textarea,
input[type=date], input[type=week], input[type=month],
input[type=time], input[type=datetime], input[type=datetime-local] {
  position: relative;
  padding: 7px 3.5px;
  margin: 0 0 0.5em;
  border: 1px solid #d0d6d7;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 2px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); }

input[type=date], input[type=week], input[type=month],
input[type=time], input[type=datetime-local] {
  -webkit-appearance: border-box; }

textarea {
  resize: both;
  max-width: 100%; }

.field {
  margin-bottom: 10px;
  padding: 0px 5px;
  position: relative;
  z-index: 1; }
  .field input[type=text], .field input[type=email], .field input[type=tel], .field input[type=url],
  .field input[type=number], .field input[type=password], .field input[type=search], .field .text-input, .field textarea,
  .field input[type=date], .field input[type=week], .field input[type=month],
  .field input[type=time], .field input[type=datetime], .field input[type=datetime-local] {
    margin: 0 -5px 0.5em;
    width: 100%;
    display: block; }
  .field:after {
    font-family: 'fonticons';
    content: '';
    display: none;
    position: absolute;
    right: 0px;
    top: 1.35em;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    z-index: 5; }
  .field label, .field select {
    margin-left: -5px;
    margin-right: 10px; }
  .field .hint {
    font-size: 12px;
    font-style: italic;
    color: #b5bec0; }
  .field .field-message {
    background: #fcfdfd;
    margin: -8px -4px 7px -5px;
    padding: 5px;
    border: 1px solid #e2e4e4;
    border-radius: 0 0 2px 2px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
  .field.with-error:after {
    content: 'x';
    color: #f24d40;
    display: block; }
  .field.with-error label {
    color: #f24d40; }
  .field.with-error input {
    border-color: #f24d40;
    color: #f24d40;
    background-color: white; }
  .field.with-error .field-message {
    border-color: #ef2110;
    background-color: #f24d40;
    color: white; }
  .field.with-notice:after {
    content: 'w';
    color: #ecc317;
    display: block; }
  .field.with-notice label {
    color: #ecc317; }
  .field.with-notice input {
    border-color: #ecc317;
    color: #c09e10;
    background-color: #fdfaeb; }
  .field.with-notice .field-message {
    border-color: #c09e10;
    background-color: #ecc317;
    color: white; }
  .field.with-success:after {
    content: 't';
    color: #b7d947;
    display: block; }
  .field.with-success label {
    color: #afd532; }
  .field.with-success input {
    border-color: #afd532;
    color: #afd532;
    background-color: white; }
  .field.with-success .field-message {
    border-color: #7e9a20;
    background-color: #afd532;
    color: white; }

.actions {
  padding: 20px;
  background: white;
  border-top: 1px solid white;
  text-align: right; }
  .actions a {
    color: #bea881; }
    .actions a:hover {
      color: #eeb551; }
  .actions .disclaimer {
    margin: 0;
    padding: 9px 0;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    float: left; }

::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.15s linear; }

:-moz-input-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.15s linear; }

:input-placeholder {
  opacity: 1;
  transition: opacity 0.15s linear; }

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0; }
input:focus:-moz-input-placeholder, textarea:focus:-moz-input-placeholder {
  opacity: 0; }
input:focus:input-placeholder, textarea:focus:input-placeholder {
  opacity: 0; }

.grid .col {
  display: block;
  float: left;
  width: 76px;
  margin: 0 10px; }
  .grid .col:last-child {
    margin-right: 0 !important; }
  .grid .col:first-child {
    margin-left: 0 !important; }
  .grid .col.colspan2 {
    width: 172px; }
  .grid .col.colspan3 {
    width: 268px; }
  .grid .col.colspan4 {
    width: 364px; }
  .grid .col.colspan5 {
    width: 460px; }
  .grid .col.colspan6 {
    width: 556px; }
  .grid .col.colspan7 {
    width: 652px; }
  .grid .col.colspan8 {
    width: 748px; }
  .grid .col.colspan9 {
    width: 844px; }
  .grid .col.colspan10 {
    width: 940px; }
  .grid .col.colspan11 {
    width: 1036px; }
  .grid .col.colspan12 {
    width: 1132px; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .grid .col {
      width: 0%;
      margin: 0 0.87719%; }
      .grid .col.colspan2 {
        width: 15.08772%; }
        .grid .col.colspan2 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan2 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan3 {
        width: 23.50877%; }
        .grid .col.colspan3 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan3 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan4 {
        width: 31.92982%; }
        .grid .col.colspan4 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan4 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan5 {
        width: 40.35088%; }
        .grid .col.colspan5 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan5 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan6 {
        width: 48.77193%; }
        .grid .col.colspan6 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan6 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan7 {
        width: 57.19298%; }
        .grid .col.colspan7 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan7 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan8 {
        width: 65.61404%; }
        .grid .col.colspan8 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan8 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan9 {
        width: 74.03509%; }
        .grid .col.colspan9 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan9 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan10 {
        width: 82.45614%; }
        .grid .col.colspan10 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan10 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan11 {
        width: 90.87719%; }
        .grid .col.colspan11 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan11 .colspan12 {
          width: 100%;
          margin: 0; }
      .grid .col.colspan12 {
        width: 99.29825%; }
        .grid .col.colspan12 .colspan2 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan3 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan4 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan5 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan6 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan7 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan8 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan9 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan10 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan11 {
          width: 100%;
          margin: 0; }
        .grid .col.colspan12 .colspan12 {
          width: 100%;
          margin: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .grid .col {
      width: 100%;
      margin: 0; }
      .grid .col.colspan2 {
        width: 100%; }
      .grid .col.colspan3 {
        width: 100%; }
      .grid .col.colspan4 {
        width: 100%; }
      .grid .col.colspan5 {
        width: 100%; }
      .grid .col.colspan6 {
        width: 100%; }
      .grid .col.colspan7 {
        width: 100%; }
      .grid .col.colspan8 {
        width: 100%; }
      .grid .col.colspan9 {
        width: 100%; }
      .grid .col.colspan10 {
        width: 100%; }
      .grid .col.colspan11 {
        width: 100%; }
      .grid .col.colspan12 {
        width: 100%; } }
  .grid .col.first {
    margin-left: 0 !important; }
  .grid .col.last {
    margin-right: 0 !important; }

.table {
  width: 100%; }
  .table td, .table th {
    border-bottom: 1px solid #fcfdfd;
    padding: .5em 1em;
    text-align: left;
    background: white; }
  .table tbody tr:last-child td, .table tbody tr:last-child th {
    border-bottom: none; }
  .table thead td, .table thead th {
    font-weight: bold; }
  .table tfoot td, .table tfoot th {
    border-bottom: none;
    border-top: 1px solid #fcfdfd;
    font-weight: bold; }
  .table.with-borders {
    border: 1px solid #fcfdfd; }
    .table.with-borders td, .table.with-borders th {
      border: 1px solid #fcfdfd; }
    .table.with-borders th {
      background: white; }
    .table.with-borders tfoot th, .table.with-borders tfoot td {
      background: #fcfdfd;
      border-top: 1px solid #e2e4e4; }
  .table.with-stripes tbody tr:nth-child(odd) td, .table.with-stripes tbody tr:nth-child(odd) th {
    background: white; }
  .table.with-row-hover tbody tr:hover th, .table.with-row-hover tbody tr:hover td {
    background: white; }

.img-circle {
  border-radius: 50%;
  box-shadow: 0px 0px 0px 3px white, 0px 1px 7px rgba(0,0,0,0.8); }

.img-rounded {
  border-radius: 20px; }

.img-polaroid {
  box-shadow: 0px 0px 0px 3px white, 0px 1px 7px rgba(0,0,0,0.8);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg); }

.img-polaroid-alt {
  box-shadow: 0px 0px 0px 3px white, 0px 1px 7px rgba(0,0,0,0.8);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg); }

.media {
  overflow: hidden;
  padding: 10px; }
  .media img.media-head {
    display: block; }
  .media .media-head {
    float: left;
    margin-right: 10px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .media .media-head {
        float: none;
        clear: both;
        text-align: center;
        margin: 0 auto 10px; } }
  .media .media-head-alt {
    float: right;
    margin-left: 10px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .media .media-head-alt {
        float: none;
        clear: both;
        text-align: center;
        margin: 0 auto 10px; } }
  .media .media-body {
    overflow: hidden;
    position: relative; }
    .media .media-body :first-child {
      margin-top: 0; }
  .media .media-controls {
    position: absolute;
    top: 0;
    right: 1px; }

/*
font-family: "proxima-nova";
font-family: "league-gothic";
*/
html.js {
  margin-top: 0px !important; }

.masthead h1 {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'league-gothic', sans-serif;
  text-transform: uppercase;
  font-weight: 400; }

a {
  color: #66bbd0; }

p {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400; }

.lead {
  text-transform: uppercase;
  color: #3e3e41;
  font-size: 20px;
  font-family: "proxima-nova", sans-serif;
  margin-top: 0px; }
  .lead span {
    background: #f24d40;
    padding-left: 3px;
    padding-right: 3px;
    color: #ffffff; }

span.yellow {
  color: #f0cf46; }

span.blue {
  color: #66bbd0; }

span.green {
  color: #b7d947; }

span.red {
  color: #f24d40; }

span.orange {
  color: #eeb551; }

.dark-text {
  color: #3e3e41; }

img.overlap {
  margin-top: -50px;
  margin-bottom: 30px; }

.hero {
  margin-top: -20px; }

.btn-download {
  background: #3e3e41;
  font-size: 24px;
  font-family: 'league-gothic', sans-serif;
  border: none;
  max-width: 100%;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: none; }
  .btn-download:before {
    text-transform: none;
    padding: 0.5em 6px 0.5em 1em;
    opacity: 1; }
  .btn-download:hover {
    background: #a1a1a1;
    color: white; }

.btn-logo {
  background: #a1a1a1 url("img/button-logo.png") no-repeat 10px center;
  font-size: 24px;
  font-family: 'league-gothic', sans-serif;
  border: none;
  border-radius: 10px;
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  padding-left: 40px; }
  .btn-logo:hover {
    background: #3e3e41 url("img/button-logo.png") no-repeat 10px center;
    color: white; }

.btn.btn-large {
  font-size: 50px;
  border-radius: 20px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .btn.btn-large {
      font-size: 30px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .btn.btn-large {
      font-size: 30px; } }

.call-to-action p {
  font-size: 16px;
  line-height: 24px; }
.call-to-action .container {
  padding-top: 40px; }
.call-to-action .col {
  padding-bottom: 55px; }
.call-to-action .last {
  text-align: right; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .call-to-action .last {
      text-align: center; } }
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .call-to-action .container {
    padding-top: 40px; }
  .call-to-action .col {
    padding-bottom: 35px; } }

#five-strategies {
  background: url("img/grid.png") no-repeat center 50px; }
  #five-strategies h3 {
    color: #3e3e41;
    text-align: center;
    background: url("img/headline-background.png") no-repeat top center;
    background-size: 100% auto;
    margin-bottom: 35px; }
    #five-strategies h3 span {
      display: inline-block;
      background: white;
      padding-left: 5px;
      padding-right: 5px; }
  #five-strategies a.btn {
    border-radius: none;
    width: 100%;
    min-height: 90px;
    overflow-x: visible;
    overflow-y: hidden;
    position: relative;
    padding: 0px;
    text-align: left;
    border: none;
    text-shadow: none;
    margin-bottom: 35px; }
    #five-strategies a.btn span.num {
      position: absolute;
      font-size: 130px;
      padding-top: 0px;
      font-family: 'league-gothic', sans-serif; }
    #five-strategies a.btn span.desc {
      color: #3e3e41;
      padding-left: 100px;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-right: 20px;
      display: inline-block;
      font-family: "proxima-nova", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 12px;
      min-height: 60px; }
      #five-strategies a.btn span.desc strong {
        display: block;
        padding-bottom: 4px;
        font-family: 'league-gothic', sans-serif;
        font-size: 22px;
        text-transform: uppercase; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #five-strategies a.btn span.desc {
          min-height: 95px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    #five-strategies {
      background: none; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    #five-strategies {
      background: none; }
      #five-strategies span.desc {
        min-height: 1px; } }

#focal {
  background: #b5bec0;
  z-index: 4; }
  #focal header.masthead {
    border-bottom: 1px dotted #e2e4e4;
    *z-index: 999; }
    #focal header.masthead .container {
      *z-index: 999; }
    #focal header.masthead a {
      font-family: 'league-gothic', sans-serif;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 24px;
      color: white;
      text-shadow: none; }
      #focal header.masthead a:hover {
        color: #3e3e41; }
      #focal header.masthead a:before {
        text-transform: none; }
    #focal header.masthead a.btn:hover {
      color: white; }
    #focal header.masthead .col {
      padding-top: 30px;
      padding-bottom: 30px; }
    #focal header.masthead .colspan5 img {
      max-width: 100%; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #focal header.masthead .colspan5 {
        padding-bottom: 0px;
        text-align: center;
        padding-top: 10px; } }
    #focal header.masthead .colspan7 {
      *z-index: 999;
      text-align: right;
      margin-left: 0px;
      padding-left: 0px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal header.masthead .colspan7 li.button-li {
          display: block;
          float: none;
          margin-top: 40px;
          padding-top: 20px;
          text-align: right; }
          #focal header.masthead .colspan7 li.button-li a {
            float: right;
            margin-right: 10px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal header.masthead .colspan7 {
          padding-top: 0px;
          text-align: center;
          padding-bottom: 10px; }
          #focal header.masthead .colspan7 ul {
            padding-left: 0px; }
          #focal header.masthead .colspan7 a {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 0px; }
          #focal header.masthead .colspan7 a.btn {
            padding-left: 10px; } }
      @media only screen and (min-width: 1024px) {
        #focal header.masthead .colspan7 {
          width: 57%; } }
    #focal header.masthead .btn {
      padding-left: 10px;
      white-space: nowrap; }
    #focal header.masthead ul {
      display: inline-block;
      padding-top: 14px;
      margin-top: 0px;
      *z-index: 999; }
      @media only screen and (min-width: 1024px) {
        #focal header.masthead ul {
          width: 575px; } }
      #focal header.masthead ul li {
        line-height: 30px;
        position: relative;
        display: inline-block;
        padding: 8px 0px; }
        #focal header.masthead ul li .arrow-up {
          display: none;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #3e3e41;
          position: absolute;
          left: 60px;
          top: 31px;
          z-index: 10; }
      #focal header.masthead ul li:hover .arrow-up {
        display: inline-block; }
        @media only screen and (min-width: 320px) and (max-width: 600px) {
          #focal header.masthead ul li:hover .arrow-up {
            display: none; } }
      #focal header.masthead ul li:last-child {
        border: none;
        margin-left: 15px;
        margin-top: 0px; }
        @media only screen and (min-width: 320px) and (max-width: 600px) {
          #focal header.masthead ul li:last-child {
            margin-left: 0px; } }
      #focal header.masthead ul li.active a {
        color: #3e3e41; }
      #focal header.masthead ul li.active li a {
        color: white; }
      #focal header.masthead ul .sub-menu {
        display: none;
        position: absolute;
        width: 240px;
        margin: 0px;
        padding: 0px;
        padding: 15px 0px;
        margin-left: -200px;
        border-radius: 10px;
        background: #3e3e41 url("img/dots.png") no-repeat center bottom;
        top: 40px;
        z-index: 50;
        *z-index: 999;
        zoom: 1;
        border: 1px solid #e2e4e4; }
        #focal header.masthead ul .sub-menu li {
          display: block;
          float: none;
          position: relative;
          padding: 0px;
          margin: 0px;
          line-height: 38px;
          width: 100%;
          border: none;
          text-align: left;
          border-bottom: 1px solid #b5bec0; }
          #focal header.masthead ul .sub-menu li a {
            background: #3e3e41;
            display: block;
            margin: 0px;
            padding: 0px;
            float: none;
            border-bottom: 1px solid black;
            padding-left: 15px;
            padding-right: 15px;
            font-size: 18px;
            line-height: 54px; }
            #focal header.masthead ul .sub-menu li a:hover {
              color: white;
              background-image: linear-gradient(bottom, #646465 16%, #404041 58%);
              background-image: -o-linear-gradient(bottom, #646465 16%, #404041 58%);
              background-image: -moz-linear-gradient(bottom, #646465 16%, #404041 58%);
              background-image: -webkit-linear-gradient(bottom, #646465 16%, #404041 58%);
              background-image: -ms-linear-gradient(bottom, #646465 16%, #404041 58%);
              background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.16, #646465), color-stop(0.58, #404041)); }
            #focal header.masthead ul .sub-menu li a .number {
              position: absolute;
              font-size: 40px;
              *margin-top: -15px; }
            #focal header.masthead ul .sub-menu li a span.plan {
              padding-left: 40px; }
      #focal header.masthead ul li:hover .sub-menu {
        display: inline-block; }
        @media only screen and (min-width: 320px) and (max-width: 600px) {
          #focal header.masthead ul li:hover .sub-menu {
            display: none; } }
  #focal #carousel {
    border-bottom: 1px dotted #e2e4e4;
    position: relative;
    *z-index: 5;
    /* Indicators */ }
    #focal #carousel ul {
      list-style: none;
      list-style-type: none;
      margin: 0px;
      padding: 0px; }
    @media only screen and (min-width: 1024px) {
      #focal #carousel {
        background: url("img/glow.png") no-repeat center top; } }
    #focal #carousel .panel-carousel-play-pause-toggle {
      display: none; }
    #focal #carousel .col {
      position: relative; }
    #focal #carousel .panel {
      margin: 0px;
      padding: 0px;
      border: none;
      border-radius: none; }
    #focal #carousel .panel:hover {
      border: none;
      box-shadow: none; }
    #focal #carousel .panel-text {
      padding-left: 80px;
      padding-top: 12%;
      padding-bottom: 30px;
      margin-top: 20px;
      *z-index: 5; }
    #focal #carousel .panel-image {
      padding-right: 60px;
      text-align: right; }
      #focal #carousel .panel-image img {
        max-width: 100%;
        height: auto;
        display: inline-block; }
    #focal #carousel .panel-utilize h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-utilize h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-utilize h3 span.sm {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 18px; }
      #focal #carousel .panel-utilize h3 span.lrg {
        font-size: 175px;
        white-space: nowrap; }
      #focal #carousel .panel-utilize h3 span.med {
        color: #3e3e41;
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .panel-utilize h3 span.lrg {
          font-size: 120px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .panel-utilize h3 span.lrg {
          font-size: 80px; } }
    #focal #carousel .panel-affordability .panel-text {
      padding-top: 9%; }
    #focal #carousel .panel-affordability h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-affordability h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-affordability h3 span.sm {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 18px;
        line-height: 20px; }
      #focal #carousel .panel-affordability h3 span.lrg {
        font-size: 175px;
        white-space: nowrap; }
      #focal #carousel .panel-affordability h3 span.med {
        color: #3e3e41;
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .panel-affordability h3 span.lrg {
          font-size: 120px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .panel-affordability h3 span.lrg {
          font-size: 80px; } }
    #focal #carousel .panel-support .panel-text {
      padding-top: 9%; }
    #focal #carousel .panel-support h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-support h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-support h3 span.sm {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 18px;
        line-height: 20px; }
      #focal #carousel .panel-support h3 span.lrg {
        font-size: 150px;
        white-space: nowrap; }
      #focal #carousel .panel-support h3 span.med {
        color: #3e3e41;
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .panel-support h3 span.lrg {
          font-size: 120px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .panel-support h3 span.lrg {
          font-size: 80px; } }
    #focal #carousel .panel-distribution .panel-text {
      padding-top: 9%; }
    #focal #carousel .panel-distribution h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-distribution h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-distribution h3 span.light {
        display: inline-block;
        color: #ff9386; }
      #focal #carousel .panel-distribution h3 span.sm {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px; }
      #focal #carousel .panel-distribution h3 span.lrg {
        font-size: 65px;
        white-space: nowrap; }
      #focal #carousel .panel-distribution h3 span.med {
        color: #3e3e41;
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .panel-distribution h3 span.lrg {
          font-size: 60px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .panel-distribution h3 span.lrg {
          font-size: 35px; } }
    #focal #carousel .panel-reactions .panel-text {
      padding-top: 9%; }
    #focal #carousel .panel-reactions h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-reactions h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-reactions h3 span.light {
        display: inline-block;
        color: #ff9386; }
      #focal #carousel .panel-reactions h3 span.left-side {
        float: left;
        display: inline-block; }
      #focal #carousel .panel-reactions h3 span.and {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 30px;
        display: inline-block;
        border-radius: 50%;
        background: white;
        color: #3e3e41;
        padding: 15px;
        font-weight: normal; }
      #focal #carousel .panel-reactions h3 span.sm {
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px; }
      #focal #carousel .panel-reactions h3 span.lrg {
        font-size: 115px;
        white-space: nowrap; }
      #focal #carousel .panel-reactions h3 span.med {
        color: #3e3e41;
        font-family: "proxima-nova";
        font-weight: 400;
        font-size: 20px; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .panel-reactions h3 span.lrg {
          font-size: 80px; }
        #focal #carousel .panel-reactions h3 span.left-side {
          float: none;
          display: block; }
        #focal #carousel .panel-reactions h3 span.and {
          margin-top: 10px;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .panel-reactions h3 span.lrg {
          font-size: 80px; }
        #focal #carousel .panel-reactions h3 span.left-side {
          float: none;
          display: block; }
        #focal #carousel .panel-reactions h3 span.and {
          margin-top: 10px;
          margin-bottom: 10px; } }
    #focal #carousel .panel-carousel-indicators {
      position: relative;
      bottom: auto;
      right: auto;
      z-index: 10;
      list-style: none;
      margin: 0;
      padding: 0; }
    #focal #carousel .panel-carousel-indicator-item {
      float: left;
      display: block;
      margin: 0px 3px; }
    #focal #carousel .panel-carousel-indicator-item a {
      float: left;
      display: block;
      width: 12px;
      height: 12px;
      overflow: hidden;
      text-indent: -500px;
      white-space: nowrap;
      background: #ffffff;
      border: 2px solid #ffffff;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px;
      border-radius: 7px; }
    #focal #carousel .panel-carousel-indicator-item.active a {
      background: #ffffff;
      border-color: #404041; }
    #focal #carousel .panel-1 h3 {
      color: white;
      text-transform: uppercase; }
      #focal #carousel .panel-1 h3 span {
        display: block;
        line-height: 1; }
      #focal #carousel .panel-1 h3 span.med {
        font-family: 'league-gothic', sans-serif;
        font-weight: 400;
        font-size: 60px; }
    #focal #carousel .panel-1 .action-buttons {
      margin-top: 40px; }
      #focal #carousel .panel-1 .action-buttons a {
        margin-right: 10px;
        margin-bottom: 10px; }
    #focal #carousel .panel-1 .panel-text {
      padding-top: 7%; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #focal #carousel .panel-text {
        padding-left: 35px; }
      #focal #carousel .panel-image {
        padding-right: 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #focal #carousel .panel-text {
        padding-left: 0px; }
      #focal #carousel .panel-image {
        padding-right: 0px;
        padding-bottom: 20px; } }
    #focal #carousel .bx-viewport {
      display: inline-block; }
    #focal #carousel .bx-wrapper {
      margin: 0 auto 40px; }
    #focal #carousel .bx-pager {
      display: inline-block;
      position: relative;
      bottom: 0px;
      float: left;
      background: #d0d6d7;
      border-radius: 15px;
      display: inline-block;
      padding: 0px 9px 0px 9px;
      margin-bottom: 0px;
      float: left;
      width: auto;
      margin-left: 75px;
      line-height: 0px; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel .bx-pager {
          margin-left: 0px; } }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #focal #carousel .bx-pager {
          margin-left: 30px; } }
      #focal #carousel .bx-pager .bx-pager-item {
        padding-top: 8px;
        padding-bottom: 8px; }
    #focal #carousel .bx-controls-direction a.bx-prev {
      left: 0px; }
    #focal #carousel .bx-controls-direction a.bx-prev {
      right: 0px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #focal #carousel .bx-controls-direction {
        display: none; } }
    #focal #carousel #progress-bar {
      cursor: pointer;
      margin-left: 5px;
      float: left;
      display: inline-block;
      background: #d0d6d7;
      padding: 0px 9px;
      line-height: 26px;
      border-radius: 15px;
      font-size: 20px;
      color: #a1a1a1;
      font-family: 'league-gothic', sans-serif;
      text-transform: uppercase;
      width: 195px;
      overflow: hidden; }
      #focal #carousel #progress-bar #progress-step {
        position: absolute; }
      #focal #carousel #progress-bar #progress-stage {
        background: #e2e4e4;
        height: 26px;
        margin-left: -9px;
        width: 5%;
        padding-left: 0px; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #carousel #progress-bar {
          margin-left: 0px; } }
    #focal #carousel #carousel-controls {
      float: left; }
  #focal #subnavigation {
    background: #3e3e41;
    padding-top: 12px;
    margin-top: -1px;
    z-index: 5; }
    #focal #subnavigation .nav-container {
      border-top: 1px dotted #e2e4e4; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #focal #subnavigation .nav-container {
          border: none;
          padding-bottom: 10px; } }
    #focal #subnavigation ul {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 0px; }
      #focal #subnavigation ul li {
        border: none;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #a1a1a1;
        font-family: 'league-gothic', sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        font-size: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
        position: relative; }
        @media only screen and (min-width: 320px) and (max-width: 600px) {
          #focal #subnavigation ul li {
            display: block;
            padding-top: 5px;
            padding-bottom: 5px; } }
        @media only screen and (min-width: 600px) and (max-width: 1024px) {
          #focal #subnavigation ul li {
            padding-top: 10px;
            padding-bottom: 10px; } }
        #focal #subnavigation ul li a {
          color: white;
          margin-top: 0px;
          margin-bottom: 0px;
          padding-top: 0px;
          padding-bottom: 0px;
          padding-left: 5px;
          padding-right: 5px; }
          @media only screen and (min-width: 320px) and (max-width: 600px) {
            #focal #subnavigation ul li a {
              padding-left: 0px; } }
        #focal #subnavigation ul li .arrow-up {
          display: none;
          width: 0;
          height: 0;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid white;
          position: absolute;
          left: 50%;
          bottom: 0px;
          z-index: 10;
          margin-left: -10px; }
        #focal #subnavigation ul li:hover .arrow-up {
          display: inline-block; }
          @media only screen and (min-width: 320px) and (max-width: 600px) {
            #focal #subnavigation ul li:hover .arrow-up {
              display: none; } }
        #focal #subnavigation ul li.active .arrow-up {
          display: inline-block; }
          @media only screen and (min-width: 320px) and (max-width: 600px) {
            #focal #subnavigation ul li.active .arrow-up {
              display: none; } }
      #focal #subnavigation ul li:first-child {
        padding-right: 5px; }
    #focal #subnavigation .col {
      padding-top: 0px;
      padding-bottom: 0px; }

.share-bar {
  clear: both;
  display: block; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .share-bar .btn {
      margin-bottom: 5px; } }
  .share-bar #share-link {
    float: left;
    background: none;
    border: none;
    margin-left: 5px;
    padding: 0px;
    padding: 8px 3px 5px 3px;
    box-shadow: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid white; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .share-bar #share-link {
        float: none; } }
  .share-bar .container {
    background: #f0cf46;
    padding-top: 20px; }
  .share-bar .col {
    padding-bottom: 20px; }
  .share-bar .last {
    text-align: right; }
  .share-bar h3 {
    color: #3e3e41;
    margin-bottom: 0px;
    margin-top: 3px;
    float: left; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .share-bar h3 {
        float: none; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .share-bar .col {
      text-align: center; } }
  .share-bar .btn {
    border: none;
    border-radius: 10px;
    font-family: 'league-gothic', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em; }
    .share-bar .btn:hover {
      background: #3e3e41;
      color: white; }
    .share-bar .btn:before {
      text-transform: none; }

.text-block {
  width: 47%;
  *float: left;
  display: inline-block;
  margin-bottom: 20px;
  min-height: 166px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .text-block {
      width: 95%;
      min-height: 1px; } }
  .text-block h5 {
    font-size: 16px;
    color: #3e3e41;
    text-transform: uppercase;
    font-style: normal;
    font-family: "proxima-nova", sans-serif;
    font-weight: bold; }
  .text-block h6 {
    font-size: 56px;
    text-transform: uppercase;
    font-style: normal;
    margin-top: 0px;
    margin-bottom: 5px; }
    .text-block h6.med {
      font-size: 28px; }
  .text-block.block-right {
    float: right; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .text-block.block-right {
        float: none; } }

body.page-id-12 #focal, body.page-id-15 #focal {
  background: #f0cf46; }
  body.page-id-12 #focal #subnavigation ul li .arrow-up, body.page-id-15 #focal #subnavigation ul li .arrow-up {
    border-bottom: 10px solid #f0cf46; }
  body.page-id-12 #focal #subnavigation ul li.active a, body.page-id-15 #focal #subnavigation ul li.active a {
    color: #f0cf46; }
body.page-id-12 .share-bar .container, body.page-id-15 .share-bar .container {
  background: #faeebc; }
body.page-id-12 .share-bar .btn, body.page-id-15 .share-bar .btn {
  background: #f0cf46;
  color: white; }
  body.page-id-12 .share-bar .btn:hover, body.page-id-15 .share-bar .btn:hover {
    background: #3e3e41;
    color: white; }
body.page-id-12 .text-block h6, body.page-id-15 .text-block h6 {
  color: #f0cf46; }

body.page-id-14 #focal, body.page-id-42 #focal {
  background: #66bbd0; }
  body.page-id-14 #focal #subnavigation ul li .arrow-up, body.page-id-42 #focal #subnavigation ul li .arrow-up {
    border-bottom: 10px solid #66bbd0; }
  body.page-id-14 #focal #subnavigation ul li.active a, body.page-id-42 #focal #subnavigation ul li.active a {
    color: #66bbd0; }
body.page-id-14 .share-bar .container, body.page-id-42 .share-bar .container {
  background: #c8e6ee; }
body.page-id-14 .share-bar .btn, body.page-id-42 .share-bar .btn {
  background: #66bbd0;
  color: white; }
  body.page-id-14 .share-bar .btn:hover, body.page-id-42 .share-bar .btn:hover {
    background: #3e3e41;
    color: white; }
body.page-id-14 .text-block h6, body.page-id-42 .text-block h6 {
  color: #66bbd0; }

body.page-id-18 #focal, body.page-id-32 #focal {
  background: #f24d40; }
  body.page-id-18 #focal #subnavigation ul li .arrow-up, body.page-id-32 #focal #subnavigation ul li .arrow-up {
    border-bottom: 10px solid #f24d40; }
  body.page-id-18 #focal #subnavigation ul li.active a, body.page-id-32 #focal #subnavigation ul li.active a {
    color: #f24d40; }
body.page-id-18 .share-bar .container, body.page-id-32 .share-bar .container {
  background: #fabcb7; }
body.page-id-18 .share-bar .btn, body.page-id-32 .share-bar .btn {
  background: #f24d40;
  color: white; }
  body.page-id-18 .share-bar .btn:hover, body.page-id-32 .share-bar .btn:hover {
    background: #3e3e41;
    color: white; }
body.page-id-18 .text-block h6, body.page-id-32 .text-block h6 {
  color: #f24d40; }

body.page-id-20 #focal, body.page-id-36 #focal {
  background: #eeb551; }
  body.page-id-20 #focal #subnavigation ul li .arrow-up, body.page-id-36 #focal #subnavigation ul li .arrow-up {
    border-bottom: 10px solid #eeb551; }
  body.page-id-20 #focal #subnavigation ul li.active a, body.page-id-36 #focal #subnavigation ul li.active a {
    color: #eeb551; }
body.page-id-20 .share-bar .container, body.page-id-36 .share-bar .container {
  background: #f9e6c5; }
body.page-id-20 .share-bar .btn, body.page-id-36 .share-bar .btn {
  background: #eeb551;
  color: white; }
  body.page-id-20 .share-bar .btn:hover, body.page-id-36 .share-bar .btn:hover {
    background: #3e3e41;
    color: white; }
body.page-id-20 .text-block h6, body.page-id-36 .text-block h6 {
  color: #eeb551; }

body.page-id-16 #focal, body.page-id-28 #focal {
  background: #b7d947; }
  body.page-id-16 #focal #subnavigation ul li .arrow-up, body.page-id-28 #focal #subnavigation ul li .arrow-up {
    border-bottom: 10px solid #b7d947; }
  body.page-id-16 #focal #subnavigation ul li.active a, body.page-id-28 #focal #subnavigation ul li.active a {
    color: #b7d947; }
body.page-id-16 .share-bar .container, body.page-id-28 .share-bar .container {
  background: #e0efb1; }
body.page-id-16 .share-bar .btn, body.page-id-28 .share-bar .btn {
  background: #b7d947;
  color: white; }
  body.page-id-16 .share-bar .btn:hover, body.page-id-28 .share-bar .btn:hover {
    background: #3e3e41;
    color: white; }
body.page-id-16 .text-block h6, body.page-id-28 .text-block h6 {
  color: #b7d947; }

#page-content {
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #a1a1a1; }
  #page-content h2 {
    font-size: 60px; }
  #page-content img {
    max-width: 100%;
    height: auto; }

body.page-id-51 #page-content {
  border-bottom: none; }
  body.page-id-51 #page-content .btn {
    margin-bottom: 5px; }
  body.page-id-51 #page-content .colspan8 {
    margin-bottom: 20px; }

footer.baseplate {
  color: white;
  background: #3e3e41;
  border-top: 20px solid #e2e4e4;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 20px; }
  footer.baseplate .col {
    padding-bottom: 20px; }
  footer.baseplate .col.first img {
    max-width: 100%;
    height: auto; }
  footer.baseplate h4 {
    color: white; }
  footer.baseplate ul {
    list-style-type: none;
    list-style: none;
    padding: 0px;
    margin: 0px; }
    footer.baseplate ul li a {
      color: white;
      font-size: 12px; }
  footer.baseplate .media {
    padding-left: 0px; }
  footer.baseplate .media-body p {
    font-size: 18px;
    line-height: 22px; }
  footer.baseplate .media-body span {
    font-size: 14px;
    color: #a1a1a1;
    font-weight: bold; }
  footer.baseplate .media-body a {
    text-decoration: underline;
    color: white; }
  footer.baseplate .media-body a.twitter-title {
    color: #66bbd0;
    text-decoration: none; }
  footer.baseplate p.legal {
    font-size: 12px;
    color: #7e7e7e;
    line-height: 13px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    footer.baseplate .col {
      text-align: center; } }

body.home .bxslider {
  height: 382px;
  overflow-y: hidden; }

body.home .bx-wrapper .bxslider {
  height: auto;
  overflow-y: visible; }

#focal header.masthead #language-select {
  position: absolute;
  right: 53px;
  top: 10px; }
  #focal header.masthead #language-select a {
    font-family: Arial,Tahoma,sans-serif;
    font-weight: normal;
    font-size: 14px; }

#focal.french header.masthead .btn {
  font-size: 19px; }

#focal.french header.masthead ul {
  width: 621px\9; }
  #focal.french header.masthead ul.sub-menu {
    width: 289px\9; }
  @media only screen and (min-width: 1024px) {
    #focal.french header.masthead ul {
      width: 621px; }
      #focal.french header.masthead ul.sub-menu {
        width: 289px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    #focal.french header.masthead ul.sub-menu {
      width: 289px; } }

#focal.french #carousel .panel-utilize h3 span.lrg {
  font-size: 142px; }
#focal.french #carousel .panel-affordability h3 span.lrg {
  font-size: 125px; }
#focal.french #carousel .panel-support h3 span.lrg {
  font-size: 111px; }
#focal.french #carousel .panel-distribution h3 span.lrg {
  font-size: 55px; }
#focal.french #carousel #progress-bar {
  width: 238px; }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  #focal.french #carousel .panel-utilize h3 span.lrg {
    font-size: 80px; }
  #focal.french #carousel .panel-affordability h3 span.lrg {
    font-size: 80px; }
  #focal.french #carousel .panel-support h3 span.lrg {
    font-size: 80px; }
  #focal.french #carousel .panel-distribution h3 span.lrg {
    font-size: 32px; }
  #focal.french #carousel .panel-1 h3 span.med {
    font-size: 50px; } }
@media only screen and (min-width: 320px) and (max-width: 600px) {
  #focal.french #carousel .panel-utilize h3 span.lrg {
    font-size: 40px; }
  #focal.french #carousel .panel-affordability h3 span.lrg {
    font-size: 40px; }
  #focal.french #carousel .panel-support h3 span.lrg {
    font-size: 40px; }
  #focal.french #carousel .panel-distribution h3 span.lrg {
    font-size: 22px; }
  #focal.french #carousel .panel-1 h3 span.med {
    font-size: 30px; } }

#five-strategies.french {
  background-position: center 73px; }
  #five-strategies.french a.btn span.desc {
    min-height: 83px; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #five-strategies.french a.btn span.desc {
        min-height: 163px; } }

/*
body {
  &:after {
    padding: 5px;
    display: block;
    font-weight: bold;
    background: lighten($silver, 10%);
    color: $dark-gray;
    opacity: 0.5;
    position: fixed;
    bottom: 0;
    left: 0;
    outline: 1px dotted red;
    
    @include breakpoint(handheld) {
      content: 'handheld';
    }

    @include breakpoint(tablet) {
      content: 'tablet';
    }

    @include breakpoint(monitor) {
      content: 'monitor';
    }
  }
}
*/
