/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2021 20:58:09
*/


@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Mon Apr 27 2017 15:15 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    Magnific popup
    Skip links
 */
 
.visuallyhidden, .sr-only, .skip-links__link {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus, .skip-links__link:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.popup__list, .skip-links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

/*Added so bullet points would show for content added related to SDQLD-2351*/

.list-style > li {
    list-style-type: disc !important;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.desktop-only {
    display: none !important;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
  margin-bottom: 50px;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #222;
  color: #dddddd;
}

td {
  border: 1px solid #222;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #222;
  color: #dddddd;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: black;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #222;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #222;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

* {
  margin: 0;
  padding: 0;
}

/*
--------------------
Modules
--------------------
*/
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("mysource_files/glyphicons-halflings-regular.eot");
  src: url("mysource_files/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("mysource_files/glyphicons-halflings-regular.woff2") format("woff2"), url("mysource_files/glyphicons-halflings-regular.woff") format("woff"), url("mysource_files/glyphicons-halflings-regular.ttf") format("truetype"), url("mysource_files/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "\26fa";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "\231b";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "\00a5";
}

.glyphicon-jpy:before {
  content: "\00a5";
}

.glyphicon-ruble:before {
  content: "\20bd";
}

.glyphicon-rub:before {
  content: "\20bd";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

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,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.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;
}

.bg-primary {
  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 #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  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;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@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-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

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

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  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: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].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-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .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="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled 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, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  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, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  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.33333;
}

.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 + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 > .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;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@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.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  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: 0.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 > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default: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 > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary: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 > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success: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 > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info: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 > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning: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 > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger: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, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

input[type="submit"]:hover {
  background-color: #3a3a36;
}

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

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-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 > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .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 > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@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:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  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 > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #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, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
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 > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  width: 100%;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/*.progress-bar {*/
/*  float: left;*/
/*  width: 0%;*/
/*  height: 100%;*/
/*  font-size: 12px;*/
/*  line-height: 20px;*/
/*  color: #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 0.6s ease;*/
/*  -o-transition: width 0.6s ease;*/
/*  transition: width 0.6s ease;*/
/*}*/

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #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, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #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;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.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: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

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

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.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: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-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 {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /* Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.page-wrapper {
  font-family: lft-etica, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #5e5d56;
  background-color: #e4e4d8;
}

#page-wrapper.processing {
  overflow: hidden;
  position: relative;
}


#page-wrapper:after {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  position: absolute;
  background: rgba(255, 255, 255, .75);

  transform-origin: 50% 50%;
  transition: all .75s ease;
}


#page-wrapper.processing:after {
  width: 100%;
  height: 100%;

  transform-origin: 50% 50%;
  transition: all .25s ease;
}

a {
    color: #5e5d56;
}
/* ==== Banner styles ==== */
.page-banner {
  position: relative;
  color: #ffffff;
  height: 220px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.page-banner-tint {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-banner-content {
  position: relative;
  padding: 0 35px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-banner-content {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-banner-header {
  width: 100%;
}

.page-banner-key-figure {
  width: auto;
  position: relative;
}

@media (max-width: 680px) {
  .page-banner-key-figure {
    display: none;
  }
}

.page-banner-key-figure-number {
  line-height: 1;
  color: #0bc0b8;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 3.625rem;
  max-width: 30%;
}

.page-banner-key-figure-text {
  max-width: 200px;
  margin-bottom: 0;
  position: relative;
}

.page-banner-key-figure-vertical-text {
  top: 50%;
  left: -25px;
  position: absolute;
  border-bottom: 3px solid #0bc0b8;
  transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
  font-size: 1.125rem;
  letter-spacing: 3.8px;
}

.page-banner-key-figure.orange .page-banner-key-figure-vertical-text {
  border-bottom: 3px solid #f5b10b;
}
.page-banner-key-figure.orange .page-banner-key-figure-number {
  color: #f5b10b;
}
.page-banner-key-figure.yellow .page-banner-key-figure-vertical-text {
  border-bottom: 3px solid #f5b10b;
}
.page-banner-key-figure.yellow .page-banner-key-figure-number {
  color: #f5b10b;
}

.page-banner-header h1 {
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  word-wrap: break-word;
}

.page-banner-blurb {
  padding-top: 20px;
}

.page-banner-breadcrumbs {
  display: none;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
  padding-bottom: 20px;
}

.page-banner-breadcrumbs-list {
  list-style-type: none;
}

.page-banner-breadcrumbs-list__item {
  display: inline-block;
  padding: 0;
}

a.page-banner-breadcrumbs-list__item__link {
  color: #ffffff;
  text-decoration: none;
}

.page-banner-breadcrumbs-list__item__link:after {
  content: '>';
  font-weight: normal;
  margin: 0 .5em;
}

.page-banner-breadcrumbs-list__item:last-child .page-banner-breadcrumbs-list__item__link:after {
  content: none;
}

.page-banner-breadcrumbs-list__item__link.breadcrumbs-list__item-home {
  padding-left: 0;
  font-weight: bold;
}

.page-img-credit {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px 5px 0 5px;
}

.page-img-credit-background {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.page-img-credit-text {
  display: none;
  font-size: 0.75rem;
  color: #fff;
  position: relative;
  margin-right: 5px;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.page-img-credit-text-show {
  display: inline-block;
}

.page-img-credit-icon {
  cursor: pointer;
  display: inline-block;
  background-image: url("https://www.tsra.gov.au/__data/assets/file/0011/12611/camera-icon.svg?v=0.1.1");
  background-repeat: no-repeat;
  /*background-size: 100%;*/
  background-size: contain;
  height: 20px;
  width: 29px;
}

.page-content {
  padding: 35px;
}

.page-content h2 {
  font-size: 2rem;
  padding-bottom: 30px;
}

.page-content h3 {
  font-size: 1.375rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-content h4 {
  font-size: 1.125rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-content h5 {
  font-size: 1rem;
  padding-top: 15px;
  padding-bottom: 15px;
}

.page-content {
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  padding-bottom: 30px;
}

.page-main-content > p, .page-main-content > div > p {
    margin: 0 0 15px;
}



/* List Styling */
.page-main-content ul,
.page-main-content ol {
  padding-left: 1em;
}

.page-main-content ul li {
  list-style: none;
}

.page-main-content li {
  position: relative;
  font-size: 0.9375rem;
}
.page-main-content ul li::before {
  content: '•';
  color: #E95E27;
  top: 0;
  bottom: 0;
  left: -1em;
  margin: auto;
  position: absolute;
}

.page-main-content ul.list-unstyled li::before, .page-main-content ul.slick-dots li::before {
  content: none;
}

.our-project-information-achievements ul li::before {
  color: #5e5d56;
}

.list-style-alpha {
  list-style-type: lower-alpha;
}

/* Slick Slider styles */
.slick-slide {
  outline: none
}

.slider-slide-img-container {
    padding: 10px;
}

.slider-slide-img {
    display: block;
    height: 150px;
    background-size: cover;
}
.slick-prev:before, .slick-next:before {
    color: #e95e27;
}

.paginator-page-numbers ul li::before {
    content: "";
    margin-right: 0;
}

.btn-pagination-prev, .btn-pagination-next {
    border: none;
    background: transparent;
    font-size: .9em;
    margin-bottom: .5em;
}

.btn-pagination-next {
    float: right;
}

.page-main-content .accordion-item::before, .page-main-content .map-tab::before {
  content: none;
}

.page-sidebar {
    display: none;
}

body.landing .page-sidebar,
body.tabbed .page-sidebar,
body.full-page .page-sidebar,
body.news_item .page-sidebar,
body.calendar_event_single .page-sidebar {
  display: none;
}

.page-main-content,
body.landing .page-main-content,
body.tabbed .page-main-content,
body.full-page .page-main-content {
  width: 100%;
}

.page-sidebar__title {
  color: #5e5d56;
  font-size: 1.375rem;
  font-weight: 700;
  border-top: 4px solid #5e5d56;
  padding: 10px 0 15px;
}

.page-sidebar__title.green {
  color: #009089;
  border-top: 4px solid #009089;
  margin-top: 60px;
}

.page-sidebar__links ul {
  list-style-type: none;
}

.page-sidebar__links li {
  position: relative;
  width: 100%;
  background-color: #e4e4d8;
}

.page-sidebar__links-level-two > li > a {
  border-bottom: 1px solid #d3d2c0;
}

.page-sidebar__links a {
  text-decoration: none;
  color: #5e5d56;
  display: inline-block;
  position: relative;
  padding: 7px 30px 7px 15px;
  width: 100%;
}

.page-sidebar__links a:hover {
  width: 100%;
}

.page-sidebar__links .expand-button, .page-sidebar__links .current.active .expand-button  {
  position: absolute;
  display: block;
  content: ' ';
  cursor: pointer;
  background-image: url('https://www.tsra.gov.au/?a=12599');
  background-repeat: no-repeat;
  background-size: contain;
  top: 10px;
  right: 5px;
  height: 20px;
  width: 20px;
  background-size: 100% 100%;
}

.page-sidebar__links .active > .expand-button, .page-sidebar__links .current > .expand-button {
  background-image: url('https://www.tsra.gov.au/?a=12597');
}

.page-sidebar__links-level-one {
  font-size: 1.0625rem;
}
/* remove
.page-sidebar__links-level-one > li {
  border-bottom: 1px solid #d3d2c0;
}
*/

.page-sidebar__links-level-two > .active, .page-sidebar__links-level-two > .active li {
  background-color: #f2f2eb;
}
.page-sidebar__links .page-sidebar__links-level-three > .current li, .page-sidebar__links .page-sidebar__links-level-three > .active li {
  background-color: #ffffff;
}
.page-sidebar__links .page-sidebar__links-level-three > li.active > a, .page-sidebar__links .page-sidebar__links-level-three > .active > ul > li > a, .page-sidebar__links li.current > ul > li > a{
  border-left: 4px solid #5e5d56;
}

.page-sidebar__links-level-one > li.active {
  border-bottom: none;
  background-color: #f2f2eb;
}

.page-sidebar__links .current > ul > li:hover, .page-sidebar__links .current > ul > li > a:hover {
  background-color: #f2f2eb;
}

.page-sidebar__links-level-one > li > a:hover {
  background-color: #f2f2eb;
}

.page-sidebar__links .active a:hover {
  background-color: #ffffff;
}

.page-sidebar__links li.active > ul, .page-sidebar__links li.current > ul {
  display: block;
}

.page-sidebar__links-level-two {
  display: none;
  list-style-type: none;
  font-size: 1.0625rem;
}

.page-sidebar__links-level-two > li > a {
  padding-left: 15px;
}

.page-sidebar__links-level-two > li.active a {
  border-left: 4px solid #d3d2c0;
}

.page-sidebar__links-level-two .current ul > li > a {
  border-left: 4px solid #5e5d56;
}

.page-sidebar__links-level-two > li.active > ul, .page-sidebar__links-level-three > li.active > ul {
  list-style-type: none;
  display: block;
}

.page-sidebar__links-level-three, .page-sidebar__links-level-four {
  display: none;
  list-style-type: none;
}

.page-sidebar__links-level-three > li > a {
  font-size: 0.9375rem;
  padding-left: 30px;
}
.page-sidebar__links-level-four > li > a {
  font-size: 0.8125rem;
  padding-left: 50px;  
}

.page-sidebar li.current {
  background-color: #ffffff;
}
.page-sidebar__links li.current > a {
  border-left: 4px solid #e95e27 !important;
}

.page-sidebar__resources {
  font-size: 0.9375rem;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.page-sidebar__resources a {
  text-decoration: none;
  color: #5e5d56;
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
}

.page-sidebar__resources a:hover {
  background-color: #f2f2eb;
}

.page-sidebar__resources li {
  position: relative;
  border-top: 1px solid #d3d2c0;
}

.page-sidebar__resources li:after {
  position: absolute;
  display: block;
  content: ' ';
  background-image: url('https://www.tsra.gov.au/?a=12613');
  background-repeat: no-repeat;
  top: 15px;
  right: 15px;
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
}

.page-sidebar__resources li:last-child {
  border-bottom: 1px solid #d3d2c0;
}

.introductory-paragraph {
  font-size: 1.0625rem;
}

.captioned-image {
  padding-bottom: 30px;
}

.captioned-image img {
  width: 100%;
  display: block;
}

.captioned-image p {
  font-size: 1em;
  padding: 7px 15px;
  background-color: #ffffff;
}

blockquote {
  margin-left: 30px;
  padding: 0px 0px 0px 30px;
  border-left: 4px solid #e95e27;
  margin-bottom: 50px;
}

blockquote.orange {
  color: #e95e27;
  border-left: 4px solid #000000;
}

blockquote:before {
  content: '';
}

.page-content blockquote p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 31px;
}

blockquote footer {
  font-size: 0.9375rem;
}

blockquote footer a, cite {
  color: #5e5d56;
  text-decoration: none;
}

table * {
  border-collapse: collapse;
  border: none;
  font-size: 0.9375rem;
}

caption {
  text-align: left;
}

th {
  color: #5e5d56;
  background-color: transparent;
  text-align: left;
  padding: 15px;
  border-top: 5px solid #5e5d56;
}

tbody {
  border-top: 1px solid #8a897b;
  border-bottom: 1px solid #8a897b;
}

tbody tr td {
  padding: 15px;
}

tbody tr:nth-child(even) {
  background-color: #f2f2eb;
}

.button {
  border-style: none;
  border-radius: 0;
  background-color: #5e5d56;
  color: #F2F2EB;
  border-left: 5px solid #eb6e3c;
  font-size: 1rem;
  padding: 15px 25px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-weight: 200;
  cursor: pointer;
}

.button.blue {
  background-color: #00629f;
  color: #F2F2EB;
  border-left: 5px solid #53bdff;
}

.button.teal {
  background-color: #009089;
  color: #F2F2EB;
  border-left: 5px solid #0bc0b8;
}

.button.grey {
  background-color: #f2f2eb;
  color: #5e5d56;
  border-left: 5px solid #E95E27;
}

.button.black, .button:hover {
  background-color: #3a3a36;
  color: #F2F2EB;
  border-left: 5px solid #eb6e3c;
}

.button.dark-blue, .button.blue:hover {
  background-color: #004570;
  color: #F2F2EB;
  border-left: 5px solid #53bdff;
}

.button.dark-teal, .button.teal:hover {
  background-color: #006661;
  color: #F2F2EB;
  border-left: 5px solid #0bc0b8;
}

.button.white, .button.grey:hover {
  background-color: #ffffff;
  color: #5e5d56;
  border-left: 5px solid #E95E27;
}

.accordion-list {
  list-style: none;
  margin-bottom: 50px;
}

.accordion-item {
  background-color: #f2f2eb;
  border-left: 5px solid #3a3a36;
  margin-bottom: 10px;
}

.accordion-item:hover {
  background-color: #ffffff;
}

.accordion-head {
  position: relative;
  font-weight: 700;
  padding: 13px 30px 15px;
}

.accordion-head:hover {
  cursor: pointer;
}

.accordion-head:after {
  position: absolute;
  display: block;
  content: ' ';
  background-image: url('https://www.tsra.gov.au/?a=12599');
  background-repeat: no-repeat;
  top: 20px;
  right: 15px;
  height: 15px;
  width: 15px;
  background-size: 100% 100%;
}

.accordion-body {
  display: none;
  padding: 20px 30px 30px;
  font-size: 0.9375rem;
}

.accordion-body h3 {
  font-size: 0.9375rem;
  font-weight: 700;
  padding-top: 0;
  margin-top: 0;
}

.accordion-item-expanded {
  background-color: #ffffff;
  border-left: 5px solid #E95E27;
}

.accordion-item-expanded .accordion-head:after {
  background-image: url('https://www.tsra.gov.au/?a=12597');
}

input[type="submit"] {
  background-color: #5e5d56;
  color: #F2F2EB;
  border-style: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 15px 35px;
  margin: 0;
  border-left: 5px solid #eb6e3c;
  font-weight: 200;
  outline: none;
}

input[type="text"], input[type="password"], input[type="email"], input[type="date"], input[type="datetime"], input[type="month"], input[type="search"], input[type="tel"], input[type="url"], input[type="week"], input[type="datetime-local"], input[type="number"], input[type="time"], select {
  color: #5e5d56;
  border: none;
  background: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 200;
  outline: none;
}

button, select {
  cursor: pointer;
}

.form-section {
  position: relative;
  border-bottom: 2px solid #8a897b;
  margin-bottom: 45px;
  }

.form-section.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

.form-input-error-message {
  display: none;
  padding-top: 5px;
  border-top: 2px solid #e95e27;
  color: #e95e27;
}

.form-section.error {
  border-bottom: none;
  padding-bottom: 0;
}

.form-section.error > .form-input-error-message {
  display: block;
}

.form-input-wrapper.search:after {
  position: absolute;
  display: block;
  content: ' ';
  background-image: url('https://www.tsra.gov.au/new/_designs/css/icons/icon-search.svg');
  background-repeat: no-repeat;
  top: 2px;
  right: 10px;
  height: 22px;
  width: 22px;
  background-size: 100% 100%;
}

/*.form-input-wrapper.dropdown:after {*/
/*  position: absolute;*/
/*  display: block;*/
/*  content: ' ';*/
/*  background-image: url('https://www.tsra.gov.au/?a=12599');*/
/*  background-repeat: no-repeat;*/
/*  top: 2px;*/
/*  right: 10px;*/
/*  height: 22px;*/
/*  width: 22px;*/
  /*background-size: 100% 100%;*/
/*  background-size: contain;*/
/*}*/

.form-input-wrapper.dropdown select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 25px) calc(1em + -14px),
    calc(100% - 15px) calc(1em + -14px),
    calc(100% - 2.5em) 1.5em;
  background-size:
    10px 10px,
    10px 10px,
    1px 1.5em;
  background-repeat: no-repeat;
}

.form-section.full-border {
    border: 2px solid #8a897b;
}

.form-input-wrapper.textarea {
    padding-bottom: 0;
}

.form-input-error-message {
    left: 0;
    width: 100%;
    bottom: -34px;
    position: absolute;
}

input[type="checkbox"] {
  display: none;
}

label {
  cursor: pointer;
}

input[type="checkbox"] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 35px;
  background: url('https://www.tsra.gov.au/__data/assets/file/0014/12623/form-checkbox-unchecked.svg?v=0.1.1') 0 center no-repeat;
}

input[type="checkbox"]:checked + label span {
  background: url('https://www.tsra.gov.au/__data/assets/file/0012/12621/form-checkbox-checked.svg?v=0.1.1') 0 center no-repeat;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label {
  margin-right: 30px;
}

input[type="radio"] + label span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 35px;
  background: url('https://www.tsra.gov.au/__data/assets/file/0018/12627/form-radio-unchecked.svg?v=0.1.1') 0 center no-repeat;
}

input[type="radio"]:checked + label span {
  background: url('https://www.tsra.gov.au/__data/assets/file/0016/12625/form-radio-checked.svg?v=0.1.1') 0 center no-repeat;
}

textarea {
  background: transparent;
  overflow: auto;
  outline: none;
  resize: none;
  border: 0;
  width: 100%;
  padding: 13px 20px;
  color: #8a897b;
  font-weight: 200;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-section-submit {
  float: right;
  margin: 0;
}

.disclaimer {
  font-weight: 200;
  font-size: 0.75rem;
  background-color: #5e5d56;
  color: #ffffff;
  opacity: 0;
  display: none;
  height: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.disclaimer.active {
  opacity: 1;
  height: auto;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.disclaimer--green {
    background-color: #009089;
}

.disclaimer--green .disclaimer__item--text {
    font-size: 1.125rem;
    margin-bottom: 0;
}


.disclaimer .disclaimer__item--text a {
    color: #fff;
}

.disclaimer__item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;

}

.disclaimer__item--icon.disclaimer__item--icon-warning {
  width: 30px;
  height: 30px;
  margin-right: 15px;
}

.disclaimer__item--icon.disclaimer__item--icon-close {
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.disclaimer__item--text {
  margin-right: 15px;
  width: 93%;
}

.em-landing__items {
  padding-top: 35px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.em-landing__item {
  background-color: #F2F2EB;
  margin-bottom: 20px;
  width: 100%;
}

.em-landing__item a {
    text-decoration: none;
}

.em-landing__item:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.em-landing__item-img {
  width: 100%;
  height: 150px;
}

.em-landing__item-content {
  padding: 35px;
}

.em-landing__item-title {
  color: #eb6e3c;
  font-size: 1.25rem;
  padding: 0 0 20px;
  font-weight: 700;
}

.footer {
  font-family: lft-etica, sans-serif;
  font-style: normal;
  font-weight: 200;
  color: #f2f1eb;
  background-color: #5e5d56;
}

.footer__wrapper {
  padding: 50px 35px;
}

.footer__col {
  margin-bottom: 25px;
}

.footer__col a {
  text-decoration: none;
  color: #f2f1eb;
}

.footer__col-header {
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer__col-media .footer__col-header {
  display: none;
}

.footer__col-programmes {
  display: none;
}

.footer__link-contact {
  background-color: #4e4e49;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 20px;
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
}

.footer__col-contact__text {
    clear: both;
    display: inline-block;
    margin-top: 1em;
}

.footer__links {
  padding-bottom: 20px;
}

.footer__links ul {
  margin: 0;
  padding: 0;
}

.footer__links ul li {
  font-size: 0.75rem;
  display: inline;
  padding: 0;
  margin: 0;
  padding-right: 25px;
}

.footer__links ul li a {
  text-decoration: none;
  color: #f2f1eb;
}

.footer__link-media {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
}

.footer__link-media li {
  margin-right: 25px;
}

.link-media-icon {
  height: 50px;
}

.link-media-text {
  display: none;
}

.footer__disclaimer-flags {
  text-decoration: none;
}

.footer__disclaimer-text {
  font-size: 0.75rem;
}

.header__wrapper {
  font-family: lft-etica, sans-serif;
  font-style: normal;
  font-weight: 200;
  background-color: #ffffff;
}

.header__logo {
  padding: 20px;
  display: inline-block;
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  align-items: center;
  justify-content: center;
}

.header-icon-wrapper {
  display: inline-block;
  float: left;
  margin: 0 10px;
  max-width: 50%;
}

.header-icon-wrapper:first-child {
  margin: 0 10px 0 0;
}

.header-icon {
    position: relative;
    margin: 0;
    max-height: 100%;
    width: auto;
}

a.header-icon-wrapper {
    border-left: 1px solid #000000;
    padding: 0 0 0 10px;
}

.header__nav {
  position: relative;
  height: 50px;
  background-color: #5e5d56;
}

.header__main-menu {
  display: none;
}

.header__mobile-menu {
  display: inline-block;
}

.header__nav.search-active .header__mobile-menu {
  display: none;
}

.header__nav.search-active .header__quicklinks {
  width: 100%;
}

@media ( max-width: 1180px ) {
  .header__nav.search-active .header__quicklinks {
    width: 60%;
  }
}

@media ( max-width: 768px ) {
  .header__nav.search-active .header__quicklinks {
    width: 50%;
  }
}

.header__nav.search-active .quicklinks-item-search-btn {
  position: absolute;
  right: 10px;
}

.header__nav.search-active .quicklinks-item-search-btn .icon__search {
  background-image: url("https://www.tsra.gov.au/?a=12629");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  left: 7px;
  top: 7px;
}

.header__mobile-menu.open-menu {
  background-color: #3a3a36;
}

.header__main-menu {
  position: absolute;
  background-color: #3a3a36;
  color: #ffffff;
  top: 50px;
  padding: 30px;
  width: 100%;
  z-index: 100;
}

.header__main-menu__links-level-one {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.header__main-menu__links-level-one a {
  text-decoration: none;
  color: #ffffff;
}
.header__main-menu__links-level-one .has-children > a {
  width: 90%;
}
.header__main-menu .expand-button {
  position: absolute;
  display: inline-block;
  content: ' ';
  cursor: pointer;
  background-image: url('https://www.tsra.gov.au/?a=14589');
  background-repeat: no-repeat;
  background-position: 50%;
  top: 5px;
  right: 5px;
  height: 35px;
  width: 35px;
  transform: rotate(180deg);
}

.header__main-menu .active > .expand-button, .header__main-menu .current > .expand-button, .header__main-menu .hier > .expand-button {
  transform: none;
}

.header__main-menu__links-level-one {
  font-size: 1.0625rem;
  background-color: #5e5d56;
}

.header__main-menu__links-level-one > li > a {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
}

.header__main-menu__links-level-one > li {
  list-style-type: none;
  border-bottom: 1px solid #5e5d56;
  border-left: 4px solid #777668;
  position: relative;
}

.header__main-menu__links-level-one > li.active {
  border-left: 4px solid #C9C7B4
}
.header__main-menu__links-level-one > li.current {
  border-bottom: none;
  background-color: #5e5d56;
  border-left: 4px solid #d3d2c0;
}

.header__main-menu li.current > .header__main-menu__sub-menu, .header__main-menu li.hier > .header__main-menu__sub-menu, .header__main-menu li.active > .header__main-menu__sub-menu {
  display: block;
}

.header__main-menu__sub-menu {
  display: none;
  list-style-type: none;
  position: relative;
}

.header__main-menu__sub-menu li {
  position: relative;
}

.header__main-menu__links-level-two > li {
  font-size: 0.9375rem;
}

.header__main-menu__links-level-three > li {
  font-size: 0.9rem;
}

.header__main-menu__links-level-four > li {
  font-size: 0.8625rem;
}

.header__main-menu__sub-menu > li > a {
  display: inline-block;
  padding: 7px 25px;
  width: 100%;
}

.header__main-menu__links-level-three > li > a {
  padding: 7px 35px;
}

.header__main-menu__links-level-four > li > a {
  padding: 7px 45px;
}

.header__main-menu__sub-menu > li.current {
  background-color: #484842;
  border-left: 4px solid #e95e27;
  margin-left: -4px;
}

.header__mobile-menu-burger {
  background-image: url("https://www.tsra.gov.au/__data/assets/file/0003/12639/menu-icon.svg?v=0.1.1");
  background-repeat: no-repeat;
  background-position: 15px 13px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  padding-right: 15px;
  text-decoration: none;
}

.header__mobile-menu.open-menu > .header__mobile-menu-burger {
  background-size: 23px 23px;
  background-image: url("https://www.tsra.gov.au/?a=12629");
}

.header__quicklinks {
  display: flex;
  display: -ms-flexbox;
  float: right;
  height: 100%;
  align-items: center;
}

.quicklinks-item {
  margin-right: 10px;
  width: 100%;
}

.quicklinks-item__container {
  display: flex;
  display: -ms-flexbox;
  position: relative;
  width: 45px;
  height: 45px;
  background-color: #7b7a73;
  border-radius: 50%;
  border: none;
  justify-content: center;
  -ms-flex-pack: justify;
  align-items: center;
}

.icon__search {
  background-image: url("https://www.tsra.gov.au/__data/assets/file/0017/12635/icon-search-mobile.svg?v=0.1.1");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  height: 24px;
  width: 24px;
}

.icon__phone {
  background-image: url("https://www.tsra.gov.au/__data/assets/file/0013/12631/icon-phone-mobile.svg?v=0.1.1");
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
}

.clear {
  clear: both;
}

.home .page-wrapper {
  color: #5e5d56;
  background-color: #f2f1eb;
}

.home-container {
  position: relative;
}

.home__menu-wrapper {
  position: relative;
  margin-top: -50px;
}

.home__menu.home__menu-overlap {
  margin: 35px 35px 0 35px;
}

.home__menu {
  margin: 0 35px;
}

.home__banner {
  position: relative;
  height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  box-shadow: inset 0 -100px 100px -30px #f2f1eb;
}

.home__banner-wrapper {
  padding: 25px 35px;
}

.home__banner-text {
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1em;
  max-width: 930px;
}

.page-img-credit {
  right: 15px;
}

.home__banner-img-credit-background {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 5px 5px 0;
}

.home__banner-img-credit-text {
  display: none;
  font-size: 0.75rem;
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.home__banner-img-credit-text-show {
  display: inline-block;
}

.home__banner-img-credit-icon {
  cursor: pointer;
  display: inline-block;
  background-image: url("https://www.tsra.gov.au/__data/assets/file/0011/12611/camera-icon.svg?v=0.1.1");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 20px;
  width: 29px;
}

.home__item {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  flex-wrap: wrap;
}

.home__item-title {
  padding: 20px;
  width: 100%;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
}

.home__item-title:after {
  display: inline-block;
  content: ' ';
  background-image: url("https://www.tsra.gov.au/?a=12601");
  background-repeat: no-repeat;
  background-position: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 10px;
  transform: rotate(180deg);
  -webkit-transform:(180deg);
}

.home__item-content-title a {
    text-decoration: none;
}

.home__item.active .home__item-title:after {
  transform: rotate(0deg);
}

.home__item-content {
  padding: 0 30px 30px;
  display: none;
  opacity: 0;
  height: 0;
  width: 0;
  transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
  -webkit-transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
  -moz-transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
}

.home__item.active .home__item-content {
  display: block;
  opacity: 1;
  height: auto;
  width: auto;
  transition: .5s 0s ease-in-out opacity;
  -webkit-transition: .5s 0s ease-in-out opacity;
  -moz-transition: .5s 0s ease-in-out opacity;
}

.home__item-content-title {
  display: none;
}

.home__item-content-blurb, .home__item-content-links {
  font-size: 0.875rem;
  padding-top: 20px;
}

.home__item-content-links ul {
  list-style: none;
}

.home__item-content-links ul li {
  display: block;
  padding-bottom: 10px;
}

.home__item-content-links a {
  text-decoration: none;
  color: #5e5d56;
}

.home__item-content-links ul li:before {
  display: inline-block;
  content: ' ';
  background-image: url('https://www.tsra.gov.au/?a=12613');
  background-repeat: no-repeat;
  height: 11px;
  width: 13px;
  background-size: contain;
}

.home__item-content__more-link {
  float: right;
  font-size: .875rem;
  margin-bottom: 10px;
}

.home__item-content__more-link:after {
  content: '';
  background-image: url('https://www.tsra.gov.au/?a=12601');
  transform: rotate(90deg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 10px;
  width: 15px;
  margin-left: 2px;
}

.home__news {
  position: relative;
  padding-bottom: 20px;
}

.home__news-header {
  padding: 20px 0 30px;
  font-size: 1.73rem;
  width: 100%;
  clear: both;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home__news-header h3 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
}
.home__news-header-viewall {
  color: inherit;
  text-decoration: none;
  font-weight: 200;
  display: inline-block;
  float: right;
  font-size: 1.0625rem;
}

.home__news-header-viewall:before {
  display: inline-block;
  content: ' ';
  background-image: url('https://www.tsra.gov.au/?a=12613');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 12px;
  width: 12px;
}

.home__news-block {
  position: relative;
  background-color: #fffff9;
  margin-bottom: 20px;
}

.home__news-block a {
  text-decoration: none;
  color: inherit;
}

.home__news-block:hover {
  background-color: #ffffff;
}

.home__news-article-img {
  width: 100%;
  min-height: 175px;
  background-size: cover;
  background-position: 50% 50%;
}

.home__news-content {
  padding: 15px 35px;
}

.home__news-block-title {
  color: #eb6e3c;
  font-size: 1.25rem;
  padding: 20px 0;
  font-weight: 700;
}

.home__news-block-event-date {
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 10px;
  color: #ffffff;
  background-color: #eb6e3c;
  width: 60px;
  height: 60px;
  margin-top: -60px;
  margin-left: 35px;
  text-transform: uppercase;
}

.home__news-block-event-date-day {
  font-size: 1.875rem;
  line-height: 25px;
}

.home__news-block-event-date:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: solid 7px #eb6e3c;
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
}

.event-date {
  top: -60px;
  left: 10%;
  width: 60px;
  height: 60px;
  padding: 10px;
  position: absolute;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  background-color: #eb6e3c;
  text-transform: uppercase;
}

.event-dates {
    max-width: 84%;
}

.event-date span {
  display: block;
  font-size: 30px;
}

.single-event-content {
    position: relative;
}

.single-event-content .event-date {
    right: 0;
    top: -60px;
    left: inherit;
}

.single-calander-event .event-date:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;

    left: 0;
    right: 0;
    top: 100%;
    margin: 0 auto;

    border-top: solid 7px #eb6e3c;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
}

@media (max-width: 600px) {

    .single-event-content .event-date {
         top: -35px;
    }
}

.article-sub-text {
    font-size: 12px;
    margin-top: 2em;
}

.featured-tile.featured-default-image .featured-img {
    background-position: 50%;
    background-image: url('./?a=13753:v1');
}
.programme__item {
  background-color: #F2F2EB;
  margin-bottom: 20px;
}

.programme__item:hover {
  background-color: #ffffff;
}

.programme__item a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.programme__item-img {
  width: 100%;
  display: block;
  height: 14em;
}

.programme__item-content {
  padding: 35px;
}

.programme__item-title {
  color: #eb6e3c;
  font-size: 1.25rem;
  padding: 0 0 20px;
  font-weight: 700;
}

.our-project__items {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.our-project__item {
  background-color: #F2F2EB;
  margin-bottom: 20px;
}

.our-project__item-img {
  width: 100%;
  height: 175px;
}

.our-project__item-content {
  padding: 30px 35px;
}

.page-content p.our-project__item-blurb {
  padding-bottom: 0;
  font-size: 0.875rem;
}

.our-project__item-title {
  color: #eb6e3c;
  font-size: 1.5rem;
  padding: 0 0 20px;
  font-weight: 700;
}

.our-project-information-button {
  position: relative;
  padding: 15px 35px;
  cursor: pointer;
}

.our-project-information-button-text {
  text-decoration: none;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  margin-left: 25px;
}

.our-project-information-button:before {
  display: inline-block;
  content: ' ';
  background-image: url(./?a=13365);
  background-repeat: no-repeat;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.our-project-information-button.selected:before {
  background-image: url(./?a=13364);
}

.our-project-information, .our-project-item-information-content {
  display: none;
}

.selected {
  background-color: #ffffff;
}

.our-project-information {
  background-color: #ffffff;
  width: 100%;
  clear: both;
  margin: -20px 0 20px;
}

.our-project-information-content {
  font-size: 0.9375rem;
  display: block;
  padding: 15px 35px;
}

.our-project-information-achievements {
  list-style: none;
  padding-left: 15px;
}

.our-project-information-resources, .our-project-information-contacts {
  list-style: none;
}

.our-project-information-achievements li, .our-project-information-resources li, .our-project-information-contacts li {
  padding-bottom: 15px;
}

.our-project-information-resources li a {
  color: inherit;
}

.our-project-information-contacts-name {
  display: block;
  font-weight: 700;
}

/* ==== Tabbed pages ==== */
.page-tabs {
  position: absolute;
  bottom: 0;
  left: 35px;
  right: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 400px;
}

.page-tabs > li {
    border: 0;
    width: calc(50% - 2px);
}

.page-tabs > li > a {
    color: #3a3a36;
    font-weight: 400;
    text-align: center;
    font-size: 1.0625rem;
    text-decoration: none;
    text-transform: uppercase;

    border: 0;
    padding: 15px;
    cursor: pointer;
    border-radius: 0;
    transition: all .25s ease;
    background-color: rgba(228, 227, 215, 0.7);
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 0;
    outline: none;
    color: #3a3a36;
    transition: all .25s ease;
    border-top: 3px solid #eb6e3c;
    background-color: rgba(228, 227, 215, 1);
}

.news-resources-tab {
  color: #3a3a36;
  font-weight: 400;
  font-size: 1.0625rem;
  width: calc(50% - 2px);
  padding: 15px;
  text-align: center;
  background-color: rgba(228, 227, 215, 0.7);
  cursor: pointer;
  cursor: hand;
}

.news-resources-tab.active {
  background-color: #e4e4d8;
  border-top: 3px solid #eb6e3c;
}

.page-content {
  padding: 35px;
}

.paginator {
  font-size: 1.125rem;
}

/*.paginator-top {*/
/*  display: none;*/
/*}*/

.paginator-page-numbers {
  width: auto;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;

}

.paginator-page-numbers a {
  color: inherit;
  text-decoration: none;
}

.paginator-page-numbers ul {
  text-align: left;
}

.paginator-page-numbers ul li {
  display: inline;
  padding: 7px 14px;
  cursor: pointer;
  display: inline-block;
}
.paginator-page-numbers li:hover {
   text-decoration: underline;
}

.paginator.paginator-top {
    margin-top: 3em;
}
.paginator.paginator-bottom {
    margin-bottom: 3em;
}

.paginator-page-numbers ul li.active {
  border-radius: 50%;
  background-color: #d3d2c0;
}

.news__item a {
    text-decoration: none;
}

.news__item a:hover {
    text-decoration: none;
}
.news__item {
  background-color: #F2F2EB;
  margin-bottom: 20px;
}

.news__item:hover {
  background-color: #ffffff;
}

.news__item-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 35%;
}

.news__item-content {
  padding: 35px;
}

.news__item-title {
  color: #eb6e3c;
  font-size: 1.25rem;
  padding: 0 0 20px;
  font-weight: 700;
}

/* News and Resources */
#resources-section {
  display: none;
}

.resources__search {
  border-top: 5px solid #5e5d56;
  background-color: #F2F2EB;
  margin-bottom: 20px;
}

.resources__search-title {
  position: relative;
  color: #5e5d56;
  font-size: 1.25rem;
  padding: 0 0 20px;
  font-weight: 700;
  display: flex;
  display: -ms-flex;
  align-items: center;
  -ms-flex-align: center;
}

.search-hidden {
  padding-bottom: 0;
}

.resources__search-section input[type="text"] {
  width: calc(100% - 30px);
}

.resources__search-title:after {
  display: block;
  content: ' ';
  cursor: pointer;
  background-image: url('https://www.tsra.gov.au/?a=12597');
  background-repeat: no-repeat;
  height: 22px;
  width: 22px;
  background-size: 100% 100%;
  margin-left: 2em;
}

.search-hidden:after {
  background-image: url('https://www.tsra.gov.au/?a=12599');
}

.resources__item {
  border-top: 5px solid #eb6e3c;
  background-color: #F2F2EB;
  margin-bottom: 20px;
}

.resources__item:hover {
  background-color: #ffffff;
}

.resources__item-content {
  padding: 0 35px 35px;
  height: 100%;
  position: relative;
}

.resources__search-content {
  padding: 25px 25px;
}

.resources__item-title {
  color: #eb6e3c;
  font-size: 1.25rem;
  padding: 0 0 20px;
  font-weight: 700;
}

.resources__item-publish-date {
  font-size: 0.875rem;
  font-weight: 700;
}

.resources__item-blurb {
  font-size: 0.75rem;
}

.resources__item-publish-date, .resources__item-blurb {
  padding-bottom: 15px;
}

.resources-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}

.resources-type-icon {
  width: 48px;
  height: 48px;
  background-color: #eb6e3c;
}

.resources-type-icon.pdf {
    background-image: url('https://www.tsra.gov.au/?a=13280');
}
.resources-type-icon.doc {
    background-image: url('https://www.tsra.gov.au/?a=13282');
}
.resources-type-icon.video {
    background-image: url('https://www.tsra.gov.au/?a=13281');
}
.resources-type-icon.audio {
    background-image: url('mysource_files/audio-icon.svg');
}
.resources-type-icon.zip {
    background-image: url('https://www.tsra.gov.au/?a=13741');
}
.resources-type-icon.page {
    background-image: url('https://www.tsra.gov.au/__data/assets/file/0015/14631/online-doc-icon.svg?v=0.1.1');
}
.resources-type-icon.powerpoint {
    background-image: url('https://www.tsra.gov.au/__data/assets/file/0015/14631/online-doc-icon.svg?v=0.1.1');
}

.resources-type-text {
  padding-left: 15px;
  font-weight: 700;
  color: #eb6e3c;
  text-transform: uppercase;
}

.resources-type-text p {
  padding: 0;
}

.resources__item-download-link {
    bottom: 25px;
    position: absolute;
}

.resources__item-download-link a {
  font-size: 0.75rem;
  color: #5e5d56;
  text-decoration: none;
}

.resources__search-section {
  border-bottom: 2px solid #5e5d56;
  margin-bottom: 1.125rem;
  padding-bottom: 5px;
  position: relative;
}

.header__quicklinks-fullwidth {
    width: 100%;
}

.quicklinks-item.quicklink--search {
    width: 100%;
    height: inherit;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.quicklink--searchbar {
    display: none;
    height: inherit;
    width: 100%;
    margin-left: 20px;
}

.quicklink--searchbar-form {
    float: right;
    height: inherit;
    width: 100%;
    display: none;
}

.search-active .quicklink--searchbar-form {
  float: none;
}

.quicklink--searchbar-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: inherit;
    width: 100%;
    align-items: center;
    -ms-flex-align: center;
}

input[type="text"].quicklink--searchbar__input {
  color: #ffffff;
  width: calc(100% - 120px);
}

.quicklinks-item-search-submit-btn {
    margin-right: 5px;
    position: absolute;
    right: 60px;
}

.resources__search-section.quicklink--searchbar-field {
    margin-top: 10px;
    margin-right: 15px;
    border-bottom: none;
}

.search-result {
    padding-bottom: 25px;
}

.quicklink--searchbar-field input[type="text"] {
    color: #ffffff;
}

.search-result h4 {
    padding: 0;
    margin: 0;
    margin-bottom: 8px;
}

.search-result h4 a {
    color: inherit;
    text-decoration: none;
}

.search-result h4 a:hover {
    text-decoration: underline;
}

.search-result p {
    margin: 0;
}

.mobile-hide, .tablet-only, .desktop-only {
  display: none !important;
}
.mobile-only {
  display: block !important;
}

.sitemap li {
  list-style-type: none;
}

.sitemap li > ul {
  margin-left: .5em;
}

.sitemap li > ul > li > ul {
  margin-left: 1em;
}

.sitemap li > ul > li > ul > li > ul {
  margin-left: 1.5em;
}

.sitemap li > ul > li > ul > li > ul > li > ul {
  margin-left: 2em;
}

/* Progressive image loading styles */
.blur-image {
  background-image: url(data:image/jpeg;base64,...);
}

.image-loaded {
  transition: opacity .25s linear;
}

.header-section,
.full-image,
.image-loaded {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  -webkit-filter: none;
}

/* Images in content */
@media ( min-width:640px ) {
    .content-img {
        max-width: 50%;
    }
}

 .content-img {
    margin-bottom: 1em;
}

aside {
    padding-left: 1em;
}

@media (max-width:767px) {
    aside {
        padding-left: 0;
    }
}

.aside-section {
    padding: 1em;
    margin-bottom: 15px;
    background-color: #f2f2eb;
}

.aside-section h4 {
    margin-top: 0;
    padding-top: 0;
}

/* Tablet Styles */
@media (min-width: 768px) {
  .tablet-only {
      display: block !important;
  }
  .tablet-hide, .desktop-only, .mobile-only {
      display: none !important;
  }
  .header-icon-wrapper {
      width: auto;
  }

  .disclaimer__item {
    padding: 20px 30px;
  }
  .header__mobile-menu {
      display: none;
  }
  .header__wrapper {
      position: relative;
  }

  .header__logo{
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
  .header__main-menu {
      position: relative;
      display: block;
      background-color: transparent;
      top: 0;
      padding: 0 20px;
      height: 100%;
  }
  .header__main-menu__links-level-one {
    height: 100%;
    font-size: 1rem;
    background-color: inherit;
  }
  .header__quicklinks-fullwidth {
      width: 50%;
  }
  .header__nav.search-active .quicklinks-item-search-btn {
    right: 0px;
  }
  .header__main-menu__links-level-one > li {
      padding: 0;
      display: inline-block;
      float: left;
      height: 100%;
      border: none;
  }
  .header__main-menu__links-level-two > li.current {
    border-left: none;
    margin-left: 0;
  }
  .header__main-menu__links-level-one > li.has-children > a {
    padding: 15px;
    width: 100%;
  }

  .header__main-menu__links-level-one > li.current > .header__main-menu__links-level-two, .header__main-menu__links-level-one > li.hier > .header__main-menu__links-level-two, .header__main-menu__links-level-one > li.active > .header__main-menu__links-level-two {
      display: none;
  }
  .header__main-menu__links-level-one > li.current, .header__main-menu__links-level-one > li.hier, .header__main-menu__links-level-one > li.active {
      padding: 0;
      border: none;
      border-bottom: 4px solid #e95e27;
      background-color: inherit;
  }
  .header__main-menu__links-level-one > li.current:after, .header__main-menu__links-level-one > li.hier:after {
    display: block;
    background-image: none;
    content: '';
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-bottom: solid 7px #eb6e3c;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg)
  }

  .header__main-menu__links-level-one > .has-children:after {
    content: none;
  }

  .header__main-menu__links-level-three, .header__main-menu__links-level-four, .header__main-menu .expand-button {
    display: none !important;
  }

  .page-banner {
    height: 220px;
  }
  body.landing .page-banner, body.tabbed .page-banner {
    height: 260px;
  }
  .page-banner-header {
    width: 70%;
  }
  .page-banner-header h1 {
    font-size: 3rem;
  }
  .page-main-content {
      width: calc(70% - 3em);
  }
  .page-content h2.header-top {
    margin-top: -10px;
  }
  .page-content, .page-banner-content {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .page-content {
    padding: 60px 30px;
  }
  .page-banner-breadcrumbs {
    display: block;
  }
  .page-banner-blurb {
    max-width: 450px;
  }

  .page-sidebar {
    display: block;
    width: 30%;
    margin-right: 3em;
  }

  .em-landing__item {
    width: calc(33% - 13px);
    margin: 0 20px 20px 0;
  }
  .em-landing__item:nth-child(3n+0) {
    margin-right: 0;
  }

  .home__banner {
    height: 700px;
  }

  .home__banner-wrapper {
    position: relative;
    max-width: 1600px;
    padding: 25px 30px;
    margin: 0 auto;
  }
  .home__banner-text {
    text-align: left;
    font-size: 2.5rem;
  }
  .home__banner-img-credit {
    right: 15px;
    top: 15px;
  }
  .home__menu-wrapper {
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
  }
  .home__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1600px;
  }
  .home__menu.home__menu-overlap {
    margin: 0 auto 5px auto;
  }
  .home__item {
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(20% - 5px);
    margin: 0 5px 5px 0;
    max-width: 287px;
    min-height: 5em;
  }

  .home__item:nth-child(5n+1) .home__item-title {
    padding-left: 30px;
  }
  .home__item-title {
    width: 100%;
    position: relative;
    margin: auto;
    text-align: left;
  }
  .home__item-title:after {
    display: none;
  }
  .home__item-title__link {
    text-decoration: none;
  }
    .home__item-content {
      display: block;
      padding: 0;
      position: absolute;
      left: 0;
      background-color: #fff;
      bottom: 0;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
      z-index: 100;
      overflow: hidden;
      opacity: 0;
      height: 0;
      width: 0;
      transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
      -webkit-transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
      -moz-transition: .5s 0s ease-in-out opacity, .1s .4s ease-in-out height;
    }
    .home__item-content-title {
      display: block;
      padding: 20px;
      width: calc(100% - 20px);
    }
    .home__item-content-blurb, .home__item-content-links {
      padding: 15px 20px 20px;
    }

    .home__news-header-viewall:before {
      height: 16px;
      width: 13px;
    }
    .home__news-header-viewall {
      font-size: 1.3rem;
    }
    .home__news {
      display: flex;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .home__news-feature, .home__news-articles {
      width: 100%;
    }
    .home__news-block-title {
      margin: 0;
    }
    .home__news-articles {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack:justify;
      justify-content: space-between;
    }

    .home__news-block a {
      display: inline-block;
      width: 100%;
    }
    .home__news-block {
      margin: 10px 0;
      width: calc(50% - 1em);
    }
    .home__news-block.home__news-feature {
      width: 100%;
    }

    .home__news-block-event-date {
      right: 0;
      position: absolute;
    }

    .programme__items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .programme__item {
      width: calc(50% - 17px);
      margin: 0 15px 15px 0;
    }
    .programme__item:nth-child(4n+0) {
      margin-right: 0;
    }
    .our-project__item {
      position: relative;
      width: calc(50% - 20px);
      padding-bottom: 52px;
      margin: 0 10px 20px;
    }
    .our-project-information-content {
      display: flex;
    }
    .our-project-information-content .col-two-thirds {
      width: 66%;
      padding-right: 35px;
    }
    .our-project-information-content .col-one-thirds {
      width: 33%;
    }
    .our-project-information-button {
      position: absolute;
      bottom: 0;
      width: 100%;
    }
    .our-project-information {
      background-color: #ffffff;
      width: 100%;
      clear: both;
      margin: -20px 10px 20px;
    }
    .page-tabs {
      left: 70px;
      right: 70px;
    }
    .paginator {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .paginator-top {
      margin-bottom: 15px;
      border-bottom: 2px solid #d3d2c0;
    }
    .paginator-bottom {
      padding-top: 20px;
      border-top: 2px solid #d3d2c0;
    }
    .paginator-result-numbers {
      order: -1;
    }
    .btn-pagination-prev,
    .btn-pagination-next {
        width: 49%;
    }
    .news-items {
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -ms-flex-pack: justify;      
    }
    .news__item {
      margin-right: 20px;
      width: calc(25% - 15px);
    }


    .news__item-img {
        width: 100%;
        height: 175px;
        background-color: #DDD;
        background-size: cover;
    }

    .news__item:nth-child(odd) .news__item-img {
        background-image: url('http://www.tsra.gov.au/__data/assets/image/0019/13753/varieties/thumbnail.jpg');
    }

    .news__item:nth-child(even) .news__item-img {
        background-image: url('http://www.tsra.gov.au/__data/assets/image/0005/13748/varieties/thumbnail.jpg');
    }

    .news__item-content {
        position: relative;
    }

    .news__item-content .news__item-title {
        margin-top: 0;
        padding-top: 0;
    }
    .news__item:nth-child(4n+0) {
      margin-right: 0;
    }
    .single-news-content h1,
    .single-event-content h1 {
        margin-top: 0;
    }
    .resources__search-title:after {
      display: none;
    }
    .search-hidden:after {
      display: none;
    }
    .resources__search-form-container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      -ms-flex-pack: space-between;
       justify-content: space-between;
      -webkit-justify-content: space-between;
    }
    .resources__search-section {
      width: 100%;
      max-width: 330px;
      margin-right: 40px;
      align-self: flex-end;
      margin-bottom: 0;
    }
    .resources-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
    }
    .resources__item {
      width: calc(25% - 20px);
    }
    select::-ms-expand {
      display: none;
    }
    .header__quicklinks {
      position: absolute;
      top: -80px;
      right: 30px;
      padding-top: 0;
    }
    input[type="text"].quicklink--searchbar__input {
      border-bottom: 1px solid #5e5d56;
      color: #5e5d56;
    }
    .quicklinks-item {
      display: inline-block;
      margin-right: 0;
      padding-left: 10px;
    }
    .quicklinks-item__container {
      position: relative;
      min-width: 45px;
      min-height: 45px;
      background-color: #f2f2eb;
      border-radius: 50%;
      border: none;
    }
    .icon-link {
      top: 9px;
      left: 9px;
      position: absolute;
    }
    .icon__search {
      background-image: url('https://www.tsra.gov.au/new/_designs/css/icons/icon-search.svg');
      background-repeat: no-repeat;
      height: 26px;
      width: 26px;
    }
    .icon__phone {
      background-image: url('https://www.tsra.gov.au/new/_designs/css/icons/icon-phone.svg');
      background-repeat: no-repeat;
      background-size: 26px 26px;
      height: 26px;
      width: 26px;
    }

    .header__nav.search-active .quicklinks-item-search-btn .icon__search {
      background-image: url("https://www.tsra.gov.au/?a=13649");
      background-repeat: no-repeat;
      background-size: 22px 22px;
      height: 22px;
      width: 22px;
      left: 12px;
      top: 11px;
    }

    .resources__search-section.quicklink--searchbar-field {
        border-bottom: 2px solid #5e5d56;
    }

    .quicklink--searchbar-field input[type="text"] {
        color: inherit;
    }

    .footer__col-programmes {
        width: calc(50% - 70px);
        display: inline-block;
        float: left;
    }
    .footer__col-contact {
        width: 50%;
        display: inline-block;
        float: right;
    }
    .footer__link-programmes {
    list-style: none;
    }
    .footer__link-programmes li {
      padding: 12px 0;
      border-bottom: 1px solid #aaaaaa;
    }
    .footer__link-programmes li:last-child {
       border-bottom: none;
    }
    .footer__col-media {
             width: 50%;
          float: right;
     }
     .footer__links {
         clear: both;
     }
     .footer__col-contact__text {
          float: left;
      }
     .footer__link-contact {
         float: left;
         clear: left;
     }
}


/* Desktop Styles */
@media (min-width: 1024px) {

    .desktop-only, .tablet-hide {
      display: block !important;
    }
    .desktop-hide, .tablet-only {
      display: none !important;
    }
    .page-img-credit {
      right: 70px;
    }
    .home__news-feature, .home__news-articles {
      width: 50%;
    }
    .home__news-block {
      /*width: calc(50% - 20px);*/
      margin: 0 0 20px 10px;
    }
    .home__news-feature.home__news-block {
      margin: 0 0 20px 0;
    }
    .home__news-feature .home__news-article-img {
      width: 100%;
      height: 365px;
    }
    .home__news .home__news-article-img {
      width: 100%;
    }
    .home__news-content {
      width: 100%;
      float: none;
    }
    .home__news-articles > .home__news-block:last-child {
      position: relative;
      width: calc(100% - 10px);
    }
    .home__news-articles > .home__news-block:last-child a {
      width: 100%;
      display: -ms-flexbox;
      display: flex;
    }
    .home__news-articles > .home__news-block:last-child .home__news-article-img {
      width: calc(50% - 9px);
    }
    .home__news-articles > .home__news-block:last-child .home__news-content {
      width: 50%;
      padding-left: 20px;
    }
    .home__news-block-event-date {
      left: 0;
    }
    .home__news-articles > .home__news-block:last-child .home__news-block-event-date {
      position: absolute;
      background-color: #eb6e3c;
      margin-top: 0;
      margin-left: 0;
      left: calc(50% - 69px);
      top: 20px;
    }
    .home__news-articles > .home__news-block:last-child .home__news-block-event-date:after {
      content: '';
      position: absolute;
      top: calc(50% - 3.5px);
      left: 100%;
      right: 0;
      margin: 0 auto;
      width: 0;
      height: 0;
      border-top: solid 7px transparent;
      border-bottom: solid 7px transparent;
      border-left: solid 7px #eb6e3c;
      transform: rotate(0deg);
    }
    .home__news-block.home__news-feature {
      width: calc(50% - 20px);
    }



  .disclaimer__item {
    padding: 20px 70px;
  }


  .home__item:nth-child(5n+1) > .home__item-title {
    padding-left: 0;
  }
  .home__item:nth-child(5n+5) > .home__item-title {
    padding: 20px 25px 20px 20px;
  }

  .home__item:nth-child(5n+1):after, .home__item:nth-child(5n+5):after {
    top: 0;
    right: 100%;
    content: '';
    width: 150%;
    height: 100%;
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
  }
  .home__item:nth-child(5n+5):after {
      right: 0;
      left: 100%;
  }

  .home__item {
      font-size: 1.25rem;
  }
  .home__item-title {
    padding: 20px 45px 20px 20px;
    text-align: left;
  }
  .home__item-title:after {
    content: '';
    display: inline-block;
    background-image: url('https://www.tsra.gov.au/__data/assets/file/0015/12615/expand-icon.svg?v=0.1.1');
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .home__item:nth-child(5n+5) > .home__item-title:after {
    right: 0;
  }


  .resources__search-section.quicklink--searchbar-field {
      border-bottom: 2px solid #5e5d56;
  }

    .home__item:hover .home__item-content {
      opacity: 1;
      height: auto;
      width: auto;
      transition: .5s 0s ease-in-out opacity;
      -webkit-transition: .5s 0s ease-in-out opacity;
      -moz-transition: .5s 0s ease-in-out opacity;
    }
    .page-banner-content {
      padding: 0 70px;
    }

  .page-banner-key-figure-number {
    font-size: 6.625rem;
  }

    .page-content {
      padding: 60px 70px;
    }
    .footer__wrapper {
    position: relative;
    padding: 50px 70px;
    max-width: 1600px;
    margin: 0 auto;
  }
  .footer__col {
    display: inline-block;
    width: 24.5%;
    vertical-align: top;
  }
  .footer__col-header {
    height: 22px;
  }
  .footer__col-media .footer__col-header {
    display: block;
  }
  .footer__link-media {
    float: left;
    width: 100%;
    padding-bottom: 25px;
  }
  .footer__col-programmes {
    width: calc(50% - 50px);
    margin-right: 50px;
  }
  .footer__col-programmes > .footer__col-header {
    margin-bottom: 10px;
  }
  .footer__link-programmes {
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-gap: 35px;
  }
  .footer__link-programmes li {
    padding: 12px 0;
  }
  .footer__link-programmes li:nth-child(4n+0) {
    border-bottom: none;
  }
  .footer__link-programmes li a:hover {
    text-decoration: underline;
  }
  .footer__col-contact {
    float: right;
  }
  .footer__link-contact {
    border-left: 5px solid #aaaaaa;
  }
  .footer__link-contact:hover {
    background-color: #3a3a36;
  }
  .footer__link-contact.phone {
      background-color: #4e4e49;
  }
  .footer__link-media {
    display: block;
  }
  .footer__link-media li {
    padding-bottom: 24px;
  }
  .footer__link-media li a {
    display: inline-block;
  }
  .footer__link-media li a:hover {
    text-decoration: underline;
  }
  .link-media-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    float: left;
  }
  .link-media-text {
    display: inline-block;
    float: left;
  }
  .footer__disclaimer {
    display: -ms-flexbox;
    display: flex;
  }
  .footer__disclaimer-flags, .footer__disclaimer-text {
    float: left;
  }
  .footer__disclaimer-flags {
    min-width: 135px;
    margin-right: 15px;
  }
  .footer__disclaimer-text {
    width: 90%;
  }
  .programme__item {
    width: calc(25% - 17px);
  }
  .our-project-information {
    margin: -20px 20px 20px 10px;
  }
}

@media (min-width: 768) and (max-width: 1024px)  {
  .header__nav.search-active .header__quicklinks {
    width: 45%;
  }
  .home__news-block-event-date {
    margin-left: 310px;
    top: 75px;
    left: 0;
  }
  .home__news-block-event-date:after {
    top: 50%;
    left: calc(100% - 4px);
    transform: rotate(270deg);
  }
}

/* Main Menu Desktop Styles */
@media (min-width: 1180px) {
  .header__wrapper {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 119px;
    padding: 0 70px;
    max-width: 1600px;
    margin: 0 auto;
  }
  .header__logo {
    padding: 25px 10px 0 0;
    display: inline-block;
    width: 520px;
  }
  .header__nav {
    background-color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
  }
  .header__mobile-menu, .header__nav.search-active .header__main-menu {
    display: none;
  }
  .header__main-menu {
    position: relative;
    display: block;
    width: auto;
    background-color: transparent;
    top: 0;
    padding: 0;
    height: 100%;
  }
  .header__main-menu__links-level-one {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .header__main-menu a {
    color: #5e5d56;
  }
  .header__main-menu__links-level-one > li {
    display: flex;
    display: -ms-flexbox;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: none;
    margin: 0 .5em 0 0;
    height: 100%;
    padding-bottom: 4px;
    text-align: center;
    vertical-align: middle;
    /*flex-direction: column;*/
    -ms-flex-direction: column;
    justify-content: center;
    -ms-flex-pack: center;
  }
  .header__main-menu__links-level-one > li:last-child {
    padding-bottom: 4px;
  }
  .header__main-menu__links-level-one > li:hover, .header__main-menu__links-level-one > li:last-child:hover {
    padding-bottom: 0;
    border-bottom: 4px solid #e95e27;
  }
  .header__main-menu__links-level-one > li:hover > a {
    color: #e95e27;
  }
  .header__main-menu__links-level-one > li > a, .header__main-menu__links-level-one > li.has-children > a {
    font-size: 1rem;
    padding: 5px;
    position: relative;
    height: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
  }
  .header__main-menu__links-level-one .has-children > a {
    width: 100%;
  }
  .header__main-menu__links-level-one .has-children:after {
    content: none;
  }

  .header__main-menu__links-level-one > li.active > .header__main-menu__links-level-two {
    display: block;
  }

  .header__main-menu__links-level-two {
    display: none;
    border: 0;
    margin: 0;
    padding: .5em;
    position: absolute;
    top: calc(100% + 4px);
    background-color: #f2f2eb;
    width: 290px;
  }
  .header__main-menu__links-level-one > li:hover > .header__main-menu__links-level-two {
    display: block;
  }
  .header__main-menu__links-level-two li {
    border: 0;
    margin: 0;
  }
  .header__main-menu__links-level-two li a {
    font-size: 1.125rem;
    padding: 20px 25px;
    text-align: left;
    background-color: #f2f2eb;
  }
  .header__main-menu__links-level-two li a:hover {
    background-color: #ffffff;
  }
  .header__main-menu__links-level-two > li.has-children:after, .header__main-menu__links-level-two > li.current.has-children:after {
    background-image: none;
  }
  .header__main-menu__links-level-two ul, .header__main-menu__links-level-two li.current > ul {
    display: none;
  }
  .header__quicklinks {
    position: static;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
  }
  .home__menu {
    padding: 0 70px;
  }
  .home__menu-overlap {
    margin: -205px auto 0;
  }
  .quicklinks-item {
    padding-left: 10px;
    display: inline-block;
  }
  .quicklinks-item__container {
    position: relative;
    min-width: 45px;
    min-height: 45px;
    background-color: #f2f2eb;
    border-radius: 50%;
  }
  .icon-link {
    top: 9px;
    left: 9px;
    position: absolute;
  }
  .icon__search {
    background-image: url('https://www.tsra.gov.au/new/_designs/css/icons/icon-search.svg');
    background-repeat: no-repeat;
    height: 26px;
    width: 26px;
  }
  .icon__phone {
    background-image: url('https://www.tsra.gov.au/new/_designs/css/icons/icon-phone.svg');
    background-repeat: no-repeat;
    background-size: 26px 26px;
    height: 26px;
    width: 26px;
  }

  .icon__close {
    background-image: url("https://www.tsra.gov.au/?a=13649");
    background-repeat: no-repeat;
    background-size: 22px 22px;
    height: 22px;
    width: 22px;
    left: 12px;
    top: 11px;
   }
    .quicklink--searchbar-field input[type="text"] {
        color: inherit;
    }

    .quicklinks-item-search-submit-btn {
        margin-right: 5px;
    }
    .home__banner-wrapper {
        padding: 35px 70px;
    }
}

@media (min-width: 1260px) {
  .header__main-menu__links-level-one > li > a,
  .header__main-menu__links-level-one > li.has-children > a {
      font-size: 1.125rem;
  }
}

@media (min-width: 1260px) {
  .our-project__item {
      width: calc(33% - 20px);
  }
}

@media print {
  * {
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* ==== Bootstrap Tweaks ==== */
/* ========================== */
@media (min-width: 1200px) {
    .container {
        width: 1600px;
    }
}

@media (max-width: 1600px) {
    .container {
        width: 100%
    }
}

.col-xs-12.center-block figure {
    margin: 0 auto;
}


/* ==== Reports Section ===== */
/* ========================== */


body.report ul {
    padding-left: 20px;
}

body.report section {
    margin-bottom: 3em;
    padding-bottom: 3em;
    border-bottom: 1px dashed #CCCCCC;
}

body.report figure {
    max-width: 500px;
    margin-bottom: 30px;
}

body.report figure.figure-full {
    width: 100%;
    max-width: inherit;
    background-color: white;
    border-top: 25px solid white;
    border-bottom: 5px solid white;
}
body.report figure.figure-full img {
    margin: 0 auto;
    display: block;
}

body.report .standout {
    color: white;
    padding: 2em;
    background-color: #119485;
}

body.report figcaption {
    font-size: 12px;
    margin-top: -6px;
    padding: 10px 20px;
    background-color: white;
}

body.report .page-content {
    padding-top: 0;
}

body.report .page-sidebar {
    display: none;
}

body.report .page-banner {
    height: 440px;
    background-attachment: fixed;
}

body.report .page-banner-tint {
    background-color: rgba(0,0,0,.1);
}

body.report .page-content {
    width: 80%;
    margin: 0 auto;
}


.report-nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #5E5D56;
    transition: height .25s ease;
}

.report-nav.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 90;

    height: 60px;
    transition: height .25s ease;
}

.btn-report-contents {
    border: 0;
    height: 100%;
    margin-right: 40px;
    background: transparent;
}

.btn-report-contents span {
    width: 40px;
    height: 2px;
    display: block;
    position: relative;
    background-color: white;
}
.btn-report-contents span:after {
    content: '';
    top: -10px;
    left: 0;
    height: 2px;
    width: 45px;
    position: absolute;
    background-color: white;
}
.btn-report-contents span:before {
    content: '';
    top: 10px;
    left: 0;
    height: 2px;
    width: 45px;
    position: absolute;
    background-color: white;
}

.report-contents-heading {
    text-align: left;
}

.report-contents-navigation {
    text-align: left;
    list-style: none;
}
.report-contents-navigation li {
    margin-bottom: 5px;
}
.report-contents-navigation a {
    color: #5E5D56;
    text-decoration: none;
}
.report-contents-navigation .sub-section {
    margin-left: 20px;
}
.report-contents-navigation .sub-sub-section {
    margin-left: 40px;
}

/* Section specific */
section[data-section="foreword"] {
    padding: 2em 3em;
    background-color: white;
}

/* ==== Print Styles ==== */
/* ====================== */


@media print {
  a[href]:after {
    content: none !important;
  }
}

/* Citrix Landing Page Styling */

body.citrix-landing .page-sidebar {
    display: none;
}
body.citrix-landing .page-main-content {
    margin: 0 auto;
}
.citrix-landing__public-link, .citrix-landing__citrix-link {
    padding: 25px;
    background: #5e5d56;
    border-radius: 5px;
    float: left;
    color: #ffffff;
    text-decoration: none;
}
.citrix-landing__citrix-link {
    float: right;
}

/*# sourceMappingURL=main.css.map */
.our-project-information-resources img.sq-icon {
    position: absolute;
    right: 0;
    top: 0;
}

.page-main-content .ul__dots li {
    list-style: disc;
}

.accRep__boxes > a {
    align-items: flex-start;
}
.accRep__boxes .arl__thumnail img {
    height: 4em;
    width: auto;
}
.accRep__boxes h5 {
    margin-top: 0;
}
.accRep__boxes .date {
    display: block;
    margin: 10px 0;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2021 20:58:09
*/


/**
 * TSRA - Internet Site
 *
 * global.css
 * author: Squiz Brisbane - Chris Grist
 */

/*

/* Squiz global re-usable classes  ------------------------------------------------------------------------------------------------ */

.float-right{ float: right; }
.bottom{ bottom: 0; }
.full-width{ width: 100%; }
.absolute{ position: absolute; }
.white a, .white a:visited{ color: white; }
.soft-shadow{
    -moz-box-shadow: 2px 3px 9px -4px #000000;
    -webkit-box-shadow: 2px 3px 9px -4px #000000;
    box-shadow: 2px 3px 9px -4px #000000;
}
.softer-shadow{
    -moz-box-shadow: 2px 3px 7px -6px #000000;
    -webkit-box-shadow: 2px 3px 7px -6px #000000;
    box-shadow: 2px 3px 7px -6px #000000;
}
/*
.left-nav ul ul li{
    border: 0;
    padding: 0.4em 0 0.4em 14px;
    font-weight: normal;
    font-size: 1em;
    background: url('mysource_files/icon-bullet.gif') no-repeat 0px 9px;
}
*/
.vertical-nav{
    margin: 0 0 1.5em 0;
    padding: 1em 0 0 0;
    /*
    list-style-image:url('mysource_files/icon-bullet.gif');
    list-style-position: inside;
    */
    list-style: none;
    list-style-image: none;
    border-bottom: 1px solid white;
}
.vertical-nav li{
    border-top: 1px solid white;
    border-bottom: 1px solid #cecaca;
    padding: 0.8em 0.8em 0.8em 0.3em;
    font-size: 0.9em;
    font-weight: bold;
}
.vertical-nav li:nth-child(2){
    border-top: none;
}
.errors ul{
    color: #c73800;
}
.darker, .errors ul{
    background: url('mysource_files/bg-global-darker.jpg') repeat scroll left top #bcb6ae;
    padding: 0.5em 2em !important;
    border-radius: 0.8em 0.8em 0.8em 0.8em;
    margin: 0 !important;
}
.news-more{
    text-decoration: underline;
}
.visually-hidden{
    position: absolute;
    left: -9999px;
}
.remove{
    display: none;
}
.content-image {
    margin: 0px 20px 20px 0px;
    box-shadow: 2px 3px 9px -4px #000000;
    float: left;
}

body.calendar .main{
    margin: 0;
    width: 700px;
}
.column{
    width: 335px;
    float: left;
    margin-right: 20px;
}
.asides{
    width: 229px;
    float: left;
}
.listing li{
    list-style: none;
    border-bottom: 1px dotted black;    
    padding: 1em 0;
}
.home .listing li{
    /* height: 7em; */
    overflow: hidden;
}
.listing li:last-child{
    border-bottom: none;
}
.listing li img{
    float: left;
    width: 145px;
    height: 82px;
    margin-right: 1em;
}
.listing li p{
    font-size: 0.9em;
    margin: 0;
}
.listing h3{
    font-size: 1em;
    margin: 0 0 0.2em;
    line-height: 1em;
    font-weight: bold;
    text-transform: none;
}
.listing h3 a{

}
.listing ul{
    margin: 0;
    padding: 0;
}
.listing .published-date {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
}


.menu-the-tsra{
    left: 0px;
}
.menu-the-torres-strait{
}
.menu-work-for-us{
}
.menu-media-and-publications{
    left: 140px;
}
.menu-contact-us{
}
/* END 4.2: Mega menu   ------------------------------------- */

/* 4.3: Footer  ------------------------------------------------------------------------------------------------ */
/* 4.4: Tab styles  ------------------------------------------------------ */
#tabs {
  margin: 0 0 5px;
  list-style: none;
  border-bottom: 1px solid #C0BDB6;
  display:block;
  overflow:hidden;
}
#tabs li {
  display: block;
  float: left;
  border: 1px solid #C0BDB6;
  border-bottom: none;
  margin: 0 3px 0 0;
  padding: 3px 6px;
  font-weight: bold;
  text-align: center;
  background-color: #F8F7F5;
}
#tabs li:hover,
#tabs li.active {
  text-decoration: none;
  cursor: pointer;
  background-color: #016962;
  color: white;
}
/* END 4.4: Tab styles  ------------------------------------------------------ */

/* END 5: Home page  ------------------------------------------------------------------------------------------------ */

/* 6: HTML5 boilerplate print styles  ------------------------------------------------------------------------------------------------ */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
/* END 6: HTML5 boilerplate print styles  ------------------------------------------------------------------------------------------------ */

/* 7: Anything slider styles  ------------------------------------------------------------------------------------------------ */
/* 7.1: Anything slider default styles  ------------------------------------------------------ */
#slider {
width:711px;
height:326px;
list-style:none;
overflow-y:auto;
overflow-x:hidden;
}

.anythingSlider-default {
margin:0 auto;
padding:0 45px 28px;
}

.anythingSlider-default .anythingWindow {
border-top:3px solid #777;
border-bottom:3px solid #777;
}

.anythingSlider-default .anythingControls a span {
visibility:visible;
}

.anythingSlider-default .anythingControls a.cur {
background:#888;
color:#000;
}

.anythingSlider-default .anythingControls a.start-stop {
background-color:#040;
color:#ddd;
}

.anythingSlider-default .anythingControls a.start-stop.playing {
background-color:#800;
}

.anythingSlider-default .anythingControls a.start-stop:hover,.anythingSlider-default .anythingControls a.start-stop.hover,.anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover {
background-image:none;
color:#ddd;
}

.anythingSlider-default.activeSlider .anythingWindow {
border-color:#7C9127;
}

.anythingSlider-default.activeSlider .anythingControls a {
background-color:#7C9127;
}

.anythingSlider-default.activeSlider .anythingControls a.cur,.anythingSlider-default.activeSlider .anythingControls a:hover {
background:#7C9127;
}

.anythingSlider-default.activeSlider .anythingControls a.start-stop {
background-color:#080;
color:#fff;
}

.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
background-color:#d00;
color:#fff;
}

.anythingSlider-default.activeSlider .start-stop:hover,.anythingSlider-default.activeSlider .start-stop.hover {
color:#fff;
}

.anythingSlider-default .arrow {
display: block;
}

.anythingSlider-default .arrow a {
display:block;
width:45px;
height:140px;
text-align:center;
outline:0;
background:url(../images/default.png) no-repeat;
margin:-70px 0 0;
}

.anythingSlider-default .back {

}

.anythingSlider-default .back a {
background-position:left top;
}

.anythingSlider-default .back a:hover,.anythingSlider-default .back a.hover {
background-position:left -140px;
}

.anythingSlider-default .forward {

}

.anythingSlider-default .forward a {
background-position:right top;
}

.anythingSlider-default .forward a:hover,.anythingSlider-default .forward a.hover {
background-position:right -140px;
}

.anythingSlider-default .anythingControls {
outline:0;
display:none;
}

.anythingSlider-default .anythingControls ul {
float:left;
margin:0;
padding:0;
display: block;
position: relative;
}

.anythingSlider-default .anythingControls ul li {
  display: block;
  float: left;
}

.anythingSlider-default .anythingControls ul a {
font:11px/18px Georgia, Serif;
display:inline-block;
text-decoration:none;
height:18px;
text-align:center;
outline:0;
margin:0 5px 0 0;
padding:2px 8px;
}

.anythingSlider-default .anythingControls .anythingNavWindow {
overflow:hidden;
float:left;
}

.anythingSlider-default .anythingControls .start-stop {
width:40px;
text-align:center;
text-decoration:none;
float:right;
z-index:100;
outline:0;
padding:2px 5px;
}

.as-oldie .anythingSlider-default .arrow {

}

.as-oldie .anythingSlider-default .anythingControls li {
margin-left:3px;
}

.as-oldie .anythingSlider-default .anythingNavWindow {
margin:0 2px;
}

.as-oldie .anythingSlider-default .anythingNavWindow li {
padding:3px 0 0;
}

.anythingSlider {
display:block;
overflow:visible!important;
position:relative;
}

.anythingSlider .anythingWindow {
overflow:hidden;
position:relative;
width:100%;
height:100%;
}

.anythingSlider .anythingBase {
background:transparent;
list-style:none;
position:absolute;
overflow:visible!important;
top:0;
left:0;
margin:0;
padding:0;
}

.anythingSlider .arrow span {
display:block;
visibility:hidden;
}

.anythingSlider .arrow.disabled {
display:none;
}

.anythingSlider .panel {
background:transparent;
display:block;
overflow:hidden;
float:left;
margin:0;
padding:0;
}

.anythingSlider .vertical .panel {
float:none;
}

.anythingSlider .fade .panel {
float:none;
position:absolute;
top:0;
left:0;
z-index:-1;
}

.anythingSlider .fade .activePage {
z-index:0;
}

.anythingSlider.rtl .anythingWindow {
direction:ltr;
unicode-bidi:bidi-override;
}

.anythingSlider.rtl .anythingControls ul {
float:left;
}

.anythingSlider.rtl .anythingControls ul a {
float:right;
}

.anythingSlider,.anythingSlider .anythingWindow,.anythingSlider .anythingControls ul a,.anythingSlider .arrow a,.anythingSlider .start-stop {
transition-duration:0;
-o-transition-duration:0;
-moz-transition-duration:0;
-webkit-transition-duration:0;
}

.as-oldie .anythingSlider-default .arrow a,.as-oldie .anythingSlider-default .anythingControls a {
margin:0;
}

/* END 7.1: Anything slider default styles  ------------------------------------------------------ */

/* 7.2: Anything slider override styles  ------------------------------------------------------ */
.anythingSlider-default.activeSlider .anythingWindow {
    border: 0 none;
}
.anythingSlider-default {
    margin: 0;
    padding: 0;
}
.anythingSlider-default .anythingControls a span{
    visibility: hidden;
}
.anythingSlider-default.activeSlider .anythingControls a {
    background-color: white;
    border-radius: 0.5em;
    height: 1em;
    width: 1em;
    padding: 0;

    -moz-box-shadow: 3px 3px 5px -3px #000000;
    -webkit-box-shadow: 3px 3px 5px -3px #000000;
    box-shadow: 3px 3px 5px -3px #000000;

}
.anythingSlider-default.activeSlider .anythingControls a:hover {
    -moz-box-shadow: 3px 3px 5px -1px #000000;
    -webkit-box-shadow: 3px 3px 5px -1px #000000;
    box-shadow: 3px 3px 5px -1px #000000;
}
.anythingSlider-default .anythingControls {
    position: absolute;
    right: 0em;
    bottom: 0.5em;
    list-style: none;
    z-index: 120;
}
.playbutton{
    float: left;
    margin: 0 1em 0 0;
    display: block;
    width: 1.1em;
    height: 1.1em;
}
.anythingSlider-default.activeSlider .anythingControls a.start-stop, .anythingSlider-default.activeSlider .anythingControls a.start-stop:hover {
    height: 1.1em;
    width: 1.1em;
    border-radius: 0.55em;
    background: url('mysource_files/icon-play.gif') no-repeat scroll center center white;
}
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing {
    background: url('mysource_files/icon-pause.gif') no-repeat scroll center center white;
}
.anythingSlider-default.activeSlider .anythingControls a.cur{
    background-color: black;
}
.anythingSlider-default.activeSlider .anythingControls a:hover {
    background-color: white;
}
.anythingSlider-default.activeSlider .anythingControls .arrow a {
    margin: 0 0.6em 0 0;
    height: 1.1em;
    width: 1.1em;
    border-radius: 0.55em;    
}
.anythingSlider-default .arrow {
    position: relative;
    top: auto;
    float: left;
}
.anythingSlider-default .anythingControls ul {
    /* margin: 0 1.1em 0 0.7em; */
    margin: 0 0.7em 0 0;
}
.anythingSlider-default .back a, .anythingSlider-default.activeSlider .anythingControls .back a:hover, .anythingSlider-default.activeSlider .anythingControls .back a:active {
    background: url('mysource_files/icon-back.gif') no-repeat scroll center center white;
}
.anythingSlider-default .forward a, .anythingSlider-default.activeSlider .anythingControls .forward a:hover, .anythingSlider-default.activeSlider .anythingControls .forward a:active {
    background: url('mysource_files/icon-forward.gif') no-repeat scroll center center white;
}
.anythingSlider-default.activeSlider .anythingWindow {
    -moz-box-shadow: 3px 3px 8px -5px #000000;
    -webkit-box-shadow: 3px 3px 8px -5px #000000;
    box-shadow: 3px 3px 8px -5px #000000;
}



/* END 7.2: Anything slider override styles  ------------------------------------------------------ */
/* END 7: Anything slider styles  ------------------------------------------------------------------------------------------------ */

/* 8: Event styles  ---------------------------------------------------------------------------------------------------- */
/* 8.1: Upcoming event styles  ------------------------------------------------------ */
.event-teaser {
  display:block;
  overflow:hidden;
  margin:0 0 0px;
  padding:10px 0 10px;
  border-bottom: 1px dotted #CECACA;
}
.event-teaser h3 {
  margin:0 0 5px;
}
.event-teaser .event-date {
  display:block;
  font-size:90%;
  font-weight:bold;
  clear:left;
}

/* END 8.1: Upcoming event styles  ------------------------------------------------- */
/* 8.2: Event calendar styles  ------------------------------------------------------ */
#calendarTable{
   margin-bottom: 2em;
}
#calendarTable table {
  display: block;
  margin:0 auto;
}
#calendarTable th {
  padding:15px 0;
}
#calendarTable td {
  padding: 4px;
}
#calendarTable .event {
  font-size:90%;
}
#calendarTable div.event {
  padding-bottom: 5px;
  border-bottom: 1px dotted #CCCCCC;
}
#upcoming-events {
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  margin-bottom: 15px;
}
#upcoming-events h2{
  margin-bottom: 0.3em;
}
#calendarTable .event-details td{
  padding: 1em 2em;
}
#calendarTable .event-details table{
  width: 100%;
}
table#day{
  width: 100% !important;
}
table#day .columnLabel{
  width: 95% !important;
}
#monthly_events_header {
  border-top: 1px solid #FFF;
}
/* END 8.2: Event calendar styles  ------------------------------------------------- */
/* END 8: Event styles  ------------------------------------------------------------------------------------------------ */

/* 9: Regional map & Community profile styles  ---------------------------------------------------------------------------------------------------- */
/* 9.1: Gmap styles  ------------------------------------------------------ */
#regional-maps .tab-pane,
#regional-maps .gmap-link-list {
  display: none;
}
#regional-maps #google_map {
  display: block;
}
.location-title{
  font-weight: bold;
}

.location-img {
  float:left;
  width: 55px;
  height: 50px;
  overflow:hidden;
  margin:0 5px
}
.location-img img {
  display:block;
  width:100%;
  height:auto; 
}
/* END 9.1: Gmap styles  ------------------------------------------------- */
/* 9.2: Community profile styles  ------------------------------------------------- */
.community-image {
  float: right;
  width: 200px;
}
.community-image img {
  display: block;
  width: 100%;
  height: auto;
}
.headings ul {
  margin:0;
  list-style:none;
}
.headings span {
  font-weight: bold;
}
/* END 9.2: Community profile styles  ------------------------------------------------- */   
/* END 9: Regional map & Community profile styles  ------------------------------------------------------------------------------------------------ */

/* 10. Multimedia page  ------------------------------------------------------------------------------------------------ */
body.multimedia .main {
  margin: 0;
  width: 705px;
}
.main .video-text {
  width: 670px;
  padding: 10px;
  background: #111;
  border-top: 1px solid #555555
}
.main .video-text p {
  margin-top: 0px;
  color: #FFF;
}
.video-page .video {
  padding: 0 0 10px; 0;
  border-bottom: 1px dotted #000;
}
.video-page .video h2 {
  font-size: 1.1em;
}
.video-page .video-thumbnail a img {
  border: 5px solid #FFF;
  -webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.75);
  width: 50%;
  height: auto;
}
/* END 10. Multimedia page  ------------------------------------------------------------------------------------------------ */

/* 11. Sitemap page  ------------------------------------------------------------------------------------------------ */
#site-map ul {
  font-weight:bold;
}
#site-map ul li ul {
  font-weight:normal;
}
#site-map ul ul ul {
  list-style-image:none !important;
  list-style-type: circle !important;;
}
#site-map ul ul ul ul {
  list-style-image:none !important;
  list-style-type: disc!important;;
}
/* END 11. Sitemap page  ------------------------------------------------------------------------------------------------ */



a.external img {
  margin: 0 0 0 3px;
  vertical-align: top;
}

.gabtitui a.external img.external-img {
    position: absolute;
    right: -9px;
    top: -6px;
}

/* 12. Staff profiles  ------------------------------------------------------------------------------------------------ */

.staff-profile {
    display: block;
    border-bottom: 1px solid #EAE9E7;
    padding: 10px 0;
}
.profile-name {
    float:left;
    width:70%;
}
.profile-name h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.profile-image {
    float:left;
    width: 30%;
    min-height: 90px;
}

.profile-details {
    float: left;
    width:100%;
}

.staff-list {
    padding: 10px;
    background-color: #F8F7F5;
    display:block;
    clear:both;
}

/* 13. Content request styles  ------------------------------------------------------------------------------------------------ */
#form_email_3628 fieldset legend {
  display: block;
  width: 100%;
  border-top: 1px solid #FFF;
  padding: 10px 0px 10px 0px;
  color: #016962;
}
#form_email_3628 .form-question label {
  color: #016962;
}
#form_email_3628 .form-item {
  padding-bottom: 30px;
}
#form_email_3628 .form-answer ul li {
  list-style-image: none;
  list-style: none;
}
#form_email_3628 .form-item p.note {
  color: #333;
}
h2.request-group {
  display: block;
  border-bottom: 1px solid #FFF;
  width: 100%;
}
h3.request-title {
  margin-top: 0px;
  margin-bottom: 10px;
}

.support-requests-listing .submission-item {
  display: block;
  width: 100%;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.support-requests-listing .rejected-no {
  display: none;
}
.support-requests-listing .rejected-yes {
  color: red;
}
.support-requests-listing .actioned-no {
  display: none;
}
.support-requests-listing .actioned-yes {
  color: green;
}
.support-requests-listing .submission-options .approval-link a,
.support-requests-listing .submission-options .rejection-link a,
.support-requests-listing .submission-options .email-link a {
    display: block;
    background: green;
    color: #fff;
    font-weight: bold;
    padding: 0.5em 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D3D2D0;
    text-align: center;
}
.support-requests-listing .submission-options .rejection-link a {
    background: red;
}
.support-requests-listing .submission-options .email-link a {
  background: orange;
}
.support-requests-listing.all-requests .item-approved-yes .submission-options,
.support-requests-listing.all-requests .item-rejected-yes .submission-options {
  display: none;
}
.support-requests-listing .submission-content {
  display: block;
  width: 78%;
  float: left;
  padding-right: 2%;
  margin-bottom: 2em;
}
.support-requests-listing .submission-options {
  display: block;
  width: 20%;
  float: left;
}

/* 14. Atoms  ------------------------------------------------------------------------------------------------ */

.padding-top-2 {
  padding-top: 2em;
}

.light-box-inline-table {
  display: none;
}

.light-box-inline-table table {
  border: 1px solid #D3D2D0;
}

.light-box-inline-table table th {
  padding: 10px 10px;
}

.light-box-inline-table table ul{
  padding: 0 0 0 15px;
  margin:0;
}

/* Weather */

.weather {
  margin-top: 1em;
  margin-bottom: 1em;
}

.weather-container #container {
  margin-bottom: 0;
}

.weather-container #wimg {
  float: left;
}

.weather-container #wimg img {
  width: 70px;
}

.weather-container #ccit,
.weather-container #tfor,
.weather-container #ctemp {
  float: right;
  font-size: 0.85em;
  width: 65%;
}

.twitter-icon{
  width:4em;
  height:auto;
}
/* List styling */

.main ul.environmental-management-list-indent{
    margin: 0 0 0 4em;
}

/* Annual Report Styling */
.annual-report-body h4 {
    text-transform: none;
}

p.Body-Text_Legislation-Lettering {
    margin-left: 4em;
    text-indent: -1.5em;
}

.page-main-content .listing ul li:before {
    content: '';
}


/* LSMU Landing Page Styling */
/*
@font-face {
    font-family: 'Open Sans Semibold';
    src: url('mysource_files/OpenSans-Semibold.ttf');
}
*/
body.inside.lsmu .main {
    width: 700px;
    margin: 0;
/*    font-family: 'Open Sans Semibold';*/
}
body.inside.lsmu .asides {
    display: none;
}

body.lsmu .main p,body.lsmu .main ul,body.lsmu .main ol {
    line-height: 1.8em;
}
.more-info__container {
    background: #eeeeee;
    float: left;
    padding: 1em;
    margin-bottom: 2em;
    border-top: #176886 4px solid;
}
.more-info__text {
    float: left;
    width: 80%;
    box-sizing: border-box;
    padding: 0 1em;
    color: #265E76;
}
.inside .main .more-info__text a {
    color: #128D7E;
    text-decoration: none;
    font-weight: bold; 
}
.inside .main .more-info__text a:hover {
    text-decoration: underline;
}
body.lsmu .main h3 {
    color: #128D7E;
}
.more-info__image {
    float: left;
    width: 20%;
}
.more-info__contact {
    float: left;
    width: 50%;
    margin-bottom: 1em;
}
.featured-stats {
    position: relative;
    margin: 1em 0 2em 0;
    float: left;
    width: 100%;
}
.featured-stats__item {
    float: left;
    width: 33%;
    height: 10em;
    border-right: 1px solid #999999;
}
.featured-stats__item:last-child {
    border-right: none;
}
.featured-stats__item__heading {
    font-size: 6em;
    color: #165977;
    font-weight: bold;
    display: block;
    width: 95%;
    margin: 0 auto;
}
.featured-stats__item__heading-small {
    font-size: .4em;
}
.featured-stats__item__text {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: .9em;
    margin-top: -1em;
    color: #165977;
}
.featured-stats.orange .featured-stats__item__heading, .featured-stats.orange .featured-stats__item__text {
    color: #e95e27;
}
.lsmu-strategy-download {
    float: right;
    padding: 0 0 1em 1em;
}

.lsmu-strategy-download > img {
    box-shadow: 0 0 5px #000000;
}
.lsmu-strategy-download__text {
    display: block;
    margin-top: .1em;
    background: #128D7E;
    width: 100%;
    margin: -.5em auto 0 auto;
    color: #ffffff;
    position: relative;
}
.inside .main .lsmu-strategy-download__text a {
    padding: 1em 0 1em 1em;
    display: block;
    color: #ffffff;
    text-decoration: none;
}
.inside .main .lsmu-strategy-download__text a:hover {
    text-decoration: underline;
}
.lsmu-strategy-download__text a img {
    margin-right: .5em;
}
.tsra-structure-members-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}
.tsra-structure-member {
    width:calc(33% - 15px);
    padding: 0 15px 15px 0;
}
.tsra-structure-member img{
    max-width: 100%;
}
/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 01 March 2021 20:58:09
*/


/* ----------------------------------------------
 * Generated by Animista on 2017-3-29 15:3:30
 * Tweaked by Squiz
 * http://animista.net
 * T: @cssanimista
 * ---------------------------------------------- */

/* Used to tranistion images in for resource search */
.fade-in-bottom {
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -moz-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-bottom:nth-child(1) {
    animation-delay: .15s;
}
.fade-in-bottom:nth-child(2) {
    animation-delay: .25s;
}
.fade-in-bottom:nth-child(3) {
    animation-delay: .35s;
}
.fade-in-bottom:nth-child(4) {
    animation-delay: .45s;
}
.fade-in-bottom:nth-child(3) {
    animation-delay: .55s;
}
.fade-in-bottom:nth-child(4) {
    animation-delay: .65s;
}
.fade-in-bottom:nth-child(5) {
    animation-delay: .75s;
}
.fade-in-bottom:nth-child(6) {
    animation-delay: .85s;
}
.fade-in-bottom:nth-child(7) {
    animation-delay: .95s;
}
.fade-in-bottom:nth-child(8) {
    animation-delay: 1.05s;
}
.fade-in-bottom:nth-child(9) {
    animation-delay: 1.15s;
}
.fade-in-bottom:nth-child(10) {
    animation-delay: 1.25s;
}
.fade-in-bottom:nth-child(11) {
    animation-delay: 1.35s;
}
.fade-in-bottom:nth-child(12) {
    animation-delay: 1.45s;
}

@-webkit-keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fade-in-bottom{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}
.accRep__boxes > a {
    align-items: flex-start;
}
.accRep__boxes .arl__thumnail img {
    height: 6em;
    width: auto;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.accRep__boxes h5 {
    margin-top: 0;
}
.accRep__boxes .date {
    display: block;
    margin: 10px 0;
}

.accRep__landing-boxes .arl__thumnail img  {
    height: 6em;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.accRep__landing-boxes .arl__text {
    font-size: 1.2em;
    font-weight: normal;
}

/****** SUPPORT-312413 ******/

.tenders-listing .accRep__boxes .arl__thumnail img {
    margin: 1rem;
}
.tenders-listing .tender-list-part {
    display: flex;
}
.tenders-listing a.pdf-section__links.tender-item {
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
.tenders-listing .tender-closes, .tenders-listing .tender-opens {
    padding: 5px 15px;
}

.tenders-listing li.pdf-section__boxes.accRep__boxes.tender-list-item {
    padding: 5px !important;
}

.tenders-listing .tender-id {
    display: block;
    margin: 10px 0;
}

@media (min-width: 1024px) {
    .tenders-listing a.pdf-section__links.tender-item {
        flex-direction: row;
    }
    .tenders-listing .tender-closes, .tenders-listing .tender-opens {
        padding: 15px;
    }
    .tenders-listing li.pdf-section__boxes.accRep__boxes.tender-list-item {
        padding: initial;
    }
}

@media (min-width: 1025px) {
    .tenders-listing .tender-id {
        display: initial;
    }
}

/****** SUPPORT-312553 ******/
.pull-right.content-img {
    margin-left: .8rem;
}

.content-img figcaption {
    font-size: .925rem;
    border-bottom: 1px solid #aaa;
    padding: 0 3px 4px 3px;
}


