@import "//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.css";

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #428bca;
    text-decoration: none
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-circle {
    border-radius: 500px
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,
.h1 {
    font-size: 38px
}

h2,
.h2 {
    font-size: 32px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

h1 small,
.h1 small {
    font-size: 24px
}

h2 small,
.h2 small {
    font-size: 18px
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

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
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.428571429
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .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
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
    .dl-horizontal dd:before,
    .dl-horizontal dd:after {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.428571429;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429
}

code,
pre {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

@media (min-width:768px) {
    .container .row {
        margin-left: -15px;
        margin-right: -15px
    }
}

.row .row {
    margin-left: -15px;
    margin-right: -15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
    float: left
}

.col-1 {
    width: 8.333333333333332%
}

.col-2 {
    width: 16.666666666666664%
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333333333333%
}

.col-5 {
    width: 41.66666666666667%
}

.col-6 {
    width: 50%
}

.col-7 {
    width: 58.333333333333336%
}

.col-8 {
    width: 66.66666666666666%
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333333333334%
}

.col-11 {
    width: 91.66666666666666%
}

.col-12 {
    width: 100%
}

@media (min-width:768px) and (max-width:991px) {
    .container {
        max-width: 728px
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.333333333333332%
    }
    .col-sm-2 {
        width: 16.666666666666664%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333333333%
    }
    .col-sm-5 {
        width: 41.66666666666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.333333333333336%
    }
    .col-sm-8 {
        width: 66.66666666666666%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333333334%
    }
    .col-sm-11 {
        width: 91.66666666666666%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-push-1 {
        left: 8.333333333333332%
    }
    .col-sm-push-2 {
        left: 16.666666666666664%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333333333%
    }
    .col-sm-push-5 {
        left: 41.66666666666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.333333333333336%
    }
    .col-sm-push-8 {
        left: 66.66666666666666%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333333334%
    }
    .col-sm-push-11 {
        left: 91.66666666666666%
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:992px) {
    .container {
        max-width: 940px
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.333333333333332%
    }
    .col-lg-2 {
        width: 16.666666666666664%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333333333%
    }
    .col-lg-5 {
        width: 41.66666666666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.333333333333336%
    }
    .col-lg-8 {
        width: 66.66666666666666%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333333334%
    }
    .col-lg-11 {
        width: 91.66666666666666%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-push-1 {
        left: 8.333333333333332%
    }
    .col-lg-push-2 {
        left: 16.666666666666664%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333333333%
    }
    .col-lg-push-5 {
        left: 41.66666666666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.333333333333336%
    }
    .col-lg-push-8 {
        left: 66.66666666666666%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333333334%
    }
    .col-lg-push-11 {
        left: 91.66666666666666%
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1170px
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    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
}

select[multiple],
select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -ms-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;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,
.checkbox label {
    display: inline;
    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"] {
    float: left;
    margin-left: -20px
}

.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-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-lg,
textarea.input-sm {
    height: auto
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 6px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.form-inline .form-control,
.form-inline .radio,
.form-inline .checkbox {
    display: inline-block
}

.form-inline .radio,
.form-inline .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
}

.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0
}

.form-horizontal .control-label,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 6px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .container .form-horizontal .form-group {
        margin-left: -15px;
        margin-right: -15px
    }
}

.form-horizontal .form-group .row {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.428571429;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-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: default;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: .65;
    -moz-opacity: .65;
    opacity: .65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-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: #2a6496;
    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: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 3px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.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;
    transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -ms-transition: height .35s ease;
    -o-transition: height .35s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.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: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    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>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    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>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 30px 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
}

.list-group-item>.badge {
    float: right;
    margin-right: -15px
}

.list-group-item>.badge+.badge {
    margin-right: 0
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item .list-group-item-text {
    color: #555
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

a.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

a.list-group-item.active .list-group-item-heading {
    color: inherit
}

a.list-group-item.active .list-group-item-text {
    color: #e1edf7
}

.panel {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel .list-group {
    margin: 15px -15px -15px
}

.panel .list-group .list-group-item {
    border-width: 1px 0
}

.panel .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel .list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading {
    margin: -15px -15px 15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17.5px;
    font-weight: 500
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    margin: 15px -15px -15px;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-primary {
    border-color: #428bca
}

.panel-primary .panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
    border-top-color: #fff
}

.btn-default .dropup .caret {
    border-bottom-color: #333
}

.btn-primary .dropup .caret,
.btn-success .dropup .caret,
.btn-warning .dropup .caret,
.btn-danger .dropup .caret,
.btn-info .dropup .caret {
    border-bottom-color: #fff
}

.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:focus,
.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn {
    margin-left: -1px
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,
.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,
.btn-toolbar>.btn-group+.btn,
.btn-toolbar>.btn+.btn-group,
.btn-toolbar>.btn-group+.btn-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>.btn:last-child,
.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-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);
    -moz-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 .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px
}

.dropup .btn-lg .caret {
    border-bottom-width: 5px
}

.btn-group-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn+.btn {
    margin-top: -1px
}

.btn-group-vertical .btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical .btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group[data-toggle="buttons"]>.btn>input[type="radio"],
.btn-group[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-left-width: 1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>.active>a,
.pagination>.active>span {
    background-color: #f5f5f5
}

.pagination>.active>a,
.pagination>.active>span {
    color: #999;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.428571429
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width:768px) {
    .modal-dialog {
        left: 50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.tooltip.in {
    filter: alpha(opacity=90);
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,
.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.alert {
    padding: 15px 35px 15px 15px;
    margin-bottom: 20px;
    color: #c09853;
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert hr {
    border-top-color: #f8e5be
}

.alert .alert-link {
    font-weight: bold;
    color: #a47e3c
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,
.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #808080
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-sm {
    display: block !important
}

tr.visible-sm {
    display: table-row !important
}

th.visible-sm,
td.visible-sm {
    display: table-cell !important
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,
td.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,
td.visible-lg {
    display: none !important
}

.hidden-sm {
    display: none !important
}

tr.hidden-sm {
    display: none !important
}

th.hidden-sm,
td.hidden-sm {
    display: none !important
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,
td.hidden-md {
    display: table-cell !important
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,
td.hidden-lg {
    display: table-cell !important
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: none !important
    }
    tr.visible-sm {
        display: none !important
    }
    th.visible-sm,
    td.visible-sm {
        display: none !important
    }
    .visible-md {
        display: block !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
    .visible-lg {
        display: none !important
    }
    tr.visible-lg {
        display: none !important
    }
    th.visible-lg,
    td.visible-lg {
        display: none !important
    }
    .hidden-sm {
        display: block !important
    }
    tr.hidden-sm {
        display: table-row !important
    }
    th.hidden-sm,
    td.hidden-sm {
        display: table-cell !important
    }
    .hidden-md {
        display: none !important
    }
    tr.hidden-md {
        display: none !important
    }
    th.hidden-md,
    td.hidden-md {
        display: none !important
    }
    .hidden-lg {
        display: block !important
    }
    tr.hidden-lg {
        display: table-row !important
    }
    th.hidden-lg,
    td.hidden-lg {
        display: table-cell !important
    }
}

@media (min-width:992px) {
    .visible-sm {
        display: none !important
    }
    tr.visible-sm {
        display: none !important
    }
    th.visible-sm,
    td.visible-sm {
        display: none !important
    }
    .visible-md {
        display: none !important
    }
    tr.visible-md {
        display: none !important
    }
    th.visible-md,
    td.visible-md {
        display: none !important
    }
    .visible-lg {
        display: block !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
    .hidden-sm {
        display: block !important
    }
    tr.hidden-sm {
        display: table-row !important
    }
    th.hidden-sm,
    td.hidden-sm {
        display: table-cell !important
    }
    .hidden-md {
        display: block !important
    }
    tr.hidden-md {
        display: table-row !important
    }
    th.hidden-md,
    td.hidden-md {
        display: table-cell !important
    }
    .hidden-lg {
        display: none !important
    }
    tr.hidden-lg {
        display: none !important
    }
    th.hidden-lg,
    td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,
td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
    .hidden-print {
        display: none !important
    }
    tr.hidden-print {
        display: none !important
    }
    th.hidden-print,
    td.hidden-print {
        display: none !important
    }
}

#header,
#headersticky {
    min-height: 70vh;
    position: relative
}

#header:before,
#headersticky:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: block;
    z-index: -1
}

#header .row.linksrow,
#headersticky .row.linksrow {
    padding: 14px 0;
    min-height: 50px
}

#header .row.linksrow a,
#headersticky .row.linksrow a,
#header .row.linksrow span,
#headersticky .row.linksrow span {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    vertical-align: top;
    font-weight: 300;
    font-size: 13px
}

#header .row.linksrow a.social,
#headersticky .row.linksrow a.social,
#header .row.linksrow span.social,
#headersticky .row.linksrow span.social {
    margin: 0 5px;
    font-size: 13px
}

#header .row.linksrow a.social i,
#headersticky .row.linksrow a.social i,
#header .row.linksrow span.social i,
#headersticky .row.linksrow span.social i {
    font-size: 16px
}

#header .row.linksrow [class*="col-"],
#headersticky .row.linksrow [class*="col-"] {
    color: #fff
}

#header .row.linksrow [class*="col-"]:first-of-type a:first-of-type,
#headersticky .row.linksrow [class*="col-"]:first-of-type a:first-of-type {
    margin-right: 20px
}

#header .row.menurow,
#headersticky .row.menurow {
    padding-top: 15px;
    max-width: 88%
}

#header .row.menurow [class*="col-"]:first-of-type,
#headersticky .row.menurow [class*="col-"]:first-of-type {
    padding: 15px
}

#header .row.menurow [class*="col-"].menucol,
#headersticky .row.menurow [class*="col-"].menucol {
    text-align: right;
    padding-top: 15px
}

#header .row #nav,
#headersticky .row #nav {
    padding: 0;
    margin: 0;
    margin-top: 14px
}

#header .row #nav li,
#headersticky .row #nav li {
    display: inline-block;
    margin-right: 50px;
    position: relative
}

#header .row #nav li a,
#headersticky .row #nav li a {
    color: #fff;
    padding-bottom: 10px;
    display: block;
    font-size: 14px
}

#header .row #nav li a:hover,
#headersticky .row #nav li a:hover {
    border-bottom: 2px solid #fff
}

#header .row #nav li.current-menu-item a,
#headersticky .row #nav li.current-menu-item a {
    border-bottom: 2px solid #fff
}

#header .row #nav li:last-of-type,
#headersticky .row #nav li:last-of-type {
    margin-right: 0
}

#header .row #nav li .sub-menu,
#headersticky .row #nav li .sub-menu {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    padding: 0;
    left: 50%;
    background: #fff;
    z-index: 999;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transition: 300ms all ease-in-out;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -ms-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#header .row #nav li .sub-menu li,
#headersticky .row #nav li .sub-menu li {
    width: auto;
    display: block;
    text-align: center;
    min-width: 160px;
    margin: auto;
    padding: 0 5px
}

#header .row #nav li .sub-menu li a,
#headersticky .row #nav li .sub-menu li a {
    border: none !important;
    padding: 10px 0
}

#header .row #nav li.menu-item-has-children,
#headersticky .row #nav li.menu-item-has-children {
    position: relative
}

#header .row #nav li.menu-item-has-children:hover .sub-menu,
#headersticky .row #nav li.menu-item-has-children:hover .sub-menu {
    display: block;
    max-height: 1000px;
    opacity: 1;
    pointer-events: all
}

#header .row.textrow [class*="col-"],
#headersticky .row.textrow [class*="col-"] {
    position: static
}

#header .row.textrow [class*="col-"] .text,
#headersticky .row.textrow [class*="col-"] .text {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 55%;
    left: 0
}

#header .row.textrow [class*="col-"] .text *,
#headersticky .row.textrow [class*="col-"] .text * {
    color: #fff
}

#header .row.textrow [class*="col-"] .text h1,
#headersticky .row.textrow [class*="col-"] .text h1 {
    font-size: 44px
}

#header .row.textrow [class*="col-"] .text h2,
#headersticky .row.textrow [class*="col-"] .text h2 {
    font-size: 50px;
    font-weight: 500
}

#header .row.textrow [class*="col-"] .text h3,
#headersticky .row.textrow [class*="col-"] .text h3 {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    margin-top: 15px
}

#header .findout,
#headersticky .findout {
    position: absolute;
    bottom: 60px;
    right: 13%;
    background: rgba(9, 71, 74, 0.86);
    color: #fff;
    padding: 10px;
    padding-left: 15px;
    text-align: right;
    font-weight: 300;
    font-size: 13px;
    display: none
}

#header .findout i,
#headersticky .findout i {
    display: block;
    bottom: 5px;
    right: 10px;
    color: #9daa05;
    font-size: 18px;
    margin-top: 10px
}

@media (max-width:991px) {
    #header .row.linksrow,
    #headersticky .row.linksrow {
        text-align: center;
        padding: 0
    }
    #header .row.linksrow [class*="col-"],
    #headersticky .row.linksrow [class*="col-"] {
        text-align: center;
        padding: 10px 0
    }
    #header .row.menurow .logo img,
    #headersticky .row.menurow .logo img {
        margin: auto
    }
    #header .row.menurow [class*="col-"]:first-of-type,
    #headersticky .row.menurow [class*="col-"]:first-of-type {
        padding-bottom: 0
    }
    #header .row.menurow [class*="col-"]:last-of-type,
    #headersticky .row.menurow [class*="col-"]:last-of-type {
        padding-top: 15px
    }
    #header .row #nav,
    #headersticky .row #nav {
        text-align: center
    }
    #header .row #nav li,
    #headersticky .row #nav li {
        margin-right: 10px
    }
    #header .row.textrow [class*="col-"] .text,
    #headersticky .row.textrow [class*="col-"] .text {
        top: 61%
    }
}

@media (max-width:767px) {
    #header .row #nav,
    #headersticky .row #nav {
        display: none
    }
    #header .row.menurow .logo img,
    #headersticky .row.menurow .logo img {
        margin: 0
    }
    #header .row.menurow [class*="col-"]:first-of-type,
    #headersticky .row.menurow [class*="col-"]:first-of-type {
        padding: 10px
    }
    #header .row.menurow [class*="col-"]:last-of-type,
    #headersticky .row.menurow [class*="col-"]:last-of-type {
        padding: 0
    }
    #header .row.textrow [class*="col-"] .text,
    #headersticky .row.textrow [class*="col-"] .text {
        top: 59%
    }
    #header .row.textrow [class*="col-"] .text h2,
    #headersticky .row.textrow [class*="col-"] .text h2 {
        font-size: 40px
    }
    #header .row.textrow [class*="col-"] .text h3,
    #headersticky .row.textrow [class*="col-"] .text h3 {
        font-size: 20px
    }
}

#headersticky {
    position: fixed;
    top: -200px;
    min-height: 1px;
    width: 100%;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4)
}

#headersticky:before {
    content: none
}

#headersticky.showsticky {
    top: 0
}

#headersticky .row.menurow {
    padding: 0;
    max-width: 88%
}

#headersticky .row #nav {
    margin-top: 10px
}

#headersticky .row #nav li a {
    color: #252e3f;
    padding-bottom: 22px
}

#headersticky .row #nav li a:hover {
    border-color: #99c53c
}

#headersticky .row #nav li.current-menu-item a {
    border-color: #99c53c
}

@media (max-width:767px) {
    #headersticky {
        display: none
    }
}

.home #header .row.textrow [class*="col-"] .text {
    top: 50%;
    margin-top: -24px;
    -webkit-animation: fadein 3s;
    -moz-animation: fadein 3s;
    -ms-animation: fadein 3s
}

.home #header .row.textrow [class*="col-"] .text h1 {
    margin: 0
}

.home #header .findout {
    display: block
}

.archive #header,
.single #header {
    min-height: 35vh;
    background-color: #c2c5ca;
    background: -webkit-gradient(linear, left top, left bottom, from(#c2c5ca), to(#f0f0f0));
    background: -webkit-linear-gradient(top, #c2c5ca, #f0f0f0);
    background: -moz-linear-gradient(top, #c2c5ca, #f0f0f0);
    background: -ms-linear-gradient(top, #c2c5ca, #f0f0f0);
    background: -o-linear-gradient(top, #c2c5ca, #f0f0f0)
}

.archive #header .row.textrow [class*="col-"] .text,
.single #header .row.textrow [class*="col-"] .text {
    top: 65%
}

.archive #header .row.textrow [class*="col-"] .text h3,
.single #header .row.textrow [class*="col-"] .text h3 {
    color: #09474a;
    font-family: 'Raleway', sans-serif
}

@media (max-width:991px) {
    .archive #header,
    .single #header {
        min-height: 45vh
    }
    .archive #header .row.textrow [class*="col-"] .text,
    .single #header .row.textrow [class*="col-"] .text {
        top: 71%
    }
}

@media (max-width:767px) {
    .archive #header,
    .single #header {
        min-height: 35vh
    }
}

#imagine {
    padding: 50px 0;
    padding-bottom: 0;
    overflow: hidden
}

#imagine .row .text {
    text-align: center
}

#imagine .row h2 {
    margin-bottom: 20px;
    margin-top: 0
}

#imagine .row p {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 40px;
    padding: 0 18%
}

#imagine .row p:last-of-type {
    margin-bottom: 0
}

#imagine .row h3 {
    margin-bottom: 0;
    position: relative;
    display: inline-block
}

#imagine .row h3:before,
#imagine .row h3:after {
    content: '';
    width: 100px;
    height: 1px;
    background: #c9d7d7;
    position: absolute;
    top: 12px
}

#imagine .row h3:before {
    right: 100%;
    margin-right: 20px
}

#imagine .row h3:after {
    left: 100%;
    margin-left: 20px
}

#home {
    margin-top: 60px
}

#home .row {
    max-width: none
}

#home .row [class*="col-"] {
    padding: 30px 70px
}

#home .row [class*="col-"].homecol1 {
    background: #e1e1e1;
    padding-top: 40px;
    padding-left: 100px
}

#home .row [class*="col-"].homecol1 p {
    padding-right: 20%;
    margin-bottom: 30px
}

#home .row [class*="col-"].homecol1:before {
    content: '';
    background: url('http://localhost/incisive/wp-content/uploads/2018/01/col1arrow.png') no-repeat;
    position: absolute;
    left: 100%;
    z-index: 2;
    top: 50%;
    margin-top: -21.5px;
    width: 18px;
    height: 43px
}

#home .row [class*="col-"].homecol2,
#home .row [class*="col-"].homecol3 {
    text-align: center;
    padding: 80px 40px
}

#home .row [class*="col-"].homecol2 h1,
#home .row [class*="col-"].homecol3 h1 {
    position: static;
    right: 40px;
    margin: 0;
    top: 50%;
    color: #fff;
    font-size: 75px
}

#home .row [class*="col-"].homecol2 p,
#home .row [class*="col-"].homecol3 p {
    text-align: left
}

#home .row [class*="col-"].homecol2 a,
#home .row [class*="col-"].homecol3 a {
    position: static;
    left: 50%;
    margin-top: 75px;
    bottom: 60px;
    color: #fff;
    width: 230px;
    padding: 23px 63px;
    font-size: 17px;
    display: inline-block;
    border: 2px solid #fff
}

#home .row [class*="col-"].homecol2 a:hover,
#home .row [class*="col-"].homecol3 a:hover {
    border-color: #99c53c;
    background: #99c53c
}

#home .row [class*="col-"].homecol2 {
    padding-left: 100px
}

#home .row [class*="col-"].homecol3 {
    padding-left: 100px
}

#home .row [class*="col-"].homecol4 {
    background: #0b9545;
    background: -moz-linear-gradient(top, #0b9545 0, #90c13d 100%);
    background: -webkit-linear-gradient(top, #0b9545 0, #90c13d 100%);
    background: linear-gradient(to bottom, #0b9545 0, #90c13d 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0b9545', endColorstr='#90c13d', GradientType=0);
    padding-right: 15px
}

#home .row [class*="col-"].homecol4:before {
    content: '';
    background: url('http://localhost/incisive/wp-content/uploads/2018/01/col4arrow.png') no-repeat;
    position: absolute;
    right: 100%;
    z-index: 2;
    top: 50%;
    margin-top: -40px;
    width: 19px;
    height: 79px
}

#home .row [class*="col-"].homecol4 * {
    color: #fff
}

#home .row [class*="col-"] a.btn {
    background: #f68e56;
    color: #fff;
    font-weight: bold;
    padding: 8px 18px;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#home .row [class*="col-"] a.btn:hover {
    color: #88360a
}

#home .row [class*="col-"] img {
    display: block;
    max-width: 100%;
    height: auto
}

#home .row [class*="col-"] p {
    line-height: 28px
}

#home .row [class*="col-"] h1,
#home .row [class*="col-"] h2,
#home .row [class*="col-"] h3,
#home .row [class*="col-"] h4,
#home .row [class*="col-"] h5 {
    color: #09474a
}

#home .row [class*="col-"] h2 {
    font-weight: 700;
    font-size: 45px
}

#home .row [class*="col-"] h4 {
    line-height: 25px;
    letter-spacing: 2px;
    margin-bottom: 35px
}

#home .row [class*="col-"] ul {
    padding: 0
}

#home .row [class*="col-"] ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 50px
}

#home .row [class*="col-"] ul li img,
#home .row [class*="col-"] ul li span {
    display: inline-block;
    vertical-align: middle
}

#home .row [class*="col-"] ul li img {
    max-width: 40px;
    width: 100%;
    margin-right: 20px
}

#home .row [class*="col-"] ul li span {
    width: 65%;
    font-size: 14px
}

@media (max-width:991px) {
    #home .row [class*="col-"] {
        padding: 30px 40px
    }
    #home .row [class*="col-"].homecol1:before,
    #home .row [class*="col-"].homecol4:before {
        content: none
    }
    #home .row [class*="col-"].homecol1,
    #home .row [class*="col-"].homecol3 {
        padding-left: 40px
    }
    #home .row [class*="col-"].homecol2,
    #home .row [class*="col-"].homecol3 {
        padding: 50px 40px
    }
    #home .row [class*="col-"].homecol2 a,
    #home .row [class*="col-"].homecol3 a {
        position: static;
        margin-left: auto;
        margin-top: 35px
    }
    #home .row [class*="col-"].homecol2 {
        padding-right: 40px
    }
    #home .row [class*="col-"] ul {
        text-align: center
    }
    #home .row [class*="col-"] ul li {
        text-align: left;
        min-width: 250px
    }
}

#howwork .row h3 {
    margin: 50px 0;
    font-size: 26px
}

#howwork .row h4 {
    line-height: 28px
}

#howwork .row ul {
    padding: 0;
    margin-top: 45px;
    margin-bottom: 40px
}

#howwork .row ul li {
    display: inline-block;
    width: 24%;
    vertical-align: top;
    padding-right: 3%;
    padding-left: 1%;
    text-align: left;
    min-width: 240px;
    margin-bottom: 20px
}

#howwork .row ul li:first-of-type {
    padding-left: 0
}

#howwork .row ul li:last-of-type {
    padding-right: 0;
    padding-left: 3%
}

#howwork .row ul li img {
    height: 40px;
    width: auto
}

#howwork .row ul li h4 {
    letter-spacing: 1px;
    margin: 15px 0
}

#howwork .row ul li p {
    font-size: 13px
}

#howwork .row ul li p:nth-of-type(2) {
    min-height: 72px;
    margin-bottom: 30px
}

#howwork .row ul li a {
    color: #99c53c;
    width: 115px;
    padding: 8px 0;
    text-align: center;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #99c53c
}

#howwork .row ul li a:hover {
    color: #fff;
    background: #99c53c
}

@media (max-width:991px) {
    #howwork .row ul {
        text-align: center
    }
    #howwork .row ul li {
        text-align: center;
        padding-right: 1%
    }
    #howwork .row ul li img {
        margin: auto
    }
}

#testimonials {
    padding-bottom: 20px;
    background: url('http://incisivesolutions.co.za/wp-content/uploads/2018/01/bg-testi.jpg') no-repeat;
    background-size: cover
}

#testimonials .row h1 {
    position: absolute;
    color: #fff;
    top: 25%
}

#testimonials .row .flexslider {
    background: no-repeat;
    border: none;
    margin-top: 130px;
    padding-bottom: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none color: #333333;
}

#testimonials .row .flexslider ul.slides li {
    text-align: center
}

#testimonials .row .flexslider ul.slides li p {
    color: #fff !important;
    line-height: 23px;
    padding: 0 22%
}

#testimonials .row .flexslider ul.slides li p:last-of-type {
    margin-top: 50px
}

#testimonials .row .flexslider ul.slides li h4 {
    color: #99c53c
}

#testimonials .row .flexslider .flex-control-paging li a {
    border: 1px solid #fff;
    background: none
}

#testimonials .row .flexslider .flex-control-paging li a.flex-active {
    background: #fff
}

#testimonials .row .flexslider .flex-direction-nav a:before {
    content: '';
    width: 18px;
    height: 34px;
    display: block;
    background: url('http://localhost/incisive/wp-content/uploads/2018/01/flex-prev.png') no-repeat;
    text-shadow: none
}

#testimonials .row .flexslider .flex-direction-nav a {
    font-size: 0;
    height: 34px;
    bottom: -42px;
    top: auto;
    text-shadow: none
}

#testimonials .row .flexslider .flex-direction-nav a.flex-next:before {
    background: url('http://localhost/incisive/wp-content/uploads/2018/01/flex-next.png') no-repeat
}

@media (max-width:991px) {
    #testimonials .row h1 {
        top: 0
    }
}

@media (max-width:767px) {
    #testimonials .row h1 {
        position: static;
        text-align: center;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto
    }
    #testimonials .row h1 br {
        display: none
    }
    #testimonials .row .flexslider {
        margin-top: 30px
    }
}

#services {
    min-height: 25vh;
    margin-top: 40px
}

#services .row {
    margin: 50px auto;
    width: 80%
}

#services .row [class*="col-"] {
    background: rgba(0, 0, 0, 0.58);
    vertical-align: middle
}

#services .row [class*="col-"]:last-of-type {
    padding: 0
}

#services .row h2 {
    text-align: center;
    padding: 80px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 42px;
    position: relative
}

#services .row h2:before {
    content: '';
    min-width: 50px;
    height: 4px;
    background: #c9d7d7;
    display: inline-block;
    position: absolute;
    top: 0
}

#services .row ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#services .row ul li {
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#services .row ul li:last-of-type {
    border-bottom: none
}

#services .row ul li:last-of-type:before {
    content: none
}

#services .row ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(201, 215, 215, 0.45);
    bottom: 0;
    left: 85px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#services .row ul li a {
    display: block;
    padding: 15px
}

#services .row ul li img,
#services .row ul li span {
    display: inline-block;
    vertical-align: top
}

#services .row ul li img {
    max-width: 44px;
    vertical-align: bottom
}

#services .row ul li span {
    margin-left: 25px
}

#services .row ul li span h5,
#services .row ul li span p {
    margin: 0;
    color: #fff
}

#services .row ul li span h5 {
    margin-top: 10px;
    font-family: 'Raleway'
}

#services .row ul li span p {
    font-size: 13px
}

#services .row ul li i {
    position: absolute;
    right: 35px;
    top: 50%;
    font-size: 23px;
    margin-top: -11.5px;
    color: #b4c305;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#services .row ul li:hover {
    background: rgba(157, 170, 5, 0.45)
}

#services .row ul li:hover:before {
    content: none
}

#services .row ul li:hover i {
    opacity: 1
}

@media (max-width:991px) {
    #services .row [class*="col-"] {
        display: block
    }
    #services .row h2 {
        padding: 20px 0
    }
    #services .row h2:before {
        content: none
    }
}

@media (max-width:767px) {
    #services .row {
        width: auto
    }
    #services .row ul li:before {
        left: 0
    }
    #services .row ul li i {
        opacity: 0 !important
    }
    #services .row ul li a {
        text-align: center
    }
    #services .row ul li a img {
        display: block;
        margin: auto
    }
    #services .row ul li a span {
        margin-left: 0
    }
}

#whygreengrass {
    background: url('http://www.greengrasswealth.co.za/wp-content/uploads/2017/09/bg-grass.png') bottom right no-repeat;
    min-height: 60vh;
    padding: 50px 0
}

#whygreengrass .row h2 {
    font-weight: 600;
    font-size: 42px;
    margin-bottom: 20px
}

#whygreengrass .row h2,
#whygreengrass .row h5 {
    color: #09474a
}

#whygreengrass .row a {
    background: #f68e56;
    color: #fff;
    font-weight: bold;
    padding: 5px 18px;
    font-size: 12px;
    display: inline-block;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#whygreengrass .row a:hover {
    color: #88360a
}

#whygreengrass .row p {
    line-height: 28px
}

@media (max-width:767px) {
    #whygreengrass {
        background-position-y: 80%
    }
}

@font-face {
    font-family: 'Metropolis-ExtraLight';
    src: url('fonts/Metropolis/Metropolis-ExtraLight.eot');
    src: url('fonts/Metropolis/Metropolis-ExtraLight.eot?#iefix') format('embedded-opentype'), url('fonts/Metropolis/Metropolis-ExtraLight.woff') format('woff'), url('fonts/Metropolis/Metropolis-ExtraLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Metropolis-Light';
    src: url('fonts/Metropolis/Metropolis-Light.eot');
    src: url('fonts/Metropolis/Metropolis-Light.eot?#iefix') format('embedded-opentype'), url('fonts/Metropolis/Metropolis-Light.woff') format('woff'), url('fonts/Metropolis/Metropolis-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Metropolis-Regular';
    src: url('fonts/Metropolis/Metropolis-Regular.eot');
    src: url('fonts/Metropolis/Metropolis-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Metropolis/Metropolis-Regular.woff') format('woff'), url('fonts/Metropolis/Metropolis-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Metropolis-Bold';
    src: url('fonts/Metropolis/Metropolis-Bold.eot');
    src: url('fonts/Metropolis/Metropolis-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Metropolis/Metropolis-Bold.woff') format('woff'), url('fonts/Metropolis/Metropolis-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

#footer {
    padding-bottom: 40px;
    padding-top: 60px;
    background: #dbdbdb
}

#footer .row * {
    color: #252e3f;
    font-size: 13px;
    line-height: 21px
}

#footer .row .logo {
    display: block;
    margin-top: 15px
}

@media (max-width:767px) {
    #footer {
        text-align: center
    }
    #footer .row img {
        margin: auto
    }
    #footer .row .contcol {
        margin: 30px 0
    }
}

#copyright {
    padding: 15px 0;
    text-align: center;
    color: #969696;
    font-size: 13px
}

#copyright a {
    color: #99c53c
}

#page .row h4 {
    color: #454956;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 35px
}

#page .row p {
    line-height: 28px
}

#page .row p.paddedtext {
    padding: 0 142px
}

#page .row p a {
    color: #fff;
    margin: 0;
    padding: 15px 35px;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#page .row p a.greenlink {
    background: #9daa05
}

#page .row p a.greenlink:hover {
    background: #fff;
    color: #9daa05;
    border-color: #9daa05
}

@media (max-width:767px) {
    #page .row p {
        padding: 0
    }
    #page .row p.paddedtext {
        padding: 0
    }
}

#page.process .row.values {
    margin-top: 60px
}

#page.process .row.values:last-of-type {
    display: none
}

#page.process .row.values p a {
    padding: 0;
    color: #9daa05;
    border-bottom: 1px solid #9daa05;
    display: inline;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0
}

#page.process .row.values p span {
    max-height: 0;
    opacity: 0;
    display: inline-block;
    overflow: hidden;
    color: #454956;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#page.process .row.values p span.inline {
    max-height: 999px;
    opacity: 1
}

#page.process .row img {
    margin: auto;
    max-height: 50px
}

#page.process .row h4 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #09474a;
    text-transform: uppercase
}

#page.process .row p {
    color: #09474a
}

#solution.succession .row,
#solution2.succession .row {
    max-width: none
}

#solution.succession .row [class*="col-"] h4,
#solution2.succession .row [class*="col-"] h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #454956
}

#solution.succession .row [class*="col-"] ul,
#solution2.succession .row [class*="col-"] ul {
    padding-left: 0;
    margin-bottom: 0
}

#solution.succession .row [class*="col-"] ul li,
#solution2.succession .row [class*="col-"] ul li {
    display: block;
    margin-bottom: 15px
}

#solution.succession .row [class*="col-"] ul li:before,
#solution2.succession .row [class*="col-"] ul li:before {
    display: inline-block;
    content: '';
    background: url('http://www.greengrasswealth.co.za/wp-content/uploads/2017/09/li-icon.png') no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle
}

#solution.succession .row [class*="col-"]:first-of-type,
#solution2.succession .row [class*="col-"]:first-of-type {
    padding-left: 0
}

#solution.succession .row [class*="col-"]:first-of-type>div,
#solution2.succession .row [class*="col-"]:first-of-type>div {
    padding-left: 20%;
    padding-bottom: 35px;
    padding-top: 40px
}

#solution.succession .row [class*="col-"]:first-of-type p,
#solution2.succession .row [class*="col-"]:first-of-type p {
    margin-bottom: 20px;
    line-height: 26px
}

#solution.succession .row [class*="col-"]:first-of-type a,
#solution2.succession .row [class*="col-"]:first-of-type a {
    font-size: 16px;
    display: inline-block;
    min-width: 50%;
    margin-bottom: 10px
}

#solution.succession .row [class*="col-"]:first-of-type a .fa,
#solution2.succession .row [class*="col-"]:first-of-type a .fa {
    margin-right: 5px
}

#solution.succession .row [class*="col-"]:first-of-type a span,
#solution2.succession .row [class*="col-"]:first-of-type a span {
    border-bottom: 2px solid #c8d1d1
}

#solution.succession .row [class*="col-"]:last-of-type,
#solution2.succession .row [class*="col-"]:last-of-type {
    padding-right: 0
}

#solution.succession .row [class*="col-"]:last-of-type>div,
#solution2.succession .row [class*="col-"]:last-of-type>div {
    padding-left: 25px;
    padding-bottom: 50px;
    padding-top: 40px
}

#solution.succession .row [class*="col-"]:last-of-type p,
#solution2.succession .row [class*="col-"]:last-of-type p {
    margin-bottom: 20px;
    line-height: 26px
}

@media (max-width:767px) {
    #solution.succession .row [class*="col-"]:first-of-type,
    #solution2.succession .row [class*="col-"]:first-of-type {
        padding: 0 15px
    }
    #solution.succession .row [class*="col-"]:first-of-type>div,
    #solution2.succession .row [class*="col-"]:first-of-type>div {
        padding-left: 0
    }
    #solution.succession .row [class*="col-"]:last-of-type,
    #solution2.succession .row [class*="col-"]:last-of-type {
        padding: 0 15px
    }
    #solution.succession .row [class*="col-"]:last-of-type>div,
    #solution2.succession .row [class*="col-"]:last-of-type>div {
        padding-left: 0
    }
}

#howwework .row {
    max-width: none
}

#howwework .row [class*="col-"] {
    padding: 40px 100px;
    min-height: 430px;
    background: #ebebeb
}

#howwework .row [class*="col-"].col1 h4 {
    margin-top: 50px
}

#howwework .row [class*="col-"].col5 *,
#howwework .row [class*="col-"].col6 * {
    color: #fff
}

#howwework .row [class*="col-"].col5 {
    background: #99c53c
}

#howwework .row [class*="col-"].col6 {
    background: #252e3f
}

#howwework .row [class*="col-"] h4 {
    margin-bottom: 50px;
    font-size: 20px
}

#howwework .row [class*="col-"] p {
    margin-bottom: 25px;
    line-height: 22px
}

#howwework .row [class*="col-"] ol {
    padding-left: 25px;
    margin-bottom: 0;
    counter-reset: item
}

#howwework .row [class*="col-"] ol li {
    margin-bottom: 20px;
    position: relative;
    display: block;
    padding-left: 10px
}

#howwework .row [class*="col-"] ol li:before {
    display: inline-block;
    content: '';
    border: 1px solid #9daa05;
    color: #9daa05;
    width: 20px;
    height: 20px;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    margin-right: 15px;
    vertical-align: middle;
    position: absolute;
    left: -22px;
    top: -2px;
    content: counter(item) " ";
    counter-increment: item;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

@media (min-width:992px) {
    #howwework .row [class*="col-"].col-lg-pull-6 {
        right: 49.9%
    }
}

@media (max-width:991px) {
    #howwework .row [class*="col-"] {
        min-height: 340px;
        padding: 40px
    }
}

#howwework.joinincisive .row [class*="col-"]:first-of-type {
    background: #252e3f
}

#howwework.joinincisive .row [class*="col-"]:first-of-type * {
    color: #fff
}

#howwework.joinincisive .row [class*="col-"]:first-of-type p {
    margin-bottom: 10px
}

#howwework.joinincisive .row [class*="col-"]:first-of-type h4 {
    margin-bottom: 30px;
    font-weight: 500
}

#howwework.joinincisive .row [class*="col-"]:first-of-type ul {
    list-style-type: none;
    padding-left: 25px
}

#howwework.joinincisive .row [class*="col-"]:first-of-type ul li {
    font-weight: 300;
    position: relative;
    margin-bottom: 5px
}

#howwework.joinincisive .row [class*="col-"]:first-of-type ul li:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #99c53c;
    position: absolute;
    left: -25px
}

#howwework.joinincisive .row [class*="col-"]:first-of-type a {
    color: #fff;
    width: 202px;
    padding: 9px 0;
    font-size: 12px;
    display: inline-block;
    margin-top: 60px;
    border: 2px solid #fff;
    text-align: center
}

#howwework.joinincisive .row [class*="col-"]:first-of-type a:hover {
    border-color: #99c53c;
    background: #99c53c
}

@media (min-width:1130px) {
    #whatwedo .row .col-lg-12 {
        padding: 0;
        overflow: hidden
    }
}

#whatwedo .row ul {
    padding: 0;
    text-align: center;
    margin-bottom: 60px
}

#whatwedo .row ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 60px;
    min-width: 320px
}

#whatwedo .row ul li:last-of-type {
    display: block;
    margin: auto;
    position: relative
}

#whatwedo .row ul li:last-of-type>div+p {
    padding: 0
}

#whatwedo .row ul li:last-of-type:before,
#whatwedo .row ul li:last-of-type:after {
    content: '';
    height: 1px;
    width: 285px;
    background: #b0b4ba;
    position: absolute;
    top: 50%
}

#whatwedo .row ul li:last-of-type:before {
    right: 100%;
    margin-right: 80px
}

#whatwedo .row ul li:last-of-type:after {
    left: 100%;
    margin-left: 80px
}

#whatwedo .row ul li>div {
    margin-bottom: 20px
}

#whatwedo .row ul li>div span,
#whatwedo .row ul li>div p {
    display: inline-block;
    vertical-align: middle
}

#whatwedo .row ul li>div span {
    min-width: 90px
}

#whatwedo .row ul li>div img {
    max-width: 100%
}

#whatwedo .row ul li>div p {
    margin: 0;
    color: #252e3f;
    font-weight: 700
}

#whatwedo .row ul li>div+p {
    padding: 0 10%
}

#whatwedo .row ul li>div+p br {
    display: none
}

@media (max-width:991px) {
    #whatwedo .row ul li {
        text-align: center;
        margin-left: 15px;
        margin-right: 15px
    }
    #whatwedo .row ul li:last-of-type {
        display: inline-block;
        margin-left: 15px;
        margin-right: 15px
    }
    #whatwedo .row ul li:last-of-type:before,
    #whatwedo .row ul li:last-of-type:after {
        content: none
    }
    #whatwedo .row ul li>div+p {
        padding-right: 0;
        padding-left: 0
    }
    #whatwedo .row ul li>div+p br {
        display: none
    }
}

#page.retirement {
    padding: 30px 0
}

#page.retirement.whatwedo {
    padding: 0;
    padding-top: 30px
}

#page.retirement.whatwedo [class*="col-"] {
    border-bottom: 1px solid #b0b4ba;
    margin-bottom: 70px;
    padding-bottom: 40px;
    position: relative
}

#page.retirement.whatwedo [class*="col-"]:after,
#page.retirement.whatwedo [class*="col-"]:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

#page.retirement.whatwedo [class*="col-"]:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 30px;
    margin-left: -30px
}

#page.retirement.whatwedo [class*="col-"]:before {
    border-color: rgba(176, 180, 186, 0);
    border-top-color: #8e8e90;
    border-width: 31px;
    margin-left: -31px
}

#page.retirement.whatwedo h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0
}

#page.retirement.whatwedo p {
    margin: 30px 0
}

#page.retirement h2 {
    margin: 0;
    line-height: 50px
}

#page.retirement p {
    padding: 0 140px
}

#page.retirement p.cstudylinks {
    padding: 0
}

#page.retirement p.cstudylinks a {
    color: #9daa05;
    padding: 0;
    text-transform: none;
    pointer-events: none
}

#page.retirement p.studypics {
    padding: 0;
    padding-bottom: 20px;
    margin: 30px 0;
    border-bottom: 1px solid #dce5e5
}

#page.retirement p.studypics span {
    display: inline-block;
    margin: 0 50px;
    color: #09474a;
    font-family: 'Raleway'
}

#page.retirement p.studypics span img {
    margin: auto
}

@media (max-width:991px) {
    #page.retirement p {
        padding: 0
    }
    #page.retirement p.studypics span {
        margin: 10px 15px;
        width: 31%;
        min-width: 190px
    }
}

#solution.retirement {
    padding: 35px 0
}

#solution.retirement .row h2,
#solution.retirement .row p {
    color: #fff
}

#solution.retirement .row h2 {
    font-weight: 300;
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif
}

#solution.retirement .row p {
    font-weight: 300;
    padding-right: 70px;
    line-height: 28px
}

#casestudy {
    text-align: center;
    padding: 30px 0
}

#casestudy .row p {
    line-height: 28px
}

#casestudy .row a {
    color: #fff;
    margin: 0;
    padding: 15px 35px;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Raleway';
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#casestudy .row a.greenlink {
    background: #9daa05
}

#casestudy .row a.greenlink:hover {
    background: #fff;
    color: #9daa05;
    border-color: #9daa05
}

#casestudy .row a.casestudy {
    border: 1px solid #09474a;
    background: none;
    color: #09474a;
    margin-bottom: 25px
}

#casestudy .row a.casestudy:hover {
    background: #09474a;
    color: #fff
}

#casestudy.deathdisability {
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #e8eeee;
    background-image: -webkit-gradient(linear, left top, right top, from(#e8eeee), to(#fff));
    background-image: -webkit-linear-gradient(left, #e8eeee, #fff);
    background-image: -moz-linear-gradient(left, #e8eeee, #fff);
    background-image: -ms-linear-gradient(left, #e8eeee, #fff);
    background-image: -o-linear-gradient(left, #e8eeee, #fff)
}

#casestudy.investment {
    padding-top: 0
}

#solution.deathdisability .row [class*="col-"] h4,
#solution2.deathdisability .row [class*="col-"] h4 {
    margin-top: 0
}

#solution.deathdisability .row [class*="col-"] h3,
#solution2.deathdisability .row [class*="col-"] h3 {
    margin-top: 10px
}

#solution.deathdisability .row [class*="col-"] .tip,
#solution2.deathdisability .row [class*="col-"] .tip {
    padding: 25px 15px;
    margin-top: 40px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29)
}

#solution.deathdisability .row [class*="col-"] .tip span,
#solution2.deathdisability .row [class*="col-"] .tip span {
    display: inline-block
}

#solution.deathdisability .row [class*="col-"] .tip span.green,
#solution2.deathdisability .row [class*="col-"] .tip span.green {
    color: #9daa05;
    border-right: 1px solid #d7d7d7;
    font-size: 17px;
    width: 27%;
    margin-right: 13px;
    vertical-align: 14px;
    padding-right: 15px
}

#solution.deathdisability .row [class*="col-"] .tip span.grey,
#solution2.deathdisability .row [class*="col-"] .tip span.grey {
    color: #454956;
    font-size: 12px;
    width: 66%
}

#solution.deathdisability .row [class*="col-"] .tip .fa,
#solution2.deathdisability .row [class*="col-"] .tip .fa {
    color: #9daa05;
    font-size: 26px
}

#solution.deathdisability .row [class*="col-"] .tip.tip2,
#solution2.deathdisability .row [class*="col-"] .tip.tip2 {
    width: 440px
}

#solution.deathdisability .row [class*="col-"] .tip.tip2 span.green,
#solution2.deathdisability .row [class*="col-"] .tip.tip2 span.green {
    border: none;
    margin-right: 0;
    vertical-align: 20px;
    padding-right: 0
}

#solution.deathdisability .row [class*="col-"] .tip.tip2 span.grey,
#solution2.deathdisability .row [class*="col-"] .tip.tip2 span.grey {
    border-left: 1px solid #d7d7d7;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 0
}

#solution.deathdisability .row [class*="col-"]:first-of-type,
#solution2.deathdisability .row [class*="col-"]:first-of-type {
    padding: 0
}

#solution.deathdisability .row [class*="col-"]:first-of-type>div,
#solution2.deathdisability .row [class*="col-"]:first-of-type>div {
    padding-left: 10%;
    padding-right: 4%;
    padding-top: 40px;
    padding-bottom: 40px
}

#solution.deathdisability .row [class*="col-"]:first-of-type p,
#solution2.deathdisability .row [class*="col-"]:first-of-type p {
    line-height: 28px
}

#solution.deathdisability .row [class*="col-"]:last-of-type,
#solution2.deathdisability .row [class*="col-"]:last-of-type {
    padding: 0
}

#solution.deathdisability .row [class*="col-"]:last-of-type>div,
#solution2.deathdisability .row [class*="col-"]:last-of-type>div {
    padding-left: 10%;
    padding-right: 14%;
    padding-top: 40px;
    padding-bottom: 40px
}

#solution.deathdisability .row [class*="col-"]:last-of-type p,
#solution2.deathdisability .row [class*="col-"]:last-of-type p {
    margin: 0;
    line-height: 28px
}

#solution.deathdisability .row [class*="col-"]:first-of-type a,
#solution2.deathdisability .row [class*="col-"]:first-of-type a,
#solution.deathdisability .row [class*="col-"]:last-of-type a,
#solution2.deathdisability .row [class*="col-"]:last-of-type a {
    color: #fff;
    margin: 0;
    padding: 15px 35px;
    font-size: 11px !important;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: 'Raleway';
    text-transform: uppercase;
    border: none;
    margin-top: 15px;
    display: inline-block;
    border: 1px solid transparent;
    min-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#solution.deathdisability .row [class*="col-"]:first-of-type a.casestudy,
#solution2.deathdisability .row [class*="col-"]:first-of-type a.casestudy,
#solution.deathdisability .row [class*="col-"]:last-of-type a.casestudy,
#solution2.deathdisability .row [class*="col-"]:last-of-type a.casestudy {
    border: 1px solid #09474a;
    background: none;
    color: #09474a;
    margin-bottom: 25px
}

#solution.deathdisability .row [class*="col-"]:first-of-type a.casestudy:hover,
#solution2.deathdisability .row [class*="col-"]:first-of-type a.casestudy:hover,
#solution.deathdisability .row [class*="col-"]:last-of-type a.casestudy:hover,
#solution2.deathdisability .row [class*="col-"]:last-of-type a.casestudy:hover {
    background: #09474a;
    color: #fff
}

@media (max-width:1160px) {
    #solution.deathdisability .row [class*="col-"] .tip span,
    #solution2.deathdisability .row [class*="col-"] .tip span {
        display: block;
        text-align: center;
        border: none !important;
        width: auto !important
    }
    #solution.deathdisability .row [class*="col-"] .tip span.green,
    #solution2.deathdisability .row [class*="col-"] .tip span.green {
        margin-bottom: 15px
    }
}

@media (max-width:991px) {
    #solution.deathdisability .row [class*="col-"] img,
    #solution2.deathdisability .row [class*="col-"] img {
        margin: auto
    }
    #solution.deathdisability .row [class*="col-"]:first-of-type>div,
    #solution2.deathdisability .row [class*="col-"]:first-of-type>div {
        padding-left: 15px;
        padding-right: 15px
    }
    #solution.deathdisability .row [class*="col-"] .tip,
    #solution2.deathdisability .row [class*="col-"] .tip {
        margin: 40px auto
    }
    #solution.deathdisability .row [class*="col-"] .tip.tip2,
    #solution2.deathdisability .row [class*="col-"] .tip.tip2 {
        width: auto
    }
}

#solution.deathdisability .row [class*="col-"]:first-of-type>div {
    padding-top: 0;
    padding-bottom: 0
}

#steps {
    padding: 50px 0;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e7eded));
    background-image: -webkit-linear-gradient(left, #fff, #e7eded);
    background-image: -moz-linear-gradient(left, #fff, #e7eded);
    background-image: -ms-linear-gradient(left, #fff, #e7eded);
    background-image: -o-linear-gradient(left, #fff, #e7eded)
}

#steps .row h4 {
    margin-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    color: #09474a
}

#blocks {
    counter-reset: section
}

#blocks .row p {
    line-height: 28px
}

#blocks .row.nomaxwidth {
    max-width: none;
    padding: 40px 0;
    margin-top: 25px;
    margin-bottom: 15px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#e8eeee));
    background-image: -webkit-linear-gradient(left, #fff, #e8eeee);
    background-image: -moz-linear-gradient(left, #fff, #e8eeee);
    background-image: -ms-linear-gradient(left, #fff, #e8eeee);
    background-image: -o-linear-gradient(left, #fff, #e8eeee)
}

#blocks .row .bitcoin {
    text-align: center
}

#blocks .row .bitcoin img,
#blocks .row .bitcoin ul.questions {
    display: inline-block;
    vertical-align: middle
}

#blocks .row .bitcoin ul.questions {
    padding-left: 20px;
    margin: 0
}

#blocks .row .bitcoin ul.questions li {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #007a8b;
    margin-bottom: 15px
}

#blocks .row .bitcoin ul.questions li:nth-of-type(2) {
    margin-left: 20px
}

#blocks .row .bitcoin ul.questions li:nth-of-type(3) {
    margin-left: 30px
}

#blocks .row .bitcoin ul.questions li:nth-of-type(4) {
    margin-left: 30px
}

#blocks .row .bitcoin ul.questions li:nth-of-type(5) {
    margin-left: 20px
}

#blocks .row ul.blocksul {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 25px
}

#blocks .row ul.blocksul li {
    border-bottom: 3px solid #9daa05;
    position: relative;
    width: 23%;
    padding: 50px 0;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29);
    -moz-box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.29)
}

#blocks .row ul.blocksul li:last-of-type {
    margin-right: 0
}

#blocks .row ul.blocksul li:before {
    counter-increment: section;
    content: counter(section);
    color: #f0f0f0;
    border: 3px solid #f0f0f0;
    font-size: 35px;
    position: absolute;
    line-height: 54px;
    top: -10px;
    left: -10px;
    text-align: center;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#blocks .row ul.blocksul li span {
    color: #007a8b;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#blocks .row ul.circles {
    padding: 0;
    margin: 0;
    text-align: center;
    margin: 25px 0
}

#blocks .row ul.circles li {
    text-align: center;
    display: inline-block;
    width: 18%;
    margin-right: 45px;
    margin-bottom: 20px;
    position: relative;
    vertical-align: top;
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#blocks .row ul.circles li:last-of-type {
    margin-right: 0
}

#blocks .row ul.circles li:last-of-type:after {
    content: none
}

#blocks .row ul.circles li:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: -23%;
    color: #9daa05;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#blocks .row ul.circles li span {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

#blocks .row ul.circles li:nth-of-type(1) {
    background: #007a8b
}

#blocks .row ul.circles li:nth-of-type(2) {
    background: #409ba8
}

#blocks .row ul.circles li:nth-of-type(3) {
    background: #7fbcc5
}

#blocks .row ul.circles li:nth-of-type(4) {
    background: #9eccd3
}

#blocks .row ul.circles li:nth-of-type(5) {
    background: #bddde1
}

@media (max-width:991px) {
    #blocks .row .bitcoin img {
        display: block;
        margin: auto;
        margin-bottom: 25px
    }
    #blocks .row .bitcoin ul.questions {
        padding: 0
    }
    #blocks .row .bitcoin ul.questions li {
        text-align: center;
        margin-left: 0 !important
    }
}

@media (max-width:767px) {
    #blocks .row p {
        padding: 0 !important
    }
    #blocks .row ul.blocksul li {
        width: 31%
    }
    #blocks .row ul.blocksul li:last-of-type {
        margin-right: 15px
    }
}

@media (max-width:669px) {
    #blocks .row ul.blocksul li {
        width: 100%;
        max-width: 300px;
        margin-right: 0
    }
    #blocks .row ul.blocksul li:last-of-type {
        margin-right: 0
    }
}

@media (max-width:500px) {
    #blocks .row ul.circles li {
        display: block;
        margin: auto;
        margin-bottom: 50px
    }
    #blocks .row ul.circles li:after {
        top: 100%;
        left: 50%;
        right: auto;
        margin-top: 8px;
        margin-left: -7px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0)
    }
    #blocks .row ul.circles li:last-of-type {
        margin-right: auto
    }
}

#page.contact {
    margin-top: 30px;
    margin-bottom: 50px
}

#page.contact .row h3 {
    color: #939598;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 15px;
    margin-top: 40px;
    font-weight: 400
}

#page.contact .row p {
    color: #939598;
    line-height: 18px
}

#page.contact .row p .fa {
    color: #99c53c;
    margin: auto;
    width: 20px;
    text-align: center;
    font-size: 15px;
    margin-right: 10px
}

#page.contact .row p>a {
    display: inline-block;
    margin-top: 15px;
    color: #939598;
    padding: 0
}

#page.contact .row .gform_wrapper .gform_heading .gform_description {
    line-height: 28px
}

#page.contact .row .gform_wrapper .gform_body ul li .gfield_label {
    display: none
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single {
    width: 100% !important;
    border: 1px solid #d7d7d7
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single .chosen-search {
    display: none
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single .chosen-single {
    padding: 8px 10px;
    height: 40px;
    border: none;
    background: #fff;
    color: #757575;
    line-height: 26px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single .chosen-single div b {
    top: 0;
    background-position: 2px 10px
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-drop {
    border: 1px solid #d7d7d7
}

#page.contact .row .gform_wrapper .gform_body ul li .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px
}

#page.contact .row .gform_wrapper .gform_body ul li input[type=text] {
    padding: 9px 4px;
    padding-left: 8px
}

#page.contact .row .gform_wrapper .gform_body ul li textarea {
    max-height: 120px
}

#page.contact .row .gform_wrapper .gform_body ul li input[type=text],
#page.contact .row .gform_wrapper .gform_body ul li textarea {
    border: 1px solid #d7d7d7
}

#page.contact .row .gform_wrapper .gform_footer {
    padding: 0
}

#page.contact .row .gform_wrapper .gform_footer input[type=submit] {
    background: #99c53c;
    color: #fff;
    margin: 0;
    padding: 11px 40px;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#page.contact .row .gform_wrapper .gform_footer input[type=submit]:hover {
    background: #fff;
    color: #99c53c
}

#page.contact .row .gmp_map_opts {
    margin-top: 45px
}

.page-id-152 #header {
    min-height: 50vh
}

.row.joinrow {
    padding-top: 50px;
    padding-bottom: 40px
}

#gform_wrapper_2.gform_wrapper {
    position: relative;
    margin-top: 35px
}

#gform_wrapper_2.gform_wrapper * {
    outline: none !important
}

#gform_wrapper_2.gform_wrapper *:hover,
#gform_wrapper_2.gform_wrapper *:active,
#gform_wrapper_2.gform_wrapper *:focus {
    outline: none !important
}

#gform_wrapper_2.gform_wrapper .gform_body ul li {
    padding-right: 0
}

#gform_wrapper_2.gform_wrapper .gform_body ul li .gfield_label {
    display: block;
    color: #737373
}

#gform_wrapper_2.gform_wrapper .gform_body ul li .gfield_label .gfield_required {
    color: #737373
}

#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=text] {
    padding: 12px 4px;
    padding-left: 8px
}

#gform_wrapper_2.gform_wrapper .gform_body ul li textarea {
    max-height: 120px
}

#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=file] {
    padding: 12px 10px
}

#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=text],
#gform_wrapper_2.gform_wrapper .gform_body ul li textarea,
#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=file] {
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=text]:focus,
#gform_wrapper_2.gform_wrapper .gform_body ul li textarea:focus,
#gform_wrapper_2.gform_wrapper .gform_body ul li input[type=file]:focus {
    border-color: #99c53c
}

#gform_wrapper_2.gform_wrapper .gform_footer {
    padding: 0;
    position: absolute;
    width: 48%;
    right: 0;
    text-align: right;
    bottom: 0
}

#gform_wrapper_2.gform_wrapper .gform_footer input[type=submit] {
    background: #fff;
    color: #99c53c;
    margin: 0;
    width: 100%;
    padding: 15px 40px;
    font-size: 11px;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #99c53c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#gform_wrapper_2.gform_wrapper .gform_footer input[type=submit]:hover {
    background: #99c53c;
    color: #fff
}

@media (max-width:767px) {
    #gform_wrapper_2.gform_wrapper .gform_footer {
        position: static;
        width: 100%;
        margin-top: 35px
    }
}

#archive.blog img {
    display: block;
    max-width: 100%
}

#archive.blog .row:last-of-type {
    margin-bottom: 50px
}

#archive.blog .row .blogcol {
    margin-top: 50px
}

#archive.blog .row .blogcol a.blogthumb {
    position: relative;
    display: block
}

#archive.blog .row .blogcol a.blogthumb:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#archive.blog .row .blogcol a.blogthumb:after {
    content: 'READ MORE';
    position: absolute;
    z-index: 9;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    background: none;
    color: #9daa05;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

#archive.blog .row .blogcol a.blogthumb:hover:before {
    opacity: 1
}

#archive.blog .row .blogcol a.blogthumb:hover:after {
    opacity: 1
}

#archive.blog .row .blogcol h3 {
    min-height: 52px
}

#archive.blog .row .blogcol .date {
    margin-bottom: 20px;
    font-size: 13px;
    color: #8e8d8d
}

#archive.blog .row .blogcol .cont {
    padding: 15px 30px;
    background: rgba(208, 208, 208, 0.5)
}

#archive.blog .row .blogcol .readmore {
    color: #9daa05
}

#archive.blog .row .blogcol .back {
    display: inline-block;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 16px
}

#archive.blog .row .blogcol .back i {
    position: relative;
    top: 1px
}

#archive.blog.single .row .blogcol .cont {
    padding: 0 30px;
    background: none
}

#archive.blog.single .row .blogcol .cont p {
    letter-spacing: 1px
}

#archive.blog.single .row a {
    display: inline-block;
    color: #9daa05
}

#archive.blog.single .row a:before,
#archive.blog.single .row a:after {
    content: none
}

html,
body {
    height: 100%
}

header {
    z-index: 3
}

.cd-logo,
.cd-nav-trigger {
    position: fixed;
    display: inline-block
}

.cd-logo {
    top: 28px;
    left: 5%
}

.cd-logo img {
    display: block
}

.cd-nav-trigger {
    position: fixed;
    z-index: 31;
    right: 5%;
    top: 20px;
    height: 54px;
    width: 54px;
    z-index: 999;
    background-color: #99c53c;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    transition: transform .5s
}

.cd-nav-trigger.close-nav {
    background-color: #99c53c
}

.cd-nav-trigger .cd-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #fff
}

.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .5s, width .5s, top .3s;
    -moz-transition: -moz-transform .5s, width .5s, top .3s;
    transition: transform .5s, width .5s, top .3s
}

.cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px)
}

.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px)
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px
}

.cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0
}

.cd-nav-trigger circle {
    -webkit-transition: stroke-dashoffset .4s 0s;
    -moz-transition: stroke-dashoffset .4s 0s;
    transition: stroke-dashoffset .4s 0s
}

.cd-primary-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 80px 5%;
    z-index: 3;
    background-color: #091d23;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    list-style-type: none;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity .3s;
    -moz-transition: visibility 0s, opacity .3s;
    transition: visibility 0s, opacity .3s
}

.cd-primary-nav ul {
    list-style-type: none;
    padding: 0
}

.cd-primary-nav li {
    margin: 1.6em 0;
    text-align: center;
    text-transform: capitalize
}

.cd-primary-nav a {
    font-size: 20px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.no-touch .cd-primary-nav a:hover {
    color: #99c53c
}

.cd-primary-nav.fade-in {
    visibility: visible;
    opacity: 1
}

@media only screen and (min-width:768px) {
    .cd-primary-nav li {
        margin: 2em 0
    }
    .cd-primary-nav a {
        font-size: 28px;
        font-size: 1.75rem
    }
    .cd-nav-trigger {
        display: none
    }
}

@media only screen and (min-width:1170px) {
    .cd-primary-nav li {
        margin: 2.6em 0
    }
    .cd-primary-nav a {
        font-size: 32px;
        font-size: 2rem
    }
}

.cd-overlay-nav,
.cd-overlay-content {
    position: fixed;
    top: 18px;
    right: 5%;
    height: 4px;
    width: 4px;
    -webkit-transform: translateX(-20px) translateY(20px);
    -moz-transform: translateX(-20px) translateY(20px);
    -ms-transform: translateX(-20px) translateY(20px);
    -o-transform: translateX(-20px) translateY(20px);
    transform: translateX(-20px) translateY(20px)
}

.cd-overlay-nav span,
.cd-overlay-content span {
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.cd-overlay-nav.is-hidden,
.cd-overlay-content.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s
}

.cd-overlay-nav {
    z-index: 2
}

.cd-overlay-nav span {
    background-color: #091d23
}

.cd-overlay-content {
    z-index: 4
}

.cd-overlay-content span {
    background-color: #99c53c
}

#editlink {
    position: fixed;
    top: 12px;
    left: 10px;
    z-index: 9999
}

#editlink button,
#editlink a {
    font-size: 12px;
    font-weight: 200;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    background: #193c5a;
    color: #fff !important
}

#editlink button {
    padding: 10px 10px 7px !important
}

#editlink i {
    font-size: 18px;
    color: #fff
}

#editlink ul {
    padding: 0;
    min-width: 30px !important
}

#editlink .divider {
    margin: 0;
    background: #1f496e
}

#editlink li a {
    padding: 10px 10px 7px !important;
    text-align: center;
    background: #245682
}

#editlink li a i {
    color: #fff;
    text-shadow: none
}

#editlink li a:hover {
    background: #1f496e
}

#editlink li:first-of-type i {
    content: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAQAAAD8x0bcAAABh0lEQVQYGV3BO0gUABgA4L80asilRXoqRhBkg5fviLZoMgp7UNEUiC2i1xFBSzQU5aNQ8hFBYEsQglCEQVNBZkiig5WYGEoqyFlDDeF9dUhJfV+sUu6WYYsWvdOqMv5ni0eY1iPlom5T6LM9Vik244vjKtVp1aZelWNmzSmJFfLNGlKk2Xd//NBpl0HztkWWxxbs8cq/+my0ybwnEWEfam123h0zkk46oxkn4je1qAgt5uyUF+GNZRNyI7zGc2vsUGxSdxjRJakhwg1Z5yLclHVQpZR2H0Nak/sGIyRk8CxCqWU0SHqo0deQ1qRDRpG1xtAjV44x1HnrgUbfwqi76pGKcA1XXIhw3U+nZVxy20Ro81lCxmiEKiM6fYiw34CrKDPuXihDjQ4krHPKKEptcMSkXodRHRH6zSo0pDdCuWW0RDhkWKEpA5FlqwUv7XZZjm5ZaXkS9nohrSBWKDFv2lHrndWuQ0q+Gp8sqohVCvRjWpekpHaTeKoo/qdap3FLlrzX40D89QuoqKDRjSB/eQAAAABJRU5ErkJggg==')
}

#editlink li:last-of-type a {
    background: #1f496e
}

#editlink li:last-of-type a:hover {
    background: #1b4162
}

.container {
    max-width: none
}

.container>.row {
    max-width: 1100px;
    margin: auto
}

.container>.row.tablecols {
    display: table
}

.container>.row.tablecols [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top
}

.container>.row.tablecols [class*="col-"] [class*="col-"] {
    display: block;
    float: left
}

@keyframes fadein {
    from {
        opacity: 0;
        top: 47%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
        top: 47%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
        top: 47%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
        top: 47%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
        top: 47%
    }
    to {
        opacity: 1;
        top: 50%
    }
}

html body {
    font-family: 'Raleway', sans-serif
}

html body strong {
    font-family: 'Raleway', sans-serif
}

html body a {
    text-decoration: none !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

html body a:hover,
html body a:active {
    text-decoration: none !important
}

html body img {
    display: block;
    max-width: 100%;
    height: auto
}

html body .alignright {
    text-align: right
}

html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
    font-family: 'Raleway', sans-serif
}

html body p {
    color: #808285
}

@media (min-width:992px) {
    html body .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

html body .smallborder {
    min-width: 50px;
    display: inline-block;
    border-bottom: 4px solid #c9d7d7
}

@media (max-width:767px) {
    html body {
        padding-bottom: 45px !important
    }
    html body h2 br {
        display: none
    }
}