﻿@charset "UTF-8";

body #footer, body #topnav, body .navbar-toggle.collapse-btn, body .navbar.stiky {
    background-color: #0073ae;
}

body .snackbars, body hr:before {
    background-color: #006295;
}

body .search-form-holder:focus-within button {
    color: #0073ae;
}

body.cancer #footer, body.cancer #topnav, body.cancer .navbar-toggle.collapse-btn, body.cancer .navbar.stiky {
    background-color: #0073ae;
}

body.cancer .snackbars, body.cancer hr:before {
    background-color: #005885;
}

body.cancer .search-form-holder:focus-within button {
    color: #0073ae;
}

body.heart #footer, body.heart #topnav, body.heart .navbar-toggle.collapse-btn, body.heart .navbar.stiky {
    background-color: #c60850;
}

body.heart .snackbars, body.heart hr:before {
    background-color: #9f0640;
}

body.heart .search-form-holder:focus-within button {
    color: #c60850;
}

body.hospice #footer, body.hospice #topnav, body.hospice .navbar-toggle.collapse-btn, body.hospice .navbar.stiky {
    background-color: #89b5d9;
}

body.hospice .snackbars, body.hospice hr:before {
    background-color: #6aa2cf;
}

body.hospice .search-form-holder:focus-within button {
    color: #89b5d9;
}

body.life-center #footer, body.life-center #topnav, body.life-center .navbar-toggle.collapse-btn, body.life-center .navbar.stiky {
    background-color: #c60751;
}

body.life-center .snackbars, body.life-center hr:before {
    background-color: #9f0641;
}

body.life-center .search-form-holder:focus-within button {
    color: #c60751;
}

body.sport-motion #footer, body.sport-motion #topnav, body.sport-motion .navbar-toggle.collapse-btn, body.sport-motion .navbar.stiky {
    background-color: #c5beb6;
}

body.sport-motion .snackbars, body.sport-motion hr:before {
    background-color: #b3aa9f;
}

body.sport-motion .search-form-holder:focus-within button {
    color: #c5beb6;
}

body.wound #footer, body.wound #topnav, body.wound .navbar-toggle.collapse-btn, body.wound .navbar.stiky {
    background-color: #0073ae;
}

body.wound .snackbars, body.wound hr:before {
    background-color: #005885;
}

body.wound .search-form-holder:focus-within button {
    color: #0073ae;
}

body.dev-foundation #footer, body.dev-foundation #topnav, body.dev-foundation .navbar-toggle.collapse-btn, body.dev-foundation .navbar.stiky {
    background-color: #0073ae;
}

body.dev-foundation .snackbars, body.dev-foundation hr:before {
    background-color: #005885;
}

body.dev-foundation .search-form-holder:focus-within button {
    color: #0073ae;
}

body.give-hospice #footer, body.give-hospice #topnav, body.give-hospice .navbar-toggle.collapse-btn, body.give-hospice .navbar.stiky {
    background-color: #0073ae;
}

body.give-hospice .snackbars, body.give-hospice hr:before {
    background-color: #005885;
}

body.give-hospice .search-form-holder:focus-within button {
    color: #0073ae;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ 
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type=checkbox], input[type=radio] {
        box-sizing: border-box;
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search] {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

code, kbd, pre, samp {
    font-family: Menlo,Monaco,Consolas,Courier New,monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

code, kbd {
    padding: 2px 4px;
    font-size: 90%;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
        box-shadow: none;
    }

pre {
    display: block;
    padding: 12px;
    margin: 0 0 12.5px;
    font-size: 15px;
    line-height: 1.6;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    pre code {
        padding: 0;
        font-size: inherit;
        color: inherit;
        white-space: pre-wrap;
        background-color: transparent;
        border-radius: 0;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container:after, .container:before {
        content: " ";
        display: table;
    }

    .container:after {
        clear: both;
    }

@media (min-width:769px) {
    .container {
        width: 750px;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

    .container-fluid:after, .container-fluid:before {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        clear: both;
    }

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:after, .row:before {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

.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, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-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-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width:769px) {
    .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.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width:1200px) {
    .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.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height,visibility;
    transition-duration: .35s;
    transition-timing-function: ease;
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important;
}

@media (max-width:768px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width:768px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width:768px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width:768px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    td.visible-md, th.visible-md {
        display: table-cell !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width:768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    td.visible-print, th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right {
    margin-left: .3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    animation: a 2s infinite linear;
}

.fa-pulse {
    animation: a 1s infinite steps(8);
}

@keyframes a {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform: scaleY(-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    filter: none;
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-glass:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-envelope-o:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-o:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-cog:before, .fa-gear:before {
    content: "";
}

.fa-trash-o:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-file-o:before {
    content: "";
}

.fa-clock-o:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-arrow-circle-o-down:before {
    content: "";
}

.fa-arrow-circle-o-up:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-play-circle-o:before {
    content: "";
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "";
}

.fa-refresh:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-dedent:before, .fa-outdent:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-video-camera:before {
    content: "";
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "";
}

.fa-pencil:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "";
}

.fa-share-square-o:before {
    content: "";
}

.fa-check-square-o:before {
    content: "";
}

.fa-arrows:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-times-circle-o:before {
    content: "";
}

.fa-check-circle-o:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-mail-forward:before, .fa-share:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-arrows-v:before {
    content: "";
}

.fa-arrows-h:before {
    content: "";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-cogs:before, .fa-gears:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-thumbs-o-up:before {
    content: "";
}

.fa-thumbs-o-down:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-heart-o:before {
    content: "";
}

.fa-sign-out:before {
    content: "";
}

.fa-linkedin-square:before {
    content: "";
}

.fa-thumb-tack:before {
    content: "";
}

.fa-external-link:before {
    content: "";
}

.fa-sign-in:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-lemon-o:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-square-o:before {
    content: "";
}

.fa-bookmark-o:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-feed:before, .fa-rss:before {
    content: "";
}

.fa-hdd-o:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-hand-o-right:before {
    content: "";
}

.fa-hand-o-left:before {
    content: "";
}

.fa-hand-o-up:before {
    content: "";
}

.fa-hand-o-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-group:before, .fa-users:before {
    content: "";
}

.fa-chain:before, .fa-link:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-cut:before, .fa-scissors:before {
    content: "";
}

.fa-copy:before, .fa-files-o:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-floppy-o:before, .fa-save:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-money:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-sort:before, .fa-unsorted:before {
    content: "";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "";
}

.fa-gavel:before, .fa-legal:before {
    content: "";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "";
}

.fa-comment-o:before {
    content: "";
}

.fa-comments-o:before {
    content: "";
}

.fa-bolt:before, .fa-flash:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-clipboard:before, .fa-paste:before {
    content: "";
}

.fa-lightbulb-o:before {
    content: "";
}

.fa-exchange:before {
    content: "";
}

.fa-cloud-download:before {
    content: "";
}

.fa-cloud-upload:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-bell-o:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cutlery:before {
    content: "";
}

.fa-file-text-o:before {
    content: "";
}

.fa-building-o:before {
    content: "";
}

.fa-hospital-o:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "";
}

.fa-circle-o:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-mail-reply:before, .fa-reply:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-folder-o:before {
    content: "";
}

.fa-folder-open-o:before {
    content: "";
}

.fa-smile-o:before {
    content: "";
}

.fa-frown-o:before {
    content: "";
}

.fa-meh-o:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-keyboard-o:before {
    content: "";
}

.fa-flag-o:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-code-fork:before {
    content: "";
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-shield:before {
    content: "";
}

.fa-calendar-o:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-ticket:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-minus-square-o:before {
    content: "";
}

.fa-level-up:before {
    content: "";
}

.fa-level-down:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-pencil-square:before {
    content: "";
}

.fa-external-link-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "";
}

.fa-eur:before, .fa-euro:before {
    content: "";
}

.fa-gbp:before {
    content: "";
}

.fa-dollar:before, .fa-usd:before {
    content: "";
}

.fa-inr:before, .fa-rupee:before {
    content: "";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "";
}

.fa-krw:before, .fa-won:before {
    content: "";
}

.fa-bitcoin:before, .fa-btc:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-text:before {
    content: "";
}

.fa-sort-alpha-asc:before {
    content: "";
}

.fa-sort-alpha-desc:before {
    content: "";
}

.fa-sort-amount-asc:before {
    content: "";
}

.fa-sort-amount-desc:before {
    content: "";
}

.fa-sort-numeric-asc:before {
    content: "";
}

.fa-sort-numeric-desc:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-youtube-play:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitbucket-square:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-long-arrow-down:before {
    content: "";
}

.fa-long-arrow-up:before {
    content: "";
}

.fa-long-arrow-left:before {
    content: "";
}

.fa-long-arrow-right:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "";
}

.fa-sun-o:before {
    content: "";
}

.fa-moon-o:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-arrow-circle-o-right:before {
    content: "";
}

.fa-arrow-circle-o-left:before {
    content: "";
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "";
}

.fa-dot-circle-o:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-try:before, .fa-turkish-lira:before {
    content: "";
}

.fa-plus-square-o:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "";
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-spoon:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-automobile:before, .fa-car:before {
    content: "";
}

.fa-cab:before, .fa-taxi:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-file-pdf-o:before {
    content: "";
}

.fa-file-word-o:before {
    content: "";
}

.fa-file-excel-o:before {
    content: "";
}

.fa-file-powerpoint-o:before {
    content: "";
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "";
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "";
}

.fa-file-code-o:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "";
}

.fa-circle-o-notch:before {
    content: "";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "";
}

.fa-empire:before, .fa-ge:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-wechat:before, .fa-weixin:before {
    content: "";
}

.fa-paper-plane:before, .fa-send:before {
    content: "";
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-circle-thin:before {
    content: "";
}

.fa-header:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-sliders:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-newspaper-o:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bell-slash-o:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-eyedropper:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-area-chart:before {
    content: "";
}

.fa-pie-chart:before {
    content: "";
}

.fa-line-chart:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-cc:before {
    content: "";
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "";
}

.fa-meanpath:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-diamond:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-intersex:before, .fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-facebook-official:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-bed:before, .fa-hotel:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-y-combinator:before, .fa-yc:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-sticky-note-o:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-hourglass-o:before {
    content: "";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "";
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "";
}

.fa-hand-scissors-o:before {
    content: "";
}

.fa-hand-lizard-o:before {
    content: "";
}

.fa-hand-spock-o:before {
    content: "";
}

.fa-hand-pointer-o:before {
    content: "";
}

.fa-hand-peace-o:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-tripadvisor:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-television:before, .fa-tv:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-500px:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-calendar-plus-o:before {
    content: "";
}

.fa-calendar-minus-o:before {
    content: "";
}

.fa-calendar-times-o:before {
    content: "";
}

.fa-calendar-check-o:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-map-o:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-commenting:before {
    content: "";
}

.fa-commenting-o:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-credit-card-alt:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-pause-circle-o:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stop-circle-o:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-wheelchair-alt:before {
    content: "";
}

.fa-question-circle-o:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-volume-control-phone:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-sign-language:before, .fa-signing:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "";
}

.fa-handshake-o:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-o:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-book-o:before {
    content: "";
}

.fa-address-card:before, .fa-vcard:before {
    content: "";
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-circle-o:before {
    content: "";
}

.fa-user-o:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-eercast:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-snowflake-o:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"),local("Roboto-Light"),url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"),local("Roboto-Regular"),url(https://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"),local("Roboto-Medium"),url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"),local("Roboto-Bold"),url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"),local("Roboto-Black"),url(https://fonts.gstatic.com/s/roboto/v16/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2212,U+2215;
}

*, :after, :before {
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: Roboto,sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    background-color: #fff;
    font-weight: 300;
    overflow-x: hidden;
}

@media (max-width:1200px) {
    body.body-overlay-active {
        overflow-y: hidden;
    }
}

@media (max-width:1200px) {
    body {
        padding-top: 75px;
    }
}

header {
    background-image: url(header-back.jpg);
    background-repeat: no-repeat;
    background-position: center 32px;
}

@media (max-width:1200px) {
    header {
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 6;
        box-shadow: 0 2px 4px rgba(0,0,0,.2);
        background-position: top;
        width: 100%;
        background-color: #fff;
    }
}

@media (max-width:480px) {
    header {
        background-image: none;
    }
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #c60751;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #7c0433;
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
    clear: both;
}

    hr:before {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-clip: padding-box;
        position: absolute;
        top: auto;
        right: auto;
        bottom: auto;
        left: 50%;
        z-index: inherit;
        -webkit-opacity: .6;
        -moz-opacity: .6;
        opacity: .6;
        content: "";
        display: block;
        margin-left: -4px;
        margin-top: -4px;
    }

    hr.hr-small {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    hr.transparent {
        border-color: transparent;
    }

        hr.transparent:before {
            display: none;
        }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role=button] {
    cursor: pointer;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.32;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        display: block;
        font-weight: 400;
        line-height: 1;
        color: #777;
    }

        .h1 .small.date, .h1 small.date, .h2 .small.date, .h2 small.date, .h3 .small.date, .h3 small.date, .h4 .small.date, .h4 small.date, .h5 .small.date, .h5 small.date, .h6 .small.date, .h6 small.date, h1 .small.date, h1 small.date, h2 .small.date, h2 small.date, h3 .small.date, h3 small.date, h4 .small.date, h4 small.date, h5 .small.date, h5 small.date, h6 .small.date, h6 small.date {
            font-size: 14px;
            margin-top: 15px;
        }

    .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong, .h6 strong, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
        font-weight: inherit;
    }

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
        font-size: 65%;
    }

.h2, .h3, h2, h3 {
    clear: both;
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

    .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%;
    }

.h1, h1 {
    font-size: 40px;
    color: #00517b;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    margin-bottom: 30px;
}

    .h1 > a, h1 > a {
        color: #c60751;
    }

@media (max-width:1200px) {
    .h1, h1 {
        color: #fff;
        font-weight: 500;
        margin: 45px 0;
    }
}

.h2, h2 {
    font-size: 26px;
    color: #0073ae;
    font-family: Roboto,sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

    .h2 > a, h2 > a {
        color: #c60751;
    }

@media (max-width:480px) {
    .h2, h2 {
        font-size: 21px;
    }
}

.h3, h3 {
    font-size: 20px;
    color: #444;
    font-family: Roboto,sans-serif;
    font-weight: 500;
    margin: 30px 0 10px;
}

    .h3 > a, h3 > a {
        color: #c60751;
    }

@media (max-width:480px) {
    .h3, h3 {
        font-size: 18px;
    }
}

.h4, h4 {
    font-size: 18px;
    color: #373737;
    font-family: Roboto,sans-serif;
    font-weight: 400;
}

    .h4 > a, h4 > a {
        color: #c60751;
    }

.h5, h5 {
    font-size: 16px;
    color: #2b2b2b;
    font-family: Roboto,sans-serif;
    font-weight: 400;
}

    .h5 > a, h5 > a {
        color: #c60751;
    }

.h6, h6 {
    font-size: 14px;
    color: #444;
    font-family: Roboto,sans-serif;
    font-weight: 300;
}

    .h6 > a, h6 > a {
        color: #c60751;
    }

p {
    margin: 0 0 30px;
}

@media (max-width:480px) {
    p {
        font-weight: 400;
    }
}

.lead {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width:769px) {
    .lead {
        font-size: 24px;
    }
}

.small, small {
    font-size: 87%;
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.initialism, .text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #0073ae;
}

a.text-primary:focus, a.text-primary:hover {
    color: #00517b;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus, a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #0073ae;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #00517b;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 11.5px;
    margin: 50px 0 25px;
    border-bottom: 1px solid #eee;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 30px;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-top: 0;
    margin-bottom: 25px;
}

dd, dt {
    line-height: 1.6;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width:1200px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-family: Georgia,Times New Roman,Times,serif;
    font-style: italic;
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}

@media (max-width:480px) {
    blockquote {
        border-radius: 3px;
        background-clip: padding-box;
        text-align: center;
        padding: 80px 25px 25px;
        background-color: #f4f4f4;
        overflow: visible;
        position: relative;
        margin-top: 80px;
    }
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0;
}

blockquote img {
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 1px 2px 12px rgba(0,0,0,.15);
    display: block;
    height: auto;
    width: 100px;
    margin: 0 15px 15px 0;
    float: left;
}

@media (max-width:480px) {
    blockquote img {
        position: absolute;
        top: -20%;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777;
}

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0';
    }

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

    .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
        content: '';
    }

    .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
        content: '\00A0 \2014';
    }

address {
    margin-bottom: 25px;
    font-style: normal;
    line-height: 1.6;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

caption, th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.6;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 18.75px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

.cognito {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    padding: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}

    .cognito .c-forms-heading .c-forms-form-title {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .cognito .c-forms-form .c-forms-description, .cognito .c-forms-form .c-label {
        font-family: Roboto,sans-serif !important;
        color: #444 !important;
    }

    .cognito .c-forms-form .c-forms-description {
        font-size: 16px !important;
        font-weight: 300 !important;
    }

    .cognito .c-forms-form .c-label {
        font-size: 14px !important;
        font-weight: 400;
    }

    .cognito h2 {
        display: none;
    }

    .cognito.c-square .c-payment-field, .cognito input[type=password], .cognito input[type=text], .cognito select, .cognito textarea {
        border-radius: 3px;
        background-clip: padding-box;
        padding: 10px;
    }

        .cognito.c-square .c-payment-field:focus, .cognito input[type=password]:focus, .cognito input[type=text]:focus, .cognito select:focus, .cognito textarea:focus {
            outline: none;
            border-color: #00a6fb;
        }

    .cognito .c-forms-form .c-add-item, .cognito .c-forms-form .c-fileupload-dropzone .c-upload-button, .cognito .c-forms-form button, .cognito .c-forms-form input[type=button] {
        border-radius: 3px !important;
        background-clip: padding-box;
        font-family: Roboto,sans-serif !important;
        background-color: #c60751 !important;
        border-color: #c60751 !important;
        padding: 6px 16px !important;
        font-weight: 300 !important;
        font-size: 14px !important;
        line-height: 1.6 !important;
        white-space: nowrap;
        text-transform: uppercase;
    }

    .cognito .c-validation {
        border-radius: 0;
        background-clip: padding-box;
        background-color: #d9534f;
        padding: 5px;
        margin-top: 1px;
    }

fieldset {
    margin: 0;
    min-width: 0;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

legend {
    width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label, legend {
    display: block;
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    color: #6a6a6a;
}

input[type=search] {
    box-sizing: border-box;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
    font-size: 16px;
}

.form-control, output {
    display: block;
    line-height: 1.6;
    color: #555;
}

.form-control {
    width: 100%;
    height: 39px;
    padding: 6px 12px;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

    .form-control:focus {
        outline: none;
        border-color: #00a6fb;
    }

    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #eee;
        opacity: 1;
    }

    .form-control[disabled], fieldset[disabled] .form-control {
        cursor: not-allowed;
    }

textarea.form-control {
    height: auto;
}

input[type=search] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 39px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 33px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 49px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 25px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
        font-size: 14px;
    }

    .checkbox-inline input[type=checkbox], .checkbox input[type=checkbox], .radio-inline input[type=radio], .radio input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px;\9
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .checkbox label, fieldset[disabled] .radio-inline, fieldset[disabled] .radio label, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 41px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.input-sm {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 33px;
    line-height: 33px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 33px;
    line-height: 33px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 33px;
    min-height: 39px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
}

.input-lg {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg {
    height: 49px;
    line-height: 49px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 49px;
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 49px;
    line-height: 49px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 49px;
    min-height: 45px;
    padding: 11px 16px;
    font-size: 20px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 48.75px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 39px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 49px;
    height: 49px;
    line-height: 49px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 33px;
    height: 33px;
    line-height: 33px;
}

.has-success .checkbox, .has-success .checkbox-inline, .has-success.checkbox-inline label, .has-success.checkbox label, .has-success .control-label, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.radio-inline label, .has-success.radio label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning.checkbox-inline label, .has-warning.checkbox label, .has-warning .control-label, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.radio-inline label, .has-warning.radio label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error.checkbox-inline label, .has-error.checkbox label, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.radio-inline label, .has-error.radio label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 30px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #848484;
}

@media (min-width:769px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 32px;
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}

    .form-horizontal .form-group:after, .form-horizontal .form-group:before {
        content: " ";
        display: table;
    }

    .form-horizontal .form-group:after {
        clear: both;
    }

@media (min-width:769px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width:769px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 20px;
    }
}

@media (min-width:769px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 14px;
    }
}

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-color: #d9534f;
    background-color: #fdf7f7;
}

span.wpcf7-not-valid-tip {
    border-radius: 3px;
    background-clip: padding-box;
    margin-top: 2px;
    background-color: #d9534f;
    color: #fff !important;
    font-size: 12px !important;
    padding: 5px !important;
    font-style: italic;
}

div.wpcf7-validation-errors {
    display: none !important;
}

form.post-password-form {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-radius: 3px;
    background-clip: padding-box;
    padding: 10px;
    background-color: #fff;
    max-width: 350px;
}

    form.post-password-form p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    form.post-password-form label {
        font-weight: 400;
    }

        form.post-password-form label input {
            display: block;
        }

            form.post-password-form label input[type=password] {
                border-radius: 3px;
                width: 100%;
                -webkit-appearance: none;
                border: 1px solid #eaeaea;
                background-clip: padding-box;
                padding: 10px;
                margin-bottom: 10px;
            }

    .btn, .single-event .location a, .widget-container .search form input[type=submit], form.post-password-form input[type=submit] {
        display: inline-block;
        margin-bottom: 0;
        font-weight: 300 !important;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        text-transform: uppercase;
        padding: 6px 16px;
        font-size: 14px;
        line-height: 1.6;
        border-radius: 3px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-decoration: none !important;
    }

        .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, .single-event .location a.active.focus, .single-event .location a.active:focus, .single-event .location a.focus, .single-event .location a:active.focus, .single-event .location a:active:focus, .single-event .location a:focus, .widget-container .search form input[type=submit].active.focus, .widget-container .search form input[type=submit].active:focus, .widget-container .search form input[type=submit].focus, .widget-container .search form input[type=submit]:active.focus, .widget-container .search form input[type=submit]:active:focus, .widget-container .search form input[type=submit]:focus, form.post-password-form input[type=submit].active.focus, form.post-password-form input[type=submit].active:focus, form.post-password-form input[type=submit].focus, form.post-password-form input[type=submit]:active.focus, form.post-password-form input[type=submit]:active:focus, form.post-password-form input[type=submit]:focus {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        .btn.focus, .btn:focus, .btn:hover, .single-event .location a.focus, .single-event .location a:focus, .single-event .location a:hover, .widget-container .search form input[type=submit].focus, .widget-container .search form input[type=submit]:focus, .widget-container .search form input[type=submit]:hover, form.post-password-form input[type=submit].focus, form.post-password-form input[type=submit]:focus, form.post-password-form input[type=submit]:hover {
            color: #444;
            text-decoration: none;
        }

        .btn.active, .btn:active, .single-event .location a.active, .single-event .location a:active, .widget-container .search form input[type=submit].active, .widget-container .search form input[type=submit]:active, form.post-password-form input[type=submit].active, form.post-password-form input[type=submit]:active {
            outline: 0;
            background-image: none;
            box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
        }

        .btn.disabled, .btn[disabled], .single-event .location a.disabled, .single-event .location a[disabled], .widget-container .search form input[type=submit].disabled, .widget-container .search form input[type=submit][disabled], fieldset[disabled] .btn, fieldset[disabled] .single-event .location a, fieldset[disabled] .widget-container .search form input[type=submit], fieldset[disabled] form.post-password-form input[type=submit], form.post-password-form input[type=submit].disabled, form.post-password-form input[type=submit][disabled] {
            cursor: not-allowed;
            -webkit-opacity: .65;
            -moz-opacity: .65;
            opacity: .65;
            box-shadow: none;
        }

@media (max-width:480px) {
    .btn, .single-event .location a, .widget-container .search form input[type=submit], form.post-password-form input[type=submit] {
        display: block;
    }
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #444;
    background-color: #fcfcfc;
    border-color: #c4c4c4;
}

    .btn-default.focus, .btn-default:focus {
        color: #444;
        background-color: #e3e3e3;
        border-color: #848484;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #444;
        background-color: #e3e3e3;
        border-color: #a5a5a5;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #444;
            background-color: #d1d1d1;
            border-color: #848484;
        }

    .btn-default.active, .btn-default:active, .open > .btn-default.dropdown-toggle {
        background-image: none;
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fcfcfc;
        border-color: #c4c4c4;
    }

    .btn-default .badge {
        color: #fcfcfc;
        background-color: #444;
    }

.btn-primary, .single-event .location a, .widget-container .search form input[type=submit], form.post-password-form input[type=submit] {
    color: #fff;
    background-color: #c60751;
    border-color: #ad0647;
}

    .btn-primary.focus, .btn-primary:focus, .single-event .location a.focus, .single-event .location a:focus, .widget-container .search form input[type=submit].focus, .widget-container .search form input[type=submit]:focus, form.post-password-form input[type=submit].focus, form.post-password-form input[type=submit]:focus {
        color: #fff;
        background-color: #95053d;
        border-color: #320215;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle, .open > .single-event .location a.dropdown-toggle, .open > .widget-container .search form input[type=submit].dropdown-toggle, .open > form.post-password-form input[type=submit].dropdown-toggle, .single-event .location a.active, .single-event .location a:active, .single-event .location a:hover, .widget-container .search form input[type=submit].active, .widget-container .search form input[type=submit]:active, .widget-container .search form input[type=submit]:hover, form.post-password-form input[type=submit].active, form.post-password-form input[type=submit]:active, form.post-password-form input[type=submit]:hover {
        color: #fff;
        background-color: #95053d;
        border-color: #72042f;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover, .open > .single-event .location a.dropdown-toggle.focus, .open > .single-event .location a.dropdown-toggle:focus, .open > .single-event .location a.dropdown-toggle:hover, .open > .widget-container .search form input[type=submit].dropdown-toggle.focus, .open > .widget-container .search form input[type=submit].dropdown-toggle:focus, .open > .widget-container .search form input[type=submit].dropdown-toggle:hover, .open > form.post-password-form input[type=submit].dropdown-toggle.focus, .open > form.post-password-form input[type=submit].dropdown-toggle:focus, .open > form.post-password-form input[type=submit].dropdown-toggle:hover, .single-event .location a.active.focus, .single-event .location a.active:focus, .single-event .location a.active:hover, .single-event .location a:active.focus, .single-event .location a:active:focus, .single-event .location a:active:hover, .widget-container .search form input[type=submit].active.focus, .widget-container .search form input[type=submit].active:focus, .widget-container .search form input[type=submit].active:hover, .widget-container .search form input[type=submit]:active.focus, .widget-container .search form input[type=submit]:active:focus, .widget-container .search form input[type=submit]:active:hover, form.post-password-form input[type=submit].active.focus, form.post-password-form input[type=submit].active:focus, form.post-password-form input[type=submit].active:hover, form.post-password-form input[type=submit]:active.focus, form.post-password-form input[type=submit]:active:focus, form.post-password-form input[type=submit]:active:hover {
            color: #fff;
            background-color: #72042f;
            border-color: #320215;
        }

    .btn-primary.active, .btn-primary:active, .open > .btn-primary.dropdown-toggle, .open > .single-event .location a.dropdown-toggle, .open > .widget-container .search form input[type=submit].dropdown-toggle, .open > form.post-password-form input[type=submit].dropdown-toggle, .single-event .location a.active, .single-event .location a:active, .widget-container .search form input[type=submit].active, .widget-container .search form input[type=submit]:active, form.post-password-form input[type=submit].active, form.post-password-form input[type=submit]:active {
        background-image: none;
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, .single-event .location a.disabled.focus, .single-event .location a.disabled:focus, .single-event .location a.disabled:hover, .single-event .location a[disabled].focus, .single-event .location a[disabled]:focus, .single-event .location a[disabled]:hover, .widget-container .search form input[type=submit].disabled.focus, .widget-container .search form input[type=submit].disabled:focus, .widget-container .search form input[type=submit].disabled:hover, .widget-container .search form input[type=submit][disabled].focus, .widget-container .search form input[type=submit][disabled]:focus, .widget-container .search form input[type=submit][disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .single-event .location a.focus, fieldset[disabled] .single-event .location a:focus, fieldset[disabled] .single-event .location a:hover, fieldset[disabled] .widget-container .search form input[type=submit].focus, fieldset[disabled] .widget-container .search form input[type=submit]:focus, fieldset[disabled] .widget-container .search form input[type=submit]:hover, fieldset[disabled] form.post-password-form input[type=submit].focus, fieldset[disabled] form.post-password-form input[type=submit]:focus, fieldset[disabled] form.post-password-form input[type=submit]:hover, form.post-password-form input[type=submit].disabled.focus, form.post-password-form input[type=submit].disabled:focus, form.post-password-form input[type=submit].disabled:hover, form.post-password-form input[type=submit][disabled].focus, form.post-password-form input[type=submit][disabled]:focus, form.post-password-form input[type=submit][disabled]:hover {
        background-color: #c60751;
        border-color: #ad0647;
    }

    .btn-primary .badge, .single-event .location a .badge, .widget-container .search form input[type=submit] .badge, form.post-password-form input[type=submit] .badge {
        color: #c60751;
        background-color: #fff;
    }

.btn-secondary {
    color: #fff;
    background-color: #c60751;
    border-color: #ad0647;
}

    .btn-secondary.focus, .btn-secondary:focus {
        color: #fff;
        background-color: #95053d;
        border-color: #320215;
    }

    .btn-secondary.active, .btn-secondary:active, .btn-secondary:hover, .open > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #95053d;
        border-color: #72042f;
    }

        .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary:active.focus, .btn-secondary:active:focus, .btn-secondary:active:hover, .open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
            color: #fff;
            background-color: #72042f;
            border-color: #320215;
        }

    .btn-secondary.active, .btn-secondary:active, .open > .btn-secondary.dropdown-toggle {
        background-image: none;
    }

    .btn-secondary.disabled.focus, .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled].focus, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary.focus, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:hover {
        background-color: #c60751;
        border-color: #ad0647;
    }

    .btn-secondary .badge {
        color: #c60751;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.active, .btn-success:active, .open > .btn-success.dropdown-toggle {
        background-image: none;
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.active, .btn-info:active, .open > .btn-info.dropdown-toggle {
        background-image: none;
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.active, .btn-warning:active, .open > .btn-warning.dropdown-toggle {
        background-image: none;
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.active, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
        background-image: none;
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-link {
    border-radius: 3px;
    background-clip: padding-box;
    color: #444;
    font-weight: 400 !important;
    background-color: transparent !important;
    border-color: #f1f1f1 !important;
}

    .btn-link:before {
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f060";
        margin-right: 8px;
        color: #848484;
    }

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: #f7f7f7;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: #f7f7f7;
        }

            .btn-link:focus, .btn-link:hover {
                color: #848484;
                text-decoration: underline;
                background-color: #f7f7f7;
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none;
            }

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm {
    padding: 5px 10px;
}

.btn-sm, .btn-xs {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.text-color {
    color: #444;
}

.text-color-bg {
    background-color: #444;
}

.brand-primary {
    color: #0073ae;
}

.brand-primary-bg {
    background-color: #0073ae;
}

.brand-secondary {
    color: #c60751;
}

.brand-secondary-bg {
    background-color: #c60751;
}

.link-color {
    color: #c60751;
}

.link-color-bg {
    background-color: #c60751;
}

@media (max-width:1200px) {
    .text-right-lg {
        text-align: right;
    }
}

@media (max-width:992px) {
    .text-right-md {
        text-align: right;
    }
}

@media (max-width:769px) {
    .text-right-sm {
        text-align: right;
    }
}

@media (max-width:480px) {
    .text-right-xs {
        text-align: right;
    }
}

@media (max-width:1200px) {
    .text-center-lg {
        text-align: center;
    }
}

@media (max-width:992px) {
    .text-center-md {
        text-align: center;
    }
}

@media (max-width:769px) {
    .text-center-sm {
        text-align: center;
    }
}

@media (max-width:480px) {
    .text-center-xs {
        text-align: center;
    }
}

@media (max-width:1200px) {
    .text-left-lg {
        text-align: left;
    }
}

@media (max-width:992px) {
    .text-left-md {
        text-align: left;
    }
}

@media (max-width:769px) {
    .text-left-sm {
        text-align: left;
    }
}

@media (max-width:480px) {
    .text-left-xs {
        text-align: left;
    }
}

img {
    max-width: 100%;
    height: auto;
}

    img.alignleft, img.float-left {
        float: left;
        margin: 0 15px 15px 0;
    }

    img.aligncenter, img.float-center {
        display: block;
        margin: 15px auto;
    }

    img.alignright, img.float-right {
        float: right;
        margin: 0 0 15px 15px;
    }

@media (max-width:769px) {
    img.aligncenter, img.alignleft, img.alignright, img.float-center, img.float-left, img.float-right {
        float: none;
        display: block;
        margin: 15px auto;
    }
}

.clear-col-flotation, .clear-flotation {
    float: none;
    clear: both;
}

.clear-col-flotation {
    width: 100%;
}

.clear-list, .page-template-tmpl-sitemap #content ul, .physician-leters-search {
    margin: 0;
    padding: 0;
    list-style: none;
}

.center-block-element {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.responsive-frame {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

    .responsive-frame iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#content-banner {
    background-color: #eee;
    height: 400px;
    overflow: hidden;
}

@media (max-width:1320px) {
    #content-banner {
        height: auto;
    }
}

#content-banner:empty {
    display: none;
}

#content-banner img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#content {
    padding: 30px 0 60px;
}

@media (max-width:1200px) {
    #content .breadcrumb, #content h1 {
        display: none;
    }
}

@media (max-width:480px) {
    #content {
        padding: 30px 0;
    }
}

@media (max-width:1200px) {
    .archive #content .breadcrumb, .archive #content h1, .blog #content .breadcrumb, .blog #content h1, .search-results #content .breadcrumb, .search-results #content h1, .single #content .breadcrumb, .single #content h1 {
        display: block;
        color: #00517b;
        font-weight: 400;
    }
}

#responsive-banners {
    background-image: linear-gradient(120deg,#006ca4,#0095e1);
    padding: 0;
}

@media (min-width:1200px) {
    #responsive-banners {
        display: none;
    }
}

#responsive-banners .breadcrumb-holder {
    background-color: #00669a;
    position: relative;
}

@media (max-width:769px) {
    #responsive-banners .breadcrumb-holder:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: inherit;
        width: 60px;
        height: 35px;
        content: '';
        display: block;
        background: linear-gradient(90deg,transparent,#00669a);
    }
}

.main-content .main-featured-img {
    margin-bottom: 30px;
}
.main-content p:empty {
    display: none;
}

.main-content ul {
    list-style-type: none;
    padding-left: 10px;
    clear: both;
}

    .main-content ul li {
        position: relative;
        padding: 4px 0 4px 20px;
    }

        .main-content ul li:before {
            top: 8px;
            left: 0;
            display: inline-block;
            font: normal normal normal 16px FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            color: #0073ae;
            content: "\f105";
        }

        .main-content ul li:after, .main-content ul li:before {
            position: absolute;
            right: auto;
            bottom: auto;
            z-index: inherit;
        }

        .main-content ul li:after {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            background-clip: padding-box;
            top: 7.5px;
            left: -7px;
            content: "";
            display: block;
            border: 1px solid #0472aa;
        }

        .main-content ul li ul {
            margin-top: 5px;
            margin-bottom: 5px;
        }

            .main-content ul li ul li {
                padding-left: 15px;
            }

                .main-content ul li ul li:after {
                    display: none;
                }

                .main-content ul li ul li:before {
                    color: #004062;
                }

    .main-content ul.list-group > li:after, .main-content ul.list-group > li:before {
        display: none;
    }

    .main-content ul.logo-list li {
        box-shadow: 0 0 8px rgba(0,0,0,.2);
        display: inline-block;
        width: 32%;
        text-align: center;
        padding: 0;
        margin: 2px;
    }

        .main-content ul.logo-list li:after, .main-content ul.logo-list li:before {
            display: none;
        }

@media (max-width:560px) {
    .main-content ul.logo-list li {
        width: 48%;
    }
}

.main-content ul.logo-list li a img {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.main-content ol {
    clear: both;
}

    .main-content ol li {
        padding: 4px 0 4px 15px;
    }

@media (max-width:480px) {
    .main-content ol, .main-content ul {
        font-weight: 400;
    }
}

.main-content a {
    font-weight: 500;
    text-decoration: underline;
}

    .main-content a:hover {
        text-decoration: none;
    }

    .main-content a.external-link:after, .main-content a[href$=".doc"]:after, .main-content a[href$=".docx"]:after, .main-content a[href$=".pdf"]:after, .main-content a[href$=".ppt"]:after, .main-content a[href$=".pptx"]:after {
        display: inline-block;
        font: normal normal normal 14px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 12px !important;
        color: #5e5e5e;
        margin-left: 5px;
    }

    .main-content a.external-link:active, .main-content a.external-link:focus, .main-content a.external-link:hover, .main-content a[href$=".doc"]:active, .main-content a[href$=".doc"]:focus, .main-content a[href$=".doc"]:hover, .main-content a[href$=".docx"]:active, .main-content a[href$=".docx"]:focus, .main-content a[href$=".docx"]:hover, .main-content a[href$=".pdf"]:active, .main-content a[href$=".pdf"]:focus, .main-content a[href$=".pdf"]:hover, .main-content a[href$=".ppt"]:active, .main-content a[href$=".ppt"]:focus, .main-content a[href$=".ppt"]:hover, .main-content a[href$=".pptx"]:active, .main-content a[href$=".pptx"]:focus, .main-content a[href$=".pptx"]:hover {
        text-decoration: none;
    }

    .main-content a[href$=".pdf"]:after {
        content: "\f1c1";
    }

    .main-content a[href$=".doc"]:after, .main-content a[href$=".docx"]:after {
        content: "\f0f6";
    }

    .main-content a[href$=".ppt"]:after, .main-content a[href$=".pptx"]:after {
        content: "\f1c4";
    }

    .main-content a.external-link:after {
        content: "\f08e";
    }

.main-content h1 > a {
    font-weight: 400;
    text-decoration: none;
}

.article-footer {
    clear: both;
    padding: 12px;
    background-color: #f4f4f4;
    font-size: 14px;
    margin-top: 15px;
    overflow: hidden;
}

    .article-footer p {
        margin: 0 0 5px;
    }

        .article-footer p .icon {
            color: #0073ae;
        }

    .article-footer a {
        color: inherit;
        text-decoration: underline;
    }

        .article-footer a:active, .article-footer a:focus, .article-footer a:hover {
            color: #c60751;
        }

.home-widgets h3 {
    margin-top: 0;
}

@media (min-width:769px) {
    .home-widgets hr {
        display: none;
    }
}

.widget-container .search form br {
    display: none;
}

.widget-container .search form p {
    margin-bottom: 10px;
}

    .widget-container .search form p label {
        margin-top: 15px;
    }

    .widget-container .search form p input[type=text] {
        width: 100%;
    }

.wp-caption {
    width: 100% !important;
}

.navigation {
    clear: both;
    overflow: hidden;
}

footer {
    margin-top: 15px;
    font-size: 14px;
    margin-bottom: 50px;
}

#footer {
    padding: 15px 0;
}

#prefooter {
    padding: 25px 0;
    border-top: 1px solid #eee;
    background-color: #f9f9f9;
}

@media (max-width:992px) {
    #prefooter {
        display: none;
    }
}

#prefooter h5 {
    margin-top: 0;
}

#prefooter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #prefooter ul li a {
        color: #444;
        display: block;
        padding: 4px 0;
        border-bottom: 1px dotted #ddd;
    }

        #prefooter ul li a:active, #prefooter ul li a:focus, #prefooter ul li a:hover {
            text-decoration: none;
            color: #c60751;
            border-color: #c60751;
        }

#footer {
    color: #fff;
    font-weight: 300;
}

    #footer p {
        margin: 0;
    }

        #footer p a, #footer p a:active, #footer p a:hover {
            color: #fff;
            text-decoration: underline;
        }

            #footer p a:active, #footer p a:hover {
                color: hsla(0,0%,100%,.7);
            }

.social-links {
    margin: 8px 0;
    padding: 0;
    list-style-type: none;
}

    .social-links li {
        display: inline-block;
        padding-right: 4px;
    }

        .social-links li a {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background-clip: padding-box;
            background-color: #fff;
            color: transparent;
            text-align: center;
            display: block;
            -webkit-opacity: .8;
            -moz-opacity: .8;
            opacity: .8;
            font-size: 20px;
        }

            .social-links li a strong {
                display: none;
            }

@media (min-width:1200px) {
    .social-links li a {
        transition: .2s ease-in-out;
    }
}

.social-links li a.youtube {
    color: #c62122;
}

.social-links li a.twitter {
    color: #41b4d3;
}

.social-links li a.face {
    color: #4366a7;
}

.social-links li a.pinterest {
    color: #c62122;
}

.social-links li a.blog {
    color: #0073ae;
}

.social-links li a:active, .social-links li a:focus, .social-links li a:hover {
    box-shadow: 1px 2px 12px rgba(0,0,0,.35);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.norton-seal {
    display: block;
    width: 80px;
    height: auto;
}

@media (max-width:769px) {
    .norton-seal {
        margin: 8px auto;
    }
}

.search-results article {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    max-height: 90px;
    overflow: hidden;
}

    .search-results article h1 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 10px;
        margin: 10px 0;
    }

        .search-results article h1 a {
            text-decoration: underline;
        }

    .search-results article p {
        font-weight: 300;
        font-size: 14px;
    }

    .search-results article:hover {
        background-color: #f9f9f9;
    }

.search-result-page-content {
    display: none;
}

.page-template-tmpl-sitemap #content ul li {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f4f4f4;
}

    .page-template-tmpl-sitemap #content ul li a {
        font-size: 20px;
        color: #0073ae;
        font-family: Roboto,sans-serif;
        font-weight: 500;
        display: block;
    }

        .page-template-tmpl-sitemap #content ul li a:active, .page-template-tmpl-sitemap #content ul li a:focus, .page-template-tmpl-sitemap #content ul li a:hover {
            text-decoration: none;
        }

.page-template-tmpl-sitemap #content ul ul li {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    margin-bottom: 0;
}

    .page-template-tmpl-sitemap #content ul ul li a {
        font-size: 16px;
        color: #c60751;
        font-weight: 300;
    }

.page-template-tmpl-sitemap #content ul ul ul {
    padding-left: 15px;
    background-color: #fff;
}

    .page-template-tmpl-sitemap #content ul ul ul li {
        background-color: #fff;
        border-bottom: none;
        border-bottom: 1px dotted #ddd;
    }

        .page-template-tmpl-sitemap #content ul ul ul li:last-child, .page-template-tmpl-sitemap #content ul ul ul ul li {
            border-bottom: none;
        }

.page-template-tmpl-sitemap #content li.page-item-11, .page-template-tmpl-sitemap #content li.page-item-13 {
    display: none;
}

body.page-template-tmpl-landing-page {
    background-color: #f1f1f1;
}

    body.page-template-tmpl-landing-page #content {
        padding: 0;
    }

        body.page-template-tmpl-landing-page #content .container {
            background-color: #fff;
            padding-left: 0;
            padding-right: 0;
        }

            body.page-template-tmpl-landing-page #content .container .landing-holder {
                padding-left: 15px;
                padding-right: 15px;
                padding-bottom: 60px;
            }

    body.page-template-tmpl-landing-page footer {
        margin-top: 0;
    }

    body.page-template-tmpl-landing-page .responsive-frame, body.page-template-tmpl-landing-page img.aligncenter, body.page-template-tmpl-landing-page img.float-center {
        margin-top: 0;
        margin-bottom: 40px;
    }

header.magnet-header {
    box-shadow: 0 1px 4px rgba(0,0,0,.15);
    background-image: none;
    border: none;
}

@media (max-width:1200px) {
    header.magnet-header .somc-logo-col {
        padding-top: 5px;
    }
}

@media (max-width:480px) {
    header.magnet-header .somc-logo-col {
        padding-top: 10px;
    }
}

header.magnet-header .magnet-logo-col {
    text-align: right;
}

@media (max-width:1200px) {
    header.magnet-header .magnet-logo-col img {
        width: 90px;
    }
}

@media (max-width:480px) {
    header.magnet-header .magnet-logo-col, header.magnet-header .somc-logo-col {
        width: 50%;
    }
}

header.magnet-header .toggle-btn-holder {
    background-color: #006295;
    position: relative;
    min-height: 40px;
}

@media (min-width:1200px) {
    header.magnet-header .toggle-btn-holder {
        display: none;
    }
}

header.magnet-header .toggle-btn-holder .frame {
    top: 10px;
}

    header.magnet-header .toggle-btn-holder .frame .menu-icon .line-1, header.magnet-header .toggle-btn-holder .frame .menu-icon .line-2, header.magnet-header .toggle-btn-holder .frame .menu-icon .line-3 {
        background-color: #fff;
    }

@media (max-width:1200px) {
    body#magnet-tmpl {
        padding-top: 128px;
    }
}

@media (min-width:1200px) {
    body#magnet-tmpl li#menu-item-77 .caret {
        top: -12px;
    }
}

body#magnet-tmpl .sidebar-title a, body#magnet-tmpl .sidebar-title a:active, body#magnet-tmpl .sidebar-title a:focus, body#magnet-tmpl .sidebar-title a:hover {
    background-color: #fff;
    border-left: none;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    padding-left: 5px;
    padding-bottom: 15px;
    cursor: default;
}

@media (max-width:1200px) {
    body#magnet-tmpl .sidebar-title a, body#magnet-tmpl .sidebar-title a:active, body#magnet-tmpl .sidebar-title a:focus, body#magnet-tmpl .sidebar-title a:hover {
        background-color: #00517b !important;
        border-color: #00517b !important;
        color: #fff !important;
        font-size: 18px !important;
        padding: 20px !important;
        text-transform: none !important;
    }
}

body#magnet-tmpl aside .textwidget p {
    display: none !important;
}

@media (max-width:1200px) {
    body#magnet-tmpl aside {
        display: block;
        position: fixed;
        top: 0;
        right: auto;
        bottom: 0;
        left: -410px;
        z-index: 6;
        transition: .25s ease-in-out;
        box-shadow: 1px 0 4px rgba(0,0,0,.4);
        background-color: #fff;
        width: 400px;
    }

        body#magnet-tmpl aside.sidebar-active {
            left: 0;
        }

        body#magnet-tmpl aside ul#menu-main-sidebar > li > a {
            display: block;
            color: #777;
            font-size: 14px;
            padding: 10px 15px;
            line-height: 25px;
            text-transform: uppercase;
            font-weight: 400;
            border-bottom: 1px solid #ddd;
        }

            body#magnet-tmpl aside ul#menu-main-sidebar > li > a:active, body#magnet-tmpl aside ul#menu-main-sidebar > li > a:focus, body#magnet-tmpl aside ul#menu-main-sidebar > li > a:hover {
                text-decoration: none;
                color: #fff;
                background-color: #006295;
            }

            body#magnet-tmpl aside ul#menu-main-sidebar > li > a .caret {
                float: right;
                position: relative;
                top: 8px;
                margin-right: 5px;
            }

        body#magnet-tmpl aside ul#menu-main-sidebar > .active a:active, body#magnet-tmpl aside ul#menu-main-sidebar > .active a:focus, body#magnet-tmpl aside ul#menu-main-sidebar > .active a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #c60751;
        }

        body#magnet-tmpl aside ul#menu-main-sidebar .caret {
            position: absolute;
            top: 0;
            right: 0;
            bottom: auto;
            left: 0;
            z-index: inherit;
            margin: 0;
            width: 100%;
            padding: 0 20px;
            border: none;
            top: -25px !important;
            margin-right: -15px !important;
        }

            body#magnet-tmpl aside ul#menu-main-sidebar .caret:after {
                position: absolute;
                top: 0;
                right: 15px;
                bottom: auto;
                left: auto;
                z-index: inherit;
                content: '\f107';
                display: inline-block;
                font-family: FontAwesome;
                font-size: 20px !important;
                border-left: 1px solid #ddd;
                padding-left: 10px;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            body#magnet-tmpl aside ul#menu-main-sidebar .caret:active, body#magnet-tmpl aside ul#menu-main-sidebar .caret:focus, body#magnet-tmpl aside ul#menu-main-sidebar .caret:hover {
                background-color: transparent;
            }
}

@media (max-width:480px) {
    body#magnet-tmpl aside {
        width: 320px;
    }

        body#magnet-tmpl aside ul#menu-main-sidebar > li > a {
            font-size: 13px;
        }
}

body#magnet-tmpl .main-content img {
    border: 2px solid #f1f1f1;
}

body#magnet-tmpl .main-content .main-featured-img img {
    border: none;
}

body#magnet-tmpl .main-content a.external-link:after, body#magnet-tmpl .main-content a[href$=".doc"]:after, body#magnet-tmpl .main-content a[href$=".docx"]:after, body#magnet-tmpl .main-content a[href$=".pdf"]:after, body#magnet-tmpl .main-content a[href$=".ppt"]:after, body#magnet-tmpl .main-content a[href$=".pptx"]:after {
    display: none;
}

section#magnet-home {
    padding: 80px 0;
}

    section#magnet-home form {
        margin: 0 auto;
    }

section.physician-search .article-header h1 {
    margin-bottom: 10px;
}

section.physician-search .article-header h2 {
    margin-bottom: 30px;
}

    section.physician-search .article-header h2 small {
        display: inline-block;
        font-size: 100%;
        color: #000;
    }

section.physician-search hr.physician-reulst-list-divider {
    border-top: 1px solid #f7f7f7;
    margin: 15px 0;
}

    section.physician-search hr.physician-reulst-list-divider:before {
        display: none;
    }

.physician-result-list {
    margin-top: 25px;
}

.physician-result-holder .no-result, .physician-result-holder a {
    border: 1px solid transparent;
    border-top-color: #f7f7f7;
    display: block;
    padding: 15px;
    overflow: hidden;
}

@media (min-width:1200px) {
    .physician-result-holder .no-result > *, .physician-result-holder a > * {
        transition: .25s ease-in-out;
    }
}

@media (min-width:1200px) {
    .physician-result-holder .no-result:hover, .physician-result-holder a:hover {
        box-shadow: 0 0 14px rgba(0,0,0,.12);
        background-color: #fcfcfc;
        border-color: #eaeaea;
    }

        .physician-result-holder .no-result:hover .physician-result-img, .physician-result-holder a:hover .physician-result-img {
            box-shadow: none;
        }

        .physician-result-holder .no-result:hover .physician-result-data h3, .physician-result-holder a:hover .physician-result-data h3 {
            color: #c60751;
        }
}

.physician-result-holder .no-result .physician-result-img {
    text-align: center;
    padding-top: 24px;
}

@media (max-width:480px) {
    .physician-result-holder .no-result .physician-result-img {
        float: none;
        margin: 0 auto 15px;
        padding-top: 5px;
    }
}

.physician-result-holder .no-result .physician-result-img .no-physician-icon {
    font-size: 60px;
    color: #ddd;
}

.physician-result-holder .no-result .physician-result-data {
    width: 80%;
}

@media (max-width:992px) {
    .physician-result-holder .no-result .physician-result-data {
        width: 60%;
    }
}

@media (max-width:480px) {
    .physician-result-holder .no-result .physician-result-data {
        width: 100%;
        text-align: center;
    }
}

.physician-result-holder .no-result:hover {
    background-color: inherit;
    border-color: #f7f7f7;
}

    .physician-result-holder .no-result:hover .physician-result-data h3 {
        color: inherit;
    }

.physician-result-img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 1px 2px 12px rgba(0,0,0,.15);
    border: 2px solid #fff;
    float: left;
    overflow: hidden;
    margin-right: 30px;
}

@media (max-width:480px) {
    .physician-result-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-clip: padding-box;
        margin-right: 15px;
    }
}

@media (max-width:340px) {
    .physician-result-img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-clip: padding-box;
        margin: 0 0 15px;
        float: none;
    }
}

.physician-result-data {
    float: left;
}

    .physician-result-data h3 {
        clear: none;
        margin-top: 0;
    }

    .physician-result-data p {
        margin-bottom: 0;
        color: #777;
        font-size: 14px;
    }

        .physician-result-data p strong {
            font-weight: 400;
            color: #5e5e5e;
        }

.physician-search-holder {
    border-radius: 3px;
    background-clip: padding-box;
    background-color: #f9f9f9;
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .physician-search-holder h3 {
        margin-top: 0;
    }

    .physician-search-holder p.search-explain {
        font-size: 14px;
        margin-bottom: 20px;
    }

@media (min-width:1200px) {
    .physician-search-holder .search-physician-btn {
        display: block;
        width: 100%;
    }
}

.physician-leters-search li {
    display: inline-block;
    float: left;
    text-align: center;
}

    .physician-leters-search li a {
        width: 24px;
        height: 24px;
        border-radius: 3px;
        background-clip: padding-box;
        box-shadow: 0 0 4px rgba(0,0,0,.1);
        font-size: 14px;
        font-weight: 400;
        padding-top: .5px;
        display: block;
        border: 1px solid #e2e2e2;
        background-color: #fff;
        margin: 0 6px 6px 0;
    }

        .physician-leters-search li a:hover {
            text-decoration: none;
            background-color: #c60751;
            border-color: #c60751;
            color: #fff;
        }

        .physician-leters-search li a.active, .physician-leters-search li a.active:active, .physician-leters-search li a.active:focus, .physician-leters-search li a.active:hover {
            background-color: #0073ae;
            border-color: #0073ae;
            color: #fff;
            cursor: default;
        }

section.physician-bio .physician-bio-header .physician-result-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-clip: padding-box;
    margin: 20px auto 0;
    float: none;
}

@media (max-width:620px) {
    section.physician-bio .physician-bio-header .physician-result-img {
        margin-top: 0;
        margin-bottom: 15px;
    }
}

section.physician-bio .physician-bio-header h1 {
    margin-bottom: 0;
    display: block !important;
    color: #00517b !important;
}

@media (max-width:1200px) {
    section.physician-bio .physician-bio-header h1 {
        margin-top: 0;
    }
}

section.physician-bio .physician-bio-header h2 {
    margin-bottom: 15px;
}

    section.physician-bio .physician-bio-header h2 small {
        display: inline-block;
        font-size: 100%;
        color: #0073ae;
    }

@media (max-width:620px) {
    section.physician-bio .physician-bio-header h1, section.physician-bio .physician-bio-header h2 {
        text-align: center;
    }

    section.physician-bio .physician-bio-header h2 {
        margin-bottom: 15px;
    }
}

section.physician-bio .physician-bio-header p.contact {
    margin-bottom: 3px;
    color: #777;
}

    section.physician-bio .physician-bio-header p.contact .contact-icon {
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-clip: padding-box;
        font-size: 14px;
        padding-top: 5px;
        margin-right: 8px;
        text-align: center;
        border: 2px solid #ddd;
    }

    section.physician-bio .physician-bio-header p.contact strong {
        font-weight: 400;
    }

    section.physician-bio .physician-bio-header p.contact.contact-location {
        display: none;
    }

@media (max-width:620px) {
    .physician-bio-credentials, .physician-bio-img {
        float: none;
        width: 100%;
    }
}

@media (max-width:620px) {
    .physician-bio-credentials p {
        text-align: center;
    }

        .physician-bio-credentials p .contact-icon {
            display: none;
        }
}

.physician-page-not-found {
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #f9f9f9;
    text-align: center;
    padding: 40px 20px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav:after, .nav:before {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block;
    }

        .nav > li > a {
            padding: 10px 15px;
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #c60751;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
    padding-left: 0 !important;
}

    .nav-tabs > li {
        float: left;
        padding: 0 !important;
        margin-bottom: -1px;
    }

        .nav-tabs > li:after, .nav-tabs > li:before {
            display: none !important;
        }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.6;
            color: #444;
            font-weight: 500;
            font-size: 18px;
            padding-left: 35px;
            padding-right: 35px;
            padding-bottom: 5px;
        }

            .nav-tabs > li > a, .nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
                text-decoration: none;
            }

                .nav-tabs > li > a:hover {
                    background-color: transparent;
                }

@media (max-width:480px) {
    .nav-tabs > li > a {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
    }
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #006295;
    background-color: #fff;
    cursor: default;
    border-bottom: 3px solid #0073ae;
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
        color: #fff;
        background-color: #0073ae;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

    .nav-justified > li, .nav-tabs.nav-justified > li {
        float: none;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:769px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd;
    }

@media (min-width:769px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown, .dropup {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 7;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 16px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 11.5px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.6;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #0073ae;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
        color: #777;
    }

        .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 4;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width:1200px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.navbar {
    position: relative;
    min-height: 50px;
    border: 1px solid transparent;
    z-index: 6;
}

    .navbar:after, .navbar:before {
        content: " ";
        display: table;
    }

    .navbar:after {
        clear: both;
    }

@media (max-width:1200px) {
    .navbar {
        min-height: 0;
        border: none;
    }
}

.navbar-header:after, .navbar-header:before {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width:1200px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse:after, .navbar-collapse:before {
        content: " ";
        display: table;
    }

    .navbar-collapse:after {
        clear: both;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:1200px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        max-height: 200px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:1200px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 7;
    border-width: 0 0 1px;
}

@media (min-width:1200px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 8;
}

@media (min-width:1200px) {
    .navbar-fixed-bottom, .navbar-fixed-top {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

#brand {
    padding: 15px 0;
}

@media (max-width:1200px) {
    #brand {
        padding: 10px 0;
    }

        #brand .container {
            width: auto;
        }
}

#brand .navbar-brand:focus, #brand .navbar-brand:hover {
    text-decoration: none;
}

#brand .navbar-brand > img {
    display: inline-block;
}

@media (max-width:1200px) {
    #brand .navbar-brand > img {
        width: 150px;
    }
}

@media (min-width:1200px) {
    .navbar > .container #brand .navbar-brand, .navbar > .container-fluid #brand .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: absolute;
    top: -56px;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: inherit;
    border-radius: 3px;
    background-clip: padding-box;
    padding: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:1200px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 6.25px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 25px;
        text-transform: uppercase;
        font-weight: 400;
    }

@media (max-width:1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 25px;
        }

            .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-nav .open .dropdown-menu > li > a:hover {
                background-image: none;
            }
}

@media (min-width:1200px) {
    .navbar-nav {
        text-align: center;
        margin: 0;
    }

        .navbar-nav > li {
            display: inline-block;
        }

            .navbar-nav > li > a {
                padding-top: 12.5px;
                padding-bottom: 12.5px;
            }
}

.navbar-form {
    margin: 5.5px -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
}

@media (min-width:769px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .navbar-form .input-group .form-control, .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn {
            width: auto;
        }

        .navbar-form .input-group > .form-control {
            width: 100%;
        }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .checkbox, .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .navbar-form .checkbox label, .navbar-form .radio label {
            padding-left: 0;
        }

        .navbar-form .checkbox input[type=checkbox], .navbar-form .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:1199px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

        .navbar-form .form-group:last-child {
            margin-bottom: 0;
        }
}

@media (min-width:1200px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 5.5px;
    margin-bottom: 5.5px;
}

    .navbar-btn.btn-sm {
        margin-top: 8.5px;
        margin-bottom: 8.5px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 12.5px;
    margin-bottom: 12.5px;
}

@media (min-width:1200px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width:1200px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

        .navbar-right ~ .navbar-right {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

@media (max-width:1200px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
}

.navbar-default .navbar-brand {
    color: #222;
}

    .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
        color: #090909;
        background-color: transparent;
    }

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #0073ae;
}

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #5e5e5e;
        background-color: transparent;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:active, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .current-page-ancestor > a, .navbar-default .navbar-nav > .current-page-ancestor > a:active, .navbar-default .navbar-nav > .current-page-ancestor > a:focus, .navbar-default .navbar-nav > .current-page-ancestor > a:hover {
    color: #fff !important;
    background-color: #00517b;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle.collapse-btn .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #004062;
    color: #fff;
}

@media (max-width:1199px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #222;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #555;
        background-color: #eeefe5;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #222;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-default .btn-link {
    color: #222;
}

    .navbar-default .btn-link:focus, .navbar-default .btn-link:hover {
        color: #333;
    }

    .navbar-default .btn-link[disabled]:focus, .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:focus, fieldset[disabled] .navbar-default .btn-link:hover {
        color: #ccc;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

    .navbar-inverse .navbar-brand {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:focus, .navbar-inverse .navbar-nav > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #090909;
        color: #fff;
    }

@media (max-width:1199px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

    .navbar-inverse .btn-link:focus, .navbar-inverse .btn-link:hover {
        color: #fff;
    }

    .navbar-inverse .btn-link[disabled]:focus, .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:focus, fieldset[disabled] .navbar-inverse .btn-link:hover {
        color: #444;
    }

.offcanvas-navbar .navbar-fixed-bottom .navbar-collapse, .offcanvas-navbar .navbar-fixed-top .navbar-collapse, .offcanvas-navbar .pre-scrollable {
    max-height: auto;
}

@media (max-width:1200px) {
    .offcanvas-navbar .container-fluid > .navbar-collapse, .offcanvas-navbar .container-fluid > .navbar-header, .offcanvas-navbar .container > .navbar-collapse, .offcanvas-navbar .container > .navbar-header {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width:1200px) {
    .offcanvas-navbar .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 6;
        transition: .25s ease-in-out;
        border: none;
        height: 100% !important;
        width: 320px;
    }
}

@media (max-width:1200px) and (max-width:400px) {
    .offcanvas-navbar .navbar-collapse {
        width: 300px;
    }
}

@media (max-width:1200px) and (max-width:340px) {
    .offcanvas-navbar .navbar-collapse {
        width: 260px;
    }
}

@media (max-width:1200px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-left {
        left: -320px;
    }
}

@media (max-width:1200px) and (max-width:400px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-left {
        left: -300px;
    }
}

@media (max-width:1200px) and (max-width:340px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-left {
        left: -260px;
    }
}

@media (max-width:1200px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-right {
        right: -320px;
    }
}

@media (max-width:1200px) and (max-width:400px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-right {
        right: -300px;
    }
}

@media (max-width:1200px) and (max-width:340px) {
    .offcanvas-navbar .navbar-collapse.offcanvas-right {
        right: -260px;
    }
}

@media (max-width:1200px) {
    .offcanvas-navbar .navbar-collapse.in {
        height: 100% !important;
    }

        .offcanvas-navbar .navbar-collapse.in.offcanvas-left {
            box-shadow: 1px 0 4px rgba(0,0,0,.4);
            left: 0;
        }

        .offcanvas-navbar .navbar-collapse.in.offcanvas-right {
            right: 0;
        }
}

@media (min-width:1200px) {
    .navbar.stiky {
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 2;
        box-shadow: 0 2px 4px rgba(0,0,0,.2);
        border: none;
    }

        .navbar.stiky ul > li > a {
            color: #fff !important;
        }

        .navbar.stiky ul > li.active > a, .navbar.stiky ul > li.current-page-ancestor > a {
            background-color: #fff !important;
            color: #0073ae !important;
        }
}

.nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    background-color: rgba(0,0,0,.7);
    display: none;
}

@media (max-width:1200px) {
    .nav-overlay.nav-overlay-active {
        display: block;
    }
}

@media (max-width:1200px) {
    #navbar {
        display: none !important;
    }
}

#navbar-mobile {
    display: none !important;
}

@media (max-width:1200px) {
    #navbar-mobile {
        display: block !important;
    }
}

.four-level-nav .four-level-nav-title {
    color: #444;
    display: block;
}

    .four-level-nav .four-level-nav-title strong {
        display: block;
    }

.panel {
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 15px 15px 15px 30px;
}

    .panel-body:after, .panel-body:before {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

    .panel-body h2 {
        font-size: 20px;
    }

    .panel-body h3 {
        font-size: 16px;
    }

    .panel-body > p:empty {
        display: none;
    }

.panel-heading {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .panel-heading > .dropdown .dropdown-toggle, .panel-title {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
}

    .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
        color: #000;
        display: block;
        padding: 10px;
        text-decoration: none;
    }

        .panel-title > .small > a i, .panel-title > .small i, .panel-title > a i, .panel-title > small > a i, .panel-title > small i {
            color: #848484;
            margin-right: 10px;
        }

        .panel-title > .small:after, .panel-title > .small > a:after, .panel-title > a:after, .panel-title > small:after, .panel-title > small > a:after {
            display: inline-block;
            font: normal normal normal 16px FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f107";
            float: right;
            position: relative;
            top: 2px;
            color: #444;
            font-size: 22px;
        }

        .panel-title > .small > a[aria-expanded=false]:after, .panel-title > .small[aria-expanded=false]:after, .panel-title > a[aria-expanded=false]:after, .panel-title > small > a[aria-expanded=false]:after, .panel-title > small[aria-expanded=false]:after {
            content: "\f106";
        }

        .panel-title > .small:active, .panel-title > .small:focus, .panel-title > .small:hover, .panel-title > .small > a:active, .panel-title > .small > a:focus, .panel-title > .small > a:hover, .panel-title > a:active, .panel-title > a:focus, .panel-title > a:hover, .panel-title > small:active, .panel-title > small:focus, .panel-title > small:hover, .panel-title > small > a:active, .panel-title > small > a:focus, .panel-title > small > a:hover {
            background-color: #f7f7f7;
        }

        .panel-title > .small:hover, .panel-title > .small > a:hover, .panel-title > a:hover, .panel-title > small:hover, .panel-title > small > a:hover {
            color: #c60751;
        }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0;
}

    .panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
            border-top-left-radius: 3px;
        }

        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
            border-top-right-radius: 3px;
        }

    .panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
            border-bottom-left-radius: 3px;
        }

        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
            border-bottom-right-radius: 3px;
        }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #ddd;
    }

    .panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    box-shadow: 1px 2px 4px rgba(0,0,0,.115);
    margin-bottom: 25px;
}

    .panel-group .panel {
        margin-bottom: 0;
    }

        .panel-group .panel + .panel {
            border-top: none;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd;
        }

.panel-default {
    border-color: #ddd;
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #fff;
        border-color: #ddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd;
        }

        .panel-default > .panel-heading .badge {
            color: #fff;
            background-color: #333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd;
    }

.panel-primary {
    border-color: #0073ae;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #0073ae;
        border-color: #0073ae;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #0073ae;
        }

        .panel-primary > .panel-heading .badge {
            color: #0073ae;
            background-color: #fff;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #0073ae;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }

.card-horizontal, .display-flex, .flex-row, .flex-row-fluid, .flexcard-group, .flexcard-group .flexcard-holder, .flexcard-group .flexcard-holder .card-body, .flexcard-group .flexcard-holder .flexcard, .page-nav-holder, .table-fixedcol, .table-fixedcol tbody, .table-fixedcol tbody tr, .table-fixedcol thead {
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
}

.flex-row, .flex-row-fluid {
    margin: 0 auto;
    -ms-box-orient: horizontal;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-row {
    margin-left: -15px;
    margin-right: -15px;
}

.flex-col-lg-1, .flex-col-md-1, .flex-col-sm-1, .flex-col-xs-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-1.flexbox-col-equal, .flex-col-md-1.flexbox-col-equal, .flex-col-sm-1.flexbox-col-equal, .flex-col-xs-1.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-1.flex-col-top, .flex-col-md-1.flex-col-top, .flex-col-sm-1.flex-col-top, .flex-col-xs-1.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-1.flex-col-bottom, .flex-col-md-1.flex-col-bottom, .flex-col-sm-1.flex-col-bottom, .flex-col-xs-1.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-2, .flex-col-md-2, .flex-col-sm-2, .flex-col-xs-2 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-2.flexbox-col-equal, .flex-col-md-2.flexbox-col-equal, .flex-col-sm-2.flexbox-col-equal, .flex-col-xs-2.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-2.flex-col-top, .flex-col-md-2.flex-col-top, .flex-col-sm-2.flex-col-top, .flex-col-xs-2.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-2.flex-col-bottom, .flex-col-md-2.flex-col-bottom, .flex-col-sm-2.flex-col-bottom, .flex-col-xs-2.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-3, .flex-col-md-3, .flex-col-sm-3, .flex-col-xs-3 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-3.flexbox-col-equal, .flex-col-md-3.flexbox-col-equal, .flex-col-sm-3.flexbox-col-equal, .flex-col-xs-3.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-3.flex-col-top, .flex-col-md-3.flex-col-top, .flex-col-sm-3.flex-col-top, .flex-col-xs-3.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-3.flex-col-bottom, .flex-col-md-3.flex-col-bottom, .flex-col-sm-3.flex-col-bottom, .flex-col-xs-3.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-4, .flex-col-md-4, .flex-col-sm-4, .flex-col-xs-4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-4.flexbox-col-equal, .flex-col-md-4.flexbox-col-equal, .flex-col-sm-4.flexbox-col-equal, .flex-col-xs-4.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-4.flex-col-top, .flex-col-md-4.flex-col-top, .flex-col-sm-4.flex-col-top, .flex-col-xs-4.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-4.flex-col-bottom, .flex-col-md-4.flex-col-bottom, .flex-col-sm-4.flex-col-bottom, .flex-col-xs-4.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-5, .flex-col-md-5, .flex-col-sm-5, .flex-col-xs-5 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-5.flexbox-col-equal, .flex-col-md-5.flexbox-col-equal, .flex-col-sm-5.flexbox-col-equal, .flex-col-xs-5.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-5.flex-col-top, .flex-col-md-5.flex-col-top, .flex-col-sm-5.flex-col-top, .flex-col-xs-5.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-5.flex-col-bottom, .flex-col-md-5.flex-col-bottom, .flex-col-sm-5.flex-col-bottom, .flex-col-xs-5.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-6, .flex-col-md-6, .flex-col-sm-6, .flex-col-xs-6 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-6.flexbox-col-equal, .flex-col-md-6.flexbox-col-equal, .flex-col-sm-6.flexbox-col-equal, .flex-col-xs-6.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-6.flex-col-top, .flex-col-md-6.flex-col-top, .flex-col-sm-6.flex-col-top, .flex-col-xs-6.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-6.flex-col-bottom, .flex-col-md-6.flex-col-bottom, .flex-col-sm-6.flex-col-bottom, .flex-col-xs-6.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-7, .flex-col-md-7, .flex-col-sm-7, .flex-col-xs-7 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-7.flexbox-col-equal, .flex-col-md-7.flexbox-col-equal, .flex-col-sm-7.flexbox-col-equal, .flex-col-xs-7.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-7.flex-col-top, .flex-col-md-7.flex-col-top, .flex-col-sm-7.flex-col-top, .flex-col-xs-7.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-7.flex-col-bottom, .flex-col-md-7.flex-col-bottom, .flex-col-sm-7.flex-col-bottom, .flex-col-xs-7.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-8, .flex-col-md-8, .flex-col-sm-8, .flex-col-xs-8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-8.flexbox-col-equal, .flex-col-md-8.flexbox-col-equal, .flex-col-sm-8.flexbox-col-equal, .flex-col-xs-8.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-8.flex-col-top, .flex-col-md-8.flex-col-top, .flex-col-sm-8.flex-col-top, .flex-col-xs-8.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-8.flex-col-bottom, .flex-col-md-8.flex-col-bottom, .flex-col-sm-8.flex-col-bottom, .flex-col-xs-8.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-9, .flex-col-md-9, .flex-col-sm-9, .flex-col-xs-9 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-9.flexbox-col-equal, .flex-col-md-9.flexbox-col-equal, .flex-col-sm-9.flexbox-col-equal, .flex-col-xs-9.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-9.flex-col-top, .flex-col-md-9.flex-col-top, .flex-col-sm-9.flex-col-top, .flex-col-xs-9.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-9.flex-col-bottom, .flex-col-md-9.flex-col-bottom, .flex-col-sm-9.flex-col-bottom, .flex-col-xs-9.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-10, .flex-col-md-10, .flex-col-sm-10, .flex-col-xs-10 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-10.flexbox-col-equal, .flex-col-md-10.flexbox-col-equal, .flex-col-sm-10.flexbox-col-equal, .flex-col-xs-10.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-10.flex-col-top, .flex-col-md-10.flex-col-top, .flex-col-sm-10.flex-col-top, .flex-col-xs-10.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-10.flex-col-bottom, .flex-col-md-10.flex-col-bottom, .flex-col-sm-10.flex-col-bottom, .flex-col-xs-10.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-11, .flex-col-md-11, .flex-col-sm-11, .flex-col-xs-11 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-11.flexbox-col-equal, .flex-col-md-11.flexbox-col-equal, .flex-col-sm-11.flexbox-col-equal, .flex-col-xs-11.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-11.flex-col-top, .flex-col-md-11.flex-col-top, .flex-col-sm-11.flex-col-top, .flex-col-xs-11.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-11.flex-col-bottom, .flex-col-md-11.flex-col-bottom, .flex-col-sm-11.flex-col-bottom, .flex-col-xs-11.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-lg-12, .flex-col-md-12, .flex-col-sm-12, .flex-col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

    .flex-col-lg-12.flexbox-col-equal, .flex-col-md-12.flexbox-col-equal, .flex-col-sm-12.flexbox-col-equal, .flex-col-xs-12.flexbox-col-equal {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .flex-col-lg-12.flex-col-top, .flex-col-md-12.flex-col-top, .flex-col-sm-12.flex-col-top, .flex-col-xs-12.flex-col-top {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .flex-col-lg-12.flex-col-bottom, .flex-col-md-12.flex-col-bottom, .flex-col-sm-12.flex-col-bottom, .flex-col-xs-12.flex-col-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

.flex-col-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.flex-col-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.flex-col-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.flex-col-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.flex-col-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.flex-col-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.flex-col-order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.flex-col-order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.flex-col-order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.flex-col-order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.flex-col-order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.flex-col-order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.flex-col-xs-1 {
    -ms-flex-preferred-size: 4.33333%;
    flex-basis: 4.33333%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-2 {
    -ms-flex-preferred-size: 12.66667%;
    flex-basis: 12.66667%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-3 {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-4 {
    -ms-flex-preferred-size: 29.33333%;
    flex-basis: 29.33333%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-5 {
    -ms-flex-preferred-size: 37.66667%;
    flex-basis: 37.66667%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-6 {
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-7 {
    -ms-flex-preferred-size: 54.33333%;
    flex-basis: 54.33333%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-8 {
    -ms-flex-preferred-size: 62.66667%;
    flex-basis: 62.66667%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-9 {
    -ms-flex-preferred-size: 71%;
    flex-basis: 71%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-10 {
    -ms-flex-preferred-size: 79.33333%;
    flex-basis: 79.33333%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-11 {
    -ms-flex-preferred-size: 87.66667%;
    flex-basis: 87.66667%;
    padding: 0 15px;
    float: left;
}

.flex-col-xs-12 {
    -ms-flex-preferred-size: 96%;
    flex-basis: 96%;
    padding: 0 15px;
    float: left;
}

@media (min-width:769px) {
    .flex-col-sm-1 {
        -ms-flex-preferred-size: 4.33333%;
        flex-basis: 4.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-2 {
        -ms-flex-preferred-size: 12.66667%;
        flex-basis: 12.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-3 {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-4 {
        -ms-flex-preferred-size: 29.33333%;
        flex-basis: 29.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-5 {
        -ms-flex-preferred-size: 37.66667%;
        flex-basis: 37.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-6 {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-7 {
        -ms-flex-preferred-size: 54.33333%;
        flex-basis: 54.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-8 {
        -ms-flex-preferred-size: 62.66667%;
        flex-basis: 62.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-9 {
        -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-10 {
        -ms-flex-preferred-size: 79.33333%;
        flex-basis: 79.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-11 {
        -ms-flex-preferred-size: 87.66667%;
        flex-basis: 87.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:769px) {
    .flex-col-sm-12 {
        -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-1 {
        -ms-flex-preferred-size: 4.33333%;
        flex-basis: 4.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-2 {
        -ms-flex-preferred-size: 12.66667%;
        flex-basis: 12.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-3 {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-4 {
        -ms-flex-preferred-size: 29.33333%;
        flex-basis: 29.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-5 {
        -ms-flex-preferred-size: 37.66667%;
        flex-basis: 37.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-6 {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-7 {
        -ms-flex-preferred-size: 54.33333%;
        flex-basis: 54.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-8 {
        -ms-flex-preferred-size: 62.66667%;
        flex-basis: 62.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-9 {
        -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-10 {
        -ms-flex-preferred-size: 79.33333%;
        flex-basis: 79.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-11 {
        -ms-flex-preferred-size: 87.66667%;
        flex-basis: 87.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:992px) {
    .flex-col-md-12 {
        -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-1 {
        -ms-flex-preferred-size: 4.33333%;
        flex-basis: 4.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-2 {
        -ms-flex-preferred-size: 12.66667%;
        flex-basis: 12.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-3 {
        -ms-flex-preferred-size: 21%;
        flex-basis: 21%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-4 {
        -ms-flex-preferred-size: 29.33333%;
        flex-basis: 29.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-5 {
        -ms-flex-preferred-size: 37.66667%;
        flex-basis: 37.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-6 {
        -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-7 {
        -ms-flex-preferred-size: 54.33333%;
        flex-basis: 54.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-8 {
        -ms-flex-preferred-size: 62.66667%;
        flex-basis: 62.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-9 {
        -ms-flex-preferred-size: 71%;
        flex-basis: 71%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-10 {
        -ms-flex-preferred-size: 79.33333%;
        flex-basis: 79.33333%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-11 {
        -ms-flex-preferred-size: 87.66667%;
        flex-basis: 87.66667%;
        padding: 0 15px;
        float: left;
    }
}

@media (min-width:1200px) {
    .flex-col-lg-12 {
        -ms-flex-preferred-size: 96%;
        flex-basis: 96%;
        padding: 0 15px;
        float: left;
    }
}

.flexcard-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .flexcard-group .flexcard-holder {
        padding: 0 15px;
        width: 33.3333%;
    }

        .flexcard-group .flexcard-holder .flexcard {
            -ms-flex-direction: column;
            flex-direction: column;
            overflow: hidden;
        }

        .flexcard-group .flexcard-holder .card-body {
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            -ms-flex-direction: column;
            flex-direction: column;
            padding: 0 10px;
        }

        .flexcard-group .flexcard-holder .card-footer {
            padding: 0 10px 10px;
        }

.left-sidebar-page .flexcard-group .flexcard-holder {
    width: 50%;
}

@media (max-width:992px) {
    .full-with-page .flexcard-group .flexcard-holder {
        width: 50%;
    }
}

@media (max-width:600px) {
    .full-with-page .flexcard-group .flexcard-holder, .home-page .flexcard-group .flexcard-holder, .left-sidebar-page .flexcard-group .flexcard-holder {
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width:769px) {
    .home-page .flexcard-group .flexcard-holder {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:769px) {
    .home-page .flexcard-group .flexcard-holder .card {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

@media (max-width:992px) {
    .home-page .flexcard-group .flexcard-holder .card .card-img {
        height: 90px;
    }
}

@media (max-width:769px) {
    .home-page .flexcard-group .flexcard-holder .card .card-img {
        height: 160px;
    }
}

.breadcrumb {
    padding: 8px 15px 8px 0 !important;
    margin-bottom: 25px;
    list-style: none;
    background-color: transparent !important;
    border-radius: 0 !important;
    font-size: 12px;
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
}

@media (max-width:1200px) {
    .breadcrumb {
        margin-bottom: 0 !important;
    }
}

.breadcrumb > li {
    padding: 0 0 0 4px !important;
    display: inline-block;
    position: relative;
}

@media (max-width:1200px) {
    .breadcrumb > li {
        color: hsla(0,0%,100%,.9) !important;
    }
}

.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 0 0 3px !important;
    color: #ccc;
}

@media (max-width:1200px) {
    .breadcrumb > li + li:before {
        color: hsla(0,0%,100%,.5) !important;
        padding: 0 5px 0 8px !important;
    }
}

.breadcrumb > li a {
    color: #444;
    text-decoration: underline;
}

@media (max-width:1200px) {
    .breadcrumb > li a {
        color: hsla(0,0%,100%,.9) !important;
    }
}

.breadcrumb > li:first-child > a {
    font-size: 0;
    text-decoration: none;
}

    .breadcrumb > li:first-child > a:after {
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 16px;
        content: "\f015";
    }

@media (max-width:769px) {
    .breadcrumb > li:last-child {
        padding-right: 20px !important;
    }
}

.list-group {
    margin: 20px 0;
    padding-left: 0 !important;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0 !important;
    border-bottom: 1px solid #f5f5f5;
    border-left: 4px solid #f5f5f5;
    background-color: #fff;
}

    .list-group-item:last-child {
        border-bottom: none;
    }

    .list-group-item > a {
        display: block;
        background-color: transparent;
        padding: 10px 15px;
        color: #444;
        text-decoration: none;
    }

        .list-group-item > a:after {
            display: inline-block;
            font: normal normal normal 14px FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: "\f105";
            float: right;
            position: relative;
            top: 2px;
        }

        .list-group-item > a:hover {
            background-color: #f5f5f5;
        }

    .list-group-item.active {
        display: none;
    }

        .list-group-item.active > a {
            color: #fff;
        }

a.list-group-item, button.list-group-item {
    color: #555;
}

    a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
        color: #333;
    }

    a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
        text-decoration: none;
        color: #555;
        background-color: #f5f5f5;
    }

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed;
}

    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
        color: inherit;
    }

    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
        color: #777;
    }

.list-group-item.active:focus a, .list-group-item.active:hover a, .list-group-item.active a {
    z-index: 1;
    color: #fff;
    background-color: #15b0ff;
    border-color: inherit;
    cursor: default;
}

    .list-group-item.active:focus a .list-group-item-heading, .list-group-item.active:focus a .list-group-item-heading > .small, .list-group-item.active:focus a .list-group-item-heading > small, .list-group-item.active:hover a .list-group-item-heading, .list-group-item.active:hover a .list-group-item-heading > .small, .list-group-item.active:hover a .list-group-item-heading > small, .list-group-item.active a .list-group-item-heading, .list-group-item.active a .list-group-item-heading > .small, .list-group-item.active a .list-group-item-heading > small {
        color: inherit;
    }

    .list-group-item.active:focus a .list-group-item-text, .list-group-item.active:hover a .list-group-item-text, .list-group-item.active a .list-group-item-text {
        color: #7bd2ff;
    }

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success, button.list-group-item-success {
    color: #3c763d;
}

    a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
        color: #3c763d;
        background-color: #d0e9c6;
    }

    a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
        color: #fff;
        background-color: #3c763d;
        border-color: #3c763d;
    }

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info, button.list-group-item-info {
    color: #31708f;
}

    a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
        color: #31708f;
        background-color: #c4e3f3;
    }

    a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
        color: #fff;
        background-color: #31708f;
        border-color: #31708f;
    }

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning, button.list-group-item-warning {
    color: #8a6d3b;
}

    a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
        color: #8a6d3b;
        background-color: #faf2cc;
    }

    a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
        color: #fff;
        background-color: #8a6d3b;
        border-color: #8a6d3b;
    }

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger, button.list-group-item-danger {
    color: #a94442;
}

    a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
        color: inherit;
    }

    a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
        color: #a94442;
        background-color: #ebcccc;
    }

    a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
        color: #fff;
        background-color: #a94442;
        border-color: #a94442;
    }

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

@media (max-width:1200px) {
    aside {
        display: none;
    }
}

aside ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    aside ul > li > a {
        display: block;
        color: #777;
        font-size: 14px;
        padding: 5px 6px;
        border-bottom: 1px solid #ddd;
        font-weight: 400;
    }

@media (min-width:1200px) {
    aside ul > li > a {
        transition: .25s ease-in-out;
    }
}

aside ul > li > a:active, aside ul > li > a:focus, aside ul > li > a:hover {
    text-decoration: none;
    color: #c60751;
    background-color: #f4f4f4;
}

aside ul > li > a .caret {
    float: right;
    position: relative;
    top: 8px;
    margin-right: 5px;
}

aside ul > .active > a, aside ul > .active > a:active, aside ul > .active > a:focus, aside ul > .active > a:hover, aside ul > .current-page-ancestor > a, aside ul > .current-page-ancestor > a:active, aside ul > .current-page-ancestor > a:focus, aside ul > .current-page-ancestor > a:hover {
    cursor: default;
    background-color: #c60751;
    color: #fff !important;
}

aside ul > .external-sidebar-link > a:after {
    display: inline-block;
    font: normal normal normal 14px FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08e";
    font-size: 12px !important;
    color: #5e5e5e;
    float: right;
    position: relative;
    top: 7px;
}

aside ul > .external-sidebar-link > a:active:after, aside ul > .external-sidebar-link > a:focus:after, aside ul > .external-sidebar-link > a:hover:after {
    color: #c60751;
}

aside .accordion ul {
    background-color: #f7f7f7;
}

    aside .accordion ul > li > a {
        padding-left: 15px;
        border-left: 4px solid #eaeaea;
    }

        aside .accordion ul > li > a:active, aside .accordion ul > li > a:focus, aside .accordion ul > li > a:hover {
            border-left-color: #b7b7b7;
        }

    aside .accordion ul > .active > a {
        cursor: default;
        background-color: transparent;
        color: #c60751 !important;
        font-weight: 500;
        border-left-color: #c60751;
    }

    aside .accordion ul > .sidebar-title a, aside .accordion ul > .sidebar-title a:active, aside .accordion ul > .sidebar-title a:focus, aside .accordion ul > .sidebar-title a:hover {
        background-color: #fff;
        border-left: none;
        font-size: 16px;
        font-weight: 500;
        color: #444;
        padding-left: 5px;
        padding-top: 15px;
        cursor: default;
    }

.blog-sidebar ul > li {
    font-size: 14px;
    color: #777;
    margin-bottom: 25px;
}

    .blog-sidebar ul > li h3 {
        margin: 0;
        padding: 6px;
        color: #0073ae;
        border-bottom: 4px solid #ececec;
    }

    .blog-sidebar ul > li > a {
        border: none;
        display: block;
    }

    .blog-sidebar ul > li ul > li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
    }

body.archive aside, body.blog aside, body.category aside, body.single aside {
    display: block !important;
}

.widget_archive {
    position: relative;
}

    .widget_archive label {
        display: none;
    }

    .widget_archive select {
        border-radius: 3px;
        background-clip: padding-box;
        color: #777;
        font-size: 14px;
        font-weight: 400;
        margin-top: 5px;
        background: #f9f9f9;
        width: 100%;
        padding: 5px 10px;
        line-height: 1;
        border: 1px solid #eaeaea;
        height: 34px;
        -webkit-appearance: none;
    }

    .widget_archive:after {
        position: absolute;
        top: auto;
        right: 8px;
        bottom: 8px;
        left: auto;
        z-index: 2;
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 18px;
        content: "\f107";
    }

#sidebar .search input {
    display: inline-block;
}

    #sidebar .search input[type=text] {
        border: 1px solid #ddd;
    }

@media (max-width:1200px) {
    #topnav {
        display: none;
    }
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
    font-size: 14px;
    font-weight: 300;
}

    #topnav ul li {
        float: left;
        display: inline-block;
        border-left: 1px solid hsla(0,0%,100%,.3);
    }

        #topnav ul li a {
            display: block;
            padding: 5px 10px;
            color: #fff;
        }

            #topnav ul li a:active, #topnav ul li a:focus, #topnav ul li a:hover {
                text-decoration: none;
                background-color: hsla(0,0%,100%,.15);
            }

        #topnav ul li.active, #topnav ul li.current-page-ancestor {
            background-color: #004062;
        }

table.table-to-box {
    border-collapse: collapse;
    width: 100%;
}

    table.table-to-box tr td, table.table-to-box tr th {
        border: 1px solid #ddd;
    }

@media (min-width:769px) {
    table.table-to-box tr td, table.table-to-box tr th {
        padding: 5px;
    }
}

@media (max-width:769px) {
    table.table-to-box thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em;
    }

    table.table-to-box tr + tr {
        margin-top: 20px;
    }

    table.table-to-box td, table.table-to-box tr {
        display: block;
    }

    table.table-to-box td {
        padding-left: 50%;
    }

        table.table-to-box td:before {
            content: attr(data-label);
            display: inline-block;
            font-weight: 700;
            line-height: 1.5;
            margin-left: -100%;
            width: 100%;
        }
}

@media (max-width:480px) {
    table.table-to-box td {
        padding-left: .75em;
    }

        table.table-to-box td:before {
            display: block;
            margin-bottom: .75em;
            margin-left: 0;
        }
}

.table-fixedcol {
    overflow: hidden;
    background: none;
    -webkit-overflow-scrolling: touch;
}

    .table-fixedcol thead {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

        .table-fixedcol thead th {
            text-align: left;
            text-transform: uppercase;
            background: #f2f0e6;
        }

            .table-fixedcol thead th:not(:last-child) {
                border-bottom: 0;
            }

    .table-fixedcol tbody {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
    }

        .table-fixedcol tbody tr {
            -ms-flex-direction: column;
            flex-direction: column;
            min-width: -webkit-min-content;
            min-width: -moz-min-content;
            min-width: min-content;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            white-space: nowrap;
        }

            .table-fixedcol tbody tr td {
                display: table-cell;
                background-image: none !important;
                border-left: 0;
            }

                .table-fixedcol tbody tr td:not(:last-child) {
                    border-bottom: 0;
                }

    .table-fixedcol td, .table-fixedcol th {
        padding: 6px 12px;
        border: 1px solid #d9d7ce;
        display: block;
    }

.search-toggle {
    position: absolute;
    top: -38px;
    right: 47px;
    bottom: auto;
    left: auto;
    z-index: inherit;
    width: 40px;
    height: 40px;
    transform: translate(-50%,-50%);
    color: #0073ae;
}

@media (min-width:640px) {
    .search-toggle {
        display: none;
    }
}

.search-icon {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: inherit;
    border-radius: 100%;
    background-clip: padding-box;
    transform: translate(-50%,-50%);
    transition: all .25s ease-in-out;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 70%;
    color: currentColor;
    background: hsla(0,0%,100%,.3);
}

    .search-icon:after, .search-icon:before {
        transition: all .25s ease-in-out;
        position: absolute;
        display: block;
        content: '';
        border-radius: 32px;
    }

    .search-icon:before {
        transform: translate(-75%,-75%);
        box-shadow: 0 0 0 3px;
        width: 14px;
        height: 14px;
        top: 50%;
        left: 50%;
    }

    .search-icon:after {
        width: 1.2em;
        height: .35em;
        background: currentColor;
        transform: translateY(100%) rotate(45deg);
        top: 50%;
        left: 50%;
    }

.open .search-icon {
    background-color: transparent;
    transform: translate(-1em,-.15em);
}

    .open .search-icon:after, .open .search-icon:before {
        box-shadow: 0 0 0 0;
        width: 2em;
        height: .3em;
        background: currentColor;
    }

    .open .search-icon:before {
        transform: translate(0) rotate(225deg);
    }

    .open .search-icon:after {
        transform: translate(0) rotate(-225deg);
    }

@media (max-width:640px) {
    .logo-col, .search-col {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        float: none;
    }
}

@media (max-width:640px) {
    .search-col {
        transition: .25s ease-in-out;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #ddd;
        padding: 5px;
        visibility: hidden;
    }

        .search-col.search-active {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1;
            bottom: -63px;
            visibility: visible;
        }
}

.search-form-holder {
    border-radius: 3px;
    background-clip: padding-box;
    transition: .2s ease-in-out;
    float: right;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #ddd;
}

@media (max-width:1200px) {
    .search-form-holder {
        padding-top: 2px;
        padding-bottom: 2px;
        margin-right: 60px;
    }
}

@media (max-width:640px) {
    .search-form-holder {
        margin-right: 0;
        float: none;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

.search-form-holder div input[type=text] {
    border: none;
}

@media (max-width:640px) {
    .search-form-holder div input[type=text] {
        width: 90%;
    }
}

.search-form-holder div button {
    background-color: transparent;
    border: none;
    color: #777;
}

@media (max-width:640px) {
    .search-form-holder div button {
        float: right;
    }
}

.search-form-holder div ::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
}

.search-form-holder div :-moz-placeholder, .search-form-holder div ::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
}

.search-form-holder div :-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
}

.search-form-holder:focus-within {
    box-shadow: 0 0 14px rgba(0,0,0,.15);
}

    .search-form-holder:focus-within div input[type=text] {
        outline: none;
    }

    .search-form-holder:focus-within div ::-webkit-input-placeholder {
        color: #c4c4c4;
    }

    .search-form-holder:focus-within div :-moz-placeholder, .search-form-holder:focus-within div ::-moz-placeholder {
        color: #c4c4c4;
    }

    .search-form-holder:focus-within div :-ms-input-placeholder {
        color: #c4c4c4;
    }

.snackbars {
    position: fixed;
    top: auto;
    right: 0;
    bottom: -150px;
    left: 0;
    z-index: 2;
    box-shadow: 0 -3px 10px rgba(0,0,0,.0785);
    transition: .25s ease-in-out;
    padding: 15px 0;
    background-color: #006295;
    color: #fff;
    font-size: 14px;
}

    .snackbars.active {
        bottom: 0;
    }

@media (max-width:480px) {
    .snackbars {
        padding: 0;
        height: 56px;
    }
}

.snackbars .snakbar-quick-access {
    font-weight: 300;
}

@media (max-width:769px) {
    .snackbars .snakbar-quick-access {
        display: none;
    }
}

.snackbars .snakbar-quick-access ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .snackbars .snakbar-quick-access ul li {
        display: inline;
    }

        .snackbars .snakbar-quick-access ul li a {
            display: inline-block;
            color: #fff;
            padding: 0 10px;
            border-right: 1px solid hsla(0,0%,100%,.25);
        }

        .snackbars .snakbar-quick-access ul li:first-child > a {
            padding-left: 0;
        }

        .snackbars .snakbar-quick-access ul li:last-child > a {
            padding-right: 0;
            border: none;
        }

.snackbars .snakbar-quick-info {
    text-align: right;
    font-weight: 300;
}

@media (max-width:769px) {
    .snackbars .snakbar-quick-info {
        width: 100%;
        text-align: center;
    }
}

@media (max-width:480px) {
    .snackbars .snakbar-quick-info {
        text-align: left;
        padding: 0;
    }
}

.snackbars .snakbar-quick-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

@media (max-width:480px) {
    .snackbars .snakbar-quick-info ul {
        display: grid;
        display: -ms-grid;
        grid-template: auto/auto;
        grid-auto-flow: column;
    }
}

.snackbars .snakbar-quick-info ul li {
    display: inline-block;
}

@media (max-width:480px) {
    .snackbars .snakbar-quick-info ul li.snak-text {
        display: none;
    }
}

@media (min-width:480px) {
    .snackbars .snakbar-quick-info ul li {
        border-left: 1px solid hsla(0,0%,100%,.15);
        padding: 0 5px 0 10px;
    }

        .snackbars .snakbar-quick-info ul li:nth-child(1) {
            padding-left: 0;
            border-left: none;
        }

        .snackbars .snakbar-quick-info ul li:nth-child(2) {
            border-left: none;
        }
}

.snackbars .snakbar-quick-info ul li.click-phone-number, .snackbars .snakbar-quick-info ul li.contct-email, .snackbars .snakbar-quick-info ul li.location-link, .snackbars .snakbar-quick-info ul li.phone-number {
    font-size: 16px;
    display: inline-block;
    font-size: 18px;
}

@media (max-width:480px) {
    .snackbars .snakbar-quick-info ul li.click-phone-number, .snackbars .snakbar-quick-info ul li.contct-email, .snackbars .snakbar-quick-info ul li.location-link, .snackbars .snakbar-quick-info ul li.phone-number {
        padding-left: 0;
    }
}

@media (min-width:480px) {
    .snackbars .snakbar-quick-info ul li.click-phone-number {
        display: none;
    }
}

@media (max-width:480px) {
    .snackbars .snakbar-quick-info ul li.phone-number {
        display: none;
    }

    .snackbars .snakbar-quick-info ul li.click-phone-number, .snackbars .snakbar-quick-info ul li.contct-email, .snackbars .snakbar-quick-info ul li.location-link {
        transition: .25s ease-in-out;
        text-align: center;
        padding-top: 8px;
    }

        .snackbars .snakbar-quick-info ul li.click-phone-number:after, .snackbars .snakbar-quick-info ul li.contct-email:after, .snackbars .snakbar-quick-info ul li.location-link:after {
            white-space: nowrap;
            display: block;
            font-size: 12px;
            color: hsla(0,0%,100%,.7);
            text-shadow: 1px 1px 0 rgba(0,0,0,.2);
        }

        .snackbars .snakbar-quick-info ul li.click-phone-number:active, .snackbars .snakbar-quick-info ul li.click-phone-number:focus, .snackbars .snakbar-quick-info ul li.contct-email:active, .snackbars .snakbar-quick-info ul li.contct-email:focus, .snackbars .snakbar-quick-info ul li.location-link:active, .snackbars .snakbar-quick-info ul li.location-link:focus {
            background-color: hsla(0,0%,100%,.15);
        }

    .snackbars .snakbar-quick-info ul li.location-link {
        -ms-flex-order: 1;
        order: 1;
    }

        .snackbars .snakbar-quick-info ul li.location-link:after {
            content: 'Locations';
        }

    .snackbars .snakbar-quick-info ul li.contct-email {
        -ms-flex-order: 2;
        order: 2;
        border-left: 1px solid hsla(0,0%,100%,.1);
        border-right: 1px solid hsla(0,0%,100%,.1);
    }

        .snackbars .snakbar-quick-info ul li.contct-email:after {
            content: 'Contact Us';
        }

    .snackbars .snakbar-quick-info ul li.click-phone-number {
        -ms-flex-order: 3;
        order: 3;
    }

        .snackbars .snakbar-quick-info ul li.click-phone-number:after {
            content: 'Call Us';
        }
}

.snackbars .snakbar-quick-info a, .snackbars .snakbar-quick-info a:active, .snackbars .snakbar-quick-info a:focus, .snackbars .snakbar-quick-info a:hover {
    color: #fff;
}

.snackbars .snakbar-quick-info i {
    font-size: 24px;
}

.card-horizontal p, .card-main-text, .card .card-intro-txt {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
}

.card {
    border-radius: 3px;
    background-clip: padding-box;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

@media (min-width:1200px) {
    .card, .card .card-footer a, .card .card-footer input[type=submit], .card img {
        transition: .5s ease-in-out;
    }
}

.card.location-card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.card .card-footer a, .card .card-footer input[type=submit] {
    display: block;
}

@media (min-width:1200px) {
    .card .card-footer a, .card .card-footer input[type=submit] {
        background-color: #aaa;
        border-color: #aaa;
    }
}

@media (min-width:1200px) {
    .card:hover {
        box-shadow: 0 2px 16px rgba(0,0,0,.25);
    }

        .card:hover img {
            transform: scale(1.2);
        }
}

.card:hover .card-footer a, .card:hover .card-footer input[type=submit] {
    background-color: #c60751;
    border-color: #ad0647;
}

.card .card-img {
    height: 150px;
    overflow: hidden;
}

@media (max-width:1200px) {
    .card .card-img {
        height: 120px;
    }
}

@media (max-width:769px) {
    .card .card-img {
        height: 160px;
    }
}

.card .card-img img {
    display: block;
    width: 100%;
    height: auto;
}

.card p:empty {
    display: none;
}

.card .home-form-holder {
    margin-bottom: 30px;
}

.card-horizontal {
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

    .card-horizontal .card-horizontal-body, .card-horizontal .card-horizontal-img {
        -ms-flex-item-align: start;
        align-self: flex-start;
    }

    .card-horizontal .card-horizontal-body {
        padding-left: 10px;
    }

    .card-horizontal img {
        width: 150px;
        height: 150px;
    }

    .card-horizontal h4 {
        margin-top: 0;
    }

    .card-horizontal p {
        margin-bottom: 15px;
    }

.location-card .card-body h3 {
    margin: 20px 0 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
}

.location-card .card-body address {
    padding: 15px;
    font-size: 14px;
    background-color: #f9f9f9;
}

.location-card .card-body .call {
    font-weight: 500;
    padding-left: 15px;
}

    .location-card .card-body .call .icon {
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background-clip: padding-box;
        background-color: #0073ae;
        color: #fff;
        text-align: center;
        display: block;
        display: inline-block;
        font-size: 24px;
        padding-top: 4px;
        margin-right: 5px;
    }

.location-card .card-footer p {
    margin: 0;
}

@media (max-width:1200px) {
    .offcanvas-navbar .navbar-collapse {
        background-color: #fff;
    }

        .offcanvas-navbar .navbar-collapse .navbar-nav {
            margin-top: 0;
            margin-bottom: 0;
        }

            .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header {
                background-image: url(offcanvas-nav-header.jpg);
                background-repeat: no-repeat;
                background-position: top;
                height: 150px;
                background-size: cover;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header.active a, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header.active a:active, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header.active a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header.active a:hover, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header a, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header a:active, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav > .sidebar-responsive-header a:hover {
                    position: absolute;
                    top: auto;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 2;
                    text-shadow: 1px 1px #000;
                    background-color: rgba(0,0,0,.5);
                    padding-top: 6px;
                    padding-bottom: 6px;
                    border: none;
                    color: #fff !important;
                }

            .offcanvas-navbar .navbar-collapse .navbar-nav > li > a {
                color: #444;
                border-bottom: 1px solid #ddd;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav > li > a:active, .offcanvas-navbar .navbar-collapse .navbar-nav > li > a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav > li > a:hover {
                    color: #fff;
                    background-color: #00517b;
                }

            .offcanvas-navbar .navbar-collapse .navbar-nav > .active > a, .offcanvas-navbar .navbar-collapse .navbar-nav > .active > a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav > .active > a:hover {
                color: #fff;
                background-color: #c60751;
            }

            .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a:active {
                color: #fff !important;
            }

            .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a span {
                position: absolute;
                top: 0;
                right: 0;
                bottom: auto;
                left: 0;
                z-index: inherit;
                margin: 0;
                width: 100%;
                padding: 20px 40px;
                border: none;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a span:after {
                    position: absolute;
                    top: 10px;
                    right: 15px;
                    bottom: auto;
                    left: auto;
                    z-index: inherit;
                    content: '\f107';
                    display: inline-block;
                    font-family: FontAwesome;
                    font-size: 20px !important;
                    border-left: 1px solid #ddd;
                    padding-left: 10px;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a span:active, .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a span:focus, .offcanvas-navbar .navbar-collapse .navbar-nav > .dropdown > a span:hover {
                    background-color: transparent;
                }

            .offcanvas-navbar .navbar-collapse .navbar-nav > .open > a {
                color: #fff;
                background-color: #004062;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav > .open > a span:after {
                    right: 5px;
                    border-left: none;
                    padding-right: 10px;
                    border-right: 1px solid #ddd;
                    transform: rotate(180deg);
                }

            .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu {
                background-color: #eaeaea;
                padding-top: 0;
                padding-bottom: 0;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
                    color: #444;
                    font-weight: 300;
                    border-bottom: 1px solid #d0d0d0;
                    white-space: normal;
                    padding-top: 12px;
                    padding-bottom: 12px;
                }

                    .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > li > a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > li > a:hover {
                        color: #fff;
                        background-color: #0073ae;
                    }

                .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > .active > a, .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > .active > a:focus, .offcanvas-navbar .navbar-collapse .navbar-nav .open .dropdown-menu > .active > a:hover {
                    color: #fff;
                    background-color: #c60751;
                }

            .offcanvas-navbar .navbar-collapse .navbar-nav .dropdown-submenu {
                position: relative;
            }

                .offcanvas-navbar .navbar-collapse .navbar-nav .dropdown-submenu:before {
                    display: inline-block;
                    font: normal normal normal 16px FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    top: 15px;
                    right: 10px;
                    bottom: auto;
                    left: auto;
                    z-index: inherit;
                    color: #444;
                    content: "\f107";
                }

                .offcanvas-navbar .navbar-collapse .navbar-nav .dropdown-submenu ul {
                    box-shadow: inset 0 0 8px rgba(0,0,0,.2);
                    border-radius: 0;
                    background-clip: padding-box;
                    background-color: #e2e2e2 !important;
                }

                    .offcanvas-navbar .navbar-collapse .navbar-nav .dropdown-submenu ul li a {
                        padding-left: 35px;
                        border-bottom: 1px dotted #c9c9c9 !important;
                    }
}

.owl-carousel .item img {
    width: auto !important;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.owl-carousel-item-imgoverlay {
    display: none !important;
}

#home-slider {
    background-color: #eee;
    margin-bottom: 20px;
}

    #home-slider .owl-controls .owl-pagination {
        display: none;
    }

    #home-slider .owl-controls .owl-buttons {
        position: absolute;
        top: 40%;
        width: 100%;
    }

        #home-slider .owl-controls .owl-buttons .owl-next, #home-slider .owl-controls .owl-buttons .owl-prev {
            position: absolute;
            font-size: 26px;
            padding-left: 19px;
            padding-right: 19px;
            background-color: #0073ae;
        }

            #home-slider .owl-controls .owl-buttons .owl-next:after, #home-slider .owl-controls .owl-buttons .owl-prev:after {
                display: inline-block;
                font: normal normal normal 26px FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        #home-slider .owl-controls .owl-buttons .owl-prev {
            left: 15px;
        }

            #home-slider .owl-controls .owl-buttons .owl-prev:after {
                content: "\f104";
            }

        #home-slider .owl-controls .owl-buttons .owl-next {
            right: 15px;
        }

            #home-slider .owl-controls .owl-buttons .owl-next:after {
                content: "\f105";
            }

.circle {
    transform: scale(0);
    display: block;
    position: absolute;
    background: hsla(0,0%,100%,.075);
    border-radius: 50%;
}

    .circle.animate {
        animation: b .65s linear;
    }

@keyframes b {
    to {
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        transform: scale(2.5);
    }
}

ul#menu-primary-mobile li a {
    overflow: hidden !important;
}

ul#menu-primary-mobile li li a .circle {
    display: none;
}

.staff-row {
    overflow: hidden;
    border-bottom: 1px solid #eaeaea;
    padding-top: 40px;
}

@media (max-width:700px) {
    .staff-row {
        margin-bottom: 60px;
    }
}

.staff-row h3 {
    margin: 0 0 20px;
}

@media (max-width:700px) {
    .staff-row h3 {
        text-align: center;
    }
}

.staff-row .staff-img {
    width: 150px;
    float: left;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

@media (max-width:700px) {
    .staff-row .staff-img {
        border-radius: 3px;
        background-clip: padding-box;
        float: none;
        padding: 80px 25px 25px;
        background-color: #f4f4f4;
        overflow: visible;
        position: relative;
        margin: 0 auto 25px;
        width: 90%;
    }
}

.staff-row .staff-img img {
    border-radius: 50%;
    background-clip: padding-box;
    box-shadow: 1px 2px 12px rgba(0,0,0,.15);
    display: block;
    margin: 0 auto 8px;
    border: 2px solid #fff;
}

@media (max-width:700px) {
    .staff-row .staff-img img {
        position: absolute;
        top: -20%;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 2;
        width: 100px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
}

.staff-row .staff-info {
    float: left;
    margin-left: 15px;
    width: 75%;
    margin-left: 5%;
}

@media (max-width:992px) {
    .staff-row .staff-info {
        margin-left: 10px;
    }
}

@media (max-width:700px) {
    .staff-row .staff-info {
        width: 80%;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width:480px) {
    .staff-row .staff-info {
        width: 100%;
    }
}

.staff-row .staff-info h4 {
    margin-top: 0;
}

.staff-row .staff-info p {
    margin-bottom: 15px;
}

    .staff-row .staff-info p:last-child {
        margin-bottom: 30px;
    }

.staff-row .staff-info ul {
    clear: none;
}

.boardmembers {
    font-weight: 500;
    text-align: center;
}

@media (max-width:480px) {
    .boardmembers {
        font-size: 12px;
        line-height: 1.1;
    }
}

.boardmembers .row {
    margin-bottom: 15px;
}

.boardmembers span {
    display: block;
    color: #0073ae;
    font-weight: 300;
    font-size: 14px;
}

@media (max-width:480px) {
    .boardmembers span {
        font-size: 12px;
    }
}

.boardmembers img {
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 1px 2px 12px rgba(0,0,0,.15);
    width: 100px;
}

.gmap {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
    padding: 15px 0;
    margin: 15px 0 30px;
}

.question {
    font-size: 20px;
    font-weight: 400;
    padding-top: 30px;
}

.answer {
    margin-top: 15px;
    border-bottom: 1px dotted #f2f2f2;
}

.image-gallery {
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    background-color: #fff;
    padding: 10px;
}

    .image-gallery .owl-carousel .item img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .image-gallery .owl-buttons {
        display: none;
    }

    .image-gallery .owl-page:hover span {
        background-color: #0084c8 !important;
    }

@media (max-width:480px) {
    .image-gallery .owl-page:hover span {
        background-color: #fff !important;
    }
}

.image-gallery .owl-page.active span {
    background-color: #0073ae !important;
}

@media (max-width:480px) {
    .image-gallery .owl-page.active span {
        background-color: #fff !important;
    }
}

@media (max-width:480px) {
    .owl-pagination {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: auto;
        margin-right: auto;
    }

        .owl-pagination span {
            margin: 2px !important;
            width: 8px !important;
            height: 8px !important;
        }
}

.event-holder {
    transition: .15s ease-in-out;
    overflow: hidden;
    padding: 20px 10px;
    border-bottom: 1px solid #f7f7f7;
}

    .event-holder:hover {
        box-shadow: 1px 2px 16px rgba(0,0,0,.2);
    }

    .event-holder a {
        color: inherit;
        text-decoration: none;
        display: block;
        overflow: hidden;
    }

    .event-holder .date {
        border-radius: 3px;
        background-clip: padding-box;
        background-color: #0095e1;
        display: inline-block;
        float: left;
        margin-right: 20px;
        color: #fff;
        text-align: center;
        padding: 8px;
        margin-top: 4px;
        font-weight: 400;
        min-width: 110px;
    }

@media (max-width:769px) {
    .event-holder .date {
        display: block;
        float: none;
        max-width: 160px;
        margin-bottom: 10px;
    }
}

.event-holder h4 {
    margin-top: 0;
    margin-bottom: 0;
}

.event-holder time {
    font-size: 14px;
    color: #aaa;
    font-weight: 300;
}

.event-holder.next-month .date {
    background-color: #ddd;
}

body.single-mc-events .single-event .summary, body.single-mc-events h1 img {
    display: none;
}

body.single-mc-events .single-event .location, body.single-mc-events .single-event .time-block {
    display: inline-block;
}

body.single-mc-events .single-event .time-block {
    margin-right: 15px;
    font-weight: 400;
}

    body.single-mc-events .single-event .time-block p:before {
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f274";
        margin-right: 5px;
        font-size: 18px;
    }

body.single-mc-events .single-event .location {
    margin-bottom: 30px;
}

    body.single-mc-events .single-event .location a:before {
        display: inline-block;
        font: normal normal normal 16px FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f041";
        margin-right: 5px;
        font-size: 18px;
    }

body.single-mc-events .single-event .mc_details, body.single-mc-events .single-event .view-full {
    display: none;
}

.frame {
    position: absolute;
    top: -48px;
    right: 15px;
    bottom: auto;
    left: auto;
    z-index: inherit;
    width: 32px;
    height: 20px;
    color: #0073ae;
}

@media (min-width:1200px) {
    .frame {
        display: none;
    }
}

.frame .center {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: inherit;
    transform: translate(-50%,-50%);
}

.menu-icon {
    width: 32px;
    height: 19px;
    cursor: pointer;
    z-index: 3;
}

    .menu-icon .line-1, .menu-icon .line-2, .menu-icon .line-3 {
        height: 3px;
        width: 100%;
        background-color: #0073ae;
        border-radius: 3px;
        transition: background-color .2s ease-in-out;
    }

    .menu-icon .line-1 {
        animation: f .7s ease-in-out;
    }

    .menu-icon .line-2 {
        margin: 5px 0;
        animation: g .7s ease-in-out;
    }

    .menu-icon .line-3 {
        animation: h .7s ease-in-out;
    }

    .menu-icon.active .line-1, .menu-icon.active .line-2, .menu-icon.active .line-3 {
        background-color: #fff;
    }

    .menu-icon.active .line-1 {
        animation: c .7s cubic-bezier(.3,1,.7,1) forwards;
    }

    .menu-icon.active .line-2 {
        animation: d .7s cubic-bezier(.3,1,.7,1) forwards;
    }

    .menu-icon.active .line-3 {
        animation: e .7s cubic-bezier(.3,1,.7,1) forwards;
    }

.no-animation {
    animation: none !important;
}

@keyframes c {
    0% {
        transform: translateZ(0) rotate(0deg);
    }

    50% {
        transform: translate3d(0,8px,0) rotate(0);
    }

    to {
        transform: translate3d(0,8px,0) rotate(45deg);
    }
}

@keyframes d {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    to {
        transform: scale(0);
        opacity: 0;
    }
}

@keyframes e {
    0% {
        transform: translateZ(0) rotate(0deg);
    }

    50% {
        transform: translate3d(0,-8px,0) rotate(0);
    }

    to {
        transform: translate3d(0,-8px,0) rotate(135deg);
    }
}

@keyframes f {
    0% {
        transform: translate3d(0,8px,0) rotate(45deg);
    }

    50% {
        transform: translate3d(0,8px,0) rotate(0);
    }

    to {
        transform: translateZ(0) rotate(0deg);
    }
}

@keyframes g {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes h {
    0% {
        transform: translate3d(0,-8px,0) rotate(135deg);
    }

    50% {
        transform: translate3d(0,-8px,0) rotate(0);
    }

    to {
        transform: translateZ(0) rotate(0deg);
    }
}

.main-content .fitness-calendar {
    margin: 0;
    padding: 0;
}

    .main-content .fitness-calendar li {
        padding: 10px 5px;
        border-bottom: 1px solid #f1f1f1;
        clear: both;
        overflow: hidden;
        font-size: 12px;
        font-weight: 400;
    }

        .main-content .fitness-calendar li:after, .main-content .fitness-calendar li:before {
            display: none;
        }

@media (min-width:1200px) {
    .main-content .fitness-calendar li, .main-content .fitness-calendar li * {
        transition: .25s ease-in-out;
    }
}

.main-content .fitness-calendar li time {
    border-radius: 3px;
    background-clip: padding-box;
    font-size: 12px;
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    min-width: 70px;
    background-color: #f7f7f7;
    font-weight: 500;
    float: left;
    margin: 2px 10px 2px 0;
}

.main-content .fitness-calendar li a {
    text-decoration: none;
}

    .main-content .fitness-calendar li a.class-name {
        display: inline-block;
        padding-top: 2px;
        font-size: 18px;
        font-weight: 400;
        margin-right: 20px;
    }

    .main-content .fitness-calendar li a.class-location {
        margin-left: 40px;
        color: inherit;
        float: right;
        display: block;
        padding-top: 8px;
        font-weight: 300;
        color: #c4c4c4;
    }

        .main-content .fitness-calendar li a.class-location:before, .main-content .fitness-calendar li span:before {
            display: inline-block;
            font: normal normal normal 16px FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-right: 3px;
            font-size: 16px;
        }

        .main-content .fitness-calendar li a.class-location:before {
            content: "\f041";
        }

.main-content .fitness-calendar li span:before {
    content: "\f007";
}

.main-content .fitness-calendar li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    background-color: #fff;
}

    .main-content .fitness-calendar li:hover time {
        background-color: #0073ae;
        color: #fff;
    }

    .main-content .fitness-calendar li:hover a {
        text-decoration: underline;
    }

        .main-content .fitness-calendar li:hover a.class-location {
            color: #777;
        }

.main-content .fitness-calendar li.empty {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .main-content .fitness-calendar li.empty, .main-content .fitness-calendar li.empty:hover {
        background-color: #fbfbfb;
        box-shadow: none;
    }

        .main-content .fitness-calendar li.empty:hover time, .main-content .fitness-calendar li.empty time {
            background-color: #f7f7f7;
            color: #b7b7b7;
            font-weight: 300;
        }

.infobox {
    border-radius: 3px;
    background-clip: padding-box;
    box-shadow: 0 1px 4px rgba(0,0,0,.117);
    border: 1px solid #e7e7e7;
    background-color: #fcfcfc;
    padding: 10px;
    margin-bottom: 30px;
}

    .infobox h2, .infobox h3, .infobox h4, .infobox h5, .infobox ol, .infobox p, .infobox ul {
        margin: 0 0 5px;
    }

    .infobox p {
        font-weight: 400;
        font-size: 18px;
    }

        .infobox p.infobox-small {
            font-size: 12px;
        }

        .infobox p:last-child {
            margin-bottom: 0;
        }

    .infobox hr {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .infobox hr:before {
            display: none;
        }

.blog-feed {
    box-shadow: 1px 2px 4px rgba(0,0,0,.12);
    background-color: #fff;
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    border: 1px solid #f7f7f7;
}

    .blog-feed li {
        border-bottom: 1px solid #f1f1f1;
    }

        .blog-feed li:last-child {
            border: none;
        }

        .blog-feed li:after {
            display: none;
        }

        .blog-feed li a {
            color: #444;
            display: block;
            padding: 8px;
            font-weight: 400;
        }

            .blog-feed li a time {
                display: block;
                font-size: 12px;
                font-weight: 300;
                color: #0073ae;
            }

            .blog-feed li a:active, .blog-feed li a:focus, .blog-feed li a:hover {
                text-decoration: none;
                background-color: #f7f7f7;
                color: #c60751;
            }

                .blog-feed li a:active time, .blog-feed li a:focus time, .blog-feed li a:hover time {
                    color: #444;
                }

.event-feed .event-holder {
    transition: none;
    padding: 5.5px;
}

    .event-feed .event-holder:hover {
        box-shadow: none;
        background-color: #f7f7f7;
    }

        .event-feed .event-holder:hover h4 {
            color: #c60751;
        }

.page-numbers {
    float: right;
    padding-top: 3px;
}

    .page-numbers li {
        text-align: center;
        line-height: normal;
        display: inline-block;
        padding: 0 !important;
    }

        .page-numbers li:after, .page-numbers li:before {
            display: none !important;
        }

        .page-numbers li a {
            width: 24px;
            height: 24px;
            border-radius: 3px;
            background-clip: padding-box;
            box-shadow: 0 0 4px rgba(0,0,0,.1);
            font-size: 14px;
            font-weight: 400;
            padding-top: 3px;
            display: block;
            border: 1px solid #e2e2e2;
            background-color: #fff;
            margin: 0 0 0 1px;
        }

            .page-numbers li a:hover {
                text-decoration: none;
                background-color: #c60751;
                border-color: #c60751;
                color: #fff;
            }

        .page-numbers li span {
            width: 24px;
            height: 24px;
            border-radius: 3px;
            background-clip: padding-box;
            box-shadow: 0 0 4px rgba(0,0,0,.1);
            font-size: 14px;
            color: #fff;
            cursor: default;
            display: block;
            border: 1px solid #0073ae;
            background-color: #00a6fb;
        }

            .page-numbers li span.dots {
                background-color: transparent;
                color: #444;
                border: none;
            }

.page-nav-holder {
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .page-nav-holder .page-nav {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .page-nav-holder .page-nav a {
            text-decoration: none;
            line-height: 1.2;
            position: relative;
            display: block;
            color: #444;
        }

            .page-nav-holder .page-nav a:after, .page-nav-holder .page-nav a:before {
                display: inline-block;
                font: normal normal normal 16px FontAwesome;
                font-size: inherit;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                display: block;
                position: absolute;
                top: 16px;
            }

            .page-nav-holder .page-nav a span {
                display: block;
                font-size: 80%;
                color: #848484;
                font-weight: 300;
            }

            .page-nav-holder .page-nav a:hover {
                color: #c60751;
            }

                .page-nav-holder .page-nav a:hover span {
                    color: #000;
                }

        .page-nav-holder .page-nav.nav-prev {
            text-align: left;
        }

            .page-nav-holder .page-nav.nav-prev a {
                padding-left: 15px;
            }

                .page-nav-holder .page-nav.nav-prev a:before {
                    content: "\f104";
                    left: 0;
                }

        .page-nav-holder .page-nav.nav-next {
            text-align: right;
        }

            .page-nav-holder .page-nav.nav-next a {
                padding-right: 15px;
            }

                .page-nav-holder .page-nav.nav-next a:after {
                    content: "\f105";
                    right: 0;
                }

.iphone-search {
    display: none;
}

@media (max-width:640px) {
    body.iphone .search-toggle {
        display: none !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    body.iphone .frame {
        top: -58px !important;
        right: 35px !important;
    }
}

@media (max-width:640px) {
    body.iphone .iphone-search {
        position: absolute;
        top: 20px;
        right: 50px;
        bottom: auto;
        left: auto;
        z-index: inherit;
        width: 40px;
        height: 40px;
        transform: translate(0);
        font-size: 24px;
        display: block;
    }

        body.iphone .iphone-search, body.iphone .iphone-search:active, body.iphone .iphone-search:focus, body.iphone .iphone-search:hover {
            color: #0073ae;
        }
}

@media only screen and (max-width:640px) and (min-device-width:375px) and (max-device-width:667px) and (-webkit-min-device-pixel-ratio:2) {
    body.iphone .iphone-search {
        top: 13px !important;
        right: 60px;
    }
}

@media only screen and (max-width:640px) and (min-device-width:414px) and (max-device-width:736px) and (-webkit-min-device-pixel-ratio:3) {
    body.iphone .iphone-search {
        top: 13px !important;
        right: 60px;
    }
}

@media (max-width:640px) {
    body.iphone .search-form-holder form input[type=text] {
        width: 85% !important;
    }

    body.iphone .search-col.search-active {
        bottom: -75px !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) {
    body.iphone .search-form-holder form input[type=text] {
        width: 75% !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:portrait) {
    body.iphone .search-form-holder form input[type=text] {
        width: 75% !important;
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    body.iphone .search-form-holder form input[type=text] {
        width: 75% !important;
    }
}

body.page-template-tmpl-html-examples #navbar, body.page-template-tmpl-html-examples #topnav, body.page-template-tmpl-html-examples .navbar-toggle, body.page-template-tmpl-html-examples .search-col, body.page-template-tmpl-html-examples .snackbars {
    display: none !important;
}

body.page-template-tmpl-html-examples header {
    background-position: center 0;
}

    body.page-template-tmpl-html-examples header .navbar-default {
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        min-height: 10px;
    }

hr.html-main-hr {
    margin: 80px 0;
}

hr.html-example-hr {
    border-color: transparent;
    margin: 60px 0;
}

    hr.html-example-hr:before {
        display: none;
    }

.html-code-example {
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 15px;
}

h4.html-headline-h4-example {
    margin-top: 40px;
}

.html-example-main-nav {
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    left: auto;
    z-index: 6;
    transition: .2s ease-in-out;
}

    .html-example-main-nav .html-example-nav-btn {
        width: 50px;
        height: 50px;
        background-color: #0073ae;
        padding-top: 18px;
        float: left;
    }

        .html-example-main-nav .html-example-nav-btn span {
            display: block;
            height: 2px;
            width: 20px;
            margin: 0 auto 4px;
            background-color: #fff;
        }

    .html-example-main-nav ul {
        box-shadow: -1px 0 2px rgba(0,0,0,.12);
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 0 10px 20px;
        list-style-type: none;
        background-color: #fff;
        width: 320px;
        float: right;
    }

        .html-example-main-nav ul li {
            font-size: 14px;
        }

            .html-example-main-nav ul li a {
                transition: .25s ease-in-out;
                border-bottom: 1px solid #eee;
                display: block;
                color: #444;
                font-weight: 400;
                font-size: 16px;
                padding: 8px 4px;
            }

                .html-example-main-nav ul li a:active, .html-example-main-nav ul li a:focus, .html-example-main-nav ul li a:hover {
                    text-decoration: none;
                    color: #c60751;
                    border-color: #0073ae;
                }

    .html-example-main-nav:active, .html-example-main-nav:hover {
        right: 0;
    }

body.page-template-tmpl-styleguide #navbar, body.page-template-tmpl-styleguide #topnav, body.page-template-tmpl-styleguide .navbar-toggle, body.page-template-tmpl-styleguide .search-col, body.page-template-tmpl-styleguide .snackbars {
    display: none !important;
}

body.page-template-tmpl-styleguide header {
    background-position: center 0;
}

    body.page-template-tmpl-styleguide header .navbar-default {
        background-color: transparent;
        border-left: none;
        border-right: none;
        border-bottom: none;
        min-height: 10px;
    }

.styleguide-btn-row .styleguide-element-properties:after, .styleguide-element-info, .styleguide-headlines h1:after, .styleguide-headlines h2:after, .styleguide-headlines h3:after, .styleguide-headlines h4:after, .styleguide-headlines h5:after, .styleguide-headlines h6:after, .styleguide-holder .styleguide-element-properties, .styleguide-primary-font-family .styleguide-element-properties:after, .styleguide-secondary-font-family .styleguide-element-properties:after {
    display: block;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    white-space: pre;
    font-family: Roboto,sans-serif;
}

.theme-styleguide {
    padding-bottom: 60px;
}

    .theme-styleguide h2.styleguide-title {
        margin-bottom: 50px;
        margin-top: 25px;
        font-family: Georgia,Times New Roman,Times,serif;
        font-size: 38px;
        font-weight: 400;
    }

        .theme-styleguide h2.styleguide-title small {
            color: #0073ae;
            font-size: 65%;
        }

.styleguide-main-nav {
    position: fixed;
    top: 0;
    right: -320px;
    bottom: 0;
    left: auto;
    z-index: 6;
    transition: .2s ease-in-out;
}

    .styleguide-main-nav .styleguide-nav-btn {
        width: 50px;
        height: 50px;
        background-color: #0073ae;
        padding-top: 18px;
        float: left;
    }

        .styleguide-main-nav .styleguide-nav-btn span {
            display: block;
            height: 2px;
            width: 20px;
            margin: 0 auto 4px;
            background-color: #fff;
        }

    .styleguide-main-nav ul {
        box-shadow: -1px 0 2px rgba(0,0,0,.12);
        height: 100vh;
        overflow-y: auto;
        margin: 0;
        padding: 0 10px 20px;
        list-style-type: none;
        background-color: #fff;
        width: 320px;
        float: right;
    }

        .styleguide-main-nav ul li {
            font-size: 14px;
        }

            .styleguide-main-nav ul li a {
                transition: .25s ease-in-out;
                border-bottom: 1px solid #eee;
                display: block;
                color: #444;
                font-weight: 400;
                font-size: 16px;
                padding: 8px 4px;
            }

                .styleguide-main-nav ul li a:active, .styleguide-main-nav ul li a:focus, .styleguide-main-nav ul li a:hover {
                    text-decoration: none;
                    color: #c60751;
                    border-color: #0073ae;
                }

    .styleguide-main-nav:active, .styleguide-main-nav:hover {
        right: 0;
    }

.styleguide-hr {
    margin: 105px 0 80px;
    border: 0;
    position: relative;
    border-top: 1px solid #f1f1f1;
}

    .styleguide-hr:before {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -3px;
        left: 50%;
        z-index: inherit;
        content: "";
        display: block;
        width: 70px;
        height: 3px;
        margin-left: -35px;
        background-color: #c60751;
    }

.styleguide-holder {
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 0;
    background-clip: padding-box;
    margin-bottom: 30px;
}

    .styleguide-holder .styleguide-holder-header {
        background-color: #0073ae;
    }

        .styleguide-holder .styleguide-holder-header .styleguide-detail-title {
            padding: 10px 15px;
            margin: 0;
            color: #fff;
            font-size: 16px;
        }

            .styleguide-holder .styleguide-holder-header .styleguide-detail-title, .styleguide-holder .styleguide-holder-header .styleguide-detail-title strong {
                font-weight: 400;
            }

    .styleguide-holder .styleguide-holder-body {
        padding: 35px 10px;
    }

        .styleguide-holder .styleguide-holder-body p {
            margin: 0;
        }

    .styleguide-holder .styleguide-element-properties {
        border-top: 1px solid #eee;
        padding: 15px 10px;
        background-color: #f1f1f1;
    }

        .styleguide-holder .styleguide-element-properties strong {
            display: block;
            font-size: 16px;
            margin-bottom: 4px;
        }

.styleguide-primary-font-family {
    font-family: Roboto,sans-serif;
}

.styleguide-secondary-font-family {
    font-family: Georgia,Times New Roman,Times,serif;
}

.styleguide-primary-font-default {
    font-size: 16px;
}

    .styleguide-primary-font-default .styleguide-element-properties:after {
        content: "- Font Family: Roboto, sans-serif \a- Font Weight: 300 \a- Font Size: 16px \a- Line Height: 1.6";
    }

.styleguide-secondary-font-default {
    font-size: 16px;
}

    .styleguide-secondary-font-default .styleguide-element-properties:after {
        content: "- Font Family: Georgia, Times New Roman, Times, serif \a- Font Weight: 300 \a- Font Size: 16px \a- Line Height: 1.6";
    }

.styleguide-primary-font-big {
    font-size: 18px;
}

    .styleguide-primary-font-big .styleguide-element-properties:after {
        content: "- Font Family: Roboto, sans-serif \a- Font Weight: 300 \a- Font Size: 18px \a- Line Height: 1.6";
    }

.styleguide-secondary-font-big {
    font-size: 18px;
}

    .styleguide-secondary-font-big .styleguide-element-properties:after {
        content: "- Font Family: Georgia, Times New Roman, Times, serif \a- Font Weight: 300 \a- Font Size: 18px \a- Line Height: 1.6";
    }

.styleguide-primary-font-small {
    font-size: 14px;
}

    .styleguide-primary-font-small .styleguide-element-properties:after {
        content: "- Font Family: Roboto, sans-serif \a- Font Weight: 300 \a- Font Size: 14px \a- Line Height: 1.6";
    }

.styleguide-secondary-font-small {
    font-size: 14px;
}

    .styleguide-secondary-font-small .styleguide-element-properties:after {
        content: "- Font Family: Georgia, Times New Roman, Times, serif \a- Font Weight: 300 \a- Font Size: 14px \a- Line Height: 1.6";
    }

.styleguide-primary-font-tiny {
    font-size: 12px;
}

    .styleguide-primary-font-tiny .styleguide-element-properties:after {
        content: "- Font Family: Roboto, sans-serif \a- Font Weight: 300 \a- Font Size: 12px \a- Line Height: 1.6";
    }

.styleguide-secondary-font-tiny {
    font-size: 12px;
}

    .styleguide-secondary-font-tiny .styleguide-element-properties:after {
        content: "- Font Family: Georgia, Times New Roman, Times, serif \a- Font Weight: 300 \a- Font Size: 12px \a- Line Height: 1.6";
    }

.styleguide-headlines h1, .styleguide-headlines h2, .styleguide-headlines h3, .styleguide-headlines h4, .styleguide-headlines h5, .styleguide-headlines h6 {
    margin: 0;
    padding: 0;
    line-height: normal;
}

.styleguide-headlines .styleguide-normal-headlines .headline1:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 40px \a- Font Weight: 400 \a- Color: #00517b";
}

.styleguide-headlines .styleguide-normal-headlines .headline2:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 26px \a- Font Weight: 400 \a- Color: #0073AE";
}

.styleguide-headlines .styleguide-normal-headlines .headline3:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 20px \a- Font Weight: 500 \a- Color: #444444";
}

.styleguide-headlines .styleguide-normal-headlines .headline4:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 18px \a- Font Weight: 400 \a- Color: #373737";
}

.styleguide-headlines .styleguide-normal-headlines .headline5:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 16px \a- Font Weight: 400 \a- Color: #2b2b2b";
}

.styleguide-headlines .styleguide-normal-headlines .headline6:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 14px \a- Font Weight: 300 \a- Color: #444444";
}

.styleguide-headlines .styleguide-headlines-with-link .headline1:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 40px \a- Font Weight: 400 \a- Color: #C60751";
}

.styleguide-headlines .styleguide-headlines-with-link .headline2:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 26px \a- Font Weight: 400 \a- Color: #C60751";
}

.styleguide-headlines .styleguide-headlines-with-link .headline3:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 20px \a- Font Weight: 500 \a- Color: #C60751";
}

.styleguide-headlines .styleguide-headlines-with-link .headline4:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 18px \a- Font Weight: 400 \a- Color: #C60751";
}

.styleguide-headlines .styleguide-headlines-with-link .headline5:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 16px \a- Font Weight: 400 \a- Color: #C60751";
}

.styleguide-headlines .styleguide-headlines-with-link .headline6:after {
    content: "- Font Family: Roboto, sans-serif \a- Font Size: 14px \a- Font Weight: 300 \a- Color: #C60751";
}

.styleguide-color-box {
    margin-bottom: 40px;
}

@media (max-width:769px) {
    .styleguide-color-box {
        width: 380px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width:400px) {
    .styleguide-color-box {
        width: auto;
    }
}

.styleguide-color-box ul {
    list-style-type: none;
    padding: 0;
}

    .styleguide-color-box ul.styleguide-color-dark-degree, .styleguide-color-box ul.styleguide-color-light-degree {
        display: inline-block;
        margin-left: 20px;
    }

@media (max-width:992px) {
    .styleguide-color-box ul.styleguide-color-dark-degree, .styleguide-color-box ul.styleguide-color-light-degree {
        display: block;
        overflow: hidden;
        margin-top: 15px;
    }
}

.styleguide-color-box ul li {
    color: #aaa;
    display: block;
    font-size: 10px;
    text-align: left;
    line-height: 30px;
    padding: 0 5px;
}

@media (max-width:992px) {
    .styleguide-color-box ul li {
        display: inline-block;
        padding: 0;
        font-size: 0;
        float: left;
    }
}

.styleguide-color-box ul li:before {
    width: 35px;
    height: 35px;
    content: "";
    display: block;
    margin-right: 4px;
    float: left;
}

@media (max-width:992px) {
    .styleguide-color-box ul li:before {
        margin: 0;
    }
}

.styleguide-color-box ul li:after {
    content: "";
    display: block;
    clear: both;
}

.styleguide-color-box ul li.title {
    font-size: 16px;
    font-weight: 700;
    color: #444;
    position: relative;
    top: -20px;
    margin-right: 8px;
}

    .styleguide-color-box ul li.title:before {
        display: none;
    }

.styleguide-color {
    width: 100%;
    min-height: 200px;
    border-radius: 6px;
    background-clip: padding-box;
}

    .styleguide-color:after {
        color: #fff;
        font-weight: lighter;
        display: block;
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .styleguide-color:before {
        color: #fff;
        padding-top: 20%;
        text-align: center;
        font-weight: lighter;
        font-size: 38px;
        text-shadow: 1px 1px 0 rgba(0,0,0,.5);
        display: block;
    }

.styleguide-color-explanation {
    font-size: 14px;
    padding-bottom: 14px;
}

.styleguide-text-color .styleguide-color {
    background-color: #444;
}

    .styleguide-text-color .styleguide-color:after {
        content: "Use: $text-color";
    }

    .styleguide-text-color .styleguide-color:before {
        content: "#444";
    }

.styleguide-text-color .styleguide-color-light-degree li:nth-child(1):before {
    background-color: #515151;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(2):before {
    background-color: #5e5e5e;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(3):before {
    background-color: #6a6a6a;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(4):before {
    background-color: #777;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(5):before {
    background-color: #848484;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(6):before {
    background-color: #919191;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(7):before {
    background-color: #9d9d9d;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(8):before {
    background-color: #aaa;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(9):before {
    background-color: #b7b7b7;
}

.styleguide-text-color .styleguide-color-light-degree li:nth-child(10):before {
    background-color: #c4c4c4;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(1):before {
    background-color: #373737;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(2):before {
    background-color: #2b2b2b;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(3):before {
    background-color: #1e1e1e;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(4):before {
    background-color: #111;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(5):before {
    background-color: #040404;
}

.styleguide-text-color .styleguide-color-dark-degree li:nth-child(6):before, .styleguide-text-color .styleguide-color-dark-degree li:nth-child(7):before, .styleguide-text-color .styleguide-color-dark-degree li:nth-child(8):before, .styleguide-text-color .styleguide-color-dark-degree li:nth-child(9):before, .styleguide-text-color .styleguide-color-dark-degree li:nth-child(10):before {
    background-color: #000;
}

.styleguide-primary-color .styleguide-color {
    background-color: #0073ae;
}

    .styleguide-primary-color .styleguide-color:before {
        content: "#0073ae";
    }

    .styleguide-primary-color .styleguide-color:after {
        content: "Use: $brand-primary";
    }

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(1):before {
    background-color: #0084c8;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(2):before {
    background-color: #0095e1;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(3):before {
    background-color: #00a6fb;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(4):before {
    background-color: #15b0ff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(5):before {
    background-color: #2fb8ff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(6):before {
    background-color: #48c1ff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(7):before {
    background-color: #62caff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(8):before {
    background-color: #7bd2ff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(9):before {
    background-color: #95dbff;
}

.styleguide-primary-color .styleguide-color-light-degree li:nth-child(10):before {
    background-color: #aee4ff;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(1):before {
    background-color: #006295;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(2):before {
    background-color: #00517b;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(3):before {
    background-color: #004062;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(4):before {
    background-color: #003048;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(5):before {
    background-color: #001f2f;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(6):before {
    background-color: #000e15;
}

.styleguide-primary-color .styleguide-color-dark-degree li:nth-child(7):before, .styleguide-primary-color .styleguide-color-dark-degree li:nth-child(8):before, .styleguide-primary-color .styleguide-color-dark-degree li:nth-child(9):before, .styleguide-primary-color .styleguide-color-dark-degree li:nth-child(10):before {
    background-color: #000;
}

.styleguide-secondary-color .styleguide-color {
    background-color: #c60751;
}

    .styleguide-secondary-color .styleguide-color:before {
        content: "#c60751";
    }

    .styleguide-secondary-color .styleguide-color:after {
        content: "Use: $brand-secondary";
    }

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(1):before {
    background-color: #df085b;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(2):before {
    background-color: #f60a65;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(3):before {
    background-color: #f72275;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(4):before {
    background-color: #f83b84;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(5):before {
    background-color: #f95494;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(6):before {
    background-color: #fa6ca3;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(7):before {
    background-color: #fb85b2;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(8):before {
    background-color: #fc9dc2;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(9):before {
    background-color: #fcb6d1;
}

.styleguide-secondary-color .styleguide-color-light-degree li:nth-child(10):before {
    background-color: #fdcfe1;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(1):before {
    background-color: #ad0647;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(2):before {
    background-color: #95053d;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(3):before {
    background-color: #7c0433;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(4):before {
    background-color: #630429;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(5):before {
    background-color: #4b031f;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(6):before {
    background-color: #320215;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(7):before {
    background-color: #1a010a;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(8):before {
    background-color: #010000;
}

.styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(9):before, .styleguide-secondary-color .styleguide-color-dark-degree li:nth-child(10):before {
    background-color: #000;
}

.styleguide-link-color .styleguide-color {
    background-color: #c60751;
}

    .styleguide-link-color .styleguide-color:before {
        content: "#c60751";
    }

    .styleguide-link-color .styleguide-color:after {
        content: "Use: $link-color";
    }

.styleguide-link-color .styleguide-color-light-degree li:nth-child(1):before {
    background-color: #df085b;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(2):before {
    background-color: #f60a65;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(3):before {
    background-color: #f72275;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(4):before {
    background-color: #f83b84;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(5):before {
    background-color: #f95494;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(6):before {
    background-color: #fa6ca3;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(7):before {
    background-color: #fb85b2;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(8):before {
    background-color: #fc9dc2;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(9):before {
    background-color: #fcb6d1;
}

.styleguide-link-color .styleguide-color-light-degree li:nth-child(10):before {
    background-color: #fdcfe1;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(1):before {
    background-color: #ad0647;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(2):before {
    background-color: #95053d;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(3):before {
    background-color: #7c0433;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(4):before {
    background-color: #630429;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(5):before {
    background-color: #4b031f;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(6):before {
    background-color: #320215;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(7):before {
    background-color: #1a010a;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(8):before {
    background-color: #010000;
}

.styleguide-link-color .styleguide-color-dark-degree li:nth-child(9):before, .styleguide-link-color .styleguide-color-dark-degree li:nth-child(10):before {
    background-color: #000;
}

.default-btn:after {
    content: "- Color: #444444 \a- Background Color: #fcfcfc \a- Border Color: #c4c4c4 \a- Padding (V/H): 6px / 16px \a- Border Radius: 3px";
}

.primary-btn:after, .secondary-btn:after {
    content: "- Color: #ffffff \a- Background Color: #C60751 \a- Border Color: #ad0647 \a- Padding (V/H): 6px / 16px \a- Border Radius: 3px";
}

.link-btn:after {
    content: "- Color: #C60751 \a- Background Color: Transparent \a- Border Color: Transparent \a- Padding (V/H): 6px / 16px \a- Border Radius: 3px";
}

.site-forms:after {
    content: "- Font size: 14px \a- Border Color: #cccccc \a- Background Color: #ffffff \a- Padding (V/H): 6px / 12px";
}

.styleguide-resonsive:after {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    color: #444;
    font-weight: 400;
    white-space: pre;
    font-family: Roboto,sans-serif;
    margin-left: 5px;
}

.styleguide-resonsive.styleguide-responsive-size-lg:after {
    content: "1200px";
}

.styleguide-resonsive.styleguide-responsive-size-md:after {
    content: "992px";
}

.styleguide-resonsive.styleguide-responsive-size-sm:after {
    content: "769px";
}

.styleguide-resonsive.styleguide-responsive-size-xs:after {
    content: "480px";
}

.styleguide-resonsive.styleguide-responsive-layout-breakpoint {
    padding-top: 15px;
}

    .styleguide-resonsive.styleguide-responsive-layout-breakpoint:after {
        display: inline-block;
        content: "1200px";
    }

.styleguide-resonsive-navbar-collapse {
    padding: 15px;
    background-color: #f1f1f1;
}
