/*--------------------------------------------------------------
 # Buttons.scss - BoldGrid Button Library.
 --------------------------------------------------------------*/
/*! @license
 *
 * Buttons
 * Copyright 2012-2014 Alex Wolfe and Rob Levin
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *        http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * Compass (optional)
 *
 * We recommend the use of autoprefixer instead of Compass
 * when using buttons. However, buttons does support Compass.
 * simply change $ubtn-use-compass to true and uncomment the
 * @import 'compass' code below to use Compass.
 */
/*
 * Required Files
 *
 * These files include the variables and options
 * and base css styles that are required to generate buttons.
 */
/*
 * $ubtn prefix (reserved)
 *
 * This prefix stands for Unicorn Button - ubtn
 * We provide a prefix to the Sass Variables to
 * prevent namespace collisions that could occur if
 * you import buttons as part of your Sass build process.
 * We kindly ask you not to use the prefix $ubtn in your project
 * in order to avoid possilbe name conflicts. Thanks!
 */
/*
 * Button Namespace (ex .button or .btn)
 *
 */
/*
 * Button Defaults
 *
 * Some default settings that are used throughout the button library.
 * Changes to these settings will be picked up by all of the other modules.
 * The colors used here are the default colors for the base button (gray).
 * The font size and height are used to set the base size for the buttons.
 * The size values will be used to calculate the larger and smaller button sizes.
 */
/*
 * Button Colors
 *
 * $ubtn-colors is used to generate the different button colors.
 * Edit or add colors to the list below and recompile.
 * Each block contains the (name, background, color)
 * The class is generated using the name: (ex .button-primary)
 */
/*
 * Button Shapes
 *
 * $ubtn-shapes is used to generate the different button shapes.
 * Edit or add shapes to the list below and recompile.
 * Each block contains the (name, border-radius).
 * The class is generated using the name: (ex .button-square).
 */
/*
 * Button Sizes
 *
 * $ubtn-sizes is used to generate the different button sizes.
 * Edit or add colors to the list below and recompile.
 * Each block contains the (name, size multiplier).
 * The class is generated using the name: (ex .button-giant).
 */
/*
 * Color Mixin
 *
 * Iterates through the list of colors and creates
 *
 */
/*
 * No Animation
 *
 * Sets animation property to none
 */
/*
 * Clearfix
 *
 * Clears floats inside the container
 */
/*
 * Base Button Style
 *
 * The default values for the .button class
 */
.btn {
  color: #fff;
  background-color: #3dbdc6;
  border-color: #3dbdc6;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  display: inline-block;
  appearance: none;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  transition-property: all;
  transition-duration: 0.3s;
  /*
   * Disabled State
   *
   * The disabled state uses the class .disabled, is-disabled,
   * and the form attribute disabled="disabled".
   * The use of !important is only added because this is a state
   * that must be applied to all buttons when in a disabled state.
   */ }
  .btn:visited {
    color: #fff; }
  .btn:hover, .btn:focus {
    background-color: #49c1c9;
    text-decoration: none;
    outline: none; }
  .btn:active, .btn.active, .btn.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
    background-color: #4ab2b9;
    border-color: #2d9299;
    color: #2f99a1;
    transition-duration: 0s;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2); }
  .btn.disabled, .btn.is-disabled, .btn:disabled {
    top: 0 !important;
    background: #eee !important;
    border: 1px solid #ddd !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 1) !important;
    color: #ccc !important;
    cursor: default !important;
    appearance: none !important; }
    .btn.disabled else, .btn.is-disabled else, .btn:disabled else {
      box-shadow: none !important;
      opacity: 0.8 !important; }
/*
 * Base Button Tyography
 *
 */
.btn-uppercase {
  text-transform: uppercase; }

.btn-lowercase {
  text-transform: lowercase; }

.btn-capitalize {
  text-transform: capitalize; }

.btn-small-caps {
  font-variant: small-caps; }

.btn-icon-txt-large {
  font-size: 36px !important; }
/*
 * Base padding
 *
 */
.btn-width-small {
  padding: 0 10px !important; }
/*
 * Base Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-color-1, .btn-color-1-flat {
  background-color: #3dbdc6;
  border-color: #3dbdc6;
  color: #fff; }
  .btn-color-1:visited, .btn-color-1-flat:visited {
    color: #fff; }
  .btn-color-1:hover, .btn-color-1-flat:hover, .btn-color-1:focus, .btn-color-1-flat:focus {
    background-color: #64cad2;
    border-color: #64cad2;
    color: #fff; }
  .btn-color-1:active, .btn-color-1-flat:active, .btn-color-1.active, .btn-color-1-flat.active, .btn-color-1.is-active, .btn-color-1-flat.is-active {
    background-color: #4ab2b9;
    border-color: #4ab2b9;
    color: #2f99a1; }

.btn-color-2, .btn-color-2-flat {
  background-color: #ea0e15;
  border-color: #ea0e15;
  color: #fff; }
  .btn-color-2:visited, .btn-color-2-flat:visited {
    color: #fff; }
  .btn-color-2:hover, .btn-color-2-flat:hover, .btn-color-2:focus, .btn-color-2-flat:focus {
    background-color: #f3383e;
    border-color: #f3383e;
    color: #fff; }
  .btn-color-2:active, .btn-color-2-flat:active, .btn-color-2.active, .btn-color-2-flat.active, .btn-color-2.is-active, .btn-color-2-flat.is-active {
    background-color: #de1a21;
    border-color: #de1a21;
    color: #ba0b11; }

.btn-color-3, .btn-color-3-flat {
  background-color: #89c4f4;
  border-color: #89c4f4;
  color: #333; }
  .btn-color-3:visited, .btn-color-3-flat:visited {
    color: #333; }
  .btn-color-3:hover, .btn-color-3-flat:hover, .btn-color-3:focus, .btn-color-3-flat:focus {
    background-color: #b8dbf8;
    border-color: #b8dbf8;
    color: #333; }
  .btn-color-3:active, .btn-color-3-flat:active, .btn-color-3.active, .btn-color-3-flat.active, .btn-color-3.is-active, .btn-color-3-flat.is-active {
    background-color: #8fc3ee;
    border-color: #8fc3ee;
    color: #5aadf0; }
/*
 * Base Layout Styles
 *
 * Very Miminal Layout Styles
 */
.btn-block, .btn-stacked {
  display: block; }
/*
 * Button Types (optional)
 *
 * All of the files below represent the various button
 * types (including shapes & sizes). None of these files
 * are required. Simple remove the uneeded type below and
 * the button type will be excluded from the final build
 */
/*
 * Button Shapes
 *
 * This file creates the various button shapes
 * (ex. Circle, Rounded, Pill)
 */
.btn-square {
  border-radius: 0; }

.btn-box {
  border-radius: 10px; }

.btn-rounded {
  border-radius: 4px; }

.btn-pill {
  border-radius: 200px; }

.btn-circle {
  border-radius: 100%; }
/*
 * Size Adjustment for equal height & widht buttons
 *
 * Remove padding and set a fixed width.
 */
.btn-circle, .btn-box, .btn-square {
  padding: 0 !important;
  width: 40px; }
  .btn-circle.btn-giant, .btn-box.btn-giant, .btn-square.btn-giant {
    width: 70px; }
  .btn-circle.btn-jumbo, .btn-box.btn-jumbo, .btn-square.btn-jumbo {
    width: 60px; }
  .btn-circle.btn-large, .btn-box.btn-large, .btn-square.btn-large {
    width: 50px; }
  .btn-circle.btn-normal, .btn-box.btn-normal, .btn-square.btn-normal {
    width: 40px; }
  .btn-circle.btn-small, .btn-box.btn-small, .btn-square.btn-small {
    width: 30px; }
  .btn-circle.btn-tiny, .btn-box.btn-tiny, .btn-square.btn-tiny {
    width: 24px; }
/*
 * Border Buttons
 *
 * These buttons have no fill they only have a
 * border to define their hit target.
 */
.btn-border, .btn-border-thin, .btn-border-thick {
  background: none;
  border-width: 2px;
  border-style: solid;
  line-height: 36px; }

.btn-border:hover, .btn-border-thin:hover, .btn-border-thick:hover {
  background-color: rgba(100, 202, 210, 0.9); }

.btn-border:active, .btn-border-thin:active, .btn-border-thick:active, .btn-border.active, .btn-border-thin.active, .btn-border-thick.active, .btn-border.is-active, .btn-border-thin.is-active, .btn-border-thick.is-active {
  box-shadow: none;
  text-shadow: none;
  transition-property: all;
  transition-duration: 0.3s; }
/*
 * Border Optional Sizes
 *
 * A slight variation in border thickness
 */
.btn-border-thin {
  border-width: 1px; }

.btn-border-thick {
  border-width: 3px; }
/*
 * Border Button Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-border, .btn-border-thin, .btn-border-thick {
  /*
   * Border Button Size Adjustment
   *
   * The line-height must be adjusted to compinsate for
   * the width of the border.
   */ }
  .btn-border.btn-color-1, .btn-border-thin.btn-color-1, .btn-border-thick.btn-color-1 {
    color: #3dbdc6; }
    .btn-border.btn-color-1:hover, .btn-border-thin.btn-color-1:hover, .btn-border-thick.btn-color-1:hover, .btn-border.btn-color-1:focus, .btn-border-thin.btn-color-1:focus, .btn-border-thick.btn-color-1:focus {
      background-color: rgba(100, 202, 210, 0.9);
      color: rgba(255, 255, 255, 0.9); }
    .btn-border.btn-color-1:active, .btn-border-thin.btn-color-1:active, .btn-border-thick.btn-color-1:active, .btn-border.btn-color-1.active, .btn-border-thin.btn-color-1.active, .btn-border-thick.btn-color-1.active, .btn-border.btn-color-1.is-active, .btn-border-thin.btn-color-1.is-active, .btn-border-thick.btn-color-1.is-active {
      background-color: rgba(74, 178, 185, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-2, .btn-border-thin.btn-color-2, .btn-border-thick.btn-color-2 {
    color: #ea0e15; }
    .btn-border.btn-color-2:hover, .btn-border-thin.btn-color-2:hover, .btn-border-thick.btn-color-2:hover, .btn-border.btn-color-2:focus, .btn-border-thin.btn-color-2:focus, .btn-border-thick.btn-color-2:focus {
      background-color: rgba(243, 56, 62, 0.9);
      color: rgba(255, 255, 255, 0.9); }
    .btn-border.btn-color-2:active, .btn-border-thin.btn-color-2:active, .btn-border-thick.btn-color-2:active, .btn-border.btn-color-2.active, .btn-border-thin.btn-color-2.active, .btn-border-thick.btn-color-2.active, .btn-border.btn-color-2.is-active, .btn-border-thin.btn-color-2.is-active, .btn-border-thick.btn-color-2.is-active {
      background-color: rgba(222, 26, 33, 0.7);
      color: rgba(255, 255, 255, 0.5);
      opacity: 0.3; }
  .btn-border.btn-color-3, .btn-border-thin.btn-color-3, .btn-border-thick.btn-color-3 {
    color: #89c4f4; }
    .btn-border.btn-color-3:hover, .btn-border-thin.btn-color-3:hover, .btn-border-thick.btn-color-3:hover, .btn-border.btn-color-3:focus, .btn-border-thin.btn-color-3:focus, .btn-border-thick.btn-color-3:focus {
      background-color: rgba(184, 219, 248, 0.9);
      color: rgba(51, 51, 51, 0.9); }
    .btn-border.btn-color-3:active, .btn-border-thin.btn-color-3:active, .btn-border-thick.btn-color-3:active, .btn-border.btn-color-3.active, .btn-border-thin.btn-color-3.active, .btn-border-thick.btn-color-3.active, .btn-border.btn-color-3.is-active, .btn-border-thin.btn-color-3.is-active, .btn-border-thick.btn-color-3.is-active {
      background-color: rgba(143, 195, 238, 0.7);
      color: rgba(51, 51, 51, 0.5);
      opacity: 0.3; }
  .btn-border.btn-giant, .btn-border-thin.btn-giant, .btn-border-thick.btn-giant {
    line-height: 66px; }
  .btn-border.btn-jumbo, .btn-border-thin.btn-jumbo, .btn-border-thick.btn-jumbo {
    line-height: 56px; }
  .btn-border.btn-large, .btn-border-thin.btn-large, .btn-border-thick.btn-large {
    line-height: 46px; }
  .btn-border.btn-normal, .btn-border-thin.btn-normal, .btn-border-thick.btn-normal {
    line-height: 36px; }
  .btn-border.btn-small, .btn-border-thin.btn-small, .btn-border-thick.btn-small {
    line-height: 26px; }
  .btn-border.btn-tiny, .btn-border-thin.btn-tiny, .btn-border-thick.btn-tiny {
    line-height: 20px; }
/*
 * Border Buttons
 *
 * These buttons have no fill they only have a
 * border to define their hit target.
 */
.btn-borderless {
  background: none;
  border: none;
  padding: 0 8px !important;
  color: #3dbdc6;
  font-size: 1.3em;
  font-weight: 200;
  /*
   * Borderless Button Colors
   *
   * Create colors for buttons
   * (.button-primary, .button-secondary, etc.)
   */
  /*
   * Borderles Size Adjustment
   *
   * The font-size must be large to compinsate for
   * the lack of a hit target.
   */ }

.btn-borderless:hover, .btn-borderless:focus {
  background: none; }

.btn-borderless:active, .btn-borderless.active, .btn-borderless.is-active {
  box-shadow: none;
  text-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  opacity: 0.3; }
  .btn-borderless.btn-color-1 {
    color: #3dbdc6; }
  .btn-borderless.btn-color-2 {
    color: #ea0e15; }
  .btn-borderless.btn-color-3 {
    color: #89c4f4; }
  .btn-borderless.btn-giant {
    font-size: 2.275em;
    height: 18.275em;
    line-height: 18.275em; }
  .btn-borderless.btn-jumbo {
    font-size: 1.95em;
    height: 17.95em;
    line-height: 17.95em; }
  .btn-borderless.btn-large {
    font-size: 1.625em;
    height: 17.625em;
    line-height: 17.625em; }
  .btn-borderless.btn-normal {
    font-size: 1.3em;
    height: 17.3em;
    line-height: 17.3em; }
  .btn-borderless.btn-small {
    font-size: 0.975em;
    height: 16.975em;
    line-height: 16.975em; }
  .btn-borderless.btn-tiny {
    font-size: 0.78em;
    height: 16.78em;
    line-height: 16.78em; }
/*
 * Raised Buttons
 *
 * A classic looking button that offers
 * great depth and affordance.
 */
.btn-raised {
  border-color: #35acb4;
  border-style: solid;
  border-width: 1px;
  line-height: 38px;
  background: linear-gradient(#49c1c9, #35acb4);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15); }

.btn-raised:hover, .btn-raised:focus {
  background: linear-gradient(#5dc8cf, #33a5ad); }

.btn-raised:active, .btn-raised.active, .btn-raised.is-active {
  background: #4ab2b9;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1); }
/*
 * Raised Button Colors
 *
 * Create colors for raised buttons
 */
.btn-raised.btn-color-1 {
  border-color: #35acb4;
  background: linear-gradient(#51c4cc, #35acb4); }
  .btn-raised.btn-color-1:hover, .btn-raised.btn-color-1:focus {
    background: linear-gradient(#5dc8cf, #33a5ad); }
  .btn-raised.btn-color-1:active, .btn-raised.btn-color-1.active, .btn-raised.btn-color-1.is-active {
    border-color: #2f99a1;
    background: #4ab2b9; }
  .btn-raised.btn-color-2 {
    border-color: #d20d13;
    background: linear-gradient(#f22027, #d20d13); }
  .btn-raised.btn-color-2:hover, .btn-raised.btn-color-2:focus {
    background: linear-gradient(#f32e35, #c80c12); }
  .btn-raised.btn-color-2:active, .btn-raised.btn-color-2.active, .btn-raised.btn-color-2.is-active {
    border-color: #ba0b11;
    background: #de1a21; }
  .btn-raised.btn-color-3 {
    border-color: #72b8f2;
    background: linear-gradient(#a0d0f6, #72b8f2); }
  .btn-raised.btn-color-3:hover, .btn-raised.btn-color-3:focus {
    background: linear-gradient(#aed7f7, #68b4f1); }
  .btn-raised.btn-color-3:active, .btn-raised.btn-color-3.active, .btn-raised.btn-color-3.is-active {
    border-color: #5aadf0;
    background: #8fc3ee; }
/*
 * 3D Buttons
 *
 * These buttons have a heavy three dimensional
 * style that mimics the visual appearance of a
 * real life button.
 */
.btn-3d {
  position: relative;
  top: 0;
  box-shadow: 0 7px 0 #247479, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:hover, .btn-3d:focus {
  box-shadow: 0 7px 0 #247479, 0 8px 3px rgba(0, 0, 0, 0.2); }

.btn-3d:active, .btn-3d.active, .btn-3d.is-active {
  top: 5px;
  transition-property: all;
  transition-duration: 0.15s;
  box-shadow: 0 2px 0 #247479, 0 3px 3px rgba(0, 0, 0, 0.2); }
/*
 * 3D Button Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-3d.btn-color-1 {
  box-shadow: 0 7px 0 #2f99a1, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:hover, .btn-3d.btn-color-1:focus {
    box-shadow: 0 7px 0 #2d9299, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-1:active, .btn-3d.btn-color-1.active, .btn-3d.btn-color-1.is-active {
    box-shadow: 0 2px 0 #247479, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-2 {
    box-shadow: 0 7px 0 #ba0b11, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:hover, .btn-3d.btn-color-2:focus {
    box-shadow: 0 7px 0 #b00b10, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-2:active, .btn-3d.btn-color-2.active, .btn-3d.btn-color-2.is-active {
    box-shadow: 0 2px 0 #8a080c, 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-3d.btn-color-3 {
    box-shadow: 0 7px 0 #5aadf0, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:hover, .btn-3d.btn-color-3:focus {
    box-shadow: 0 7px 0 #51a8ef, 0 8px 3px rgba(0, 0, 0, 0.3); }
  .btn-3d.btn-color-3:active, .btn-3d.btn-color-3.active, .btn-3d.btn-color-3.is-active {
    box-shadow: 0 2px 0 #2c95eb, 0 3px 3px rgba(0, 0, 0, 0.2); }
/*
 * Glowing Buttons
 *
 * A pulse like glow that appears
 * rythmically around the edges of
 * a button.
 */
/*
 * Glow animation mixin for Compass users
 *
 */
/*
 * Glowing Keyframes
 *
 */
@keyframes glowing {
  from {
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); }

  50% {
    box-shadow: 0 0 20px rgba(44, 154, 219, 0.8); }

  to {
    box-shadow: 0 0 0 rgba(44, 154, 219, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-1 {
    from {
      box-shadow: 0 0 0 rgba(61, 189, 198, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(61, 189, 198, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(61, 189, 198, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-2 {
    from {
      box-shadow: 0 0 0 rgba(234, 14, 21, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(234, 14, 21, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(234, 14, 21, 0.3); } }

/*
 * Glowing Keyframes for various colors
 *
 */

@keyframes glowing-color-3 {
    from {
      box-shadow: 0 0 0 rgba(137, 196, 244, 0.3); }
    50% {
      box-shadow: 0 0 20px rgba(137, 196, 244, 0.8); }
    to {
      box-shadow: 0 0 0 rgba(137, 196, 244, 0.3); } }
/*
 * Glowing Buttons Base Styes
 *
 * A pulse like glow that appears
 * rythmically around the edges of
 * a button.
 */
.btn-glow {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: glowing; }

.btn-glow:active, .btn-glow.active, .btn-glow.is-active {
  animation-name: none; }
/*
 * Glowing Button Colors
 *
 * Create colors for glowing buttons
 */
.btn-glow.btn-color-1 {
  animation-name: glowing-color-1; }
  .btn-glow.btn-color-2 {
    animation-name: glowing-color-2; }
  .btn-glow.btn-color-3 {
    animation-name: glowing-color-3; }
/*
 * Dropdown menu buttons
 *
 * A dropdown menu appears
 * when a button is pressed
 */
/*
 * Dropdown Container
 *
 */
.btn-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block; }
/*
 * Dropdown List Style
 *
 */
.btn-dropdown-list {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1000;
  min-width: 100%;
  list-style-type: none;
  background: rgba(100, 202, 210, 0.95);
  border-style: solid;
  border-width: 1px;
  border-color: #2f99a1;
  font-family: inherit;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
  /*
   * Dropdown Above
   *
   */ }

.btn-dropdown-list.is-below {
  /*
   * Dropdown Below
   *
   */
  top: 100%;
  border-top: none;
  border-radius: 0 0 3px 3px; }

.btn-dropdown-list.is-above {
  bottom: 100%;
  top: auto;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 -2px 7px rgba(0, 0, 0, 0.2); }
/*
 * Dropdown Buttons
 *
 */
.btn-dropdown-list > li {
  padding: 0;
  margin: 0;
  display: block; }

.btn-dropdown-list > li > a {
  display: block;
  line-height: 40px;
  font-size: 0.8em;
  padding: 5px 10px;
  float: none;
  color: #fff;
  text-decoration: none; }
  .btn-dropdown-list > li > a:hover {
    color: #f7f7f7;
    background: #49c1c9;
    text-decoration: none; }

.btn-dropdown-divider {
  border-top: 1px solid #37b4bc; }
/*
 * Dropdown Colors
 *
 * Create colors for buttons
 * (.button-primary, .button-secondary, etc.)
 */
.btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list {
  background: rgba(61, 189, 198, 0.95);
  border-color: #2f99a1; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #33a5ad; }
  .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-1 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #35acb4; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list {
    background: rgba(234, 14, 21, 0.95);
    border-color: #ba0b11; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #c80c12; }
  .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a {
    color: #fff; }
    .btn-dropdown.btn-dropdown-color-2 .btn-dropdown-list > li > a:hover {
      color: #f2f2f2;
      background: #d20d13; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list {
    background: rgba(137, 196, 244, 0.95);
    border-color: #5aadf0; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list .btn-dropdown-divider {
    border-color: #68b4f1; }
  .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a {
    color: #333; }
    .btn-dropdown.btn-dropdown-color-3 .btn-dropdown-list > li > a:hover {
      color: #262626;
      background: #72b8f2; }
/*
 * Buton Groups
 *
 * A group of related buttons
 * displayed edge to edge
 */
.btn-group {
  *zoom: 1;
  position: relative;
  display: inline-block; }

.btn-group:after, .btn-group:before {
  content: '.';
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.btn-group .btn, .btn-group .btn-dropdown {
  float: left; }
  .btn-group .btn:not(:first-child):not(:last-child), .btn-group .btn-dropdown:not(:first-child):not(:last-child) {
    border-radius: 0;
    border-right: none; }
  .btn-group .btn:first-child, .btn-group .btn-dropdown:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .btn-group .btn:last-child, .btn-group .btn-dropdown:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
/*
 * Button Wrapper
 *
 * A wrap around effect to highlight
 * the shape of the button and offer
 * a subtle visual effect.
 */
.btn-wrap {
  border: 1px solid #e3e3e3;
  display: inline-block;
  padding: 9px;
  background: linear-gradient(#f2f2f2, #fff);
  border-radius: 200px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.04); }
/*
 * Long Shadow Buttons
 *
 * A visual effect adding a flat shadow to the text of a button
 */
/*
 * Long Shadow Function
 *
 * Loops $length times building a long shadow. Defaults downward right
 */
/*
 * LONG SHADOW MIXIN
 *
 */
/*
 * Shadow Right
 *
 */
.btn-longshadow, .btn-longshadow-right {
  overflow: hidden; }
  .btn-longshadow.btn-color-1, .btn-longshadow-right.btn-color-1 {
    text-shadow: 0px 0px #2f99a1, 1px 1px #2f99a1, 2px 2px #2f99a1, 3px 3px #2f99a1, 4px 4px #2f99a1, 5px 5px #2f99a1, 6px 6px #2f99a1, 7px 7px #2f99a1, 8px 8px #2f99a1, 9px 9px #2f99a1, 10px 10px #2f99a1, 11px 11px #2f99a1, 12px 12px #2f99a1, 13px 13px #2f99a1, 14px 14px #2f99a1, 15px 15px #2f99a1, 16px 16px #2f99a1, 17px 17px #2f99a1, 18px 18px #2f99a1, 19px 19px #2f99a1, 20px 20px #2f99a1, 21px 21px #2f99a1, 22px 22px #2f99a1, 23px 23px #2f99a1, 24px 24px #2f99a1, 25px 25px #2f99a1, 26px 26px #2f99a1, 27px 27px #2f99a1, 28px 28px #2f99a1, 29px 29px #2f99a1, 30px 30px #2f99a1, 31px 31px #2f99a1, 32px 32px #2f99a1, 33px 33px #2f99a1, 34px 34px #2f99a1, 35px 35px #2f99a1, 36px 36px #2f99a1, 37px 37px #2f99a1, 38px 38px #2f99a1, 39px 39px #2f99a1, 40px 40px #2f99a1, 41px 41px #2f99a1, 42px 42px #2f99a1, 43px 43px #2f99a1, 44px 44px #2f99a1, 45px 45px #2f99a1, 46px 46px #2f99a1, 47px 47px #2f99a1, 48px 48px #2f99a1, 49px 49px #2f99a1, 50px 50px #2f99a1, 51px 51px #2f99a1, 52px 52px #2f99a1, 53px 53px #2f99a1, 54px 54px #2f99a1, 55px 55px #2f99a1, 56px 56px #2f99a1, 57px 57px #2f99a1, 58px 58px #2f99a1, 59px 59px #2f99a1, 60px 60px #2f99a1, 61px 61px #2f99a1, 62px 62px #2f99a1, 63px 63px #2f99a1, 64px 64px #2f99a1, 65px 65px #2f99a1, 66px 66px #2f99a1, 67px 67px #2f99a1, 68px 68px #2f99a1, 69px 69px #2f99a1, 70px 70px #2f99a1, 71px 71px #2f99a1, 72px 72px #2f99a1, 73px 73px #2f99a1, 74px 74px #2f99a1, 75px 75px #2f99a1, 76px 76px #2f99a1, 77px 77px #2f99a1, 78px 78px #2f99a1, 79px 79px #2f99a1, 80px 80px #2f99a1, 81px 81px #2f99a1, 82px 82px #2f99a1, 83px 83px #2f99a1, 84px 84px #2f99a1, 85px 85px #2f99a1; }
  .btn-longshadow.btn-color-1:active, .btn-longshadow-right.btn-color-1:active, .btn-longshadow.btn-color-1.active, .btn-longshadow-right.btn-color-1.active, .btn-longshadow.btn-color-1.is-active, .btn-longshadow-right.btn-color-1.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-2, .btn-longshadow-right.btn-color-2 {
    text-shadow: 0px 0px #ba0b11, 1px 1px #ba0b11, 2px 2px #ba0b11, 3px 3px #ba0b11, 4px 4px #ba0b11, 5px 5px #ba0b11, 6px 6px #ba0b11, 7px 7px #ba0b11, 8px 8px #ba0b11, 9px 9px #ba0b11, 10px 10px #ba0b11, 11px 11px #ba0b11, 12px 12px #ba0b11, 13px 13px #ba0b11, 14px 14px #ba0b11, 15px 15px #ba0b11, 16px 16px #ba0b11, 17px 17px #ba0b11, 18px 18px #ba0b11, 19px 19px #ba0b11, 20px 20px #ba0b11, 21px 21px #ba0b11, 22px 22px #ba0b11, 23px 23px #ba0b11, 24px 24px #ba0b11, 25px 25px #ba0b11, 26px 26px #ba0b11, 27px 27px #ba0b11, 28px 28px #ba0b11, 29px 29px #ba0b11, 30px 30px #ba0b11, 31px 31px #ba0b11, 32px 32px #ba0b11, 33px 33px #ba0b11, 34px 34px #ba0b11, 35px 35px #ba0b11, 36px 36px #ba0b11, 37px 37px #ba0b11, 38px 38px #ba0b11, 39px 39px #ba0b11, 40px 40px #ba0b11, 41px 41px #ba0b11, 42px 42px #ba0b11, 43px 43px #ba0b11, 44px 44px #ba0b11, 45px 45px #ba0b11, 46px 46px #ba0b11, 47px 47px #ba0b11, 48px 48px #ba0b11, 49px 49px #ba0b11, 50px 50px #ba0b11, 51px 51px #ba0b11, 52px 52px #ba0b11, 53px 53px #ba0b11, 54px 54px #ba0b11, 55px 55px #ba0b11, 56px 56px #ba0b11, 57px 57px #ba0b11, 58px 58px #ba0b11, 59px 59px #ba0b11, 60px 60px #ba0b11, 61px 61px #ba0b11, 62px 62px #ba0b11, 63px 63px #ba0b11, 64px 64px #ba0b11, 65px 65px #ba0b11, 66px 66px #ba0b11, 67px 67px #ba0b11, 68px 68px #ba0b11, 69px 69px #ba0b11, 70px 70px #ba0b11, 71px 71px #ba0b11, 72px 72px #ba0b11, 73px 73px #ba0b11, 74px 74px #ba0b11, 75px 75px #ba0b11, 76px 76px #ba0b11, 77px 77px #ba0b11, 78px 78px #ba0b11, 79px 79px #ba0b11, 80px 80px #ba0b11, 81px 81px #ba0b11, 82px 82px #ba0b11, 83px 83px #ba0b11, 84px 84px #ba0b11, 85px 85px #ba0b11; }
  .btn-longshadow.btn-color-2:active, .btn-longshadow-right.btn-color-2:active, .btn-longshadow.btn-color-2.active, .btn-longshadow-right.btn-color-2.active, .btn-longshadow.btn-color-2.is-active, .btn-longshadow-right.btn-color-2.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow.btn-color-3, .btn-longshadow-right.btn-color-3 {
    text-shadow: 0px 0px #5aadf0, 1px 1px #5aadf0, 2px 2px #5aadf0, 3px 3px #5aadf0, 4px 4px #5aadf0, 5px 5px #5aadf0, 6px 6px #5aadf0, 7px 7px #5aadf0, 8px 8px #5aadf0, 9px 9px #5aadf0, 10px 10px #5aadf0, 11px 11px #5aadf0, 12px 12px #5aadf0, 13px 13px #5aadf0, 14px 14px #5aadf0, 15px 15px #5aadf0, 16px 16px #5aadf0, 17px 17px #5aadf0, 18px 18px #5aadf0, 19px 19px #5aadf0, 20px 20px #5aadf0, 21px 21px #5aadf0, 22px 22px #5aadf0, 23px 23px #5aadf0, 24px 24px #5aadf0, 25px 25px #5aadf0, 26px 26px #5aadf0, 27px 27px #5aadf0, 28px 28px #5aadf0, 29px 29px #5aadf0, 30px 30px #5aadf0, 31px 31px #5aadf0, 32px 32px #5aadf0, 33px 33px #5aadf0, 34px 34px #5aadf0, 35px 35px #5aadf0, 36px 36px #5aadf0, 37px 37px #5aadf0, 38px 38px #5aadf0, 39px 39px #5aadf0, 40px 40px #5aadf0, 41px 41px #5aadf0, 42px 42px #5aadf0, 43px 43px #5aadf0, 44px 44px #5aadf0, 45px 45px #5aadf0, 46px 46px #5aadf0, 47px 47px #5aadf0, 48px 48px #5aadf0, 49px 49px #5aadf0, 50px 50px #5aadf0, 51px 51px #5aadf0, 52px 52px #5aadf0, 53px 53px #5aadf0, 54px 54px #5aadf0, 55px 55px #5aadf0, 56px 56px #5aadf0, 57px 57px #5aadf0, 58px 58px #5aadf0, 59px 59px #5aadf0, 60px 60px #5aadf0, 61px 61px #5aadf0, 62px 62px #5aadf0, 63px 63px #5aadf0, 64px 64px #5aadf0, 65px 65px #5aadf0, 66px 66px #5aadf0, 67px 67px #5aadf0, 68px 68px #5aadf0, 69px 69px #5aadf0, 70px 70px #5aadf0, 71px 71px #5aadf0, 72px 72px #5aadf0, 73px 73px #5aadf0, 74px 74px #5aadf0, 75px 75px #5aadf0, 76px 76px #5aadf0, 77px 77px #5aadf0, 78px 78px #5aadf0, 79px 79px #5aadf0, 80px 80px #5aadf0, 81px 81px #5aadf0, 82px 82px #5aadf0, 83px 83px #5aadf0, 84px 84px #5aadf0, 85px 85px #5aadf0; }
  .btn-longshadow.btn-color-3:active, .btn-longshadow-right.btn-color-3:active, .btn-longshadow.btn-color-3.active, .btn-longshadow-right.btn-color-3.active, .btn-longshadow.btn-color-3.is-active, .btn-longshadow-right.btn-color-3.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
/*
 * Shadow Left
 *
 */
.btn-longshadow-left {
  overflow: hidden; }
  .btn-longshadow-left.btn-color-1 {
    text-shadow: 0px 0px #2f99a1, -1px 1px #2f99a1, -2px 2px #2f99a1, -3px 3px #2f99a1, -4px 4px #2f99a1, -5px 5px #2f99a1, -6px 6px #2f99a1, -7px 7px #2f99a1, -8px 8px #2f99a1, -9px 9px #2f99a1, -10px 10px #2f99a1, -11px 11px #2f99a1, -12px 12px #2f99a1, -13px 13px #2f99a1, -14px 14px #2f99a1, -15px 15px #2f99a1, -16px 16px #2f99a1, -17px 17px #2f99a1, -18px 18px #2f99a1, -19px 19px #2f99a1, -20px 20px #2f99a1, -21px 21px #2f99a1, -22px 22px #2f99a1, -23px 23px #2f99a1, -24px 24px #2f99a1, -25px 25px #2f99a1, -26px 26px #2f99a1, -27px 27px #2f99a1, -28px 28px #2f99a1, -29px 29px #2f99a1, -30px 30px #2f99a1, -31px 31px #2f99a1, -32px 32px #2f99a1, -33px 33px #2f99a1, -34px 34px #2f99a1, -35px 35px #2f99a1, -36px 36px #2f99a1, -37px 37px #2f99a1, -38px 38px #2f99a1, -39px 39px #2f99a1, -40px 40px #2f99a1, -41px 41px #2f99a1, -42px 42px #2f99a1, -43px 43px #2f99a1, -44px 44px #2f99a1, -45px 45px #2f99a1, -46px 46px #2f99a1, -47px 47px #2f99a1, -48px 48px #2f99a1, -49px 49px #2f99a1, -50px 50px #2f99a1, -51px 51px #2f99a1, -52px 52px #2f99a1, -53px 53px #2f99a1, -54px 54px #2f99a1, -55px 55px #2f99a1, -56px 56px #2f99a1, -57px 57px #2f99a1, -58px 58px #2f99a1, -59px 59px #2f99a1, -60px 60px #2f99a1, -61px 61px #2f99a1, -62px 62px #2f99a1, -63px 63px #2f99a1, -64px 64px #2f99a1, -65px 65px #2f99a1, -66px 66px #2f99a1, -67px 67px #2f99a1, -68px 68px #2f99a1, -69px 69px #2f99a1, -70px 70px #2f99a1, -71px 71px #2f99a1, -72px 72px #2f99a1, -73px 73px #2f99a1, -74px 74px #2f99a1, -75px 75px #2f99a1, -76px 76px #2f99a1, -77px 77px #2f99a1, -78px 78px #2f99a1, -79px 79px #2f99a1, -80px 80px #2f99a1, -81px 81px #2f99a1, -82px 82px #2f99a1, -83px 83px #2f99a1, -84px 84px #2f99a1, -85px 85px #2f99a1; }
  .btn-longshadow-left.btn-color-1:active, .btn-longshadow-left.btn-color-1.active, .btn-longshadow-left.btn-color-1.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-2 {
    text-shadow: 0px 0px #ba0b11, -1px 1px #ba0b11, -2px 2px #ba0b11, -3px 3px #ba0b11, -4px 4px #ba0b11, -5px 5px #ba0b11, -6px 6px #ba0b11, -7px 7px #ba0b11, -8px 8px #ba0b11, -9px 9px #ba0b11, -10px 10px #ba0b11, -11px 11px #ba0b11, -12px 12px #ba0b11, -13px 13px #ba0b11, -14px 14px #ba0b11, -15px 15px #ba0b11, -16px 16px #ba0b11, -17px 17px #ba0b11, -18px 18px #ba0b11, -19px 19px #ba0b11, -20px 20px #ba0b11, -21px 21px #ba0b11, -22px 22px #ba0b11, -23px 23px #ba0b11, -24px 24px #ba0b11, -25px 25px #ba0b11, -26px 26px #ba0b11, -27px 27px #ba0b11, -28px 28px #ba0b11, -29px 29px #ba0b11, -30px 30px #ba0b11, -31px 31px #ba0b11, -32px 32px #ba0b11, -33px 33px #ba0b11, -34px 34px #ba0b11, -35px 35px #ba0b11, -36px 36px #ba0b11, -37px 37px #ba0b11, -38px 38px #ba0b11, -39px 39px #ba0b11, -40px 40px #ba0b11, -41px 41px #ba0b11, -42px 42px #ba0b11, -43px 43px #ba0b11, -44px 44px #ba0b11, -45px 45px #ba0b11, -46px 46px #ba0b11, -47px 47px #ba0b11, -48px 48px #ba0b11, -49px 49px #ba0b11, -50px 50px #ba0b11, -51px 51px #ba0b11, -52px 52px #ba0b11, -53px 53px #ba0b11, -54px 54px #ba0b11, -55px 55px #ba0b11, -56px 56px #ba0b11, -57px 57px #ba0b11, -58px 58px #ba0b11, -59px 59px #ba0b11, -60px 60px #ba0b11, -61px 61px #ba0b11, -62px 62px #ba0b11, -63px 63px #ba0b11, -64px 64px #ba0b11, -65px 65px #ba0b11, -66px 66px #ba0b11, -67px 67px #ba0b11, -68px 68px #ba0b11, -69px 69px #ba0b11, -70px 70px #ba0b11, -71px 71px #ba0b11, -72px 72px #ba0b11, -73px 73px #ba0b11, -74px 74px #ba0b11, -75px 75px #ba0b11, -76px 76px #ba0b11, -77px 77px #ba0b11, -78px 78px #ba0b11, -79px 79px #ba0b11, -80px 80px #ba0b11, -81px 81px #ba0b11, -82px 82px #ba0b11, -83px 83px #ba0b11, -84px 84px #ba0b11, -85px 85px #ba0b11; }
  .btn-longshadow-left.btn-color-2:active, .btn-longshadow-left.btn-color-2.active, .btn-longshadow-left.btn-color-2.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
  .btn-longshadow-left.btn-color-3 {
    text-shadow: 0px 0px #5aadf0, -1px 1px #5aadf0, -2px 2px #5aadf0, -3px 3px #5aadf0, -4px 4px #5aadf0, -5px 5px #5aadf0, -6px 6px #5aadf0, -7px 7px #5aadf0, -8px 8px #5aadf0, -9px 9px #5aadf0, -10px 10px #5aadf0, -11px 11px #5aadf0, -12px 12px #5aadf0, -13px 13px #5aadf0, -14px 14px #5aadf0, -15px 15px #5aadf0, -16px 16px #5aadf0, -17px 17px #5aadf0, -18px 18px #5aadf0, -19px 19px #5aadf0, -20px 20px #5aadf0, -21px 21px #5aadf0, -22px 22px #5aadf0, -23px 23px #5aadf0, -24px 24px #5aadf0, -25px 25px #5aadf0, -26px 26px #5aadf0, -27px 27px #5aadf0, -28px 28px #5aadf0, -29px 29px #5aadf0, -30px 30px #5aadf0, -31px 31px #5aadf0, -32px 32px #5aadf0, -33px 33px #5aadf0, -34px 34px #5aadf0, -35px 35px #5aadf0, -36px 36px #5aadf0, -37px 37px #5aadf0, -38px 38px #5aadf0, -39px 39px #5aadf0, -40px 40px #5aadf0, -41px 41px #5aadf0, -42px 42px #5aadf0, -43px 43px #5aadf0, -44px 44px #5aadf0, -45px 45px #5aadf0, -46px 46px #5aadf0, -47px 47px #5aadf0, -48px 48px #5aadf0, -49px 49px #5aadf0, -50px 50px #5aadf0, -51px 51px #5aadf0, -52px 52px #5aadf0, -53px 53px #5aadf0, -54px 54px #5aadf0, -55px 55px #5aadf0, -56px 56px #5aadf0, -57px 57px #5aadf0, -58px 58px #5aadf0, -59px 59px #5aadf0, -60px 60px #5aadf0, -61px 61px #5aadf0, -62px 62px #5aadf0, -63px 63px #5aadf0, -64px 64px #5aadf0, -65px 65px #5aadf0, -66px 66px #5aadf0, -67px 67px #5aadf0, -68px 68px #5aadf0, -69px 69px #5aadf0, -70px 70px #5aadf0, -71px 71px #5aadf0, -72px 72px #5aadf0, -73px 73px #5aadf0, -74px 74px #5aadf0, -75px 75px #5aadf0, -76px 76px #5aadf0, -77px 77px #5aadf0, -78px 78px #5aadf0, -79px 79px #5aadf0, -80px 80px #5aadf0, -81px 81px #5aadf0, -82px 82px #5aadf0, -83px 83px #5aadf0, -84px 84px #5aadf0, -85px 85px #5aadf0; }
  .btn-longshadow-left.btn-color-3:active, .btn-longshadow-left.btn-color-3.active, .btn-longshadow-left.btn-color-3.is-active {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4); }
/*
 * Button Sizes
 *
 * This file creates the various button sizes
 * (ex. .button-large, .button-small, etc.)
 */
.btn-giant {
  font-size: 1.75em;
  height: 70px;
  line-height: 70px;
  padding: 0 70px; }

.btn-jumbo {
  font-size: 1.5em;
  height: 60px;
  line-height: 60px;
  padding: 0 60px; }

.btn-large {
  font-size: 1.25em;
  height: 50px;
  line-height: 50px;
  padding: 0 50px; }

.btn-normal {
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  padding: 0 40px; }

.btn-small {
  font-size: 0.75em;
  height: 30px;
  line-height: 30px;
  padding: 0 30px; }

.btn-tiny {
  font-size: 0.6em;
  height: 24px;
  line-height: 24px;
  padding: 0 24px; }
