/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -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;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
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: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
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;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.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;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
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;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1230px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: auto;
}
.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: auto;
}
.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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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: auto;
  }
  .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 {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-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 #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.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 #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 32px;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  min-height: 38px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  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: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  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.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: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.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.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: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  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.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: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  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.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: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  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.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: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  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.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: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  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: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: 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 + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  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 > .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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-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%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: 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 {
  position: relative;
  z-index: 2;
  float: left;
  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.3333333;
  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,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 12px;
  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,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  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 > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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: #ffffff;
  background-color: #337ab7;
}
.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 #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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: #ffffff;
  }
}
.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;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.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: #ffffff;
}
@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: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.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: #cccccc;
}
.breadcrumb > .active {
  color: #777777;
}
.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;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  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 {
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.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: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.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: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.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: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .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: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .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: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-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: -o-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: -o-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: -o-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: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.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: #ffffff;
  border: 1px solid #dddddd;
}
.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;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  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-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,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr: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:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.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: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  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: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.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: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  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: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  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: 14px;
  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: #999999;
  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: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  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: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  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: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  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;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
  color: #ffffff;
  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%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*common styles*/
.modal .modal-dialog {
  width: 408px;
  margin-top: 60px;
}
.modal .modal-dialog .modal-content {
  background-clip: initial;
  border-radius: 4px;
  padding: 10px 30px;
}
.modal .modal-dialog .modal-content .modal-header {
  padding: 0px;
  border: none;
  display: inline-block;
  float: right;
}
.modal .modal-dialog .modal-content .modal-header .close {
  font-size: 12px;
  outline: none;
  color: #666666 !important;
  opacity: 1;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #666666 !important;
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
  font-size: 15px;
  line-height: 22px;
  color: #666666;
  text-align: left;
}
.modal .modal-dialog .modal-content .modal-body .body-content p {
  margin: 0px;
}
.site-icon-logo .i-support {
  display: none;
}
.site-icon-logo .txt-support {
  display: block;
}
.site-icon-logo img {
  width: 130px;
  padding: 10px;
  float: left;
}
.site-icon-logo span {
  display: block;
  line-height: 1;
  color: #51c2eb;
  font-weight: 600;
  float: left;
  padding: 25px 10px;
  border-left: 1px solid #d4d0d0;
}
.ie8 .site-icon-logo .i-support {
  display: block !important;
  width: auto;
}
.ie8 .site-icon-logo .txt-support {
  display: none !important;
}
.ie8 .site-icon-logo .svg-support {
  display: none !important;
}
.fa {
  font-size: 10px !important;
}
@-moz-document url-prefix() {
  .box-dprt-drop {
    width: 623px !important;
  }
}
html {
  position: relative;
}
body {
  color: #434749;
  background: #ffffff;
  font-size: 14px;
  padding: 0 !important;
  font-family: 'proxima_nova_rgregular';
}
/*standerd content*/
h1 {
  font-family: sanchez_regularregular;
  font-size: 40px;
  color: #004b8d;
  margin: 20px 0;
  line-height: 45px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 16px;
}
p {
  font-size: 14px;
  margin-top: 0;
}
.col-sm-12 {
  min-height: 0px !important;
}
.box-logo a .icon-logo {
  font-size: 55px;
}
.box-logo a .icon-logo span {
  margin-left: -17.5px;
}
.ie .box-logo a .icon-logo {
  font-size: 55px;
}
.ie .box-logo a .icon-logo span {
  margin-left: -13.5px;
}
.logo-slogan {
  line-height: -0.5px !important;
  float: right;
}
.logo-slogan span {
  display: block;
}
.table {
  width: 100%;
  /* margin-right: 155px;*/
}
.table caption {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  padding-top: 0px;
  padding-bottom: 15px;
}
.table tbody tr td {
  font-size: 17px;
  line-height: 21px;
  /*font-weight: bold;*/
  color: #434749;
  border: 1px solid #dddddd ;
  padding: 15px;
  padding-left: 25px;
}
.table tbody tr td:first-child {
  color: #434749;
  font-weight: 100;
}
.table tbody tr td a {
  color: #337ab7;
}
.table tbody tr:nth-of-type(odd) {
  background: #f7f4f2;
}
ul {
  padding-left: 20px;
  margin: 0 0 15px 0;
}
ul li {
  font-size: 14px;
  padding: 10px 0;
  list-style-type: disc;
}
ol {
  padding-left: 20px;
  margin: 0 0 15px 0;
}
ol li {
  padding: 10px 0;
}
a {
  -webkit-transition: width 2s;
  /* For Safari 3.1 to 6.0 */
  transition: width 2s;
  outline: 0 !important;
  color: #337ab7;
}
a:hover {
  color: #337ab7;
}
a:focus {
  text-decoration: none;
  background: transparent;
  color: #337ab7;
}
.searchBox input[type="submit"] {
  position: absolute;
  right: 8px;
  top: 0px;
  background-color: transparent;
  height: 28px;
  -webkit-appearance: none;
  border: 0;
  padding: 2px 12px;
  z-index: 99;
}
.btn-default:hover {
  background-color: transparent;
  border-color: transparent;
}
.btn-primary {
  display: block;
  padding: 6px 12px !important;
  margin: 15px 0px !important;
  color: #FFFFFF !important;
}
textarea {
  width: 100% !important;
}
/*added as per client styles*/
.bg-danger {
  padding: 20px;
}
.bg-info {
  padding: 20px;
}
.bg-warning {
  padding: 20px;
}
.bg-success {
  padding: 20px;
}
.bg-primary {
  padding: 20px;
}
.nav-tabs {
  border: 0 !important;
}
/*added as per client styles*/
/*standerd content*/
/*code edited on 19052015*/
/*Alert massage*/
.site-bar-search {
  width: 100%;
  background-color: #C00;
}
.site-bar-search .alert-bar .alert {
  font-size: 14px;
  width: 100%;
  background-color: #C00;
  border: none;
  color: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
}
.site-bar-search .alert-bar .alert button {
  width: 25px;
  height: 25px;
  background-color: #841212;
  border-radius: 50%;
  color: white;
  opacity: 1;
}
.sidebarGroup {
  margin-top: 25px;
}
/*Alert massage*/
/*code edited on 19052015*/
.box-border {
  border: 0 !important;
}
.modal {
  padding-right: 0 !important;
}
.modal-header {
  border: 0;
  padding: 5px;
}
.modal-header .close {
  opacity: 1;
}
.modal-dialog {
  width: 800px;
  height: 400px;
}
.breadcrumb-content {
  margin-top: 0;
}
.breadcrumb-content .breadcrumb li {
  display: inline-block;
  padding: 0 !important;
}
.breadcrumb-content .breadcrumb li a {
  color: #8a919b;
}
.breadcrumb-content .breadcrumb li:first-child:before {
  padding: 0px;
}
.breadcrumb-content .breadcrumb .active a {
  color: #004b8d;
}
.red {
  background: #d1222a !important;
}
.box-space-left {
  padding-left: 0;
}
.box-space-right {
  padding-right: 0;
}
.box-space {
  padding: 0;
}
.box-bottom-space {
  margin-bottom: 15px;
}
.form-control {
  height: 40px;
  background: transparent;
  border-radius: 4px;
  color: #231f20;
  box-shadow: none;
  border-color: #d4d4d4;
  font-size: 11px;
  padding: 5px;
  width: 100%;
  text-transform: none;
}
select {
  height: 40px !important;
}
i {
  background: transparent;
  padding: 9px 10px;
  font-size: 25px;
  display: inline-block;
  font-family: 'All-Childrens-Hospital';
  position: relative;
  color: #00ace4;
  cursor: pointer;
}
.icon-menuicon:before {
  content: "\e611";
  position: absolute;
  left: -8px;
}
.icon-circlearrow:before {
  content: "\e601";
  position: absolute;
  left: -8px;
  color: #ffffff;
}
.icon-arrow:before {
  content: "\e600";
  position: absolute;
  left: 0;
  color: #ffffff;
}
.icon-search:before {
  content: "\e60f";
  position: absolute;
  color: #ffffff;
  right: 15px;
  font-size: 18px;
}
.box-social-media {
  padding-left: 0;
  display: inline-block;
}
.box-social-media li {
  display: inline-block;
  padding: 0 5px;
}
.box-social-media li:first-child {
  padding-left: 0;
}
.box-social-media span {
  content: "";
  background: url("../img/sprit.png") no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.box-social-media .icon-pinterest {
  background-position: top left;
}
.box-social-media .icon-twitter {
  background-position: left -32px;
}
.box-social-media .icon-linkedin {
  background-position: left -68px;
}
.box-social-media .icon-instagram {
  background-position: left -104px;
}
.box-social-media .icon-facebook {
  background-position: left -140px;
}
.input-group {
  position: inherit;
  display: block;
  margin: 20px 0;
}
.input-group .form-control {
  height: 40px;
  border: 2px solid #00ace4;
  width: 80%;
  border-radius: 0 ;
  font-size: 16px;
  color: #434749;
  text-transform: none;
}
.input-group .input-group-btn {
  margin: 0;
}
.input-group .input-group-btn .btn-default {
  border-radius: 0;
  height: 40px;
  background: #00ace4;
  color: #fff;
  border: 2px solid #00ace4;
}
.box-bottom-line {
  padding-top: 15px;
}
.box-bottom-line ul {
  height: 10px;
  line-height: 0;
  margin: 0;
  padding-left: 0;
  background: #00b0b8;
  /* code edited/added on 28052015*/
  /* code edited/added on 28052015*/
}
.box-bottom-line ul li {
  display: inline-block;
  width: 12.5%;
  height: 10px;
  margin: 0 -2px;
  padding: 0;
  line-height: 10px;
}
.box-bottom-line ul .orange {
  background: #f6921e;
}
.box-bottom-line ul .dark-pink {
  background: #d91b5e;
}
.box-bottom-line ul .green {
  background: #3eac48;
}
.box-bottom-line ul .sky-blue {
  background: #00b0b8;
}
.box-bottom-line ul .dark-red {
  background: #d1222a;
}
.box-bottom-line ul .pink {
  background: #f399c0;
}
.box-bottom-line ul .yellow {
  background: #f8c506;
}
.breadcrumb-content {
  margin-top: 0px;
}
.breadcrumb-content .breadcrumb {
  background-color: transparent;
  padding: 0px;
}
.breadcrumb-content .breadcrumb li a {
  color: #8a919b;
  text-decoration: none;
  font-family: sanchez_regularregular;
  font-size: 13px;
  line-height: 17px;
}
.breadcrumb-content .breadcrumb li:before {
  content: '|';
  color: #b1ddff;
  padding: 0px 15px;
}
.breadcrumb-content .breadcrumb li:first-child:before {
  content: '';
  padding-left: 0px!important;
}
.breadcrumb-content .breadcrumb .active a {
  color: #004b8d;
}
.send-message {
  display: block;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable {
  display: block;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody {
  display: block;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr {
  float: left;
  width: 45%;
  margin-right: 22px;
  min-height: 120px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td select {
  border-radius: 0;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td select option {
  padding: 6px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td input {
  border-radius: 0;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td textarea {
  border-radius: 0;
  width: 100% !important;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr span {
  color: red;
  font-size: 12px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo {
  float: none;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
  float: left;
  margin-right: 2%;
  width: 14% !important;
  margin-bottom: 20px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
  width: 41% !important;
  margin-right: 0;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz_Phone_localizedExtensionLabel {
  float: left;
  padding: 0 2%;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextExt {
  margin-right: 0;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message {
  width: 73%;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Label1 {
  width: 73%;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Label1 span {
  color: #434749;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div {
  float: left;
  margin-right: 20px;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl .CaptchaTable tbody tr {
  width: 100%;
}
.send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr:last-child .EditingFormButtonCell input {
  background-color: #00ACE4;
  color: #FFF;
  padding: 10px 35px;
  border: 1px solid #00ACE4;
  border-radius: 0px;
}
.col-sm-9 ul li {
  display: list-item;
}
/*global forms styles*/
/*.Global-forms{
  display:block;*/
/* .form{
    display:block;
    .For{mPanel*/
.EditingFormTable {
  display: block;
}
.EditingFormTable tbody {
  display: block;
}
.EditingFormTable tbody tr {
  width: 100%;
  margin-right: 22px;
}
.EditingFormTable tbody tr td {
  width: 100%;
  float: left;
  padding: 5px 0;
}
.EditingFormTable tbody tr td label {
  margin-bottom: 0;
}
.EditingFormTable tbody tr td select {
  border-radius: 0;
}
.EditingFormTable tbody tr td select option {
  padding: 6px;
}
.EditingFormTable tbody tr td input {
  border-radius: 0;
}
.EditingFormTable tbody tr td textarea {
  border-radius: 0;
  width: 100% !important;
}
.EditingFormTable tbody tr span {
  color: red;
  font-size: 12px;
  margin: 0;
}
.EditingFormTable tbody #SendTo {
  float: none;
}
.EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
  float: left;
  margin-right: 2%;
  width: 14% !important;
  margin-bottom: 20px;
}
.EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
  width: 41% !important;
  margin-right: 0;
}
.EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz_Phone_localizedExtensionLabel {
  float: left;
  padding: 0 2%;
}
.EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextExt {
  margin-right: 0;
}
.EditingFormTable tbody #Message {
  width: 73%;
}
.EditingFormTable tbody #Label1 {
  width: 73%;
}
.EditingFormTable tbody #Label1 span {
  color: #434749;
}
.EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div {
  float: left;
  margin-right: 20px;
}
.EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl .CaptchaTable tbody tr {
  width: 100%;
}
.EditingFormTable tbody tr:last-child .EditingFormButtonCell input {
  background-color: #00ACE4;
  color: #FFF;
  padding: 10px 35px;
  border: 1px solid #00ACE4;
  border-radius: 0px;
}
.EditingFormTable tbody div#p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_editabletext6_ucEditableText_widget1_ctl00_viewBiz_ncpbanquetdate {
  padding-left: 20px;
}
.EditingFormTable tbody .radio label,
.EditingFormTable tbody .checkbox label {
  color: #434749;
  font-size: 14px;
  padding-left: 0;
}
.EditingFormTable tbody div#p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_editabletext6_ucEditableText_widget1_ctl00_viewBiz_ncprsvptype {
  color: #434749;
  font-size: 14px;
  padding-left: 20px;
}
.EditingFormTable #RadioButtonsControl .EditingFormValueCell {
  padding-left: 20px;
}
/*      }
   }*/
/*}*/
/*global forms styles*/
.social-icon {
  margin: 20px 0;
  border-bottom: 2px solid #f9c506;
  display: inline-block;
  padding-bottom: 10px;
}
.social-icon .box-social-media {
  padding-bottom: 20px;
  padding-right: 10px;
}
.social-icon .box-social-media li {
  display: inline-block;
}
.social-icon .box-social-media li a {
  color: transparent;
  display: block;
}
.left-list {
  margin-top: 38px;
  min-height: 1383px;
}
.left-list .section-view {
  padding: 20px 25px;
  background-color: #f7f4f2;
}
.left-list .section-view h2 {
  margin-top: 0;
}
.left-list .section-view h2 span {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-top: 5px;
  margin-bottom: 4px;
}
.left-list .section-view ul {
  padding: 0px;
  margin: 0px;
}
.left-list .section-view ul li {
  display: block;
}
.left-list .section-view ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
}
.learn-more-btn {
  background: #00ace4;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center !important;
  border: 0;
}
.learn-more-btn:hover {
  color: #00ace4;
  text-decoration: none;
  background: #fff;
  border: 1px solid #00ace4;
}
.learn-more-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #00ace4;
  border: 1px solid #00ace4;
}
.green-btn {
  background: #4fb901;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center !important;
  border: 0;
}
.green-btn:hover {
  color: #4fb901;
  text-decoration: none;
  background: #fff;
  border: 1px solid #4fb901;
}
.green-btn:focus {
  color: #fff;
  text-decoration: none;
  background: #4fb901;
  border: 1px solid #4fb901;
}
.gray-btn {
  background: #e9e9e9;
  color: #000;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center !important;
  border: 0;
}
.gray-btn:hover {
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e9e9e9;
}
.gray-btn:focus {
  color: #000;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e9e9e9;
}
/*index page styles 08-04-015*/
.box-index-bg {
  background-color: #ee2e24;
}
.box-index h1 {
  margin: 25px 0;
}
.box-index h1 a {
  color: #ffffff;
}
.box-index h1 a:hover {
  color: #f5f5f5;
  text-decoration: none;
}
.box-index ul {
  padding: 0 20px;
}
.box-index ul li {
  padding: 15px 0;
  display: block;
}
.box-index ul li a {
  font-size: 25px;
  color: #ffffff;
}
.box-index ul li a:hover {
  color: #f5f1e4;
}
.box-index .box-child {
  padding: 10px 25px;
}
.box-index .box-child li {
  list-style-type: disc;
}
.box-index .box-child li a {
  font-size: 18px;
  color: #02369f;
}
/*index page styles 08-04-015*/
/*Home page styles 08-04-015*/
/*page header styles*/
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header .dropdown-menu {
  top: 45px;
  left: -103px;
  border-radius: 0;
  width: 230px;
  background: #f9c506;
  border: 0;
  margin: 0 !important;
  padding: 20px 0;
  box-shadow: none;
  z-index: 999;
}
header .dropdown-menu li {
  margin-top: 10px;
  display: block !important;
  border: 0;
  padding: 0 !important;
}
header .dropdown-menu li:first-child {
  margin-top: 0;
}
header .dropdown-menu li a {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: none;
  color: #004b8d !important;
}
header .dropdown-menu li a:after {
  content: "";
}
header .box-right-dropdown {
  background: #f9c506;
  padding: 10px 15px!important;
  float: right;
}
header .box-right-dropdown a {
  color: #004b8d;
  font-size: 16px;
  display: block;
}
header .box-right-dropdown a:after {
  content: "\f078";
  color: #004b8d;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 10px;
}
header .box-right-dropdown a:hover {
  text-decoration: none;
}
header .box-top-nav {
  background: #002c77;
  min-height: 30px;
}
header .box-top-nav ul {
  float: right;
  margin: 18px 20px 0 0;
  z-index: 999999;
}
header .box-top-nav ul li {
  display: inline-block;
  padding: 10px 15px;
  color: #b8c1d4;
  line-height: 1px;
}
header .box-top-nav ul li:first-child {
  border: 0;
}
header .box-top-nav ul li a {
  color: #f7f4f2;
  font-size: 11px;
  text-transform: uppercase;
}
header .box-top-nav ul li a:hover {
  color: #f9c506;
  text-decoration: none;
}
header .box-top-nav .gold-text {
  color: #ecb701;
}
header .box-main-nav {
  position: relative;
  padding: 10px 0 0 0;
  z-index: 1000;
  /*  .box-header-desktop{
    display: inline-block;
  }*/
}
header .box-main-nav .header-nav {
  float: left;
}
header .box-main-nav .header-nav .nav-btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
  position: relative;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu {
  background: #434749;
  border-radius: 0;
  left: -15px;
  margin: 0;
  padding: 15px 0;
  top: 35px;
  width: 320px;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu li {
  display: block !important;
  border-top: 1px solid #f7f4f2;
  padding: 10px 0 !important;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu li:first-child {
  border: 0 ;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu li a {
  font-size: 20px;
  color: #f7f4f2 !important;
  padding: 0px 15px;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu li a:hover {
  background: transparent;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu li a:focus {
  background: transparent;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu .box-bottom-menu {
  background: #ffffff;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu .box-bottom-menu li {
  border: 0;
  padding: 5px 0;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown .dropdown-menu .box-bottom-menu a {
  color: #004b8d !important;
}
header .box-main-nav .header-nav .nav-btn .menu-dropdown a {
  display: inline-block;
}
header .box-main-nav .header-nav .box-logo {
  display: inline-block;
}
header .box-main-nav .header-nav .box-logo .img-responsive {
  width: 100%;
}
header .box-main-nav .header-nav .box-logo span {
  font-size: 10px ;
}
header .box-main-nav .header-nav .box-logo a {
  display: block;
  cursor: pointer;
  text-decoration: none!important;
}
header .box-main-nav .header-nav .box-logo a:hover {
  text-decoration: none!important;
}
header .box-main-nav .header-nav .box-logo a .icon-logo {
  font-size: 55px;
}
header .box-main-nav .box-right-nav {
  margin-top: 20px;
  float: right;
}
header .box-main-nav .box-right-nav .navbar-nav {
  float: right;
}
header .box-main-nav .box-right-nav .navbar-nav li {
  list-style-type: none;
  padding: 10px 18px;
  /* code edited/added on 28052015*/
  /* code edited/added on 28052015*/
}
header .box-main-nav .box-right-nav .navbar-nav li a {
  font-family: sanchez_regularregular;
  padding: 0;
  font-size: 16px;
  color: #004b8d;
}
header .box-main-nav .box-right-nav .navbar-nav li a:hover {
  color: #0f558d;
  text-decoration: none;
  background: transparent;
}
header .box-main-nav .box-right-nav .navbar-nav li a:focus {
  color: #0f558d;
  text-decoration: none;
  background: transparent;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop {
  background: #f7f4f2;
  padding: 15px 20px;
  position: absolute;
  width: 625px;
  min-height: 335px;
  display: none;
  z-index: 999;
  top: 50px;
  left: -50px;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li {
  padding: 8px 0;
  float: left;
  width: 195px;
  display: block;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li h3 {
  margin-top: 0;
  font-size: 17px;
  color: #434749;
  font-family: sanchez_regularregular;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li strong {
  font-size: 14px;
  color: #004b8d;
  margin: 10px 0;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li a {
  font-size: 14px;
  padding-left: 10px;
  color: #004b8d;
  display: block;
  font-family: proxima_nova_rgregular;
  line-height: 22px;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li ul li {
  margin-top: 15px;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li ul li:first-child {
  margin-top: 0;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-left-drop {
  left: -504px !important;
}
header .box-main-nav .box-right-nav .navbar-nav li .box-center-drop {
  left: -275px !important;
}
header .box-main-nav .box-right-nav .navbar-nav li:hover {
  background: #f7f4f2;
}
header .box-main-nav .box-right-nav .navbar-nav li:hover .box-dprt-drop {
  display: block;
}
header .box-main-nav .search-dropdown {
  float: right;
  padding: 10px;
  color: #004b8d;
  display: inline-block;
  /*code edited/added on 04052015*/
  /*code edited/added on 04052015*/
  /* :-moz-placeholder {
      color: #ffffff;
    }*/
}
header .box-main-nav .search-dropdown a {
  display: inline-block;
  font-size: 16px;
}
header .box-main-nav .search-dropdown a:after {
  content: "\f002";
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 8px;
  font-size: 16px;
}
header .box-main-nav .search-dropdown a:hover {
  text-decoration: none;
  color: #004b8d;
}
header .box-main-nav .search-dropdown .box-go-btn {
  color: #ffffff !important;
  margin-top: 8px;
  background: #002c77;
  padding: 4px 5px !important;
  border-radius: 4px;
}
header .box-main-nav .search-dropdown .box-go-btn:after {
  content: "";
}
header .box-main-nav .search-dropdown .box-go-btn:hover {
  background: #002c77 !important;
  text-decoration: none;
}
header .box-main-nav .search-dropdown .active-search-icon {
  color: #ffffff !important;
}
header .box-main-nav .search-dropdown #search-box {
  display: none;
}
header .box-main-nav .search-dropdown .dropdown-menu {
  left: 65%;
  top: 100%;
  background: #00ace4;
  width: 350px;
  z-index: 10;
  padding: 10px 5px;
}
header .box-main-nav .search-dropdown .dropdown-menu .form-control {
  width: 80%;
  display: inline-block;
  color: #ffffff;
  border: 0;
  text-transform: none;
  font-size: 16px;
  min-height: 50px;
  padding: 0 10px;
  box-shadow: none;
}
header .box-main-nav .search-dropdown ::-webkit-input-placeholder {
  color: #ffffff;
}
header .box-main-nav .search-dropdown ::-moz-placeholder {
  color: #ffffff;
}
header .box-main-nav .search-dropdown :-ms-input-placeholder {
  color: #ffffff;
}
header .box-main-nav .active-search {
  background: #00ace4 !important;
  color: #ffffff !important;
}
header .box-main-nav .navbar-default {
  background: transparent;
}
header .box-main-nav .navbar-default .navbar-collapse {
  border: 0 !important;
}
/*page header styles*/
/*page banner styles*/
.box-home-banner .carousel-caption {
  background: #31b2ff;
  background: transparent\9;
  background: rgba(49, 178, 255, 0.7);
  /* background: #00ace4;*/
  color: #fff;
  padding: 25px;
  font-family: sanchez_regularregular;
  position: absolute;
  text-align: left;
  text-shadow: none;
  left: 40%;
  top: 30%;
  bottom: 38%;
  right: 15%;
}
.box-home-banner .carousel-caption h2 {
  margin-top: 0;
  font-size: 38px;
}
.box-home-banner .carousel-caption p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.box-home-banner .carousel-caption a {
  padding: 12px 18px;
  color: #ffffff;
  background: #002c77;
  font-size: 14px;
}
.box-home-banner .carousel-caption a:hover {
  text-decoration: none;
}
.box-home-banner .carousel-caption .icon-circlearrow {
  padding: 0 10px;
}
.box-home-banner .carousel-caption .icon-circlearrow:before {
  left: 0px;
  top: 6px;
}
.box-home-banner img {
  width: 100%;
}
/*page banner styles*/
/*home page middle content styles*/
.box-middle-section {
  padding: 40px 0;
}
.carousel-control {
  opacity: 1;
}
.box-home-page .box-hospital-info {
  padding-bottom: 20px;
}
.box-home-page .box-hospital-info a {
  color: #004b8d !important;
}
.box-home-page .box-hospital-info a:hover {
  text-decoration: none;
}
.box-home-page .box-hospital-info a h2 {
  font-size: 22px;
  color: #004b8d;
  font-weight: bold;
  margin-top: 0;
}
.box-home-page .box-hospital-info p {
  font-size: 20px;
  color: #434749;
}
.box-home-page .box-hospital-info a {
  color: #00ace4;
}
.box-home-page .box-hospital-info .col-sm-4 {
  min-height: 170px;
}
.box-home-page .box-hospital-events {
  margin-bottom: 20px;
}
.box-home-page .box-hospital-events .nav-tabs {
  text-align: center;
}
.box-home-page .box-hospital-events .nav-tabs > li > a {
  width: 280px;
  border: 1px solid #dddddd!important;
  border-radius: 0 ;
  margin: 0;
  font-size: 17px;
  color: #434749;
  position: relative;
  padding: 12px 15px;
}
.box-home-page .box-hospital-events .nav-tabs > li > a:hover {
  background: #777777;
  color: #ffffff;
}
.box-home-page .box-hospital-events .nav-tabs > li > a:hover:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 125px;
}
.box-home-page .box-hospital-events .nav-tabs > li.current > a {
  background: #777777;
  color: #ffffff;
  position: relative;
}
.box-home-page .box-hospital-events .nav-tabs > li.current > a:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 125px;
}
.box-home-page .box-hospital-events .nav-tabs > li.active > a {
  background: #777777;
  color: #ffffff;
  position: relative;
}
.box-home-page .box-hospital-events .nav-tabs > li.active > a:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 125px;
}
.box-home-page .box-hospital-events .tab-content {
  padding: 35px 0 20px 0;
}
.box-home-page .box-hospital-events .tab-content .carousel-control.left {
  background-image: none;
}
.box-home-page .box-hospital-events .tab-content .carousel-control.right {
  background-image: none;
}
.box-home-page .box-hospital-events .tab-content span {
  font-family: 'All-Childrens-Hospital';
  position: relative;
}
.box-home-page .box-hospital-events .tab-content .icon-carousel-left-arrow:before {
  content: "\e612";
  position: absolute;
  background: #00ace4;
  padding: 10px;
  left: -85px !important;
  top: 65px;
}
.box-home-page .box-hospital-events .tab-content .icon-carousel-right-arrow:before {
  content: "\e613";
  position: absolute;
  background: #00ace4;
  padding: 10px;
  left: 45px;
  top: 65px;
}
.box-home-page .box-hospital-events .tab-content i {
  color: #FFFFFF;
}
.box-home-page .box-hospital-events .tab-content:first-child .slider-wrapper .bx-wrapper .bx-viewport .bxslider {
  padding: 0px 20px;
}
.box-home-page .box-hospital-events .tab-content .slider-wrapper .bx-wrapper .bx-viewport .bxslider {
  padding: 0px;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail {
  border: 0;
  color: #434749;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail .caption {
  padding: 10px 15px;
  background: #f7f4f2;
  position: relative;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail .caption > .date-wrap {
  background-color: #3fac49;
  position: absolute;
  left: 0;
  top: -28px;
  padding: 8px 17px 4px;
  line-height: 1;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail .caption > .date-wrap span {
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  display: inline-block;
  color: #f7f4f2;
  font-size: 16px;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 0;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail p {
  font-size: 14px;
}
.box-home-page .box-hospital-events .carousel-inner .thumbnail a {
  color: #00ace4;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper {
  margin-bottom: 0 !important;
  max-width: 100% !important;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport {
  min-height: 600px !important;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li {
  min-height: 550px!important;
  background-color: #f7f4f2;
  width: 383.666667px !important;
  margin-right: 20px !important;
  padding: 0 !important;
  display: inline-block;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail {
  border: 0;
  color: #434749;
  margin-bottom: 0;
  background-color: transparent;
  padding: 0;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption {
  padding: 10px 15px;
  position: relative;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption > .date-wrap {
  background-color: #3fac49;
  position: absolute;
  left: 2px;
  top: -28px;
  padding: 8px 17px 4px;
  line-height: 1;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption > .date-wrap span {
  font-family: 'proxima_nova_rgregular';
  text-transform: uppercase;
  display: inline-block;
  color: #f7f4f2;
  font-size: 16px;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption ul {
  padding-left: 0!important;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption ul li {
  margin-right: 0 !important;
  width: auto !important;
  background-color: transparent;
  height: auto !important;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail h2 {
  margin-top: 0;
  line-height: 20px;
  font-size: 18px;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail h2 a {
  color: #00ace4;
  font-size: 18px;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail p {
  font-size: 14px;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail a {
  color: #00ace4;
  font-size: 14px;
  font-weight: normal;
}
.box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail iframe {
  width: 100% !important;
}
.box-home-page .box-hospital-events .box-mob-events {
  padding: 15px 0;
}
.box-home-page .box-hospital-events .box-mob-events .box-mob-tab {
  width: 100%;
  font-size: 17px;
  color: #fff;
  position: relative;
  text-align: center;
  padding: 10px 0;
}
.box-home-page .box-hospital-events .box-mob-events .box-mob-tab i {
  font-size: 14px !important;
  padding: 0 !important;
}
.box-home-page .box-hospital-events .box-mob-events .nav-tabs {
  border: 0;
}
.box-home-page .box-hospital-events .tab-content {
  padding: 15px;
}
.box-home-page .box-hospital-events .bx-clone {
  display: none !important;
}
/*home page middle content styles*/
/*inside landing page styles*/
.inside-landing-page {
  padding-bottom: 0 !important;
  /*  edited on 12062015*/
  /*  edited on 12062015*/
}
.inside-landing-page .box-right-content .zone-content h1 {
  color: #004b8d;
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  margin: 20px 0;
}
.inside-landing-page .box-right-content .zone-content h1 a:hover {
  text-decoration: none;
}
.inside-landing-page .box-right-content .zone-content p {
  font-size: 26px;
  line-height: 30px;
  color: #8a919b;
}
.inside-landing-page .box-right-content .zone-content .social-icon {
  margin-bottom: 30px;
}
.inside-landing-page .box-right-content .zone-content .social-icon .box-social-media {
  border-bottom: 2px solid #f9c506;
  padding-bottom: 20px;
  padding-right: 10px;
}
.inside-landing-page .box-right-content .zone-content .social-icon .box-social-media li a {
  color: transparent;
  display: block;
}
.inside-landing-page .box-right-content .zone-content .text-content {
  margin-bottom: 20px;
}
.inside-landing-page .box-right-content .zone-content .text-content p {
  font-size: 17px;
  line-height: 21px;
  color: #434749;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab {
  /*code edited/added*/
  /*code edited/added*/
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs {
  margin-bottom: 23px;
  border: 0 !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs li {
  width: 221px;
  display: inline-block;
  list-style-type: none;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs li a {
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  position: relative;
  text-align: center;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs li a:hover {
  background: #777777;
  color: #ffffff;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs li a:hover:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 112px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li.active > a {
  background: #777777;
  color: #ffffff;
  position: relative;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li.active > a:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 112px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content {
  float: left;
  background: #f7f4f2;
  width: 50%;
  margin-top: 20px;
  display: inline-block;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image {
  position: relative;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image span {
  padding: 10px 18px 10px 17px;
  font-size: 13px;
  line-height: 17px;
  background: #777777;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
  padding: 17px 9px 12px 9px;
  width: 65%;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info h3 {
  font-family: sanchez_regularregular;
  font-size: 18px;
  line-height: 22px;
  color: #004b8d;
  margin-top: 0px;
  margin-bottom: 13px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
  color: #434749;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info span {
  font-size: 14px;
  line-height: 18px;
  color: #00ace4;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .content {
  min-height: 360px;
  width: 560px;
  padding: 30px 50px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
  width: 45%;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
  padding: 10px 20px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-space-left {
  padding-left: 0 !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-space-right {
  padding-right: 0 !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms {
  position: relative;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content {
  min-height: 400px;
  position: relative;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .image .img-responsive {
  width: 100%;
  height: 170px !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info {
  padding: 10px 20px;
  width: 100%;
  min-height: 300px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info h3 {
  font-size: 22px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info p {
  font-size: 18px;
  line-height: 20px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .learn-more-btn {
  position: absolute;
  bottom: 0;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .learn-active {
  border: 1px solid #00ace4;
  background: #FFFFFF;
  color: #434749;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities {
  padding: 10px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities h3 {
  color: #5f646b;
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities h3 strong {
  display: block;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul {
  padding-left: 30px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul li {
  padding: 10px;
  list-style-type: disc;
  display: list-item;
  font-size: 17px;
  line-height: 21px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities p {
  font-size: 17px;
  line-height: 21px;
  font-weight: 100;
  color: #434749;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians h2 {
  display: block;
  width: 100%;
  float: left;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians .box-view .box-tab-content .image {
  width: 30%;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians .box-view .box-tab-content .image img {
  width: 100%;
  height: 180px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians .box-view .box-tab-content .image span {
  min-width: 127px;
  font-weight: normal;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  line-height: 14px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians .box-view .box-tab-content .info {
  width: 68%;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content i {
  float: right;
  padding-right: 0 !important;
  color: #FFFFFF !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .content {
  min-height: 360px;
  width: 560px !important;
  padding: 30px 50px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box {
  width: 100% !important;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content {
  padding: 30px 35px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li {
  display: inline-block;
  position: relative;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li a {
  display: inline-block;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li .gray-btn {
  font-size: 14px;
  width: 70px;
  margin: 0px 23px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li .gray-btn:hover {
  border: 0px;
  background-color: #e9e9e9;
  color: #000;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li .active {
  background-color: #f9f9f9;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li .active:hover {
  background-color: #f9f9f9;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-cycle li .dash {
  border: 1px solid #000;
  height: 1px;
  width: 30px;
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: -15px;
  padding: 0px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount {
  margin-top: 10px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul li {
  display: inline-block;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul li .learn-more-btn {
  background: #00ace4;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  text-align: center !important;
  border: 1px solid #00ace4;
  display: block;
  width: 100px;
  margin: 0px 9px;
  position: inherit;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .form-group {
  margin-top: 15px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .form-group input[type="text"] {
  width: 95%;
  margin: 0px 9px;
  height: 40px;
  padding: 15px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn {
  float: right;
  width: 120px;
  margin-right: 18px;
  font-size: 14px;
  text-align: left !important;
  padding: 5px 12px;
  border: 0px;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn:hover {
  background-color: #4fb901;
  color: #fff;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn:focus {
  background-color: #4fb901;
  color: #fff;
}
.inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn:before {
  background-image: url("../img/sprit.png");
  background-position: -3px -229px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin: 0;
  position: absolute;
  content: '';
  right: 64px;
}
.inside-landing-page .box-left-content {
  padding: 30px 0px;
  padding-left: 8px;
}
.inside-landing-page .box-left-content .left-sub-section {
  padding: 0;
}
.inside-landing-page .box-left-content .left-sub-section h2 {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-bottom: 22px;
  margin-top: 0px;
  padding: 0px 10px;
}
.inside-landing-page .box-left-content .left-sub-section .accordArrHeading h2 {
  font-size: 18px;
  color: #434749;
  line-height: 22px;
  font-family: inherit;
  font-style: normal;
  display: inline-block;
}
.inside-landing-page .box-left-content .left-sub-section ul {
  padding: 20px 20px 0px 0px;
  padding-bottom: 0 !important;
  background: #ffffff;
}
.inside-landing-page .box-left-content .left-sub-section ul li {
  /*display: block;*/
  padding-bottom: 5px;
  list-style-type: none;
  padding-left: 0;
}
.inside-landing-page .box-left-content .left-sub-section ul li a {
  font-size: 14px;
  line-height: 19px;
}
.inside-landing-page .box-left-content .left-sub-section ul li a:hover {
  text-decoration: none;
}
.inside-landing-page .box-left-content .left-sub-section ul li ul {
  padding-left: 0px !important;
  padding-bottom: 0 !important;
  padding-top: 0px !important;
  margin-bottom: 0px !important;
}
.inside-landing-page .box-left-content .left-sub-section ul li ul li {
  list-style-type: none;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section {
  background: #f7f4f2;
  padding: 15px 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section ul {
  background: #f7f4f2;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordArrHeading h2 {
  font-size: 18px;
  color: #434749;
  line-height: 22px;
  font-family: inherit;
  font-style: normal;
  display: inline-block;
  padding: 0 10px;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .active h2 i:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading {
  cursor: pointer;
  padding: 10px;
  border-top: 1px solid #E2E1E0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading:first-child {
  border: 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 {
  max-width: 90%;
  display: inline-block;
  padding: 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 a {
  font-size: 14px;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 a:hover {
  text-decoration: none;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 .active {
  font-weight: 600;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading:hover {
  background: #EBEBEB;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .collapsed h2 {
  font-weight: 600!important;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo {
  display: none;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul {
  margin-bottom: 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li {
  line-height: 12px;
  padding: 10px;
  border-top: 1px solid #E2E1E0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li:first-child {
  border: 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li a {
  max-width: 90%;
  color: #337ab7;
  display: inline-block;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li a:hover {
  color: #257BB7;
  text-decoration: underline;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li ul {
  margin-bottom: 0;
  display: none;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li ul li {
  line-height: 12px;
  padding: 15px 0 10px 0;
  border-top: 1px solid #E2E1E0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li ul li:first-child {
  border: 0;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li ul li a {
  max-width: 90%;
  color: #337ab7;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li ul li a:hover {
  color: #257BB7;
  text-decoration: underline;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li i {
  padding-top: 3px;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .sub-active:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .active-nav {
  background: #BFBFBF;
}
.inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Heading .sub-active:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .related-pages {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c8cd;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrHeading {
  cursor: pointer;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrHeading h2 {
  padding-left: 0 !important;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrInfo {
  display: block;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrInfo ul .btn-primary {
  margin: 15px 0px;
  display: block!important;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrInfo ul .btn {
  padding: 6px 12px;
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .active h2 i:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .related-pages .active-nav {
  background: #BFBFBF;
}
.inside-landing-page .box-left-content .left-sub-section .external-link {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c8cd;
}
.inside-landing-page .box-left-content .left-sub-section .external-link .accordArrHeading {
  cursor: pointer;
}
.inside-landing-page .box-left-content .left-sub-section .external-link .accordArrHeading h2 {
  padding-left: 0 !important;
}
.inside-landing-page .box-left-content .left-sub-section .external-link .accordArrInfo {
  display: block;
}
.inside-landing-page .box-left-content .left-sub-section .external-link .active h2 i:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .external-link .active-nav {
  background: #BFBFBF;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us {
  padding-left: 10px;
  padding-right: 10px;
  background: #ffffff;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrHeading {
  cursor: pointer;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrHeading h2 {
  padding-left: 0 !important;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrHeading span {
  color: #434749;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrInfo {
  display: block;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .active h2 i:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .contact-us p {
  font-size: 14px;
  line-height: 19px;
  color: #434749;
  margin: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us span {
  font-size: 20px;
  line-height: 24px;
  background: #ffffff;
  color: #004b8d;
}
.inside-landing-page .box-left-content .left-sub-section .contact-us .active-nav {
  background: #BFBFBF;
}
.inside-landing-page .box-left-content .left-sub-section .accordArrInfo ul {
  /* display: none;*/
}
.inside-landing-page .box-left-content .left-sub-section .accordArrInfo ul li {
  width: 92%;
  list-style-type: none;
}
.inside-landing-page .box-left-content .left-sub-section .accordArrInfo ul li ul {
  display: none;
}
.inside-landing-page .box-left-content .left-sub-section .accordArrInfo .sub-active:before {
  content: "\f078";
}
.inside-landing-page .box-left-content .left-sub-section .join-img-wrapper {
  margin-top: 32px;
  background-color: #f7f4f2;
}
.inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a {
  text-decoration: none;
}
.inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span {
  padding: 22px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #004b8d;
  display: block;
  position: relative;
}
.inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span .icon-circlearrow:before {
  content: "\e601";
  position: absolute;
  left: -10px;
  top: 0;
  color: #004b8d;
}
.inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span i {
  padding: 0;
}
.inside-landing-page .box-left-content i {
  display: inline-block;
  padding: 8px 5px 0 0;
  float: right;
}
.inside-landing-page .box-video-section {
  display: block;
  margin: 20px 0;
  padding: 20px;
  background: #f7f4f2 ;
}
.inside-landing-page .box-video-section h2 {
  font-size: 30px;
  color: #666;
  margin: 10px 0 22px 0;
  font-family: sanchez_regularregular;
}
.inside-landing-page .box-video-section .video-slider-section {
  padding-bottom: 20px;
}
.inside-landing-page .box-video-section .video-slider-section .slider-wrapper .bx-wrapper {
  margin-bottom: 0 !important;
}
.inside-landing-page .box-video-section .video-slider-section .slider-wrapper .bx-wrapper .bx-viewport {
  height: 220px !important;
  background: transparent;
  border: 0;
  left: 0;
}
.inside-landing-page .box-video-section .video-slider-section .thumbnail {
  background-color: #ffffff;
  border: 0;
  margin-bottom: 0;
  padding: 15px 10px;
  height: 200px;
}
.inside-landing-page .box-video-section .video-slider-section .thumbnail p {
  font-family: sanchez_regularregular;
  line-height: 22px;
  font-style: italic;
  color: #434749;
  margin: 0px 20px;
  background: #ffffff;
  padding: 10px 0;
}
.inside-landing-page .box-search-right-content h4 {
  margin: 0px;
  padding: 20px 30px;
}
.inside-landing-page .box-search-right-content .interested-in {
  background: #f7f4f2;
  padding: 25px;
}
.inside-landing-page .box-search-right-content .interested-in .events {
  display: inline-block;
}
.inside-landing-page .box-search-right-content .interested-in .events h3 {
  margin-top: 0px;
  font-weight: 600;
}
.inside-landing-page .box-search-right-content .interested-in .events .event-block {
  margin-top: 25px;
}
.inside-landing-page .box-search-right-content .interested-in .events .event-block h4 {
  color: #004b8d;
  font-family: sanchez_regularregular;
  margin-bottom: 10px;
  margin-top: 0px;
  padding: 0px;
}
.inside-landing-page .box-search-right-content .interested-in .events .event-block h4 a {
  text-transform: capitalize;
  font-family: 'sans-serif';
}
.inside-landing-page .box-search-right-content .interested-in .events .event-block p {
  line-height: 22px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination strong {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination strong:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination a {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
  margin-top: 0px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination a:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea .start-btn {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  margin-left: -1px;
  margin-right: -21px;
  margin-top: -6px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea .start-btn .SelectedPrev {
  position: absolute;
  top: -1px;
  left: 30px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea span span {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea span span:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea span a {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-right-content .interested-in .events .pagination .PagerControl .PagerNumberArea span a:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-right-content a {
  color: #00ace4;
  margin-top: 10px;
  margin-bottom: 40px;
}
.inside-landing-page .box-search-left-content .benefits-tab {
  /*code edited/added*/
  /*code edited/added*/
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs {
  margin-bottom: 23px;
  border: 0 !important;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li {
  width: 221px;
  display: inline-block;
  list-style-type: none;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a {
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  position: relative;
  text-align: center;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:hover {
  background: #777777;
  color: #ffffff;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:hover:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 112px;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs > li.active > a {
  background: #777777;
  color: #ffffff;
  position: relative;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs > li.active > a:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 112px;
}
.inside-landing-page .box-search-left-content .benefits-tab .nav-tabs > li > a:hover:after {
  position: absolute;
  bottom: -11px;
  left: 112px;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content {
  float: left;
  background: #f7f4f2;
  width: 50%;
  margin-top: 20px;
  display: inline-block;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .image {
  position: relative;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .image span {
  padding: 10px 18px 10px 17px;
  font-size: 13px;
  line-height: 17px;
  background: #777777;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info {
  padding: 17px 9px 12px 9px;
  width: 65%;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info h3 {
  font-family: sanchez_regularregular;
  font-size: 18px;
  line-height: 22px;
  color: #004b8d;
  margin-top: 0px;
  margin-bottom: 13px;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 2px;
  color: #434749;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info span {
  font-size: 14px;
  line-height: 18px;
  color: #00ace4;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-view {
  width: 45%;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-view {
  padding: 10px 20px;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-space-left {
  padding-left: 0 !important;
}
.inside-landing-page .box-search-left-content .benefits-tab .box-space-right {
  padding-right: 0 !important;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content i {
  float: right;
  padding-right: 0 !important;
  color: #FFFFFF !important;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .results {
  margin-bottom: 20px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .results h3 {
  font-size: 18px;
  line-height: 22px;
  color: #004b8d;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .results h3 a {
  font-family: 'sans-serif';
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .results p {
  line-height: 22px;
  color: #434749;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination strong {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination strong:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination a {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination a:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea .start-btn {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  margin-left: -1px;
  margin-right: -21px;
  margin-top: -6px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea .start-btn .SelectedPrev {
  position: absolute;
  top: -1px;
  left: 30px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea span span {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea span span:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea span a {
  position: relative;
  float: left;
  padding: 6px 8px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.inside-landing-page .box-search-left-content .benefits-tab .tab-content .pagination .PagerControl .PagerNumberArea span a:hover {
  background-color: #00ace4;
  color: #FFFFFF;
}
.inside-landing-page .result-heading {
  margin-bottom: 50px;
}
.inside-landing-page .result-heading .form-group {
  position: relative;
}
.inside-landing-page .result-heading .form-group .form-control {
  padding-left: 135px;
  padding-right: 115px;
  border-color: #00ace4 ;
  border-radius: 0px;
  font-size: 18px ;
  height: 50px;
  color: #434749;
  text-transform: capitalize;
}
.inside-landing-page .result-heading .form-group span {
  position: absolute;
  left: 0px;
  top: 2px;
  display: block;
  border-right: 1px solid gray;
  color: gray;
  font-style: italic;
  margin: 12px;
  padding-right: 20px;
  font-size: 18px;
}
.inside-landing-page .result-heading .form-group .box-find-btn {
  background-color: #00ace4;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #FFFFFF;
  padding: 12px 30px;
  font-size: 18px;
  text-decoration: none;
  border: 0px;
}
/*inside landing page styles*/
/*inside Interior page styles*/
.inside-Interior-page {
  /*  edited on 12062015*/
  /*  edited on 12062015*/
}
.inside-Interior-page .interior-left-content {
  background-color: #f7f4f2;
  padding: 30px 15px 30px 15px;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section h2 {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  max-width: 95%;
  word-wrap: break-word;
  padding-top: 5px;
  padding-bottom: 5px;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  display: inline-block;
  max-width: 95%;
  word-wrap: break-word;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 .active {
  font-weight: 600;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading i.active:before {
  content: "\f078";
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .collapsed h2 {
  font-weight: 600!important;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul {
  margin: 0px;
  padding: 0px;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li {
  padding: 5px;
  display: block;
  max-width: 90%;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li ul {
  padding: 3px 0 3px 0px;
  display: none;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li ul li {
  display: block;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  text-decoration: none;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li a > .active {
  font-weight: bold;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo i {
  line-height: 0px;
  padding: 0px;
  /* font-size: 2px;*/
  font-family: FontAwesome;
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo .sub-active:before {
  content: "\f078";
}
.inside-Interior-page .interior-left-content .left-interior-section .in-this-section .active:before {
  content: "\f078";
}
.inside-Interior-page .interior-left-content .bottom-content .content-info {
  border: 1px solid #434749;
  margin-top: 20px;
  background-color: #f7f4f2;
  text-align: center;
  /*added as per client styles*/
  /*added as per client styles*/
}
.inside-Interior-page .interior-left-content .bottom-content .content-info p {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  padding: 10px;
  margin-bottom: 0;
}
.inside-Interior-page .interior-left-content .bottom-content .content-info h2 span {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  padding: 10px;
  margin-bottom: 0;
}
.inside-Interior-page .interior-left-content .bottom-content .content-info h4 {
  border-bottom: 1px solid #F7F4F2;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.inside-Interior-page .interior-left-content .bottom-content .content-info ul li {
  padding: 0 0 4px 0;
  list-style-type: none;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 > table {
  width: 82%;
  margin-right: 155px;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 > table caption {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  padding-top: 0px;
  padding-bottom: 15px;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 > table tbody tr td {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: #3fac48;
  border-top: 0 ;
  padding: 15px;
  padding-left: 25px;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 > table tbody tr td:first-child {
  color: #434749;
  font-weight: 100;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 > table tbody tr:nth-of-type(odd) {
  background: #f7f4f2;
}
.inside-Interior-page .interior-right-content .right-interior-section .kh_art_tabs_2 table tbody tr td {
  font-family: proxima_nova_rgregular;
  font-size: 14px;
  line-height: 18px;
  border: 1px solid #cfcbb7;
  background-color: #ffffff;
  color: #434749;
  font-weight: 100;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner {
  position: relative;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner img {
  width: 100%;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .box-banner-text p {
  font-size: 20px;
  color: #8a919b;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption {
  position: relative;
  bottom: 0;
  margin-top: -19%;
  width: 84%;
  background: #ffffff;
  padding: 10px 10px 10px 0;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 {
  margin-top: 17px;
  margin-bottom: 19px;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 a {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  text-decoration: none;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption p {
  font-size: 26px;
  line-height: 30px;
  color: #8a919b;
  padding-right: 65px;
  margin-bottom: 21px;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h3 {
  font-size: 26px;
  line-height: 30px;
  color: #8a919b;
  padding-right: 65px;
  margin-bottom: 21px;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon {
  border-bottom: 2px solid #f9c506;
  display: inline-block;
  padding-bottom: 10px;
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon ul {
  padding-bottom: 16px;
  padding-right: 10px;
  /* border-bottom:2px solid #f9c506 ;*/
}
.inside-Interior-page .interior-right-content .right-interior-section .inside-banner2 .banner-caption h2 {
  font-size: 30px;
  color: #004b8d;
  font-family: sanchez_regularregular;
}
.inside-Interior-page .interior-right-content .right-interior-section #kh_experts_nav ul li {
  display: inline-block !important;
  padding-right: 10px !important;
}
.inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content {
  padding-left: 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content p {
  font-size: 15px;
  line-height: 19px;
  color: #434749;
  padding-right: 55px;
}
.inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image {
  padding-right: 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image .box-family-img {
  width: 100%;
  height: 280px;
  background-position: -98px 0 !important;
}
.inside-Interior-page .interior-right-content .right-interior-section .subhead-example {
  margin-right: 155px;
}
.inside-Interior-page .interior-right-content .right-interior-section .subhead-example h2 {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
}
.inside-Interior-page .interior-right-content .right-interior-section .subhead-example p {
  font-size: 15px;
  line-height: 19px;
  color: #434749;
  padding-right: 55px;
}
.inside-Interior-page .interior-right-content .right-interior-section .childrens-blog {
  margin-right: 155px;
  display: table;
}
.inside-Interior-page .interior-right-content .right-interior-section .childrens-blog img {
  display: table-cell;
}
.inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p {
  font-size: 15px;
  line-height: 19px;
  color: #434749;
  padding-right: 61px;
  padding-left: 25px ;
  margin: 0 0 27px;
  display: inherit;
}
.inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p a {
  font-size: 16px;
  line-height: 22px;
  color: #004b8d;
  text-decoration: none;
  padding-right: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section .table {
  width: 82%;
  margin-right: 155px;
}
.inside-Interior-page .interior-right-content .right-interior-section .table caption {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  padding-top: 0px;
  padding-bottom: 15px;
}
.inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td {
  font-size: 17px;
  line-height: 21px;
  font-weight: bold;
  color: #3fac48;
  border-top: 0 ;
  padding: 15px;
  padding-left: 25px;
}
.inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td:first-child {
  color: #434749;
  font-weight: 100;
}
.inside-Interior-page .interior-right-content .right-interior-section .table tbody tr:nth-of-type(odd) {
  background: #f7f4f2;
}
.inside-Interior-page .interior-right-content .right-interior-section ul {
  margin-top: 0px!important;
  padding-left: 0;
}
.inside-Interior-page .interior-right-content .right-interior-section ul h2 {
  font-family: sanchez_regularregular;
  color: #004b8d;
}
.inside-Interior-page .interior-right-content .right-interior-section ul h3 {
  font-family: sanchez_regularregular;
  color: #004b8d;
}
.inside-Interior-page .interior-right-content .right-interior-section ul p {
  margin-top: 15px;
}
.inside-Interior-page .interior-right-content .right-interior-section ul p .right {
  float: right;
  margin-right: 0px !important;
  margin: 10px;
}
.inside-Interior-page .interior-right-content .right-interior-section ul .enfoSWF {
  float: right;
  margin-right: 0px !important;
  margin: 10px;
}
.inside-Interior-page .interior-right-content .right-interior-section ul ol li .right {
  float: right;
  margin-right: 0px !important;
  margin: 10px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter {
  width: auto;
  clear: both;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC {
  float: left;
  width: 25%;
  height: auto;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC #KH_WC_Area_A {
  margin: 30px 0px;
  height: auto;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC {
  float: left;
  width: 75%;
  display: table;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K {
  float: left;
  width: 35%;
  margin-bottom: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K a img {
  display: block;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_B {
  float: left;
  width: 35%;
  margin-bottom: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_C {
  float: left;
  width: 35%;
  margin-bottom: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_D {
  float: left;
  width: 35%;
  margin-bottom: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_E {
  float: left;
  width: 35%;
  margin-bottom: 20px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid {
  display: inline-block;
  width: 100%;
  clear: both;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_F {
  float: left;
  width: 20%;
  margin: 30px 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_G {
  float: left;
  width: 20%;
  margin: 30px 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_H {
  float: left;
  width: 20%;
  margin: 30px 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_I {
  float: left;
  width: 20%;
  margin: 30px 0px;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot {
  display: inline-block;
  margin: 10px 0px;
  width: 63%;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J {
  width: auto;
}
.inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J img {
  width: 63%;
  position: absolute;
}
.inside-Interior-page .interior-right-content .right-interior-section .smaller {
  margin: 10px 5px;
  width: 63%;
  text-align: center;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group {
  margin-left: 0px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group h2 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td {
  padding-bottom: 20px;
  vertical-align: top;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td input[type='radio'] {
  margin-right: 10px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td input[type='checkbox'] {
  margin-right: 10px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .radio-btn {
  width: 30%;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .checkbox-btn {
  width: 60%;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .labelbox {
  width: 23%;
  float: left;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox {
  width: 50%;
  float: left;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox .form-control {
  border-color: #8a919b;
  border-radius: 0px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox .ErrorMessage {
  color: red;
  font-size: 12px;
  line-height: 16px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox select {
  width: 48% !important;
  display: inline-block;
  float: right;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox select:first-child {
  float: left;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox textarea {
  width: 98% !important;
  border-color: #8a919b;
  border-radius: 0px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .date-time-picker {
  position: relative;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .date-time-picker span .control-group-inline .btn {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #8a919b;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .details {
  padding-bottom: 10px;
}
.inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .btnWrapper input[type='submit'] {
  background-color: #00ACE4;
  color: #FFF;
  padding: 10px 35px;
  border: 1px solid #00ACE4;
  border-radius: 0px;
  width: 12%;
  display: inline-block;
  margin-right: 15px !important;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .btnWrapper .learn-more-btn {
  cursor: pointer;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .btnWrapper .learn-more-btn:hover {
  background: #00ace4;
  color: #ffffff;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .gray-line {
  margin: 0px -15px 0px -15px;
  padding: 0px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .rd-btn {
  padding-left: 15px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group {
  min-height: 85px;
  margin: 10px 0px 20px 0px;
  vertical-align: top;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group .radio {
  padding-right: 20px;
  padding-left: 20px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group .checkbox {
  padding-left: 20px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group label span {
  color: red;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group label .q-mark {
  display: block;
  height: 20px;
  width: 20px;
  background-color: lightgray;
  border: 1px solid darkslategray;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group label .q-mark:before {
  content: '?';
  color: #000;
  position: absolute;
  right: 6px;
  top: 0px;
  display: inline-block;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group .form-control {
  color: #555555;
  border-radius: 0px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group .green-btn {
  background: limegreen;
  color: #fff;
  padding: 10px;
  width: 100%;
  font-size: 18px;
  text-align: center !important;
  border: 0;
  width: 260px;
  text-decoration: none;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul {
  margin-top: 20px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li {
  display: inline-block;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li a {
  display: inline-block;
  width: 40px;
  height: 30px;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li .visa {
  background: url("../img/visa.jpg") no-repeat;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li .discover {
  background: url("../img/discover.jpg") no-repeat;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li .master {
  background: url("../img/mastercard.jpg") no-repeat;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .form-group ul li .cards {
  background: url("../img/americanexpress.jpg") no-repeat;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .record-no {
  margin-left: 15px;
  padding: 20px;
  background-color: #dcdcde;
  border: 1px solid #d5d5d5;
}
.inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .record-no input[type="text"] {
  border-radius: 0px;
  background-color: #fff;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group select {
  width: 29% !important;
  display: inline-block;
  margin-right: 10px;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .hint {
  font-size: 13px;
  line-height: 17px;
  display: block;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DM {
  width: 22% !important;
  display: inline-block;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DB {
  width: 15%;
  display: inline-block;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DY {
  width: 20% !important;
  display: inline-block;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .clsTextBoxNoWidth {
  height: 40px;
}
.inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .err-msg {
  display: block;
}
/*inside Interior page styles*/
/*Inside About ACH Page Styles*/
.box-provider-directory .box-search-for-physician .breadcrumb-content {
  margin-top: 0px;
}
.box-provider-directory .box-search-for-physician .breadcrumb-content .breadcrumb li:first-child:before {
  content: none;
}
.box-provider-directory .box-search-for-physician .box-physician-form h2 {
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  margin-top: 32px;
  margin-bottom: 12px;
  font-family: sanchez_regularregular;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper {
  margin-bottom: 20px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper p span a {
  color: #004b8d;
  text-decoration: underline;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal {
  padding: 10px 0;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group {
  margin-bottom: 25px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group a {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 0px;
  color: #004b8d;
  display: block;
  text-decoration: none;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group input[type=checkbox] {
  height: 20px;
  width: 20px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group:last-child {
  margin-bottom: 40px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group .required {
  position: absolute;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .AppType div input[type="radio"] {
  width: 5%;
  margin-right: 15px !important;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal label {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
  font-weight: normal;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .children-label a {
  padding: 0 !important;
  display: inline;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-control {
  text-transform: none;
  border-radius: 0 ;
  width: 40%;
  font-size: 14px;
  border-color: #8a919b;
  height: 40px;
  background: transparent;
  display: inline-block;
}
.box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .list-physician {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  padding: 15px 30px;
  border-color: #00ace4 ;
  border-radius: 0px;
  background: #00ace4;
}
.box-provider-directory .box-search-for-physician .box-physician-form .or-wrapper {
  border-top: 2px solid #f1f1f1;
  text-align: center;
  margin-bottom: 30px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .or-wrapper span {
  padding: 10px;
  background-color: #ffffff;
  color: #8a919b;
  font-size: 24px;
  font-style: italic;
  position: relative;
  top: -18px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically h3 {
  font-size: 20px;
  line-height: 24px;
  color: #004b8d;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 24px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul {
  width: 70%;
  padding: 0;
  margin: 0;
}
.box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li {
  list-style-type: none;
  display: inline-block;
}
.box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li a {
  font-family: pt_sansregular;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
  display: block;
  margin: 0px 26px 20px 0px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li .active {
  color: #00ace4;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table {
  margin-bottom: 75px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table thead tr th {
  background-color: #8a919b;
  color: white;
  font-size: 18px;
  line-height: 22px;
  padding: 10px 15px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr:nth-of-type(odd) {
  background: #ffffff;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr:nth-of-type(even) {
  background: #f7f4f2;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr td {
  border: none;
  padding: 12px 15px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr .name-col {
  font-size: 18px;
  color: #004b8d;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr .right-col span:after {
  content: "\e603";
  font-family: 'All-Childrens-Hospital';
  margin-left: 15%;
  color: #3fac49;
  font-size: 18px;
}
.box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper table tbody tr .speciality-col {
  font-size: 14px;
  color: #434749;
}
/*Inside About ACH Page Styles*/
/*Inside Contact us Page Styles*/
.inside-contact-us-page .box-right-contact-us .breadcrumb-content {
  margin-bottom: 20px;
}
.inside-contact-us-page .box-right-contact-us .breadcrumb-content .breadcrumb li:first-child:before {
  padding: 0px;
}
.inside-contact-us-page .box-right-contact-us .contact-us-content h1 {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  margin-bottom: 28px;
}
.inside-contact-us-page .box-right-contact-us .contact-us-content .social-icon .box-social-media {
  margin-bottom: 25px;
  padding-bottom: 10px;
  /*border-bottom: 2px solid #f9c506;*/
}
.inside-contact-us-page .box-right-contact-us .contact-us-content p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
}
.inside-contact-us-page .box-right-contact-us .contact-us-content p a {
  text-decoration: none;
  color: #004b8d;
}
.inside-contact-us-page .box-right-contact-us .contact-us-content p span {
  color: #d1232a;
  font-weight: bold;
}
.inside-contact-us-page .box-right-contact-us .contact-us-content p span a {
  text-decoration: none;
  color: #d1232a;
  font-weight: bold;
}
.inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption {
  position: relative;
  bottom: 0;
  margin-top: -19%;
  width: 84%;
  background: #ffffff;
  padding: 10px 10px 10px 0;
}
.inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption p {
  font-size: 26px;
  line-height: 30px;
  padding-right: 65px;
  margin-bottom: 21px;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1 h2 {
  font-size: 22px;
  /* font-family: 26px;*/
  color: #434749;
  background-color: #f7f4f2;
  margin: 4px 0px;
  padding: 15px 0px 15px 50px;
  position: relative;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1 h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -183px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1.active h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -208px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 {
  display: none;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 p {
  font-size: 18px;
  line-height: 22px;
  padding-left: 50px;
  color: #434749;
}
.inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 p a {
  color: #337ab7;
}
.inside-contact-us-page .box-right-contact-us .send-message {
  display: inline-block;
}
.inside-contact-us-page .box-right-contact-us .send-message h1 {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  margin-top: 63px;
  margin-bottom: 30px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form label {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  font-weight: normal;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .form-group {
  display: inline-block;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .form-group .form-control {
  height: auto;
  border-radius: 0;
  padding: 10px 5px;
  border-color: #8a919b ;
  font-size: 14px;
  line-height: 18px;
  color: #8a919b;
  text-transform: lowercase;
  box-shadow: none!important;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .form-group .form-control option {
  padding: 10px 0px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .form-group p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
  margin-bottom: 30px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .form-group input[type='submit'] {
  background-color: #00ace4;
  color: #ffffff;
  padding: 10px 35px;
  border: 1px solid #00ace4 ;
  border-radius: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .select-recipient .form-control {
  width: 98%;
}
.inside-contact-us-page .box-right-contact-us .send-message .form .country .form-control {
  width: 98%;
}
.inside-contact-us-page .box-right-contact-us .send-message {
  display: block;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable {
  display: block;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody {
  display: block;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr {
  float: left;
  width: 45%;
  margin-right: 22px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td {
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td select {
  border-radius: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td select option {
  padding: 6px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td input {
  border-radius: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr td textarea {
  border-radius: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr span {
  color: red;
  font-size: 12px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo {
  float: none;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
  float: left;
  margin-right: 2%;
  width: 14% !important;
  margin-bottom: 20px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
  width: 41% !important;
  margin-right: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz_Phone_localizedExtensionLabel {
  float: left;
  padding: 0 2%;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextExt {
  margin-right: 0;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message {
  width: 73%;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Label1 {
  width: 73%;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Label1 span {
  color: #434749;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div {
  float: left;
  margin-right: 20px;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl .CaptchaTable tbody tr {
  width: 100%;
}
.inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr:last-child .EditingFormButtonCell input {
  background-color: #00ACE4;
  color: #FFF;
  padding: 10px 35px;
  border: 1px solid #00ACE4;
  border-radius: 0px;
}
.inside-contact-us-page .box-right-contact-us .Global-forms h1 {
  margin-top: 0px;
}
.inside-contact-us-page .box-right-contact-us .Global-forms table .EditingFormLabel {
  font-weight: bold;
}
.inside-contact-us-page .box-right-contact-us .Global-forms table .aspNetDisabled {
  font-weight: normal;
}
.inside-contact-us-page .box-left-contact-us .left-list {
  margin-top: 0px;
  min-height: 1383px;
}
.inside-contact-us-page .box-left-contact-us .left-list .section-view {
  padding: 20px 25px;
  background-color: #f7f4f2;
}
.inside-contact-us-page .box-left-contact-us .left-list .section-view h2 span {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-top: 5px;
  margin-bottom: 4px;
}
.inside-contact-us-page .box-left-contact-us .left-list .section-view ul {
  padding: 0px;
  margin: 0px;
}
.inside-contact-us-page .box-left-contact-us .left-list .section-view ul li {
  display: block;
}
.inside-contact-us-page .box-left-contact-us .left-list .section-view ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  text-decoration: none;
  display: block;
  padding: 10px 0px;
}
.inside-contact-us-page .box-left-contact-us .left-example label {
  font-weight: normal;
}
.inside-contact-us-page .box-left-contact-us .left-example h3 {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .radio-button .radio-inline {
  margin-right: 70px;
  margin-bottom: 30px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .radio-button .radio-inline input[type="radio"] {
  margin-left: -20px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .radio-button .radio-inline label {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .form-group .form-control {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
  padding: 10px 5px;
  border-color: #8a919b ;
  font-size: 14px;
  line-height: 18px;
  color: #8a919b;
  text-transform: lowercase;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .form-group .form-control option {
  padding: 10px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .form-group label {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .multiple-choice {
  padding: 0px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .multiple-choice h3 {
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  margin-top: 35px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .multiple-choice label {
  padding-top: 5px;
  padding-bottom: 5px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient {
  position: relative;
  padding: 0px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a {
  position: relative;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a span {
  font-size: 12px;
  line-height: 16px;
  color: #434749;
  background-color: #f7f4f2;
  padding: 5px;
  position: absolute;
  top: -46px;
  right: 40px;
  width: 100%;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a .bottom-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f7f4f2 transparent transparent transparent;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  right: 83px;
  top: -13px;
  background-color: transparent;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a img {
  margin-right: 80px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .radio-button .radio-inline {
  margin-right: 80px;
  margin-bottom: 20px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .radio-button .radio-inline:last-child {
  margin-left: 0;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a {
  margin-top: 12px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a span {
  width: 96px;
  right: -8px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a .bottom-arrow {
  right: 6px;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .select-recipient a img {
  margin-right: 0;
}
.inside-contact-us-page .box-left-contact-us .left-example .form .form-group label {
  margin-bottom: 10px;
}
/*Inside Contact us Page Styles*/
/*Inside location Page Styles*/
.inside-location-page .link-button {
  background-color: #00ace4;
  color: #ffffff;
  padding: 11px 17px;
  border: 1px solid #00ace4 ;
  text-decoration: none;
  display: inline-block;
}
.inside-location-page .box-right-location .breadcrumb-content .breadcrumb li {
  padding: 0;
}
.inside-location-page .box-right-location .location-content h1 {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  margin: 20px 0;
}
.inside-location-page .box-right-location .location-content a {
  display: block;
}
.inside-location-page .box-right-location .location-content .img-responsive {
  width: 100%;
  display: inline-block;
}
.inside-location-page .box-right-location .location-content .get-directions {
  display: inline-block;
}
.inside-location-page .box-right-location .location-content .get-directions h2 {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  margin-top: 40px;
  margin-bottom: 15px;
  display: inline-block;
}
.inside-location-page .box-right-location .location-content .get-directions p {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
  color: #434749;
}
.inside-location-page .box-right-location .location-content .get-directions input[type='text'] {
  padding: 7px 10px;
  margin-bottom: 35px;
  display: block;
  width: 45%;
  border-radius: 0;
}
.inside-location-page .box-right-location .location-content .get-directions .get-dir a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
}
.inside-location-page .box-right-location .location-content .get-directions .get-dir a:hover {
  color: #ffffff;
}
.inside-location-page .box-right-location .location-content .pdf h2 {
  font-size: 22px;
  line-height: 26px;
  color: #004b8d;
  margin-top: 35px;
  margin-bottom: 20px;
  display: inline-block;
}
.inside-location-page .box-right-location .location-content .pdf h2 span {
  color: #434749;
}
.inside-location-page .box-right-location .location-content .pdf p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
}
.inside-location-page .box-right-location .location-content .pdf p a {
  color: #434749;
}
.inside-location-page .box-right-location .location-content .learn-more {
  padding: 10px 20px;
  background-color: #f7f4f2;
  margin-bottom: 45px;
}
.inside-location-page .box-right-location .location-content .learn-more h2 {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  margin-top: 5px;
  display: inline-block;
}
.inside-location-page .box-right-location .location-content .learn-more p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
}
.inside-location-page .box-right-location .location-content .learn-more .learn-mr a {
  display: inline-block;
  text-decoration: none;
  padding: 11px 26px;
  font-size: 16px;
  line-height: 20px;
}
.inside-location-page .box-right-location .location-content .learn-more .learn-mr a:hover {
  color: #ffffff;
}
.inside-location-page .box-right-location .locations-accordion .accordionHeading h2 {
  font-size: 22px;
  font-height: 26px;
  color: #434749;
  background-color: #f7f4f2;
  margin: 4px 0px;
  padding: 15px 0px 15px 50px;
  position: relative;
}
.inside-location-page .box-right-location .locations-accordion .accordionHeading h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -183px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.inside-location-page .box-right-location .locations-accordion .accordionHeading h2 .active {
  font-weight: 600;
}
.inside-location-page .box-right-location .locations-accordion .collapsed h2 {
  font-weight: 600!important;
}
.inside-location-page .box-right-location .locations-accordion .accordionHeading.active h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -208px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.inside-location-page .box-right-location .locations-accordion .accordionInfo {
  display: block;
}
.inside-location-page .box-right-location .locations-accordion .accordionInfo ul {
  padding: 0px;
  margin: 0px;
}
.inside-location-page .box-right-location .locations-accordion .accordionInfo ul li {
  display: block;
}
.inside-location-page .box-right-location .locations-accordion .accordionInfo ul li a {
  font-size: 20px;
  line-height: 24px;
  color: #004b8d;
  padding: 8px 50px 8px 50px;
  display: block;
  text-decoration: none;
}
.inside-location-page .box-left-location {
  margin-top: 40px;
}
.inside-location-page .box-left-location .in-this-section {
  background-color: #f7f4f2;
  padding: 20px 40px;
}
.inside-location-page .box-left-location .in-this-section h2 {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2 {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  margin-top: 15px;
  margin-bottom: 20px;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -183px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 28px;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2 .active {
  font-weight: 600;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .collapsed h2 {
  font-weight: 600!important;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading.active h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -208px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 28px;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo {
  display: none;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul {
  margin: 0px;
  padding: 0px;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul li {
  padding: 5px;
  display: block;
}
.inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  text-decoration: none;
}
/*Inside location Page Styles*/
/*Inside location-details Page Styles*/
.inside-location-details-page .box-right-location-details .breadcrumb-content .breadcrumb li {
  padding: 0;
}
.inside-location-details-page .box-right-location-details .locations-details-content h1 {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  color: #004b8d;
  margin: 20px 0;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake {
  margin-top: 15px;
  margin-bottom: 50px;
  display: inline-block;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake a {
  display: block;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details h2 {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  color: #004b8d;
  margin-top: 10px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .address {
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  display: block;
  margin-bottom: 25px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .address a {
  color: #434749;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .details {
  font-size: 15px;
  line-height: 19px;
  color: #434749;
  display: block;
  margin-bottom: 33px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .schedule-appointment {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
  margin-bottom: 25px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details a {
  font-size: 22px;
  line-height: 26px;
  color: #004b8d;
  text-decoration: none;
  margin-bottom: 50px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .link-button {
  padding: 13px 20px ;
  width: 51%;
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 22px;
}
.inside-location-details-page .box-right-location-details .locations-details-content .care-info p {
  font-size: 18px;
  line-height: 22px;
  color: #434749;
  margin-bottom: 25px;
  padding-right: 100px;
}
.inside-location-details-page .box-right-location-details .available-services {
  margin-bottom: 30px;
}
.inside-location-details-page .box-right-location-details .available-services h2 {
  font-size: 22px;
  line-height: 26px;
}
.inside-location-details-page .box-right-location-details .available-services thead tr {
  background: #8a919b;
  color: #ffffff;
  padding: 10px 12px;
}
.inside-location-details-page .box-right-location-details .available-services thead tr th {
  font-size: 28px;
  line-height: 32px;
  font-weight: normal;
  border: 0px;
  padding: 10px 15px;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr {
  border: 0px;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr td {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  font-weight: bold;
  border: 0px;
  padding-top: 35px;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr td:first-child {
  padding-left: 15px;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr td ul {
  padding: 0px;
  margin: 0px;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr td ul li {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  font-weight: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  display: block;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr td ul li a {
  color: #004b8d;
  text-decoration: none;
}
.inside-location-details-page .box-right-location-details .available-services tbody tr .prog-name {
  font-weight: bold;
}
.inside-location-details-page .box-right-location-details .available-services tbody .highlight {
  background-color: #f7f4f2;
}
.inside-location-details-page .box-right-location-details .available-services tbody .highlight td {
  padding-top: 30px;
}
.inside-location-details-page .box-left-location-details {
  margin-top: 40px;
}
.inside-location-details-page .box-left-location-details .in-this-section {
  background-color: #f7f4f2;
  padding: 20px 40px;
}
.inside-location-details-page .box-left-location-details .in-this-section h2 {
  font-size: 20px;
  line-height: 24px;
  color: #434749;
  margin-top: 10px;
  margin-bottom: 10px;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2 {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  margin-top: 15px;
  margin-bottom: 20px;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -183px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 28px;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2 .active {
  font-weight: 600;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .collapsed h2 {
  font-weight: 600!important;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading.active h2:before {
  content: "";
  background: url("../img/sprit.png") -11px -208px;
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 28px;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo {
  display: none;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul {
  margin: 0px;
  padding: 0px;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul li {
  padding: 5px;
  display: block;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul li a {
  font-size: 15px;
  line-height: 19px;
  color: #004b8d;
  text-decoration: none;
}
.inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul .active a {
  color: #00ace4;
}
/*Inside location-details Page Styles*/
/*Inside available-jobs Page Styles*/
.inside-available-jobs-page .view-current-opening-wrapper {
  margin-bottom: 40px;
}
.inside-available-jobs-page .view-current-opening-wrapper h4 {
  font-size: 18px;
  color: #434749;
}
.inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names:first-child {
  padding-left: 0;
}
.inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names {
  border-left: 1px solid #dcdcde;
}
.inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li {
  width: 32%;
  display: inline-block;
  padding-bottom: 20px;
  vertical-align: top;
}
.inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li a {
  padding: 8px 16px;
  display: block;
  font-size: 18px;
  color: #004b8d;
  text-decoration: none;
}
.inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li .active-ref {
  background-color: #00ace4;
  font-weight: bold;
  color: #ffffff;
}
.inside-available-jobs-page .administrative-open-fields h4 {
  font-size: 18px;
  color: #434749;
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 0;
}
.inside-available-jobs-page .administrative-open-fields table {
  margin-bottom: 25px;
}
.inside-available-jobs-page .administrative-open-fields table thead {
  background-color: #434749;
}
.inside-available-jobs-page .administrative-open-fields table thead th {
  font-weight: 400;
  color: #f7f4f2;
}
.inside-available-jobs-page .administrative-open-fields table tr {
  font-size: 14px;
  color: #434749;
  font-weight: 400;
}
.inside-available-jobs-page .administrative-open-fields table tr td:first-child {
  color: #434749;
}
.inside-available-jobs-page .career-details .table {
  border: 1px solid #dddddd;
}
.inside-available-jobs-page .career-details .table tbody > tr > th {
  font-size: 18px;
  color: #004b8d;
}
.inside-available-jobs-page .career-details .table tr td:first-child {
  border-right: 1px solid #ddd;
  font-weight: bold;
  font-size: 17px;
}
.inside-available-jobs-page .career-details .table tr td {
  color: #434749;
  font-weight: normal;
  font-size: 15px;
}
.inside-available-jobs-page .career-details .table .learn-more-btn {
  width: auto !important;
}
.inside-available-jobs-page .para-wrapper p {
  font-weight: 400;
  font-size: 16px !important;
  color: #434749;
  line-height: 19px;
  margin-bottom: 38px;
}
/*Inside available-jobs Page Styles*/
/*Inside Calendar Page Styles*/
.inside-Calendar-page .calendar-left-wrapper {
  margin-top: 0px !important;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .interior-left-content {
  padding: 25px 15px;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list {
  padding-left: 7px;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list ul li {
  margin-top: 16px;
  /*display: block;*/
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list ul li a {
  font-size: 15px;
  color: #004b8d;
  line-height: 19px;
  font-weight: 400;
  text-decoration: none;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list ul li:first-child {
  margin-top: 0;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .join-img-wrapper {
  margin-top: 32px;
  background-color: #f7f4f2;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .join-img-wrapper a {
  text-decoration: none;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .join-img-wrapper a span {
  padding: 22px 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #004b8d;
  display: block;
  position: relative;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .join-img-wrapper a span .icon-circlearrow:before {
  content: "\e601";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 4px;
  margin-left: 30px;
  color: #004b8d;
}
.inside-Calendar-page .calendar-left-wrapper .cal-left-section .inside-Interior-page .join-img-wrapper a span i {
  padding: 0;
}
.inside-Calendar-page .calendar-right {
  padding-left: 15px;
}
.inside-Calendar-page .box-calendar-section .breadcrumb-content {
  margin-top: 0%;
}
.inside-Calendar-page .box-calendar-section .breadcrumb-content .breadcrumb li:first-child:before {
  content: none;
}
.inside-Calendar-page .box-calendar-section .cal-event-content-header {
  font-family: sanchez_regularregular;
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 25px;
  margin-top: 25px;
  color: #004b8d;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main {
  float: left;
  width: 100%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .table-responsive {
  overflow-x: inherit!important;
  margin-top: 20px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box {
  margin-top: 16px;
  /*padding-bottom:22px;*/
  /*border-bottom: 1px solid #f7f4f2;*/
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline .form-group {
  padding: 0;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline .form-group label {
  color: #434749;
  font-weight: normal;
  font-size: 18px;
  padding-right: 20px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline .form-group input[type="text"] {
  height: 40px;
  padding: 6px 25px;
  font-size: 15px;
  color: #858788;
  border: 1px solid #8a919b;
  border-radius: 0;
  box-shadow: none;
  margin-right: 30px;
  width: 49%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline .form-group select {
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  color: #858788;
  border: 1px solid #8a919b;
  border-radius: 0;
  box-shadow: none;
  width: 49%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline input[type="submit"] {
  height: 49px;
  padding: 6px 25px;
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #34b0db;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .filter-category-search-box .form-inline .view-cartbtn-wrap {
  float: right;
  margin-top: 15px;
  margin-left: 15px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list {
  margin-top: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f7f4f2;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list ul li {
  float: left;
  margin-left: 50px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list ul li:first-child {
  margin-left: 0;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list ul li a {
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #004b8d;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table {
  border: 1px solid #a3a3a3;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table > tbody > tr > td {
  height: 110px;
  vertical-align: top;
  padding: 0;
  border-left: 0;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table > tbody > tr > td:first-child {
  border-left: 1px solid #a3a3a3;
  vertical-align: top;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .month-select {
  /* margin-bottom: 30px;*/
  /*margin-top: 42px;*/
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .month-select > tbody > tr .btnWrapper a {
  position: relative;
  padding: 15px;
  background-image: none;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .month-select > tbody > tr td {
  font-size: 22px;
  color: #434749;
  font-weight: normal;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .dayHeader {
  color: #3f3f3f;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  height: 40px;
  border: none;
  border-left: 0px !important;
  vertical-align: top !important;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .date {
  color: #8a919b;
  font-size: 16px;
  font-weight: normal;
  padding: 4px 6px;
  float: right;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .current-date {
  background-color: #002c77;
  color: #ffffff;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event {
  padding: 20px 8px 0 10px;
  margin-bottom: 10px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event .eventItem {
  color: #004b8d;
  font-size: 12px;
  font-weight: 600;
  display: block;
  line-height: 19px;
  text-align: left;
  border-top: 2px dotted #acacac;
  text-decoration: none;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event .eventItem:first-child {
  border-top: none;
  padding-top: 0px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event .eventItem .times {
  color: #76797a;
  font-size: 12px;
  font-weight: normal;
  display: block;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .showAll {
  padding: 3px 35px;
  background-color: #00ace4;
  color: white;
  text-decoration: none;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li .event-img {
  display: inline-block;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li a {
  color: #004b8d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li small {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  margin: 6px 0 10px 0;
  display: block;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li p {
  color: #666666;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li .event-img {
  width: 11%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li .event-img img {
  width: 100%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li .event-details {
  padding-left: 35px;
  width: 89%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .listView li .dayView li small {
  font-size: 14px !important;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView table,
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView th,
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView td {
  border: 1px solid #a3a3a3;
  border-collapse: collapse;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView .weekViewTable > tbody > tr > td {
  width: 14%;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView .weekViewTable > tbody > tr .tipPoint {
  color: #3f3f3f;
  font-size: 15px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView .weekViewTable > tbody > tr .tipPoint .event .eventItem {
  text-decoration: none;
  color: #004B8D;
  font-size: 12px;
  font-weight: 600;
  line-height: 19px;
  text-align: left;
  display: block;
  border-top: 2px dotted #acacac;
  padding-top: 15px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView .weekViewTable > tbody > tr .tipPoint .event .eventItem:first-child {
  border-top: none;
  padding-top: 0px;
}
.inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .weekView .weekViewTable > tbody > tr .tipPoint .event .eventItem .times {
  color: #76797A;
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper {
  float: left;
  margin-top: 38px;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper {
  border-bottom: 1px solid #d0d3d7;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper h4 {
  font-size: 28px;
  color: #004b8d;
  font-weight: bold;
  margin-bottom: 25px;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details {
  padding: 26px 0;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time {
  float: left;
  width: 25%;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time h6 {
  margin: 0;
  font-size: 20px;
  color: #434749;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time h6 span {
  font-weight: bold;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-details-right-wrapper {
  width: 75%;
  float: left;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-details-right-wrapper h5 {
  margin: 0;
  font-size: 20px;
  color: #434749;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-details-right-wrapper p {
  margin-top: 15px;
  font-size: 16px;
  color: #434749;
  margin-bottom: 0;
}
.inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper:last-child {
  border: none;
}
.inside-Calendar-page .box-page-volunteer .ErrorMessage {
  color: red;
}
.page-eventsCalendar {
  margin-bottom: 20px;
}
.page-eventsCalendar h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #004b8d;
  font-family: sanchez_regularregular;
}
.page-eventsCalendar h2 {
  font-size: 24px;
}
.page-eventsCalendar .eventDetails .contentWrap {
  margin: 20px 0;
}
.page-eventsCalendar .eventDetails .btnWrapper {
  margin: 10px 0;
}
.page-eventsCalendar .eventDetails .btnWrapper .btn-primary {
  display: inline-block;
  padding: 10px;
}
.page-eventsCalendar .eventDetails a {
  margin: 10px;
}
.page-eventsCalendar .eventDetails .sessionList h3 {
  color: #004b8d;
}
.page-eventsCalendar .eventDetails .sessionList .checkbox label {
  padding-left: 2px;
}
.box-page-content .inside-form-wrapper {
  margin: 10px 0;
}
.box-page-content .inside-form-wrapper label span {
  color: red;
}
.box-page-content .inside-form-wrapper .form-group span {
  color: red;
}
.box-page-content .inside-form-wrapper input[type="radio"],
.box-page-content .inside-form-wrapper input[type="checkbox"] {
  margin-right: 5px;
}
.box-page-content .inside-form-wrapper .box-checkbox {
  border-color: transparent !important;
  color: #434749 !important;
}
.box-page-content .inside-form-wrapper .btnWrapper {
  margin: 10px 0;
}
.box-page-content .inside-form-wrapper .btnWrapper .btn-primary {
  display: inline-block;
  padding: 10px;
}
.box-page-content .vntOpportunities .timeSlot td {
  padding-right: 15px;
}
.box-page-content .vntOpportunities .timeSlot td label {
  margin: 5px 0px;
}
.box-page-content .vntOpportunities .ErrorMessage {
  color: red;
}
.box-table-wrapper tbody tr td {
  border: 1px solid #dddddd !important;
  font-weight: normal!important;
  color: #434749 !important;
  font-size: 14px !important;
}
/*Event calender*/
.box-page-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.box-page-content .calendarGrid > table > tbody > tr > .tipPoint:hover {
  background: transparent !important;
  border-radius: 0 !important;
}
.box-page-content .calendarGrid > table > tbody > tr > .tipPoint:hover .date {
  color: #c38858 !important;
}
.box-page-content .calendarGrid > table > tbody > tr > .tipPoint:focus {
  color: #c38858 !important;
}
.box-page-content .calendarGrid > table .tipContent {
  left: 50px !important;
  top: 2px !important;
}
.box-page-content .vntOpportunities .timeSlot td {
  padding-right: 15px;
}
.box-page-content .vntOpportunities .timeSlot td label {
  margin: 5px 0px;
}
.page-eventsCalendar .grid-list {
  float: right ;
}
.page-eventsCalendar .grid-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-eventsCalendar .grid-list ul li {
  float: left;
  padding: 0 5px;
  list-style: none !important;
}
.page-eventsCalendar .grid-list ul li:before {
  content: " ";
  display: table;
}
.page-eventsCalendar .grid-list ul li a > i {
  background-image: url("../img/sprite.png") !important;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  vertical-align: text-top;
}
.page-eventsCalendar .grid-list ul li .day {
  background-position: -3px -77px;
}
.page-eventsCalendar .grid-list ul li .week {
  background-position: -3px -95px;
}
.page-eventsCalendar .grid-list ul li .grid {
  background-position: -3px -114px;
}
.page-eventsCalendar .grid-list ul li .list {
  background-position: -3px -134px;
}
.page-eventsCalendar .category-select {
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  /*margin-bottom:25px;*/
}
.page-eventsCalendar .category-select label {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  padding-top: 6px;
}
.page-eventsCalendar .category-select select {
  width: 30%;
  float: left;
  margin-right: 25px;
}
.page-eventsCalendar hr {
  margin: 20px 0;
  padding: 0;
  border-top: 1px solid #e3e2de;
}
.page-eventsCalendar .calendarGrid {
  margin: 0 0 30px 0;
}
.page-eventsCalendar .calendarGrid > table:first-child tr > td {
  height: 30px;
}
.page-eventsCalendar .calendarGrid .dayHeader {
  border-left: 0 !important;
  border-right: 0 !important;
  padding-bottom: 10px;
  height: 30px;
  text-align: center;
  font-size: 16px;
}
.page-eventsCalendar .calendarGrid > table {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}
.page-eventsCalendar .calendarGrid > table > thead > tr > th {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid transparent;
  padding: 5px;
  color: #5d5d5d;
  font-weight: 500;
  vertical-align: top;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td {
  text-align: right;
  border: 1px solid #cfcbb7;
  border-left: 0;
  border-top: 0;
  padding: 5px;
  height: 80px;
  line-height: 12px;
  vertical-align: top;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td .date {
  font-weight: bold;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td:first-child {
  border-left: 1px solid #cfcbb7;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr:first-child > td {
  border-top: 1px solid #cfcbb7;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .date {
  text-align: right;
  margin-bottom: 10px;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .event > a {
  text-transform: none !important;
  word-wrap: break-word !important;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > div {
  font-size: 16px;
  font-weight: 600;
  color: #757575;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .hide {
  color: #aaaaaa;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint {
  position: inherit;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint:hover {
  background: #c38858 ;
  padding: 8px;
  border-radius: 50%;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint:hover .date {
  color: #ffffff;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint:focus {
  color: #ffffff ;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint .date {
  font-weight: bold;
  color: #c38858 ;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint .date:hover {
  color: #ffffff ;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > .tipPoint .date:focus {
  color: #ffffff ;
}
.page-eventsCalendar .calendarGrid > table .tipContent {
  position: absolute;
  left: 25px;
  top: -35px;
  border: 1px solid #002c77;
  z-index: 999;
  width: 250px;
  background-color: #002c77;
  padding: 15px;
  /* padding: 20px;
         -moz-box-shadow: 1px 1px 3px #ccccc6;
         -webkit-box-shadow: 1px 1px 3px #ccccc6;
         box-shadow: 1px 1px 3px #888;*/
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul {
  margin: 0;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > hr {
  margin: 15px 0;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > hr:last-child {
  display: none;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > li {
  background: none;
  padding: 0;
  list-style-type: none ;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > li > .title > a {
  font-size: 13px;
  color: #ffffff;
  margin-bottom: 8px;
  display: block;
  text-decoration: underline ;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > li > small {
  font-size: 14px !important;
  color: #FFFFFF ;
  line-height: 20px;
  display: block;
  font-weight: normal !important;
}
.page-eventsCalendar .calendarGrid > table .tipContent > ul > li > p {
  font-size: 14px;
  display: block;
  color: #5d5d5d;
  margin-bottom: 0;
  font-weight: normal !important;
}
.page-eventsCalendar .calendarGrid > table .tipContent:after,
.page-eventsCalendar .calendarGrid > table .tipContent:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.page-eventsCalendar .calendarGrid > table .tipContent:after {
  border-color: rgba(195, 136, 88, 0);
  border-right-color: #002c77;
  border-width: 10px;
  top: 25%;
  margin-top: -10px;
}
.page-eventsCalendar .calendarGrid > table .tipContent:before {
  border-color: rgba(195, 136, 88, 0);
  border-right-color: #002c77;
  border-width: 11px;
  top: 25%;
  margin-top: -11px;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .event {
  text-align: left;
  margin-bottom: 5px;
  position: relative;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .event > a {
  color: #004c7a;
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .event > a > span {
  font-size: 10px;
  color: #5d5d5d;
  display: block;
}
.page-eventsCalendar .calendarGrid > table > tbody > tr > td > .event .eventItem {
  margin-bottom: 10px;
}
.page-eventsCalendar .calendarGrid .month-select {
  margin-bottom: 5px;
}
.page-eventsCalendar .calendarGrid .month-select tbody > tr > td {
  font-size: 20px;
  height: 30px;
  text-align: center;
  border: 0;
}
.page-eventsCalendar .calendarGrid .month-select tbody > tr > td a {
  color: #fff;
}
.page-eventsCalendar .calendarGrid .month-select a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.page-eventsCalendar .calendarGrid .month-select .btnWrapper a {
  position: relative;
}
.page-eventsCalendar .calendarGrid .month-select .btnWrapper a .icon-leftArrowGrey {
  background-image: url("../img/sprite.png");
  background-position: -3px -21px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
}
.page-eventsCalendar .calendarGrid .month-select .btnWrapper a .icon-rightArrowGrey {
  background-image: url("../img/sprite.png");
  background-position: -3px -48px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0;
}
.page-eventsCalendar .calendarGrid .text-center a {
  display: inline-block;
  background: #c3986d;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #fff !important;
}
.page-eventsCalendar .calendarGrid tbody tr:nth-of-type(odd) {
  background: transparent !important;
  border: 1px solid #dddddd;
}
.page-eventsCalendar .weekView .weekViewTable > tbody > tr td {
  text-transform: uppercase;
  border: 1px solid #c2c2c2;
  width: 12%;
}
.eventHead {
  padding: 0px 0 10px 0;
  *padding: 15px 0 5px 0;
}
.eventHead > h4 {
  margin-top: 0;
}
.eventHead > h2 {
  color: #004c7a;
  border-bottom: 0 none;
  padding: 0;
  margin: 0 0 5px 0;
}
.eventHead > span {
  color: #5d5d5d;
}
.eventDetails .venueDetails > ul {
  margin: 0px;
}
.eventDetails .venueDetails > ul > li {
  list-style: none;
  background: none;
  width: 35%;
  padding: 0px 5px 15px 30px;
}
.eventDetails .venueDetails > ul > li > a {
  font-style: italic;
  color: #5d5d5d;
  display: block;
}
.eventDetails .venueDetails > ul > li i {
  background: url("../img/sprite.png") no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: -48px;
}
.eventDetails .venueDetails > ul > li i.date {
  background-position: -3px -3px;
}
.eventDetails .venueDetails > ul > li i.clock {
  background-position: -3px -174px;
}
.eventDetails .venueDetails > ul > li i.location {
  background-position: -3px -155px;
  height: 18px;
}
.eventDetails > .contentWrap > p {
  margin-bottom: 13px;
}
.eventDetails > .contentWrap > .attachments > ul {
  margin: 0px;
}
.eventDetails > .contentWrap > .attachments > ul > li {
  list-style: none;
  background: none;
  padding: 0px 5px 15px 30px;
}
.eventDetails > .contentWrap > .attachments > ul > li > a {
  font-style: italic;
  color: #5d5d5d;
}
.eventDetails > .contentWrap > .attachments > ul > li i {
  background: url("../img/sprite.png") no-repeat;
  width: 25px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -50px;
}
.eventDetails > .contentWrap > .attachments > ul > li .download {
  background-position: -3px -190px;
}
.eventDetails .contact > address {
  font-style: normal;
}
.eventDetails .contact > address > strong {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
.eventDetails .contact > address > a {
  color: #5d5d5d;
  margin: 0px ;
}
.eventDetails .ErrorMessage {
  margin: 15px 0;
  line-height: 50px;
  color: red;
}
/*Event calender*/
/*Inside Calendar Page Styles*/
/*Inside Physicians Details Page Styles*/
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page h1 {
  margin-bottom: 30px;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .bill-formats .join-img-wrapper img {
  margin-top: 20px;
  margin-bottom: 20px;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .bill-formats .join-img-wrapper p {
  width: 75%;
  margin-top: 20px;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .interior-left-content {
  padding: 28px 20px 35px 20px;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list ul li {
  margin-bottom: 12px;
  list-style-type: none;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .section-list ul li a:hover {
  color: #004b8d;
  text-decoration: none;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper {
  margin-top: 28px;
  background-color: #f7f4f2;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a {
  opacity: 1;
  font-weight: bold;
  font-size: 20px;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a:hover {
  color: #004b8d;
  text-decoration: none;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span {
  padding: 15px 22px;
  color: #004b8d;
  display: block;
  position: relative;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span i {
  padding: 0;
  right: 26px;
  position: absolute;
  color: #004b8d;
  font-weight: bold;
}
.inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span i:before {
  color: #004b8d;
}
.inside-physicians-detail-page .box-physician-detail-right-section {
  padding-left: 15px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .breadcrumb-content {
  margin-top: 0;
}
.inside-physicians-detail-page .box-physician-detail-right-section .breadcrumb-content .breadcrumb li:first-child:before {
  content: none;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-content-header h1 {
  font-size: 42px;
  color: #004b8d;
  font-family: sanchez_regularregular;
  margin-bottom: 0%;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper {
  margin-top: 35px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right {
  padding: 12px 50px;
  float: left;
  width: 80%;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h2 {
  margin: 0;
  font-size: 28px;
  line-height: 32px;
  color: #004b8d;
  font-weight: bold;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h3 {
  margin-top: 12px;
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 26px;
  color: #434749;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .physician-contact-detail {
  width: 74%;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .physician-contact-detail .physician-contact-title strong {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  display: block;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .physician-contact-detail .physician-detail span {
  width: 170px;
  font-size: 16px;
  line-height: 20px;
  color: #434749;
  display: block;
  margin-bottom: 20px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .physician-contact-detail .physician-detail span a {
  color: #004b8d;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .physician-contact-detail .physician-detail span a:hover {
  text-decoration: none;
  color: #004b8d;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab {
  margin-top: 20px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs {
  border-bottom: none;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li {
  width: 32%;
  display: inline-block;
  list-style-type: none;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li a {
  font-size: 16px;
  line-height: 20px;
  padding: 15px 20px;
  border: 1px solid #dddddd;
  border-radius: 0;
  margin: 0;
  color: #434749;
  position: relative;
  text-align: center;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li.active > a {
  background: #777777;
  color: #ffffff;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li.active > a:after {
  content: '';
  background: url("../img/arrow.png") no-repeat center center;
  display: inline-block;
  position: absolute;
  bottom: -11px;
  width: 16px;
  height: 11px;
  left: 50%;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane {
  padding: 35px 18px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li {
  list-style-type: disc;
  display: block;
  margin-top: 28px;
  font-size: 22px;
  line-height: 26px;
  color: #434749;
  font-weight: 600;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li a {
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #434749;
  font-weight: 400;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li a:hover {
  color: #434749;
  text-decoration: none;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li:first-child {
  margin-top: 0;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li .sub-ul {
  padding-left: 40px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li .sub-ul li {
  margin-top: 18px;
  list-style-type: disc;
  display: list-item;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .main-ul li .sub-ul li a {
  font-weight: 600;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .location-detail-wrapper span {
  font-size: 18px;
  color: #434749;
  display: block;
  margin-top: 12px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .location-detail-wrapper span:first-child {
  margin: 0;
  padding-bottom: 10px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .location-detail-wrapper span a {
  color: #004b8d;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .location-detail-wrapper span a:hover {
  color: #004b8d;
  text-decoration: none;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .backbtn {
  margin-top: 70px;
  color: white;
  background-color: #00ace4;
  display: inline-block;
  padding: 12px 52px;
  font-size: 16px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents #insurance {
  width: 100%;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents #insurance .backbtn {
  margin-top: 106px;
}
.inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents #insurance p {
  font-size: 18px;
  color: #434749;
  line-height: 22px;
  margin-bottom: 20px;
}
/*symptom-checker page styles*/
.symptom-checker .ng-scope {
  margin-top: 20px;
}
/*symptom-checker page styles*/
/*Inside Physicians Details Page Styles*/
/*footer section styles 08-04-015*/
footer {
  padding-top: 50px;
}
footer .box-top-footer {
  background: #343739;
}
footer .box-top-footer .box-sub-pages {
  padding: 30px 0;
}
footer .box-top-footer .box-sub-pages h2 {
  font-size: 18px;
  font-family: sanchez_regularregular;
  color: #f9c506;
}
footer .box-top-footer .box-sub-pages ul {
  padding-left: 0;
}
footer .box-top-footer .box-sub-pages ul li {
  display: block;
  padding-bottom: 5px;
}
footer .box-top-footer .box-sub-pages ul li a {
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
}
footer .box-top-footer .box-sub-pages ul li a:hover {
  text-decoration: none;
}
footer .box-top-footer .box-sub-pages .accordArrHeading a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0px 8px 10px;
  border-color: transparent transparent transparent #f9c506;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 32px;
}
footer .box-top-footer .box-sub-pages .accordArrHeading.active a span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 8px 0 8px;
  border-color: #f9c506 transparent transparent transparent;
  margin: 5px 0 0 0;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 32px;
}
footer .box-top-footer .box-social-links {
  padding: 30px 0;
}
footer .box-top-footer .box-social-links ul li {
  padding-bottom: 15px;
  width: 100%;
  list-style-type: none;
}
footer .box-top-footer .box-social-links ul li a {
  display: inline-block;
  vertical-align: top;
}
footer .box-top-footer .box-social-links ul li a i {
  font-size: 40px;
  width: 15%;
  padding: 5px 0;
  float: left;
  color: #f9c506;
}
footer .box-top-footer .box-social-links ul li a i:before {
  font-family: 'All-Childrens-Hospital';
}
footer .box-top-footer .box-social-links ul li a p {
  width: 100%;
  float: right;
  color: #ffffff;
  font-size: 16px;
}
footer .box-top-footer .box-social-links ul li a p span {
  display: block;
  font-size: 16px;
}
footer .box-top-footer .box-social-links ul li a:hover {
  text-decoration: none;
}
footer .box-top-footer .box-social-links ul li p {
  width: 72% !important;
}
footer .box-top-footer .box-social-links ul li p a {
  color: #FFFFFF;
  font-weight: normal;
  display: inline-block;
}
footer .box-top-footer .box-social-links .fa-users:before {
  font-size: 30px !important;
}
footer .box-top-footer .box-bottom-line {
  padding-top: 0;
}
footer .box-footer-bottom {
  padding: 30px 0;
  background: #f7f4f2;
}
footer .box-footer-bottom .box-footer-social-links h4 {
  font-size: 17px;
  color: #434749;
  margin: 0 0 10px 0;
}
footer .box-footer-bottom .box-footer-social-links a:hover {
  text-decoration: none;
}
footer .box-footer-bottom h3 {
  font-size: 18px;
  color: #004b8d;
  font-family: sanchez_regularregular;
}
footer .box-footer-bottom span {
  font-size: 15px;
  color: #434749;
  display: block;
  margin: 10px 0;
}
footer .box-footer-bottom span strong {
  color: #004b8d;
  font-weight: bold;
}
footer .box-footer-bottom .box-copyright {
  display: inline-block;
  font-size: 12px;
  color: #434749;
  margin: 55px 0 0 0;
}
footer .box-footer-bottom .box-copyright > span {
  margin: 0;
}
/*footer section styles 08-04-015*/
.ie .left.carousel-control {
  box-shadow: none!important;
  filter: none !important;
  background-image: none !important;
}
.ie .right.carousel-control {
  box-shadow: none!important;
  filter: none !important;
  background-image: none !important;
}
.ie .box-home-page .box-hospital-events .tab-content .icon-carousel-left-arrow:before {
  display: none!important;
}
.ie .box-home-page .box-hospital-events .tab-content .icon-carousel-right-arrow:before {
  display: none!important;
}
.sub-active:before {
  content: "\f078";
}
.login-page-wrapper {
  background-color: #f0f0f0;
  padding-top: 85px;
}
.login-page-wrapper header {
  padding: 0px;
  background-color: #ffffff;
}
.login-page-wrapper header .box-space .box-main-nav .box-header-desktop {
  padding: 40px 50px 35px 50px;
}
.login-page-wrapper header .box-space .box-main-nav .box-header-desktop .box-logo {
  margin-bottom: 25px;
}
.login-page-wrapper header .box-space .box-main-nav .box-header-desktop .box-bottom-line {
  margin-top: 35px;
}
.login-page-wrapper .login-section {
  background-color: #ffffff;
}
.login-page-wrapper .login-section .container {
  padding: 0px 55px ;
}
.login-page-wrapper .login-section .login-window {
  padding: 0px;
}
.login-page-wrapper .login-section .login-window .happy-family h1 {
  margin: 0px ;
  margin-bottom: 15px !important;
}
.login-page-wrapper .login-section .login-window .happy-family p {
  font-size: 18px;
  line-height: 16px;
  color: #8a919b;
  margin-bottom: 10px;
}
.login-page-wrapper .login-section .login-window .happy-family .sign-in {
  background-color: #38ad42;
  padding: 13px;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 13px;
  margin-top: 13px;
  margin-left: 0px;
  display: inline-block;
  font-weight: 600;
}
.login-page-wrapper .login-section .login-window .happy-family .or-text {
  display: block;
  color: #dbdbdb;
  position: relative;
  padding-left: 35px;
}
.login-page-wrapper .login-section .login-window .happy-family .or-text .after {
  display: inline-block;
  background-color: #dbdbdb;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 60px;
}
.login-page-wrapper .login-section .login-window .happy-family .or-text .before {
  display: inline-block;
  background-color: #dbdbdb;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0px;
}
.login-page-wrapper .login-section .login-window .happy-family a {
  margin-left: 85px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table label {
  color: #2f79b8;
  margin-bottom: 13px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td {
  margin-bottom: 13px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td .form-control {
  margin-left: 15px;
  margin-bottom: 13px;
  height: 30px;
  font-size: 14px;
  color: #000000;
  border-radius: 2px;
  border: 2px solid #bdbbbc;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td .checkbox {
  margin-top: 0px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td .checkbox label {
  color: #000000;
  font-size: 14px;
  margin-left: 20px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td .checkbox input[type="checkbox"] {
  margin-top: 3px;
  margin-left: 15px;
  margin-right: 10px;
  height: 15px;
  width: 15px;
  border-radius: 0px;
}
.login-page-wrapper .login-section .login-window .LogonPageBackground table td input[type='submit'] {
  padding: 9px 45px !important;
  margin: 5px 0px 26px 15px !important;
  font-weight: 600;
}
.login-page-wrapper .login-bottom {
  padding: 25px 55px 120px 55px;
}
.login-page-wrapper .login-bottom h3 {
  color: #004b8d;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.login-page-wrapper .login-bottom p {
  color: #000000;
  font-size: 14px;
  line-height: 12px;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
}
ul.tabs li.current {
  color: #222;
}
.tab-content.current {
  display: inherit !important;
}
ul.tabs li.active {
  color: #222;
}
.tab-content.active {
  display: inherit !important;
}
/*code edited/added on 02022016*/
.FormPanel h4 {
  font-weight: bold;
}
.FormPanel .EditingFormControlNestedControl .input-width-20.form-control {
  width: 100%;
}
.FormPanel .EditingFormControlNestedControl .radio,
.FormPanel .EditingFormControlNestedControl .checkbox {
  padding-left: 18px;
}
.FormPanel .EditingFormControlNestedControl .radio label,
.FormPanel .EditingFormControlNestedControl .checkbox label {
  padding-left: 0;
}
.FormPanel tr td {
  padding: 5px 0;
  width: 30%;
}
.FormPanel tr td:first-child {
  width: 25%;
}
.FormPanel .FormButton {
  text-align: center;
}
.FormPanel .EditingFormErrorLabel {
  padding-left: 10px;
  color: red;
}
.white_content {
  background-color: white;
  border: 1px solid black;
  display: none;
  height: auto;
  left: 25%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 75%;
  width: 45%;
  z-index: 1002;
}
/*code edited/added on 02022016*/
/*code edited/added on 09022016*/
.box-bill-pay {
  background-color: white;
  border: 1px solid black;
  display: none;
  height: auto;
  left: 12%;
  overflow: auto;
  padding: 16px;
  position: absolute;
  top: 2%;
  width: 75%;
  z-index: 1002;
}
.box-bill-pay img {
  width: 100%;
}
/*code edited/added on 09022016*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 3, 2015 */
@font-face {
  font-family: 'sanchez_regularregular';
  src: url('../fonts/Sanchezregular-webfont.eot');
  src: url('../fonts/Sanchezregular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Sanchezregular-webfont.woff') format('woff'), url('../fonts/Sanchezregular-webfont.ttf') format('truetype'), url('../fonts/Sanchezregular-webfont.svg#sanchez_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 8, 2015 */
@font-face {
  font-family: 'proxima_nova_rgregular';
  src: url('../fonts/PROXIMANOVA-REGULAR-webfont.eot');
  src: url('../fonts/PROXIMANOVA-REGULAR-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PROXIMANOVA-REGULAR-webfont.woff') format('woff'), url('../fonts/PROXIMANOVA-REGULAR-webfont.ttf') format('truetype'), url('../fonts/PROXIMANOVA-REGULAR-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pt_sansregular';
  src: url('../fonts/PTS55F_0-webfont.eot');
  src: url('../fonts/PTS55F_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/PTS55F_0-webfont.woff') format('woff'), url('../fonts/PTS55F_0-webfont.ttf') format('truetype'), url('../fonts/PTS55F_0-webfont.svg#pt_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'All-Childrens-Hospital';
  src: url('../fonts/All-Childrens-Hospital.eot?-4kdsqw');
  src: url('../fonts/All-Childrens-Hospital.eot?#iefix-4kdsqw') format('embedded-opentype'), url('../fonts/All-Childrens-Hospital.woff?-4kdsqw') format('woff'), url('../fonts/All-Childrens-Hospital.ttf?-4kdsqw') format('truetype'), url('../fonts/All-Childrens-Hospital.svg?-4kdsqw#All-Childrens-Hospital') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'All-Childrens-Hospital';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-right:before {
  content: "\e603";
}
.icon-carousel-left-arrow:before {
  content: "\e612";
}
.icon-carousel-right-arrow:before {
  content: "\e613";
}
.icon-menuicon:before {
  content: "\e611";
}
.icon-arrow:before {
  content: "\e600";
}
.icon-circlearrow:before {
  content: "\e601";
}
.icon-community:before {
  content: "\e602";
}
/*.icon-instagram:before {
  content: "\e605";
}*/
.icon-mappoint:before {
  content: "\e60b";
}
.icon-phone:before {
  content: "\e60c";
}
.icon-search:before {
  content: "\e60f";
}
/*.icon-twitter:before {
  content: "\e610";
}*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-xg3j0y');
  src: url('../fonts/icomoon.eot?#iefix-xg3j0y') format('embedded-opentype'), url('../fonts/icomoon.ttf?-xg3j0y') format('truetype'), url('../fonts/icomoon.woff?-xg3j0y') format('woff'), url('../fonts/icomoon.svg?-xg3j0y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo .path1:before {
  content: "\e600";
  color: #004a8d;
}
.icon-logo .path2:before {
  content: "\e601";
  margin-left: -1.8720703125em;
  color: #ffce00;
}
.icon-logo .path3:before {
  content: "\e602";
  margin-left: -1.8720703125em;
  color: #ee3123;
}
.icon-logo .path4:before {
  content: "\e603";
  margin-left: -1.8720703125em;
  color: #8b9dc6;
}
.icon-logo .path5:before {
  content: "\e604";
  margin-left: -1.8720703125em;
  color: #f8a25d;
}
.icon-logo .path6:before {
  content: "\e605";
  margin-left: -1.8720703125em;
  color: #f095bf;
}
.icon-logo .path7:before {
  content: "\e606";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path8:before {
  content: "\e607";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path9:before {
  content: "\e608";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path10:before {
  content: "\e609";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path11:before {
  content: "\e60a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path12:before {
  content: "\e60b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path13:before {
  content: "\e60c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path14:before {
  content: "\e60d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path15:before {
  content: "\e60e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path16:before {
  content: "\e60f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path17:before {
  content: "\e610";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path18:before {
  content: "\e611";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path19:before {
  content: "\e612";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path20:before {
  content: "\e613";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path21:before {
  content: "\e614";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path22:before {
  content: "\e615";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path23:before {
  content: "\e616";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path24:before {
  content: "\e617";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path25:before {
  content: "\e618";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path26:before {
  content: "\e619";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path27:before {
  content: "\e61a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path28:before {
  content: "\e61b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path29:before {
  content: "\e61c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path30:before {
  content: "\e61d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path31:before {
  content: "\e61e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path32:before {
  content: "\e61f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path33:before {
  content: "\e620";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path34:before {
  content: "\e621";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path35:before {
  content: "\e622";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path36:before {
  content: "\e623";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path37:before {
  content: "\e624";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path38:before {
  content: "\e625";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path39:before {
  content: "\e626";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path40:before {
  content: "\e627";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path41:before {
  content: "\e628";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path42:before {
  content: "\e629";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path43:before {
  content: "\e62a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path44:before {
  content: "\e62b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path45:before {
  content: "\e62c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path46:before {
  content: "\e62d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path47:before {
  content: "\e62e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path48:before {
  content: "\e62f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path49:before {
  content: "\e630";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path50:before {
  content: "\e631";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path51:before {
  content: "\e632";
  margin-left: -1.8720703125em;
  color: #ffce00;
}
.icon-logo .path52:before {
  content: "\e633";
  margin-left: -1.8720703125em;
  color: #8b9dc6;
}
.icon-logo .path53:before {
  content: "\e634";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path54:before {
  content: "\e635";
  margin-left: -1.8720703125em;
  color: #4a6da6;
}
.icon-logo .path55:before {
  content: "\e636";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path56:before {
  content: "\e637";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path57:before {
  content: "\e638";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path58:before {
  content: "\e639";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path59:before {
  content: "\e63a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path60:before {
  content: "\e63b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
/*//** For `@screen-lg-min` and up.*/
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) {
  .box-middle-section {
    padding: 0px;
  }
  .box-middle-section .visible-xs {
    float: none;
  }
  i {
    font-size: 32px;
    padding: 0 10px;
  }
  .icon-menuicon::before {
    left: 5px;
  }
  .icon-circlearrow::before {
    font-size: 14px;
    left: 8px;
    top: 17px;
  }
  .box-bottom-line {
    padding-top: 0;
  }
  .box-bottom-line ul {
    background: transparent;
  }
  .box-bottom-line ul li {
    width: 33.5%;
  }
  /*global forms styles*/
  .Global-forms {
    display: block;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr {
    width: 100%;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo {
    float: left;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo .EditingFormValueCell {
    width: 100%;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
    width: 18% !important;
    margin-right: 6%;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
    width: 50% !important;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz_Phone_localizedExtensionLabel {
    width: 100%;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextExt {
    width: 100% !important;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message {
    width: 100%;
  }
  .Global-forms .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message textarea {
    width: 100%;
  }
  /*global forms styles*/
  .modal-dialog {
    width: 320px !important;
  }
  .modal-dialog iframe {
    height: 250px !important;
  }
  .left-list {
    margin: 0px;
    min-height: 0px;
  }
  .left-list .section-view {
    padding: 0px 15px;
  }
  .left-list .section-view .accordArrHeading h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .left-list .section-view .accordArrHeading h2 a {
    font-size: 17px;
    line-height: 21px;
    color: #004b8d;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .left-list .section-view .accordArrHeading h2 a .icon-arrow:before {
    content: "\e600";
    font-size: 14px;
    right: 0px;
    top: 14px;
    color: #004b8d;
  }
  .left-list .section-view .accordArrInfo {
    display: none;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    margin-top: 2px !important;
  }
  /*page header section styles*/
  header .box-main-nav {
    padding-top: 0;
  }
  header .box-main-nav .navbar-default .navbar-toggle {
    float: left;
    margin: 20px 0 0 0;
    border: 0;
  }
  header .box-main-nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #00ace4;
  }
  header .box-main-nav .navbar-default .navbar-toggle:hover {
    background: transparent;
  }
  header .box-main-nav .navbar-default .navbar-toggle:focus {
    background: transparent;
  }
  header .box-main-nav .navbar {
    border: 0;
    margin: 0;
  }
  header .box-main-nav .navbar-collapse,
  header .box-main-nav .navbar-default .navbar-form {
    position: absolute;
    z-index: 999999;
    width: 100%;
    overflow-y: hidden;
    color: #ffffff;
    background: #434749;
    box-shadow: none;
    border: 0;
  }
  header .box-main-nav .navbar-collapse .navbar-nav,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav {
    margin-top: 60px;
    margin-bottom: 0;
  }
  header .box-main-nav .navbar-collapse .navbar-nav li,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav li {
    border-top: 1px solid #fff;
    padding: 5px 0;
  }
  header .box-main-nav .navbar-collapse .navbar-nav li a,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav li a {
    font-size: 16px;
    color: #ffffff;
  }
  header .box-main-nav .navbar-collapse .navbar-nav li:first-child,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav li:first-child {
    border: 0;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a,
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a:hover,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a:hover,
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a:focus,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a:focus {
    background-color: #434749;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a,
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a:hover,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a:hover,
  header .box-main-nav .navbar-collapse .navbar-nav .nav .open > a:hover,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .nav .open > a:hover {
    color: #FFFFFF;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .open .dropdown-menu,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .open .dropdown-menu {
    background: #FFFFFF;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .box-bottom-menu,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .box-bottom-menu {
    background: #ffffff;
    padding: 10px;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .box-bottom-menu li,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .box-bottom-menu li {
    border: 0;
    display: block;
    padding: 10px 0;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .box-bottom-menu a,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .box-bottom-menu a {
    color: #004b8d !important;
  }
  header .box-main-nav .navbar-collapse .navbar-nav .box-bottom-menu a:hover,
  header .box-main-nav .navbar-default .navbar-form .navbar-nav .box-bottom-menu a:hover {
    text-decoration: none;
  }
  header .box-main-nav .navbar-default .navbar-form {
    padding: 0;
    border-color: transparent;
    background: #2d3031;
  }
  header .box-main-nav .navbar-default .navbar-form .form-control {
    border: 0;
    color: #ffffff;
    text-transform: none;
    box-shadow: none;
    padding: 15px;
    font-size: 16px;
    width: 90%;
    height: 45px;
    display: inline-block;
  }
  header .box-main-nav .navbar-default .navbar-form .btn-default {
    display: inline-block;
  }
  header .box-main-nav .navbar-form {
    border: 0 !important;
    box-shadow: none;
  }
  header .box-main-nav .navbar-form .form-group:after {
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 8px;
    font-size: 16px;
    position: absolute;
    right: 8px;
    top: 12px;
  }
  header .box-main-nav .navbar-header .navbar-brand {
    padding: 8px 16px 48px 16px;
    float: left;
    color: transparent;
    display: block;
    cursor: pointer;
  }
  header .box-main-nav .navbar-header .navbar-brand:hover {
    text-decoration: none!important;
  }
  header .box-main-nav .navbar-header .navbar-brand .icon-logo {
    font-size: 46px!important;
  }
  header .box-main-nav .navbar-header .navbar-brand .icon-logo span {
    margin-left: -23px;
  }
  header .box-main-nav .navbar-header .navbar-brand img {
    width: 83px;
  }
  header .box-main-nav .navbar-header .box-right-dropdown {
    margin: 0 0 0 5px;
    float: right;
    padding: 16px 9px !important;
  }
  header .box-main-nav .navbar-header .box-right-dropdown .dropdown-menu {
    left: -190px;
    padding: 0;
    top: 65px;
    width: 311px;
  }
  header .grey-band {
    background: #434749 !important;
  }
  header .nav-active {
    position: relative;
    width: 100%;
  }
  header .nav-active .navbar,
  header .nav-active .navbar-collapse {
    position: absolute;
    width: 100%;
    border: 0;
  }
  header .nav-active .navbar-header {
    background: #434749;
    color: #ffffff;
  }
  header .nav-active .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
  }
  header .nav-active .navbar-brand {
    visibility: hidden;
  }
  header .nav-active .box-right-dropdown {
    visibility: hidden;
  }
  header .nav-active .navbar-default {
    background: #434749;
  }
  header .nav-active .box-bottom-line ul li {
    background: #434749;
  }
  /*page header section styles*/
  /*page banner section styles*/
  .box-banner {
    position: relative;
    z-index: 0;
  }
  .box-home-banner {
    margin-top: -1px;
  }
  .box-home-banner .box-mob-banner .box-banner-content {
    background: #00ace4;
    color: #fff;
    padding: 5px 20px 25px 20px;
    font-family: sanchez_regularregular;
  }
  .box-home-banner .box-mob-banner .box-banner-content h2 {
    margin-top: 0;
    font-size: 30px;
  }
  .box-home-banner .box-mob-banner .box-banner-content p {
    font-size: 14px;
  }
  .box-home-banner .box-mob-banner .box-banner-content a {
    padding: 10px 15px;
    color: #ffffff;
    background: #002c77;
    font-size: 14px;
  }
  .box-home-banner .box-mob-banner .box-banner-content a:hover {
    text-decoration: none;
  }
  /*page banner section styles*/
  /*page middle content styles*/
  .box-home-page .box-hospital-info h2 {
    font-size: 18px;
  }
  .box-home-page .box-hospital-info p {
    font-size: 14px;
  }
  .box-home-page .box-hospital-info .col-sm-4 {
    min-height: 0;
    margin-top: 10px;
  }
  .box-home-page .box-hospital-info .col-sm-4:first-child {
    margin: 0;
  }
  .box-home-page .box-hospital-events .tab > .tab-pane {
    display: block;
  }
  .box-home-page .box-hospital-events > div .tab {
    padding: 0;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab {
    background: rgba(101, 101, 101, 0.98);
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #f7f4f2;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab:hover {
    background: #777777;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab span {
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    width: 100%;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab span .fa-chevron-down {
    float: right;
    color: #FFFFFF;
    position: absolute;
    right: 0px;
    font-size: 15px;
    padding: 5px;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .accordArrInfo {
    padding: 15px 0 0;
    display: none;
    padding-bottom: 20px;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .col-sm-4 {
    padding: 0;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab.active {
    background: #777777;
    color: #ffffff;
    position: relative;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab.active:after {
    content: '';
    background: url("../img/arrow.png") no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: 50%;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab.current {
    background: #777777;
    color: #ffffff;
    position: relative;
  }
  .box-home-page .box-hospital-events > div .tab .tab-pane .box-tab.current:after {
    content: '';
    background: url("../img/arrow.png") no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: 50%;
  }
  .box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport {
    height: 340px !important;
  }
  .box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider {
    padding: 0 !important;
  }
  .box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li {
    margin: 0;
    width: 285.666667px !important;
    height: 100%;
  }
  .box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption > .date-wrap {
    top: -24px;
    padding: 7px 8px 3px;
  }
  .box-home-page .box-hospital-events .slider-wrapper .bx-wrapper .bx-viewport .bxslider li .thumbnail .caption > .date-wrap span {
    font-size: 14px;
  }
  .inside-landing-page {
    padding: 0px !important;
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-landing-page .col-xs-12 {
    padding: 0;
  }
  .inside-landing-page .box-right-content .breadcrumb-content .breadcrumb li a {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-landing-page .box-right-content .zone-content h1 {
    font-size: 25px;
    line-height: 29px;
    margin: 20px 0;
  }
  .inside-landing-page .box-right-content .zone-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon {
    margin: 20px 0;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon .box-social-media {
    padding-bottom: 12px;
    padding-right: 0px;
  }
  .inside-landing-page .box-right-content .zone-content .text-content p {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-landing-page .box-right-content .zone-content .text-content .learn-more-btn {
    display: block;
    margin-bottom: 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content > .tab-pane {
    display: block;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content {
    padding: 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab {
    background: rgba(101, 101, 101, 0.98);
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #f7f4f2;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab:hover {
    background: #777777;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab span {
    display: inline-block;
    padding: 15px;
    width: 100%;
    cursor: pointer;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab span .icon-arrow {
    float: right;
    font-size: 15px;
    padding: 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .accordArrInfo {
    padding: 15px 0 0;
    display: none;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .col-sm-4 {
    padding: 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab.active {
    background: #777777;
    color: #ffffff;
    position: relative;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .tab-content .tab-pane .box-tab.active:after {
    content: '';
    background: url("../img/arrow.png") no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: 50%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content {
    width: 100%;
    margin-top: 12px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image span {
    padding: 5px 28px;
    font-size: 10px;
    line-height: 15px;
    bottom: 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
    width: 53%;
    padding: 5px 20px 5px 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 3px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info span {
    font-size: 13px;
    line-height: 17px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .content {
    min-height: 360px;
    width: 100%;
    padding: 30px 50px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    width: 100%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities {
    padding: 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul {
    padding-left: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul li {
    padding: 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    padding: 10px 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info p {
    font-size: 16px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .learn-more-btn {
    font-size: 16px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image {
    width: 30%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image img {
    width: 100%;
    height: 180px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image span {
    padding: 5px;
    font-size: 11px;
    text-align: center;
    min-width: 100%!important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab #Physicians-xs .box-view .box-tab-content .info {
    width: 68%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .content {
    min-height: 360px;
    width: 100% !important;
    padding: 30px 50px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box {
    z-index: 9;
    background-color: #fff;
    width: 100% !important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content {
    padding: 30px 10px;
    margin-bottom: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line {
    position: relative;
    display: block;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle {
    list-style-type: none;
    border-top: 1px solid gray;
    width: 100%;
    height: 1px;
    margin-top: 38px;
    margin-bottom: 35px;
    position: relative;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle li {
    display: inline-block;
    position: initial;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle li a {
    display: inline-block;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .active {
    background-color: #03499f !important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .active:before {
    background-image: url("../img/sprit.png");
    background-position: -4px -246px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0;
    position: absolute;
    content: '';
    right: 3px;
    top: 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .blue-circle {
    width: 30px;
    height: 30px;
    background-color: #fff ;
    color: #03499f;
    border-radius: 50%;
    position: absolute;
    bottom: -13px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #03499f;
    text-decoration: none;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .one {
    left: 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .two {
    left: 30%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .three {
    right: 30%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .process-line .process-cycle .four {
    right: 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .tab {
    width: 100%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .tab .gray-btn {
    display: block;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    margin: 10px 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount {
    margin-top: 10px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul li {
    display: block;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .amount ul li .learn-more-btn {
    width: 100%;
    margin: 0px;
    position: inherit;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .form-group {
    margin-top: 15px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .form-group input[type="text"] {
    width: 100%;
    margin: 0px;
    height: 44px;
    padding: 15px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn {
    text-align: center !important;
    width: 100%;
    margin-right: 0px;
    font-size: 14px;
    padding: 12px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .gift-box .box-tab-content .green-btn:before {
    right: 75px;
  }
  .inside-landing-page .box-space-right {
    padding-left: 0px;
  }
  .inside-landing-page .box-left-content {
    padding: 0px;
    height: auto;
    background: #f7f4f2;
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0;
  }
  .inside-landing-page .box-left-content .col-sm-12 {
    padding: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section {
    margin: 0px;
    padding-bottom: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading {
    padding: 15px 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading h2 {
    display: block;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading h2 a i {
    padding-left: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a {
    font-size: 14px;
    line-height: 20px;
    color: #004b8d;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a span {
    top: 23px;
    margin-top: 0;
    text-align: center;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a:hover {
    text-decoration: none;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading i {
    padding: 0;
    float: right;
  }
  .inside-landing-page .box-left-content .left-sub-section h2 {
    margin: 0;
    padding: 0 10px;
    font-style: normal;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrInfo {
    display: none;
    padding: 10px;
  }
  .inside-landing-page .box-left-content .left-sub-section ul {
    padding: 0;
    margin-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section ul li {
    padding: 15px 0;
  }
  .inside-landing-page .box-left-content .left-sub-section ul li a {
    color: #343739;
    font-size: 14px;
    line-height: 20px;
  }
  .inside-landing-page .box-left-content .left-sub-section ul li i {
    padding: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section h2 {
    font-style: normal;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section h2 i {
    padding-right: 0;
    padding-top: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section ul {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section ul li {
    text-align: left;
    max-width: 97%;
    padding: 15px 0 !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info {
    display: none;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages {
    padding: 0px !important;
    border-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrHeading {
    border-top: 2px solid #ffffff;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrHeading h2 {
    padding-left: 10px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrHeading:hover {
    background: #EBEBEB;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages .accordArrInfo {
    display: none;
    padding: 0px 10px;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages ul {
    background: #f7f4f2;
    padding: 0;
    margin-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages ul li {
    text-align: left;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link {
    padding: 0px !important;
    border-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link .accordArrHeading h2 {
    padding-left: 10px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link .accordArrHeading:hover {
    background: #EBEBEB;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link .accordArrInfo {
    padding: 0px 10px;
    display: none;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link ul {
    background: #f7f4f2;
    margin-bottom: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link ul li {
    text-align: left;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us {
    padding: 0px !important;
    background: #f7f4f2;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrHeading h2 {
    padding-left: 10px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrHeading:hover {
    background: #EBEBEB;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrInfo {
    padding: 0px 10px;
    display: none;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .accordArrInfo span {
    background-color: #f7f4f2;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us h2 span {
    background: #f7f4f2;
  }
  .inside-landing-page .box-video-section {
    margin-top: 0px;
    padding: 10px 0;
  }
  .inside-landing-page .box-video-section h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px 0;
  }
  .inside-landing-page .box-video-section .video-slider-section .mobile-view .col-sm-4 {
    padding: 0px;
  }
  .inside-landing-page .box-video-section .video-slider-section .mobile-view .thumbnail {
    padding: 10px;
    border: 0;
    background: #ffffff;
  }
  .inside-landing-page .box-video-section .video-slider-section .mobile-view .thumbnail p {
    font-size: 12px;
    line-height: 16px;
    padding: 10px;
    margin: 0px;
    background: #ffffff;
    text-align: center;
  }
  .inside-landing-page .box-video-section .video-slider-section .mobile-view .thumbnail iframe {
    width: 100%;
    height: 180px;
  }
  .inside-landing-page .box-video-section .video-slider-section .bxslider li {
    width: 12%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content > .tab-pane {
    display: block;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content {
    padding: 0;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab {
    background: rgba(101, 101, 101, 0.98);
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #f7f4f2;
    display: inline-block;
    font-size: 17px;
    margin: 0;
    position: relative;
    text-align: center;
    width: 100%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab:hover {
    background: #777777;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab span {
    display: inline-block;
    padding: 15px;
    width: 100%;
    cursor: pointer;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab span .icon-arrow {
    float: right;
    font-size: 15px;
    padding: 5px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .accordArrInfo {
    padding: 15px 0 0;
    display: none;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .col-sm-4 {
    padding: 0;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab.active {
    background: #777777;
    color: #ffffff;
    position: relative;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .tab-pane .box-tab.active:after {
    content: '';
    background: url("../img/arrow.png") no-repeat center center;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    width: 16px;
    height: 11px;
    left: 50%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content {
    width: 100%;
    margin-top: 12px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .image span {
    padding: 5px 28px;
    font-size: 10px;
    line-height: 15px;
    bottom: 0px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info {
    width: 53%;
    padding: 5px 20px 5px 0px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info h3 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 3px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info span {
    font-size: 13px;
    line-height: 17px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-view {
    width: 100%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourfacilities {
    padding: 0;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourfacilities ul {
    padding-left: 20px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourfacilities ul li {
    padding: 5px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-view {
    padding: 10px 0px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourprograms .box-tab-content .info h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourprograms .box-tab-content .info p {
    font-size: 16px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-ourprograms .box-tab-content .learn-more-btn {
    font-size: 16px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image {
    width: 30%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image img {
    width: 100%;
    height: 180px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab #Physicians-xs .box-view .box-tab-content .image span {
    padding: 5px;
    font-size: 11px;
    text-align: center;
    min-width: 100%!important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab #Physicians-xs .box-view .box-tab-content .info {
    width: 68%;
  }
  .inside-landing-page .box-search-right-content h4 {
    margin: 0px;
    padding: 20px 0px;
  }
  .inside-landing-page .box-search-right-content .col-sm-12 {
    padding: 0px;
  }
  .inside-landing-page .result-heading {
    margin-bottom: 40px;
  }
  .inside-landing-page .result-heading .form-group {
    position: relative;
    margin-right: 0px;
  }
  .inside-landing-page .result-heading .form-group .form-control {
    padding-left: 105px;
    padding-right: 115px;
    border-color: #00ace4 ;
    border-radius: 0px;
    font-size: 14px ;
    height: 50px;
    color: #434749;
  }
  .inside-landing-page .result-heading .form-group span {
    font-style: italic;
    margin: 12px 5px;
    padding-right: 10px;
    font-size: 16px;
  }
  .inside-landing-page .result-heading .form-group .box-find-btn {
    color: #FFFFFF;
    padding: 12px 20px;
    font-size: 18px;
  }
  .inside-Interior-page {
    padding: 0px;
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-Interior-page .interior-left-content {
    padding: 0px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section {
    padding: 15px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section h2 {
    font-size: 17px;
    line-height: 21px;
    color: #004b8d;
    text-align: center;
    padding: 5px 0px 11px 0px;
    margin: 0px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info {
    display: none;
    text-align: left;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 16px;
    line-height: 20px;
    color: #434749;
    text-align: left;
    padding: 10px 0px 10px 0;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading i {
    padding: 5px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo {
    display: none;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul {
    margin: 0px;
    padding: 10px 20px 10px 0;
    /*background-color:#ffffff;*/
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li {
    display: block;
    padding: 5px;
    text-align: left;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #004b8d ;
    text-decoration: none;
  }
  .inside-Interior-page .interior-left-content .bottom-content {
    padding: 0 15px 15px 15px;
  }
  .inside-Interior-page .interior-right-content {
    margin-left: 15px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .breadcrumb-content .breadcrumb {
    margin-bottom: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption {
    padding: 10px;
    margin-top: -19%;
    margin-left: 4%;
    width: 92%;
    bottom: 0;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 a {
    font-size: 25px;
    line-height: 26px;
    display: inherit;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    margin-bottom: 17px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media {
    padding-bottom: 5px;
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media span {
    width: 30px;
    height: 30px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section img {
    width: 79%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content {
    padding-left: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content p {
    padding-right: 0px;
    font-size: 13px;
    line-height: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example {
    margin-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-top: 5px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example p {
    font-size: 13px;
    line-height: 20px;
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog {
    margin-right: 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog img {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p {
    padding: 0px;
    margin: 0 0 18px;
    font-size: 13px;
    line-height: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p a {
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog .box-family-img {
    background-position: -133px -70px !important;
    width: 100%;
    height: 133px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table caption {
    font-size: 18px;
    line-height: 28px;
    padding-top: 17px;
    padding-bottom: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td {
    font-size: 13px;
    line-height: 17px;
    padding: 8px 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td:first-child {
    padding: 8px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table-responsive {
    border: 0px;
    margin-bottom: 8px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC #KH_WC_Area_A {
    width: 100%;
    margin: 30px 0px;
    text-align: center;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC {
    width: 100%;
    margin-top: 30px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K {
    text-align: center;
    margin-top: 0px;
    width: 100%;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K a img {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_B {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_C {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_D {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_E {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_F {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_G {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_H {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_I {
    width: 100%;
    text-align: center;
    margin: 30px 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot {
    display: inline-block;
    margin: 30px 0px;
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J img {
    width: 90%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .smaller {
    margin: 30px 0px;
    width: 100%;
  }
  .inside-Interior-page .happy-family .learn-more-btn {
    display: block;
    margin-bottom: 5px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group {
    margin-left: 0px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group h2 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-left: 15px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td {
    padding-bottom: 20px;
    vertical-align: top;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td input[type='radio'] {
    margin-right: 10px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group table tbody tr td input[type='checkbox'] {
    margin-right: 10px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .radio-btn {
    width: 100%;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .checkbox-btn {
    width: 100%;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .labelbox {
    width: 100%;
    float: left;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox {
    width: 100%;
    float: left;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox select {
    width: 100% !important;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox select:first-child {
    float: left;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .textbox textarea {
    width: 100% !important;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .date-time-picker {
    position: relative;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .date-time-picker span .control-group-inline .icon-only.btn-icon.btn {
    background: url(/App_Themes/ACH/img/sprite.png) no-repeat -2px -135px !important;
    left: 92% !important;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .form-group .details {
    padding-bottom: 10px;
  }
  .inside-Interior-page .happy-family .bill-pay .inside-form-wrapper .eventRegistration .form-horizontal .btnWrapper input[type='submit'] {
    width: 100%;
    display: inline-block;
    margin-right: 0px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }
  .inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .record-no {
    margin-left: 15px;
    margin-right: 15px;
  }
  .inside-Interior-page .happy-family .bill-pay-packet .inside-form-wrapper .eventRegistration .card {
    min-height: auto;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group select {
    width: 100% !important;
    display: block;
    margin-bottom: 15px;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .hint {
    width: 100%;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DM {
    width: 32% !important;
    display: inline-block;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DB {
    padding: 10px !important;
    width: 30% !important;
    display: inline-block;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .DY {
    width: 25% !important;
    display: inline-block;
  }
  .inside-Interior-page .happy-family .box-search-for-physician .box-physician-form .form-horizontal .form-group .clsTextBoxNoWidth {
    height: 40px;
  }
  .inside-Interior-page .box-space-left {
    padding-right: 0px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form h2 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper p {
    font-size: 16px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group {
    padding: 0px 15px;
    margin-bottom: 30px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group .date-time-picker {
    position: relative;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group .date-time-picker span .control-group-inline .icon-only.btn-icon.btn {
    background: url(/App_Themes/ACH/img/sprite.png) no-repeat -2px -135px !important;
    left: 92% !important;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .AppType {
    padding: 0px 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .AppType div label {
    width: 86%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .PhType div input[type="radio"] {
    width: 10%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .PhType div label {
    width: 15%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .ContactPh .col-sm-3,
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .ContactPh .col-sm-4 {
    padding: 0px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .ContactPh .col-sm-3 input[type="text"],
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .ContactPh .col-sm-4 input[type="text"] {
    margin-bottom: 10px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal label {
    font-size: 14px;
    line-height: 18px;
    width: 100%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .PtGender div label {
    width: 30%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-control {
    width: 100%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline {
    margin-left: 30px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline:first-child {
    margin-left: 5px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .list-physician {
    font-size: 16px;
    line-height: 20px;
    padding: 10px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically {
    padding-right: 0px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically h3 {
    font-size: 18px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li a {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    margin: 0 42px 16px 0;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper {
    margin-top: 10px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list {
    margin: 0px;
    min-height: 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view {
    padding: 0px 15px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view .accordArrHeading h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view .accordArrHeading h2 a {
    font-size: 17px;
    line-height: 21px;
    color: #004b8d;
    margin-top: 0px;
    margin-bottom: 10px;
    text-decoration: none;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view .accordArrHeading h2 a .icon-arrow:before {
    content: "\e600";
    font-size: 14px;
    right: 0px;
    top: 14px;
    color: #004b8d;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view .accordArrInfo {
    display: none;
  }
  .inside-contact-us-page .box-left-contact-us .left-example {
    display: none;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content .social-icon {
    display: block;
    border-bottom: none;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content .social-icon .box-social-media {
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content p {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption {
    padding: 10px;
    margin-top: -19%;
    margin-left: 4%;
    width: 92%;
    bottom: 0;
  }
  .inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 10px;
    margin-bottom: 17px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1 h2 {
    font-size: 17px;
    font-height: 21px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 p {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 35px;
    margin-bottom: 25px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message p {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form .form-group p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 28px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody tr {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo {
    float: left;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo .EditingFormValueCell {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
    width: 18% !important;
    margin-right: 6%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
    width: 50% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz_Phone_localizedExtensionLabel {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextExt {
    width: 100% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message textarea {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .form-bottom {
    margin-bottom: 0px;
  }
  .inside-location-page {
    padding: 0px;
  }
  .inside-location-page i {
    font-size: 28px;
  }
  .inside-location-page .box-right-location .box-space-right {
    padding-left: 0px ;
  }
  .inside-location-page .box-right-location .box-space-left {
    padding-right: 0px ;
  }
  .inside-location-page .box-right-location .location-content h1 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .inside-location-page .box-right-location .location-content a {
    margin-bottom: 15px;
  }
  .inside-location-page .box-right-location .location-content .get-directions h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 5px;
  }
  .inside-location-page .box-right-location .location-content .get-directions p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .inside-location-page .box-right-location .location-content .get-directions input[type='text'] {
    margin-bottom: 30px;
    width: 100%;
    font-size: 13px;
    line-height: 17px;
  }
  .inside-location-page .box-right-location .location-content .pdf h2 {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .inside-location-page .box-right-location .location-content .pdf p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .inside-location-page .box-right-location .location-content .learn-more {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .inside-location-page .box-right-location .location-content .learn-more h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
  .inside-location-page .box-right-location .location-content .learn-more p {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-page .box-right-location .locations-accordion {
    margin-bottom: 25px;
  }
  .inside-location-page .box-right-location .locations-accordion .accordionHeading h2 {
    font-size: 17px;
    line-height: 21px;
  }
  .inside-location-page .box-right-location .locations-accordion .accordionInfo ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 10px 8px 50px;
  }
  .inside-location-page .box-left-location {
    margin-top: 0px;
  }
  .inside-location-page .box-left-location .in-this-section {
    padding: 0px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading {
    border-bottom: 2px solid #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
    /*     .icon-arrow:before{
              content: "\e600";
              font-size: 14px;
              right: 0px;
              top: 14px;
              color: #004b8d;
            }*/
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 16px;
    line-height: 20px;
    color: #004b8d;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2:before {
    background: none;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading.active h2:before {
    background: none;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo {
    background-color: #fff;
    padding: 10px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-details-page {
    padding: 0px;
  }
  .inside-location-details-page i {
    font-size: 28px;
  }
  .inside-location-details-page .box-left-location-details {
    margin-top: 0px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section {
    padding: 0px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading {
    border-bottom: 2px solid #ffffff;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 16px;
    line-height: 20px;
    color: #004b8d;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2:before {
    background: none;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading .icon-arrow:before {
    content: "\e600";
    font-size: 14px;
    right: 0px;
    top: 14px;
    color: #004b8d;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading.active h2:before {
    background: none;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo {
    background-color: #fff;
    padding: 10px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-details-page .box-right-location-details .breadcrumb-content .breadcrumb li:first-child:before {
    padding: 0px 15px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake {
    margin-bottom: 58px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake a {
    padding-left: 0;
    margin-bottom: 20px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .details {
    margin-bottom: 22px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .address {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details a {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .schedule-appointment {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .link-button {
    margin-top: 30px;
    padding: 12px 10px;
    width: 94%;
    color: white;
    background-color: #00ace4;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  .inside-location-details-page .box-right-location-details .available-services h2 {
    font-size: 18px;
    font-weight: 600;
  }
  .inside-location-details-page .box-right-location-details .available-services thead tr th {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td {
    font-size: 14px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td ul li {
    font-size: 12px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td ul li:first-child {
    padding-top: 0;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names {
    padding-left: 0;
    border: none;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li {
    width: 100%;
    display: block;
  }
  /*Inside Calendar Page Styles*/
  .inside-Calendar-page .calendar-left-wrapper {
    margin-top: 0;
  }
  .inside-Calendar-page .cal-event-content-header h1 {
    font-size: 30px;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .showAll {
    padding: 6px 122px !important;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event {
    margin-bottom: 22px;
    padding: 0;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event a {
    font-size: 14px !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table .event a .times {
    font-size: 14px !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table tbody > tr > td {
    padding: 20px 56px;
    position: relative;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid .calendar-table tbody > tr > td .date {
    position: absolute;
    top: 0;
    right: 0;
  }
  .inside-Calendar-page .page-eventsCalendar h1 {
    font-size: 30px;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendarGrid table {
    table-layout: auto;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .box-page-content {
    padding: 0px;
  }
  .inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time h6 {
    font-size: 14px;
    margin-right: 2px;
  }
  .inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-details-right-wrapper h5 {
    font-size: 14px;
  }
  .inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-details-right-wrapper p {
    font-size: 12px;
  }
  /*Inside Calendar Page Styles*/
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section {
    margin-bottom: 15px;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section {
    background-color: #f7f4f2;
    padding: 10px;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrHeading h2 {
    margin: 0;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrHeading h2 a {
    font-size: 16px;
    color: #004b8d;
    text-align: center;
    padding: 15px;
    background-color: #f7f4f2;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrHeading h2 a:hover {
    color: #004b8d;
    text-decoration: none;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrHeading h2 a i {
    font-size: 16px;
    color: #004b8d !important;
    float: right;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrHeading h2 a i:before {
    color: #004b8d;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrInfo {
    display: none;
    background-color: #ffffff;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrInfo ul {
    padding: 10px;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrInfo ul li {
    padding-bottom: 10px;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .left-sub-section .in-this-section .accordArrInfo ul li a {
    color: #343739;
    font-size: 16px;
    line-height: 20px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section {
    padding: 0;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-content-header h1 {
    font-size: 22px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-left {
    float: none !important;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right {
    padding: 0px !important;
    margin-top: 25px;
    width: 100% !important;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h2 {
    font-size: 24px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h3 {
    font-size: 18px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail {
    width: 100% !important;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail .physician-contact-title strong {
    font-size: 14px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail .physician-detail span {
    font-size: 14px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents {
    margin-top: 12px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane {
    padding: 0;
    width: 100% !important;
    display: block;
    margin-bottom: 6px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrHeading span {
    padding: 15px;
    width: 100%;
    display: block;
    background-color: #777777;
    color: #f7f4f2;
    font-size: 16px;
    text-align: center;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrHeading span i {
    float: right;
    font-size: 16px;
    font-weight: 400;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo {
    display: none;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .main-ul li {
    font-size: 18px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .main-ul li .sub-ul li a {
    font-size: 16px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .main-ul li .sub-ul li span {
    font-size: 14px;
    padding: 0;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .main-ul,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo span,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo p {
    padding: 0 25px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .main-ul,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo span:first-child,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo p:first-child {
    padding-top: 25px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .backbtn {
    width: 100%;
    text-align: center;
    margin: 30px 0;
    font-size: 14px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo .backbtn .backbtn:hover {
    text-decoration: none;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo span,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab-xs .physician-tab-contents .tab-pane .accordArrInfo p {
    font-size: 16px;
  }
  /*page middle content styles*/
  /*page footer section styles*/
  footer {
    padding: 0;
  }
  footer .box-top-footer {
    padding: 0;
    height: auto;
  }
  footer .box-top-footer .container {
    padding: 0;
  }
  footer .box-top-footer .container .col-sm-3 {
    padding: 0;
  }
  footer .box-top-footer .box-sub-pages {
    padding: 0;
  }
  footer .box-top-footer .box-sub-pages .accordArrHeading {
    border-bottom: 1px solid #78797a;
    padding: 20px 0;
  }
  footer .box-top-footer .box-sub-pages .accordArrHeading a {
    color: #f9c506;
  }
  footer .box-top-footer .box-sub-pages .accordArrHeading a span {
    top: 23px;
    margin-top: 0;
  }
  footer .box-top-footer .box-sub-pages .accordArrHeading a:hover {
    text-decoration: none;
  }
  footer .box-top-footer .box-sub-pages .accordArrHeading.active a span {
    top: 23px;
    margin-top: 0;
  }
  footer .box-top-footer .box-sub-pages h2 {
    margin: 0;
    padding: 0 18px;
    cursor: pointer;
  }
  footer .box-top-footer .box-sub-pages .accordArrInfo {
    background: #ffffff;
    display: none;
  }
  footer .box-top-footer .box-sub-pages ul {
    padding: 10px;
  }
  footer .box-top-footer .box-sub-pages ul li a {
    color: #343739;
  }
  footer .box-top-footer .box-social-links {
    text-align: left;
  }
  footer .box-top-footer .box-social-links ul li {
    display: inline-block;
    padding: 0 6px;
    width: 32%;
    text-align: center;
  }
  footer .box-top-footer .box-social-links ul li a {
    display: block;
    color: #FFFFFF;
  }
  footer .box-top-footer .box-social-links ul li a i {
    width: 100%;
    float: none;
  }
  footer .box-top-footer .box-social-links ul li a p {
    width: 100% !important;
    float: none;
  }
  footer .box-top-footer .box-social-links ul li p {
    width: 100% !important;
    float: none;
  }
  footer .box-footer-bottom {
    padding: 10px 0;
  }
  footer .box-footer-bottom .col-sm-4 {
    padding: 0;
  }
  footer .box-footer-bottom .col-xs-12 {
    padding: 0;
  }
  footer .box-footer-bottom .col-sm-12 {
    padding: 0;
  }
  footer .box-footer-bottom span {
    font-size: 14px;
  }
  footer .box-footer-bottom a {
    color: #00b0b8;
    display: inline-block;
  }
  footer .box-footer-bottom .box-copyright {
    margin: 0;
    font-size: 12px;
  }
  /*page footer section styles*/
  .bx-controls-direction {
    display: none;
  }
  .login-page-wrapper {
    background-color: #f0f0f0;
    padding-top: 85px;
  }
  .login-page-wrapper header {
    padding: 0px;
    background-color: #ffffff;
  }
  .login-page-wrapper header .box-space .box-main-nav .box-header-desktop {
    padding: 40px 50px 35px 50px;
  }
  .login-page-wrapper header .box-space .box-main-nav .box-header-desktop .box-logo {
    padding: 40px 15px;
  }
  .login-page-wrapper header .box-space .box-main-nav .box-header-desktop .box-bottom-line {
    margin-top: 35px;
  }
  @-moz-document url-prefix() {
    .navbar .navbar-header .navbar-brand {
      margin: 15px;
    }
    .navbar .navbar-header .navbar-brand .icon-logo span {
      margin-left: -23px !important;
    }
  }
  .login-page-wrapper .login-section {
    background-color: #ffffff;
  }
  .login-page-wrapper .login-section .container {
    padding: 15px ;
  }
  .login-page-wrapper .login-section .login-window {
    padding-left: 0px;
  }
  .login-page-wrapper .login-section .login-window .happy-family h1 {
    font-size: 25px;
    line-height: 29px;
    margin: 0px ;
    margin-bottom: 15px !important;
  }
  .login-page-wrapper .login-section .login-window .happy-family p {
    font-size: 14px;
    line-height: 18px;
    color: #8a919b;
    margin-bottom: 10px;
  }
  .login-page-wrapper .login-section .login-window .happy-family .sign-in {
    background-color: #38ad42;
    padding: 13px;
    border-radius: 3px;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 13px;
    display: inline-block;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table label {
    color: #2f79b8;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table td {
    margin-bottom: 13px;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table td .form-control {
    margin-left: 15px;
    margin-bottom: 13px;
    height: 30px;
    width: 80%;
    font-size: 14px;
    color: #000000;
    border-radius: 2px;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table td .checkbox label {
    color: #000000;
    font-size: 12px;
    margin-left: 12px;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table td .checkbox input[type="checkbox"] {
    margin-top: 3px;
    margin-left: 15px;
    margin-right: 10px;
    height: 15px;
    width: 15px;
    border-radius: 0px;
  }
  .login-page-wrapper .login-section .login-window .LogonPageBackground table td input[type='submit'] {
    padding: 9px 45px !important;
    margin-left: 15px !important;
  }
  .login-page-wrapper .login-section .login-window .inside-Interior-page .interior-right-content {
    margin-left: 0px;
  }
  .login-page-wrapper .login-bottom {
    padding: 25px 15px 120px 15px;
  }
  .login-page-wrapper .login-bottom h3 {
    color: #004b8d;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  .login-page-wrapper .login-bottom p {
    color: #000000;
    font-size: 14px;
    line-height: 12px;
  }
  .white_content {
    top: 84%;
    width: 80%;
    left: 8%;
    padding: 5px;
  }
  /*code is added on 180416*/
  .box-middle-section .box-space-right .box-right-content .right-interior-section .zone-content .benefits-tab .box-view .box-tab-content .FormPanel .form-horizontal .form-group .ExplanationText {
    margin: 0 10px;
  }
  .box-middle-section .box-space-right .box-right-content .right-interior-section .zone-content .benefits-tab .box-view .box-tab-content .FormPanel .form-horizontal .form-group .EditingFormErrorLabel {
    margin: 0 10px;
  }
  /*code is added on 180416*/
}
@media all and (min-width: 360px) and (max-width: 767px) {
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog .box-family-img {
    background-position: -45px -70px !important;
    height: 133px;
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section img {
    width: 79%;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
    text-align: left;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
    width: 68%;
  }
  footer .box-top-footer .box-social-links {
    text-align: left;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .site-icon-logo img {
    width: 73px;
    padding: 5px;
    float: left;
  }
  .site-icon-logo span {
    display: block;
    line-height: 1;
    color: #51c2eb;
    font-weight: 600;
    float: left;
    padding: 15px 5px;
    border-left: 1px solid #d4d0d0;
    font-size: 10px;
  }
  .box-logo a {
    color: transparent;
    display: block;
    cursor: pointer;
    clear: both;
    text-decoration: none!important;
  }
  .box-logo a .icon-logo {
    font-size: 30px!important;
    float: left;
  }
  .box-logo a .icon-logo span {
    margin-left: -15px;
  }
  .box-logo a .logo-slogan {
    border-left: 1px solid #d4d0d0;
    padding: 6px 2px;
    line-height: 1;
    color: #51c2eb;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 10px;
    font-weight: 600;
  }
  .radio input[type="radio"],
  .radio-inline input[type="radio"],
  .checkbox input[type="checkbox"],
  .checkbox-inline input[type="checkbox"] {
    margin-top: 2px !important;
  }
  .box-space-right {
    padding-left: 10px;
  }
  /*Header styles on 09-04-015*/
  header .container {
    padding: 0;
  }
  header .box-right-dropdown {
    padding: 15px;
  }
  header .box-right-dropdown a {
    font-size: 14px;
  }
  header .box-right-dropdown a:after {
    margin-left: 5px;
    font-size: 14px;
  }
  header .dropdown-menu {
    left: -122px;
    top: 42px;
  }
  header .box-top-nav ul {
    margin-top: 5px;
    float: none;
  }
  header .box-top-nav ul li {
    padding: 10px 12px;
  }
  header .box-main-nav .box-right-nav {
    margin-top: 15px;
  }
  header .box-main-nav .box-right-nav .navbar-nav {
    float: left;
  }
  header .box-main-nav .box-right-nav .navbar-nav li {
    padding: 8px 7px;
    /* code edited/added on 28052015*/
    /* code edited/added on 28052015*/
  }
  header .box-main-nav .box-right-nav .navbar-nav li a {
    font-size: 13px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop {
    min-height: 280px;
    top: 35px;
    width: 550px;
    padding: 15px 5px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li {
    width: 180px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li h3 {
    font-size: 14px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li strong {
    font-size: 13px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li a {
    font-size: 13px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li ul li {
    margin-top: 5px;
  }
  header .box-main-nav .box-right-nav .search-dropdown {
    font-size: 12px;
  }
  header .box-main-nav .search-dropdown {
    padding: 5px;
  }
  header .box-main-nav .search-dropdown a:after {
    padding-right: 4px;
  }
  header .box-main-nav .search-dropdown .dropdown-menu {
    font-size: 14px;
    left: 44%;
    min-height: 30px;
    padding: 5px 12px;
    top: 100%;
  }
  header .box-main-nav .search-dropdown .dropdown-menu .form-control {
    min-height: 40px;
  }
  header .box-main-nav .search-dropdown .box-go-btn {
    margin-top: 5px;
  }
  header .box-main-nav .box-bottom-line {
    padding-top: 5px;
  }
  /*Header styles on 09-04-015*/
  /*page middle content styles*/
  .box-home-page .box-hospital-info h2 {
    font-size: 18px;
  }
  .box-home-page .box-hospital-info p {
    font-size: 14px;
  }
  .box-home-page .box-hospital-info .col-sm-4 {
    min-height: 140px;
  }
  .box-home-page .box-hospital-events .tab-content {
    padding: 20px 0 10px 0;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-left-arrow:before {
    display: none;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-right-arrow:before {
    display: none;
  }
  .box-home-page .box-hospital-events .tab-content .col-sm-4 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail h2 {
    font-size: 16px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail p {
    font-size: 13px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail a {
    font-size: 13px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li > a {
    width: 200px;
    font-size: 14px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li > a:hover:after {
    left: 90px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li.current > a:after {
    left: 90px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li.active > a:after {
    left: 90px;
  }
  .inside-landing-page {
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-landing-page .box-right-content .zone-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin: 20px 0;
  }
  .inside-landing-page .box-right-content .zone-content p {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon {
    margin: 20px 0;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon .box-social-media {
    padding-bottom: 12px;
    padding-right: 0px;
  }
  .inside-landing-page .box-right-content .zone-content .text-content p {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li {
    width: 132px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a {
    padding: 15px 18px;
    font-size: 15px;
    line-height: 19px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a:hover:after {
    left: 50%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li.active > a:after {
    left: 50%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content {
    width: 100%;
    margin-top: 12px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image span {
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    bottom: 0px;
    min-width: 159px!important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image .img-responsive {
    height: 200px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
    width: 73%;
    padding: 5px 20px 5px 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info p {
    margin-bottom: 38px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info span {
    font-size: 13px;
    line-height: 17px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    width: 100%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities {
    padding: 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul {
    padding-left: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourfacilities ul li {
    padding: 5px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    padding: 10px 0px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info h3 {
    font-size: 18px;
    margin: 10px 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .info p {
    font-size: 16px;
    font-weight: normal;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-ourprograms .box-tab-content .learn-more-btn {
    font-size: 16px;
  }
  .inside-landing-page .box-left-content {
    padding: 0px;
    height: auto;
    background: #f7f4f2;
    padding: 0;
  }
  .inside-landing-page .box-left-content .col-sm-12 {
    padding: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section {
    margin: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a {
    font-size: 15px;
    line-height: 19px;
    color: #004b8d;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a span {
    top: 23px;
    margin-top: 0;
    text-align: center;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a:hover {
    text-decoration: none;
  }
  .inside-landing-page .box-left-content .left-sub-section h2 {
    margin: 0;
    font-style: normal;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrInfo {
    background: #FFFFFF;
    /*display: none;*/
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 {
    max-width: 80%;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li a {
    max-width: 80%;
    display: inline-block;
  }
  .inside-landing-page .box-left-content .left-sub-section ul {
    padding: 10px 0 0 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section ul li a {
    color: #004b8d;
  }
  .inside-landing-page .box-left-content .left-sub-section .related-pages {
    padding-bottom: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .external-link {
    padding-bottom: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us p {
    padding-bottom: 15px;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .btn-primary {
    display: block;
    padding: 5px !important;
  }
  .inside-landing-page .box-video-section {
    padding: 0;
  }
  .inside-landing-page .box-video-section h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-landing-page .box-video-section .video-slider-section .bx-wrapper .bxslider li {
    height: 200px !important;
    /*width: 5% !important;
            margin-right:2px !important;*/
  }
  .inside-landing-page .box-video-section .video-slider-section .col-sm-4 {
    padding: 0px 10px;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail {
    border: 0;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail p {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 17px;
    margin: 0px;
  }
  .inside-landing-page .box-search-right-content h4 {
    margin: 0px;
    padding: 20px 30px;
  }
  .inside-landing-page .box-search-right-content .interested-in {
    padding: 20px 10px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events h3 {
    margin-top: 0px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events .event-block {
    margin-top: 25px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events .event-block h4 {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
  }
  .inside-landing-page .box-search-right-content a {
    color: #00ace4;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab {
    /*code edited/added*/
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li {
    width: 135px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:hover {
    background: #777777;
    color: #ffffff;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:hover:after {
    left: 60px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs > li.active > a:after {
    left: 60px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-view {
    padding: 10px 20px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-space-left {
    padding-left: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-space-right {
    padding-right: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content i {
    float: right;
    padding-right: 0 !important;
    color: #FFFFFF !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .results {
    margin-bottom: 20px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .results h3 {
    color: #004b8d;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .results h3 a {
    font-family: 'sans-serif';
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .results p {
    line-height: 22px;
    color: #434749;
  }
  .inside-Interior-page {
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-Interior-page .interior-left-content {
    padding: 15px 5px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 15px;
    padding-left: 0px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info {
    display: block;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 13px;
    line-height: 17px;
    font-weight: normal;
    color: #004b8d;
    margin-bottom: 4px;
    padding-left: 20px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading i {
    line-height: 0px;
    padding: 0px;
    /*font-size: 2px;*/
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo {
    display: none;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul {
    margin: 0px;
    padding: 3px 0px 10px 0px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 13px;
    line-height: 17px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .breadcrumb-content .breadcrumb {
    margin-bottom: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 a {
    font-size: 24px;
    line-height: 28px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption p {
    font-size: 16px;
    line-height: 20px;
    padding-right: 0px;
    margin-bottom: 17px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media span {
    width: 28px;
    height: 28px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content {
    padding-left: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content p {
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image {
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image .box-family-img {
    background-position: -178px 0 !important;
    height: 335px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example {
    margin-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example p {
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog {
    margin-right: 0px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p {
    padding-right: 0px;
    padding-left: 20px ;
    margin: 0 0 27px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p a {
    padding-right: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table caption {
    font-size: 19px;
    line-height: 23px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td {
    font-size: 14px;
    line-height: 18px;
    padding: 8px;
    padding-left: 8px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC {
    width: 48%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC {
    width: 50%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K {
    margin-top: 25px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_B {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_C {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_D {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_E {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_F {
    width: 23%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_G {
    width: 23%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_H {
    width: 23%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_I {
    width: 23%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot {
    width: 85%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J img {
    width: 85%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .smaller {
    margin: 30px 0px;
    width: 85%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form h2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper {
    font-size: 16px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group {
    margin-bottom: 25px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .AppType div label {
    width: 90%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal label {
    font-size: 16px;
    line-height: 20px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .children-label {
    font-size: 18px;
    line-height: 22px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-control {
    width: 60%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline {
    margin-left: 5px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline + .radio-inline {
    margin-left: 30px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .list-physician {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically {
    padding-right: 0px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li a {
    font-size: 24px;
    line-height: 28px;
    padding: 0px;
    margin: 0 32px 20px 0;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper {
    margin-top: 10px;
  }
  .box-provider-directory .join-our-team a span {
    font-size: 16px !important;
  }
  .box-provider-directory .join-our-team a span i {
    right: 10px;
    font-size: 18px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content h1 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content .social-icon {
    display: block;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption p {
    font-size: 16px;
    line-height: 20px;
    padding-right: 0px;
    margin-bottom: 17px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1 h2 {
    font-size: 18px;
    font-height: 22px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 p {
    font-size: 17px;
    line-height: 21px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message p {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo .EditingFormValueCell {
    width: 77% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl .moveNextLast {
    width: 38% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div {
    margin-right: 0;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div label {
    font-size: 14px;
    margin-right: 3px;
  }
  .inside-contact-us-page .box-right-contact-us .select-recipient {
    width: 65%;
    display: block;
  }
  .inside-contact-us-page .box-right-contact-us .country {
    width: 65%;
    display: block;
  }
  .inside-contact-us-page .box-left-contact-us .left-list {
    margin-right: 0px;
    margin-top: 0px;
    min-height: 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view {
    padding: 10px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view h2 {
    margin-top: 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view ul li a {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-example {
    display: none;
  }
  .inside-contact-us-page .box-left-contact-us .left-example h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-contact-us-page .box-left-contact-us .left-example ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-location-page .box-right-location .location-content h1 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .inside-location-page .box-right-location .location-content .get-directions h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 37px;
    margin-bottom: 5px;
  }
  .inside-location-page .box-right-location .location-content .get-directions p {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .inside-location-page .box-right-location .location-content .get-directions input[type='text'] {
    margin-bottom: 30px;
    width: 57%;
  }
  .inside-location-page .box-right-location .location-content .pdf h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .inside-location-page .box-right-location .location-content .pdf p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
  .inside-location-page .box-right-location .location-content .learn-more {
    margin-bottom: 30px;
    padding: 15px 20px 20px 20px;
  }
  .inside-location-page .box-right-location .location-content .learn-more h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
  .inside-location-page .box-right-location .location-content .learn-more p {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-page .box-right-location .locations-accordion .accordionInfo ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 50px 8px 50px;
  }
  .inside-location-page .box-left-location {
    margin-top: 0px;
  }
  .inside-location-page .box-left-location .in-this-section {
    padding: 10px 0px 10px 20px;
  }
  .inside-location-page .box-left-location .in-this-section h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 15px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 15px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 14px;
    line-height: 19px;
  }
  .inside-location-details-page .box-right-location-details .breadcrumb-content .breadcrumb {
    margin-bottom: 10px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content h1 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake a img {
    margin-bottom: 22px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .address {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .details {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 33px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .schedule-appointment {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details a {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: 600;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .link-button {
    width: 44%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 13px 12px;
    color: white;
    background-color: #00ace4;
  }
  .inside-location-details-page .box-right-location-details .available-services {
    margin-bottom: 30px;
  }
  .inside-location-details-page .box-right-location-details .available-services h2 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
  }
  .inside-location-details-page .box-right-location-details .available-services thead tr {
    padding: 10px 12px;
  }
  .inside-location-details-page .box-right-location-details .available-services thead tr th {
    font-size: 20px;
    line-height: 24px;
    padding: 10px 15px;
    font-weight: 600;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td {
    font-size: 17px;
    line-height: 21px;
    padding-top: 35px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td:first-child {
    padding-left: 15px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td ul li {
    font-size: 17px;
    line-height: 21px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody .highlight td {
    padding-top: 30px;
  }
  .inside-location-details-page .box-left-location-details {
    margin-top: 0px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section {
    padding: 10px 0px 10px 20px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 15px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 15px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 14px;
    line-height: 19px;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper {
    margin-top: 20px;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names {
    border: none;
    padding-left: 0;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li a {
    font-size: 16px;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .last-col ul li:first-child a {
    margin-top: 25px;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .administrative-open-fields .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    border: 1px solid #dddddd;
  }
  /*Inside Calendar Page Styles*/
  .inside-Calendar-page .tab-view-left-part {
    display: block;
  }
  .inside-Calendar-page .cal-left-section {
    display: none;
  }
  .inside-Calendar-page .calendar-left-wrapper {
    margin-top: 0;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list ul {
    float: left !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendar-table .showAll {
    padding: 3px 10px !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .filter-category-search-box .form-inline .form-group {
    padding: 0 15px !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .filter-category-search-box .form-inline .form-group label {
    display: block;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .filter-category-search-box .form-inline .form-group select {
    width: 100% !important;
  }
  .inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time h6 {
    margin-right: 2px;
  }
  /*Inside Calendar Page Styles*/
  .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .interior-left-content {
    padding: 28px 20px 35px 20px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section {
    padding-left: 15px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-content-header h1 {
    font-size: 26px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right {
    padding: 0 0 0 20px;
    width: 74%;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h2 {
    font-size: 24px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-detail-right .right-top-section h3 {
    font-size: 18px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail {
    width: 90% !important;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail .physician-contact-title strong {
    font-size: 15px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-wrapper .physician-contact-detail .physician-detail span {
    font-size: 15px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li a {
    font-size: 14px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .detail-tabs li a:hover {
    text-decoration: none;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane {
    padding: 0;
    width: 68%;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li {
    font-size: 18px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li .sub-ul li a {
    font-size: 16px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li .sub-ul li span {
    font-size: 14px;
    padding: 0;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .main-ul,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane span,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane p {
    padding: 0 25px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .main-ul,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane span:first-child,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane p:first-child {
    padding-top: 25px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .backbtn {
    padding: 7px 17px;
    margin: 50px 0 0 0;
    font-size: 14px;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane .backbtn .backbtn:hover {
    text-decoration: none;
  }
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane span,
  .inside-physicians-detail-page .box-physician-detail-right-section .physician-detail-tab .physician-tab-contents .tab-pane p {
    font-size: 16px !important;
  }
  footer {
    /*  .input-group .input-group-btn {
      display: inline-block !important;
    }*/
  }
  footer .box-top-footer {
    height: auto;
    padding: 0;
  }
  footer .box-top-footer .box-sub-pages h2 {
    font-size: 14px;
  }
  footer .box-top-footer .box-sub-pages ul li a {
    font-size: 14px;
  }
  footer .box-top-footer .box-social-links ul {
    padding-left: 0;
  }
  footer .box-top-footer .box-social-links ul li {
    padding-bottom: 0;
    display: inline-flex;
  }
  footer .box-top-footer .box-social-links ul li a {
    font-size: 14px;
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li a p {
    font-size: 14px;
  }
  footer .box-top-footer .box-social-links ul li a i {
    font-size: 30px;
    padding: 3px 0;
    width: 18%;
  }
  footer .box-top-footer .box-social-links ul li p {
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li p a {
    width: 78% !important;
    color: #FFFFFF !important;
  }
  footer .box-footer-bottom h3 {
    font-size: 15px;
  }
  footer .box-footer-bottom span {
    font-size: 13px;
  }
  footer .box-footer-bottom .box-footer-social-links h4 {
    font-size: 15px;
  }
  footer .box-footer-bottom .input-group .form-control {
    font-size: 14px;
  }
  .bxslider li {
    height: 420px;
    margin-right: 2px !important;
    background-color: #f7f4f2;
  }
  .bxslider li .thumbnail {
    margin-bottom: 0;
  }
  .bx-controls-direction {
    display: none;
  }
  .login-page-wrapper header .box-space .box-main-nav .box-header-desktop .box-logo a .logo-slogan {
    right: -5px;
  }
  .white_content {
    left: 20%;
    top: 78%;
    width: 55%;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .site-icon-logo img {
    width: 100px;
    padding: 10px;
    float: left;
  }
  .site-icon-logo span {
    display: block;
    line-height: 1;
    color: #51c2eb;
    font-weight: 600;
    float: left;
    padding: 20px 10px;
    border-left: 1px solid #d4d0d0;
    font-size: 14px;
  }
  .box-logo a {
    color: transparent;
    display: block;
    cursor: pointer;
    clear: both;
    text-decoration: none!important;
  }
  .box-logo a .icon-logo {
    font-size: 39px!important;
    float: left;
  }
  .box-logo a .icon-logo span {
    margin-left: -19.5px;
  }
  .box-logo a .logo-slogan {
    border-left: 1px solid #d4d0d0;
    padding: 9px 5px;
    position: absolute;
    top: 6px;
    right: 13px;
    line-height: 1;
    color: #51c2eb;
    font-weight: 600;
  }
  /*Header styles on 09-04-015*/
  header .dropdown-menu {
    left: -121px;
    top: 42px;
  }
  header .box-main-nav .box-right-nav {
    margin-top: 10px;
  }
  header .box-main-nav .box-right-nav .navbar-nav {
    float: right;
  }
  header .box-main-nav .box-right-nav .navbar-nav li {
    padding: 6px 8px;
    /* code edited/added on 28052015*/
    /* code edited/added on 28052015*/
  }
  header .box-main-nav .box-right-nav .navbar-nav li a {
    font-size: 14px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop {
    min-height: 335px;
    top: 32px;
    width: 625px;
    padding: 15px 20px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li {
    width: 195px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li h3 {
    font-size: 17px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li strong {
    font-size: 14px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li a {
    font-size: 14px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop li ul li {
    margin-top: 15px;
  }
  header .box-main-nav .box-right-nav .search-dropdown {
    padding: 8px;
  }
  header .box-main-nav .box-right-nav .search-dropdown .dropdown-menu {
    left: 57%;
    top: 100%;
    padding: 0px 12px ;
  }
  header .box-main-nav .box-right-nav .search-dropdown .dropdown-menu .form-control {
    min-height: 45px ;
  }
  header .box-main-nav .box-right-nav .search-dropdown .box-go-btn {
    margin-top: 8px;
  }
  .box-provider-directory .box-search-for-physician .breadcrumb-content {
    margin-top: 0px ;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form h2 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-list-wrapper {
    font-size: 18px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group {
    margin-bottom: 25px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-group a {
    font-size: 18px;
    line-height: 22px;
    padding: 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal label {
    font-size: 18px;
    line-height: 22px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .children-label {
    font-size: 18px;
    line-height: 22px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .form-control {
    width: 60%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline {
    margin-left: 5px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .radio-inline + .radio-inline {
    margin-left: 30px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .form-horizontal .list-physician {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically {
    padding-right: 0px;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul {
    padding: 0;
    margin: 0;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li a {
    font-size: 24px;
    line-height: 28px;
    padding: 0px;
    margin: 0 32px 20px 0;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .physician-detail-wrapper {
    margin-top: 10px;
  }
  .box-provider-directory .join-our-team a span {
    font-size: 16px !important;
  }
  .box-provider-directory .join-our-team a span i {
    right: 10px;
    font-size: 18px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li {
    width: 176px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a {
    padding: 15px 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a:after {
    content: '';
    left: 88px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content {
    width: 100%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image span {
    padding: 3px;
    min-width: 101px!important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image .img-responsive {
    height: auto;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
    width: 57%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info p {
    margin-bottom: 2px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    width: 50%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    width: 50%;
    padding: 10px;
  }
  .inside-landing-page .box-video-section .video-slider-section .col-sm-4 {
    padding: 0px 10px;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail {
    border: 0;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail p {
    margin: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span {
    padding: 15px 8px !important;
    font-size: 16px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span i {
    right: 10px;
    font-size: 18px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li {
    width: 160px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo .EditingFormValueCell {
    width: 98%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl div label {
    font-size: 16px;
    margin-right: 10px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Validation .EditingFormValueCell .EditingFormControlNestedControl .CaptchaTable tbody tr {
    width: 100%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Phone .EditingFormValueCell .EditingFormControlNestedControl input {
    width: 15% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message {
    width: 73%;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #Message .EditingFormValueCell .EditingFormControlNestedControl textarea {
    width: 60%;
  }
  .inside-Interior-page {
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info {
    display: block;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
    padding-left: 40px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading .icon-arrow:before {
    left: -148px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 a {
    font-size: 34px;
    line-height: 38px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image .left-middle-content p {
    padding-right: 60px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image .box-family-img {
    background-position: -150px -60px !important;
    height: 235px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC {
    width: 45%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC {
    width: 50%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K {
    margin-top: 25px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_B {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_C {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_D {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_E {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_F {
    width: 20%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_G {
    width: 20%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_H {
    width: 20%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_I {
    width: 20%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot {
    display: inline-block;
    margin: 10px 0px;
    width: 73%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J {
    width: auto;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J img {
    width: 73%;
    position: absolute;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .smaller {
    margin: 30px 0px;
    width: 73%;
  }
  .inside-location-page .box-left-location {
    margin-top: 35px;
  }
  .inside-location-page .box-left-location .in-this-section {
    padding: 10px 10px 10px 30px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 20px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 20px;
  }
  .inside-location-page .box-right-location {
    margin-top: 35px;
  }
  .inside-location-details-page .box-left-location-details {
    margin-top: 35px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section {
    padding: 10px 10px 10px 30px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 20px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 20px;
  }
  .inside-location-details-page .box-right-location-details {
    margin-top: 35px;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-right-arrow:before {
    left: 135px!important;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-left-arrow:before {
    left: 0px!important;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names {
    border-left: 1px solid #dcdcde;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li {
    width: 32%;
    display: inline-block;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names ul li a {
    font-size: 18px;
  }
  .inside-available-jobs-page .view-current-opening-wrapper .opening-fields-wrapper .field-type-names:first-child {
    padding-left: 0 !important;
  }
  /*Inside Calendar Page Styles*/
  .inside-Calendar-page .tab-view-left-part {
    display: none;
  }
  .inside-Calendar-page .cal-left-section {
    display: block;
  }
  .inside-Calendar-page .calendar-left-wrapper {
    margin-top: 38px;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .grid-list ul {
    float: right !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendar-table .showAll {
    padding: 4px 22px !important;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .filter-category-search-box .form-inline .form-group label {
    display: inline-block;
  }
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .filter-category-search-box .form-inline .form-group select {
    width: 50% !important;
  }
  .inside-Calendar-page .box-calendar-section .detailed-events-wrapper .event-wrapper .event-details .event-time h6 {
    margin-right: 2px;
  }
  /*Inside Calendar Page Styles*/
  .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span {
    padding: 15px 8px !important;
    font-size: 16px !important;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span i {
    font-size: 18px;
  }
  .inside-physicians-detail-page .physician-detail-content-header h1 {
    font-size: 42px !important;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-detail-right {
    padding: 0 0 0 20px;
    width: 74%;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-detail-right .right-top-section h2 {
    font-size: 28px !important;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-detail-right .right-top-section h3 {
    font-size: 22px !important;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-contact-detail {
    width: 90% !important;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-contact-detail .physician-contact-title strong {
    font-size: 15px !important;
  }
  .inside-physicians-detail-page .physician-detail-wrapper .physician-contact-detail .physician-detail span {
    font-size: 15px !important;
  }
  .inside-physicians-detail-page .physician-detail-tab .detail-tabs li a {
    font-size: 16px !important;
  }
  .inside-physicians-detail-page .physician-detail-tab .detail-tabs li a:hover {
    text-decoration: none;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane {
    padding: 0;
    width: 68%;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li {
    font-size: 22px !important;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li .sub-ul li a {
    font-size: 18px !important;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .main-ul li .sub-ul li span {
    font-size: 16px !important;
    padding: 0;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .main-ul,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane span,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane p {
    padding: 0 25px;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .main-ul,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane span:first-child,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane p:first-child {
    padding-top: 25px;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .backbtn {
    padding: 7px 17px;
    margin: 50px 0 0 0;
    font-size: 16px !important;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane .backbtn .backbtn:hover {
    text-decoration: none;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane span,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane p {
    font-size: 18px !important;
  }
  .bx-controls-direction {
    display: block;
  }
  .bx-wrapper .bx-next {
    right: -50px !important;
  }
  .bx-wrapper .bx-controls-direction a {
    width: 45px !important;
    height: 42px !important;
  }
  .bx-wrapper .bx-prev {
    left: -50px !important;
    background: url(../img/controls1.png) no-repeat -8px -10px !important;
  }
  .bxslider li {
    height: 200px !important;
    /*width: auto!important;*/
    width: 392.666667px !important;
    margin-right: 5px !important;
  }
  .bx-controls-direction {
    display: block;
  }
  footer {
    /*  .input-group .input-group-btn {
      display: inline-block !important;
    }*/
  }
  footer .box-top-footer .box-social-links ul li {
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li a p span {
    font-size: 12px;
  }
  footer .box-top-footer .box-social-links ul li p {
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li p a {
    width: 78% !important;
    color: #FFFFFF;
  }
  .white_content {
    left: 25%;
    top: 75%;
    width: 45%;
  }
}
@media all and (min-width: 1200px) and (max-width: 1280px) {
  .box-logo a {
    color: transparent;
    display: block;
    cursor: pointer;
    clear: both;
    text-decoration: none!important;
  }
  .box-logo a .icon-logo {
    font-size: 55px!important;
    float: left;
  }
  .box-logo a .icon-logo span {
    margin-left: -17.5px;
  }
  .box-logo a .logo-slogan {
    border-left: 1px solid #d4d0d0;
    padding: 10px 6px;
    position: absolute;
    top: 18px;
    right: -3px !important;
    line-height: 1;
    color: #51c2eb;
    font-weight: 600;
  }
  .container {
    width: 1160px;
  }
  .bx-wrapper .bx-next {
    right: -33px !important;
  }
  .bx-wrapper .bx-prev {
    left: -43px !important;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .site-icon-logo img {
    width: 130px;
    padding: 10px;
    float: left;
  }
  .site-icon-logo span {
    display: block;
    line-height: 1;
    color: #51c2eb;
    font-weight: 600;
    float: left;
    padding: 25px 10px;
    border-left: 1px solid #d4d0d0;
  }
  .box-logo a {
    color: transparent;
    display: block;
    cursor: pointer;
    clear: both;
    text-decoration: none!important;
  }
  .box-logo a .icon-logo {
    font-size: 55px!important;
    float: left;
  }
  .box-logo a .icon-logo span {
    margin-left: -17.5px;
  }
  .box-logo a .logo-slogan {
    border-left: 1px solid #d4d0d0;
    padding: 15px 10px 16px 10px;
    position: absolute;
    top: 3px;
    right: 17px;
    line-height: 1;
    color: #51c2eb;
    padding-top: 20px;
    font-size: 12px;
    font-weight: 600;
  }
  header .container {
    padding: 0 15px;
  }
  header .box-right-dropdown a {
    font-size: 16px;
  }
  header .box-right-dropdown a:after {
    margin-left: 10px;
    font-size: 16px;
  }
  header .dropdown-menu {
    left: -103px;
  }
  header .box-top-nav ul {
    float: right;
    margin-top: 12px;
  }
  header .box-top-nav ul li {
    padding: 10px 15px;
  }
  header .box-main-nav .box-right-nav .navbar-nav {
    float: right;
  }
  header .box-main-nav .box-right-nav .navbar-nav li {
    padding: 15px 18px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li .box-dprt-drop {
    top: 50px;
  }
  header .box-main-nav .box-right-nav .navbar-nav li a {
    font-size: 16px;
  }
  header .box-main-nav .box-right-nav .search-dropdown {
    padding: 10px;
    /*code edited/added on 04052015*/
    /*code edited/added on 04052015*/
  }
  header .box-main-nav .box-right-nav .search-dropdown a:after {
    padding-right: 8px;
  }
  header .box-main-nav .box-right-nav .search-dropdown .dropdown-menu {
    left: 65%;
    top: 85%;
    background: #00ace4;
    width: 350px;
    z-index: 10;
    padding: 0 10px;
  }
  header .box-main-nav .box-right-nav .search-dropdown .dropdown-menu .form-control {
    width: 80%;
    display: inline-block;
    color: #ffffff;
    border: 0;
    text-transform: none;
    font-size: 16px;
    min-height: 50px;
    padding: 0 10px;
    box-shadow: none;
  }
  header .box-main-nav .box-right-nav .search-dropdown .box-go-btn {
    margin-top: 8px;
  }
  header .box-main-nav .box-bottom-line {
    padding-top: 10px;
  }
  /*page middle content styles*/
  .box-home-page .box-hospital-info h2 {
    font-size: 22px;
  }
  .box-home-page .box-hospital-info p {
    font-size: 20px;
  }
  .box-home-page .box-hospital-info .col-sm-4 {
    min-height: 170px;
  }
  .box-home-page .box-hospital-events .tab-content {
    padding: 35px 0 20px 0;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-left-arrow:before {
    display: block;
  }
  .box-home-page .box-hospital-events .tab-content .icon-carousel-right-arrow:before {
    display: block;
  }
  .box-home-page .box-hospital-events .tab-content .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail h2 {
    font-size: 22px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail p {
    font-size: 14px;
  }
  .box-home-page .box-hospital-events .carousel-inner .thumbnail a {
    font-size: 14px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li > a {
    width: 280px;
    font-size: 17px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li > a:hover:after {
    left: 125px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li.current > a:after {
    left: 125px;
  }
  .box-home-page .box-hospital-events .nav-tabs > li.active > a:after {
    left: 125px;
  }
  .inside-landing-page {
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:hover:after {
    position: absolute;
    bottom: -11px;
    left: 112px;
  }
  .inside-landing-page .box-right-content .zone-content h1 {
    font-size: 42px;
    margin: 20px 0;
    line-height: 45px;
  }
  .inside-landing-page .box-right-content .zone-content p {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon {
    margin: 20px 0;
  }
  .inside-landing-page .box-right-content .zone-content .social-icon .box-social-media {
    padding-bottom: 20px;
    padding-right: 10px;
  }
  .inside-landing-page .box-right-content .zone-content .text-content p {
    font-size: 17px;
    line-height: 21px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li {
    width: 222px;
    padding-bottom: 0;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .nav-tabs > li a:after {
    content: '';
    left: 112px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content {
    width: 100%;
    margin-top: 20px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .image span {
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    bottom: 0px;
    left: 0px;
    min-width: 127px !important;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info {
    padding: 10px 5px;
    width: 63%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 13px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-tab-content .info span {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    width: 50%;
  }
  .inside-landing-page .box-right-content .zone-content .benefits-tab .box-view {
    padding: 10px 20px;
  }
  .inside-landing-page .box-right-content .text-content p {
    font-size: 17px;
    line-height: 21px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .nav-tabs > li {
    width: 222px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .nav-tabs > li a {
    font-size: 16px;
    line-height: 20px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .nav-tabs > li a:after {
    content: '';
    left: 112px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content {
    width: 92%;
    margin-top: 20px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content .image span {
    padding: 5px;
    font-size: 11px;
    line-height: 14px;
    bottom: 0px;
    left: 0px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content .info {
    padding: 10px 5px;
    width: 63%;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content .info h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 13px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content .info p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-tab-content .info span {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-view {
    width: 50%;
  }
  .inside-landing-page .box-right-content .text-content p .benefits-tab .box-view {
    padding: 10px 20px;
  }
  .inside-landing-page .box-left-content {
    padding: 0px;
    height: auto;
    background: #f7f4f2;
    padding: 0;
  }
  .inside-landing-page .box-left-content .col-sm-12 {
    padding: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section {
    margin: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a {
    color: #004b8d;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a span {
    top: 23px;
    margin-top: 0;
    text-align: center;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrHeading a:hover {
    text-decoration: none;
  }
  .inside-landing-page .box-left-content .left-sub-section h2 {
    margin: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .accordArrInfo {
    background: #fff;
    /*display:none;*/
  }
  .inside-landing-page .box-left-content .left-sub-section ul {
    padding-top: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section ul li a {
    color: #004b8d;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section h2 {
    /* padding-left: 23px;*/
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section ul {
    padding-left: 0px;
    padding-top: 0px;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordArrHeading h2 {
    padding-left: 0;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionHeading h2 {
    max-width: 90%;
  }
  .inside-landing-page .box-left-content .left-sub-section .in-this-section .accordion1Info .accordionInfo ul li a {
    max-width: 90%;
    display: inline-block;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us {
    padding-left: 10px;
    padding-right: 10px;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us p {
    padding-bottom: 15px;
  }
  .inside-landing-page .box-left-content .left-sub-section .contact-us .btn-primary {
    display: block;
    padding: 10px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span {
    padding: 15px 22px !important;
    font-size: 20px !important;
  }
  .inside-landing-page .box-left-content .left-sub-section .join-img-wrapper a span i {
    font-size: 22px;
  }
  .inside-landing-page .box-video-section h2 {
    font-size: 30px;
  }
  .inside-landing-page .box-video-section .video-slider-section .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail {
    border: 0;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail p {
    margin: 0px 25px;
  }
  .inside-landing-page .box-video-section .video-slider-section .thumbnail iframe {
    width: 100% !important;
  }
  .inside-landing-page .box-search-right-content h4 {
    margin: 0px;
    padding: 20px 30px;
  }
  .inside-landing-page .box-search-right-content .interested-in {
    padding: 25px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events h3 {
    margin-top: 0px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events .event-block {
    margin-top: 25px;
  }
  .inside-landing-page .box-search-right-content .interested-in .events .event-block h4 {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
  }
  .inside-landing-page .box-search-right-content a {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab {
    /*code edited/added*/
    /*code edited/added*/
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs {
    margin-bottom: 23px;
    border: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li {
    width: 205px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs li a:after {
    left: 112px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .nav-tabs > li.active > a:after {
    left: 112px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info {
    padding: 17px 9px 12px 9px;
    width: 65%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info h3 {
    margin-top: 0px;
    margin-bottom: 13px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-tab-content .info p {
    margin-bottom: 2px;
    color: #434749;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-view {
    width: 45%;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-view {
    padding: 10px 20px;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-space-left {
    padding-left: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .box-space-right {
    padding-right: 0 !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content i {
    float: right;
    padding-right: 0 !important;
    color: #FFFFFF !important;
  }
  .inside-landing-page .box-search-left-content .benefits-tab .tab-content .results {
    margin-bottom: 20px;
  }
  .inside-Interior-page {
    /*  edited on 12062015*/
    /*  edited on 12062015*/
  }
  .inside-Interior-page .interior-left-content {
    padding: 15px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 15px;
    line-height: 19px;
    padding-left: 0px;
  }
  .inside-Interior-page .interior-left-content .left-interior-section .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 15px;
    line-height: 19px;
    color: #337ab7;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .breadcrumb-content .breadcrumb {
    margin-bottom: 20px;
    margin-top: 0px!important;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 {
    margin-top: 17px;
    margin-bottom: 19px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption h1 a {
    font-size: 42px;
    line-height: 46px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption p {
    font-size: 26px;
    line-height: 30px;
    padding-right: 65px;
    margin-bottom: 21px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media {
    padding-bottom: 16px;
    padding-right: 10px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .inside-banner .banner-caption .social-icon .box-social-media span {
    width: 32px;
    height: 32px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .left-middle-content {
    padding-left: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image {
    padding-right: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .happy-family .happy-family-image .box-family-img {
    background-position: -98px -80px !important;
    height: 210px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example {
    margin-right: 155px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example h2 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 100;
    margin-top: 0px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .subhead-example p {
    padding-right: 55px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog {
    margin-right: 155px;
    display: table;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p {
    padding-right: 61px;
    padding-left: 25px ;
    margin: 0 0 27px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .childrens-blog p a {
    padding-right: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table {
    width: 82%;
    margin-right: 155px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table caption {
    font-size: 22px;
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .table tbody tr td {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    padding: 15px 0px;
    padding-left: 25px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter {
    width: auto;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopLC {
    width: 39%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC {
    display: table;
    width: 60%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_K {
    margin-top: 25px;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_B {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_C {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_D {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_TopRC #KH_WC_Area_E {
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid {
    display: inline-block;
    width: 100%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_F {
    width: 17%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_G {
    width: 17%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_H {
    width: 17%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Mid #KH_WC_Area_I {
    width: 17%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot {
    display: inline-block;
    margin: 10px 0px;
    width: 63%;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J {
    width: auto;
  }
  .inside-Interior-page .interior-right-content .right-interior-section #KH_WellnessCenterHolder #KH_WellnessCenter #KH_WellnessCenter_Foot #KH_WC_Area_J img {
    width: 63%;
    position: absolute;
  }
  .inside-Interior-page .interior-right-content .right-interior-section .smaller {
    margin: 10px 5px;
    width: 63%;
    text-align: center;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul {
    width: 100%;
  }
  .box-provider-directory .box-search-for-physician .box-physician-form .search-alphabetically ul li a {
    margin: 0 42px 20px 0;
  }
  .box-provider-directory .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span i {
    right: 15px;
    bottom: 20px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 28px;
    margin-top: 25px;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content .social-icon {
    display: none;
  }
  .inside-contact-us-page .box-right-contact-us .contact-us-content p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption {
    position: relative;
    bottom: 0;
    margin-top: -19%;
    width: 84%;
    background: #ffffff;
    padding: 10px 10px 10px 0;
  }
  .inside-contact-us-page .box-right-contact-us .inside-banner .banner-caption p {
    font-size: 26px;
    line-height: 30px;
    padding-right: 65px;
    margin-bottom: 21px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionHeading1 h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .inside-contact-us-page .box-right-contact-us .right-accordion .accordionInfo1 p {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message .form #p_lt_ctl01_ContentPageplaceholder_p_lt_ctl08_BizForm_viewBiz .FormPanel .EditingFormTable tbody #SendTo .EditingFormValueCell {
    width: 98% !important;
  }
  .inside-contact-us-page .box-right-contact-us .send-message h1 {
    font-size: 42px;
    line-height: 46px;
  }
  .inside-contact-us-page .box-right-contact-us .send-message p {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-contact-us-page .box-right-contact-us .select-recipient {
    width: 51%;
    display: block;
  }
  .inside-contact-us-page .box-right-contact-us .country {
    width: 51%;
    display: block;
  }
  .inside-contact-us-page .box-right-contact-us .global-forms h1 {
    margin-top: 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list {
    margin-top: 0px;
    min-height: 1383px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view {
    padding: 20px 25px;
  }
  .inside-contact-us-page .box-left-contact-us .left-list .section-view ul li a {
    font-size: 15px;
    line-height: 19px;
    padding: 10px 0px;
  }
  .inside-contact-us-page .box-left-contact-us .left-example {
    display: block;
  }
  .inside-contact-us-page .box-left-contact-us .left-example h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-contact-us-page .box-left-contact-us .left-example ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-page .box-right-location .location-content h1 {
    font-size: 42px;
    line-height: 46px;
    margin-top: 0px;
    margin-bottom: 28px;
  }
  .inside-location-page .box-right-location .location-content .get-directions h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 15px;
  }
  .inside-location-page .box-right-location .location-content .get-directions p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .inside-location-page .box-right-location .location-content .get-directions input[type='text'] {
    margin-bottom: 35px;
    width: 45%;
  }
  .inside-location-page .box-right-location .location-content .pdf h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 35px;
    margin-bottom: 20px;
  }
  .inside-location-page .box-right-location .location-content .pdf p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 35px;
  }
  .inside-location-page .box-right-location .location-content .learn-more {
    margin-bottom: 45px;
  }
  .inside-location-page .box-right-location .location-content .learn-more h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 5px;
  }
  .inside-location-page .box-right-location .location-content .learn-more p {
    font-size: 18px;
    line-height: 22px;
  }
  .inside-location-page .box-right-location .locations-accordion .accordionInfo ul li a {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 50px 8px 50px;
  }
  .inside-location-page .box-left-location {
    margin-top: 40px;
  }
  .inside-location-page .box-left-location .in-this-section {
    padding: 20px 40px;
  }
  .inside-location-page .box-left-location .in-this-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 28px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 28px;
  }
  .inside-location-page .box-left-location .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  .inside-location-details-page .box-right-location-details .breadcrumb-content .breadcrumb {
    margin-bottom: 20px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content h1 {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 28px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake a img {
    margin-bottom: 0px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details h2 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .address {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .details {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 25px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .schedule-appointment {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details a {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .east-lake .east-lake-details .link-button {
    width: 50%;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 22px;
  }
  .inside-location-details-page .box-right-location-details .locations-details-content .care-info p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-right: 100px;
  }
  .inside-location-details-page .box-right-location-details .available-services {
    margin-bottom: 30px;
  }
  .inside-location-details-page .box-right-location-details .available-services h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
  }
  .inside-location-details-page .box-right-location-details .available-services thead tr {
    padding: 10px 12px;
  }
  .inside-location-details-page .box-right-location-details .available-services thead tr th {
    font-size: 28px;
    line-height: 32px;
    padding: 10px 15px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td {
    font-size: 20px;
    line-height: 24px;
    padding-top: 32px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td:first-child {
    padding-left: 15px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody tr td ul li {
    font-size: 20px;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
  }
  .inside-location-details-page .box-right-location-details .available-services tbody .highlight td {
    padding-top: 30px;
  }
  .inside-location-details-page .box-left-location-details {
    margin-top: 40px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section {
    padding: 20px 40px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2 {
    font-size: 14px;
    line-height: 18px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading h2:before {
    left: 28px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionHeading.active h2:before {
    left: 28px;
  }
  .inside-location-details-page .box-left-location-details .in-this-section .accordion1Info .accordionInfo ul li a {
    font-size: 15px;
    line-height: 19px;
  }
  /*Inside Calendar Page Styles*/
  .inside-Calendar-page .box-calendar-section .calendar-wrap-main .calendar-content .page-eventsCalendar .calendarWrap .calendar-table .showAll {
    padding: 4px 36px !important;
  }
  /*Inside Calendar Page Styles*/
  .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span {
    padding: 15px 22px !important;
    font-size: 22px !important;
  }
  .inside-physicians-detail-page .physicians-detail-left-wrapper .physician-detail-left-section .inside-Interior-page .join-img-wrapper a span i {
    right: 26px;
    font-size: 22px;
  }
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane span,
  .inside-physicians-detail-page .physician-detail-tab .physician-tab-contents .tab-pane p {
    font-size: 18px !important;
  }
  .video-slider-section .bx-wrapper .bxslider li .thumbnail .iframe-video iframe {
    width: 100%;
    height: 200px;
  }
  .video-slider-section .bx-wrapper .bxslider li .thumbnail video {
    width: 100%;
    height: 200px;
  }
  .slider-wrapper .bx-wrapper .bx-controls-direction a {
    height: 38px !important;
    width: 35px !important;
  }
  .slider-wrapper .bx-wrapper .bx-next {
    background: url("../img/controls1.png") no-repeat scroll -72px -12px rgba(0, 0, 0, 0);
    right: -30px !important;
  }
  .slider-wrapper .bx-wrapper .bx-prev {
    background: url("../img/controls1.png") no-repeat scroll -15px -12px rgba(0, 0, 0, 0) !important;
    left: -38px !important;
  }
  footer .box-top-footer {
    height: auto;
    padding: 0;
  }
  footer .box-top-footer .box-sub-pages h2 {
    font-size: 18px;
  }
  footer .box-top-footer .box-sub-pages ul li a {
    font-size: 16px;
  }
  footer .box-top-footer .box-social-links ul li {
    padding-bottom: 0;
  }
  footer .box-top-footer .box-social-links ul li a {
    font-size: 16px;
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li a p {
    font-size: 16px;
  }
  footer .box-top-footer .box-social-links ul li a p span {
    font-size: 16px;
  }
  footer .box-top-footer .box-social-links ul li a i {
    font-size: 40px;
    padding: 3px 0;
    width: 18%;
  }
  footer .box-top-footer .box-social-links ul li p {
    width: 75%;
    display: inline-block;
  }
  footer .box-top-footer .box-social-links ul li p a {
    color: #FFFFFF;
  }
  footer .box-top-footer .box-social-links ul li p a:hover {
    color: #FFFFFF;
  }
  footer .box-footer-bottom h3 {
    font-size: 18px;
  }
  footer .box-footer-bottom span {
    font-size: 15px;
  }
  footer .box-footer-bottom .box-footer-social-links h4 {
    font-size: 18px;
  }
  @-moz-document url-prefix() {
    header .dropdown-menu {
      left: -105px !important;
    }
  }
  @-moz-document url-prefix() {
    header .box-main-nav .box-right-nav .search-dropdown .dropdown-menu {
      left: 65% !important;
    }
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-xg3j0y');
  src: url('../fonts/icomoon.eot?#iefix-xg3j0y') format('embedded-opentype'), url('../fonts/icomoon.ttf?-xg3j0y') format('truetype'), url('../fonts/icomoon.woff?-xg3j0y') format('woff'), url('../fonts/icomoon.svg?-xg3j0y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo .path1:before {
  content: "\e600";
  color: #004a8d;
}
.icon-logo .path2:before {
  content: "\e601";
  margin-left: -1.8720703125em;
  color: #ffce00;
}
.icon-logo .path3:before {
  content: "\e602";
  margin-left: -1.8720703125em;
  color: #ee3123;
}
.icon-logo .path4:before {
  content: "\e603";
  margin-left: -1.8720703125em;
  color: #8b9dc6;
}
.icon-logo .path5:before {
  content: "\e604";
  margin-left: -1.8720703125em;
  color: #f8a25d;
}
.icon-logo .path6:before {
  content: "\e605";
  margin-left: -1.8720703125em;
  color: #f095bf;
}
.icon-logo .path7:before {
  content: "\e606";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path8:before {
  content: "\e607";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path9:before {
  content: "\e608";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path10:before {
  content: "\e609";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path11:before {
  content: "\e60a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path12:before {
  content: "\e60b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path13:before {
  content: "\e60c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path14:before {
  content: "\e60d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path15:before {
  content: "\e60e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path16:before {
  content: "\e60f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path17:before {
  content: "\e610";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path18:before {
  content: "\e611";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path19:before {
  content: "\e612";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path20:before {
  content: "\e613";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path21:before {
  content: "\e614";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path22:before {
  content: "\e615";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path23:before {
  content: "\e616";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path24:before {
  content: "\e617";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path25:before {
  content: "\e618";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path26:before {
  content: "\e619";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path27:before {
  content: "\e61a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path28:before {
  content: "\e61b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path29:before {
  content: "\e61c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path30:before {
  content: "\e61d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path31:before {
  content: "\e61e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path32:before {
  content: "\e61f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path33:before {
  content: "\e620";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path34:before {
  content: "\e621";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path35:before {
  content: "\e622";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path36:before {
  content: "\e623";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path37:before {
  content: "\e624";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path38:before {
  content: "\e625";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path39:before {
  content: "\e626";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path40:before {
  content: "\e627";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path41:before {
  content: "\e628";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path42:before {
  content: "\e629";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path43:before {
  content: "\e62a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path44:before {
  content: "\e62b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path45:before {
  content: "\e62c";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path46:before {
  content: "\e62d";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path47:before {
  content: "\e62e";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path48:before {
  content: "\e62f";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path49:before {
  content: "\e630";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path50:before {
  content: "\e631";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path51:before {
  content: "\e632";
  margin-left: -1.8720703125em;
  color: #ffce00;
}
.icon-logo .path52:before {
  content: "\e633";
  margin-left: -1.8720703125em;
  color: #8b9dc6;
}
.icon-logo .path53:before {
  content: "\e634";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path54:before {
  content: "\e635";
  margin-left: -1.8720703125em;
  color: #4a6da6;
}
.icon-logo .path55:before {
  content: "\e636";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path56:before {
  content: "\e637";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path57:before {
  content: "\e638";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path58:before {
  content: "\e639";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path59:before {
  content: "\e63a";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.icon-logo .path60:before {
  content: "\e63b";
  margin-left: -1.8720703125em;
  color: #004a8d;
}
.box-home-page .box-hospital-events .tab-content {
    display: none;
}
/*added/edited on 18/11/2016*/
.box-middle-section {background: #fff!important;}