/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: 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.42857;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    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
}

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: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

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
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.initialism {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@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
    }
}

abbr[title],
abbr[data-original-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 p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote footer:before,
blockquote small: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 footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0%
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>thead>tr>td,
.table>tbody>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>th,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>thead>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>thead>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>thead>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>thead>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>thead>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.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>thead>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px
    }
    input[type="date"].input-sm,
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm input[type="month"] {
        line-height: 30px
    }
    input[type="date"].input-lg,
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label ~ .form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn+.btn {
    margin-left: 15px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-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:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open>.btn-default.dropdown-toggle:hover,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
    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:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open>.btn-primary.dropdown-toggle:hover,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
    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:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open>.btn-success.dropdown-toggle:hover,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
    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:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active:hover,
.btn-info:active:focus,
.btn-info:active.focus,
.btn-info.active:hover,
.btn-info.active:focus,
.btn-info.active.focus,
.open>.btn-info.dropdown-toggle:hover,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled:hover,
.btn-info.disabled:focus,
.btn-info.disabled.focus,
.btn-info[disabled]:hover,
.btn-info[disabled]:focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
    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:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active:hover,
.btn-warning:active:focus,
.btn-warning:active.focus,
.btn-warning.active:hover,
.btn-warning.active:focus,
.btn-warning.active.focus,
.open>.btn-warning.dropdown-toggle:hover,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled:hover,
.btn-warning.disabled:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled]:hover,
.btn-warning[disabled]:focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
    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:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active:hover,
.btn-danger:active:focus,
.btn-danger:active.focus,
.btn-danger.active:hover,
.btn-danger.active:focus,
.btn-danger.active.focus,
.open>.btn-danger.dropdown-toggle:hover,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled:hover,
.btn-danger.disabled:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled]:hover,
.btn-danger[disabled]:focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.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;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,
.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs.nav-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,
.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:before,
.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-header,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #090909;
    color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:before,
.modal-header:after {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.row-centered {
    text-align: center
}

.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

.col-xs-5ths {
    width: 20%;
    float: left
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 1400px) {
    .container {
        width: 1366px
    }
}

@media (min-width: 1400px) {
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        float: left
    }
    .col-xl-1 {
        width: 8.33333%
    }
    .col-xl-2 {
        width: 16.66667%
    }
    .col-xl-3 {
        width: 25%
    }
    .col-xl-4 {
        width: 33.33333%
    }
    .col-xl-5 {
        width: 41.66667%
    }
    .col-xl-6 {
        width: 50%
    }
    .col-xl-7 {
        width: 58.33333%
    }
    .col-xl-8 {
        width: 66.66667%
    }
    .col-xl-9 {
        width: 75%
    }
    .col-xl-10 {
        width: 83.33333%
    }
    .col-xl-11 {
        width: 91.66667%
    }
    .col-xl-12 {
        width: 100%
    }
    .col-xl-pull-0 {
        right: auto
    }
    .col-xl-pull-1 {
        right: 8.33333%
    }
    .col-xl-pull-2 {
        right: 16.66667%
    }
    .col-xl-pull-3 {
        right: 25%
    }
    .col-xl-pull-4 {
        right: 33.33333%
    }
    .col-xl-pull-5 {
        right: 41.66667%
    }
    .col-xl-pull-6 {
        right: 50%
    }
    .col-xl-pull-7 {
        right: 58.33333%
    }
    .col-xl-pull-8 {
        right: 66.66667%
    }
    .col-xl-pull-9 {
        right: 75%
    }
    .col-xl-pull-10 {
        right: 83.33333%
    }
    .col-xl-pull-11 {
        right: 91.66667%
    }
    .col-xl-pull-12 {
        right: 100%
    }
    .col-xl-push-0 {
        left: auto
    }
    .col-xl-push-1 {
        left: 8.33333%
    }
    .col-xl-push-2 {
        left: 16.66667%
    }
    .col-xl-push-3 {
        left: 25%
    }
    .col-xl-push-4 {
        left: 33.33333%
    }
    .col-xl-push-5 {
        left: 41.66667%
    }
    .col-xl-push-6 {
        left: 50%
    }
    .col-xl-push-7 {
        left: 58.33333%
    }
    .col-xl-push-8 {
        left: 66.66667%
    }
    .col-xl-push-9 {
        left: 75%
    }
    .col-xl-push-10 {
        left: 83.33333%
    }
    .col-xl-push-11 {
        left: 91.66667%
    }
    .col-xl-push-12 {
        left: 100%
    }
    .col-xl-offset-0 {
        margin-left: 0%
    }
    .col-xl-offset-1 {
        margin-left: 8.33333%
    }
    .col-xl-offset-2 {
        margin-left: 16.66667%
    }
    .col-xl-offset-3 {
        margin-left: 25%
    }
    .col-xl-offset-4 {
        margin-left: 33.33333%
    }
    .col-xl-offset-5 {
        margin-left: 41.66667%
    }
    .col-xl-offset-6 {
        margin-left: 50%
    }
    .col-xl-offset-7 {
        margin-left: 58.33333%
    }
    .col-xl-offset-8 {
        margin-left: 66.66667%
    }
    .col-xl-offset-9 {
        margin-left: 75%
    }
    .col-xl-offset-10 {
        margin-left: 83.33333%
    }
    .col-xl-offset-11 {
        margin-left: 91.66667%
    }
    .col-xl-offset-12 {
        margin-left: 100%
    }
    .col-xl-offset-1-half {
        margin-left: 12.33333%
    }
}

.visible-xl {
    display: none !important
}

.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
    display: none !important
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1400px) {
    .visible-xl {
        display: block !important
    }
    table.visible-xl {
        display: table !important
    }
    tr.visible-xl {
        display: table-row !important
    }
    th.visible-xl,
    td.visible-xl {
        display: table-cell !important
    }
}

@media (min-width: 1400px) {
    .visible-xl-block {
        display: block !important
    }
}

@media (min-width: 1400px) {
    .visible-xl-inline {
        display: inline !important
    }
}

@media (min-width: 1400px) {
    .visible-xl-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .hidden-lg {
        display: none !important
    }
}

@media (min-width: 1400px) {
    .hidden-lg {
        display: none !important
    }
}

section.services,
section.service-lines .animate-card:first-child {
    background: #1f8da5;
    background: -moz-radial-gradient(top left, ellipse cover, #1f8da5 15%, #053c66 86%, #053c66 86%);
    background: -webkit-radial-gradient(top left, ellipse cover, #1f8da5 15%, #053c66 86%, #053c66 86%);
    background: radial-gradient(ellipse at top left, #1f8da5 15%, #053c66 86%, #053c66 86%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1f8da5', endColorstr='#053c66', GradientType=1)
}

section.service-lines .animate-card:last-child {
    background: #005186;
    background: -moz-radial-gradient(top right, ellipse cover, #005186 7%, #012351 68%, #012351 90%);
    background: -webkit-radial-gradient(top right, ellipse cover, #005186 7%, #012351 68%, #012351 90%);
    background: radial-gradient(ellipse at top right, #005186 7%, #012351 68%, #012351 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#005186', endColorstr='#012351', GradientType=1)
}

section.services.light,
section.service-lines.light .animate-card:first-child {
    background: #d0d4db;
    background: -moz-radial-gradient(top right, ellipse cover, #d0d4db 0%, #dae6ef 56%, #dae6ef 56%, #dae6ef 100%);
    background: -webkit-radial-gradient(top right, ellipse cover, #d0d4db 0%, #dae6ef 56%, #dae6ef 56%, #dae6ef 100%);
    background: radial-gradient(ellipse at top right, #d0d4db 0%, #dae6ef 56%, #dae6ef 56%, #dae6ef 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d0d4db', endColorstr='#dae6ef', GradientType=1)
}

section.service-lines.light .animate-card:last-child {
    background: #dde6e9;
    background: -moz-radial-gradient(top right, ellipse cover, #dde6e9 1%, #dce0e8 1%, #dae3e7 29%, #bac9d8 100%);
    background: -webkit-radial-gradient(top right, ellipse cover, #dde6e9 1%, #dce0e8 1%, #dae3e7 29%, #bac9d8 100%);
    background: radial-gradient(ellipse at top right, #dde6e9 1%, #dce0e8 1%, #dae3e7 29%, #bac9d8 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dde6e9', endColorstr='#bac9d8', GradientType=1)
}

.animate-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    text-align: center
}

.animate-card.non-animated {
    /* justify-content: unset */
	justify-content: space-between; /* jd 7/20/2017 */
}

.animate-card .card-header {
    transition: .45s ease transform .15s
}

.animate-card .animate-card-headline.light {
    border-bottom: 1px solid #474747
}

.animate-card .full-width-caret {
    margin-top: 30px
}

.animate-card .services-animate-card-headline {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    letter-spacing: 2px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    transform: scale(0.75);
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.animate-card h1,
.animate-card .animate-card-headline {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    transition: .45s ease transform .15s, .45s ease border-bottom .15s
}

.animate-card .animate-card-headline {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    margin-bottom: 15px;
    display: inline-block;
    transition: .45s ease transform .15s, .45s ease border-bottom .15s
}

.animate-card .animate-card-subheadline.light {
    color: inherit
}

.animate-card .services-animate-card-subheadline.light {
    transform: translateY(-10px);
    color: inherit
}

.animate-card .animate-card-subheadline,
.animate-card .services-animate-card-subheadline {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.25;
    width: 70%;
    transition: .45s ease transform .15s;
    margin: 0 auto !important;
    letter-spacing: 0;
    text-transform: none
}

.animate-card h2 {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 1.25;
    width: 70%;
    transition: .45s ease transform .15s;
    margin: 0 auto
}

.animate-card li {
    font-size: 17px;
    font-weight: 400
}

.animate-card li a {
    color: #fff
}

.animate-card button {
    background-color: transparent;
    border: none;
    text-align: center;
    transition: .45s ease transform .15s
}

.animate-card button span {
    opacity: 1;
    transition: .5s ease opacity
}

.animate-card button::before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/more-icon-plain.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    transition: .5s ease all
}

.animate-card button:focus {
    outline: none
}

.animate-card.open .card-header {
    transform: translateY(-25%);
    transition: .45s ease transform .15s
}

.animate-card.open .animate-card-headline {
    transform: scale(0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .45s ease transform .15s, .45s ease border-bottom .15s
}

.animate-card.open .animate-card-subheadline {
    transform: translateY(-10px);
    transition: .45s ease transform .15s
}

.animate-card.open h1 {
    transform: scale(0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .45s ease transform .15s, .45s ease border-bottom .15s
}

.animate-card.open h2 {
    transform: translateY(-10px);
    transition: .45s ease transform .15s
}

.animate-card.open .services-animate-card-headline {
    transform: none;
    transition: none;
    border: none
}

.animate-card.open button::before {
    transform: rotate(45deg)
}

.animate-card.open button span {
    opacity: 0;
    transition: .5s ease opacity
}

.animate-card.open button {
    transform: translateY(25px);
    transition: .45s ease transform .15s
}

.light .animate-card {
    color: #474747
}

.light .animate-card h1 {
    border-bottom: 1px solid #474747
}

.light .animate-card li::before {
    display: none
}

.light .animate-card button::before {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/more-icon-plain-dark.png)
}

.light .content::after {
    border-right: 1px solid #474747 !important
}

.btn-primary {
    background-color: #005f90;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 15px;
    letter-spacing: 1px;
    padding: 14px 30px 13px 30px;
    text-transform: uppercase;
    transition: .25s ease background-color
}

.btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462
}

.btn-default, .btn-success, .btn-info, .btn-warning, .btn-danger, .btn-link {
  border-radius: 0;
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 15px;
  letter-spacing: 1px;
  padding: 14px 30px 13px 30px;
  text-transform: uppercase;
  transition: .25s ease background-color;
}
.btn-default:hover, .btn-success:hover, .btn-info:hover, .btn-warning:hover, .btn-danger:hover, .btn-link:hover {
    transition: .25s ease background-color;
}

.carat-cta {
    display: block;
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    transition: transform 0.3s, opacity 0.3s
}

.carat-cta::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #005f90
}

.carat-cta a {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase
}

section.ccc-locations #map-aside {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox
}

section.ccc-locations #map-aside {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.ccc-locations #map-aside {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

body {
    font-family: "proxima-nova", "helvetica neue", "helvetica-neue", "helvetica", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: 400;
    padding-top: 67px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.subpage-header img {
    width: 100%;
    height: auto
}

.centered {
    text-align: center
}

.btn-container-full-width {
    margin-top: 10px
}

@media (min-width: 767px) {
    .btn-container-full-width {
        margin-top: 35px
    }
}

.container-fluid-limited {
    max-width: 1440px
}

h3 {
    color: #ffffff;
    font-size: 1.4rem;
    margin-top: 0;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase
}

@media (max-width: 767px) {
    h3 {
        font-size: 2rem
    }
}

p {
    margin: 0
}

.border-frame {
    border: 6px solid #efefef
}

.border-frame.white {
    border: 6px solid #fff
}

a:hover,
a:focus,
a:active,
a:active:focus {
    text-decoration: none;
    outline: none !important;
    outline: 0 !important;
    /*border: 0;*/
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-focus-ring-color: transparent;
    cursor: pointer !important
}

*:focus {
    outline: -webkit-focus-ring-color auto 0px;
    -webkit-focus-ring-color: transparent
}

a.carat-link {
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.6rem;
    text-transform: uppercase
}

a.carat-link.white {
    color: #fff
}

a.carat-link.white::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #fff
}

a.carat-link.blue {
    color: #005f90
}

a.carat-link.blue::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #005f90
}

a.carat-link.dark {
    color: #474747
}

a.carat-link.dark::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #474747
}

.flex-container {
    display: flex
}

.flex-container.no-wrap {
    flex-wrap: nowrap !important
}

.inline-caret-link {
    color: #005f90;
    font-weight: 500;
    letter-spacing: .75px;
    text-transform: uppercase
}

.inline-caret-link::after {
    content: '\f0da';
    display: inline-block;
    font-family: 'fontAwesome';
    margin-left: 10px;
    vertical-align: baseline
}

.full-width-caret {
    text-align: center;
    margin: 0 0 0 0
}

.divider {
    border-bottom: 2px solid #ffffff
}

.slider {
    margin: 0 !important;
    width: 100%;
    opacity: 0;
    max-height: 0
}

.slider.slick-initialized {
    opacity: 1;
    max-height: none
}

.slider .slick-dots {
    bottom: 10px
}

.bg-gray {
    background-color: #efefef
}

.tirr .one-third-aside-headline {
    color: #432672
}

@media (min-width: 768px) {
    body {
        padding-top: 155px
    }
    h3 {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 2.1rem;
        text-align: center;
        letter-spacing: 2px
    }
    .col-sm-push-half {
        left: 4.165%
    }
    .col-sm-push-1-half {
        left: 12.495%
    }
}

@media (min-width: 992px) {
    .col-md-push-1-half {
        left: 12.495%
    }
}

@media (min-width: 1200px) {
    .neuro-body,
    .ortho-body {
        padding-top: 185px !important
    }
}

.main-slider-carousel {
    background-color: #efefef
}

.main-slider-carousel .main-slider-container {
    margin: auto;
    padding: 50px 0 70px 0;
    width: 800px
}

.main-slider-carousel .slider {
    width: 100%;
    margin: 0;
    opacity: 0;
    max-height: 0
}

.main-slider-carousel .slider.slick-initialized {
    opacity: 1;
    max-height: none
}

.main-slider-carousel .leaders-headline {
    color: #005f90;
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

#leaders-carousel .slick-slide img {
    display: block;
    height: 70%;
    width: 70%;
    margin: 0 auto
}

#leaders-carousel .slick-slider {
    width: 65%;
    margin: 0 auto
}

#leaders-carousel .slick-prev,
#leaders-carousel .slick-next {
    opacity: .75;
    top: 0;
    background-size: 50px auto
}

#leaders-carousel .slick-prev {
    left: -20%
}

#leaders-carousel .slick-next {
    right: -20%
}

#leaders-carousel .slick-dots {
    bottom: 0px;
    margin-top: 20px;
    margin-bottom: 25px;
    z-index: 20;
    position: relative
}

#leaders-carousel .title-divider {
    width: 95%;
    height: 2px;
    margin: 0 auto;
    background-color: #B2B2B5;
    margin-top: 15px
}

#leaders-carousel .caption {
    background: none;
}

#leaders-carousel h5 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
    color: #333;
    text-align: center
}

#leaders-carousel h5 a {
    color: #333
}

#leaders-carousel h5 a:hover,
#leaders-carousel h5 a:focus,
#leaders-carousel h5 a:active,
#leaders-carousel h5 a:active:focus {
    color: #000
}

#leaders-carousel h5 .u-nowrap-both::after {
    content: '';
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: baseline;
    color: #474747;
    display: inline-block;
    font-family: fontAwesome
}

#leaders-carousel h5 .u-nowrap-both {
    white-space: nowrap !important;
    line-height: 13px
}

#leaders-carousel p {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding: 0 50px;
    color: #333;
}

#leaders-carousel .slick-dots li button::before {
    color: #D0D0D0
}

#leaders-carousel .slick-dots li.slick-active button::before {
    color: #808080
}

#leaders-carousel .slick-dots li {
    margin: 8px
}

#leaders-carousel .slick-dots li button::before {
    font-size: 16px
}

.navbar-brand {
    background-size: contain !important;
    background: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-logo-main.png") no-repeat;
    display: inline-block;
    height: 34.5px;
    margin: 15px 20px;
    padding: 0;
    margin-left: 0 !important;
    text-indent: -9999px;
    width: 115px
}

.mobile-nav {
    background: #244462
}

.mobile-nav li {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 33.333%
}

.mobile-nav li.active {
    background: #005f90
}

.mobile-nav li a {
    background-size: 352px 27px;
    background: url("../images/nav/mobilenav.png") no-repeat;
    display: block;
    height: 27px;
    margin: 10px auto;
    text-align: center;
    text-indent: -9999px;
    width: 27px
}

.mobile-nav li a:hover,
.mobile-nav li a:focus {
    background-color: transparent
}

@media (max-width: 767px) {
    .mobile-nav li a {
        background-size: cover
    }
}

.mobile-nav li:nth-child(2) a,
.mobile-nav li:nth-child(2) a:hover,
.mobile-nav li:nth-child(2) a:focus {
    background-position: -159px 0
}

.mobile-nav li:nth-child(3) a,
.mobile-nav li:nth-child(3) a:hover,
.mobile-nav li:nth-child(3) a:focus {
    background-position: -324px 0
}

.mobile-nav-expanded {
    display: none;
    position: absolute;
    top: 114px;
    height: 245px;
    background-color: #fff;
    width: 100%;
    z-index: 9998
}

.mobile-nav-expanded #phone,
.mobile-nav-expanded #maps,
.mobile-nav-expanded #doctor {
    display: none;
    height: 100%;
    padding: 30px;
    position: relative
}

.mobile-nav-expanded #phone .close-btn,
.mobile-nav-expanded #maps .close-btn,
.mobile-nav-expanded #doctor .close-btn {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/close.png") no-repeat 0 0;
    background-size: 18px 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    display: block
}

.mobile-nav-expanded #phone h5,
.mobile-nav-expanded #maps h5,
.mobile-nav-expanded #doctor h5 {
    text-transform: uppercase;
    color: #244462;
    text-align: center;
    font-size: 1.34rem;
    margin: 15px 0;
    letter-spacing: 1px;
    font-weight: 600
}

.mobile-nav-expanded #phone input,
.mobile-nav-expanded #maps input,
.mobile-nav-expanded #doctor input {
    border-radius: 0;
    border-color: #bdbdbd;
    font-size: 1.2rem;
    width: 65%;
    margin: 0;
    display: inline-block;
    height: auto;
    padding: 12px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    color: #757575
}

.mobile-nav-expanded #phone label,
.mobile-nav-expanded #maps label,
.mobile-nav-expanded #doctor label {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #005f90;
    width: 100px;
    padding: 0;
    text-align: right;
    line-height: 1.5rem
}

.mobile-nav-expanded #phone select,
.mobile-nav-expanded #maps select,
.mobile-nav-expanded #doctor select {
    overflow: hidden;
    background: url("/uploadedImages/_Library_Images/Latitude/admin/drop-arrow.png") no-repeat right center rgba(255, 255, 255, 0.8);
    background-size: 20px 4px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: initial;
    text-align: left;
    color: #757575;
    border-radius: 0;
    height: auto;
    padding: 12px;
    font-size: 1.2rem
}

.mobile-nav-expanded #phone select::-ms-expand,
.mobile-nav-expanded #maps select::-ms-expand,
.mobile-nav-expanded #doctor select::-ms-expand {
    display: none
}

.mobile-nav-expanded #phone .btn-primary,
.mobile-nav-expanded #maps .btn-primary,
.mobile-nav-expanded #doctor .btn-primary {
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    background: #005f90;
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 11px 15px;
    margin-left: 5px;
    margin-top: 0
}

.mobile-nav-expanded #phone .btn-primary:hover,
.mobile-nav-expanded #maps .btn-primary:hover,
.mobile-nav-expanded #doctor .btn-primary:hover {
    background: #132a34
}

.mobile-nav-expanded #phone .btn-primary.btn-block,
.mobile-nav-expanded #maps .btn-primary.btn-block,
.mobile-nav-expanded #doctor .btn-primary.btn-block {
    display: block;
    width: 100px;
    margin: 0 auto 15px auto
}

.mobile-nav-expanded #phone form,
.mobile-nav-expanded #maps form,
.mobile-nav-expanded #doctor form {
    margin: 0 auto 20px auto;
    max-width: 320px
}

.mobile-nav-expanded #phone p,
.mobile-nav-expanded #maps p,
.mobile-nav-expanded #doctor p {
    text-align: center
}

.mobile-nav-expanded #phone p a,
.mobile-nav-expanded #maps p a,
.mobile-nav-expanded #doctor p a {
    color: #244462
}

.mobile-nav-expanded #phone p a i,
.mobile-nav-expanded #maps p a i,
.mobile-nav-expanded #doctor p a i {
    margin-left: 7px
}

.mobile-nav-expanded #phone {
    background: url("../images/nav/background-mobile-nav-1.jpg") no-repeat top center;
    background-size: cover
}

.mobile-nav-expanded #phone span {
    display: block;
    width: 250px;
    margin: 40px auto 40px auto;
    text-align: right
}

.mobile-nav-expanded #phone span.sr-only {
    width: auto
}

.mobile-nav-expanded #phone p a:hover {
    text-decoration: none;
    color: #005f90
}

.mobile-nav-expanded #maps {
    background: url("../images/nav/background-mobile-nav-2.jpg") no-repeat top center;
    background-size: cover;
    padding: 20px 15px 15px
}

.mobile-nav-expanded #maps .location {
    display: block;
    margin: 5px auto;
    width: 14px;
    height: auto
}

.mobile-nav-expanded #maps select {
    width: 52%;
    display: inline-block
}

.mobile-nav-expanded #maps input {
    width: 46%;
    display: inline-block
}

.mobile-nav-expanded #maps p a {
    margin-left: 20px
}

.mobile-nav-expanded #maps p a:hover {
    text-decoration: none;
    color: #005f90
}

.mobile-nav-expanded #maps p a:first-child {
    margin: 0
}

.mobile-nav-expanded #maps p a .fa-crosshairs {
    margin: 0 7px 0 0
}

.mobile-nav-expanded #doctor {
    background: url("../images/nav/background-mobile-nav-3.jpg") no-repeat top center;
    background-size: cover;
    padding: 30px 15px
}

.mobile-nav-expanded #doctor select {
    width: 52%;
    display: inline-block
}

.mobile-nav-expanded #doctor input {
    width: 46%;
    display: inline-block
}

.mobile-nav-expanded #doctor p a {
    margin-left: 20px
}

.mobile-nav-expanded #doctor p a:hover {
    text-decoration: none;
    color: #005f90
}

.mobile-nav-expanded #doctor p a:first-child {
    margin: 0
}

.mobile-nav-expanded #doctor p a .fa-crosshairs {
    margin: 0 7px 0 0
}

.navbar-default {
    background: linear-gradient(#fff, #edecec);
    border: none;
    z-index: 9999
}

.navbar-default .back-bar {
    background-color: #edecec;
    text-align: left;
    font-size: 10px
}

.navbar-default .back-bar a {
    color: #474747;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
    padding: 6px 15px 6px 15px
}

.navbar-default .back-bar a.active {
    background-color: #f8f8f8
}

.navbar-default .back-bar a:first-child {
    margin-left: -16px
}

.navbar-default .back-bar a:first-child::before {
    content: '\f0d9';
    font-family: fontAwesome;
    margin-right: 5px;
    font-size: 11px
}

.navbar-default .back-bar a:last-child {
    border-right: none
}

.navbar-default .navbar-nav {
    margin-top: 0;
    padding: 0 15px;
    margin-bottom: 0
}

.navbar-default .navbar-nav li {
    background: linear-gradient(#fff, #fff, #edecec);
    text-transform: uppercase
}

.navbar-default .navbar-nav li a {
    padding: 10px 20px
}

.navbar-default .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

.navbar-default .navbar-toggle {
    border: 0;
    margin-top: 9px;
    margin-right: 0;
    margin-bottom: 11px
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none
}

.navbar-default .navbar-toggle .bars {
    display: inline-block
}

.navbar-default .navbar-toggle .icon-bar {
    width: 22px;
    background-color: #244462;
    margin-right: 5px;
    position: relative;
    top: 4px;
    height: 3px
}

.navbar-default .navbar-toggle.collapsed .toggle .open {
    display: none
}

.navbar-default .navbar-toggle.collapsed .toggle .closed {
    display: inline-block
}

.navbar-default .utility-nav {
    padding: 0 5px;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 99;
    float: none
}

.navbar-default .utility-nav .search {
    border-radius: 20px;
    background: transparent;
    border-color: #ffb30f;
    margin: 8px 0;
    font-size: 16px;
    color: #474747;
    font-weight: 400;
    box-shadow: inset 0 1px 1px transparent
}

.navbar-default .utility-nav .search:focus {
    background: #fff;
    border-color: #ffb30f;
    outline: none;
    color: #474747
}

.navbar-default .utility-nav .search {
    -webkit-font-smoothing: subpixel-antialiased
}

.navbar-default .utility-nav .search::-webkit-input-placeholder {
    color: #474747
}

.navbar-default .utility-nav .search:-moz-placeholder {
    color: #474747
}

.navbar-default .utility-nav .search::-moz-placeholder {
    color: #474747
}

.navbar-default .utility-nav .search:-ms-input-placeholder {
    color: #474747
}

.navbar-default .utility-nav .search:focus+.btn {
    color: #ffb30f
}

.navbar-default .utility-nav .btn {
    color: #ffb30f;
    background: transparent;
    float: right;
    margin-top: -47px;
    font-size: 2rem;
    outline: 0
}

.navbar-default .utility-nav p.phone {
    color: #757575;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin-bottom: 0
}

.navbar-default .utility-nav p.phone strong {
    font-size: 1.2rem;
    margin-right: 5px
}

.navbar-default .utility-nav p.phone span a {
    margin-left: 0;
    margin-right: 5px;
    color: #757575;
    text-decoration: none
}

.navbar-default .utility-nav p.phone span a:hover {
    color: #005f90
}

.navbar-default .utility-nav p a {
    color: #244462;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-left: 11px;
    font-weight: 700
}

.navbar-default .utility-nav p a:first-child {
    margin: 0
}

.navbar-default .utility-nav p .schedule {
    background: url("../images/nav/schedulenow.png") no-repeat;
    background-size: cover;
    text-indent: -9999px;
    height: 13px;
    width: 110px;
    display: inline-block;
    top: 0px;
    position: relative;
    margin-left: 0
}

.navbar-default .utility-nav p .schedule:hover {
    background: url("../images/nav/schedulenowOver.png") no-repeat;
    background-size: cover;
    height: 13px;
    width: 110px
}

@media (min-width: 768px) {
    .navbar-brand {
        width: 208px;
        height: 60.5px;
        margin-top: 20px;
        margin-bottom: 44px;
    }
    .mobile-nav-expanded {
        display: none !important
    }
    .navbar-nav {
        margin-left: 0px
    }
    .navbar-nav li.dropdown {
        width: 142.4px
    }
    .navbar-nav .dropdown:last-child .dropdown-menu {
        left: auto !important;
        right: 0 !important
    }
    .navbar-default {
        background: linear-gradient(#fff, #fff, #fff, #fff, #edecec)
    }
    .navbar-default .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px
    }
    .navbar-default .navbar-nav>li {
        margin: 0 1px
    }
    .navbar-default .navbar-nav>li:first-child {
        margin-left: 0
    }
    .navbar-default .navbar-nav>li:last-child {
        margin-right: 0
    }
    .navbar-default .navbar-nav>li a,
    .navbar-default .navbar-nav>li a:hover,
    .navbar-default .navbar-nav>li a:focus {
        color: #ffffff;
        text-transform: uppercase;
        font-size: .9245rem;
        padding: 8px 0px;
        text-align: center
    }
    .navbar-default .navbar-nav>li .patients li {
        min-height: 456px
    }
    .navbar-default .navbar-nav>li .patients li ul li {
        min-height: 0
    }
    .navbar-default .navbar-nav>li .professionals li,
    .navbar-default .navbar-nav>li .trials li,
    .navbar-default .navbar-nav>li .solutions li,
    .navbar-default .navbar-nav>li .small-dropdown li {
        min-height: 0px;
        margin: 10px 0
    }
    .navbar-default .navbar-nav>li .professionals li ul li,
    .navbar-default .navbar-nav>li .trials li ul li,
    .navbar-default .navbar-nav>li .solutions li ul li,
    .navbar-default .navbar-nav>li .small-dropdown li ul li {
        min-height: 0;
        margin: 10px 10px 0px 0px
    }
    .navbar-default .navbar-nav>li ul li {
        height: 100%;
        margin: 30px 0 0 0;
        min-height: 50px;
        background: transparent
    }
    .navbar-default .navbar-nav>li ul li:last-child {
        border-right: 0 !important
    }
    .navbar-default .navbar-nav>li ul li span {
        color: #ffb30f;
        font-size: 1.2rem;
        text-transform: uppercase;
        margin: 0px 0 10px 0;
        font-weight: 500;
        letter-spacing: 1.5px;
        padding: 0 6px
    }
    .navbar-default .navbar-nav>li ul li:first-child {
        border-top: 0
    }
    .navbar-default .navbar-nav>li ul li ul {
        list-style: disc;
        margin-left: 22px;
        margin-bottom: 10px;
        padding: 0
    }
    .navbar-default .navbar-nav>li ul li ul li {
        border-right: 0 !important;
        color: #ffb30f;
        min-height: 0;
        margin: 10px 12px 0px 0px
    }
    .navbar-default .navbar-nav>li ul li ul li a,
    .navbar-default .navbar-nav>li ul li ul li a:focus {
        text-transform: none;
        text-decoration: none;
        font-size: 1.2rem;
        padding: 0
    }
    .navbar-default .navbar-nav>li ul li ul li a:hover {
        text-transform: none;
        font-size: 1.2rem;
        padding: 0;
        text-decoration: underline
    }
    .navbar-default .utility-nav {
        margin-top: 20px;
        float: right
    }
    .navbar-default .utility-nav .search {
        margin: 8px 0 8px 30%;
        width: 70%
    }
    .navbar-default .utility-nav .btn {
        float: right;
        margin-top: -47px;
        font-size: 2rem
    }
    .navbar-default .utility-nav p.phone {
        font-size: 1.4rem;
        padding-bottom: 5px
    }
    .navbar-default .utility-nav p.phone span.ut-spaced {
        margin-left: 10px
    }
    .navbar-default .utility-nav p.phone strong {
        font-size: 1.2rem;
        margin-right: 5px
    }
    .navbar-default .utility-nav p {
        float: right
    }
    .navbar-default .utility-nav p a {
        font-size: 1.2rem;
        margin-left: 11px;
        text-decoration: none
    }
    .navbar-default .utility-nav p a:hover {
        color: #005f90
    }
    .navbar-default .utility-nav p .schedule {
        margin-left: 11px;
        height: 13px;
        width: 110px;
        top: 0px
    }
    .dropdown-menu {
        background: #096488;
        left: 0
    }
    .dropdown-menu.services {
        width: 721px
    }
    .dropdown-menu.patients {
        width: 577px
    }
    .dropdown-menu.large-dropdown {
        width: 720px
    }
    .dropdown-menu.professionals,
    .dropdown-menu.small-dropdown {
        min-width: 140px
    }
    .dropdown-menu.trials {
        min-width: 140px
    }
    .dropdown-menu.solutions {
        min-width: 143px
    }
    .dropdown-menu.conditions {
        min-width: 599px
    }
    .dropdown-menu.medium-centered-dropdown {
        min-width: 720px;
        left: -289px
    }
    .dropdown-menu.medium-right-dropdown {
        width: 431px;
        left: auto !important;
        right: 0 !important
    }
    .dropdown-menu.patients-families {
        min-width: 599px
    }
    .dropdown-menu.small-dropdown {
        width: 286px
    }
}

body .navbar-default .navbar-nav>.open>a,
body .navbar-default .navbar-nav>.open>a:hover,
body .navbar-default .navbar-nav>.open>a:focus {
    background: #244462;
    color: #fff
}

body .mobile-nav {
    background: #005f90
}

body .mobile-nav li.active {
    background: #244462
}

body .banner-announcement.important {
    background: #950e2f;
    background: -moz-linear-gradient(left, #950e2f 0%, #5f0311 100%);
    background: -webkit-linear-gradient(left, #950e2f 0%, #5f0311 100%);
    background: linear-gradient(to right, #950e2f 0%, #5f0311 100%);
}

body .back-bar a.active {
    color: #244462
}

@media (min-width: 767px) {
    body .navbar-default .navbar-nav>li {
        background: #005f90
    }
    body .navbar-default .navbar-nav>li:hover {
        background: #244462
    }
    body .dropdown-menu {
        background: #244462
    }
}

@media (max-width: 767px) {
    body .navbar-default .navbar-nav>li {
        background: #005f90
    }
    body .navbar-default .navbar-nav>li:hover {
        background: #244462
    }
    body .dropdown-menu {
        background: #244462
    }
}

@media (max-width: 767px) {
    body {
        padding-top: 62px
    }
    body .mobile-nav-expanded {
        top: 109px
    }
}

#heart .navbar-default .navbar-nav>.open>a,
#heart .navbar-default .navbar-nav>.open>a:hover,
#heart .navbar-default .navbar-nav>.open>a:focus {
    background: #950e2f;
    color: #fff
}

#heart .mobile-nav {
    background: #ad1831
}

#heart .mobile-nav li.active {
    background: #950e2f
}

#heart .banner-announcement.important {
    background: #950e2f;
    background: -moz-linear-gradient(left, #950e2f 0%, #5f0311 100%);
    background: -webkit-linear-gradient(left, #950e2f 0%, #5f0311 100%);
    background: linear-gradient(to right, #950e2f 0%, #5f0311 100%)
}

#heart .back-bar a.active {
    color: #950e2f
}

@media (min-width: 767px) {
    #heart .navbar-default .navbar-nav>li {
        background: #ad1831
    }
    #heart .navbar-default .navbar-nav>li:hover {
        background: #950e2f
    }
    #heart .dropdown-menu {
        background: #950e2f
    }
}

@media (max-width: 767px) {
    #heart .navbar-default .navbar-nav>li {
        background: #ad1831
    }
    #heart .navbar-default .navbar-nav>li:hover {
        background: #950e2f
    }
    #heart .dropdown-menu {
        background: #950e2f
    }
}

@media (min-width: 1200px) {
    #heart {
        padding-top: 185px
    }
}

#neuro .navbar-default .navbar-nav>.open>a,
#neuro .navbar-default .navbar-nav>.open>a:hover,
#neuro .navbar-default .navbar-nav>.open>a:focus {
    background: #1d2f61;
    color: #fff
}

#neuro .mobile-nav {
    background: #2b3e71
}

#neuro .mobile-nav li.active {
    background: #1d2f61
}

#neuro .banner-announcement.important {
    background: #1d2f61;
    background: -moz-linear-gradient(left, #1d2f61 0%, #1d2f61 100%);
    background: -webkit-linear-gradient(left, #1d2f61 0%, #1d2f61 100%);
    background: linear-gradient(to right, #1d2f61 0%, #1d2f61 100%)
}

#neuro .back-bar a.active {
    color: #1d2f61
}

@media (min-width: 767px) {
    #neuro .navbar-default .navbar-nav>li {
        background: #2b3e71
    }
    #neuro .navbar-default .navbar-nav>li:hover {
        background: #1d2f61
    }
    #neuro .dropdown-menu {
        background: #1d2f61
    }
}

@media (max-width: 767px) {
    #neuro .navbar-default .navbar-nav>li {
        background: #2b3e71
    }
    #neuro .navbar-default .navbar-nav>li:hover {
        background: #1d2f61
    }
    #neuro .dropdown-menu {
        background: #1d2f61
    }
}

@media (min-width: 1200px) {
    #neuro {
        padding-top: 185px
    }
}

#womens .navbar-default .navbar-nav>.open>a,
#womens .navbar-default .navbar-nav>.open>a:hover,
#womens .navbar-default .navbar-nav>.open>a:focus {
    background: #980d53;
    color: #fff
}

#womens .mobile-nav {
    background: #af1e63
}

#womens .mobile-nav li.active {
    background: #980d53
}

#womens .banner-announcement.important {
    background: #980d53;
    background: -moz-linear-gradient(left, #980d53 0%, #980d53 100%);
    background: -webkit-linear-gradient(left, #980d53 0%, #980d53 100%);
    background: linear-gradient(to right, #980d53 0%, #980d53 100%)
}

#womens .back-bar a.active {
    color: #980d53
}

@media (min-width: 767px) {
    #womens .navbar-default .navbar-nav>li {
        background: #af1e63
    }
    #womens .navbar-default .navbar-nav>li:hover {
        background: #980d53
    }
    #womens .dropdown-menu {
        background: #980d53
    }
}

@media (max-width: 767px) {
    #womens .navbar-default .navbar-nav>li {
        background: #af1e63
    }
    #womens .navbar-default .navbar-nav>li:hover {
        background: #980d53
    }
    #womens .dropdown-menu {
        background: #980d53
    }
}

@media (min-width: 1200px) {
    #womens {
        padding-top: 185px
    }
}

#tirr .navbar-default .navbar-nav>.open>a,
#tirr .navbar-default .navbar-nav>.open>a:hover,
#tirr .navbar-default .navbar-nav>.open>a:focus {
    background: #3c1c64;
    color: #fff
}

#tirr .mobile-nav {
    background: #432672
}

#tirr .mobile-nav li.active {
    background: #3c1c64
}

#tirr .banner-announcement.important {
    background: #3c1c64;
    background: -moz-linear-gradient(left, #3c1c64 0%, #290e52 100%);
    background: -webkit-linear-gradient(left, #3c1c64 0%, #290e52 100%);
    background: linear-gradient(to right, #3c1c64 0%, #290e52 100%)
}

#tirr .back-bar a.active {
    color: #3c1c64
}

@media (min-width: 767px) {
    #tirr .navbar-default .navbar-nav>li {
        background: #432672
    }
    #tirr .navbar-default .navbar-nav>li:hover {
        background: #3c1c64
    }
    #tirr .dropdown-menu {
        background: #3c1c64
    }
}

@media (max-width: 767px) {
    #tirr .navbar-default .navbar-nav>li {
        background: #432672
    }
    #tirr .navbar-default .navbar-nav>li:hover {
        background: #3c1c64
    }
    #tirr .dropdown-menu {
        background: #3c1c64
    }
}

@media (min-width: 1200px) {
    #tirr {
        padding-top: 185px
    }
}

#childrens .navbar-default .navbar-nav>.open>a,
#childrens .navbar-default .navbar-nav>.open>a:hover,
#childrens .navbar-default .navbar-nav>.open>a:focus {
    background: #005d1d;
    color: #fff
}

#childrens .mobile-nav {
    background: #2e8822
}

#childrens .mobile-nav li.active {
    background: #005d1d
}

#childrens .banner-announcement.important {
    background: #005d1d;
    background: -moz-linear-gradient(left, #005d1d 0%, #005d1d 100%);
    background: -webkit-linear-gradient(left, #005d1d 0%, #005d1d 100%);
    background: linear-gradient(to right, #005d1d 0%, #005d1d 100%)
}

#childrens .back-bar a.active {
    color: #005d1d
}

@media (min-width: 767px) {
    #childrens .navbar-default .navbar-nav>li {
        background: #2e8822
    }
    #childrens .navbar-default .navbar-nav>li:hover {
        background: #005d1d
    }
    #childrens .dropdown-menu {
        background: #005d1d
    }
}

@media (max-width: 767px) {
    #childrens .navbar-default .navbar-nav>li {
        background: #2e8822
    }
    #childrens .navbar-default .navbar-nav>li:hover {
        background: #005d1d
    }
    #childrens .dropdown-menu {
        background: #005d1d
    }
}

@media (min-width: 1200px) {
    #childrens {
        padding-top: 185px
    }
}

#childrens section.quick-links .quick-links-main-headline,
#childrens section.quick-links .quick-links-headline {
    color: #222222;
}

#childrens section.quick-links .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon-grey.png)
}

#childrens section.quick-links .icon.health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon-grey.png)
}

#childrens section.quick-links .icon.instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon-grey.png)
}

#childrens section.quick-links .icon.contact {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/contact-icon-grey.png)
}

#childrens section.quick-links .icon.locations {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/location-icon-grey.png)
}

#childrens section.quick-links .icon.account {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/account-icon-grey.png)
}

#childrens section.institutes-centers .block-headline {
    color: #5eb250;
    background-color: none;
}

#childrens .site-fixed-width .institutes-centers .other-locations {
    margin-bottom: 30px;
}
#childrens section.institutes-centers .other-locations .column h4 a {
    color: #5eb250;
    text-decoration: underline !important;
}
#childrens section.institutes-centers .other-locations .column h4 a:hover {
    color: #3A8730;
}
#childrens section.services.light {
    background: #fcfcfc;
}
#childrens section.services .service-links a::after {
    color: #3A8730;
    opacity: 0.8;
    transform: translateX(10px);
    transition: .5s ease transform;
}
#childrens section.services .service-links a:hover::after {
    color: #3A8730;
    transform: translateX(15px);
    transition: .5s ease transform;
}
#childrens .animate-card .services-animate-card-headline {
    color: #3A8730;
    font-size: 35px;
}

#trauma .navbar-default .navbar-nav>.open>a,
#trauma .navbar-default .navbar-nav>.open>a:hover,
#trauma .navbar-default .navbar-nav>.open>a:focus {
    background: #78000b;
    color: #fff
}

#trauma .mobile-nav {
    background: #8e110b
}

#trauma .mobile-nav li.active {
    background: #78000b
}

#trauma .banner-announcement.important {
    background: #78000b;
    background: -moz-linear-gradient(left, #78000b 0%, #78000b 100%);
    background: -webkit-linear-gradient(left, #78000b 0%, #78000b 100%);
    background: linear-gradient(to right, #78000b 0%, #78000b 100%)
}

#trauma .back-bar a.active {
    color: #78000b
}

@media (min-width: 767px) {
    #trauma .navbar-default .navbar-nav>li {
        background: #8e110b
    }
    #trauma .navbar-default .navbar-nav>li:hover {
        background: #78000b
    }
    #trauma .dropdown-menu {
        background: #78000b
    }
}

@media (max-width: 767px) {
    #trauma .navbar-default .navbar-nav>li {
        background: #8e110b
    }
    #trauma .navbar-default .navbar-nav>li:hover {
        background: #78000b
    }
    #trauma .dropdown-menu {
        background: #78000b
    }
}

@media (min-width: 1200px) {
    #trauma {
        padding-top: 185px
    }
}

#retire .navbar-default .navbar-nav>.open>a,
#retire .navbar-default .navbar-nav>.open>a:hover,
#retire .navbar-default .navbar-nav>.open>a:focus {
    background: #6E3068;
    color: #fff
}

#retire .mobile-nav {
    background: #562552
}

#retire .mobile-nav li.active {
    background: #6E3068
}

#retire .banner-announcement.important {
    background: #6E3068;
    background: -moz-linear-gradient(left, #6E3068 0%, #6E3068 100%);
    background: -webkit-linear-gradient(left, #6E3068 0%, #6E3068 100%);
    background: linear-gradient(to right, #6E3068 0%, #6E3068 100%)
}

#retire .back-bar a.active {
    color: #6E3068
}

@media (min-width: 767px) {
    #retire .navbar-default .navbar-nav>li {
        background: #562552
    }
    #retire .navbar-default .navbar-nav>li:hover {
        background: #6E3068
    }
    #retire .dropdown-menu {
        background: #6E3068
    }
}

@media (max-width: 767px) {
    #retire .navbar-default .navbar-nav>li {
        background: #562552
    }
    #retire .navbar-default .navbar-nav>li:hover {
        background: #6E3068
    }
    #retire .dropdown-menu {
        background: #6E3068
    }
}

@media (min-width: 1200px) {
    #retire {
        padding-top: 185px
    }
}

#ortho .navbar-default .navbar-nav>.open>a,
#ortho .navbar-default .navbar-nav>.open>a:hover,
#ortho .navbar-default .navbar-nav>.open>a:focus {
    background: #323232;
    color: #fff
}

#ortho .mobile-nav {
    background: #515151
}

#ortho .mobile-nav li.active {
    background: #323232
}

#ortho .banner-announcement.important {
    background: #323232;
    background: -moz-linear-gradient(left, #323232 0%, #000 100%);
    background: -webkit-linear-gradient(left, #323232 0%, #000 100%);
    background: linear-gradient(to right, #323232 0%, #000 100%)
}

#ortho .back-bar a.active {
    color: #323232
}

@media (min-width: 767px) {
    #ortho .navbar-default .navbar-nav>li {
        background: #515151
    }
    #ortho .navbar-default .navbar-nav>li:hover {
        background: #323232
    }
    #ortho .dropdown-menu {
        background: #323232
    }
}

@media (max-width: 767px) {
    #ortho .navbar-default .navbar-nav>li {
        background: #515151
    }
    #ortho .navbar-default .navbar-nav>li:hover {
        background: #323232
    }
    #ortho .dropdown-menu {
        background: #323232
    }
}

@media (min-width: 1200px) {
    #ortho {
        padding-top: 185px
    }
}

#parc .navbar-default .navbar-nav>.open>a,
#parc .navbar-default .navbar-nav>.open>a:hover,
#parc .navbar-default .navbar-nav>.open>a:focus {
    background: #005d1d;
    color: #fff
}

#parc .mobile-nav {
    background: #306830
}

#parc .mobile-nav li.active {
    background: #0C460C
}

#parc .banner-announcement.important {
    background: #78000b;
    background: -moz-linear-gradient(left, #78000b 0%, #78000b 100%);
    background: -webkit-linear-gradient(left, #78000b 0%, #78000b 100%);
    background: linear-gradient(to right, #78000b 0%, #78000b 100%)
}

#parc .banner-announcement.dark {
    background: #0C460C;
    background: -moz-linear-gradient(left, #0C460C 0%, #0C460C 100%);
    background: -webkit-linear-gradient(left, #0C460C 0%, #0C460C 100%);
    background: linear-gradient(to right, #0C460C 0%, #0C460C 100%)
}

#parc .banner-announcement.dark p, #parc .banner-announcement.important p, #parc section.banner-announcement.dark a, #parc section.banner-announcement.important a, #parc section.banner-announcement.dark p strong, #parc section.banner-announcement.important p strong  {
    color: #fff;
}

#parc .back-bar a.active {
    color: #005d1d
}

@media (min-width: 767px) {
    #parc .navbar-default .navbar-nav>li {
        background: #306830
    }
    #parc .navbar-default .navbar-nav>li:hover {
        background: #0C460C
    }
    #parc .dropdown-menu {
        background: #0C460C
    }
}

@media (max-width: 767px) {
    #parc .navbar-default .navbar-nav>li {
        background: #306830
    }
    #parc .navbar-default .navbar-nav>li:hover {
        background: #0C460C
    }
    #parc .dropdown-menu {
        background: #0C460C
    }
}

@media (min-width: 1200px) {
    #parc {
        padding-top: 185px
    }
}

#parc section.quick-links .quick-links-main-headline,
#parc section.quick-links .quick-links-headline {
    color: #222222;
}

#parc section.quick-links .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon-grey.png)
}

#parc section.quick-links .icon.health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon-grey.png)
}

#parc section.quick-links .icon.instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon-grey.png)
}

#parc section.quick-links .icon.contact {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/contact-icon-grey.png)
}

#parc section.quick-links .icon.locations {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/location-icon-grey.png)
}

#parc section.quick-links .icon.account {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/account-icon-grey.png)
}
#parc section.quick-links .icon.simple-clipboard{
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/simple-clipboard-icon-grey.png)
}
#parc section.institutes-centers .block-headline {
    color: #5eb250;
    background-color: none;
}
/*#parc section.services.light,
#parc section.service-lines.light .animate-card:first-child {
    background: #fcfcfc;
}
#parc section.service-lines.light .animate-card:last-child {
    background: #f6f6f6;
}*/
#parc section.services,
#parc section.service-lines .animate-card:first-child,
#parc section.services.light,
#parc section.service-lines.light .animate-card:first-child{
    background: #267026;
    background: -moz-radial-gradient(top left, ellipse cover, #269b26 15%, #267026 86%, #267026 86%);
    background: -webkit-radial-gradient(top left, ellipse cover, #269b26 15%, #267026 86%, #267026 86%);
    background: radial-gradient(ellipse at top left, #269b26 15%, #267026 86%, #267026 86%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#269b26', endColorstr='#267026', GradientType=1);
}
#parc section.service-lines .animate-card:last-child,
#parc section.services.light,
#parc section.service-lines.light .animate-card:last-child {
    background: #005700;
    background: -moz-radial-gradient(top right, ellipse cover, #008a00 7%, #005700 68%, #005700 90%);
    background: -webkit-radial-gradient(top right, ellipse cover, #008a00 7%, #005700 68%, #005700 90%);
    background: radial-gradient(ellipse at top right, #008a00 7%, #005700 68%, #005700 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008a00', endColorstr='#005700', GradientType=1);
}
#parc .animate-card .animate-card-headline.light,
#parc .animate-card .animate-card-subheadline.light,
#parc section.service-lines .content.no-icons li a,
#parc a.carat-link.dark,
#parc a.carat-link.dark::after{
    color: white;
}

#parc section.services .service-links a::after {
    color: #3A8730;
    opacity: 0.8;
    transform: translateX(10px);
    transition: .5s ease transform;
}
#parc section.services .service-links a:hover::after {
    color: #3A8730;
    transform: translateX(15px);
    transition: .5s ease transform;
}
#parc .animate-card .services-animate-card-headline {
    color: #3A8730;
    font-size: 35px;
}
#parc section.resources .resources-headline-left {
    color: #3A8730;
}

#ccc-hp .navbar-default .navbar-nav>.open>a,
#ccc-hp .navbar-default .navbar-nav>.open>a:hover,
#ccc-hp .navbar-default .navbar-nav>.open>a:focus {
    background: #244462;
    color: #fff
}

#ccc-hp .mobile-nav {
    background: #005f90
}

#ccc-hp .mobile-nav li.active {
    background: #244462
}

#ccc-hp .banner-announcement.important {
    background: #244462;
    background: -moz-linear-gradient(left, #244462 0%, #0b1f33 100%);
    background: -webkit-linear-gradient(left, #244462 0%, #0b1f33 100%);
    background: linear-gradient(to right, #244462 0%, #0b1f33 100%)
}

#ccc-hp .back-bar a.active {
    color: #244462
}

@media (min-width: 767px) {
    #ccc-hp .navbar-default .navbar-nav>li {
        background: #005f90
    }
    #ccc-hp .navbar-default .navbar-nav>li:hover {
        background: #244462
    }
    #ccc-hp .dropdown-menu {
        background: #244462
    }
}

@media (max-width: 767px) {
    #ccc-hp .navbar-default .navbar-nav>li {
        background: #005f90
    }
    #ccc-hp .navbar-default .navbar-nav>li:hover {
        background: #244462
    }
    #ccc-hp .dropdown-menu {
        background: #244462
    }
}

@media (min-width: 1200px) {
    #ccc-hp {
        padding-top: 185px
    }
}

@media (min-width: 1200px) {
    #everyday-well-hp {
        padding-top: 185px
    }
}

footer .newsletter {
    background: #e5edf1;
    padding: 10px 0 20px 0
}

footer .newsletter .form-group {
    width: 100%;
    margin: 0;
    text-align: center
}

footer .newsletter .form-group label {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    top: 7px;
    position: relative;
    color: #005f90;
    margin-bottom: 25px
}

footer .newsletter .form-group input {
    border-radius: 0;
    border-color: #edecec;
    font-size: 14px;
    width: 65%;
    margin: 0;
    text-align: center;
    display: inline-block;
    height: auto;
    padding: 13px
}

footer .newsletter .form-group input::-webkit-input-placeholder {
    color: #757575
}

footer .newsletter .form-group input:-moz-placeholder {
    color: #757575
}

footer .newsletter .form-group input::-moz-placeholder {
    color: #757575
}

footer .newsletter .form-group input:-ms-input-placeholder {
    color: #757575
}

footer .newsletter .btn-primary {
    display: inline-block;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    background-color: #005f90;
    letter-spacing: 1px;
    transition: .25s ease background-color;
    padding: 11.5px;
    margin-top: 1px
}

footer .newsletter .btn-primary:hover {
    transition: .25s ease background-color;
    background: #244462
}

footer .mobile-footer {
    padding-bottom: 30px
}

footer .mobile-footer .no-pad-left {
    padding-left: 0
}

footer .mobile-footer .no-padding {
    padding: 0
}

footer .mobile-footer ul {
    margin: 30px auto 20px auto;
    padding: 0;
    padding-left: 6%;
    width: 95%
}

footer .mobile-footer ul li {
    list-style: none;
    text-align: left;
    color: #005f90;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 10px 0;
    width: 49%
}

footer .mobile-footer ul li:nth-child(even) {
    margin-left: 4.5%;
    width: 40%
}

footer .mobile-footer ul li a {
    text-decoration: none;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    color: #005f90
}

footer .mobile-footer ul li a:hover {
    text-decoration: none;
    color: #244462
}

footer .mobile-footer p.phone {
    color: #757575;
    text-transform: uppercase;
    font-size: 17px;
    margin-bottom: 30px;
    text-align: center
}

footer .mobile-footer p.phone.p-col-2 {
    text-align: right
}

footer .mobile-footer p.phone a {
    color: #31728d;
    text-decoration: none
}

footer .mobile-footer p.phone a:hover,
footer .mobile-footer p.phone a:focus {
    color: #1f4656;
    text-decoration: underline
}

footer .mobile-footer .brand-icons {
    width: 250px;
    margin: 0 auto
}

footer .mobile-footer .brand-icons .b-col-1 {
    float: left;
    width: 90px
}

footer .mobile-footer .brand-icons .b-col-2 {
    margin-left: 20px;
    float: left;
    width: 140px
}

footer .mobile-footer img.logo {
    width: 85px;
    max-width: 100%;
    margin: 0 0 15px 0
}

footer .mobile-footer img.ut {
    width: 130px;
    margin: 0 0 20px 0;
    padding-top: 2px;
    float: right
}

footer .mobile-footer ul.social {
    text-align: center;
    width: 100%;
    min-width: 0;
    margin: 10px 0 15px 0;
    padding: 0
}

footer .mobile-footer ul.social li {
    width: 40px;
    height: 40px;
    background: #1f3060;
    border-radius: 100px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    line-height: 41px;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px;
    position: relative
}

footer .mobile-footer ul.social li:hover {
    background: #005f90
}

footer .mobile-footer ul.social li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -99999px;
    position: absolute;
    top: 0
}

@media (max-width: 450px) {
    footer .mobile-footer ul.social li {
        width: 35px;
        height: 35px;
        line-height: 36px;
        margin: 0 5px
    }
}

footer .mobile-footer p.legal {
    font-size: 14px;
    text-align: center;
    color: #757575;
    line-height: 1.75rem;
    margin-bottom: 30px
}

footer .mobile-footer p.legal a {
    text-decoration: underline;
    margin: 0 5px
}

footer .mobile-footer .footer-nav {
    text-align: center;
    margin-bottom: 28px
}

footer .mobile-footer .footer-nav li {
    white-space: nowrap;
    padding-right: 5px
}

footer .mobile-footer .footer-nav li:first-child {
    margin: 0
}

footer .mobile-footer .footer-nav li span {
    display: inline-block;
    padding-left: 5px
}

footer .mobile-footer .footer-nav li span.hidden-pipe {
    display: none
}

footer .mobile-footer .footer-nav .breaker {
    display: block
}

@media (min-width: 568px) {
    .mobile-footer .footer-nav li {
        padding-right: 5px;
        margin: 10px 0
    }
    .mobile-footer .footer-nav li span {
        display: inline-block;
        padding-left: 5px
    }
    .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important
    }
    .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker.alt-breaker {
        display: block !important
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .mobile-footer .footer-nav li {
        font-size: 1.25rem
    }
}

@media only screen and (min-device-width: 667px) and (orientation: landscape) {
    .mobile-footer .footer-nav li {
        padding-right: 5px;
        font-size: 1.25rem
    }
    .mobile-footer .footer-nav li span {
        display: inline-block;
        padding-left: 5px
    }
    .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important
    }
    .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker.alt-breaker {
        display: block !important
    }
}

@media (min-width: 568px) {
    .mobile-footer .footer-nav li {
        padding-right: 5px
    }
    .mobile-footer .footer-nav li span {
        display: inline-block;
        padding-left: 5px
    }
    .mobile-footer .footer-nav li span.hidden-pipe {
        display: inline-block !important
    }
    .mobile-footer .footer-nav li span.hidden-pipe.alt-pipe {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker {
        display: none !important
    }
    .mobile-footer .footer-nav .breaker.alt-breaker {
        display: block !important
    }
}

@media (min-width: 768px) {
    footer .newsletter {
        padding: 10px 0
    }
    footer .newsletter .form-group label {
        width: 22%;
        font-size: 1.2rem;
        top: 7px;
        margin-bottom: 0
    }
    footer .newsletter .form-group input {
        font-size: 1.2rem;
        width: 60%;
        padding: 12px
    }
    footer .newsletter .btn-primary {
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 10.5px 20px;
        margin-top: 0px;
        margin-left: 10px
    }
    footer .desktop-footer {
        padding: 30px 0
    }
    footer .desktop-footer ul.links {
        margin: 0 auto;
        padding: 0;
        text-align: center
    }
    footer .desktop-footer ul.links li {
        display: inline-block;
        font-size: 1rem;
        text-transform: uppercase;
        padding: 10px 14px
    }
    footer .desktop-footer ul.links li:first-child {
        padding-left: 0
    }
    footer .desktop-footer ul.links li:last-child {
        padding-right: 0
    }
    footer .desktop-footer ul.links li a {
        color: #005f90
    }
    footer .desktop-footer .legal {
        margin-top: 30px;
        margin-bottom: 13px
    }
    footer .desktop-footer .legal img.logo {
        width: 115px;
        max-width: 100%
    }
    footer .desktop-footer .legal p {
        font-size: .9rem;
        text-align: center;
        color: #757575;
        line-height: 3rem
    }
    footer .desktop-footer .legal p a {
        text-decoration: underline;
        margin: 0 5px
    }
    footer .desktop-footer .legal img.ut {
        width: 181px;
        margin-top: 3px;
        max-width: 100%
    }
    footer .desktop-footer .legal-text {
        text-align: center;
	  	max-width: 800px;
	  	margin: 0 auto 10px !important;
    }
    footer .desktop-footer .legal-text a {
        text-decoration: underline
    }
    footer .desktop-footer ul.social {
        text-align: center;
        margin: 2px 0 30px 0;
        padding: 0
    }
    footer .desktop-footer ul.social li {
        transition: ease 0.25s background-color;
        width: 30px;
        height: 30px;
        background: #1f3060;
        border-radius: 100px;
        display: inline-block;
        color: #ffffff;
        font-size: 1.6rem;
        text-align: center;
        vertical-align: middle;
        line-height: 3.15rem;
        margin: 0 15px;
        position: relative
    }
    footer .desktop-footer ul.social li:hover {
        transition: ease 0.25s background-color;
        background: #005f90
    }
    footer .desktop-footer ul.social li a {
        width: 100%;
        height: 100%;
        display: block;
        text-indent: -99999px;
        position: absolute;
        top: 0
    }
}

section.services {
    padding: 75px 0;
    max-height: 3500px
}

section.services.neuro {
    padding: 25px 0 30px 0;
    background-image: url("/uploadedImages/_Library_Images/Latitude/bg/texture-background-navy.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

section.services.neuro .row {
    width: 100%;
    text-align: center
}

section.services.neuro .services-neuro-headline {
    font-size: 70px;
    color: #bef2fd;
    margin-bottom: 5px;
    transform: scale(0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: .45s ease transform .15s, .45s ease border-bottom .15s;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    letter-spacing: 2px;
    padding-bottom: 5px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    width: 100%;
    max-width: none
}

section.services.neuro .services-neuro-subheadline {
    font-size: 22px;
    max-width: 650px;
    text-align: center;
    line-height: 1.35;
    transform: translateY(-10px);
    transition: .45s ease transform .15s;
    font-weight: 300;
    letter-spacing: .5px;
    width: 70%;
    margin: 0 auto;
    padding: 0;
    font-family: inherit;
    color: inherit;
    text-transform: none
}

section.services.neuro h1 {
    font-size: 40px;
    color: #bef2fd;
    margin-bottom: 5px
}

section.services.neuro h2 {
    font-size: 18px;
    max-width: 650px;
    text-align: center;
    line-height: 1.35
}

section.services.neuro a {
    font-size: 17px
}

section.services.neuro a.carat-link {
    margin-top: 0
}

section.services.neuro a.carat-link.white::after {
    color: #ffb30f
}

section.services.neuro .service-links {
    letter-spacing: 1.25px;
    margin: 0 auto 45px auto
}

section.services.neuro .service-links a::after {
    opacity: 1;
    color: #ffb30f;
    transform: translateX(10px)
}

section.services.neuro .service-links a:hover::after {
    transform: translateX(15px)
}

section.services.light .service-links .col-sm-4 {
    border-right: 2px solid rgba(71, 71, 71, 0.2);
    border-bottom: 2px solid rgba(71, 71, 71, 0.2);
    background-color: rgba(71, 71, 71, 0)
}

section.services.light .service-links .col-sm-4:hover {
    background-color: rgba(71, 71, 71, 0.08);
    transition: .5s ease background-color;
    pointer: cursor
}

section.services.light .service-links .col-sm-4 a {
    color: #474747
}

section.services.light a.carat-link {
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    font-size: 1.6rem;
    text-transform: uppercase
}

section.services.light a.carat-link.dark {
    color: #474747
}

section.services.light a.carat-link.dark::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: "#474747"
}

section.services h3 {
    margin-bottom: 50px
}

@media (max-width: 767px) {
    section.services h2 {
        text-align: left
    }
    section.services h3 {
        margin-bottom: 35px
    }
}

section.services .animate-card.open .service-links,
section.services .animate-card.open ul,
section.services .animate-card.open li,
section.services .animate-card.open .col-sm-4,
section.services .animate-card.open a {
    max-height: 1100px;
    opacity: 1;
    transition: ease 1.25s max-height .15s, ease .5s opacity, .5s ease background-color
}

section.services .service-links,
section.services ul,
section.services li,
section.services .col-sm-4,
section.services a {
    text-align: center;
    max-height: 15px;
    opacity: 0;
    margin: 0;
    padding: 0;
    transition: ease .5s max-height, ease .5s opacity;
    overflow: hidden
}

section.services .service-links {
    padding-top: 25px;
    position: relative
}

section.services .service-links .col-sm-4 {
    border-right: 2px solid rgba(255, 255, 255, 0.35);
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
    background-color: rgba(255, 255, 255, 0)
}

section.services .service-links .col-sm-4:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transition: .5s ease background-color;
    pointer: cursor
}

section.services .service-links .col-sm-4 a {
    width: 100%;
    height: 100%
}

section.services .service-links a::after {
    content: '\f0da';
    font-family: fontAwesome;
    vertical-align: middle;
    display: inline-block;
    opacity: 0;
    transition: .25s ease opacity .15s, .5s ease transform
}

section.services .service-links a:hover::after {
    opacity: .8;
    transform: translateX(10px);
    transition: .25s ease opacity .15s, .5s ease transform
}

section.services .service-links .col-sm-4:nth-child(3n) {
    border-right: none
}

section.services .service-links .col-sm-4:nth-last-child(-n+3) {
    border-bottom: none
}

section.services .service-links a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 25px 0 21px 0;
    font-weight: 300
}

@media (max-width: 991px) {
    section.services .service-links a {
        padding: 14px 0 10px 0;
        text-indent: -5px
    }
}

section.services p a {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 30px 0 0 0;
    text-align: center;
    text-transform: uppercase
}

div.section-general {
    text-align: center;
    background-color: #f8f8f8;
    padding: 40px 0
}

div.section-general.light {
    background-color: #fff
}

div.section-general h2 {
    color: #244462;
    letter-spacing: 1px;
    font-size: 3.7rem;
    margin-bottom: 2px;
    margin-top: 0;
    text-transform: uppercase
}

@media (max-width: 767px) {
    div.section-general h2 {
        font-size: 2rem
    }
}

div.section-general h3 {
    color: #244462;
    margin-bottom: 25px;
    margin-top: 0
}

div.section-general p {
    font-size: 1.8rem;
    -moz-text-align-last: center;
    text-align-last: center;
    text-align: justify;
    line-height: 1.45;
    display: block;
    margin: 15px auto 20px auto !important;
    max-width: 825px;
    width: 90%
}

div.section-general .btn-primary {
    background-color: #005f90;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s ease background-color
}

div.section-general .btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462
}

div.section-general .btn-primary.btn-block {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px
}

@media (max-width: 767px) {
    div.section-general .btn-primary {
        margin-top: 22px
    }
}

section.two-column-equal {
    padding: 35px 0;
    color: #595959
}

section.two-column-equal .two-column-equal-headline {
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    text-align: left;
    margin: 0 0 13px 0;
    color: #474747;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: 2px
}

section.two-column-equal .two-column-equal-subheadline {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing: 0;
    text-transform: none
}

section.two-column-equal .mod-title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 1px;
}

section.two-column-equal h3 {
    font-weight: 500;
    font-size: 20px;
    width: 100%;
    text-align: left;
    margin: 0 0 13px 0;
    color: #474747
}

section.two-column-equal h4 {
    margin: 0 0 8px 0
}

section.two-column-equal p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px
}

section.two-column-equal .flex-container {
    justify-content: space-between
}

section.two-column-equal .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25%
}

section.two-column-equal .image img {
    width: 100%
}

section.two-column-equal .image.large {
    width: 45%;
    background-size: cover;
    max-width: 200px;
    background-position: top center;
    flex-shrink: 0
}

section.two-column-equal .right .flex-container {
    align-items: flex-start
}

section.two-column-equal .content {
    width: 75%;
    padding-right: 3%
}

section.two-column-equal .half .btn {
    z-index: 1000;
    position: relative
}

section.two-column-equal .half {
    position: relative
}

section.two-column-equal .half:first-child {
    margin-bottom: 30px;
    padding-bottom: 25px
}

section.two-column-equal .half:first-child::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #d9d9d9;
    bottom: 0;
    left: 0
}

@media (min-width: 992px) {
    section.two-column-equal .half {
        padding-bottom: 75px
    }
    section.two-column-equal .half:first-child {
        padding-right: 3.5%
    }
    section.two-column-equal .half:first-child::after {
        right: 0;
        top: 0;
        height: calc(100% - 75px);
        border-right: 1px solid #d9d9d9;
        border-bottom: none
    }
    section.two-column-equal .half:last-child {
        padding-left: 5%
    }
}

section.two-column-equal .full-width-caret {
    margin-top: 35px
}

@media (min-width: 992px) {
    section.two-column-equal .full-width-caret {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%
    }
}

section.two-column-equal .row {
    padding: 0
}

section.one-third-aside {
    padding: 40px 0
}

section.one-third-aside .one-third-aside-headline {
    text-transform: none;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    padding: 0 0 0 0px
}

section.one-third-aside .one-third-aside-headline-padded {
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: left;
    padding: 0 0 0 15px !important
}

section.one-third-aside h4 {
    text-transform: none;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 400
}

section.one-third-aside h3 {
    text-align: left;
    padding: 0 0 0 15px;
    margin-bottom: 15px;
    color: #414343
}

section.one-third-aside img {
    width: 100%;
    height: auto
}

section.one-third-aside .content-left {
    border-right: 1px solid #d9d9d9
}

section.one-third-aside .content-right {
    padding-left: 30px
}

section.one-third-aside p {
    color: #595959;
    font-size: 14px;
    line-height: 1.8
}

section.one-third-aside p:not(:last-child) {
    margin-bottom: 15px
}

section.one-third-aside .row {
    padding: 0
}

@media (min-width: 992px) {
    section.one-third-aside {
        padding: 60px 0
    }
    section.one-third-aside p {
        width: 95%
    }
}

section.leaders-directory {
    background-color: #efefef;
    padding: 0 0 30px 0
}

section.leaders-directory .full-width-header {
    text-transform: uppercase
}

section.leaders-directory .full-width-header .leaders-directory-headline {
    color: #005f90;
    margin-bottom: 30px;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

section.leaders-directory .full-width-header h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 25px 0 0 0
}

section.leaders-directory .flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: center;
    margin: 0;
    justify-content: center
}

section.leaders-directory .flex-container .leaders-directory-headline {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 6px;
    font-weight: 500;
    display: block;
    color: #333;
    text-align: center;
    text-transform: none;
    font-family: inherit;
    line-height: 1.1;
    letter-spacing: 0px
}

section.leaders-directory .flex-container .leaders-directory-headline a {
    color: #333
}

section.leaders-directory .flex-container .leaders-directory-headline a:hover,
section.leaders-directory .flex-container .leaders-directory-headline a:focus,
section.leaders-directory .flex-container .leaders-directory-headline a:active,
section.leaders-directory .flex-container .leaders-directory-headline a:active:focus {
    color: #000
}

section.leaders-directory .flex-container .leaders-directory-headline .u-nowrap-both::after {
    content: '';
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: baseline;
    color: #474747;
    display: inline-block;
    font-family: fontAwesome
}

section.leaders-directory .flex-container .leaders-directory-headline .u-nowrap-both {
    white-space: nowrap !important;
    line-height: 13px
}

section.leaders-directory .flex-container .leader-card {
    max-width: 180px;
    margin: 10px 25px 20px 25px
}

section.leaders-directory .flex-container img {
    width: 100%;
    height: auto;
    max-width: 180px;
    margin: 0 auto
}

section.leaders-directory .flex-container h6 {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 20px 0 0 0
}

section.leaders-directory .flex-container h6 a {
    color: #333
}

section.leaders-directory .flex-container h6 a:hover,
section.leaders-directory .flex-container h6 a:focus,
section.leaders-directory .flex-container h6 a:active,
section.leaders-directory .flex-container h6 a:active:focus {
    color: #000
}

section.banner-announcement {
    background: #244462;
    padding: 19px 0;
    margin-top: -1px
}

section.banner-announcement p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    color: #fff;
    margin: 0;
    line-height: 1.1
}

section.banner-announcement p strong {
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    display: block
}

section.banner-announcement p a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding-left: 13px;
    letter-spacing: .5px;
    transition: .25s ease opacity
}

section.banner-announcement p a:hover {
    opacity: .8;
    transition: .25s ease opacity
}

section.banner-announcement p a.wk .u-nowrap::after {
    color: #fff
}

section.banner-announcement p .arrow {
    opacity: 0;
    background: transparent;
    margin: 0 auto;
    display: block;
    height: 4px;
    width: 8px
}

section.banner-announcement.light,
section.banner-announcement.dark {
    color: #474747
}

section.banner-announcement.light a,
section.banner-announcement.light p,
section.banner-announcement.light p strong,
section.banner-announcement.dark a,
section.banner-announcement.dark p,
section.banner-announcement.dark p strong {
    color: #474747
}

section.banner-announcement.light p .arrow,
section.banner-announcement.dark p .arrow {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/arrow-right-gray.png)
}

section.banner-announcement.light {
    background: #fff
}

section.banner-announcement.dark {
    background: #c1c1c1;
    background: -moz-linear-gradient(left, #c1c1c1 0%, #e0e0e0 100%);
    background: -webkit-linear-gradient(left, #c1c1c1 0%, #e0e0e0 100%);
    background: linear-gradient(to right, #c1c1c1 0%, #e0e0e0 100%)
}

.listing-hours {
    position: absolute;
    background-color: #0d846f;
    color: #fff;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    width: 180px;
    min-height: 53px;
    transition: 1s ease width, .5s ease padding-left;
    border: 4px solid rgba(89, 201, 164, 0.85);
    border-right: none;
    padding: 8px 15px 8px 50px;
    top: 12px;
    z-index: 5;
    right: 0;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/clock-icon.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: 10px 10px
}

.listing-hours.now-closed {
    background-color: #bb2e15;
    border: 4px solid rgba(216, 126, 117, 0.85);
    border-right: none
}

.listing-hours.now-closed:hover {
    background-color: #ad2b13
}

.listing-hours.coming-soon {
    background-color: #455e9f;
    border: 4px solid rgba(56, 102, 217, 0.7);
    border-right: none;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/calendar-icon.png)
}

.listing-hours.coming-soon:hover {
    background-color: #405894
}

.listing-hours.open {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/arrow-left-white.png);
    background-size: auto 20px;
    padding: 13px 30px 8px 25px;
    width: 210px;
    transition: 1s ease width, .5s ease padding-left
}

.listing-hours:hover {
    cursor: pointer;
    background-color: #0c7663
}

.listing-hours .listing-status p {
    line-height: 1.15
}

.listing-hours .listing-status p.open-close {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px
}

.listing-hours .listing-status p.todays-hours {
    font-size: 12px
}

.listing-hours .full-schedule {
    max-height: 0;
    min-width: 150px;
    opacity: 0;
    transform: translateY(-10px);
    transition: 1s ease max-height, .75s ease transform .25s, .75s ease opacity;
    overflow: hidden
}

.listing-hours .full-schedule ul {
    padding: 0;
    list-style-type: none;
    margin: 0
}

.listing-hours .full-schedule ul li {
    margin-top: 3px;
    font-size: 12px
}

.listing-hours .full-schedule ul span {
    margin-left: 15px;
    float: right
}

.listing-hours.open .full-schedule {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);
    transition: 1s ease max-height, .75s ease transform, .75s ease opacity .25s
}

.listing-hours.open .todays-hours {
    max-height: 0;
    overflow: hidden
}

@media (max-width: 767px) {
    .listing-hours {
        min-height: 35px;
        width: 160px;
        overflow: hidden;
        padding-right: 0;
        padding-top: 9px;
        padding-left: 40px;
        background-size: auto 18px;
        background-position: 10px center
    }
    .listing-hours .listing-status p.todays-hours {
        display: none
    }
}

.slick-loading .slick-list {
    background: #fff url("/uploadedImages/_Library_Images/Latitude/admin/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg")
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 100%;
    width: 8%;
    max-width: 125px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    top: 0;
    padding: 0;
    border: none;
    outline: none;
    z-index: 999
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 73px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: 0;
    background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-left.png);
    background-size: 49% auto;
    background-repeat: no-repeat;
    background-position: right center
}

.slick-prev.dark {
    background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-left-dark.png);
    background-size: 49% auto;
    background-repeat: no-repeat;
    background-position: right center
}

@media (max-width: 767px) {
    .slick-prev {
        opacity: 0
    }
}

.slick-next {
    right: 0;
    background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-right.png);
    background-size: 49% auto;
    background-repeat: no-repeat;
    background-position: left center
}

.slick-next.dark {
    background: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-right-dark.png);
    background-size: 49% auto;
    background-repeat: no-repeat;
    background-position: right center
}

@media (max-width: 767px) {
    .slick-next {
        opacity: 0
    }
}

.leader-slider .slick-prev {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-left-active.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.leader-slider .slick-next {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/slide-arrow-right-active.png) !important;
    background-size: 100% auto;
    background-repeat: no-repeat
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #abb4b3;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (max-width: 767px) {
    .slick-dots li button:before {
        color: #fff
    }
}

.slick-dots li.slick-active button:before {
    color: #ffb30f;
    opacity: .75
}

@media (max-width: 767px) {
    .slick-dots li.slick-active button:before {
        opacity: 1
    }
}

@media (max-width: 767px) {
    .slick-dots li {
        margin: 0 2px
    }
}

.slider {
    margin-left: -15px;
    margin-right: -15px
}

.slide img {
    width: 100%;
    height: auto
}

.slide .caption {
    position: absolute;
    left: -9999pz;
    top: 0%;
    opacity: 0
}

@media (min-width: 768px) {
    .slick-dots {
        bottom: 10px
    }
    .slick-dots li {
        margin: 0 8px
    }
    .slick-dots li button:before {
        font-size: 12px
    }
    .slide .caption {
        width: 50%;
        left: 7%
    }
    .slide .caption h3 {
        font-size: 1.2rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption h2 {
        font-size: 2.3rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption p {
        font-size: 1.2rem;
        margin: 25px 0
    }
    .slide .caption a {
        font-size: 1.4rem
    }
    .slide .caption .fa-caret-right {
        margin-left: 8px
    }
}

@media (min-width: 992px) {
    .slick-dots {
        bottom: 20px
    }
    .slick-dots li button:before {
        font-size: 16px
    }
    .slide .caption {
        width: 50%;
        left: 7%
    }
    .slide .caption h3 {
        font-size: 1.6rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption h2 {
        font-size: 3.5rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption p {
        font-size: 1.4rem;
        margin: 25px 0
    }
    .slide .caption a {
        font-size: 1.6rem
    }
    .slide .caption .fa-caret-right {
        margin-left: 10px
    }
}

@media (min-width: 1200px) {
    .slide .caption {
        width: 50%;
        left: 7%
    }
    .slide .caption h3 {
        font-size: 1.7rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption h2 {
        font-size: 3.7rem;
        margin-top: 20px;
        margin-bottom: 10px
    }
    .slide .caption p {
        font-size: 1.6rem;
        margin: 5px 0 20px 0
    }
    .slide .caption a {
        font-size: 1.8rem
    }
    .slide .caption .fa-caret-right {
        margin-left: 10px
    }
}

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

section.main-slider .main-slider-container {
    max-width: 100%
}

section.main-slider .slider {
    width: 100%;
    margin: 0;
    opacity: 0;
    max-height: 0
}

section.main-slider .slider.slick-initialized {
    opacity: 1;
    max-height: none
}

section.main-slider .cinema-hero {
    display: none !important
}

section.quick-links {
    padding: 40px 0;
    background: url(/uploadedImages/_Library_Images/Latitude/bg/light-blue-gradient-bg.jpg) center/cover no-repeat
}

section.quick-links .container-fluid {
    max-width: 1366px
}

section.quick-links.light {
    background: url(/uploadedImages/_Library_Images/Latitude/bg/light-gray-gradient-bg.jpg) center/cover no-repeat
}

section.quick-links a:hover .icon,
section.quick-links .section-link.is-hover .icon {
    transition: .25s ease background-image
}

section.quick-links a:hover .icon.services,
section.quick-links .section-link.is-hover .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon-hover.png)
}

section.quick-links a:hover .everyday-well,
section.quick-links .section-link.is-hover .everyday-well {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/everyday-well-icon-hover.png)
}

section.quick-links a:hover .health-plans,
section.quick-links .section-link.is-hover .health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon-hover.png)
}

section.quick-links a:hover .instant-access,
section.quick-links .section-link.is-hover .instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon-hover.png)
}

section.quick-links a:hover .contact,
section.quick-links .section-link.is-hover .contact {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/contact-icon-hover.png)
}

section.quick-links a:hover .locations,
section.quick-links .section-link.is-hover .locations {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/location-icon-hover.png)
}

section.quick-links a:hover .account,
section.quick-links .section-link.is-hover .account {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/account-icon-hover.png)
}

section.quick-links a:hover .calculator,
section.quick-links .section-link.is-hover .calculator {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/calculator-icon-hover.png)
}

section.quick-links a:hover .options,
section.quick-links .section-link.is-hover .options {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/options-icon-hover.png)
}

section.quick-links a:hover .referral,
section.quick-links .section-link.is-hover .referral {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/get-a-referral-icon-hover.png)
}

section.quick-links a:hover .simple-clipboard,
section.quick-links .section-link.is-hover .simple-clipboard {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/simple-clipboard-icon-hover.png)
}

section.quick-links a:hover .neuro,
section.quick-links .section-link.is-hover .neuro,
section.quick-links a:hover .brain,
section.quick-links .section-link.is-hover .brain, {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/brain-icon-hover.png)
}

section.quick-links a:hover .group,
section.quick-links .section-link.is-hover .group {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/group-icon-hover.png)
}

section.quick-links a:hover+p a.arrow,
section.quick-links .section-link.is-hover+p a.arrow {
    border-left: 5px solid #00c8e1
}

section.quick-links.light a:hover .icon.services,
section.quick-links.light .section-link.is-hover .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon-hover-2.png)
}

section.quick-links.light a:hover .everyday-well,
section.quick-links.light .section-link.is-hover .everyday-well {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/everyday-well-icon-hover-2.png)
}

section.quick-links.light a:hover .health-plans,
section.quick-links.light .section-link.is-hover .health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon-hover-2.png)
}

section.quick-links.light a:hover .instant-access,
section.quick-links.light .section-link.is-hover .instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon-hover-2.png)
}

section.quick-links.light a:hover .referral,
section.quick-links.light .section-link.is-hover .referral {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/get-a-referral-icon-hover-2.png)
}

section.quick-links.light a:hover .contact,
section.quick-links.light .section-link.is-hover .contact {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/contact-icon-hover-2.png)
}

section.quick-links.light a:hover .locations,
section.quick-links.light .section-link.is-hover .locations {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/location-icon-hover-2.png)
}

section.quick-links.light a:hover .account,
section.quick-links.light .section-link.is-hover .account {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/account-icon-hover-2.png)
}

section.quick-links.light a:hover .calculator,
section.quick-links.light .section-link.is-hover .calculator {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/calculator-icon-hover-2.png)
}

section.quick-links.light a:hover .options,
section.quick-links.light .section-link.is-hover .options {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/options-icon-hover-2.png)
}

section.quick-links.light a:hover .simple-clipboard,
section.quick-links.light .section-link.is-hover .simple-clipboard {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/simple-clipboard-icon-hover-2.png)
}

section.quick-links.light a:hover .neuro,
section.quick-links.light .section-link.is-hover .neuro,
section.quick-links.light a:hover .brain,
section.quick-links.light .section-link.is-hover .brain, {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/brain-icon-hover-2.png)
}

section.quick-links.light a:hover .group,
section.quick-links.light .section-link.is-hover .group {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/group-icon-hover-2.png)
}

section.quick-links a.arrow {
    width: 0;
    height: 0;
    margin-left: 8px;
    white-space: nowrap;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #005f90;
    vertical-align: baseline;
    transition: .25s ease border-left
}

section.quick-links a.arrow:hover {
    border-left: 5px solid #00c8e1;
    transition: .25s ease border-left
}

section.quick-links .icon {
    margin: 0 auto;
    display: block;
    width: 100px;
    transition: .25s ease background-image;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto
}

section.quick-links .icon.services {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/services-offerings-icon.png)
}

section.quick-links .icon.everyday-well {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/everyday-well-icon.png)
}

section.quick-links .icon.health-plans {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/health-plans-solutions-icon.png)
}

section.quick-links .icon.instant-access {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/instant-access-icon.png)
}

section.quick-links .icon.referral {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/get-a-referral-icon.png)
}

section.quick-links .icon.contact {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/contact-icon.png)
}

section.quick-links .icon.locations {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/location-icon.png)
}

section.quick-links .icon.account {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/account-icon.png)
}

section.quick-links .icon.calculator {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/calculator-icon.png)
}

section.quick-links .icon.options {
    background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/options-icon.png)
}
section.quick-links .icon.simple-clipboard {
  background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/simple-clipboard-icon.png); }
section.quick-links .icon.neuro, section.quick-links .icon.brain {
  background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/brain-icon.png); }
section.quick-links .icon.group {
  background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/group-icon.png); }
section.quick-links .icon.trauma {
  background-image: url(/uploadedImages/_Library_Images/Latitude/quick-links/trauma-icon.png); }

section.quick-links .quick-links-main-headline {
    font-size: 20px;
    margin: 0px auto 40px auto;
    text-align: center;
    line-height: 1.4;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    padding: 0 0;
    color: #005f90;
    width: 75%;
}

section.quick-links .quick-links-headline {
    color: #005f90;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    display: block;
    margin-top: 8px;
    margin-bottom: 8px;
    letter-spacing: 0;
    text-transform: none
}

section.quick-links h4 {
    color: #005f90;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}

section.quick-links p {
    width: 70%;
    padding-left: 5%;
    margin: 0 auto
}

section.quick-links .link-col {
    padding: 20px 0
}

section.quick-links .link-col:not(:first-child) {
    border-left: 1px solid #005f90
}

section.subpage-quick-links {
    padding: 40px 0;
    background: url(/uploadedImages/_Library_Images/Latitude/bg/light-blue-gradient-bg.jpg) center/cover no-repeat
}

section.subpage-quick-links .container-fluid {
    max-width: 1366px
}

section.subpage-quick-links.light {
    background: url(/uploadedImages/_Library_Images/Latitude/bg/light-gray-gradient-bg.jpg) center/cover no-repeat
}

section.subpage-quick-links .icon {
    margin: 0 auto;
    display: block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 0 -5px;
    background-size: auto 100px
}

section.subpage-quick-links .icon.services,
section.subpage-quick-links .icon.arrow {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/arrow-icon-sprite.png)
}

section.subpage-quick-links .icon.everyday-well,
section.subpage-quick-links .icon.thumbprint {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/thumbprint-icon-sprite.png)
}

section.subpage-quick-links .icon.health-plans,
section.subpage-quick-links .icon.stethoscope {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/stethoscope-icon-sprite.png)
}

section.subpage-quick-links .icon.instant-access,
section.subpage-quick-links .icon.checkmark {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/checkmark-icon-sprite.png)
}

section.subpage-quick-links .icon.referral,
section.subpage-quick-links .icon.clipboard {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/clipboard-icon-sprite.png)
}

section.subpage-quick-links .icon.simple-clipboard {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/simple-clipboard-icon-sprite.png)
}

section.subpage-quick-links .icon.contact,
section.subpage-quick-links .icon.phone {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/phone-icon-sprite.png)
}

section.subpage-quick-links .icon.neuro,
section.subpage-quick-links .icon.brain {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/brain-icon-sprite.png)
}

section.subpage-quick-links .icon.group {
    background-image: url(/uploadedImages/_Library_Images/Latitude/sprites/group-icon-sprite.png)
}

@media (max-width: 767px) {
    section.subpage-quick-links .icon {
        width: 75px;
        height: 75px;
        margin-top: 25px;
        background-size: auto 75px;
        background-position: 0 -5px
    }
}

section.subpage-quick-links a:hover .icon,
section.subpage-quick-links .section-link.is-hover .icon {
    background-position: -100px -5px
}

@media (max-width: 767px) {
    section.subpage-quick-links a:hover .icon,
    section.subpage-quick-links .section-link.is-hover .icon {
        background-position: -75px -5px
    }
}

section.subpage-quick-links.light a:hover .icon,
section.subpage-quick-links.light .section-link.is-hover .icon {
    background-position: -200px -5px
}

@media (max-width: 767px) {
    section.subpage-quick-links.light a:hover .icon,
    section.subpage-quick-links.light .section-link.is-hover .icon {
        background-position: -150px -5px
    }
}

section.subpage-quick-links a.arrow {
    width: 0;
    height: 0;
    margin-left: 8px;
    white-space: nowrap;
    display: inline-block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #005f90;
    vertical-align: baseline;
    transition: .25s ease border-left
}

section.subpage-quick-links a.arrow:hover {
    border-left: 5px solid #00c8e1;
    transition: .25s ease border-left
}

section.subpage-quick-links h4 {
    color: #005f90;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    max-width: 190px;
    margin-left: auto;
    margin-right: auto
}

section.subpage-quick-links p {
    width: 70%;
    padding-left: 5%;
    margin: 0 auto
}

@media (max-width: 767px) {
    section.subpage-quick-links p {
        width: 85%;
        font-size: 13px;
        padding-left: 0
    }
    section.subpage-quick-links p span.test {
        white-space: nowrap
    }
    section.subpage-quick-links p span.test::after {
        content: '\f0da';
        margin-left: 8px;
        vertical-align: middle;
        color: #005f90;
        display: inline-block;
        font-family: fontAwesome
    }
}

section.subpage-quick-links .link-col {
    padding: 20px 0
}

@media (max-width: 767px) {
    section.subpage-quick-links .link-col {
        margin: 0 auto;
        padding: 10px 0
    }
}

section.subpage-quick-links .link-col:not(:first-child) {
    border-left: 1px solid #005f90
}

@media (max-width: 767px) {
    section.subpage-quick-links .link-col:not(: first-child) {
        border-left: 0
    }
}

@media (max-width: 767px) {
    section.subpage-quick-links {
        padding: 10px 0 25px 0
    }
    section.subpage-quick-links .link-col:not(:nth-child(odd))::before {
        content: '';
        display: inline-block;
        height: 88%;
        width: 1px;
        position: absolute;
        top: 10%;
        left: 0;
        background-color: #005f90
    }
}

section.find-location {
    background: url("/uploadedImages/_Library_Images/Latitude/bg/background-map.jpg") center top/cover no-repeat #e5edf1;
    padding: 30px 0
}

#heart section.find-location {
    background: url("/uploadedImages/_Library_Images/Latitude/bg/background-map-light.jpg") center top/cover no-repeat #e5edf1;
    padding: 30px 0
}

section.find-location img.location {
    margin: 0 auto 30px auto;
    display: block;
    width: 25px;
    border-bottom: none !important;
    height: auto
}

section.find-location .find-location-header {
    color: #244462;
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
    display: block;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

section.find-location h4 {
    color: #244462;
    font-size: 3rem;
    letter-spacing: 1px;
    margin-bottom: 30px;
    margin: 0 auto 30px auto;
    text-align: center;
    text-transform: uppercase;
    width: 85%
}

section.find-location p {
    color: #000;
    font-size: 1.6rem;
    margin-top: 20px;
    text-align: center
}

section.find-location p a {
    color: #005f90;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

section.find-location p a:hover {
    color: #244462
}

section.find-location .form-inline {
    margin-top: 40px;
    text-align: center
}

section.find-location .form-inline .form-control {
    background-color: rgba(255, 255, 255, 0.5);
    border-color: #676c66;
    border-radius: 0;
    color: #5c5c5c;
    font-size: 1.6rem;
    height: auto;
    padding: 15px 15px;
    text-align: center;
    width: 100%
}

section.find-location .form-inline select {
    appearance: none;
    -moz-appearance: initial;
    -webkit-appearance: none;
    background: url("/uploadedImages/_Library_Images/Latitude/admin/drop-arrow.png") no-repeat right center rgba(255, 255, 255, 0.5);
    overflow: hidden;
    text-align: center;
    text-align-last: center
}

section.find-location .form-inline select::-ms-expand {
    display: none
}

section.find-location .form-inline input[type="text"],
section.find-location .form-inline input[type="tel"] {
    background: rgba(255, 255, 255, 0.5)
}

section.find-location .form-inline input[type="text"]::-webkit-input-placeholder,
section.find-location .form-inline input[type="tel"]::-webkit-input-placeholder {
    color: #5c5c5c
}

section.find-location .form-inline input[type="text"]:-moz-placeholder,
section.find-location .form-inline input[type="tel"]:-moz-placeholder {
    color: #5c5c5c
}

section.find-location .form-inline input[type="text"]::-moz-placeholder,
section.find-location .form-inline input[type="tel"]::-moz-placeholder {
    color: #5c5c5c
}

section.find-location .form-inline input[type="text"]:-ms-input-placeholder,
section.find-location .form-inline input[type="tel"]:-ms-input-placeholder {
    color: #5c5c5c
}

section.find-location .form-inline p {
    color: #676c66;
    font-size: 1.2rem;
    line-height: 5.2rem;
    color: #000;
    font-size: 1.75rem;
    letter-spacing: 1px;
    margin-top: 0
}

section.find-location .form-inline .btn-primary {
    margin: 50px auto 0;
    padding: 12px 30px
}

section.service-lines {
    display: flex
}

section.service-lines .animate-card {
    padding: 80px 0;
    height: 550px;
    width: 50%
}

section.service-lines .animate-card.open .content {
    max-height: 800px;
    opacity: 1;
    transition: 0.75s ease opacity .15s, 1.25s ease-in max-height
}

section.service-lines .animate-card.non-animated {
    height: auto;
}

section.service-lines .animate-card:first-child {
    background-size: 100% 200%
}

section.service-lines .animate-card:last-child {
    background-size: 100% 300%
}

section.service-lines .card-wrapper {
    max-width: 95%;
    margin: 0 auto
}

section.service-lines .content {
    opacity: 0;
    overflow: hidden;
    max-height: 50px;
    transition: 0.5s ease opacity 0.05s, max-height 0.75s cubic-bezier(0, 1, 0, 1) 0.15s;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.service-lines .content::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 50%
}

section.service-lines .content .left,
section.service-lines .content .right {
    width: 50%;
    display: inline-block;
    text-align: left
}

section.service-lines .content .left ul {
    float: right;
    padding-right: 55px
}

section.service-lines .content li {
    list-style-type: none;
    padding-top: 12px;
    padding-bottom: 12px
}

section.service-lines .content li::before {
    content: '';
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

section.service-lines .content li a:hover {
    opacity: .8;
    transition: .25s ease opacity;
    text-decoration: none !important;
}

section.service-lines .content li.heart::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.childrens::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/childrens-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.ortho::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/ortho-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.cancer::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/cancer-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.neuro::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/neuro-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.trauma::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/trauma-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.womens::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/womens-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.all::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/all-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.nurse::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/nurse-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.primary::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/primary-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.urgent::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/urgent-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.redi::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.emergency::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/emergency-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li.ccc::before {
    background: url("/uploadedImages/_Library_Images/Latitude/admin/heavy-icons/heart-icon.png") left center/100% auto no-repeat
}

section.service-lines .content li:nth-child(odd) span {
    float: right
}

section.service-lines .content.no-icons li::before {
    display: none
}

section.service-lines .content.no-icons li a {
    display: inline-block;
    color: #474747
}

section.service-lines .content.no-icons li a::after {
    content: '';
    display: block;
    width: 100%;
    transform: translateY(8px);
    opacity: 0;
    height: 2px;
    border-radius: 25px;
    background: black;
    transition: .5s ease transform, .25s ease opacity
}

section.service-lines .content.no-icons li a:hover::after {
    transform: translateY(5px);
    opacity: .25;
    transition: .5s ease transform, .25s ease opacity
}

section.resources {
    background-color: #fff;
    padding: 60px 0
}

section.resources h3 {
    color: #005f90;
    font-weight: 600;
    margin-bottom: 25px
}

section.resources .resources-headline {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center
}

section.resources .resources-headline-left {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block
}

section.resources h4 {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase
}

section.resources a {
    text-transform: none;
}

section.resources a.inline-caret-link {
    display: block;
    margin-top: 10px;
    font-weight: 600
}

section.resources p {
    color: #757575;
    font-size: 16px
}

section.resources a:hover {
    text-decoration: none
}

section.resources .resource-box,
section.resources .resource-box-icon,
section.resources .resource-box-img,
section.resources .resource-box-img-icon {
    margin: 0 0 10px 0;
    padding: 0 60px
}

section.resources .resource-box li,
section.resources .resource-box-icon li,
section.resources .resource-box-img li,
section.resources .resource-box-img-icon li,
section.resources .resource-box li a,
section.resources .resource-box-icon li a,
section.resources .resource-box-img li a,
section.resources .resource-box-img-icon li a {
    line-height: 1.3;
    text-transform: none;
    color: #757575 !important;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 400
}

section.resources .resource-box li,
section.resources .resource-box-icon li,
section.resources .resource-box-img li,
section.resources .resource-box-img-icon li {
    margin-bottom: 10px
}

section.resources .resource-box ul,
section.resources .resource-box-icon ul,
section.resources .resource-box-img ul,
section.resources .resource-box-img-icon ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px
}

section.resources .resource-box:not(:last-child),
section.resources .resource-box-icon:not(:last-child),
section.resources .resource-box-img:not(:last-child),
section.resources .resource-box-img-icon:not(:last-child) {
    border-right: 1px solid lightgray
}

section.resources .fa-caret-right {
    margin-left: 7.5px;
    vertical-align: baseline
}

section.resources .resource-box-icon img {
    max-width: 68px;
    width: 85%;
    display: block;
    height: auto;
    margin: 0 auto 20px auto
}

section.resources .resource-box-icon h4 {
    text-align: center;
    margin-bottom: 15px
}

section.resources .resource-box-img img,
section.resources .resource-box-img-icon img {
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0
}

section.resources .resource-box-img img:hover,
section.resources .resource-box-img-icon img:hover {
    cursor: pointer
}

section.resources .resource-box-img-icon img.icon {
    display: inline-block;
    width: auto;
    height: 60px;
    margin-left: -5px;
    margin-right: 10px;
    margin-bottom: 10px
}

section.resources .resource-box-img-icon h4 {
    display: inline-block
}

.u-nowrap-both::after {
    content: '\f0da';
    margin-left: 8px;
    margin-top: 2px;
    vertical-align: baseline;
    color: #474747;
    display: inline-block;
    font-family: fontAwesome
}

.u-nowrap-both {
    white-space: nowrap !important;
    line-height: 13px
}

@media (min-width: 320px) {
    .u-nowrap {
        white-space: nowrap !important;
        line-height: 13px
    }
}

@media (max-width: 767px) {
    .u-nowrap::after {
        content: '\f0da';
        margin-left: 8px;
        margin-top: 2px;
        vertical-align: baseline;
        color: #005f90;
        display: inline-block;
        font-family: fontAwesome
    }
}

@media (min-width: 768px) {
    a.button {
        max-width: 205px;
        font-size: 1.3rem;
        line-height: 1.6rem;
        margin-top: 30px
    }
    a.button .icon {
        width: 73px;
        height: 73px;
        border: 2px solid #ffb30f;
        margin: 15px auto
    }
}

@media (min-width: 1200px) {
    a.button {
        max-width: 205px;
        font-size: 1.6rem;
        line-height: 1.8rem;
        margin-top: 0
    }
    a.button .icon {
        width: 97px;
        height: 97px;
        border: 3px solid #ffb30f;
        margin: 0 auto 25px auto
    }
}

#neuro .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/mh-mischer-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 80px;
    margin-top: 31px;
    margin-bottom: 32px;
    width: 138px
}

#neuro .navbar-brand-uthealth {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/uthealth-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 6px;
    width: 218px;
    margin-top: 50px;
    margin-bottom: 10px;
    margin-left: 9px !important;
}

#neuro section.services {
    padding: 25px 0 30px 0;
    background-image: url("/uploadedImages/_Library_Images/Latitude/bg/texture-background-navy.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

@media (min-width: 992px) {
    #neuro section.services {
        padding: 55px 0 60px 0
    }
}

#neuro section.services .row {
    width: 100%;
    text-align: center
}

@media (min-width: 1199px) {
    #neuro section.services .row {
        padding: 0 65px
    }
}

@media (min-width: 1400px) {
    #neuro section.services .row {
        padding: 0 105px
    }
}

#neuro section.services h1 {
    font-size: 40px;
    color: #bef2fd;
    margin-bottom: 5px
}

@media (min-width: 768px) {
    #neuro section.services h1 {
        font-size: 52px
    }
}

@media (min-width: 992px) {
    #neuro section.services h1 {
        font-size: 70px
    }
}

#neuro section.services h2 {
    font-size: 18px;
    max-width: 650px;
    text-align: center;
    line-height: 1.35
}

@media (min-width: 992px) {
    #neuro section.services h2 {
        font-size: 22px
    }
}

#neuro section.services a {
    font-size: 17px
}

#neuro section.services a.carat-link {
    margin-top: 0
}

#neuro section.services a.carat-link.white::after {
    color: #ffb30f
}

#neuro section.services .service-links {
    letter-spacing: 1.25px;
    margin: 0 auto 45px auto
}

#neuro section.services .service-links a::after {
    opacity: 1;
    color: #ffb30f;
    transform: translateX(10px)
}

#neuro section.services .service-links a:hover::after {
    transform: translateX(15px)
}

@media (max-width: 992px) {
    #neuro section.services .service-links {
        padding-top: 13px;
        margin-bottom: 25px
    }
}

section.neuro-leaders {
    background-image: url("/uploadedImages/_Library_Images/Latitude/bg/texture-background-gray-m.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0 30px 0
}

section.neuro-leaders .full-width-header {
    background-color: rgba(255, 255, 255, 0.35);
    border-bottom: 2px solid rgba(255, 179, 15, 0.25);
    color: #ffb30f;
    text-transform: uppercase
}

section.neuro-leaders .full-width-header .neuro-leaders-headline {
    font-size: 60px;
    margin: 55px 0 0 0;
    text-shadow: 3px 2px 5px rgba(112, 112, 112, 0.98);
    text-align: left;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1.1;
    color: inherit;
    font-family: inherit;
    text-transform: none;
    text-transform: uppercase
}

section.neuro-leaders .full-width-header h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    letter-spacing: .05em;
    margin: 25px 0 0 0;
    text-shadow: 2px 1px 3px rgba(112, 112, 112, 0.78)
}

section.neuro-leaders .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
    margin: 45px 0
}

section.neuro-leaders .flex-container .leader-card {
    max-width: 160px
}

section.neuro-leaders .flex-container img {
    width: 100%;
    height: auto;
    max-width: 180px;
    margin: 0 auto
}

section.neuro-leaders .flex-container .neuro-leaders-headline {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0 0 0;
    text-transform: none;
    font-family: inherit;
    color: inherit;
    line-height: 1.1
}

section.neuro-leaders .flex-container h6 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 20px 0 0 0
}

section.neuro-leaders .flex-container h6 a {
    color: #333;
}

section.neuro-leaders .flex-container p {
    font-style: italic;
    letter-spacing: .5px;
    font-size: 15px;
    line-height: 1.1;
    margin: 4px 0 0 0
}

section.bottom-banner {
    color: #fff;
    background: #101620
}

section.bottom-banner .container-fluid {
    padding: 30px 5%;
    background-image: url("/uploadedImages/_Library_Images/Latitude/bg/texture-background-neuron.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top left
}

section.bottom-banner .bottom-banner-headline {
    text-transform: uppercase !important;
    text-align: right;
    letter-spacing: .5px;
    text-shadow: 3px 2px 5px #000;
    color: #ffb30f;
    font-size: 65px;
    margin-bottom: 25px;
    margin-top: 0;
    text-transform: none
}

section.bottom-banner .bottom-banner-headline span {
    color: #fff;
    font-size: 50px;
    line-height: .9;
    display: block;
    transform: translateX(-150px)
}

section.bottom-banner h2 {
    text-transform: uppercase;
    text-align: right;
    letter-spacing: .5px;
    text-shadow: 3px 2px 5px #000;
    color: #ffb30f;
    font-size: 65px;
    margin-bottom: 25px;
    margin-top: 0
}

section.bottom-banner h2 span {
    color: #fff;
    font-size: 50px;
    line-height: .9;
    display: block;
    transform: translateX(-150px)
}

section.bottom-banner ul {
    padding: 20px 200px 0 15px;
    text-align: left
}

section.bottom-banner li {
    margin-bottom: 8px
}

section.bottom-banner .flex-container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start
}

section.bottom-banner .section-content {
    width: 85%;
    max-width: 675px;
    position: relative;
    font-size: 18px
}

section.bottom-banner .section-content .btn-primary {
    position: absolute;
    bottom: 0;
    right: 0
}

#heart .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-heart-logo.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 95px;
    margin-bottom: 18px;
    margin-top: 12px;
    width: 205px
}

#heart section.one-third-aside {
    background-color: #edecec
}

section.institutes-centers {
    padding-bottom: 10px
}

section.institutes-centers .block-headline {
    color: #950e2f;
    background-color: #fff;
    text-align: center;
    padding: 0;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 0 20px 0;
    letter-spacing: 0;
    text-transform: none
}

@media (min-width: 992px) {
    section.institutes-centers .block-headline {
        font-size: 24px;
        margin: 0 0 30px 0
    }
}

section.institutes-centers .institutes-centers-headline {
    margin: 60px 0 40px 0;
    font-size: 2.1rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1
}

section.institutes-centers h3 {
    color: #474747;
    padding: 0 6%;
    margin: 35px 0 20px 0
}

section.institutes-centers a.wk-arrow {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #474747;
    transition: .25s ease color
}

section.institutes-centers a.wk-arrow:hover,
section.institutes-centers a.wk-arrow:hover::after {
    color: #7a7a7a;
    transition: .25s ease color
}

section.institutes-centers p {
    color: #757575;
    margin: 10px 0 0 0;
    font-size: 16px
}

section.institutes-centers .column {
    border-bottom: 1px solid #edecec
}

section.institutes-centers .column:nth-of-type(1) {
    border-left: none
}

section.institutes-centers .major-locations,
section.institutes-centers .other-locations {
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0
}

section.institutes-centers .other-locations .block-link {
    max-width: 285px;
    margin: 0 auto 8px auto;
    text-align: center;
}

section.institutes-centers .other-locations .column {
    padding: 0 3%
}

section.institutes-centers .other-locations .column h4 {
    margin-bottom: 25px;
    text-align: center
}

@media (min-width: 768px) and (max-width: 991px) {
    section.institutes-centers .other-locations .column {
        border-bottom: none;
        border-left: 1px solid #edecec
    }
    section.institutes-centers .other-locations .column:nth-of-type(1) {
        border-left: none
    }
}

#section-ew-offerings,
section.ccc-benefits {
    text-align: center;
    padding: 60px 0;
    background-color: #EFEFEF
}

#section-ew-offerings h3,
section.ccc-benefits h3 {
    color: #414343;
    margin-bottom: 45px;
    text-transform: uppercase;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 2px
}

#section-ew-offerings .ew-offering-single,
section.ccc-benefits .ew-offering-single {
    display: inline-block;
    max-width: 350px;
    position: relative;
    width: 100%;
    font-size: 17px;
    margin: 0 auto;
    height: 0;
    padding-bottom: 65%;
    margin-bottom: 42px
}

#section-ew-offerings .ew-offering-single .img,
section.ccc-benefits .ew-offering-single .img {
    position: absolute;
    background-image: url("../images/everyday-well/fpo/nurse-health-line-fpo.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#section-ew-offerings .ew-offering-single .caption,
section.ccc-benefits .ew-offering-single .caption {
    transition: 1s ease max-height;
    text-align: left;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 52px;
    z-index: 10;
    overflow: hidden;
    background-color: rgba(0, 95, 144, 0.9);
    color: #fff;
    padding-top: 50px
}

#section-ew-offerings .ew-offering-single .caption a,
section.ccc-benefits .ew-offering-single .caption a {
    display: inline-block;
    margin-left: 20px;
    text-transform: uppercase;
    letter-spacing: .25px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    transition: .25s ease opacity;
    opacity: 0
}

#section-ew-offerings .ew-offering-single .caption .u-nowrap-both::after,
section.ccc-benefits .ew-offering-single .caption .u-nowrap-both::after {
    color: #fff
}

#section-ew-offerings .ew-offering-single .caption .span,
section.ccc-benefits .ew-offering-single .caption .span {
    height: 52px;
    line-height: 1.15;
    font-size: 16px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.25px;
    left: 2.5%;
    width: 95%;
    text-align: center;
    opacity: 1;
    transition: .25s ease opacity .15s
}

#section-ew-offerings .ew-offering-single .caption p,
section.ccc-benefits .ew-offering-single .caption p {
    opacity: 0;
    padding: 0 20px 10px 20px;
    font-weight: 300;
    width: 100%;
    line-height: 1.5;
    font-size: 14px;
    transition: .25s ease opacity
}

#section-ew-offerings .ew-offering-single .caption p strong,
section.ccc-benefits .ew-offering-single .caption p strong {
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25
}

@media (max-width: 767px) {
    #section-ew-offerings .ew-offering-single,
    section.ccc-benefits .ew-offering-single {
        width: 85%;
        margin-top: 22px;
        padding-bottom: 50%;
        padding-bottom: 0;
        height: auto
    }
    #section-ew-offerings .ew-offering-single .img,
    section.ccc-benefits .ew-offering-single .img {
        position: static;
        height: 0;
        padding-bottom: 50%
    }
    #section-ew-offerings .ew-offering-single .caption,
    section.ccc-benefits .ew-offering-single .caption {
        position: static
    }
}

#section-ew-offerings .ew-offering-single.hover,
section.ccc-benefits .ew-offering-single.hover {
    cursor: pointer
}

#section-ew-offerings .ew-offering-single.hover .caption,
section.ccc-benefits .ew-offering-single.hover .caption {
    max-height: 100%;
    padding-top: 20px;
    transition: 1s ease max-height, .25s ease padding-top
}

#section-ew-offerings .ew-offering-single.hover .caption .span span,
section.ccc-benefits .ew-offering-single.hover .caption .span span {
    opacity: 0;
    transition: .25s ease opacity
}

#section-ew-offerings .ew-offering-single.hover .caption p,
#section-ew-offerings .ew-offering-single.hover .caption a,
section.ccc-benefits .ew-offering-single.hover .caption p,
section.ccc-benefits .ew-offering-single.hover .caption a {
    opacity: 1;
    transition: .25s ease opacity .15s
}

#ew-header.subpage-home-header {
    background-image: url("../images/banners/everyday-well-banners/everyday-well-banner-1-mobile.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: relative;
    height: 0;
    padding-bottom: 30%;
    overflow: hidden
}

#ew-header.subpage-home-header h1 {
    margin-top: 0;
    font-size: 4.5vw
}

#ew-header.subpage-home-header>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

#ew-header.subpage-home-header .ew-logo {
    max-width: 300px;
    width: 65%;
    height: auto;
    margin-bottom: 12.5px
}

#ew-header.subpage-home-header .btn-primary {
    border: 0
}

div.section-general {
    padding: 60px 0
}

div.section-general .section-general-headline {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #414343;
    font-weight: 500;
    margin-bottom: 2px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: inherit;
    line-height: 1.1
}

div.section-general h2 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #414343;
    font-weight: 600
}

@media (min-width: 767px) {
    div.section-general h2 {
        font-size: 32px;
        font-weight: 500
    }
}

div.section-general p {
    font-size: 16px;
    line-height: 1.75;
    width: 90%;
    max-width: 721px;
    color: #474747;
    margin-bottom: 0;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}

@media (max-width: 767px) {
    div.section-general p {
        font-size: 1.6rem;
        text-align: left;
        width: 95%;
        -moz-text-align-last: left;
        text-align-last: left
    }
}

section.section-columns {
    padding: 60px 0 50px 0
}

section.section-columns .intro-column {
    border-right: 1px solid lightgray;
    padding: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.section-columns .intro-column:last-child {
    border-right: none
}

section.section-columns h4 {
    letter-spacing: 1px;
    font-size: 16px;
    color: #414343;
    line-height: 1.25;
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    margin-top: 0;
    text-align: center
}

section.section-columns h4::before {
    content: '';
    width: 55px;
    height: 55px;
    display: block;
    vertical-align: middle;
    margin: 0 auto 15px auto;
    background-image: url(../images/everyday-well/icon-02.png);
    background-size: 100% auto;
    background-repeat: no-repeat
}

section.section-columns h4.wellness::before {
    background-image: url(../images/everyday-well/icon-01.png)
}

section.section-columns h4.tools::before {
    background-image: url(../images/everyday-well/icon-03.png)
}

section.section-columns h4.home_access::before {
    background-image: url(../images/everyday-well/icon-04.png)
}

section.section-columns .desc-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.section-columns .content-container {
    margin-top: 20px
}

section.section-columns .desc-container p {
    margin-bottom: 0 !important;
    width: 100%
}

@media (max-width: 1199px) {
    section.section-columns .intro-column {
        padding: 0 5%
    }
    section.section-columns .intro-column:nth-child(n+3) {
        margin-top: 25px
    }
    section.section-columns .intro-column:nth-child(2) {
        border-right: none
    }
}

@media (max-width: 767px) {
    section.section-columns {
        padding: 0
    }
    section.section-columns .intro-column {
        border-bottom: 1px solid lightgray;
        border-right: none;
        width: 85%;
        margin: 0 auto;
        padding: 30px 0
    }
    section.section-columns .intro-column div.content-container,
    section.section-columns .intro-column div.desc-container {
        max-width: 350px;
        width: 100%;
        margin: 0 auto
    }
    section.section-columns .intro-column div.content-container {
        margin: 20px auto 0 auto
    }
    section.section-columns .intro-column:last-child {
        border-bottom: none
    }
    section.section-columns .intro-column:nth-child(n+3) {
        margin-top: 0
    }
    section.section-columns p {
        text-align: center;
        width: 100%;
        margin: 0 auto
    }
    section.section-columns ul {
        margin: 0 auto
    }
}

section.section-columns p {
    font-size: 16px;
    color: #474747;
    margin-bottom: 10px
}

section.section-columns p:first-of-type {
    text-align: center;
    margin-bottom: 20px
}

section.section-columns p.link-container {
    margin: 0
}

section.section-columns p a {
    font-size: 15px
}

section.section-columns ul {
    padding-left: 15px;
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%
}

section.section-columns ul li {
    margin-bottom: 5px
}

section.section-columns a {
    text-align: left !important;
    display: block;
    margin-bottom: 30px;
    margin-top: 5px
}

section.section-columns .link-container {
    margin-top: 0
}

section.section-columns .link-container a {
    margin-bottom: 0
}

section.stay-connected {
    background-color: #f6f6f6;
    padding: 60px 0;
    padding-bottom: 40px
}

@media (min-width: 767px) {
    section.stay-connected .col-md-10 {
        border-top: 1px solid white
    }
}

section.stay-connected .col-sm-6 {
    padding-top: 5px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 25px
}

section.stay-connected .col-sm-6.download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 767px) {
    section.stay-connected .col-sm-6.download {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-left: 15px
    }
}

@media (min-width: 1199px) {
    section.stay-connected .col-sm-6.download {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

section.stay-connected .col-sm-6:first-child {
    border-bottom: 1px solid white;
    border-right: none
}

@media (min-width: 767px) {
    section.stay-connected .col-sm-6:first-child {
        border-right: 1px solid white;
        border-bottom: none;
        padding-right: 4%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width: 767px) {
    section.stay-connected .col-sm-6 {
        padding-top: 35px
    }
}

section.stay-connected h2 {
    color: #414343;
    text-align: center;
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase
}

@media (max-width: 767px) {
    section.stay-connected h2 {
        font-size: 28px;
        margin-bottom: 0
    }
}

section.stay-connected p.newsletter-header {
    text-align: center;
    width: 100%
}

section.stay-connected .content {
    width: 95%;
    text-align: center;
    margin-top: 0px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    font-size: 14px
}

section.stay-connected .content p {
    width: 100%
}

@media (min-width: 767px) {
    section.stay-connected .content {
        width: 70%;
        text-align: left;
        padding-left: 4%
    }
    section.stay-connected .content p {
        width: 95%
    }
}

section.stay-connected img {
    width: 45%;
    min-height: 1px;
    height: auto;
    display: inline-block;
    margin-bottom: 35px;
    margin-left: 6px
}

@media (min-width: 767px) {
    section.stay-connected img {
        margin-bottom: 0;
        width: 30%;
        margin-left: 0
    }
}

section.stay-connected p {
    font-size: 16px;
    font-weight: 500
}

section.stay-connected a {
    vertical-align: middle;
    display: inline-block;
    color: #414343;
    text-align: left;
    margin-bottom: 15px
}

section.stay-connected a::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #414343
}

section.stay-connected .app-icon {
    width: 16%;
    vertical-align: middle;
    height: 0;
    display: inline-block;
    padding-bottom: 16%;
    margin-right: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    background: url("../images/everyday-well/app-icon.jpg") center/100% auto no-repeat
}

@media (max-width: 767px) {
    section.stay-connected .app-icon {
        width: 65px;
        height: 65px;
        padding: 0
    }
}

section.stay-connected form {
    background: #dedede;
    padding: 0;
    border: 9px solid #dedede;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

section.stay-connected input {
    border: none;
    border-radius: 0;
    font-size: 16px;
    width: 68%;
    vertical-align: middle;
    margin: 0;
    margin-right: 1%;
    text-align: center;
    display: inline-block;
    height: auto;
    padding: 13px;
    -webkit-appearance: none
}

section.stay-connected input::-webkit-input-placeholder {
    color: #757575;
    font-size: 14px
}

section.stay-connected input:-moz-placeholder {
    color: #757575;
    font-size: 14px
}

section.stay-connected input::-moz-placeholder {
    color: #757575;
    font-size: 14px
}

section.stay-connected input:-ms-input-placeholder {
    color: #757575;
    font-size: 14px
}

section.stay-connected input:focus,
section.stay-connected input:active {
    outline: none
}

@media (min-width: 767px) {
    section.stay-connected input {
        width: 75%
    }
}

section.stay-connected .btn-primary {
    display: inline-block;
    border-radius: 0;
    border: 1px solid #005f90;
    border: none;
    width: 30%;
    text-transform: uppercase;
    background-color: #005f90;
    letter-spacing: 1px;
    transition: .25s ease background-color;
    padding: 15px 0;
    margin: 0;
    margin-left: 0
}

section.stay-connected .btn-primary:hover {
    transition: .25s ease background-color;
    background: #244462
}

@media (min-width: 992px) {
    section.stay-connected .btn-primary {
        vertical-align: middle;
        font-size: 1.2rem;
        width: 23%;
        margin: 0;
        letter-spacing: 1px
    }
}

@media (max-width: 767px) {
    section.stay-connected {
        padding: 30px 0 20px 0
    }
}

.rounded-header {
    background-color: #e0e1e2;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    margin-bottom: 40px
}

.rounded-header p {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1.5px;
    font-size: 13px !important;
    width: 100% !important
}

@media (max-width: 767px) {
    .rounded-header {
        margin-bottom: 25px
    }
}

#ortho .navbar-brand {
    background-image: url("/mh_images/ironman-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 82px;
    margin-bottom: 33px;
    margin-top: 30px;
    width: 115px;
}

#ortho .animate-card h1 {
    border-bottom: 1px solid #474747
}

#ortho .animate-card li::before {
    display: none
}

#ortho section.service-lines .content::after {
    border-right: 1px solid #474747
}

#ortho .animate-card button::before {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/more-icon-plain-dark.png)
}

section.logo-gallery {
    text-align: center;
    padding: 30px 0;
    background-color: #f8f8f8
}

section.logo-gallery .logo-gallery-headline {
    color: #005f90;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 2.1rem;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 0;
    font-weight: 500;
    line-height: 1.1
}

section.logo-gallery h3 {
    color: #005f90;
    margin-bottom: 5px
}

section.logo-gallery p {
    font-size: 1.8rem;
    margin-top: 40px;
    margin: 20px auto 0 auto !important;
    max-width: 900px;
    width: 100%;
    max-width: 595px
}

section.logo-gallery .partner-logos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 0
}

section.logo-gallery .partner-logos>a {
    display: inline-block;
    width: 33.33333%;
    margin-top: 25px;
    transition: .25s ease opacity
}

section.logo-gallery .partner-logos>a:hover {
    transition: .25s ease opacity;
    opacity: .85
}

@media (min-width: 768px) {
    section.logo-gallery .partner-logos {
        flex-wrap: nowrap;
        justify-content: space-between
    }
    section.logo-gallery .partner-logos>a {
        width: auto;
        flex-shrink: 1;
        margin: 50px 0 0 0
    }
}

section.logo-gallery .partner-logos img {
    height: auto;
    width: 65%;
    max-width: 185px
}

section.logo-gallery .partner-logos .long-logo img {
    width: 100%
}

@media (min-width: 767px) {
    section.logo-gallery .partner-logos .long-logo img {
        width: auto
    }
    section.logo-gallery .partner-logos img {
        height: 65px;
        width: auto;
        max-width: none
    }
    section.logo-gallery .partner-logos img.optical {
        height: 75px
    }
}

@media (min-width: 992px) {
    section.logo-gallery .partner-logos img {
        height: 75px
    }
    section.logo-gallery .partner-logos img.optical {
        height: 85px
    }
}

section.our-physicians {
    background-color: #edecec
}

section.our-physicians .dr-lowe {
    border-top: 1px solid lightgray;
    padding-top: 25px;
    display: flex;
    flex-direction: column;
    margin-top: 20px
}

section.our-physicians .dr-lowe .bio {
    width: 100%;
    order: 1
}

section.our-physicians .dr-lowe .headshot {
    padding: 0;
    order: 2;
    text-align: center;
    width: 100%;
    margin: 0 0 20px 0
}

section.our-physicians .dr-lowe .headshot img {
    max-width: 350px;
    margin: 30px 0 0 0;
    border: 6px solid #fff
}

section.our-physicians .dr-lowe>div {
    padding: 0
}

section.our-physicians .dr-caption {
    text-align: center;
    margin: 15px 0 0 0;
    width: 100%;
    color: #474747
}

section.stay-connected-ortho {
    background-color: #efefef;
    padding: 30px 0 !important;
    text-align: left
}

section.stay-connected-ortho .row {
    padding: 0 30px
}

section.stay-connected-ortho .col-md-12 {
    border-top: none
}

section.stay-connected-ortho .one-half-aside-headline {
    letter-spacing: 1px !important;
    font-size: 20px;
    text-transform: uppercase !important;
    margin-bottom: 10px;
    margin-top: 0;
    color: inherit;
    letter-spacing: 0;
    text-transform: none
}

section.stay-connected-ortho h4 {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0
}

section.stay-connected-ortho p,
section.stay-connected-ortho li {
    text-align: left
}

section.stay-connected-ortho p {
    margin: 0 0 25px 0
}

section.stay-connected-ortho ul {
    padding-left: 40px;
    list-style-type: none
}

section.stay-connected-ortho a {
    margin-bottom: 0 !important
}

section.stay-connected-ortho a::after {
    display: none !important
}

section.stay-connected-ortho li {
    margin-top: 20px;
    position: relative;
    color: #757575;
    font-size: 16px
}

section.stay-connected-ortho li::before {
    content: '';
    background-image: url("/uploadedImages/_Library_Images/Latitude/admin/plus-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 100%;
    vertical-align: middle;
    margin-left: -40px;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0
}

section.stay-connected-ortho .col-sm-6 {
    padding-top: 0 !important
}

section.stay-connected-ortho .video {
    padding-left: 5.5%;
    text-align: center
}

section.stay-connected-ortho .iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-top: 20px
}

section.stay-connected-ortho .iframe-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

section.stay-connected-ortho .facebook {
    border-bottom: 1px solid white;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0
}

section.stay-connected-ortho .facebook>div {
    display: flex;
    flex-direction: column
}

section.stay-connected-ortho .facebook .image-container {
    width: 100%;
    padding-left: 10px;
    max-width: 150px;
    max-height: 300px;
    margin: 0 auto
}

section.stay-connected-ortho .facebook .content-right {
    width: 100%
}

@media (min-width: 992px) {
    section.stay-connected-ortho .facebook .content-right {
        width: 70%
    }
}

section.stay-connected-ortho .facebook img {
    width: 100% !important;
    margin: 7px 0 10px 0
}

section.stay-connected-ortho .facebook h4,
section.stay-connected-ortho .facebook p,
section.stay-connected-ortho .facebook ul {
    text-align: center;
    max-width: 450px;
    margin: 0 auto
}

section.stay-connected-ortho .facebook h4 {
    margin-bottom: 10px;
    max-width: none
}

section.stay-connected-ortho .facebook ul {
    padding-left: 40px
}

@media (min-width: 768px) {
    section.stay-connected-ortho .facebook {
        margin-bottom: 25px;
        padding-bottom: 20px
    }
    section.stay-connected-ortho .facebook img {
        margin: 0
    }
    section.stay-connected-ortho .facebook>div {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center
    }
    section.stay-connected-ortho .facebook h4,
    section.stay-connected-ortho .facebook p,
    section.stay-connected-ortho .facebook ul {
        text-align: left;
        max-width: none;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width: 992px) {
    section.stay-connected-ortho .facebook {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        border-right: 1px solid white;
        padding: 0 4% 0 0
    }
    section.stay-connected-ortho .facebook .content-right {
        padding-left: 30px
    }
}

section.patient-stories {
    background-color: #fff !important;
    padding: 30px 0;
    background-color: #f9f9f9
}

section.patient-stories .patient-stories-headline {
    margin-bottom: 40px;
    margin-top: 0;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

section.patient-stories .patient-stories-subheadline {
    text-transform: none;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: .5px;
    line-height: 1.25;
    text-transform: none;
    font-size: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    color: inherit;
    text-align: left
}

section.patient-stories h3 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2.1rem
}

section.patient-stories .headline-container {
    padding: 0
}

section.patient-stories h4 {
    text-transform: none;
    font-weight: 400;
    margin-top: 0;
    letter-spacing: .5px;
    line-height: 1.25
}

@media (min-width: 768px) {
    section.patient-stories h4 .row {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

section.patient-stories .full-width-caret {
    margin-top: 15px
}

@media (min-width: 768px) {
    section.patient-stories {
        padding: 55px 0
    }
    section.patient-stories h3 {
        margin-bottom: 40px
    }
    section.patient-stories .full-width-caret {
        margin-top: 25px
    }
}

.locations-map {
    width: 100%;
    height: 35vh;
    min-height: 400px;
    background-color: #edecec;
    position: relative
}

@media (max-width: 767px) {
    .locations-map {
        max-height: 350px
    }
}

.map-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #edecec
}

#map {
    width: 100%;
    height: 100%
}

#map .gm-style-mtc {
    display: none
}

.view-more-expand {
    text-align: center;
    max-width: 500px;
    margin: 0 auto 35px auto
}

.questions-box {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #fff;
    border: 1px solid #edecec;
    width: 100%;
    max-width: 250px;
    padding: 10px 15px;
    transition: .5s ease left .1s, .5s ease opacity
}

.questions-box.slide-hide {
    left: -20px;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease left .15s, .45s ease opacity .25s
}

.questions-box .drop-banner {
    padding: 0 0 0 20px
}

.questions-box .drop-banner a {
    display: block;
    font-size: 13px;
    line-height: 1.15;
    padding: 9px 0;
    color: #005f90;
    font-weight: 500
}

.questions-box .drop-banner a::before {
    content: '\f0da';
    display: inline-block;
    transform: translateY(2px);
    width: 0;
    height: 0;
    font-size: 18px;
    font-family: 'fontAwesome';
    margin-right: 15px;
    margin-left: -15px
}

.questions-box .drop-banner:not(:last-child) {
    border-bottom: 1px solid #bdbdbd
}

@media (max-width: 767px) {
    .questions-box {
        display: none
    }
}

.zoom-out {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/zoom-out.png);
    background-size: 70% auto;
    background-position: 5px 10px;
    background-repeat: no-repeat
}

section.map-header {
    text-align: center;
    padding: 25px 0;
    color: #474747
}

section.map-header h3 {
    color: #474747;
    margin: 0;
    font-size: 22px;
    font-weight: 700
}

section.map-header h4 {
    margin: 5px 0 0 0
}

@media (max-width: 767px) {
    section.map-header {
        padding: 30px 0
    }
    section.map-header h3 {
        font-size: 20px;
        margin-bottom: 6px
    }
    section.map-header h4 {
        font-size: 14px;
        margin: 0
    }
}

#results-container.filtered-results .category-header span {
    display: none
}

#results-container.filtered-results .single-listing:not(.search-true) {
    display: none
}

.search-sort {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.search-sort h5 {
    display: inline-block;
    text-transform: uppercase;
    color: #757575;
    font-weight: 500;
    letter-spacing: .02em;
    margin-top: 13px
}

.search-sort h5 span {
    text-transform: none;
    color: #222;
    font-weight: 400
}

.search-sort .toggle {
    display: inline-block;
    margin-left: 5px;
    border: 1px solid #edecec
}

.search-sort .toggle span {
    display: inline-block;
    padding: 6px 10px
}

.search-sort .toggle span.active-filter {
    background-color: #edecec
}

.search-sort .toggle span:hover {
    cursor: pointer
}

section.location-results {
    padding: 0 0 40px 0
}

section.location-results .results-offset {
    display: flex;
    margin-right: 250px
}

section.location-results .results-offset .locations-sidebar {
    background-color: #f8f8f8;
    max-width: 250px;
    min-width: 250px;
    padding: 0px 30px
}

section.location-results .results-offset .locations-sidebar h3 {
    color: #474747;
    font-size: 22px;
    font-weight: 700;
    margin: 42px 0px 0px 0px
}

section.location-results .results-offset .locations-container {
    width: 100%;
    border-right: 1px solid #f1f1f1;
    border-left: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 21px 0 0 0
}

section.location-results .results-offset .category-locations {
    max-width: 900px;
    margin: 0 auto
}

section.location-results .arrow-container {
    width: 26px;
    vertical-align: text-top;
    height: 15px;
    display: inline-block;
    position: relative
}

section.location-results .arrow-container .left,
section.location-results .arrow-container .right {
    width: 57%;
    height: 2px;
    border-radius: 2px;
    bottom: 5px;
    background-color: white;
    display: inline-block;
    margin: 0;
    transition: .5s ease transform
}

section.location-results .arrow-container .left {
    position: absolute;
    left: 0;
    transform: rotate(-35deg)
}

section.location-results .arrow-container .right {
    position: absolute;
    right: 0;
    transform: rotate(35deg)
}

section.location-results .arrow-container::before {
    content: 'Collapse';
    display: inline-block;
    position: absolute;
    width: 80px;
    left: -65px;
    top: 0
}

section.location-results .category-header[aria-expanded="false"] .accordion-controls .left {
    transform: rotate(35deg);
    transition: .5s ease transform
}

section.location-results .category-header[aria-expanded="false"] .arrow-container::before {
    content: 'Expand'
}

section.location-results .category-header[aria-expanded="false"] .accordion-controls .right {
    transform: rotate(-35deg);
    transition: .5s ease transform
}

section.location-results .category-header {
    padding: 20px 20px 17px 20px;
    border-bottom: 1px solid #fff;
    position: relative;
    background-color: #244462;
    color: #fff
}

section.location-results .category-header:hover {
    cursor: pointer
}

section.location-results .category-header h3 {
    text-align: left;
    font-size: 15px;
    display: inline-block;
    margin: 0
}

@media (min-width: 768px) {
    section.location-results .category-header h3 {
        font-size: 2rem
    }
}

section.location-results .accordion-controls {
    float: right
}

section.location-results .accordion-controls span {
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 10px 0 0
}

section.location-results .single-location {
    width: 93%;
    margin: 10px auto 30px auto;
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

section.location-results .single-location:last-child {
    border-bottom: none
}

section.location-results .single-location .single-location-left {
    width: 100%;
    order: 2;
    position: relative;
    padding: 10px 20px 20px 10px
}

section.location-results .single-location .img {
    width: 100%;
    padding: 10px;
    order: 3
}

section.location-results .single-location .img img {
    width: 100%;
    height: auto
}

@media (min-width: 768px) {
    section.location-results .single-location {
        flex-direction: row;
        width: 96%
    }
    section.location-results .single-location .single-location-left {
        width: 60%;
        padding: 10px 20px 20px 45px;
        display: inline-block;
        order: 1
    }
    section.location-results .single-location .img {
        width: 40%;
        order: 1
    }
}

section.location-results .price span.question {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    width: 18px;
    height: 18px;
    position: relative;
    text-align: center;
    border-radius: 100%;
    line-height: 19px;
    margin-left: 8px;
    color: #757575;
    font-weight: 400;
    background: #edecec
}

section.location-results .price span.question:hover {
    background: #bdbdbd;
    cursor: pointer;
    transition: .25s ease background;
    color: #fff
}

section.location-results .price span.question::after {
    content: 'This location may require a higher co-pay';
    display: inline-block;
    width: 245px;
    padding: 5px 0;
    position: absolute;
    right: -255px;
    color: #757575;
    top: 15px;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: .5s ease opacity, .5s ease top .15s
}

section.location-results .price span.question:hover::after {
    opacity: 1;
    top: -5px;
    transition: .5s ease opacity .15s, .5s ease top
}

section.location-results h4 {
    color: #005f90;
    font-size: 20px;
    max-width: 450px
}

section.location-results h5.listing-subtext {
    font-size: 11px;
    margin-top: 2px
}

section.location-results a.show_more_btn {
    color: #474747;
    font-weight: 600
}

section.location-results a.show_more_btn:link {
    color: #333333;
    text-decoration: none
}

section.location-results a.show_more_btn:visited {
    color: #474747;
    text-decoration: none
}

section.location-results a.show_more_btn:active {
    color: #333333;
    text-decoration: none
}

section.location-results a.show_more_btn:hover {
    color: #333333
}

section.location-results .results-list {
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

section.location-results .results-list li {
    color: #005f90;
    font-size: 13px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-left: 17px;
    background-image: url("/assets/images/locations/locations_list_checkmark.svg");
    background-repeat: no-repeat;
    background-position: 0 .25em;
    background-size: 12px 12px;
    cursor: pointer
}

section.location-results .results-list li:hover {
    background-image: url("/assets/images/locations/locations_list_close.svg")
}

section.location-results span.results-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 10px 0px;
    display: flex;
    margin: 30px 0px 15px 0px
}

section.location-results .sidebar-list {
    padding-left: 0px
}

section.location-results .sidebar-list li {
    list-style: none;
    color: #005f90;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 10px;
    cursor: pointer
}

section.location-results li.active {
    font-weight: 700
}

section.location-results .sidebar-collapse {
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both
}

section.location-results .address {
    font-size: 17px;
    line-height: 1.25
}

section.location-results .special-instructions {
    font-size: 14px
}

section.location-results .location-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px 0 0;
    margin: 25px 0 0 0
}

section.location-results .location-details>div {
    width: 100%;
    font-size: 17px
}

section.location-results .location-details>div span {
    font-weight: 600
}

section.location-results .location-details>div.row-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px
}

@media (min-width: 1200px) {
    section.location-results .location-details>div {
        margin-right: 20px;
        width: auto
    }
}

section.location-results .location-details .wait_time span {
    background-color: #efefef;
    padding: 5px 7px;
    color: #0256c6
}

section.location-results .location-details .hours {
    margin-right: 5%;
    min-width: 245px
}

section.location-results .location-details .hours ul {
    list-style-type: none;
    padding: 0
}

section.location-results .location-details .directions a {
    color: #0256c6
}

section.location-results .location-pin {
    display: none
}

@media (min-width: 768px) {
    section.location-results .location-pin {
        display: block;
        position: absolute;
        width: 25px;
        height: auto;
        top: 15px;
        left: 0
    }
}

section.location-results .buttons {
    width: 100%;
    padding: 0 0 15px 0;
    margin: 0 0 0 0
}

section.location-results .buttons a {
    display: block;
    width: 95%;
    text-align: center;
    padding: 15px 25px;
    font-size: 12px;
    line-height: 1;
    margin: 10px auto;
    text-transform: uppercase;
    letter-spacing: 1px
}

section.location-results .buttons .location-page {
    color: #fff;
    background-color: #005f90;
    border-radius: 100px
}

section.location-results .buttons .check-in,
section.location-results .buttons .schedule-now {
    border: 1px solid #005f90;
    border-radius: 100px
}

@media (min-width: 768px) {
    section.location-results .buttons {
        order: 2;
        padding: 0 0 0 45px;
        margin: 0 0 35px 0
    }
    section.location-results .buttons a {
        display: inline-block;
        margin: 0 10px 0 0;
        width: auto
    }
}

section.side-map-container .side-map {
    color: #474747;
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    width: 250px;
    padding: 0;
    margin: 0;
    position: fixed;
    right: 0
}

section.side-map-container h3 {
    color: #474747;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    margin: 15px 0px
}

section.side-map-container .find-doctor {
    margin-top: 3px;
    width: 250px;
    height: 154px;
    background-image: url(/assets/images/locations/find_doctor.jpg);
    background-size: 300px
}

section.side-map-container .find-doctor h3 {
    color: #244462;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px;
    padding-top: 25px;
    padding-bottom: 5px
}

section.side-map-container .find-doctor p {
    font-size: 12px;
    text-align: center;
    padding: 5px 20px 15px 20px;
    font-weight: normal;
    line-height: 13px
}

section.side-map-container .find-doctor .find-doctor-btn {
    margin: 0;
    font-weight: 600;
    padding: 8px 25px;
    font-size: 11px
}

section.filters {
    padding: 12px 0 10px 0;
    text-align: center
}

section.filters .filter-label {
    display: inline-block;
    max-width: 100px;
    align-self: center;
    padding-bottom: 5px;
    display: inline-block;
    margin: 0 10px 0 5px;
    text-transform: uppercase;
    color: #757575;
    font-weight: 500;
    letter-spacing: .02em
}

section.filters .filter-label img {
    width: 20px;
    height: auto;
    vertical-align: middle;
    margin-right: 5px
}

@media (max-width: 767px) {
    section.filters .filter-label {
        text-indent: -17px
    }
    section.filters .filter-label::after {
        content: '';
        display: block;
        height: 14px;
        background-image: url(/uploadedImages/_Library_Images/Latitude/admin/arrow-down.png);
        background-position: center;
        background-repeat: no-repeat;
        opacity: .5;
        background-size: auto 8px
    }
    section.filters .filter-label img {
        width: 12px
    }
    section.filters .filter-label span {
        font-size: 15px;
        vertical-align: middle
    }
}

@media (max-width: 992px) {
    section.filters .filter-label {
        width: 100%;
        max-width: none
    }
}

section.filters #map-filters.open .filter-label::after {
    opacity: 0
}

section.filters form {
    font-size: 12px
}

section.filters form label {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px
}

section.filters form>div {
    margin: 10px 0 0 0;
    width: 100%;
    max-width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    section.filters form>div {
        margin: 0 auto
    }
}

section.filters form>div>div {
    width: 100%
}

section.filters form .distance_container,
section.filters form .facility_type_container {
    width: 100%
}

@media (min-width: 525px) {
    section.filters form .distance_container,
    section.filters form .facility_type_container {
        width: 45%
    }
}

@media (min-width: 500px) {
    section.filters form {
        font-size: 14px
    }
}

@media (min-width: 767px) {
    section.filters form {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-start
    }
    section.filters form>div {
        width: 40%;
        justify-content: space-between;
        display: inline-flex
    }
    section.filters form>div>div {
        margin: 0
    }
    section.filters form .detect_location_container {
        width: 100%;
        max-width: 237px
    }
    section.filters form .type_distance_container {
        margin-left: 0;
        padding: 0 1.5%
    }
    section.filters form .facility_type_container,
    section.filters form .distance_container {
        width: 100%
    }
}

@media (min-width: 1200px) {
    section.filters form>div {
        width: 20%
    }
    section.filters form .type_distance_container {
        width: 40%
    }
    section.filters form #facility_distance_select,
    section.filters form #facility_type_select {
        max-width: 237px
    }
}

section.filters .same-day-submit {
    flex-direction: column;
    align-items: center;
    align-self: center;
    margin-top: 0;
    width: 100%;
    max-width: 200px;
    margin: 0 auto
}

section.filters .same-day-submit>div {
    display: inline-block;
    margin: 0 auto 10px auto
}

section.filters .same-day-submit span {
    vertical-align: middle
}

@media (min-width: 767px) {
    section.filters .same-day-submit {
        width: 20%;
        margin: 0
    }
}

@media (min-width: 992px) {
    section.filters .same-day-submit {
        align-items: flex-end;
        flex-direction: row;
        justify-content: flex-start;
        width: 20%;
        max-width: 260px
    }
    section.filters .same-day-submit>div {
        width: auto;
        margin: 0 auto 10px auto
    }
    section.filters .same-day-submit .button-container {
        width: 100%;
        max-width: 120px;
        margin-bottom: 0;
        margin: 0 auto 0 auto;
        text-align: center;
        align-self: flex-end
    }
    section.filters .same-day-submit span {
        margin-right: 5px
    }
    section.filters .same-day-submit input[type="submit"] {
        margin: 0;
        width: 100%
    }
}

@media (min-width: 1299px) {
    section.filters .same-day-submit {
        max-width: 170px;
        width: 20%
    }
}

section.filters button,
section.filters input[type="text"],
section.filters input[type="submit"],
section.filters select {
    width: 100%;
    padding: 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #edecec;
    border-radius: 0;
    color: #757575;
    background-color: #fff;
    text-align: center
}

section.filters input[type="submit"] {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    background-color: #005f90;
    border: none;
    color: #fff;
    text-transform: uppercase
}

section.filters input[type="checkbox"] {
    margin: 0 10px 0 0;
    vertical-align: middle
}

section.filters select {
    text-align-last: center;
    text-indent: 0px;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/drop-arrow-square.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    margin: 0 0 10px 0
}

@media (min-width: 992px) {
    section.filters select {
        margin: 0
    }
}

section.filters button span {
    display: inline-block
}

section.filters button span::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background-size: auto 100%;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/location-finder.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: -2px 8px 0 0;
    background-color: transparent
}

section.filters button.loading span::before {
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/ajax-loader.gif);
    background-size: 100% auto
}

section.filters button.found span::before {
    background-image: url(../images/pins/userlocation-pin.png)
}

section.filters button.found span {
    color: #2741b4
}

.detect_location_container {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important
}

#detect_location {
    background: transparent;
    border: none;
    padding: 10px 0 5px 0
}

#detect_location:active,
#detect_location:focus {
    outline: none
}

@media (max-width: 767px) {
    #detect_location {
        margin-bottom: 10px
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.filters {
        padding: 20px 0 40px 0
    }
    section.filters form {
        justify-content: space-between !important
    }
    section.filters form .detect_location_container {
        width: 25%;
        max-width: 350px;
        transform: translateY(23px)
    }
    section.filters form .type_distance_container {
        width: 54%
    }
    section.filters form .facility_type_container,
    section.filters form .distance_container {
        max-width: 350px
    }
    section.filters input[type="submit"] {
        max-width: 120px;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    section.filters {
        padding: 10px 0 0 0
    }
    .filter-label:hover {
        cursor: pointer
    }
    #map-filters {
        max-height: 40px;
        overflow: hidden;
        transition: .5s ease max-height, .55s ease padding .05s
    }
    #map-filters.open {
        max-height: 1500px;
        padding: 10px 0 20px 0;
        transition: .5s ease max-height, .55s ease padding .05s
    }
}

.single-listing {
    display: none
}

.single-listing.reveal {
    display: flex
}

.single-listing h4 {
    color: #005f90
}

.single-listing,
.location-map {
    margin: 25px 35px 35px 35px;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #bdbdbd
}

.single-listing:last-child,
.location-map:last-child {
    border-bottom: none;
    padding-bottom: 15px
}

.single-listing .listing-left,
.location-map .listing-left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.single-listing a,
.location-map a {
    color: #0256c6
}

.single-listing .listing-right,
.location-map .listing-right {
    width: 40%;
    background-position: center center;
    background-size: cover;
    position: relative;
    top: 0;
    margin: 0;
    padding: 0
}

.single-listing .listing-header,
.single-listing .listing-details,
.single-listing .listing-buttons,
.location-map .listing-header,
.location-map .listing-details,
.location-map .listing-buttons {
    width: 100%
}

.single-listing .listing-header,
.location-map .listing-header {
    padding-left: 40px;
    margin-right: 25px
}

.single-listing .listing-details,
.single-listing .listing-buttons,
.location-map .listing-details,
.location-map .listing-buttons {
    display: flex;
    padding-left: 40px
}

.single-listing .listing-details>div,
.single-listing .listing-details>a,
.single-listing .listing-buttons>div,
.single-listing .listing-buttons>a,
.location-map .listing-details>div,
.location-map .listing-details>a,
.location-map .listing-buttons>div,
.location-map .listing-buttons>a {
    margin-right: 25px
}

.single-listing .distance,
.location-map .distance {
    margin-left: 23px
}

.single-listing .directions,
.location-map .directions {
    margin-left: 23px
}

.single-listing .listing-buttons,
.location-map .listing-buttons {
    align-self: flex-end;
    transform: translateX(-10px);
    margin-top: 7px
}

.single-listing .listing-buttons a,
.location-map .listing-buttons a {
    display: block;
    text-align: center;
    padding: 8px 25px;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px
}

.single-listing .listing-buttons .photos-map,
.location-map .listing-buttons .photos-map {
    color: #fff;
    background-color: #005f90;
    border-radius: 100px
}

.single-listing .listing-buttons .more-info,
.location-map .listing-buttons .more-info {
    color: #005f90;
    border: 1px solid #005f90;
    background-color: #fff;
    border-radius: 100px;
    transition: .25s ease background
}

.single-listing .listing-buttons .more-info:hover,
.single-listing .listing-buttons .more-info:active,
.single-listing .listing-buttons .more-info:focus,
.single-listing .listing-buttons .more-info:active:focus,
.location-map .listing-buttons .more-info:hover,
.location-map .listing-buttons .more-info:active,
.location-map .listing-buttons .more-info:focus,
.location-map .listing-buttons .more-info:active:focus {
    background: #005f90;
    color: #fff;
    border: 1px solid #005f90;
    transition: .25s ease background
}

.single-listing .listing-buttons .check-in,
.single-listing .listing-buttons .schedule-now,
.location-map .listing-buttons .check-in,
.location-map .listing-buttons .schedule-now {
    color: #005f90;
    border: 1px solid #005f90;
    border-radius: 100px;
    transition: .25s ease background
}

.single-listing .listing-buttons .check-in:hover,
.single-listing .listing-buttons .check-in:active,
.single-listing .listing-buttons .check-in:focus,
.single-listing .listing-buttons .check-in:active:focus,
.single-listing .listing-buttons .schedule-now:hover,
.single-listing .listing-buttons .schedule-now:active,
.single-listing .listing-buttons .schedule-now:focus,
.single-listing .listing-buttons .schedule-now:active:focus,
.location-map .listing-buttons .check-in:hover,
.location-map .listing-buttons .check-in:active,
.location-map .listing-buttons .check-in:focus,
.location-map .listing-buttons .check-in:active:focus,
.location-map .listing-buttons .schedule-now:hover,
.location-map .listing-buttons .schedule-now:active,
.location-map .listing-buttons .schedule-now:focus,
.location-map .listing-buttons .schedule-now:active:focus {
    background: #005f90;
    color: #fff;
    border: 1px solid #005f90;
    transition: .25s ease background
}

@media (min-width: 768px) {
    .single-listing .listing-buttons a,
    .location-map .listing-buttons a {
        display: inline-block;
        margin: 0 20px 0 0;
        width: auto
    }
}

.single-listing img,
.location-map img {
    width: 100%;
    height: auto
}

.single-listing h4,
.location-map h4 {
    margin: 0 !important
}

.single-listing p.special-instructions,
.location-map p.special-instructions {
    font-size: 13px
}

.single-listing .address p,
.location-map .address p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
    padding-bottom: 2px
}

.single-listing .contact p,
.single-listing .locale p,
.location-map .contact p,
.location-map .locale p {
    padding-bottom: 2px
}

.single-listing .listing-photo,
.location-map .listing-photo {
    position: relative
}

.single-listing .listing-details .phone,
.location-map .listing-details .phone {
    color: #474747
}

.single-listing .listing-details .phone::before,
.location-map .listing-details .phone::before {
    content: '\f095';
    color: #474747;
    font-family: fontAwesome;
    font-size: 16px;
    vertical-align: middle;
    line-height: 14px;
    margin: 0 10px 0 0
}

.single-listing .listing-extras,
.location-map .listing-extras {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 0 0
}

.single-listing .listing-extras .price,
.location-map .listing-extras .price {
    font-weight: 600
}

.single-listing .listing-extras .wait-time span,
.location-map .listing-extras .wait-time span {
    background-color: #efefef;
    display: inline-block;
    color: #0256c6;
    font-weight: 600;
    padding: 5px 8px 4px 8px;
    font-size: 12px;
    margin: 0 0 0 5px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    section.side-map-container .side-map {
        display: none
    }
    section.location-results .results-offset {
        margin-right: 0px
    }
}

#ccc-hp .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-ccc-logo.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-size: 100% auto;
    height: 95px;
    margin-bottom: 15px;
    margin-top: 12px;
    width: 205px
}

@media (max-width: 767px) {
    #ccc-hp .navbar-brand {
        height: 40px;
        margin: 10px 0 0 5px;
        width: 100px
    }
}

#ccc-hp .subpage-home-header .headline-wrapper {
    padding: 10% 15px
}

#ccc-hp .subpage-home-header .kicker {
    color: #ffb30f;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 22px
}

@media (max-width: 767px) {
    #ccc-hp .subpage-home-header .kicker {
        font-size: 18px
    }
}

#ccc-hp .subpage-home-header h1 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 50px
}

#ccc-hp .subpage-home-header h1.shadow-type {
    font-weight: 600;
    text-shadow: -1px 0px 16px rgba(0, 0, 0, 0.75);
    color: #fff
}

@media (max-width: 767px) {
    #ccc-hp .subpage-home-header h1.shadow-type {
        font-size: 25px
    }
}

#ccc-hp .subpage-home-header h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px
}

@media (max-width: 992px) {
    #ccc-hp .subpage-home-header h2 {
        margin-bottom: 20px;
        display: none
    }
}

#ccc-hp .subpage-home-header a {
    margin-right: 38px
}

@media (max-width: 767px) {
    #ccc-hp .subpage-home-header a {
        margin-top: 5px;
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px
    }
}

.location-header {
    margin-top: 30px;
    padding: 25px 0 25px 0
}

section.ccc-benefits .ew-offering-single {
    max-width: 320px;
    padding-bottom: 58%;
    margin-bottom: 0;
    margin-top: 42px
}

@media (max-width: 767px) {
    section.ccc-benefits .ew-offering-single {
        padding-bottom: 0;
        margin-top: 20px
    }
}

section.ccc-benefits .ew-offering-single .caption a {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px
}

@media (max-width: 550px) {
    section.ccc-benefits .ew-offering-single .caption a {
        font-size: 12px;
        margin-right: 10px
    }
}

section.ccc-benefits .benefit-content h3 {
    margin-bottom: 15px;
    font-weight: 600
}

section.ccc-benefits .benefit-content p {
    font-size: 16px;
    line-height: 1.75;
    width: 90%;
    max-width: 775px;
    color: #474747;
    margin-bottom: 0;
    margin: 0 auto;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}

section.ccc-benefits .benefit-content p.box {
    background-color: #efefef;
    margin-top: 20px;
    font-size: 13px;
    padding: 10px
}

section.ccc-benefits .benefit-content a {
    color: #0256c6
}

section.ccc-benefits .benefit-content ul {
    list-style-type: none;
    padding: 0 20px 0 10%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 35px
}

section.ccc-benefits .benefit-content ul li {
    width: 55%;
    min-width: 240px;
    font-size: 15px;
    font-weight: 500
}

section.ccc-benefits .benefit-content li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 5px 0
}

section.ccc-benefits .benefit-content li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/plus-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

section.ccc-form-filters {
    background: #e5edf1;
    max-height: 95px;
    padding: 30px 0 25px 0;
    transition: .75s ease max-height
}

section.ccc-form-filters form {
    display: flex;
    justify-content: center;
    max-width: 1170px;
    margin: 0 auto
}

section.ccc-form-filters form span {
    margin: 0 10px 0 0
}

section.ccc-form-filters input {
    -webkit-appearance: none;
    -moz-appeaerance: none;
    text-align-last: center;
    text-align: center;
    border-radius: 0;
    padding: 10px 8px;
    border: none;
    outline: none;
    background: #fff;
    width: 200px
}

section.ccc-form-filters input[type="submit"] {
    background-color: #005f90;
    color: #fff;
    padding: 10px 30px;
    margin-left: 15px;
    width: auto
}

section.ccc-form-filters select {
    min-width: 250px;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/drop-arrow-square.png);
    background-size: auto 15%;
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: right center
}

section.ccc-form-filters select:hover {
    cursor: pointer
}

section.ccc-form-filters .search-results {
    text-align: center;
    padding: 50px 0 10px 0
}

section.ccc-form-filters .search-results a {
    display: inline-block;
    margin-bottom: 20px
}

section.ccc-form-filters .result-container {
    background: #fff;
    opacity: 0;
    display: inline-block;
    padding: 35px 60px 35px 60px;
    position: relative;
    transition: .75s ease opacity
}

section.ccc-form-filters .result-container img {
    width: 30px;
    height: auto;
    margin-bottom: 20px
}

section.ccc-form-filters .close-results {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.png);
    background-size: 100% auto;
    background-position: center
}

section.ccc-form-filters.open {
    max-height: 500px;
    transition: .75s ease max-height
}

section.ccc-form-filters.open .result-container {
    opacity: 1;
    transition: .75s ease opacity
}

@media (max-width: 767px) {
    section.ccc-form-filters {
        max-height: 235px
    }
    section.ccc-form-filters form {
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    section.ccc-form-filters form>div {
        text-align: center;
        width: 100%;
        padding: 0 30px;
        margin-bottom: 15px
    }
    section.ccc-form-filters input {
        width: 100%;
        display: block;
        margin-top: 8px
    }
    section.ccc-form-filters input[type="submit"] {
        margin: 0
    }
}

section.ccc-locations {
    border-top: 1px solid #efefef;
    padding: 50px 0;
    position: relative;
    height: 40vh;
    min-height: 480px;
    max-height: 600px
}

section.ccc-locations #ccc-map {
    position: absolute;
    top: 0;
    left: 0;
    height: 40vh;
    min-height: 480px;
    width: 100%;
    margin: 0 auto
}

@media (max-width: 767px) {
    section.ccc-locations #ccc-map {
        min-height: 450px !important
    }
}

section.ccc-locations .locations-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 27px 0 25px 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9)
}

section.ccc-locations .locations-header h3 {
    margin-bottom: 5px;
    color: #005f90
}

section.ccc-locations .locations-header p {
    text-align: center;
    font-size: 18px
}

section.ccc-locations p {
    text-align: center;
    font-size: 16px
}

section.ccc-locations img {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 780px
}

section.ccc-locations #map-aside {
    transition: .5s ease all;
    max-width: 290px;
    position: absolute;
    top: 23%;
    left: 5%;
    opacity: 1;
    height: 70%;
    width: 25%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    text-align: center;
    padding: 0 20px;
    font-weight: 500
}

section.ccc-locations #map-aside.no-show {
    opacity: 0;
    transition: .5s ease all;
    pointer-events: none
}

section.ccc-locations #map-aside img {
    width: 20px;
    height: auto;
    margin: 0 auto 10px auto
}

section.ccc-locations #map-aside .close {
    position: absolute;
    background-image: url("/uploadedImages/_Library_Images/Latitude/admin/close.png");
    background-repeat: none;
    background-size: 100% auto;
    top: 15px;
    width: 15px;
    height: 15px;
    font-size: 22px;
    right: 15px
}

section.ccc-locations #map-aside .close:hover {
    cursor: pointer
}

section.ccc-locations #map-aside .category {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #006690;
    margin-bottom: 20px
}

section.ccc-locations #map-aside .name {
    text-transform: uppercase;
    line-height: 1.15;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 5px
}

section.ccc-locations #map-aside .address {
    font-size: 16px;
    margin-bottom: 8px
}

section.ccc-locations #map-aside .phone {
    color: #0256c6;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: .5px;
    display: block
}

section.ccc-locations #map-aside .directions {
    background-color: #006690;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    border: none;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 14px 30px;
    border-radius: 50px;
    transition: .25s ease background-color
}

section.ccc-locations #map-aside .directions:hover {
    background-color: #00425d;
    transition: .25s ease background-color
}

@media (max-width: 992px) and (min-width: 768px) {
    section.ccc-locations #map-aside {
        width: 45%
    }
}

@media (max-width: 767px) {
    section.ccc-locations #map-aside {
        width: 100%;
        background-color: white;
        position: absolute;
        max-width: none;
        padding: 30px 0;
        left: 0;
        height: 270px;
        top: auto;
        bottom: -270px
    }
    section.ccc-locations #map-aside img {
        display: none
    }
    section.ccc-locations #map-aside .info-container {
        width: 100%;
        display: inline-block;
        text-align: center
    }
    section.ccc-locations #map-aside .info-container .category,
    section.ccc-locations #map-aside .info-container .name,
    section.ccc-locations #map-aside .info-container .address {
        text-align: center
    }
    section.ccc-locations #map-aside .info-container .category {
        font-size: 12px
    }
    section.ccc-locations #map-aside .info-container .name {
        font-size: 18px;
        margin-bottom: 15px;
        vertical-align: baseline
    }
    section.ccc-locations #map-aside .info-container .address {
        display: inline-block;
        width: 50%;
        font-size: 12px;
        vertical-align: middle;
        margin-bottom: 0;
        padding: 0 7px;
        border-right: 1px solid #d9d9d9
    }
    section.ccc-locations #map-aside .info-container .phone {
        display: inline-block;
        width: 48%;
        vertical-align: middle;
        margin-bottom: 0
    }
    section.ccc-locations #map-aside .info-container .directions {
        margin-top: 20px;
        display: inline-block
    }
}

@media (max-width: 767px) {
    section.ccc-locations {
        min-height: 450px
    }
}

section.ccc-locations-listing {
    padding: 50px 0;
    padding-bottom: 30px;
    background-color: #fff
}

section.ccc-locations-listing .flex-container {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch
}

section.ccc-locations-listing h3 {
    margin-bottom: 40px;
    color: #005f90
}

section.ccc-locations-listing h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 21px;
    vertical-align: middle;
    margin: 0 0 0 0
}

section.ccc-locations-listing h5 span {
    color: #bdbdbd;
    font-size: 12px;
    margin-bottom: 2px;
    display: block
}

section.ccc-locations-listing a {
    display: block
}

section.ccc-locations-listing a.btn-primary {
    margin-right: 35px;
    border-radius: 100px;
    color: #005f90;
    border: 1px solid #005f90;
    background-color: transparent;
    text-align: center
}

section.ccc-locations-listing a.btn-primary:hover,
section.ccc-locations-listing a.btn-primary:active,
section.ccc-locations-listing a.btn-primary:active:hover,
section.ccc-locations-listing a.btn-primary:focus {
    background-color: #005f90;
    color: #fff;
    transition: .5s ease-out background-color
}

section.ccc-locations-listing .category {
    width: 100%;
    font-size: 12px;
    background-color: #006690;
    text-align: center;
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px
}

section.ccc-locations-listing .same_day a.button {
    display: block;
    width: 150px;
    height: 50px;
    border: none;
    background-color: transparent;
    background-image: url("./images/ccc/SN_Button.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px
}

section.ccc-locations-listing .address {
    margin-top: 4px;
    margin-bottom: 15px
}

section.ccc-locations-listing p {
    font-size: 15px
}

section.ccc-locations-listing a,
section.ccc-locations-listing .fax {
    text-transform: uppercase;
    font-weight: 600;
    color: #006690;
    letter-spacing: .5px;
    margin-bottom: 10px
}

section.ccc-locations-listing a.phone,
section.ccc-locations-listing .fax {
    margin-bottom: 3px;
    font-size: 15px;
    display: block
}

section.ccc-locations-listing .fax {
    color: #000
}

section.ccc-locations-listing .fax::before {
    content: 'F:';
    display: inline-block;
    margin-right: 4px;
    float: left
}

section.ccc-locations-listing .phone {
    color: #0256c6
}

section.ccc-locations-listing .phone::before {
    content: 'P:';
    display: inline-block;
    margin-right: 4px
}

section.ccc-locations-listing a.directions {
    margin-top: 40px
}

section.ccc-locations-listing a.directions,
section.ccc-locations-listing a.more_info {
    color: #006690;
    margin-bottom: 5px
}

section.ccc-locations-listing a.directions::after,
section.ccc-locations-listing a.more_info::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #006690;
    margin-left: 7px;
    transition: .25s ease transform
}

section.ccc-locations-listing a.directions:hover::after,
section.ccc-locations-listing a.more_info:hover::after {
    transform: translateX(2px);
    transition: .25s ease transform
}

section.ccc-locations-listing .single-location {
    width: 30%;
    order: 2;
    display: inline-block;
    margin: 0 1.66666% 30px 1.666666%;
    border: 1px solid #efefef
}

section.ccc-locations-listing .single-location .location-content-container {
    background-color: #fff;
    padding: 40px 20px 40px 65px
}

section.ccc-locations-listing .single-location img {
    display: inline-block;
    float: left;
    width: 20px;
    margin-right: 20px;
    margin-left: -40px;
    height: auto
}

.outline-button {
    border: 1px solid #005f90;
    border-radius: 50px;
    padding: 0 25px;
    height: 32px;
    display: inline-block;
    background: transparent;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    transition: .25s ease background
}

.outline-button:hover,
.outline-button:active,
.outline-button:focus,
.outline-button:active:focus {
    background: #005f90;
    color: #fff;
    border: 1px solid #005f90;
    transition: .25s ease background
}

section.location-overview {
    background: #f8f8f8;
    padding: 40px 0
}

section.location-overview img {
    width: 100%;
    height: auto
}

section.location-overview .gallery-hero {
    position: relative
}

section.location-overview .gallery-container {
    width: 42%
}

section.location-overview .gallery-thumbs {
    margin-top: 8px
}

section.location-overview #small-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none
}

section.location-overview #small-map.reveal {
    opacity: 1;
    pointer-events: auto
}

section.location-overview .thumb {
    position: relative
}

section.location-overview .thumb:hover {
    cursor: pointer
}

section.location-overview .thumb:hover img {
    opacity: .75
}

section.location-overview .thumb:not(.map) {
    margin-right: 8px
}

section.location-overview .thumb.map {
    margin-left: 20px
}

section.location-overview .thumb.map::after {
    width: 38px
}

@media (max-width: 767px) {
    section.location-overview .thumb.map::after {
        width: 28px
    }
}

section.location-overview .thumb::after {
    content: attr(data-num);
    position: absolute;
    bottom: 0;
    font-weight: 600;
    left: 0;
    padding-left: 5px;
    width: 18px;
    height: 20px;
    font-size: 13px;
    line-height: 22px;
    background: #fff
}

@media (max-width: 767px) {
    section.location-overview .thumb::after {
        font-size: 10px;
        padding-left: 2px;
        width: 12px;
        height: 16px;
        line-height: 18px
    }
}

section.location-overview .content-container {
    padding-left: 45px;
    width: 58%
}

section.location-overview .content-container h1 {
    color: #005f90;
    display: inline-block;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0;
    vertical-align: middle;
    width: calc(100% - 40px)
}

@media (max-width: 767px) {
    section.location-overview .content-container h1 {
        font-size: 22px
    }
}

section.location-overview .content-container h2 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .75px;
    margin: 0 0 10px 0;
    text-transform: uppercase
}

section.location-overview .content-container .kicker {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase
}

section.location-overview .content-container #pin-image {
    display: inline-block;
    display: inline-block;
    margin-left: -8px;
    position: relative;
    vertical-align: middle
}

section.location-overview .content-container #pin-image::after {
    content: attr(data-letter);
    color: #fff;
    font-size: 12px;
    left: 0;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

section.location-overview .content-container .headline {
    margin: 10px 0 35px 0
}

section.location-overview .content-container .headline img {
    width: 35px;
    height: auto
}

section.location-overview .content-container .flex-container {
    flex-direction: column
}

section.location-overview .content-container .address p {
    line-height: 1.65
}

section.location-overview .content-container .action-items {
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

section.location-overview .content-container .action-items>div:not(.cta) {
    margin-left: 5%
}

section.location-overview .content-container .phone a,
section.location-overview .content-container .fax a,
section.location-overview .content-container .parking a {
    color: #414343;
    font-weight: 600
}

section.location-overview .content-container .phone a::before,
section.location-overview .content-container .phone p::before,
section.location-overview .content-container .fax a::before,
section.location-overview .content-container .fax p::before,
section.location-overview .content-container .parking a::before,
section.location-overview .content-container .parking p::before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #414343
}

section.location-overview .content-container .phone a::before {
    content: '\f095';
    font-family: 'FontAwesome'
}

section.location-overview .content-container .fax p {
    font-weight: 600
}

section.location-overview .content-container .fax p::before {
    content: 'FAX'
}

section.location-overview .content-container .parking {
    margin-top: 25px
}

section.location-overview .content-container .parking p::before {
    content: 'PARKING';
    font-weight: 600
}

section.location-overview .content-container #mobile-hours {
    border-top: 1px solid #edecec;
    padding-top: 15px;
    margin-top: 15px
}

section.location-overview .content-container .hours {
    border-bottom: 1px solid #edecec;
    padding-bottom: 5px;
    margin-bottom: 20px
}

section.location-overview .content-container .hours ul {
    padding: 0;
    list-style-type: none;
    font-weight: 600
}

section.location-overview .content-container .hours ul span {
    font-weight: 400;
    padding-left: 3px
}

@media (max-width: 1199px) {
    section.location-overview .content-container .action-items>div {
        order: 3;
        width: 50%;
        max-width: 200px;
        margin-left: 0 !important
    }
    section.location-overview .content-container .action-items>div.directions,
    section.location-overview .content-container .action-items>div.cta {
        order: 2;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    section.location-overview>.container>.flex-container {
        align-items: center;
        flex-direction: column;
        justify-content: center
    }
    section.location-overview .gallery-container {
        margin: 0 auto;
        max-width: 450px;
        width: 100%;
        min-height: 100%
    }
    section.location-overview .content-container {
        padding: 25px 0 0 0;
        width: 100%
    }
    section.location-overview .content-container .headline {
        display: flex;
        justify-content: center
    }
    section.location-overview .content-container .headline h1 {
        width: auto;
        text-align: center
    }
    section.location-overview .content-container .headline #pin-image {
        margin-right: 5px;
        margin-top: -3px
    }
    section.location-overview .content-container h2,
    section.location-overview .content-container .kicker {
        font-size: 13px;
        font-weight: 600
    }
    section.location-overview .content-container h2:first-child,
    section.location-overview .content-container .kicker:first-child {
        font-size: 16px;
        text-align: center
    }
    section.location-overview .content-container .address {
        padding-right: 4%;
        margin-right: 4%;
        border-right: 1px solid #edecec
    }
    section.location-overview .content-container .address,
    section.location-overview .content-container .action-items {
        width: 50%
    }
    section.location-overview .content-container .parking p::before {
        display: block;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 5px
    }
    section.location-overview .content-container .custom-flex {
        display: flex
    }
    section.location-overview .content-container .custom-flex .action-items {
        margin-top: 0
    }
}

@media (max-width: 767px) {
    section.location-overview {
        padding: 15px 0 30px 0
    }
    section.location-overview .content-container #pin-image {
        display: none
    }
    section.location-overview .content-container .address {
        margin-bottom: 45px;
        width: 100%;
        padding: 0;
        border: none
    }
    section.location-overview .content-container .action-items {
        padding-left: 5%;
        width: 100%
    }
    section.location-overview .content-container .action-items>div {
        margin-top: 10px;
        margin-left: 0 !important
    }
    section.location-overview .content-container .custom-flex {
        flex-wrap: wrap
    }
    section.location-overview .content-container .action-items {
        width: 60%;
        flex-grow: 1;
        max-width: 400px;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        margin-bottom: 0;
        padding-left: 3%
    }
    section.location-overview .content-container .action-items>div {
        width: 50%;
        order: 3
    }
    section.location-overview .content-container .action-items .directions,
    section.location-overview .content-container .action-items .fax {
        padding-left: 10px
    }
    section.location-overview .content-container .action-items .directions a {
        line-height: 32px;
        padding-left: 10px
    }
    section.location-overview .content-container #mobile-hours {
        max-width: 200px;
        width: 40%;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        border-bottom: none;
        border-right: 1px solid #edecec
    }
    section.location-overview .content-container .parking {
        margin-top: 25px;
        margin-bottom: 0
    }
    section.location-overview .content-container .hours {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
    }
    section.location-overview .content-container .hours ul {
        margin-bottom: 0
    }
}

@media (max-width: 600px) {
    section.location-overview .content-container #mobile-hours {
        width: 50%
    }
    section.location-overview .content-container .action-items {
        text-align: center;
        justify-content: center;
        align-content: flex-start;
        padding-left: 0;
        width: 50%
    }
    section.location-overview .content-container .action-items>div {
        width: 100%
    }
    section.location-overview .content-container .action-items>div.directions,
    section.location-overview .content-container .action-items>div.cta {
        margin-bottom: 10px
    }
    section.location-overview .content-container .action-items .directions {
        padding: 0
    }
}

@media (max-width: 475px) {
    section.location-overview .custom-flex {
        flex-direction: column
    }
    section.location-overview .content-container .action-items,
    section.location-overview .content-container #mobile-hours {
        width: 100%;
        max-width: none;
        padding: 0
    }
    section.location-overview .content-container #mobile-hours {
        border: 1px solid #edecec;
        padding: 20px 0;
        margin-bottom: 15px;
        border-right: none;
        border-left: none
    }
    section.location-overview .content-container .action-items {
        text-align: left;
        flex-direction: row
    }
    section.location-overview .content-container .action-items>div {
        width: 50%;
        max-width: 200px
    }
}

section.location-offerings {
    padding: 50px 0
}

section.location-offerings .offset-container {
    padding: 0 50px
}

section.location-offerings .flex-container {
    justify-content: space-between
}

section.location-offerings .intro {
    border-bottom: 1px solid #dedede;
    padding-bottom: 50px;
    margin-bottom: 50px
}

section.location-offerings .intro h3 {
    text-align: left;
    margin: 0 0 15px 0;
    color: #474747
}

section.location-offerings .intro p {
    line-height: 1.6;
    font-size: 15px
}

section.location-offerings .intro .left {
    width: 66%;
    padding-right: 7.5%;
    flex-grow: 1
}

section.location-offerings .intro .right {
    width: 34%;
    max-width: 350px
}

section.location-offerings .intro .highlights {
    color: #005f90;
    margin: 15px 0 0 0;
    font-weight: 700;
    max-width: 750px
}

section.location-offerings .intro .highlights p {
    display: block;
    margin-left: 12px;
    line-height: 1.25;
    margin-bottom: 10px
}

section.location-offerings .intro .highlights p::before {
    content: '•';
    display: inline-block;
    margin: 0 10px 0 -15px
}

section.location-offerings .intro .checklist {
    padding: 0;
    font-size: 17px;
    list-style-type: none;
    margin: 0
}

section.location-offerings .intro .checklist li:not(:last-child) {
    margin-bottom: 25px
}

section.location-offerings .intro .checklist li::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    margin-right: 15px;
    background-image: url(/uploadedImages/_Library_Images/Latitude/admin/plus-icon.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 767px) {
    section.location-offerings .intro .checklist {
        display: flex;
        flex-wrap: wrap;
        margin-top: 25px
    }
    section.location-offerings .intro .checklist li {
        width: 50%;
        max-width: 300px;
        font-size: 14px
    }
}

@media (max-width: 450px) {
    section.location-offerings .intro .checklist li {
        width: 100%;
        max-width: none
    }
}

@media (min-width: 1200px) {
    section.location-offerings .intro .highlights p {
        display: inline-block;
        margin-left: 0
    }
    section.location-offerings .intro .highlights p::before {
        margin: 0 15px 0 10px
    }
    section.location-offerings .intro .highlights p:nth-child(odd)::before,
    section.location-offerings .intro .highlights p:last-child::before {
        display: none
    }
}

@media (max-width: 767px) {
    section.location-offerings .intro {
        padding-bottom: 30px;
        margin-bottom: 20px
    }
}

section.location-offerings .offering-blocks .flex-container {
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width: 767px) {
    section.location-offerings .offering-blocks .flex-container {
        padding: 0 0px;
        justify-content: flex-start
    }
}

@media (max-width: 450px) {
    section.location-offerings .offering-blocks .flex-container {
        max-width: none
    }
}

section.location-offerings .offering-blocks .outline-button {
    position: absolute;
    bottom: 0;
    left: 0
}

section.location-offerings .offering-blocks .single-block {
    width: 25%;
    position: relative;
    color: #757575;
    padding-bottom: 45px;
    margin-bottom: 35px
}

section.location-offerings .offering-blocks .single-block.ad-space {
    margin-bottom: 0;
    padding-bottom: 0
}

section.location-offerings .offering-blocks .single-block img {
    width: 100%;
    height: auto
}

@media (max-width: 991px) {
    section.location-offerings .offering-blocks .single-block {
        width: 33.3333%
    }
}

@media (max-width: 767px) {
    section.location-offerings .offering-blocks .single-block {
        width: 50%;
        max-width: 300px
    }
}

@media (max-width: 450px) {
    section.location-offerings .offering-blocks .single-block {
        width: 100%;
        max-width: none
    }
}

section.location-offerings .offering-blocks h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600
}

section.location-offerings .offering-blocks h4.icon::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-top: -2px;
    margin-left: -3px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center
}

section.location-offerings .offering-blocks h4.heart::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/heart-icon-blue.png)
}

section.location-offerings .offering-blocks h4.emergency::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/emergency-icon-blue.png)
}

section.location-offerings .offering-blocks h4.bone::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/ortho-icon-blue.png)
}

section.location-offerings .offering-blocks h4.clipboard::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/clipboard-icon-blue.png)
}

section.location-offerings .offering-blocks h4.phone::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/phone-icon-blue.png)
}

section.location-offerings .offering-blocks h4.stethoscope::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/stethoscope-icon-blue.png)
}

section.location-offerings .offering-blocks h4.arrow::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/arrow-icon-blue.png)
}

section.location-offerings .offering-blocks h4.briefcase::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/briefcase-icon-blue.png)
}

section.location-offerings .offering-blocks h4.pin::before {
    background-image: url(../images/icon-suites/service-line-icons/blue/location-pin-blue.png)
}

section.location-offerings .offering-blocks ul {
    padding: 0 0 0 17px
}

section.location-offerings .offering-blocks li {
    margin-bottom: 5px;
    font-size: 14px;
    max-width: 250px
}

@media (max-width: 1199px) {
    section.location-offerings .offset-container {
        padding: 0
    }
}

@media (max-width: 767px) {
    section.location-offerings {
        padding-top: 40px
    }
    section.location-offerings .intro .flex-container {
        flex-direction: column;
        padding: 0 0px
    }
    section.location-offerings .intro .left,
    section.location-offerings .intro .right {
        width: 100%;
        max-width: none
    }
}

section.location-content {
    background-color: #f8f8f8;
    padding: 40px 0
}

section.location-content .content-block {
    margin-bottom: 35px
}

@media (max-width: 991px) {
    section.location-content .content-block a.carat-link {
        display: inline-block;
        width: 85%;
        text-align: left
    }
}

section.location-content .content-row:last-child {
    margin-bottom: 0
}

section.location-content .content-row:not(:last-child) .col-sm-6,
section.location-content .content-row:not(:last-child) .col-md-6,
section.location-content .content-row:not(:last-child) .col-sm-12 {
    border-bottom: 1px solid #edecec
}

@media (max-width: 767px) {
    section.location-content .content-row:not(: last-child) .col-sm-6:not(: last-child), section.location-content .content-row:not(: last-child) .col-md-6:not(: last-child), section.location-content .content-row:not(: last-child) .col-sm-12:not(: last-child) {
        border-bottom: none
    }
}

section.location-content h5 {
    text-transform: uppercase;
    color: #005f90;
    letter-spacing: 1.25px;
    font-size: 16px;
    margin-bottom: 25px
}

section.location-content h6 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 17px
}

section.location-content a {
    font-size: 14px
}

section.location-content p {
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 1.5
}

@media (max-width: 767px) {
    section.location-content {
        padding-bottom: 20px
    }
    section.location-content .content-row .col-sm-6,
    section.location-content .content-row .col-sm-12 {
        padding: 0 0
    }
}

.content-right {
    padding-left: 50px
}

@media (max-width: 767px) {
    .content-right {
        padding-left: 0
    }
}

.content-right h4 {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: .5px
}

.content-right .banner-link {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    background-color: #ffb30f;
    vertical-align: middle
}

.content-right .tab-nav {
    background-color: #efefef
}

.content-right .tab-nav ul {
    padding: 0;
    margin: 0;
    font-size: 0
}

.content-right .tab-nav ul li {
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    padding: 10px 20px;
    display: inline-block
}

.content-right .tab-nav ul li.active-tab {
    background-color: #fff
}

.content-right .tab-content {
    padding: 20px 10px
}

.content-slider .slick-prev,
.content-slider .slick-next {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 13.5px
}

.content-block-picture img {
    width: 100%;
    height: auto
}

.content-block-picture h6 {
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 18px;
    margin-top: 20px
}

.content-block-picture a {
    text-transform: uppercase;
    color: #005f90;
    letter-spacing: 1px;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 600
}

.content-block-picture a::after {
    content: '\f0da';
    font-family: 'fontAwesome';
    display: inline-block;
    vertical-align: baseline;
    margin-left: 10px;
    color: #005f90
}

.content-block-picture a:hover {
    text-decoration: none
}

.content-block-picture .fa-caret-right {
    margin-left: 7.5px;
    vertical-align: middle
}

.content-row {
    padding: 0 50px;
    margin-bottom: 35px
}

@media (max-width: 767px) {
    .content-row {
        padding: 0 20px
    }
}

.content-row .nav-tabs {
    display: flex;
    justify-content: space-between;
    border: 1px solid #efefef;
    border-bottom: none
}

.content-row .nav-tabs li {
    width: 33.3333333%;
    margin: 0;
    text-align: center
}

.content-row li.active a.custom-tab {
    background-color: #fff;
    border: none;
    margin: 0
}

.content-row a.custom-tab {
    border: none;
    margin: 0;
    background-color: #F1F2F2;
    border-radius: 0
}

.content-row a.custom-tab:hover {
    border: none
}

.content-row .tab-content {
    border: 1px solid #efefef;
    border-top: none
}

.content-slider {
    width: 100%;
    margin: 0 auto
}

.content-slider .slick-dots {
    bottom: 10px
}

.content-slider .slick-prev {
    left: 0;
    top: 40%
}

.content-slider .slick-next {
    right: 0;
    top: 40%
}

.content-slider .content-slide {
    background-color: transparent;
    padding: 0 50px
}

.content-slider .content-slide div {
    background-color: #edecec;
    width: 100%;
    margin: 0 auto;
    padding: 45px 45px 65px 45px
}

.content-slider .content-slide div p {
    margin: 0
}

#main-content {
    padding-top: 50px
}

.aside .nav-section-preview {
    margin-bottom: 0
}

.aside h6,
.aside h6 a {
    font-weight: bold;
    color: #545454;
    text-transform: uppercase;
    padding-bottom: 2px;
    margin: 10px 0 5px 0;
    font-size: 1.4rem
}

.aside ul li {
    padding-left: 10px;
    list-style-type: none;
    margin-bottom: 5px;
    color: #757575
}

.aside ul li:hover {
    cursor: pointer
}

.aside a.view-more {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #005f90;
    font-size: 1.3rem;
    text-decoration: none;
    font-weight: 600
}

.aside a.view-more::after {
    content: '\f0d7';
    color: #005f90;
    display: inline-block;
    font-family: fontAwesome;
    margin-left: 5px;
    transform: rotate(0deg);
    transition: .25s ease transform
}

.aside a.view-more.arrow-up::after {
    transform: rotate(180deg);
    transition: .25s ease transform
}

.aside ul {
    padding: 0
}

.cl-effect-9 a {
    margin: 0 20px;
    padding: 18px 20px
}

.cl-effect-9 a::before,
.cl-effect-9 a::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #edecec;
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.3s, height 0.3s;
    -moz-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s
}

.cl-effect-9 a::after {
    top: 100%;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px)
}

.cl-effect-9 a span:first-child {
    z-index: 2;
    text-transform: uppercase;
    display: block;
    font-weight: 500
}

.cl-effect-9 a span:last-child {
    z-index: 1;
    display: block;
    padding: 8px 0 0 0;
    color: rgba(0, 0, 0, 0.6);
    text-shadow: none;
    text-transform: none;
    font-size: 0.75em;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(100%)
}

.cl-effect-9 a:hover::after,
.cl-effect-9 a:focus::after {
    height: 6px;
    background-color: #1c3161
}

.cl-effect-9 a:hover span:last-child,
.cl-effect-9 a:focus span:last-child {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%)
}

#link-content .fluid-container {
    margin: 50px 0 0 0
}

.link-box a {
    font-size: 18px
}

.link-box img {
    opacity: 1;
    transition: ease .25s opacity
}

.link-box:hover img {
    opacity: 0;
    transition: ease .25s opacity
}

.link-box a:hover {
    text-decoration: none
}

#section-sub-header {
    display: flex;
    align-items: center;
    background-image: url("/assets/images/neuro-header-no-gradient.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 270px
}

#section-sub-header .subhead-text {
    max-width: 1170px;
    width: 95%;
    padding: 0 15px;
    margin: 0 auto
}

#section-sub-header h2 {
    color: #fff;
    margin: 0 0 10px 0;
    font-weight: 600;
    text-shadow: -1px 0px 16px rgba(0, 0, 0, 0.75);
    font-size: 37px
}

#section-sub-header h3 {
    text-align: left;
    text-shadow: -1px 0px 16px rgba(0, 0, 0, 0.75);
    margin-bottom: 0
}

@media (max-width: 767px) {
    #section-sub-header {
        min-height: 130px
    }
    #section-sub-header h2 {
        font-size: 22px;
        margin: 0 0 5px 0
    }
    #section-sub-header h3 {
        font-size: 16px
    }
}

#joint .navbar-brand {
    background-image: url("/mh_images/joint-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 82px;
    margin-top: 25px;
    margin-bottom: 30px;
    width: 188px;
}

#joint .two-column-equal {
    background-color: #efefef
}

#joint .one-third-aside h4 {
    color: #333333
}

@media (min-width: 768px) and (max-width: 991px) {
    #joint .one-third-aside .img-third {
        text-align: right;
        margin-top: 14%
    }
    #joint .one-third-aside img {
        max-width: 200px
    }
}

#joint div.section-general {
    text-align: center;
    background-color: #f8f8f8;
    padding: 40px 0 60px 0
}

#joint div.section-general.light {
    background-color: #fff
}

#joint div.section-general p {
    font-size: 16px;
    line-height: 1.75;
    width: 90%;
    text-align: justify;
    margin: 15px auto 20px auto;
    max-width: 721px;
}

#joint div.section-general em {
    font-weight: normal;
    text-align: center
}

#joint div.section-general .btn-primary {
    background-color: #005f90;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s ease background-color
}

#joint div.section-general .btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462
}

#joint div.section-general .btn-primary.btn-block {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px
}

#mhmg .navbar-brand {
    background-image: url("/mh_images/logo-medgroup.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 83px;
    margin-top: 30px;
    margin-bottom: 33px;
    width: 148px;
}

#trauma .navbar-brand {
    background-image: url("/mh_images/trauma-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 76px;
    margin-top: 30px;
    margin-bottom: 33px;
    width: 157px;
}

#tirr .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-tirr-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 92px;
    margin-top: 25px;
    margin-bottom: 38px;
    width: 165px;
}

#tirr .two-column-equal {
    background-color: #efefef
}

#tirr .one-third-aside h4 {
    color: #432672
}

@media (min-width: 768px) and (max-width: 991px) {
    #tirr .one-third-aside .img-third {
        text-align: right;
        margin-top: 14%
    }
    #tirr .one-third-aside img {
        max-width: 200px
    }
}

#tirr div.section-general {
    text-align: center;
    background-color: #f8f8f8;
    padding: 40px 0 60px 0
}

#tirr div.section-general.light {
    background-color: #fff
}

#tirr div.section-general p {
    font-size: 24px;
    line-height: 1.9;
    width: 100%;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 20px auto;
    max-width: 575px
}

#tirr div.section-general em {
    font-weight: normal;
    text-align: center
}

#tirr div.section-general .btn-primary {
    background-color: #005f90;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s ease background-color
}

#tirr div.section-general .btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462
}

#tirr div.section-general .btn-primary.btn-block {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px
}

#cancer .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-cancer-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 92px;
    margin-bottom: 29px;
    margin-top: 12px;
    width: 205px;
}

#childrens .navbar-brand {
    background-image: url("/mh_images/childrens-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 92px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 205px;
}

#parc .navbar-brand {
    background-image: url("/mh_images/logo-parc.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 82px;
    margin-bottom: 25px;
    margin-top: 25px;
    width: 205px;
}

#retire .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/senior-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 90px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 400px;
}

#weightloss .navbar-brand {
    background-image: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-newstart-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    height: 92px;
    margin-bottom: 29px;
    margin-top: 12px;
    width: 205px;
}

div.section-general .btn-primary {
    background-color: #005f90;
    border-radius: 0;
    display: inline-block;
    font-size: 1.2rem;
    margin-top: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .25s ease background-color
}

div.section-general .btn-primary:hover {
    transition: .25s ease background-color;
    background-color: #244462
}

div.section-general .btn-primary.btn-block {
    display: block;
    margin: 0 auto 15px auto;
    width: 100px
}

@media (max-width: 767px) {
    div.section-general .btn-primary {
        margin-top: 22px
    }
}

.dropdown-menu.conditions {
    width: 797px
}

.dropdown-menu.doctors {
    width: 528px
}

body {
    padding-top: 155px
}

#neuro,
#heart,
#womens,
#trauma,
#ortho,
#tirr,
#childrens,
#cancer,
#joint {
    padding-top: 185px
}

.site-fixed-width .navbar-default .container>.navbar-header {
    margin-right: 0;
    margin-left: 0
}

.site-fixed-width .navbar-default .navbar-header {
    float: left
}

.site-fixed-width .navbar-default .navbar-brand {
    width: 208px;
    height: 60.5px;
    margin-top: 20px;
    margin-bottom: 40px;
    background-size: contain !important;
    background: url("/uploadedImages/_Library_Images/Latitude/logos/memorial-hermann-logo-main.png") no-repeat;
    display: inline-block;
    padding: 0;
    margin-left: 0 !important;
    text-indent: -9999px;
    float: left
}

.site-fixed-width .navbar-default .navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    border-top: 0;
    box-shadow: 0;
    margin-left: 0px;
    margin-right: 0px
}

.site-fixed-width .navbar-default .utility-nav {
    margin-top: 20px;
    float: right;
    padding: 0 0px;
    margin-right: 0px;
    z-index: 99
}

.site-fixed-width .navbar-default .utility-nav p {
    float: right
}

.site-fixed-width .navbar-default .utility-nav .search {
    margin: 8px 0 8px 30%;
    width: 70%
}

.site-fixed-width .navbar-default .navbar-nav {
    float: left;
    margin: 0;
    padding: 0 0
}

.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #244462;
    border: 1px solid rgba(0, 0, 0, 0.15)
}

.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-1,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-2,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-3,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-4,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-5,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-6,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-7,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-8,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-9,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-10,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-11,
.site-fixed-width .navbar-default .navbar-nav .open .dropdown-menu .col-sm-12 {
    float: left
}

.site-fixed-width .navbar-default .navbar-nav>li {
    background: #005f90;
    width: 248px;
    float: left;
    position: relative;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1.5px
}

.site-fixed-width .navbar-default .navbar-nav>li:first-child {
    margin-left: 0
}

.site-fixed-width .navbar-default .navbar-nav>li:last-child {
    margin-right: 0
}

.site-fixed-width .navbar-default .navbar-nav>li a,
.site-fixed-width .navbar-default .navbar-nav>li a:hover,
.site-fixed-width .navbar-default .navbar-nav>li a:focus {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 1.5px;
    padding: 8px 0px;
    text-align: center
}

.site-fixed-width .navbar-default .navbar-nav>li .patients li {
    min-height: 417px
}

.site-fixed-width .navbar-default .navbar-nav>li .patients li ul li {
    min-height: 0
}

.site-fixed-width .navbar-default .navbar-nav>li .professionals li,
.site-fixed-width .navbar-default .navbar-nav>li .trials li,
.site-fixed-width .navbar-default .navbar-nav>li .solutions li,
.site-fixed-width .navbar-default .navbar-nav>li .small-dropdown li,
.site-fixed-width .navbar-default .navbar-nav>li .large-dropdown li {
    min-height: 0px;
    margin: 30px 0 0 0
}

.site-fixed-width .navbar-default .navbar-nav>li .professionals li ul li,
.site-fixed-width .navbar-default .navbar-nav>li .trials li ul li,
.site-fixed-width .navbar-default .navbar-nav>li .solutions li ul li,
.site-fixed-width .navbar-default .navbar-nav>li .small-dropdown li ul li,
.site-fixed-width .navbar-default .navbar-nav>li .large-dropdown li ul li {
    min-height: 0;
    margin: 0px 10px 10px 0px
}

.site-fixed-width .navbar-default .navbar-nav>li ul li {
    height: 100%;
    margin: 30px 0 0 0;
    min-height: 50px;
    background: transparent
}

.site-fixed-width .navbar-default .navbar-nav>li ul li:last-child {
    border-right: 0 !important
}

.site-fixed-width .navbar-default .navbar-nav>li ul li span {
    color: #ffb30f;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin: 0px 0 20px 0;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0 24px
}

.site-fixed-width .navbar-default .navbar-nav>li ul li:first-child {
    border-top: 0
}

.site-fixed-width .navbar-default .navbar-nav>li ul li ul {
    list-style: disc;
    margin-left: 34px;
    margin-bottom: 10px;
    padding: 0
}

.site-fixed-width .navbar-default .navbar-nav>li ul li ul li {
    border-right: 0 !important;
    color: #ffb30f;
    min-height: 0;
    margin: 0px 12px 10px 0px
}

.site-fixed-width .navbar-default .navbar-nav>li ul li ul li a,
.site-fixed-width .navbar-default .navbar-nav>li ul li ul li a:focus {
    text-transform: none;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 0
}

.site-fixed-width .navbar-default .navbar-nav>li ul li ul li a:hover {
    text-transform: none;
    font-size: 1.2rem;
    padding: 0;
    text-decoration: underline
}

.site-fixed-width .navbar-collapse {
    display: block
}

.site-fixed-width .navbar-fixed-top {
    position: absolute;
    min-width: 1280px
}

.site-fixed-width .navbar-default .navbar-nav>li {
    padding-top: 2px;
    margin: 0 5px
}

.site-fixed-width .navbar-nav {
    padding: 0 10px
}

.site-fixed-width .navbar-default .navbar-nav>li a {
    font-size: 1.2rem;
    letter-spacing: 1.5px
}

.site-fixed-width section.banner-announcement {
    padding: 12px 0 19px 0
}

.site-fixed-width section.banner-announcement p {
    font-size: 1.8rem;
    line-height: 1.6rem
}

.site-fixed-width section.banner-announcement p strong {
    font-size: 2.8rem;
    position: relative;
    top: 2px;
    display: inline-block
}

.site-fixed-width section.banner-announcement p a {
    padding: 0;
    display: inline-block
}

.site-fixed-width section.banner-announcement p a::after {
    display: none
}

.site-fixed-width section.banner-announcement p .arrow {
    height: 25px;
    display: inline-block;
    transform: none;
    position: relative;
    width: 9px;
    margin: 0px 14px 0 12px;
    top: 5px;
    opacity: 1;
    background: url("/uploadedImages/_Library_Images/Latitude/admin/arrow-right-white.png");
    background-size: cover
}

.site-fixed-width section.service-lines .animate-card {
    height: 550px
}

.site-fixed-width section.service-lines .animate-card.non-animated {
    height: auto; 
}

.site-fixed-width section.find-location {
    padding: 60px 0
}

.site-fixed-width section.find-location .col-sm-push-1-half {
    left: 12.495%
}

.site-fixed-width section.find-location .col-md-9 {
    left: 12.495%
}

.site-fixed-width section.find-location .col-sm-5 {
    float: left
}

.site-fixed-width section.find-location .col-sm-2 {
    float: left
}

.site-fixed-width .resources .col-sm-4 {
    float: left
}

.site-fixed-width .desktop-footer .col-sm-6 {
    float: left
}

.site-fixed-width .desktop-footer .col-sm-3 {
    float: left
}

.site-fixed-width footer .newsletter {
    padding: 10px 0
}

.site-fixed-width footer .newsletter .form-group label {
    width: 22%;
    font-size: 1.2rem;
    top: 9px;
    margin-bottom: 0
}

.site-fixed-width footer .newsletter .form-group input {
    font-size: 1.6rem;
    text-align: center;
    width: 55%;
    padding: 9px
}

.site-fixed-width footer .newsletter .form-inline .form-control {
    vertical-align: middle
}

.site-fixed-width footer .newsletter .btn-primary {
    font-size: 1.2rem;
    letter-spacing: 1px;
    padding: 10px 30px;
    margin-top: 1px;
    margin-left: 10px
}

.site-fixed-width footer .desktop-footer ul.links li {
    font-size: 1.36rem;
    padding: 24.5px
}

.site-fixed-width footer .desktop-footer {
    padding: 30px 0
}

.site-fixed-width footer .desktop-footer ul.links {
    margin: 0 auto;
    padding: 0;
    text-align: center
}

.site-fixed-width footer .desktop-footer ul.links li {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px
}

.site-fixed-width footer .desktop-footer ul.links li:first-child {
    padding-left: 0
}

.site-fixed-width footer .desktop-footer ul.links li:last-child {
    padding-right: 0
}

.site-fixed-width footer .desktop-footer ul.links li a {
    color: #005f90
}

.site-fixed-width footer .desktop-footer .legal {
    margin-top: 30px;
    margin-bottom: 13px
}

.site-fixed-width footer .desktop-footer .legal img.logo {
    width: 115px;
    max-width: 100%
}

.site-fixed-width footer .desktop-footer .legal p {
    font-size: .9rem;
    text-align: center;
    color: #757575;
    line-height: 3rem
}

.site-fixed-width footer .desktop-footer .legal p a {
    text-decoration: underline;
    margin: 0 5px
}

.site-fixed-width footer .desktop-footer .legal img.ut {
    width: 181px;
    margin-top: 3px;
    max-width: 100%
}

.site-fixed-width footer .desktop-footer .legal-text {
    text-align: center
}

.site-fixed-width footer .desktop-footer .legal-text a {
    text-decoration: underline
}

.site-fixed-width footer .desktop-footer ul.social {
    text-align: center;
    margin: 2px 0 30px 0;
    padding: 0;
    width: auto !important;
    float: none !important;
}

.site-fixed-width footer .desktop-footer ul.social li {
    transition: ease 0.25s background-color;
    width: 30px;
    height: 30px;
    background: #1f3060;
    border-radius: 100px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    line-height: 3.15rem;
    margin: 0 15px;
    position: relative
}

.site-fixed-width footer .desktop-footer ul.social li:hover {
    transition: ease 0.25s background-color;
    background: #005f90
}

.site-fixed-width footer .desktop-footer ul.social li a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -99999px;
    position: absolute;
    top: 0
}

.site-fixed-width section.services p a {
    margin: 0
}

.site-fixed-width section.services .service-links {
    width: 90%;
    margin: 0 auto 45px auto
}

.site-fixed-width section.services .service-links a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding: 25px 0 21px 0;
    font-weight: 300;
    text-indent: 0px
}

.site-fixed-width section.services.neuro {
    padding: 55px 0 60px 0
}

.site-fixed-width .col-sm-4 {
    float: left
}

.site-fixed-width section.patient-stories {
    padding: 55px 0
}

.site-fixed-width section.patient-stories .full-width-caret {
    margin-top: 25px
}

.site-fixed-width .section-general p {
    font-size: 16px;
    line-height: 1.75;
    width: 90%;
    max-width: 721px;
    color: #474747;
    margin-bottom: 0;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center
}

.site-fixed-width .one-third-aside p {
    width: 95%;
    color: #595959;
    font-size: 14px;
    line-height: 1.8;
    margin: 0
}

.site-fixed-width .one-third-aside img {
    width: 100%;
    height: auto;
    vertical-align: center;
    border: 0
}

.site-fixed-width .one-third-aside .inline-caret-link {
    color: #005f90;
    font-weight: 500;
    letter-spacing: .75px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: transparent
}

.site-fixed-width .one-third-aside .col-md-4 {
    float: left
}

.site-fixed-width .one-third-aside .content-right {
    float: left
}

.site-fixed-width section.two-column-equal .half {
    padding-bottom: 75px
}

.site-fixed-width section.two-column-equal .half:first-child {
    padding-right: 3.5%
}

.site-fixed-width section.two-column-equal .half:first-child::after {
    right: 0;
    top: 0;
    height: calc(100% - 75px);
    border-right: 1px solid #d9d9d9;
    border-bottom: none
}

.site-fixed-width section.two-column-equal .half:last-child {
    padding-left: 5%
}

.site-fixed-width section.two-column-equal .full-width-caret {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.site-fixed-width section.two-column-equal .row {
    padding: 0 30px
}

.site-fixed-width section.two-column-equal .content {
    width: 100%
}

.site-fixed-width section.two-column-equal .col-md-6 {
    float: left
}

.site-fixed-width section.one-third-aside {
    padding: 60px 0
}

.site-fixed-width section.one-third-aside .dr-lowe {
    padding-top: 0;
    margin-top: 0;
    border-left: 1px solid lightgray;
    border-top: none;
    flex-direction: row
}

.site-fixed-width section.one-third-aside .dr-lowe .bio {
    width: 68%;
    order: 1;
    padding: 0 0 0 40px
}

.site-fixed-width section.one-third-aside .full-width-caret {
    margin-top: 40px
}

.site-fixed-width section.one-third-aside .dr-lowe .headshot {
    width: 32%;
    margin: 0;
    padding: 0;
    order: 2;
    text-align: center
}

.site-fixed-width section.one-third-aside .row {
    padding: 0 45px
}

.site-fixed-width section.one-third-aside .content-left {
    border-right: 1px solid #d9d9d9
}

.site-fixed-width section.stay-connected-ortho {
    padding: 60px 0 !important
}

.site-fixed-width section.stay-connected-ortho .row {
    padding: 0 30px
}

.site-fixed-width section.stay-connected-ortho .image-container {
    padding: 0;
    margin: 0px 7px
}

.site-fixed-width section.stay-connected-ortho .facebook {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    border-right: 1px solid white;
    padding: 0 4% 0 0
}

.site-fixed-width section.stay-connected-ortho .facebook>div {
    display: flex;
    flex-direction: row
}

.site-fixed-width section.stay-connected-ortho .facebook .content-right {
    padding-left: 30px
}

.site-fixed-width section.stay-connected-ortho .col-md-6 {
    float: left
}

.site-fixed-width .btn-container-full-width {
    margin-top: 35px
}

.site-fixed-width section.logo-gallery {
    padding: 60px 0
}

.site-fixed-width section.logo-gallery .partner-logos {
    flex-wrap: nowrap;
    justify-content: space-between
}

.site-fixed-width section.logo-gallery .partner-logos>a {
    width: auto;
    flex-shrink: 1;
    margin: 50px 0 0 0
}

.site-fixed-width section.logo-gallery .partner-logos img {
    height: 75px
}

.site-fixed-width section.logo-gallery .long-logo img {
    width: auto
}

.site-fixed-width section.logo-gallery img {
    height: 65px;
    width: auto;
    max-width: none
}

.site-fixed-width section.logo-gallery img.optical {
    height: 75px
}

.site-fixed-width .institutes-centers .major-locations,
.site-fixed-width .institutes-centers .other-locations {
    padding: 0 32px;
    margin-bottom: 60px
}

.site-fixed-width .institutes-centers .column {
    padding: 0 2% 0 3%;
    border-bottom: none;
    border-left: 1px solid #edecec
}

.site-fixed-width .institutes-centers .column:last-child {
    border-bottom: none;
    margin-bottom: 15px
}

.site-fixed-width .institutes-centers .block-headline {
    font-size: 24px;
    margin: 0 0 30px 0
}

.site-fixed-width .institutes-centers .col-md-4 {
    float: left
}

.site-fixed-width section.neuro-leaders {
    padding: 0 0 55px 0;
    background-image: url("/uploadedImages/_Library_Images/Latitude/bg/texture-background-gray.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.site-fixed-width section.neuro-leaders .container {
    padding: 0 60px
}

.site-fixed-width section.neuro-leaders .full-width-header h2 {
    font-size: 60px;
    margin: 55px 0 0 0;
    text-shadow: 3px 2px 5px rgba(112, 112, 112, 0.98);
    text-align: left
}

.site-fixed-width section.leaders-directory {
    padding: 0 0 55px 0;
    background-color: #efefef
}

.site-fixed-width section.leaders-directory .container {
    padding: 0 60px
}

.site-fixed-width section.leaders-directory .full-width-header h2 {
    color: #005f90;
    margin-bottom: 30px;
    margin-top: 40px;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 2.1rem;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase
}

.site-fixed-width #ew-header.subpage-home-header {
    background-image: url("../images/banners/everyday-well-banners/everyday-well-banner-1-desktop.jpg")
}

.site-fixed-width #ew-header.subpage-home-header h1 {
    font-size: 3em
}

.site-fixed-width #ew-header.subpage-home-header .btn {
    display: inline-block
}

.site-fixed-width #ew-header.subpage-home-header .headline-wrapper {
    margin-left: 3%
}

.site-fixed-width #ew-header.subpage-home-header .ew-logo {
    max-width: 400px
}

.site-fixed-width section.ccc-benefits .ew-offering-single {
    width: 100%;
    padding-bottom: 65%;
    margin-top: 42px
}

.site-fixed-width section.ccc-benefits .ew-offering-single .img {
    height: 100%;
    position: absolute
}

.site-fixed-width section.ccc-benefits .ew-offering-single .caption {
    position: absolute
}

.site-fixed-width section.ccc-benefits .benefit-content ul {
    max-width: 970px;
    padding: 25px 20px 0 40px;
    margin-bottom: 0;
    margin-top: 0
}

.site-fixed-width section.ccc-benefits .benefit-content ul li {
    width: 33%;
    font-size: 18px
}

.site-fixed-width section.ccc-benefits .col-sm-6 {
    float: left
}

.site-fixed-width #section-ew-offerings .ew-offering-single {
    width: 100%;
    padding-bottom: 65%;
    margin-top: 0px
}

.site-fixed-width #section-ew-offerings .ew-offering-single .img {
    height: 100%;
    position: absolute
}

.site-fixed-width #section-ew-offerings .ew-offering-single .caption {
    position: absolute
}

.site-fixed-width #section-ew-offerings .benefit-content ul {
    max-width: 970px;
    padding: 25px 20px 0 40px;
    margin-bottom: 0;
    margin-top: 0
}

.site-fixed-width #section-ew-offerings .benefit-content ul li {
    width: 33%;
    font-size: 18px
}

.site-fixed-width #section-ew-offerings .col-sm-6 {
    float: left
}

.site-fixed-width section.ccc-locations-listing h3 {
    font-size: 2.1rem;
    letter-spacing: 2px
}

.site-fixed-width .col-sm-1 {
    width: 8.33333%
}

.site-fixed-width .col-sm-2 {
    width: 16.66667%
}

.site-fixed-width .col-sm-3 {
    width: 25%
}

.site-fixed-width .col-sm-4 {
    width: 33.33333%
}

.site-fixed-width .col-sm-5 {
    width: 41.66667%
}

.site-fixed-width .col-sm-6 {
    width: 50%
}

.site-fixed-width .col-sm-7 {
    width: 58.33333%
}

.site-fixed-width .col-sm-8 {
    width: 66.66667%
}

.site-fixed-width .col-sm-9 {
    width: 75%
}

.site-fixed-width .col-sm-10 {
    width: 83.33333%
}

.site-fixed-width .col-sm-11 {
    width: 91.66667%
}

.site-fixed-width .col-sm-12 {
    width: 100%
}

.site-fixed-width .col-md-1 {
    width: 8.33333%
}

.site-fixed-width .col-md-2 {
    width: 16.66667%
}

.site-fixed-width .col-md-3 {
    width: 25%
}

.site-fixed-width .col-md-4 {
    width: 33.33333%
}

.site-fixed-width .col-md-5 {
    width: 41.66667%
}

.site-fixed-width .col-md-6 {
    width: 50%
}

.site-fixed-width .col-md-7 {
    width: 58.33333%
}

.site-fixed-width .col-md-8 {
    width: 66.66667%
}

.site-fixed-width .col-md-9 {
    width: 75%
}

.site-fixed-width .col-md-10 {
    width: 83.33333%
}

.site-fixed-width .col-md-11 {
    width: 91.66667%
}

.site-fixed-width .col-md-12 {
    width: 100%
}

.site-fixed-width .col-lg-1 {
    width: 8.33333%
}

.site-fixed-width .col-lg-2 {
    width: 16.66667%
}

.site-fixed-width .col-lg-3 {
    width: 25%
}

.site-fixed-width .col-lg-4 {
    width: 33.33333%
}

.site-fixed-width .col-lg-5 {
    width: 41.66667%
}

.site-fixed-width .col-lg-6 {
    width: 50%
}

.site-fixed-width .col-lg-7 {
    width: 58.33333%
}

.site-fixed-width .col-lg-8 {
    width: 66.66667%
}

.site-fixed-width .col-lg-9 {
    width: 75%
}

.site-fixed-width .col-lg-10 {
    width: 83.33333%
}

.site-fixed-width .col-lg-11 {
    width: 91.66667%
}

.site-fixed-width .col-lg-12 {
    width: 100%
}


/* Warning Message Ticker
***************************************************************************************************/

.alert {
	margin: 0;
	padding: 12px 0;
}
.alert.alert-danger {
	color: #efefef;
	background-color: darkred;
	border-color: darkred;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
}
.alert.alert-danger a {
	color: #efefef;
}
.alert-detail {
	max-width: 1280px;
	margin: 0 auto;
}
.alert-detail p {
	margin-bottom: 0 !important;
	line-height: 24px;
	font-size: 16px;
}