﻿html,
body,
address,
blockquote,
div,
form,
fieldset,
caption,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
ul,
li,
ol,
ul,
table,
tr,
td,
th,
p,
img {
    margin: 0;
    padding: 0
}
/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt {
    white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
/*
input,
select,
textarea {
    max-width: 280px;
}*/

img,
fieldset {
    border: none
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0
    }

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

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
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }

input {
    line-height: normal
}

    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }

    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
        }

textarea {
    overflow: auto
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0
}
/*! Cross browser styling Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]: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;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: nav border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    color: #363636;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #355629;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #248bca;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #363636;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 22px;
    margin-bottom: 22px;
    border: 0;
    border-top: 1px solid #f5f5f5
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    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: #7a7a7a
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 22px;
    margin-bottom: 11px
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 11px;
    margin-bottom: 11px
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%
    }

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
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 24px
    }
}

small,
.small {
    font-size: 87%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #7a7a7a
}

.text-primary {
    color: #363636;
}

a.text-primary:hover {
    color: #355629;
}

.page-header {
    padding-bottom: 10px;
    margin: 44px 0 22px;
    border-bottom: 1px solid #f5f5f5
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 11px
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0
    }

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dl {
    margin-top: 0;
    margin-bottom: 22px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 992px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #7a7a7a
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #f5f5f5
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0
    }

address {
    margin-bottom: 22px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #3d3d3d;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #7a7a7a;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .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 #ddd
    }

    .table .table {
        background-color: #fff
    }

.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 #ddd
}

    .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 #ddd
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    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-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.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
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.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
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.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
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0
            }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

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;
    line-height: normal;
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #5c5c5c
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #5c5c5c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -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);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #355629;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 137, 81, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(52, 137, 81, 0.6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        cursor: not-allowed;
        background-color: #f5f5f5;
        opacity: 1
    }

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 36px
    }

        input[type="date"].input-sm,
        input[type="time"].input-sm,
        input[type="datetime-local"].input-sm,
        input[type="month"].input-sm,
        .input-group-sm input[type="date"],
        .input-group-sm input[type="time"],
        .input-group-sm input[type="datetime-local"],
        .input-group-sm input[type="month"] {
            line-height: 33px
        }

        input[type="date"].input-lg,
        input[type="time"].input-lg,
        input[type="datetime-local"].input-lg,
        input[type="month"].input-lg,
        .input-group-lg input[type="date"],
        .input-group-lg input[type="time"],
        .input-group-lg input[type="datetime-local"],
        .input-group-lg input[type="month"] {
            line-height: 49px
        }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .radio label,
    .checkbox label {
        min-height: 22px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px
    }

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

    .form-control-static.input-lg,
    .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0
    }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 33px;
    line-height: 33px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 33px;
    line-height: 33px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 49px;
    line-height: 49px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 49px;
    line-height: 49px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-left: 0
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 29px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 12px
    }
}


@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #f5f5f5
}

    .jumbotron h1,
    .jumbotron .h1 {
        color: inherit
    }

    .jumbotron p {
        margin-bottom: 15px;
        font-size: 24px;
        font-weight: 200
    }

    .jumbotron > hr {
        border-top-color: #dbdbdb
    }

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 72px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 22px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

    .thumbnail > img,
    .thumbnail a > img {
        margin-left: auto;
        margin-right: auto
    }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #355629
}

.thumbnail .caption {
    padding: 9px;
    color: #363636
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

    .list-group-item:first-child {
        border-top-right-radius: 4px;
        border-top-left-radius: 4px
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

a.list-group-item {
    color: #555
}

    a.list-group-item .list-group-item-heading {
        color: #333
    }

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5
    }

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #f5f5f5;
    color: #7a7a7a;
    cursor: not-allowed
}

    .list-group-item.disabled .list-group-item-heading,
    .list-group-item.disabled:hover .list-group-item-heading,
    .list-group-item.disabled:focus .list-group-item-heading {
        color: inherit
    }

    .list-group-item.disabled .list-group-item-text,
    .list-group-item.disabled:hover .list-group-item-text,
    .list-group-item.disabled:focus .list-group-item-text {
        color: #7a7a7a
    }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #355629;
    border-color: #355629
}

    .list-group-item.active .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small,
    .list-group-item.active:hover .list-group-item-heading > .small,
    .list-group-item.active:focus .list-group-item-heading > .small {
        color: inherit
    }

    .list-group-item.active .list-group-item-text,
    .list-group-item.active:hover .list-group-item-text,
    .list-group-item.active:focus .list-group-item-text {
        color: #c7ddef
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

    a.list-group-item-success .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-success:hover,
    a.list-group-item-success:focus {
        color: #3c763d;
        background-color: #d0e9c6
    }

    a.list-group-item-success.active,
    a.list-group-item-success.active:hover,
    a.list-group-item-success.active:focus {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

    a.list-group-item-info .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-info:hover,
    a.list-group-item-info:focus {
        color: #31708f;
        background-color: #c4e3f3
    }

    a.list-group-item-info.active,
    a.list-group-item-info.active:hover,
    a.list-group-item-info.active:focus {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

    a.list-group-item-warning .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-warning:hover,
    a.list-group-item-warning:focus {
        color: #8a6d3b;
        background-color: #faf2cc
    }

    a.list-group-item-warning.active,
    a.list-group-item-warning.active:hover,
    a.list-group-item-warning.active:focus {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

    a.list-group-item-danger .list-group-item-heading {
        color: inherit
    }

    a.list-group-item-danger:hover,
    a.list-group-item-danger:focus {
        color: #a94442;
        background-color: #ebcccc
    }

    a.list-group-item-danger.active,
    a.list-group-item-danger.active:hover,
    a.list-group-item-danger.active:focus {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group + .panel-footer {
    border-top-width: 0
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 22px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading {
        border-bottom: 0
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #ddd
        }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #3d3d3d;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #3d3d3d
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #355629
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #355629;
        border-color: #355629
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #355629
        }

        .panel-primary > .panel-heading .badge {
            color: #355629;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #355629
    }



.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        border: 0
    }

    .embed-responsive.embed-responsive-16by9 {
        padding-bottom: 56.25%
    }

    .embed-responsive.embed-responsive-4by3 {
        padding-bottom: 75%
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

    .well blockquote {
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.15)
    }

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.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
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
    src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v10/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNShampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxtTIkQYohD4BpHvJ3NvbHoA.woff2) format('woff2');
    src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxvR_54zmj3SbGZQh3vCOwvY.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v10/xjAJXh38I15wypJXxuGMBrrIa-7acMAeDBVuclsi6Gc.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxsiAiQ_a33snTsJhwZvMEaI.woff2) format('woff2');
    src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxuw_rQOTGi-AJs5XCWaKIhU.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v10/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, sans;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    background-color: #f0f3f4;
}

body {
    margin: 0 auto;
    font-family: 'Open Sans', Helvetica, Arial, sans;
    max-width: 1600px;
    box-shadow: 0 1px 20px rgba(89, 115, 119, 0.2)
}
/*
@media (min-width:768px) {
    body {
        padding-top: 151px;
    }
}*/

.container {
    min-width: 320px
}

.container-fluid {
    padding-left: 0;
    padding-right: 0
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2
}

h1 {
    font-family: 'Open Sans', Helvetica, Arial, sans;
    font-weight: 300;
    font-size: 36px;
    color: #248bca;
    margin-bottom: 30px;
    text-align: center
}

h2 {
    font-size: 24px;
    font-family: 'Open Sans', Helvetica, Arial, sans;
    color: #248bca;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 21px
}

code {
    font-size: 80%;
    font-family: 'Open Sans', Helvetica, Arial, sans
}

hr {
    background-color: #e4ebf1;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
}

    hr.open {
        margin-top: 0;
        margin-bottom: 50px;
    }

    hr.end {
        margin-top: 0;
        margin-bottom: 0;
    }

p {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-weight: 500;
    color: #363636;
    text-align: left;
}

    p.intro {
        font-size: 18px;
        margin-bottom: 30px;
    }

    p.title {
        color: #355629;
        font-size: 32px;
        line-height: 1.3;
        font-weight: 300;
    }

    p a {
        color: #248bca;
    }

        p a:hover,
        p a:focus {
            color: #355629;
            text-decoration: underline
        }

a {
    color: #248bca;
    font-family: 'Open Sans', Helvetica, Arial, sans;
}

    a:hover {
        text-decoration: none;
        color: #355629
    }

ul {
    list-style: none;
    font-family: 'Open Sans', Helvetica, Arial, sans;
}

li {
    font-family: 'Open Sans', Helvetica, Arial, sans;
    display: list-item
}

button {
    font-family: 'Open Sans', Helvetica, Arial, sans;
}

img {
    width: 100%;
    height: auto
}

    img.with-shadow {
        box-shadow: 0 1px 20px rgba(89, 115, 119, 0.2)
    }

::-ms-clear {
    width: 0;
    height: 0;
    display: none
}

.nopad {
    padding: 0
}

.nopad-left {
    padding-left: 0
}

.nopad-right {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.nomtop {
    margin-top: 0
}
/* HEADER HEIGHT */

@media (min-width: 992px) {
    header {
        height: 145px;
    }
}
/* DESKTOP - MAIN NAVIGATION */

nav {
    list-style: none;
    font-size: 14px;
    line-height: 16px;
    color: #248bca;
    font-weight: 700;
    min-height: 50px;
}

    nav ul {
        display: inline-block;
        margin: 0;
        -webkit-padding-start: 0;
        padding: 0;
    }
        /* main nav links -this applies to contact info at top */

        nav ul li {
            display: block;
            line-height: 20px;
            padding-top: 12px;
        }
            /* main nav link color */

            nav ul li a {
                padding: 15px 25px 19px 25px;
                color: #248bca;
                border-top: 1px solid transparent;
                border-right: 1px solid transparent;
                border-left: 1px solid transparent;
            }
                /* main nav link hover */

                nav ul li a:hover,
                nav ul li a:focus,
                nav ul li a:active {
                    text-decoration: none;
                    background-color: #f3f3f1;
                    color: #355629;
                    border-bottom: none;
                    border-left: 1px solid #ececec;
                    border-left: 1px solid rgba(0, 0, 0, 0.15);
                    border-right: 1px solid #ececec;
                    border-right: 1px solid rgba(0, 0, 0, 0.15);
                    border-top: 1px solid #ececec;
                    border-top: 1px solid rgba(0, 0, 0, 0.15);
                }

                nav ul li a span.caret {
                    margin-right: 15px;
                }

            nav ul li.active a {
                background-color: #ffffff;
                color: #355629;
            }

                nav ul li.active a:hover,
                nav ul li.active a:focus {
                    text-decoration: none;
                    color: #355629;
                    border: none;
                }
/* bootstrap override eee background color*/
/* active / open state of dropdown menu pill */

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #f3f3f1;
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom: none;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f3f3f1;
    border-color: rgba(0, 0, 0, 0.05);
    border-bottom: none;
}
/* end bootstrap override */
/* nav pills for main nav*/

.nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}
/* DESKTOP MAIN NAV DROPDOWN MENU / SUBMENU */

.dropdown-menu {
    display: none;
    padding: 5px 0;
    margin: -1px 0 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #f3f3f1;
    border-top: none;
    border-left: 1px solid #ececec;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid #ececec;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #ececec;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    width: 100%;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.2;
        color: #248bca;
        border: none;
    }

    .dropdown-menu > li:last-child {
        margin-bottom: 12px;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus {
        text-decoration: none;
        color: #355629;
        background-color: #f3f3f1;
        border: none;
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #f3f3f1;
        border: none;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #e6e6e6;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid: DXImageTransform.Microsoft.gradient(enabled false);
            cursor: not-allowed
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #363636;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 992px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}
/* END DROPDOWN MENU */
/* mobile nav side nav */

.navmenu li ul.dropdown {
    padding-left: 20px
}

    .navmenu li ul.dropdown li a {
        line-height: 1.8
    }

.navmenu li a.dropdown-left {
    display: inline-block;
    width: 60%
}

.navmenu li a.dropdown-right {
    display: inline-block;
    width: 40%;
    text-align: right
}

    .navmenu li a.dropdown-right b.caret {
        border-top: 6px solid;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent
    }

.icon-bar-wrapper {
    display: inline-block;
    width: 26px;
    height: 26px
}

.menu-text {
    margin-right: 10px
}
/* NAVBAR DEFAULT IS HEADER CONTACT NAV  / USED FOR SIDE NAV (OFF CANVAS) AS WELL*/

.navmenu-default,
.navbar-default .navbar-offcanvas {
    background-color: #ffffff;
    border-color: #e4ebf1;
    box-shadow: inset -3px 0 10px 3px rgba(204, 204, 204, 0.35);
    padding-bottom: 90px;
}

@media (max-width: 330px) {
    .navmenu-default,
    .navbar-default .navbar-offcanvas {
        width: 270px;
    }
}
/* JASNY OVERRIDES */

.navmenu-default .navmenu-nav > li > a,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    color: #355629;
    font-size: 18px;
    font-weight: 400;
}

.navmenu-default .navmenu-nav > li:hover,
.navmenu-default .navmenu-nav > li:focus {
    background-color: none;
    color: #248bca;
    font-size: 18px;
    font-weight: 400;
}

.navmenu-default .navmenu-nav > li.search .fa,
.navmenu-default .navmenu-nav > li.apply .fa,
.navmenu-default .navmenu-nav > li.account .fa {
    color: #248bca;
    padding-right: 7px;
    font-size: 18px;
    width: 27px;
}

.navmenu-default .navmenu-nav > li > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
    background-color: none;
    color: #355629;
}

    .navmenu-default .navmenu-nav > li > a:hover.dropdown-right,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover.dropdown-right,
    .navmenu-default .navmenu-nav > li > a:focus.dropdown-right,
    .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus.dropdown-right {
        border: none;
    }

        .navmenu-default .navmenu-nav > li > a:hover.dropdown-right:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover.dropdown-right:hover,
        .navmenu-default .navmenu-nav > li > a:focus.dropdown-right:hover,
        .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus.dropdown-right:hover,
        .navmenu-default .navmenu-nav > li > a:hover.dropdown-right:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover.dropdown-right:focus,
        .navmenu-default .navmenu-nav > li > a:focus.dropdown-right:focus,
        .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus.dropdown-right:focus {
            border-top-color: #5c5c5c;
            border-bottom-color: #5c5c5c;
        }

.navmenu-default .navmenu-nav > .active > a,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
.navmenu-default .navmenu-nav > .active > a:hover,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
.navmenu-default .navmenu-nav > .active > a:focus,
.navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
    background-color: inherit;
    color: #248bca;
    font-weight: 700;
    font-size: 18px;
}

    .navmenu-default .navmenu-nav > .active > a.dropdown-right,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a.dropdown-right,
    .navmenu-default .navmenu-nav > .active > a:hover.dropdown-right,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover.dropdown-right,
    .navmenu-default .navmenu-nav > .active > a:focus.dropdown-right,
    .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus.dropdown-right {
        border: none;
    }

.navmenu-nav.dropdown {
    background-color: transparent;
    font-size: 16px;
    font-weight: 500;
}

    .navmenu-nav.dropdown a {
        color: #355629;
        font-size: 16px;
    }

    .navmenu-nav.dropdown.in {
        background-color: transparent;
    }

        .navmenu-nav.dropdown.in a {
            color: #248bca;
            font-size: 16px;
        }

    .navmenu-nav.dropdown .active a {
        color: #248bca;
        border: none;
        padding-left: 0;
        font-weight: 700;
    }

    .navmenu-nav.dropdown.second-tier-ul {
        font-size: 16px;
        border: none;
        padding-left: 30px;
        background-color: transparent;
    }

        .navmenu-nav.dropdown.second-tier-ul li {
            padding-top: 2px;
            padding-bottom: 2px;
            padding-left: 10px;
        }

            .navmenu-nav.dropdown.second-tier-ul li a {
                font-size: 16px;
                color: #355629;
            }

                .navmenu-nav.dropdown.second-tier-ul li a:hover,
                .navmenu-nav.dropdown.second-tier-ul li a:focus {
                    font-size: 16px;
                    color: #248bca;
                }

            .navmenu-nav.dropdown.second-tier-ul li.active a:hover,
            .navmenu-nav.dropdown.second-tier-ul li.active a:focus {
                border: none;
                text-transform: uppercase;
                font-size: 16px;
                padding-left: 0;
            }

.navmenu-default .navmenu-nav > .dropdown > a .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
    border-top-color: #5c5c5c;
    border-bottom-color: #5c5c5c;
}

.navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
.navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
.navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
    border-top-color: #5c5c5c;
    border-bottom-color: #5c5c5c;
}

.nav-close span {
    font-size: 15px;
}
/* hamburger button side nav */

button.hamburger {
    background-color: #ffffff;
    color: #5c5c5c;
    margin: 0 auto;
    margin-left: 15px;
    margin-right: 15px;
    border: none;
    border-radius: 0;
    font-size: 15px;
    letter-spacing: 0;
    min-width: 100px;
    max-width: 140px;
    text-decoration: none;
    text-transform: none;
    font-weight: 600;
    padding: 0;
    min-height: 25px;
    height: 44px;
    width: 46px;
    box-shadow: none;
    padding-top: 7px;
    padding-left: 10px;
}

    button.hamburger:hover,
    button.hamburger:focus {
        background-color: none;
        color: #5c5c5c;
        border: none;
        box-shadow: none
    }

@media (max-width: 767px) {
    button.hamburger {
        min-width: 26px;
        min-height: 25px;
        padding-top: 13px;
    }
}

button.hamburger span.icon-bar {
    height: 3px;
    width: 22px;
    display: block;
    border-radius: 1px;
    background-color: #355629
}
/* END JASNY OVERRIDES */
/* END NAV */
/* buttons */

button.btn-muted {
    color: #FFF;
    background-color: #248bca;
    height: 40px;
    min-width: 160px;
    padding: 5px 15px;
    box-shadow: none;
    font-size: 14px
}

button.outline {
    border: 1px solid #248bca;
    background-color: transparent;
    color: #355629;
    box-shadow: none
}

    button.outline.white {
        border: 1px solid #ffffff;
        color: #ffffff
    }

    button.outline.btn-small {
        min-width: 150px;
        min-height: 35px;
        font-size: 12px
    }

button.with-arrow-right {
    color: #248bca;
    font-size: 13px;
    letter-spacing: .5px;
    border: none;
    text-align: left;
    padding: 5px 20px 10px 0;
    background: none;
    box-shadow: none;
    min-width: 180px
}

    button.with-arrow-right .fa {
        padding-left: 10px
    }

    button.with-arrow-right:hover,
    button.with-arrow-right:focus {
        background: none;
        border: none;
        color: #355629;
        box-shadow: none
    }

button.with-arrow-left {
    color: #248bca;
    font-size: 13px;
    letter-spacing: .5px;
    border: none;
    text-align: left;
    padding: 5px 20px 10px 0;
    background: none;
    box-shadow: none;
    min-width: 180px
}

    button.with-arrow-left .fa {
        padding-right: 10px
    }

    button.with-arrow-left:hover,
    button.with-arrow-left:focus {
        background: none;
        border: none;
        color: #355629;
        box-shadow: none
    }

button.text-btn {
    color: #248bca;
    font-size: 14px;
    letter-spacing: .5px;
    border: none;
    text-align: left;
    padding: 10px 20px 10px 0;
    background: none;
    box-shadow: none;
    min-width: 180px
}

    button.text-btn:hover,
    button.text-btn:focus {
        background: none;
        border: none;
        color: #355629;
        box-shadow: none
    }

button.nav-close {
    background-color: transparent;
    color: #248bca;
    margin: 0 auto;
    margin-top: 7px;
    margin-left: 0;
    border: none;
    border-radius: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .7px;
    text-decoration: none;
    padding: 0;
    padding-left: 15px;
    width: 100%;
    border-bottom: 1px solid #e4ebf1;
    box-shadow: none;
    text-align: left;
    height: 50px
}

    button.nav-close:hover,
    button.nav-close:focus {
        background-color: #355629;
        color: #FFFFFF;
    }

section {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    section {
        padding-top: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    section {
        padding-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section {
        padding-bottom: 0
    }
}

section.mainContent {
    text-align: center;
    margin-bottom: 60px;
    padding-top: 0;
    margin-top: 0;
    background: #FFF;
}
    /* lists*/

    section.mainContent ol li {
        list-style-type: disc;
        margin-left: 60px;
        margin-bottom: 10px;
        text-align: left;
    }

    section.mainContent ul li {
        display: inline;
    }

 /*   section.mainContent.top {
        min-height: 500px;
        background-color: #e4ebf1;
        text-align: left;
        margin-bottom: 0;
    }

    section.mainContent.bottom {
        min-height: 500px;
        background-color: #f9fcf5;
        text-align: left;
        margin-bottom: 0;
    }

    section.mainContent .content-left {
        min-height: 300px;
        background-color: #f5f5f5;
        background-size: cover
    }

    section.mainContent .content-right {
        min-height: 280px;
        text-align: left
    }

section #canvas_map {
    height: 100%;
    min-height: 400px;
    background-color: #f5f5f5;
    overflow: visible
}

section.grayscreen {
    min-height: 400px;
    padding: 50px 0;
    background-color: #f1f5f8
}

    section.grayscreen h1 {
        font-size: 36px;
        font-weight: 300
    }

    section.grayscreen .address-box {
        background-color: #ffffff;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
        padding: 20px 50px 30px 50px;
        text-align: center
    }*/

section.quickquote {
    min-height: 200px;
    background-color: #248bca;
    background-size: cover;
    background-position: center bottom;
    color: #ffffff;
    padding: 50px 0;
}

    section.quickquote h2 {
        color: #ffffff;
        font-weight: 300;
        font-size: 36px;
        margin-bottom: 10px;
        text-align: center;
    }

@media (max-width: 767px) {
    section.quickquote {
        padding: 25px 0;
    }
    
    section.quickquote h2 {
        font-size: 26px;
        margin-top: 0;
    }
    p {
        font-size: 14px;
    }

}

@media (max-width: 991px) {
    section.quickquote h1 {
        text-align: center
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    section.quickquote h1 {
        margin-top: 0
    }
}

section.quickquote p {
    color: #ffffff
}

@media (max-width: 991px) {
    section.quickquote p {
        text-align: center
    }
}

section.quickquote .btn-quickquote {
    max-width: 400px;
    margin: auto
}

@media (min-width: 768px) and (max-width: 991px) {
    section.quickquote {
        padding-top: 0
    }
}

section .thumbnail {
    border: none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3)
}

.panel-group .panel {
    border: none;
    border-radius: 5px;
    box-shadow: 0 1px 20px rgba(89, 115, 119, 0.2);
    margin-bottom: 15px
}

    .panel-group .panel .panel-heading {
        min-height: 90px;
        padding-top: 9px;
        padding-bottom: 12px;
        padding-left: 30px;
        background-color: #ffffff;
        border-radius: 5px
    }

        .panel-group .panel .panel-heading h4.panel-title {
            font-size: 21px;
            color: #355629;
            font-weight: 300;
            position: relative
        }

            .panel-group .panel .panel-heading h4.panel-title:hover {
                text-decoration: none
            }

            .panel-group .panel .panel-heading h4.panel-title h3 {
                font-size: 18px;
                color: #355629;
                font-weight: 300;
                margin-right: 40px
            }

                .panel-group .panel .panel-heading h4.panel-title h3:hover {
                    text-decoration: none
                }

            .panel-group .panel .panel-heading h4.panel-title a:after {
                font-family: "FontAwesome";
                content: "\f077";
                float: right;
                position: absolute;
                right: 20px;
                top: 5px;
                font-size: 17px;
                color: #355629
            }

            .panel-group .panel .panel-heading h4.panel-title a.collapsed:after {
                font-family: "FontAwesome";
                content: "\f078";
                float: right;
                position: absolute;
                right: 20px;
                top: 5px;
                font-size: 17px;
                color: #355629
            }

@media (max-width: 767px) {
    .panel-group .panel .panel-heading h4.panel-title {
        font-size: 16px;
        color: #355629;
        font-weight: 400;
        position: relative;
    }

        .panel-group .panel .panel-heading h4.panel-title a:after {            
            font-size: 0px;
        }

        .panel-group .panel .panel-heading h4.panel-title a.collapsed:after {
            font-size: 0px;
        }

}



    .panel-group .panel .panel-body {
        padding: 0 30px 30px 30px;
        border-top: none
    }

        .panel-group .panel .panel-body .well {
            border-radius: 0;
            border: none;
            background-color: #f1f5f8;
            padding: 20px;
            box-shadow: none
        }

            .panel-group .panel .panel-body .well h4 {
                font-size: 14px;
                color: #355629;
                font-weight: 700;
                text-transform: uppercase
            }

            .panel-group .panel .panel-body .well ul {
                padding-left: 20px
            }

            .panel-group .panel .panel-body .well li {
                font-size: 15px;
                line-height: 1.5;
                list-style: disc
            }

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none
}
/* for mobile*/

img.img-shadow {
    box-shadow: 0 1px 20px rgba(87, 111, 87, 0.2)
}

.mobile-scroll {
    position: fixed;
    bottom: 40px;
    right: 10px;
    width: 38px;
    height: 38px;
    background-color: rgba(45, 45, 45, 0.85);
    border-radius: 5px;
    text-align: center;
    padding-top: 3px
}

    .mobile-scroll .fa {
        color: white;
        font-size: 30px
    }

.footer {
    min-height: 300px;
    background-color: #dee5ea;
    padding-top: 20px;
    padding-bottom: 60px
}

    .footer .footer-top {
        margin-bottom: 15px
    }

    .footer h1 {
        font-size: 20px
    }

    .footer h2 {
        font-size: 16px;
        color: #248bca;
        font-weight: 700;
        margin-bottom: 10px
    }

        .footer h2 a {
            color: #355629;
        }

    .footer h3 {
        font-size: 14px;
        font-weight: 700;
        color: #248bca;
        margin-bottom: 3px
    }

        .footer h3 a {
            color: #248bca;
        }

            .footer h3 a:hover,
            .footer h3 a:focus {
                color: #355629;
                text-decoration: none
            }

    .footer p {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 15px
    }

    .footer a {
        color: #363636
    }

        .footer a:hover,
        .footer a:focus {
            text-decoration: underline
        }

    .footer li {
        font-size: 13px;
        color: #363636;
        line-height: 1.6;
    }

        .footer li a {
            color: #363636;
            text-decoration: none;
        }

            .footer li a:hover,
            .footer li a:focus {
                text-decoration: none;
                color: #355629;
            }

    .footer .social {
        text-align: center;
        margin: 15px 0;
    }

        .footer .social a {
            color: #248bca;
        }

            .footer .social a:hover,
            .footer .social-icons a:focus {
                color: #355629;
                text-decoration: none;
            }

        .footer .social .social.prefrealtor {
            background-image: url('/Content/images/social-mwficon.png');
            width: 37px;
            height: 37px;
            margin: 2px 3px;
        }

            .footer .social .social.prefrealtor:hover {
                background-image: url('/Content/images/social-mwficon-lt.png');
                width: 37px;
                height: 37px;
                margin: 2px 3px;
            }

    .footer .eho {
        text-align: center;
        width: 38px;
        height: 38px;
    }

    .footer .contact-disclaimers {
        text-align: center;
        margin: 15px 0
    }

        .footer .contact-disclaimers p {
            font-size: 12px;
            line-height: 1.5;
            margin-bottom: 12px
        }

            .footer .contact-disclaimers p i {
                font-size: 4px;
                vertical-align: middle
            }

.input-group {
    min-height: 50px;
    text-align: left
}

    .input-group .form-control {
        min-width: 100px;
        height: 50px
    }

@media (max-width: 767px) {
    .input-group .form-control {
        min-width: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .input-group .form-control {
        min-width: 0
    }
}

/*@media (max-width: 767px) {
    .input-group.find {
        display: block
    }
}

@media (max-width: 767px) {
    .input-group.find input {
        border-top-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.find input {
        border-bottom-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn {
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        display: block
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        border-top-left-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.find .input-group-btn button {
        border-bottom-left-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.search {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .input-group.search {
        display: block
    }
}

@media (max-width: 767px) {
    .input-group.search input {
        border-top-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.search input {
        border-bottom-right-radius: 5px
    }
}

@media (max-width: 1199px) {
    .input-group.search input {
        border-top-right-radius: 5px
    }
}

@media (max-width: 1199px) {
    .input-group.search input {
        border-bottom-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn {
        padding-top: 10px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .input-group.search .input-group-btn {
        padding-top: 10px
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        display: block
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        width: 100%
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        margin-left: auto
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        margin-right: auto
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        border-top-left-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group.search .input-group-btn button {
        border-bottom-left-radius: 5px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .input-group.search .input-group-btn button {
        display: block
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .input-group.search .input-group-btn button {
        width: 100%
    }
}

.form-inline .input-group.find input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

@media (max-width: 767px) {
    .form-inline .input-group.find input {
        border-top-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .form-inline .input-group.find input {
        border-bottom-right-radius: 5px
    }
}*/

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-radius: 5px
}

@media (max-width: 767px) {
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-top-right-radius: 5px
    }
}

@media (max-width: 767px) {
    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 5px
    }
}

label {
    font-size: 14px;
    font-weight: 600;
    color: #355629
}

.form-control {
    height: 45px
}

.radio {
    margin-top: 0
}

.form-group {
    margin-bottom: 20px
}
/* LAUNCH PAD*/

section.launchpad {
    margin-top: -70px;
    padding-bottom: 0;
}

@media (max-width: 767px) {
    section.launchpad {
        margin-top: -15px;
    }
}

section.launchpad .go-box {
    background-color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    padding: 10px 50px 20px 50px;
    margin-bottom: 30px;
}

    section.launchpad .go-box h2 {
        text-align: center;
        color: #248bca;
        font-size: 24px;
        margin-bottom: 15px;
    }

    section.launchpad .go-box p {
        text-align: center;
    }

@media (max-width: 767px) {
    section.launchpad .go-box {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    section.launchpad .go-box {
        padding-right: 15px;
    }
}

/* HOME PAGE STYLES */

.home section.tophero {
    min-height: 450px;
    background-image: url('images/homeTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .home section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .home section.tophero {
        padding-top: 140px;
    }
}

.home section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 65px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .home section.tophero h1 {
        font-size: 60px;
    }
}

.home section.tophero h2 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding-top: 3px;
}

@media (max-width: 767px) {
    .home section.tophero h2 {
        font-size: 20px;
    }
}

.home section.tophero h2 span {
    padding-right: 30px;
    border-left: 7px solid #355629;
}

.home section.mainContent {
    min-height: 500px;
    background-image: url('images/homeBottomHero.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}


@media (min-width: 768px) and (max-width: 991px) {
    .home section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .home section.mainContent {
        background-image: none;
    }
}

/* VIDEO PAGE STYLES */

.video section.tophero {
    min-height: 425px;
    background-image: url('images/homeTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .video section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .video section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .video section.tophero {
        padding-top: 110px;
    }
}

.video section.tophero h1 {
    font-weight: 500;
    color: #FFF;
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .video section.tophero h1 {
        font-size: 27px;
    }
}


.video section.mainContent {
    min-height: 1600px;
    background-image: url('images/homeBottomHero.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}


@media (min-width: 768px) and (max-width: 991px) {
    .video section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .video section.mainContent {
        background-image: none;
    }
}


/* ABOUT US PAGE STYLES */

.about section.tophero {
    min-height: 410px;
    background-image: url('images/aboutTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .about section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .about section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .about section.tophero {
        padding-top: 40px;
    }
}

.about section.mainContent {
    min-height: 1320px;
    background-image: url('images/aboutBottomHero.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .about section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .about section.mainContent {
        background-image: none;
    }
}
/* CONTACT PAGE STYLES */

.contact section.tophero {
    min-height: 375px;
    background-image: url('images/contactTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .contact section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .contact section.tophero {
        padding-top: 140px;
    }
}

.contact section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 65px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .contact section.tophero h1 {
        font-size: 60px;
    }
}

.contact section.tophero h2 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding-top: 3px;
}

@media (max-width: 767px) {
    .contact section.tophero h2 {
        font-size: 20px;
    }
}

.contact section.tophero h2 span {
    padding-right: 30px;
    border-left: 7px solid #355629;
}

.contact section.mainContent {
    min-height: 1500px;
    background-image: url('images/endorseBottomHero.jpg');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .contact section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .contact section.mainContent {
        background-image: none;
    }
}
/* TEAM PAGE STYLES */

.team section.tophero {
    min-height: 420px;
    background-image: url('images/teamTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .team section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .team section.tophero {
        padding-top: 40px;
    }
}

.team section.mainContent {
    min-height: 600px;
    background-image: none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .team section.mainContent {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .team section.mainContent {
        background-image: none;
    }
}


/* TEAM PAGE STYLES */

.bio section.tophero {
    min-height: 420px;
    background-image: url('images/teamTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .bio section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bio section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bio section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .bio section.tophero {
        padding-top: 40px;
    }
}

.bio section.mainContent {
    min-height: 1500px;
    background-image: url('images/appleBottomHero.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}


@media (min-width: 768px) and (max-width: 991px) {
    .bio section.mainContent {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .bio section.mainContent {
        background-image: none;
    }
}


/* HOTLINE PAGE STYLES */

.hotline section.tophero {
    min-height: 375px;
    background-image: url('images/hotlineTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 200px;
}

@media (max-width: 767px) {
    .hotline section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hotline section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hotline section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .hotline section.tophero {
        padding-top: 40px;
    }
}

.hotline section.tophero h1 {
    font-weight: 500;
    color: #FFF;
    font-size: 48px;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .hotline section.tophero h1 {
        font-size: 36px;
    }
}

.hotline section.mainContent {
    min-height: 1300px;
    background-image: url('images/hotlineBottomHero.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hotline section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .hotline section.mainContent {
        background-image: none;
    }
}
/* CALPATH REWARDS HOTLINE PAGE STYLES */

.rewards section.tophero {
    min-height: 375px;
    background-image: url('images/calpathLoanTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 215px;
}

@media (max-width: 767px) {
    .rewards section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rewards section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .rewards section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .rewards section.tophero {
        padding-top: 40px;
    }
}

.rewards section.tophero h1 {
    font-weight: 500;
    color: #FFF;
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .rewards section.tophero h1 {
        font-size: 36px;
    }
}

.rewards section.mainContent {
    min-height: 1725px;
    background-image: url('images/applebottomHero.jpg');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .rewards section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .rewards section.mainContent {
        background-image: none;
    }
}
/* QA PAGE STYLES */

.qa section.tophero {
    min-height: 375px;
    background-image: url('images/calpathLoanTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 215px;
}

@media (max-width: 767px) {
    .qa section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qa section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .qa section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .qa section.tophero {
        padding-top: 40px;
    }
}

.qa section.tophero h1 {
    font-weight: 500;
    color: #FFF;
    font-size: 48px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .qa section.tophero h1 {
        font-size: 36px;
    }
}

.qa section.mainContent {
    min-height: 2200px;
    background-image: url('images/handsBottomHero.jpg');
    background-size: contain;
    background-position: bottom center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .qa section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .qa section.mainContent {
        background-image: none;
    }
}
/* MORTGAGE APPLICATION PAGE STYLES */

.application section.tophero {
    min-height: 350px;
    background-image: url('images/loanAppTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .application section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .application section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .application section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .application section.tophero {
        padding-top: 40px;
    }
}


.application section.mainContent {
     min-height: 800px;
    background-image: none;
    /*background-size: cover;
    background-position: bottom center;*/
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .application section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .application section.mainContent {
        background-image: none;
    }
}
/* KEYS PAGE STYLES */

.keys section.tophero {
    min-height: 375px;
    background-image: url('images/loanAppTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .keys section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .keys section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .keys section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .keys section.tophero {
        padding-top: 40px;
    }
}

.keys section.mainContent {
    min-height: 1200px;
    background-image: url('images/appleBottomHero.jpg');
    background-size: cover;
    background-position: bottom center;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .keys section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .keys section.mainContent {
        background-image: none;
    }
}
/* KEY IMAGE TOP FORM BOTTOM PAGE STYLES */

.keyForm section.tophero {
    min-height: 350px;
    background-image: url('images/loanAppTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .keyForm section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .keyForm section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .keyForm section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .keyForm section.tophero {
        padding-top: 40px;
    }
}

.keyForm section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 65px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .keyForm section.tophero h1 {
        font-size: 60px;
    }
}

.keyForm section.tophero h2 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .keyForm section.tophero h2 {
        font-size: 24px;
    }
}

.keyForm section.tophero h2 span {
    padding-right: 30px;
    border-left: 7px solid #355629;
}

.keyForm section.mainContent {
    min-height: 800px;
    background-image:none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .keyForm section.mainContent {
        background-image: none;
    }
}

@media (max-width: 767px) {
    .keyForm section.mainContent {
        background-image: none;
    }
}
/* LAUSD ENDORSEMENT PAGE STYLES */

.endorsement section.tophero {
    min-height: 455px;
    background-image: url('images/endorseTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .endorsement section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .endorsement section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .endorsement section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .endorsement section.tophero {
        padding-top: 140px;
    }
}

.endorsement section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 65px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .endorsement section.tophero h1 {
        font-size: 60px;
    }
}

.endorsement section.mainContent {
    min-height: 2000px;
    /* background-image: none;*/
    background-image: url('images/handsBottomHero.jpg');
    background-size: contain;
    background-position: bottom center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .endorsement section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .endorsement section.mainContent {
        background-image: none;
    }
}
/* NEWSLETTER  PAGE STYLES */

.news section.tophero {
    min-height: 375px;
    background-image: url('images/newsTopHero.png');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 250px;
}

@media (max-width: 767px) {
    .news section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .news section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .news section.tophero {
        padding-top: 40px;
    }
}

.news section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 54px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .news section.tophero h1 {
        font-size: 36px;
    }
}

.news section.mainContent {
    min-height: 1325px;
    background-image: none;
    /*background-size: cover;
    background-position: bottom center;*/
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .news section.mainContent {
        background-image: none;
    }
}
/* TESTIMONIALS  PAGE STYLES */

.testimonials section.tophero {
    min-height: 375px;
    background-image: url('images/testimonialTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 90px;
}

@media (max-width: 767px) {
    .testimonials section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .testimonials section.tophero {
        padding-top: 40px;
    }
}

.testimonials section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 60px;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .testimonials section.tophero h1 {
        font-size: 40px;
    }
}

.testimonials section.tophero h2 {
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding-top: 7px;
    text-align: right;
}

@media (max-width: 767px) {
    .testimonials section.tophero h2 {
        font-size: 24px;
    }
}

.testimonials section.mainContent {
    min-height: 1325px;
    background-image: none;
    /*background-size: cover;
    background-position: bottom center;*/
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .testimonials section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .testimonials section.mainContent {
        background-image: none;
    }
}
/* NEWSLETTER  PAGE STYLES */

.pr section.tophero {
    min-height: 375px;
    background-image: url('images/prTopHero.jpg');
    background-size: cover;
    background-position: center center;
    background-color: #e5e5d5;
    color: #363636;
    text-align: center;
    padding-top: 255px;
}

@media (max-width: 767px) {
    .pr section.tophero {
        min-height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pr section.tophero {
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pr section.tophero {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    .pr section.tophero {
        padding-top: 40px;
    }
}

.pr section.tophero h1 {
    font-weight: 700;
    color: #FFF;
    font-size: 65px;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .pr section.tophero h1 {
        font-size: 60px;
    }
}

.news section.tophero h2 {
    font-size: 34px;
    font-weight: 700;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    margin-top: 0;
    padding-top: 7px;
}

@media (max-width: 767px) {
    .pr section.tophero h2 {
        font-size: 24px;
    }
}

.pr section.tophero h2 span {
    padding-right: 30px;
    border-left: 7px solid #355629;
}

.pr section.mainContent {
    min-height: 500px;
    background-image: none;
    background-color: #ffffff;
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .pr section.mainContent {
        background-image: none
    }
}

@media (max-width: 767px) {
    .pr section.mainContent {
        background-image: none;
    }
}


/* ALL PAGE STYLES */
/* HIGHLIGHT BLOCK STYLING */

.allpages {
    background: #FFF;
}

    .allpages section.mainContent a {
        font-weight: bold;
    }

    .allpages section.mainContent h1 {
        text-align: center;
        padding-top: 0;
    }

    .allpages section.mainContent h3 {
        text-align: center;
        padding-top: 0;
        margin-top: -20px;
        margin-bottom: 40px;
    }

    .allpages section.mainContent .highlight-block {
        margin-top: 20px;
        margin-bottom: 20px;
        overflow: auto;
        min-height: 1px;
    }

        .allpages section.mainContent .highlight-block a {
            color: #248bca;
        }

            .allpages section.mainContent .highlight-block a:hover {
                color: #355629;
            }

        .allpages section.mainContent .highlight-block p {
            text-align: left;
            padding-top: 15px;
            color: #355629;
            font-weight: 600;
        }

        .allpages section.mainContent .highlight-block .icon {
            padding-top: 13px;
            color: #248bca;
            font-weight: 600;
        }

@media (max-width: 767px) {
    .allpages section.mainContent .highlight-block p {
        text-align: center;
    }
}

.allpages section.mainContent .highlight-block-rStack {
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: auto;
    min-height: 1px;
}

    .allpages section.mainContent .highlight-block-rStack a {
        color: #248bca;
    }

        .allpages section.mainContent .highlight-block-rStack a:hover {
            color: #355629;
        }

    .allpages section.mainContent .highlight-block-rStack p {
        text-align: left;
        padding-top: 15px;
        color: #355629;
        font-weight: 600;
    }

    .allpages section.mainContent .highlight-block-rStack .icon {
        padding-top: 13px;
        color: #248bca;
        font-weight: 600;
    }

@media (max-width: 767px) {
    .allpages section.mainContent .highlight-block p {
        text-align: center;
    }
}

.allpages section.mainContent button.primary {
    min-width: 360px;
    margin-top: 0;
}

@media (max-width: 767px) {
    .allpages section.mainContent button.primary {
        min-width: 200px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .allpages section.mainContent button.primary {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .allpages section.mainContent button.primary {
        margin-top: 20px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .allpages section.mainContent button.primary {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .allpages section.mainContent button.primary {
        margin-bottom: 30px
    }
}
/* BOOTSTRAP OVERRIDES */
/* QUICK QUOTE */

.formQQ {
    padding: 10px;
    background-color: rgba(236, 238, 239, 0.45);
    border-radius: 4px;
    text-align: left;
}

@media (max-width: 767px) {
    .formQQ {
        /*  margin: 0 0 0 10px;
        padding: 10px;*/
    }
}
/* BUTTON OVERRIDES */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 50px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:focus,
    .btn:active:focus,
    .btn.active:focus,
    .btn.focus,
    .btn:active.focus,
    .btn.active.focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .btn:hover,
    .btn:focus,
    .btn.focus {
        color: #333;
        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: .65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default.focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        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.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: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff;
    background-color: #248bca;
    border-color: #4f9f6a;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary.focus,
    .btn-primary:active,
    .btn-primary.active,
    btn-primary:active:hover,
    .btn-primary.active:hover,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #355629;
        border-color: #2b4b1f;
    }

    .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.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: #355629;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #355629;
        background-color: #fff
    }

.btn-link {
    color: #355629;
    font-weight: normal;
    border-radius: 0
}

    .btn-link,
    .btn-link:active,
    .btn-link.active,
    .btn-link[disabled],
    fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .btn-link,
        .btn-link:hover,
        .btn-link:focus,
        .btn-link:active {
            border-color: transparent
        }

            .btn-link:hover,
            .btn-link:focus {
                color: #355629;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:hover,
            fieldset[disabled] .btn-link:hover,
            .btn-link[disabled]:focus,
            fieldset[disabled] .btn-link:focus {
                color: #7a7a7a;
                text-decoration: none
            }

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none;
    visibility: hidden
}

    .collapse.in {
        display: block;
        visibility: visible
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .btn-group > .btn,
    .btn-group-vertical > .btn {
        position: relative;
        float: left
    }

        .btn-group > .btn:hover,
        .btn-group-vertical > .btn:hover,
        .btn-group > .btn:focus,
        .btn-group-vertical > .btn:focus,
        .btn-group > .btn:active,
        .btn-group-vertical > .btn:active,
        .btn-group > .btn.active,
        .btn-group-vertical > .btn.active {
            z-index: 2
        }

    .btn-group .btn + .btn,
    .btn-group .btn + .btn-group,
    .btn-group .btn-group + .btn,
    .btn-group .btn-group + .btn-group {
        margin-left: -1px
    }

.btn-toolbar {
    margin-left: -5px
}

    .btn-toolbar .btn-group,
    .btn-toolbar .input-group {
        float: left
    }

    .btn-toolbar > .btn,
    .btn-toolbar > .btn-group,
    .btn-toolbar > .input-group {
        margin-left: 5px
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group > .btn:first-child {
    margin-left: 0
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group > .btn-group {
    float: left
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -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-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

    .btn-group-vertical > .btn-group > .btn {
        float: none
    }

    .btn-group-vertical > .btn + .btn,
    .btn-group-vertical > .btn + .btn-group,
    .btn-group-vertical > .btn-group + .btn,
    .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

    .btn-group-justified > .btn,
    .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%
        }

        .btn-group-justified > .btn-group .dropdown-menu {
            left: auto
        }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

    .input-group[class*="col-"] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 49px;
    line-height: 49px
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 33px;
    line-height: 33px
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

    .input-group-addon:not(:first-child):not(:last-child),
    .input-group-btn:not(:first-child):not(:last-child),
    .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
    }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    color: #5c5c5c;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 3px
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 20px;
        border-radius: 6px
    }

    .input-group-addon input[type="radio"],
    .input-group-addon input[type="checkbox"] {
        margin-top: 0
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

    .input-group-btn > .btn {
        position: relative
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px
        }

        .input-group-btn > .btn:hover,
        .input-group-btn > .btn:focus,
        .input-group-btn > .btn:active {
            z-index: 2
        }

    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group {
        margin-left: -1px
    }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #7a7a7a
}

    .label-default[href]:hover,
    .label-default[href]:focus {
        background-color: #616161
    }

.label-primary {
    background-color: #355629
}

    .label-primary[href]:hover,
    .label-primary[href]:focus {
        background-color: #286090
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:hover,
    .label-success[href]:focus {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:hover,
    .label-info[href]:focus {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:hover,
    .label-warning[href]:focus {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:hover,
    .label-danger[href]:focus {
        background-color: #c9302c
    }
/* end bootstrap overrides */
/* OTHER STYLES */

.greybg {
    margin-bottom: 25px;
    padding: 20px 10px 0px 10px;
    background-color: rgba(236, 238, 239, 0.45);
    border-radius: 4px;
}

.biocontact {
    line-height: 140%;
}

/* CALPATH Logo */

.calpathLogo img {
    margin: 0 auto;
    max-width: 325px !important;
}

.calpathLogo h1 {
    position: absolute;
    font-size: 0px !important;
}
/* CALPATH Logo Watermark */

.calpathLogoMark img {
    margin: 0 auto;
    max-width: 225px !important;
}

.calpathLogoMark h1 {
    position: absolute;
    font-size: 0px !important;
}
/* CALPATH Logo Sm - COLOR Version on page */

.calpathLogoSm img {
    margin: 0 auto;
    max-width: 218px !important;
}
/* CALPATH Logo Sm - COLOR Version on page */

.calpathLogoLeft img {
    float: left;
    margin-right: 25px;
    max-width: 218px !important;
}
/* CALSTRS Logo Sm - */

.calSTRSLogoSm img {
    float: left;
    margin-right: 25px;
    max-width: 180px !important;
}

/* PATH Logo */

.pathLogo img {
    margin: 0 auto;
    max-width: 112px !important;
    vertical-align:text-bottom;
}


/* Pref Realtor Left - */

.prefRealtorLogo img {
    /*float: left;*/
    margin-right: 60px;
    margin-bottom: 0px;
    max-width: 123px !important;
    margin: 0 auto;
}

/* Helmets - */

.helmets img {
    max-width: 200px !important;
}



/* CALPATH Logo Watermark */

img.noresize {
    width: inherit !important;
}

img.floatTL {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: 0em;
}

img.floatTL2 {
    float: left;
    margin-right: 25px;
    margin-bottom: 70px;
    margin-top: 5px;
    margin-left: 0em;
}

img.floatTL3 {
    float: left;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

img.floatTL4 {
    float: left;
    margin-right: 25px;
    margin-bottom: 70px;
    margin-top: 5px;
    margin-left: 0em;
}
/* testimonials widget */

#e2wget5widget {
    max-width: 100% !important;
}

    #e2wget5widget span.e2whr {
        max-width: 100% !important;
    }

    #e2wget5widget .e2wdescription p {
        max-width: 100% !important;
    }

#e2wget5widget {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
}

#e2wget5widget {
    color: #333 !important;
}

    #e2wget5widget a {
        color: #248bca !important;
    }


/* forms */
/*.formsteps {
    background-color: #73ac85;    
}*/

.formsteps p {
    margin-bottom: 5px;
    padding-bottom: 5px;
    color: rgba(255, 255, 255, 0.75);
}

    .formsteps .title {
        color: rgba(255, 255, 255, 0.75);
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 8px 0 1px 0;
        text-align: left;
    }

.formsteps .off {
    background-color: #73ac85;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
}

    .formsteps .active {
        background-color: #248bca;
        color: #FFF;
        /*border-radius: 4px;*/
    }
    .formsteps .active .title {
        color: #FFF;
        text-align: left;
    }
    .formsteps .active p {
        color: #FFF;
    }


/* disp form */
.disp-selector input {
    margin: 0;
    padding: 0;
    display: none;
  /*  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/
}

.disp-selector .disp-grid {
    padding-bottom: 30px;
}

.img-sfr{
    background-image: url('/Content/images/disp/SFR.png')
}

.img-units {
    background-image: url('/Content/images/disp/mult-family.png')
}

.img-condo {
    background-image: url('/Content/images/disp/condo.png')
}

.img-townhouse {
    background-image: url('/Content/images/disp/townhouse.png')
}

.img-pud {
    background-image: url('/Content/images/disp/PUD.png')
}


.img-639 {
    background-image: url('/Content/images/disp/639.png')
}

.img-640 {
    background-image: url('/Content/images/disp/640.png')
}

.img-680 {
    background-image: url('/Content/images/disp/680.png')
}

.img-700 {
    background-image: url('/Content/images/disp/700.png')
}

.img-740 {
    background-image: url('/Content/images/disp/740.png')
}


.img-down0 {
    background-image: url('/Content/images/disp/Down0.png')
}
.img-down3 {
    background-image: url('/Content/images/disp/Down3.png')
}
.img-down5 {
    background-image: url('/Content/images/disp/Down5.png')
}
.img-down10 {
    background-image: url('/Content/images/disp/Down10.png')
}
.img-down15 {
    background-image: url('/Content/images/disp/Down15.png')
}
.img-down20 {
    background-image: url('/Content/images/disp/Down20.png')
}


.img-firefighter {
    background-image: url('/Content/images/disp/firefighter.png')
}
.img-teacher {
    background-image: url('/Content/images/disp/teacher.png')
}
.img-judge {
    background-image: url('/Content/images/disp/judge.png')
}
.img-law {
    background-image: url('/Content/images/disp/law.png')
}
.img-otherpublic {
    background-image: url('/Content/images/disp/otherpublic.png')
}
.img-nonepublic {
    background-image: url('/Content/images/disp/nonepublic.png')
}


.img-yes {
    background-image: url('/Content/images/disp/yes.png')
}

.img-no {
    background-image: url('/Content/images/disp/no.png')
}

.img-primary {
    background-image: url('/Content/images/disp/primary.png')
}
.img-vacation {
    background-image: url('/Content/images/disp/vacation.png')
}
.img-investment {
    background-image: url('/Content/images/disp/investment.png')
}


:checked + .disp-button {
    opacity: 1;
    border: solid 4px red; /*#f8e193;*/ 
    border-radius: 3px;
}

.disp-button {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 150px;
    height: 144px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    opacity: 0.85;
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    margin-bottom: 30px;
}

    .disp-button:hover {
        opacity: 1;
    }

