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
}

b,strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

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

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
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,kbd,pre,samp {
    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
}

.modal {
                 display: none;
                 /* Hidden initially */
                 position: fixed;
                 top: 0;
                 left: 0;
                 width: 100%;
                 height: 100%;
                 justify-content: center;
                 align-items: center;
                 background: rgba(0, 0, 0, 0.6);
                 z-index: 9999;

             }

             /* Show modal when active */
             .modal.active {
                 display: flex;
             }

             /* Modal content */
             .modal__content {
                 background: white;
                 /* padding: 20px; */
                 border-radius: 8px;
                 position: relative;
                 max-width: 500px;
                 width: 90%;
             }

             .modal__title {
                 margin: 0;
                 background: #f1f1f1;
                 font-size: 1.0625rem;
                 padding: 1rem;
                 text-align: left;
                 font-family: "Open Sans", sans-serif;
                 font-weight:600;
             }

             /* Close button */
             .modal__close {
                 position: absolute;
                 top: 0;
                 right: 15px;
                 background: none;
                 border: none;
                 font-size: 24px;
                 cursor: pointer;
             }

             .modal__iframe-wrapper {
                 width: 100%;
                 height: 600px;
             }

             .modal__iframe-wrapper iframe {
                 width: 100%;
                 height: 100%;
                 border: none;
             }


input[type=checkbox],input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000!important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse!important
    }

    .table td,.table th {
        background-color: #fff!important
    }

    .table-bordered td,.table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn,.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active,.open>.btn-danger.dropdown-toggle,.open>.btn-default.dropdown-toggle,.open>.btn-info.dropdown-toggle,.open>.btn-primary.dropdown-toggle,.open>.btn-success.dropdown-toggle,.open>.btn-warning.dropdown-toggle {
    background-image: none
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

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

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

a {
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

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

figure {
    margin: 0
}

img {
    vertical-align: middle;
    max-width: 100%
}

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

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

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

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

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

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.row:after {
    clear: both
}

.container,.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 768px) {
    .container {
        width:760px
    }
}

@media (min-width: 992px) {
    .container {
        width:980px
    }
}

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

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

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

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

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.3333333333%
}

.col-xs-pull-2 {
    right: 16.6666666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.3333333333%
}

.col-xs-pull-5 {
    right: 41.6666666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.3333333333%
}

.col-xs-pull-8 {
    right: 66.6666666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.3333333333%
}

.col-xs-pull-11 {
    right: 91.6666666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.3333333333%
}

.col-xs-push-2 {
    left: 16.6666666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.3333333333%
}

.col-xs-push-5 {
    left: 41.6666666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.3333333333%
}

.col-xs-push-8 {
    left: 66.6666666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.3333333333%
}

.col-xs-push-11 {
    left: 91.6666666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.3333333333%
}

.col-xs-offset-2 {
    margin-left: 16.6666666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.3333333333%
}

.col-xs-offset-5 {
    margin-left: 41.6666666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.3333333333%
}

.col-xs-offset-8 {
    margin-left: 66.6666666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.3333333333%
}

.col-xs-offset-11 {
    margin-left: 91.6666666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

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

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

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

.btn.active,.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,fieldset[disabled] a.btn {
    pointer-events: none
}

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

.btn-default.focus,.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,.btn-default:active,.btn-default:hover,.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.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: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

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

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

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,.btn-primary:active,.btn-primary:hover,.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.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 {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    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.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,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.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,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.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,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.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,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 {
    color: #337ab7;
    font-weight: 400;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.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: 18px;
    line-height: 1.3333333;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

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

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

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

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.fa-fw,.fa-li {
    text-align: center
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.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.428571429;
    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,.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 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-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: 767px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        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
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    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;
    -webkit-transition-property: height,visibility;
    -moz-transition-property: height,visibility;
    transition-property: height,visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease
}

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

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

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

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

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

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

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.fa.fa-pull-left,.fa.pull-left {
    margin-right: .3em
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,.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
}

.invisible {
    visibility: hidden
}

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

.affix {
    position: fixed
}

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

@media (max-width: 767px) {
    .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
    }

    .visible-xs-block {
        display: block!important
    }

    .visible-xs-inline {
        display: inline!important
    }

    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block!important
    }

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

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

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

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline!important
    }

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

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline!important
    }

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

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-inline {
        display: inline!important
    }

    .visible-lg-inline-block {
        display: inline-block!important
    }

    .hidden-lg {
        display: none!important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none!important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none!important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none!important
    }
}

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

    .hidden-print {
        display: none!important
    }
}

.fa,.fa-stack {
    display: inline-block
}

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../../fonts/fontawesome-webfont.eot?v=4.6.3);
    src: url(../../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(../../fonts/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(../../fonts/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(../../fonts/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(../../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    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.3333333333em;
    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.2857142857em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa.fa-pull-right,.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    -webkit-border-radius: .1em;
    -moz-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    -moz-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    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 {
    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: ""
}

@font-face {
    font-family: 'Chronicle Text G1';
    src: url(../../fonts/ChronicleTextG1-Roman.woff) format("woff")
}

@font-face {
    font-family: Icomoon;
    src: url(../../fonts/icomoon.woff) format("woff")
}

.c-enhanced-gallery-list-item-youtube-thumbnail-play-button,.icons-social-rounded-facebook,.icons-social-rounded-google,.icons-social-rounded-instagram,.icons-social-rounded-pinterest,.icons-social-rounded-twitter,.icons-social-rounded-youtube,.icons-youtube-play-button,.icons-social-rounded-facebook,.icons-social-rounded-google,.icons-social-rounded-instagram,.icons-social-rounded-pinterest,.icons-social-rounded-twitter,.icons-social-rounded-youtube,.icons-sprite,.icons-youtube-play-button {
    background-image: url(../../../../../../images/icons-s4cc0d34a0b.png);
    background-repeat: no-repeat
}

.icons-social-rounded-facebook {
    background-position: 0 0
}

.icons-social-rounded-google {
    background-position: 0 -33px
}

.icons-social-rounded-instagram {
    background-position: 0 -66px
}

.icons-social-rounded-pinterest {
    background-position: 0 -99px
}

.icons-social-rounded-twitter {
    background-position: 0 -132px
}

.icons-social-rounded-youtube {
    background-position: 0 -165px
}

.icons-youtube-play-button {
    background-position: 0 -198px
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.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 {
    font-weight: 400;
    line-height: 1;
    color: #777
}

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

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

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

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

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

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

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

p {
    margin: 0 0 10px
}

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

address,dd,dt {
    line-height: 1.428571429
}

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

.small,small {
    font-size: 85%
}

.mark,mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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: #337ab7
}

a.text-primary:focus,a.text-primary:hover {
    color: #286090
}

.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: #337ab7
}

a.bg-primary:focus,a.bg-primary:hover {
    background-color: #286090
}

.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: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

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

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

.list-inline {
    margin-left: -5px
}

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

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,.dl-horizontal dd:before {
    content: " ";
    display: table
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

.c-enhanced-gallery-list-item-list:after,.c-location-hours:after {
    clear: both
}

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

.initialism {
    font-size: 90%
}

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

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,blockquote footer,blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777
}

#main,.h1,.h2,.h3,h1,h2,h3 {
    font-family: "Open Sans",sans-serif;
    color: #333
}

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: 20px;
    font-style: normal
}

html {
    font-size: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0
}

#main {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400
}

@media (min-width: 768px) {
    #main {
        font-size:.875rem;
        line-height: 1.375rem
    }
}

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

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.h1,h1 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .h1,h1 {
        font-size:1.75rem;
        line-height: 2.375rem
    }
}

@media (max-width: 1386px) {
    .h1,h1 {
        font-size:15px;
        line-height: 21px
    }
}

.h2,h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .h2,h2 {
        font-size:1.6875rem;
        line-height: 2.25rem
    }
}

.h3,h3 {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    font-weight: 700
}

@media (min-width: 768px) {
    .h3,h3 {
        font-size:1.0625rem;
        line-height: 1.4375rem
    }
}

a,a:link,a:visited {
    color: #1D4094
}

a:active,a:hover {
    color: #2d63e0
}

a:active,a:hover,a:visited {
    text-decoration: none
}

strong {
    font-weight: 700
}

.footer,footer {
    font-size: .75;
    line-height: 1.5
}

hr {
    background-color: #999;
    height: 1px
}

iframe {
    border: none
}

button {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input::-webkit-input-placeholder {
    font-size: 14px;
    color: #666
}

input::-moz-placeholder {
    font-size: 14px;
    color: #666
}

input:-ms-input-placeholder {
    font-size: 14px;
    color: #666
}

input::placeholder {
    font-size: 14px;
    color: #666
}

.button-primary,.button-secondary {
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block;
    color: #fff
}

.button-primary {
    background-color: #1D4094
}

.button-primary:link,.button-primary:visited {
    color: #fff;
    text-decoration: none
}

.button-primary:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.button-primary:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

.button-secondary {
    background-color: #3E3E3E
}

.body-font,.font-large,.font-small {
    font-family: "Open Sans",sans-serif;
    font-weight: 400
}

@media (max-width: 767px) {
    .button-primary,.button-secondary {
        width:100%
    }
}

.button-secondary:link,.button-secondary:visited {
    color: #fff;
    text-decoration: none
}

.button-secondary:active {
    background-color: #A2A4A3;
    color: #fff;
    text-decoration: none
}

.button-secondary:hover {
    background-color: #707070;
    color: #fff;
    text-decoration: none
}

.border-style {
    border: 1px solid #222
}

.body-font {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333
}

@media (min-width: 768px) {
    .body-font {
        font-size:.875rem;
        line-height: 1.375rem
    }
}

.font-large {
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #1D4094
}

@media (min-width: 768px) {
    .font-large {
        font-size:.9375rem
    }
}

.font-small {
    font-size: .75rem;
    line-height: 1.0625rem;
    color: #333
}

.h1-font,.h2-font,.h3-font,.h3-link-font {
    font-weight: 700;
    font-family: "Open Sans",sans-serif
}

.h1-font {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #333
}

@media (min-width: 768px) {
    .h1-font {
        font-size:1.75rem;
        line-height: 2.375rem
    }
}

@media (max-width: 1386px) {
    .h1-font {
        font-size:15px;
        line-height: 21px
    }
}

.h2-font {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #333
}

@media (min-width: 768px) {
    .h2-font {
        font-size:1.6875rem;
        line-height: 2.25rem
    }
}

.h3-font {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    color: #333
}

@media (min-width: 768px) {
    .h3-font {
        font-size:1.0625rem;
        line-height: 1.4375rem
    }
}

.h3-link-font {
    font-size: 1.25rem;
    line-height: 1.5rem;
    color: #1D4094
}

@media (min-width: 768px) {
    .h3-link-font {
        line-height:1.75rem
    }
}

.paragraph-font,p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #333
}

.share-this-buttons .social-share-button.email-share-button-wrapper .email-share-button:active,.share-this-buttons .social-share-button.email-share-button-wrapper .email-share-button:hover,.share-this-buttons .social-share-button.email-share-button-wrapper .email-share-button:link,.share-this-buttons .social-share-button.email-share-button-wrapper .email-share-button:visited,.share-this-buttons .social-share-button.instagram-share-button-wrapper .instagram-share-button:active,.share-this-buttons .social-share-button.instagram-share-button-wrapper .instagram-share-button:hover,.share-this-buttons .social-share-button.instagram-share-button-wrapper .instagram-share-button:link,.share-this-buttons .social-share-button.instagram-share-button-wrapper .instagram-share-button:visited {
    color: #fff
}

@media (min-width: 768px) {
    .paragraph-font,p {
        font-size:.875rem;
        line-height: 1.375rem
    }

    .collapse-override-desktop.collapse {
        display: inline-block!important
    }
}

.c-address-country-name {
    display: none
}

.c-address-city:before,.c-address-country-name:after,.c-address-street+.c-address-state:before,.c-address-street-2:before {
    content: "\000A";
    white-space: pre;
    display: block;
    height: 0
}

.c-bread-crumbs {
    list-style: none;
    padding: 0
}

.c-bread-crumbs-item {
    display: inline-block
}

.c-bread-crumbs-item+.c-bread-crumbs-item:before {
    padding-left: 1ex;
    padding-right: 1ex
}

.c-description.show-full-description .c-description-truncated {
    display: none
}

.c-description.show-full-description .c-description-full {
    display: block
}

.c-description-full {
    display: none
}

.c-enhanced-gallery-list-item-list {
    margin-left: -20px;
    margin-right: -20px
}

.c-enhanced-gallery-list-item-list:after,.c-enhanced-gallery-list-item-list:before {
    content: " ";
    display: table
}

.c-enhanced-gallery-list-item-wrapper {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

@media (min-width: 992px) {
    .c-enhanced-gallery-list-item-wrapper {
        float:left;
        width: 25%
    }
}

.c-enhanced-gallery-list-item-name {
    margin-bottom: 7px
}

.c-enhanced-gallery-list-item-image {
    width: 100%;
    height: auto;
    margin-bottom: 7px
}

.c-enhanced-gallery-list-item-youtube-embed {
    width: 100%;
    height: 300px
}

.c-enhanced-gallery-list-item-youtube-thumbnail-wrapper-outer {
    text-align: center
}

.c-enhanced-gallery-list-item-youtube-thumbnail-wrapper-inner {
    display: inline-block;
    position: relative
}

.c-enhanced-gallery-list-item-youtube-thumbnail-play-table {
    height: 100%;
    width: 100%
}

.c-enhanced-gallery-list-item-youtube-thumbnail-play-table-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.c-enhanced-gallery-list-item-youtube-thumbnail-play-button {
    background-position: 0 -198px;
    height: 38px;
    width: 50px;
    display: inline-block
}

.c-events-event {
    margin-bottom: 20px
}

.c-events-event-details-date,.c-events-event-details-title {
    margin-bottom: 0
}

.c-events-event-details-description {
    margin-top: 10px
}

.c-events-event-details-description.show-full-description .c-events-section-event-details-description-truncated {
    display: none
}

.c-events-event-details-description.show-full-description .c-events-section-event-details-description-full {
    display: block
}

.c-events-event-details-description-full {
    display: none
}

.c-location-grid-col {
    display: inline-block;
    float: none;
    vertical-align: text-top
}

.c-location-grid-item {
    margin-bottom: 15px
}

.c-location-grid-item-link {
    display: block
}

.c-location-grid-item-link:after {
    content: "  \00bb"
}

.c-location-grid-item-link-wrapper {
    margin: 10px 0
}

.c-location-hours:after,.c-location-hours:before {
    content: " ";
    display: table
}

.c-location-hours-details-row.is-today.highlight-text {
    font-weight: 700
}

.c-location-hours-details-row.is-today.highlight-background {
    background-color: #D8D8D8
}

.c-location-hours-details-row-day {
    padding-right: 20px
}

.c-location-hours-details-opentoday,.c-location-hours-today-details-row {
    display: none
}

.c-location-hours-today-details-row.is-today {
    display: block
}

.c-location-hours-today-day-hours,.c-location-hours-today-day-hours-interval-separator,.c-location-hours-today-day-hours-intervals-instance {
    display: inline-block
}

.c-location-hours-collapse .c-hours-toggle {
    position: relative;
    display: inline-block
}

.c-location-hours-collapse .c-hours-toggle:after {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    position: absolute;
    display: inline-block;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: transform .5s,-moz-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s,-moz-transform .5s;
    vertical-align: middle;
    top: 0;
    right: -20px
}

.c-location-hours-collapse .c-hours-toggle:focus {
    outline: 0
}

.c-location-hours-collapse .c-hours-toggle.collapsed:after {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.c-location-info-phone-wrapper {
    margin-top: 10px;
    margin-bottom: 10px
}

.c-location-info-phone-wrapper .c-phone-label {
    margin-bottom: 5px
}

.share-this-buttons .social-share-button {
    display: inline-block;
    margin-right: 6px
}

.share-this-buttons .social-share-button.email-share-button-wrapper {
    background-color: #14A0F0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px
}

.share-this-buttons .social-share-button.googleplus-share-button-wrapper,.share-this-buttons .social-share-button.linkedin-share-button-wrapper,.share-this-buttons .social-share-button.pinterest-pin-button-wrapper,.share-this-buttons .social-share-button.twitter-share-button-wrapper {
    position: relative;
    top: 6px
}

.share-this-buttons .social-share-button.instagram-share-button-wrapper {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5181a6),to(#2f5283));
    background-image: -moz- oldlinear-gradient(top,#5181a6 0,#2f5283 100%);
    background-image: linear-gradient(to bottom,#5181a6 0,#2f5283 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF5181A6', endColorstr='#FF2F5283', GradientType=0);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 12px
}

.c-map-with-pins {
    position: relative;
    width: 100%;
    height: 400px
}

.c-map-with-pins img {
    max-width: none
}

.c-map-with-pins #dir-map,.c-map-with-pins .dir-map {
    width: 100%;
    height: 100%;
    line-height: initial
}

.c-map-with-pins #dir-map *,.c-map-with-pins .dir-map * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.c-map-with-pins #dir-map .MicrosoftMap,.c-map-with-pins .dir-map .MicrosoftMap {
    margin: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto!important;
    height: auto!important
}

.c-nearby-locations-item {
    margin-bottom: 15px;
    padding-bottom: 15px
}

.c-nearby-locations-item-link {
    display: block
}

.c-nearby-locations-item-link-wrapper {
    margin: 5px 0
}

.c-nearby-locations-item-link:after {
    content: "  \00bb"
}

.c-nearby-locations-item:first-child {
    margin-top: 20px
}

.c-nearby-locations-item:last-child {
    border-bottom: none
}

@media (min-width: 768px) {
    .c-phone-number-link {
        display:none
    }
}

.c-phone-number-span {
    display: none
}

.c-phone-number-span-nolink {
    display: inline
}

@media (min-width: 768px) {
    .c-phone-number-span {
        display:inline
    }
}

.search-wrapper {
    position: relative
}

.search-label {
    vertical-align: middle
}

.search-label-wrapper {
    display: table-cell
}

.search-input {
    vertical-align: middle
}

.search-input-row {
    display: table;
    width: 100%
}

.search-button-wrapper,.search-input-wrapper {
    display: table-cell
}

.search-button {
    padding: 0;
    border: none;
    vertical-align: middle
}

@media (max-width: 768px) {
    .row .c-table-cell {
        margin-right:-15px;
        margin-left: -15px
    }
}

.c-table-cell {
    position: relative;
    margin: 5px 0;
    padding: 10px 15px
}

.c-table-cell-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.c-table-cell-table {
    width: 100%;
    min-height: 35px
}

.c-table-cell-cell:last-child {
    text-align: right
}

.c-table-cell-title {
    line-height: 110%
}

.c-table-cell-subtitle {
    margin-top: 7px;
    line-height: 110%
}

@media (max-width: 767px) {
    .col-sm-1.col-spaced,.col-sm-10.col-spaced,.col-sm-11.col-spaced,.col-sm-12.col-spaced,.col-sm-2.col-spaced,.col-sm-3.col-spaced,.col-sm-4.col-spaced,.col-sm-5.col-spaced,.col-sm-6.col-spaced,.col-sm-7.col-spaced,.col-sm-8.col-spaced,.col-sm-9.col-spaced {
        margin-top:20px;
        margin-bottom: 20px
    }

    .col-sm-1.col-spaced-top,.col-sm-10.col-spaced-top,.col-sm-11.col-spaced-top,.col-sm-12.col-spaced-top,.col-sm-2.col-spaced-top,.col-sm-3.col-spaced-top,.col-sm-4.col-spaced-top,.col-sm-5.col-spaced-top,.col-sm-6.col-spaced-top,.col-sm-7.col-spaced-top,.col-sm-8.col-spaced-top,.col-sm-9.col-spaced-top {
        margin-top: 20px
    }

    .col-sm-1.col-spaced-bottom,.col-sm-10.col-spaced-bottom,.col-sm-11.col-spaced-bottom,.col-sm-12.col-spaced-bottom,.col-sm-2.col-spaced-bottom,.col-sm-3.col-spaced-bottom,.col-sm-4.col-spaced-bottom,.col-sm-5.col-spaced-bottom,.col-sm-6.col-spaced-bottom,.col-sm-7.col-spaced-bottom,.col-sm-8.col-spaced-bottom,.col-sm-9.col-spaced-bottom {
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .col-md-1.col-spaced,.col-md-10.col-spaced,.col-md-11.col-spaced,.col-md-12.col-spaced,.col-md-2.col-spaced,.col-md-3.col-spaced,.col-md-4.col-spaced,.col-md-5.col-spaced,.col-md-6.col-spaced,.col-md-7.col-spaced,.col-md-8.col-spaced,.col-md-9.col-spaced {
        margin-top:20px;
        margin-bottom: 20px
    }

    .col-md-1.col-spaced-top,.col-md-10.col-spaced-top,.col-md-11.col-spaced-top,.col-md-12.col-spaced-top,.col-md-2.col-spaced-top,.col-md-3.col-spaced-top,.col-md-4.col-spaced-top,.col-md-5.col-spaced-top,.col-md-6.col-spaced-top,.col-md-7.col-spaced-top,.col-md-8.col-spaced-top,.col-md-9.col-spaced-top {
        margin-top: 20px
    }

    .col-md-1.col-spaced-bottom,.col-md-10.col-spaced-bottom,.col-md-11.col-spaced-bottom,.col-md-12.col-spaced-bottom,.col-md-2.col-spaced-bottom,.col-md-3.col-spaced-bottom,.col-md-4.col-spaced-bottom,.col-md-5.col-spaced-bottom,.col-md-6.col-spaced-bottom,.col-md-7.col-spaced-bottom,.col-md-8.col-spaced-bottom,.col-md-9.col-spaced-bottom {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .col-lg-1.col-spaced,.col-lg-10.col-spaced,.col-lg-11.col-spaced,.col-lg-12.col-spaced,.col-lg-2.col-spaced,.col-lg-3.col-spaced,.col-lg-4.col-spaced,.col-lg-5.col-spaced,.col-lg-6.col-spaced,.col-lg-7.col-spaced,.col-lg-8.col-spaced,.col-lg-9.col-spaced {
        margin-top:20px;
        margin-bottom: 20px
    }

    .col-lg-1.col-spaced-top,.col-lg-10.col-spaced-top,.col-lg-11.col-spaced-top,.col-lg-12.col-spaced-top,.col-lg-2.col-spaced-top,.col-lg-3.col-spaced-top,.col-lg-4.col-spaced-top,.col-lg-5.col-spaced-top,.col-lg-6.col-spaced-top,.col-lg-7.col-spaced-top,.col-lg-8.col-spaced-top,.col-lg-9.col-spaced-top {
        margin-top: 20px
    }

    .col-lg-1.col-spaced-bottom,.col-lg-10.col-spaced-bottom,.col-lg-11.col-spaced-bottom,.col-lg-12.col-spaced-bottom,.col-lg-2.col-spaced-bottom,.col-lg-3.col-spaced-bottom,.col-lg-4.col-spaced-bottom,.col-lg-5.col-spaced-bottom,.col-lg-6.col-spaced-bottom,.col-lg-7.col-spaced-bottom,.col-lg-8.col-spaced-bottom,.col-lg-9.col-spaced-bottom {
        margin-bottom: 20px
    }
}

.row-separator {
    border-bottom: solid 1px #777
}

.row-vertical-margin,.row-vertical-margin-top {
    margin-top: 40px
}

.row-vertical-margin-sm,.row-vertical-margin-top-sm {
    margin-top: 20px
}

.row-vertical-margin,.row-vertical-margin-bottom {
    margin-bottom: 40px
}

.row-vertical-margin-bottom-sm,.row-vertical-margin-sm {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .col-lg-1.col-padded,.col-lg-10.col-padded,.col-lg-11.col-padded,.col-lg-12.col-padded,.col-lg-2.col-padded,.col-lg-3.col-padded,.col-lg-4.col-padded,.col-lg-5.col-padded,.col-lg-6.col-padded,.col-lg-7.col-padded,.col-lg-8.col-padded,.col-lg-9.col-padded {
        padding:20px
    }

    .row-flex-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-pack: distribute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .col-flex-lg {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-flex-lg .col-flex-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width: 992px) {
    .col-md-1.col-padded,.col-md-10.col-padded,.col-md-11.col-padded,.col-md-12.col-padded,.col-md-2.col-padded,.col-md-3.col-padded,.col-md-4.col-padded,.col-md-5.col-padded,.col-md-6.col-padded,.col-md-7.col-padded,.col-md-8.col-padded,.col-md-9.col-padded {
        padding:20px
    }

    .row-flex-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-pack: distribute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .col-flex-md {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-flex-md .col-flex-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (min-width: 768px) {
    .col-sm-1.col-padded,.col-sm-10.col-padded,.col-sm-11.col-padded,.col-sm-12.col-padded,.col-sm-2.col-padded,.col-sm-3.col-padded,.col-sm-4.col-padded,.col-sm-5.col-padded,.col-sm-6.col-padded,.col-sm-7.col-padded,.col-sm-8.col-padded,.col-sm-9.col-padded {
        padding:20px
    }

    .row-flex-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-pack: distribute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .col-flex-sm {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-flex-sm .col-flex-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width: 767px) {
    .row-flex-xs {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-pack: distribute;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .col-flex-xs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .col-flex-xs .col-flex-child {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.location-hours .c-location-hours-today,.location-hours-label,.location-link-name,.location-link-wrapper {
    display: inline-block
}

.c-enhanced-gallery-list-item-youtube-thumbnail-play-button,.icons-social-rounded-facebook,.icons-social-rounded-google,.icons-social-rounded-instagram,.icons-social-rounded-pinterest,.icons-social-rounded-twitter,.icons-social-rounded-youtube,.icons-sprite,.icons-youtube-play-button {
    background-image: url(../../../../../../images/icons-s4cc0d34a0b.png);
    background-repeat: no-repeat
}

.icons-social-rounded-facebook {
    background-position: 0 0
}

.icons-social-rounded-google {
    background-position: 0 -33px
}

.icons-social-rounded-instagram {
    background-position: 0 -66px
}

.icons-social-rounded-pinterest {
    background-position: 0 -99px
}

.icons-social-rounded-twitter {
    background-position: 0 -132px
}

.icons-social-rounded-youtube {
    background-position: 0 -165px
}

.icons-youtube-play-button {
    background-position: 0 -198px
}

img[src*="www.yext-pixel.com"] {
    position: absolute
}

.c-bread-crumbs {
    margin: 20px 0
}

.c-bread-crumbs-list {
    padding-left: 0
}

.c-bread-crumbs-name {
    color: #000
}

.c-bread-crumbs-item {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    color: #333
}

.c-bread-crumbs-item a {
    color: #000
}

.c-bread-crumbs-item a .c-bread-crumbs-name {
    font-weight: 400;
    text-decoration: underline
}

.c-bread-crumbs-item a .c-bread-crumbs-name:hover {
    text-decoration: none
}

.c-bread-crumbs-item:last-child {
    font-weight: 700
}

.c-bread-crumbs-item:last-child::before {
    font-weight: 400
}

.c-bread-crumbs-item+.c-bread-crumbs-item:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit
}

.location-name,.location-phone {
    margin-bottom: 10px
}

.location-links {
    margin-top: 10px
}

.location-link-separator {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
    color: #000
}

.location-hours-label {
    padding-right: 5px
}

.location-type {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .location-type {
        font-size:.875rem;
        line-height: 1.375rem
    }

    header .header .logo-image {
        min-width: 190px;
        min-height: 54px
    }
}

.page-wrapper {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.page-wrapper.nav-expanded {
    position: fixed;
    -webkit-transform: translateX(85%);
    -moz-transform: translateX(85%);
    -ms-transform: translateX(85%);
    transform: translateX(85%);
    width: 100%
}

.mobile-header {
    background: rgba(0,0,0,.7);
    -webkit-transform: translatex(-101%);
    -moz-transform: translatex(-101%);
    -ms-transform: translatex(-101%);
    transform: translatex(-101%);
    height: 100%;
    position: fixed;
    left: 0;
    overflow-y: scroll;
    top: 0;
    width: 100vw;
    z-index: 2;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-overflow-scrolling: touch
}

.mobile-header-wrap {
    width: 85%;
    height: 100%;
    background-color: #fff
}

.mobile-header-wrap .fa-times {
    color: #fff;
    position: absolute;
    right: 3%;
    top: 2.4%;
    font-size: 45px
}

.mobile-header.display {
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -ms-transform: translatex(0);
    transform: translatex(0);
    position: fixed
}

.mobile-header .panel+.panel {
    margin-top: 1px
}

.mobile-header .mobile-menu {
    background-color: #fff
}

.mobile-header .mobile-menu-panel {
    background: #F1F1F1;
    display: block;
    font-size: 18px;
    width: 100%;
    color: #1D4094;
    text-transform: uppercase;
    padding: 15px 18px 15px 20px
}

.mobile-header .mobile-menu-panel[aria-expanded=false] .fa-caret-up,.mobile-header .mobile-menu-panel[aria-expanded=true] .fa-caret-down {
    display: none
}

.mobile-header .mobile-menu-panel .panel-icon {
    float: right;
    color: #000
}

.mobile-header .mobile-menu-link-list {
    margin: 0;
    padding: 0;
    list-style: none
}

.mobile-header .mobile-menu-link-item {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 15px 8px 30px
}

.mobile-header .mobile-menu-link-item a {
    color: #3E3E3E
}

.mobile-header .mobile-menu-link-item a.caret-after:after {
    content: "";
    font-family: FontAwesome;
    float: right;
    font-size: 16px
}

.mobile-header .outside-links {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 0 10px
}

.mobile-header .outside-links a {
    font-size: 12px;
    padding: 10px 10px 0
}

header .header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1
}

@media (max-width: 767px) {
    header .header {
        position:relative;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

header .header-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header>.header {
    background-color: #1B459C;
    opacity: 1
}

header .mobile-nav {
    color: #fff;
    text-align: center
}

header .mobile-nav-icon {
    font-size: 33px
}

header .mobile-nav-title {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 10px
}

header .logo {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (max-width: 767px) {
    header .logo {
        padding:0
    }

    header .logo-image {
        max-width: 93px
    }

    header .locator-button-desktop {
        width: 100%
    }
}

header .locator-button {
    float: right;
    text-transform: uppercase
}

header .locator-button-desktop {
    background-color: #fff;
    color: #1D4094;
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block
}

header .locator-button-desktop:link,header .locator-button-desktop:visited {
    color: #1D4094;
    text-decoration: none
}

header .locator-button-desktop:active {
    background-color: #6AADE4;
    color: #1D4094;
    text-decoration: none
}

header .locator-button-desktop:hover {
    background-color: #F1F1F1;
    color: #1D4094;
    text-decoration: none
}

header .locator-button-mobile {
    color: #fff;
    font-size: 30px
}

footer .footer {
    border-top: 1px solid #CCC;
    background-color: #F1F1F1;
    padding-top: 30px
}

footer .footer-links {
    margin-top: 30px
}

footer .footer-links-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

footer .footer-links-list-item {
    display: inline
}

footer .footer-links-list-item a {
    text-decoration: underline;
    color: #000;
    font-size: 13px
}

footer .footer-links-list-item a::after {
    content: '|';
    display: inline-block;
    font-weight: 200;
    color: #B0B0B0;
    padding: 0 12px;
    text-decoration: none
}

footer .footer-links-list-item:last-child a::after {
    display: none
}

footer .footer .copyright {
    margin-top: 35px;
    font-size: 11px
}

footer .footer .logo-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

footer .footer .logo-container .back-to-top {
    width: 65px;
    height: 65px;
    background-color: #fff;
    color: #000;
    border: 1px solid #B7B7B7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form-modal-heading,footer .contact-us-phone,footer .contact-us-title {
    font-family: "Open Sans",sans-serif;
    color: #333
}

footer .footer .logo-container .back-to-top-container {
    display: inline-block;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.4);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.4);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.4)
}

.form-modal-lightbox.hidden,footer button[aria-expanded=false] .fa-minus-square-o,footer button[aria-expanded=true] .fa-plus-square-o {
    display: none
}

footer .footer .logo-container .back-to-top .fa {
    font-size: 40px;
    line-height: 40px
}

footer .notices-drop {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    background: 0 0;
    border: none
}

footer .notices-drop .fa {
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
    padding-bottom: 2px
}

footer .notices-drop-content .main-list p {
    margin-left: 25px
}

footer .notices-drop-content .disclaimer-table {
    width: 520px;
    margin-left: 25px;
    margin-top: 15px;
    margin-bottom: 20px
}

@media (max-width: 767px) {
    footer .footer-links-list {
        text-align:center
    }

    footer .notices-drop-content .disclaimer-table {
        width: -webkit-calc(100% - 25px);
        width: -moz-calc(100% - 25px);
        width: calc(100% - 25px)
    }
}

footer .notices-drop-content .disclaimer-table td {
    border: 1px solid #000;
    padding: .5em
}

footer .notices-drop-content .footer-legal-list {
    margin-left: 30px
}

footer .notices-drop-content img {
    padding: 0 4px
}

footer .contact-us-box {
    border: 1px solid #D1D1D1;
    background-color: #FFF;
    margin-top: 45px;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center
}

footer .contact-us-box--private {
    margin-top: 0
}

footer .contact-us-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700
}

@media (min-width: 768px) {
    footer .contact-us-title {
        font-size:1.75rem;
        line-height: 2.375rem
    }
}

@media (max-width: 1386px) {
    footer .contact-us-title {
        font-size:15px;
        line-height: 21px
    }
}

footer .contact-us-phone {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 300
}

@media (min-width: 768px) {
    footer .contact-us-phone {
        font-size:1.75rem;
        line-height: 2.375rem
    }
}

@media (max-width: 1386px) {
    footer .contact-us-phone {
        font-size:15px;
        line-height: 21px
    }
}

footer .contact-us-text {
    margin-bottom: 0;
    margin-top: 15px
}

.form-modal {
    position: fixed;
    left: -webkit-calc((100vw - 520px)/ 2);
    left: -moz-calc((100vw - 520px)/ 2);
    left: calc((100vw - 520px)/ 2);
    top: 10vh;
    background: #fff;
    z-index: 1
}

@media (max-width: 991px) {
    .form-modal {
        overflow:auto;
        -webkit-overflow-scrolling: touch;
        width: -webkit-calc(100vw - 40px);
        width: -moz-calc(100vw - 40px);
        width: calc(100vw - 40px);
        left: 20px;
        top: 50px;
        height: -webkit-calc(100vh - 150px);
        height: -moz-calc(100vh - 150px);
        height: calc(100vh - 150px)
    }
}

.form-modal-lightbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    z-index: 1
}

.form-modal-heading {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    font-weight: 700;
    background: #F1F1F1;
    padding: 20px
}

.form-modal-close {
    position: absolute;
    right: 20%;
    top: 2%
}

.form-modal-close:hover {
    cursor: pointer
}

.form-modal iframe {
    padding: 10px 20px 20px
}

.form-modal-iframe--contact {
    width: 550px;
    height: 640px
}

.form-modal-iframe--subscribe {
    width: 620px;
    height: 720px
}

@media (max-width: 991px) {
    .form-modal-close {
        top:0;
        right: 5%
    }

    .form-modal iframe {
        padding-bottom: 0
    }

    .form-modal-iframe {
        -webkit-overflow-scrolling: touch;
        width: -webkit-calc(100vw - 40px);
        width: -moz-calc(100vw - 40px);
        width: calc(100vw - 40px);
        height: -webkit-calc(100vh - 150px);
        height: -moz-calc(100vh - 150px);
        height: calc(100vh - 150px)
    }
}

.page-wrapper.modal-expanded {
    position: fixed;
    width: 100%
}

.location-info-wrapper {
    padding-top: 20px
}

.location-info-row {
    margin-top: 40px
}

@media (min-width: 768px) {
    .form-modal-heading {
        font-size:1.0625rem;
        line-height: 1.4375rem
    }

    .location-info {
        position: relative
    }

    .location-info-wrapper {
        padding: 45px 20px 0;
        margin-bottom: 70px;
        max-width: 1180px;
               margin: 0 auto;
               width: 100%;
    }

    .location-info-nap {
        min-height: 1px;
        position: absolute;
        top: 153px;
        background-color: #fff;
        padding: 40px
    }
}

@media (min-width: 768px) and (min-width:768px) {
    .location-info-nap {
        float:left;
        width: 66.6666666667%
    }
}

@media (min-width: 768px) and (min-width:992px) {
    .location-info-nap {
        float:left;
        width: 58.3333333333%
    }
}

.advisor-about .details-button-icon,.my-other-locations .toggle-icon {
    float: right
}

@media (max-width: 1386px) {
    .location-info-nap {
        top:153px;
        padding: 30px
    }
}

@media (max-width: 767px) {
    .location-info-row {
        margin-top:0
    }

    .location-info-nap {
        padding: 20px 20px 0
    }
}

@media (min-width: 1200px) {
    .location-info-nap {
        left:-webkit-calc((100vw - 1150px)/ 2);
        left: -moz-calc((100vw - 1150px)/ 2);
        left: calc((100vw - 1150px)/ 2)
    }
}

.location-info .nap-button {
    background-color: #1D4094;
    padding: 10px 20px;
    padding-left : 28px;
    border-bottom: 1px solid rgba(255,255,255,.5);
    font-weight: 700;
    display: block;
    width: 215px;
    text-transform: uppercase;
    color: #fff
}

.location-info .nap-button:link,.location-info .nap-button:visited {
    color: #fff;
    text-decoration: none
}

.location-info .nap-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.location-info .nap-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .location-info .nap-button {
        width:100%;
        height: 58px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.5)
    }

    .location-info .nap-button-section {
        margin-left: -20px;
        margin-right: -20px
    }
}

.location-info .nap-button-section .c-phone-main:before,.location-info .nap-button-section .phone-link:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400
}

.location-info .nap-button-section .phone-link {
    display: none
}

@media (max-width: 767px) {
    .location-info .nap-button-section .phone-link {
        display:-webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .location-info .nap-button-section .phone-link::before {
        margin: 0;
        display: table-cell;
        width: 15%
    }
}

.location-info .nap-button-section .phone-link-number {
    font-weight: 400
}

.location-info .nap-button-section .phone-link-before-text {
    font-weight: 700
}

.location-info .nap-button-section .button-text {
    margin-left: 28px;
    display: inline-block
}

.location-info .nap-button-section .send-email-button {
    text-align: left;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 5px;
}

.location-info .nap-button-section .send-email-button:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400
}

@media (max-width: 767px) {
    .location-info .nap-button-section .send-email-button::before {
        display:table-cell;
        width: 15%;
        margin: 0
    }
}

.location-info .nap-button-section .finra-link-wrapper {
    margin-bottom: 20px
}

.location-info .nap-button-section .save-contact-info:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    margin-right: 15px;
    font-weight: 400
}

@media (max-width: 767px) {
    .location-info .nap-button-section .save-contact-info::before {
        display:table-cell;
        width: 15%;
        margin: 0
    }

    .location-info .mobile-map-toggle {
        width: 100%
    }
}

.location-info .nap-button-phone:hover {
    background-color: #1D4094!important
}

.location-info .nap-button .c-phone-label {
    display: none
}

.location-info .nap-button .c-phone-number-wrapper {
    display: inline-block
}

@media (min-width: 992px) and (max-width:1199px) {
    .location-info-nap {
        left:-webkit-calc((100vw - 942px)/ 2);
        left: -moz-calc((100vw - 942px)/ 2);
        left: calc((100vw - 942px)/ 2)
    }

    .location-info .no-padding {
        padding-left: 0
    }
}

.location-info .mobile-map-toggle {
    background-color: #1D4094;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: .9375rem;
    line-height: .9375rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center
}

.location-info .mobile-map-toggle:link,.location-info .mobile-map-toggle:visited {
    color: #fff;
    text-decoration: none
}

.location-info .mobile-map-toggle:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.location-info .mobile-map-toggle:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .location-info .mobile-map-toggle {
        font-size:.875rem;
        line-height: .875rem
    }
}

.location-info .location-map-wrapper {
    padding-bottom: 15px
}

.location-info-photo-address-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.location-info-photo-and-address {
    display: inline-block;
    vertical-align: top
}

.location-info-photo-and-address .advisor-photo {
    max-height: 152px;
    width: 260px;
}

@media (max-width: 767px) {
    .location-info-photo-and-address {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .location-info-photo-and-address .advisor-photo {
        margin-right: 30px
    }
}

.location-info-photo-and-address .c-address {
    margin-bottom: 0
}

.location-info .advisor-details-aa {
    display: inline-block
}

@media (max-width: 767px) {
    .location-info .advisor-details-aa {
        display:none
    }
}

@media (min-width: 992px) {
    .location-info .address-col-wrap {
        padding-left:15px
    }
}

.location-info .address-col-wrap .c-phone-main {
    line-height: 14px
}

.location-info .address-col-wrap .c-get-directions-button,.location-info .address-col-wrap .nap-button-phone {
    width: 165px;
    text-align: center
}

.location-info-advisor-details {
    display: inline-block
}

.location-info-advisor-details .c-location-title {
    margin-top: 0
}

@media (max-width: 767px) {
    .location-info-advisor-details {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .location-info-advisor-details .c-location-title {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.location-info-advisor-details .c-location-title .geomodifier {
    font-size: 2.125rem;
    line-height: 2.125rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: #333;
    display: block
}

@media (min-width: 768px) {
    .location-info-advisor-details .c-location-title .geomodifier {
        font-size: 30px;
        line-height: 34px;
    }
}

@media (max-width: 1386px) {
    .location-info-photo-and-address .advisor-photo {
        max-height:90px;
        margin-right: 30px
    }

    .location-info-advisor-details .c-location-title .geomodifier {
        font-size: 30px;
        line-height: 34px
    }
}

@media (max-width: 767px) {
    .location-info-advisor-details .c-location-title .geomodifier {
        line-height:34px;
        margin-bottom: 5px
    }
}

.location-info-advisor-details .c-location-title .name {
    font-size : 15px;
}

@media (min-width: 768px) {
    .location-info-advisor-details .c-location-title .name {
        line-height:28px
    }
}

.location-info-advisor-details hr {
    color: #CCC;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 5px -20px 15px
}

.location-info-advisor-details .advisor-title {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    color: #333
}

@media (min-width: 768px) {
    .location-info-advisor-details .advisor-title {
        font-size:1.3125rem;
        line-height: 1.9375rem
    }
}

.location-info .c-map-with-pins {
    height: 880px
}

@media (min-width: 768px) and (max-width:991px) {
    .location-info-nap {
        left:-webkit-calc((100vw - 720px)/ 2);
        left: -moz-calc((100vw - 720px)/ 2);
        left: calc((100vw - 720px)/ 2)
    }

    .location-info .c-map-with-pins {
        height: 980px
    }
}

@media (max-width: 767px) {
    .location-info-advisor-details .advisor-title {
        -webkit-box-ordinal-group:3;
        -webkit-order: 2;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .location-info .c-map-with-pins {
        height: 175px
    }
}

@media (max-width: 1386px) {
    .location-info .c-map-with-pins {
        height:891px
    }
}

.location-info .mobile-map .c-map-with-pins {
    height: 175px
}

.location-info .c-phone-toll-free {
    margin-top: 15px
}

.location-info .c-phone-toll-free-label {
    display: inline-block;
    padding-right: 5px
}

.location-info .c-phone-toll-free-number-wrapper {
    display: inline-block
}

.location-info .c-get-directions {
    margin-top: 15px;
    margin-bottom: 15px
}

.location-info .c-get-directions-button {
    background-color: #1D4094;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: .9375rem;
    line-height: .9375rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255,255,255,.5)
}

.location-info .c-get-directions-button:link,.location-info .c-get-directions-button:visited {
    color: #fff;
    text-decoration: none
}

.location-info .c-get-directions-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.location-info .c-get-directions-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .location-info .c-get-directions {
        margin-bottom:0
    }

    .location-info .c-get-directions-button {
        width: 100%;
        height: 58px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid rgba(255,255,255,.5)
    }

    .location-info .c-get-directions-button::before {
        content: url(../../images/directions.svg);
        display: table-cell;
        width: 15%
    }
}

@media (min-width: 768px) {
    .location-info .c-get-directions-button {
        font-size:.875rem;
        line-height: .875rem
    }

    .location-info .directions-mobile-button {
        display: none
    }
}

.location-info .c-address-geomodifier {
    font-weight: 700;
    margin-bottom: 10px
}

.location-info .branch-phone-num,.location-info .c-phone-branch-number {
    color: #1D4094;
    font-weight: 700
}

.location-info .branch-phone-num:before,.location-info .c-phone-branch-number:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    display: inline-block;
    margin-right: 15px
}

@media (max-width: 767px) {
    .location-info .c-address-geomodifier {
        margin-bottom:0
    }

    .location-info .branch-phone-num,.location-info .c-phone-branch-number {
        margin-top: 8px
    }
}

.location-info address {
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    .location-info-hours {
        margin-left:-20px;
        margin-right: -20px
    }
}

.location-info .c-location-hours {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width: 768px) and (max-width:991px) {
    .location-info .c-location-hours {
        margin-top:15px
    }
}

@media (max-width: 767px) {
    .location-info .c-location-hours {
        border-top:1px solid #979797;
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 15px -20px 30px
    }
}

.location-info .c-location-hours-title {
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: "Open Sans",sans-serif;
    color: #333;
    font-weight: 700;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.location-info .c-location-hours-details .is-today.highlight-text {
    background-color: #E4F2FA
}

.location-info .c-location-hours-details-wrapper {
    margin-bottom: 10px
}

.location-info .c-location-hours-collapse {
    border: 1px solid #3E3E3E;
    text-align: center
}

.location-info .c-location-hours-collapse .c-hours-toggle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    display: inline-block;
    color: #000
}

.location-info .c-location-hours-collapse .c-hours-toggle::after {
    position: relative;
    right: -10px;
    color: #1D4094
}

.location-info .c-location-hours-collapse .c-location-hours-today {
    display: inline-block
}

.location-info .c-location-hours-collapse .c-location-hours-details-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.location-info .c-location-hours-collapse .c-location-hours-details-row {
    text-align: left
}

.mobile-map-toggle .mobile-map-toggle-text-collapsed {
    display: none
}

.mobile-map-toggle .mobile-map-toggle-text-expanded,.mobile-map-toggle.collapsed .mobile-map-toggle-text-collapsed {
    display: inline
}

.mobile-map-toggle.collapsed .mobile-map-toggle-text-expanded {
    display: none
}

@media (min-width: 768px) {
    .location-info .c-location-hours-title {
        font-size:.875rem;
        line-height: 1.375rem
    }

    #mobile-map {
        display: none
    }
}

.advisor-about {
    padding: 40px;
    background-color: #F1F1F1
}

.advisor-about-title {
    text-align: center;
    margin-bottom: 20px
}

.advisor-about .advisor-bio-personal {
    margin-bottom: 45px;
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 300;
    color: #333
}

@media (min-width: 768px) {
    .advisor-about .advisor-bio-personal {
        font-size:1.3125rem;
        line-height: 1.9375rem
    }
}

.advisor-about-specifics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px
}

.advisor-about-specifics-heading-large {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    .advisor-about-specifics-heading-large {
        line-height:1.5rem
    }
}

.advisor-about-specifics-heading-small {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px
}

.advisor-about-specifics-heading-small.not-collapsible {
    margin-top: 20px
}

.advisor-about-specifics-text {
    margin-bottom: 20px
}

@media (max-width: 767px) {
    .advisor-about {
        padding-left:0;
        padding-right: 0;
        padding-top: 10px
    }

    .advisor-about-title {
        text-align: left;
        padding-right: 20px;
        padding-left: 20px
    }

    .advisor-about-specifics {
        padding-left: 20px;
        padding-right: 20px
    }

    .advisor-about-specifics-text {
        margin: 0
    }
}

.advisor-about-specifics-text-large {
    margin-bottom: 40px
}

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

@media (max-width: 767px) {
    .advisor-about .details-button {
        margin:0;
        background: 0 0;
        border: none;
        width: 100%;
        text-align: left;
        padding: 20px 0 10px
    }

    .advisor-about-button .linkedin-button,.advisor-about-button .send-email-button {
        width: 100%
    }
}

.advisor-about .contact-me,.advisor-about-button .linkedin-button {
    margin-top: 10px
}

.advisor-about .details-button.collapsed .details-button-text {
    color: #1D4094
}

.advisor-about .details-button-text {
    display: inline-block;
    max-width: 70%
}

.advisor-about-button .linkedin-button,.advisor-about-button .send-email-button {
    background-color: #1D4094;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

.advisor-about-button .linkedin-button:link,.advisor-about-button .linkedin-button:visited,.advisor-about-button .send-email-button:link,.advisor-about-button .send-email-button:visited {
    color: #fff;
    text-decoration: none
}

.advisor-about-button .linkedin-button:active,.advisor-about-button .send-email-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.advisor-about-button .linkedin-button:hover,.advisor-about-button .send-email-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .advisor-about-specifics-heading-small {
        font-size:.875rem;
        line-height: 1.25rem
    }

    .advisor-about-button .linkedin-button,.advisor-about-button .send-email-button {
        width: 200px
    }
}

.advisor-about-button .send-email-button:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    margin-right: 10px;
    font-weight: 400
}

.advisor-about-button .linkedin-button:before {
    content: "";
    font-family: FontAwesome;
    font-size: inherit;
    color: #fff;
    font-weight: 400;
    margin-right: 10px
}

.help-button,.help-buttons .search-button,.help-buttons-title,.social-title {
    font-family: "Open Sans",sans-serif
}

.advisor-about button[aria-expanded=false] .icon-minus,.advisor-about button[aria-expanded=true] .icon-plus {
    display: none
}

@media (max-width: 767px) {
    .advisor-about-wrapper .no-padding-mobile {
        padding:0
    }

    .advisor-about-wrapper .no-margin-mobile {
        margin: 0
    }

    .advisor-about-wrapper .border-bottom-mobile {
        border-bottom: 1px solid #CCC;
        padding-bottom: 10px
    }
}

.bank-about {
    background-color: #F1F1F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.bank-about-details-row {
    width: 50%;
    display: inline-block;
    margin: auto;
    padding: 20px 40px 40px
}

.bank-about-image,.my-other-locations-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.bank-about .c-description,.bank-about-title {
    margin-bottom: 20px
}

@media (min-width: 768px) and (max-width:1199px) {
    .bank-about-details-row {
        padding-top:20px;
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .bank-about {
        -webkit-box-orient:vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .bank-about-details-row {
        width: 100%;
        padding: 10px 40px 30px
    }
}

.bank-about-wrapper {
    margin-top: 25px
}

@media (max-width: 767px) {
    .bank-about-details-row {
        padding-left:20px;
        padding-right: 20px
    }

    .bank-about-wrapper {
        margin-top: 0
    }

    .bank-about-wrapper .no-padding-mobile {
        padding: 0
    }

    .bank-about .c-description {
        font-size: 1rem;
        line-height: 1.5625rem;
        font-family: "Open Sans",sans-serif;
        font-weight: 300;
        color: #333
    }

    .bank-about-image {
        padding: 0
    }
}

@media (max-width: 767px) and (min-width:768px) {
    .bank-about .c-description {
        font-size:1.3125rem;
        line-height: 1.9375rem
    }
}

.bank-about-corp-link {
    font-weight: 700
}

.bank-about-image {
    width: 50%;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media (max-width: 991px) {
    .bank-about-image {
        width:100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center
    }
}

.bank-about-image .bank-about-photo {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 40px
}

@media (max-width: 767px) {
    .bank-about-image .bank-about-photo {
        padding-bottom:0
    }
}

.my-other-locations {
    background-color: #F1F1F1;
    border-bottom: 1px solid #CCC;
    padding: 20px 40px 40px
}

.my-other-locations-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.my-other-locations-list-item:last-child .other-location-wrap {
    border-bottom: none
}

.my-other-locations-list .full-list,.my-other-locations-list .single-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .my-other-locations-list .single-list .other-location-wrap {
        border-bottom:none
    }
}

.my-other-locations .other-location-wrap {
    margin-top: 20px
}

@media (max-width: 767px) {
    .my-other-locations {
        padding:0;
        border-bottom: none
    }

    .my-other-locations .other-location-wrap {
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC
    }
}

.my-other-locations .c-location-hours-title,.my-other-locations .c-phone-label {
    width: 1px;
    padding: 0;
    border: 0;
    position: absolute;
    height: 1px;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    overflow: hidden
}

.my-other-locations .other-location-name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px
}

.my-other-locations address {
    margin-bottom: 0
}

.my-other-locations .c-phone-label {
    margin: -1px
}

.my-other-locations-title {
    margin-bottom: 10px
}

@media (max-width: 767px) {
    .my-other-locations-title {
        margin-bottom:0
    }
}

.my-other-locations .c-location-hours {
    margin-top: 10px
}

.my-other-locations .c-location-hours-title {
    margin: -1px
}

.my-other-locations .c-location-hours td {
    display: inline-block
}

.my-other-locations .c-location-hours-details-row-day {
    padding-right: 5px
}

.my-other-locations .c-location-hours-details-row-day::after {
    content: ':'
}

.my-other-locations .c-phone-branch-number-link,.my-other-locations .mobile-phone-link {
    display: none
}

.my-other-locations .c-get-directions {
    margin-top: 10px
}

.my-other-locations .c-get-directions-button {
    font-weight: 700
}

@media (max-width: 767px) {
    .my-other-locations .c-phone-branch-number-link,.my-other-locations .mobile-phone-link {
        display:inline-block;
        font-weight: 700
    }

    .my-other-locations .c-get-directions {
        display: inline-block;
        margin-left: 30px
    }

    .my-other-locations .c-get-directions.no-phone {
        margin-left: 0
    }

    .my-other-locations-wrapper {
        background-color: #F1F1F1;
        border-bottom: 1px solid #CCC
    }

    .my-other-locations-expand .my-other-locations-list-item:first-child .other-location-wrap {
        border-top: 1px solid #CCC
    }
}

.my-other-locations-expand {
    width: 100%
}

.my-other-locations-expand.collapsing~.my-other-locations-toggle,.my-other-locations-expand.in~.my-other-locations-toggle {
    display: none
}

.my-other-locations-expand .my-other-locations-list-item:first-child .other-location-wrap {
    margin-top: 0;
    padding-top: 15px
}

.my-other-locations-toggle {
    background: 0 0;
    color: #1D4094;
    font-weight: 700;
    text-align: left;
    width: 100%;
    display: inline-block;
    padding: 20px;
    border-top: 1px solid #CCC
}

.wealth-solutions .c-enhanced-gallery-list-item-image-wrapper,.wealth-solutions .c-enhanced-gallery-list-item-wrapper {
    text-align: center
}

@media (min-width: 768px) and (max-width:1199px) {
    .my-other-locations-toggle {
        margin-top:20px;
        border-bottom: 1px solid #CCC
    }
}

@media (min-width: 992px) {
    .my-other-locations-toggle {
        display:none
    }
}

.wealth-solutions {
    background-color: #F1F1F1;
    margin-top: 25px;
    padding: 20px 45px 50px
}

.wealth-solutions-title {
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 767px) {
    .wealth-solutions {
        margin-top:0
    }

    .wealth-solutions-title {
        margin-top: 10px;
        margin-bottom: 40px
    }
}

@media (max-width: 1199px) {
    .wealth-solutions {
        padding-bottom:0
    }

    .wealth-solutions .c-enhanced-gallery-list-item {
        margin-bottom: 50px
    }

    .wealth-solutions .c-enhanced-gallery-list-item:last-child {
        margin-bottom: 35px
    }

    .wealth-solutions .c-enhanced-gallery-list-item-name {
        text-align: center
    }
}

.wealth-solutions .c-enhanced-gallery-list-item-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.wealth-solutions .c-enhanced-gallery-list-item-image {
    max-height: 55px;
    width: 55px
}

.wealth-solutions .c-enhanced-gallery-list-item-name {
    margin-bottom: 0
}

.wealth-solutions .c-enhanced-gallery-list-item-name-link {
    font-weight: 700
}

@media (max-width: 767px) {
    .wealth-solutions .c-enhanced-gallery-list-item-list {
        display:block
    }

    .wealth-solutions-wrapper .container {
        background-color: #F1F1F1;
        border-top: 1px solid #CCC
    }
}

.investment-solutions {
    background-color: #E4F2FA;
    margin-top: 25px;
    padding: 20px 40px 30px
}

@media (max-width: 767px) {
    .investment-solutions {
        margin:0;
        padding: 10px 0
    }
}

.investment-solutions-title {
    margin-bottom: 20px
}

.investment-solutions .c-enhanced-gallery-list-item-wrapper {
    float: none;
    width: 100%
}

.investment-solutions .c-enhanced-gallery-list-item-name {
    font-weight: 700;
    margin-bottom: 10px
}

.investment-solutions .c-enhanced-gallery-list-item-image {
    display: none
}

@media (max-width: 767px) {
    .investment-solutions .c-enhanced-gallery-list-item-name {
        margin-bottom:0;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .investment-solutions-wrapper {
        background-color: #E4F2FA
    }

    .industry {
        padding-bottom: 40px
    }
}

.industry-title {
    margin-top: 54px;
    margin-bottom: 20px
}

.industry .c-enhanced-gallery-list-item {
    background-color: #F1F1F1;
    padding: 30px 40px
}

.industry .c-enhanced-gallery-list-item-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 3px
}

@media (max-width: 767px) {
    .industry-title {
        margin-top:40px
    }

    .industry .c-enhanced-gallery-list-item {
        padding: 20px;
        border-bottom: 1px solid #CCC
    }

    .industry .c-enhanced-gallery-list-item-wrapper {
        margin-bottom: 0
    }
}

.industry .c-enhanced-gallery-list-item-name {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-family: "Open Sans",sans-serif;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.industry .c-enhanced-gallery-list-item-name-link {
    font-weight: 700;
    display: inline-block;
    margin-top: 10px
}

.industry .collapse-list,.industry .collapse-list-details,.industry .collapse-list-teaser {
    list-style: none;
    padding: 0;
    margin: 0
}

.industry .collapse-list-row.collapsing~.collapse-list-view-more,.industry .collapse-list-row.in~.collapse-list-view-more {
    display: none
}

.industry .collapse-list-view-more {
    background-color: #F1F1F1;
    color: #1D4094;
    font-weight: 700;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #CCC;
    width: 100%
}

.industry .collapse-list-view-more .toggle-icon {
    float: right
}

.help-buttons-wrapper {
    padding-bottom: 40px;
    border-top: 1px solid #979797
}

@media (min-width: 768px) {
    .industry .c-enhanced-gallery-list-item-name {
        line-height:1.5rem
    }

    .help-buttons-wrapper {
        margin-top: 75px;
        padding-top: 40px
    }
}

.help-buttons-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .help-buttons-container {
        display:block;
        text-align: center
    }
}

.help-buttons-title {
    font-size: 1.1875rem;
    line-height: 1.625rem;
    font-weight: 700;
    color: #333;
    display: inline-block;
    margin-right: 40px;
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .help-buttons-title {
        font-size:1.0625rem;
        line-height: 1.4375rem
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .help-buttons-title {
        display:block
    }
}

@media (max-width: 767px) {
    .help-buttons-title {
        margin-bottom:20px;
        margin-top: 30px;
        margin-right: 0
    }
}

.help-buttons .search-title {
    display: none
}

.help-buttons .search-label-wrapper {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    white-space: nowrap
}

.help-buttons .search-wrapper {
    display: inline-block;
    padding-left: 20px
}

@media (max-width: 767px) {
    .help-buttons .search-wrapper {
        padding-left:0;
        width: 100%
    }

    .help-buttons .search-button {
        width: 100%
    }
}

.help-buttons .search-button {
    background-color: #1D4094;
    color: #fff;
    padding: 10px;
    display: inline-block;
    font-size: .9375rem;
    line-height: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    min-width: 175px
}

.help-buttons .search-button:link,.help-buttons .search-button:visited {
    color: #fff;
    text-decoration: none
}

.help-buttons .search-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.help-buttons .search-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (min-width: 768px) {
    .help-buttons .search-button {
        font-size:.875rem;
        line-height: .875rem
    }
}

@media (max-width: 767px) {
    .help-buttons .search-button {
        width:100%;
        width: 280px
    }
}

.help-buttons .search-button-wrapper {
    display: block
}

.help-buttons .search-input {
    height: 34px;
    width: 235px;
    padding-left: 10px;
    border: 1px solid #000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

@media (max-width: 767px) {
    .help-buttons .search-input {
        width:280px
    }

    .help-buttons .search-input-wrapper {
        display: block;
        margin-bottom: 10px
    }

    .help-button {
        width: 100%
    }
}

.help-button {
    background-color: #1D4094;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: .9375rem;
    line-height: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%
}

.help-button:link,.help-button:visited {
    color: #fff;
    text-decoration: none
}

.help-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.help-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

@media (max-width: 767px) {
    .help-button {
        display:-webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.help-button-wrapper {
    max-width: 175px
}

@media (min-width: 768px) {
    .help-button {
        font-size:.875rem;
        line-height: .875rem
    }

    .help-button-wrapper {
        display: inline-block
    }
}

@media (max-width: 767px) {
    .help-button-wrapper {
        text-align:center;
        margin-bottom: 20px;
        max-width: none;
        width: 100%
    }
}

.social {
    max-width: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-top: 50px;
    padding-bottom: 40px
}

.social-wrapper {
    background-color: #E4F2FA;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 55px
}

.social-title {
    font-size: 1rem;
    line-height: 1.5625rem;
    font-weight: 700;
    color: #333
}

.social-col {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-icon {
    display: block
}

.social-link {
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px
}

.social-button {
    background-color: #1D4094;
    color: #fff;
    font-weight: 700;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
    width: 280px
}

.gm-bundled-control,.is-hidden {
    display: none
}

.social-button:link,.social-button:visited {
    color: #fff;
    text-decoration: none
}

.social-button:active {
    background-color: #6AADE4;
    color: #fff;
    text-decoration: none
}

.social-button:hover {
    background-color: #2858c7;
    color: #fff;
    text-decoration: none
}

.is-collapsed {
    height: 0
}

.is-expanded {
    height: auto
}

.is-active {
    color: #000
}

.is-inactive {
    color: #CCC
}

.c-bread-crumbs {
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 767px) {
    .social {
        max-width:-webkit-calc(100vw - 40px);
        max-width: -moz-calc(100vw - 40px);
        max-width: calc(100vw - 40px)
    }

    .social-button {
        width: -webkit-calc(100vw - 40px);
        width: -moz-calc(100vw - 40px);
        width: calc(100vw - 40px)
    }

    .c-bread-crumbs {
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #CCC;
        padding-top: 20px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) {
    .social-title {
        line-height:1.5rem
    }

    .header .logo-image {
        max-height: 54px
    }
}

footer .footer .logo-container {
    margin-top: 0;
    margin-bottom: 0
}

footer .footer .logo-image {
    max-width: 121px;
    margin-left: -20px
}

footer .footer .logo-link {
    overflow: hidden
}
.location-info-photo-and-address .advisor-photo-img{
        max-height: 152px;
        padding-right: 40px;
}
.container {
    max-width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100% !important ;
}

.advisor-hours {
    max-width: 213px;
    font-family: "Open Sans", sans-serif;
    position: relative;
        top: -7px;
}

.advisor-hours__title {
    font-size: .875rem;
    line-height: 1.375rem;
    margin: 0 0 10px;
}

.advisor-hours__list {
    margin: 0;
    padding: 0;
}

.advisor-hours__row {
    display: flex;
    padding: 0;
}


.advisor-hours__list dd {
    margin: 0;
}

.advisor-hours__day {
    font-size: .875rem;
    line-height: 1.375rem;
    color: #333;
    width: 96px;
    flex-shrink: 0;
    font-weight: normal;

}

.advisor-hours__time {
    font-size: .875rem;
    line-height: 1.375rem;
    color: #333;
    width: 120px;
}

.branch-details {
    font-family: "Open Sans", sans-serif;
    color: #333;
    background-color: #F1F1F1;
    border-bottom: 1px solid #CCC;
    padding: 20px 40px 40px;
    max-width: 1140px;
    width: 100%;
    /* margin: 0 20px 20px; */
    margin: 60px auto 20px;
}

.branch-details h3 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.6875rem;
    line-height: 2.25rem;
    font-family: "Open Sans", sans-serif;
    color: #333;
    margin: 20px 0 30px;
}

.branch-section {
    width: 25%;
}

.branch-details .row {
    display: flex;
    margin : 0;
}

.branch-details .branch-section h4 {

    margin: 0 0 10px;
}

.branch-details .branch-section h4 a {
    font-weight: 700;
    color: #1D4094;
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.375rem;
}


.branch-details .branch-section ul {
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
}

.branch-details .branch-section ul li {
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #333;
    font-size: .875rem;
    line-height: 22px;
    font-style: normal;
}

.branch-details .branch-section .getDirectionLink {
    color: #1D4094;
    font-weight: 700;
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.375rem;
}


@media (max-width: 767px) {

.branch-details{
 margin-top : 15px;
}
    .branch-details .row {
        display: block;
    }

    .branch-section {
        width: 100%;
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #CCC;
    }

    .branch-details {
        padding: 20px 20px 40px;
    }

    .branch-details h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 0 0 0;
    }

    .branch-details .branch-section ul li {
        font-size: 16px;
        line-height: 1.428571429;
    }

    .branch-details .branch-section h4 a,
    .branch-details .branch-section .getDirectionLink {
        font-size: 16px;
    }
}

.branch-details .mb-li{
margin-bottom : 10px;
display : block;
}

.advisor-hours__row.active {
    background: #E4F2FA;
    font-weight: bold;
}