<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.btn-highlight {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
      -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border: 2px dotted #dcb232;
    font-size: 1em;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    background-color:rgba(255, 206, 0, 0.50);
  }

  i.fa.fa-sticky-note-o {
    color: #b5942d;
}

button.btn-highlight:hover, button.btn-highlight:focus {
    background-color: #e8c763;
}

  .box {
    position: relative;
  }

  .box::before,
  .box::after {
    content: '';
    position: absolute;
    bottom: 19px;
    width: 40%;
    height: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,.7);
    z-index: -1;
    transition: all .3s ease-in-out;
  }

  /* start - credit for paper effect https://codepen.io/martinwolf/pen/hxdmv */
  .box::before {
    left: 5px;
    transform: skew(-5deg) rotate(-5deg);
  }

  .box::after {
    right: 5px;
    transform: skew(5deg) rotate(5deg);
  }

  .box:hover::before,
  .box:hover::after {
    box-shadow: 0 2px 14px rgba(0,0,0,.4);
  }

  .box:hover::before {
    left: 5px;
  }

  .box:hover::after {
    right: 5px;
  }
  /* end - paper effect */

.fade {
opacity: 0;
transition: opacity 0.15s linear;
}

.fade.show {
opacity: 1;
}

.collapse {
display: none;
}

.collapse.show {
display: block;
}

.tooltip {
position: absolute;
z-index: 1070;
display: block;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 0.875rem;
word-wrap: break-word;
opacity: 0;
}

.tooltip.show {
opacity: 0.9;
}

.tooltip .arrow {
position: absolute;
display: block;
width: 5px;
height: 5px;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^="top"] {
padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow {
bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 5px 5px 0;
border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^="right"] {
padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow {
left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before {
margin-top: -3px;
content: "";
border-width: 5px 5px 5px 0;
border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^="bottom"] {
padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow {
top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
margin-left: -3px;
content: "";
border-width: 0 5px 5px;
border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^="left"] {
padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow {
right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before {
right: 0;
margin-top: -3px;
content: "";
border-width: 5px 0 5px 5px;
border-left-color: #000;
}

.tooltip .arrow::before {
position: absolute;
border-color: transparent;
border-style: solid;
}

.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #000;
border-radius: 0.25rem;
}

.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: block;
max-width: 420px;
padding: 1px;
font-family: 'Roboto', sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.5;
text-align: left;
text-align: start;
text-decoration: none;
text-shadow: none;
text-transform: none;
letter-spacing: normal;
word-break: normal;
word-spacing: normal;
white-space: normal;
line-break: auto;
font-size: 1rem;
word-wrap: break-word;
background-color: #fff5d5;
background-clip: padding-box;
border: 3px solid #dad0af;
border-radius: 0.3rem;
box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%) !important;
}

.popover .arrow {
position: absolute;
display: block;
width: 10px;
height: 5px;
}

.popover .arrow::before,
.popover .arrow::after {
position: absolute;
display: block;
border-color: transparent;
border-style: solid;
}

.popover .arrow::before {
content: "";
border-width: 11px;
}

.popover .arrow::after {
content: "";
border-width: 11px;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^="top"] {
margin-bottom: 10px;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^="top"] .arrow {
bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^="top"] .arrow::before {
bottom: -14px;
margin-left: -6px;
border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^="top"] .arrow::after {
bottom: -14px;
margin-left: -6px;
border-top-color: #fff5d5;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^="right"] {
margin-left: 10px;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^="right"] .arrow {
left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
margin-top: -8px;
border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^="right"] .arrow::before {
left: -14px;
border-right-color: #dad0af;
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^="right"] .arrow::after {
left: -10px;
border-right-color: #fff5d5;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^="bottom"] {
margin-top: 10px;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^="bottom"] .arrow {
top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
margin-left: -7px;
border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::before {
top: -14px;
border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^="bottom"] .arrow::after {
top: -10px;
border-bottom-color: #fff5d5;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 20px;
margin-left: -10px;
content: "";
border-bottom: 1px solid #fff5d5;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^="left"] {
margin-right: 10px;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^="left"] .arrow {
right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
margin-top: -8px;
border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^="left"] .arrow::before {
right: -14px;
border-left-color: #dad0af;
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^="left"] .arrow::after {
right: -10px;
border-left-color: #fff5d5;
}

.popover-header {
padding: 8px 14px;
margin-bottom: 0;
color: inherit;
font-size: 24px;
font-weight: 400;
font-family: 'Patrick Hand', cursive;
background-color: #fff5d5;
border-bottom: 1px solid #ebe1c1;
border-top-left-radius: calc(0.3rem - 1px);
border-top-right-radius: calc(0.3rem - 1px);
}

table, tr, td, tbody, th {
    border: 2px solid #333333!important;
}

th {
    background-color:#004c9b;
    color:white;
}

.popover-header:empty {
display: none;
}

.popover-body {
padding: 9px 14px;
font-size:1.6em;
color: #212529;
}
.popover-body li {margin-bottom:0px!important;}
.popover-body ul {margin-bottom:0px!important;}
footer h2 {
    font-size:1.2em;
}

.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.mb-6,.my-6{margin-bottom:6rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-family: 'Replica-Bold', Arial;}
dfn{font-style:italic}
h1{font-size:2em;margin:.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 silver;margin:0 2px;padding:.35em .625em .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&gt;.caret,.dropup&gt;.btn&gt;.caret{border-top-color:#000 !important}
.label{border:1px solid #000}
.table{border-collapse:collapse !important}
.table td,.table th{background-color:#fff !important}
.table-bordered th,.table-bordered td{border:1px solid #ddd !important}
}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}
input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}
a{color:#337ab7;text-decoration:none}
a:hover,a:focus{color:#23527c;text-decoration:underline}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
figure{margin:0}
img{vertical-align:middle}
.img-responsive,.thumbnail&gt;img,.thumbnail a&gt;img,.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{display:block;max-width:100%;height:auto}
.img-rounded{border-radius:6px}
.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}
.img-circle{border-radius:50%}
hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
[role="button"]{cursor:pointer}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
h1 small,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:#777}
h1,.h1,h2,.h2,h3,.h3{margin-top:0px;margin-bottom:10px}
h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}
h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}
h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}
h1,.h1{font-size:36px}
h2,.h2{font-size:30px}
h3,.h3{font-size:24px}
h4,.h4{font-size:18px}
h5,.h5{font-size:14px}
h6,.h6{font-size:12px}
p{margin:0 0 10px}
.lead{margin-bottom:20px;font-size:1.1em;font-weight:300;line-height:1.4}
@media(min-width:768px){.lead{font-size:1.1em;}
}
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:#777}
.text-primary{color:#337ab7}
a.text-primary:hover,a.text-primary:focus{color:#286090}
.text-success{color:#3c763d}
a.text-success:hover,a.text-success:focus{color:#2b542c}
.text-info{color:#31708f}
a.text-info:hover,a.text-info:focus{color:#245269}
.text-warning{color:#8a6d3b}
a.text-warning:hover,a.text-warning:focus{color:#66512c}
.text-danger{color:#a94442}
a.text-danger:hover,a.text-danger:focus{color:#843534}
.bg-primary{color:#fff;background-color:#337ab7}
a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}
.bg-success{background-color:#dff0d8}
a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}
.bg-info{background-color:#d9edf7}
a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}
.bg-warning{background-color:#fcf8e3}
a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}
.bg-danger{background-color:#f2dede}
a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}
.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}
ul,ol{margin-top:0;margin-bottom:10px}
ul ul,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&gt;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 #777}
.initialism{font-size:90%;text-transform:uppercase}
blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}
blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}
blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}
blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}
.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}
.blockquote-reverse footer:before,blockquote.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:#c7254e;background-color:#f9f2f4;border-radius:4px}
kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}
kbd kbd{padding:0;font-size:100%;font-weight:bold;box-shadow:none}
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
@media(min-width:768px){.container{width:750px}
    .row-paper {
    margin-left: 20px;
    padding: 40px;
}
}
@media(min-width:992px){.container{width:970px}
}
@media(min-width:1200px){.container{width:1170px}
}
.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}
.row{margin-left:-15px;margin-right:-15px}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.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:#777;text-align:left}
th{text-align:left}
.table{width:100%;max-width:100%;margin-bottom:20px}
.table&gt;thead&gt;tr&gt;th,.table&gt;tbody&gt;tr&gt;th,.table&gt;tfoot&gt;tr&gt;th,.table&gt;thead&gt;tr&gt;td,.table&gt;tbody&gt;tr&gt;td,.table&gt;tfoot&gt;tr&gt;td{padding:12px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}
.table&gt;thead&gt;tr&gt;th{vertical-align:bottom;border-bottom:2px solid #ddd}
.table&gt;caption+thead&gt;tr:first-child&gt;th,.table&gt;colgroup+thead&gt;tr:first-child&gt;th,.table&gt;thead:first-child&gt;tr:first-child&gt;th,.table&gt;caption+thead&gt;tr:first-child&gt;td,.table&gt;colgroup+thead&gt;tr:first-child&gt;td,.table&gt;thead:first-child&gt;tr:first-child&gt;td{border-top:0}
.table&gt;tbody+tbody{border-top:2px solid #ddd}
.table .table{background-color:#fff}
.table-condensed&gt;thead&gt;tr&gt;th,.table-condensed&gt;tbody&gt;tr&gt;th,.table-condensed&gt;tfoot&gt;tr&gt;th,.table-condensed&gt;thead&gt;tr&gt;td,.table-condensed&gt;tbody&gt;tr&gt;td,.table-condensed&gt;tfoot&gt;tr&gt;td{padding:5px}
.table-bordered{border:1px solid #ddd}
.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;tbody&gt;tr&gt;th,.table-bordered&gt;tfoot&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td,.table-bordered&gt;tbody&gt;tr&gt;td,.table-bordered&gt;tfoot&gt;tr&gt;td{border:1px solid #ddd}
.table-bordered&gt;thead&gt;tr&gt;th,.table-bordered&gt;thead&gt;tr&gt;td{border-bottom-width:2px}
.table-striped&gt;tbody&gt;tr:nth-of-type(odd){background-color:#f9f9f9}
.table-hover&gt;tbody&gt;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&gt;thead&gt;tr&gt;td.active,.table&gt;tbody&gt;tr&gt;td.active,.table&gt;tfoot&gt;tr&gt;td.active,.table&gt;thead&gt;tr&gt;th.active,.table&gt;tbody&gt;tr&gt;th.active,.table&gt;tfoot&gt;tr&gt;th.active,.table&gt;thead&gt;tr.active&gt;td,.table&gt;tbody&gt;tr.active&gt;td,.table&gt;tfoot&gt;tr.active&gt;td,.table&gt;thead&gt;tr.active&gt;th,.table&gt;tbody&gt;tr.active&gt;th,.table&gt;tfoot&gt;tr.active&gt;th{background-color:#f5f5f5}
.table-hover&gt;tbody&gt;tr&gt;td.active:hover,.table-hover&gt;tbody&gt;tr&gt;th.active:hover,.table-hover&gt;tbody&gt;tr.active:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.active,.table-hover&gt;tbody&gt;tr.active:hover&gt;th{background-color:#e8e8e8}
.table&gt;thead&gt;tr&gt;td.success,.table&gt;tbody&gt;tr&gt;td.success,.table&gt;tfoot&gt;tr&gt;td.success,.table&gt;thead&gt;tr&gt;th.success,.table&gt;tbody&gt;tr&gt;th.success,.table&gt;tfoot&gt;tr&gt;th.success,.table&gt;thead&gt;tr.success&gt;td,.table&gt;tbody&gt;tr.success&gt;td,.table&gt;tfoot&gt;tr.success&gt;td,.table&gt;thead&gt;tr.success&gt;th,.table&gt;tbody&gt;tr.success&gt;th,.table&gt;tfoot&gt;tr.success&gt;th{background-color:#dff0d8}
.table-hover&gt;tbody&gt;tr&gt;td.success:hover,.table-hover&gt;tbody&gt;tr&gt;th.success:hover,.table-hover&gt;tbody&gt;tr.success:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.success,.table-hover&gt;tbody&gt;tr.success:hover&gt;th{background-color:#d0e9c6}
.table&gt;thead&gt;tr&gt;td.info,.table&gt;tbody&gt;tr&gt;td.info,.table&gt;tfoot&gt;tr&gt;td.info,.table&gt;thead&gt;tr&gt;th.info,.table&gt;tbody&gt;tr&gt;th.info,.table&gt;tfoot&gt;tr&gt;th.info,.table&gt;thead&gt;tr.info&gt;td,.table&gt;tbody&gt;tr.info&gt;td,.table&gt;tfoot&gt;tr.info&gt;td,.table&gt;thead&gt;tr.info&gt;th,.table&gt;tbody&gt;tr.info&gt;th,.table&gt;tfoot&gt;tr.info&gt;th{background-color:#d9edf7}
.table-hover&gt;tbody&gt;tr&gt;td.info:hover,.table-hover&gt;tbody&gt;tr&gt;th.info:hover,.table-hover&gt;tbody&gt;tr.info:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.info,.table-hover&gt;tbody&gt;tr.info:hover&gt;th{background-color:#c4e3f3}
.table&gt;thead&gt;tr&gt;td.warning,.table&gt;tbody&gt;tr&gt;td.warning,.table&gt;tfoot&gt;tr&gt;td.warning,.table&gt;thead&gt;tr&gt;th.warning,.table&gt;tbody&gt;tr&gt;th.warning,.table&gt;tfoot&gt;tr&gt;th.warning,.table&gt;thead&gt;tr.warning&gt;td,.table&gt;tbody&gt;tr.warning&gt;td,.table&gt;tfoot&gt;tr.warning&gt;td,.table&gt;thead&gt;tr.warning&gt;th,.table&gt;tbody&gt;tr.warning&gt;th,.table&gt;tfoot&gt;tr.warning&gt;th{background-color:#fcf8e3}
.table-hover&gt;tbody&gt;tr&gt;td.warning:hover,.table-hover&gt;tbody&gt;tr&gt;th.warning:hover,.table-hover&gt;tbody&gt;tr.warning:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.warning,.table-hover&gt;tbody&gt;tr.warning:hover&gt;th{background-color:#faf2cc}
.table&gt;thead&gt;tr&gt;td.danger,.table&gt;tbody&gt;tr&gt;td.danger,.table&gt;tfoot&gt;tr&gt;td.danger,.table&gt;thead&gt;tr&gt;th.danger,.table&gt;tbody&gt;tr&gt;th.danger,.table&gt;tfoot&gt;tr&gt;th.danger,.table&gt;thead&gt;tr.danger&gt;td,.table&gt;tbody&gt;tr.danger&gt;td,.table&gt;tfoot&gt;tr.danger&gt;td,.table&gt;thead&gt;tr.danger&gt;th,.table&gt;tbody&gt;tr.danger&gt;th,.table&gt;tfoot&gt;tr.danger&gt;th{background-color:#f2dede}
.table-hover&gt;tbody&gt;tr&gt;td.danger:hover,.table-hover&gt;tbody&gt;tr&gt;th.danger:hover,.table-hover&gt;tbody&gt;tr.danger:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;.danger,.table-hover&gt;tbody&gt;tr.danger:hover&gt;th{background-color:#ebcccc}
.table-responsive{overflow-x:auto;min-height:.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&gt;.table{margin-bottom:0}
.table-responsive&gt;.table&gt;thead&gt;tr&gt;th,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;th,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th,.table-responsive&gt;.table&gt;thead&gt;tr&gt;td,.table-responsive&gt;.table&gt;tbody&gt;tr&gt;td,.table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td{white-space:nowrap}
.table-responsive&gt;.table-bordered{border:0}
.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}
.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}
.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td{border-bottom:0}
}
fieldset{padding:0;margin:0;border:0;min-width:0}
label{display:inline-block;max-width:100%;font-weight:bold}
input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}
input[type="file"]{display:block}
input[type="range"]{display:block;width:100%}
select[multiple],select[size]{height:auto}
input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}
.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,0.6)}
.form-control::-moz-placeholder{color:#999;opacity:1}
.form-control:-ms-input-placeholder{color:#999}
.form-control::-webkit-input-placeholder{color:#999}
.form-control::-ms-expand{border:0;background-color:transparent}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}
.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}
textarea.form-control{height:auto}
input[type="search"]{-webkit-appearance:none}
@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}
input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}
input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}
}
.form-group{margin-bottom:15px}
.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:normal;cursor:pointer}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-left:-20px;margin-top:4px \9}
.radio+.radio,.checkbox+.checkbox{margin-top:-5px}
.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}
.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}
.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}
.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0;min-height:34px}
.form-control-static.input-lg,.form-control-static.input-sm{padding-left:0;padding-right:0}
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-sm{height:30px;line-height:30px}
textarea.input-sm,select[multiple].input-sm{height:auto}
.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.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:6px}
select.input-lg{height:46px;line-height:46px}
textarea.input-lg,select[multiple].input-lg{height:auto}
.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.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:#3c763d}
.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}
.has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8}
.has-success .form-control-feedback{color:#3c763d}
.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}
.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}
.has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3}
.has-warning .form-control-feedback{color:#8a6d3b}
.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}
.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}
.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}
.has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede}
.has-error .form-control-feedback{color:#a94442}
.has-feedback label ~ .form-control-feedback{top:25px}
.has-feedback label.sr-only ~ .form-control-feedback{top:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}
.form-inline .form-control-static{display:inline-block}
.form-inline .input-group{display:inline-table;vertical-align:middle}
.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}
.form-inline .input-group&gt;.form-control{width:100%}
.form-inline .control-label{margin-bottom:0;vertical-align:middle}
.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.form-inline .radio label,.form-inline .checkbox label{padding-left:0}
.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.form-inline .has-feedback .form-control-feedback{top:0}
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px}
.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}
.form-horizontal .form-group{margin-left:-15px;margin-right:-15px}
@media(min-width:768px){.form-horizontal .control-label{text-align:right;margin-bottom:0;padding-top:7px}
}
.form-horizontal .has-feedback .form-control-feedback{right:15px}
@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;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;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:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
.btn:hover,.btn:focus,.btn.focus{color:#333;text-decoration:none}
.btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}
.btn-default{color:#333;background-color:#fff;border-color:#ccc}
.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}
.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}
.btn-default:active:hover,.btn-default.active:hover,.open&gt;.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open&gt;.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open&gt;.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}
.btn-default:active,.btn-default.active,.open&gt;.dropdown-toggle.btn-default{background-image:none}
.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{background-color:#fff;border-color:#ccc}
.btn-default .badge{color:#fff;background-color:#333}
.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}
.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}
.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary:active:hover,.btn-primary.active:hover,.open&gt;.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open&gt;.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open&gt;.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}
.btn-primary:active,.btn-primary.active,.open&gt;.dropdown-toggle.btn-primary{background-image:none}
.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{background-color:#337ab7;border-color:#2e6da4}
.btn-primary .badge{color:#337ab7;background-color:#fff}
.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}
.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}
.btn-success:active:hover,.btn-success.active:hover,.open&gt;.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open&gt;.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open&gt;.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}
.btn-success:active,.btn-success.active,.open&gt;.dropdown-toggle.btn-success{background-image:none}
.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{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&gt;.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}
.btn-info:active:hover,.btn-info.active:hover,.open&gt;.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open&gt;.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open&gt;.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}
.btn-info:active,.btn-info.active,.open&gt;.dropdown-toggle.btn-info{background-image:none}
.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{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&gt;.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}
.btn-warning:active:hover,.btn-warning.active:hover,.open&gt;.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open&gt;.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open&gt;.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}
.btn-warning:active,.btn-warning.active,.open&gt;.dropdown-toggle.btn-warning{background-image:none}
.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{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&gt;.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}
.btn-danger:active:hover,.btn-danger.active:hover,.open&gt;.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open&gt;.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open&gt;.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}
.btn-danger:active,.btn-danger.active,.open&gt;.dropdown-toggle.btn-danger{background-image:none}
.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{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}
.btn-link{color:#337ab7;font-weight:normal;border-radius:0}
.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}
.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}
.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}
.btn-lg,.btn-group-lg&gt;.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.btn-sm,.btn-group-sm&gt;.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-xs,.btn-group-xs&gt;.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:5px}
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height,visibility;transition-property:height,visibility;-webkit-transition-duration:.35s;transition-duration:.35s;-webkit-transition-timing-function:ease;transition-timing-function:ease}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}
.dropup,.dropdown{position:relative}
.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:14px;text-align:left;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}
.dropdown-menu.pull-right{right:0;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.dropdown-menu&gt;li&gt;a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.42857143;color:#333;white-space:nowrap}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{color:#fff;text-decoration:none;outline:0;background-color:#337ab7}
.dropdown-menu&gt;.disabled&gt;a,.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{color:#777}
.dropdown-menu&gt;.disabled&gt;a:hover,.dropdown-menu&gt;.disabled&gt;a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed}
.open&gt;.dropdown-menu{display:block}
.open&gt;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:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
.pull-right&gt;.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}
}
.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}
.btn-group&gt;.btn,.btn-group-vertical&gt;.btn{position:relative;float:left}
.btn-group&gt;.btn:hover,.btn-group-vertical&gt;.btn:hover,.btn-group&gt;.btn:focus,.btn-group-vertical&gt;.btn:focus,.btn-group&gt;.btn:active,.btn-group-vertical&gt;.btn:active,.btn-group&gt;.btn.active,.btn-group-vertical&gt;.btn.active{z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}
.btn-toolbar{margin-left:-5px}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}
.btn-toolbar&gt;.btn,.btn-toolbar&gt;.btn-group,.btn-toolbar&gt;.input-group{margin-left:5px}
.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}
.btn-group&gt;.btn:first-child{margin-left:0}
.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}
.btn-group&gt;.btn:last-child:not(:first-child),.btn-group&gt;.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}
.btn-group&gt;.btn-group{float:left}
.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}
.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}
.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
.btn-group&gt;.btn+.dropdown-toggle{padding-left:8px;padding-right:8px}
.btn-group&gt;.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px}
.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}
.btn .caret{margin-left:0}
.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}
.dropup .btn-lg .caret{border-width:0 5px 5px}
.btn-group-vertical&gt;.btn,.btn-group-vertical&gt;.btn-group,.btn-group-vertical&gt;.btn-group&gt;.btn{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical&gt;.btn-group&gt;.btn{float:none}
.btn-group-vertical&gt;.btn+.btn,.btn-group-vertical&gt;.btn+.btn-group,.btn-group-vertical&gt;.btn-group+.btn,.btn-group-vertical&gt;.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child){border-radius:0}
.btn-group-vertical&gt;.btn:first-child:not(:last-child){border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical&gt;.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn{border-radius:0}
.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child,.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}
.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}
.btn-group-justified&gt;.btn,.btn-group-justified&gt;.btn-group{float:none;display:table-cell;width:1%}
.btn-group-justified&gt;.btn-group .btn{width:100%}
.btn-group-justified&gt;.btn-group .dropdown-menu{left:auto}
[data-toggle="buttons"]&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"],[data-toggle="buttons"]&gt;.btn input[type="checkbox"],[data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:table;border-collapse:separate}
.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}
.input-group .form-control:focus{z-index:3}
.input-group-lg&gt;.form-control,.input-group-lg&gt;.input-group-addon,.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
select.input-group-lg&gt;.form-control,select.input-group-lg&gt;.input-group-addon,select.input-group-lg&gt;.input-group-btn&gt;.btn{height:46px;line-height:46px}
textarea.input-group-lg&gt;.form-control,textarea.input-group-lg&gt;.input-group-addon,textarea.input-group-lg&gt;.input-group-btn&gt;.btn,select[multiple].input-group-lg&gt;.form-control,select[multiple].input-group-lg&gt;.input-group-addon,select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn{height:auto}
.input-group-sm&gt;.form-control,.input-group-sm&gt;.input-group-addon,.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
select.input-group-sm&gt;.form-control,select.input-group-sm&gt;.input-group-addon,select.input-group-sm&gt;.input-group-btn&gt;.btn{height:30px;line-height:30px}
textarea.input-group-sm&gt;.form-control,textarea.input-group-sm&gt;.input-group-addon,textarea.input-group-sm&gt;.input-group-btn&gt;.btn,select[multiple].input-group-sm&gt;.form-control,select[multiple].input-group-sm&gt;.input-group-addon,select[multiple].input-group-sm&gt;.input-group-btn&gt;.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:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}
.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}
.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group&gt;.btn,.input-group-btn:first-child&gt;.dropdown-toggle,.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.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&gt;.btn,.input-group-btn:last-child&gt;.btn-group&gt;.btn,.input-group-btn:last-child&gt;.dropdown-toggle,.input-group-btn:first-child&gt;.btn:not(:first-child),.input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.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&gt;.btn{position:relative}
.input-group-btn&gt;.btn+.btn{margin-left:-1px}
.input-group-btn&gt;.btn:hover,.input-group-btn&gt;.btn:focus,.input-group-btn&gt;.btn:active{z-index:2}
.input-group-btn:first-child&gt;.btn,.input-group-btn:first-child&gt;.btn-group{margin-right:-1px}
.input-group-btn:last-child&gt;.btn,.input-group-btn:last-child&gt;.btn-group{z-index:2;margin-left:-1px}
.nav{margin-bottom:0;padding-left:0;list-style:none}
.nav&gt;li{position:relative;display:block}
.nav&gt;li&gt;a{position:relative;display:block;padding:10px 15px}
.nav&gt;li&gt;a:hover,.nav&gt;li&gt;a:focus{text-decoration:none;background-color:#eee}
.nav&gt;li.disabled&gt;a{color:#777}
.nav&gt;li.disabled&gt;a:hover,.nav&gt;li.disabled&gt;a:focus{color:#777;text-decoration:none;background-color:transparent;cursor:not-allowed}
.nav .open&gt;a,.nav .open&gt;a:hover,.nav .open&gt;a:focus{background-color:#eee;border-color:#337ab7}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav&gt;li&gt;a&gt;img{max-width:none}
.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs&gt;li{float:left;margin-bottom:-1px}
.nav-tabs&gt;li&gt;a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs&gt;li&gt;a:hover{border-color:#eee #eee #ddd}
.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:hover,.nav-tabs&gt;li.active&gt;a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
.nav-tabs.nav-justified{width:100%;border-bottom:0}
.nav-tabs.nav-justified&gt;li{float:none}
.nav-tabs.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}
.nav-tabs.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:768px){.nav-tabs.nav-justified&gt;li{display:table-cell;width:1%}
.nav-tabs.nav-justified&gt;li&gt;a{margin-bottom:0}
}
.nav-tabs.nav-justified&gt;li&gt;a{margin-right:0;border-radius:4px}
.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border:1px solid #ddd}
@media(min-width:768px){.nav-tabs.nav-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs.nav-justified&gt;.active&gt;a,.nav-tabs.nav-justified&gt;.active&gt;a:hover,.nav-tabs.nav-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}
}
.nav-pills&gt;li{float:left}
.nav-pills&gt;li&gt;a{border-radius:4px}
.nav-pills&gt;li+li{margin-left:2px}
.nav-pills&gt;li.active&gt;a,.nav-pills&gt;li.active&gt;a:hover,.nav-pills&gt;li.active&gt;a:focus{color:#fff;background-color:#337ab7}
.nav-stacked&gt;li{float:none}
.nav-stacked&gt;li+li{margin-top:2px;margin-left:0}
.nav-justified{width:100%}
.nav-justified&gt;li{float:none}
.nav-justified&gt;li&gt;a{text-align:center;margin-bottom:5px}
.nav-justified&gt;.dropdown .dropdown-menu{top:auto;left:auto}
@media(min-width:768px){.nav-justified&gt;li{display:table-cell;width:1%}
.nav-justified&gt;li&gt;a{margin-bottom:0}
}
.nav-tabs-justified{border-bottom:0}
.nav-tabs-justified&gt;li&gt;a{margin-right:0;border-radius:4px}
.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border:1px solid #ddd}
@media(min-width:768px){.nav-tabs-justified&gt;li&gt;a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified&gt;.active&gt;a,.nav-tabs-justified&gt;.active&gt;a:hover,.nav-tabs-justified&gt;.active&gt;a:focus{border-bottom-color:#fff}
}
.tab-content&gt;.tab-pane{display:none}
.tab-content&gt;.active{display:block}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}
.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
@media(min-width:768px){.navbar{border-radius:4px}
}
@media(min-width:768px){.navbar-header{float:left}
}
.navbar-collapse{overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}
.navbar-collapse.in{overflow-y:auto}
@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}
.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}
.navbar-collapse.in{overflow-y:visible}
.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}
@media(max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}
}
.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:-15px;margin-left:-15px}
@media(min-width:768px){.container&gt;.navbar-header,.container-fluid&gt;.navbar-header,.container&gt;.navbar-collapse,.container-fluid&gt;.navbar-collapse{margin-right:0;margin-left:0}
}
.navbar-static-top{z-index:1000;border-width:0 0 1px}
@media(min-width:768px){.navbar-static-top{border-radius:0}
}
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}
@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}
}
.navbar-fixed-top{top:0;border-width:0 0 1px}
.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px;height:50px}
.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}
.navbar-brand&gt;img{display:block}
@media(min-width:768px){.navbar&gt;.container .navbar-brand,.navbar&gt;.container-fluid .navbar-brand{margin-left:-15px}
}
.navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media(min-width:768px){.navbar-toggle{display:none}
}
.navbar-nav{margin:7.5px -15px}
.navbar-nav&gt;li&gt;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&gt;li&gt;a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}
.navbar-nav .open .dropdown-menu&gt;li&gt;a{line-height:20px}
.navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{background-image:none}
}
@media(min-width:768px){.navbar-nav{float:left;margin:0}
.navbar-nav&gt;li{float:left}
.navbar-nav&gt;li&gt;a{padding-top:15px;padding-bottom:15px}
}
.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}
@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}
.navbar-form .form-control-static{display:inline-block}
.navbar-form .input-group{display:inline-table;vertical-align:middle}
.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}
.navbar-form .input-group&gt;.form-control{width:100%}
.navbar-form .control-label{margin-bottom:0;vertical-align:middle}
.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}
.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}
.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}
.navbar-form .has-feedback .form-control-feedback{top:0}
}
@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}
.navbar-form .form-group:last-child{margin-bottom:0}
}
@media(min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}
}
.navbar-nav&gt;li&gt;.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}
.navbar-fixed-bottom .navbar-nav&gt;li&gt;.dropdown-menu{margin-bottom:0;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.navbar-btn{margin-top:8px;margin-bottom:8px}
.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}
.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}
.navbar-text{margin-top:15px;margin-bottom:15px}
@media(min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}
}
@media(min-width:768px){.navbar-left{float:left !important}
.navbar-right{float:right !important;margin-right:-15px}
.navbar-right ~ .navbar-right{margin-right:0}
}
.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}
.navbar-default .navbar-brand{color:#777}
.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}
.navbar-default .navbar-text{color:#777}
.navbar-default .navbar-nav&gt;li&gt;a{color:#777}
.navbar-default .navbar-nav&gt;li&gt;a:hover,.navbar-default .navbar-nav&gt;li&gt;a:focus{color:#333;background-color:transparent}
.navbar-default .navbar-nav&gt;.active&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a:hover,.navbar-default .navbar-nav&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav&gt;.disabled&gt;a,.navbar-default .navbar-nav&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#ddd}
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}
.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}
.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.open&gt;a:hover,.navbar-default .navbar-nav&gt;.open&gt;a:focus{background-color:#e7e7e7;color:#555}
@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#777}
.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#333;background-color:transparent}
.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#555;background-color:#e7e7e7}
.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-default .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#ccc;background-color:transparent}
}
.navbar-default .navbar-link{color:#777}
.navbar-default .navbar-link:hover{color:#333}
.navbar-default .btn-link{color:#777}
.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}
.navbar-default .btn-link[disabled]:hover,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:#222;border-color:#080808}
.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&gt;li&gt;a{color:#9d9d9d}
.navbar-inverse .navbar-nav&gt;li&gt;a:hover,.navbar-inverse .navbar-nav&gt;li&gt;a:focus{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav&gt;.active&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav&gt;.active&gt;a:focus{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav&gt;.disabled&gt;a,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}
.navbar-inverse .navbar-toggle{border-color:#333}
.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}
.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}
.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.open&gt;a:hover,.navbar-inverse .navbar-nav&gt;.open&gt;a:focus{background-color:#080808;color:#fff}
@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.dropdown-header{border-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a{color:#9d9d9d}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;li&gt;a:focus{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu&gt;.disabled&gt;a:focus{color:#444;background-color:transparent}
}
.navbar-inverse .navbar-link{color:#9d9d9d}
.navbar-inverse .navbar-link:hover{color:#fff}
.navbar-inverse .btn-link{color:#9d9d9d}
.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}
.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}
.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}
.breadcrumb&gt;li{display:inline-block}
.breadcrumb&gt;li+li:before{content:"/\00a0";padding:0 5px;color:#ccc}
.breadcrumb&gt;.active{color:#777}
.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}
.pagination&gt;li{display:inline}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#337ab7;background-color:#fff;border:1px solid #ddd;margin-left:-1px}
.pagination&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-bottom-right-radius:4px;border-top-right-radius:4px}
.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:hover,.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination&gt;.active&gt;a,.pagination&gt;.active&gt;span,.pagination&gt;.active&gt;a:hover,.pagination&gt;.active&gt;span:hover,.pagination&gt;.active&gt;a:focus,.pagination&gt;.active&gt;span:focus{z-index:3;color:#fff;background-color:#337ab7;border-color:#337ab7;cursor:default}
.pagination&gt;.disabled&gt;span,.pagination&gt;.disabled&gt;span:hover,.pagination&gt;.disabled&gt;span:focus,.pagination&gt;.disabled&gt;a,.pagination&gt;.disabled&gt;a:hover,.pagination&gt;.disabled&gt;a:focus{color:#777;background-color:#fff;border-color:#ddd;cursor:not-allowed}
.pagination-lg&gt;li&gt;a,.pagination-lg&gt;li&gt;span{padding:10px 16px;font-size:18px;line-height:1.3333333}
.pagination-lg&gt;li:first-child&gt;a,.pagination-lg&gt;li:first-child&gt;span{border-bottom-left-radius:6px;border-top-left-radius:6px}
.pagination-lg&gt;li:last-child&gt;a,.pagination-lg&gt;li:last-child&gt;span{border-bottom-right-radius:6px;border-top-right-radius:6px}
.pagination-sm&gt;li&gt;a,.pagination-sm&gt;li&gt;span{padding:5px 10px;font-size:12px;line-height:1.5}
.pagination-sm&gt;li:first-child&gt;a,.pagination-sm&gt;li:first-child&gt;span{border-bottom-left-radius:3px;border-top-left-radius:3px}
.pagination-sm&gt;li:last-child&gt;a,.pagination-sm&gt;li:last-child&gt;span{border-bottom-right-radius:3px;border-top-right-radius:3px}
.pager{padding-left:0;margin:20px 0;list-style:none;text-align:center}
.pager li{display:inline}
.pager li&gt;a,.pager li&gt;span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}
.pager li&gt;a:hover,.pager li&gt;a:focus{text-decoration:none;background-color:#eee}
.pager .next&gt;a,.pager .next&gt;span{float:right}
.pager .previous&gt;a,.pager .previous&gt;span{float:left}
.pager .disabled&gt;a,.pager .disabled&gt;a:hover,.pager .disabled&gt;a:focus,.pager .disabled&gt;span{color:#777;background-color:#fff;cursor:not-allowed}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}
a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}
.btn .label{position:relative;top:-1px}
.label-default{background-color:#777}
.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}
.label-primary{background-color:#337ab7}
.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}
.label-success{background-color:#5cb85c}
.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}
.label-info{background-color:#5bc0de}
.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}
.label-warning{background-color:#f0ad4e}
.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}
.label-danger{background-color:#d9534f}
.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}
.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:middle;white-space:nowrap;text-align:center;background-color:#777;border-radius:10px}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.btn-xs .badge,.btn-group-xs&gt;.btn .badge{top:0;padding:1px 5px}
a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
.list-group-item.active&gt;.badge,.nav-pills&gt;.active&gt;a&gt;.badge{color:#337ab7;background-color:#fff}
.list-group-item&gt;.badge{float:right}
.list-group-item&gt;.badge+.badge{margin-right:5px}
.nav-pills&gt;li&gt;a&gt;.badge{margin-left:3px}
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}
.jumbotron h1,.jumbotron .h1{color:inherit}
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}
.jumbotron&gt;hr{border-top-color:#d5d5d5}
.container .jumbotron,.container-fluid .jumbotron{border-radius:6px;padding-left:15px;padding-right:15px}
.jumbotron .container{max-width:100%}
@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}
.container .jumbotron,.container-fluid .jumbotron{padding-left:60px;padding-right:60px}
.jumbotron h1,.jumbotron .h1{font-size:63px}
}
.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}
.thumbnail&gt;img,.thumbnail a&gt;img{margin-left:auto;margin-right:auto}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}
.thumbnail .caption{padding:9px;color:#333}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}
.alert h4{margin-top:0;color:inherit}
.alert .alert-link{font-weight:bold}
.alert&gt;p,.alert&gt;ul{margin-bottom:0}
.alert&gt;p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}
.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}
.alert-success hr{border-top-color:#c9e2b3}
.alert-success .alert-link{color:#2b542c}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#1e4d64}
.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:#8B4242}
.alert-danger hr{border-top-color:#e4b9c0}
.alert-danger .alert-link{color:#843534}
@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
@keyframes progress-bar-stripes{from{background-position:40px 0}
to{background-position:0 0}
}
.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}
.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}
.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.progress-bar-success{background-color:#5cb85c}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#5bc0de}
.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-bar-warning{background-color:#f0ad4e}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.progress-bar-danger{background-color:#d9534f}
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.media{margin-top:15px}
.media:first-child{margin-top:0}
.media,.media-body{zoom:1;overflow:hidden}
.media-body{width:10000px}
.media-object{display:block}
.media-object.img-thumbnail{max-width:none}
.media-right,.media&gt;.pull-right{padding-left:10px}
.media-left,.media&gt;.pull-left{padding-right:10px}
.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}
.media-middle{vertical-align:middle}
.media-bottom{vertical-align:bottom}
.media-heading{margin-top:0;margin-bottom:5px}
.media-list{padding-left:0;list-style:none}
.list-group{margin-bottom:20px;padding-left:0}
.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
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:#eee;color:#777;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:#777}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading&gt;small,.list-group-item.active:hover .list-group-item-heading&gt;small,.list-group-item.active:focus .list-group-item-heading&gt;small,.list-group-item.active .list-group-item-heading&gt;.small,.list-group-item.active:hover .list-group-item-heading&gt;.small,.list-group-item.active:focus .list-group-item-heading&gt;.small{color:inherit}
.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}
.list-group-item-success{color:#3c763d;background-color:#dff0d8}
a.list-group-item-success,button.list-group-item-success{color:#3c763d}
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:#3c763d;background-color:#d0e9c6}
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:#3c763d;border-color:#3c763d}
.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:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}
.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}
.panel-heading&gt;.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}
.panel-title&gt;a,.panel-title&gt;small,.panel-title&gt;.small,.panel-title&gt;small&gt;a,.panel-title&gt;.small&gt;a{color:inherit}
.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel&gt;.list-group,.panel&gt;.panel-collapse&gt;.list-group{margin-bottom:0}
.panel&gt;.list-group .list-group-item,.panel&gt;.panel-collapse&gt;.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel&gt;.list-group:first-child .list-group-item:first-child,.panel&gt;.panel-collapse&gt;.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px}
.panel&gt;.list-group:last-child .list-group-item:last-child,.panel&gt;.panel-collapse&gt;.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel&gt;.panel-heading+.panel-collapse&gt;.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&gt;.table,.panel&gt;.table-responsive&gt;.table,.panel&gt;.panel-collapse&gt;.table{margin-bottom:0}
.panel&gt;.table caption,.panel&gt;.table-responsive&gt;.table caption,.panel&gt;.panel-collapse&gt;.table caption{padding-left:15px;padding-right:15px}
.panel&gt;.table:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:first-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:first-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:first-child{border-top-left-radius:3px}
.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child td:last-child,.panel&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;thead:first-child&gt;tr:first-child th:last-child,.panel&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child,.panel&gt;.table-responsive:first-child&gt;.table:first-child&gt;tbody:first-child&gt;tr:first-child th:last-child{border-top-right-radius:3px}
.panel&gt;.table:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child{border-bottom-left-radius:3px;border-bottom-right-radius:3px}
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:first-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:first-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child td:last-child,.panel&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tbody:last-child&gt;tr:last-child th:last-child,.panel&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child,.panel&gt;.table-responsive:last-child&gt;.table:last-child&gt;tfoot:last-child&gt;tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel&gt;.panel-body+.table,.panel&gt;.panel-body+.table-responsive,.panel&gt;.table+.panel-body,.panel&gt;.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child th,.panel&gt;.table&gt;tbody:first-child&gt;tr:first-child td{border-top:0}
.panel&gt;.table-bordered,.panel&gt;.table-responsive&gt;.table-bordered{border:0}
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child{border-left:0}
.panel&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child,.panel&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child,.panel&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child{border-right:0}
.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;td,.panel&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;thead&gt;tr:first-child&gt;th,.panel&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:first-child&gt;th{border-bottom:0}
.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td,.panel&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th,.panel&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th,.panel&gt;.table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th{border-bottom:0}
.panel&gt;.table-responsive{border:0;margin-bottom:0}
.panel-group{margin-bottom:20px}
.panel-group .panel{margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse&gt;.panel-body,.panel-group .panel-heading+.panel-collapse&gt;.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:#ddd}
.panel-default&gt;.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}
.panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ddd}
.panel-default&gt;.panel-heading .badge{color:#f5f5f5;background-color:#333}
.panel-default&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ddd}
.panel-primary{border-color:#337ab7}
.panel-primary&gt;.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}
.panel-primary&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#337ab7}
.panel-primary&gt;.panel-heading .badge{color:#337ab7;background-color:#fff}
.panel-primary&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#337ab7}
.panel-success{border-color:#d6e9c6}
.panel-success&gt;.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}
.panel-success&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#d6e9c6}
.panel-success&gt;.panel-heading .badge{color:#dff0d8;background-color:#3c763d}
.panel-success&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#d6e9c6}
.panel-info{border-color:#bce8f1}
.panel-info&gt;.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}
.panel-info&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#bce8f1}
.panel-info&gt;.panel-heading .badge{color:#d9edf7;background-color:#31708f}
.panel-info&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#bce8f1}
.panel-warning{border-color:#faebcc}
.panel-warning&gt;.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#faebcc}
.panel-warning&gt;.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}
.panel-warning&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#faebcc}
.panel-danger{border-color:#ebccd1}
.panel-danger&gt;.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.panel-danger&gt;.panel-heading+.panel-collapse&gt;.panel-body{border-top-color:#ebccd1}
.panel-danger&gt;.panel-heading .badge{color:#f2dede;background-color:#a94442}
.panel-danger&gt;.panel-footer+.panel-collapse&gt;.panel-body{border-bottom-color:#ebccd1}
.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;left:0;bottom:0;height:100%;width:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}
.embed-responsive-4by3{padding-bottom:75%}
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}
.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
.well-lg{padding:24px;border-radius:6px}
.well-sm{padding:9px;border-radius:3px}
.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.6;filter:alpha(opacity=20)}
.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;font-size: 25px;padding: 0 10px 10px 10px;}
button.close::before {
    position: absolute!important;
    content: ''!important;
    top: 150px
     !important;
        bottom: 0px
    !important;
        left: 350px
     !important;
        right: 0!important;
}
.modal-open{overflow:hidden}
.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal-dialog{position:relative;width:auto;margin:10px}
.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:0}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}
.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}
.modal-header .close{margin-top:-2px}
.modal-title{margin:0;line-height:1.42857143}
.modal-body{position:relative;padding:15px}
.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}
.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0}
.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}
.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}
.modal-sm{width:300px}
}
@media(min-width:992px){.modal-lg{width:900px}
}
.carousel{position:relative}
.carousel-inner{position:relative;overflow:hidden;width:100%}
.carousel-inner&gt;.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner&gt;.item&gt;img,.carousel-inner&gt;.item&gt;a&gt;img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner&gt;.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}
.carousel-inner&gt;.item.next,.carousel-inner&gt;.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}
.carousel-inner&gt;.item.prev,.carousel-inner&gt;.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}
.carousel-inner&gt;.item.next.left,.carousel-inner&gt;.item.prev.right,.carousel-inner&gt;.item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
}
.carousel-inner&gt;.active,.carousel-inner&gt;.next,.carousel-inner&gt;.prev{display:block}
.carousel-inner&gt;.active{left:0}
.carousel-inner&gt;.next,.carousel-inner&gt;.prev{position:absolute;top:0;width:100%}
.carousel-inner&gt;.next{left:100%}
.carousel-inner&gt;.prev{left:-100%}
.carousel-inner&gt;.next.left,.carousel-inner&gt;.prev.right{left:0}
.carousel-inner&gt;.active.left{left:-100%}
.carousel-inner&gt;.active.right{left:100%}
.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}
.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}
.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .fa-chevron-left,.carousel-control .fa-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}
.carousel-control .icon-prev,.carousel-control .fa-chevron-left{left:50%;margin-left:-10px}
.carousel-control .icon-next,.carousel-control .fa-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 .fa-chevron-left,.carousel-control .fa-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}
.carousel-control .fa-chevron-left,.carousel-control .icon-prev{margin-left:-10px}
.carousel-control .fa-chevron-right,.carousel-control .icon-next{margin-right:-10px}
.carousel-caption{left:20%;right:20%;padding-bottom:30px}
.carousel-indicators{bottom:20px}
}
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical&gt;.btn-group:before,.btn-group-vertical&gt;.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{content:" ";display:table}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical&gt;.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}
.center-block{display:block;margin-left:auto;margin-right:auto}
.pull-right{float:right !important}
.pull-left{float:left !important}
.hide{display:none !important}
.show{display:block !important}
.invisible{visibility:hidden}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.hidden{display:none !important}
.affix{position:fixed}
@-ms-viewport{width:device-width}
.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}
@media(max-width:767px){.visible-xs{display:block !important}
table.visible-xs{display:table !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}
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075)}
.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
.btn-default.disabled,.btn-primary.disabled,.btn-success.disabled,.btn-info.disabled,.btn-warning.disabled,.btn-danger.disabled,.btn-default[disabled],.btn-primary[disabled],.btn-success[disabled],.btn-info[disabled],.btn-warning[disabled],.btn-danger[disabled],fieldset[disabled] .btn-default,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-info,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-danger{-webkit-box-shadow:none;box-shadow:none}
.btn-default .badge,.btn-primary .badge,.btn-success .badge,.btn-info .badge,.btn-warning .badge,.btn-danger .badge{text-shadow:none}
.btn:active,.btn.active{background-image:none}
.btn-default{background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe0e0e0',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#dbdbdb;text-shadow:0 1px 0 #fff;border-color:#ccc}
.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}
.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}
.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:#e0e0e0;background-image:none}
.btn-primary{background-image:-webkit-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:-o-linear-gradient(top,#337ab7 0,#265a88 100%);background-image:linear-gradient(to bottom,#337ab7 0,#265a88 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff265a88',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#245580}
.btn-primary:hover,.btn-primary:focus{background-color:#265a88;background-position:0 -15px}
.btn-primary:active,.btn-primary.active{background-color:#265a88;border-color:#245580}
.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:#265a88;background-image:none}
.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff419641',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#3e8f3e}
.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}
.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}
.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:#419641;background-image:none}
.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff2aabd2',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#28a4c9}
.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}
.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}
.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:#2aabd2;background-image:none}
.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffeb9316',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#e38d13}
.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}
.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}
.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:#eb9316;background-image:none}
.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc12e2a',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background-repeat:repeat-x;border-color:#b92c28}
.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}
.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}
.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:#c12e2a;background-image:none}
.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}
.dropdown-menu&gt;li&gt;a:hover,.dropdown-menu&gt;li&gt;a:focus{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);background-color:#e8e8e8}
.dropdown-menu&gt;.active&gt;a,.dropdown-menu&gt;.active&gt;a:hover,.dropdown-menu&gt;.active&gt;a:focus{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0);background-color:#2e6da4}
.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff8f8f8',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075);box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 5px rgba(0,0,0,0.075)}
.navbar-default .navbar-nav&gt;.open&gt;a,.navbar-default .navbar-nav&gt;.active&gt;a{background-image:-webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:-o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);background-image:linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb',endColorstr='#ffe2e2e2',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.075);box-shadow:inset 0 3px 9px rgba(0,0,0,0.075)}
.navbar-brand,.navbar-nav&gt;li&gt;a{text-shadow:0 1px 0 rgba(255,255,255,0.25)}
.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c',endColorstr='#ff222222',GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border-radius:4px}
.navbar-inverse .navbar-nav&gt;.open&gt;a,.navbar-inverse .navbar-nav&gt;.active&gt;a{background-image:-webkit-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:-o-linear-gradient(top,#080808 0,#0f0f0f 100%);background-image:linear-gradient(to bottom,#080808 0,#0f0f0f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808',endColorstr='#ff0f0f0f',GradientType=0);-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,0.25);box-shadow:inset 0 3px 9px rgba(0,0,0,0.25)}
.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav&gt;li&gt;a{text-shadow:0 -1px 0 rgba(0,0,0,0.25)}
.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}
@media(max-width:767px){.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:hover,.navbar .navbar-nav .open .dropdown-menu&gt;.active&gt;a:focus{color:#fff;background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0)}
}
.alert{text-shadow:0 1px 0 rgba(255,255,255,0.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05);box-shadow:inset 0 1px 0 rgba(255,255,255,0.25),0 1px 2px rgba(0,0,0,0.05)}
.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffc8e5bc',GradientType=0);border-color:#b2dba1}
.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffb9def0',GradientType=0);border-color:#9acfea}
.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fff8efc0',GradientType=0);border-color:#f5e79e}
.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffe7c3c3',GradientType=0);border-color:#dca7a7}
.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0)}
.progress-bar{background-image:-webkit-linear-gradient(top,#337ab7 0,#286090 100%);background-image:-o-linear-gradient(top,#337ab7 0,#286090 100%);background-image:linear-gradient(to bottom,#337ab7 0,#286090 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff286090',GradientType=0)}
.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0)}
.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0)}
.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0)}
.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0)}
.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}
.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.075);box-shadow:0 1px 2px rgba(0,0,0,0.075)}
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #286090;background-image:-webkit-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2b669a 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2b669a 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2b669a',GradientType=0);border-color:#2b669a}
.list-group-item.active .badge,.list-group-item.active:hover .badge,.list-group-item.active:focus .badge{text-shadow:none}
.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
.panel-default&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0)}
.panel-primary&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:-o-linear-gradient(top,#337ab7 0,#2e6da4 100%);background-image:linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7',endColorstr='#ff2e6da4',GradientType=0)}
.panel-success&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8',endColorstr='#ffd0e9c6',GradientType=0)}
.panel-info&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7',endColorstr='#ffc4e3f3',GradientType=0)}
.panel-warning&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3',endColorstr='#fffaf2cc',GradientType=0)}
.panel-danger&gt;.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede',endColorstr='#ffebcccc',GradientType=0)}
.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8',endColorstr='#fff5f5f5',GradientType=0);border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 3px rgba(0,0,0,0.05),0 1px 0 rgba(255,255,255,0.1)}
.resGlobalHeader a#skip-to-main{position:absolute;top:-9001px}
.resGlobalHeader a#skip-to-main:focus{position:static}
.container-clipboard{position:relative}
.container-clipboard:hover .btn-clipboard{opacity:.7}
.container-clipboard .btn-clipboard{z-index:9003;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;opacity:0;position:absolute;right:4px;top:4px}
table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}
table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}
table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}
div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}
div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}
div.dataTables_wrapper div.dataTables_filter{text-align:right}
div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}
div.dataTables_wrapper div.dataTables_filter input{margin-left:.5em;display:inline-block;width:auto}
div.dataTables_wrapper div.dataTables_info{padding-top:8px;white-space:nowrap}
div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}
div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap}
div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}
table.dataTable thead&gt;tr&gt;th.sorting_asc,table.dataTable thead&gt;tr&gt;th.sorting_desc,table.dataTable thead&gt;tr&gt;th.sorting,table.dataTable thead&gt;tr&gt;td.sorting_asc,table.dataTable thead&gt;tr&gt;td.sorting_desc,table.dataTable thead&gt;tr&gt;td.sorting{padding-right:30px}
table.dataTable thead&gt;tr&gt;th:active,table.dataTable thead&gt;tr&gt;td:active{outline:0}
table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}
table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:.5}
table.dataTable thead .sorting:after{opacity:.2;content:"\e150"}
table.dataTable thead .sorting_asc:after{content:"\e155"}
table.dataTable thead .sorting_desc:after{content:"\e156"}
table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{color:#eee}
div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}
div.dataTables_scrollBody table{border-top:0;margin-top:0 !important;margin-bottom:0 !important}
div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}
div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:0}
div.dataTables_scrollFoot table{margin-top:0 !important;border-top:0}
@media screen and (max-width:767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}
}
table.dataTable.table-condensed&gt;thead&gt;tr&gt;th{padding-right:20px}
table.dataTable.table-condensed .sorting:after,table.dataTable.table-condensed .sorting_asc:after,table.dataTable.table-condensed .sorting_desc:after{top:6px;right:6px}
table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}
table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}
table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}
div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row{margin:0}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^="col-"]:first-child{padding-left:0}
div.table-responsive&gt;div.dataTables_wrapper&gt;div.row&gt;div[class^="col-"]:last-child{padding-right:0}
body:after{content:url(lightbox/images/close.png) url(lightbox/images/loading.gif) url(lightbox/images/prev.png) url(lightbox/images/next.png);display:none}
body.lb-disable-scrolling{overflow:hidden}
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:alpha(opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid white}
.lightbox a img{border:0}
.lb-outerContainer{position:relative;*zoom:1;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:white}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(lightbox/images/loading.gif) no-repeat}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container&gt;.nav{left:0}
.lb-nav a{outline:0;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}
.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(lightbox/images/prev.png) left 48% no-repeat;filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(lightbox/images/next.png) right 48% no-repeat;filter:alpha(opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}
.lb-data .lb-caption a{color:#4ae}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(lightbox/images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(opacity=100);opacity:1}
.resVerticalNavigation{font-family:'Replica-Bold',Arial,sans-serif;border-radius:0;box-shadow:none}
.resVerticalNavigation .navbar{margin-bottom:30px}
.resVerticalNavigation .navbar ul.list-group{margin-bottom:0;border-radius:0;box-shadow:none}
.resVerticalNavigation .navbar ul.list-group&gt;li a{display:block;margin-bottom:1px;padding:10px 22px 10px 16px;color:#000;background-color:#fff;text-decoration:none}
.resVerticalNavigation .navbar ul.list-group&gt;li&gt;ul.list-group&gt;li&gt;a{background-color:#d9d9d9}
.resVerticalNavigation .navbar ul.list-group&gt;li&gt;ul.list-group&gt;li&gt;ul.list-group&gt;li&gt;a{background-color:#aeaeae}
.resVerticalNavigation .navbar li.list-group-item{border:0;padding:0;margin-bottom:1px;background-color:transparent}
.resVerticalNavigation .navbar li.list-group-item:first-child{border-radius:0}
.resVerticalNavigation .navbar li.list-group-item.selected&gt;a,.resVerticalNavigation .navbar&gt;.navbar-collapse ul.list-group li.parent&gt;a:only-child{color:#fff !important;background-color:#000 !important}
.resVerticalNavigation .navbar li.list-group-item.selected:after{color:#fff;font-family:"FontAwesome";font-size:.8em;content:"\f054";display:inline-block;position:absolute;right:11px;top:13px}
.resVerticalNavigation .navbar&gt;.navbar-collapse&gt;ul.list-group&gt;li&gt;a:first-child:not(:only-child):after{color:#000;font-family:"FontAwesome";font-size:.8em;content:"\f078";display:inline-block;position:absolute;right:9px;top:12px;font-weight:bold}
.res-vertical-navigation .navbar-collapse{padding-left:0;padding-right:0}
@media screen and (max-width:768px){.resVerticalNavigation{background-color:transparent;color:#fff}
.resVerticalNavigation .navbar{border:0}
.resVerticalNavigation .navbar .navbar-header{background-color:#000}
.resVerticalNavigation .navbar .navbar-header .navbar-brand a{color:#fff}
.resVerticalNavigation .navbar .navbar-header .navbar-brand a:hover{text-decoration:none}
.resVerticalNavigation .navbar ul.list-group&gt;li a{margin-bottom:1px}
.resVerticalNavigation .navbar li.list-group-item{margin-bottom:0}
.resVerticalNavigation .navbar li:not(.selected):hover{border:0}
}
.res-local-header-wrapper::before {
    content: "";
    background-image: url("../resources/icons.svg");
    background-size: cover;
    background-size: 30%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.15;
}
.res-local-header-wrapper{position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;background-color:#004c9b;width:100%; -webkit-box-shadow:inset 0 20px 10px -20px rgba(0,0,0,0.5);-moz-box-shadow:inset 0 20px 10px -20px rgba(0,0,0,0.5);box-shadow:inset 0 20px 10px -20px rgba(0,0,0,0.5)}
.res-local-header .site-heading{color:#fff;font-family:'Replica-Bold',Arial,sans-serif;padding:18px 18px 18px 0;font-size:2.6em}
.res-local-header .site-heading a{color:#fff;text-decoration:none}
.res-local-header .site-heading h1{font-size: 36px;margin-top:40px;margin-bottom:40px}
.res-local-header .panel-infoBar.panel{box-shadow:0 3px 10px #444}
@media screen and (max-width:479px){.res-local-header .site-heading{font-size:1.6em}
}
.res-local-footer-wrapper{background-color:#fff}
.res-local-footer-wrapper .container{padding-bottom:20px;padding-top:20px}
.res-local-footer-wrapper .resLocalFooter{text-transform:none;background-color:#fff;font-size:1em}
.res-local-footer-wrapper .resLocalFooter a{color:#1b4c9b;text-decoration:underline}.res-local-footer-wrapper .resLocalFooter a:hover, .res-local-footer-wrapper .resLocalFooter a:focus {text-decoration: none;}
.res-local-footer-wrapper .resLocalFooter .res-link-buttons{margin-top:20px}
.res-local-footer-wrapper .resLocalFooter .res-link-buttons a{color:#fff}
.res-local-footer-wrapper .resLocalFooter .res-link-buttons .icon-circle{color:#fff;font-size:1.6em;background-color:#000;border-color:#000;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;width:32px;height:32px;padding:5px;margin-left:6px;margin-right:0}
.res-local-footer-wrapper .resLocalFooter .res-link-buttons .fa-facebook-f{letter-spacing:5px}
.res-local-footer-wrapper .resLocalFooter .res-link-buttons .fa-youtube{letter-spacing:1px}
.res-local-footer-wrapper .resLocalFooter&gt;.container&gt;.template-local-footer&gt;.col-xs-12&gt;.container{padding-left:0;padding-right:0;width:auto}
.res-local-footer-wrapper .resLocalFooter .row.template-local-footer .res-map{margin-bottom:30px}
.resHorizontalNavigation{font-family:'Replica-Bold',Arial,sans-serif;background-color:#fff}
.resHorizontalNavigation .navbar.res-horizontal-navigation{background:0;border-radius:0;border:0;box-shadow:none;margin-bottom:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation a,.resHorizontalNavigation .navbar.res-horizontal-navigation i,.resHorizontalNavigation .navbar.res-horizontal-navigation span{color:#000}
.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li:not(.active):hover{border:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li:not(.active):hover a:focus,.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li:not(.active):hover a:hover,.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li:not(.active):hover a:active,.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li:not(.active):hover a:visited{color:#000;background-color:#e6e6e6;border:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .nav.navbar-nav li.active a{color:#fff;background-color:#000;border:0;text-shadow:none}
.resHorizontalNavigation .navbar.res-horizontal-navigation .nav&gt;li&gt;a:focus,.resHorizontalNavigation .navbar.res-horizontal-navigation .nav&gt;li&gt;a:hover{background-color:#e6e6e6;border:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse{color:#000;background-color:#fff;padding-left:0}
@media screen and (max-width:768px){.resHorizontalNavigation&gt;.container:first-of-type{padding-left:0;padding-right:0}
.resHorizontalNavigation&gt;.container:first-of-type&gt;.row:first-of-type{margin-left:0;margin-right:0}
.resHorizontalNavigation&gt;.container:first-of-type&gt;.row:first-of-type&gt;div[class*="col-"]:first-of-type{padding-left:0;padding-right:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .navbar-header{background-color:#000}
.resHorizontalNavigation .navbar.res-horizontal-navigation .navbar-header a,.resHorizontalNavigation .navbar.res-horizontal-navigation .navbar-header i,.resHorizontalNavigation .navbar.res-horizontal-navigation .navbar-header span{color:#fff;text-shadow:none}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse{color:#000;padding-left:15px}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse a,.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse i,.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse span{color:#000}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse .nav.navbar-nav li:not(.active):hover{border:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse .nav.navbar-nav li:not(.active):hover a:focus,.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse .nav.navbar-nav li:not(.active):hover a:hover{color:#000;background-color:#e6e6e6;border:0}
.resHorizontalNavigation .navbar.res-horizontal-navigation .collapse.navbar-collapse .nav.navbar-nav li.active a{color:#fff;background-color:#000;border:0;text-shadow:none}
}
.resGlobalHeader{color:#000;background-color:#fff;font-family:'Replica-Bold',Arial,sans-serif}
.resGlobalHeader #skip-to-main{margin-bottom:10px}
.resGlobalHeader a{color:#000}
.resGlobalHeader .navbar.navbar-default{background:0;border-radius:0;border:0;box-shadow:none}
.resGlobalHeader .navbar.navbar-default .form-control{font-family:'Replica-Regular',Arial,sans-serif;font-size:1em;color:#000;border:0;box-shadow:none;border-radius:0;background-color:#e5e5e5}
.resGlobalHeader .navbar.navbar-default .btn.btn-default{border:1px solid #e5e5e5;box-shadow:none;border-radius:0;background:#e5e5e5 none}
.resGlobalHeader .navbar.navbar-default .navbar-content li a{color:#000}
.resGlobalHeader .navbar.navbar-default .navbar-content .navbar-collapse{padding-left:10px;padding-right:10px}
.resGlobalHeader .navbar.navbar-default #gh-other-content{padding-right:0}
.resGlobalHeader .navbar.navbar-default #gh-other-content li.call-to-action a{background-color:#e5e5e5;margin-right:1px}
.resGlobalHeader .navbar.navbar-default #gh-other-content li.call-to-action a:focus,.resGlobalHeader .navbar.navbar-default #gh-other-content li.call-to-action a:hover,.resGlobalHeader .navbar.navbar-default #gh-other-content li.call-to-action a:active{background-color:#fff;border:0}
.resGlobalHeader .navbar.navbar-default #gh-info-content{padding-left:5px;padding-right:5px}
.resGlobalHeader .navbar.navbar-default #gh-info-content .fa-info-circle{font-size:.96em}
.resGlobalHeader .navbar.navbar-default #gh-search-content .gh-search-container{margin-left:8px}
.resGlobalHeader .navbar.navbar-default #gh-search-content .gh-search-container input::placeholder{color:#5c5c5c}
.resGlobalHeader .fa-bars{font-size:1.1em}
.resGlobalHeader .global-header-top{padding:10px 0}
.resGlobalHeader .global-header-bottom{background-color:#002d72}
.resGlobalHeader .global-header-bottom .list-inline&gt;li{padding:10px 0}
.resGlobalHeader .global-header-bottom .list-inline&gt;li a:focus,.resGlobalHeader .global-header-bottom .list-inline&gt;li a:visited,.resGlobalHeader .global-header-bottom .list-inline&gt;li a:hover,.resGlobalHeader .global-header-bottom .list-inline&gt;li a:active{background-color:#004c9b;text-decoration:none;border:0}
.res-global-header .navbar{margin-bottom:0}
.res-global-header .navbar .navbar-header{height:auto}
.res-global-header .navbar .navbar-header .navbar-brand{height:auto;padding:0}
.res-global-header .navbar .navbar-header .navbar-brand img{width:110px;}
.res-global-header .navbar .navbar-content .divider{border-top:1px solid #ccc;padding-top:5px;padding-bottom:5px}
.res-global-header .gh-horizontal-nav{padding:0 10px;text-align:center}
.res-global-header .gh-horizontal-nav ul{margin-bottom:0}
.res-global-header .gh-horizontal-nav a{color:#fff;padding:10px 20px}
.res-global-header .navbar-default .navbar-toggle{border-color:#fff;width:48px;height:48px;margin:0;padding:7px;border-radius:0;font-size:1.48em}
.res-global-header .navbar-default #gh-search-btn.navbar-toggle{font-size:1.45em}
.res-global-header .navbar-nav&gt;li&gt;a{padding-bottom:8px;padding-top:6px}
.res-global-header .navbar-nav&gt;li&gt;a:focus,.res-global-header .navbar-nav&gt;li&gt;a:visited,.res-global-header .navbar-nav&gt;li&gt;a:hover,.res-global-header .navbar-nav&gt;li&gt;a:active{border:0}
.res-global-header .navbar-right{margin-top:8px;margin-right:0}
@media screen and (max-width:768px){.resGlobalHeader .navbar.navbar-default #gh-other-content li.call-to-action a{background-color:#fff}
.res-global-header .navbar .navbar-header button.navbar-toggle.collapsed{background-color:#fff !important}
}
@media screen and (min-width:768px) and (max-width:992px){#gh-search-content .gh-search-container{width:140px}
}
.footer-properties{color:#fff;width:100%}
.resGlobalFooter{font-size:.90em}
.resGlobalFooter a{color:#fff;text-decoration:underline}
.resGlobalFooter a:focus,.resGlobalFooter a:hover,.resGlobalFooter a:active{color:#fe0}
.resGlobalFooter .icon-circle{font-size:1.6em;background-color:#fff;border-color:#fff;color:#002d72;padding:6px 5px;width:29px;height:29px}
.resGlobalFooter&gt;.top-middle-container{color:#fff;width:100%;background-color:#002d72}
.resGlobalFooter&gt;.top-middle-container .footer-top{padding-top:20px;padding-bottom:15px}
.resGlobalFooter&gt;.top-middle-container .footer-top strong{font-weight:normal;font-family:"Replica-Bold"}
.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button{font-family:"FontAwesome";padding:5px;text-decoration:none}
.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button:hover,.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button:active,.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button:visited{color:#fff;text-decoration:none}
.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button:after{content:"\f077"}
.resGlobalFooter&gt;.top-middle-container .footer-top&gt;.footer-toggle&gt;.footer-toggle-button.collapsed:after{content:"\f078"}
.resGlobalFooter&gt;.top-middle-container .footer-middle{padding-top:0;padding-bottom:20px}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right p:nth-child(1){margin-bottom:5px}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right p:nth-child(2){margin-bottom:20px}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right .fa-facebook-f{letter-spacing:4px}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right .fa-youtube{letter-spacing:1px;padding-top:5px}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right .fa-linkedin{letter-spacing:0;padding-top:4px}
.resGlobalFooter&gt;.bottom-container{color:#fff;width:100%;background-color:#004c9b}
.resGlobalFooter&gt;.bottom-container .footer-bottom{padding:10px 0 20px 0;white-space:nowrap}
.breadcrumb.min{padding:0;border-radius:0;margin-bottom:0;background-color:transparent}
@media screen and (max-width:479px){.resGlobalFooter{font-size:.85em}
.resGlobalFooter .footer-middle .text-left .breadcrumb&gt;li+li:before{content:none}
.resGlobalFooter&gt;.top-middle-container .footer-middle&gt;.text-right .fa-youtube{letter-spacing:2px}
.resGlobalFooter .icon-circle{width:30px !important;height:30px !important;font-size:1.8em !important}
}

.tabs{margin:10px 0}
.tabs .btn-clipboard{right:-23px;border:10px solid white;top:-70px}
.nav-tabs{font-family:'Replica-Bold',Arial,sans-serif;font-size:15px;border-bottom:0}
.nav-tabs&gt;li{background:#004c9b;margin-top:10px;border-right:1px solid #fff}
.nav-tabs&gt;li&gt;a{padding:10px 18px;border-radius:0;color:#fff;display:table-cell;vertical-align:bottom;text-decoration:none}
.nav-tabs&gt;li.active{margin-top:0;border-right:0;height:52px}
.nav-tabs&gt;li.active&gt;a,.nav-tabs&gt;li.active&gt;a:focus,.nav-tabs&gt;li.active&gt;a:hover{border:1px solid #fff;height:52px;padding-top:20px !important;vertical-align:top;color:#000}
.nav-tabs&gt;li:last-child{border-right:0}
.nav&gt;li&gt;a:focus,.nav&gt;li&gt;a:hover{background-color:#003368;border:1px solid #003368}
.ellipsis{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%}
.icon-styles{position:relative;top:1px;display:inline-block;font-family:'FontAwesome';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.tab-content{padding:22px;background:#fff none;border:1px solid #fff;border-top:0}
.tab-content .tab-pane.active{outline:none !important}
.tab-content .list-group-item{border:1px solid #ddd !important}
.tab-content .thumbnail{border:1px solid #ddd !important}
@media screen and (max-width:479px){.nav-tabs-responsive&gt;li{display:none;width:23%}
.nav-tabs-responsive&gt;li&gt;a{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;width:100%;text-align:center;vertical-align:top;display:block}
.nav-tabs-responsive&gt;li.active{width:54%}
.nav-tabs-responsive&gt;li.active:first-child{margin-left:23%}
.nav-tabs-responsive&gt;li.active,.nav-tabs-responsive&gt;li.prev,.nav-tabs-responsive&gt;li.next{display:block}
.nav-tabs-responsive&gt;li.prev,.nav-tabs-responsive&gt;li.next{-webkit-transform:scale(0.9);transform:scale(0.9)}
.nav-tabs-responsive&gt;li.next&gt;a,.nav-tabs-responsive&gt;li.prev&gt;a{-webkit-transition:none;transition:none}
.nav-tabs-responsive&gt;li.next&gt;a .text,.nav-tabs-responsive&gt;li.prev&gt;a .text{display:none}
.nav-tabs-responsive&gt;li.next&gt;a:after,.nav-tabs-responsive&gt;li.prev&gt;a:after,.nav-tabs-responsive&gt;li.next&gt;a:after,.nav-tabs-responsive&gt;li.prev&gt;a:after{position:relative;top:1px;display:inline-block;font-family:'FontAwesome';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.nav-tabs-responsive&gt;li.prev&gt;a:after{content:"\f053"}
.nav-tabs-responsive&gt;li.next&gt;a:after{content:"\f054"}
}
@media print{.nav-tabs li{background:none !important;border:none !important}
.tab-content&gt;.tab-pane{display:block !important}
.tab-content&gt;.fade{opacity:1}
}

.resSearch .headingHidden{position:absolute;width:1px;height:1px;overflow:hidden}
.resSearch ul.nav{margin-bottom:-10px}
.resSearch .tags{font-size:.8em}
.resSearch .search-container-bundle{margin:24px 0 14px}
.resSearch .typeahead a{text-decoration:none;white-space:normal;font-family:'Replica',Arial,sans-serif}
.resSearch .typeahead a&gt;strong{font-family:'Replica',Arial,sans-serif}
.resSearch .typeahead li.active a{color:#fff !important}
.resSearch .typeahead .resSearchACThumb{float:right;height:37px;padding-top:4px;margin-left:5px}
.resSearch .typeahead .dropdown-header{display:none}
.resSearch .typeahead .divider{padding-top:0 !important;padding-bottom:0 !important}
.resSearch .typeahead .acPromotionDesc{font-size:.8em}
.resSearch .tab-content ul.searchresults{list-style-type:none;padding-left:20px}
.resSearch .tab-content ul.searchresults li .search_p_name,.resSearch .tab-content ul.searchresults li .search_s_title{font-family:'Replica-Bold',Arial,sans-serif,'FontAwesome';font-size:1em;margin:0;display:inline-block}
.resSearch .tab-content ul.searchresults li .search_s_link{font-size:.9em}
.resSearch .tab-content ul.searchresults li .search_s_link cite{font-style:normal}
.resSearch .tab-content .deptFilter ul&gt;li&gt;a.selectedFilter{font-family:'Replica-Bold',Arial,sans-serif,'FontAwesome'}
.resSearch .tab-content .surnameList{text-align:center}
.resSearch .tab-content .surnameList ul{list-style-type:none;padding-left:0 !important;margin-top:15px}
.resSearch .tab-content .surnameList ul li{display:inline-block;margin-right:2px}
.resSearch .tab-content .surnameList ul li a{padding:6px 10px;text-decoration:none;border:0}
.resSearch .tab-content .surnameList ul li.selectedFilter a{color:#fff;background-color:#004c9b}
.resSearch .tab-content .surnameList ul li:first-child&gt;a{margin-left:0}
.resSearch .tab-content #siteResults ul.searchresults&gt;li .fa,.resSearch .tab-content #peopleResults ul.searchresults&gt;li .fa{position:absolute;margin-top:3px}
.resSearch .tab-content #siteResults ul.searchresults&gt;li .fa{left:-3px}
.resSearch .tab-content #peopleResults ul.searchresults&gt;li .fa{left:12px}
@media(max-width:768px){.resGlobalHeader .resSearch .typeahead{position:static !important}
}
.resRss .list-group{box-shadow:none;border-radius:0}
.resRss .list-group .list-group-item{border:0;border-radius:0;margin:15px 0}
.resRss .list-group .list-group-item a{text-decoration:none}
.resRss .list-group .list-group-item a:hover{text-decoration:underline}
.resRss .list-group .list-group-item .feedDate{font-family:'Replica-Bold',Arial,sans-serif}
.resRss .list-group .list-group-item .feedDescription{font-size:.9em}
.resRss .res-table img{display:inline-block;max-width:100%;height:auto}
.resQuickLinks .res-quick-links a{color:#000;text-decoration:underline}
.resQuickLinks .res-quick-links a:hover{text-decoration:none}
.resQuickLinks .res-quick-links .title{font-family:'Replica-Bold',Arial,sans-serif;margin-bottom:15px}
.resQuickLinks .res-quick-links .links ul{padding-left:20px}
@media screen and (max-width:479px){.resQuickLinks .res-quick-links .title{margin-bottom:8px}
.resQuickLinks .res-quick-links .links ul{padding-left:0;margin-bottom:20px;list-style:none}
.resQuickLinks .res-quick-links .links ul&gt;li{display:inline-block}
.resQuickLinks .res-quick-links .links ul&gt;li+li:before{content:"/";padding:0 5px;color:#000}
}
.resNews .category{font-size:.8em;font-family:'Replica-Bold',Arial,sans-serif;padding:6px;background-color:#d5d5d5;display:table-cell}
.resNews .subTitle{font-family:'Replica-Bold',Arial,sans-serif;font-size:1.4em;margin-bottom:10px}
.resNews .author{margin-bottom:10px}
.resNews .date{margin-bottom:30px}
.res-map .error{color:#555;text-align:center;vertical-align:middle;padding-top:50px;padding-bottom:50px;background-color:#dedede;border:1px dashed #555;text-transform:uppercase}
.resImageVideoText .thumbnail{background-color:transparent;border:0;border-radius:0;box-shadow:none}
.resImageVideoText .thumbnail .description{color:#333;font-size:.8em}
.resImageVideoText .thumbnail .caption{color:#000;padding:9px 0;word-wrap:break-word}
.resImageVideoText .thumbnail .row div{overflow:hidden}
.resImageText .thumbnail{background-color:#fff;border:0;border-radius:0;box-shadow:none;padding:15px}
.resImageText .thumbnail .description{color:#333;font-size:.8em}
.resImageText .thumbnail .caption{color:#000;word-wrap:break-word;padding:10px}
.resImageText .thumbnail .caption p:last-child{margin:0}
.resImageText .thumbnail .caption h2,.resImageText .thumbnail .caption h3,.resImageText .thumbnail .caption h4,.resImageText .thumbnail .caption h5,.resImageText .thumbnail .caption h6{margin-top:0}
.resImageText .thumbnail .caption.empty{display:none}
.resImageText .thumbnail .caption a{text-decoration:underline}
.resImageText .thumbnail .row div{overflow:hidden}
.resImageText .thumbnail .row div.smallScreenFullWidth{float:none;width:100%}
.resImageText .thumbnail a{text-decoration:none}
.resImageText .thumbnail a&gt;.overlayText{color:#fff}
.resImageText .thumbnail img{max-width:100%}
.resImageText .thumbnail .overlayText{font-family:'Replica-Bold',Arial,sans-serif;font-size:1.8em;background-color:#004c9b;color:#fff;display:table;position:relative;top:-45px;left:10px;padding:15px;max-width:75%;margin-bottom:-45px}
.resImageText .thumbnail .overlayText h2,.resImageText .thumbnail .overlayText h3,.resImageText .thumbnail .overlayText h4,.resImageText .thumbnail .overlayText h5,.resImageText .thumbnail .overlayText h6{font-size:29px;margin:0;line-height:1.42857143}
.resImageText .thumbnail div[class*="col-sm"] .caption{padding:10px}
.resImageText .thumbnail .overlayText.smallScreenFullOverlay,.resImageText .thumbnail div[class*="col-sm"] .overlayText{font-size:1.2em;max-width:100%;left:0;top:0;margin-bottom:0}
.resImageText .thumbnail .overlayText.smallScreenFullOverlay h2,.resImageText .thumbnail div[class*="col-sm"] .overlayText h2,.resImageText .thumbnail .overlayText.smallScreenFullOverlay h3,.resImageText .thumbnail div[class*="col-sm"] .overlayText h3,.resImageText .thumbnail .overlayText.smallScreenFullOverlay h4,.resImageText .thumbnail div[class*="col-sm"] .overlayText h4,.resImageText .thumbnail .overlayText.smallScreenFullOverlay h5,.resImageText .thumbnail div[class*="col-sm"] .overlayText h5,.resImageText .thumbnail .overlayText.smallScreenFullOverlay h6,.resImageText .thumbnail div[class*="col-sm"] .overlayText h6{font-size:19px;margin:0}
@media(max-width:768px){.resImageText .thumbnail .overlayText{font-size:1.2em;left:0}
.resImageText .thumbnail .overlayText h2,.resImageText .thumbnail .overlayText h3,.resImageText .thumbnail .overlayText h4,.resImageText .thumbnail .overlayText h5,.resImageText .thumbnail .overlayText h6{font-size:19px;margin:0}
.resImageText .thumbnail .caption{padding:0}
}
.resHtmlSnippet iframe{width:100%;border:0;margin:0;padding:0}
.resHtmlSnippet img{display:inline-block;max-width:100%;height:auto}
.resHtmlSnippet .res-html-snippet textarea{display:block;width:100%;height:125px;border:1px solid #949494}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm{line-height:2.3em}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="text"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="email"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="password"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=time],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=tel],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=search],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=week],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=month],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=datetime-local],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=date],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=url],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=number]{border:1px solid #949494;background:#fff;padding:10px;line-height:1em;margin-bottom:15px;display:block}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="text"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="email"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="password"],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=tel],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=search],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=url]{width:320px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=checkbox]{position:absolute;opacity:0;left:20px;height:20px;margin-top:9px;width:21px;margin-left:-4px;cursor:pointer}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=checkbox] ~ span.customInput::before{content:"\200a";display:inline-block;line-height:1em;border:1px solid #949494;background:#fff;height:21px;width:21px;z-index:-1;position:relative;padding:1px 2px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=checkbox]:focus ~ span.customInput::before{outline:#555 dotted 1px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=checkbox]:checked ~ span.customInput::before{font-family:FontAwesome;content:"\f00c";color:#fff;border:1px solid #004c9b;background:#004c9b}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=checkbox]:disabled ~ span.customInput::before{border:1px solid #949494;background:#949494}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio]{position:absolute;opacity:0;left:20px;height:21px;margin-top:7px;width:21px;margin-left:-4px;cursor:pointer}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio] ~ span.customInput::before{font-family:FontAwesome;font-size:1.1em;text-align:center;display:inline-block;border:1px solid #004c9b;background:#fff;width:23px;height:23px;border-radius:100%;content:"\00a0";margin-top:0;z-index:-1;position:relative;line-height:1.1em;color:#004c9b;padding-top:1px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio]:focus ~ span.customInput::before{outline:#555 dotted 1px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio]:checked ~ span.customInput::before{content:"\f111"}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio]:disabled ~ span.customInput::before{border:1px solid #949494;background:#949494}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm select{border:1px solid #fff;background:#fff;padding:10px 40px 10px 10px;line-height:1em;margin:0 0 15px 0;color:#000;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;outline:0}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm select:focus{box-shadow:0 0 5px #004c9b}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm select::-ms-expand{display:none}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm select ~ span.customInput::before{font-family:FontAwesome;content:"\f078";position:relative;pointer-events:none;margin-left:-40px;margin-top:7px;padding:10px}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=file]{position:absolute;opacity:0;z-index:-1}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=file] ~ .customInput{border:1px solid #fff;background:#fff;padding:10px;line-height:1em;margin-bottom:15px;cursor:pointer}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=file]:focus ~ .customInput{outline:#555 dotted 1px !important}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=submit],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=button],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=reset],.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=image],.resHtmlSnippet .res-html-snippet .htmlSnippetForm button{line-height:initial}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=search]{-webkit-appearance:textfield}
.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=range]{padding:10px;line-height:1em;margin-bottom:15px}
.resHtmlSnippet .res-html-snippet th .htmlSnippetForm,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm{line-height:initial}
.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type="text"],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type="text"],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type="email"],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type="email"],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type="password"],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type="password"],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=time],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=time],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=tel],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=tel],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=search],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=search],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=week],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=week],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=month],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=month],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=datetime-local],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=datetime-local],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=date],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=date],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=url],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=url],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=number],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=number]{margin-bottom:10px;display:inline-block}
.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=submit],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=submit],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=button],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=button],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=reset],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=reset],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=image],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=image],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=file] ~ .customInput,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=file] ~ .customInput,.resHtmlSnippet .res-html-snippet th .htmlSnippetForm button,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm button,.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=range],.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=range],.resHtmlSnippet .res-html-snippet th .htmlSnippetForm select,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm select{margin-bottom:10px}
.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=radio] ~ span.customInput::before,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=radio] ~ span.customInput::before,.resHtmlSnippet .res-html-snippet th .htmlSnippetForm input[type=checkbox] ~ span.customInput::before,.resHtmlSnippet .res-html-snippet td .htmlSnippetForm input[type=checkbox] ~ span.customInput::before{margin-bottom:10px !important;margin-right:3px !important}
@supports(-webkit-appearance:none){.resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=radio] ~ span.customInput::before{padding-top:2px !important}
}
.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="text"],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="text"],.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="email"],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="email"],.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="password"],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type="password"],.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=tel],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=tel],.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=search],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=search],.left-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=url],.right-sidebar-section .resHtmlSnippet .res-html-snippet .htmlSnippetForm input[type=url]{width:100%}

.resButtons .res-buttons a{white-space:normal;background-color:transparent;text-decoration:none}
.resButtons .res-buttons a:hover{background-color:transparent}
.resButtons .res-buttons a:not([href]){cursor:default}
.resButtons .res-buttons .btn-default{background-image:none;border:0;text-shadow:none;box-shadow:none;margin-bottom:0}
.resButtons .res-buttons .btn{border-radius:0;word-wrap:break-word;padding:18px 15px;font-size:1em}
.resButtons .res-buttons .style1{font-family:'Replica-Bold',Arial,sans-serif}
.resButtons .res-buttons .style1 a{color:#000}
.resButtons .res-buttons .style1 .row{margin-left:0;margin-right:0}
.resButtons .res-buttons .style1 .row:first-child{border-top:15px solid transparent}
.resButtons .res-buttons .style1 .row .inside-full-height{height:100%;margin-top:0;margin-bottom:0;background-color:#fff}
.resButtons .res-buttons .style1 .row .inside-full-height:hover{background-color:#000}
.resButtons .res-buttons .style1 .row .inside-full-height:hover a{color:#fff !important;background-color:#000 !important}
.resButtons .res-buttons .style1 .row .row-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-left:15px;margin-bottom:15px}
.resButtons .res-buttons .style1 .row .row-height .outside-full-height{padding:0;border-right:15px solid transparent}
.resButtons .res-buttons .style1 .row .row-height .outside-full-height a:focus,.resButtons .res-buttons .style1 .row .row-height .outside-full-height a:hover{color:#fff;background-color:#000}
.resButtons .res-buttons .style1 .row .row-height .outside-empty{border-right:15px solid transparent}
.resButtons .res-buttons .style2{font-family:'Replica-Bold',Arial,sans-serif;color:#fff;margin:15px 0 15px 15px;box-shadow:-10px 10px 0 #5bc2f4}
.resButtons .res-buttons .style2 a{color:#fff}
.resButtons .res-buttons .style2 .row{margin-left:0;margin-right:0;border-bottom:1px solid #5bc2f4}
.resButtons .res-buttons .style2 .row:last-child{border-bottom:0}
.resButtons .res-buttons .style2 .row .inside-full-height{height:100%;margin-top:0;margin-bottom:0}
.resButtons .res-buttons .style2 .row .inside-full-height:focus,.resButtons .res-buttons .style2 .row .inside-full-height:hover{background-color:#fff}
.resButtons .res-buttons .style2 .row .inside-full-height:focus a,.resButtons .res-buttons .style2 .row .inside-full-height:hover a{color:#000 !important;background-color:#fff !important}
.resButtons .res-buttons .style2 .row .row-height{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.resButtons .res-buttons .style2 .row .row-height .outside-full-height{padding:0;border-right:1px solid #5bc2f4;background-color:#002d72}
.resButtons .res-buttons .style2 .row .row-height .outside-full-height a:focus,.resButtons .res-buttons .style2 .row .row-height .outside-full-height a:hover{color:#000;background-color:#fff}
.resButtons .res-buttons .style2 .row .row-height .outside-full-height:last-child{border-right:0}
.resButtons .res-buttons .style2 .row .row-height .outside-empty{background-color:#002d72}
@media(max-width:768px){.resButtons .res-buttons .style1 .row .btn-default{text-align:left}
.resButtons .res-buttons .style1 .row .inside-full-height{margin-bottom:0}
.resButtons .res-buttons .style1 .row .row-height{display:table;table-layout:fixed;height:100%;width:100%;margin-bottom:0;margin-left:0}
.resButtons .res-buttons .style1 .row .row-height .outside-full-height{margin-bottom:15px;border-right:0}
.resButtons .res-buttons .style1 .row .row-height .outside-empty{display:none}
.resButtons .res-buttons .style2{margin-left:0;box-shadow:none}
.resButtons .res-buttons .style2 .row{border-bottom:0}
.resButtons .res-buttons .style2 .row .btn-default{text-align:left}
.resButtons .res-buttons .style2 .row .row-height{display:table;table-layout:fixed;height:100%;width:100%}
.resButtons .res-buttons .style2 .row .row-height .outside-full-height{border-left:0;border-right:0;border-bottom:1px solid #5bc2f4}
.resButtons .res-buttons .style2 .row .row-height .outside-empty{display:none}
}
@media(min-width:480px){.resButtons .res-buttons .row-xs-height{display:table;table-layout:fixed;height:100%;width:100%}
.resButtons .res-buttons .col-xs-height{display:table-cell;float:none;height:100%}
.resButtons .res-buttons .col-xs-top{vertical-align:top}
.resButtons .res-buttons .col-xs-middle{vertical-align:middle}
.resButtons .res-buttons .col-xs-bottom{vertical-align:bottom}
}
@media(min-width:768px){.resButtons .res-buttons .row-sm-height{display:table;table-layout:fixed;height:100%;width:100%}
.resButtons .res-buttons .col-sm-height{display:table-cell;float:none;height:100%}
.resButtons .res-buttons .col-sm-top{vertical-align:top}
.resButtons .res-buttons .col-sm-middle{vertical-align:middle}
.resButtons .res-buttons .col-sm-bottom{vertical-align:bottom}
.resButtons .res-buttons .outside-full-height,.resButtons .res-buttons .outside-empty{display:flex;flex-direction:column}
}
@media(min-width:992px){.resButtons .res-buttons .row-md-height{display:table;table-layout:fixed;height:100%;width:100%}
.resButtons .res-buttons .col-md-height{display:table-cell;float:none;height:100%}
.resButtons .res-buttons .col-md-top{vertical-align:top}
.resButtons .res-buttons .col-md-middle{vertical-align:middle}
.resButtons .res-buttons .col-md-bottom{vertical-align:bottom}
}
@media(min-width:1200px){.resButtons .res-buttons .row-lg-height{display:table;table-layout:fixed;height:100%;width:100%}
.resButtons .res-buttons .col-lg-height{display:table-cell;float:none;height:100%}
.resButtons .res-buttons .col-lg-top{vertical-align:top}
.resButtons .res-buttons .col-lg-middle{vertical-align:middle}
.resButtons .res-buttons .col-lg-bottom{vertical-align:bottom}
}
.resTabs .resButtons .res-buttons .style1 a[href]{border:1px solid #949494}

@font-face{font-family:"Replica-Regular";src:url("../fonts/lineto-replica-regular.eot");src:url("../fonts/lineto-replica-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/lineto-replica-regular.woff") format("woff"),url("fonts/lineto-replica-regular.ttf") format("truetype"),url("../fonts/lineto-replica-regular.svg#lineto-replica-regular") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:"Replica-Bold";src:url("./fonts/lineto-replica-bold.eot");src:url("fonts/lineto-replica-bold.eot?#iefix") format("embedded-opentype"),url("../fonts/lineto-replica-bold.woff") format("woff"),url("../fonts/lineto-replica-bold.ttf") format("truetype"),url("../fonts/lineto-replica-bold.svg#lineto-replica-bold") format("svg");font-weight:normal;font-style:normal}
body{background-color:#ebebeb;font-family:'Replica-Regular',Arial,sans-serif,'FontAwesome';font-size:16px;min-width:320px}
.template-content strong,.template-content b,.res-local-footer-wrapper strong,.res-local-footer-wrapper b{font-family:'Replica-Bold',Arial,sans-serif,'FontAwesome'}
.container .row.template-content{margin-top:30px;margin-bottom:15px}
.resSlideshow+.container .template-content{margin-top:0}
[class*="col-"]{overflow-wrap:break-word;word-wrap:break-word}
blockquote{color:#004c9b;background-color:#fff;font-size:1.6em;font-family:'Replica-Bold',Arial,sans-serif;border:0;width:95%;margin-left:8px;margin-top:16px;line-height:1.2em}
blockquote footer{margin-left:15px;color:rgba(0,76,155,0.75)}
blockquote.style1{color:#004c9b;background-color:#fff;font-size:1.6em;font-family:'Replica-Bold',Arial,sans-serif;border:0;width:95%;margin-left:8px;margin-top:16px;line-height:1.2em}
blockquote.style1 footer{margin-left:15px;color:rgba(0,76,155,0.75)}
blockquote.style2{color:#fff;background-color:#002d72;box-shadow:-8px 8px 0 #5bc2f4;margin-left:16px}
blockquote.style2 footer{color:rgba(255,255,255,0.75)}
.background-opaque{padding:15px;background-color:#fff}
.background-opaque p:last-child{margin:0}
.resTabs .background-opaque{padding:0;background-color:#fff}
.resTabs .background-opaque p:last-child{margin-bottom:15px}
.hr-separator{margin-top:20px;margin-bottom:20px}
.hr-separator.hr-separator-default{background-color:#666;width:98%;border:0;height:1px}
.deviceAlert{position:fixed;text-align:center;width:100%;z-index:99999}
.resAssetStack .thumbnail a&gt;img,.resBiographyStack .thumbnail a&gt;img,.resEventStack .thumbnail a&gt;img,.resNewsStack .thumbnail a&gt;img,.resPageStack .thumbnail a&gt;img,.resGalleryStack .thumbnail a&gt;img{max-height:100%;object-fit:contain;height:100%;width:100%}
.object-fit-for-IE-Edge .thumbnail a&gt;img{height:auto;width:auto}
@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.resAssetStack .thumbnail a&gt;img,.resBiographyStack .thumbnail a&gt;img,.resEventStack .thumbnail a&gt;img,.resNewsStack .thumbnail a&gt;img,.resPageStack .thumbnail a&gt;img,.resGalleryStack .thumbnail a&gt;img{height:auto;width:auto}
}
@supports(-ms-ime-align:auto){.resAssetStack .thumbnail a&gt;img,.resBiographyStack .thumbnail a&gt;img,.resEventStack .thumbnail a&gt;img,.resNewsStack .thumbnail a&gt;img,.resPageStack .thumbnail a&gt;img,.resGalleryStack .thumbnail a&gt;img{height:auto;width:auto}
}
a{color:#000;text-shadow:none}
.template-content a{color:#004b9b;text-decoration:underline}.template-content a:hover, .template-content a:focus {text-decoration:none;}
h1,h2,h3,h4,h5,h6{font-family:'Replica-Bold',Arial,sans-serif,'FontAwesome'}
h1{font-size:2.4em}
h2{font-size:1.5em;}
h3{font-size:1.3em}
h4,h5,h6{font-size:1.4em}
div:not(.overlayText)&gt;h5{color:#004c9b}
div:not(.overlayText)&gt;h6{color:#444}
h1.headingHidden{position:absolute;width:1px;height:1px;overflow:hidden}
h1.headingHidden-edit{position:relative;color:#cdcdcd}
h1.headingHidden-edit:after{font-family:"FontAwesome";content:"\f070";position:absolute;top:-45px;right:5px;font-size:.4em;padding:2px;border-radius:4px;color:#000;background:#ddd;background:-webkit-linear-gradient(#eee,#ccc);background:-o-linear-gradient(#eee,#ccc);background:-moz-linear-gradient(#eee,#ccc);background:linear-gradient(#eee,#ccc);border:1px solid #bbb}
#mainContent&gt;.resPageHeading h1:first-child{margin-top:0;margin-bottom:30px}
.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h1:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h1:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h1:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h1:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h1:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h1:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h1:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h1:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h1:first-child,.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h2:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h2:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h2:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h2:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h2:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h2:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h2:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h2:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h2:first-child,.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h3:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h3:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h3:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h3:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h3:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h3:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h3:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h3:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h3:first-child,.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h4:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h4:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h4:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h4:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h4:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h4:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h4:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h4:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h4:first-child,.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h5:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h5:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h5:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h5:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h5:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h5:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h5:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h5:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h5:first-child,.right-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h6:first-child,.left-sidebar-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h6:first-child,.content-area-section&gt;.content&gt;.resText:first-child&gt;.res-text&gt;h6:first-child,.right-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h6:first-child,.left-sidebar-section&gt;.content&gt;.resTitle:first-child&gt;h6:first-child,.content-area-section&gt;.content&gt;.resTitle:first-child&gt;h6:first-child,.right-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h6:first-child,.left-sidebar-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h6:first-child,.content-area-section&gt;.content&gt;.resHtmlSnippet:first-child&gt;.res-html-snippet&gt;h6:first-child{margin-top:0 !important}
body&gt;.container p{margin:0 0 15px 0}
body&gt;.container caption{color:#666}
body&gt;.container ul{margin-bottom:15px}
body&gt;.container ul:not([class]):not([id]){padding-left:30px}
body&gt;.container li{margin-bottom:10px}
body&gt;.container ol{list-style-type:decimal}
body&gt;.container ol:not([class]):not([id]){padding-left:30px}
body&gt;.container ol ol{list-style-type:lower-alpha}
body&gt;.container ol ol ol{list-style-type:lower-roman}
body&gt;.container ol ol ol ol{list-style-type:decimal}
body&gt;.container ol ol ol ol ol{list-style-type:lower-alpha}
body&gt;.container ol ol ol ol ol ol{list-style-type:lower-roman}
body&gt;.container .resTabs ul{margin-bottom:0}
body&gt;.container .resTabs li{margin-bottom:-1px}
body&gt;footer.res-local-footer-wrapper ul{margin-bottom:10px}
body&gt;footer.res-local-footer-wrapper li{margin-bottom:5px}
body&gt;.container&gt;.row&gt;.left-sidebar-section div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.content-area-section div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.right-sidebar-section div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.left-sidebar-section form,body&gt;.container&gt;.row&gt;.content-area-section form,body&gt;.container&gt;.row&gt;.right-sidebar-section form{margin-bottom:30px}
body&gt;.container&gt;.row&gt;.left-sidebar-section div.resButtons .res-buttons .style2,body&gt;.container&gt;.row&gt;.content-area-section div.resButtons .res-buttons .style2,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resButtons .res-buttons .style2,body&gt;.container&gt;.row&gt;.left-sidebar-section blockquote.style2,body&gt;.container&gt;.row&gt;.content-area-section blockquote.style2,body&gt;.container&gt;.row&gt;.right-sidebar-section blockquote.style2{margin-top:0 !important;margin-bottom:39px !important}
body&gt;.container&gt;.row&gt;.left-sidebar-section div.resThreeColEven,body&gt;.container&gt;.row&gt;.content-area-section div.resThreeColEven,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resThreeColEven,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resTwoColEven,body&gt;.container&gt;.row&gt;.content-area-section div.resTwoColEven,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resTwoColEven,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resTwoColOneTwo,body&gt;.container&gt;.row&gt;.content-area-section div.resTwoColOneTwo,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resTwoColOneTwo,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resTwoColTwoOne,body&gt;.container&gt;.row&gt;.content-area-section div.resTwoColTwoOne,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resTwoColTwoOne,body&gt;.container&gt;.row&gt;.left-sidebar-section div.embed-responsive,body&gt;.container&gt;.row&gt;.content-area-section div.embed-responsive,body&gt;.container&gt;.row&gt;.right-sidebar-section div.embed-responsive,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resVerticalNavigation,body&gt;.container&gt;.row&gt;.content-area-section div.resVerticalNavigation,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resVerticalNavigation,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resTabs div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.content-area-section div.resTabs div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.right-sidebar-section div.resTabs div[class*="res"]:not([class^="res-"]),body&gt;.container&gt;.row&gt;.left-sidebar-section div.resTabs form,body&gt;.container&gt;.row&gt;.content-area-section div.resTabs form,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resTabs form,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resImageText div.thumbnail,body&gt;.container&gt;.row&gt;.content-area-section div.resImageText div.thumbnail,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resImageText div.thumbnail,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resVideoText div.thumbnail,body&gt;.container&gt;.row&gt;.content-area-section div.resVideoText div.thumbnail,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resVideoText div.thumbnail,body&gt;.container&gt;.row&gt;.left-sidebar-section div.resPageHeading,body&gt;.container&gt;.row&gt;.content-area-section div.resPageHeading,body&gt;.container&gt;.row&gt;.right-sidebar-section div.resPageHeading{margin:0 !important}
div:not(.x-window) a,div:not(.x-window) input,div:not(.x-window) .btn,div:not(.x-window) .navbar-toggle,div:not(.x-window) .form-control,div:not(.x-window) .dropdown-toggle,div:not(.x-window) .btn-default,div:not(.x-window) textarea:focus,div:not(.x-window) input[type="text"]:focus,div:not(.x-window) input[type="password"]:focus,div:not(.x-window) input[type="datetime"]:focus,div:not(.x-window) input[type="datetime-local"]:focus,div:not(.x-window) input[type="date"]:focus,div:not(.x-window) input[type="month"]:focus,div:not(.x-window) input[type="time"]:focus,div:not(.x-window) input[type="week"]:focus,div:not(.x-window) input[type="number"]:focus,div:not(.x-window) input[type="email"]:focus,div:not(.x-window) input[type="url"]:focus,div:not(.x-window) input[type="search"]:focus,div:not(.x-window) input[type="tel"]:focus,div:not(.x-window) input[type="color"]:focus,div:not(.x-window) .uneditable-input:focus{-webkit-tap-highlight-color:rgba(0,0,0,0.2)}
div:not(.x-window) a:focus,div:not(.x-window) input:focus,div:not(.x-window) .btn:focus,div:not(.x-window) .navbar-toggle:focus,div:not(.x-window) .form-control:focus,div:not(.x-window) .dropdown-toggle:focus,div:not(.x-window) .btn-default:focus,div:not(.x-window) textarea:focus:focus,div:not(.x-window) input[type="text"]:focus:focus,div:not(.x-window) input[type="password"]:focus:focus,div:not(.x-window) input[type="datetime"]:focus:focus,div:not(.x-window) input[type="datetime-local"]:focus:focus,div:not(.x-window) input[type="date"]:focus:focus,div:not(.x-window) input[type="month"]:focus:focus,div:not(.x-window) input[type="time"]:focus:focus,div:not(.x-window) input[type="week"]:focus:focus,div:not(.x-window) input[type="number"]:focus:focus,div:not(.x-window) input[type="email"]:focus:focus,div:not(.x-window) input[type="url"]:focus:focus,div:not(.x-window) input[type="search"]:focus:focus,div:not(.x-window) input[type="tel"]:focus:focus,div:not(.x-window) input[type="color"]:focus:focus,div:not(.x-window) .uneditable-input:focus:focus,div:not(.x-window) a:active,div:not(.x-window) input:active,div:not(.x-window) .btn:active,div:not(.x-window) .navbar-toggle:active,div:not(.x-window) .form-control:active,div:not(.x-window) .dropdown-toggle:active,div:not(.x-window) .btn-default:active,div:not(.x-window) textarea:focus:active,div:not(.x-window) input[type="text"]:focus:active,div:not(.x-window) input[type="password"]:focus:active,div:not(.x-window) input[type="datetime"]:focus:active,div:not(.x-window) input[type="datetime-local"]:focus:active,div:not(.x-window) input[type="date"]:focus:active,div:not(.x-window) input[type="month"]:focus:active,div:not(.x-window) input[type="time"]:focus:active,div:not(.x-window) input[type="week"]:focus:active,div:not(.x-window) input[type="number"]:focus:active,div:not(.x-window) input[type="email"]:focus:active,div:not(.x-window) input[type="url"]:focus:active,div:not(.x-window) input[type="search"]:focus:active,div:not(.x-window) input[type="tel"]:focus:active,div:not(.x-window) input[type="color"]:focus:active,div:not(.x-window) .uneditable-input:focus:active{outline:#5b9dd9 auto 5px;outline-offset:-2px}
.icon-circle{font-size:1.25em;border-radius:50px;-moz-border-radius:50px;-webkit-border-radius:50px;width:32px;height:32px;padding:6px;margin-right:6px;margin-left:0;margin-bottom:6px}
.res-share-page-wrapper{padding-top:15px}
.res-share-page-wrapper .res-share-heading{font-size:.8em;font-family:'Replica-Bold',Arial,sans-serif}
.res-share-page-wrapper .res-share-icons{margin-top:9px;margin-bottom:30px}
body&gt;.container .icon-circle,.res-share-page-wrapper .icon-circle{background-color:#000;border-color:#000;color:#fff;text-align:center}
body&gt;.container i.fa-facebook-f,.res-share-page-wrapper i.fa-facebook-f{letter-spacing:2px}
body&gt;.container i.fa-twitter,.res-share-page-wrapper i.fa-twitter{letter-spacing:0}
body&gt;.container i.fa-youtube,.res-share-page-wrapper i.fa-youtube{letter-spacing:0}
body&gt;.container i.fa-instagram,.res-share-page-wrapper i.fa-instagram{letter-spacing:1px}
body&gt;.container i.fa-flickr,.res-share-page-wrapper i.fa-flickr{letter-spacing:2px}
body&gt;.container i.fa-pinterest-p,.res-share-page-wrapper i.fa-pinterest-p{letter-spacing:3px}
body&gt;.container i.fa-pinterest-p.icon-circle,.res-share-page-wrapper i.fa-pinterest-p.icon-circle{padding:7px 6px}
body&gt;.container i.fa-linkedin,.res-share-page-wrapper i.fa-linkedin{letter-spacing:2px}
body&gt;.container i.fa-google-plus,.res-share-page-wrapper i.fa-google-plus{letter-spacing:5px}
body&gt;.container i.fa-google-plus.icon-circle,.res-share-page-wrapper i.fa-google-plus.icon-circle{padding:6px 4px}
body&gt;.container i.fa-tumblr,.res-share-page-wrapper i.fa-tumblr{letter-spacing:3px}
body&gt;.container i.fa-reddit-alien.icon-circle,.res-share-page-wrapper i.fa-reddit-alien.icon-circle{padding:6px 4px 6px 3px}
.pagination{border-radius:0;text-align:left}
.pagination li{display:inline-block;margin-right:2px}
.pagination li a{color:#004c9b;border-radius:0 !important;border:0}
.pagination li a:hover{cursor:pointer;background-color:#fff}
.pagination li.active a{color:#fff;background-color:#004c9b}
.pagination li.active a:hover{background-color:#004c9b}
button.pagination-paged{background-image:none;border:0;text-shadow:none;box-shadow:none;margin-bottom:30px;font-family:'Replica-Bold',Arial,sans-serif;color:#000;border-radius:0;padding:18px 15px}
.tags{margin-top:6px}
.tags .tag{font-size:.7em;font-family:'Replica-Bold',Arial,sans-serif;padding:6px;color:#444;background:#ddd none;display:inline-block;text-shadow:none;box-shadow:none;border-radius:0;border:0;margin:0 6px 6px 0}
div[class*="Stack"] .filter{margin-bottom:9px}
div[class*="Stack"] .filter .btn-default{font-size:.8em;font-family:'Replica-Bold',Arial,sans-serif;padding:6px;color:#444;background:#ddd none;display:table-cell;text-shadow:none;box-shadow:none;border-radius:0;border:0;margin:0 6px 6px 0}
div[class*="Stack"] .filter .btn-default:hover{color:#333;background:#c5c5c5 none}
#lightbox .lb-outerContainer{border-radius:0}
#lightbox .lb-outerContainer .lb-container .lb-image{border-radius:0;border:15px}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev,#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next{font-family:"FontAwesome";font-size:.9em;color:#fff;background:0;text-decoration:none}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::before{content:"\f053";background-color:#004c9a;padding-top:15px;left:0;position:absolute;top:45%;height:30px;width:30px;padding-right:2px}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::before:hover{color:#004c9a;background-color:#fff}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::before{content:"\f054";background-color:#004c9a;padding-top:15px;right:0;position:absolute;top:45%;height:30px;width:30px;padding-left:2px}
#lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::before:hover{color:#004c9a;background-color:#fff}
#lightbox .lb-dataContainer{top:0;position:absolute;right:0;left:0;height:100%;overflow:hidden;border-bottom-left-radius:0;border-bottom-right-radius:0}
#lightbox .lb-dataContainer .lb-data .lb-close{font-family:"FontAwesome";font-size:1.2em;color:#fff;background:0;text-decoration:none;position:relative;z-index:100;font-weight:normal;opacity:1}
#lightbox .lb-dataContainer .lb-data .lb-close::before{content:"\f00d";background-color:#004c9a;padding-top:15px;right:-4px;position:absolute;top:-5px;height:30px;width:30px;padding-right:6px}
#lightbox .lb-dataContainer .lb-data .lb-close::before:hover{color:#004c9a;background-color:#fff}
#lightbox .lb-dataContainer .lb-data .lb-details{display:none}
#lightbox.lightbox.displayCaption .lb-dataContainer .lb-data .lb-details{display:block !important;position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,0.55);padding:10px 15px 0 15px}
#lightbox.lightbox.displayCaption .lb-dataContainer .lb-data .lb-details .lb-number,#lightbox.lightbox.displayCaption .lb-dataContainer .lb-data .lb-details .lb-caption{color:#fff}
#lightbox.lightbox.displayCaption .lb-dataContainer .lb-data .lb-details .lb-number{font-size:.75em}
#lightbox.lightbox.displayCaption .lb-dataContainer .lb-data .lb-details .lb-caption{font-size:.825em}
@media print{body{color:#000;background-color:#fff;overflow:visible !important}
body a[href]:after{content:none !important}
body .container .template-content{margin-top:15px !important}
.resGlobalHeader .res-global-header a#skip-to-main{display:none !important}
.resGlobalHeader .res-global-header .navbar.navbar-default{display:block !important}
.resGlobalHeader .res-global-header .navbar.navbar-default .navbar-content,.resGlobalHeader .res-global-header .navbar.navbar-default .navbar-header button{display:none !important}
.resHorizontalNavigation,.resSocialLinks,.ryersonAlert.alert,.res-slideshow .carousel .carousel-control .fa-chevron-left,.res-slideshow .carousel .carousel-control .fa-chevron-right,.res-slideshow .carousel .slide-control .fa-play,.res-slideshow .carousel .slide-control .fa-pause{display:none !important}
.list-group-item{padding:0 !important}
.panel-body,.accordion.panel-group&gt;.panel.panel-default&gt;.panel-heading&gt;.panel-title&gt;a{padding:10px 0 !important}
.tags{margin-top:0}
.tags .tag{padding:3px;font-size:.55em;border:1px solid #ccc !important;color:#999}
.accordion.panel-group&gt;.panel.panel-default&gt;.panel-heading&gt;.panel-title&gt;a{padding-left:0 !important}
blockquote{border:0}
blockquote.style2{border-left:8px;border-bottom:8px}
.resButtons .res-buttons .style1 .row .row-height .outside-full-height,.resButtons .res-buttons .style2 .row .row-height .outside-full-height{border:1px solid #666 !important;width:auto !important;margin-right:15px}
.resButtons .res-buttons .row{border-top:0 !important}
.resCalendar .res-calendar-compact th,.resCalendar .res-calendar-compact td{border:0}
.resCalendar .res-calendar-compact .calendar-title,.resCalendar .res-calendar-compact .calendar-btn,.resCalendar .res-calendar-compact .calendar-day-blank,.resCalendar .res-calendar-compact .calendar-btn span,.resCalendar .res-calendar-compact .calendar-table tr th{border:0 !important}
.resCalendar .res-calendar-compact td.calendar-day-normal{border:2px dotted #ccc !important}
.resCalendar .res-calendar-compact td.calendar-day-normal.calendar-multiple-events{border:2px solid #333 !important}
.resCalendar .res-calendar-compact td.calendar-day-normal.calendar-single-event{border:2px solid #999 !important}
.resCalendar .res-calendar-compact .events-legend .multiple-events-legend{border:2px solid #333 !important}
.resCalendar .res-calendar-compact .events-legend .single-event-legend{border:2px solid #999 !important}
.events-calendar-bar .bar-btn{display:none !important}
.res-slideshow .carousel .carousel-inner .item .carousel-caption{position:relative !important;left:0 !important;right:0 !important;bottom:0 !important;padding-left:0 !important}
.carousel-caption.with-text{background-color:#fff}
.carousel-caption.with-text .btn.btn-default{display:none !important}
.carousel-indicators{display:none !important}
.container select.form_field_select{border:1px solid #666 !important}
.resImageText .thumbnail .overlayText{position:relative !important;left:0 !important;right:0 !important;bottom:0 !important;padding-left:0 !important;top:0 !important;margin-bottom:0 !important}
.resNewsStack .list-group .list-group-item,.resNewsStack .thumbnail .list-group-item{padding-bottom:15px !important;border-bottom:1px solid #ddd !important}
.nav-tabs&gt;li&gt;a{border-top:1px solid #ccc !important;border-left:1px solid #ccc !important;border-right:1px solid #ccc !important}
.tab-content{border:1px solid #ccc !important}
}
.autoIconLink.fa{margin-left:3px}
/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}
.toggle{position:relative;overflow:hidden}
.toggle input[type="checkbox"]{display:none}
.toggle-group{position:absolute;width:200%;top:0;bottom:0;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}
.toggle.off .toggle-group{left:-100%}
.toggle-on{position:absolute;top:0;bottom:0;left:0;right:50%;margin:0;border:0;border-radius:0}
.toggle-off{position:absolute;top:0;bottom:0;left:50%;right:0;margin:0;border:0;border-radius:0}
.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}
.toggle.btn{min-width:59px;min-height:34px}
.toggle-on.btn{padding-right:24px}
.toggle-off.btn{padding-left:24px}
.toggle.btn-lg{min-width:79px;min-height:45px}
.toggle-on.btn-lg{padding-right:31px}
.toggle-off.btn-lg{padding-left:31px}
.toggle-handle.btn-lg{width:40px}
.toggle.btn-sm{min-width:50px;min-height:30px}
.toggle-on.btn-sm{padding-right:20px}
.toggle-off.btn-sm{padding-left:20px}
.toggle.btn-xs{min-width:35px;min-height:22px}
.toggle-on.btn-xs{padding-right:12px}
.toggle-off.btn-xs{padding-left:12px}
.externalLink .fa-external-link{margin-left:5px}
.container .radio.section,.container .checkbox.section{z-index:100}
.container .radio.section .form_row .form_leftcol,.container .checkbox.section .form_row .form_leftcol{display:block !important;margin-bottom:4px}
.container .radio.section .form_row .form_leftcol .form_leftcollabel label,.container .checkbox.section .form_row .form_leftcol .form_leftcollabel label{z-index:1;padding-left:28px}
.container .radio.section .form_row:first-child .form_leftcol[style*="none"],.container .checkbox.section .form_row:first-child .form_leftcol[style*="none"]{display:none !important}
.address .customInput{position:relative;top:-75px;float:right}
.address .form_address_state,.address .form_address_zip{margin-bottom:7px !important}
.address .form_error{margin-top:-25px}
.text .form_error,.captcha .form_error,.radio .form_error,.upload .form_error,.dropdown .form_error,.checkbox .form_error{top:-33px;position:relative}
.text .form_row_description,.captcha .form_row_description,.radio .form_row_description,.upload .form_row_description,.dropdown .form_row_description,.checkbox .form_row_description{margin-bottom:10px;margin-top:-12px}
.section .form_leftcollabel,.section .form_leftcolmark{display:inline}
.form_rightcol.stylesAdjusted{height:10px}
.container .radio.section .form_leftcol{margin-bottom:3px}
.container .checkbox.section .form_leftcol{margin-bottom:8px}
.container .section .form_row:first-child .form_leftcol .form_leftcollabel label{padding-left:0 !important;font-family:'Replica-Bold',Arial,sans-serif}
.container .section .form_row:first-child .form_leftcol .form_leftcolmark{margin-bottom:-15px}
.hiddenValue-edit{border:2px dotted #aaa;visibility:visible;padding:10px;display:block !important;background:#f4f4f4}
.container .radio.section .form_rightcol input[type=radio]{position:absolute;opacity:0}
.container .radio.section .form_rightcol input[type=radio] ~ span.customInput::before{font-family:FontAwesome;font-size:1.1em;text-align:center;display:inline-block;border:1px solid #004c9b;background:#fff;width:23px;height:23px;border-radius:100%;content:"\00a0";margin-top:0;z-index:-1;position:relative;top:-27px;line-height:1.1em;color:#004c9b;padding-top:1px}
.container .radio.section .form_rightcol input[type=radio]:focus ~ span.customInput::before{outline:#555 dotted 1px}
.container .radio.section .form_rightcol input[type=radio]:checked ~ span.customInput::before{content:"\f111"}
.container .radio.section .form_rightcol input[type=radio]:disabled ~ span.customInput::before{border:1px solid #949494;background:#949494}
@supports(-webkit-appearance:none){.container .radio.section .form_rightcol input[type=radio] ~ span.customInput::before{padding-top:2px !important}
}
.container .checkbox.section .form_rightcol input[type=checkbox]{position:absolute;opacity:0}
.container .checkbox.section .form_rightcol input[type=checkbox] ~ span.customInput::before{content:"\200a";display:inline-block;line-height:1em;border:1px solid #949494;background:#fff;height:21px;width:21px;position:relative;top:-27px;padding:1px 2px;z-index:-1}
.container .checkbox.section .form_rightcol input[type=checkbox]:focus ~ span.customInput::before{outline:#555 dotted 1px}
.container .checkbox.section .form_rightcol input[type=checkbox]:checked ~ span.customInput::before{font-family:FontAwesome;content:"\f00c";color:#fff;border:1px solid #004c9b;background:#004c9b}
.container .checkbox.section .form_rightcol input[type=checkbox]:disabled ~ span.customInput::before{border:1px solid #949494;background:#949494}
.container input.form_field_text{border:1px solid #949494;background:#fff;padding:10px;line-height:1em;margin-bottom:15px;width:300px}
.container select.form_field_select{border:1px solid #fff;background:#fff;padding:10px 40px 10px 10px;line-height:1em;margin:0 0 15px 0;color:#000;display:inline-block;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;outline:0;width:100%}
.container select.form_field_select:focus{box-shadow:0 0 5px #004c9b}
.container select.form_field_select::-ms-expand{display:none}
.container select.form_field_select ~ span.customInput::before{font-family:FontAwesome;content:"\f078";position:absolute;pointer-events:none;right:0;top:20px;padding:10px}
.container .address.section select.form_field_select ~ span.customInput::before{margin-left:-50px}
.container input[type=file].form_field_file{position:absolute;opacity:0;z-index:-1}
.container input[type=file].form_field_file ~ .customUploadInput{border:1px solid #fff;background:#fff;padding:10px;line-height:1em;margin-bottom:15px;cursor:pointer}
.container input[type=file].form_field_file:focus ~ .customUploadInput{outline:#555 dotted 1px !important}
.container .section .form_leftcollabel{float:inherit}
.container .captcha.section .form_leftcollabel{float:left}
.resTabs select.form_field_select,.resTabs label.customUploadInput{border:1px solid #949494 !important}
.row-paper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left:30px;
  margin-right:30px;
  background-color: #fff;
  box-shadow: 0 0 20px 4px rgb(154 161 177 / 15%), 0 4px 80px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%) !important;
}
</pre></body></html>