.label-success {
    background-color: #5cb85c;
    color: white;
    padding: 3px;
    margin-left: 5px;
    border-radius: 5px;
    display: inline;
    white-space:nowrap;
}

.label-fail {
    background-color: #ff3333;
    color: white;
    padding: 3px;
    margin-left: 5px;
    border-radius: 5px;
    display: inline;
    white-space:nowrap;
}

/* V1.0 */
/*  ticket #1223 tab allert and error messages  */

.red_alert {
	color: #b71817 !important;
	font-weight: bold !important;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

.fill.green {
  background: #b71817;
  color: #fff;
}
.fill.red {
  background: #b71817;
  color: #fff;
}
.fill.dark-grey {
  background: #171512;
}

.mobile-only {
  display: none;
}
@media (max-width: 767px) {
  .mobile-only.inline {
    display: inline-block;
  }
  .mobile-only.block {
    display: block;
  }
}

@media (max-width: 767px) {
  .hide-for-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .center-mob {
    text-align: center !important;
  }
}

sup {
  vertical-align: top;
  font-size: 0.6em;
}

.clear {
  clear: both;
}

.clearfix:before, .row:before, .container:before, .split:before, .pad:before, nav:before, .prev-docs:before, .row:before, .container:before,
.clearfix:after,
.row:after,
.container:after,
.split:after,
.pad:after,
nav:after,
.prev-docs:after, .row:after, .container:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, .row:after, .container:after, .split:after, .pad:after, nav:after, .prev-docs:after, .row:after, .container:after {
  clear: both;
}

.clearfix, .row, .container, .split, .pad, nav, .prev-docs, .row, .container {
  *zoom: 1;
  /* ie6/7 only */
}

.align-left {
  float: left !important;
  margin: 0 10px 10px 0;
}

.align-right {
  float: right !important;
  margin: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .align-right {
    display: block;
    float: none !important;
    margin: 10px auto;
  }
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.invalid {
  border: 1px solid #f00 !important;
  -moz-box-shadow: 0 0 4px #f00;
  -webkit-box-shadow: 0 0 4px #f00;
  box-shadow: 0 0 4px #f00;
}

.required-field {
  color: #f00 !important;
  font-size: 0.9em !important;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  height: 20px;
  text-align: right;
  position: relative;
}

.error {
  background: #fee;
  border: 1px solid #f66;
  color: #f00;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  padding: 5px 10px;
}

.info, .error {
  color: #fff !important;
  font-size: 0.8em !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
  padding: 10px 10px 9px 39px !important;
  text-transform: uppercase !important;
}
.info.blue {
  background: #3E91D8 !important;
}
.info.red {
  background: #D8443E !important;
}
.error.red {
  background: #D8443E !important;
}
}
.info.green {
  background: #30962E !important;
}
.info.grey {
  background: #DFDFDF !important;
  color: #666464 !important;
}
.info.grey:before {
  color: #0F76DA !important;
}
.info:before, .error:before {
  color: #fff !important;
  content: '\f05a' !important;
  font-family: 'FontAwesome' !important;
  font-size: 1.6em !important;
  font-weight: normal !important;
  position: absolute !important;
  top: 6px !important;
  left: 10px !important;
}
.info.red a, .info.green a, .info.blue a {
  color: #fff !important;
}
.info.red a:hover, .info.red #content ul li a.active, #content ul li .info.red a.active, .info.green a:hover, .info.green #content ul li a.active, #content ul li .info.green a.active, .info.blue a:hover, .info.blue #content ul li a.active, #content ul li .info.blue a.active {
  color: #fff !important;
  text-decoration: underline !important;
}

img, object, embed, video {
  max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}

.inline {
  display: inline-block !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #DDD;
  margin: 1em 0;
  padding: 0;
}
hr.lg {
  border-top: 10px solid #ddd;
  margin: 0px auto 30px;
}

.space {
  margin-bottom: 20px;
}

img {
  vertical-align: bottom;
}
img.full-width {
  max-width: 100%;
  height: auto !important;
}

.alert strong {
  color: inherit !important;
}

.message {
  background: rgba(18, 81, 99, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
}
.message .message-inner {
  background: #fff;
  border-radius: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 20px #125163;
  -webkit-box-shadow: 0 0 20px #125163;
  box-shadow: 0 0 20px #125163;
  margin: 80px auto 0;
  padding: 20px 20px 44px;
  position: relative;
  width: 780px;
  z-index: 99999;
}
.message .message-inner .button {
  background: #b71817;
  color: #fff;
  font-size: 1.1em;
  margin: 0 auto;
  padding: 5px 0;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100px;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.message .message-inner .button:hover {
  background: #8a1211;
  text-decoration: none;
}
.message .message-inner h1 {
  color: #b71817;
  font-size: 2em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 10px;
}
.message .message-inner p {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
}

.grow {
  -moz-transition: ease 0.15s all;
  -o-transition: ease 0.15s all;
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
}
.grow:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#ui-datepicker-div {
  font-size: 0.8em;
}

.ui-datepicker-month {
  float: left;
  position: relative;
  top: -1px;
  width: 66px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.full {
  width: 100%;
}
table.borders td, table.borders th {
  border: 1px solid #C7C7C7;
}
table.borders td.no-borders, table.borders th.no-borders {
  border: none;
}
table.borders td.no-top, table.borders th.no-top {
  border-top: none;
}
table.borders td.no-bottom, table.borders th.no-bottom {
  border-bottom: none;
}
table.borders td.no-left, table.borders th.no-left {
  border-left: none;
}
table.borders td.no-right, table.borders th.no-right {
  border-right: none;
}
table tr td, table tr th {
  padding: 6px 15px;
}
table tr th {
  background: #EDECF5;
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  text-align: left;
}
table tr td {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
}
table tr td.em {
  background: #E9E9E9;
}
table tr.booked td {
  color: #999 !important;
}
@media (max-width: 480px) {
  table.responsive th {
    display: none;
  }
}
@media (max-width: 480px) {
  table.responsive td {
    border-color: #fff;
    border-left: none;
    border-right: none;
    border-bottom: none;
    display: block;
    padding-left: 5.5em !important;
    position: relative;
    text-align: left !important;
    width: auto !important;
  }
  table.responsive td:first-of-type {
    border-top: none;
  }
  table.responsive td:last-of-type {
    border-bottom: 15px solid #fff;
  }
  table.responsive td:last-of-type.no-borders {
    border-bottom: none;
  }
  table.responsive td.no-borders {
    text-align: right !important;
  }
  table.responsive td:before {
    content: attr(data-th);
    display: block;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 5.5em;
  }
  table.responsive td.basket-image-cell {
    float: left;
    margin-bottom: 40px;
    margin-right: 5px;
    width: 110px !important;
  }
}
table#res {
  background: #E2E2E2;
  color: #666;
}
table#res tr td {
  padding: 0;
  vertical-align: middle;
}
table#res tr td.name {
  background: #fff;
  border: 2px solid #E2E2E2;
  padding: 5px 10px;
}
table#res tr td.frame {
  background: #1b8b0d;
  border: 2px solid #fff;
  color: #fff;
  padding: 5px 10px;
}

a.pdf {
  background: #fff url(/images/pdf.jpg) left no-repeat;
  border: 1px solid #faa;
  display: inline-block;
  color: #888;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
  padding: 5px 10px 5px 30px;
}
a.pdf:hover, #content ul li a.pdf.active {
  border: 1px solid #f44;
  -moz-box-shadow: 0px 4px 8px #aaa;
  -webkit-box-shadow: 0px 4px 8px #aaa;
  box-shadow: 0px 4px 8px #aaa;
}

.please-wait {
  display: inline-block;
  border: 1px solid #aaa;
  box-shadow: 0 4px 8px #ddd;
  font-size: 0.8em;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 5px;
  position: relative;
}

.row {
  margin-bottom: 20px;
  position: relative;
}
.row.no-bottom {
  margin-bottom: 0;
}
.row.sm {
  margin-bottom: 10px;
}
.row.lg {
  margin-bottom: 30px;
}
.row.xl {
  margin-bottom: 40px;
}
.row .neg {
  margin-left: -10px;
  margin-right: -10px;
}

.container {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 960px;
}
.container.row {
  margin-bottom: 20px;
}
.container.row.sm {
  margin-bottom: 10px;
}
.container.row.lg {
  margin-bottom: 30px;
}
.container.row.xl {
  margin-bottom: 40px;
}
.container .col, .container .cols {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  min-height: 1px;
  position: relative;
}
.container .col.alpha, .container .cols.alpha {
  margin-left: 0;
}
.container .col.omega, .container .cols.omega {
  margin-right: 0;
}
.container .col.one, .container .cols.one {
  width: 60px;
}
.container .col.two, .container .cols.two {
  width: 140px;
}
.container .col.three, .container .cols.three {
  width: 220px;
}
.container .col.four, .container .cols.four {
  width: 300px;
}
.container .col.five, .container .cols.five {
  width: 380px;
}
.container .col.six, .container .cols.six {
  width: 460px;
}
.container .col.seven, .container .cols.seven {
  width: 540px;
}
.container .col.eight, .container .cols.eight {
  width: 620px;
}
.container .col.nine, .container .cols.nine {
  width: 700px;
}
.container .col.ten, .container .cols.ten {
  width: 780px;
}
.container .col.eleven, .container .cols.eleven {
  width: 860px;
}
.container .col.twelve, .container .cols.twelve {
  width: 940px;
}
.container .col.outer, .container .cols.outer {
  margin-left: 0;
  margin-right: 0;
}
.container .col.outer.one, .container .cols.outer.one {
  width: 80px;
}
.container .col.outer.two, .container .cols.outer.two {
  width: 160px;
}
.container .col.outer.three, .container .cols.outer.three {
  width: 240px;
}
.container .col.outer.four, .container .cols.outer.four {
  width: 320px;
}
.container .col.outer.five, .container .cols.outer.five {
  width: 400px;
}
.container .col.outer.six, .container .cols.outer.six {
  width: 480px;
}
.container .col.outer.seven, .container .cols.outer.seven {
  width: 560px;
}
.container .col.outer.eight, .container .cols.outer.eight {
  width: 640px;
}
.container .col.outer.nine, .container .cols.outer.nine {
  width: 720px;
}
.container .col.outer.ten, .container .cols.outer.ten {
  width: 800px;
}
.container .col.outer.eleven, .container .cols.outer.eleven {
  width: 880px;
}
.container .col.outer.twelve, .container .cols.outer.twelve {
  width: 960px;
}
.container .col.pre1, .container .cols.pre1 {
  margin-left: 90px;
}
.container .col.pre2, .container .cols.pre2 {
  margin-left: 170px;
}
.container .col.pre3, .container .cols.pre3 {
  margin-left: 250px;
}
.container .col.pre4, .container .cols.pre4 {
  margin-left: 330px;
}
.container .col.pre5, .container .cols.pre5 {
  margin-left: 410px;
}
.container .col.pre6, .container .cols.pre6 {
  margin-left: 490px;
}
.container .col.pre7, .container .cols.pre7 {
  margin-left: 570px;
}
.container .col.pre8, .container .cols.pre8 {
  margin-left: 650px;
}
.container .col.pre9, .container .cols.pre9 {
  margin-left: 730px;
}
.container .col.pre10, .container .cols.pre10 {
  margin-left: 810px;
}
.container .col.pre11, .container .cols.pre11 {
  margin-left: 890px;
}
.container .col.post1, .container .cols.post1 {
  margin-right: 90px;
}
.container .col.post2, .container .cols.post2 {
  margin-right: 170px;
}
.container .col.post3, .container .cols.post3 {
  margin-right: 250px;
}
.container .col.post4, .container .cols.post4 {
  margin-right: 330px;
}
.container .col.post5, .container .cols.post5 {
  margin-right: 410px;
}
.container .col.post6, .container .cols.post6 {
  margin-right: 490px;
}
.container .col.post7, .container .cols.post7 {
  margin-right: 570px;
}
.container .col.post8, .container .cols.post8 {
  margin-right: 650px;
}
.container .col.post9, .container .cols.post9 {
  margin-right: 730px;
}
.container .col.post10, .container .cols.post10 {
  margin-right: 810px;
}
.container .col.post11, .container .cols.post11 {
  margin-right: 890px;
}

.split {
  position: relative;
}
.split.left {
  float: left;
}
.split.left.ten {
  width: 10%;
}
.split.left.twenty {
  width: 20%;
}
.split.left.thirty {
  width: 30%;
}
.split.left.forty {
  width: 40%;
}
.split.left.fifty {
  width: 50%;
}
.split.left.sixty {
  width: 60%;
}
.split.left.seventy {
  width: 70%;
}
.split.left.eighty {
  width: 80%;
}
.split.left.ninety {
  width: 90%;
}
.split.right {
  text-align: left;
  float: right;
}
.split.right.ten {
  width: 10%;
}
.split.right.twenty {
  width: 20%;
}
.split.right.thirty {
  width: 30%;
}
.split.right.forty {
  width: 40%;
}
.split.right.fifty {
  width: 50%;
}
.split.right.sixty {
  width: 60%;
}
.split.right.seventy {
  width: 70%;
}
.split.right.eighty {
  width: 80%;
}
.split.right.ninety {
  width: 90%;
}
.split.third {
  float: left;
  width: 33.3333333333333334%;
}

.pad {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 720px;
  }
  .container .col.one, .container .cols.one {
    width: 40px;
  }
  .container .col.two, .container .cols.two {
    width: 100px;
  }
  .container .col.three, .container .cols.three {
    width: 160px;
  }
  .container .col.four, .container .cols.four {
    width: 220px;
  }
  .container .col.five, .container .cols.five {
    width: 280px;
  }
  .container .col.six, .container .cols.six {
    width: 340px;
  }
  .container .col.seven, .container .cols.seven {
    width: 400px;
  }
  .container .col.eight, .container .cols.eight {
    width: 460px;
  }
  .container .col.nine, .container .cols.nine {
    width: 520px;
  }
  .container .col.ten, .container .cols.ten {
    width: 580px;
  }
  .container .col.eleven, .container .cols.eleven {
    width: 640px;
  }
  .container .col.twelve, .container .cols.twelve {
    width: 700px;
  }
  .container .col.outer, .container .cols.outer {
    margin-left: 0;
    margin-right: 0;
  }
  .container .col.outer.one, .container .cols.outer.one {
    width: 60px;
  }
  .container .col.outer.two, .container .cols.outer.two {
    width: 120px;
  }
  .container .col.outer.three, .container .cols.outer.three {
    width: 180px;
  }
  .container .col.outer.four, .container .cols.outer.four {
    width: 240px;
  }
  .container .col.outer.five, .container .cols.outer.five {
    width: 300px;
  }
  .container .col.outer.six, .container .cols.outer.six {
    width: 360px;
  }
  .container .col.outer.seven, .container .cols.outer.seven {
    width: 420px;
  }
  .container .col.outer.eight, .container .cols.outer.eight {
    width: 480px;
  }
  .container .col.outer.nine, .container .cols.outer.nine {
    width: 540px;
  }
  .container .col.outer.ten, .container .cols.outer.ten {
    width: 600px;
  }
  .container .col.outer.eleven, .container .cols.outer.eleven {
    width: 660px;
  }
  .container .col.outer.twelve, .container .cols.outer.twelve {
    width: 720px;
  }
  .container .col.pre1, .container .cols.pre1 {
    margin-left: 70px;
  }
  .container .col.pre2, .container .cols.pre2 {
    margin-left: 130px;
  }
  .container .col.pre3, .container .cols.pre3 {
    margin-left: 190px;
  }
  .container .col.pre4, .container .cols.pre4 {
    margin-left: 250px;
  }
  .container .col.pre5, .container .cols.pre5 {
    margin-left: 310px;
  }
  .container .col.pre6, .container .cols.pre6 {
    margin-left: 370px;
  }
  .container .col.pre7, .container .cols.pre7 {
    margin-left: 430px;
  }
  .container .col.pre8, .container .cols.pre8 {
    margin-left: 490px;
  }
  .container .col.pre9, .container .cols.pre9 {
    margin-left: 550px;
  }
  .container .col.pre10, .container .cols.pre10 {
    margin-left: 610px;
  }
  .container .col.pre11, .container .cols.pre11 {
    margin-left: 670px;
  }
  .container .col.post1, .container .cols.post1 {
    margin-right: 70px;
  }
  .container .col.post2, .container .cols.post2 {
    margin-right: 130px;
  }
  .container .col.post3, .container .cols.post3 {
    margin-right: 190px;
  }
  .container .col.post4, .container .cols.post4 {
    margin-right: 250px;
  }
  .container .col.post5, .container .cols.post5 {
    margin-right: 310px;
  }
  .container .col.post6, .container .cols.post6 {
    margin-right: 370px;
  }
  .container .col.post7, .container .cols.post7 {
    margin-right: 430px;
  }
  .container .col.post8, .container .cols.post8 {
    margin-right: 490px;
  }
  .container .col.post9, .container .cols.post9 {
    margin-right: 550px;
  }
  .container .col.post10, .container .cols.post10 {
    margin-right: 610px;
  }
  .container .col.post11, .container .cols.post11 {
    margin-right: 670px;
  }
}
@media (max-width: 767px) {
  .container {
    margin: 0 20px;
    width: auto !important;
  }
  .container .col, .container .cols {
    margin: 0;
  }
  .container .col.one, .container .col.two, .container .col.three, .container .col.four, .container .col.five, .container .col.six, .container .col.seven, .container .col.eight, .container .col.nine, .container .col.ten, .container .col.eleven, .container .col.twelve, .container .cols.one, .container .cols.two, .container .cols.three, .container .cols.four, .container .cols.five, .container .cols.six, .container .cols.seven, .container .cols.eight, .container .cols.nine, .container .cols.ten, .container .cols.eleven, .container .cols.twelve {
    display: block;
    float: none;
    width: auto;
  }
  .container .col.outer.one, .container .col.outer.two, .container .col.outer.three, .container .col.outer.four, .container .col.outer.five, .container .col.outer.six, .container .col.outer.seven, .container .col.outer.eight, .container .col.outer.nine, .container .col.outer.ten, .container .col.outer.eleven, .container .col.outer.twelve, .container .cols.outer.one, .container .cols.outer.two, .container .cols.outer.three, .container .cols.outer.four, .container .cols.outer.five, .container .cols.outer.six, .container .cols.outer.seven, .container .cols.outer.eight, .container .cols.outer.nine, .container .cols.outer.ten, .container .cols.outer.eleven, .container .cols.outer.twelve {
    display: block;
    float: none;
    width: auto;
  }
  .container .col.pre1, .container .col.pre2, .container .col.pre3, .container .col.pre4, .container .col.pre5, .container .col.pre6, .container .col.pre7, .container .col.pre8, .container .col.pre9, .container .col.pre10, .container .col.pre11, .container .cols.pre1, .container .cols.pre2, .container .cols.pre3, .container .cols.pre4, .container .cols.pre5, .container .cols.pre6, .container .cols.pre7, .container .cols.pre8, .container .cols.pre9, .container .cols.pre10, .container .cols.pre11 {
    margin-left: 0;
  }
  .container .col.post1, .container .col.post2, .container .col.post3, .container .col.post4, .container .col.post5, .container .col.post6, .container .col.post7, .container .col.post8, .container .col.post9, .container .col.post10, .container .col.post11, .container .cols.post1, .container .cols.post2, .container .cols.post3, .container .cols.post4, .container .cols.post5, .container .cols.post6, .container .cols.post7, .container .cols.post8, .container .cols.post9, .container .cols.post10, .container .cols.post11 {
    margin-right: 0;
  }
}
h1, h2, h3, h4, h5 {
  line-height: 1;
  text-transform: uppercase;
}
h1.green, h2.green, h3.green, h4.green, h5.green {
  color: #b71817 !important;
}
h1.red, h2.red, h3.red, h4.red, h5.red {
  color: #333333 !important;
}
h1.black, h2.black, h3.black, h4.black, h5.black {
  color: #666666 !important;
}

h1 {
  color: #b71817;
  font-size: 2em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h2 {
  color: #333333;
  font-size: 1.3em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0.4em 0 0.1em;
}
h2 .small {
  color: #b71817;
  font-size: 0.8em;
}
h2.italic {
  font-size: 1.5em;
  font-style: italic;
  margin-bottom: 10px;
}

h3 {
  color: #333333;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  clear: right;
}
@media (max-width: 767px) {
  h3 {
    line-height: 1;
    margin-bottom: 10px;
  }
}

p {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  margin: 0.5em 0 1.1em 0;
  padding-bottom: 0;
  line-height: 1.5;
}

a {
  color: #b71817;
  font-size: 1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}
a:hover, #content ul li a.active {
  color: #b71817;
  text-decoration: underline;
}

.left-col li {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  list-style: square;
  margin: 0 0 0 32px;
  padding: 0;
  line-height: 1.2;
}

strong.headline {
  color: #666666;
  font-size: 1.3em;
  line-height: 1.2;
}

#content ul {
  list-style: none;
  margin: 10px 0 20px 20px;
  padding: 0;
}
#content ul li {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
  padding-bottom: 0.6em;
  padding-left: 17px;
}
#content ul li:before {
  content: '\f138';
  color: #b71817;
  font-family: 'FontAwesome';
  font-size: 1em;
  float: left;
  margin: 1px 10px 0 -24px;
}
#content .quick-links ul li {
  line-height: 1.2;
}
#content .quick-links ul li:before {
  font-size: 0.9em;
}
#content .quick-links ul li a {
  color: #666666;
}
#content .quick-links ul li a:hover, #content .quick-links ul li a.active {
  color: #666666;
  text-decoration: underline;
}

blockquote {
  border-left: none;
}
blockquote p {
  color: #333333;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  margin-left: 54px;
}
blockquote:before {
  color: #333333;
  content: "\f10d";
  float: left;
  font-size: 3em;
  font-family: FontAwesome;
  position: relative;
  top: 17px;
  left: -10px;
  width: 40px;
}

.upper {
  text-transform: uppercase !important;
}

.lower {
  text-transform: none !important;
}

.main ol {
  margin: 20px 10px;
  counter-reset: reasons;
}
.main ol li {
  color: #666666;
  font-size: 1.1em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  clear: left;
  line-height: 1.4;
  margin-bottom: 10px;
  *margin-bottom: 20px;
}
.main ol li:before {
  content: counter(reasons);
  counter-increment: reasons;
  color: #b71817;
  font-size: 1.5em;
  font-family: "Times New Roman", serif;
  font-weight: 600;
  float: left;
  margin: -6px 9px 3px 0;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content p, #content ul, #content ol, #content blockquote, #content hr {
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

/* FORMS */
.contact-form {
  margin: 30px 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  .contact-form {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact-form {
    margin: 10px 0 0;
  }
}

fieldset {
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  fieldset {
    margin-bottom: 10px !important;
  }
}

label {
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .row .cols:first-of-type input[type="text"], .row .cols:first-of-type input[type="password"], .row .cols:first-of-type input[type="email"], .row .cols:first-of-type textarea, .row .cols:first-of-type select, .row .col:first-of-type input[type="text"], .row .col:first-of-type input[type="password"], .row .col:first-of-type input[type="email"], .row .col:first-of-type textarea, .row .col:first-of-type select {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .row .cols:last-of-type input[type="text"], .row .cols:last-of-type input[type="password"], .row .cols:last-of-type input[type="email"], .row .cols:last-of-type textarea, .row .cols:last-of-type select, .row .col:last-of-type input[type="text"], .row .col:last-of-type input[type="password"], .row .col:last-of-type input[type="email"], .row .col:last-of-type textarea, .row .col:last-of-type select {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .row .cols:nth-of-type(3n) label, .row .col:nth-of-type(3n) label {
    margin-top: 20px;
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
textarea,
select {
  -moz-transition: ease 0.15s all;
  -o-transition: ease 0.15s all;
  -webkit-transition: ease 0.15s all;
  transition: ease 0.15s all;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


@media (max-width: 767px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"],
  textarea,
  select {
    max-width: 500px;
  }
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.24);
}

[disabled] {
  cursor: not-allowed;
}

textarea {
  height: 100px;
}

button .fa, a .fa {
  display: inline-block;
  margin: -2px 10px -2px 0;
}
button.icon-right .fa, a.icon-right .fa {
  margin: -2px 0 -2px 10px;
}

.btn {
  padding: 6px 12px;
  text-transform: uppercase;
}
.btn.primary, .btn.red {
  color: #fff;
  background-color: #b71817;
  border-color: #a01514;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  text-decoration: none;
}
.btn.primary:hover, .btn.red:hover {
  background: #ce1b1a;
  border-color: #b71817;
}
.btn.primary:active, .btn.red:active {
  background: #8a1211;
  border-color: #730f0e;
}
.btn.primary:focus, .btn.red:focus {
  -moz-box-shadow: 0px 0px 10px #eee;
  -webkit-box-shadow: 0px 0px 10px #eee;
  box-shadow: 0px 0px 10px #eee;
}
.btn.secondary {
  color: #fff;
  background-color: #888;
  border-color: #7b7b7b;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 !important;
  text-decoration: none;
}
.btn.secondary:hover {
  background: #959595;
  border-color: #888;
}
.btn.secondary:active {
  background: #6f6f6f;
  border-color: #626262;
}
.btn.secondary:focus {
  -moz-box-shadow: 0px 0px 10px #eee;
  -webkit-box-shadow: 0px 0px 10px #eee;
  box-shadow: 0px 0px 10px #eee;
}
.btn.small {
  padding: 3px 12px 3px;
  line-height: 1;
}
.btn.full {
  display: block;
}
.btn.xs {
  line-height: 1;
  padding: 3px 10px;
}
.btn.left-space {
  margin-left: 10px;
}
.btn.right-space {
  margin-right: 10px;
}
.btn.read-more {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-top: -15px;
  position: relative;
  z-index: 30;
}
.btn.read-more .fa {
  display: inline-block;
  margin-right: 5px;
  font-size: 1.1em;
  line-height: 1;
}

body, html {
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  display: block;
  color: 1.1em;
  font-size: 100%;
  font-family: "Times New Roman", serif;
  line-height: 150%;
  min-width: 240px;
  margin: 0;
  overflow: auto;
  padding: 0;
  z-index: 0;
}

.wrapper {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 190px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.canvas {
  height: 100%;
  position: relative;
  -webkit-transition: 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 100%;
}

.show-nav .canvas {
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.return {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.return.hidden {
  display: none;
}

.main {
  margin-top: 30px !important;
  position: relative;
  z-index: 32;
}
.main .container {
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-height: 235px;
  padding-top: 40px;
  position: relative;
  top: -300px;
  z-index: 32;
}
.main .container.home {
  top: -60px;
}

/* HEADER */
header {
  border-top: 7px solid #b71817;
  position: relative;
  z-index: 30;
}
@media (max-width: 767px) {
  header {
    height: auto;
    margin-top: 0;
  }
}
header .logo {
  display: inline-block;
  margin: 0;
  padding: 25px 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  header .logo {
    left: 0;
    margin: 0 !important;
    text-align: center;
    width: auto;
  }
}
header .logo img {
  position: relative;
  width: 200px;
}
@media (max-width: 767px) {
  header .logo img {
    height: auto;
    max-width: 90%;
    padding: 20px 0 10px;
  }
}
header .job-seekers-link {
  background: #b71817;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
}
header .job-seekers-link:hover {
  background: #8a1211;
  text-decoration: none;
}
header .job-seekers-link:active {
  background: #730f0e;
}
header .job-seekers-link .fa {
  color: #fff;
}

/* MAIN NAVIGATION */
nav {
  margin-top: 35px;
  padding: 0 4px;
  position: relative;
  z-index: 150;
}
nav.mobile {
  display: none;
}
@media (max-width: 767px) {
  nav {
    background: #333;
    -moz-box-shadow: inset -20px 0 22px -20px #000000;
    -webkit-box-shadow: inset -20px 0 22px -20px #000000;
    box-shadow: inset -20px 0 22px -20px #000000;
    border: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    left: -250px;
    top: 0;
    width: 250px;
    z-index: 999;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: block;
  }
  nav .container, nav .col, nav .cols {
    margin: 0;
    position: relative;
    width: 100% !important;
  }
  nav .container.offset-sm, nav .col.offset-sm, nav .cols.offset-sm {
    margin: 0;
  }
}
nav ul {
  margin-bottom: 0;
  padding: 0;
  text-align: right;
}
@media (max-width: 767px) {
  nav ul {
    height: 100%;
  }
}
nav ul.hide {
  display: none;
}
nav ul li {
  background: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: inherit;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
}
@media (max-width: 767px) {
  nav ul li {
    background: none;
    border-bottom: 1px solid #707070;
    display: block;
    height: auto;
    float: none;
    margin-left: 0;
    padding-right: 0;
  }
  nav ul li.expanded > a {
    border-bottom: 1px solid #A6A5A5;
  }
}
nav ul li a {
  border-radius: 4px;
  display: block;
  color: #5f5c5b;
  font-size: 1.2em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  line-height: 1;
  padding: 9px 18px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 959px) {
  nav ul li a {
    font-size: 0.9em;
    padding: 13px 6px;
  }
}
@media (max-width: 767px) {
  nav ul li a {
    border-left: none;
    border-right: none;
    color: #fff;
    padding: 15px;
    text-align: left;
  }
  nav ul li a:active {
    background: #333333;
  }
}
nav ul li a:hover, nav #content ul li a.active, #content nav ul li a.active {
  background: #E8E3E3;
  color: #b71817;
  text-decoration: none;
}
@media (max-width: 767px) {
  nav ul li a:hover, nav #content ul li a.active, #content nav ul li a.active {
    color: #fff;
    text-decoration: none;
  }
}
nav ul li a:active, nav ul li a.active {
  background: #b71817;
  color: #fff;
}
@media (max-width: 767px) {
  nav ul li a:active, nav ul li a.active {
    color: #fff;
  }
}
nav ul li .sub-menu-btn {
  border-left: 1px solid #4D4141;
  display: none;
  height: 14px;
  padding: 15px 11px 25px 19px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  width: 20px;
  z-index: 999;
}
nav ul li .sub-menu-btn.active {
  background: #4D4D4D;
  border-bottom: 1px solid #6E6E6E;
  border-left: 1px solid #6E6E6E;
  -moz-box-shadow: inset -20px 0 34px -19px #080808;
  -webkit-box-shadow: inset -20px 0 34px -19px #080808;
  box-shadow: inset -20px 0 34px -19px #080808;
  padding: 15px 11px 25px 19px;
}
@media (max-width: 767px) {
  nav ul li .sub-menu-btn {
    display: block;
  }
}
nav ul li.submenu-active > a {
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
nav ul li input {
  display: inline-block;
}
nav ul li input#search-text {
  -moz-box-shadow: inset 0 2px 3px #444;
  -webkit-box-shadow: inset 0 2px 3px #444;
  box-shadow: inset 0 2px 3px #444;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  font-size: 1em;
  margin-left: 20px;
  position: relative;
  top: 2px;
  width: 140px;
}
nav ul li input#search-submit {
  -moz-border-radius: 0 7px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 7px 0 0;
  font-size: 0.7em;
  position: relative;
  margin-left: -33px;
  margin-top: -6px;
}
nav ul li ul {
  background: #168931;
  -moz-box-shadow: 0 4px 8px #141414;
  -webkit-box-shadow: 0 4px 8px #141414;
  box-shadow: 0 4px 8px #141414;
  display: none;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 99999;
}
@media (max-width: 767px) {
  nav ul li ul {
    background: #4D4D4D;
    border: none !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: inset -20px 0 34px -19px #080808;
    -webkit-box-shadow: inset -20px 0 34px -19px #080808;
    box-shadow: inset -20px 0 34px -19px #080808;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  nav ul li ul.show {
    display: block;
  }
}
nav ul li ul li {
  background: none;
  display: block;
  height: auto;
  float: none;
  margin: 0;
  padding: 0;
}
nav ul li ul li:before {
  color: #fff;
  content: "\f138";
  font-family: 'FontAwesome';
  font-size: 0.8em;
  float: left;
  margin: 5px 10px;
  position: relative;
  top: 1px;
}
@media (max-width: 767px) {
  nav ul li ul li:before {
    font-size: 0.9em;
    margin: 5px 10px 5px 14px;
    top: 10px;
  }
}
nav ul li ul li:last-of-type {
  border-bottom: none;
}
nav ul li ul li a {
  background: none;
  border: none;
  color: #fff;
  display: block;
  min-width: 200px;
  padding: 5px 15px 6px;
  text-align: left;
  text-shadow: none;
  white-space: nowrap;
}
@media (max-width: 767px) {
  nav ul li ul li a {
    color: #fff;
    font-size: 1em;
    padding: 15px;
  }
  nav ul li ul li a:hover, nav #content ul li ul li a.active, #content nav ul li ul li a.active {
    color: #fff;
  }
  nav ul li ul li a:active {
    background: #333;
    color: #fff !important;
  }
}
nav ul li:hover ul {
  display: block;
}
@media (max-width: 767px) {
  nav ul li:hover ul {
    display: none;
  }
}
nav ul li.expanded ul {
  display: block;
  height: auto;
}
nav ul:after {
  overflow: hidden;
  *zoom: 1;
}

.mobile-bar {
  background: #b71817;
  display: none;
  height: 48px;
  position: relative;
  z-index: 200;
}
@media (max-width: 767px) {
  .mobile-bar {
    display: block;
  }
}
.mobile-bar .nav-button {
  display: inline-block;
}
.mobile-bar .nav-button-locked {
  display: none;
}
.mobile-bar .nav-button,
.mobile-bar .nav-button-locked {
  float: left;
  padding: 7px 5px 6px 11px;
  position: relative;
  z-index: 202;
}
.mobile-bar .nav-button i,
.mobile-bar .nav-button-locked i {
  color: #fff;
  font-size: 2.2em;
}
.mobile-bar .social-icons {
  display: none;
}
@media (max-width: 767px) {
  .mobile-bar .social-icons {
    display: block;
    float: right !important;
    margin: 0 !important;
    position: relative;
    left: -4px;
    width: 100px !important;
    z-index: 201;
  }
  .mobile-bar .social-icons a {
    background: #fff;
    float: right;
    margin: 8px 5px;
    padding: 4px 5px 2px;
  }
  .mobile-bar .social-icons a:hover, .mobile-bar .social-icons #content ul li a.active, #content ul li .mobile-bar .social-icons a.active, .mobile-bar .social-icons a:active {
    background: #b71817;
  }
  .mobile-bar .social-icons a i {
    color: #fff;
  }
}

.show-nav .nav-button {
  display: none !important;
}
.show-nav .nav-button-locked {
  display: inline-block !important;
  background: #8a1211 !important;
}

/* BANNER */
.banner-wrap {
  height: 520px;
  position: relative;
  width: 100%;
  z-index: 31;
}
@media (min-width: 768px) and (max-width: 959px) {
  .banner-wrap {
    height: 288px;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .banner-wrap {
    display: none !important;
    height: 150px;
    margin: 0;
    width: 100%;
  }
}
.banner-wrap .banner-arrow {
  height: 56px;
  margin-top: -28px;
  position: absolute;
  top: 50%;
  width: 57px;
  z-index: 99;
}
.banner-wrap .banner-arrow.arrow-left {
  left: -80px;
}
.banner-wrap .banner-arrow.arrow-right {
  right: -80px;
}
.banner-wrap #banner {
  background: #000;
  height: 520px;
  margin-left: -1145px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2290px;
  z-index: 31;
}
@media (min-width: 768px) and (max-width: 959px) {
  .banner-wrap #banner {
    height: 288px;
    width: 720px;
  }
}
@media (max-width: 767px) {
  .banner-wrap #banner {
    display: none !important;
    height: 150px;
    margin: 0;
    width: 100%;
  }
}
.banner-wrap #banner a.banner-image {
  background-position: center top;
  display: block;
  height: 520px;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .banner-wrap #banner a.banner-image {
    background-position: -360px -20px;
    background-size: 1643px;
    background-repeat: no-repeat;
  }
}

/* ARTICLES */
.full-article .main-image {
  float: left;
  margin: 5px 30px 10px 0;
}
.full-article p img {
  float: right;
  margin: 6px 0 0 10px;
}

@media (max-width: 767px) {
  .results-table-container {
    max-width: 100%;
    overflow: auto;
  }
}

.article h2 {
  color: #b71817;
  font-size: 1.3em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
}
.article h2 a:hover, .article h2 #content ul li a.active, #content ul li .article h2 a.active {
  color: #b71817;
}
@media (max-width: 767px) {
  .article img {
    width: 100%;
    display: block;
    height: auto;
    float: none !important;
    margin: 10px auto !important;
    max-width: 400px !important;
  }
}
.article p {
  padding-bottom: 5px;
}
.article .read-more {
  margin-top: 0;
}

.social-sharing {
  background: #eee;
  padding: 20px;
  text-align: center;
}

/* FOOTER */
.footer {
  background: #fff;
  background-size: auto 100%;
  clear: both;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
.footer p {
  color: #888;
  font-size: 0.75em;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.footer p a {
  color: #fff;
  font-weight: 700;
}
.footer p a:hover, .footer p #content ul li a.active, #content ul li .footer p a.active {
  text-decoration: underline;
}
.footer a.footer-logo {
  margin-top: 20px;
  position: relative;
  right: -20px;
}
.footer a.footer-logo img {
  height: auto;
  width: 190px;
}
.footer .footer-links {
  padding-top: 50px;
}
.footer .footer-links ul {
  margin: 0;
  padding: 0;
}
.footer .footer-links ul li {
  background: url(/images/footer-bullet.png) left no-repeat;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 15px;
}
.footer .footer-links ul li a {
  color: #333333;
  font-size: 0.9em;
  text-decoration: none;
  text-transform: uppercase;
}
.footer .footer-links ul li a:hover, .footer .footer-links #content ul li a.active, #content .footer .footer-links ul li a.active {
  text-decoration: underline;
}

.pre-footer {
  padding: 12px 0;
  background: #b71817;
}
@media (max-width: 767px) {
  .pre-footer i {
    display: none;
  }
}
.pre-footer p, .pre-footer a {
  color: #fff;
  font-size: 0.9em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.pre-footer a {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.pre-footer a:hover, .pre-footer #content ul li a.active, #content ul li .pre-footer a.active {
  color: #fff;
}

.post-footer {
  padding: 12px 0;
  background: #333333;
}
@media (max-width: 767px) {
  .post-footer i {
    display: none;
  }
}
.post-footer p, .post-footer a {
  color: #666666;
  font-size: 0.9em;
  font-family: "Times New Roman", serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.post-footer p.white, .post-footer a.white {
  color: #fff !important;
}
.post-footer a {
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.post-footer a:hover, .post-footer #content ul li a.active, #content ul li .post-footer a.active {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 959px) {
  .client-iframe .full-width-tab-below {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .client-iframe .full-width-tab-below {
    width: 100% !important;
  }
}
.client-iframe h1, .client-iframe h2, .client-iframe h3, .client-iframe h4, .client-iframe h5, .client-iframe p, .client-iframe li, .client-iframe a, .client-iframe div, .client-iframe span {
  font-family: arial, verdana, sans-serif;
}
.client-iframe h1, .client-iframe h2, .client-iframe h3, .client-iframe h4, .client-iframe h5 {
  color: #4d4d4d;
  font-weight: 300;
}
@media (max-width: 767px) {
  .client-iframe h1, .client-iframe h2, .client-iframe h3, .client-iframe h4, .client-iframe h5 {
    word-break: break-word;
  }
}
.client-iframe p {
  font-size: 0.95em;
}
.client-iframe p a {
  color: #4d4d4d;
  text-decoration: underline;
  -moz-transition: 0.15s, ease, all;
  -o-transition: 0.15s, ease, all;
  -webkit-transition: 0.15s, ease, all;
  transition: 0.15s, ease, all;
}
.client-iframe h1 {
  font-size: 1.6em;
  margin-bottom: 10px;
}
.client-iframe h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}
.client-iframe label {
  color: #666666;
  font-size: 0.85em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 400;
  padding-top: 3px;
}
.client-iframe table tr th {
  color: #666666;
  font-size: 0.95em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 700;
}
.client-iframe table tr td {
  color: #666666;
  font-size: 0.95em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 400;
}
.client-iframe div {
  color: #666666;
  font-size: 1em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 400;
}
.client-iframe .iframe-nav {
  float: right;
  margin-bottom: 20px;
  text-align: right;
}
@media (min-width: 301px) and (max-width: 767px) {
  .client-iframe .iframe-nav {
    width: 100%;
  }
}
@media (max-width: 555px) {
  .client-iframe .iframe-nav {
    text-align: left;
    float: none;
    display: block;
  }
}
.client-iframe .iframe-nav .btn {
  margin-bottom: 10px;
}
@media (min-width: 301px) and (max-width: 767px) {
  .client-iframe .iframe-nav .btn {
    width: 25%;
  }
}
@media (max-width: 300px) {
  .client-iframe .iframe-nav .btn {
    text-align: center;
    width: 80%;
  }
}
.client-iframe .vacancy {
  background: #f5f5f5;
  padding: 5px 15px;
  margin: 10px;
}
.client-iframe .vacancy h2 {
  border-bottom: 1px solid #E2E1E1;
}
@media (max-width: 480px) {
  .client-iframe .vacancy h2 {
    margin-bottom: 10px;
  }
}
.client-iframe .vacancy .vacancy-row {
  color: #666666;
  font-size: 0.95em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 400;
}
@media (max-width: 480px) {
  .client-iframe .vacancy .vacancy-row {
    margin-bottom: 10px;
  }
}
.client-iframe .vacancy .vacancy-row .label {
  display: inline-block;
  color: #666666;
  font-size: 1em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 700;
  min-width: 170px;
}
@media (max-width: 480px) {
  .client-iframe .vacancy .vacancy-row .label {
    display: block;
  }
}
@media (max-width: 480px) {
  .client-iframe .vacancy .btn {
    margin-bottom: 20px;
  }
}
.client-iframe .btn.primary {
  background: #888;
  border-color: #808080;
}
.client-iframe .btn.primary:hover {
  background: #6f6f6f;
  border-color: #676767;
}
.client-iframe .btn.primary:active {
  background: #626262;
  border-color: #5a5a5a;
}
.client-iframe .btn.secondary {
  background: #BBBBBB;
  border-color: #B0B0B0;
}
.client-iframe .btn.secondary:hover {
  background: #a2a2a2;
  border-color: #979797;
}
.client-iframe .btn.secondary:active {
  background: #959595;
  border-color: #8a8a8a;
}
.client-iframe .btn.success {
  background: #2B8928;
  border-color: #257423;
  color: #fff;
}
.client-iframe .btn.success:hover {
  background: #1f621c;
  border-color: #194d17;
}
.client-iframe .btn.success:active {
  background: #184e17;
  border-color: #123911;
}
@media (max-width: 767px) {
  .client-iframe .btn.small {
    margin-bottom: 10px;
  }
}

.datalist h3 {
  padding-left: 10px;
}
.datalist h2 {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.datalist .data-row .data-label {
  display: inline-block;
  float: left;
  color: #666666;
  font-size: 0.95em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 700;
  min-width: 150px;
}
@media (max-width: 480px) {
  .datalist .data-row .data-label {
    display: block;
    float: none;
  }
}
.datalist .data-row .data-value {
  color: #666666;
  font-size: 0.95em;
  font-family: "Times New Roman", serif;
  font-family: arial, verdana, sans-serif;
  font-weight: 400;
  padding-left: 120px;
}
@media (max-width: 480px) {
  .datalist .data-row .data-value {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  #application-form label {
    text-align: left;
  }
}
#application-form table tr td, #application-form table tr th {
  font-size: 0.9em;
  font-family: arial, sans-serif;
  padding: 0 5px 10px;
  vertical-align: top;
}
#application-form table tr td select, #application-form table tr th select {
  padding: 5px 4px;
}
#application-form table tr th {
  background: none;
}

/* APPLICATION FORM */
.application-tabs {
  background: #E5E5E5;
  -moz-border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px;
  border-radius: 20px 20px 0 0;
  margin-bottom: 30px;
  padding: 6px 5px 0;
}
@media (max-width: 767px) {
  .application-tabs {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
}
.application-tabs a.tab {
  background: #ccc;
  border: 1px solid #bbb;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px;
  border-radius: 15px 15px 0 0;
  color: #5A5858;
  display: block;
  float: left;
  font-size: .9em;
  line-height: 1;
  margin-right: 4px;
  padding: 10px 15px 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .application-tabs a.tab {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: block;
    margin-bottom: 5px;
    text-align: left;
    width: 43%;
  }
}
@media (max-width: 500px) {
  .application-tabs a.tab {
    float: none;
    width: auto;
  }
}
.application-tabs a.tab.has-errors {
  border-color: red;
  color: red;
}
.application-tabs a.tab:hover, .application-tabs #content ul li a.tab.active, #content ul li .application-tabs a.tab.active {
  border-top-color: #999;
  border-left-color: #999;
  border-right-color: #999;
}

@media (max-width: 767px) {
  .application-tabs a.tab.active-tab {
    border-bottom-color: #bbb;
  }
}

.application-content {
  display: none;
}
.application-content.active-content {
  display: block;
}

/* SEARCH FORM */
@media (max-width: 767px) {
  .range-min {
    float: left !important;
    max-width: 230px !important;
    width: 45% !important;
  }
}

@media (max-width: 767px) {
  .range-max {
    float: right !important;
    max-width: 230px !important;
    width: 45% !important;
  }
}
@media (min-width: 560px) and (max-width: 767px) {
  .range-max {
    float: left !important;
    margin-left: 40px !important;
  }
}

.datepicker {
  background: #fff url(/images/ff-icon-cal.gif) right no-repeat !important;
  cursor: pointer;
}

/* FANCY FILE INPUT */
label.fancy-file-input {
  border: 1px solid #aaa;
  height: 40px;
  max-width: 400px;
  position: relative;
  width: 100%;
}
label.fancy-file-input .ffi-addon {
  background: #aaa;
  color: #fff;
  font-size: 1.1em;
  padding: 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
}
label.fancy-file-input .ffi-text {
  padding: 10px 15px 10px 100px;
}

.prev-docs {
  box-sizing: border-box;
  margin-left: -10px;
  margin-right: -10px;
}

.prev-doc {
  background: #eee;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  float: left;
  width: 33.33333333333333333334%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .prev-doc {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .prev-doc {
    width: 100%;
  }
}
.prev-doc .prev-doc-title {
  font-size: .9em;
}
.prev-doc .prev-doc-delete {
  position: absolute;
  top: -2px;
  right: -4px;
}
.prev-doc .existing-supporting-doc {
  margin-bottom: 5px;
  position: relative;
}
.prev-doc .existing-supporting-doc:hover {
  background: rgba(0, 0, 0, 0.1);
}
.prev-doc .existing-supporting-doc i {
  margin-left: 10px;
}

/* IE FALLBACKS */
.ie-fallback {
  display: none;
}

.oldie.ie7 .social-icons .ie-fallback {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 1.6em;
  padding: 0 3px;
}
.oldie.ie7 .nav ul ul {
  min-width: 150px;
}





/*Sets the background colour of the page to white with a grey border*/
body{
	background-color: #FFFFFF;
	border-style: solid !important;
	border-width: 0px !important;
	border-color: #d8d8db !important;
}

h1,h2,h3,h4,h5 {
	
	color: #636363 !important;
	font-weight: bold !important;
	text-transform: capitalize !important;
	font-family: "Raleway",sans-serif !important;
}

/*Sets the heading to bold & Orange */
h1 {
	font-size: 2.2em !important;
	color: #636363 !important;
	font-weight: bold !important;
}

/*Sets the heading to Orange */
h2 {
	color: #636363 !important;
}

/* Set the button background to blue, the text white, the font bold, and the border solid */
.btn {
	background-color: #284a70 !important;	
	color: #FFFFFF !important;
	border-style: solid !important;
	border-color: #284a70 !important;
	width: auto !important;
}

.btn.small {
	padding: 10px 12px 10px;
	width: auto !important;
}

/* Colour = Orange */
.btn.success {
	color: #284a70 !important;
} 

/*Background = Orange, Text colour = White */
.btn:hover {
	background: #56adc8 !important;
	color: #FFFFFF !important;
	border-radius: 30px !important;
	border-style: solid !important;
	border-color: #56adc8 !important;
}

/* Colour = Orange */
.btn:active {
	background: #284a70 !important;
}

/* Changes the colour of hyperlinks to black */
.client-iframe p a{
	color: #000000 !important;
}

.client-iframe p a:hover{
	color: #f8941d !important;
}

.client-iframe .vacancy {
    background: #FFFFFF !important;
	color: #f8941d !important;
	border-style: solid !important;
	border-width: 2px !important;
	border-color: #d8d8db !important;
}

/*Tabs on the Application screen: tabs = Orange, text = White*/
.application-tabs a.tab {
	background: #366396;
	color: #FFFFFF;
	border-style: solid;
}

/* Changes background colour where the tabs live to white*/
.application-tabs {
	background: #ecf2f8;
}

.application-tabs a.tab:hover {
	text-decoration: underline;
	background: #447cbb;
	color: #FFFFFF;		
}

.application-tabs a.tab.active-tab {
	background: #447cbb;
	color: #FFFFFF;		
}

#statement-of-application-UDF_10_DEC001 {
	width: 615px !important;
	height: 652px !important;

}

.vacancy {
    transition: all 300ms;
    border: 1px solid white;
}

.vacancy:hover {
    transform: scale(1.05);
    border: 1px solid black;
}


.image-logo-vacancies {
max-width: 90px;
max-height: 120px;
}

#supporting-statement-UDF_4_SUPST {
	width: 615px !important;
	height: 652px !important;
}