﻿/***********************************************
Form 
/***********************************************/
/***********************************************
Variables
/***********************************************/
/*** Fonts ***/
/*** Weight ***/
/*** Colors ***/
/***********************************************
Border Colors
  -whitepaper cover image
/***********************************************/
/***********************************************
Pattern Squares Colors
/***********************************************/
/***********************************************
Buttons
/***********************************************/
/***********************************************
General Mixin
/***********************************************/
/***********************************************
Images
/***********************************************/
/***********************************************
Line-Height Function
/***********************************************/
.bbmform {
  max-width: 1000px; }
  .bbmform h2 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    font-family: canada-type-gibson, helvetica, arial, sans-serif; }
  .bbmform p {
    font-size: 18px;
    color: #777777;
    line-height: 1.66667; }
  .bbmform label {
    font-size: 16px;
    font-weight: bold;
    font-family: "AvenirLTStd", helvetica, arial, sans-serif;
    margin-bottom: 9px;
    display: block;
    color: #000000; }
  .bbmform .input[type="text"] {
    font-weight: normal;
    font-size: 15px; }
  .bbmform input, .bbmform textarea {
    font-family: "AvenirLTStd", helvetica, arial, sans-serif;
    font-size: 15px;
    padding: 10px 14px;
    color: #000000;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-sizing: border-box;
    display: block;
    margin-bottom: 0;
    width: 100%; }
  .bbmform .field {
    padding-bottom: 25px; }
  .bbmform .form-group {
    margin-bottom: 0; }
  .bbmform .disclaimer p {
    font-size: 13px;
    font-family: "AvenirLTStd", helvetica, arial, sans-serif;
    color: #999999;
    padding-bottom: 35px;
    line-height: 1.46154; }
    .bbmform .disclaimer p a {
      color: #999999;
      text-decoration: underline; }
  .bbmform input:focus, .bbmform textarea:focus, .bbmform select:focus {
    -webkit-box-shadow: 0 0 4px 0 rgba(237, 3, 125, 0.5);
    -moz-box-shadow: 0 0 4px 0 rgba(237, 3, 125, 0.5);
    box-shadow: 0 0 4px 0 rgba(237, 3, 125, 0.5);
    outline: none;
    border: 1px solid #f30782; }
  .bbmform .buttons button.btn-primary, .bbmform .buttons a.button.btn-primary, .bbmform .btn-primary {
    background-color: #f30782 !important;
    color: #ffffff; }
  .bbmform .buttons button.btn-primary:hover, .bbmform .buttons a.button.btn-primary:hover, .bbmform .btn-primary:hover {
    background: #cc006d; }
  .bbmform .btn-box {
    margin-top: 10px;
    margin-bottom: 40px; }

@media (min-width: 768px) {
  .bbmform .form-group {
    margin-bottom: 1rem; }
  .bbmform .btn-box {
    margin-top: 40px;
    margin-bottom: 60px; } }
