/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #272d30;
    background-color: #4e5a5f;
}

.content {
    background-color: #dedede;
    padding-bottom: 40px;
}

.content.pad {
    padding-top: 50px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

a {
    color: #d8292f;
    text-decoration: none;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

a:hover,
a:focus {
    color: #991c20;
    text-decoration: underline;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

hr {
    clear: both;
    margin-top: 27px;
    margin-bottom: 27px;
    border: 0;
    height: 5px;
    background-color: #cdcdcd;
}

.container {
    padding: 0 20px;
    max-width: 1250px;
    margin: 0 auto;
}

.container.full {
    max-width: none;
    padding: 0 40px;
}

.container.screenshots {
    max-width: 950px;
}

.container.small {
    max-width: 850px;
}

.container.app {
    min-width: 700px;
}

::selection {
    background: #272d30;
    color: #ffffff;
    /* Safari */
}

::-moz-selection {
    background: #272d30;
    color: #ffffff;
    /* Firefox */
}

p {
    margin: 0 0 13.5px;
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #dedede;
}

.text-primary {
    color: #d8292f;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #dedede;
}

h1,
h2,
h3 {
    margin-top: 27px;
    margin-bottom: 13.5px;
}

h4,
h5,
h6 {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

h1,
.h1 {
    font-size: 41px;
}

h2,
.h2 {
    font-size: 34px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

h1 small,
.h1 small {
    font-size: 28px;
}

h2 small,
.h2 small {
    font-size: 20px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 16px;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 13.5px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 27px;
}

dt,
dd {
    line-height: 1.7;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #dedede;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
}

address {
    display: block;
    margin-bottom: 27px;
    font-style: normal;
    line-height: 1.7;
}

table {
    width: 100%;
    background-color: transparent;
    table-layout: fixed;
    overflow: auto;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 27px;
}

.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

.table thead > tr > th {
    border-bottom: 2px solid #dddddd;
}

.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #dedede;
}

.table p {
    margin-bottom: 8px;
}

.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
    background-color: #d0e9c6;
    border-color: #c9e2b3;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
    border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
    background-color: #ebcccc;
    border-color: #e6c1c7;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
    background-color: #faf2cc;
    border-color: #f8e5be;
}

thead.important {
    min-width: none !important;
}

thead th.important {
    min-width: none !important;
}

td.long {
    width: 35%;
}

td.med {
    width: 20%;
}

td .fa-times {
    color: #6e6e6e;
}

.sticky-wrap {
    overflow-x: auto;
    position: relative;
    margin-bottom: 1.5em;
    width: 100%;
}

.sticky-wrap .sticky-thead,
.sticky-wrap .sticky-col,
.sticky-wrap .sticky-intersect {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.125s ease-in-out;
    z-index: 50;
    width: auto;
    /* Prevent table from stretching to full size */
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, 0.125);
    z-index: 100;
    width: 100%;
    /* Force stretch */
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;
}

.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #eee;
}

.sticky-wrap td,
.sticky-wrap th {
    box-sizing: border-box;
}

.sticky-wrap .sticky-thead thead tr th:hover {
    background-color: #4e5a5f;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.sticky-wrap .sticky-thead thead tr th:hover i {
    opacity: 1 !important;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 27px;
    font-size: 24px;
    line-height: inherit;
    color: #4e5a5f;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: block;
    margin-bottom: 0px;
    clear: both;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

form ul li {
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    clear: both;
}

form ul li:before,
form ul li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

form ul li:after {
    clear: both;
}

form ul li:before,
form ul li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

form ul li:after {
    clear: both;
}

form ul li.has-suggest {
    z-index: 2;
}

form ul li.half {
    float: left;
    width: 48%;
}

form ul li.half.right {
    clear: none;
    float: right;
}

form ul li.has-andor:before,
form ul li.has-andor:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

form ul li.has-andor:after {
    clear: both;
}

form ul li.has-andor:before,
form ul li.has-andor:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

form ul li.has-andor:after {
    clear: both;
}

form ul li.has-andor input[type='text'] {
    float: left;
    width: 65%;
}

form ul li.has-andor .select {
    float: right;
    width: 32%;
}

button {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#efefef), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #efefef, 0%, #eaeaea, 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #efefef 0%, #eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffeaeaea', GradientType=0);
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
    font-size: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9f9f9, inset 1px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #f9f9f9, inset 1px 0px 0px 0px #ffffff;
    padding: 0 15px;
}

button.btn-red {
    background: transparent;
    background-color: #d8292f;
    border: 1px solid #ae2025;
}

button.btn-red:hover {
    background-color: #272d30;
    color: #ffffff;
    border-color: #272d30;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea {
    -webkit-appearance: none;
    border: 1px solid #e2e2e2;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 35px;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-box-shadow: 0px 0px 5px 0px #d8292f;
    box-shadow: 0px 0px 5px 0px #d8292f;
}

textarea {
    height: 150px;
    resize: none;
    padding: 8px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 100%;
    background: url('images/select-arrow.png'), #fff;
    background-repeat: no-repeat;
    background-position: 96% center;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px;
    height: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    cursor: pointer;
}

select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

.select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 35px;
}

.select.andor {
    width: 100px;
    margin: 0 auto;
}

.select i {
    display: none;
}

.select.has-label {
    border: 0;
}

.select.has-label select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
}

.multiple {
    position: relative;
    margin-bottom: 8px;
}

.multiple .add-field,
.multiple .remove-field,
.multiple .add-ingredient,
.multiple .add-text {
    position: absolute;
    top: -3px;
    right: -30px;
    display: block;
    font-size: 26px;
    color: #babebf;
}

.multiple .add-field:hover,
.multiple .remove-field:hover,
.multiple .add-ingredient:hover,
.multiple .add-text:hover {
    color: #6e6e6e;
}

.multiple.has-label .add-field,
.multiple.has-label .remove-field,
.multiple.has-label .add-ingredient,
.multiple.has-label .add-text {
    top: 20px;
}

.radios li {
    float: left;
    clear: none;
    width: 33%;
    height: 35px;
    text-align: center;
}

.radios li label {
    display: block;
    color: #ffffff;
    border-left: 1px solid #f1f1f1;
    height: 35px;
    line-height: 35px;
    background-color: #878f92;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.radios li label.selected {
    background-color: #4a555a;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.radios li input[type='radio'] {
    display: none;
}

.radios li:first-child label {
    border: 0;
    -webkit-border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
    border-radius: 16px 0 0 16px;
}

.radios li:last-child label {
    -webkit-border-radius: 0 16px 16px 0;
    -moz-border-radius: 0 16px 16px 0;
    border-radius: 0 16px 16px 0;
}

.datep.left {
    float: left;
    width: 48%;
}

.datep.right {
    float: right;
    width: 48%;
}

.save-btn {
    background: transparent;
    filter: none;
    background-color: #bd2328;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 170px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 3px solid #671316;
    color: #ffffff;
}

.save-btn.small {
    width: auto;
    height: auto;
    padding: 3px 15px;
}

.ingredient {
    background-color: #dedede;
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}

.ingredient .percentages {
    display: block;
    padding-top: 10px;
}

.ingredient .percentages:before,
.ingredient .percentages:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.ingredient .percentages:after {
    clear: both;
}

.ingredient .percentages:before,
.ingredient .percentages:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.ingredient .percentages:after {
    clear: both;
}

.ingredient .percentages label {
    float: left;
    width: 33%;
}

.ingredient .percentages input[type='text'] {
    float: left;
    border: 0;
    width: 32.5%;
    background-color: #a0a3a4;
    color: #ffffff;
}

.ingredient .percentages input[type='text']::-webkit-input-placeholder {
    color: #ffffff;
}

.ingredient .percentages input[type='text']::-moz-placeholder {
    color: #ffffff;
}

.ingredient .percentages input[type='text']:-moz-placeholder {
    color: #ffffff;
}

.ingredient .percentages input[type='text']-ms-input-placeholder {
    color: #ffffff;
}

.ingredient .percentages .from {
    margin-right: 2%;
}

.sub-field {
    display: none;
}

.sub-field li {
    padding-left: 18px;
}

.twitter-typeahead {
    width: 100%;
}

.twitter-typeahead span {
    padding: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.twitter-typeahead span span {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.notification-form {
    margin-bottom: 20px;
}

.notification-form:before,
.notification-form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notification-form:after {
    clear: both;
}

.notification-form:before,
.notification-form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notification-form:after {
    clear: both;
}

.notification-form input[type='text'] {
    width: 300px;
    margin-right: 10px;
}

.notification-form input[type='submit'],
.notification-form button {
    border: 0;
}

.notification-form ul:before,
.notification-form ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notification-form ul:after {
    clear: both;
}

.notification-form ul:before,
.notification-form ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notification-form ul:after {
    clear: both;
}

.notification-form ul li {
    float: left;
    width: 33.33%;
    clear: none;
    margin-bottom: 5px;
}

.notification-form .states {
    background-color: #f2f2f2;
    padding: 8px !important;
}

.notification-form .states li {
    float: left;
    margin-bottom: 0;
    width: 15%;
}

.notification-form.has-checkbox input[type='text'] {
    float: left;
}

.notification-form.has-checkbox label {
    clear: none;
}

.notification-form.has-select input[type='submit'],
.notification-form.has-select button {
    margin-top: 27px;
}

.notification-form .input {
    float: left;
}

.notification-form .checkbox {
    float: left;
    margin: 2px 20px 0 0;
}

.notification-form .state {
    float: left;
    width: 80px;
    margin-right: 20px;
}

.btn {
    display: inline-block;
    padding: 3px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-primary {
    color: #ffffff;
    background-color: #d8292f;
    border-color: #c42429;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #b72126;
    border-color: #901a1e;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #d8292f;
    border-color: #c42429;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ed9c28;
    border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #d2322d;
    border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #39b3d7;
    border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-red {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d8292f;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-red:hover {
    color: #272d30;
    background-color: #f8c04a;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-gray {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4e5a5f;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-gray:hover {
    color: #ffffff;
    background-color: #2c3437;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.btn-group {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.btn-group li {
    float: left;
}

.btn-group li button {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#efefef), to(#eaeaea));
    background-image: -webkit-linear-gradient(top, #efefef, 0%, #eaeaea, 100%);
    background-image: -moz-linear-gradient(top, #efefef 0%, #eaeaea 100%);
    background-image: linear-gradient(to bottom, #efefef 0%, #eaeaea 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefefef', endColorstr='#ffeaeaea', GradientType=0);
    border: 1px solid #d9d9d9;
    height: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding-left: 5px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9f9f9, inset 1px 0px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #f9f9f9, inset 1px 0px 0px 0px #ffffff;
    padding: 0 15px;
}

.btn-group li:first-child button {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f9f9f9;
    box-shadow: inset 0px 1px 0px 0px #f9f9f9;
}

.btn-group li:last-child button {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

button:focus {
    outline: none;
}

.toggle-listfilters .fa {
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}
/*!
 *  Font Awesome 4.0.0
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts//fontawesome-webfont.eot?v=4.0.0');
    src: url('fonts//fontawesome-webfont.eot?#iefix&v=4.0.0') format('embedded-opentype'), url('fonts//fontawesome-webfont.woff?v=4.0.0') format('woff'), url('fonts//fontawesome-webfont.ttf?v=4.0.0') format('truetype'), url('../fonts//fontawesome-webfont.svg?v=4.0.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
    width: 1.2857142857142858em;
    text-align: center;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000";
}

.fa-music:before {
    content: "\f001";
}

.fa-search:before {
    content: "\f002";
}

.fa-envelope-o:before {
    content: "\f003";
}

.fa-heart:before {
    content: "\f004";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-o:before {
    content: "\f006";
}

.fa-user:before {
    content: "\f007";
}

.fa-film:before {
    content: "\f008";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-check:before {
    content: "\f00c";
}

.fa-times:before {
    content: "\f00d";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-signal:before {
    content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}

.fa-trash-o:before {
    content: "\f014";
}

.fa-home:before {
    content: "\f015";
}

.fa-file-o:before {
    content: "\f016";
}

.fa-clock-o:before {
    content: "\f017";
}

.fa-road:before {
    content: "\f018";
}

.fa-download:before {
    content: "\f019";
}

.fa-arrow-circle-o-down:before {
    content: "\f01a";
}

.fa-arrow-circle-o-up:before {
    content: "\f01b";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-play-circle-o:before {
    content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}

.fa-refresh:before {
    content: "\f021";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-lock:before {
    content: "\f023";
}

.fa-flag:before {
    content: "\f024";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-print:before {
    content: "\f02f";
}

.fa-camera:before {
    content: "\f030";
}

.fa-font:before {
    content: "\f031";
}

.fa-bold:before {
    content: "\f032";
}

.fa-italic:before {
    content: "\f033";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-list:before {
    content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-video-camera:before {
    content: "\f03d";
}

.fa-picture-o:before {
    content: "\f03e";
}

.fa-pencil:before {
    content: "\f040";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-tint:before {
    content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}

.fa-share-square-o:before {
    content: "\f045";
}

.fa-check-square-o:before {
    content: "\f046";
}

.fa-move:before {
    content: "\f047";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-play:before {
    content: "\f04b";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-eject:before {
    content: "\f052";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-times-circle-o:before {
    content: "\f05c";
}

.fa-check-circle-o:before {
    content: "\f05d";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}

.fa-resize-full:before {
    content: "\f065";
}

.fa-resize-small:before {
    content: "\f066";
}

.fa-plus:before {
    content: "\f067";
}

.fa-minus:before {
    content: "\f068";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-plane:before {
    content: "\f072";
}

.fa-calendar:before {
    content: "\f073";
}

.fa-random:before {
    content: "\f074";
}

.fa-comment:before {
    content: "\f075";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-resize-vertical:before {
    content: "\f07d";
}

.fa-resize-horizontal:before {
    content: "\f07e";
}

.fa-bar-chart-o:before {
    content: "\f080";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-key:before {
    content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}

.fa-comments:before {
    content: "\f086";
}

.fa-thumbs-o-up:before {
    content: "\f087";
}

.fa-thumbs-o-down:before {
    content: "\f088";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-heart-o:before {
    content: "\f08a";
}

.fa-sign-out:before {
    content: "\f08b";
}

.fa-linkedin-square:before {
    content: "\f08c";
}

.fa-thumb-tack:before {
    content: "\f08d";
}

.fa-external-link:before {
    content: "\f08e";
}

.fa-sign-in:before {
    content: "\f090";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-upload:before {
    content: "\f093";
}

.fa-lemon-o:before {
    content: "\f094";
}

.fa-phone:before {
    content: "\f095";
}

.fa-square-o:before {
    content: "\f096";
}

.fa-bookmark-o:before {
    content: "\f097";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-github:before {
    content: "\f09b";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-hand-o-right:before {
    content: "\f0a4";
}

.fa-hand-o-left:before {
    content: "\f0a5";
}

.fa-hand-o-up:before {
    content: "\f0a6";
}

.fa-hand-o-down:before {
    content: "\f0a7";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-fullscreen:before {
    content: "\f0b2";
}

.fa-group:before {
    content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-reorder:before {
    content: "\f0c9";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-plus:before {
    content: "\f0d5";
}

.fa-money:before {
    content: "\f0d6";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}

.fa-lightbulb-o:before {
    content: "\f0eb";
}

.fa-exchange:before {
    content: "\f0ec";
}

.fa-cloud-download:before {
    content: "\f0ed";
}

.fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-bell-o:before {
    content: "\f0a2";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cutlery:before {
    content: "\f0f5";
}

.fa-file-text-o:before {
    content: "\f0f6";
}

.fa-building:before {
    content: "\f0f7";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}

.fa-circle-o:before {
    content: "\f10c";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-circle:before {
    content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-folder-o:before {
    content: "\f114";
}

.fa-folder-open-o:before {
    content: "\f115";
}

.fa-expand-o:before {
    content: "\f116";
}

.fa-collapse-o:before {
    content: "\f117";
}

.fa-smile-o:before {
    content: "\f118";
}

.fa-frown-o:before {
    content: "\f119";
}

.fa-meh-o:before {
    content: "\f11a";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-keyboard-o:before {
    content: "\f11c";
}

.fa-flag-o:before {
    content: "\f11d";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-code:before {
    content: "\f121";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-mail-reply-all:before {
    content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-crop:before {
    content: "\f125";
}

.fa-code-fork:before {
    content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}

.fa-question:before {
    content: "\f128";
}

.fa-info:before {
    content: "\f129";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-shield:before {
    content: "\f132";
}

.fa-calendar-o:before {
    content: "\f133";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-unlock-o:before {
    content: "\f13e";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-ellipsis-horizontal:before {
    content: "\f141";
}

.fa-ellipsis-vertical:before {
    content: "\f142";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-ticket:before {
    content: "\f145";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-minus-square-o:before {
    content: "\f147";
}

.fa-level-up:before {
    content: "\f148";
}

.fa-level-down:before {
    content: "\f149";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-pencil-square:before {
    content: "\f14b";
}

.fa-external-link-square:before {
    content: "\f14c";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}

.fa-won:before,
.fa-krw:before {
    content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-text:before {
    content: "\f15c";
}

.fa-sort-alpha-asc:before {
    content: "\f15d";
}

.fa-sort-alpha-desc:before {
    content: "\f15e";
}

.fa-sort-amount-asc:before {
    content: "\f160";
}

.fa-sort-amount-desc:before {
    content: "\f161";
}

.fa-sort-numeric-asc:before {
    content: "\f162";
}

.fa-sort-numeric-desc:before {
    content: "\f163";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-youtube-square:before {
    content: "\f166";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}

.dropdown {
    position: relative;
    z-index: 1000;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu button {
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d8292f), to(#bd2328));
    background-image: -webkit-linear-gradient(top, #d8292f, 0%, #bd2328, 100%);
    background-image: -moz-linear-gradient(top, #d8292f 0%, #bd2328 100%);
    background-image: linear-gradient(to bottom, #d8292f 0%, #bd2328 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8292f', endColorstr='#ffbd2328', GradientType=0);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.pagination {
    text-align: center;
}

.pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.pagination ul li {
    float: left;
    line-height: 35px;
}

.pagination ul li a {
    display: block;
    padding: 0 10px;
    color: #6e6e6e;
}

.pagination ul li a.active {
    font-weight: bold;
    color: #d8292f;
}

.pagination ul li a:hover {
    color: #d8292f;
}

.pagination .skip {
    padding: 0 10px;
}

.pagination .skip li {
    float: left;
    margin: 0;
}

.pagination .skip li a {
    display: block;
    width: 40px;
    height: 35px;
    color: #6e6e6e;
    border: 1px solid #d9d9d9;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f4f4f4), to(#f1f1f1));
    background-image: -webkit-linear-gradient(top, #f4f4f4, 0%, #f1f1f1, 100%);
    background-image: -moz-linear-gradient(top, #f4f4f4 0%, #f1f1f1 100%);
    background-image: linear-gradient(to bottom, #f4f4f4 0%, #f1f1f1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#fff1f1f1', GradientType=0);
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    font-size: 14px;
}

.pagination .skip li a .fa-caret-right,
.pagination .skip li a .fa-caret-left {
    font-size: 18px;
    line-height: 35px;
}

.pagination .skip li:first-child a {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
}

.pagination .skip li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.alert {
    padding: 5px;
    margin-bottom: 27px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable {
    padding-right: 25px;
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #356635;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #2d6987;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853;
}

.alert-warning hr {
    border-top-color: #f8e5be;
}

.alert-warning .alert-link {
    color: #a47e3c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-danger hr {
    border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
    color: #953b39;
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.system-error {
    text-align: center;
    max-width: 800px;
}

.system-error h1 {
    font-size: 170px;
    line-height: 120px;
    font-weight: bold;
    margin: 0;
}

.system-error h3 {
    color: #bd2328;
    font-size: 30px;
    line-height: 30px;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

.modal-open {
    overflow: hidden;
}

body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 15px;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.7px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.7;
}

.modal-body {
    position: relative;
    padding: 20px;
    max-height: 400px;
    overflow: auto;
}

.modal-body.nopadding {
    padding: 0;
}

.modal-body.guidelines {
    padding: 0;
}

.modal-body.guidelines ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modal-body.guidelines ul li {
    font-weight: bold;
    background-color: #2c3437;
    color: #ffffff;
    border-bottom: 1px solid #4e5a5f;
}

.modal-body.guidelines ul li span {
    display: block;
    padding: 10px;
}

.modal-body.guidelines ul li span a {
    float: right;
    font-weight: normal;
    background-color: #4e5a5f;
    color: #ffffff;
    font-size: 14px;
    display: block;
    padding: 3px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.modal-body.guidelines ul li ul {
    display: none;
}

.modal-body.guidelines ul li ul li {
    font-weight: normal;
    line-height: 17px;
    font-size: 15px;
    color: #272d30;
    border: 0;
}

.modal-body.guidelines ul li ul li a {
    display: block;
    background-color: #ffffff;
    padding: 10px;
    color: #272d30;
    -webkit-transition: al 200ms ease;
    transition: al 200ms ease;
}

.modal-body.guidelines ul li ul li a strong {
    display: block;
}

.modal-body.guidelines ul li ul li:nth-child(even) a {
    background-color: #dedede;
}

.modal-body.guidelines ul li ul li:hover a {
    background-color: #4e5a5f;
    color: #ffffff;
    -webkit-transition: al 200ms ease;
    transition: al 200ms ease;
}

.modal-body.save-search {
    padding: 0;
    max-height: 400px;
    overflow: auto;
}

.modal-body.save-search section {
    background-color: #2c3437;
    padding: 10px;
    margin: 0;
}

.modal-body.save-search section label {
    color: #ffffff;
}

.modal-body.save-search section div {
    margin-bottom: 5px;
}

.modal-body.save-search h3 {
    background-color: #4e5a5f;
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    padding: 10px;
}

.modal-body.save-search ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.modal-body.save-search ul li {
    line-height: 18px;
    padding: 10px 5px;
    background-color: #ffffff;
}

.modal-body.save-search ul li:nth-child(even) {
    background-color: #dedede;
}

.modal-body.save-search ul li strong {
    display: block;
}

#guideline-list .modal-footer {
    margin: 0;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.modal-footer:after {
    clear: both;
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-footer button {
    filter: none;
    border: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #d8292f;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-footer button:hover {
    color: #272d30;
    background-color: #f8c04a;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-footer button.btn-gray {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #4e5a5f;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-footer button.btn-gray:hover {
    color: #ffffff;
    background-color: #2c3437;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.modal-body table {
    width: 100%;
}

.modal-body table thead th {
    background-color: #4e5a5f;
    color: #ffffff;
    padding: 10px;
}

.modal-body table tbody tr td {
    padding: 10px;
}

.modal-body table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover .arrow {
    border-width: 11px;
}

.popover .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #ffffff;
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #ffffff;
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #ffffff;
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #ffffff;
    bottom: -10px;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
    top: 0;
    left: 0;
    padding: 8px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 15px;
    width: 250px;
}

.datepicker:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px;
}

.datepicker:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 7px;
}

.datepicker > div {
    display: none;
}

.datepicker table {
    width: 100%;
    margin: 0;
}

.datepicker table tr > td {
    padding: 0;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
}

.datepicker td.day:hover {
    background: #eeeeee;
    cursor: pointer;
}

.datepicker td.day.disabled {
    color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
    color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #ffffff;
    background-color: #d8292f;
    color: #fff;
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #ffffff;
    background-color: #d8292f;
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker td span:hover {
    background: #eeeeee;
}

.datepicker td span.active {
    color: #ffffff;
    background-color: #d8292f;
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
    color: #ffffff;
    background-color: #d8292f;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
    background-color: #003399 \9;
}

.datepicker td span.old {
    color: #999999;
}

.datepicker th.switch {
    width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px;
}

.datepicker thead tr:first-child th {
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
    background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.main-nav {
    background-color: #2c3437;
    padding: 13px 0;
}

.main-nav:before,
.main-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.main-nav:after {
    clear: both;
}

.main-nav:before,
.main-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.main-nav:after {
    clear: both;
}

.main-nav .logo {
    display: block;
    width: 120px;
    float: left;
}

.main-nav .nav-menu.show {
    display: block !important;
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
    position: relative;
}

.main-nav ul:before,
.main-nav ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.main-nav ul:after {
    clear: both;
}

.main-nav ul:before,
.main-nav ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.main-nav ul:after {
    clear: both;
}

.main-nav ul li {
    float: left;
}

.main-nav ul li a {
    font-weight: 300;
    color: #ffffff;
    font-size: 18px;
    display: block;
    padding: 0 20px;
}

.main-nav ul li a:hover {
    color: #f8c04a;
}

.main-nav ul li ul {
    display: none;
    float: none;
    width: 200px;
    position: absolute;
    left: 20px;
    top: 30px;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.3);
}

.main-nav ul li ul li {
    float: none;
}

.main-nav ul li ul li a {
    color: #272d30;
    font-size: 16px;
    font-weight: normal;
    padding: 5px;
}

.main-nav ul li ul li a:hover {
    color: #d8292f;
}

.main-nav ul li:hover ul {
    display: block;
}

.main-nav .dropdown {
    float: right;
}

.main-nav .btn-red {
    height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 35px;
}

.main-nav .btn-red:focus {
    outline: none;
    color: #ffffff;
}

.nav-toggle {
    float: right;
    background-color: #bd2328;
    color: #ffffff;
    line-height: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 35px;
    width: 35px;
    margin-right: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .main-nav ul {
        float: none;
        clear: both;
        margin-right: 0;
    }

    .main-nav ul li {
        float: none;
    }

    .main-nav ul li a {
        font-size: 18px;
        padding: 8px 0;
    }

    .main-nav ul li ul {
        float: none;
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        background-color: #4e5a5f;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .main-nav ul li ul li {
        float: none;
    }

    .main-nav ul li ul li a {
        color: #ffffff;
        padding: 8px 5px;
    }

    .main-nav ul li:hover ul {
        display: none;
    }
}

.login-form {
    padding: 12px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.12);
}

.login-form:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    right: 16px;
}

.login-form:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 17px;
}

.login-form .loading {
    background: url('images/loading.gif'), rgba(0, 0, 0, 0.8);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.login-form ul {
    background-color: #f1f1f1;
    width: 220px;
    margin: 0 0 12px 0;
    border: 1px solid #dedede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.login-form li {
    position: relative;
    border-top: 1px solid #dedede;
    width: 100%;
    margin: 0;
}

.login-form li label {
    position: absolute;
    font-weight: normal;
    left: 5px;
    top: 12px;
}

.login-form li label.remember {
    position: relative;
    font-weight: normal;
    padding: 10px 0;
    left: auto;
    top: auto;
}

.login-form li:first-child {
    border: 0;
}

.login-form li i {
    position: absolute;
    right: 8px;
    top: 17px;
    color: gray;
}

.login-form input[type='text'],
.login-form input[type='password'] {
    background: transparent;
    border: 0;
    width: 190px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
}

.login-form input[type='text']:focus,
.login-form input[type='password']:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.login-form input[type='checkbox'] {
    margin: 0 5px 0 10px;
}

.login-form button,
.login-form input[type='submit'] {
    width: 100%;
    border: 0;
    background-color: #bd2328;
    color: #ffffff;
    height: 40px;
    margin-bottom: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.login-form p {
    margin: 0;
    text-align: center;
}

.login-form p a {
    color: #6e6e6e;
    font-size: 15px;
}

.login-form .alert {
    line-height: 20px;
    margin-bottom: 12px;
}

.account-dropdown {
    width: 250px;
    padding: 15px 0 0 0;
    border: 0;
}

.account-dropdown ul {
    float: none;
    margin: 0;
}

.account-dropdown ul li {
    float: none;
    width: 100%;
}

.account-dropdown ul li a,
.account-dropdown ul li span {
    display: block;
    width: 100%;
    padding: 5px 15px;
    color: #6d6e71;
    font-size: 16px;
    background-color: #ffffff;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.account-dropdown ul li a:hover,
.account-dropdown ul li span:hover {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: #6d6e71;
    color: #ffffff;
}

.account-dropdown ul li a i,
.account-dropdown ul li span i {
    float: right;
    margin-top: 6px;
}

.account-dropdown span {
    padding: 15px;
    display: block;
}

.account-dropdown span a {
    display: block;
}

.account-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    right: 16px;
}

.account-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    right: 17px;
}

.hero {
    background: url('images/herobg.jpg') no-repeat;
    background-position: center center;
    text-align: center;
    padding: 80px 0;
    border-bottom: 1px solid #6f7c82;
}

.hero.small {
    padding: 40px 0;
}

.hero h1 {
    margin: 0;
    padding: 0 20px;
    color: #ffffff;
    font-weight: 300;
    font-size: 60px;
}

.hero h1 em {
    font-style: normal;
    color: #f8c04a;
}

.hero h2 {
    margin: 0;
    padding: 10px 20px 0 20px;
    color: #f8c04a;
    font-weight: 300;
}

.hero h2 em {
    color: #ffffff;
    font-style: normal;
}

.testimonials {
    background-color: #ffffff;
    padding: 50px 0;
    text-align: center;
}

.testimonials ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.testimonials ul:before,
.testimonials ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.testimonials ul:after {
    clear: both;
}

.testimonials ul:before,
.testimonials ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.testimonials ul:after {
    clear: both;
}

.testimonials ul li {
    float: right;
    width: 47%;
    font-size: 20px;
    line-height: 30px;
}

.testimonials ul li:first-child {
    float: left;
}

.screenshots {
    background-color: #272d30;
    padding: 20px 0;
}

.screenshots h3,
.screenshots p {
    color: #ffffff;
    text-align: center;
}

.screenshots h3 {
    margin: 0 0 10px 0;
    font-weight: 300;
}

.screenshots h3 em {
    font-style: normal;
    color: #f8c04a;
}

.screenshots p {
    margin-bottom: 30px;
    font-size: 18px;
}

.home-content {
    padding: 50px 0;
}

.home-content:before,
.home-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.home-content:after {
    clear: both;
}

.home-content:before,
.home-content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.home-content:after {
    clear: both;
}

.home-content h2 {
    text-align: center;
    margin-bottom: 30px;
}

.home-content h2 em {
    font-style: normal;
}

.home-content h4 {
    font-weight: bold;
}

.home-content p {
    font-size: 18px;
    line-height: 24px;
}

.home-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.home-content ul li {
    float: left;
    text-align: center;
    width: 29.8%;
    margin-left: 5.3%;
}

.home-content ul li:first-child {
    margin: 0;
}

.home-content img {
    margin-bottom: 10px;
}

.trial-button {
    background-color: #d1d1d1;
    text-align: center;
    border-top: 5px solid #c5c5c5;
    padding: 20px 0;
}

.trial-button a {
    display: inline-block;
    height: 60px;
    background-color: #d8292f;
    color: #ffffff;
    line-height: 60px;
    font-size: 22px;
    font-weight: 300;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 100px 0 50px;
    position: relative;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trial-button a i {
    position: absolute;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
    right: 0;
    top: 0;
    background-color: #ae2025;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.trial-button a strong {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.trial-button a:hover {
    background-color: #f8c04a;
    color: #272d30;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trial-button a:hover i {
    background-color: #f6af19;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

footer {
    padding: 30px 0 60px 0;
    background-color: #dedede;
}

footer:before,
footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

footer:after {
    clear: both;
}

footer:before,
footer:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

footer:after {
    clear: both;
}

footer section {
    float: left;
    width: 50%;
}

footer .logo {
    display: block;
    width: 144px;
    margin-bottom: 20px;
}

footer p {
    font-size: 15px;
    line-height: 18px;
}

footer aside {
    float: right;
    width: 50%;
    text-align: right;
}

footer .kelly {
    float: right;
    display: block;
    width: 140px;
}

footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    margin-right: 20px;
}

footer ul li {
    float: left;
}

footer ul li a {
    display: block;
    color: #bd2328;
    font-size: 30px;
    padding: 0 10px;
}

footer ul li a:hover {
    color: #f8c04a;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    display: block;
    width: 80px;
    height: 80px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #f8c04a;
    font-size: 0;
}

.flex-direction-nav a:before {
    font-family: "fontAwesome";
    font-size: 60px;
    display: inline-block;
    content: '\f104';
}

.flex-direction-nav a:hover {
    color: #ffffff;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flex-direction-nav .flex-next:before {
    content: '\f105';
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -50px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-nav li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #f8c04a;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background-color: #f8c04a;
}

.flex-control-paging li a.flex-active {
    background-color: #ffffff;
    cursor: default;
}

.about-intro {
    padding: 40px 0;
}

.about-intro p {
    font-size: 20px;
    line-height: 32px;
}

.about-features {
    background-color: #272d30;
    border-top: 5px solid #4e5a5f;
    padding: 40px 0;
    text-align: center;
}

.about-features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.about-features ul:before,
.about-features ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.about-features ul:after {
    clear: both;
}

.about-features ul:before,
.about-features ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.about-features ul:after {
    clear: both;
}

.about-features ul li {
    text-align: center;
    color: #f8c04a;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    float: left;
    width: 27%;
    margin-left: 9.5%;
}

.about-features ul li:first-child {
    margin: 0;
}

.about-features ul li ul {
    margin-top: 20px;
}

.about-features ul li ul li {
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    width: 100%;
    float: none;
    margin: 0 0 15px 0;
    padding-left: 24px;
    color: #ffffff;
    position: relative;
}

.about-features ul li ul li:first-child {
    margin: 0 0 15px 0;
}

.about-features ul li ul li:before {
    position: absolute;
    font-family: 'fontAwesome';
    font-size: 16px;
    content: '\f00c';
    color: #4e5a5f;
    left: 0;
    top: 0;
}

.about-features span {
    display: inline-block;
    background-color: #d8292f;
    color: #ffffff;
    font-size: 20px;
    padding: 12px 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.about-features span a {
    color: #f8c04a;
}

.participating-states {
    background-color: #d5d5d5;
    text-align: center;
    padding: 40px 0;
}

.participating-states h3 {
    color: #272d30;
}

.faqs {
    padding: 20px 0 50px 0;
}

.faqs h3 {
    text-align: center;
    font-weight: 500;
    margin-bottom: 30px;
}

.faqs h4 {
    color: #272d30;
    font-weight: 700;
    margin-bottom: 5px;
}

.faqs ul,
.faqs ol {
    padding-left: 20px;
}

.frontend-form .message {
    max-width: 820px;
    margin: 0 auto;
    padding-top: 40px;
}

.frontend-form h2,
.frontend-form h1 {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 0 auto;
    font-size: 18px;
    padding-top: 40px;
}

.frontend-form h1 {
    font-size: 26px;
    color: #bd2328;
}

.frontend-form .search-widget section {
    display: block;
}

.frontend-form .search-widget section h3 {
    clear: both;
    padding-top: 20px;
    margin: 0 0 15px 0;
    color: #bd2328;
}

.compare-form:before,
.compare-form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.compare-form:after {
    clear: both;
}

.compare-form:before,
.compare-form:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.compare-form:after {
    clear: both;
}

.compare-form .selections {
    float: left;
    width: 75%;
    padding-bottom: 10px;
}

.compare-form .pull-right {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 25px;
}

.compare-form .pull-right .button {
    margin-left: 15px;
}

.compare-form .select {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.compare-form .select select {
    width: 100%;
    padding-right: 25px;
    margin: 0;
}

.compare-form .select label {
    font-weight: bold;
}

.compare-index {
    text-align: center;
    padding-top: 40px;
    min-height: 300px;
}

@media (max-width: 979px) {
    .compare-form .selections {
        width: 70%;
    }

    .compare-form .pull-right {
        width: 30%;
    }
}

.app-nav {
    background-color: #4e5a5f;
    border-top: 1px solid #6b777d;
}

.app-nav:before,
.app-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-nav:after {
    clear: both;
}

.app-nav:before,
.app-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-nav:after {
    clear: both;
}

.app-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
}

.app-nav ul li {
    float: left;
}

.app-nav ul li a {
    display: block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px 30px;
    background-color: #4e5a5f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.app-nav ul li a:hover {
    background-color: #6b777d;
}

.app-nav ul li.active a {
    background-color: #ffffff;
    color: #272d30;
    font-weight: 700;
    border-top: 4px solid #d8292f;
    padding: 9px 30px 12px 30px;
    margin-top: -1px;
}

.app-nav span {
    float: right;
    margin-top: 8px;
}

.app-nav span a {
    display: block;
    color: #ffffff;
    background-color: #6b777d;
    padding: 3px 12px;
    font-size: 14px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}

.app-header {
    background-color: #ffffff;
    padding: 10px 0;
}

.app-header:before,
.app-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-header:after {
    clear: both;
}

.app-header:before,
.app-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-header:after {
    clear: both;
}

.app-header.gray {
    background-color: #f1f1f1;
    border-top: 1px solid #e4e4e4;
}

.app-header h1 {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    float: left;
    width: 40%;
}

.app-header h1.has-nav {
    float: none;
    margin-bottom: 10px;
}

.app-header h2 {
    margin: 0;
    font-size: 18px;
    padding-top: 8px;
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
}

.app-header .select {
    float: right;
    width: 150px;
    margin-left: 15px;
}

.app-header ul {
    float: right;
}

.app-header ul.subnav {
    float: none;
    clear: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.app-header ul.subnav li {
    display: inline-block;
    margin-left: 15px;
}

.app-header ul.subnav li a {
    display: block;
    padding: 0px 12px;
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    background-color: #dedede;
    color: #272d30;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.app-header ul.subnav li a.active {
    background-color: #4e5a5f;
    color: #ffffff;
}

.app-header ul.subnav li a:hover {
    background-color: #bd2328;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.app-header ul.subnav li:first-child {
    margin-left: 0;
}

.app-header p {
    line-height: 18px;
}

.app-header .btn {
    background-color: #f1f1f1;
    color: #272d30;
    margin-top: 10px;
    font-size: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.app-header .btn:hover {
    background-color: #4e5a5f;
    color: #ffffff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.top-tools {
    clear: both;
    background-color: #dedede;
    padding: 20px 0 30px 0;
}

.top-tools:before,
.top-tools:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.top-tools:after {
    clear: both;
}

.top-tools:before,
.top-tools:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.top-tools:after {
    clear: both;
}

.app-sub-header {
    padding: 8px 0;
}

.app-sub-header:before,
.app-sub-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-sub-header:after {
    clear: both;
}

.app-sub-header:before,
.app-sub-header:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-sub-header:after {
    clear: both;
}

.app-sub-header button {
    float: right;
}

.app-sub-header button.customize-toggle {
    float: left;
}

.app-sub-header button.customize-toggle .fa-caret-down,
.app-sub-header button.customize-toggle .fa-caret-up {
    margin-right: 10px;
}

.app-sub-header button:focus {
    outline: none;
}

.app-sub-header .select {
    float: left;
    width: 33%;
}

.app-sub-header .pull-right button {
    float: left;
    margin-left: 15px;
}

.app-sub-header.single {
    background-color: #4e5a5f;
}

.saved-search-select {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.saved-search-select:before,
.saved-search-select:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-search-select:after {
    clear: both;
}

.saved-search-select:before,
.saved-search-select:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-search-select:after {
    clear: both;
}

.saved-search-select .select {
    float: left;
    width: 75%;
}

.saved-search-select button {
    float: right;
    width: 23%;
}

.tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.tabs:before,
.tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.tabs:after {
    clear: both;
}

.tabs:before,
.tabs:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.tabs:after {
    clear: both;
}

.tabs li {
    float: left;
    width: 16.66666666666666666666%;
    margin: 0;
    clear: none;
}

.tabs li a {
    display: block;
    text-align: center;
    background-color: #2c3437;
    border-left: 1px solid #f1f1f1;
    color: #ffffff;
    font-size: 15px;
    line-height: 17px;
    height: 52px;
    padding-top: 16px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tabs li a.tl {
    padding-top: 7px;
}

.tabs li a:hover {
    background-color: #4e5a5f;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.tabs li a.active {
    background-color: #ffffff;
    color: #272d30;
    font-weight: 700;
    cursor: default;
}

.tabs li:first-child a {
    border: 0;
}

.tabs.tabs-5 li {
    width: 20%;
}

.tabs.tabs-2 li {
    width: 50%;
}

.tabs.tabs-3 li {
    width: 33.33333%;
}

.search-widget {
    max-width: 820px;
    margin: 40px auto 60px auto;
}

.search-widget section {
    display: none;
    padding: 20px 80px;
    background-color: #f1f1f1;
    border: 20px solid #ffffff;
    margin-bottom: 30px;
}

.search-widget section.customize {
    padding: 20px 40px;
}

.search-widget section.customize ul li {
    border-top: 1px solid #dedede;
    font-weight: bold;
    padding-top: 20px;
}

.search-widget section.customize ul li:first-child {
    border: 0;
    padding-top: 0;
}

.search-widget section.customize ul li ul li {
    padding: 0;
    font-weight: normal;
    border: 0;
    float: left;
    clear: none;
    width: 50%;
    margin: 0 0 5px 0;
}

.search-widget section.customize ul li ul li ul li {
    border: 0;
}

.search-widget section.customize ul li.full ul li {
    float: none;
    width: 100%;
}

.search-widget section.customize ul li.full ul li ul li {
    float: left;
    width: auto;
    margin-left: 20px;
}

.search-widget .centered {
    text-align: center;
}

.search-widget .footer {
    text-align: center;
}

.search-widget .footer button {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    width: 170px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom-style: solid;
    color: #ffffff;
    border-bottom-width: 3px;
    position: relative;
}

.search-widget .footer button i {
    position: absolute;
    width: 40px;
    height: 50px;
    line-height: 50px;
    right: 0;
    top: 0;
}

.search-widget .footer .submit {
    filter: none;
    background-color: #bd2328;
    border-color: #671316;
    margin-left: 10px;
}

.search-widget .footer .submit i {
    font-size: 26px;
}

.search-widget .footer .save {
    filter: none;
    background-color: #8f979a;
    border-color: #7a7d7e;
}

.search-widget .info {
    display: block;
    margin-bottom: 20px;
    background-color: #4e5a5f;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.search-widget .info a {
    float: right;
    display: inline-block;
    background-color: #dedede;
    padding: 2px 15px;
    margin-top: -1px;
    color: #272d30;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
}

.search-results,
.notification-results {
    position: relative;
}

.search-results table,
.notification-results table {
    width: 100%;
}

.search-results thead th,
.notification-results thead th {
    padding: 15px 5px;
    background-color: #2c3437;
    color: #ffffff;
    font-weight: normal;
    cursor: pointer;
    font-size: 15px;
    line-height: 18px;
    vertical-align: middle;
}

.search-results thead th.center,
.notification-results thead th.center {
    text-align: center;
}

.search-results thead th i,
.notification-results thead th i {
    float: right;
    color: #dedede;
}

.search-results thead th.fav,
.notification-results thead th.fav {
    width: 110px !important;
    padding-left: 0px !important;
}

.search-results thead tr th:first-child,
.notification-results thead tr th:first-child {
    padding-left: 40px;
}

.search-results tbody tr td,
.notification-results tbody tr td {
    padding: 12px 5px;
    background-color: #ffffff;
    border-top: 0;
    border-right: 1px solid #dedede;
    vertical-align: top;
    font-size: 15px;
    line-height: 18px;
}

.search-results tbody tr td.fav,
.notification-results tbody tr td.fav {
    width: 110px !important;
}

.search-results tbody tr td:first-child,
.notification-results tbody tr td:first-child {
    padding-left: 40px;
}

.search-results tbody tr td:last-child,
.notification-results tbody tr td:last-child {
    border: 0;
    padding-right: 40px;
}

.search-results tbody tr td.center,
.notification-results tbody tr td.center {
    text-align: center;
}

.search-results tbody tr td button,
.notification-results tbody tr td button {
    filter: none;
    border: 0;
    width: 35px;
    height: 35px;
    font-size: 22px;
    text-align: center;
    padding: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6e6e6e;
}

.search-results tbody tr td button .fa-star,
.notification-results tbody tr td button .fa-star {
    color: #d8292f;
}

.search-results tbody tr:nth-child(even) td,
.notification-results tbody tr:nth-child(even) td {
    background-color: #f1f1f1;
}

.notification-results table {
    min-width: 0;
}

.notification-results tbody tr td {
    padding: 5px 8px;
    background-color: #dedede;
    border-color: #cacaca;
}

.rc-handle-container {
    position: relative;
}

.rc-handle {
    position: absolute;
    width: 7px;
    cursor: ew-resize;
    margin-left: -3px;
    z-index: 2;
}

table.rc-table-resizing {
    cursor: ew-resize;
}

table.rc-table-resizing thead,
table.rc-table-resizing thead > th,
table.rc-table-resizing thead > th > a {
    cursor: ew-resize;
}

.dragtable-drag-handle {
    cursor: move;
}
/*
 * gets wrapped around placeholder table
 */
.dragtable-drag-wrapper {
    position: absolute;
    max-width: 200px;
    z-index: 1000;
}
/*
  * this gets applied to the table copy of the col that we are dragging 
  */
.dragtable-drag-wrapper .dragtable-drag-col {
    opacity: 0.7;
    top: 0;
    filter: alpha(opacity=70);
    cursor: move;
    background-color: #ffffff;
}
/*
    placeholder is just a name for the real table col
*/
.dragtable-col-placeholder {
    border-left: 1px dotted black;
    border-right: 1px dotted black;
    color: #EFEFEF;
    background: #EFEFEF !important;
    visibility: visible !important;
}

table .dragtable-col-placeholder:first {
    border-top: 1px dotted black;
}

.dragtable-col-placeholder * {
    opacity: 0.0;
    visibility: hidden;
}

.customize {
    display: none;
    background-color: #ededed;
    padding: 15px 0;
}

.customize section {
    display: none;
}

.customize h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
}

.customize-tabs {
    padding: 0 0 10px 0;
    font-size: 0;
}

.customize-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.customize-tabs ul li {
    display: inline-block;
}

.customize-tabs ul li a {
    font-size: 15px;
    display: block;
    background-color: #c5c5c5;
    color: #ffffff;
    padding: 4px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.customize-tabs ul li a.active {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: #2c3437;
    color: #ffffff;
}

.customize-tabs ul li:first-child a {
    margin: 0;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.customize-tabs ul li:last-child a {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.customize-cont input[type='checkbox'],
.customize-cont input[type='radio'] {
    margin-right: 5px;
}

.customize-cont label {
    cursor: pointer;
}

.customize-cont ul {
    clear: both;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 15px;
}

.customize-cont ul:before,
.customize-cont ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-cont ul:after {
    clear: both;
}

.customize-cont ul:before,
.customize-cont ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-cont ul:after {
    clear: both;
}

.customize-cont ul li {
    float: left;
    clear: none;
    font-weight: bold;
    margin: 0;
}

.customize-cont ul li ul {
    background: transparent;
    padding: 0;
    margin: 0;
}

.customize-cont ul li ul li {
    font-size: 15px;
    width: 100%;
    font-weight: normal;
    float: none;
    margin: 0;
}

.customize-cont ul li ul li ul {
    padding: 0 20px;
}

.customize-cont ul.terms {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.customize-cont ul.terms li {
    font-weight: normal;
    width: 33%;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
}

.customize-cont ul.terms li strong {
    display: block;
}

.customize-cont.col-5 ul li {
    width: 18%;
    margin-left: 2.5%;
}

.customize-cont.col-5 ul li:first-child {
    margin-left: 0;
}

.customize-cont.col-5 ul li ul li {
    margin-left: 0;
    width: 100%;
}

.customize-cont .buttons {
    text-align: center;
    margin-bottom: 20px;
}

.customize-cont .buttons .submit {
    background-color: #d8292f;
    background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d8292f), to(#bd2328));
    background-image: -webkit-linear-gradient(top, #d8292f, 0%, #bd2328, 100%);
    background-image: -moz-linear-gradient(top, #d8292f 0%, #bd2328 100%);
    background-image: linear-gradient(to bottom, #d8292f 0%, #bd2328 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd8292f', endColorstr='#ffbd2328', GradientType=0);
    border-color: #bd2328;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.customize-cont .buttons .submit i {
    color: #272d30;
}

.customize-doc-search {
    border-radius: 3px;
    width: 450px;
    background-color: #ffffff;
    padding: 10px;
    margin: 0 auto;
}

.customize-doc-search input[type='submit'],
.customize-doc-search button[type='submit'] {
    background-color: #bd2328;
    border: 0;
    color: #ffffff;
    padding: 8px 0;
    width: 100%;
    border-radius: 2px;
}

.customize-doc-search .state {
    float: left;
    width: 20%;
}

.customize-doc-search .category {
    float: right;
    width: 75%;
}

.customize-doc-search .selects {
    margin-bottom: 20px;
}

.customize-doc-search .selects:before,
.customize-doc-search .selects:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search .selects:after {
    clear: both;
}

.customize-doc-search .selects:before,
.customize-doc-search .selects:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search .selects:after {
    clear: both;
}

.customize-doc-search .all-terms {
    margin-bottom: 20px;
}

.customize-doc-search .exact-terms {
    margin-bottom: 15px;
}

.customize-doc-search .exact-terms label {
    margin-bottom: 8px;
}

.customize-doc-search .exact-terms label:before,
.customize-doc-search .exact-terms label:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search .exact-terms label:after {
    clear: both;
}

.customize-doc-search .exact-terms label:before,
.customize-doc-search .exact-terms label:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search .exact-terms label:after {
    clear: both;
}

.customize-doc-search .exact-terms label a {
    float: right;
    display: block;
    background-color: #bd2328;
    color: #ffffff;
    font-size: 15px;
    padding: 0 8px;
    border-radius: 2px;
}

.customize-doc-search .exact-terms ul {
    border: 1px solid #dedede;
    background-color: #ffffff;
}

.customize-doc-search .exact-terms ul li {
    margin: 0;
    border-top: 1px solid #dedede;
}

.customize-doc-search .exact-terms ul li:first-child {
    border: 0;
}

.customize-doc-search .exact-terms ul li button {
    background: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #bd2328;
}

.customize-doc-search #add-term {
    display: none;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #dedede;
    border-bottom: 0;
    padding: 10px;
}

.customize-doc-search #add-term:before,
.customize-doc-search #add-term:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search #add-term:after {
    clear: both;
}

.customize-doc-search #add-term:before,
.customize-doc-search #add-term:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.customize-doc-search #add-term:after {
    clear: both;
}

.customize-doc-search #add-term input[type='text'] {
    float: left;
    width: 345px;
}

.customize-doc-search #add-term button {
    float: right;
}

.app-header.single {
    padding-bottom: 0;
}

.app-header.single h1 {
    font-size: 22px;
    margin: 6px 0px 10px 0px;
    float: none;
    width: 100%;
}

.app-header.single h1 em {
    font-style: normal;
    font-size: 18px;
    color: #4e5a5f;
    margin-left: 10px;
}

.app-header.single .left {
    float: left;
    width: 48%;
}

.app-header.single .left:before,
.app-header.single .left:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-header.single .left:after {
    clear: both;
}

.app-header.single .left:before,
.app-header.single .left:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.app-header.single .left:after {
    clear: both;
}

.app-header.single .left p {
    float: left;
    width: 50%;
}

.app-header.single .right {
    float: right;
    width: 48%;
}

.list-view {
    display: none;
}

.app-header.company {
    padding: 30px 0;
}

.company-totals {
    background-color: #f1f1f1;
    border-radius: 4px;
    border: 1px solid #dedede;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
}

.company-totals h3 {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    border-radius: 4px 4px 0 0;
}

.company-totals ul {
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.company-totals ul:before,
.company-totals ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.company-totals ul:after {
    clear: both;
}

.company-totals ul:before,
.company-totals ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.company-totals ul:after {
    clear: both;
}

.company-totals ul li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #d8d8d8;
    width: 50%;
    padding: 20px 0;
    line-height: 18px;
}

.company-totals ul li strong {
    display: block;
    font-size: 24px;
}

.company-totals ul li:first-child {
    border: 0;
}

.product-details {
    background-color: #ffffff;
    border: 1px solid #dedede;
    float: none;
    border-radius: 3px;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.product-details li {
    font-size: 15px;
    line-height: 20px;
    padding: 4px 10px;
}

.product-details li:before,
.product-details li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.product-details li:after {
    clear: both;
}

.product-details li:before,
.product-details li:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.product-details li:after {
    clear: both;
}

.product-details li:first-child {
    border-radius: 3px 3px 0 0;
}

.product-details li:last-child {
    border-radius: 0 0 3px 3px;
}

.product-details li:nth-child(even) {
    background-color: #dedede;
    background-color: rgba(0, 0, 0, 0.05);
}

.product-details strong {
    float: left;
    width: 30%;
}

.product-details span {
    float: right;
    width: 70%;
}

.company-contact button,
.mrid-desc button {
    float: right;
    margin-bottom: 10px;
}

.company-contact button.active,
.mrid-desc button.active {
    background: transparent;
    background-color: #d8292f;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

.company-contact ul,
.mrid-desc ul {
    clear: both;
    width: 100%;
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.company-contact ul:before,
.mrid-desc ul:before,
.company-contact ul:after,
.mrid-desc ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.company-contact ul:after,
.mrid-desc ul:after {
    clear: both;
}

.company-contact ul:before,
.mrid-desc ul:before,
.company-contact ul:after,
.mrid-desc ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.company-contact ul:after,
.mrid-desc ul:after {
    clear: both;
}

.company-contact ul li,
.mrid-desc ul li {
    float: left;
    width: 50%;
    line-height: 20px;
}

.mrid-desc ul li {
    width: 100%;
    line-height: 24px;
}

.notifications h3 {
    font-size: 20px;
}

.notifications .fields {
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
    padding: 20px;
}

.notifications .fields ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.notifications .fields .validation-summary-errors ul {
    padding: 10px;
}

.notification-form .validation-summary-errors ul li {
    width: 100%;
}

.notifications .fields .phone {
    width: 200px;
}

.notifications .overview {
    background-color: #ffffff;
    float: left;
    width: 48%;
}

.notifications .overview.right {
    float: right;
}

.notifications .overview h4 {
    background-color: #2c3437;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    padding: 10px 20px;
}

.notifications hr {
    background-color: #f1f1f1;
}

.notify-overview {
    background-color: #ffffff;
}

.notify-overview h4 {
    margin: 0;
    background-color: #2c3437;
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
}

.notify-overview .inner-content {
    padding: 20px;
}

.notify-overview ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.notify-overview ul:before,
.notify-overview ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notify-overview ul:after {
    clear: both;
}

.notify-overview ul:before,
.notify-overview ul:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.notify-overview ul:after {
    clear: both;
}

.notify-overview .general {
    background-color: #ededed;
    padding: 10px;
    margin-bottom: 20px;
}

.notify-overview .general li {
    font-size: 15px;
    float: left;
    width: 50%;
}

.notify-overview .general li.edit {
    clear: both;
    padding-top: 10px;
}

.notify-overview .categories {
    background-image: url('images/line.png');
    background-repeat: repeat-y;
    background-position: center;
}

.notify-overview .categories li {
    font-weight: bold;
    float: left;
    clear: both;
    width: 48%;
    margin-bottom: 20px;
}

.notify-overview .categories li:nth-child(even) {
    float: right;
    clear: none;
}

.notify-overview .categories li ul {
    margin-top: 10px;
}

.notify-overview .categories li ul li {
    font-weight: normal;
    float: none;
    width: 100%;
    margin-bottom: 0;
}

.notify-overview .categories li ul li button {
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0 5px 5px 0;
}

.section-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.section-tabs li {
    display: inline-block;
    margin-left: 15px;
}

.section-tabs li:first-child {
    margin: 0;
}

.section-tabs li a {
    display: block;
    background-color: #c5c5c5;
    padding: 2px 20px;
    border-radius: 3px;
    color: #272d30;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.section-tabs li a.active {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background-color: #2c3437;
    color: #ffffff;
}

.tab-content {
    display: none;
}

.notify-category {
    display: none;
}

.state-list {
    width: 90%;
    margin: 0 auto;
}

.state-list h3 {
    font-size: 18px;
}

#map {
    border: 3px solid #ffffff;
    margin: 40px auto 0 auto;
    background-color: #ffffff;
}

.saved-searches {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    background-color: #ffffff;
}

.saved-searches li {
    padding: 8px;
}

.saved-searches li:nth-child(even) {
    background-color: #f1f1f1;
}

.saved-searches button.search {
    margin-right: 10px;
    background: transparent;
    background-color: #4e5a5f;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #2c3437;
}

.saved-searches .customize {
    padding: 20px;
    margin-top: 10px;
}

.saved-searches .customize:before,
.saved-searches .customize:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-searches .customize:after {
    clear: both;
}

.saved-searches .customize:before,
.saved-searches .customize:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-searches .customize:after {
    clear: both;
}

.saved-searches .customize input[type='text'] {
    float: left;
    width: 60%;
    margin-right: 10px;
}

.saved-searches .customize h3 {
    margin: 20px 0 10px 0;
    color: #bd2328;
}

.saved-searches .customize .terms {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 10px 10px 0 10px;
}

.saved-searches .customize .terms:before,
.saved-searches .customize .terms:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-searches .customize .terms:after {
    clear: both;
}

.saved-searches .customize .terms:before,
.saved-searches .customize .terms:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.saved-searches .customize .terms:after {
    clear: both;
}

.saved-searches .customize .terms li {
    padding: 0;
    float: left;
    width: 33.33%;
    line-height: 22px;
    margin-bottom: 20px;
}

.saved-searches .customize .terms li:nth-child(even) {
    background: transparent;
}

.saved-searches .customize .terms li strong {
    display: block;
}

button.remove-term {
    background: transparent;
    border-color: #bd2328;
    background-color: #d8292f;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 10px;
}

#delete-term {
    font-weight: bold;
    margin-bottom: 10px;
}

.delete-items {
    background-color: #f1f1f1;
    text-align: center;
    padding: 15px;
}

.delete-items .cancel {
    background-color: #6e6e6e;
    color: #ffffff;
    margin-left: 10px;
}

#remove-link {
    background-color: #bd2328;
    color: #ffffff;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.unstyled {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

.visible-desktop {
    display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }

    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

tr.visible-print {
    display: none !important;
}

th.visible-print,
td.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }

    .hidden-print {
        display: none !important;
    }

    tr.hidden-print {
        display: none !important;
    }

    th.hidden-print,
    td.hidden-print {
        display: none !important;
    }
}

@media (max-width: 1068px) {
    .flex-direction-nav {
        display: none;
    }

    .flexslider {
        padding: 0 40px;
    }

    .flex-control-nav {
        left: 0px;
    }
}

@media (max-width: 767px) {
    .container.full {
        padding: 0 20px;
    }

    .nav-menu {
        display: none;
    }

    .hero {
        padding: 30px 0;
        border-bottom: 1px solid #6f7c82;
    }

    .hero h1 {
        margin: 0;
        font-size: 36px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .testimonials {
        padding: 30px 0;
    }

    .testimonials ul li {
        float: none;
        width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
        line-height: 24px;
    }

    .trial-button {
        padding: 20px;
    }

    .trial-button a {
        display: block;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding: 0 80px 0 0;
    }

    .trial-button a i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
    }

    .home-content {
        padding: 20px 0;
    }

    .home-content ul li {
        float: none;
        text-align: left;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .home-content ul li:first-child {
        margin-bottom: 30px;
    }

    .home-content img {
        float: left;
        width: 70px;
        margin: 0 20px 20px 0;
    }

    .home-content br {
        display: none;
    }

    .about-features ul li {
        text-align: left;
        float: none;
        width: 100%;
        margin-left: 0;
    }

    .about-features ul li ul {
        margin: 10px 0 20px 0;
    }
}

@media (max-width: 979px) {
    .container.full {
        padding: 0 20px;
    }

    .app-nav ul li a {
        text-transform: none;
        font-size: 15px;
        letter-spacing: 0;
        padding: 12px 15px;
    }
}
