/*================================
=            Contents            =
================================*/
/*=====  End of Contents  ======*/
/*================================
=            @imports            =
================================*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #F6F8F9;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #043654;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #01070b;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.img-rounded {
  border-radius: 4px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #F6F8F9;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
  color: #043654;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #043654;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #021723;
}
.text-success {
  color: #fff;
}
a.text-success:hover,
a.text-success:focus {
  color: #e6e6e6;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #043654;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #021723;
}
.bg-success {
  background-color: #71A9CF;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #4b92c2;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #0d476a;
  background-color: #8bbad4;
  border-radius: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  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: #F6F8F9;
}
.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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #71A9CF;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #5e9dc9;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  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::-moz-placeholder {
  color: #999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
  filter: alpha(opacity=100);
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #fff;
}
.has-success .form-control {
  border-color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #e6e6e6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #fff;
  border-color: #fff;
  background-color: #71A9CF;
}
.has-success .form-control-feedback {
  color: #fff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #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;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #67d5bf;
  border-color: #53cfb7;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3fcaae;
  border-color: #23806d;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3fcaae;
  border-color: #32b49a;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3fcaae;
  border-color: #32b49a;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #32b49a;
  border-color: #23806d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #67d5bf;
  border-color: #53cfb7;
}
.btn-primary .badge {
  color: #67d5bf;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #043654;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.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: #01070b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #043654;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 4px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #043654;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 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: #555555;
  background-color: #F6F8F9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #F6F8F9;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #043654;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #F6F8F9;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 80px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 30px 10px;
  font-size: 18px;
  line-height: 20px;
  height: 80px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 15px -10px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  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: 23px;
  margin-bottom: 23px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 23px;
  margin-bottom: 23px;
}
.navbar-btn.btn-sm {
  margin-top: 25px;
  margin-bottom: 25px;
}
.navbar-btn.btn-xs {
  margin-top: 29px;
  margin-bottom: 29px;
}
.navbar-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #0e517b;
  border-color: #0b3d5d;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #67d5bf;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #eeeeee;
  background-color: #0b3d5d;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0b3d5d;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #0b3d5d;
  color: #eeeeee;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #67d5bf;
    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: #eeeeee;
    background-color: #0b3d5d;
  }
  .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: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #67d5bf;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #67d5bf;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #67d5bf;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #67d5bf;
  background-color: #e6e6e6;
}
.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: #043654;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #bbdbec;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #043654;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ededed;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #e6e6e6;
  color: #67d5bf;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #67d5bf;
    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: #67d5bf;
    background-color: #e6e6e6;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #67d5bf;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #67d5bf;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #043654;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #01070b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.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: #043654;
  border-color: #043654;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #71A9CF;
  border-color: #457BA2;
  color: #fff;
}
.alert-success hr {
  border-top-color: #3d6d90;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #043654;
  border-color: #043654;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #2fabf5;
}
.list-group-item-success {
  color: #fff;
  background-color: #71A9CF;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #fff;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #fff;
  background-color: #5e9dc9;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #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: #eee;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #8bbad4;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-default > .panel-heading .badge {
  color: #8bbad4;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-primary {
  border-color: #043654;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #043654;
  border-color: #043654;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #043654;
}
.panel-primary > .panel-heading .badge {
  color: #043654;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #043654;
}
.panel-success {
  border-color: #457BA2;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #71A9CF;
  border-color: #457BA2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #457BA2;
}
.panel-success > .panel-heading .badge {
  color: #71A9CF;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #457BA2;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after,
.container-half:before,
.container-half:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.container-half:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Grouping / Clearing */
.group:after,
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after,
.container-half:after {
  content: " ";
  display: table;
  clear: both;
}
.clear {
  clear: both;
}
/* apply a natural box layout model to all elements, but allowing components to change */
/* IE 7 Needs a polyfill html5please.com/#box-sizing */
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* Gradient Mixin */
/* Implementation
#somediv {
    background-color: BADA55;
    .quick-gradient(top, 0.2);
}
*/
.no-padding {
  padding: 0!important;
}
.no-style {
  list-style: none;
  padding: 0;
}
.inline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-list li {
  float: left;
}
.shadowed {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}
.bg-darker {
  background-color: #F6F8F9;
}
section,
.bg-white {
  background-color: #fff;
}
.remove-margin {
  margin: -15px;
}
.remove-margin img {
  margin-bottom: 30px;
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.fix-bottom-left {
  position: absolute!important;
  bottom: 1em;
  left: 1em;
}
.burger-icon {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.3em;
  /* hide text */
  color: transparent;
  z-index: 2001;
  float: right;
  cursor: pointer;
}
.burger-icon span,
.burger-icon span:before,
.burger-icon span:after {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #7F7F7F;
}
.burger-icon span {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.2s 0.2s;
          transition: background 0.2s 0.2s;
}
.burger-icon span:before,
.burger-icon span:after {
  content: '';
  right: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
          transition: transform 0.2s 0.2s;
}
.burger-icon span:before {
  top: -6px;
}
.burger-icon span:after {
  top: 6px;
}
.burger-icon.nav-is-visible span {
  background: rgba(46, 50, 51, 0);
}
.burger-icon.nav-is-visible span:before,
.burger-icon.nav-is-visible span:after {
  background: #7F7F7F;
}
.burger-icon.nav-is-visible span:before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
      -ms-transform: translateX(4px) translateY(-3px) rotate(45deg);
          transform: translateX(4px) translateY(-3px) rotate(45deg);
}
.burger-icon.nav-is-visible span:after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
      -ms-transform: translateX(4px) translateY(2px) rotate(-45deg);
          transform: translateX(4px) translateY(2px) rotate(-45deg);
}
@media only screen and (min-width: 1170px) {
  .burger-icon {
    display: none;
  }
}
.main-nav {
  height: 90px;
  border-top: none;
}
.main-nav .navbar-header {
  height: 90px;
  margin-left: 0;
  margin-right: 0;
}
.main-nav .navbar-form {
  margin: 0.5em 0 0 0!important;
  text-align: center;
}
.main-nav .login {
  display: none;
}
.main-nav .navbar-nav {
  height: 90px;
}
.main-nav .navbar-nav > li {
  height: 90px;
}
.main-nav .navbar-nav > li a {
  color: #043654;
}
.main-nav .navbar-nav li ul {
  display: none;
}
.main-nav .navbar-nav li:hover ul {
  display: block;
}
.main-nav .navbar {
  border-size: 0;
}
.navbar-brand {
  max-width: 200px;
  padding: 17.5px 0 0 0 !important;
  margin-right: 1.5em;
  display: table-cell;
  height: 90px !important;
  vertical-align: middle;
}
@media screen and (max-width: 1070px) {
  .navbar-brand {
    margin-right: 0;
  }
}
@media screen and (max-width: 1040px) {
  .navbar-brand {
    max-width: 220px;
  }
}
@media screen and (max-width: 1015px) {
  .navbar-brand {
    max-width: 210px;
  }
}
@media screen and (max-width: 995px) {
  .navbar-brand {
    max-width: 195px;
  }
}
@media screen and (max-width: 983px) {
  .navbar-right p {
    display: none;
  }
  .main-nav {
    height: 80px;
  }
  .main-nav .navbar-header {
    height: 80px;
  }
  .main-nav .navbar-form {
    margin: 1.5em 0 0 0!important;
  }
  .main-nav .navbar-nav {
    height: 80px;
  }
  .main-nav .navbar-nav > li {
    height: 80px;
  }
}
@media screen and (max-width: 870px) {
  header .navbar-collapse {
    padding-right: 0;
  }
  .navbar-right {
    padding: 0;
  }
}
@media screen and (max-width: 821px) {
  .navbar-brand {
    width: 140px;
    padding: 25px 0px 0px !important;
  }
}
@media screen and (max-width: 768px) {
  .navbar-brand {
    width: 250px;
    padding: 17.5px 0px 0px !important;
  }
}
navbar-brand .navbar-nav.navbar-right .btn {
  position: relative;
  z-index: 2;
  padding: 4px 20px;
  margin: 10px auto;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}
.navbar-right p {
  margin: 0;
}
.navbar .navbar-collapse {
  position: relative;
  overflow: hidden !important;
}
.navbar .navbar-collapse .navbar-right > li:last-child {
  padding-left: 22px;
}
.navbar .nav-collapse {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding-right: 120px;
  padding-left: 80px;
  width: 100%;
}
.navbar.navbar-default .nav-collapse {
  background-color: #f8f8f8;
}
.navbar.navbar-inverse .nav-collapse {
  background-color: #222;
}
.navbar .nav-collapse .navbar-form {
  border-width: 0;
  box-shadow: none;
}
.nav-collapse > li {
  float: right;
}
.btn.btn-circle {
  border-radius: 50px;
}
.btn.btn-outline {
  background-color: transparent;
}
.navbar-nav.navbar-right .btn:not(.collapsed) {
  background-color: #6f5499;
  border-color: #6f5499;
  color: #ffffff;
}
.navbar.navbar-default .nav-collapse,
.navbar.navbar-inverse .nav-collapse {
  height: auto !important;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
  -webkit-transform: translate(0px, -50px);
      -ms-transform: translate(0px, -50px);
          transform: translate(0px, -50px);
}
.navbar.navbar-default .nav-collapse.in,
.navbar.navbar-inverse .nav-collapse.in {
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}
@media screen and (max-width: 767px) {
  .navbar .navbar-collapse .navbar-right > li:last-child {
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar .nav-collapse {
    margin: 7.5px auto;
    padding: 0;
  }
  .navbar .nav-collapse .navbar-form {
    margin: 0;
  }
  .nav-collapse > li {
    float: none;
  }
  .navbar.navbar-default .nav-collapse,
  .navbar.navbar-inverse .nav-collapse {
    -webkit-transform: translate(-100%, 0px);
        -ms-transform: translate(-100%, 0px);
            transform: translate(-100%, 0px);
  }
  .navbar.navbar-default .nav-collapse.in,
  .navbar.navbar-inverse .nav-collapse.in {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .navbar.navbar-default .nav-collapse.slide-down,
  .navbar.navbar-inverse .nav-collapse.slide-down {
    -webkit-transform: translate(0px, -100%);
        -ms-transform: translate(0px, -100%);
            transform: translate(0px, -100%);
  }
  .navbar.navbar-default .nav-collapse.in.slide-down,
  .navbar.navbar-inverse .nav-collapse.in.slide-down {
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .main-nav .navbar-collapse {
    background-color: #043654;
  }
  .main-nav .navbar-collapse .navbar-nav {
    height: auto;
  }
  .main-nav .navbar-collapse .navbar-nav > li {
    height: auto;
  }
  .main-nav .navbar-collapse .navbar-nav > li a {
    color: #fff;
  }
  .main-nav .navbar-collapse .navbar-nav > li a:hover {
    color: #67d5bf;
  }
  .main-nav .navbar-collapse .navbar-nav .login {
    display: inline-block;
  }
  .main-nav .navbar-collapse .navbar-form.navbar-right {
    display: none;
  }
}
/* Sidebar Nav */
.sidebar-nav .title {
  display: none;
}
.sidebar-nav .year,
.sidebar-nav .month {
  padding-left: 1em;
}
.sidebar-nav .navbar li a,
.sidebar-nav .navbar li li a {
  padding-top: 12px;
  padding-bottom: 12px;
}
/* make sidebar nav vertical */
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
  }
  .sidebar-nav .navbar ul:not {
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .with-sidenav .navbar-default {
    background-color: #C9D1D5;
    background-image: -webkit-linear-gradient(#C9D1D5, #F6F8F9);
    background-image: linear-gradient(#C9D1D5, #F6F8F9);
    min-height: 800px;
  }
  .with-sidenav .navbar-header .navbar-brand {
    display: none;
  }
  .sidebar-nav .title {
    display: block;
    padding: 15px;
    margin: 0;
  }
}
.sidebar-nav .navbar-nav {
  margin-top: 0;
}
.with-sidenav {
  border-top: 8px solid #8CBBD4;
  background-image: url('/img/ThinkstockPhotos-469739863.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}
.with-sidenav > .row > div {
  padding: 0;
}
.with-sidenav .navbar-header .navbar-brand {
  font-weight: 700;
  line-height: 100%;
  margin-left: 1em;
  display: inline-block;
}
.with-sidenav .navbar {
  border-radius: 0;
}
.with-sidenav .navbar-default {
  border: none;
  border-left: 1px solid #D5DBDF;
  background-color: #C9D1D5;
  background-image: -webkit-linear-gradient(#C9D1D5, #F6F8F9);
  background-image: linear-gradient(#C9D1D5, #F6F8F9);
}
.with-sidenav .navbar-default li.selected,
.with-sidenav .navbar-default li.active,
.with-sidenav .navbar-default li:hover {
  position: relative;
  background-color: #043654 !important;
}
.with-sidenav .navbar-default li.selected:after,
.with-sidenav .navbar-default li.active:after,
.with-sidenav .navbar-default li:hover:after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjEsMCwyNjEsNDEyIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoIGZpbGw9IiM4QkRDQ0UiIGQ9Ik0xLjMzMiw1NC44ODYgTDU2LjQ4LDAgTDI2MS41LDIwNiBMNTYuNDgsNDEyIEwxLjMzMiwzNTcuMTEzIEwxNTEuNzI3LDIwNiBaIj48L3BhdGg+PC9zdmc+');
  position: absolute;
  right: 6px;
  top: 12px;
  bottom: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.with-sidenav .navbar-default li.selected a,
.with-sidenav .navbar-default li.active a,
.with-sidenav .navbar-default li:hover a {
  color: #fff!important;
}
.with-sidenav .navbar-default a {
  color: #043654 !important;
  padding-right: 30px;
}
.with-sidenav .navbar-nav ul {
  display: none;
}
.with-sidenav .selected ul {
  display: block;
  background-color: #0975b5 !important;
  padding-left: 0;
}
.with-sidenav .selected ul li.selected {
  background-color: #065585 !important;
}
.with-sidenav .selected ul a {
  display: block;
  margin-left: 1em;
}
@media screen and (max-width: 1199px) {
  .with-sidenav .navbar-header {
    background-image: -webkit-linear-gradient(#043654, #04304a);
    background-image: linear-gradient(#043654, #04304a);
  }
}
.top-menu {
  background-color: #0e517b;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
}
.top-menu a {
  line-height: 2.5;
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #116092;
}
.top-menu ul {
  width: 90%;
  float: left;
}
@media screen and (min-width: 992px) {
  .top-menu {
    border: none;
  }
  .top-menu ul {
    width: 95%;
  }
}
.main-nav {
  z-index: 1000;
}
.main-nav li.selected,
.main-nav li:hover {
  position: relative;
  background-color: #043654 !important;
}
.main-nav li.selected a,
.main-nav li:hover a {
  color: #67d5bf;
}
footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
footer .menu {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
footer .menu:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
}
footer .title {
  margin-bottom: 20px;
  color: #fff;
}
footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
footer li {
  line-height: 1.4;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px -5px;
  padding: 5px;
  width: 90%;
}
footer li:hover {
  background: #3fcaae;
}
footer li a {
  color: #fff;
  border-radius: 3px;
  background: transparent;
}
footer li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 400px) {
  footer .menu {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (min-width: 650px) {
  footer .menu {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}
@media screen and (min-width: 900px) {
  footer .menu {
    -webkit-flex-basis: 19%;
        -ms-flex-preferred-size: 19%;
            flex-basis: 19%;
  }
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #043654;
  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: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #01070b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #043654;
  border-color: #043654;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.photogalleryNavigation {
  display: inline-block;
  padding-left: 0;
  margin: 20px auto;
  border-radius: 3px;
}
.photogalleryNavigation a,
.photogalleryNavigation span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #043654;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.photogalleryNavigation a:first-child,
.photogalleryNavigation span:first-child {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.photogalleryNavigation a:last-child,
.photogalleryNavigation span:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.photogalleryNavigation a:hover,
.photogalleryNavigation span:hover,
.photogalleryNavigation a:focus,
.photogalleryNavigation span:focus {
  z-index: 2;
  color: #01070b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.photogalleryNavigation .active > a,
.photogalleryNavigation .active > span,
.photogalleryNavigation .active > a:hover,
.photogalleryNavigation .active > span:hover,
.photogalleryNavigation .active > a:focus,
.photogalleryNavigation .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #043654;
  border-color: #043654;
  cursor: default;
}
.photogalleryNavigation .disabled > span,
.photogalleryNavigation .disabled > span:hover,
.photogalleryNavigation .disabled > span:focus,
.photogalleryNavigation .disabled > a,
.photogalleryNavigation .disabled > a:hover,
.photogalleryNavigation .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.container .bg-white .photogalleryNavigation a {
  text-decoration: none;
}
/*! Generated by Live LESS Theme Customizer */
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #8bbad4;
  border-color: #eee;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-default > .panel-heading .badge {
  color: #8bbad4;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.panel-feature {
  border-color: #ddd;
}
.panel-feature > .panel-heading {
  color: #333333;
  background-color: #95e9d8;
  border-color: #ddd;
}
.panel-feature > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-feature > .panel-heading .badge {
  color: #95e9d8;
  background-color: #333333;
}
.panel-feature > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #043654;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #043654;
  border-color: #043654;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #043654;
}
.panel-primary > .panel-heading .badge {
  color: #043654;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #043654;
}
.panel-success {
  border-color: #457BA2;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #71A9CF;
  border-color: #457BA2;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #457BA2;
}
.panel-success > .panel-heading .badge {
  color: #71A9CF;
  background-color: #fff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #457BA2;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-contrast {
  border-color: #eee;
}
.panel-contrast > .panel-heading {
  color: #fff;
  background-color: #be71d1;
  border-color: #eee;
}
.panel-contrast > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #eee;
}
.panel-contrast > .panel-heading .badge {
  color: #be71d1;
  background-color: #fff;
}
.panel-contrast > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #eee;
}
.btn-contrast {
  color: #fff;
  background-color: #da8fed !important;
  border: #be71d1 !important;
}
/* Fix for Current page pagination */
.pag-current {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #043654;
  background-color: #8bbad4;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination.webapp {
  width: 100%;
  clear: both;
}
/*

.actions.table-striped {
  > tbody > tr:nth-of-type(odd) {
    background-color: #97BBCF;
  }
}


// Hover effect
//
// Placed here since it has to come after the potential zebra striping

.actions.table-hover {
  > tbody > tr:hover {
    background-color: #7D8E9E;
  }
}

*/
.panel {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.panel .panel-heading {
  padding: 5px;
  border-bottom: 0;
  font-style: italic;
}
.panel .panel-title {
  padding: 12px 35px 10px 15px;
  font-size: 14px;
}
.panel .panel-subheading {
  background-color: #67d5bf;
}
.panel .panel-subheading .panel-meta {
  font-size: 12px;
}
.panel .panel-subtitle {
  padding: 12px 35px 0 15px;
  margin: 0;
}
.panel .panel-meta {
  padding: 0 0 15px 15px;
  line-height: 2;
}
.panel .panel-heading,
.panel .panel-title,
.panel .panel-subheading,
.panel .panel-subtitle,
.panel .panel-meta {
  color: white;
}
.panel .panel-footer {
  bottom: 0;
  vertical-align: middle;
}
.panel .panel-footer .fa {
  color: #3fcaae;
}
.panel > a:not(.btn) {
  font-weight: 400;
  font-style: italic;
  color: #8bbad4;
}
.panel > a:not(.btn):hover {
  color: #5399bf;
}
.panel > a:not(.btn):hover .fa {
  color: #29947e;
}
.panel > img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
.panel.with-nav-tabs .panel-heading {
  padding: 0;
}
.panel-heading {
  background-image: -webkit-linear-gradient(#9ABDD0, #5F9BBE);
  background-image: linear-gradient(#9ABDD0, #5F9BBE);
}
.panel.with-nav-tabs.panel-default .nav-tabs {
  border-bottom: none;
}
.panel.with-nav-tabs.panel-default .nav-tabs > li {
  width: 50%;
  background-color: transparent!important;
  background-image: -webkit-linear-gradient(#9ABDD0, #5F9BBE);
  background-image: linear-gradient(#9ABDD0, #5F9BBE);
}
.panel.with-nav-tabs.panel-default .nav-tabs > li.active a {
  color: #fff;
}
.panel.with-nav-tabs.panel-default .nav-tabs > li.active a:hover {
  background: transparent;
  color: #fff;
}
.panel.with-nav-tabs.panel-default .nav-tabs > li a {
  background-image: -webkit-linear-gradient(#5C9CC0, #598AA3);
  background-image: linear-gradient(#5C9CC0, #598AA3);
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
}
.panel.with-nav-tabs.panel-default .nav-tabs > li a:hover {
  background-image: -webkit-linear-gradient(#4183a8, #476e82);
  background-image: linear-gradient(#4183a8, #476e82);
  color: #fff;
}
.panel .list-group-item {
  border-radius: 0!important;
  position: relative;
  border-color: #3E5973;
  border-right: none;
  border-left: none;
  border-bottom: none;
  padding: 0;
}
.panel .list-group-item a {
  display: block;
}
.panel .list-group-item .padding {
  padding: 1em;
}
.panel .list-group-item:first-child {
  border-top: none;
}
.panel .list-group-item:after {
  content: '';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjEsMCwyNjEsNDEyIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDxwYXRoIGZpbGw9IiM4QkRDQ0UiIGQ9Ik0xLjMzMiw1NC44ODYgTDU2LjQ4LDAgTDI2MS41LDIwNiBMNTYuNDgsNDEyIEwxLjMzMiwzNTcuMTEzIEwxNTEuNzI3LDIwNiBaIj48L3BhdGg+PC9zdmc+');
  position: absolute;
  right: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
}
.panel .list-group {
  color: #3E5973;
  margin-bottom: 0;
}
.panel.with-nav-tabs .nav-justified {
  margin-bottom: -1px;
}
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #777;
  background-color: #ddd;
  border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  background-image: -webkit-linear-gradient(#9ABDD0, #5F9BBE);
  background-image: linear-gradient(#9ABDD0, #5F9BBE);
  color: #fff;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
  background-color: #f5f5f5;
  border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
  color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
  background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
  color: #fff;
  background-color: #555;
}
.panel-alt .panel-heading {
  background-image: -webkit-linear-gradient(#75D2BF, #4fc5ad);
  background-image: linear-gradient(#75D2BF, #4fc5ad);
}
.panel-alt .item-title {
  background-color: #67d5bf;
  padding: 1em;
  color: #fff;
  z-index: 1;
}
.panel-alt .item-title .title {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.panel-contrast .panel-heading {
  background-image: -webkit-linear-gradient(#da8fed, #be71d1);
  background-image: linear-gradient(#da8fed, #be71d1);
}
.panel-contrast .item-title {
  background-color: #da8fed;
}
.panel-feature .panel-heading {
  background-image: -webkit-linear-gradient(#95e9d8, #6be0c8);
  background-image: linear-gradient(#95e9d8, #6be0c8);
}
.panel-dark {
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  color: #043654;
}
.panel-dark .list-group-item {
  background-color: transparent;
}
.panel-contrast.featured-panel {
  overflow: hidden;
  position: relative;
}
.panel-contrast.featured-panel .btn {
  position: absolute;
  bottom: 1em;
  right: 1em;
}
.item-title {
  padding: 1em;
  color: #fff;
  z-index: 1;
}
.item-title .title {
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
}
.tab-pane .item-title {
  background-image: -webkit-linear-gradient(#9ABDD0, #5F9BBE);
  background-image: linear-gradient(#9ABDD0, #5F9BBE);
}
.panel-row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 5px;
}
.panel-row-flex > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.panel-row-flex .featured-panel {
  min-height: 400px;
}
.panel-row-flex.four-columns > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 50%;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
@media screen and (min-width: 740px) {
  .panel-row-flex > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 32%;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    margin: 5px;
  }
  .panel-row-flex > div:last-child {
    margin-right: 0;
  }
  .panel-row-flex.four-columns > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 24%;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
  }
}
.duo-ad {
  color: #fff;
  font-weight: 700;
  margin: 1em;
}
.duo-ad .title {
  color: #fff;
  font-size: 16px;
  padding-right: 15px;
  margin: 0;
  line-height: 1.4;
  position: relative;
  font-style: italic;
}
.duo-ad .title:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMjE2IDE0NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjE2IDE0NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+IDxwYXRoIGZpbGw9IiM2N0Q1QkYiIGQ9Ik0xNjIuMTgsNDEuNTkyYy01LjU5NS05LjU4Ni0xMy4xODUtMTcuMTc2LTIyLjc3MS0yMi43NzFjLTkuNTg4LTUuNTk1LTIwLjA1NS04LjM5Mi0zMS40MDgtOC4zOTIgYy0xMS4zNTIsMC0yMS44MjIsMi43OTctMzEuNDA4LDguMzkyYy05LjU4Nyw1LjU5NC0xNy4xNzcsMTMuMTg0LTIyLjc3MiwyMi43NzFDNDguMjI1LDUxLjE3OSw0NS40MjgsNjEuNjQ5LDQ1LjQyOCw3MyBjMCwxMS4zNTIsMi43OTgsMjEuODIsOC4zOTIsMzEuNDA4YzUuNTk1LDkuNTg1LDEzLjE4NSwxNy4xNzYsMjIuNzcyLDIyLjc3MWM5LjU4Nyw1LjU5NSwyMC4wNTYsOC4zOTIsMzEuNDA4LDguMzkyIGMxMS4zNTIsMCwyMS44MjItMi43OTcsMzEuNDA4LTguMzkyYzkuNTg2LTUuNTk0LDE3LjE3Ni0xMy4xODUsMjIuNzcxLTIyLjc3MWM1LjU5NC05LjU4Nyw4LjM5MS0yMC4wNTcsOC4zOTEtMzEuNDA4IEMxNzAuNTcsNjEuNjQ4LDE2Ny43NzMsNTEuMTc4LDE2Mi4xOCw0MS41OTJ6IE0xNDAuODM0LDc2LjY2NmwtMzYuOTg5LDM2Ljk4OWMtMS4wMzIsMS4wMzItMi4yNTMsMS41NDktMy42NjYsMS41NDkgYy0xLjQxMywwLTIuNjM1LTAuNTE3LTMuNjY3LTEuNTQ4bC04LjMxLTguMzEyYy0xLjAzMi0xLjAzMi0xLjU0OC0yLjI1NC0xLjU0OC0zLjY2NmMwLTEuNDExLDAuNTE2LTIuNjM1LDEuNTQ4LTMuNjY3TDExMy4yMTUsNzMgTDg4LjIwMSw0Ny45ODhjLTEuMDMyLTEuMDMxLTEuNTQ4LTIuMjU0LTEuNTQ4LTMuNjY2YzAtMS40MTIsMC41MTYtMi42MzQsMS41NDgtMy42NjZsOC4zMS04LjMxMiBjMS4wMzMtMS4wMzIsMi4yNTQtMS41NDgsMy42NjctMS41NDhjMS40MTMsMCwyLjYzNSwwLjUxNiwzLjY2NywxLjU0OGwzNi45ODksMzYuOTg5YzEuMDMyLDEuMDMxLDEuNTQ4LDIuMjU0LDEuNTQ4LDMuNjY2IFMxNDEuODY2LDc1LjYzNCwxNDAuODM0LDc2LjY2NnoiLz4gPC9zdmc+');
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: '';
  background-size: cover;
  background-position: -5px 0;
}
.duo-ad .panel-body {
  background-image: -webkit-linear-gradient(#457BA2, #3d6d90);
  background-image: linear-gradient(#457BA2, #3d6d90);
}
.duo-ad .panel-footer {
  background-image: -webkit-linear-gradient(#71A9CF, #5e9dc9);
  background-image: linear-gradient(#71A9CF, #5e9dc9);
  border: none;
  font-size: 13px;
}
.duo-ad .panel-body a:hover,
.duo-ad .panel-body a:-webkit-any-link:hover {
  text-decoration: none !important;
  color: #ccc;
}
.publication {
  margin-bottom: 0;
}
.publication .remove-margin {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.publications .publication {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.publications .publication .btn {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
  top: auto;
  margin: auto;
}
.btn-action {
  position: relative;
  padding-right: 30px;
}
.btn-action:after {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAyMTYgMTQ2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMTYgMTQ2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE2Mi4xOCw0MS41OTJjLTUuNTk1LTkuNTg2LTEzLjE4NS0xNy4xNzYtMjIuNzcxLTIyLjc3MWMtOS41ODgtNS41OTUtMjAuMDU1LTguMzkyLTMxLjQwOC04LjM5MgoJYy0xMS4zNTIsMC0yMS44MjIsMi43OTctMzEuNDA4LDguMzkyYy05LjU4Nyw1LjU5NC0xNy4xNzcsMTMuMTg0LTIyLjc3MiwyMi43NzFDNDguMjI1LDUxLjE3OSw0NS40MjgsNjEuNjQ5LDQ1LjQyOCw3MwoJYzAsMTEuMzUyLDIuNzk4LDIxLjgyLDguMzkyLDMxLjQwOGM1LjU5NSw5LjU4NSwxMy4xODUsMTcuMTc2LDIyLjc3MiwyMi43NzFjOS41ODcsNS41OTUsMjAuMDU2LDguMzkyLDMxLjQwOCw4LjM5MgoJYzExLjM1MiwwLDIxLjgyMi0yLjc5NywzMS40MDgtOC4zOTJjOS41ODYtNS41OTQsMTcuMTc2LTEzLjE4NSwyMi43NzEtMjIuNzcxYzUuNTk0LTkuNTg3LDguMzkxLTIwLjA1Nyw4LjM5MS0zMS40MDgKCUMxNzAuNTcsNjEuNjQ4LDE2Ny43NzMsNTEuMTc4LDE2Mi4xOCw0MS41OTJ6IE0xNDAuODM0LDc2LjY2NmwtMzYuOTg5LDM2Ljk4OWMtMS4wMzIsMS4wMzItMi4yNTMsMS41NDktMy42NjYsMS41NDkKCWMtMS40MTMsMC0yLjYzNS0wLjUxNy0zLjY2Ny0xLjU0OGwtOC4zMS04LjMxMmMtMS4wMzItMS4wMzItMS41NDgtMi4yNTQtMS41NDgtMy42NjZjMC0xLjQxMSwwLjUxNi0yLjYzNSwxLjU0OC0zLjY2N0wxMTMuMjE1LDczCglMODguMjAxLDQ3Ljk4OGMtMS4wMzItMS4wMzEtMS41NDgtMi4yNTQtMS41NDgtMy42NjZjMC0xLjQxMiwwLjUxNi0yLjYzNCwxLjU0OC0zLjY2Nmw4LjMxLTguMzEyCgljMS4wMzMtMS4wMzIsMi4yNTQtMS41NDgsMy42NjctMS41NDhjMS40MTMsMCwyLjYzNSwwLjUxNiwzLjY2NywxLjU0OGwzNi45ODksMzYuOTg5YzEuMDMyLDEuMDMxLDEuNTQ4LDIuMjU0LDEuNTQ4LDMuNjY2CglTMTQxLjg2Niw3NS42MzQsMTQwLjgzNCw3Ni42NjZ6Ii8+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  content: '';
  background-size: cover;
}
.img-panel {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 350px;
}
.img-panel .panel-body {
  color: #043654;
  position: absolute;
  bottom: 0;
}
.img-panel .panel-body.regional {
  bottom: auto;
}
.img-panel .panel-body.regional .title {
  margin-bottom: 0.5em;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}
.img-panel .panel-body.regional p {
  width: 50%;
  text-shadow: 0 1px 1px #ffffff;
}
@media screen and (max-width: 400px) {
  .img-panel .panel-body.regional .title {
    font-size: 1.8rem;
  }
  .img-panel .panel-body.regional p {
    font-size: 1.55rem;
    width: 80%;
  }
}
@media screen and (min-width: 740px) and (max-width: 950px) {
  .img-panel .panel-body.regional .title {
    font-size: 1.5rem;
  }
  .img-panel .panel-body.regional p {
    font-size: 1.4rem;
    width: 80%;
  }
}
@media screen and (min-width: 950px) {
  .img-panel .panel-body.regional p {
    width: 70%;
  }
}
.social-container i {
  bottom: auto;
  width: 40px;
  height: 40px;
  top: 1.5em;
}
.social-container a {
  color: #fff;
  text-decoration: none;
}
.social-container .container-half {
  margin: 1.5em 0;
}
.social-container .container-half > div {
  padding-left: 4em;
}
.facebook {
  background-image: -webkit-linear-gradient(#3A5898, #334d86);
  background-image: linear-gradient(#3A5898, #334d86);
  color: #fff;
}
.facebook .container-half {
  float: left;
}
.twitter {
  background-image: -webkit-linear-gradient(#00ADF0, #009bd7);
  background-image: linear-gradient(#00ADF0, #009bd7);
  color: #fff;
}
.twitter .container-half {
  float: right;
}
.twitter iframe .p-nickname {
  color: #000!important;
}
i.twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00NjIgMTI4LjJjLTE1LjIgNi43LTMxLjQgMTEuMy00OC41IDEzLjMgMTcuNC0xMC41IDMwLjktMjcgMzcuMi00Ni44IC0xNi4zIDkuNy0zNC40IDE2LjctNTMuNyAyMC41IC0xNS40LTE2LjQtMzcuNC0yNi43LTYxLjctMjYuNyAtNTQuNiAwLTk0LjcgNTAuOS04Mi4zIDEwMy44IC03MC4yLTMuNS0xMzIuNS0zNy4yLTE3NC4yLTg4LjMgLTIyLjEgMzgtMTEuNSA4Ny43IDI2LjIgMTEyLjkgLTEzLjktMC40LTI2LjktNC4yLTM4LjMtMTAuNiAtMC45IDM5LjIgMjcuMSA3NS44IDY3LjggODMuOSAtMTEuOSAzLjItMjQuOSA0LTM4LjIgMS40IDEwLjggMzMuNiA0MiA1OCA3OSA1OC43QzEzOS42IDM3OC4zIDk0LjggMzkwLjcgNTAgMzg1LjRjMzcuNCAyNCA4MS44IDM4IDEyOS42IDM4IDE1Ni45IDAgMjQ1LjYtMTMyLjYgMjQwLjMtMjUxLjRDNDM2LjMgMTYwLjEgNDUwLjcgMTQ1LjIgNDYyIDEyOC4yeiIvPjwvc3ZnPg==');
}
i.facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yMDQuMSAxODQuN2gtNDMuMXY3MC40aDQzLjFWNDYyaDgzVjI1NC4yaDU3LjlsNi4yLTY5LjVoLTY0YzAgMCAwLTI2IDAtMzkuNiAwLTE2LjQgMy4zLTIyLjkgMTkuMS0yMi45IDEyLjggMCA0NC45IDAgNDQuOSAwVjUwYzAgMC00Ny4zIDAtNTcuNCAwIC02MS43IDAtODkuNiAyNy4yLTg5LjYgNzkuMkMyMDQuMSAxNzQuNiAyMDQuMSAxODQuNyAyMDQuMSAxODQuN3oiLz48L3N2Zz4=');
}
.icon {
  content: '';
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#accordion .panel-heading a {
  text-decoration: none;
}
#accordion .panel-heading a:hover,
#accordion .panel-heading a[aria-expanded="true"] {
  text-shadow: -1px -1px 1px #0E517B;
  -webkit-transition: all 0.4s;
          transition: all 0.4s;
}
.footer-panels {
  background: -webkit-linear-gradient(#E5E5E5, #F4F5F8);
  background: linear-gradient(#E5E5E5, #F4F5F8);
  padding: 2em 0;
}
.footer-panels .panel-row {
  padding-top: 0;
}
.panel-conference .panel-body {
  background-image: -webkit-linear-gradient(#53809E, #457BA2);
  background-image: linear-gradient(#53809E, #457BA2);
  min-height: 6em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.panel-conference .panel-body:hover {
  text-decoration: underline;
}
.panel-regionalLinks {
  overflow: scroll;
}
.panel-regionalLinks ul#myMenu1List {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.panel-advert {
  padding: 0 !important;
  margin: 0;
  box-sizing: border-box;
  height: auto;
}
.panel-advert .grid-item-footer,
.panel-advert .grid-item-preview {
  display: none;
}
.main-carousel .carousel {
  height: 450px;
}
.main-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  height: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  font-size: 10px;
  font-size: 1rem;
}
.main-carousel .carousel-indicators li,
.main-carousel .carousel-indicators li.active {
  background-color: #3c7fa3;
  background-image: -webkit-linear-gradient(#bbdbec, #5399bf);
  background-image: linear-gradient(#bbdbec, #5399bf);
  display: inline-block;
  float: left;
  width: 33.33%;
  height: 100%;
  margin: 0;
  padding: 1em;
  color: #fff;
  text-indent: 0;
  border: none;
  border-radius: 0;
}
.main-carousel .carousel-indicators li.active {
  background-color: #043654;
  background-image: -webkit-linear-gradient(#05466c, #03263c);
  background-image: linear-gradient(#05466c, #03263c);
  position: relative;
}
.main-carousel .carousel-indicators li.active:after {
  position: absolute;
  top: -60px;
  bottom: auto;
  right: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: '';
  /* background : red; */
  margin: auto;
  border-top: 30px solid transparent;
  border-bottom: 30px solid #043654;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
.main-carousel .carousel-indicators li.active .title {
  color: #fff;
}
.main-carousel .carousel-indicators .title {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .main-carousel .carousel-indicators .title {
    top: 1em;
    line-height: 1.6;
  }
}
.main-carousel .carousel-indicators h2 + p {
  display: none;
}
.main-carousel .carousel-control {
  display: none;
}
.main-carousel .carousel-inner {
  margin-bottom: 25%;
  height: 75%;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.main-carousel .carousel-inner .item {
  padding: 1em;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.main-carousel .carousel-inner .item .title {
  padding-top: 1em;
}
@media (max-width: 991px) {
  .main-carousel .carousel-inner .item .title {
    padding: 0;
    margin: 0;
  }
}
.main-carousel .item-one .title {
  font-size: 18px;
}
.main-carousel .item-one .carousel-caption {
  left: auto;
  right: 0;
  padding-bottom: 0;
  padding-left: 40%;
  bottom: 0;
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.main-carousel .item-one .carousel-caption .btn {
  margin: 50;
}
@media (max-width: 768px) {
  .main-carousel .item-one .carousel-caption {
    position: relative;
    top: 1em;
    padding-top: 0;
    overflow: hidden;
  }
}
.main-carousel .item-two .intro {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 500;
}
.main-carousel .item-two .content {
  font-size: 12px;
}
.main-carousel .item-two ul {
  color: #043654;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  -webkit-padding-start: 20px;
}
.main-carousel .item-three {
  color: #043654;
}
.main-carousel .item-three ul {
  padding: 0;
  -webkit-padding-start: 20px;
}
.main-carousel .item-three .tab_content {
  max-width: 35em;
}
.main-carousel .item-three .tab_content p {
  max-width: 30em;
}
.main-carousel .item-three .tab_content .title {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .main-carousel .item-three .tab_content span {
    display: none;
  }
}
@media (max-width: 992px) {
  .main-carousel .item-three .tab_content .title {
    margin-bottom: 0;
  }
  .main-carousel .item-three .tab_content ul {
    max-width: 20em;
  }
}
@media screen and (min-width: 768px) {
  .main-carousel .item-one .carousel-caption {
    background-size: contain!important;
    padding-left: 0;
    background-position: center bottom;
  }
  .main-carousel .item-one .carousel-caption .btn {
    margin: 5em 0 3em;
  }
  .main-carousel .carousel-inner .item {
    padding: 1em 3em;
  }
  .main-carousel .carousel-indicators {
    font-size: 1.2rem;
  }
  .main-carousel .carousel-indicators li .title {
    font-size: 1.8rem;
  }
  .main-carousel .carousel-indicators li p {
    display: initial;
    font-size: 1.2rem;
  }
  .main-carousel .item img {
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 280px;
  }
}
@media screen and (min-width: 992px) {
  .main-carousel .carousel-indicators {
    width: 25%;
    height: 100%;
  }
  .main-carousel .carousel-indicators li,
  .main-carousel .carousel-indicators li.active {
    width: 100%;
    height: 33.333%;
  }
  .main-carousel .carousel-indicators li.active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -30px;
    width: 30px;
    height: 30px;
    content: '';
    /* background : red; */
    margin: auto;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #043654;
    border-right: 0px solid transparent;
  }
  .main-carousel .carousel-indicators li.active .title {
    color: #fff;
  }
  .main-carousel .carousel-inner {
    width: 75%;
    margin-bottom: 0%;
    margin-left: 25%;
    height: 100%;
  }
  .main-carousel .item-one .carousel-caption {
    background-size: contain!important;
    padding-left: 0;
    background-position: center bottom;
  }
  .main-carousel .item-one .carousel-caption .btn {
    margin: 5em 0 3em;
  }
}
@media screen and (max-width: 520px) {
  .main-carousel .item-one .carousel-caption {
    padding-left: 0;
    background-image: none !important;
  }
  .main-carousel .item-one .dental-search {
    width: 96%;
    margin: 0 2%;
  }
  .main-carousel .item-two,
  .main-carousel .item-three {
    background-color: #EDEDED;
    background-image: none !important;
    background: -webkit-linear-gradient(45deg, #EDEDED, #CAD5DB);
    background: linear-gradient(45deg, #EDEDED, #CAD5DB);
  }
}
.post {
  width: 100%;
  margin-bottom: 3em;
  padding-bottom: 2em;
  border-bottom: 1px solid #67d5bf;
}
.post .image {
  display: block;
  margin-bottom: 1em;
}
.post .title {
  color: #67d5bf;
  font-size: 20px;
  font-size: 2rem;
}
.post .date {
  font-weight: 700;
  margin: 0.5em 0 1em;
  display: inline-block;
}
@media screen and (min-width: 536px) {
  #grid > #posts .post {
    width: 48%;
    margin-right: 2%;
  }
  #grid > #posts .post:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  #grid > #posts .post {
    width: 48%;
  }
  #grid > #posts .post:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  #grid > #posts .post {
    width: 31.5%;
    margin-right: 1.5%;
  }
  #grid > #posts .post:nth-child(even) {
    margin-right: 1.5%;
  }
  #grid > #posts .post:nth-child(3n) {
    margin-right: 0;
  }
}
/* Custom Google maps */
.map {
  width: 100%;
  height: 400px;
}
.secure-login {
  margin-bottom: 2em;
}
.breadcrumbs {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  float: left;
}
.photogalleryTable {
  margin-bottom: 1em;
  width: 100%;
}
.photogalleryItem {
  padding: 5px;
  width: 50%;
}
.photogalleryItem img {
  width: 95%;
}
@media screen and (min-width: 992px) {
  .photogalleryItem {
    width: 33.3%;
  }
}
@media screen and (min-width: 1200px) {
  .photogalleryItem {
    width: 25%;
  }
}
#lightbox,
#outerImageContainer,
#lightboxImage {
  max-width: 100% !important;
}
#lightbox #outerImageContainer {
  height: auto !important;
}
blockquote.twitter-tweet {
  display: inline-block;
  font-family: Roboto, "Helvetica Neue", "Segoe UI", Calibri, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border-color: #eee #ddd #bbb;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  margin: 10px 5px;
  padding: 0 16px 16px 16px;
  max-width: 468px;
  color: #fff !important;
}
blockquote.twitter-tweet p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
}
blockquote.twitter-tweet a,
blockquote.twitter-tweet a:link {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  outline: 0 none;
}
blockquote.twitter-tweet a:hover,
blockquote.twitter-tweet a:focus {
  text-decoration: underline;
}
blockquote.twitter-tweet a[href^="https://twitter.com"] {
  font-weight: normal;
  color: #fff;
  font-size: 12px;
}
.root.timeline li.tweet a:link {
  color: #fff;
}
.root.timeline li.tweet a:link a:link {
  color: #fff;
}
.tweet .p-author .profile .p-name {
  color: #fff !important;
}
.tweets li {
  color: #fff;
}
.social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .social-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.social-container [class^="col"] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 992px) {
  .social-container .fb_iframe_widget span {
    max-width: 100%;
  }
}
.icon.facebook {
  display: none;
}
.facebook .container-half {
  width: 100%;
  overflow: hidden;
}
.facebook iframe {
  width: 100%;
  float: right;
  border: none;
  overflow: hidden;
  height: 335px;
  background: transparent;
}
@media (min-width: 500px) {
  .facebook iframe {
    width: 95%;
    width: -webkit-calc(40%);
    width: calc(40%);
  }
  .icon.facebook {
    display: block;
  }
}
.icon-instagram {
  background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%237692AF%22%20d%3D%22M12%202.163c3.204%200%203.584.012%204.85.07%203.252.148%204.77%201.69%204.92%204.92.057%201.264.068%201.644.068%204.848%200%203.206-.012%203.585-.07%204.85-.148%203.225-1.663%204.77-4.918%204.92-1.266.057-1.644.07-4.85.07-3.204%200-3.584-.013-4.85-.07-3.26-.15-4.77-1.7-4.918-4.92-.058-1.266-.07-1.645-.07-4.85%200-3.204.013-3.583.07-4.85.15-3.226%201.664-4.77%204.92-4.918%201.265-.057%201.644-.07%204.848-.07zM12%200C8.74%200%208.333.014%207.053.072%202.695.272.273%202.69.073%207.052.013%208.332%200%208.742%200%2012c0%203.26.014%203.668.072%204.948.2%204.358%202.618%206.78%206.98%206.98%201.28.058%201.69.072%204.948.072%203.26%200%203.668-.014%204.948-.072%204.354-.2%206.782-2.618%206.98-6.98.058-1.28.072-1.69.072-4.948%200-3.26-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.98-6.98C15.67.013%2015.26%200%2012%200zm0%205.838c-3.403%200-6.162%202.76-6.162%206.162s2.76%206.163%206.162%206.163%206.162-2.76%206.162-6.163c0-3.403-2.76-6.162-6.162-6.162zM12%2016c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204zm6.406-11.845c-.796%200-1.44.645-1.44%201.44s.644%201.44%201.44%201.44c.795%200%201.44-.645%201.44-1.44s-.645-1.44-1.44-1.44z%22%2F%3E%3C%2Fsvg%3E');
}
.icon-facebook {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM3NjkyQUYiIGQ9Ik0yMDQuMSAxODQuN2gtNDMuMXY3MC40aDQzLjFWNDYyaDgzVjI1NC4yaDU3LjlsNi4yLTY5LjVoLTY0YzAgMCAwLTI2IDAtMzkuNiAwLTE2LjQgMy4zLTIyLjkgMTkuMS0yMi45IDEyLjggMCA0NC45IDAgNDQuOSAwVjUwYzAgMC00Ny4zIDAtNTcuNCAwIC02MS43IDAtODkuNiAyNy4yLTg5LjYgNzkuMkMyMDQuMSAxNzQuNiAyMDQuMSAxODQuNyAyMDQuMSAxODQuN3oiLz48L3N2Zz4=');
}
.icon-twitter {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM3NjkyQUYiIGQ9Ik00NjIgMTI4LjJjLTE1LjIgNi43LTMxLjQgMTEuMy00OC41IDEzLjMgMTcuNC0xMC41IDMwLjktMjcgMzcuMi00Ni44IC0xNi4zIDkuNy0zNC40IDE2LjctNTMuNyAyMC41IC0xNS40LTE2LjQtMzcuNC0yNi43LTYxLjctMjYuNyAtNTQuNiAwLTk0LjcgNTAuOS04Mi4zIDEwMy44IC03MC4yLTMuNS0xMzIuNS0zNy4yLTE3NC4yLTg4LjMgLTIyLjEgMzgtMTEuNSA4Ny43IDI2LjIgMTEyLjkgLTEzLjktMC40LTI2LjktNC4yLTM4LjMtMTAuNiAtMC45IDM5LjIgMjcuMSA3NS44IDY3LjggODMuOSAtMTEuOSAzLjItMjQuOSA0LTM4LjIgMS40IDEwLjggMzMuNiA0MiA1OCA3OSA1OC43QzEzOS42IDM3OC4zIDk0LjggMzkwLjcgNTAgMzg1LjRjMzcuNCAyNCA4MS44IDM4IDEyOS42IDM4IDE1Ni45IDAgMjQ1LjYtMTMyLjYgMjQwLjMtMjUxLjRDNDM2LjMgMTYwLjEgNDUwLjcgMTQ1LjIgNDYyIDEyOC4yeiIvPjwvc3ZnPg==');
}
.icon-linkedin {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUxMiA1MTIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGZpbGw9IiM3NjkyQUYiIGQ9Ik0xNTAuNyAxMDAuN2MwIDI4LTIyLjUgNTAuNy01MC4zIDUwLjcgLTI3LjggMC01MC4zLTIyLjctNTAuMy01MC43QzUwLjEgNzIuNyA3Mi42IDUwIDEwMC40IDUwIDEyOC4xIDUwIDE1MC43IDcyLjcgMTUwLjcgMTAwLjd6TTE0My4zIDE4Ny4zSDU4LjNWNDYyaDg1VjE4Ny4zek0yNzkuMiAxODcuM2gtODEuNVY0NjJoODEuNWMwIDAgMC0xMDEuOSAwLTE0NC4yIDAtMzguNiAxNy44LTYxLjYgNTEuOC02MS42IDMxLjMgMCA0Ni4zIDIyLjEgNDYuMyA2MS42IDAgMzkuNSAwIDE0NC4yIDAgMTQ0LjJoODQuNmMwIDAgMC0xMDAuMyAwLTE3My45cy00MS43LTEwOS4xLTk5LjktMTA5LjEgLTgyLjggNDUuNC04Mi44IDQ1LjRWMTg3LjN6Ii8+PC9zdmc+');
}
footer .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: initial;
  margin-right: 10px;
  margin-right: 1rem;
  text-indent: -99999em;
}
footer .icon a {
  display: block;
}
body {
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #043654;
}
h1.pagetitle {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 1em;
  color: #67d5bf;
}
.title {
  line-height: 1.4;
}
.intro-text {
  font-size: 115%;
  font-weight: 300;
}
.resources a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
table.webform {
  width: 100%;
}
#msform {
  width: 600px;
  margin: 50px auto;
  text-align: center;
  position: relative;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 3px;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;
  /*stacking fieldsets above each other*/
  position: absolute;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}
/*inputs*/
/*buttons*/
/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: uppercase;
  color: #8bbad4;
  margin-bottom: 10px;
}
.fs-subtitle {
  font-weight: normal;
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
}
#progressbar li {
  list-style-type: none;
  color: white;
  text-transform: uppercase;
  font-size: 9px;
  width: 10%;
  float: left;
  position: relative;
}
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 20px;
  line-height: 20px;
  display: block;
  font-size: 10px;
  color: #333;
  background: white;
  border-radius: 3px;
  margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  left: -50%;
  top: 9px;
  z-index: -1;
  /*put it behind the numbers*/
}
#progressbar li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,
#progressbar li.active:after {
  background: #67d5bf;
  color: white;
}
.help-block {
  font-size: .8em;
  color: #7c7c7c;
  text-align: left;
  margin-bottom: .5em;
}
input[type="radio"],
input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-right: 5px;
  height: auto;
}
.form-group.search-box > p,
.form-group.search-box > .form-control {
  display: inline-block;
}
@media only screen and (max-width: 800px) {
  /* Force table to not be like tables anymore */
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  .responsive-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .responsive-table tr {
    border: 1px solid #ccc;
  }
  .responsive-table td {
    /* Behave  like a "row" */
    border: none!important;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%!important;
    white-space: normal;
    text-align: left;
  }
  .responsive-table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  /*
    Label the data
    */
  .responsive-table td:before {
    content: attr(data-title);
  }
}
@media screen and (max-width: 540px) {
  .regional-table [data-title="Email"] {
    padding-left: 8px !important;
    padding-top: 2em !important;
  }
  .meeting-table tbody td {
    padding-left: 8px !important;
    padding-top: 2em!important;
  }
}
@media screen and (max-width: 375px) {
  .account-template .with-sidenav {
    padding-left: 0;
    padding-right: 0;
  }
  .account-template .page-content .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.inset {
  max-width: 100%;
  display: inline-block;
  float: left;
  margin-bottom: 1em;
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 720px) {
  .inset {
    clear: both;
    display: block;
    float: none;
    margin: 0 auto 1em;
  }
}
@media (min-width: 992px) {
  .inset {
    float: right !important;
    margin-right: 0;
    margin-left: 15px;
  }
}
#back-to-top {
  z-index: 4001;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: 1s;
          transition: 1s;
  text-decoration: none;
  color: #bbb;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border-radius: .8em;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}
#back-to-top object {
  display: block;
  width: 80%;
  height: 80%;
  margin: 10%;
  -webkit-transition: 1s;
          transition: 1s;
  pointer-events: none;
}
#back-to-top a:hover {
  color: #000;
}
.fb-avatar {
  border-radius: 0.2em;
  float: left;
  margin-right: 1em;
  margin-top: 0.5em;
}
.twitter-timeline .inline-media {
  display: none;
}
map,
map:focus,
map::focus,
map:active,
map::active,
img.map,
map area,
map area:focus,
map area:active,
map area[shape="poly"]:focus,
.map-container *:focus,
.map-container *:active,
.map-container map area:focus,
map area:focus:active {
  outline: 0 !important;
  outline: none;
  border: 0;
}
.error-group .form-control {
  background-color: #FFB9BC;
}
.error-group .error {
  color: #FF131B;
}
.navbar-mag:before,
.navbar-header:before,
.navbar-mag:after,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-mag:after,
.navbar-header:after {
  clear: both;
}
.navbar-mag:before,
.navbar-header:before,
.navbar-mag:after,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-mag:after,
.navbar-header:after {
  clear: both;
}
.navbar-mag {
  min-height: 130px;
}
.navbar-mag .container {
  margin-top: 1em;
  margin-bottom: 1em;
}
.navbar-mag .magazine-logo img {
  margin-top: 1em;
  max-width: 375px;
}
.navbar-mag .navbar-header ~ .navbar-header .navbar-brand {
  display: block;
  width: 300px;
  max-width: 300px;
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .navbar-mag .navbar-header ~ .navbar-header {
    float: right !important;
  }
  .navbar-mag .navbar-header ~ .navbar-header .navbar-brand {
    max-width: 250px;
  }
}
.issue-filter .hamburger {
  width: 32px;
  height: 26px;
  position: relative;
  -webkit-transition: .3s all;
          transition: .3s all;
  -moz-transition: .3s all;
  cursor: pointer;
}
.issue-filter .hamburger span {
  position: absolute;
  background-color: #043654;
  height: 5px;
  width: 100%;
  -webkit-transition: .3s all;
          transition: .3s all;
  -moz-transition: .3s all;
}
.issue-filter .hamburger span:nth-child(2) {
  top: 7.5px;
}
.issue-filter .hamburger span:last-child {
  top: 15.5px;
}
.issue-select {
  display: block;
  -webkit-appearance: none;
  vertical-align: top;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  border: 1px solid #111;
  background: transparent;
  width: auto;
  padding: 5px;
  font-size: 22px;
  font-weight: 700;
  color: #043654;
  border: 0;
  height: 44px;
  background: url('../img/burger-icon.svg') 0.6% no-repeat #fff;
  background-size: 30px;
  padding-left: 2em;
}
.issue-select span {
  padding-left: 1em !important;
}
.issue-select .st0 {
  fill: #043654;
}
.homepage-link {
  color: #043654;
}
.navbar-brand:hover .homepage-link {
  color: #01070b;
  text-decoration: underline;
}
.magazine-header {
  position: relative;
  margin-top: 3em;
  min-height: 300px;
}
@media (min-width: 768px) {
  .magazine-header {
    margin-top: 4em;
  }
}
.magazine-header > [class^="col"] span,
.magazine-header > [class^="col"] a,
.magazine-header > [class^="col"] h1,
.magazine-header > [class^="col"] p {
  color: #fff;
}
.magazine-header .carousel {
  margin-bottom: 2em;
}
.panel-topstories {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .panel-topstories {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.panel-topstories .media {
  margin-top: 5px;
}
.panel-topstories .media:last-child {
  margin-bottom: 5px;
}
.panel-topstories .media img {
  display: block;
  margin: 0 5px;
}
.panel-topstories .media.General {
  border-right: 10px solid #00afa0;
}
.panel-topstories .media.News {
  border-right: 10px solid #1d6186;
}
.panel-topstories .media.society.news {
  border-right: 10px solid #87bad3;
}
.panel-topstories .media.Clinical {
  border-right: 10px solid #d3d988;
}
.panel-topstories .media.CPD {
  border-right: 10px solid #774c89;
}
.top-story-thumb {
  background: #ccc;
  max-width: 80px;
  max-height: 80px;
  display: inline-block;
  float: left;
  margin-right: 1em;
}
.cat-list {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.cat-marker {
  display: inline;
  margin-right: 0.25em;
  font-weight: 700;
}
.cat-circle {
  fill: #777777;
}
.cat-circle:hover {
  stroke: #5e5e5e;
  stroke-width: 1;
}
.general .cat-circle,
.General .cat-circle {
  fill: #00afa0;
  stroke: #007c71;
}
.news .cat-circle,
.News .cat-circle {
  fill: #1d6186;
  stroke: #14435c;
}
.society-news .cat-circle,
.society.news .cat-circle {
  fill: #87bad3;
  stroke: #62a5c5;
}
.clinical .cat-circle,
.Clinical .cat-circle {
  fill: #d3d988;
  stroke: #c5cd61;
}
.cpd .cat-circle,
.CPD .cat-circle {
  fill: #774c89;
  stroke: #5b3a68;
}
.magazine-grid {
  margin-top: 2em;
  margin-bottom: 2em;
}
.magazine-grid:before,
.magazine-grid:after {
  content: " ";
  display: table;
}
.magazine-grid:after {
  clear: both;
}
.magazine-grid:before,
.magazine-grid:after {
  content: " ";
  display: table;
}
.magazine-grid:after {
  clear: both;
}
.magazine-grid .grid-item {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #67d5bf;
  margin-bottom: 1em;
}
.magazine-grid .grid-item:before,
.magazine-grid .grid-item:after {
  content: " ";
  display: table;
}
.magazine-grid .grid-item:after {
  clear: both;
}
.magazine-grid .grid-item:before,
.magazine-grid .grid-item:after {
  content: " ";
  display: table;
}
.magazine-grid .grid-item:after {
  clear: both;
}
.magazine-grid .grid-item .title {
  margin-bottom: 0;
  color: #67d5bf;
  font-size: 20px;
  font-size: 2rem;
}
.magazine-grid .grid-item .image-wrapper {
  height: 0;
  padding-top: 66.666666%;
  overflow: hidden;
}
.magazine-grid .grid-item .image-wrapper img {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.magazine-grid .grid-item .image-wrapper img:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}
.magazine-grid .grid-item img {
  margin-bottom: 1em;
}
.magazine-grid .grid-item .grid-item-preview {
  position: relative;
  padding: 0 5px;
  margin-bottom: 1em;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .magazine-grid .grid-item .grid-item-preview {
    padding: 0 10px;
  }
}
.magazine-grid .grid-item .fade {
  position: relative;
  width: 100%;
  height: 8px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
.magazine-grid .grid-item-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  z-index: 50;
}
.magazine-grid .grid-item-footer:before,
.magazine-grid .grid-item-footer:after {
  content: " ";
  display: table;
}
.magazine-grid .grid-item-footer:after {
  clear: both;
}
.magazine-grid .grid-item-footer:before,
.magazine-grid .grid-item-footer:after {
  content: " ";
  display: table;
}
.magazine-grid .grid-item-footer:after {
  clear: both;
}
.magazine-grid .grid-item-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2em;
  right: 0;
  left: 0;
  bottom: 1.5em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0.5), #FFFFFF);
}
.magazine-grid .category {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.magazine-grid .date {
  margin-left: 1em;
}
.magazine-grid .clock-icon {
  fill: #043654;
}
@media (min-width: 768px) {
  .magazine-grid .grid-item {
    margin-right: 10px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .magazine-grid .grid-item {
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    height: 300px;
  }
  .magazine-grid > .grid-item:first-child {
    width: -webkit-calc(40% - 10px);
    width: calc(40% - 10px);
  }
  .magazine-grid > .grid-item:first-child,
  .magazine-grid > .grid-item:nth-child(2) {
    height: 610px;
  }
}
.magazine-grid .grid-item.panel-regionalLinks {
  height: 610px;
}
.carousel-control {
  background: none !important;
  -webkit-filter: none !important;
          filter: none !important;
  progid: none !important;
  outline: none !important;
}
.magazine-header .carousel .carousel-indicators {
  position: absolute;
  bottom: -2em;
}
.dh-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 2em;
  margin-bottom: 2em;
}
.dh-grid:before,
.dh-grid:after {
  content: " ";
  display: table;
}
.dh-grid:after {
  clear: both;
}
.dh-grid:before,
.dh-grid:after {
  content: " ";
  display: table;
}
.dh-grid:after {
  clear: both;
}
.dh-grid .grid-item {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  float: left;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 10px;
  margin-left: 10px;
  background: #fff;
  margin-bottom: 1em;
  border: 1px solid #ddd;
  background-size: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: none;
}
.dh-grid .grid-item:before,
.dh-grid .grid-item:after {
  content: " ";
  display: table;
}
.dh-grid .grid-item:after {
  clear: both;
}
.dh-grid .grid-item:before,
.dh-grid .grid-item:after {
  content: " ";
  display: table;
}
.dh-grid .grid-item:after {
  clear: both;
}
@media (min-width: 480px) {
  .dh-grid .grid-item {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}
@media (min-width: 768px) {
  .dh-grid .grid-item {
    -webkit-flex-basis: -webkit-calc(33% - 10px);
        -ms-flex-preferred-size: calc(33% - 10px);
            flex-basis: calc(33% - 10px);
  }
}
@media (min-width: 1200px) {
  .dh-grid .grid-item {
    -webkit-flex-basis: -webkit-calc(25% - 10px);
        -ms-flex-preferred-size: calc(25% - 10px);
            flex-basis: calc(25% - 10px);
  }
  .dh-grid .grid-item:first-child {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}
.grid-item .title {
  margin-bottom: 0;
  color: #67d5bf;
  font-size: 20px;
  font-size: 2rem;
}
.grid-item .category {
  display: inline-block;
  float: left;
  margin-left: 10px;
}
.grid-item .date {
  margin-left: 1em;
}
.grid-item .clock-icon {
  fill: #043654;
}
.dh-grid .grid-item .image-wrapper {
  height: 0;
  padding-top: 66.666666%;
  overflow: hidden;
}
.grid-item .fade {
  position: relative;
  width: 100%;
  height: 8px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0), #FFFFFF);
}
.grid-item-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 700;
  z-index: 50;
}
.grid-item-footer:before,
.grid-item-footer:after {
  content: " ";
  display: table;
}
.grid-item-footer:after {
  clear: both;
}
.grid-item-footer:before,
.grid-item-footer:after {
  content: " ";
  display: table;
}
.grid-item-footer:after {
  clear: both;
}
.grid-item-footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2em;
  right: 0;
  left: 0;
  bottom: 1.5em;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), #FFFFFF);
  background: linear-gradient(rgba(255, 255, 255, 0.5), #FFFFFF);
}
.grid-item.panel-cta {
  background-color: #67d5bf;
  padding: 10px;
  color: #043654;
  font-size: 18px;
  font-weight: 700;
}
.grid-item.panel-cta:hover {
  background-color: #34bca0;
}
.grid-item.panel-advert {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
#guide-list {
  margin: 0 auto;
  display: table;
  min-width: 100%;
}
#guide-list *,
#guide-list *:before,
#guide-list *:after {
  box-sizing: border-box;
}
#guide-list ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0;
  color: #555;
}
#guide-list ul > li {
  list-style: none;
  border-top: 1px solid #ddd;
  display: block;
  padding: 15px;
  overflow: hidden;
}
#guide-list ul > li:hover {
  background: #efefef;
}
#guide-list .expand {
  display: block;
  position: relative;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
#guide-list h2 {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
}
#guide-list span {
  font-size: 12.5px;
}
#guide-list .left,
#guide-list .right {
  display: table;
}
#guide-list .sup {
  display: table-cell;
  vertical-align: middle;
  width: 80%;
}
#guide-list .detail {
  margin: 10px 0 10px 0px;
  display: none;
  line-height: 22px;
  height: 150px;
}
#guide-list .detail span {
  margin: 0;
}
#guide-list .right-arrow {
  margin-top: 65px;
  margin-left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 100%;
  float: right;
  font-weight: bold;
  font-size: 20px;
}
#guide-list .icon {
  height: 75px;
  width: 75px;
  float: left;
  margin: 0 15px 0 0;
}
.guide.listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.guide.listing .expand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.pdf-icon {
  display: inline-block;
  width: 44px;
  height: 56px;
  margin: 0 24px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20%20%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20%20%20version%3D%221.0%22%20%20%20width%3D%22100%25%22%20%20%20height%3D%22100%25%22%20%20%20viewBox%3D%22-1.27293756%20-1.27293756%2044.97712712%2044.97712712%22%20%20%20id%3D%22svg5169%22%3E%20%20%3Cdefs%20%20%20%20%20id%3D%22defs5171%22%3E%20%20%20%20%3CclipPath%20%20%20%20%20%20%20id%3D%22clipPath4409%22%3E%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20d%3D%22M%2073.381%2C96.337%20L%20107.325%2C96.337%20L%20107.325%2C125.475%20L%2073.381%2C125.475%20L%2073.381%2C96.337%20z%20M%2086.439%2C106.848%20C%2087.215%2C108.369%2088.097%2C110.083%2088.802%2C111.803%20L%2088.802%2C111.803%20L%2089.082%2C112.483%20C%2088.16%2C115.991%2087.608%2C118.809%2088.101%2C120.63%20L%2088.101%2C120.63%20C%2088.234%2C121.105%2088.784%2C121.393%2089.373%2C121.393%20L%2089.373%2C121.393%20L%2089.729%2C121.388%20L%2089.762%2C121.388%20L%2089.777%2C121.388%20L%2089.779%2C121.388%20L%2089.788%2C121.388%20L%2089.791%2C121.388%20L%2089.795%2C121.388%20C%2089.799%2C121.388%2089.804%2C121.388%2089.808%2C121.388%20L%2089.808%2C121.388%20C%2090.605%2C121.388%2090.98%2C120.373%2091.023%2C119.978%20L%2091.023%2C119.978%20C%2091.094%2C119.315%2090.787%2C118.193%2090.787%2C118.193%20L%2090.787%2C118.193%20C%2090.787%2C118.645%2090.805%2C119.378%2090.519%2C120.01%20L%2090.519%2C120.01%20C%2090.187%2C120.741%2089.868%2C121.179%2089.583%2C121.247%20L%2089.583%2C121.247%20C%2089.439%2C121.152%2089.299%2C120.952%2089.251%2C120.568%20L%2089.251%2C120.568%20C%2089.153%2C120.033%2089.121%2C119.354%2089.121%2C119.005%20L%2089.121%2C119.005%20C%2089.121%2C117.769%2089.365%2C116.141%2089.842%2C114.46%20L%2089.842%2C114.46%20C%2089.933%2C114.722%2090.012%2C114.971%2090.075%2C115.205%20L%2090.075%2C115.205%20C%2090.173%2C115.574%2090.796%2C118.021%2090.796%2C118.021%20L%2090.796%2C118.021%20C%2090.796%2C118.021%2090.639%2C114.764%2090.42%2C113.78%20L%2090.42%2C113.78%20C%2090.373%2C113.571%2090.321%2C113.366%2090.267%2C113.154%20L%2090.267%2C113.154%20C%2091.055%2C110.953%2092.324%2C108.989%2093.838%2C107.575%20L%2093.838%2C107.575%20C%2094.434%2C107.017%2095.189%2C106.567%2095.902%2C106.156%20L%2095.902%2C106.156%20C%2097.37%2C106.366%2098.728%2C106.473%2099.879%2C106.473%20L%2099.879%2C106.473%20C%2099.951%2C106.473%20100.022%2C106.473%20100.092%2C106.472%20L%20100.092%2C106.472%20C%20101.68%2C106.451%20102.847%2C106.216%20103.318%2C105.751%20L%20103.318%2C105.751%20C%20103.55%2C105.524%20103.645%2C105.252%20103.673%2C104.945%20L%20103.673%2C104.945%20C%20103.681%2C104.827%20103.622%2C104.546%20103.606%2C104.477%20L%20103.606%2C104.477%20C%20103.622%2C104.563%20103.622%2C104.98%20102.346%2C105.387%20L%20102.346%2C105.387%20C%20101.816%2C105.557%20101.043%2C105.634%20100.099%2C105.634%20L%20100.099%2C105.634%20C%2099.255%2C105.634%2098.274%2C105.572%2097.21%2C105.458%20L%2097.21%2C105.458%20C%2099.312%2C104.43%20101.371%2C103.819%20102.511%2C103.819%20L%20102.511%2C103.819%20C%20102.785%2C103.819%20103.007%2C103.854%20103.163%2C103.928%20L%20103.163%2C103.928%20C%20103.36%2C104.024%20103.598%2C104.35%20103.598%2C104.35%20L%20103.598%2C104.35%20C%20103.598%2C104.35%20103.457%2C103.705%20103.354%2C103.546%20L%20103.354%2C103.546%20C%20103.225%2C103.37%20102.969%2C103.18%20102.728%2C103.115%20L%20102.728%2C103.115%20C%20102.533%2C103.064%20102.291%2C103.038%20102.01%2C103.038%20L%20102.01%2C103.038%20C%20100.452%2C103.038%2097.704%2C103.815%2095.26%2C105.211%20L%2095.26%2C105.211%20C%2092.036%2C104.736%2088.494%2C103.859%2085.656%2C102.928%20L%2085.656%2C102.928%20C%2083.256%2C98.721%2081.368%2C96.471%2079.801%2C96.471%20L%2079.801%2C96.471%20C%2079.547%2C96.471%2079.303%2C96.53%2079.065%2C96.649%20L%2079.065%2C96.649%20L%2078.438%2C96.964%20C%2078.182%2C97.111%2078.144%2C97.465%2078.203%2C97.753%20L%2078.203%2C97.753%20C%2078.403%2C98.727%2079.622%2C100.193%2082.073%2C101.656%20L%2082.073%2C101.656%20C%2082.337%2C101.817%2083.512%2C102.437%2083.512%2C102.437%20L%2083.512%2C102.437%20C%2083.512%2C102.437%2082.641%2C101.594%2082.438%2C101.43%20L%2082.438%2C101.43%20C%2080.482%2C99.827%2079.038%2C97.811%2079.074%2C97.028%20L%2079.074%2C97.028%20L%2079.08%2C96.96%20C%2080.743%2C97.197%2083.234%2C100.579%2086.439%2C106.848%20M%2087.454%2C106.329%20C%2086.919%2C105.32%2086.396%2C104.387%2085.912%2C103.528%20L%2085.912%2C103.528%20C%2088.584%2C104.647%2091.459%2C105.363%2094.196%2C105.872%20L%2094.196%2C105.872%20C%2093.828%2C106.126%2093.471%2C106.396%2093.134%2C106.68%20L%2093.134%2C106.68%20C%2091.628%2C107.956%2090.478%2C109.546%2089.647%2C111.222%20L%2089.647%2C111.222%20C%2089.118%2C109.799%2088.489%2C108.288%2087.454%2C106.329%22%20%20%20%20%20%20%20%20%20id%3D%22path4411%22%20%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%20%20%3CclipPath%20%20%20%20%20%20%20id%3D%22clipPath4421%22%3E%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20d%3D%22M%2073.381%2C91.53%20L%20107.325%2C91.53%20L%20107.325%2C96.405%20L%2073.381%2C96.405%20L%2073.381%2C91.53%20z%22%20%20%20%20%20%20%20%20%20id%3D%22path4423%22%20%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%20%20%3CclipPath%20%20%20%20%20%20%20id%3D%22clipPath4433%22%3E%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20d%3D%22M%2088.101%2C120.63%20C%2087.608%2C118.809%2088.16%2C115.991%2089.082%2C112.483%20L%2089.082%2C112.483%20L%2088.802%2C111.803%20C%2088.097%2C110.083%2087.215%2C108.369%2086.439%2C106.848%20L%2086.439%2C106.848%20C%2083.234%2C100.579%2080.743%2C97.197%2079.08%2C96.96%20L%2079.08%2C96.96%20L%2079.074%2C97.028%20C%2079.038%2C97.811%2080.482%2C99.827%2082.438%2C101.43%20L%2082.438%2C101.43%20C%2082.641%2C101.594%2083.512%2C102.437%2083.512%2C102.437%20L%2083.512%2C102.437%20C%2083.512%2C102.437%2082.337%2C101.817%2082.073%2C101.656%20L%2082.073%2C101.656%20C%2079.622%2C100.193%2078.403%2C98.727%2078.203%2C97.753%20L%2078.203%2C97.753%20C%2078.144%2C97.465%2078.182%2C97.111%2078.438%2C96.964%20L%2078.438%2C96.964%20L%2079.065%2C96.649%20C%2079.303%2C96.53%2079.547%2C96.471%2079.801%2C96.471%20L%2079.801%2C96.471%20C%2081.368%2C96.471%2083.256%2C98.721%2085.656%2C102.928%20L%2085.656%2C102.928%20C%2088.494%2C103.859%2092.036%2C104.736%2095.26%2C105.211%20L%2095.26%2C105.211%20C%2097.704%2C103.815%20100.452%2C103.038%20102.01%2C103.038%20L%20102.01%2C103.038%20C%20102.291%2C103.038%20102.533%2C103.064%20102.728%2C103.115%20L%20102.728%2C103.115%20C%20102.969%2C103.18%20103.225%2C103.37%20103.354%2C103.546%20L%20103.354%2C103.546%20C%20103.457%2C103.705%20103.598%2C104.35%20103.598%2C104.35%20L%20103.598%2C104.35%20C%20103.598%2C104.35%20103.36%2C104.024%20103.163%2C103.928%20L%20103.163%2C103.928%20C%20103.007%2C103.854%20102.785%2C103.819%20102.511%2C103.819%20L%20102.511%2C103.819%20C%20101.371%2C103.819%2099.312%2C104.43%2097.21%2C105.458%20L%2097.21%2C105.458%20C%2098.274%2C105.572%2099.255%2C105.634%20100.099%2C105.634%20L%20100.099%2C105.634%20C%20101.043%2C105.634%20101.816%2C105.557%20102.346%2C105.387%20L%20102.346%2C105.387%20C%20103.622%2C104.98%20103.622%2C104.563%20103.606%2C104.477%20L%20103.606%2C104.477%20C%20103.622%2C104.546%20103.681%2C104.827%20103.673%2C104.945%20L%20103.673%2C104.945%20C%20103.645%2C105.252%20103.55%2C105.524%20103.318%2C105.751%20L%20103.318%2C105.751%20C%20102.847%2C106.216%20101.68%2C106.451%20100.092%2C106.472%20L%20100.092%2C106.472%20C%20100.022%2C106.473%2099.951%2C106.473%2099.879%2C106.473%20L%2099.879%2C106.473%20C%2098.728%2C106.473%2097.37%2C106.366%2095.902%2C106.156%20L%2095.902%2C106.156%20C%2095.189%2C106.567%2094.434%2C107.017%2093.838%2C107.575%20L%2093.838%2C107.575%20C%2092.324%2C108.989%2091.055%2C110.953%2090.267%2C113.154%20L%2090.267%2C113.154%20C%2090.321%2C113.366%2090.373%2C113.571%2090.42%2C113.78%20L%2090.42%2C113.78%20C%2090.639%2C114.764%2090.796%2C118.021%2090.796%2C118.021%20L%2090.796%2C118.021%20C%2090.796%2C118.021%2090.173%2C115.574%2090.075%2C115.205%20L%2090.075%2C115.205%20C%2090.012%2C114.971%2089.933%2C114.722%2089.842%2C114.46%20L%2089.842%2C114.46%20C%2089.365%2C116.141%2089.121%2C117.769%2089.121%2C119.005%20L%2089.121%2C119.005%20C%2089.121%2C119.354%2089.153%2C120.033%2089.251%2C120.568%20L%2089.251%2C120.568%20C%2089.299%2C120.952%2089.439%2C121.152%2089.583%2C121.247%20L%2089.583%2C121.247%20C%2089.868%2C121.179%2090.187%2C120.741%2090.519%2C120.01%20L%2090.519%2C120.01%20C%2090.805%2C119.378%2090.787%2C118.645%2090.787%2C118.193%20L%2090.787%2C118.193%20C%2090.787%2C118.193%2091.094%2C119.315%2091.023%2C119.978%20L%2091.023%2C119.978%20C%2090.98%2C120.373%2090.605%2C121.388%2089.808%2C121.388%20L%2089.808%2C121.388%20C%2089.804%2C121.388%2089.799%2C121.388%2089.795%2C121.388%20L%2089.795%2C121.388%20L%2089.791%2C121.388%20L%2089.788%2C121.388%20L%2089.779%2C121.388%20L%2089.777%2C121.388%20L%2089.762%2C121.388%20L%2089.729%2C121.388%20L%2089.373%2C121.393%20C%2088.784%2C121.393%2088.234%2C121.105%2088.101%2C120.63%20M%2087.454%2C106.329%20C%2088.489%2C108.288%2089.118%2C109.799%2089.647%2C111.222%20L%2089.647%2C111.222%20C%2090.478%2C109.546%2091.628%2C107.956%2093.134%2C106.68%20L%2093.134%2C106.68%20C%2093.471%2C106.396%2093.828%2C106.126%2094.196%2C105.872%20L%2094.196%2C105.872%20C%2091.459%2C105.363%2088.584%2C104.647%2085.912%2C103.528%20L%2085.912%2C103.528%20C%2086.396%2C104.387%2086.919%2C105.32%2087.454%2C106.329%22%20%20%20%20%20%20%20%20%20id%3D%22path4435%22%20%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%20%20%3CradialGradient%20%20%20%20%20%20%20cx%3D%220%22%20%20%20%20%20%20%20cy%3D%220%22%20%20%20%20%20%20%20r%3D%221%22%20%20%20%20%20%20%20fx%3D%220%22%20%20%20%20%20%20%20fy%3D%220%22%20%20%20%20%20%20%20id%3D%22radialGradient4453%22%20%20%20%20%20%20%20gradientUnits%3D%22userSpaceOnUse%22%20%20%20%20%20%20%20gradientTransform%3D%22matrix%2845.124908%2C0%2C0%2C-45.124908%2C74.972946%2C125.50104%29%22%20%20%20%20%20%20%20spreadMethod%3D%22pad%22%3E%20%20%20%20%20%20%3Cstop%20%20%20%20%20%20%20%20%20id%3D%22stop4455%22%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23ffffff%3Bstop-opacity%3A1%22%20%20%20%20%20%20%20%20%20offset%3D%220%22%20%2F%3E%20%20%20%20%20%20%3Cstop%20%20%20%20%20%20%20%20%20id%3D%22stop4457%22%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23ebeaea%3Bstop-opacity%3A1%22%20%20%20%20%20%20%20%20%20offset%3D%220.80999798%22%20%2F%3E%20%20%20%20%20%20%3Cstop%20%20%20%20%20%20%20%20%20id%3D%22stop4459%22%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23ebeaea%3Bstop-opacity%3A1%22%20%20%20%20%20%20%20%20%20offset%3D%220.80999798%22%20%2F%3E%20%20%20%20%20%20%3Cstop%20%20%20%20%20%20%20%20%20id%3D%22stop4461%22%20%20%20%20%20%20%20%20%20style%3D%22stop-color%3A%23d4d3d4%3Bstop-opacity%3A1%22%20%20%20%20%20%20%20%20%20offset%3D%221%22%20%2F%3E%20%20%20%20%3C%2FradialGradient%3E%20%20%20%20%3CclipPath%20%20%20%20%20%20%20id%3D%22clipPath4469%22%3E%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20d%3D%22M%2072.143%2C83.228%20L%20118.5%2C83.228%20L%20118.5%2C127.8%20L%2072.143%2C127.8%20L%2072.143%2C83.228%20z%22%20%20%20%20%20%20%20%20%20id%3D%22path4471%22%20%2F%3E%20%20%20%20%3C%2FclipPath%3E%20%20%20%20%3CradialGradient%20%20%20%20%20%20%20cx%3D%220%22%20%20%20%20%20%20%20cy%3D%220%22%20%20%20%20%20%20%20r%3D%221%22%20%20%20%20%20%20%20fx%3D%220%22%20%20%20%20%20%20%20fy%3D%220%22%20%20%20%20%20%20%20id%3D%22radialGradient8118%22%20%20%20%20%20%20%20xlink%3Ahref%3D%22%23radialGradient4453%22%20%20%20%20%20%20%20gradientUnits%3D%22userSpaceOnUse%22%20%20%20%20%20%20%20gradientTransform%3D%22matrix%2845.124908%2C0%2C0%2C-45.124908%2C74.972946%2C125.50104%29%22%20%20%20%20%20%20%20spreadMethod%3D%22pad%22%20%2F%3E%20%20%3C%2Fdefs%3E%20%20%3Cg%20%20%20%20%20transform%3D%22translate%28-353.77125%2C-510.62093%29%22%20%20%20%20%20id%3D%22layer1%22%3E%20%20%20%20%3Cpath%20%20%20%20%20%20%20d%3D%22M%20396.2025%2C553.05218%20L%20353.77125%2C553.05218%20L%20353.77125%2C510.62093%20L%20396.2025%2C510.62093%20L%20396.2025%2C553.05218%20z%22%20%20%20%20%20%20%20id%3D%22path4403%22%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%3Cimage%20%20%20%20%20%20%20xlink%3Ahref%3D%22data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAAGsAAABpCAYAAAA9d90HAAAABHNCSVQICAgIfAhkiAAAF9VJREFUeJztnfl2FEeWh79YMrNKCyCZHcxivLfd25wzzzSPMc83S3ePd4Ox2YwBi0VCqCozI%2BLOHxGRmVUIA90YlXR0fbBUpVoy4xd3X0L9x9KqsA%2FIKnACpVIsa41FYRUIEASeimcahHwzCtgXN%2FYKFNKd2D2%2BjlciDXiB48bwri05bS1LSvPAO6YSOKYNOxK41jQ8Cg4n4BEM6sAABvsALAG0Upwyln8bLXGlKFnVmkfe85Nr%2BNV73jEFfy5HrBvLf08nbHiHJ3Kc2usbeAMk6S4WHiwFLCvNH6sxn5UjKhUv%2FIF33GxbHgVHEGFNGz4qRuwE4b%2BmOzwNfm8v%2FHcgvdcX8DLSCo4by%2BWipFKKALQibAXPVAIicN87vmwm1BL4qKw4Zy1GKfRBYKsBLTRYAmgUx41hWcVL1UAAtkKgFsET9dNt13LDNSwpzYWiZKwU%2FiApLBYcLIhyelUbCtWzyVQCOyEAYIjGx9Pgudm27EjguLasaLM3F%2Fw70uKDpRQjpWbA8kCL4EQS90Vj4mfXsuEdI62olFr8m3tNsossKQQwSlHqaIIHosHRilBLNPWCRLAEeCaBu67lUlFGk12BLPINviYtvDVoAMssl7jMVXOmeTQ8ApvB0x4klBItPFig0GrWrBNh10iFR9gMnode0yIHiqtgH%2BisIb1o7dXg30R6zjpgWO0TsBKLZP5SqueoeUAaER57Ty1yIKIXQ1p4MSgIbu45TXSWM2AqGRpBYCpCK55aAurQwHi75AQaCQR6MVAoRUGMUDiZBaSW6H8FiSAeJFp4MRgQWok%2FMyYxPaJQA0GnoAsvZaDCAeIqACsLvvscsEMgqGjGC6C1YqTjPlMKnEjnNJdKE5REA2PB7%2B1VKUuOhecsT3SA3UDWGWIS0iQwTArwGqU4qjVlAu6AYNXR4oMlwrMQaBJYQgxBLSndJRfzTVRKcdQYLBG8g0YLD1Yg%2Bk71ACyDYmXAQTkMdUQbltTC39I%2FTQtvDQowCYFpsvKy87usNZXqTQyNYlVrxlofOGc4077YhtMkCqHXQ2MVgcm%2BllWRsyqldnWWDwLtE7ACWyHgBhAsac2q1t0NLCnNOyYKCncAoxewD8ASgWkQtkOgCVE%2FCVChWFEGQ6xHW9GaY9ogEqPyh2DtAeU81pPgqZONJ8QoxlFtonOcROCy1jQieDlYYjCL9YUHSxHF2tPgO70F0Xw%2FagxLydBYN5YCFVMjHKyYYKbFB0vFf9shsB16zgI4ojUrSlMqzXFjMEoxmXvNQaLFN91TnG8qMbEYpI8BrmjNmjEEYE3HW2lSHusg6qzFB4u48NMQUp4qMFLRZB8pzQljqZRmRWtqEVqEgBy4iDvsAzGoU07KpZT9JJnlQoy%2Bn7UF7xUly1pTSwxLHUR9BQte3ZRJUrfIZvBsiWddmRjJUHC6KAgCpVZM6Kue4ADprXQ%2FCy8GszQT4GkIbAWPF7qIe5Vy%2FF5gO%2FguhngQaeHFYNZZucZ9w3kczxfDtMQyNE8f8D1otPBgQe8Q1skizMUwYfD3NsUPp4P08EGzMRYeLEXfZxUQnnjPE%2B%2BjSZ%2FqL4LAtg9set91CR6oYG66mYUHC6IhkcNOT0PgifczyUVNLJ3eDqGLHeZUykGihQcr0NdeiMRE5EPvuqaETGOlWNIaw6xRcpBo4cEaklExQvHQO56FMAPKmrGctQVFSkgeNKBgH%2FhZitjiAxEAj9AADUKfjhQqpThjC45owwPfl4Uu%2Bv29CuV7WHjOGjYgeImpkbWUDhnU5AKK09ZyxhYUHEzuWniwoO%2B%2F0ip2QZ61BeNUGJMBEYRVHUcvLOWawl0%2BqxOd%2B7CTf1%2BAlXuDLXHEwklru2pchUIQFAoDnLEFZ20Ry9HmWCu3CuVQ1X7jvIUHKy%2BsAkZac96WrOv5KFnXX8IJY7lcVKxo06VSFLH6KUfi92sKZeHBylylULyjDeeKAptWvUkZ5OHCW6W4UMQpNMVAVGZnWTHbjLefaOHByq09VQIhVzAJcN%2B3fNfUPJkbUPKOMVwpKlZS3itTjvHu11zXwoOVddNRYzhflCwpjSC0ErjZNnxZT7jZ1oMAbpzZdLEoOV%2F0ukslMbgfOSrTwoPlEaxSnLMFx43thNlmiJ35D7zjetvwyPvub4EI7odpnpNWdHH6%2FRgz3DfVTRo6k%2FxIMsk9wq%2Fe8at3NBK41Tbcdg3tQC8ZIsCXipKx0l0scRgz3G%2BgLQRY0TpTM4%2FzT50W%2FXxRoFPXyFSE223DdghdUvL7ZsoD1868f0VrPigrzthi1xvdb6prz8Hqk4vPD3aMnSGaS0XZjfdRwIZ33HUttYTuPXfalqtNzbb01mEEuuRKWbFuet9sv8502nOwIDu2s5Rbe07bgnO2xNKb63fbhsfBd33GgrAjgettze22JQw%2BrVSKj8qK94qKIjUtmP3GUon2HKzIRcIw0gdZV2neKyqOmX5o1pPguONaJnNRdwX86hzf1BPup0Bu9q%2BOacvHZcWFFDcE9mWz3Z6DNU8ZAIPiXFFyrugX2CHcd477ztEiM%2BIypL%2Ffci1f1xO2krOsk%2FA7X5T8oRqznvy0%2FTiSdc%2FBkl1%2BD0SuulSUrGnTAbITArddw1bw3YVnwCJnKp6FwPWm4VpTd9YhQIHiclHycRVDUbIPO00WJp81LH4pVOIqW1KkTkYBfvEtt12bWnoUIYnPmE1WXavPw%2BD4upmyagzvFSVaKURg2Rj%2BUI3ZCoFv6%2BmMgbIfaM85C55Prq0ozbtFyboxXYhoJ8SIxWPvUCh8AsoTgcqfYlE0IvziWr6oJzzwcYZunIshrBvLX0dLvF9WlPus%2F3jPrzb7Uvn3AsXZouSiLTGp90okmuu327YbYNLNxCAaKNF6pAs7NSL82NT8YzrpYofZdM%2BTrC8WJeVvtLXOP6fmjBM1%2BLlbgc78c%2F9qEc%2BegwV0XCLAEWO4VJQzFuCOBH5qah5711mOuUN%2FaBEOq5oklVJ%2F30z5cjph0%2FsugKtVdAn%2BfbzEpaKiHDSS91H%2B%2FnPzzyw0c1HOUHTvBvhuj%2F%2BVcNeel09nXZN%2FP2MLLtgSm%2FSMUvDIO35qGyZJxwxN%2FHkDJVqAcSEDwnbwfN1MsUrxeTXmSNoEhVK8a0tkFN93s61pRCiV6kYQRb8s6keVaj6G3%2FcqXLIbMEOOfB3g9hyskIwCD6zpODk6c5VK1Ux3khPcv6dP9c9y0yxgOVK44R1f1RO0UnxejbpoiElplyxOb7QNTRrhUCgGzrV0n8nge%2FrveDENE527ceuLANstfrnn1mDWWTklfz7pqixiNrzjJ9cwSQWcmbI1mB%2Fl%2F2f9NXyNRrHhPV9MJwD8oRqxml2CBJhOZ5xcbWo2g6cPTvWfOZ9hllRS8Cr3OPy5299%2B6%2Fk8g2rPOcukBV3RhktlFS1A0lTOELjRNjxwrhNB2RgZGt15wdScYOqf7yP1X0wnCPBJOeo4WCeRuKI1R7Xhu6bmgW%2Fn5kWpdA1Crvt407NC8%2FW%2F6HPNX8rqP9%2FoN74m5Rjg5bLi82rMqukN8Tuu4f%2BmEx4O6gB1t1A9cJnmwZr%2FDgVsi2crxJr4ZWUYKx2z0SrO1lg3lqM6tr5OU%2Bd%2FFsA56p8%2Fs%2F%2Fe3UkN%2Fhs%2Bpwem0Yuuefi3%2FF17zlkAx5LzOs9VPzUND1zbmeMwW0sRf%2FaiaLgjh8%2FrgchUKB56x%2F9NJ%2ByEwJ9GS5w0tqvrWNa6S1petzXf11M20mlCvTUYB1Ma4mS2%2BFN1x0TZ9Nio3TZUKlYVmZn41orQpDbbOBriec61byerI2nBnr9oC5y1Je8WVfSriH7VPee40TZMZF5TAB042bjIwAy1DN3jXLk7VObPQuCresqzEPisGnO5rLpDabSCE8Zy1BhOmYJrzZR7KVc20pqR0oyVSr8rShWHflUqDq00qK6M27yg4CMkcDzCRIQ6NQpuBs%2Bm9zwJnu0Q0sjz7PD%2FzhQXKEYcejOgV9pHjeViUXJUm26pJxL4oZnyyA%2Bn40Yw8mf0ccRsWvfPzaZcpHs8TO07hCBwramZSlywD8sqVfpGsViK4r2y5LixbIXI36MEkiEZRopuMOXsdpk3RmYtv%2Be2n8SGwFqiu7HhHD%2B7lhttzWMfBfHvDpYMFnlYkCkoSgWnbcG7RRlPmZPIBXddy03X0Io8B8YQhKwV8s3vfi7d7PJZYrla5IQ4%2F2lFm843G74rF9gcMfF1qN0BgP7aIY%2BK7TdGIIq9IWWxKQilijOoynRdq1pzyhScL0pO24J%2FTHeAt6azesCGonBVG94vKtZ071fthMC1puaJ93hmQ1Hzal0Nnh%2FG0DOoWaeUKoqrZW04ojVHtOGYMRzVhhVtOm4pUC8EIwMl6Q953OujJLLqNMByKgGXuCSkU4icSGytlb60LovKfNbKWGlWjGFVa5ZV3EBrxrCiR51%2FZ3%2FvspFen0hyZuPjIgVrz5clSscp0ppoAd5KxS%2B7GcdD0z1H2z0kXo1ck8fbrWrD0QTK2gCcTrckbs5qxUsUj3VS%2BEEkjRvSqUKquykEaCU28d1OBTtb3tMi3bGH7WALCbPfle1BQ4x%2FWqLOW9GGdWM4mcrAT1jLxbIC3gJnZae0X%2Fgo1taM4UpZsdpFE%2BCx93xfT2O7qcwmF4c%2BSObOHJJaSaIsc8yaMZ0JvpQMgvlUvpc8dFLYCYHt4NlJ3ZPbPjCRqNxPWMulouSMLRmneuw85WasFeeKglGaI3W7bfjFtTxNJzbM668MGPRgNQhK4ibcIvae3XWaUVNz3MZS8ItFGe%2F3jaPzAsocFoBlHYswz9qiW8RWhJttw8%2BunTmaoguwDszmKkUbVrXmhCk6cKLYMDPDjqEH5ln6ty2BLe%2FZDp6tENgJnp1kkWULLRAX9lbbcKdtuFCUXCxipdQogSYSswRnioKTtuByUfKLc%2FzsImhPfDw9L%2BuvoRnf%2B4qRwoALnQibEthuYpfnrz5aor87WJo%2B95Q5bE3HHXNEG0iK%2BbH3XKunbKUmbjXgq6x8V5LTum4MJ03BuolibjkZCFkn1iLUPoLy1Edz%2BEkC52kI7EhgGkLSK7MhqkyZG5pU9varc9xqG94tSi4WJSdNwUqyHCWJ8HeMZS1Ztxvecc%2B1%2FJwKUDO35aB17xbPrlVIV5NTP1ve832ogbdiDfYggTBKx%2FydscWMg3i9qbnn2igW0o2USfesacMJazltC06ZglWtqQZTPKciTNPUtM3geOI9j5O%2F8jSNYmiS4p8HZj7IOv886dqnErjdtimvFkG7YEuOW9tZk5lTooUZ7%2FH9suKBc9xP1cOPvGOSNoqXrMdnA9Ewu8lzcPmtmO5DnXPCxsM2l1K6XhEP2LzVxtqKaLpGY%2BCUtZxKZdPHtKHKFbkiSYwFHgfHY%2B945CM42xKo04jWPCQyA6SY39EvinnPUnYOAsIkCHdDy0Pvua5rztqCM%2BnfMWO73Jgi%2BWTGsqZjjm47BDa8Y8M7HnrHpvcdl9eSOao3oAyqWw94S05xXpRlbbhUVJwpim4nThJXPfKOU%2Bmmz9qoA9aS%2FhGiaLvvWh55x0PveZRu9mnw6bCY3oif55y8Wfrdm%2FXFy4EaxkJypZRDaLxnJ0Sd8mPb8I4xnEk1jutJNGfgbLI%2Bl7TmhLW4NGDlaYhm%2F5aP4vlZ8DRJVAaBSitOmKJzun%2F3FEkWDQKcsgWXUu2DTwuwFTxGKT4bjTlvS9aMYZRq07eDZ9N5HnrHAx%2FF29MQF6lNhsDQYsw0G73uRfDwVXrmNS%2Bm3jDqDYLYkRLfV4vQeMd28Pzctnyrp6yb2Nt8ykbjZ1kbxoMoh0nW41FjOE9%2FLGKTNl2%2Br%2ByHXa2nwFvjrDj64EpZcdLYmYU9og2fVqMO0KchcNPHtMgj73jsfRrCH%2FAyazXlmx9GR4buQc9rw1dHGi7%2Bb1GfKZ4PFEfKKR6XgrATHw9b%2B9k1LKnoRqwZ0xkfR7RhpOMpRTl4nEFZmfvuXNP%2FQ%2FOWDAyIPlS2ovIpB0Dn8W96z4Z3PHBRF2wm7vEp3DQfAB7%2BPtz5QxrGNHYLpe5mjb2IesBm3xFmvqPXfzmC%2FowoJosUpVjWhpXkrK8azYrKfmAEK5d3N8n3u%2B9arrd1F0R%2BK2AdN5b3ioq1QRFM3jXfN1M2nGMrWW0uiYG%2BiDNHEvvH2V8zc4s3z2G7gbGbk%2F1bNEw0zsQN6VMwu3N6%2Fx21BKYS5yXm9Eo%2BA6xSmiLFBG0CK4rF0FmyWR%2F%2F7mCNlOZyUcVgbRJNilgE8%2FfpDrfaJjnB84aBSlwlHShRlktS9PHVOUIyjBLCbqb4bMD3twAd0vCq9ACg%2FrNmg8jDTTXkPD14zkvkngion7u2Fwnu1wBr1l%2BaDaFkZ7RQqptglr%2FkZPI1Vgam%2Bo4Efmhq7rq28yFmb3Ro8vcX3xesyMxrXq0O4vnXvKoY3O0zXrQphn%2BfF8PD96i5185f3exaRHpp3eBsk1uf8Oh3THyUowzHje3KvVa05sOy4oQtBhcMd9uYp8ljvQ%2FpeV28G9mXlecP909GuB8TF4VRqRSnbeykz22jSsGFouJSWVEp3YWQHgfH9ynzOnsUzCFlel4GvLLO6s3grB9ioi7WG6wl42HdWJ4Ex90mTiw7aS3vlxVrg1EIDuFG03CjbWjnxOUhvZxeSWdl4ZcNBI9wzFjO2YIPyhGrWnOrbbhaT3noHUvacLmsuNAZFRHke67hh2baDRp5NRV%2FSJleCpYecFUgBlfXjeWjasR7RYVWim%2FrCd%2BkPJQmlkBfKYZ9UIqpBH5MRoXIMM91SK9KLwXLJdPZEHNIF4qST6oxZ2zBsxD4%2B2SH623Nlo%2FccswYPihHnEllyYpYy36rbWK9euqwPwTp9emlYOXiyHVj%2BaQa8WE1Yk1bHnrH%2F0yfca2eMk1OW6Fiseb7ZdW1lgqw6T1XB0ZFngJzCNjrkQVSU5p0UeW8oJroWZ%2BxBZ%2BNxnxQjjAo7rmWv02fdZ0d%2BX1nbcGn1bgr5wrEXMzVZsqttulOjMvtOodgvR7ZvHi5ltshWFQH1OWy4i%2BjJc4VJRq42Tb8bbLDT21NIyEVrMSOwk%2BrMSdN0QU3FYrbbcPVJuqzHDjNBZ%2BHgL0e2aw%2FuiKUJJ6Wteb9csSfR0uctAVawa2m4X%2BnO9xoa%2BrEUR5Y1oYr5YhLZYVViqAAia023yXx55Poi%2BVl%2B3O0wV5R3tAWcrioz1Kuas3H1ZjPR2NO2gKAO23DP6Y73GxqWulfaxScsyWfVKMYuUifPE1VtTeaGi89N0lnHx7S61KXfMyLP05A%2FXW8xDFtEYmDQr6pJ9xI3YGZAsIJU%2FBRNeKULbpAoU8NcFebeuY0uWxYZBF4SK9Hug%2BWxqL7j6oRn43GrBkbK2Ql8MV0wrVUxJ99LgUc1ZaPyzHvldXMEemPvOebesr9weCrYcogc%2FIhvR7pvGSlUlwqSv5YLUUuAeogfFdPuFpPeZrG7%2BTIb6EUH1QVn1SjbtqzVrDlPd8mLnQinejLnJQBnW%2BFOaSXU8dZp20Re5VsdL28CLfamm%2FqKY9Df5xzACqluVhWcbyOjaISBU2I4wy%2Bq6fsDE7szpGKIRcfQvX6pCFGHT6uRpwvym7HP%2FRRT91zTZejgmhQnLUFfx4tcTpxIMRCx5ttzZf1hCehH3S1Gx2a7P8c2ULFISGXyqoreXoWPNeaKTfaJlWsRsqW35%2FGS7xbxEZtAVBwu234qp7wwMVe3OwoH4Ly5sgu69jNcczYrjzsrmv5oalTa2Yun4ITtuDTUewStEp1r%2F%2FVOb6uJ9xom3QQ2WEo6U1S52edSIWVEGXidvD82NRsONcdAZF12l9GS3xYjWIyUQStFI%2B94%2Bt6J8YIQ3il2RCH9M%2BRXTeG1VSrDfBz23KnbTp%2Fyqo4q%2B%2BzaokrZdUNttdKsek9X06ztei7%2Buyc5j8E7c2SLZTqGsUmIXAv9RcJsYbiQlHy%2BSjqqFzXBrDhHF%2FVO3ybOj%2Fy8RFKVBdOOrT43izZLR97lioTD2XeTE3X54uCK%2BWI98uKd4ztus69CPdcyzfJ%2F3qWJr8o6A5qGdbXHXLXmyN7q605Ums%2BKEdx2H1RcjI1Za8Zy1jrLq3xLHhuNDVXmyl32padpKMyKMMmaq2YMfkP6V8nuxk8f5%2FscM%2B1nLMlJ2xsUovnJyqmIbZsbjjHjbbmZtuw6R1uruBl3tndj%2BdTLTr9P5XjspDKrFlKAAAAAElFTkSuQmCC%22%20%20%20%20%20%20%20x%3D%22359.6777%22%20%20%20%20%20%20%20y%3D%22515.51239%22%20%20%20%20%20%20%20width%3D%2232.037201%22%20%20%20%20%20%20%20height%3D%2231.625832%22%20%20%20%20%20%20%20id%3D%22image4439%22%20%2F%3E%20%20%20%20%3Cg%20%20%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C262.04625%2C667.46468%29%22%20%20%20%20%20%20%20id%3D%22g4405%22%3E%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20clip-path%3D%22url%28%23clipPath4409%29%22%20%20%20%20%20%20%20%20%20id%3D%22g4407%22%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22matrix%2834.051544%2C0%2C0%2C29.204712%2C73.327072%2C96.323547%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4413%22%20%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20%20%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C262.04625%2C667.46468%29%22%20%20%20%20%20%20%20id%3D%22g4417%22%3E%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20clip-path%3D%22url%28%23clipPath4421%29%22%20%20%20%20%20%20%20%20%20id%3D%22g4419%22%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22matrix%2834.051544%2C0%2C0%2C4.936203%2C73.327072%2C91.47673%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4425%22%20%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20%20%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C262.04625%2C667.46468%29%22%20%20%20%20%20%20%20id%3D%22g4429%22%3E%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20clip-path%3D%22url%28%23clipPath4433%29%22%20%20%20%20%20%20%20%20%20id%3D%22g4431%22%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22matrix%2825.629761%2C0%2C0%2C25.011002%2C78.105164%2C96.426697%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4437%22%20%2F%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20%20%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C262.04625%2C667.46468%29%22%20%20%20%20%20%20%20id%3D%22g4441%22%3E%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20id%3D%22g4443%22%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4449%22%3E%20%20%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4451%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%20%20%3Cg%20%20%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C262.04625%2C667.46468%29%22%20%20%20%20%20%20%20id%3D%22g4465%22%3E%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20clip-path%3D%22url%28%23clipPath4469%29%22%20%20%20%20%20%20%20%20%20id%3D%22g4467%22%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%28103.0288%2C102.0478%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4473%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20L%200.075%2C0%20C%200.158%2C0%200.229%2C0.025%200.229%2C0.097%20C%200.229%2C0.154%200.193%2C0.194%200.086%2C0.194%20C%200.043%2C0.194%200.018%2C0.19%200%2C0.186%20L%200%2C0%20z%20M%200%2C-0.336%20L%20-0.111%2C-0.336%20L%20-0.111%2C0.262%20C%20-0.05%2C0.272%200.014%2C0.279%200.097%2C0.279%20C%200.197%2C0.279%200.247%2C0.262%200.286%2C0.233%20C%200.322%2C0.208%200.347%2C0.161%200.347%2C0.107%20C%200.347%2C0.032%200.294%2C-0.014%200.229%2C-0.036%20L%200.229%2C-0.043%20C%200.283%2C-0.064%200.312%2C-0.111%200.33%2C-0.186%20C%200.347%2C-0.279%200.358%2C-0.315%200.373%2C-0.336%20L%200.258%2C-0.336%20C%200.24%2C-0.315%200.226%2C-0.261%200.211%2C-0.179%20C%200.197%2C-0.114%200.158%2C-0.086%200.072%2C-0.086%20L%200%2C-0.086%20L%200%2C-0.336%20z%20M%200.1%2C0.448%20C%20-0.158%2C0.448%20-0.354%2C0.236%20-0.354%2C-0.021%20C%20-0.354%2C-0.286%20-0.158%2C-0.494%200.107%2C-0.494%20C%200.365%2C-0.498%200.555%2C-0.286%200.555%2C-0.025%20C%200.555%2C0.236%200.365%2C0.448%200.104%2C0.448%20L%200.1%2C0.448%20z%20M%200.107%2C0.548%20C%200.43%2C0.548%200.684%2C0.297%200.684%2C-0.021%20C%200.684%2C-0.347%200.43%2C-0.598%200.104%2C-0.598%20C%20-0.222%2C-0.598%20-0.48%2C-0.347%20-0.48%2C-0.021%20C%20-0.48%2C0.297%20-0.222%2C0.548%200.104%2C0.548%20L%200.107%2C0.548%20z%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4475%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ed1c24%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2893.1343%2C106.6789%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4477%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%20-1.507%2C1.276%20-2.655%2C2.868%20-3.488%2C4.543%20C%20-4.016%2C3.12%20-4.645%2C1.609%20-5.68%2C-0.351%20C%20-6.215%2C-1.359%20-6.739%2C-2.293%20-7.222%2C-3.151%20C%20-7.187%2C-3.136%20-7.152%2C-3.123%20-7.117%2C-3.108%20C%20-6.663%2C-2.301%20-6.177%2C-1.431%20-5.68%2C-0.494%20C%20-4.645%2C1.465%20-4.016%2C2.977%20-3.488%2C4.4%20C%20-2.655%2C2.725%20-1.507%2C1.133%200%2C-0.143%20C%200.288%2C-0.386%200.593%2C-0.615%200.904%2C-0.836%20C%200.957%2C-0.826%201.009%2C-0.816%201.061%2C-0.806%20C%200.693%2C-0.553%200.337%2C-0.283%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4479%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2889.5837%2C121.1037%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4481%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%200.284%2C-0.069%200.603%2C-0.506%200.935%2C-1.236%20C%201.183%2C-1.783%201.202%2C-2.402%201.203%2C-2.853%20C%201.204%2C-2.397%201.21%2C-1.701%200.935%2C-1.093%20C%200.603%2C-0.362%200.284%2C0.074%200%2C0.143%20C%20-0.145%2C0.047%20-0.285%2C-0.152%20-0.332%2C-0.534%20C%20-0.431%2C-1.071%20-0.462%2C-1.75%20-0.462%2C-2.098%20C%20-0.462%2C-2.12%20-0.462%2C-2.143%20-0.462%2C-2.166%20C%20-0.458%2C-1.802%20-0.425%2C-1.179%20-0.332%2C-0.678%20C%20-0.285%2C-0.295%20-0.145%2C-0.096%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4483%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2890.7867%2C118.05%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4485%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%200%2C0%200.265%2C0.965%200.246%2C1.634%20C%200.229%2C0.981%200.002%2C0.151%200%2C0.144%20C%200%2C0.094%200%2C0.045%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4487%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2879.0737%2C97.0284%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4489%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20L%200.004%2C-0.039%20C%200.086%2C0.806%201.489%2C2.722%203.364%2C4.258%20C%203.568%2C4.423%204.439%2C5.265%204.439%2C5.265%20C%204.439%2C5.265%204.299%2C5.191%204.106%2C5.089%20C%203.837%2C4.832%203.485%2C4.499%203.364%2C4.402%20C%201.408%2C2.799%20-0.036%2C0.782%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4491%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%28103.6056%2C104.4777%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4493%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%200.016%2C0.085%200.016%2C0.503%20-1.259%2C0.91%20C%20-2.263%2C1.23%20-4.142%2C1.22%20-6.396%2C0.981%20C%20-6.314%2C0.941%20-6.232%2C0.901%20-6.151%2C0.863%20C%20-4.006%2C1.077%20-2.226%2C1.075%20-1.259%2C0.766%20C%200.016%2C0.359%200.016%2C-0.059%200%2C-0.143%20C%200.016%2C-0.074%200.075%2C0.206%200.067%2C0.325%20L%200.063%2C0.363%20C%200.049%2C0.229%200.012%2C0.053%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4495%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%28103.3549%2C103.5452%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4497%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%20-0.13%2C-0.176%20-0.385%2C-0.365%20-0.627%2C-0.43%20C%20-1.899%2C-0.768%20-5.209%2C0.017%20-8.095%2C1.666%20C%20-11.319%2C1.19%20-14.86%2C0.314%20-17.699%2C-0.617%20C%20-20.487%2C-5.506%20-22.584%2C-7.75%20-24.29%2C-6.896%20L%20-24.917%2C-6.581%20C%20-25.086%2C-6.485%20-25.159%2C-6.297%20-25.172%2C-6.097%20C%20-25.188%2C-6.345%20-25.126%2C-6.605%20-24.917%2C-6.725%20L%20-24.29%2C-7.04%20C%20-22.584%2C-7.893%20-20.487%2C-5.649%20-17.699%2C-0.761%20C%20-14.86%2C0.17%20-11.319%2C1.047%20-8.095%2C1.522%20C%20-5.209%2C-0.126%20-1.899%2C-0.911%20-0.627%2C-0.573%20C%20-0.385%2C-0.508%20-0.13%2C-0.319%200%2C-0.143%20C%200.102%2C0.017%200.244%2C0.662%200.244%2C0.662%20C%200.244%2C0.662%200.225%2C0.636%200.195%2C0.599%20C%200.145%2C0.396%200.064%2C0.101%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4499%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2889.0824%2C112.4828%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4501%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%20-0.68%2C2.587%20-1.157%2C4.795%20-1.164%2C6.508%20C%20-1.184%2C4.795%20-0.709%2C2.565%20-0.023%2C-0.055%20L%200%2C0%20z%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4503%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%20%20%3Cg%20%20%20%20%20%20%20%20%20%20%20transform%3D%22translate%2890.7954%2C117.8767%29%22%20%20%20%20%20%20%20%20%20%20%20id%3D%22g4505%22%3E%20%20%20%20%20%20%20%20%20%20%3Cpath%20%20%20%20%20%20%20%20%20%20%20%20%20d%3D%22M%200%2C0%20C%200%2C0%20-0.003%2C-0.013%20-0.009%2C-0.036%20C%20-0.045%2C-0.727%20-0.187%2C-3.251%20-0.375%2C-4.098%20C%20-0.422%2C-4.305%20-0.474%2C-4.512%20-0.528%2C-4.722%20C%20-0.522%2C-4.741%20-0.514%2C-4.76%20-0.507%2C-4.779%20C%20-0.461%2C-4.599%20-0.416%2C-4.42%20-0.375%2C-4.241%20C%20-0.156%2C-3.256%200%2C0%200%2C0%22%20%20%20%20%20%20%20%20%20%20%20%20%20id%3D%22path4507%22%20%20%20%20%20%20%20%20%20%20%20%20%20style%3D%22fill%3A%23ffffff%3Bfill-opacity%3A1%3Bfill-rule%3Aevenodd%3Bstroke%3Anone%22%20%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%20%20%3C%2Fg%3E%20%20%3Cpath%20%20%20%20%20d%3D%22M%2073.381%2C91.53%20L%20107.325%2C91.53%20L%20107.325%2C125.475%20L%2073.381%2C125.475%20L%2073.381%2C91.53%20z%20M%2086.439%2C106.848%20C%2087.215%2C108.369%2088.097%2C110.083%2088.803%2C111.804%20L%2088.803%2C111.804%20L%2089.082%2C112.483%20C%2088.16%2C115.992%2087.607%2C118.809%2088.101%2C120.63%20L%2088.101%2C120.63%20C%2088.234%2C121.105%2088.784%2C121.393%2089.372%2C121.393%20L%2089.372%2C121.393%20L%2089.73%2C121.388%20L%2089.796%2C121.388%20C%2090.601%2C121.4%2090.98%2C120.376%2091.023%2C119.978%20L%2091.023%2C119.978%20C%2091.094%2C119.315%2090.787%2C118.193%2090.787%2C118.193%20L%2090.787%2C118.193%20C%2090.787%2C118.646%2090.805%2C119.378%2090.519%2C120.01%20L%2090.519%2C120.01%20C%2090.186%2C120.741%2089.868%2C121.178%2089.583%2C121.247%20L%2089.583%2C121.247%20C%2089.439%2C121.151%2089.299%2C120.952%2089.251%2C120.569%20L%2089.251%2C120.569%20C%2089.152%2C120.032%2089.122%2C119.354%2089.122%2C119.005%20L%2089.122%2C119.005%20C%2089.122%2C117.77%2089.365%2C116.141%2089.843%2C114.461%20L%2089.843%2C114.461%20C%2089.933%2C114.721%2090.012%2C114.971%2090.075%2C115.205%20L%2090.075%2C115.205%20C%2090.173%2C115.574%2090.796%2C118.02%2090.796%2C118.02%20L%2090.796%2C118.02%20C%2090.796%2C118.02%2090.639%2C114.764%2090.42%2C113.779%20L%2090.42%2C113.779%20C%2090.373%2C113.571%2090.321%2C113.365%2090.267%2C113.154%20L%2090.267%2C113.154%20C%2091.055%2C110.953%2092.324%2C108.989%2093.838%2C107.575%20L%2093.838%2C107.575%20C%2094.435%2C107.017%2095.189%2C106.567%2095.903%2C106.157%20L%2095.903%2C106.157%20C%2097.461%2C106.38%2098.896%2C106.485%20100.093%2C106.472%20L%20100.093%2C106.472%20C%20101.681%2C106.451%20102.847%2C106.216%20103.319%2C105.751%20L%20103.319%2C105.751%20C%20103.55%2C105.525%20103.644%2C105.252%20103.673%2C104.946%20L%20103.673%2C104.946%20C%20103.68%2C104.827%20103.622%2C104.547%20103.605%2C104.477%20L%20103.605%2C104.477%20C%20103.622%2C104.562%20103.622%2C104.98%20102.347%2C105.387%20L%20102.347%2C105.387%20C%20101.343%2C105.708%2099.464%2C105.698%2097.209%2C105.458%20L%2097.209%2C105.458%20C%2099.817%2C104.182%20102.358%2C103.548%20103.163%2C103.928%20L%20103.163%2C103.928%20C%20103.36%2C104.024%20103.599%2C104.351%20103.599%2C104.351%20L%20103.599%2C104.351%20C%20103.599%2C104.351%20103.457%2C103.706%20103.355%2C103.545%20L%20103.355%2C103.545%20C%20103.225%2C103.37%20102.97%2C103.18%20102.728%2C103.116%20L%20102.728%2C103.116%20C%20101.456%2C102.777%2098.146%2C103.562%2095.26%2C105.211%20L%2095.26%2C105.211%20C%2092.036%2C104.736%2088.495%2C103.859%2085.657%2C102.928%20L%2085.657%2C102.928%20C%2082.868%2C98.04%2080.771%2C95.795%2079.065%2C96.649%20L%2079.065%2C96.649%20L%2078.438%2C96.964%20C%2078.183%2C97.11%2078.144%2C97.465%2078.203%2C97.754%20L%2078.203%2C97.754%20C%2078.402%2C98.727%2079.622%2C100.193%2082.073%2C101.656%20L%2082.073%2C101.656%20C%2082.337%2C101.816%2083.512%2C102.437%2083.512%2C102.437%20L%2083.512%2C102.437%20C%2083.512%2C102.437%2082.642%2C101.595%2082.438%2C101.43%20L%2082.438%2C101.43%20C%2080.482%2C99.827%2079.038%2C97.81%2079.074%2C97.028%20L%2079.074%2C97.028%20L%2079.081%2C96.96%20C%2080.743%2C97.197%2083.235%2C100.579%2086.439%2C106.848%20M%2087.454%2C106.328%20C%2086.919%2C105.32%2086.396%2C104.386%2085.913%2C103.528%20L%2085.913%2C103.528%20C%2088.584%2C104.647%2091.459%2C105.363%2094.196%2C105.872%20L%2094.196%2C105.872%20C%2093.828%2C106.126%2093.471%2C106.395%2093.135%2C106.679%20L%2093.135%2C106.679%20C%2091.628%2C107.955%2090.479%2C109.547%2089.646%2C111.222%20L%2089.646%2C111.222%20C%2089.118%2C109.799%2088.49%2C108.287%2087.454%2C106.328%22%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C-91.725%2C156.84375%29%22%20%20%20%20%20id%3D%22path4463%22%20%20%20%20%20style%3D%22fill%3Aurl%28%23radialGradient8118%29%3Bstroke%3Anone%22%20%2F%3E%20%20%3Cpath%20%20%20%20%20d%3D%22M%200%2C0%20L%200.075%2C0%20C%200.158%2C0%200.229%2C0.025%200.229%2C0.097%20C%200.229%2C0.154%200.193%2C0.194%200.086%2C0.194%20C%200.043%2C0.194%200.018%2C0.19%200%2C0.186%20L%200%2C0%20z%20M%200%2C-0.336%20L%20-0.111%2C-0.336%20L%20-0.111%2C0.262%20C%20-0.05%2C0.272%200.014%2C0.279%200.097%2C0.279%20C%200.197%2C0.279%200.247%2C0.262%200.286%2C0.233%20C%200.322%2C0.208%200.347%2C0.161%200.347%2C0.107%20C%200.347%2C0.032%200.294%2C-0.014%200.229%2C-0.036%20L%200.229%2C-0.043%20C%200.283%2C-0.064%200.312%2C-0.111%200.33%2C-0.186%20C%200.347%2C-0.279%200.358%2C-0.315%200.373%2C-0.336%20L%200.258%2C-0.336%20C%200.24%2C-0.315%200.226%2C-0.261%200.211%2C-0.179%20C%200.197%2C-0.114%200.158%2C-0.086%200.072%2C-0.086%20L%200%2C-0.086%20L%200%2C-0.336%20z%20M%200.1%2C0.448%20C%20-0.158%2C0.448%20-0.354%2C0.236%20-0.354%2C-0.021%20C%20-0.354%2C-0.286%20-0.158%2C-0.494%200.107%2C-0.494%20C%200.365%2C-0.498%200.555%2C-0.286%200.555%2C-0.025%20C%200.555%2C0.236%200.365%2C0.448%200.104%2C0.448%20L%200.1%2C0.448%20z%20M%200.107%2C0.548%20C%200.43%2C0.548%200.684%2C0.297%200.684%2C-0.021%20C%200.684%2C-0.347%200.43%2C-0.598%200.104%2C-0.598%20C%20-0.222%2C-0.598%20-0.48%2C-0.347%20-0.48%2C-0.021%20C%20-0.48%2C0.297%20-0.222%2C0.548%200.104%2C0.548%20L%200.107%2C0.548%20z%22%20%20%20%20%20transform%3D%22matrix%281.25%2C0%2C0%2C-1.25%2C37.061%2C29.284%29%22%20%20%20%20%20id%3D%22path3427%22%20%20%20%20%20style%3D%22fill%3A%23ed1c24%3Bfill-opacity%3A1%3Bfill-rule%3Anonzero%3Bstroke%3Anone%22%20%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  border: 1px solid #ccc;
}
@media (max-width: 992px) {
  .pdf-icon {
    display: none;
    margin: 0;
  }
}
/*=====  End of @imports  ======*/
/*===============================
=            $Layout            =
===============================*/
#report-abuse {
  display: none;
}
.header-container,
.subheader-container {
  background-color: #ffffff;
}
.header-container {
  padding: 20px 0;
  border-bottom: 10px solid #8bbad4;
}
.subheader-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.headline {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.4;
}
.sub-head {
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 590px) {
  .headline {
    font-size: 24px;
  }
  .sub-head {
    font-size: 20px;
  }
}
.container .container {
  padding: 0;
}
.carousel-container {
  background: #bbdbec;
}
.panel-row,
.card-row {
  padding: 20px 0 0;
}
.container .bg-white {
  box-sizing: border-box;
  min-height: 800px;
  padding-bottom: 2em;
}
.container .bg-white a {
  text-decoration: underline;
}
section {
  padding: 4em 0;
}
section.carousel-container,
section section {
  padding: 0;
}
.container-half {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container-half {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .container-half {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .container-half {
    width: 580px;
  }
}
/* Titles */
.title {
  margin: 0;
}
.pale-title {
  color: #fff;
}
/* Resource pages */
.listing {
  margin-bottom: 1.25em;
}
.listing a {
  font-size: 110%;
  margin-bottom: 0.5em;
  text-decoration: underline;
  display: inline-block;
  font-weight: 700;
}
.btn {
  text-decoration: none!important;
}
/* News Pages */
.news .pagination {
  position: absolute;
  bottom: -30px;
}
.pagination a {
  text-decoration: none!important;
}
.publication-thumbnail {
  margin-bottom: 3em;
}
.publication-thumbnail:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: grayscale(100%) opacity(80%);
          filter: grayscale(100%) opacity(80%);
  -webkit-filter: gray;
          filter: gray;
}
.publication-thumbnail a {
  display: block;
  border: 1px solid #cacaca;
  border-radius: 0.5em;
  overflow: hidden;
}
.publication-thumbnail .issue-details {
  min-height: 3em;
  padding: 0.5em 1em;
  background-color: #efefef;
  border-radius: 0 0 0.5em 0.5em;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAsMCwxMCw2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjNWRjOWFlIiBkPSJNOS4xNTA1MSwwIEw5LjE1MDUxLDYgTDAsNiBaIj48L3BhdGg+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMjQwOTQsMi43MjgwOSBMNi42MjA5NywyLjM0MDE1IEw4LjAzMzgsMy43OTYyIEw2LjYyMDk3LDUuMjUyMjYgTDYuMjQwOTQsNC44NjQzMSBMNy4yNzczNCwzLjc5NjIgWiI+PC9wYXRoPjwvc3ZnPg==');
  background-position: right -10px bottom -2px;
  background-size: 40%;
  background-repeat: no-repeat;
}
.publication-thumbnail span {
  display: block;
  color: #043654;
}
@media screen and (max-width: 991px) {
  .publication-thumbnail:nth-child(3n+1) {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .publication-thumbnail:nth-child(2n+1) {
    clear: both;
  }
}
@media screen and (min-width: 992px) {
  .publication-thumbnail:nth-child(4n+1) {
    clear: both;
  }
}
hr {
  border-top: 1px solid #a2a2a2!important;
}
h1.pagetitle {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 1em;
  color: #67d5bf;
}
footer {
  padding-top: 2em;
  border-top: 5px solid #67d5bf;
  background-image: -webkit-linear-gradient(#bbdbec, #3c7fa3);
  background-image: linear-gradient(#bbdbec, #3c7fa3);
  color: #fff;
}
footer .copyright {
  background-color: #043654;
  padding: 2em;
  text-align: left;
}
footer .copyright a {
  color: #fff;
  text-decoration: underline;
}
footer .copyright p {
  margin: 0;
}
footer .copyright p:first-child {
  margin-bottom: 0.5em;
}
/*=====  End of $Layout  ======*/
/*============================
=            Flex            =
============================*/
@media screen and (min-width: 768px) {
  .panel-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .panel-row div[class^="col"] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .panel-row div[class^="col"] > .panel {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
/*=====  End of Flex  ======*/
/* Find a Job */
.job-search .padded {
  padding: 1em;
}
.job-search .results {
  padding: 1em;
}
.job-search .map-container .btn {
  width: 100%;
}
.job-search .map-container .btn:first-child {
  margin-bottom: 1em;
}
.job-search .pagetitle {
  display: inline-block;
}
.job-search .heading a {
  line-height: 2em;
  margin-top: 20px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.job-search .inset-cta {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .job-search .inset-cta {
    float: left;
    width: 33.33333333%;
  }
}
@media screen and (min-width: 992px) {
  .job-search .inset-cta {
    float: right !important;
  }
  .job-search .inset-cta a {
    display: inline;
  }
}
.map,
.filters {
  margin-bottom: 2em;
}
.listing {
  background-color: #F6F8F9;
  border-left: 4px solid #31B0D5;
  padding: 1em;
  margin-bottom: 2em;
}
.find-a-job-listing .listing {
  border-left: 4px solid #31B0D5;
}
.listing .info-box {
  display: none;
}
.listing span {
  display: block;
  font-weight: 700;
}
.listing .icon {
  width: 30px;
  height: 30px;
}
.listing .time span,
.listing .location span {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .listing .details,
  .listing .time,
  .listing .location {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 350px) {
  .listing .details,
  .listing .time,
  .listing .location {
    width: 100%;
  }
}
.time .icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHBhdGggY2xhc3M9InBhdGgxIiBmaWxsPSIjNjdkNWJmIiBkPSJNNTEyIDBjLTI4Mi43NTIgMC01MTIgMjI5LjI0OC01MTIgNTEyczIyOS4yNDggNTEyIDUxMiA1MTIgNTEyLTIyOS4yNDggNTEyLTUxMi0yMjkuMjQ4LTUxMi01MTItNTEyek01MTIgOTM4LjY2N2MtMjM1LjI2NCAwLTQyNi42NjctMTkxLjQwMy00MjYuNjY3LTQyNi42NjdzMTkxLjQwMy00MjYuNjY3IDQyNi42NjctNDI2LjY2NyA0MjYuNjY3IDE5MS40MDMgNDI2LjY2NyA0MjYuNjY3LTE5MS40MDMgNDI2LjY2Ny00MjYuNjY3IDQyNi42Njd6TTcwMS43MzkgMjE3LjgxM2MtMjEuMDc3LTEwLjQ5Ni00Ni43Mi0xLjk2My01Ny4yNTkgMTkuMDcybC0xNDQuMTcxIDI4OC4zODQtODYuMTg3LTg2LjE0NGMtMTYuNjgzLTE2LjY4My00My42NDgtMTYuNjgzLTYwLjMzMSAwcy0xNi42ODMgNDMuNjQ4IDAgNjAuMzMxbDEyOCAxMjhjOC4xMDcgOC4xMDcgMTguOTQ0IDEyLjU0NCAzMC4yMDggMTIuNTQ0IDIuMjYxIDAgNC41NjUtMC4xNzEgNi44MjctMC41NTUgMTMuNTI1LTIuMjE5IDI1LjE3My0xMC43OTUgMzEuMzE3LTIzLjA0MGwxNzAuNjY3LTM0MS4zMzNjMTAuNTgxLTIxLjA3NyAyLjAwNS00Ni42NzctMTkuMDcyLTU3LjI1OXpNNDY5LjQxOSA4MTAuNTgxaDg1LjMzM3Y0Mi43NTJoLTg1LjMzM3pNNDY5LjQxOSAxMjhoODUuMzMzdjQyLjc1MmgtODUuMzMzek0xMjggNDY5LjI0OGg4NS4zMzN2NDIuNzUyaC04NS4zMzN6TTgxMC41ODEgNDY5LjI0OGg4NS4zMzN2NDIuNzUyaC04NS4zMzN6Ij48L3BhdGg+Cjwvc3ZnPg==');
}
.location .icon {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMDI0IDEwMjQiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHBhdGggY2xhc3M9InBhdGgxIiBmaWxsPSIjNjdkNWJmIiBkPSJNNTExLjk1NyAwYy0yMTQuNDg1IDAtMzg4LjM5NSAxNzMuOTA5LTM4OC4zOTUgMzg4LjQzNyAwIDIxNC41NzEgMzA1LjA2NyA2MzUuNTYzIDM4OC40MzcgNjM1LjU2MyA2MS42NTMgMCAzODguNDgtNDIwLjk5MiAzODguNDgtNjM1LjU2My0wLjA0My0yMTQuNTI4LTE3My45NTItMzg4LjQzNy0zODguNTIzLTM4OC40Mzd6TTUxMC4yMDggNTc5LjU4NGMtMTA5LjAxMyAwLTE5Ny4zMzMtODguMzItMTk3LjMzMy0xOTcuMzMzczg4LjMyLTE5Ny4zMzMgMTk3LjMzMy0xOTcuMzMzIDE5Ny4zMzMgODguMzIgMTk3LjMzMyAxOTcuMzMzLTg4LjMyIDE5Ny4zMzMtMTk3LjMzMyAxOTcuMzMzeiI+PC9wYXRoPgo8L3N2Zz4=');
}
/* Callouts */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  border-radius: 3px;
}
.bs-callout + .bs-callout {
  margin-top: -5px;
}
.bs-callout-default {
  border-color: #ffffff;
  border-left-color: #eeeeee;
  background-color: #ffffff;
}
.bs-callout-default h4 {
  color: #6f6f6f;
}
.bs-callout-primary {
  border-color: #0975b5;
  border-left-color: #043654;
  background-color: #f2fafe;
}
.bs-callout-primary h4 {
  color: #043654;
}
.bs-callout-info {
  border-color: #b0e1ef;
  border-left-color: #5bc0de;
  background-color: #ffffff;
}
.bs-callout-info h4 {
  color: #5bc0de;
}
.bs-callout-danger {
  border-color: #eba5a3;
  border-left-color: #d9534f;
  background-color: #ffffff;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-color: #f8d9ac;
  border-left-color: #f0ad4e;
  background-color: #ffffff;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-success {
  border-color: #a3d7a3;
  border-left-color: #5cb85c;
  background-color: #ffffff;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.img-responsive,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.form-button {
  margin-bottom: 20px;
}
.btn.form-control {
  margin-bottom: 20px;
}
.events .post a,
.news .post a {
  word-break: break-all;
}
.events .post .title a,
.news .post .title a {
  text-decoration: none;
  word-break: normal;
}
.banner-image {
  margin-bottom: 1em;
}
.advert img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.map area:focus {
  outline: 0;
}
/* PDP */
.actions th {
  position: relative;
}
.actions .add-action {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTAwIiB5PSIxMDAiIHdpZHRoPSIyMTYiIGhlaWdodD0iMTQ2IiB2aWV3Qm94PSIwIDAgMjE2IDE0NiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjE2IDE0NiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzY3RDVCRiIgZD0iTTE2Mi4yIDQxLjZjLTUuNi05LjYtMTMuMi0xNy4yLTIyLjgtMjIuOCAtOS42LTUuNi0yMC4xLTguNC0zMS40LTguNCAtMTEuNCAwLTIxLjggMi44LTMxLjQgOC40IC05LjYgNS42LTE3LjIgMTMuMi0yMi44IDIyLjhDNDguMiA1MS4yIDQ1LjQgNjEuNiA0NS40IDczYzAgMTEuNCAyLjggMjEuOCA4LjQgMzEuNCA1LjYgOS42IDEzLjIgMTcuMiAyMi44IDIyLjggOS42IDUuNiAyMC4xIDguNCAzMS40IDguNCAxMS40IDAgMjEuOC0yLjggMzEuNC04LjQgOS42LTUuNiAxNy4yLTEzLjIgMjIuOC0yMi44IDUuNi05LjYgOC40LTIwLjEgOC40LTMxLjRDMTcwLjYgNjEuNiAxNjcuOCA1MS4yIDE2Mi4yIDQxLjZ6TTE0NC41IDc4LjJjMCAxLjQtMC41IDIuNi0xLjUgMy43IC0xIDEtMi4zIDEuNS0zLjcgMS41aC0yMC45djIwLjljMCAxLjQtMC41IDIuNi0xLjUgMy43IC0xIDEtMi4zIDEuNS0zLjcgMS41aC0xMC40Yy0xLjQgMC0yLjYtMC41LTMuNy0xLjUgLTEtMS0xLjUtMi4zLTEuNS0zLjdWODMuNEg3Ni43Yy0xLjQgMC0yLjYtMC41LTMuNy0xLjUgLTEtMS0xLjUtMi4zLTEuNS0zLjdWNjcuOGMwLTEuNCAwLjUtMi42IDEuNS0zLjcgMS0xIDIuMy0xLjUgMy43LTEuNWgyMC45VjQxLjdjMC0xLjQgMC41LTIuNiAxLjUtMy43IDEtMSAyLjMtMS41IDMuNy0xLjVoMTAuNGMxLjQgMCAyLjYgMC41IDMuNyAxLjUgMSAxIDEuNSAyLjMgMS41IDMuN3YyMC45aDIwLjljMS40IDAgMi42IDAuNSAzLjcgMS41IDEgMSAxLjUgMi4zIDEuNSAzLjdWNzguMnoiLz48L3N2Zz4=');
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  right: 5px;
}
.pdp .page-head {
  margin: 2em 0;
}
.pdp table .form-button {
  margin-top: 1em;
}
.pdp .to-save {
  background-color: #c76fe8;
  border-color: #c76fe8;
}
.pdp-content .item {
  margin-bottom: 2em;
}
.pdp-content .subtitle {
  margin-top: 10px;
  font-size: 18px;
}
.pdp-content .action-title {
  margin-top: 15px;
  font-size: 15px;
}
.pdp-content .checkbox-inline {
  cursor: default;
}
.pdp-content .checkbox-inline .action {
  margin-top: 4px!important;
}
.no-js .pdp .strike {
  text-decoration: line-through;
}
.list-group-item .padding {
  max-width: 90.55%;
}
.cpd .page-head {
  margin: 2em 0;
}
.cpd .overview .title {
  margin-top: 1em;
}
.cpd-chart .caption {
  fon-size: 20px;
  fon-size: 2rem;
}
.styled-list {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.styled-list .title {
  background-color: #043654;
  padding: 0.5em 1em;
  color: #67d5bf;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}
.styled-list ul {
  background-image: -webkit-linear-gradient(#0D4769, #1c5b80);
  background-image: linear-gradient(#0D4769, #1c5b80);
  color: #fff;
  line-height: 1.6;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3.5em;
}
.styled-list li {
  margin-right: 2em;
  margin-bottom: 0.5em;
  font-size: 95%;
  list-style-type: none;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIxNiAxNDYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIxNiAxNDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgogICAgPHBhdGggZmlsbD0iIzY3ZDViZiIgZD0iTTE3My44IDMxLjlsLTktOWMtMS4zLTEuMy0yLjktMi00LjYtMiAtMS44IDAtMy4zIDAuNy00LjYgMmwtNTIuNyA1Mi43TDgxLjQgNTQuMmMtMS4zLTEuMy0yLjktMi00LjYtMnMtMy4zIDAuNy00LjYgMmwtOSA5Yy0xLjMgMS4zLTIgMi45LTIgNC42IDAgMS44IDAuNyAzLjMgMiA0LjZsMzUgMzVjMS4zIDEuMyAyLjkgMiA0LjYgMnMzLjMtMC43IDQuNi0ybDY2LjMtNjYuM2MxLjMtMS4zIDItMi45IDItNC42UzE3NS4xIDMzLjIgMTczLjggMzEuOXoiIC8+Cjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: left -10px center;
  margin-left: -2em;
  padding-left: 2em;
}
.link-card {
  border-bottom: 3px solid #67d5bf;
  padding: 1em 1em 1em 2.5em;
  background: -webkit-linear-gradient(#fff, #DEE6ED);
  background: linear-gradient(#fff, #DEE6ED);
  color: #043654;
}
.link-card .title {
  position: relative;
}
.link-card .title:before {
  position: absolute;
  content: ' ';
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgd2lkdGg9IjEwMCIgaGVpZ2h0PSIxMDAiIHZpZXdCb3g9IjAgMCA4NiAxMDIiPjxwYXRoIGZpbGw9IiM2N2Q1YmYiIGQ9Ik0yIDEuNEwyMi44IDUxLjQgMiAxMDEuNCA4NS4zIDUxLjQgMiAxLjRaIiAvPjwvc3ZnPg==');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  width: 18px;
  height: 18px;
  display: inline-block;
  left: -22px;
  top: 3px;
}
.link-card a {
  text-decoration: none!important;
}
.link-card p {
  margin: 0;
}
.form-control:not([type='submit']) {
  background-color: #E1E1E1;
  color: #3E5973;
}
.form-control::-webkit-input-placeholder,
.form-control:placeholder {
  color: #3E5973;
}
.form-control::-moz-placeholder,
.form-control:placeholder {
  color: #3E5973;
}
.form-control:-ms-input-placeholder,
.form-control:placeholder {
  color: #3E5973;
}
.form-control::placeholder,
.form-control:placeholder {
  color: #3E5973;
}
.form-group.required {
  position: relative;
}
.form-group.required:after {
  content: '*';
  color: #67d5bf;
  position: absolute;
  top: 0;
  right: -12px;
  display: inline-block;
}
ul.row {
  display: table-row;
}
.team-thumbnail {
  position: relative;
  margin-bottom: 3em;
  min-height: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.regional-members .team-thumbnail {
  min-height: 310px;
}
.team-thumbnail .linkedin-icon {
  position: absolute;
  left: 25px;
  bottom: 10px;
  z-index: 300;
}
.team-thumbnail img {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin: 0 auto;
}
.team-thumbnail a {
  display: block;
  border: 1px solid #cacaca;
  border-radius: 0.5em;
  overflow: hidden;
  text-decoration: none!important;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-thumbnail a:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.8" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: grayscale(100%) opacity(80%);
          filter: grayscale(100%) opacity(80%);
  -webkit-filter: gray;
          filter: gray;
}
.team-thumbnail .member-details {
  min-height: 3em;
  padding: 0.5em 1em;
  background-color: #efefef;
  border-radius: 0 0 0.5em 0.5em;
  text-align: left;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAsMCwxMCw2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48cGF0aCBmaWxsPSIjNWRjOWFlIiBkPSJNOS4xNTA1MSwwIEw5LjE1MDUxLDYgTDAsNiBaIj48L3BhdGg+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTYuMjQwOTQsMi43MjgwOSBMNi42MjA5NywyLjM0MDE1IEw4LjAzMzgsMy43OTYyIEw2LjYyMDk3LDUuMjUyMjYgTDYuMjQwOTQsNC44NjQzMSBMNy4yNzczNCwzLjc5NjIgWiI+PC9wYXRoPjwvc3ZnPg==');
  background-position: right -10px bottom -2px;
  background-size: 40%;
  background-repeat: no-repeat;
  padding-bottom: 2.5em;
}
.team-thumbnail span {
  display: block;
  color: #043654;
}
.team-thumbnail span.name {
  font-weight: 700;
}
.search-button {
  width: 30px;
  height: 30px;
  float: right;
  padding: 0 5px;
  border-radius: 0.3em;
  margin-top: 2px;
  background-color: #5FA0CA;
}
.search-form-wrapper {
  border-radius: 4px;
  display: none;
  float: right;
  position: absolute;
  z-index: 2000;
  border: 1px transparent;
  padding: 12px;
  top: 36px;
  right: 5px;
  margin-top: 5px;
  width: 300px;
  background-color: #8bbad4;
}
.gm-style-iw .btn {
  margin-bottom: 1em;
  font-weight: 700;
}
.gm-style-iw .btn:last-child {
  margin-bottom: 0;
}
.with-sidenav.conference {
  border-top: 8px solid #8cbbd4;
  background-image: url(/res/headerimage-3.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.conference .container {
  margin-top: 120px;
}
/* Comments */
.comment-form {
  border: 4px solid #efefef;
  border-left: none;
  border-right: none;
  padding: 0 0 1em;
  margin: 1em 0;
}
.comment-container {
  margin-bottom: 1em;
  padding: 1em;
}
.comment-container:nth-child(2n) {
  background-color: #efefef;
}
.comment-container .header {
  font-weight: 700;
}
.alert {
  border: 2px;
}
.cpd-link {
  margin-bottom: 1em;
}
@media screen and (min-width: 800px) {
  .cpd-link {
    position: absolute;
    top: 20px;
    right: 10px;
  }
}
#guide-list ul li {
  list-style-type: none;
}
.social-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-nav .social-nav-link {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.social-nav .social-nav-link:hover {
  background: none;
  color: #67d5bf;
}
