/* ==========================================================================
   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: #363636; }

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: #666666; }

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 #d9d9d9;
  margin: 1em 0;
  padding: 0 30px;
  color: #999999;
  font-weight: 300; }

dfn {
  font-style: italic; }

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

ins {
  background: #ebd145;
  color: #121212;
  text-decoration: none; }

mark {
  background: #e4c419;
  color: #121212;
  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: 13px; }

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 #cccccc;
  background: #f2f2f2;
  color: #666666;
  border-radius: 3px; }

/* --------------------------------------------------------------------------
   Typographic Classes
   -------------------------------------------------------------------------- */
.lead {
  font-size: 24px;
  line-height: 1.4em;
  color: #666666;
  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: #999999; }

/* ==========================================================================
   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: 960px;
  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 #d9d9d9;
  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 #d9d9d9;
    background: #fafafa;
    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: #666666;
      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: #666666;
  font-size: 14px;
  border: 1px solid;
  padding: 0.5em 1em;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  background-color: #f2f2f2;
  border-color: #cccccc;
  border-bottom-color: #b3b3b3;
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -moz-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -ms-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: -o-linear-gradient(top, #f2f2f2, #e6e6e6);
  background-image: linear-gradient(top, #f2f2f2, #e6e6e6);
  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: #666666;
    background-color: white;
    border-color: #d9d9d9;
    border-bottom-color: #bfbfbf;
    background-image: -webkit-linear-gradient(top, white, #f2f2f2);
    background-image: -moz-linear-gradient(top, white, #f2f2f2);
    background-image: -ms-linear-gradient(top, white, #f2f2f2);
    background-image: -o-linear-gradient(top, white, #f2f2f2);
    background-image: linear-gradient(top, white, #f2f2f2); }
  .btn:active {
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: gray;
    background-color: #cccccc;
    border-color: #a6a6a6;
    border-bottom-color: #8c8c8c;
    background-image: -webkit-linear-gradient(top, #cccccc, #bfbfbf);
    background-image: -moz-linear-gradient(top, #cccccc, #bfbfbf);
    background-image: -ms-linear-gradient(top, #cccccc, #bfbfbf);
    background-image: -o-linear-gradient(top, #cccccc, #bfbfbf);
    background-image: linear-gradient(top, #cccccc, #bfbfbf);
    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: #666666; }
  .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, .btn.btn-info, .btn.btn-alert, .btn.btn-warning, .btn.btn-confirm {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
    color: white; }
  .btn.btn-primary {
    background-color: #ef4030;
    border-color: #c31e0f;
    border-bottom-color: #94170b;
    background-image: -webkit-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -moz-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -ms-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -o-linear-gradient(top, #ef4030, #ed2a18);
    background-image: linear-gradient(top, #ef4030, #ed2a18); }
    .btn.btn-primary:focus {
      background-color: #ef4030;
      border-color: #c31e0f;
      border-bottom-color: #94170b;
      background-image: -webkit-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -moz-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -ms-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -o-linear-gradient(top, #ef4030, #ed2a18);
      background-image: linear-gradient(top, #ef4030, #ed2a18); }
    .btn.btn-primary:hover {
      background-color: #f15648;
      border-color: #db2211;
      border-bottom-color: #ac1b0d;
      background-image: -webkit-linear-gradient(top, #f15648, #ef4030);
      background-image: -moz-linear-gradient(top, #f15648, #ef4030);
      background-image: -ms-linear-gradient(top, #f15648, #ef4030);
      background-image: -o-linear-gradient(top, #f15648, #ef4030);
      background-image: linear-gradient(top, #f15648, #ef4030); }
    .btn.btn-primary:active {
      background-color: #ed2a18;
      border-color: #ac1b0d;
      border-bottom-color: #7c130a;
      background-image: -webkit-linear-gradient(top, #ed2a18, #db2211);
      background-image: -moz-linear-gradient(top, #ed2a18, #db2211);
      background-image: -ms-linear-gradient(top, #ed2a18, #db2211);
      background-image: -o-linear-gradient(top, #ed2a18, #db2211);
      background-image: linear-gradient(top, #ed2a18, #db2211); }
  .btn.btn-info {
    background-color: #196ae4;
    border-color: #114a9f;
    border-bottom-color: #0c3571;
    background-image: -webkit-linear-gradient(top, #196ae4, #165fcd);
    background-image: -moz-linear-gradient(top, #196ae4, #165fcd);
    background-image: -ms-linear-gradient(top, #196ae4, #165fcd);
    background-image: -o-linear-gradient(top, #196ae4, #165fcd);
    background-image: linear-gradient(top, #196ae4, #165fcd); }
    .btn.btn-info:focus {
      background-color: #196ae4;
      border-color: #114a9f;
      border-bottom-color: #0c3571;
      background-image: -webkit-linear-gradient(top, #196ae4, #165fcd);
      background-image: -moz-linear-gradient(top, #196ae4, #165fcd);
      background-image: -ms-linear-gradient(top, #196ae4, #165fcd);
      background-image: -o-linear-gradient(top, #196ae4, #165fcd);
      background-image: linear-gradient(top, #196ae4, #165fcd); }
    .btn.btn-info:hover {
      background-color: #2e78e8;
      border-color: #1455b6;
      border-bottom-color: #0f3f88;
      background-image: -webkit-linear-gradient(top, #2e78e8, #196ae4);
      background-image: -moz-linear-gradient(top, #2e78e8, #196ae4);
      background-image: -ms-linear-gradient(top, #2e78e8, #196ae4);
      background-image: -o-linear-gradient(top, #2e78e8, #196ae4);
      background-image: linear-gradient(top, #2e78e8, #196ae4); }
    .btn.btn-info:active {
      background-color: #165fcd;
      border-color: #0f3f88;
      border-bottom-color: #0a2a5a;
      background-image: -webkit-linear-gradient(top, #165fcd, #1455b6);
      background-image: -moz-linear-gradient(top, #165fcd, #1455b6);
      background-image: -ms-linear-gradient(top, #165fcd, #1455b6);
      background-image: -o-linear-gradient(top, #165fcd, #1455b6);
      background-image: linear-gradient(top, #165fcd, #1455b6); }
  .btn.btn-alert {
    background-color: #ef4030;
    border-color: #c31e0f;
    border-bottom-color: #94170b;
    background-image: -webkit-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -moz-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -ms-linear-gradient(top, #ef4030, #ed2a18);
    background-image: -o-linear-gradient(top, #ef4030, #ed2a18);
    background-image: linear-gradient(top, #ef4030, #ed2a18); }
    .btn.btn-alert:focus {
      background-color: #ef4030;
      border-color: #c31e0f;
      border-bottom-color: #94170b;
      background-image: -webkit-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -moz-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -ms-linear-gradient(top, #ef4030, #ed2a18);
      background-image: -o-linear-gradient(top, #ef4030, #ed2a18);
      background-image: linear-gradient(top, #ef4030, #ed2a18); }
    .btn.btn-alert:hover {
      background-color: #f15648;
      border-color: #db2211;
      border-bottom-color: #ac1b0d;
      background-image: -webkit-linear-gradient(top, #f15648, #ef4030);
      background-image: -moz-linear-gradient(top, #f15648, #ef4030);
      background-image: -ms-linear-gradient(top, #f15648, #ef4030);
      background-image: -o-linear-gradient(top, #f15648, #ef4030);
      background-image: linear-gradient(top, #f15648, #ef4030); }
    .btn.btn-alert:active {
      background-color: #ed2a18;
      border-color: #ac1b0d;
      border-bottom-color: #7c130a;
      background-image: -webkit-linear-gradient(top, #ed2a18, #db2211);
      background-image: -moz-linear-gradient(top, #ed2a18, #db2211);
      background-image: -ms-linear-gradient(top, #ed2a18, #db2211);
      background-image: -o-linear-gradient(top, #ed2a18, #db2211);
      background-image: linear-gradient(top, #ed2a18, #db2211); }
  .btn.btn-warning {
    background-color: #e4c419;
    border-color: #9f8911;
    border-bottom-color: #71610c;
    background-image: -webkit-linear-gradient(top, #e4c419, #cdb016);
    background-image: -moz-linear-gradient(top, #e4c419, #cdb016);
    background-image: -ms-linear-gradient(top, #e4c419, #cdb016);
    background-image: -o-linear-gradient(top, #e4c419, #cdb016);
    background-image: linear-gradient(top, #e4c419, #cdb016); }
    .btn.btn-warning:focus {
      background-color: #e4c419;
      border-color: #9f8911;
      border-bottom-color: #71610c;
      background-image: -webkit-linear-gradient(top, #e4c419, #cdb016);
      background-image: -moz-linear-gradient(top, #e4c419, #cdb016);
      background-image: -ms-linear-gradient(top, #e4c419, #cdb016);
      background-image: -o-linear-gradient(top, #e4c419, #cdb016);
      background-image: linear-gradient(top, #e4c419, #cdb016); }
    .btn.btn-warning:hover {
      background-color: #e8cb2e;
      border-color: #b69c14;
      border-bottom-color: #88750f;
      background-image: -webkit-linear-gradient(top, #e8cb2e, #e4c419);
      background-image: -moz-linear-gradient(top, #e8cb2e, #e4c419);
      background-image: -ms-linear-gradient(top, #e8cb2e, #e4c419);
      background-image: -o-linear-gradient(top, #e8cb2e, #e4c419);
      background-image: linear-gradient(top, #e8cb2e, #e4c419); }
    .btn.btn-warning:active {
      background-color: #cdb016;
      border-color: #88750f;
      border-bottom-color: #5a4d0a;
      background-image: -webkit-linear-gradient(top, #cdb016, #b69c14);
      background-image: -moz-linear-gradient(top, #cdb016, #b69c14);
      background-image: -ms-linear-gradient(top, #cdb016, #b69c14);
      background-image: -o-linear-gradient(top, #cdb016, #b69c14);
      background-image: linear-gradient(top, #cdb016, #b69c14); }
  .btn.btn-confirm {
    background-color: #3da20e;
    border-color: #225c08;
    border-bottom-color: #112d04;
    background-image: -webkit-linear-gradient(top, #3da20e, #348b0c);
    background-image: -moz-linear-gradient(top, #3da20e, #348b0c);
    background-image: -ms-linear-gradient(top, #3da20e, #348b0c);
    background-image: -o-linear-gradient(top, #3da20e, #348b0c);
    background-image: linear-gradient(top, #3da20e, #348b0c); }
    .btn.btn-confirm:focus {
      background-color: #3da20e;
      border-color: #225c08;
      border-bottom-color: #112d04;
      background-image: -webkit-linear-gradient(top, #3da20e, #348b0c);
      background-image: -moz-linear-gradient(top, #3da20e, #348b0c);
      background-image: -ms-linear-gradient(top, #3da20e, #348b0c);
      background-image: -o-linear-gradient(top, #3da20e, #348b0c);
      background-image: linear-gradient(top, #3da20e, #348b0c); }
    .btn.btn-confirm:hover {
      background-color: #46b910;
      border-color: #2b730a;
      border-bottom-color: #1a4406;
      background-image: -webkit-linear-gradient(top, #46b910, #3da20e);
      background-image: -moz-linear-gradient(top, #46b910, #3da20e);
      background-image: -ms-linear-gradient(top, #46b910, #3da20e);
      background-image: -o-linear-gradient(top, #46b910, #3da20e);
      background-image: linear-gradient(top, #46b910, #3da20e); }
    .btn.btn-confirm:active {
      background-color: #348b0c;
      border-color: #1a4406;
      border-bottom-color: #081502;
      background-image: -webkit-linear-gradient(top, #348b0c, #2b730a);
      background-image: -moz-linear-gradient(top, #348b0c, #2b730a);
      background-image: -ms-linear-gradient(top, #348b0c, #2b730a);
      background-image: -o-linear-gradient(top, #348b0c, #2b730a);
      background-image: linear-gradient(top, #348b0c, #2b730a); }

.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: #ef4030; }
  .nav-h li a, .nav-bar li a, .nav-v li a, .nav-menu li a, .nav-tabs li a {
    padding: 0.5em 1em;
    color: #666666; }
    .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: #999999; }
    .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: #363636; }
    .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;
      margin: -0.5em 0 -0.5em -1em; }
    .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;
      margin: -0.5em -1em -0.5em 0em; }

.nav-h, .nav-bar {
  margin-top: 0.5em;
  margin-bottom: 0.5em; }
  .nav-h li, .nav-bar li {
    border-left: 1px solid #e6e6e6; }
    .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 #e6e6e6; }
  .nav-v li:first-child, .nav-menu li:first-child {
    border: none; }

.nav-menu, .nav-bar {
  border: 1px solid #e6e6e6;
  border-bottom-color: #cccccc;
  background: #fafafa;
  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: #fcfcfc; }
  .nav-menu li a:active, .nav-menu li a:focus {
    background: #f2f2f2; }
  .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 #fafafa;
      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: #e6e6e6; }
      .nav-bar li a:active, .nav-bar li a:focus {
        border-color: #cccccc;
        background: #e6e6e6; }

.nav-tabs {
  border-bottom: 1px solid #e6e6e6; }
  .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 #e6e6e6;
      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:before, [data-icon]:before {
  content: attr(data-icon); }

.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], input[type=date],
input[type=week], input[type=month], input[type=time], input[type=datetime],
input[type=datetime-local], .text-input, textarea {
  position: relative;
  font-size: 14px;
  padding: 0.5em 0.25em;
  margin: 0 0 0.5em;
  border: 1px solid #b3b3b3;
  border-radius: 2px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1); }

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 input[type=date],
  .field input[type=week], .field input[type=month], .field input[type=time], .field input[type=datetime],
  .field input[type=datetime-local], .field .text-input, .field textarea {
    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: #999999; }
  .field .field-message {
    background: #e6e6e6;
    margin: -8px -4px 7px -5px;
    padding: 5px;
    border: 1px solid #cccccc;
    border-radius: 0 0 2px 2px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); }
  .field.with-error:after {
    content: 'e';
    color: #ef4030;
    display: block; }
  .field.with-error label {
    color: #ef4030; }
  .field.with-error input {
    border-color: #ef4030;
    color: #ef4030;
    background-color: white; }
  .field.with-error .field-message {
    border-color: #db2211;
    background-color: #ef4030;
    color: white; }
  .field.with-notice:after {
    content: 'w';
    color: #b69c14;
    display: block; }
  .field.with-notice label {
    color: #b69c14; }
  .field.with-notice input {
    border-color: #b69c14;
    color: #88750f;
    background-color: #f7edb8; }
  .field.with-notice .field-message {
    border-color: #88750f;
    background-color: #b69c14;
    color: white; }
  .field.with-success:after {
    content: 't';
    color: #3da20e;
    display: block; }
  .field.with-success label {
    color: #348b0c; }
  .field.with-success input {
    border-color: #348b0c;
    color: #348b0c;
    background-color: #dcfbce; }
  .field.with-success .field-message {
    border-color: #1a4406;
    background-color: #348b0c;
    color: white; }

.actions {
  padding: 20px;
  background: #fafafa;
  border-top: 1px solid #ebebeb;
  text-align: right; }
  .actions a {
    color: #b76e68; }
    .actions a:hover {
      color: #ef4030; }
  .actions .disclaimer {
    text-align: left;
    font-size: 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: 61px;
  margin: 0 10px; }
  .grid .col:last-child {
    margin-right: 0 !important; }
  .grid .col:first-child {
    margin-left: 0 !important; }
  .grid .col.colspan2 {
    width: 142px; }
  .grid .col.colspan3 {
    width: 223px; }
  .grid .col.colspan4 {
    width: 304px; }
  .grid .col.colspan5 {
    width: 385px; }
  .grid .col.colspan6 {
    width: 466px; }
  .grid .col.colspan7 {
    width: 547px; }
  .grid .col.colspan8 {
    width: 628px; }
  .grid .col.colspan9 {
    width: 709px; }
  .grid .col.colspan10 {
    width: 790px; }
  .grid .col.colspan11 {
    width: 871px; }
  .grid .col.colspan12 {
    width: 952px; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .grid .col {
      width: 0%;
      margin: 0 1.04167%; }
      .grid .col.colspan2 {
        width: 14.79167%; }
        .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.22917%; }
        .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.66667%; }
        .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.10417%; }
        .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.54167%; }
        .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: 56.97917%; }
        .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.41667%; }
        .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: 73.85417%; }
        .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.29167%; }
        .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.72917%; }
        .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.16667%; }
        .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 #e6e6e6;
    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 #e6e6e6;
    font-weight: bold; }
  .table.with-borders {
    border: 1px solid #e6e6e6; }
    .table.with-borders td, .table.with-borders th {
      border: 1px solid #e6e6e6; }
    .table.with-borders th {
      background: #fafafa; }
    .table.with-borders tfoot th, .table.with-borders tfoot td {
      background: #e6e6e6;
      border-top: 1px solid #cccccc; }
  .table.with-stripes tbody tr:nth-child(odd) td, .table.with-stripes tbody tr:nth-child(odd) th {
    background: #fafafa; }
  .table.with-row-hover tbody tr:hover th, .table.with-row-hover tbody tr:hover td {
    background: #fafafa; }

.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; }

a {
  color: #ef4030; }

a:hover {
  color: #f48277; }

body {
  *width: 100%;
  *overflow-x: hidden;
  background: #363636; }
  body.home {
    background: #ef4030; }
    body.home #buttons {
      padding-bottom: 20px; }

.field {
  margin-top: 20px; }
  .field label {
    font-size: 12px;
    margin-bottom: 10px;
    color: #8a8a8a; }

.col .colspan3.field {
  margin-top: 10px; }
  @media only screen and (min-width: 1024px) {
    .col .colspan3.field {
      width: 215px;
      margin: 0px 11px; } }

.actions {
  display: block;
  clear: both;
  padding: 0px;
  padding-top: 40px;
  border: none;
  background: none; }
  .actions p {
    color: #ef4030;
    font-weight: bold;
    width: 60%; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .actions p {
        width: 100%;
        float: none; } }

p.text-center.clearfix, p.text-center.container, p.text-center.btn-group, p.text-center.nav-h, p.text-center.nav-bar, p.text-center.nav-tabs, p.text-center.grid {
  clear: both;
  padding-bottom: 20px; }

.masthead .colspan2 a {
  margin-right: 15px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .masthead .colspan2 a {
      margin-right: 0px; } }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .masthead .colspan2 a {
      margin-right: 0px; } }

@media only screen and (min-width: 320px) and (max-width: 600px) {
  #police-logo {
    position: absolute;
    top: 80px;
    left: 20px; } }

header {
  background: url("img/texture.png"); }
  header h1 {
    display: none; }
  header img {
    margin: 8px 0px; }
  header nav {
    margin-top: 35px; }
    @media only screen and (min-width: 1024px) {
      header nav {
        float: right; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      header nav {
        margin-top: 16px;
        margin-bottom: 15px;
        position: absolute;
        top: 5px;
        left: 96px; } }
    header nav .btn-export {
      position: absolute;
      top: 10px;
      right: 33px; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        header nav .btn-export {
          display: none; } }
  header .nav-h li, header .nav-bar li {
    border-color: #6b6b6b; }
    header .nav-h li a, header .nav-bar li a {
      color: #cccccc;
      text-shadow: -1px 0px 1px rgba(0, 0, 0, 0.1); }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        header .nav-h li a, header .nav-bar li a {
          padding: 3px 0px; } }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        header .nav-h li a, header .nav-bar li a {
          padding: 0.5em 0.5em; } }
    header .nav-h li a:active, header .nav-bar li a:active {
      color: white; }
    header .nav-h li.active a, header .nav-bar li.active a {
      color: white;
      font-weight: bold; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      header .nav-h li, header .nav-bar li {
        border: none; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    header {
      height: 166px; } }

h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase; }

.red {
  color: #ef4030; }

.bubble {
  position: absolute;
  z-index: 999;
  width: 125px;
  height: 55px;
  padding: 0px;
  background: #363636;
  border-radius: 20px;
  color: #ef4030;
  text-transform: uppercase;
  line-height: 57px;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  left: 0%;
  margin-top: 55px;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .bubble {
      height: 35px;
      font-size: 18px;
      line-height: 37px;
      margin-top: 47px; } }

.bubble:before {
  content: "";
  position: absolute;
  top: -15px;
  left: 47px;
  border-style: solid;
  border-width: 0 15px 15px;
  border-color: #363636 transparent;
  display: block;
  width: 0;
  z-index: 1; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .bubble:before {
      top: -10px; } }

.thumb-caption.bubble {
  position: relative;
  border-radius: 0px;
  width: auto;
  display: block;
  padding: 20px;
  height: auto;
  text-transform: none;
  margin-top: 30px;
  text-align: left;
  background: #47130e;
  font-weight: normal;
  color: white;
  font-size: 14px;
  line-height: 26px;
  min-height: 220px; }
  @media only screen and (min-width: 600px) and (max-width: 1024px) {
    .thumb-caption.bubble {
      min-height: 238px; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .thumb-caption.bubble {
      min-height: 1px;
      margin-top: 20px; }
      .thumb-caption.bubble label {
        display: block; } }
  @media only screen and (min-width: 1024px) {
    .thumb-caption.bubble .btn {
      margin-left: 0px; } }
  .thumb-caption.bubble h3 {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 0px; }
    .thumb-caption.bubble h3 a {
      color: white; }
  .thumb-caption.bubble p {
    text-transform: none;
    line-height: 19px;
    font-size: 14px;
    display: block;
    font-weight: normal; }
  .thumb-caption.bubble .field {
    margin-top: -5px; }
  .thumb-caption.bubble .field.with-notice:after {
    content: none; }
  .thumb-caption.bubble .field.with-error:after {
    margin-top: 9px; }

.thumb-caption.bubble:before {
  left: 50%;
  margin-left: -20px;
  border-color: #47130e transparent; }

.poll .bubble {
  color: white;
  width: 150px;
  font-size: 20px; }

.poll .bubble:before {
  left: 62px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .poll .bubble:before {
      top: -15px; } }

.poll-heading .bubble {
  width: 280px;
  color: white;
  margin-top: 0px;
  position: relative;
  font-size: 25px; }

.poll-heading .bubble:before {
  content: "";
  position: absolute;
  top: 50px;
  left: 120px;
  border-style: solid;
  border-width: 15px 15px 0px;
  border-color: #363636 transparent;
  display: block;
  width: 0;
  z-index: 1; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .poll-heading .bubble:before {
      top: 34px; } }

#risk-test {
  background: white; }
  #risk-test h2 {
    font-size: 47px;
    margin-bottom: 30px;
    line-height: 45px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #risk-test h2 {
        font-size: 30px;
        line-height: 29px; } }
  #risk-test .field {
    margin-top: 12px; }
  #risk-test #form-risk .col {
    margin-top: 20px; }
  #risk-test #form-risk h3 {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 10px; }
    #risk-test #form-risk h3 span {
      text-transform: uppercase;
      font-weight: bold; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #risk-test #form-risk h3 span {
          display: block; } }
  #risk-test #form-risk label {
    font-size: 23px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-right: 20px;
    font-weight: bold;
    color: #363636; }
  #risk-test #form-risk input {
    height: 17px; }
  #risk-test a.btn {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
    background: url("img/texture.png");
    text-transform: uppercase;
    color: white; }
  #risk-test a.btn:hover {
    background: #484545; }
  #risk-test a.btn:after {
    text-transform: none; }
  #risk-test .form-error {
    display: inline-block;
    margin-left: 10px;
    color: #ef4030;
    margin-top: -10px;
    *margin-top: 10px;
    *margin-left: 0px; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #risk-test .form-error {
        margin-left: 0px;
        margin-top: 10px; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #risk-test .form-error {
        margin-top: 10px;
        margin-left: 0px; } }
  #risk-test .btn[type="submit"] {
    margin-top: 20px; }
  #risk-test .btn-next {
    display: inline-block;
    cursor: pointer; }
  #risk-test .btn-start {
    display: inline-block;
    margin-top: 20px;
    cursor: pointer; }
  #risk-test #form-response .btn-large {
    margin-top: 90px;
    font-size: 24px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #risk-test #form-response .btn-large {
        font-size: 16px;
        display: block; } }
  #risk-test #form-response h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px; }

#risk-bar {
  width: 100%;
  height: 20px;
  background: #121212;
  border-radius: 10px;
  margin-top: 20px; }
  #risk-bar span {
    border-radius: 10px;
    display: inline-block;
    height: 20px;
    background: #ef4030;
    width: 0%;
    -webkit-transition: width 0.5s ease-out;
    -moz-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out; }

#risk-level {
  margin-top: 10px; }
  #risk-level.panel {
    border: 0px;
    padding: 0px;
    border-radius: none;
    box-shadow: none; }
  #risk-level.low #risk-bar span {
    width: 20%; }
  #risk-level.low .bubble {
    left: 20%;
    margin-left: -51px; }
  #risk-level.medium #risk-bar span {
    width: 50%; }
  #risk-level.medium .bubble {
    left: 50%;
    margin-left: -63px; }
  #risk-level.high #risk-bar span {
    width: 80%; }
  #risk-level.high .bubble {
    left: 80%;
    margin-left: -90px; }

.privacy-policy label.with-error {
  color: #ef4030; }
  .via label.with-error {
  color: #ef4030; }

#buttons {
  background: #ef4030;
  padding: 20px 0px 15px 0px; }
  #buttons .last {
    text-align: right; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #buttons .last {
        text-align: left; } }
  #buttons .col {
    padding-bottom: 5px; }
  #buttons .btn-large {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
    background: url("img/texture.png");
    text-transform: uppercase;
    color: white;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 10.5px; }
    #buttons .btn-large tel {
      white-space: nowrap; }
  #buttons .btn:hover {
    background: #484545; }
  #buttons .btn:after {
    text-transform: none; }
  #buttons .btn-large {
    font-size: 21px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #buttons .btn-large {
        font-size: 14px;
        display: block; } }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #buttons .btn-large {
        font-size: 19px; } }
  @media only screen and (min-width: 1024px) {
    #buttons .last .btn-large {
      cursor: default; }
      #buttons .last .btn-large:hover {
        background: url("img/texture.png"); }
      #buttons .last .btn-large:active {
        border: none; } }
  #buttons #call-button {
    font-family: 'Roboto Condensed',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    font-size: 27px;
    line-height: 27px;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    margin-top: 7px; }
    #buttons #call-button span {
      white-space: nowrap; }
    #buttons #call-button a {
      color: white;
      text-decoration: none; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #buttons #call-button {
        text-align: center;
        font-size: 20px; } }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #buttons #call-button {
        margin-top: 0px;
        font-size: 24px; } }
  #buttons #call-button:active {
    border: none;
    text-shadow: none;
    box-shadow: none; }

#carousel {
  background-color: #121212;
  background-image: url("img/grey-lines.png"); }
  #carousel .hero {
    width: 100%;
    background: #222222; }
  #carousel .panel {
    border: none;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
    border-radius: none; }
    #carousel .panel img, #carousel .panel video, #carousel .panel iframe, #carousel .panel object {
      width: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    #carousel .container {
      padding: 0px; } }
  #carousel .first {
    line-height: 0px; }
  #carousel .video-caption {
    padding-top: 20px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #carousel .video-caption {
        padding: 20px;
        width: auto; } }
    #carousel .video-caption h2 {
      color: white;
      padding: 23px;
      font-size: 37px;
      line-height: 40px; }
      #carousel .video-caption h2 span {
        background: #ef4030;
        padding-left: 5px;
        padding-right: 0px;
        margin-left: -5px;
        display: inline-block; }
      @media only screen and (min-width: 600px) and (max-width: 1024px) {
        #carousel .video-caption h2 {
          font-size: 20px;
          padding: 15px;
          line-height: 24px; } }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        #carousel .video-caption h2 {
          background: #222222; } }

.thumb {
  margin-top: 30px;
  position: relative;
  text-align: center; }
  .thumb .thumb-cover {
    position: absolute;
    background: url("img/grey-lines.png");
    width: 98.5%;
    height: 97.5%;
    top: 0px;
    border: 3px solid white;
    *display: none; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .thumb .thumb-cover {
        width: 100%;
        height: 100%;
        border: none; } }

.red-panel {
  background: #ef4030;
  color: white; }
  .red-panel h1, .red-panel h2, .red-panel h3, .red-panel h4, .red-panel p, .red-panel li {
    color: white; }

#gray-bar {
  padding-top: 20px;
  background: #474747;
  padding-bottom: 30px; }
  #gray-bar p {
    margin-bottom: 0px;
    padding-bottom: 0px; }
  #gray-bar .btn {
    text-transform: uppercase; }
  #gray-bar .btn:after {
    text-transform: none; }

    .search_steps             { margin-bottom:20px; padding: .5em 0; border-bottom: 1px solid #676565;}
    .search_steps.last             {  border-bottom: none;}
    .search_steps p           { padding-left: 3%; margin-bottom: 2%}
    .search_steps .search-msc { padding-left: 3%; margin-bottom: 2%}
    .search_steps  span       { font-weight: bolder;}
    .search_steps small       { text-decoration: italic; color: #B1B0B0 }


#search {
  background: url("img/texture.png");
  color: white;
  padding: 0px 0px 0px 0px;
  border-top: 10px solid #474747; }
  #search h2 {
    margin-bottom: 1em;
    font-size: 26px;
    padding-top: 25px;
    padding-bottom: 20px\9; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #search h2 {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #search h2 {
        margin-bottom: 20px; } }
  #search h3 {
    font-weight: normal; }
  #search .btn {
    margin-top: 10px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #search .btn {
        margin-top: 0px; } }
  #search .col {
    padding: 5px 0px 20px 0px;
    position: relative;
    height: 200px\9;
    /*IE 7 and 8 fixes*/
    /*end IE 7 and 8 fixes*/ }
    #search .col .btn, #search .col .search-msc {
      position: absolute\9;
      bottom: 20px\9; }
    #search .col input {
      width: 90px\9; }
    #search .col .search-msc {
      display: block\9;
      padding-top: 5px\9; }
      #search .col .search-msc input {
        max-width: 90px\9;
        width: 95% \9;
        display: inline-block\9;
        float: left\9;
        margin-right: 4px\9;
        margin-bottom: 0px\9;
        bottom: 0px\9; }
      #search .col .search-msc .btn {
        float: right\9;
        position: relative\9;
        margin-bottom: 0px\9;
        margin-top: 0px\9;
        bottom: 0px\9; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #search .col {
        display: block; } }
    @media only screen and (min-width: 1024px) {
      #search .col {
        background: url("img/v-divider.png") center left no-repeat;
        min-height: 190px;
        padding: 20px 20px 20px 20px;
        width: 200px;
        margin: 10px 0px;
        display: inline-block; }
        #search .col .btn, #search .col .search-msc {
          position: absolute;
          bottom: 20px; }
        #search .col .search-msc {
          display: block;
          padding-top: 5px; }
          #search .col .search-msc input {
            max-width: 90px;
            width: 95%;
            display: inline-block;
            float: left;
            margin-right: 4px;
            margin-bottom: 0px;
            bottom: 0px; }
          #search .col .search-msc .btn {
            float: right;
            position: relative;
            margin-bottom: 0px;
            margin-top: 0px;
            bottom: 0px; } }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #search .col .search-msc {
        display: block;
        padding-top: 5px; }
        #search .col .search-msc input {
          margin-bottom: 0px;
          max-width: 90%;
          margin-right: 5px; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #search .col .search-msc input {
        margin-right: 5px;
        max-width: 90%; } }
    #search .col.first {
      background: none;
      padding-left: 0px; }
  #search h3 {
    color: white;
    /*  margin-bottom: 20px; JLS REMOVED 10:56 AM 2016-07-14*/
    font-size: 23px; }

.main article .resource-list .resource {
  padding-top: 0px;
  padding-top: 20px;
  margin-bottom: 00px;
  display: block;
  position: relative;
  clear: both;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc; }
.main article .resource-list .resource-documents .resource {
  min-height: 150px;
  display: block; }
.main article .resource-list hgroup {
  margin-top: 00px;
  margin-bottom: 0px;
  background: none;
  border: none; }
.main article .resource-list .btn-resource {
  margin-top: 10px; }
.main article .resource-list hgroup h3 {
  font-size: 18px; }
.main article .resource-list .resource-thumb {
  float: left;
  display: inline-block;
  margin-right: 15px; }

#poll {
  border-top: 10px solid #cccccc;
  color: white;
  background: #ef4030; }
  #poll h1 {
    color: white; }
  #poll #risk-bar {
    background: white; }
    #poll #risk-bar span {
      background: #363636; }
  #poll .field label {
    color: white; }

.section {
  padding: 40px 0px; }

footer {
  background: url("img/texture.png");
  color: white;
  padding: 30px 0px 20px 0px; }
  footer h1, footer h2, footer h3, footer h4, footer li {
    color: white;
    font-family: 'Georgia',serif; }
  footer h4 {
    margin-bottom: 15px;
    padding-top: 15px; }
  footer p {
    font-size: 12px;
    color: white;
    float: left;
    margin-right: 20px; }

.main h2 {
  color: #ef4030;
  margin-bottom: 20px; }
.main p.intro {
  color: #ef4030;
  font-size: 18px;
  line-height: 24px; }
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .main .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; } }
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .main .container {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%; } }
.main .container .content-box {
  background: white;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  display: block;
  height: 100%; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .main .container .content-box {
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media only screen and (min-width: 1024px) {
    .main .container .content-box {
      margin-top: -10px; } }
  .main .container .content-box:after {
    content: " ";
    display: table;
    clear: both;
    zoom: 1; }
.main .colspan3 nav {
  margin-top: -20px;
  margin-top: 0px\9; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .main .colspan3 nav {
      margin-top: 0px; } }
.main .colspan3 nav li {
  margin: 0px 20px 1px -40px; }
  .main .colspan3 nav li a {
    background: #cccccc;
    display: block;
    text-align: right;
    padding: 10px 15px;
    color: #666666; }
    .main .colspan3 nav li a:hover {
      background: #666666;
      color: #999999;
      text-decoration: none; }
  .main .colspan3 nav li.active a {
    background: #363636;
    color: #cccccc; }
  .main .colspan3 nav li.menu-title {
    display: none; }
@media only screen and (min-width: 320px) and (max-width: 600px) {
  .main .colspan3 nav {
    margin-bottom: 20px; }
  .main .colspan3 nav li {
    margin: 0px 0px 1px 0px; }
    .main .colspan3 nav li a {
      text-align: left; }
    .main .colspan3 nav li.menu-title {
      display: block;
      cursor: pointer; }
      .main .colspan3 nav li.menu-title a {
        background-image: url("img/menu.png");
        background-repeat: no-repeat;
        background-position: 9px 12px;
        padding-left: 30px; }
      .main .colspan3 nav li.menu-title a:hover {
        background-position: 9px -18px; }
  .main .colspan3 nav.closed li {
    display: none; }
    .main .colspan3 nav.closed li.menu-title {
      display: block; } }
.main article hgroup {
  margin-bottom: 20px;
  margin-top: 0px; }
  .main article hgroup date {
    font-size: 12px;
    color: #cccccc;
    font-style: italic; }
  .main article hgroup h3 {
    font-size: 24px; }

img.full-size {
  width: 100%;
  height: auto;
  max-width: 627px; }

hgroup {
  margin-top: 40px; }
  hgroup h3 {
    color: #8a8a8a;
    font-size: 18px;
    font-family: sans-serif;
    text-transform: none; }
    hgroup h3 a {
      color: #8a8a8a;
      display: block; }
    hgroup h3 a:hover {
      color: #8a8a8a; }
  hgroup h4 {
    font-size: 16px;
    font-family: sans-serif;
    color: #ef4030;
    font-style: italic; }

.accordion .closed {
  display: none; }
  .accordion .closed h3 {
    text-decoration: underline; }
    .accordion .closed h3:hover {
      text-decoration: none;
      color: #ef4030; }
.accordion .accordion-heading {
  cursor: pointer;
  color: #196ae4;
  padding-left: 15px;
  background: url("img/accordion-arrows.png") no-repeat 0px 7px; }
  .accordion .accordion-heading.closed {
    display: block;
    background-position: 0px -184px; }
.accordion .accordion-content {
  padding-left: 15px; }
.accordion hgroup {
  margin-top: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.accordion p {
  margin-bottom: 30px; }

.summaries {
  margin-top: 30px; }
  .summaries hgroup {
    margin-top: 10px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: url("img/accordion-arrows.png") no-repeat right -184px;
    display: block; }
    .summaries hgroup h4 {
      font-style: normal;
      color: #666666;
      font-size: 14px; }
    .summaries hgroup h3 {
      margin-top: 0px; }
  .summaries date {
    font-size: 12px;
    font-style: italic;
    color: #cccccc; }

#form-report .response-active {
  margin-top: 10px; }
  #form-report .response-active.success-1 {
    background-color: #3da20e;
    color: white; }
  #form-report .response-active.success-0 {
    background-color: #ef4030;
    color: white; }

p.caption {
  clear: both;
  font-size: 12px;
  text-align: center;
  padding-top: 30px; }

.poll ul {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
.poll .field {
  display: inline-block;
  float: left; }
.poll li.option {
  *float: left; }
.poll label {
  font-size: 26px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-right: 10px;
  text-transform: uppercase; }
.poll input {
  height: 22px; }
.poll .actions {
  text-align: left;
  padding-top: 40px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  margin-top: -27px;
  margin-left: 49px;
  *display: block;
  *margin-left: 0px;
  *margin-top: 0px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .poll .actions {
      margin-left: 0px;
      display: block; } }
.poll .field.poll-result-panel {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px; }
  .poll .field.poll-result-panel .bubble {
    margin-left: -75px;
    margin-top: 5px;
    left: 50%;
    height: 40px;
    line-height: 45px;
    *margin-left: 0px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      .poll .field.poll-result-panel .bubble {
        margin-top: 5px;
        font-size: 14px;
        width: 100px;
        margin-left: -50px; } }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    .poll .field.poll-result-panel .bubble:before {
      left: 36px; } }
  .poll .field.poll-result-panel .vote-counter {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
    color: white; }
.poll .btn-black {
  font-family: 'Roboto Condensed',sans-serif;
  font-weight: bold;
  background: url("img/texture.png");
  text-transform: uppercase;
  color: white;
  border-radius: 0px;
  border: none; }
.poll .btn-black:after {
  text-transform: none; }
.poll .btn-black:hover {
  background: #484545; }

.cast-vote.answer-page {
  padding-top: 110px; }

.group-bottom {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 15px; }

#process {
  /*
  <div class="process-section">
                <div class="third-section first">
                  <h3>Self-Regulatory Organization</h3>
                  <p>Refer to Self Regulatory Organizations if the issue would be better addressed by Investment Industry Regulatory Organization of Canada or the Mutual Fund Dealers Association.</p>
                </div><!--half-->
                <div class="third-section">
                  <h3>Investigation</h3>
                  <p>Gather evidence and facts, including interviewing witnesses and respondents.</p>
                  <p>Review and classify documents, prepare case brief, and consult with counsel to prepare for litigation.</p>
                </div><!--half-->
                <div class="third-section last">
                  <h3>Other Agencies</h3>
                  <p>Refer to RCMP, provincial or municipal police if there is evidence of criminal activity, or other appropriate regulatory agencies such as Insurance Council of Manitoba, Canada Revenue Agency or Manitoba Pension Commission.</p>
                </div><!--half-->
              </div><!--.process-section-->
   */ }
  #process h3 {
    font-size: 16px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #process h3 {
        font-size: 14px; } }
  #process p {
    font-size: 12px;
    line-height: 14px; }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      #process p {
        font-size: 11px; } }
  #process .process-section {
    display: block;
    padding: 20px 0px;
    clear: both; }
  #process .process-center {
    text-align: center;
    background: #E2E3E4; }
    #process .process-center p {
      margin-bottom: 0px;
      max-width: 300px;
      margin: 0px auto; }
  #process .process-center.split {
    background: #CFCECE;
    font-style: italic; }
  #process .half-section {
    width: 35%;
    display: inline-block;
    min-height: 70px;
    background: url("img/document-down.png") no-repeat right top; }
  #process .half-section.last {
    padding-left: 45px;
    background-position: left top;
    float: right; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #process .half-section.last {
        width: 27%; } }
  #process .half-section.first {
    padding-right: 45px;
    text-align: right;
    float: left; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      #process .half-section.first {
        width: 27%; } }
  #process .process-scales .half-section {
    background: url("img/scales.png") no-repeat top right;
    padding-right: 0px;
    padding-top: 80px;
    width: 40%; }
  #process .process-scales .half-section.last {
    background-position: top left;
    padding-left: 0px; }
  #process .third-section {
    width: 30%;
    display: inline-block;
    float: left;
    padding-left: 5px; }
    #process .third-section h3 {
      text-align: center;
      background: url("img/glass-center.png") no-repeat center top;
      padding-top: 80px; }
  #process .third-section.first {
    width: 25%;
    background: url("img/arrows.png") no-repeat right center;
    padding-left: 0px;
    padding-right: 40px;
    padding-left: 5px; }
    #process .third-section.first h3 {
      text-align: right;
      background: url("img/whistle-left.png") no-repeat right top; }
    #process .third-section.first p {
      text-align: right; }
  #process .third-section.last {
    width: 25%;
    float: right;
    background: url("img/arrows.png") no-repeat left center;
    padding-right: 0px;
    padding-left: 40px; }
    #process .third-section.last h3 {
      background: url("img/whistle-right.png") no-repeat left top;
      text-align: left; }
  #process .process-down {
    clear: both;
    background: url("img/arrows.png") no-repeat center top;
    height: 50px; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    #process .third-section {
      width: 29%;
      display: inline-block;
      float: left;
      padding-left: 2%;
      padding-right: 2%; }
    #process .third-section.first {
      width: 29%;
      background: none;
      padding-left: 2%;
      padding-right: 2%; }
    #process .third-section.last {
      width: 29%;
      background: none;
      padding-left: 2%;
      padding-right: 2%; } }

.thumb-caption.bubble.bubble-privacy {
  line-height: 16px; }

.thumb-caption.bubble.bubble-privacy .field {
  line-height: 26px; }
  .thumb-caption.bubble.bubble-privacy .field.privacy-policy {
    line-height: 14px; }
    .thumb-caption.bubble.bubble-privacy .field.privacy-policy a {
      display: inline-block;
      text-decoration: underline; }

html.js {
  /*
  @include breakpoint(handheld) {
  	#risk-test {
  		overflow-x:visible;
  		padding-bottom:40px;
  		height:auto;
  		overflow:none;
  		#form-risk {
  			width:auto;
  		}
  		.field {
  			display:block;
  			margin-top:0px;
  		}
  		.question {
  			float:none;
  			opacity:1;
  			left:0px;
  			position:relative;
  		}
  		.active-question {
  			opacity:1;
  			left:0px;
  		}
  		.active-question.old-question {
  			opacity:1;
  			left:0px;
  		}
  	}
  }
  */ }
  html.js #risk-questions {
    left: 0px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out, left 0.5s ease;
    -moz-transition: opacity 0.3s ease-out, left 0.5s ease;
    transition: opacity 0.3s ease-out, left 0.5s ease; }
    html.js #risk-questions.delay-results {
      position: absolute; }
    html.js #risk-questions.hidden {
      left: -1000px;
      opacity: 0.5; }
  html.js #risk-level {
    opacity: 0.5;
    left: 1000px;
    margin-top: 0px;
    -webkit-transition: opacity 0.3s ease-out, left 0.5s ease;
    -moz-transition: opacity 0.3s ease-out, left 0.5s ease;
    transition: opacity 0.3s ease-out, left 0.5s ease; }
    html.js #risk-level.show-results {
      opacity: 1;
      left: 20px;
      width: 100%; }
    html.js #risk-level .btn-large {
      margin-top: 105px; }
      @media only screen and (min-width: 320px) and (max-width: 600px) {
        html.js #risk-level .btn-large {
          font-size: 16px;
          display: block; } }
  html.js #risk-test {
    width: 100%;
    overflow-x: hidden;
    padding-bottom: 250px;
    height: 70px;
    overflow-y: hidden; }
    html.js #risk-test #form-risk {
      width: 9000px;
      position: relative; }
    html.js #risk-test .field {
      display: inline-block;
      margin-top: 30px; }
    html.js #risk-test .question {
      overflow-y: hidden;
      padding-left: 1px;
      float: left;
      opacity: 0;
      display: none\9;
      left: 400px;
      position: absolute;
      -webkit-transition: opacity 0.3s ease-out, left 0.5s ease;
      -moz-transition: opacity 0.3s ease-out, left 0.5s ease;
      transition: opacity 0.3s ease-out, left 0.5s ease; }
    html.js #risk-test .active-question {
      opacity: 1;
      left: 0px;
      display: inline-block\9; }
    html.js #risk-test .active-question.old-question {
      display: none\9;
      opacity: 0;
      left: -400px; }
    @media only screen and (min-width: 600px) and (max-width: 1024px) {
      html.js #risk-test {
        height: 120px; } }
    @media only screen and (min-width: 320px) and (max-width: 600px) {
      html.js #risk-test {
        height: 70px; } }

h3.contest-heading {
  margin-bottom: 20px; }

#ipad {
  float: right; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    #ipad {
      float: none; } }

ul.answer-list {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px 25px 0px; }

.answer-box {
  display: block;
  border: 1px solid #666666;
  margin: 15px 0px;
  padding: 20px 20px 5px 20px; }
  .answer-box.success {
    border-color: #348B0C;
    background: #DCFBCE; }
    .answer-box.success h3 {
      color: #348B0C; }
  .answer-box.error {
    border-color: #EF4030;
    background: #f3b8b2; }
    .answer-box.error h3 {
      color: #EF4030; }
    .answer-box.error a {
      color: #EF4030; }

#contest-banner {
  background: white; }
  #contest-banner img {
    max-width: 100%;
    height: auto; }
  #contest-banner .black img {
    width: 100% \9;
    height: auto; }
  #contest-banner .banner-title img {
    width: 100% \9; }
  @media only screen and (min-width: 320px) and (max-width: 600px) {
    #contest-banner .col {
      text-align: center; } }

/* For report fraud form */
#rif_phone {
  position: absolute;
  z-index: -99999;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0.1;
}