/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #58595B;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #58595B;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #3f4041;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 17px;
  margin-bottom: 17px;
  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;
}
p {
  margin: 0 0 8.5px;
}
.lead {
  margin-bottom: 17px;
  font-size: 16.675px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21.75px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #58595B;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
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: #999999;
}
h1,
h2,
h3 {
  margin-top: 17px;
  margin-bottom: 8.5px;
}
h4,
h5,
h6 {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
h1,
.h1 {
  font-size: 37px;
}
h2,
.h2 {
  font-size: 31px;
}
h3,
.h3 {
  font-size: 25px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 14.5px;
}
h6,
.h6 {
  font-size: 13px;
}
h1 small,
.h1 small {
  font-size: 25px;
}
h2 small,
.h2 small {
  font-size: 19px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14.5px;
}
.page-header {
  padding-bottom: 7.5px;
  margin: 34px 0 17px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 8.5px;
}
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;
  padding: 0;
  margin: 0;
}
.list-inline li {
  margin: 0;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 17px;
}
dt,
dd {
  line-height: 1.2em;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 8.5px 17px;
  margin: 0 0 17px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 18.125px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.2em;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 17px;
  font-style: normal;
  line-height: 1.2em;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 2px;
}
pre {
  display: block;
  padding: 8px;
  margin: 0 0 8.5px;
  font-size: 13.5px;
  line-height: 1.2em;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px;
}
pre.prettyprint {
  margin-bottom: 17px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}
.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,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-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 {
  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 {
  float: left;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 17px;
}
.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.2em;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  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 > 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;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.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;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.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;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 480px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .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 > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 17px;
  font-size: 21.75px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #929497;
  vertical-align: middle;
  background-color: #FFFFFF;
  border: 1px solid #929497;
  border-radius: 0px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: inline-block;
  min-height: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 47px;
  line-height: 47px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #98999b;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1.2em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 2px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  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);
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-primary {
  color: #fff;
  background-color: #58595B;
  border-color: #4b4c4e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #444546;
  border-color: #2d2e2f;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #58595B;
  border-color: #4b4c4e;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #58595B;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #3f4041;
  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: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(./fonts/glyphicons-halflings-regular.eot?75ee6c90e0c39bbf67c2a605bf080241);
  src: url(./fonts/glyphicons-halflings-regular.eot?75ee6c90e0c39bbf67c2a605bf080241?#iefix) format('embedded-opentype'), url(./fonts/glyphicons-halflings-regular.woff?49ebc991af9d42951bd2d0f2c30d8457) format('woff'), url(./fonts/glyphicons-halflings-regular.ttf?8ceb2ffe3d3c8273407f07f4d514de93) format('truetype'), url(./fonts/glyphicons-halflings-regular.svg?0cb1c476c8c7e983aebce85cedad5aa4#glyphicons-halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.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: 14.5px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  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: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.2em;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #58595B;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #58595B;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.2em;
  color: #999999;
}
.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 dotted;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 47px;
  line-height: 47px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  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: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #929497;
  border-radius: 2px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 19px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  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: #58595B;
}
.nav .nav-divider {
  height: 1px;
  margin: 7.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.2em;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #929497;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 480px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #58595B;
}
.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;
}
@media (min-width: 480px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #ddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #58595B;
  border-bottom-color: #58595B;
}
.nav a:hover .caret {
  border-top-color: #3f4041;
  border-bottom-color: #3f4041;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 17px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 480px) {
  .navbar {
    border-radius: 2px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 480px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 480px) {
  .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-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 480px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 480px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 16.5px 15px;
  font-size: 19px;
  line-height: 17px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 480px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.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: 480px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 17px;
}
@media (max-width: 479px) {
  .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: 17px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 480px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
@media (min-width: 480px) {
  .navbar-left {
    float: left !important;
    float: left;
  }
  .navbar-right {
    float: right !important;
    float: right;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 5px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 480px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-text {
  float: left;
  margin-top: 16.5px;
  margin-bottom: 16.5px;
}
@media (min-width: 480px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}
@media (max-width: 479px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
@media (max-width: 479px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 17px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 2px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 17px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.2em;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #58595B;
  border-color: #58595B;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
}
.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: 13px;
}
.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: 17px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #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: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #58595B;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3f4041;
}
.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: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #58595B;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21.75px;
  font-weight: 200;
  line-height: 1.8em;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 65.25px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.2em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #58595B;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #58595B;
}
.alert {
  padding: 15px;
  margin-bottom: 17px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 17px;
  margin-bottom: 17px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  color: #fff;
  text-align: center;
  background-color: #58595B;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  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: 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: 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: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #58595B;
  border-color: #58595B;
}
.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 {
  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: #bebfc1;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 17px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #58595B;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #58595B;
  border-color: #58595B;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #58595B;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #58595B;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  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: 21.75px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.2px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.2em;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 480px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  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: 14.5px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: 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: 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 {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  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 #fff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 480px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.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;
}
.affix {
  position: fixed;
}
@media screen and (max-width: 400px) {
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 479px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 479px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 479px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 479px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 1169px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(./fonts/fontawesome-webfont.eot?d87cac448762a72e4ac914fe8244b2e8);
  src: url(./fonts/fontawesome-webfont.eot?d87cac448762a72e4ac914fe8244b2e8?#iefix&v=4.1.0) format('embedded-opentype'), url(./fonts/fontawesome-webfont.woff?1e2969104a4d86997b1a093286e82376) format('woff'), url(./fonts/fontawesome-webfont.ttf?868ec8f8df1c889255ed9b9dbbbdd662) format('truetype'), url(./fonts/fontawesome-webfont.svg?28d4b1c391cb60332e62b83edfdbf951#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: spin 2s infinite linear;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #6d6e70;
  border-top: 0;
  background: #f1f1f2;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 8px 15px;
  height: 40px;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
  background-clip: padding-box;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  font-family: mckenzie;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-container-single .chosen-single div b:before {
  content: "\e638";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  margin-left: -10px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 700;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto!important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0!important;
  background: transparent!important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  max-width: 100%;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-clip: padding-box;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  padding: 8px 15px;
  height: 40px;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: 0;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: 0;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  font-family: mckenzie;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  -moz-osx-font-smoothing: grayscale;
}
.chosen-rtl.chosen-container-single .chosen-single div b:before {
  content: "\e638";
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-size: 52px 37px!important;
    background-repeat: no-repeat !important;
  }
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.t-upper {
  text-transform: uppercase;
}
.t-large {
  font-size: 1.04em;
}
.t-small {
  font-size: 14px;
  font-weight: 300;
}
.noscroll {
  overflow: hidden;
  position: fixed;
  right: 0;
  left: 0;
}
.p-l20 {
  padding-left: 20px;
}
.p-l50 {
  padding-left: 50px;
}
.m-t10 {
  margin-top: 10px;
}
.m-t15 {
  margin-top: 15px;
}
.m-t25 {
  margin-top: 25px;
}
.m-t50 {
  margin-top: 50px;
}
.m-b0 {
  margin-bottom: 0px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-b25 {
  margin-bottom: 25px;
}
.m-b50 {
  margin-bottom: 50px;
}
.p-0 {
  padding: 0 !important;
}
@font-face {
  font-family: 'mckenzie';
  src: url(./fonts/mckenzie.eot?4fe33579f54c86cf2f0e1db4019e88e7);
  src: url(./fonts/mckenzie.eot?4fe33579f54c86cf2f0e1db4019e88e7?#iefixrd796t) format('embedded-opentype'), url(./fonts/mckenzie.woff?052d273753a06c0899b55a5ae748ec7d) format('woff'), url(./fonts/mckenzie.ttf?b60d29647e72f4989a63db9bb775bee2) format('truetype'), url(./fonts/mckenzie.svg?7b509528d2e66597f935917277f8e186#mckenzie) format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="i-"],
[class*=" i-"] {
  font-family: 'mckenzie';
  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;
}
.i-search-jobs:before {
  content: "\e600";
}
.i-tick:before {
  content: "\e601";
}
.i-webinars:before {
  content: "\e602";
}
.i-podcasts:before {
  content: "\e603";
}
.i-printer:before {
  content: "\e604";
}
.i-quote:before {
  content: "\e605";
}
.i-rsaquo:before {
  content: "\e606";
}
.i-padlock:before {
  content: "\e607";
}
.i-patients:before {
  content: "\e608";
}
.i-play-video:before {
  content: "\e609";
}
.i-plus:before {
  content: "\e60a";
}
.i-negative:before {
  content: "\e60b";
}
.i-newspaper:before {
  content: "\e60c";
}
.i-nextcaret:before {
  content: "\e60d";
}
.i-notepad:before {
  content: "\e60e";
}
.i-member-search-icon:before {
  content: "\e60f";
}
.i-member-search-jobs:before {
  content: "\e610";
}
.i-member-settings:before {
  content: "\e612";
}
.i-member-speechbubble:before {
  content: "\e613";
}
.i-member-news:before {
  content: "\e614";
}
.i-member-payments:before {
  content: "\e615";
}
.i-member-profile:before {
  content: "\e616";
}
.i-member-question:before {
  content: "\e617";
}
.i-member-home:before {
  content: "\e618";
}
.i-member-key-documents:before {
  content: "\e619";
}
.i-member-logout:before {
  content: "\e61a";
}
.i-member-microphone:before {
  content: "\e61b";
}
.i-member-courses:before {
  content: "\e61c";
}
.i-member-dashboard:before {
  content: "\e61d";
}
.i-member-directories:before {
  content: "\e61e";
}
.i-member-email:before {
  content: "\e61f";
}
.i-member-central-library:before {
  content: "\e620";
}
.i-member-circles:before {
  content: "\e621";
}
.i-member-communication:before {
  content: "\e622";
}
.i-member-conferences:before {
  content: "\e623";
}
.i-largetick:before {
  content: "\e624";
}
.i-lsaquo:before {
  content: "\e625";
}
.i-magnify:before {
  content: "\e626";
}
.i-magnify-right:before {
  content: "\e627";
}
.i-download:before {
  content: "\e628";
}
.i-hdr-search:before {
  content: "\e629";
}
.i-i-about-us:before {
  content: "\e62a";
}
.i-laquo-bc:before {
  content: "\e62b";
}
.i-directory-courses:before {
  content: "\e62c";
}
.i-directory-faculty:before {
  content: "\e62d";
}
.i-directory-international:before {
  content: "\e62e";
}
.i-directory-marker:before {
  content: "\e62f";
}
.i-directory-clinician:before {
  content: "\e630";
}
.i-close:before {
  content: "\e631";
}
.i-clipboard:before {
  content: "\e632";
}
.i-clinicians:before {
  content: "\e633";
}
.i-circleperson:before {
  content: "\e634";
}
.i-circlepayment:before {
  content: "\e635";
}
.i-circlegraduate:before {
  content: "\e636";
}
.i-caret-up:before {
  content: "\e637";
}
.i-caret-down:before {
  content: "\e638";
}
.i-calendar:before {
  content: "\e639";
}
.i-about-us:before {
  content: "\e63a";
}
.i-facebook:before {
  content: "\e611";
}
@font-face {
  font-family: 'lg';
  src: url(./fonts/lg.eot?c34c950eb82dcc88d4f2b3d5e517ebfb);
  src: url(./fonts/lg.eot?c34c950eb82dcc88d4f2b3d5e517ebfb?#iefix-3xl28) format('embedded-opentype'), url(./fonts/lg.woff?b4ea3fd6f3de8aa3910bff6e84d858ee) format('woff'), url(./fonts/lg.ttf?006bab04d456cf5379f0543856856ec3) format('truetype'), url(./fonts/lg.svg?8c40142cc3eb3449d18d1c3dc17836d8#default) format('svg');
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  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;
}
.lg-icon-little-giant:before {
  content: "\e605";
}
body {
  background-color: #666666;
  min-width: 1170px;
}
body.disable-scroll {
  overflow: hidden;
}
.site-main {
  background-color: #FFFFFF;
  min-height: 180px;
}
.inner {
  position: relative;
}
.content {
  padding-bottom: 50px;
}
.list-unstyled {
  padding: 0;
  margin: 0;
}
.list-unstyled li {
  margin: 0;
}
.vcenter-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
}
.ErrorPage .content {
  padding-top: 50px;
}
label[for="TermsConditionsAgree"] {
  vertical-align: top;
  width: 90%;
}
.InternationalCertifiedClinicRenewalPage .form-success h2,
.BranchCertifiedClinicRenewalPage .form-success h2 {
  font-size: 1.2em;
}
body {
  font-family: "proxima-nova", sans-serif;
  font-size: 14.5px;
  line-height: 1.2em;
  color: #58595b;
}
h1,
h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.65em;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.4;
  color: #003F77;
  margin: 0 0 20px 0;
}
h2.large {
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 1.45em;
  line-height: 1.6;
  color: #58595B;
  margin: 0 0 45px 0;
}
h3 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  font-size: 1.24em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 35px 0;
  line-height: 1.4;
}
h4 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 35px 0;
  line-height: 1.4;
}
h5 {
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.24em;
  letter-spacing: 1px;
  color: #58595B;
  margin: 0 0 35px 0;
}
p {
  font-weight: 400;
  line-height: 1.6;
  color: #58595B;
  letter-spacing: 0.5px;
  margin: 0 0 30px 0;
}
.lead {
  font-size: 1.19em;
  font-weight: 300;
  color: #003F77;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
  margin-bottom: 30px;
}
.large-lead {
  font-size: 1.45em;
  color: #003F77;
  line-height: 1.5;
  font-family: "proxima-nova", sans-serif;
}
.extra-large-text {
  font-size: 1.24em;
  color: #003F77;
  line-height: 1.4;
}
.large-text {
  font-size: 1.1em;
}
.large {
  font-size: 1.3em;
}
.list-heading-bold {
  text-transform: uppercase;
  min-width: 150px;
  padding-right: 30px;
  color: #003F77;
  font-weight: 600;
  font-size: 1.24em;
}
.list-heading {
  min-width: 150px;
  padding-right: 30px;
  color: #003F77;
  font-weight: 300;
  font-size: 1.45em;
  margin-bottom: 20px;
}
.brand-blue {
  color: #003F77;
}
.brand-light-blue {
  color: #2C7AAB;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.blue-blockquote {
  background: #EEEEEE;
  padding: 40px 30px;
  color: #008FBE;
}
.blue-blockquote .lead {
  color: #008FBE;
  font-weight: 400;
}
.timeline {
  color: #58595B;
  border-top: 2px solid #F1F1F2;
}
.timeline tr {
  border-bottom: 2px solid #F1F1F2;
}
.timeline tr td {
  padding: 30px;
  font-weight: 600;
  color: #003F77;
  font-size: 16px;
  padding-left: 0;
}
.timeline tr td + td {
  padding-left: 30px;
  font-weight: 400;
  color: #58595B;
  font-size: 14px;
}
ul,
ol {
  padding-left: 20px;
  margin-bottom: 30px;
}
ul.left,
ol.left {
  width: 40%;
  float: left;
  margin-right: 3%;
}
ul > li,
ol > li {
  font-size: 1.1em;
  font-weight: 300;
  padding-bottom: 10px;
  line-height: 1.6;
}
ul > li.lead,
ol > li.lead {
  margin-bottom: 10px;
}
ul > li ul > li,
ol > li ul > li {
  font-size: inherit;
}
.ordered-list-background {
  margin-bottom: 30px;
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
}
.ordered-list-background > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 30px 30px;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 20px;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  line-height: 1.5;
}
.ordered-list-background > li:before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: -2px;
  left: -2em;
  box-sizing: border-box;
  width: 2em;
  height: 2em;
  line-height: 1em;
  /* Some space between the number and the content in browsers that support
           generated content but not positioning it (Camino 2 is one example) */
  margin-right: 8px;
  padding: 8px;
  color: #FFFFFF;
  background: #008FBE;
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
}
small {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #58595B;
}
blockquote {
  border-left: none;
  padding: 12px 55px;
}
blockquote p {
  color: #EEEEEE;
  font-size: 1.45em;
  font-weight: 400;
}
blockquote p span {
  font-weight: 700;
}
blockquote small {
  font-size: 0.8em;
  text-transform: uppercase;
  color: #58595B;
}
blockquote small:before {
  content: '';
}
blockquote small span {
  font-weight: 700;
}
a {
  text-decoration: none;
  color: #2C7AAB;
  transition: color 200ms;
}
a.btn-primary {
  color: #FFFFFF;
}
a.btn-primary:hover,
a.btn-primary:focus {
  color: #FFFFFF;
}
a:hover,
a:focus {
  color: #4b4c4e;
  text-decoration: none;
  transition: opacity 200ms;
}
img {
  max-width: 100%;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 90px;
}
img.center {
  display: block;
  margin: 0 auto;
}
.captionImage p {
  font-size: 13px;
  margin: 5px 0 0 0;
  color: #58595B;
}
.captionImage.center {
  display: block;
}
.captionImage.center p {
  text-align: center;
}
.captionImage.left {
  float: left;
  margin-right: 15px;
}
.captionImage.left img {
  float: none;
  margin-right: 0;
}
.captionImage.right {
  float: right;
  margin-left: 15px;
  text-align: right;
}
.captionImage.right img {
  float: none;
  margin-left: 45px;
}
.captionImage.right p {
  margin-left: 0;
  font-style: italic;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.form-control {
  box-shadow: none;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-color: #929497;
}
.fields {
  margin-bottom: 10px;
}
.parsley-errors-list {
  list-style-type: none;
  color: #ff0000;
  padding-left: 0;
  margin-bottom: 0;
}
.options-container {
  position: relative;
}
textarea {
  max-width: 100%;
}
#SearchForm_SearchForm {
  max-width: 200px;
}
#SearchForm_SearchForm input {
  float: right;
  height: 28px;
  border-right: none;
  width: 168px;
  line-height: 28px;
  letter-spacing: 0.75px;
  border-radius: 3px;
  border-color: #eeeeee;
  background: #f6f6f8;
}
#SearchForm_SearchForm button {
  height: 28px;
  font-size: 1em;
  padding: 5px 10px;
  float: left;
  border-left: none;
  background: #f6f6f8;
  border-color: #eeeeee;
  color: #929497;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-left: -2px;
  width: 35px;
}
#SearchForm_SearchForm button i {
  margin-left: 0;
}
#SearchForm_SearchForm button .hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pristine-error {
  color: red;
  font-size: 1.1em;
  font-weight: 300;
  padding: 10px 0;
}
.breadcrumbs {
  padding-top: 30px;
  padding-bottom: 15px;
  font-size: 1.1em;
}
.breadcrumbs i {
  font-size: 1.1em;
}
.bnr h1,
.bnr h2,
.bnrh1,
.bnrh2 {
  font-size: 2.55em;
  font-weight: 300;
}
.bnr p {
  font-size: 1.31em;
}
.bnr.bnr-clinician {
  background: url(./images/ftr-bg-clinician.jpg?bee68205d8c21374445724c19a6a6b5e);
  background-size: cover;
  background-position: center center;
  padding: 60px 0;
  text-align: center;
}
.bnr.bnr-clinician p {
  font-weight: 300;
  font-size: 2.55em;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 auto 30px;
  width: 70%;
}
.bnr.bnr-member-login {
  background: #008FBE;
  color: #FFFFFF;
  padding: 50px 0;
}
.bnr.bnr-member-login p {
  color: #FFFFFF;
}
.bnr.bnr-member-login .form-group {
  height: 51px;
  width: 292px;
}
.bnr.bnr-member-login .form-group + .form-group {
  margin-left: 20px;
}
.bnr.bnr-member-login .form-group.form-submit {
  width: 128px;
}
.bnr.bnr-member-login .form-group.form-submit #LoginFormSubmit {
  margin-left: 40px;
  height: 40px;
  float: left;
  padding: 10px 25px;
}
.bnr.bnr-large {
  color: #FFFFFF;
}
.bnr.bnr-large h1.white,
.bnr.bnr-large h2.white,
.bnr.bnr-large h3.white,
.bnr.bnr-large p.white {
  color: #FFFFFF;
}
.bnr.bnr-large h1.black,
.bnr.bnr-large h2.black,
.bnr.bnr-large h3.black,
.bnr.bnr-large p.black {
  color: #222222;
}
.bnr.bnr-large h1.navy-blue,
.bnr.bnr-large h2.navy-blue,
.bnr.bnr-large h3.navy-blue,
.bnr.bnr-large p.navy-blue {
  color: #003F77;
}
.bnr.bnr-large h1.mid-blue,
.bnr.bnr-large h2.mid-blue,
.bnr.bnr-large h3.mid-blue,
.bnr.bnr-large p.mid-blue {
  color: #2C7AAB;
}
.bnr.bnr-large p {
  line-height: 1.4;
}
.bnr.bnr-large .carousel {
  position: relative;
}
.bnr.bnr-large .carousel .item {
  height: 349px;
  background-size: cover;
  background-position: center center;
}
.bnr.bnr-large .carousel .item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.bnr.bnr-large .carousel .item .carousel-caption {
  z-index: 0;
  right: 0;
  left: 0;
  bottom: auto;
  padding-top: 50px;
  text-align: right;
  text-shadow: none;
}
.bnr.bnr-large .carousel .item .carousel-caption .white {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.bnr.bnr-large .carousel .item .carousel-caption h2 {
  font-weight: 400;
}
.bnr.bnr-large .carousel .item .carousel-caption p {
  padding-left: 30%;
}
.bnr.bnr-large .carousel .carousel-indicators {
  text-align: right;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.bnr.bnr-large .carousel .carousel-indicators li {
  padding-bottom: 0;
}
.bnr.bnr-home {
  padding: 60px 0;
  text-align: center;
}
.bnr.bnr-home h2 {
  font-size: 2.07em;
  color: #58595B;
  margin-bottom: 30px;
}
.bnr.bnr-home p {
  font-size: 1.04em;
  line-height: 1.65em;
  margin: 0;
}
.bnr.bnr-home + hr {
  margin: 0;
}
.bnr.bnr-top {
  background-size: cover;
  background-position: center center;
  text-align: center;
  height: 180px;
  padding: 50px 0;
}
.bnr.bnr-top .title {
  font-size: 2.55em;
  color: #FFFFFF;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.bnr.bnr-top .lead {
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}
.btn {
  white-space: normal;
  padding: 16px 25px;
  font-size: 1.1em;
  font-weight: 600;
  font-family: "proxima-nova-condensed", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.6s;
}
.btn i {
  margin-left: 8px;
  font-size: 1em;
  vertical-align: middle;
}
.btn i.left {
  margin-left: 0px;
  margin-right: 8px;
}
.btn:hover {
  transition: 0.6s;
}
.btn.active {
  box-shadow: none;
}
.btn-primary {
  background: #003F77;
  border-color: #003F77;
}
.btn-secondary {
  color: #FFFFFF;
  background: #008FBE;
  border-color: #008FBE;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 300ms ease;
}
.btn-secondary:hover {
  color: #FFFFFF;
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: all 300ms ease;
}
.btn-tertiary {
  color: #008FBE;
  background: #FFFFFF;
  border-color: #008FBE;
}
.btn-tertiary i {
  font-size: 1.1em;
}
.btn-tertiary:hover {
  background: #008FBE;
  color: #FFFFFF;
}
.btn-white {
  color: #003F77;
  background: #FFFFFF;
  border-color: #FFFFFF;
  transition: 0.6s;
}
.btn-white:hover {
  transition: 0.6s;
  color: #FFFFFF;
  background: #008FBE;
  border-color: #008FBE;
}
.step-btns {
  text-align: center;
}
.step-btns .btn-step {
  height: 45px;
  width: 150px;
  padding: 10px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  background: #999999;
  box-shadow: none;
}
.step-btns .btn-step:after {
  top: 70%;
  left: 50%;
  border: 13px solid transparent;
  border-top-color: #999999;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-left: -15px;
  transition: all 0.6s ease;
}
.step-btns .btn-step.active {
  transition: all 0.6s ease;
  background: #008FBE;
}
.step-btns .btn-step.active:after {
  top: 100%;
  border-width: 15px;
  border-top-color: #008FBE;
  transition: all 0.6s ease;
}
.btn-committee {
  padding: 8px;
  width: 100px;
  height: 31px;
  font-size: 12px;
  margin-left: 8px;
}
.btn-icon {
  border-radius: 50%;
  padding: 6px 9px;
}
.btn-icon i {
  margin: 0;
}
.search-results {
  padding-bottom: 80px;
}
.page-results {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.page-results li {
  border-bottom: 1px solid #929497;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page-results li:first-child {
  border-top: 1px solid #929497;
  padding-top: 20px;
}
.page-results li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.page-results li h4 {
  margin-bottom: 10px;
}
.pagination {
  display: block;
  text-align: center;
  margin: 30px 0;
}
.pagination .pagination-block {
  display: inline-block;
  vertical-align: top;
  line-height: 1.5;
  border: 1px solid #CCCCCC;
  padding: 6px 12px;
  height: 34px;
  width: 33px;
  font-family: "proxima-nova", sans-serif;
  transition: border-color 200ms;
}
.pagination .pagination-block.next i,
.pagination .pagination-block.prev i {
  font-size: 0.9em;
}
.pagination .pagination-block.next span,
.pagination .pagination-block.prev span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.pagination a:hover {
  border-color: #58595B;
  transition: border-color 200ms;
}
.dipmdtbox {
  background: #008FBE;
  padding: 20px;
}
.dipmdtbox p,
.dipmdtbox a {
  color: #FFFFFF;
}
.dipmdtbox p.title,
.dipmdtbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.dipmdtbox p.learn-more,
.dipmdtbox a.learn-more {
  font-weight: 600;
}
.dipmdtbox .btn {
  float: right;
  margin-right: 35px;
}
.branchdirectorybox {
  background: #008FBE;
  padding: 20px 20px 30px 20px;
}
.branchdirectorybox p,
.branchdirectorybox a {
  color: #FFFFFF;
}
.branchdirectorybox p.title,
.branchdirectorybox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.branchdirectorybox p.learn-more,
.branchdirectorybox a.learn-more {
  font-weight: 300;
}
.contactusbox {
  background: #EEEEEE;
  padding: 20px 20px 30px 20px;
}
.contactusbox p {
  color: #003F77;
}
.contactusbox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.contactusbox p.learn-more {
  font-weight: 300;
}
.contactusbox .btn {
  float: right;
  margin-right: 35px;
}
.certifiedclinicdirectorybox {
  background: #003F77;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.certifiedclinicdirectorybox p,
.certifiedclinicdirectorybox a {
  color: #FFFFFF;
}
.certifiedclinicdirectorybox p.title,
.certifiedclinicdirectorybox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.certifiedclinicdirectorybox p.btn:hover,
.certifiedclinicdirectorybox a.btn:hover {
  background: #FFFFFF;
  color: #008FBE;
}
.explorebenefitsbox {
  background: url(./images/bg-explore-benefits.jpg?54091355ff079c98300f6103b7073733) 0 0 no-repeat;
  padding: 20px 20px 30px 20px;
  text-align: center;
}
.explorebenefitsbox .btn {
  margin-top: 0;
}
.explorebenefitsbox p {
  color: #FFFFFF;
}
.explorebenefitsbox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.shopnowbox {
  background: #008FBE;
  padding: 20px 20px 30px 20px;
}
.shopnowbox p,
.shopnowbox a {
  color: #FFFFFF;
}
.shopnowbox p.title,
.shopnowbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.shopnowbox .btn {
  float: right;
  margin-right: 35px;
}
.generalinformationbox {
  background: #EEEEEE;
  color: #FFFFFF;
  padding: 20px 20px 30px 20px;
}
.generalinformationbox p,
.generalinformationbox a {
  color: #003F77;
}
.generalinformationbox p.title,
.generalinformationbox a.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.generalinformationbox .btn {
  color: #FFFFFF;
  float: right;
  margin-right: 35px;
}
.diplomabrochuredownload {
  background-color: #008FBE;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
}
.diplomabrochuredownload .title {
  margin: 0;
  display: inline-block;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 20px;
}
.diplomabrochuredownload .download-link {
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 300ms ease;
}
.diplomabrochuredownload .download-link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 300ms ease;
}
.diplomabrochuredownload .download-link i {
  font-size: 1.2em;
  margin-left: 5px;
  vertical-align: middle;
}
.applybox {
  background: #EEEEEE;
  padding: 20px 20px 30px 20px;
}
.applybox p {
  color: #003F77;
}
.applybox p.title {
  font-size: 1.45em;
  margin-bottom: 15px;
}
.applybox p.learn-more {
  font-weight: 300;
}
.applybox .btn {
  float: right;
  margin-right: 35px;
}
.book-links .i-member-directories {
  border: 1px solid #2C7AAB;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
}
.book-links .links .link-row {
  margin-bottom: 30px;
}
.book-links .links .link-row:before,
.book-links .links .link-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.book-links .links .link-row:after {
  clear: both;
}
.book-links .links .link-row:before,
.book-links .links .link-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.book-links .links .link-row:after {
  clear: both;
}
.book-links .links .link-row p {
  float: left;
  margin: 15px 0 0;
}
.book-links .links .link-row .btn {
  float: right;
}
.hdr-navigation ul li {
  display: inline-block;
  padding: 20px 15px;
  line-height: 28px;
  color: #404041;
  font-size: 1.1em;
  font-weight: 600;
  position: relative;
}
.hdr-navigation ul li:last-child {
  padding-right: 0;
}
.hdr-navigation ul li a {
  padding: 10px 0px;
  color: #58595B;
}
.hdr-navigation ul li a.contact {
  background: #F6F6F7;
  border-radius: 3px;
  padding: 10px;
  border: 3px solid #EDEEEF;
}
.hdr-navigation ul li .subnav-toggle {
  display: none;
}
.hdr-navigation ul li .subnav {
  width: 275px;
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  padding-left: 0;
  background: #FFFFFF;
  z-index: 20;
}
.hdr-navigation ul li .subnav li {
  display: block;
  padding: 10px 20px;
  float: none;
}
.hdr-navigation ul li .subnav li a {
  font-weight: 500;
}
.hdr-navigation ul li .subnav li:hover {
  background: #eeeeee;
}
.hdr-navigation ul li:hover > ul {
  display: block;
}
header {
  background: #FFFFFF;
  position: relative;
}
header .brand {
  margin: 16px 20px 0px 31px;
  float: left;
  display: table;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: opacity 200ms;
}
header .brand .brand-image {
  background-image: url(./images/logo.png?762817f68ef1b4ceda2d704ea609f66c);
  background-position: 0 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 125px;
  height: 126px;
  display: block;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .brand .brand-image {
    background-image: url(./images/logo@2x.png?0b97aabd5dd4209c5056c4cd455bbd26);
    background-size: 125px 126px;
  }
}
header .brand .brand-title {
  float: left;
  margin-left: 20px;
  display: table-cell;
  vertical-align: middle;
  color: #003F77;
  font-size: 1.38em;
  padding-top: 20px;
  line-height: 31px;
}
header .brand .brand-title p {
  color: #003f77;
  line-height: 31px;
  margin: 0;
}
header .brand:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  transition: opacity 200ms;
}
header .menu-icon {
  display: none;
}
header .hdr-utility {
  position: absolute;
  top: 15px;
  right: 20px;
}
@media screen and (min-width: 481px) {
  header .hdr-utility {
    max-width: 400px;
  }
}
header .hdr-utility .social-media {
  padding-left: 15px;
  text-align: right;
}
header .hdr-utility .social-media .fa {
  font-size: 30px;
}
header .hdr-utility form {
  float: left;
  margin-right: 40px;
}
header .hdr-utility .hdr-login {
  color: #2C7AAB;
  float: right;
  line-height: 32px;
  margin-top: 8px;
}
header .hdr-utility .hdr-login.with-switcher {
  margin-top: 0px;
}
header .hdr-utility .hdr-login:hover {
  color: #65acd8;
  transition: 0.6s;
}
header .hdr-utility .login-links {
  display: flex;
  align-items: end;
  flex-direction: column;
}
header .hdr-navbar {
  clear: right;
}
.branch-sub h1.box,
.int-sub h1.box {
  background: #008FBE;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.45em;
  padding: 10px;
  margin-bottom: 30px;
  margin-top: 0;
}
.branch-sub h3,
.int-sub h3 {
  margin-bottom: 10px;
}
.branch-sub .video-testimonials {
  margin-bottom: 25px;
}
.branch-sub .video-testimonials iframe {
  margin-bottom: 15px;
}
.branch-sub .video-testimonials .person {
  font-weight: 600;
  font-size: 1.2em;
}
.branch-sub .video-testimonials .certification {
  font-weight: 600;
  font-size: 0.9em;
}
.branch-sub .video-testimonials .qualifications {
  line-height: 3em;
}
table {
  border: 1px solid #ddd;
}
table > tbody > tr:nth-child(odd) > td,
table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
.upcoming-courses > table {
  border: none;
}
.upcoming-courses > table > tbody > tr:nth-child(odd) > td,
.upcoming-courses > table > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
.upcoming-courses > table > thead > tr > th,
.upcoming-courses > table > tbody > tr > th,
.upcoming-courses > table > tfoot > tr > th,
.upcoming-courses > table > thead > tr > td,
.upcoming-courses > table > tbody > tr > td,
.upcoming-courses > table > tfoot > tr > td {
  border: none;
}
.upcoming-courses > table > thead > tr > th,
.upcoming-courses > table > thead > tr > td {
  border-bottom-width: none;
}
.contact .form-group {
  margin-bottom: 10px;
}
.contact .form-group textarea.form-control {
  height: 140px;
}
.contact .form-group #Country label {
  display: none;
}
.contact .form-group #Country select {
  padding-left: 6px;
}
.contact small {
  margin-bottom: 15px;
  display: block;
}
.contact form p {
  color: #999999;
}
.contact form .branch-contact {
  color: #003f77;
}
.contact .contact-title {
  padding: 40px 0;
  margin-bottom: 30px;
  color: #FFFFFF;
  background: url(./images/bg-contact.jpg?9602aacd09ac12dfdb4f032764af235e) 0 0 no-repeat;
}
.contact .contact-title h1,
.contact .contact-title p {
  color: #FFFFFF;
}
.contact #contact-submit {
  height: 40px;
  padding: 10px 25px;
}
.contact .contact-branch {
  padding: 40px;
  text-align: center;
  background: #58595B;
  margin-bottom: 50px;
  margin-top: 0;
}
.contact .contact-branch h3 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
}
.contact .contact-branch p {
  color: #FFFFFF;
  margin: 0;
}
.contact .contact-branch .btn:hover {
  color: #008FBE;
  background: #FFFFFF;
}
.news .box {
  background: #008FBE;
  padding: 10px 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.news .box h1 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.45em;
  margin-top: 5px;
  margin-bottom: 0px;
}
.news .box .options-container {
  float: left;
}
.news .box .options-container .filter-option {
  position: relative;
  color: #FFFFFF;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #FFFFFF;
  height: 36px;
  text-transform: uppercase;
  min-width: 250px;
  transition: all 0.2s ease;
}
.news .box .options-container .filter-option:hover {
  background-color: #FFFFFF;
  color: #008FBE;
}
.news .box .options-container .filter-option i {
  vertical-align: middle;
  float: right;
}
.news .box .options-container .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  border: 1px solid #FFFFFF;
  color: #58595B;
  background: #FFFFFF;
  top: 35px;
  width: 250px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.news .box .options-container .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 10px 15px;
}
.news .box .options-container .options .option:hover {
  background-color: #f1f1f2;
}
.news .box form {
  margin-left: 20px;
  float: left;
}
.news .box form .form-group {
  float: left;
  margin-bottom: 0;
}
.news .box form .form-group input {
  height: 36px;
  background: #008FBE;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.news .box form button {
  float: right;
  background: transparent;
  border: 0;
  color: #FFFFFF;
  font-size: 1.4em;
  line-height: 36px;
  transition: 0.6s;
}
.news .box form button:hover {
  color: #003F77;
}
.news .news-list .row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.news .news-list .row .date {
  width: 74px;
}
.news .news-list .row .date .date-top {
  font-size: 39px;
  font-weight: 600;
  color: #003F77;
  border: 1px solid #bbbdbf;
  text-align: center;
  padding: 23px 0;
}
.news .news-list .row .date .date-bottom {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  background: #bbbdbf;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
}
.news .news-list .row .category {
  font-size: 16px;
  color: #003F77;
}
.news .news-list .row h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 40px;
}
.news .news-list .row .read-more {
  float: right;
  text-transform: uppercase;
  color: #2C7AAB;
  margin-top: 20px;
  transition: 0.6s;
}
.news .news-list .row .read-more:hover {
  transition: 0.6s;
  color: #58595B;
}
.news .news-listing .news-date {
  color: #003F77;
  font-weight: 600;
  margin-top: 20px;
}
.news .news-listing .backlink {
  color: #FFFFFF;
}
.news .news-listing .box {
  padding-left: 10px;
}
.news .news-listing img.img-responsive {
  margin-right: 30px;
}
.news-sidebar {
  background-color: #008FBE;
  color: #ffffff;
  padding: 35px 30px 20px 30px;
  margin-top: 20px;
}
.news-sidebar .title {
  overflow: hidden;
  margin-bottom: 30px;
}
.news-sidebar .title h5 {
  color: #ffffff;
  margin-bottom: 5px;
}
.news-sidebar .title .i-newspaper {
  float: left;
  font-size: 2.9em;
  margin-right: 15px;
}
.news-sidebar .news-item .date {
  display: inline-block;
  font-style: italic;
}
.news-sidebar .news-item .title {
  display: inline-block;
  margin-top: 20px;
  font-style: italic;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 20px;
}
.news-sidebar .news-item a {
  margin-top: 20px;
  display: block;
  color: #ffffff;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
}
.research-resources h5 {
  text-align: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
.research-resources .category-menu-item {
  border: solid 1px #008FBE;
  color: #008FBE;
  padding: 10px;
}
.research-resources .section {
  padding-top: 60px;
}
.research-resources a {
  color: #008FBE;
  text-transform: uppercase;
  font-weight: 600;
}
.research-resources a .i-rsaquo.right {
  margin-left: -6px;
  margin-right: 10px;
}
.research-resources #assessment-forms a {
  text-transform: none;
  line-height: 1.6em;
}
.research-resources #assessment-forms h3 {
  color: #003F77;
  font-weight: 600;
  font-style: italic;
}
.research-resources #jmmt a {
  text-transform: none;
}
.research-resources .guidelines {
  padding: 20px;
  background-color: #EEEEEE;
  font-style: italic;
}
.research-resources .guidelines a {
  display: inline-block;
  color: #58595B;
  font-style: normal;
}
.research-resources .guidelines a:first-of-type {
  margin-top: 10px;
}
.research-resources .research-menu {
  padding-bottom: 20px;
  overflow: hidden;
}
.research-resources .research-menu .menu-item-container {
  position: relative;
  width: 23%;
  float: left;
  border: solid 1px #008FBE;
  color: #008FBE;
  margin-right: 2.5%;
  transition: 0.6s;
}
.research-resources .research-menu .menu-item-container:last-child {
  margin-right: 0;
}
.research-resources .research-menu .menu-item-container:hover {
  background-color: #008FBE;
}
.research-resources .research-menu .menu-item-container:hover a {
  color: #ffffff;
}
.research-resources .research-menu .menu-item-container:hover .arrow {
  bottom: -21px;
  border-top: 20px solid #008FBE;
}
.research-resources .research-menu .menu-item-container .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 0px solid transparent;
  transition: 0.3s;
}
.research-resources .research-menu .menu-item-container .menu-item {
  display: table-cell;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  width: 1%;
  height: 65px;
  text-transform: none;
  font-weight: normal;
}
.faqs {
  border-bottom: 2px solid #008FBE;
}
.faqs .select {
  float: left;
  color: #008FBE;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
}
.faqs .faq-holder {
  margin-top: 40px;
}
.faqs .faq-holder .faq-title {
  cursor: pointer;
  padding: 20px 20px 20px 0px;
  border-top: 2px solid #008FBE;
}
.faqs .faq-holder .faq-title p {
  margin-bottom: 0;
  font-size: 18px;
}
.faqs .faq-holder .faq-title.active {
  border-bottom: 2px solid #008FBE;
}
.faqs .faq-holder .faq-title i {
  float: right;
  margin-top: 5px;
}
.faqs .faq-holder .faq-content {
  padding-top: 30px;
  display: none;
}
.faqs .faq-holder .faq-content .faq-close {
  cursor: pointer;
  text-align: right;
  color: #008FBE;
}
.faqs .faq-holder .faq-content .faq-close i {
  float: right;
  display: block;
  margin-left: 5px;
  margin-top: 3px;
}
.faqs .faq-holder .faq-content .faq-close .close-text {
  float: right;
  display: block;
}
.faqs-contact {
  margin-top: 50px;
  text-align: center;
}
.faqs-contact p {
  color: #003F77;
}
.faqs-contact .btn {
  display: inline-block;
}
.find-course .course-search {
  background: #f1f1f2;
  padding: 20px 30px;
}
.find-course .course-search .title {
  color: #003F77;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.find-course .course-search .filter-option {
  position: relative;
  background-color: #f1f1f2;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #6d6e70;
  transition: all 0.2s ease;
}
.find-course .course-search .filter-option:hover {
  background-color: #FFFFFF;
}
.find-course .course-search .filter-option i {
  vertical-align: middle;
  float: right;
}
.find-course .course-search .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #6d6e70;
  top: 43px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.find-course .course-search .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 15px;
}
.find-course .course-search .options .option:hover {
  background-color: #f1f1f2;
}
.find-course .course-search .pills {
  margin-top: 30px;
  margin-bottom: 10px;
}
.find-course .course-search .pills .pill {
  background: #003F77;
  color: #FFFFFF;
  font-size: 15px;
  padding: 10px;
  margin-right: 10px;
  border-radius: 5px;
}
.find-course .course-search .pills .pill i {
  cursor: pointer;
  font-size: 12px;
  margin-left: 20px;
}
.find-course .courses {
  margin-top: 2rem;
}
.find-course .courses .inner {
  padding-bottom: 20px;
}
.find-course .courses .inner:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
}
.find-course .courses .preview-image {
  margin: -16px -16px 16px -16px;
  padding: 0;
}
@media screen and (min-width: 481px) {
  .find-course .courses .preview-image {
    float: right;
    margin: 0px 0px 16px 16px;
    padding: 0;
  }
}
.find-course .courses .preview-image a {
  display: block;
}
.find-course .courses .preview-image a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.find-course .courses .preview-image a img {
  transition: opacity 300ms ease-in-out;
  width: 100%;
  height: 250px !important;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  margin: 0;
}
@media screen and (min-width: 481px) {
  .find-course .courses .preview-image a img {
    height: 170px !important;
  }
}
.find-course .courses a.slide-outer-container:hover,
.find-course .courses a.slide-outer-container:active {
  outline: #58595b;
  box-shadow: 0px 4.04023px 4.04023px rgba(0, 0, 0, 0.25);
}
@media (min-width: 480px) {
  .find-course .courses .slide-container {
    display: flex;
    flex-direction: row-reverse;
  }
  .find-course .courses .slide-container .preview-text {
    flex: 2;
  }
}
.find-course .courses .slide-container {
  border: solid 1px #e4e4e4;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px;
}
.find-course .courses .slide-container:hover,
.find-course .courses .slide-container:active {
  outline: #58595b;
  box-shadow: 0px 4.04023px 4.04023px rgba(0, 0, 0, 0.25);
  margin: 8px;
}
.find-course .courses .slide-container:hover > .title,
.find-course .courses .slide-container:active > .title {
  font-size: 22px;
  text-decoration: underline;
}
.find-course .courses .slide-container:hover > .date,
.find-course .courses .slide-container:active > .date,
.find-course .courses .slide-container:hover > .venue,
.find-course .courses .slide-container:active > .venue {
  font-size: 22px;
}
@media (min-width: 500px) {
  .find-course .courses .slide-container:hover,
  .find-course .courses .slide-container:active {
    margin: 0;
  }
}
.find-course .courses h2.box {
  background: #eeeeee;
  color: #58595b;
  font-size: 18px;
  padding: 5px 10px;
}
.find-course .courses .title {
  font-size: 1.45em;
  line-height: 1em;
  color: #2d79ab;
  margin-bottom: 20px;
  font-weight: 600;
}
.find-course .courses .date {
  font-size: 1.45em;
  line-height: 1em;
  color: #58595b;
  margin-bottom: 5px;
  font-weight: 600;
}
.find-course .courses .venue {
  color: #58595b;
  font-size: 1.19em;
  line-height: 1em;
  margin-bottom: 30px;
}
.find-course .courses .content-summary {
  font-family: 'proxima-nova';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  color: #58595b;
}
.find-course .courses .none {
  margin-top: 30px;
}
.find-course .courses .none .lead {
  color: #008FBE;
  font-size: 16px;
  font-style: italic;
}
.find-course .courses .none .lead a {
  color: #008FBE;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
}
.courses-overview .course-overview {
  margin-bottom: 60px;
}
.courses-overview .course-overview .btn-open {
  float: right;
  margin-bottom: 20px;
}
.courses-overview .course-overview .title {
  margin-bottom: 30px;
}
.courses-overview .course-overview .course-content {
  position: relative;
}
.courses-overview .course-overview .course-content .btn.btn-clear {
  color: #008FBE;
  background: none;
  border: 0;
  position: absolute;
  bottom: -50px;
  right: 0;
}
.our-vision {
  background-color: #EEEEEE;
  overflow: hidden;
  color: #003F77;
  font-style: italic;
  padding: 40px 45px;
  font-size: 1.2em;
  line-height: 1.3em;
}
.our-vision img {
  width: 89px;
  height: 88px;
}
.step {
  border: 2px solid #008FBE;
  padding: 30px 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  float: left;
  width: 100%;
  height: 100%;
}
.step h2 {
  color: #008FBE;
  text-transform: uppercase;
  text-align: center;
}
.step img {
  display: block;
  margin: 0 auto 15px;
}
.step p {
  text-align: left;
  margin-bottom: 15px;
}
.step p img {
  padding: 0 0 20px 20px;
  margin: 0;
}
.step p.text-center {
  text-align: center;
}
.step#step-2,
.step#step-3,
.step#step-4 {
  display: none;
}
.international-structure {
  text-align: center;
  margin-bottom: 30px;
}
.international-structure .i-about-us {
  color: #003F77;
  display: block;
  margin-bottom: 15px;
  font-size: 4.1em;
}
.international-structure .horizontal-hr {
  border-top: solid 1px #003F77;
  position: absolute;
  width: 152px;
  top: 183px;
  left: 483px;
}
.international-structure .horizontal-hr.col-hr-top {
  top: 180px;
  left: 150px;
}
.international-structure .horizontal-hr.col-hr-second {
  top: 261px;
  left: 150px;
}
.international-structure .horizontal-hr.horizontal-hr-one {
  top: 89px;
  left: 770px;
  width: 126px;
}
.international-structure .vertical-hr {
  top: 74px;
  position: absolute;
  border-left: solid 1px #003F77;
}
.international-structure .vertical-hr.far-left {
  left: 90px;
  height: 80px;
}
.international-structure .vertical-hr.left {
  left: 212px;
  height: 328px;
}
.international-structure .vertical-hr.center {
  left: 53%;
  height: 500px;
}
.international-structure .vertical-hr.right {
  right: 211px;
  height: 219px;
  top: 183px;
}
.international-structure .vertical-hr.far-right {
  right: 363px;
  height: 109px;
}
.international-structure .vertical-hr.row-two-vert-hr-one {
  right: 740px;
  height: 109px;
}
.international-structure .vertical-hr.row-two-vert-hr-two {
  right: 420px;
  height: 140px;
}
.international-structure .title {
  display: inline-block;
  background-color: #003F77;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 35px;
}
.international-structure .flowchart {
  position: relative;
  overflow: hidden;
}
.international-structure .flowchart-col {
  margin-top: -133px;
}
.international-structure .flowchart-col .container-six {
  margin-top: 15px;
}
.international-structure .flowchart-row {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;
  height: auto;
}
.international-structure .flowchart-row.row-one {
  margin-left: 25%;
  margin-top: 0;
  align-items: flex-end;
}
.international-structure .flowchart .item-container {
  position: relative;
  z-index: 2;
  width: 180px;
  height: 65px;
  border: solid 1px #003F77;
  background-color: #ffffff;
  color: #003F77;
  padding: 0 15px;
}
.international-structure .flowchart .item-container.container-one {
  background-color: #003F77;
  color: #ffffff;
  width: auto;
}
.international-structure .flowchart .item-container.container-one .item {
  width: 360px;
}
.international-structure .flowchart .item-container.container-two,
.international-structure .flowchart .item-container.container-five,
.international-structure .flowchart .item-container.container-six {
  background-color: #008FBE;
  color: #ffffff;
}
.international-structure .flowchart .item-container.container-three {
  background-color: #003F77;
  color: #ffffff;
  height: 130px;
  width: 150px;
  padding-top: 30px;
  padding-bottom: 0;
}
.international-structure .flowchart .item-container.container-four {
  background-color: #003F77;
  color: #ffffff;
}
.international-structure .flowchart .item-container .item {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 180px;
  height: 65px;
  vertical-align: middle;
}
.international-structure .drop-downs {
  margin-top: 70px;
  position: relative;
  text-align: right;
  top: -150px;
}
.international-structure .drop-downs .drop-down-container {
  position: relative;
  text-align: center;
  display: inline-block;
  width: 182px;
  margin-right: 5px;
  vertical-align: top;
}
.international-structure .drop-downs .drop-down-container .view-list-link span {
  display: block;
  font-family: "proxima-nova-condensed", sans-serif;
  text-transform: uppercase;
  margin-top: 10px;
}
.international-structure .drop-downs .drop-down-container .view-list-link span i {
  margin-left: 5px;
}
.international-structure .drop-downs .drop-down-container a {
  display: block;
  position: relative;
  background-color: #58595B;
  width: 182px;
  color: #ffffff;
  padding: 15px;
}
.international-structure .drop-downs .drop-down-container .branches {
  position: relative;
  display: block;
}
.international-structure .drop-downs .drop-down-container .branches.branches-hidden {
  display: none;
  vertical-align: top;
}
.international-structure .drop-downs .drop-down-container .branches .branch {
  border: solid 1px #003F77;
  color: #003F77;
  padding: 15px;
  margin-top: 10px;
}
.international-structure .drop-downs .drop-down-container .branches .branch:first-child {
  margin-top: 0;
}
.international-structure .drop-downs .drop-down-container .branches .vertical-hr {
  position: relative;
  height: 30px;
  margin: 20px auto -33px auto;
}
.international-structure .drop-downs .drop-down-container:last-child {
  margin-right: 0;
}
.international-structure .drop-downs .vertical-hr {
  top: -23px;
  height: 30px;
}
.international-structure .drop-downs .vertical-hr.center-top {
  height: 100px;
  top: -122px;
}
.international-structure hr {
  position: absolute;
  color: #003F77;
  background-color: #003F77;
  border: none;
  width: 100%;
  height: 1px;
  top: 16px;
}
.international-structure hr.sm {
  left: -32px;
  width: 32px;
}
.international-structure .dropdown-hr {
  top: -40px;
  margin-left: 291px;
  width: 764px;
}
.events .title {
  color: #003F77;
  font-size: 21px;
  font-weight: 600;
  width: 100%;
  margin: 40px 0 20px 0;
}
.events .btn-tertiary {
  margin-top: 50px;
  transition: 0.6s;
}
.events .btn-tertiary:hover {
  background-color: #008FBE;
  color: #ffffff;
}
.event,
.past-event {
  padding-bottom: 50px;
  border-bottom: solid 1px #E6E7E8;
}
.event a:hover .feature-image,
.past-event a:hover .feature-image {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event .feature-image,
.past-event .feature-image {
  display: block;
  margin-bottom: 20px;
  transition: opacity 300ms ease-in-out;
}
.event h3,
.past-event h3 {
  color: #003F77;
  margin-top: 30px;
  margin-bottom: 0;
  line-height: 1.6em;
}
.event .venue,
.past-event .venue {
  color: #003F77;
  font-weight: 600;
}
.event .read-more,
.past-event .read-more {
  display: inline-block;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.6s;
}
.event .read-more:hover,
.past-event .read-more:hover {
  background-color: #003F77;
}
.event .read-more .i-rsaquo,
.past-event .read-more .i-rsaquo {
  font-size: 12px;
  margin-left: 5px;
}
.event .register,
.past-event .register {
  display: inline-block;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 600;
  transition: 0.6s;
}
.event .register:hover,
.past-event .register:hover {
  background-color: #008FBE;
}
.event .register .i-rsaquo,
.past-event .register .i-rsaquo {
  font-size: 12px;
  margin-left: 5px;
}
.event .detail-box,
.past-event .detail-box {
  background: #F1F1F2;
  padding: 20px 30px;
  margin: 20px 0;
}
.event .detail-box h3,
.past-event .detail-box h3 {
  font-size: 21px;
  color: #003F77;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.event .detail-box h5,
.past-event .detail-box h5 {
  margin-bottom: 20px;
}
.event .detail-box h4,
.past-event .detail-box h4 {
  margin-bottom: 10px;
  text-transform: none;
}
.event .detail-box .hotel,
.past-event .detail-box .hotel {
  margin-bottom: 30px;
}
.event .detail-box #map,
.past-event .detail-box #map,
.event .detail-box #HotelOneMap,
.past-event .detail-box #HotelOneMap,
.event .detail-box #HotelTwoMap,
.past-event .detail-box #HotelTwoMap,
.event .detail-box #HotelThreeMap,
.past-event .detail-box #HotelThreeMap {
  width: 100%;
  min-height: 250px;
  margin-bottom: 20px;
}
.event .detail-box .larger-map,
.past-event .detail-box .larger-map {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
}
.past-event {
  padding-bottom: 30px;
}
.past-event .gallery h3 {
  color: #58595B;
  height: 50px;
}
.past-event .gallery h3 span {
  float: right;
  color: #008FBE;
  text-transform: uppercase;
  font-size: 12px;
}
.past-event h4 {
  text-transform: none;
  margin-bottom: 0;
}
.past-event .hero-image {
  margin-bottom: 30px;
}
.past-event .row {
  margin-bottom: 30px;
}
.past-event .gallery-image {
  position: relative;
  display: block;
  width: 280px;
  height: 180px;
}
.past-event .gallery-image .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  border: solid 2px #ffffff;
  opacity: 0;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  font-size: 26px;
  transition: 0.6s;
}
.past-event .gallery-image:hover .zoom {
  opacity: 1;
}
.int-sub.course .main-content {
  margin-bottom: 30px;
}
.int-sub.course .main-content .title {
  font-size: 1.45em;
  line-height: 1em;
  color: #003F77;
  margin-bottom: 20px;
  font-weight: 600;
}
.int-sub.course .main-content .date {
  font-size: 1.45em;
  line-height: 1em;
  color: #003F77;
  margin-bottom: 5px;
  font-weight: 600;
}
.int-sub.course .main-content .venue {
  color: #003F77;
  font-size: 1.19em;
  line-height: 1em;
  margin-bottom: 30px;
}
.int-sub.course h3 {
  font-size: 21px;
  color: #003F77;
  font-weight: 600;
  margin-bottom: 30px;
}
.int-sub.course h4 {
  margin-bottom: 10px;
  text-transform: none;
}
.int-sub.course .detail-box {
  background: #F1F1F2;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.int-sub.course .lecturer .qualification {
  margin-bottom: 40px;
}
.int-sub.course .larger-map {
  float: right;
  text-transform: uppercase;
  font-size: 13px;
  line-height: normal;
}
.int-sub.course #map {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}
.int-sub.course #map img {
  max-width: none;
}
.int-sub.course .btn {
  transition: 0.6s;
}
.int-sub.course .btn.btn-primary:not(.btn-icon):hover {
  color: #003F77;
  background: #FFFFFF;
}
.int-sub.course .btn.btn-secondary:hover {
  color: #008FBE;
  background: #FFFFFF;
}
.branch-links {
  text-transform: uppercase;
}
.branch-links .branch-links-title {
  color: #008FBE;
  font-weight: 700;
  cursor: pointer;
  margin-bottom: 0;
}
.branch-links .branch-links-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
}
.branch-links .branch-links-list li {
  margin: 3px 0;
}
.branch-links .branch-links-list li:first-child {
  margin-top: 30px;
}
.branch-links .branch-links-list li a {
  font-weight: 600;
  transition: 0.6s;
}
.branch-links .branch-links-list li a:hover {
  color: #008FBE;
  transition: 0.6s;
}
.branches ul > li {
  padding: 0;
}
.homepageVideos {
  margin-top: 20px;
  margin-bottom: 20px;
}
.homepageVideos .row {
  display: flex;
  flex-wrap: wrap;
}
.homepageVideos .row > div {
  margin-bottom: 20px;
}
.homepageVideos iframe {
  width: 100%;
  height: 100%;
}
.homepageVideos .large-lead {
  display: inline-block;
  margin-bottom: 20px;
}
.homepageVideos-video__description {
  text-align: justify;
}
#language-switch-modal .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
#language-switch-modal .row {
  margin-left: 0;
  margin-right: 0;
}
#language-switch-modal .language-btn {
  margin: 10px;
}
.tab {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: lg) {
  .tab {
    display: flex;
  }
}
ul.tab {
  position: relative;
  display: flex;
  justify-content: center;
}
ul.tab li {
  width: 30%;
}
.tab-container {
  width: 100%;
}
.tab__item > a {
  position: relative;
  display: block;
  padding: 1.625rem;
  font-size: 1.125rem;
  letter-spacing: 1px;
  color: #000;
  background-color: #fff;
  border: 1px solid #276c97;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.tab__item > a:hover,
.tab__item > a:focus {
  color: #000;
  background-color: #2C7AAB;
}
.tab__item > a:focus {
  background: #fff;
}
.tab__item > a:visited:hover {
  color: #000;
}
.tab__item--active > a {
  font-weight: 700;
  overflow: hidden;
}
.tab__item--active > a::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 4px;
  background-color: #2C7AAB;
  border-radius: 2px;
}
.tab__item:first-child > a {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.tab__item + .tab__item > a {
  border-top-width: 0;
}
.tab__item:last-child > a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: lg) {
  .tab__item {
    flex: 1;
  }
  .tab__item:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .tab__item + .tab__item > a {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .tab__item:last-child > a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
.otherAwardTitle > a {
  font-size: 1rem;
  padding: 0.91rem;
}
.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section--hidden {
  display: none;
}
.justify-content-center {
  justify-content: center !important;
}
.accordion {
  margin: 0 auto 2rem auto;
}
@media (min-width: 480px) {
  .accordion {
    max-width: initial;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3rem 2rem;
    border: 1px solid #eee;
  }
}
.accordion__image {
  width: 100%;
  height: auto;
  margin: 0 0 -1px 0;
}
@media (min-width: 480px) {
  .accordion__image {
    width: 210px;
    margin: 0;
  }
}
.accordion__inner {
  border: 1px solid #eee;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 480px) {
  .accordion__inner {
    width: 100%;
    padding: 0 3rem;
    border: none;
    align-items: flex-start;
  }
}
.accordion__title {
  color: #2d79ab;
  font-size: 21px;
  font-weight: 600;
  line-height: 24px;
  width: 100%;
  border: 0;
  padding: 0;
  text-align: left;
  background-color: transparent;
}
.accordion__details {
  display: none;
  flex-direction: column;
}
@media (min-width: 480px) {
  .accordion__details {
    display: flex;
  }
}
.accordion__toggle {
  border: 1px solid #2d79ab;
  background-color: transparent;
  padding: 1.5rem 2rem;
  width: 100%;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2d79ab;
}
@media (min-width: 480px) {
  .accordion__toggle {
    width: auto;
  }
}
.accordion__toggle::before {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 8.20581H8.5V14.2058H6.5V8.20581H0.5V6.20581H6.5V0.205811H8.5V6.20581H14.5V8.20581Z' fill='%232D79AB'/%3E%3C/svg%3E%0A");
}
.accordion__toggle_label-less {
  display: none;
}
.accordion__toggle_label-more {
  display: block;
}
@media (min-width: 480px) {
  .accordion__content {
    height: 175px;
    overflow: hidden;
    position: relative;
  }
  .accordion__content::after {
    content: "";
    display: block;
    height: 1rem;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.accordion.active .accordion__content {
  height: auto;
}
.accordion.active .accordion__details {
  display: flex;
}
.accordion.active .accordion__toggle::before {
  background-image: none;
  background-color: #2d79ab;
  height: 2px;
}
.accordion.active .accordion__toggle_label-more {
  display: none;
}
.accordion.active .accordion__toggle_label-less {
  display: block;
}
.accordion--type-faq {
  margin: -1px 0 0;
  max-width: initial;
  border: 1px solid #003f77;
  border-left: 0;
  border-right: 0;
  padding: 0;
}
.accordion--type-faq .accordion__inner {
  padding: 0;
  border: 0;
  gap: 0;
}
.accordion--type-faq .accordion__toggle {
  display: none;
}
.accordion--type-faq .accordion__title,
.accordion--type-faq .accordion__details {
  padding: 1.5rem;
}
.accordion--type-faq .accordion__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #58595b;
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  align-items: start;
  gap: 2rem;
}
.accordion--type-faq .accordion__title::before {
  content: "";
  display: block;
  margin-top: 0.6rem;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.59L-2.62268e-07 2L6 8L12 2L10.59 0.59L6 5.17L1.41 0.59Z' fill='%2358595B'/%3E%3C/svg%3E%0A");
}
.accordion--type-faq .accordion__details {
  border-top: 1px solid #003f77;
  display: none;
}
.accordion--type-faq .accordion__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.accordion--type-faq .accordion__content > * {
  margin: 0;
}
.accordion--type-faq .accordion__content::after {
  display: none;
}
.accordion--type-faq .accordion__title:hover,
.accordion--type-faq .accordion__title:focus,
.accordion--type-faq.active {
  background-color: #eee;
}
.accordion--type-faq .accordion__title:hover,
.accordion--type-faq .accordion__title:focus,
.accordion--type-faq.active .accordion__title {
  font-weight: 600;
}
.accordion--type-faq.active .accordion__title:before {
  transform: rotate(180deg);
}
.accordion--type-faq.active .accordion__details {
  display: flex;
}
.sidebar {
  padding-bottom: 50px;
}
@media (max-width: 480px) {
  .sidebar.has-heading {
    display: block;
  }
  .sidebar.has-heading:not(.active) ul > li:not(.sidebar__toggle) {
    display: none;
  }
}
.sidebar.has-heading .sidebar__toggle button {
  border: 0;
  width: 100%;
  background-color: transparent;
  color: #58595b;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1rem;
  align-items: center;
  gap: 1rem;
}
.sidebar.has-heading .sidebar__toggle button::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.59L7.15493e-08 2L6 8L12 2L10.59 0.59L6 5.17L1.41 0.59Z' fill='%2358595B'/%3E%3C/svg%3E%0A");
}
.sidebar.has-heading .sidebar__toggle button:hover {
  color: #fff;
}
.sidebar.has-heading .sidebar__toggle button:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 0.59L7.15493e-08 2L6 8L12 2L10.59 0.59L6 5.17L1.41 0.59Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
@media (min-width: 480px) {
  .sidebar.has-heading .sidebar__toggle button {
    cursor: initial;
    background-color: #fff;
    display: block;
    padding: 0.5rem 0;
    font-weight: 600;
  }
  .sidebar.has-heading .sidebar__toggle button::after {
    display: none;
  }
  .sidebar.has-heading .sidebar__toggle button:hover {
    color: #58595b;
  }
}
.sidebar.has-heading.active .sidebar__toggle button::after {
  transform: rotate(180deg);
}
.sidebar ul {
  list-style-type: none;
  padding-left: 0;
}
.sidebar ul li {
  background: #eeeeee;
  margin-bottom: 5px;
  padding: 0;
  transition: 0.6s;
}
.sidebar ul li a {
  font-size: 0.906em;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  color: #58595B;
}
.sidebar ul li.active,
.sidebar ul li:hover {
  background: #003F77;
}
.sidebar ul li.active a,
.sidebar ul li:hover a {
  color: #FFFFFF;
}
.sidebar .cta {
  padding: 20px 5px;
  margin-top: 30px;
  background: #008FBE;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .cta p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}
.sidebar .cta p.title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.sidebar .quicklinks {
  margin-top: 30px;
}
.sidebar .quicklinks .qkl {
  background: #f6f6f8;
  list-style-type: none;
  font-size: 1em;
  padding: 0;
  border-bottom: solid 1px #EEEEEE;
  margin-bottom: 5px;
}
.sidebar .quicklinks .qkl a {
  padding: 35px 30px;
}
.sidebar .quicklinks .qkl h3 {
  color: #003F77;
  text-transform: uppercase;
  margin-bottom: 0;
}
.sidebar .quicklinks .qkl p {
  color: #2C7AAB;
  margin: 0;
  text-transform: none;
}
.sidebar .quicklinks .qkl i {
  font-size: 2.9em;
  color: #2C7AAB;
  float: left;
  margin-right: 15px;
}
.sidebar .quicklinks .qkl:hover {
  cursor: pointer;
  background: #003F77;
  transition: 0.6s;
  color: #FFFFFF;
}
.sidebar .quicklinks .qkl:hover h3,
.sidebar .quicklinks .qkl:hover p,
.sidebar .quicklinks .qkl:hover i {
  color: white;
}
.sidebar .cta-image {
  margin-top: 30px;
  text-align: center;
}
.sidebar .cta-image h3 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sidebar .cta-image p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}
.sidebar .cta-image p.title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.sidebar .cta-image .light-blue-cta {
  background-color: #008FBE;
  padding: 30px 25px;
}
.sidebar .cta-image .light-blue-cta a {
  display: block;
  padding: 30px 25px;
}
.sidebar .cta-image .light-blue-cta p {
  margin-bottom: 0;
}
.sidebar .cta-image .light-blue-cta i {
  font-size: 3.1em;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.sidebar .cta-image .dark-blue-cta {
  background-color: #003F77;
  padding: 30px 25px;
}
.sidebar .cta-image .dark-blue-cta .btn:hover {
  background-color: #FFFFFF;
  color: #008FBE;
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: transparent;
}
.sidebar .cta-image .background-pattern {
  padding: 30px 25px;
  background-image: url(./images/background-cta.jpg?a05d5c082dd430e4da52bc2b4190ace9);
  background-repeat: none;
  background-size: cover;
}
.sidebar .cta {
  padding: 30px 25px;
  margin-top: 30px;
  color: #FFFFFF;
  text-align: center;
}
.sidebar .cta.light-blue-cta {
  background-color: #008FBE;
  padding: 0;
}
.sidebar .cta.light-blue-cta a {
  display: block;
  padding: 30px 25px;
}
.sidebar .cta.light-blue-cta p {
  margin-bottom: 0;
}
.sidebar .cta.light-blue-cta i {
  font-size: 3.1em;
  color: #FFFFFF;
  margin-bottom: 10px;
  display: block;
}
.sidebar .cta.dark-blue-cta {
  background-color: #003F77;
}
.sidebar .cta.dark-blue-cta .btn:hover {
  background-color: #FFFFFF;
  color: #008FBE;
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: transparent;
}
.sidebar .cta.background-pattern {
  background-image: url(./images/background-cta.jpg?a05d5c082dd430e4da52bc2b4190ace9);
  background-repeat: none;
  background-size: cover;
}
.sidebar .cta h3 {
  color: #FFFFFF;
  margin-bottom: 10px;
}
.sidebar .cta p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 300;
}
.sidebar .cta p.title {
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}
.sidebar .cta .facebook,
.sidebar .cta .twitter,
.sidebar .cta .linkedin,
.sidebar .cta .youtube,
.sidebar .cta .instagram {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./images/facebook.png?2ea2bae5facbe7f81fa987f975320cda);
}
.sidebar .cta .facebook:hover,
.sidebar .cta .twitter:hover,
.sidebar .cta .linkedin:hover,
.sidebar .cta .youtube:hover,
.sidebar .cta .instagram:hover {
  opacity: 0.8;
}
.sidebar .cta .twitter {
  background-image: url(./images/twitter.png?29692fe0b40735326e9ce5db9429c770);
}
.sidebar .cta .linkedin {
  background-image: url(./images/linkedin.png?e1f877c43f85d05822c7b1a14ee9d132);
}
.sidebar .cta .youtube {
  background-image: url(./images/youtube.png?49312a60cf0433983865f18eb4469f50);
}
.sidebar .cta .instagram {
  background-image: url(./images/instagram.png?8e79a048be5ada5e366648dddde9c531);
}
.sidebar .sidebar-promo {
  margin-top: 30px;
}
footer {
  background-color: #EEEEEE;
}
footer h5 {
  text-transform: none;
  color: #2C7AAB;
  margin-bottom: 20px;
}
footer ul.find {
  float: left;
}
footer ul.find li {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 13px;
  padding-bottom: 0;
  line-height: 1.4;
}
footer ul.find li a {
  color: #2C7AAB;
}
footer .branches {
  padding: 30px 0px;
}
footer .branches .brand-image {
  margin: 0px 20px 16px 31px;
  float: left;
  background-image: url(./images/logo-medium.png?ecad1bfb34e76b12774554428fe55d6d);
  background-position: 0 0;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  width: 194px;
  height: 196px;
  display: block;
  font-size: 9px;
  color: #bbbcbe;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer .branches .brand-image {
    background-image: url(./images/logo-medium@2x.png?56c057bc38324194670f7b7581194b14);
    background-size: 194px 196px;
  }
}
footer .branches .branch-region {
  float: left;
}
footer .branches .branch-region .title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .branches .branch-region ul {
  width: 130px;
  float: left;
  padding-right: 15px;
}
footer .branches .branch-region ul li {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.4;
}
footer .branches .branch-region ul li a {
  font-weight: 400;
  font-size: 13px;
  color: #58595B;
}
footer .copyright {
  margin-top: 25px;
  font-size: 10px;
  color: #58595b;
  text-align: center;
}
footer .little-giant-link {
  margin-top: 25px;
  font-size: 10px;
  color: #58595b;
  float: right;
  transition: 0.6s;
}
footer .little-giant-link i {
  margin-right: 7px;
  font-size: 1.2em;
}
footer .little-giant-link:hover {
  color: #2C7AAB;
}
footer .branch-footer h5 {
  color: #003F77;
}
footer .branch-footer .find ul li {
  padding-bottom: 0;
}
footer .branch-footer .find ul li a {
  color: #58595B;
}
footer .branch-footer p:not(.copyright) {
  font-size: 13px;
  font-weight: 400;
  color: #003F77;
}
footer .branch-footer p:not(.copyright) a {
  color: #003F77;
}
footer .branch-footer .logo {
  width: 74px;
  height: 75px;
  margin-bottom: 10px;
}
footer .branch-footer .certified {
  color: #003F77;
}
footer .branch-footer .branches {
  padding: 30px 0 0;
}
footer .branch-footer .branches .branch-region ul li {
  margin-bottom: 5px;
}
footer .branch-footer .facebook,
footer .branch-footer .twitter,
footer .branch-footer .linkedin,
footer .branch-footer .youtube,
footer .branch-footer .instagram {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(./images/facebook.png?2ea2bae5facbe7f81fa987f975320cda);
}
footer .branch-footer .facebook:hover,
footer .branch-footer .twitter:hover,
footer .branch-footer .linkedin:hover,
footer .branch-footer .youtube:hover,
footer .branch-footer .instagram:hover {
  opacity: 0.8;
}
footer .branch-footer .twitter {
  background-image: url(./images/twitter.png?29692fe0b40735326e9ce5db9429c770);
}
footer .branch-footer .linkedin {
  background-image: url(./images/linkedin.png?e1f877c43f85d05822c7b1a14ee9d132);
}
footer .branch-footer .youtube {
  background-image: url(./images/youtube.png?49312a60cf0433983865f18eb4469f50);
}
footer .branch-footer .instagram {
  background-image: url(./images/instagram.png?8e79a048be5ada5e366648dddde9c531);
}
.quicklinks {
  background: #f6f6f8;
  border-bottom: 1px solid #eeeeee;
}
.quicklinks .qkl {
  transition: 0.6s;
  padding: 30px;
  text-align: center;
  color: #2C7AAB;
}
.quicklinks .qkl:hover {
  cursor: pointer;
  background: #003F77;
  color: #FFFFFF;
}
.quicklinks .qkl:hover h3,
.quicklinks .qkl:hover p {
  color: white;
}
.quicklinks .qkl:first-child {
  border-right: 1px solid #eeeeee;
}
.quicklinks .qkl:last-child {
  border-left: 1px solid #eeeeee;
}
.quicklinks .qkl i {
  font-size: 70px;
  margin-bottom: 15px;
  display: block;
}
.quicklinks .qkl h3 {
  text-transform: uppercase;
  color: #003F77;
  margin-bottom: 10px;
}
.quicklinks .qkl p {
  color: #2778A9;
}
.new-links {
  padding: 60px 0;
}
.new-links div {
  position: relative;
}
.new-links div img {
  float: left;
  max-width: 122px;
  max-height: 122px;
  margin-right: 15px;
  transition: opacity 300ms ease-in-out;
}
.new-links div p {
  line-height: 20px;
}
.new-links div h3 {
  font-size: 1.65em;
  font-weight: 600;
}
.new-links div a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.new-links div .read-more {
  position: absolute;
  bottom: 0;
  left: 152px;
  color: #2C7AAB;
  text-transform: uppercase;
  font-family: "proxima-nova-condensed", sans-serif;
  font-weight: 600;
}
.new-links div .read-more i {
  font-size: 0.8em;
  margin-left: 5px;
}
.feature-segment {
  margin-bottom: 45px;
  padding-top: 45px;
}
.feature-segment a {
  color: #2C7AAB;
  text-transform: uppercase;
  font-weight: 600;
}
.feature-segment a .i-rsaquo {
  margin-left: 5px;
}
.branch-switcher {
  text-align: right;
  margin-bottom: 5px;
}
.cln .video .person {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 30px;
}
.cln .video .certification {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cln .video .qualifications {
  font-size: 16px;
  font-weight: 300;
}
.governance .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
  line-height: 24px;
}
.governance .position {
  color: #929497;
  font-weight: 600;
  margin-bottom: 15px;
}
.governance .position span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.governance .qualification {
  color: #929497;
  font-weight: 300;
}
.governance .person {
  min-height: 420px;
  position: relative;
  margin-bottom: 50px;
  padding: 0 5px;
}
.governance .person.small {
  min-height: 370px;
}
.governance .person a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.governance .person a img {
  transition: opacity 300ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.governance .person .btn {
  position: absolute;
  bottom: 0;
}
.governance .person .btn:hover {
  background: #008FBE;
  color: #FFFFFF;
}
.governance .person .qualification {
  margin-bottom: 15px;
}
.governance-person .back {
  margin-bottom: 30px;
  display: block;
}
.governance-person h2.person {
  margin-bottom: 0;
}
.governance-person h2.person + p {
  margin-bottom: 20px;
}
.awards h2 {
  margin: 20px 0 10px;
}
.awards .latest {
  background: #f1f1f2;
  padding: 20px 30px;
  margin: 30px 0 50px;
}
.awards .latest .image {
  float: left;
  width: 25%;
}
.awards .latest .latest-award-content {
  width: 75%;
  float: right;
}
.awards .latest .latest-award-content.full {
  width: 100%;
}
.awards .latest .latest-award-content .year {
  font-size: 21px;
  line-height: 25px;
  font-weight: 600;
  color: #003F77;
  margin-bottom: 0;
}
.awards .latest .latest-award-content .sub {
  color: #003F77;
  border-bottom: 2px solid #003F77;
  font-size: 21px;
  line-height: 21px;
  font-weight: 300;
  padding-bottom: 5px;
}
.awards .latest .latest-award-content .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.awards .latest .latest-award-content .qualification {
  margin-bottom: 0;
}
.awards .latest .latest-award-content .country {
  font-weight: 600;
}
.awards .latest .latest-award-content .btn {
  background: transparent;
}
.awards .latest .latest-award-content .btn:hover {
  background: #008FBE;
  color: #FFFFFF;
}
.awards .recipient {
  padding: 0 45px;
}
.awards .recipient .btn:hover {
  background: #008FBE;
  color: #FFFFFF;
}
.awards .recipient .inner {
  border-bottom: 2px solid #f1f1f2;
  padding: 10px 0;
}
.awards .recipient .inner .image {
  padding-left: 0;
}
.awards .recipient .inner .pad {
  padding-top: 30px;
}
.awards .recipient .inner .pad-button {
  margin-top: 30px;
  padding-right: 0;
}
.awards .recipient .inner .pad-button a {
  float: right;
}
.awards .recipient .inner .year {
  color: #003F77;
  font-weight: bold;
  font-size: 16px;
}
.awards .recipient .inner .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.awards .recipient .inner .name .country {
  font-size: 16px;
}
.clinic-application {
  display: inline-block;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px 12px 20px;
  margin: 0;
}
.clinic-application .left {
  font-weight: 600;
}
.clinic-application .right {
  margin-left: 35px;
}
.clinic-application .right img {
  width: 20px;
  height: 26px;
  margin-left: 10px;
}
.clinic-application:hover {
  color: #ffffff;
  opacity: 0.8;
}
.find-clinician.no-map button.location-info {
  display: none;
}
.find-clinician input.chosen-input {
  height: 40px;
  padding: 8px 15px;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
  width: 100%;
  min-width: 235px;
}
.find-clinician #clinician-map {
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}
.find-clinician #clinician-map img {
  max-width: none;
}
.find-clinician #clinician-map .infoBox {
  max-height: 250px;
  overflow: hidden;
}
.find-clinician #clinician-map .infoBox img {
  z-index: 300;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
}
.find-clinician #clinician-map .infoBox > div {
  max-height: 210px;
  overflow-y: scroll;
}
.find-clinician #clinician-map .infoBox .scroll {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100px;
  width: 261px;
  padding-bottom: 20px;
  pointer-events: none;
  opacity: 1;
  transition: all 300ms;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.find-clinician #clinician-map .infoBox .scroll.scroll--hide {
  opacity: 0;
}
.find-clinician #clinician-map .info_content:not(:first-child) h4 {
  padding-top: 20px;
}
.find-clinician .clinician-extra {
  font-size: 13px;
  font-style: italic;
}
.find-clinician .search-controls {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.find-clinician .search-controls .filters-container {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.find-clinician .search-controls .options-container {
  width: 200px;
  position: relative;
}
.find-clinician .search-controls .options-container .filter-option {
  position: relative;
  background-color: #f1f1f2;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #6d6e70;
  transition: all 0.2s ease;
}
.find-clinician .search-controls .options-container .filter-option:hover {
  background-color: #FFFFFF;
}
.find-clinician .search-controls .options-container .filter-option i {
  vertical-align: middle;
  float: right;
}
.find-clinician .search-controls .options-container .options {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: #FFFFFF;
  border: 1px solid #6d6e70;
  top: 43px;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
}
.find-clinician .search-controls .options-container .options .option {
  font-weight: normal;
  display: block;
  color: #58595B;
  border-bottom: 1px solid #EEEEEE;
  transition: all 0.2s ease;
  padding: 10px 15px;
}
.find-clinician .search-controls .options-container .options .option:hover {
  background-color: #f1f1f2;
}
.find-clinician .search-controls .AddressFilter__input {
  margin-bottom: 10px;
  flex-grow: 1;
}
.find-clinician .search-controls .AddressFilter__input:not(:first-of-type),
.find-clinician .search-controls .AddressFilter__input:not(.fullwidth) {
  margin-right: 10px;
}
.find-clinician .search-controls .AddressFilter__input select {
  position: relative;
  padding: 10px 15px;
  color: #58595B;
  background-color: #f1f1f2;
  border: 1px solid #6d6e70;
  transition: all 0.2s ease;
}
.find-clinician .search-controls .AddressFilter__input select:-moz-placeholder {
  color: #58595B;
}
.find-clinician .search-controls .AddressFilter__input select::-moz-placeholder {
  color: #58595B;
}
.find-clinician .search-controls .AddressFilter__input select:-ms-input-placeholder {
  color: #58595B;
}
.find-clinician .search-controls .AddressFilter__input select::-webkit-input-placeholder {
  color: #58595B;
}
.find-clinician .search-controls .AddressFilter__input .chosen-container {
  width: 100% !important;
}
.find-clinician button.btn-primary {
  border: none;
}
.find-clinician button.filter-clinician {
  height: 39px;
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: none;
  flex-grow: 1;
}
.find-clinician .border-bottom-blue {
  border-bottom: 2px solid #003F77;
}
.fade {
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 0;
  /* makes the div span all the way across the viewing area */
  right: 0;
  top: 0;
  /* makes the div span all the way across the viewing area */
  bottom: 0;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  z-index: 90;
}
.overlay {
  position: fixed;
  /* makes the div go into a position that’s absolute to the browser viewing area */
  left: 25%;
  /* positions the div half way horizontally */
  top: 15%;
  /* positions the div half way vertically */
  background-color: #ffffff;
  width: 50%;
  height: 70%;
  z-index: 100;
  /* makes the div the top layer, so it’ll lay on top of the other content */
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.overlay .title {
  background-color: #008FBE;
  color: #FFFFFF;
  text-align: center;
  padding: 25px 10px;
  font-size: 24px;
  line-height: 1.1;
}
.overlay .content {
  color: #58595B;
  padding: 16px;
  font-size: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.overlay .content .info {
  font-size: 15px;
}
.overlay .content .levels {
  font-size: 16px;
  color: #003F77;
}
.overlay .content ol li {
  margin-bottom: 20px;
}
.overlay .content .control {
  margin-bottom: 20px;
}
.overlay .content button {
  display: block;
  margin: 0 auto;
}
.overlay .content .cancel {
  text-transform: uppercase;
  float: right;
  padding-top: 20px;
  padding-right: 30px;
  color: #2D79AB;
  border: solid 1px #2D79AB;
  letter-spacing: 1px;
}
.CliniciansContainer__NoResult {
  display: none;
}
.clinicians-container a {
  word-wrap: break-word;
}
.CourseRegistrationForm__PaymentInformation p {
  margin: 0 0 15px 0;
}
.overlay.clinician-disclaimer .control {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  gap: 22px;
}
@media (min-width: 480px) {
  .overlay.clinician-disclaimer .control {
    flex-direction: row;
    justify-content: center;
  }
}
.overlay.clinician-disclaimer #clinicians-cancel {
  padding: 15px;
  font-size: 15px;
  order: 2;
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .overlay.clinician-disclaimer #clinicians-cancel {
    order: inherit;
  }
}
.overlay.clinician-disclaimer #clinicians-agree {
  font-size: 15px;
}
@media (min-width: 480px) {
  .overlay.clinician-disclaimer #clinicians-agree {
    text-align: left;
    margin: 0;
  }
}
/* Preload images */
body:after {
  content: url(./images/close.png?0cfd6489536ec0987466795401497368) url(./images/loading.gif?f657825a2eeed04632b01ed85f528407) url(./images/prev.png?0edc57ccafb3ea81859786274edf7897) url(./images/next.png?62074ac70bd3cfc10445d325a205a3cf);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(./images/loading.gif?f657825a2eeed04632b01ed85f528407) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(./images/prev.png?0edc57ccafb3ea81859786274edf7897) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(./images/next.png?62074ac70bd3cfc10445d325a205a3cf) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(./images/close.png?0cfd6489536ec0987466795401497368) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.membership-application {
  display: inline-block;
  background-color: #008FBE;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 15px 20px 12px 20px;
  margin: 20px 0 35px 0;
}
.membership-application .left {
  font-weight: 600;
}
.membership-application .right {
  margin-left: 35px;
}
.membership-application .right img {
  width: 20px;
  height: 26px;
  margin-left: 10px;
}
.membership-application:hover {
  color: #ffffff;
  opacity: 0.8;
}
.gdpr-bnr {
  background: #003f77;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 20px 0;
}
.gdpr-bnr .container {
  padding: 0;
  position: relative;
}
.gdpr-bnr .container a {
  color: #ffffff;
  font-weight: 800;
}
.gdpr-bnr .container a:hover {
  text-decoration: underline;
}
.gdpr-bnr .container p {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0;
}
.gdpr-bnr .container .close {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.7;
}
.gdpr-bnr .container .close:hover {
  opacity: 1;
  text-decoration: none;
}
.InternationalCertifiedClinicRenewalPage input {
  color: #58595B;
}
.upcoming-courses .title {
  position: relative;
  padding: 25px;
  background-color: #003F77;
  color: #ffffff;
}
.upcoming-courses .title h5 {
  color: #ffffff;
  margin-bottom: 5px;
}
.upcoming-courses .title .i-clipboard {
  float: right;
  font-size: 50px;
  margin-top: -5px;
}
.upcoming-courses .arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #003F77;
  margin-left: 50px;
}
.upcoming-courses table {
  width: 100%;
}
.upcoming-courses table td,
.upcoming-courses table th {
  padding: 15px;
}
.upcoming-courses table td.register,
.upcoming-courses table th.register {
  padding: 24px 15px;
}
.upcoming-courses table thead {
  text-transform: uppercase;
  color: #003F77;
  font-weight: 700;
  margin: 30px 0 15px 0;
}
.upcoming-courses table tbody tr {
  border-top: 8px solid white;
  color: #6d6e70;
  font-weight: 600;
  background-color: #f1f1f2;
}
.upcoming-courses .register a {
  background-color: #ffffff;
  border: solid 1px #008FBE;
  color: #008FBE;
  text-transform: uppercase;
  padding: 13px 20px;
  transition: all 300ms ease-in-out;
}
.upcoming-courses .register a:hover {
  background-color: #008FBE;
  color: #FFFFFF;
}
.upcoming-courses .view-all {
  display: inline-block;
  background-color: #003F77;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 20px;
  margin-top: 20px;
  transition: background-color 300ms ease-in-out;
}
.upcoming-courses .view-all:hover {
  background-color: #008FBE;
}
.international-sidebar-spacer {
  height: 30px;
  width: 100%;
}
.fill-sidebar {
  padding: 15px 10px 20px 15px;
  background: #eeeeee;
}
.fill-sidebar .sidebar-title {
  text-align: center;
  color: #008FBE;
  padding: 15px 0px 5px;
}
.fill-sidebar ul.level-one > li h4 {
  margin-bottom: 10px;
}
.fill-sidebar ul.level-one > li > a {
  font-size: 14px;
  color: #003F77;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.fill-sidebar ul.level-one > li > a i.i {
  margin-top: -8px;
}
.fill-sidebar ul.level-one > li > a.current-article-link {
  text-transform: none;
  padding-top: 0;
  margin-top: 0;
}
.fill-sidebar ul {
  padding: 0px;
  list-style: none;
}
.fill-sidebar ul li > a {
  padding: 0px;
}
.fill-sidebar ul .level-two > li > a {
  font-size: 13px;
  color: #2778A9;
  font-weight: 700;
  margin: 10px 0px 5px;
  text-transform: uppercase;
}
.fill-sidebar ul .level-two > li > a:hover {
  color: #58595B;
}
.fill-sidebar ul .level-two > li > a i.i {
  margin-top: -8px;
}
.fill-sidebar ul .level-three > li > a {
  font-size: 12px;
  color: #58595B;
  font-weight: bold;
  text-transform: capitalize;
}
.fill-sidebar ul .level-three > li > a i.i {
  color: #003F77;
}
.fill-sidebar ul li:hover {
  background: none;
}
.fill-sidebar ul li a:hover {
  color: #2778A9;
}
.fill-sidebar .call-to-action {
  display: block;
  color: #008FBE;
  font-weight: bold;
  margin-bottom: 10px;
}
.fill-sidebar .subtext {
  display: block;
  font-size: 0.8em;
  font-style: italic;
  text-decoration: underline;
  margin: 5px 0px 10px;
}
.fill-sidebar .subtext a {
  color: #58595B;
}
.fill-sidebar .btn.center {
  display: block;
  margin: 0 auto;
}
.fill-sidebar i.i {
  padding: 10px;
}
.fill-sidebar .icon-full {
  border-radius: 50%;
  background-color: #003F77;
  border: 1px solid #003F77;
  color: #fff;
}
.fill-sidebar .icon-full:hover {
  background-color: transparent;
  color: #003F77;
}
.fill-sidebar .icon-empty {
  border-radius: 50%;
  color: #003F77;
  border: 1px solid #003F77;
}
.fill-sidebar .icon-empty:hover {
  background-color: #003F77;
  color: #fff;
}
.fill-sidebar a.current > .icon-empty {
  border-radius: 50%;
  background-color: #003F77;
  border: 1px solid #003F77;
  color: #fff;
}
.fill-sidebar a.current > .icon-empty:hover {
  background-color: transparent;
  color: #003F77;
}
.fill-sidebar .i-nextcaret:before {
  margin-left: 3px;
  padding: 1px 0px 1px 0px;
}
.world-press-container .world-press-article {
  border-bottom: 1px solid #E6E7E8;
  margin-bottom: 30px;
  padding: 0px 0px 30px 0px;
}
.world-press-container .world-press-article h2 {
  margin-bottom: 12px;
}
.world-press-container .world-press-article h2 a {
  color: inherit;
}
.world-press-container .world-press-article h2 a:hover {
  color: #58595B;
}
.world-press-container .world-press-article h3 {
  color: #003F77;
  margin-bottom: 0px;
}
.world-press-container .world-press-article h4 {
  font-weight: normal;
  text-transform: none;
  font-style: italic;
  color: #003F77;
}
.world-press-container .world-press-article .links .read-more {
  color: #003F77;
  text-transform: uppercase;
  font-size: 1.31em;
  font-family: "proxima-nova-condensed", sans-serif;
  display: inline-block;
  float: left;
}
.world-press-container .world-press-article .links .download-pdf {
  color: #003F77;
  text-transform: none;
  font-size: 1.31em;
  font-family: "proxima-nova-condensed", sans-serif;
  display: inline-block;
  float: right;
}
.world-press-container .world-press-article .links a:hover {
  color: #003F77;
}
.reference-nav li {
  padding: 5px 10px;
}
.reference-nav li:nth-child(2n) {
  background-color: rgba(0, 63, 119, 0.1);
}
.reference-list-container .reference-list-group {
  padding-top: 50px;
}
.reference-list-container .reference-list-group .reference {
  background-color: #EEEEEE;
  padding: 20px;
  margin-bottom: 15px;
}
.reference-list-container .reference-list-group .reference h4 {
  color: #003F77;
  font-size: 1.19em;
  font-weight: 400;
  margin-bottom: 15px;
  text-transform: none;
  font-style: italic;
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.reference-list-container .reference-list-group .reference h5 {
  font-size: 0.906em;
  margin-bottom: 15px;
}
.reference-list-container .reference-list-group .reference p {
  -ms-word-break: break-all;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.reference-list-container .reference-list-group .reference .review-info {
  margin-bottom: 15px;
  font-style: italic;
}
.ReferenceListContainer {
  width: 840px;
}
.ReferenceListBack {
  padding-bottom: 30px;
}
.ReferenceListFilter_Filter {
  width: 100%;
  float: left;
  margin-bottom: 45px;
}
.ReferenceListFilter_Filter div {
  float: left;
  position: relative;
  padding-right: 15px;
}
.ReferenceListFilter_Filter div input::-webkit-input-placeholder {
  color: #808285;
  padding: 0 15px;
}
.ReferenceListFilter_Filter div input:-moz-placeholder {
  color: #808285;
  padding: 0 15px;
}
.ReferenceListFilter_Filter div input::-moz-placeholder {
  color: #808285;
  padding: 0 15px;
}
.ReferenceListFilter_Filter div input:-ms-input-placeholder {
  color: #808285;
}
.ReferenceListFilter_Filter div input {
  width: 194px;
  height: 45px;
  padding: 0 15px;
  background-color: white;
  color: #808285;
  font-weight: 700;
  border: 1px solid #bcbec0;
  line-height: normal;
}
.ReferenceListFilter_Filter div input::-ms-clear {
  display: none;
}
.ReferenceListFilter_Filter div select {
  height: 45px;
  width: 194px;
  padding: 0 15px;
  line-height: 45px;
  font-weight: 700;
  color: #808285;
  background: none;
  border: 1px solid #bcbec0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ReferenceListFilter_Filter div select::-ms-expand {
  display: none;
}
.ReferenceListFilter_Filter .ReferenceListField__Filter,
.ReferenceListFilter_Filter .ReferenceListField__Sort {
  background-color: #f1f1f2;
  z-index: 99;
  position: relative;
  padding-right: 0;
  margin-right: 15px;
}
.ReferenceListFilter_Filter .ReferenceListField__Filter:before,
.ReferenceListFilter_Filter .ReferenceListField__Sort:before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 1px;
  right: 0;
  width: 51px;
  height: 43px;
  border: none;
  background-color: #f1f1f2;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAMAAACz+6aNAAAAJ1BMVEUAAACnqaynqaynqaynqaynqaynqaynqaynqaynqaynqaynqaynqawXwlJ5AAAADHRSTlMAECAwYHCAj5/P3+9oS1rSAAAASElEQVR42o3LywrAMAhEUVPTPOr8//fWjARXgdyFygHlKrVZ9l0xfDbg04AOwNdjgJGGQ+fbJBGasEJaUAOCkJBESNqQvSqnfg5eAnMx5Q8pAAAAAElFTkSuQmCC);
}
.ReferenceListFilter_Filter .btn {
  height: 45px;
  width: 154px;
  line-height: 45px;
  font-size: 15px;
  padding: 0;
  border-radius: 0;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
}
.ReferenceListFilter_Filter .clearButton {
  display: block;
  width: 50px;
  height: 45px;
  line-height: 45px;
  color: white;
  text-align: center;
  position: absolute;
  background-color: #008fbe;
  right: 15px;
  transition: opacity 0.6s;
}
.ReferenceListFilter_Filter .clearButton:before {
  content: "";
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAbCAMAAABY1h8eAAAAM1BMVEUAAAD///////////////////////////////////////////////////////////////+3leKCAAAAEHRSTlMAECAwQFBgcICPn6+/z9/vIxqCigAAAK1JREFUeAG90ktuxSAMhWHzSGIcwGf/qy0RrogjBh31m/7KsS669B/yxcw5bEosiknit52KhX0TDCrMpWGQd+MnnXa5+ZoAtOhmDvpVAQ203EAnEwFkegkK2BG6xig5vK4KcPmY1m59Vj0A8zMj32jfPW7axdAwtLC5adU3KutKUvUt6OuJUiKn2upGsLd14tzOfbRCH1VvZun2m73s/wne0WdRibSRTuYr05/8AGJgCwOOmhYMAAAAAElFTkSuQmCC);
  position: absolute;
  top: 0;
  left: 50%;
  width: 29px;
  height: 29px;
  margin-left: -16px;
  margin-top: 8px;
}
.ReferenceListFilter_Filter .clearButton:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.FilterTitle {
  margin-bottom: 10px;
}
.ReferenceList {
  margin: 15px 0;
  width: 100%;
  float: left;
}
.ReferenceItem {
  padding: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}
.ReferenceItem a {
  font-weight: 700;
}
.ReferenceItem a:focus {
  color: #2c7aab;
}
.ReferenceItem span.term {
  background: yellow;
}
.ReferenceItem a.ArticleSourceButton {
  display: block;
  font-weight: 300;
  padding-bottom: 8px;
}
.ReferenceItem h4 {
  margin-bottom: 15px;
  font-size: 1.19em;
  font-weight: 400;
  color: #003f77;
  text-transform: none;
}
.ReferenceItem h4 .JournalName {
  font-style: italic;
}
.ReviewInformation {
  margin: 15px 0;
  padding: 10px;
}
.ReviewInformation h5 {
  margin-bottom: 15px;
  font-size: 0.906em;
}
.ReviewInformation .ReviewInformation_Reviewer {
  margin-bottom: 15px;
  font-style: italic;
}
.ReferenceList__NoReferences {
  color: #58595b;
  font-size: 17px;
  margin-top: 15px;
}
.CategoryList {
  float: left;
  width: 100%;
}
.CategoryList .reference-nav,
.CategoryList .CategoryList_Category {
  padding-bottom: 50px;
}
.CategoryList .ReferenceList {
  margin: 0;
}
.ScrollToTopButton a {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: 492px;
  height: 64px;
  width: 69px;
  background-color: #003f77;
  color: white;
  z-index: 999;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  line-height: 64px;
  padding-top: 15px;
  transition: background 0.6s;
  font-family: "proxima-nova", sans-serif;
}
.ScrollToTopButton a:before {
  content: "";
  width: 22px;
  height: 14px;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 17px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAOCAMAAAAc7xz/AAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMAECAwYI+fz+9iiI4+AAAAQUlEQVR4AZ3IsQ0AIQwDQPPgQPZf+CsTWUrFlYdXZLeRGd2eY6+d837t/oCx72sH4K/11/r71vvqWauPJFZoC9cP+lMB31dn+dIAAAAASUVORK5CYII=);
}
.ScrollToTopButton a:hover {
  background-color: #444546;
}
.userform input[name="action_process"] {
  height: 40px;
  padding: 10px 25px;
  background: #003f77;
  border-color: #003f77;
  font-family: "proxima-nova-condensed", sans-serif;
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.6s;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
}
.form-group input[type="checkbox"]:first-child {
  margin: 2px 0 4px 0;
}
input[type="checkbox"] {
  margin: 2px 0 4px 10px;
}
label {
  width: 85%;
  padding-left: 5px;
  font-weight: 700;
  color: #58595b;
}
.userform-fields .FormHeading {
  padding-left: 15px;
  padding-right: 15px;
}
.userform-fields .right-title {
  margin-top: 5px;
}
.userform-fields .hidden-title label {
  display: none;
}
.userform-fields legend {
  margin-bottom: 15px !important;
  border-bottom: 0;
  font-size: 14.5px;
  color: #58595b;
}
.clear-both {
  clear: both;
}
.error.message {
  color: red;
}
.multiple-text-field {
  position: relative;
}
.multiple-text-field-add-row {
  position: absolute;
  bottom: 20px;
}
#CourseEnrolmentForm label {
  font-weight: 400;
}
#CourseEnrolmentForm_CourseEnrolmentForm label {
  font-weight: 400;
}
.extra-information .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.extra-information .row > div {
  margin-bottom: 10px;
}
.extra-information .row .form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.extra-information .course-btn {
  float: right;
  margin-bottom: 15px;
}
.extra-information p {
  margin: 0  0 15px 0;
}
.branch-link {
  margin-top: 40px;
  overflow: hidden;
}
.branch-link p {
  padding-top: 20px;
}
.branch-link a {
  text-transform: uppercase;
  color: #2C7AAB;
  font-weight: 600;
}
.bubble {
  position: relative;
  width: 100%;
  height: 160px;
  background: #ffffff;
  border-radius: 0px;
  font-style: italic;
  font-size: 13px;
}
.bubble .content {
  padding: 30px;
  position: absolute;
  display: none;
}
.bubble .content span {
  display: block;
  text-align: right;
  font-size: 15px;
  text-transform: uppercase;
  color: #2C7AAB;
  font-style: normal;
  font-weight: 600;
  margin-top: 15px;
}
.bubble .content.active {
  display: block;
}
.bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 28px 26px 0 0px;
  border-color: #ffffff transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -28px;
  left: 20px;
}
.information-download h2 {
  font-style: italic;
  margin: 45px 0 30px 0;
  padding-bottom: 10px;
}
.information-download h2 .download-icon {
  width: 20px;
  height: 26px;
  margin-right: 20px;
}
.information-download h2 .video-icon {
  width: 24px;
  height: 26px;
  margin-right: 20px;
}
.information-download a {
  text-transform: uppercase;
  font-weight: 600;
  color: #003F77;
}
.information-download .downloads div {
  margin-bottom: 30px;
}
.information-download .downloads div.title {
  color: #2C7AAB;
}
.information-download .downloads div.title .i-rsaquo.right {
  margin-left: -7px;
  margin-right: 10px;
}
.information-download .video {
  color: #2C7AAB;
  font-weight: 600;
}
.information-download .video iframe {
  margin: 20px 0 45px 0;
}
.about-us .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
  line-height: 24px;
}
.about-us .position {
  color: #929497;
  font-weight: 600;
  margin-bottom: 15px;
}
.about-us .qualification {
  color: #929497;
  font-weight: 300;
  margin-bottom: 15px;
}
.about-us .person {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 53px;
}
.about-us .person .btn {
  position: absolute;
  bottom: 0;
}
.about-us .committee {
  display: block;
}
@media screen and (min-width: 500px) {
  .about-us .committee {
    display: flex;
  }
}
.branch-person .back {
  margin-bottom: 30px;
  display: block;
}
.branch-person h2.person {
  margin-bottom: 0;
}
.branch-person h2.person + p {
  margin-bottom: 20px;
}
.branch-person a .i-rsaquo.right {
  margin-left: -7px;
  margin-right: 10px;
}
ul.tabs {
  margin: 0;
  padding: 0;
  height: 45px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
ul.tabs li {
  width: calc(100%/6);
}
ul.tabs li > span {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.2rem;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  color: #000;
  background-color: #fff;
  border: 1px solid #276c97;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  height: 45px;
  transition-duration: 0.3s;
  vertical-align: middle;
  overflow: hidden;
}
ul.tabs li > span:hover,
ul.tabs li > span:focus {
  color: #000;
  background-color: #2C7AAB;
}
ul.tabs li > span:focus {
  background: #fff;
}
ul.tabs li > span:visited:hover {
  color: #000;
}
ul.tabs li:first-child > span {
  border-top-left-radius: 4px;
}
ul.tabs li:last-child span {
  border-top-right-radius: 4px;
}
@media (min-width: lg) {
  ul.tabs li {
    flex: 1;
  }
  ul.tabs li:first-child > span {
    border-top-right-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  ul.tabs li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}
ul.tabs li.active > span {
  font-weight: 700;
  overflow: hidden;
  line-height: 11px;
}
ul.tabs li.active > span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  left: 2px;
  height: 4px;
  background-color: #2C7AAB;
  border-radius: 2px;
}
.tab_container {
  border: 1px solid #276c97;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  margin-bottom: 20px;
  border-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.tab_content {
  padding: 20px;
  display: none;
  min-height: 15rem;
}
.tab_drawer_heading {
  display: none;
}
@media screen and (max-width: 480px) {
  .tabs {
    display: none !important;
  }
  .tab_drawer_heading {
    background-color: #fff;
    color: #276c97;
    border-top: 1px solid #276c97;
    margin: 0;
    padding: 5px 20px;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .d_active {
    background-color: #276c97;
    color: #fff;
  }
}
.payments .payment-filter {
  margin-bottom: 45px;
  background: #EEEEEE;
  padding: 35px 35px;
  border-bottom: 2px solid #008FBE;
}
.payments .payment-filter .btn {
  float: left;
}
.payments .payment-filter h2 {
  font-size: 15px;
  text-transform: uppercase;
}
.payments .payment-filter h2 i {
  color: #008FBE;
  font-size: 2.5em;
  vertical-align: middle;
  margin-right: 5px;
}
.payments .btn.btn-payment {
  margin-right: 20px;
  margin-top: 20px;
  height: 38px;
  padding: 10px 20px;
  font-size: 13px;
  border: 2px solid #91908E;
  color: #91908E;
}
.payments .btn.btn-payment.btn-payment-last {
  margin-right: 0;
}
.payments .btn.btn-payment.active,
.payments .btn.btn-payment:hover {
  transition: 0.6s;
  border: 2px solid #008FBE;
  color: #008FBE;
}
.payments .btn-simple {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 500;
  color: #008FBE;
  font-size: 14.5px;
  text-decoration: underline;
}
.payments .btn-simple:focus,
.payments .btn-simple:hover {
  transition: 0.6s;
  color: #008FBE;
}
.payment-table {
  width: 100%;
}
.payment-table thead tr {
  height: 80px;
  background: #F3F3F3;
  font-weight: 600;
  font-size: 16px;
}
.payment-table thead tr th {
  padding: 20px;
  border-left: 0;
  border-right: 0;
  border-bottom-color: #008FBE;
}
.payment-table tbody tr {
  background: #FFFFFF;
}
.payment-table tbody tr.city {
  text-transform: uppercase;
  background: #F3F3F3;
  font-weight: 600;
}
.payment-table tbody tr.city td {
  font-size: 15px;
}
.payment-table tbody tr td {
  border-left: 0;
  border-right: 0;
  min-height: 50px;
  padding: 20px;
  font-size: 16px;
}
.payment-table tbody tr td.small {
  color: #91908E;
  font-size: 14px;
}
.payment-table tbody tr td.status {
  color: #008FBE;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
}
.payment-table .discount-amount {
  font-size: 14px;
  position: relative;
  color: #91908E;
}
.payment-table .discount-amount:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 2px;
  width: 100%;
  height: 2px;
  background: #b94a48;
  transform: rotate(-10deg);
}
#discount-dialog,
#detail-dialog {
  border: none !important;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 1.6rem;
  min-width: 400px;
}
#discount-dialog::backdrop,
#detail-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
@font-face {
  font-family: ProximaNova;
  src: url(./fonts/ProximaNovaBold.otf?fcaab2524c5baabd71f6c808f6b129ed);
  font-weight: bold;
}
.events-cards .event-card {
  height: 200px;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}
.events-cards .event-card__image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.events-cards .event-card__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  font-family: 'ProximaNova';
  color: black;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
}
.events-cards .event-card__title-icon {
  margin-left: 8px;
  vertical-align: middle;
}
.events-cards .event-card__title-icon svg {
  width: 20px;
  height: 20px;
}
.events-cards .event-card .white {
  color: white;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #262626 100%);
}
.events-cards .event-card:hover {
  box-shadow: 0px 4.0402298px 4.0402298px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid var(--copy, #58595B);
}
.events-cards .event-card:hover .event-card__title {
  text-decoration: underline;
}
.events-cards .col-md-6 .event-card {
  height: 320px;
}
.events-cards .col-md-6 .event-card__title {
  font-size: 30px;
  line-height: 30px;
}
@media (min-width: 1170px) {
  .events-cards .col-lg-3 .event-card {
    height: 200px !important;
  }
  .events-cards .col-lg-3 .event-card__title {
    font-size: 21px;
    line-height: 21px;
  }
}
.events-cards .col-md-4 .event-card {
  height: 275px;
}
.mobile-only {
  display: none;
}
.container {
  width: 1170px;
  max-width: inherit;
}
.tablet header {
  border-bottom: 1px solid #CCCCCC;
}
.tablet .bnr.bnr-top {
  display: none;
}
.tablet.InternationalPage header,
.tablet.InternationalHomePage header,
.tablet.BranchPage header,
.tablet.BranchHomePage header {
  border-bottom: none;
}
.tablet.InternationalPage .bnr.bnr-top,
.tablet.InternationalHomePage .bnr.bnr-top,
.tablet.BranchPage .bnr.bnr-top,
.tablet.BranchHomePage .bnr.bnr-top {
  display: block;
}
.tablet .overlay {
  box-shadow: inset 0 -7px 15px -7px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 480px) {
  .mobile-only {
    display: unset;
  }
  .container {
    width: 100%;
  }
  body {
    min-width: 100%;
  }
  .breadcrumbs {
    padding-top: 0;
  }
  img {
    max-width: 100%;
    height: auto !important;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  img.right {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto 15px;
  }
  .captionImage.right {
    float: none;
    text-align: center;
    margin: 0;
  }
  .captionImage.right img {
    margin: 0 auto;
  }
  .captionImage.right p {
    margin-bottom: 15px;
  }
  .pagination .pagination-block {
    border: none;
    width: auto;
    height: auto;
    padding: 6px 7px;
  }
  .pagination span.pagination-block {
    color: #2C7AAB;
    font-weight: 600;
  }
  .overlay {
    width: 80%;
    left: 10%;
    height: 80%;
    top: 10%;
  }
  .overlay .content {
    padding: 20px;
  }
  .overlay .content .cancel {
    float: none;
    margin-bottom: 25px;
    display: block;
    padding: 0;
    text-align: center;
  }
  .overlay .content button {
    width: 100%;
    margin: 0;
    font-size: 0.85em;
    padding: 16px 15px;
  }
  header {
    position: relative;
  }
  header .brand {
    margin: 20px 10px;
    float: none;
  }
  header .brand .brand-image {
    height: 60px;
    width: 59px;
    background-repeat: no-repeat;
    background-image: url(./images/mobile-logo.png?79efcca7d207699ab6aec9b14c719e29);
  }
  header .brand .brand-title {
    font-size: 1.1em;
    line-height: 21px;
    padding-top: 0;
    width: 135px;
  }
  header .menu-icon {
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
  }
  header .menu-icon.open {
    color: #2C7AAB;
  }
  header .menu-icon:hover i {
    color: #2C7AAB;
    transition: color 300ms ease;
  }
  header .menu-icon i {
    font-size: 1.8em;
    transition: color 300ms ease;
  }
  header .float-right {
    float: none;
  }
  header .parent-mobile-container {
    overflow: auto;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
  header .nav-search {
    overflow-y: auto;
    height: 0;
    position: relative;
    margin: 0 -15px;
    transition: height 500ms ease;
  }
  header .nav-search.open > .nav-search-inner {
    position: absolute;
    height: 100%;
  }
  header .nav-search .nav-search-inner {
    position: absolute;
    top: 0;
  }
  header .hdr-navbar .hdr-navigation {
    padding-top: 0;
  }
  header .hdr-navbar .hdr-navigation ul li {
    display: block;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #CCCCCC;
    background-color: #EEEEEE;
  }
  header .hdr-navbar .hdr-navigation ul li.open {
    background-color: #003F77;
  }
  header .hdr-navbar .hdr-navigation ul li.open > a {
    color: #FFFFFF;
  }
  header .hdr-navbar .hdr-navigation ul li.open .subnav-toggle i:before {
    content: "\f077";
  }
  header .hdr-navbar .hdr-navigation ul li a {
    padding: 20px;
    display: block;
    text-transform: uppercase;
    font-size: 1.24em;
  }
  header .hdr-navbar .hdr-navigation ul li a.contact {
    background: none;
    border-radius: 0;
    border: none;
  }
  header .hdr-navbar .hdr-navigation ul li .subnav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.1em;
  }
  header .hdr-navbar .hdr-navigation ul li .subnav {
    display: block;
    height: 0;
    overflow: hidden;
    position: static;
    width: 100%;
    transition: height 500ms ease;
  }
  header .hdr-navbar .hdr-navigation ul li .subnav li {
    background-color: #FFFFFF;
  }
  header .hdr-navbar .hdr-navigation ul li .subnav li a {
    font-weight: 600;
  }
  header .hdr-navbar .hdr-navigation ul li .subnav li a:hover {
    background-color: #fbfbfb;
  }
  header .hdr-utility {
    position: static;
    background-color: #EEEEEE;
    padding: 15px 15px 30px;
  }
  header .hdr-utility #SearchForm_SearchForm {
    max-width: 100%;
    margin: 0;
    float: none;
    padding: 0;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
  }
  header .hdr-utility #SearchForm_SearchForm input {
    width: 100%;
    height: 40px;
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
  }
  header .hdr-utility #SearchForm_SearchForm button {
    height: 40px;
    width: 45px;
  }
  header .hdr-utility #SearchForm_SearchForm button i {
    font-size: 1.3em;
    line-height: 27px;
  }
  header .hdr-utility .hdr-login {
    float: none;
    display: block;
    padding: 10px 15px;
    background-color: #2C7AAB;
    color: #FFFFFF;
    line-height: 1;
  }
  header .hdr-utility .hdr-login:hover {
    background-color: #003F77;
    color: #FFFFFF;
  }
  header .hdr-utility .hdr-login i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 15px;
  }
  footer {
    background-color: #404041;
  }
  footer .bnr.bnr-clinician {
    padding: 50px 0 0;
  }
  footer .bnr.bnr-clinician .col-xs-12 {
    padding: 0;
  }
  footer .bnr.bnr-clinician .col-xs-12 p {
    font-size: 1.65em;
    width: 100%;
  }
  footer .bnr.bnr-clinician .col-xs-12 a {
    display: block;
    margin: 0 -15px;
    border-radius: 0;
  }
  footer .little-giant-link {
    text-align: center;
    display: block;
    float: none;
    margin: 30px 0 15px;
  }
  footer .branches {
    display: none;
  }
  footer .copyright {
    text-align: center;
  }
  .shopnowbox,
  .contactusbox,
  .branchdirectorybox,
  .dipmdtbox,
  .generalinformationbox {
    text-align: center;
  }
  .shopnowbox .p-l50,
  .contactusbox .p-l50,
  .branchdirectorybox .p-l50,
  .dipmdtbox .p-l50,
  .generalinformationbox .p-l50 {
    padding-left: 15px;
  }
  .shopnowbox .m-t10,
  .contactusbox .m-t10,
  .branchdirectorybox .m-t10,
  .dipmdtbox .m-t10,
  .generalinformationbox .m-t10 {
    margin-top: 20px;
  }
  .shopnowbox .btn,
  .contactusbox .btn,
  .branchdirectorybox .btn,
  .dipmdtbox .btn,
  .generalinformationbox .btn {
    width: 100%;
    display: block;
    float: none;
    margin-right: none;
  }
  .shopnowbox .title,
  .contactusbox .title,
  .branchdirectorybox .title,
  .dipmdtbox .title,
  .generalinformationbox .title {
    line-height: 1.2;
  }
  .step-btns .col-xs-4 {
    padding: 0 1px;
  }
  .step-btns .btn-step {
    width: 100%;
  }
  .certifiedclinicdirectorybox .p-l50 {
    padding-left: 15px;
  }
  .certifiedclinicdirectorybox .btn {
    width: 100%;
    display: block;
  }
  .explorebenefitsbox {
    padding: 20px;
    background-size: cover;
  }
  .explorebenefitsbox .p-l50 {
    padding-left: 15px;
  }
  .explorebenefitsbox .btn {
    display: block;
    width: 100%;
  }
  .our-vision {
    text-align: center;
  }
  .our-vision img {
    margin-bottom: 20px;
  }
  .applybox {
    text-align: center;
  }
  .applybox .p-l50 {
    padding-left: 15px;
  }
  .applybox .btn.m-t10 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .applybox a.btn {
    display: block;
    width: 100%;
    float: none;
  }
  .diplomabrochuredownload {
    text-align: center;
  }
  .diplomabrochuredownload .title {
    margin: 0 0 5px;
  }
  .book-links .brand-light-blue {
    text-align: center;
  }
  .book-links .brand-light-blue i {
    display: block;
    margin: 0 auto 15px;
  }
  .clinic-application .left {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .clinic-application .right {
    display: block;
    text-align: center;
    margin-left: 0;
  }
  .clinic-application .right img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .branch-links .branch-links-title {
    margin-bottom: 15px;
  }
  .branch-links .branch-links-list {
    margin-bottom: 30px;
  }
  .bnr.bnr-large {
    min-height: 0;
    padding: 0;
    position: relative;
    margin-bottom: 3px;
    height: auto;
  }
  .bnr.bnr-large .carousel .item {
    height: auto;
    min-height: 290px;
  }
  .bnr.bnr-large .carousel .item .carousel-caption {
    padding: 30px 15px 53px;
    min-height: 160px;
    text-align: center;
    position: static;
  }
  .bnr.bnr-large .carousel .item .carousel-caption h2 {
    font-size: 1.45em;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .bnr.bnr-large .carousel .item .carousel-caption p {
    font-size: 0.8em;
    line-height: 1.4;
    padding: 0;
    margin-bottom: 45px;
  }
  .bnr.bnr-large .carousel .item .carousel-caption a {
    margin: 0 -15px;
    display: block;
    text-align: right;
    padding: 16px 15px;
  }
  .bnr.bnr-large .carousel .item .carousel-caption .btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 0;
    padding: 16px 30px;
  }
  .bnr.bnr-large .carousel .carousel-indicators {
    bottom: 60px;
    text-align: center;
  }
  .quicklinks .qkl {
    display: block;
  }
  .quicklinks .qkl:first-child {
    border: none;
    border-bottom: 1px solid #eeeeee;
  }
  .quicklinks .qkl:last-child {
    border: none;
    border-top: 1px solid #eeeeee;
  }
  .bnr.bnr-home {
    padding: 50px 0;
  }
  .bnr.bnr-home p {
    margin-bottom: 0;
  }
  .bnr.bnr-home + hr {
    margin: 0;
  }
  .new-links {
    padding: 50px 0;
  }
  .new-links div {
    padding-bottom: 20px;
  }
  .new-links div:before,
  .new-links div:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .new-links div:after {
    clear: both;
  }
  .new-links div:before,
  .new-links div:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .new-links div:after {
    clear: both;
  }
  .new-links div h3 {
    font-size: 1.45em;
    margin-bottom: 20px;
  }
  .new-links div img {
    width: 25%;
    max-width: none;
    max-height: none;
    float: left;
    margin: 0;
  }
  .new-links div p {
    width: 66%;
    float: left;
    padding-left: 15px;
  }
  .new-links div .read-more {
    position: static;
    display: block;
    text-align: right;
  }
  .new-links div .link-wrap {
    padding: 0;
  }
  .sidebar {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sidebar .quicklinks {
    margin: 0 -15px;
  }
  .sidebar .quicklinks .qkl {
    margin: 0;
  }
  .sidebar .quicklinks .qkl div {
    display: inline-block;
    width: 75%;
  }
  .sidebar .quicklinks .qkl .i-notepad,
  .sidebar .quicklinks .qkl .i-clinicians,
  .sidebar .quicklinks .qkl .i-clipboard,
  .sidebar .quicklinks .qkl .i-patients {
    display: inline-block;
    vertical-align: top;
    float: none;
  }
  .feature-segment {
    margin-top: 30px;
  }
  .upcoming-courses .register a,
  .upcoming-courses .view-all {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .upcoming-courses table {
    display: block;
  }
  .upcoming-courses table thead {
    display: none;
  }
  .upcoming-courses table tbody {
    display: block;
  }
  .upcoming-courses table tr {
    display: flex;
    flex-direction: column;
  }
  .bnr.bnr-top {
    height: 160px;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 0 40px;
    background-color: #FFFFFF;
  }
  .bnr.bnr-top .title {
    text-shadow: none;
    color: #2C7AAB;
    font-size: 1.65em;
  }
  .bnr.bnr-top .lead {
    font-size: 1.24em;
    text-shadow: none;
    color: #2C7AAB;
  }
  .sidebar {
    display: none;
  }
  .sidebar.world-press-sidebar {
    display: block;
  }
  .sidebar.world-press-sidebar .section-menu {
    display: none;
  }
  .BranchHomePage .sidebar,
  .InternationalHomePage .sidebar {
    margin-bottom: 30px;
    display: block;
  }
  .content {
    padding-bottom: 30px;
  }
  .content a {
    word-wrap: break-word;
  }
  .content a.btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .content .membership-application {
    display: block;
  }
  .content .membership-application span {
    display: block;
  }
  .content .membership-application .left {
    font-size: 0.8em;
  }
  .content .membership-application .right {
    margin: 0;
  }
  .content .membership-application .right img {
    margin-left: 0;
    margin-top: 10px;
  }
  .content table tr td .list-heading-bold {
    min-width: 0;
    padding-right: 15px;
    display: inline-block;
    white-space: nowrap;
  }
  .content table tr td strong a {
    font-size: 0.8em;
  }
  .content table tr td.brand-blue strong {
    padding-right: 15px;
    display: inline-block;
    white-space: nowrap;
  }
  ul.left {
    float: none;
    width: 100%;
  }
  .find-clinician #clinician-map {
    height: 300px;
  }
  .find-clinician button {
    margin-left: 0;
    width: 100%;
  }
  .find-clinician .filters-container {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .find-clinician .AddressFilter__input {
    width: 100%;
    margin-right: 0 !important;
  }
  .find-clinician .AddressFilter__input select,
  .find-clinician .AddressFilter__input .chosen-container {
    width: 100% !important;
  }
  .find-clinician .search-controls .options-container {
    margin-bottom: 20px;
    width: 100%;
  }
  .find-clinician .search-controls .options-container .options {
    position: relative;
    top: -1px;
  }
  .research-resources .research-menu .menu-item-container {
    width: 100%;
    margin-bottom: 15px;
  }
  .research-resources .research-menu .menu-item-container .arrow {
    display: none;
  }
  .research-resources .guidelines {
    margin-top: 20px;
  }
  .find-course .course-search .filter-option {
    margin-top: 20px;
  }
  .find-course .course-search .pills .pill {
    margin-bottom: 10px;
  }
  .find-course .course-search .options {
    position: relative;
    top: -1px;
  }
  .courses-overview .course-overview {
    margin-bottom: 80px;
  }
  .courses-overview .course-overview h2 {
    margin-bottom: 30px;
  }
  .courses-overview .course-overview .btn-open {
    border: none;
    box-shadow: none;
    background-color: transparent;
    color: transparent;
    width: 20px;
    position: relative;
  }
  .courses-overview .course-overview .btn-open i {
    color: #2C7AAB;
    position: absolute;
    left: 0;
    top: 0;
  }
  .courses-overview .course-overview .btn-open i:after {
    content: "View overview";
    font-family: "proxima-nova", sans-serif;
    font-size: 0.8em;
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 60px;
    margin-left: -30px;
    white-space: normal;
  }
  .courses-overview .course-overview .content .btn-clear {
    left: 0;
    right: auto;
    box-shadow: none;
    padding: 20px 0;
  }
  .faqs .faq-holder .faq-title {
    position: relative;
    padding-right: 30px;
  }
  .faqs .faq-holder .faq-title i {
    float: none;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
  .content .past-event {
    padding: 15px 0;
  }
  .content .past-event a.btn {
    padding: 0;
    border: none;
    font-size: 0.906em;
    width: 80%;
    white-space: normal;
    text-align: left;
    padding-right: 30px;
    position: relative;
    height: auto;
    margin-top: 20px;
    box-shadow: none;
  }
  .content .past-event a.btn:hover {
    background-color: transparent;
    color: #2C7AAB;
  }
  .content .past-event a.btn i {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
  }
  .past-event .gallery h3 span {
    display: block;
    float: none;
  }
  .past-event .gallery .row {
    margin-bottom: 0;
  }
  .past-event .gallery .gallery-image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
  }
  .governance .person .btn {
    position: static;
  }
  .governance .person img {
    text-align: center;
    margin: 0 auto;
  }
  .awards .latest .latest-award-content .btn {
    margin-top: 20px;
  }
  .awards .recipient .inner {
    padding: 20px 0;
  }
  .awards .recipient .inner .pad {
    padding-top: 0;
  }
  .news .box {
    padding: 0;
    background-color: transparent;
  }
  .news .box h1 {
    color: #2C7AAB;
    margin-bottom: 15px;
  }
  .news .box .float-left {
    float: none;
  }
  .news .box .float-right {
    float: none;
    background-color: #008FBE;
    padding: 15px;
  }
  .news .box .options-container {
    float: none;
  }
  .news .box .options-container .filter-option {
    min-width: 0;
    width: 100%;
  }
  .news .box .options-container .options {
    width: 100%;
    position: relative;
    top: -1px;
  }
  .news .box form {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
  .news .box form .form-group {
    float: none;
    display: inline-block;
    width: 80%;
  }
  .news .box form button {
    float: none;
    display: inline-block;
    width: 10%;
  }
  .news .news-list .row .date {
    width: 100%;
  }
  .news .news-list .row img {
    margin-top: 15px;
  }
  .news .news-list .row .category {
    text-align: center;
  }
  .news .news-list .row h2 {
    margin-bottom: 20px;
  }
  .news .news-listing img.img-responsive {
    margin: 0 auto 15px;
  }
  .contact .contact-title {
    background-size: cover;
  }
  .contact .contact-form {
    margin-bottom: 30px;
  }
  .contact .form-submit {
    float: none;
  }
  .contact .form-submit #contact-submit {
    display: block;
    width: 100%;
  }
  .contact .contact-branch {
    margin: 0 -15px;
  }
  .contact .contact-branch .col-lg-4 {
    padding: 0;
  }
  .contact .contact-branch .col-lg-4 .btn {
    display: block;
    width: 100%;
  }
  .contact .form-success h2 {
    text-align: center;
  }
  .contact .form-success h2 span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .bnr.bnr-member-login {
    padding: 30px 0;
  }
  .bnr.bnr-member-login .form-group {
    width: 100%;
    height: auto;
  }
  .bnr.bnr-member-login .form-group + .form-group {
    margin-left: 0;
  }
  .bnr.bnr-member-login .form-group.form-submit {
    width: 100%;
  }
  .bnr.bnr-member-login .form-group.form-submit #LoginFormSubmit {
    float: none;
    margin-left: 0;
    display: block;
    width: 100%;
  }
  .information-download .border-bottom {
    margin: 30px 0;
  }
  .information-download .border-bottom .download-icon {
    margin: 0 0 10px;
  }
  .information-download .border-bottom .video-icon {
    margin: 0 0 10px;
  }
  .committee .person .btn,
  .staff .person .btn {
    position: static;
  }
  .committee .person img,
  .staff .person img {
    text-align: center;
    margin: 0 auto;
  }
  .structure-title {
    display: none;
  }
  .international-structure {
    display: none;
  }
  .branch-link img {
    float: none;
    padding: 0;
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }
}
@media only screen and (max-width: 480px) and screen and (min-width: 481px) {
  header .brand {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 481px) {
  header .nav-search {
    height: 0;
    overflow: hidden;
    position: relative;
    margin: 0 -15px;
    transition: height 500ms ease;
  }
  header .nav-search .nav-search-inner {
    position: absolute;
    bottom: 0;
  }
}
@media only screen and (max-width: 480px) and (max-width: 480px) {
  header .hdr-navbar-head {
    height: 80%;
  }
}
@media only screen and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) {
  header .brand .brand-image {
    background-size: 59px 60px;
    background-image: url(./images/mobile-logo@2x.png?dc9fbc036b0c255bd03a23114660dc46);
  }
}
@media only screen and (min-width: 481px), only screen and (min-device-pixel-ratio: 2) {
  header .brand .brand-image {
    background-size: 125px 126px;
    background-image: url(./images/logo@2x.png?0b97aabd5dd4209c5056c4cd455bbd26);
  }
}
.international-structure .drop-downs .drop-down-container .branches {
  overflow: hidden;
}
.international-structure .drop-downs .drop-down-container .branches a.branch {
  display: block;
  background-color: white;
}

