@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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;
  }
}

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

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

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.428571429;
  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: 1178px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.428571429;
  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"] {
  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.428571429;
  color: #555555;
}

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

.form-control:focus {
  border-color: #1E3E81;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(30, 62, 129, 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.3333333;
  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.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

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

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  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;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .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: #1E3E81;
  border-color: #1E3E81;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #142a58;
  border-color: #060c1a;
}

.btn-primary:hover {
  color: #fff;
  background-color: #142a58;
  border-color: #12264f;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #142a58;
  border-color: #12264f;
}

.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: #0e1c3b;
  border-color: #060c1a;
}

.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: #1E3E81;
  border-color: #1E3E81;
}

.btn-primary .badge {
  color: #1E3E81;
  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;
  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.3333333;
  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%;
}

.fade {
  opacity: 0;
  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;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  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;
  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.428571429;
  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.428571429;
  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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  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.428571429;
  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;
  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;
    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;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  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.3333333;
}

.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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  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;
}

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

@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;
  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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 2s linear infinite;
}

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

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

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  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 {
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -ms-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;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 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.428571429;
}

.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 {
    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.428571429;
  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.428571429;
  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;
  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;
  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 {
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  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;
  }
}

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

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.nav {
  width: 100%;
}

.btn-primary {
  color: #fff !important;
  text-decoration: none !important;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

.fa {
  font-style: normal !important;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * csstyle v2.0.0-dev for sass (http://www.csstyle.io)
 * Copyright (c) 2014-2016 Dave Geddes & Sven Wittevrongel
 * Licensed under MIT (https://github.com/geddski/csstyle/blob/master/LICENSE)
 */
label[for], label[data-set] {
  cursor: pointer;
}

* {
  outline: none !important;
  overflow: visible;
  box-sizing: border-box;
}

a {
  cursor: pointer;
}

.we-dont-like-ie {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
  border: 1px solid transparent;
  z-index: 99999999999999;
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.we-dont-like-ie hr {
  border-top-color: #e4b9c0;
}

.we-dont-like-ie .alert-link {
  color: #843534;
}

.we-dont-like-ie .alert-link:hover {
  text-decoration: underline;
}

.ie-6 .hidden-ie, .ie-6 .hidden-ie-9, .ie-7 .hidden-ie, .ie-7 .hidden-ie-9, .ie-8 .hidden-ie, .ie-8 .hidden-ie-9 {
  display: none;
}

.ie-6 .we-dont-like-ie [data-dismiss], .ie-6 .we-dont-like-ie .close, .ie-7 .we-dont-like-ie [data-dismiss], .ie-7 .we-dont-like-ie .close, .ie-8 .we-dont-like-ie [data-dismiss], .ie-8 .we-dont-like-ie .close {
  display: none;
}

.ie-6, .ie-7, .ie-8, .ie-9 {
  margin: 56px 0 0 0 !important;
}

.ie-6 .we-dont-like-ie, .ie-7 .we-dont-like-ie, .ie-8 .we-dont-like-ie, .ie-9 .we-dont-like-ie {
  display: block !important;
}

.ie-9 .we-dont-like-ie {
  display: block !important;
  padding: 8px 16px;
  font-size: 12px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.ie-9 .we-dont-like-ie hr {
  border-top-color: #f7e1b5;
}

.ie-9 .we-dont-like-ie .alert-link {
  color: #66512c;
}

.ie-9 .we-dont-like-ie .close {
  font-size: 1.3125em;
}

.ie-9 .hidden-ie-9 {
  display: none;
}

.ie-6 .we-dont-like-ie .ie-version:after {
  content: " 6";
}

.ie-6 .hidden-ie-6, .ie-6 .hidden-ie-7, .ie-6 .hidden-ie-8 {
  display: none;
}

.ie-7 .we-dont-like-ie .ie-version:after {
  content: " 7";
}

.ie-7 .hidden-ie-7, .ie-7 .hidden-ie-8 {
  display: none;
}

.ie-8 .we-dont-like-ie .ie-version:after {
  content: " 8";
}

.ie-8 .hidden-ie-8 {
  display: none;
}

.ie-9 .we-dont-like-ie .ie-version:after {
  content: " 9";
}

.footer-col-1-title {
  font-size: 20px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.footer-col-1-content {
  font-family: 'Roboto', sans-serif;
}

i.fa.fa-facebook {
  font-size: 40px;
  padding: 10px;
  color: #306BA0;
}

.footer-col-1-title {
  font-size: 20px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.footer-col-1-content {
  font-family: 'Roboto', sans-serif;
}

i.fa.fa-facebook {
  font-size: 19px;
  padding: 5px 0;
  color: #306BA0;
  position: absolute;
  left: -30px;
}

.home-template .RadAjaxPanel .EventsCalendar tr td span.date-time {
  display: none;
}

.footer ul {
  list-style: none;
  list-style-type: none;
  text-align: left;
}

ul.footer-col-1-content.third-col {
  /*float: left;
    margin-right: 40px;
    padding-right: 20px;*/
}

ul.footer-col-1-content.third-col {
  /*float: left;
    border-right: 1px solid #A2A2A2;*/
}

i.fa.fa-map-marker {
  position: absolute;
  left: 80px;
  color: #306BA0;
  padding: 5px 0;
}

i.fa.fa-phone {
  position: absolute;
  left: 80px;
  color: #306BA0;
  padding: 5px 0;
}

i.fa.fa-envelope-o {
  position: absolute;
  left: 360px;
  color: #306BA0;
  padding: 5px 0;
}

i.fa.fa-windows {
  position: absolute;
  left: 360px;
  color: #306BA0;
  padding: 5px 0;
}

.lower-footer ul li:first-child,
.lower-footer ul li:first-child {
  border: none;
}

a#expandMap {
  background-color: transparent;
  border-radius: 35px;
  height: 360px;
  left: 0;
  margin-left: 0;
  position: absolute;
  top: 140px;
  width: 100%;
  z-index: 2147483647;
  display: block;
}

a#expandMap:before {
  background: transparent url("../Images/map-icon.png") no-repeat scroll 0 0;
  content: " ";
  display: block;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 19px;
  width: 90px;
  opacity: 1;
}

a#expandMap:after {
  background: transparent url("../Images/map-icon.png") no-repeat scroll 0 bottom;
  content: " ";
  display: block;
  height: 90px;
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 19px;
  width: 90px;
  z-index: 3;
  opacity: 0;
}

a#expandMap:hover:before {
  opacity: 0;
}

a#expandMap:hover:after {
  opacity: 1;
}

.landing-page div#section0,
.school-template div#section0 {
  max-height: none;
  min-height: 768px;
}

.footer ul {
  list-style: none;
  list-style-type: none;
  text-align: left;
}

ul.footer-col-1-content.third-col {
  /*float: left;
    margin-right: 40px;
    padding-right: 20px;*/
}

.home-template .top-navigation ul.rmRootGroup > li.selectedPage > a,
.top-navigation ul.rmRootGroup > li.selectedPageRoot > a {
  color: #fff;
}

ul.footer-col-1-content.third-col {
  /*float: left;
    border-right: 1px solid #A2A2A2;*/
}

i.fa.fa-map-marker {
  position: absolute;
  left: -30px;
  color: #306BA0;
  padding: 5px 0;
}

.top-footer {
  padding-bottom: 35px;
}

.top-footer .row-bs {
  margin: 0;
}

i.fa.fa-phone {
  position: absolute;
  left: -30px;
  color: #306BA0;
  padding: 5px 0;
}

i.fa.fa-envelope-o {
  position: absolute;
  left: -30px;
  color: #306BA0;
  padding: 5px 0;
}

i.fa.fa-windows {
  position: absolute;
  left: -30px;
  color: #306BA0;
  padding: 5px 0;
}

.lower-footer ul li:first-child,
.lower-footer ul li:first-child {
  border: none;
}

/*.school-template header.header.fluid {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 63px;
}
.school-template header.header.fluid .smaller{
	background-color: rgba(48, 107, 160, 0.7);
	position: fixed;
}
.school-template .nav.navbar-nav.row-bs {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 0;
    z-index: 12;
}
.primary-nav .rmRootGroup .rmSlide ul.column02 {
    margin-left: 320px;
    float: left;
    min-height: 320px;
}
ul.rmVertical.rmGroup.rmLevel1.column01 {
    min-height: 320px;
    float: left;
}
.section_image {
    width: 320px;
    height: 300px;
    margin-left: 640px;
    background-color: rgba(48, 107, 160, 0.7);
    padding: 128px;
}
.school-template .RadMenu.RadMenu_None.globalmenu.primary-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    width: 100%;
    height: 159px;
    background-color: rgba(48, 107, 160, 0.7);
}
.school-template .smaller .RadMenu.RadMenu_None.globalmenu.primary-nav {
    background-color: transparent;
}
.content-template-template .smaller .RadMenu.RadMenu_None.globalmenu.primary-nav {
    background-color: transparent;
}
.content-template .RadMenu.RadMenu_None.globalmenu.primary-nav {
    text-align: center;
    position: absolute;
    width: 100%;
    top: -58px;
    width: 100%;
    height: 159px;
    background-color: rgba(48, 107, 160, 0.7);
}
.school-template .row-bs.primary-navigation.top-navigation.clear {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 0;
}
.school-template div#section0 {
    background-color: #ccc;
    max-height: none;
    min-height: 700px;
}
.school-template .home-template .home-banner,
.school-template .home-template .tier-1 {
    max-height:none;
}
.school-template .col-lg-12.branding {
	position: absolute;
	z-index: 99;
	top: 3px;
}
.school-template .search-bar.clear.open {
    top: 125px;
}
.school-template a.linkedIn {
    display: none;
}
.school-template .search-toggle a {
    background: url(../Images/searchWhite.png) no-repeat 0 9px;
    position: absolute;
    right: 0;
}
.school-template .search-bar.clear.open {
    top: 112px;
    right: 30px;
}*/
div#quicklinksTier7 {
  position: relative;
  height: auto;
}

.editmode div#quicklinksTier7 .sws-inline-content img,
div#quicklinksTier7 .sws-inline-content img {
  background-color: transparent;
}

.school-template .einstein,
.school-template .davinci,
.school-template .fermat,
.school-template .franklin {
  height: 368px;
}

/* CSS Document */
/*========================================================================
  PAGE OF CONTENTS
==========================================================================
   - FONTS
   - CSS RESETS
   - FLUENCY WORKAROUNDS
   - BASE STYLES
   - HEADER
   - CONTENT AREA CONTAINERS
   - SHARED STYLING
   - FOOTER
   - FILTERING CALENDAR PAGE
   - SCHOOL SPORTS PAGE
   - MEDIA QUERIES
*/
/*========================================================================
  FONTS
==========================================================================*/
/* DECLARE YOUR CUSTOM FONTS HERE
  - Sites you can use for fonts are: fonts.com, font squirrel etc.
  - Change the format 'EOT' to 'embedded-opentype' to avoid IE font issues
  - If there is an import url with http:// change to https:// to avoid fluency issues
*/
/*========================================================================
  CSS RESETS (http://meyerweb.com/eric/tools/css/reset/)
==========================================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

textarea, input {
  outline: none;
}

/*========================================================================
  FLUENCY WORKAROUNDS
==========================================================================*/
body > img,
.rmSlide iframe {
  display: none;
}

#fluencyAdminHeader {
  position: relative;
  z-index: 9999999;
}

#fluencyAdminHeader *,
#fluencyAdminHeader *:before,
#fluencyAdminHeader *:after,
a.previewSetting,
a.previewSetting:before,
a.previewSetting:after {
  box-sizing: content-box !important;
}

.mainPanel > #_atssh {
  top: 0;
  left: -9000px;
}

.nofeature {
  display: none;
}

/*========================================================================
  BASE STYLES
==========================================================================*/
/* Overwrite padding/margins for Bootstrap (use sparingly!)
==========================================*/
.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.no-margin-right {
  margin-right: 0;
}

/* General Classes
==========================================*/
.accessibility, #skip, .hidden {
  display: none;
}

/* Clear Fix
==========================================*/
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

/* Bold and Italic
==========================================*/
strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/* Default Anchors and Pseudo Classes
==========================================*/
a {
  color: #4d4c4c;
  text-decoration: none;
  outline: none;
}

a:link, a:visited, a:focus, a:active {
  color: #4d4c4c;
  outline: none;
}

a:hover {
  color: #888886;
  outline: none;
}

/* Outer Containers
==========================================*/
html, body, body > form {
  height: 100%;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #4d4d4d;
  background-color: #fff;
}

.content-template .mainPanel {
  height: 100%;
}

#wrapper {
  position: relative;
  max-width: 100%;
}

.fullscreen #wrapper {
  min-height: 768px;
}

.twitterscroller {
  padding: 0 20px;
}

#section1 .row-bs {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#adminNavigation .RadAjaxPanel {
  margin: 0;
}

/*========================================================================
  HEADER
==========================================================================*/
#supersized img {
  width: auto !important;
}

.home-template .top-navigation ul.rmRootGroup > li > a,
.school-template .top-navigation ul.rmRootGroup > li > a {
  color: #fff !important;
}

.school-template .smaller .top-navigation ul.rmRootGroup > li > a {
  color: #fff !important;
  transition: all 0.54s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.54s ease;
  -o-transition: all 0.54s ease;
}

footer ul.footer-col-1-content {
  display: block;
  text-align: right;
}

ul.footer-col-1-content li {
  display: inline-block;
  line-height: 1.8em;
  position: relative;
}

ul.footer-col-1-content ul.first-col,
ul.footer-col-1-content ul.second-col {
  padding-left: 32px;
}

ul.footer-col-1-content ul.first-col li {
  display: inline-block;
}

ul.footer-col-1-content ul.first-col li + li + li + li,
ul.footer-col-1-content ul.second-col li {
  display: block;
}

.accr .logo img {
  position: static;
  left: 0;
  top: 0;
  display: block;
  height: 150px;
  padding: 20px;
}

.accr .qmu img {
  height: 118px;
  padding: 20px;
}

.smaller button.navbar-toggle {
  top: 4px;
}

a.mapClose {
  position: absolute;
  right: 40px;
  top: 40px;
  background-color: #306BA0;
  padding: 5px 20px;
  color: #fff;
}

/*.logo img {
	position: absolute;
	left: 20px;
	top: 8px;
	z-index: 999999;
	height: 127px;
}
.logo p {
	float: left;
	position: absolute;
	font-size: 20px;
	padding: 21px 0 0 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #F8BA17;
	width: 193px;
	line-height: 20px;
	z-index: 99;
	left: 10%;
	top: 20px;
}
.branding a span {
	font-size: 20px;      
	color: #fff;
	z-index: 99999999999;
	position: absolute;
	width: 251px;      
	text-align: center;      
	top: 35px;       
	padding-top: 76px;      
	font-family: Georgia, Times, 'Times New Roman', serif;
}
.smaller .branding span {
    display: none;
}
.header,
.header.header-absolute {
	color: #4d4d4d;
	background-color: #306BA0;
	position: absolute;
	width: 100%;
	height: 60px;
}*/
.lower-footer-left.col-xs-6.col-sm-6.col-md-6.col-lg-12 {
  text-align: center;
  width: 100%;
}

/*========================================================================
  CONTENT AREA CONTAINERS
==========================================================================*/
.content-area {
  padding-left: 0;
  padding-right: 0;
}

.content-area-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1560px;
}

.main-right-content {
  background-color: #fff;
}

/*========================================================================
  SHARED STYLING
==========================================================================*/
/* Banner Admin (only visible in edit mode) */
.gallery-admin {
  background-color: #fff;
  position: absolute;
  left: 4.3em;
  top: 160px;
  min-height: 210px;
  min-width: 300px;
  z-index: 8;
  display: none;
  -moz-opacity: 0.00;
  -khtml-opacity: 0.00;
  opacity: 0.00;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=0;
}

body.window-load .gallery-admin {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100;
}

.gallery-admin > h2 {
  background-color: #4d4d4d;
  color: #fff;
  font-weight: normal;
  padding: 9px 20px 8px;
  position: relative;
  text-transform: uppercase;
}

.gallery-admin > h2:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #4d4d4d;
  position: absolute;
  bottom: -7px;
  left: 22px;
  margin-left: -4px;
}

.gallery-admin .galleryTitle {
  display: none;
}

.gallery-admin-content {
  padding: 28px 20px;
}

.gallery-admin div.SlideShowHolder,
.gallery-admin div.photoGalleryElement {
  float: left;
  padding: 10px 0;
  margin-left: 0;
}

.gallery-admin div.SlideShowHolder {
  margin-bottom: 0;
  float: none;
  max-width: 220px;
}

.gallery-admin div.photoGalleryElement div.thumbnail {
  margin: 0 18px 0 0;
  padding: 0;
  float: left;
  width: 90px;
}

.gallery-admin div.photoGalleryElement div.thumbnail:last-child {
  margin-right: 0;
}

.editmode .gallery-admin {
  display: block;
}

/* Background images to fill area*/
.bg-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.bg-img .featuretitle {
  display: none;
  font-size: 0.9em;
  margin: 0;
  text-transform: uppercase;
}

.editmode .bg-img .featuretitle {
  display: block;
}

.bg-img .sws-inline-content img {
  margin: 0;
  height: 100px !important;
  max-width: none !important;
  width: auto !important;
}

.col-xs-12.col-sm-12.col-md-3.col-lg-3.qlhome.ql1.bg-img,
.col-xs-12.col-sm-12.col-md-3.col-lg-3.qlhome.ql2.bg-img,
.col-xs-12.col-sm-12.col-md-3.col-lg-3.qlhome.ql3.bg-img,
.col-xs-12.col-sm-12.col-md-3.col-lg-3.qlhome.ql4.bg-img {
  min-height: 325px;
}

.ourSchools {
  text-align: center;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  background-color: #306BA0;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.editmode .bg-img {
  height: auto;
  position: relative;
}

.bg-img div.image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.section-menu li:hover {
  background-color: transparent;
}

.bx-viewport {
  -webkit-transform: translatez(0);
  overflow: visible;
  height: 600px !important;
  top: 0;
  background-color: rgba(48, 107, 160, 0.7);
}

.bg-img.grey-bg-img div.image {
  -moz-opacity: 0.35;
  -khtml-opacity: 0.35;
  opacity: 0.35;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=35;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=35);
  filter: alpha(opacity=35);
}

.grey-bg-img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.bg-img div.image img {
  display: none;
}

.lte8 .bg-img div.image img {
  display: block;
}

.lte8 .sws-inline-content .bg-img img {
  max-width: none;
  display: block;
  margin-top: 0 !important;
}

/* Quicklink Scroller */
.quicklinks-scroller-container {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1560px;
  margin: 0 auto;
}

.home-template .quicklinks-scroller-container {
  max-width: 1180px;
}

.quicklinks-scroller {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  clear: both;
  visibility: hidden;
}

.window-load .quicklinks-scroller {
  visibility: visible;
}

.quicklinks-scroller a.bx-prev,
.quicklinks-scroller a.bx-next {
  position: absolute;
  bottom: 0;
  right: 10px;
  height: 60px;
  width: 60px;
  background: url(../Images/content/arrow_buttons.png) no-repeat center -82px #464646;
  display: block;
  text-indent: -9999em;
  text-transform: capitalize;
}

.quicklinks-scroller a.bx-prev {
  right: 80px;
}

.quicklinks-scroller a.bx-next {
  background-position: center 18px;
}

.quicklinks-scroller a:hover {
  background-color: #dfdfdf;
}

.quicklinks-scroller a.bx-prev:hover {
  background-position: center -282px;
}

.quicklinks-scroller a.bx-next:hover {
  background-position: center -181px;
}

.quicklinks-scroller .blogentries .BlogTagList {
  margin: 0;
}

.quicklinks-scroller > div.blogTitle,
.quicklinks-scroller .blogentries .blogEntriesRssLinkPanel,
.quicklinks-scroller .blogentries ul li h2.blogTitle,
.quicklinks-scroller .blogentries ul li .blogDate,
.quicklinks-scroller .blogentries ul li .blogDate:before {
  display: none;
}

.editmode .content-area-inner .quicklinks-scroller > div.blogTitle,
.editmode .content-area-inner .quicklinks-scroller .blogentries .blogEntriesRssLinkPanel,
.editmode .content-area-inner .quicklinks-scroller .blogentries ul li h2.blogTitle,
.editmode .content-area-inner .quicklinks-scroller .blogentries ul li .blogDate,
.editmode .content-area-inner .quicklinks-scroller .blogentries ul li .blogDate:before,
.editmode .ui-dialog-content .quicklinks-scroller > div.blogTitle,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries .blogEntriesRssLinkPanel,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li h2.blogTitle,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li .blogDate,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li .blogDate:before,
.editmode .footer .quicklinks-scroller > div.blogTitle,
.editmode .footer .quicklinks-scroller .blogentries .blogEntriesRssLinkPanel,
.editmode .footer .quicklinks-scroller .blogentries ul li h2.blogTitle,
.editmode .footer .quicklinks-scroller .blogentries ul li .blogDate,
.editmode .footer .quicklinks-scroller .blogentries ul li .blogDate:before {
  display: block;
}

.quicklinks-scroller .blogentries ul li:first-child,
.quicklinks-scroller .blogentries ul li {
  border: none;
  margin: 0;
  padding: 0;
  height: 200px;
  overflow: hidden;
}

.editmode .content-area-inner .quicklinks-scroller .blogentries ul li:first-child,
.editmode .content-area-inner .quicklinks-scroller .blogentries ul li,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li:first-child,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li,
.editmode .footer .quicklinks-scroller .blogentries ul li:first-child,
.editmode .footer .quicklinks-scroller .blogentries ul li {
  height: auto;
}

.quicklinks-scroller .blogentries ul li .blogSummary {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.editmode .content-area-inner .quicklinks-scroller .blogentries ul li .blogSummary,
.editmode .ui-dialog-content .quicklinks-scroller .blogentries ul li .blogSummary,
.editmode .footer .quicklinks-scroller .blogentries ul li .blogSummary {
  position: relative;
  bottom: auto;
}

.quicklinks-scroller .bx-wrapper {
  padding-bottom: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

/*========================================================================
  FOOTER
==========================================================================*/
.col-xs-12.tier3.no-margin.no-padding {
  height: 500px;
}

.footer {
  color: #4d4d4c;
  position: relative;
}

.col-xs-12.tier3.no-margin.no-padding {
  height: 500px;
}

.footer-inner.footer1.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding: 50px 0 0 80px;
}

.footer-inner.footer2.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
  padding: 50px 80px 0 0;
}

.footer-inner {
  position: relative;
  margin-top: -100px;
}

.footer ul {
  list-style: none;
  list-style-type: none;
}

.footer a {
  color: #4d4d4c;
}

.footer a:hover {
  color: #888886;
  text-decoration: none;
}

/* Lower Footer */
.lower-footer {
  position: relative;
  color: #4d4d4c;
  background-position: right center;
  background-size: auto 100%;
  padding: 0 0 30px !important;
  font-size: 0.75em;
  text-transform: uppercase;
  background-color: transparent;
  width: 100%;
  text-align: center;
  margin: 0;
}

.lower-footer ul {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  width: 100%;
}

.second-col i.fa.fa-twitter {
  font-size: 19px;
  padding: 5px 0;
  color: #306BA0;
  position: absolute;
  left: -30px;
}

.lower-footer ul li {
  list-style: none;
  list-style-type: none;
  line-height: normal;
  display: block;
  padding-top: 12px;
  line-height: 1.9em;
}

.lower-footer ul li a {
  color: #4d4d4c;
}

.lower-footer ul li a:hover {
  color: #888886;
}

.lower-footer ul li.next-line {
  clear: both;
  padding-left: 0;
  margin-left: 0;
  background: none;
}

.lower-footer .lower-footer-right {
  display: none;
}

.lower-footer .lower-footer-right ul {
  float: right;
  text-align: right;
  clear: both;
}

.lower-footer .lower-footer-right ul li {
  margin-left: 6px;
}

.lower-footer .lower-footer-right ul li:first-child {
  margin-left: 0;
  padding-left: 0;
  padding-top: 35px;
  background: url(../Images/footer/dots.png) no-repeat center 15px;
}

.lower-footer .lower-footer-right ul li.footer-accreditations,
.lower-footer .lower-footer-right ul li.footer-share {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: left;
  float: left;
  margin-top: 17px;
  height: 40px;
}

.lower-footer .lower-footer-right ul li.footer-share {
  border-left: 1px solid #717170;
}

.lower-footer .lower-footer-right ul li.footer-accreditations a,
.lower-footer .lower-footer-right ul li.footer-share a {
  background: url(../Images/footer/cup.png) no-repeat center 14px #4d4d4c;
  display: block;
  text-indent: -9999em;
  height: 100%;
  width: 100%;
}

.lower-footer .lower-footer-right ul li.footer-share a {
  background: url(../Images/footer/share-icon.png) no-repeat center 14px #4d4d4c;
}

.lower-footer .lower-footer-right ul li.footer-accreditations a:hover,
.lower-footer .lower-footer-right ul li.footer-share a:hover {
  background-position: center -172px;
  background-color: #fff;
}

.lower-footer .lower-footer-right ul li.footer-share a:hover {
  background-position: center -170px;
}

.lower-footer .lower-footer-right ul li.standard-view {
  display: none;
}

/* Accessibility Popover */
.accessibility-content {
  display: none;
}

.accessibility-link .popover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  z-index: 3001;
}

/*========================================================================
  FILTERING CALENDAR PAGE
==========================================================================*/
.editmode .sws-page-filtering-calendar .CalendarSplitter,
.sws-page-filtering-calendar .CalendarSplitter,
.sws-page-filtering-calendar .CalendarSplitter .RadAjaxPanel {
  display: block !important;
}

.sws-page-filtering-calendar .RadAjaxPanel {
  display: none !important;
}

.editmode .sws-page-filtering-calendar .RadAjaxPanel {
  display: block !important;
}

/*========================================================================
  SCHOOL SPORTS PAGE
==========================================================================*/
.editmode .sws-schoolsport-desktop,
.sws-schoolsport-desktop {
  display: block !important;
}

.sws-schoolsport-mobile {
  display: none !important;
}

.editmode .sws-schoolsport-mobile {
  display: block !important;
}

/*========================================================================
  MEDIA QUERIES
==========================================================================*/
/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) and (max-width: 767px) {
  .home-template span.subject {
    bottom: 7px;
    position: relative;
    width: 100%;
    text-align: left;
    padding-top: 50px;
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif !important;
    padding-left: 10px !important;
  }
  .lower-footer .lower-footer-right ul.lower-footer-right-bottom li + li {
    background: none;
    display: block;
  }
  .home-template #section1 {
    padding-bottom: 0 !important;
  }
  .footer-inner {
    position: relative;
    margin-top: 50px;
  }
  .accr .qmu img {
    padding-left: 40px;
  }
  .accr .qmu img {
    height: 90px;
    padding-left: 60px;
    padding-top: 28px;
  }
  .footer-inner.footer1.col-xs-12.col-sm-12.col-md-6.col-lg-6 {
    padding: 50px 0 0 57px;
  }
  i.fa.fa-map-marker, i.fa.fa-phone,
  i.fa.fa-envelope-o, i.fa.fa-windows,
  i.fa.fa-facebook, i.fa.fa-twitter,
  .second-col i.fa.fa-twitter {
    left: 40px;
  }
  .footer-inner.footer2.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 50px 0 0 0;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .content-area {
    position: relative;
    z-index: 1;
  }
  .content-reversed .main-right-content {
    border-left: none;
    border-right: 1px solid #ddd;
  }
  .quicklinks-scroller-container {
    padding-top: 55px;
  }
  .home-template .quicklinks-scroller-container {
    padding-top: 30px;
  }
  .quicklinks-scroller .bx-wrapper {
    padding-right: 80px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .quicklinks-scroller a.bx-prev,
  .quicklinks-scroller a.bx-next {
    bottom: auto;
    top: 0;
    right: 0;
  }
  .quicklinks-scroller a.bx-prev {
    top: 70px;
    right: 0;
  }
  .qlhome {
    min-height: 325px;
  }
  .footer.footer-absolute {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 4443;
  }
  .editmode .footer.footer-absolute {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .lower-footer {
    padding: 0;
  }
  .lower-footer ul li {
    line-height: 15px;
    padding-top: 0;
    display: inline-block;
    border-left: 1px solid #A2A2A2;
    margin-top: 17px;
  }
  .lower-footer .lower-footer-right ul li:first-child {
    padding-right: 123px;
    padding-top: 0;
    background: none;
  }
  .lower-footer .lower-footer-right ul li:first-child a + a {
    padding-right: 25px;
    background: url(../Images/footer/dots.png) no-repeat right 1px;
  }
  .lower-footer .lower-footer-left ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .lower-footer .lower-footer-right ul li.footer-accreditations,
  .lower-footer .lower-footer-right ul li.footer-share {
    width: 60px;
    position: absolute;
    right: 60px;
    top: 0;
    float: none;
    margin-top: 0;
    height: auto;
  }
  .lower-footer .lower-footer-right ul li.footer-share {
    right: 0;
  }
  .lower-footer .lower-footer-right ul li.footer-accreditations a,
  .lower-footer .lower-footer-right ul li.footer-share a,
  .lower-footer .lower-footer-right ul li.footer-share a {
    background-position: center 23px;
  }
  .lower-footer .lower-footer-right ul li.footer-accreditations a:hover,
  .lower-footer .lower-footer-right ul li.footer-share a:hover {
    background-position: center -163px;
  }
  .lower-footer .lower-footer-right ul li.footer-share a:hover {
    background-position: center -161px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  h1.page_title {
    margin-bottom: 1.4em;
  }
  .portals-ajax {
    background-color: #4d4c4c;
    padding: 0 10px;
  }
  .navbar-nav {
    padding-top: 48px;
  }
  .navbar {
    padding: 0;
  }
  .navbar-inverse .navbar-toggle {
    height: 48px;
    width: 58px;
    margin: 0;
    right: 12px;
    top: 42px;
    position: absolute;
    z-index: 999;
  }
  .navbar-inverse .navbar-toggle:hover {
    background-color: #fff;
  }
  .navbar-inverse .navbar-toggle:focus {
    background-color: #0274b3;
  }
  .navbar-toggle .icon-bar {
    margin: 0 auto;
  }
  .navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #fff;
  }
  .top-navigation ul.rmRootGroup > li > a {
    padding: 12px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .lower-footer .lower-footer-left ul {
    padding-left: 5px;
  }
  .lower-footer .lower-footer-right ul.lower-footer-right-bottom li + li {
    display: block;
    background: none;
  }
  .lower-footer .lower-footer-left ul li:first-child span {
    display: block;
  }
}

@media (min-width: 900px) {
  .portals-ajax {
    display: block;
    margin-top: 6px;
    background: none;
    padding: 0;
  }
  .navbar .portals-ajax {
    display: none;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .branding h1.logo a {
    padding-left: 100px;
  }
  .portals-ajax .bodycontent ul li:first-child {
    padding: 0;
  }
  .portals-ajax .bodycontent ul li {
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1025px) {
  #square1 {
    width: 35%;
    height: 140px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 100px;
  }
  #square2 {
    width: 35%;
    height: 140px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 100px;
  }
  #triangle1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 140px 400px 0 0;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 35%;
    top: 0;
  }
  #triangle2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 400px 140px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    right: 35%;
  }
  #triangle3 {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 380px 130px;
    height: 0;
    width: 0;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1370px) {
  .quicklinks-scroller .bx-wrapper {
    padding-right: 0;
  }
  .quicklinks-scroller a.bx-prev,
  .quicklinks-scroller a.bx-next,
  .quicklinks-scroller a.bx-prev {
    right: -80px;
  }
  .content-template .quicklinks-scroller .bx-wrapper {
    padding-right: 80px;
    padding-left: 0;
    padding-bottom: 0;
  }
  .content-template .quicklinks-scroller a.bx-prev,
  .content-template .quicklinks-scroller a.bx-next {
    bottom: auto;
    top: 0;
    right: 0;
  }
  .content-template .quicklinks-scroller a.bx-prev {
    top: 70px;
    right: 0;
  }
}

@media all and (max-width: 1024px) {
  nav.navbar-collapse.collapse.in {
    margin-top: 0;
  }
  .lower-footer ul li.accessibility-link {
    display: none;
  }
  .lower-footer ul li.sitemap-link {
    background: none;
  }
  .lower-footer .lower-footer-left ul li + li span {
    display: none;
  }
}

@media all and (max-width: 1023px) {
  html, body {
    -webkit-text-size-adjust: none !important;
    /* To stop text resizing when turning from landscape to portrait */
  }
}

@media all and (max-width: 959px) {
  .sws-page-filtering-calendar .CalendarSplitter,
  .sws-page-filtering-calendar .CalendarSplitter .RadAjaxPanel {
    display: none !important;
  }
  .sws-page-filtering-calendar .RadAjaxPanel {
    display: block !important;
  }
  .sws-page-filtering-calendar .icalExport {
    display: none;
  }
}

@media all and (max-width: 840px) {
  .sws-schoolsport-desktop {
    display: none !important;
  }
  .sws-schoolsport-mobile {
    display: block !important;
  }
}

@media all and (max-width: 767px) {
  .main-right-content {
    min-height: 0 !important;
  }
  .lower-footer .lower-footer-right ul {
    text-align: center;
    float: none;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .school-template .einstein,
  .school-template .davinci,
  .school-template .fermat,
  .school-template .franklin {
    position: relative;
    font-size: 26px;
    height: 377px;
  }
  .footer {
    color: #4d4d4c;
    position: relative;
    top: 50px;
  }
  .accr .qmu img {
    height: 118px;
    padding-left: 0;
    padding-top: 28px;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .navbar {
    margin-bottom: 0;
    z-index: 99999999;
    text-align: center;
    margin-top: 30px;
  }
  a#prevslide, a#nextslide {
    display: none !important;
  }
  .footer-inner.footer2.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 50px 0 0 0;
  }
  .footer {
    color: #4d4d4c;
    position: relative;
  }
  a.linkedIn {
    display: none;
  }
  .content-area {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  .welcomeMsg,
  .search-toggle a {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1024px) {
  .map {
    position: relative;
    padding-top: 92px;
  }
}

@media (min-width: 1500px) {
  .logo p {
    float: left;
    position: absolute;
    font-size: 20px;
    padding: 21px 0 0 0;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #F8BA17;
    width: 284px;
    line-height: 20px;
    z-index: 99;
    left: 12%;
    top: 20px;
  }
}

@media (min-width: 0px) and (max-width: 1024px) {
  .mapBottomBorder {
    display: none;
  }
  .twitterBox div.blogTitle {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px !important;
    line-height: 48px !important;
  }
  .twitterBox div.blogTitle:after {
    content: "";
    background: url("/Templates/Images/twitterFollow.png") no-repeat 0 0;
    position: absolute;
    height: 49px !important;
    width: 68px !important;
    right: 0 !important;
    top: 30px !important;
    z-index: 999999999;
  }
}

/* ---- KD UPDATES 071015 ----*/
header.header,
header.header * {
  transition: all 0.3s ease-out;
}

header.header .rmRootGroup > li .rmSlide ul li a,
.top-navigation ul.rmRootGroup > li:hover > a,
.schoolNameBanner,
.schoolNameBanner *,
.schoolNameBanner .sws-inline-content a,
.school-template .scroll-down a,
.home-template .home-banner,
.qls1 .sws-inline-content a,
.qls3 .enquireForm .buttons input.button_text,
.qlhome .hoverText .sws-inline-content a {
  transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out, width 0.3s ease-out;
}

/*------------HEADER -----------*/
header.header {
  background-color: rgba(48, 107, 160, 0.7);
  height: 159px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.sws-admin-mode header.header {
  position: absolute;
}

header.header .branding a.logo {
  height: 127px;
  left: 20px;
  position: absolute;
  top: 13px;
  padding: 0;
}

header.header .branding a,
header.header .branding a img {
  display: block;
}

header.header .branding a.logo img {
  height: 125px;
}

header.header .branding a.linkedIn img {
  height: 31px;
}

.linkedIn {
  display: none !important;
  height: 31px;
  position: absolute;
  right: 81px;
  top: 64px;
  width: 31px;
  z-index: 55;
}

header.header .linkedIn img {
  display: block;
}

header.header .search-toggle {
  background: transparent url("../img/searchWhite.b3d8559a.png") no-repeat scroll 50% center;
  height: 48px;
  position: absolute;
  right: 20px;
  top: 56px;
  width: 50px;
  z-index: 99;
}

header.header .search-toggle a {
  display: block;
  height: 100%;
  text-indent: -9999em;
  width: 100%;
}

header.header .search-bar {
  position: absolute;
  top: 0;
  right: 0;
}

header.header .search-bar {
  position: absolute;
  top: 112px;
  right: 30px;
  border: 1px solid #fff;
  display: none;
}

header.header #search_area input.searchInput {
  background-color: #306ba0;
  border: medium none;
  color: #fff;
  cursor: text;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 0.7em;
  height: 29px;
  line-height: 29px;
  margin: 0 33px 0 0;
  padding: 0 10px;
  text-transform: uppercase;
  width: 190px;
}

header.header #search_area input.searchInput ~ input {
  background: #306ba0 url("../Images/content/arrow_rightw.png") no-repeat scroll 14px 9px;
  display: block;
  height: 29px !important;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999em;
  text-transform: capitalize;
  top: 0;
  width: 33px !important;
}

header.header nav.navbar-collapse {
  padding: 55px 140px 0 210px;
}

header.header div.nav {
  background-color: transparent;
}

header.header nav.navbar-collapse.collapse {
  margin-top: 0;
}

header.header .mobile-nav-toggle,
header.header #mobile-navigation {
  display: none;
}

header.header ul.rmRootGroup > li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
}

header.header ul.rmRootGroup {
  text-align: center;
}

header.header ul.rmRootGroup > li > a {
  display: block;
  padding: 19px 15px;
  color: #fff;
}

header.header ul.rmRootGroup > li.selectedPageRoot > a,
header.header ul.rmRootGroup > li.selectedPage > a,
header.header ul.rmRootGroup > li:hover > a {
  background-color: #f8ba17;
}

header.header .rmRootGroup .rmSlide {
  display: none;
  height: auto !important;
  position: absolute;
  top: 54px;
  left: 0;
  width: auto !important;
}

header.header .rmRootGroup li + li + li + li .rmSlide {
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  /* Safari */
  transform: translateX(-50%);
}

header.header .rmRootGroup li + li + li + li + li + li + li .rmSlide {
  right: 0;
  left: auto;
  margin: 0;
  -ms-transform: translateX(0%);
  /* IE 9 */
  /* Safari */
  transform: translateX(0%);
}

header.header .rmRootGroup > li:hover > .rmSlide {
  display: block;
}

header.header .section_menu {
  background-color: rgba(48, 107, 160, 0.9);
  width: 600px;
}

header.header .rmRootGroup > li .rmSlide ul {
  width: 300px;
  float: left;
  padding: 20px;
}

header.header .rmRootGroup > li .rmSlide ul li a {
  color: #fff !important;
  display: block;
  padding: 13px 5px 12px 7px;
  position: relative;
  text-align: left;
  font-size: 12px;
  width: auto !important;
  background-color: transparent;
}

header.header .rmRootGroup > li .rmSlide ul li.selectedPage a,
header.header .rmRootGroup > li .rmSlide ul li.selectedPageParent a,
header.header .rmRootGroup > li .rmSlide ul li a:hover {
  background-color: #f8ba17;
}

header.header #mobile-navigation {
  display: none;
  position: absolute;
  top: 159px;
  background-color: rgba(48, 107, 160, 0.9);
  width: 100%;
}

header.header #mobile-navigation ul.rmRootGroup > li {
  display: block;
  font-size: 13px;
}

header.header.smaller #mobile-navigation ul.rmRootGroup > li > a {
  display: block;
  padding: 15px;
  width: 100%;
}

/*------------ ACADEMY DETAIL HEADER -----------*/
.academy-template.detail-template header.header .rmRootGroup > li .rmSlide ul {
  float: none;
  padding: 0;
  width: auto;
}

.academy-template.detail-template header.header .rmRootGroup .rmSlide {
  display: block;
  position: static;
}

.academy-template.detail-template header.header .rmRootGroup > .level1 > .rmSlide {
  display: block !important;
  height: auto !important;
  width: auto !important;
}

/* LEVEL ONE */
.academy-template.detail-template header.header .rmRootGroup .level1,
.academy-template.detail-template header.header #mobile-navigation .rmRootGroup .level1 {
  display: none;
}

.academy-template.detail-template header.header .rmRootGroup .level1:nth-child(3),
.academy-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) {
  display: block;
}

.academy-template.detail-template header.header .rmRootGroup .level1:nth-child(3) > a,
.academy-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) > a {
  display: none;
}

/* LEVEL TWO */
.academy-template.detail-template header.header .rmLevel1 .level2,
.academy-template.detail-template header.header #mobile-navigation .rmLevel1 .level2 {
  display: none;
}

.academy-template.detail-template header.header .rmLevel1 .level2:nth-child(1),
.academy-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(1) {
  display: block;
}

.academy-template.detail-template header.header .rmLevel1 .level2:nth-child(1) > a,
.academy-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(1) > a {
  display: none;
}

.academy-template.detail-template header.header ul.rmLevel2,
.academy-template.detail-template header.header #mobile-navigation ul.rmLevel2 {
  float: none;
  padding: 0;
  text-align: center;
  width: auto;
}

/* LEVEL THREE */
.academy-template.detail-template header.header ul.rmLevel2 > li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}

.academy-template.detail-template header.header .rmLevel2 .rmSlide {
  display: none;
}

.academy-template.detail-template header.header ul.rmLevel2 > li > a {
  color: #fff;
  display: block;
  font-size: inherit;
  text-align: center;
  padding: 19px 15px;
}

.academy-template.detail-template header.header.smaller ul.rmLevel2 > li > a {
  padding: 22px 15px 21px;
}

.academy-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li {
  display: block;
  font-size: 13px;
}

.academy-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > a {
  text-align: center;
}

/* LEVEL FOUR */
.academy-template.detail-template header.header ul.rmLevel2 > li > .rmSlide {
  display: none;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 54px;
  width: auto !important;
}

.academy-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > .rmSlide {
  display: none !important;
}

.academy-template.detail-template header.header ul.rmLevel2 > li:hover > .rmSlide {
  display: block;
}

.academy-template.detail-template header.header ul.rmLevel2 > li .rmSlide ul {
  float: left;
  padding: 20px;
  width: 300px;
}

.academy-template.detail-template header.header ul.rmLevel2 > li + li + li + li > .rmSlide {
  left: 50%;
}

.academy-template.detail-template header.header ul.rmLevel2 > li + li + li + li + li + li + li > .rmSlide {
  left: auto;
}

/*------------ BROOKSIDE DETAIL HEADER -----------*/
.brookside-template.detail-template header.header .rmRootGroup > li .rmSlide ul {
  float: none;
  padding: 0;
  width: auto;
}

.brookside-template.detail-template header.header .rmRootGroup .rmSlide {
  display: block;
  position: static;
}

.brookside-template.detail-template header.header .rmRootGroup > .level1 > .rmSlide {
  display: block !important;
  height: auto !important;
  width: auto !important;
}

/* LEVEL ONE */
.brookside-template.detail-template header.header .rmRootGroup .level1,
.brookside-template.detail-template header.header #mobile-navigation .rmRootGroup .level1 {
  display: none;
}

.brookside-template.detail-template header.header .rmRootGroup .level1:nth-child(3),
.brookside-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) {
  display: block;
}

.brookside-template.detail-template header.header .rmRootGroup .level1:nth-child(3) > a,
.brookside-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) > a {
  display: none;
}

/* LEVEL TWO */
.brookside-template.detail-template header.header .rmLevel1 .level2,
.brookside-template.detail-template header.header #mobile-navigation .rmLevel1 .level2 {
  display: none;
}

.brookside-template.detail-template header.header .rmLevel1 .level2:nth-child(2),
.brookside-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(2) {
  display: block;
}

.brookside-template.detail-template header.header .rmLevel1 .level2:nth-child(2) > a,
.brookside-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(2) > a {
  display: none;
}

.brookside-template.detail-template header.header ul.rmLevel2,
.brookside-template.detail-template header.header #mobile-navigation ul.rmLevel2 {
  float: none;
  padding: 0;
  text-align: center;
  width: auto;
}

/* LEVEL THREE */
.brookside-template.detail-template header.header ul.rmLevel2 > li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}

.brookside-template.detail-template header.header .rmLevel2 .rmSlide {
  display: none;
}

.brookside-template.detail-template header.header ul.rmLevel2 > li > a {
  color: #fff;
  display: block;
  font-size: inherit;
  padding: 19px 15px;
}

.brookside-template.detail-template header.header.smaller ul.rmLevel2 > li > a {
  padding: 22px 15px 21px;
}

.brookside-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li {
  display: block;
  font-size: 13px;
}

.brookside-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > a {
  text-align: center;
}

/* LEVEL FOUR */
.brookside-template.detail-template header.header ul.rmLevel2 > li > .rmSlide {
  display: none;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 54px;
  width: auto !important;
}

.brookside-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > .rmSlide {
  display: none !important;
}

.brookside-template.detail-template header.header ul.rmLevel2 > li:hover > .rmSlide {
  display: block;
}

.brookside-template.detail-template header.header ul.rmLevel2 > li .rmSlide ul {
  float: left;
  padding: 20px;
  width: 300px;
}

.brookside-template.detail-template header.header ul.rmLevel2 > li + li + li > .rmSlide {
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  /* Safari */
  transform: translateX(-50%);
}

.brookside-template.detail-template header.header ul.rmLevel2 > li + li + li + li + li + li > .rmSlide {
  right: 0;
  left: auto;
  -ms-transform: translateX(0%);
  /* IE 9 */
  /* Safari */
  transform: translateX(0%);
}

.brookside-template.detail-template header.header ul.rmLevel2 > li + li + li + li + li + li + li > .rmSlide {
  left: auto;
}

/*------------ MAYLANDS DETAIL HEADER -----------*/
.maylands-template.detail-template header.header .rmRootGroup > li .rmSlide ul {
  float: none;
  padding: 0;
  width: auto;
}

.maylands-template.detail-template header.header .rmRootGroup .rmSlide {
  display: block;
  position: static;
}

.maylands-template.detail-template header.header .rmRootGroup > .level1 > .rmSlide {
  display: block !important;
  height: auto !important;
  width: auto !important;
}

/* LEVEL ONE */
.maylands-template.detail-template header.header .rmRootGroup .level1,
.maylands-template.detail-template header.header #mobile-navigation .rmRootGroup .level1 {
  display: none;
}

.maylands-template.detail-template header.header .rmRootGroup .level1:nth-child(3),
.maylands-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) {
  display: block;
}

.maylands-template.detail-template header.header .rmRootGroup .level1:nth-child(3) > a,
.maylands-template.detail-template header.header #mobile-navigation .rmRootGroup .level1:nth-child(3) > a {
  display: none;
}

/* LEVEL TWO */
.maylands-template.detail-template header.header .rmLevel1 .level2,
.maylands-template.detail-template header.header #mobile-navigation .rmLevel1 .level2 {
  display: none;
}

.maylands-template.detail-template header.header .rmLevel1 .level2:nth-child(3),
.maylands-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(3) {
  display: block;
}

.maylands-template.detail-template header.header .rmLevel1 .level2:nth-child(3) > a,
.maylands-template.detail-template header.header #mobile-navigation .rmLevel1 .level2:nth-child(3) > a {
  display: none;
}

.maylands-template.detail-template header.header ul.rmLevel2,
.maylands-template.detail-template header.header #mobile-navigation ul.rmLevel2 {
  float: none;
  padding: 0;
  text-align: center;
  width: auto;
}

/* LEVEL THREE */
.maylands-template.detail-template header.header ul.rmLevel2 > li {
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 16px;
  position: relative;
  text-transform: uppercase;
}

.maylands-template.detail-template header.header .rmLevel2 .rmSlide {
  display: none;
}

.maylands-template.detail-template header.header ul.rmLevel2 > li > a {
  color: #fff;
  display: block;
  font-size: inherit;
  padding: 19px 15px;
}

.maylands-template.detail-template header.header.smaller ul.rmLevel2 > li > a {
  padding: 22px 15px 21px;
}

.maylands-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li {
  display: block;
  font-size: 13px;
}

.maylands-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > a {
  text-align: center;
}

/* LEVEL FOUR */
.maylands-template.detail-template header.header ul.rmLevel2 > li > .rmSlide {
  display: none;
  height: auto !important;
  left: 0;
  position: absolute;
  top: 54px;
  width: auto !important;
}

.maylands-template.detail-template header.header #mobile-navigation ul.rmLevel2 > li > .rmSlide {
  display: none !important;
}

.maylands-template.detail-template header.header ul.rmLevel2 > li:hover > .rmSlide {
  display: block;
}

.maylands-template.detail-template header.header ul.rmLevel2 > li .rmSlide ul {
  float: left;
  padding: 20px;
  width: 300px;
}

.maylands-template.detail-template header.header ul.rmLevel2 > li + li + li > .rmSlide {
  left: 50%;
  -ms-transform: translateX(-50%);
  /* IE 9 */
  /* Safari */
  transform: translateX(-50%);
}

.maylands-template.detail-template header.header ul.rmLevel2 > li + li + li + li + li + li > .rmSlide {
  right: 0;
  left: auto;
  -ms-transform: translateX(0%);
  /* IE 9 */
  /* Safari */
  transform: translateX(0%);
}

.maylands-template.detail-template header.header ul.rmLevel2 > li + li + li + li + li + li + li > .rmSlide {
  left: auto;
}

/*------------BANNER-----------*/
.home-template .home-banner {
  opacity: 0;
}

.home-template .window-load .home-banner {
  opacity: 1;
}

.schoolNameBanner {
  height: 230px;
  margin-top: -80px;
  left: 50%;
  margin-left: -300px;
  position: absolute;
  top: 50%;
  width: 600px;
  z-index: 99;
  text-align: center;
  opacity: 0;
}

.window-load .schoolNameBanner {
  opacity: 1;
}

.schoolNameBanner .sws-inline-content p {
  font-size: 60px;
  line-height: 1.6em;
  color: #fff;
  font-family: Georgia, Times, 'Times New Roman', serif;
}

.schoolNameBanner .sws-inline-content a {
  background-color: #ffbe0f;
  color: #fff !important;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  display: inline-block;
}

.schoolNameBanner .sws-inline-content a:hover {
  background-color: #306ba0;
}

.landing-page #section1 {
  padding-bottom: 70px;
}

@media (min-width: 1348px) {
  #mobile-navigation {
    display: none !important;
  }
}

.welcomeMsg h1 {
  background: transparent url("/Templates/Images/hrLogo.png") no-repeat 50% bottom;
}

#section1 {
  position: relative;
  z-index: 99999999;
}

.qlhome {
  min-height: 325px;
  padding: 0;
}

.qlhome .row-bs,
.qlhome .row-bs > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.qlhome .emblem {
  bottom: -38px;
  display: block;
  left: 50%;
  margin-left: -130px;
  position: absolute;
  z-index: 9;
}

.qlhome .school-title {
  color: #306ba0;
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: 20px;
  left: 50%;
  line-height: 1.3em;
  margin-left: -131px;
  position: absolute;
  text-align: center;
  top: 358px;
  width: 262px;
  z-index: 10;
}

.qlhome .hoverText .sws-inline-content a {
  text-decoration: none;
}

.qlhome .hoverText .sws-inline-content a:last-child {
  background-color: rgba(48, 107, 160, 0.8);
  color: #fff !important;
  font-family: "Montserrat",sans-serif;
  font-size: 22px;
  height: 100%;
  left: 0;
  padding: 89px 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 3;
  opacity: 0;
}

.qlhome:hover .hoverText .sws-inline-content a:last-child {
  opacity: 1;
}

.qlhome .hoverText .sws-inline-content a:last-child:before {
  background-color: #f8ba17;
  content: "";
  height: 8px;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: 128px;
  width: 100px;
}

.sws-edit-mode .qlhome .row-bs,
.sws-edit-mode .qlhome .row-bs > a {
  height: auto;
  left: 0;
  position: static;
  top: 0;
  width: auto;
}

.sws-edit-mode .qlhome .sws-inline-content img {
  width: 100% !important;
}

.sws-edit-mode .qlhome .school-title,
.sws-edit-mode .qlhome .emblem {
  display: none;
}

@media (max-width: 1347px) {
  header.header nav.navbar-collapse {
    display: none;
  }
  header.header div.mobile-nav-toggle {
    display: block;
  }
  header.header div.mobile-nav-toggle {
    background-color: #306ba0;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    height: 31px;
    margin: 0;
    position: absolute;
    right: 135px;
    top: 64px;
    width: 41px;
    z-index: 999;
  }
  header.header div.mobile-nav-toggle .icon-bar {
    background-color: #fbbd10;
    display: block;
    height: 3px;
    margin: 7px auto 0;
    width: 20px;
  }
  header.header div.mobile-nav-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  header.header div.mobile-nav-toggle:hover {
    background-color: #ffbe0f;
  }
  header.header div.mobile-nav-toggle:hover .icon-bar {
    background-color: #fff;
  }
}

.footer2 .footer-col-1-content a,
.footer2 .footer-col-1-content img {
  display: inline-block;
}

@media (max-width: 1175px) {
  .footer2 ul.footer-col-1-content li {
    display: block !important;
    text-align: center !important;
  }
  .footer-inner.footer2.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 0 !important;
  }
}

@media (min-width: 1200px) {
  .footer-inner {
    margin-top: -50px;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  #quicklinksTier4 > div.qls3 {
    width: 100%;
  }
  #quicklinksTier4 > div.qls4 {
    float: none;
    clear: both;
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .footer-inner {
    margin-top: -50px;
  }
}

@media (max-width: 1024px) {
  .footer-inner {
    margin-top: 0;
  }
  #expandMap {
    display: none;
  }
}

@media (max-width: 1500px) {
  .qlhome .school-title {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .schoolNameBanner {
    height: 170px;
    margin-top: -80px;
  }
  .schoolNameBanner .sws-inline-content p {
    font-size: 48px;
    margin-bottom: 0.5em;
  }
  .qlhome .emblem {
    display: none;
  }
  .qlhome .school-title {
    background-color: #f8ba17;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    margin: 0;
    padding: 14px;
    position: absolute;
    top: auto;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .landing-page #section1 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 767px) {
  .landing-page div#section0,
  .school-template div#section0 {
    max-height: 360px;
    min-height: 0;
    height: 360px !important;
  }
  .schoolNameBanner {
    display: none;
  }
  .footer-inner.footer1.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding: 0 20px;
  }
  .footer-inner.footer1.col-xs-12.col-sm-6.col-md-6.col-lg-6 {
    padding-top: 50px;
  }
  .footer-inner {
    margin-top: 0;
  }
  .footer-col-1-title,
  ul.footer-col-1-content ul.first-col,
  ul.footer-col-1-content ul.second-col {
    text-align: center;
  }
  ul.footer-col-1-content ul.first-col,
  ul.footer-col-1-content ul.second-col {
    padding-left: 0;
    text-align: center;
  }
  i.fa.fa-map-marker,
  i.fa.fa-phone,
  i.fa.fa-envelope-o,
  i.fa.fa-windows,
  i.fa.fa-facebook,
  .second-col i.fa.fa-twitter {
    position: static;
    padding-right: 20px;
  }
}

@media (max-width: 480px) {
  header.header .branding a.logo {
    top: 30px;
  }
  header.header .branding a.logo,
  header.header .branding a.logo img {
    height: 70px;
  }
  header.header {
    height: 129px;
  }
  .school-template div#section0 {
    max-height: 280px;
    min-height: 0;
  }
  header.header div.mobile-nav-toggle,
  header.header .linkedIn {
    top: 50px;
  }
  header.header .search-toggle {
    top: 42px;
    right: 20px;
  }
  header.header #mobile-navigation {
    top: 129px;
    display: none;
  }
}

header.header.smaller {
  height: 59px;
}

header.header.smaller #mobile-navigation {
  top: 59px;
}

header.header.smaller .branding a.logo {
  top: 6px;
  height: 47px;
}

header.header.smaller .branding a.logo img {
  height: 47px;
}

header.header.smaller nav.navbar-collapse {
  padding-top: 0;
}

header.header.smaller .linkedIn {
  top: 16px;
}

header.header.smaller .branding a.linkedIn img {
  height: 25px;
}

header.header.smaller ul.rmRootGroup > li > a {
  padding: 22px 15px 21px;
}

header.header.smaller .search-toggle {
  top: 5px;
  padding: 22px 15px 21px;
}

header.header.smaller .rmRootGroup .rmSlide {
  top: 59px;
}

header.header.smaller .search-bar {
  top: 60px;
}

header.header.smaller div.mobile-nav-toggle {
  top: 13px;
}

header.header.smaller #mobile-navigation ul.rmRootGroup > li > a {
  display: block;
  padding: 15px;
}

/*.linkedIn {
	display: none !important;
}
.landing-page .linkedIn {
	display: block !important;
}*/
.content-template .linkedIn {
  display: none !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 50% !important;
  left: 25%;
}

/* CSS Document */
/*========================================================================
  CONTENTS
==========================================================================
   - CONTENT PAGE
/*

/*========================================================================
  CONTENT PAGE
==========================================================================*/
.content-template a#nextslide,
.content-template a#prevslide,
.content-template a.linkedIn {
  display: none;
}

.content-area-inner {
  max-width: none;
}

.content-template .footer-inner {
  margin-top: 0;
}

.content-template div#section0 {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0;
  min-height: 550px;
}

.section-menu.clear {
  background-color: #fff;
  margin: 10px 9px;
  color: #fff;
  position: rel;
  border: none;
}

.section-menu span.page_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #5989B3;
  display: block;
  position: relative;
  padding-bottom: 15px;
}

.section-menu span.page_title:after {
  content: "";
  position: absolute;
  background-color: #FEBE10;
  height: 5px;
  width: 60px;
  bottom: 0;
  left: 0;
}

.section-menu .selectedPage span.rmText {
  color: #8F7F7F;
}

.section-menu ul.rmRootGroup.rmHorizontal li a {
  color: #807F7F;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  font-family: 'Open Sans', sans-serif;
}

.content-template .smaller .RadMenu.RadMenu_None.globalmenu.primary-nav {
  background-color: transparent;
  top: -128px;
}

span.page_title {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  padding-bottom: 40px;
  display: block;
  color: #5989B3;
}

.content-template .smaller .nav.navbar-nav.row-bs a,
.school-template .smaller .nav.navbar-nav.row-bs a {
  color: #fff;
}

.section-menu ul.rmRootGroup.rmHorizontal li.selectedPage a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

.content-template section.content-area.container-fluid.clear {
  background-color: #5989B3;
  border-bottom: 10px solid #FEBE10;
}

.content-template .footer {
  border-top: 10px solid #5989B3;
  padding-top: 0 !important;
  top: 0 !important;
}

.content-template .nav.navbar-nav.row-bs {
  margin: 0;
  background-color: transparent;
  border: none;
  color: #000;
}

h1.page_title {
  color: #4d4d4d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  padding: 0;
  font-size: 1.8em;
}

#breadcrumb_trail {
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
  color: #888886;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-family: 'Open Sans', sans-serif;
}

span#cm_ctl00_bc4_bc4RepeaterBreadCrumb_thisPage {
  background-color: #FEBE10;
}

.detail_template #breadcrumb_trail {
  display: none;
}

#breadcrumb_trail_copy {
  padding: 12px 15px 0 15px;
}

#breadcrumb_trail .breadCrumb {
  color: #888886;
  position: relative;
  overflow: hidden;
  font-size: 0.9em;
}

#breadcrumb_trail_copy a,
#breadcrumb_trail_copy span {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  padding-right: 18px;
  padding-left: 0;
  display: block;
  background: url("../img/breadcrumb-divide1.ea2b5556.png") no-repeat right 2px;
}

#breadcrumb_trail_copy span {
  color: #4c4c4b;
  margin-right: 0;
  padding-right: 0;
  background: none;
  font-family: 'Open Sans', sans-serif;
}

#breadcrumb_trail_copy a,
#breadcrumb_trail_copy a:hover {
  color: #888886;
}

.section-menu {
  font-size: 0.95em;
  padding: 20px 0;
  background-position: 0 0;
  background-size: 100% auto;
  border-top: 1px solid #ddd;
  background-color: #f0f0f0;
}

.section-menu div.featuretitle {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #747474;
  margin-bottom: 0.6em;
  font-size: 1.25em;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-top: 30px;
  margin-right: 15px;
  margin-left: 15px;
}

.section-menu ul li .rmSlide {
  display: block !important;
  height: auto !important;
  position: static;
  overflow: visible !important;
  visibility: visible !important;
  width: auto !important;
}

.section-menu ul li a {
  display: block;
  width: auto !important;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}

.section-nav {
  font-size: 0.9em;
}

.section-menu ul > li.level2 > a {
  padding: 0 15px 0 15px;
  line-height: 1.3em;
  color: #3a3a3a;
}

.section-menu ul > li.level2 > a:hover {
  color: #3a3a3a;
  background-color: #fff;
}

.section-menu ul > li.level2.selectedPagePath > a,
.section-menu ul > li.level2.selectedPageParent > a {
  margin-right: -1px;
  color: #3a3a3a;
  background-color: #fff;
}

.content-reversed .section-menu ul > li.level2.selectedPagePath > a,
.section-menu ul > li.level2.selectedPageParent > a {
  margin-right: 0;
  margin-left: -1px;
}

.section-menu ul > li.level2.selectedPage > a {
  color: #3a3a3a;
  background-color: #fff;
  margin-right: -1px;
}

.section-menu ul > li.level2 > a > span {
  padding: 16px 0;
  display: block;
}

.section-menu ul > li.level3.rmFirst {
  padding-top: 5px;
}

.section-menu ul > li.level3.rmLast {
  padding-bottom: 15px;
}

.section-menu ul > li.level3 > a {
  line-height: 1.4em;
  padding: 8px 10px 8px 35px;
  color: #3a3a3a;
  text-transform: none;
  margin: 0 5px;
}

.section-menu ul > li.level3 a:hover {
  background-color: #fff;
  background-position: -17px -17px;
  color: #3a3a3a;
}

.section-menu ul > li.level3.selectedPagePath > a {
  background-color: #fff;
}

.section-menu ul > li.level3.selectedPage > a {
  color: #3a3a3a;
  background-color: #fff;
}

.section-menu ul > li.level4 {
  padding: 8px 10px 8px 45px;
}

.section-menu ul > li.level4.rmFirst {
  padding-top: 13px;
}

.section-menu ul > li.level4 > a {
  color: #888886;
  text-transform: none;
}

.section-menu ul > li.level4 > a:hover {
  color: #bbb;
  background-color: transparent;
}

.section-menu ul > li.level4.selectedPageParent > a,
.section-menu ul > li.level4.selectedPage > a {
  color: #888886;
  font-style: italic;
}

.section-menu ul > li.level4.selectedPageParent > a:hover,
.section-menu ul > li.level4.selectedPage > a:hover {
  color: #888886;
}

.main-content {
  padding-bottom: 20px;
  border: none;
}

.one-col .main-content {
  width: 100%;
}

.text-copy {
  font-size: 0.95em;
  background-color: #fff;
  padding: 35px 0 0 0;
}

.one-col .right-column {
  display: none;
}

.featured-content {
  font-size: 0.95em;
  padding: 0 0 60px 0;
}

.featured-content .featuretitle:first-child {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  margin: 0 0 2em 0;
  display: none;
}

.footer-social {
  padding: 0;
  border-top: 1px solid #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f0f0f0;
}

.footer-social ul li {
  float: left;
  border-right: 1px solid #ddd;
  width: 40px;
  height: 40px;
}

.footer-social ul li + li + li + li + li {
  font-family: Georgia, "Times New Roman", Times, serif;
  float: right;
  border-left: 1px solid #ddd;
  border-right: none;
  width: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 12px;
  display: none;
}

.footer-social ul li + li + li + li + li span {
  background: url(../Images/content/share-icon.png) no-repeat 0 0;
  padding-left: 30px;
  display: block;
}

.footer-social ul li a {
  background: url(../Images/content/social-icons.png) no-repeat 15px center;
  display: block;
  text-indent: -9999em;
  width: 100%;
  height: 100%;
}

.footer-social ul li.footer-twitter a {
  background-position: -23px center;
}

.footer-social ul li.footer-googleplus a {
  background-position: -61px center;
}

.footer-social ul li.footer-linkedin a {
  background-position: -104px center;
}

.footer-social ul li a:hover {
  background-color: #fff;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .content-template .navbar-inverse .navbar-toggle {
    height: 48px;
    width: 58px;
    margin: 0;
    right: 12px;
    top: -83px;
    position: absolute;
    z-index: 999;
  }
}

.no-banner #banner {
  display: none;
}

/*========================================================================
  MEDIA QUERIES
==========================================================================*/
/* Extra small devices (phones, less than 768px) */
@media (min-width: 0px) and (max-width: 767px) {
  .section-menu {
    min-height: 0 !important;
    margin-bottom: 20px;
  }
}

@media (min-width: 480px) {
  .footer-social ul li + li + li + li + li {
    display: block;
  }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .text-copy {
    padding: 45px 30px;
  }
  .featured-content {
    padding: 0 30px 60px 30px;
  }
  #breadcrumb_trail_copy {
    padding: 15px 15px 0 15px;
  }
  #breadcrumb_trail .breadCrumb {
    font-size: 1.1em;
    padding-left: 30px;
  }
  #breadcrumb_trail_copy a,
  #breadcrumb_trail_copy span {
    margin-right: 25px;
    margin-bottom: 17px;
    padding-right: 35px;
    background-position: right 5px;
  }
  .section-menu {
    border-top: none;
    padding: 20px 0 41px 0;
  }
  .content-wide .section-menu {
    border-top: 1px solid #ddd;
  }
  .section-menu ul > li.level2 > a {
    padding: 0 40px 0 40px;
  }
  .section-menu ul > li.level3 > a {
    background-position: 8px -17px;
  }
  .section-menu ul > li.level3 a:hover {
    background-position: 8px -17px;
  }
  .section-menu ul > li.level4 {
    padding: 8px 40px 8px 70px;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .content-wide .section-menu {
    border-top: none;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .content-reversed .right-column {
    border-left: none;
    border-right: 1px solid #ddd;
  }
  .featured-content {
    padding: 45px 30px;
  }
}

@media all and (max-width: 1199px) {
  .right-column {
    min-height: 0 !important;
  }
}

@media (max-width: 767px) {
  .text-copy {
    padding-top: 25px;
  }
  .main-content {
    padding-bottom: 40px;
  }
  .content-template div#section0 {
    max-height: 360px;
    min-height: 100%;
  }
}

/* CSS Document */
/* 
SWS FEATURES BASE STYLING
VERSION: 1.0
RELEASE: 24/12/2014
NOTES:
- awaiting print and high vis styles
- filtering calendar needs further styling/theme
- requires IE 8 browser compatibility checks
*/
/*=============================================================================
  THEME
===============================================================================*/
#theme {
  /* BASE
------------------------------------------------------------------------------*/
  /*THEME-BASE-FONT-SIZE*/
  font-size: 14px;
  /*THEME-BASE-LINE-HEIGHT*/
  line-height: 1.8em;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  /* FONTS
------------------------------------------------------------------------------*/
  /*THEME-FONT-BODY-COPY*/
  font-family: Arial, Helvetica, sans-serif;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  /*THEME-FONT-FEATURE-TITLE-H1-H2*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: normal;
  /*THEME-FONT-H3*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.45em;
  line-height: 1.8em;
  font-weight: normal;
  /*THEME-FONT-H4*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: normal;
  font-style: italic;
  /*THEME-FONT-H5*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  /*THEME-FONT-H6*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
  /*THEME-FONT-INTRODUCTION-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  /*THEME-FONT-QUOTATION*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.6em;
  /*THEME-FONT-QUOTATION-MARKS*/
  font-family: "Times New Roman",Times,Georgia,serif;
  font-size: 3em;
  line-height: 1px;
  font-weight: bold;
  font-style: normal;
  /*THEME-FONT-SMALL-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  /* COLOR
------------------------------------------------------------------------------*/
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
  /*THEME-COLOR-ANCHOR-LINK*/
  color: #4d4c4c;
  /*THEME-COLOR-ANCHOR-VISITED*/
  color: #4d4c4c;
  /*THEME-COLOR-ANCHOR-HOVER*/
  color: #888886;
  /*THEME-COLOR-ANCHOR-ACTIVE*/
  color: #4d4c4c;
  /*THEME-COLOR-BORDER-FOCUS*/
  border-color: #EE0000;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
  /*THEME-COLOR-DARK-BACKGROUND-TWO-HOVER*/
  background-color: #ffffff;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-COLOR-LIGHT-BACKGROUND-TWO*/
  background-color: #2e4b61;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
  /* GRAPHICS
------------------------------------------------------------------------------*/
  /*THEME-GRAPHICS-DARK-BACKGROUND-STANDARD-BORDER*/
  border-color: #4d4d4d;
  /*THEME-GRAPHICS-DARK-BACKGROUND-TWO-BORDER*/
  border-color: #ffffff;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
  /*THEME-GRAPHICS-HR-BORDER*/
  border-bottom: 4px double #cccccc;
  /*THEME-GRAPHICS-HR-MARGINS*/
  margin: 2.1em 0;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
}

/*=============================================================================
  CLEARFIX
===============================================================================*/
.sws-clear:before,
.sws-clear:after {
  content: " ";
  display: table;
}

.sws-clear:after {
  clear: both;
}

/*=============================================================================
  BOX-SIZING
===============================================================================*/
.sws-inline-content,
.sws-inline-content *,
.sws-inline-content *:before,
.sws-inline-content *:after,
.blogentries,
.blogentries *,
.blogentries *:before,
.blogentries *:after,
.blog,
.blog *,
.blog *:before,
.blog *:after,
.SlideShowHolder,
.SlideShowHolder *,
.SlideShowHolder *:before,
.SlideShowHolder *:after,
.photoGalleryElement,
.photoGalleryElement *,
.photoGalleryElement *:before,
.photoGalleryElement *:after,
.CalendarSplitter,
.CalendarSplitter *,
.CalendarSplitter *:before,
.CalendarSplitter *:after,
.RadAjaxPanel,
.RadAjaxPanel *,
.RadAjaxPanel *:before,
.RadAjaxPanel *:after,
.enquireForm,
.enquireForm *,
.enquireForm *:before,
.enquireForm *:after,
.fluency_login,
.fluency_login *,
.fluency_login *:before,
.fluency_login *:after,
.fluency_logout,
.fluency_logout *,
.fluency_logout *:before,
.fluency_logout *:after,
#SiteMap,
#SiteMap *,
#SiteMap *:before,
#SiteMap *:after,
#SearchResults,
#SearchResults *,
#SearchResults *:before,
#SearchResults *:after {
  box-sizing: border-box;
}

/*=============================================================================
 BODY COPY
===============================================================================*/
.featureTitle,
.blogTitle,
.galleryTitle,
.calendarTitle,
.sws-inline-content,
.bodycontent,
.blogentries,
.SlideShowHolder,
.photoGalleryElement,
.CalendarSplitter,
.RadAjaxPanel,
.enquireForm,
.fluency_logout,
.fluency_login,
.blog,
.CalendarEvents,
#SiteMap,
#SearchResults {
  /*THEME-BASE-FONT-SIZE*/
  font-size: 14px;
  /*THEME-BASE-LINE-HEIGHT*/
  line-height: 1.8em;
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
  /*THEME-FONT-BODY-COPY*/
  font-family: Arial, Helvetica, sans-serif;
}

/*=============================================================================
  LINKS
===============================================================================*/
.sws-inline-content a,
.sws-inline-content ul.sws-download-list li a,
.blogentries a,
.blogentries .fluency-cloud span,
.blog a,
.CalendarSplitter a,
.RadAjaxPanel a,
#SiteMap ul li a,
#SearchResults a {
  text-decoration: none;
  outline: none;
}

.sws-inline-content a {
  text-decoration: underline;
}

.sws-inline-content a:link,
.sws-inline-content ul.sws-download-list li a:link,
.blogentries a:link,
.blogentries .fluency-cloud span,
.blog a:link,
.CalendarSplitter a:link,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a:link,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover a:link,
.RadAjaxPanel a:link,
#SiteMap ul li a:link,
#SearchResults a:link {
  /*THEME-COLOR-ANCHOR-LINK*/
  color: #4d4c4c;
}

.sws-inline-content a:visited,
.sws-inline-content ul.sws-download-list li a:visited,
.blogentries a:visited,
.blog a:visited,
.CalendarSplitter a:visited,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a:visited,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover a:visited,
.RadAjaxPanel a:visited,
#SiteMap ul li a:visited,
#SearchResults a:visited {
  /*THEME-COLOR-ANCHOR-VISITED*/
  color: #4d4c4c;
}

.sws-inline-content a:hover,
.sws-inline-content ul.sws-download-list li a:hover,
.blogentries .fluency-cloud span:hover,
.blogentries a:hover,
.blog a:hover,
.CalendarSplitter a:hover,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a:hover,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover a:hover,
.RadAjaxPanel a:hover,
#SiteMap ul li a:hover,
#SearchResults a:hover {
  text-decoration: none;
  /*THEME-COLOR-ANCHOR-HOVER*/
  color: #888886;
}

.sws-inline-content a:active,
.sws-inline-content ul.sws-download-list li a:active,
.blogentries a:active,
.blog a:active,
.CalendarSplitter a:active,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a:active,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover a:active,
.RadAjaxPanel a:active,
#SiteMap ul li a:active,
#SearchResults a:active {
  /*THEME-COLOR-ANCHOR-ACTIVE*/
  color: #4d4c4c;
}

/*=============================================================================
  CSS3 TRANSITIONS
===============================================================================*/
.sws-inline-content a,
.sws-inline-content a *,
.sws-inline-content a:before,
.sws-inline-content a:after,
.sws-inline-content table.sws-accordion-tabs tr th,
.blogentries a,
.blogentries a *,
.blogentries a:before,
.blogentries a:after,
.blogentries ul.sws-tags li,
.blogentries ul.sws-tags li *,
.blogentries ul.sws-tags li:before,
.blogentries ul.sws-tags li:after,
.blog a,
.blog input,
.photoGalleryElement a,
.photoGalleryElement a *,
.photoGalleryElement a:before,
.photoGalleryElement a:after,
.RadAjaxPanel a,
.RadAjaxPanel a *,
.RadAjaxPanel a:before,
.RadAjaxPanel a:after,
.fluency_login input,
.fluency_login input *,
.fluency_logout a,
.fluency_logout a *,
.fluency_logout a:before,
.fluency_logout a:after,
#SiteMap a,
#SiteMap a *,
#SiteMap a:before,
#SiteMap a:after {
  transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

/*=============================================================================
  REMOVE FIRST TOP MARGIN
===============================================================================*/
body .featuretitle:first-child,
body .sws-inline-content:first-child div.sws-introduction,
body .sws-inline-content:first-child > p:first-child,
body .sws-inline-content:first-child > h1:first-child,
body .sws-inline-content:first-child > h2:first-child,
body .sws-inline-content:first-child > h3:first-child,
body .sws-inline-content:first-child > h4:first-child,
body .sws-inline-content:first-child > h5:first-child,
body .sws-inline-content:first-child > h6:first-child,
body .sws-inline-content:first-child > img:first-child,
body .sws-inline-content:first-child > div.sws-hr:first-child,
body .sws-inline-content:first-child blockquote.sws-blockquote:first-child,
body .sws-inline-content:first-child > .sws-responsive-table:first-child,
body .sws-inline-content:first-child > table:first-child,
body .sws-inline-content:first-child > table.sws-layout-table:first-child,
body .sws-inline-content:first-child > ol:first-child,
body .sws-inline-content:first-child > ul:first-child,
body .sws-inline-content:first-child > a.sws-webpage-link,
body .sws-inline-content:first-child > a.sws-document-link body .sws-inline-content:first-child > iframe:first-child,
body .sws-inline-content:first-child > canvas:first-child,
body .sws-inline-content:first-child > embed:first-child,
body .sws-inline-content:first-child > object:first-child {
  margin-top: 0;
}

/*=============================================================================
  FEATURE TITLES
===============================================================================*/
.featuretitle,
div.blogTitle,
.galleryTitle,
.calendarTitle,
.form_description h2 {
  display: block;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-FEATURE-TITLE-H1-H2*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: normal;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
  font-family: 'Roboto', sans-serif;
}

/*=============================================================================
  TEXT FEATURE
===============================================================================*/
/* SUB-HEADINGS
------------------------------------------------------------------------------*/
.sws-inline-content h1,
.sws-inline-content h2 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-FEATURE-TITLE-H1-H2*/
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: normal;
  /*THEME-COLOR-STANDARD*/
  color: #5989B3;
  font-family: 'Roboto', sans-serif;
}

.sws-inline-content h3 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H3*/
  /* font-family:Georgia, "Times New Roman", Times, serif; */
  font-size: 1.45em;
  line-height: 1.8em;
  color: #5989B3;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

.sws-inline-content h4 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H4*/
  /* font-family:Arial, Helvetica, sans-serif; */
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  color: #5989B3;
}

.sws-inline-content h5 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H5*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
}

.sws-inline-content h6 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H6*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: italic;
}

.welcomeMsg .sws-inline-content a {
  text-decoration: none;
}

.welcomeMsg .sws-inline-content a:hover {
  background-color: #306ba0;
}

/* PARAGRAPHS
------------------------------------------------------------------------------*/
.sws-inline-content p {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  font-family: 'Roboto', sans-serif;
}

.sws-inline-content em, .sws-inline-content i {
  font-style: italic;
}

.sws-inline-content strong, .sws-inline-content b {
  font-weight: bold;
}

/* INTRODUCTION
------------------------------------------------------------------------------*/
.sws-inline-content div.sws-introduction {
  /*THEME-FONT-INTRODUCTION-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.9em 0 1.2em 0;
  color: #4d4d4d;
}

.sws-inline-content div.sws-introduction p:first-child {
  margin-top: 0;
}

/* IMAGES
------------------------------------------------------------------------------*/
.qlhome .sws-inline-content img {
  display: block;
  max-width: 100%;
  height: auto !important;
  padding: 0;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.editmode .sws-inline-content img {
  background: url("../Images/placeholders/image-label.png") no-repeat 50% 50%;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.sws-inline-content img.sws-inline-image {
  display: inline;
  margin: 0;
}

/* FLOATED IMAGES
------------------------------------------------------------------------------*/
.sws-inline-content .sws-float-left {
  float: left;
  padding: 0.5em 2.3em 1.3em 0;
  margin: 0;
}

.sws-inline-content .sws-float-right {
  float: right;
  padding: 0.5em 0 1.3em 2.3em;
  margin: 0;
}

.sws-inline-content .sws-float-left img,
.sws-inline-content .sws-float-right img {
  margin: 0;
}

/* RESPONSIVE - IF <= 480PX */
.sws-inline-content.sws-feature-480 .sws-float-left,
.sws-inline-content.sws-feature-480 .sws-float-right {
  float: none;
  padding: 0;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

.sws-inline-content.sws-feature-480 .sws-float-left img,
.sws-inline-content.sws-feature-480 .sws-float-right img {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-left: auto;
  margin-right: auto;
}

/* BLOCKQUOTE
------------------------------------------------------------------------------*/
.sws-inline-content blockquote.sws-blockquote {
  padding: 1.1em 1.1em 1.1em 3.6em;
  position: relative;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  /*THEME-FONT-QUOTATION*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.1em;
  line-height: 1.6em;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
}

.sws-inline-content blockquote.sws-blockquote > p:first-child {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.sws-inline-content blockquote.sws-blockquote:before {
  content: "\“";
  display: inline;
  left: 0.4em;
  position: absolute;
  top: 0.8em;
  /*THEME-FONT-QUOTATION-MARKS*/
  font-family: "Times New Roman",Times,Georgia,serif;
  font-size: 3em;
  line-height: 1px;
  font-weight: bold;
  font-style: normal;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
}

.sws-inline-content blockquote.sws-blockquote p:after {
  display: none;
}

.sws-inline-content blockquote.sws-blockquote cite {
  display: block;
  margin: 0.7em 0 0;
  text-transform: none;
  font-size: 0.85em;
  /*THEME-FONT-SMALL-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

/* INSERT BLOCKQUOTE - OPTIONAL DEFAULT LAYOUT
------------------------------------------------------------------------------*/
/* HORIZONTAL RULE
------------------------------------------------------------------------------*/
.sws-inline-content div.sws-hr {
  height: 4px;
  width: 100%;
  /*THEME-GRAPHICS-HR-BORDER*/
  border-bottom: 4px double #cccccc;
  /*THEME-BASE-HR-MARGINS*/
  margin: 2.1em 0;
}

.sws-inline-content div.sws-hr * {
  display: none !important;
}

/* STYLED TABLE
------------------------------------------------------------------------------*/
.sws-inline-content .sws-responsive-table {
  overflow-x: auto;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.sws-inline-content .sws-responsive-table > table {
  margin: 0;
}

.sws-inline-content table {
  border-collapse: collapse;
  font-weight: normal;
  width: 100%;
  vertical-align: top;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.sws-inline-content table th {
  font-weight: normal;
  padding: 0.65em 1.3em;
  text-align: center;
  border: 1px solid transparent;
  /*THEME-FONT-ALTERNATIVE*/
  /* font-family:Georgia, "Times New Roman", Times, serif; */
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-GRAPHICS-DARK-BACKGROUND-STANDARD-BORDER*/
  /* border-color: #4d4d4d; */
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
}

.sws-inline-content table td {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid transparent;
  padding: 0.7em 1.3em;
  vertical-align: top;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  font-family: 'Roboto', sans-serif;
  border-color: #cccccc;
}

.sws-inline-content table td > p:first-child {
  margin-top: 0;
}

/* LAYOUT TABLE
------------------------------------------------------------------------------*/
.sws-inline-content table.sws-layout-table,
.sws-inline-content table.sws-layout-table caption,
.sws-inline-content table.sws-layout-table col,
.sws-inline-content table.sws-layout-table colgroup .sws-inline-content table.sws-layout-table thead,
.sws-inline-content table.sws-layout-table tfoot,
.sws-inline-content table.sws-layout-table tbody,
.sws-inline-content table.sws-layout-table tr,
.sws-inline-content table.sws-layout-table th,
.sws-inline-content table.sws-layout-table th span.th_content,
.sws-inline-content table.sws-layout-table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  float: none;
  height: auto;
  width: auto;
  vertical-align: top;
  background-image: none;
  background-color: transparent;
  visibility: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  font-variant: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  word-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.sws-inline-content table.sws-layout-table {
  width: 100%;
}

.sws-inline-content.cke_focus table.sws-layout-table,
.sws-inline-content.cke_focus table.sws-layout-table th,
.sws-inline-content.cke_focus table.sws-layout-table td {
  border: 1px dotted #ccc;
}

/* SINGLE FEATURED LINKS
------------------------------------------------------------------------------*/
.sws-inline-content a.sws-document-link,
.sws-inline-content a.sws-webpage-link {
  cursor: pointer;
  display: block;
  font-weight: normal;
  position: relative;
  padding: 0.7em 1.3em 0.7em 46px;
  text-decoration: none;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
  /*THEME-FONT-ALTERNATIVE*/
  background: url(../Images/content/arrow-right-space.png) no-repeat right 17px;
  border: 1px solid #4c4c4b;
  color: #4b4b4b;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.sws-inline-content a.sws-document-link:before,
.sws-inline-content a.sws-webpage-link:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll -28px -172px transparent;
  content: " ";
  display: block;
  height: 17px;
  left: 1.3em;
  position: absolute;
  top: 1em;
  width: 17px;
  /*-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-ms-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;*/
}

.sws-inline-content a.sws-document-link:before {
  background-position: 50% -100px;
}

.sws-inline-content a.sws-document-link:focus,
.sws-inline-content a.sws-document-link:hover,
.sws-inline-content a.sws-document-link:active,
.sws-inline-content a.sws-webpage-link:focus,
.sws-inline-content a.sws-webpage-link:hover,
.sws-inline-content a.sws-webpage-link:active {
  background-position: right -272px;
  border: 1px solid #888886;
  color: #888886;
}

/* INSERT SINGLE FEATURED LINKS - STYLE TWO (DEFAULT FORMATTING)
------------------------------------------------------------------------------*/
/* LISTS LV1
------------------------------------------------------------------------------*/
.sws-inline-content ul,
.sws-inline-content ol {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  counter-reset: li;
}

.sws-inline-content ul > li {
  padding: 0.7em 1.3em 0.7em 40px;
  position: relative;
}

.sws-inline-content ol > li {
  padding: 0.7em 1.3em 0.7em 1.2em;
}

.sws-inline-content ul > li:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -318px transparent;
  content: "";
  height: 11px;
  left: 1.3em;
  position: absolute;
  top: 1.25em;
  width: 12px;
}

.sws-inline-content ol > li:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  font-weight: normal;
  padding-right: 0.8em;
}

/* LISTS LV1 - STYLE ONE (ALTERNATE BACKGROUND COLORS)
------------------------------------------------------------------------------*/
.sws-inline-content ul > li:nth-child(2n+1),
.sws-inline-content ol > li:nth-child(2n+1) {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.sws-inline-content ul > li:nth-child(2n),
.sws-inline-content ol > li:nth-child(2n) {
  background-color: transparent;
}

/* INSERT LISTS LV1 - STYLE TWO (LINE DIVIDES)
------------------------------------------------------------------------------*/
/* INSERT LISTS LV1 - STYLE THREE (DEFAULT FORMATTING)
------------------------------------------------------------------------------*/
/* LISTS LV2
------------------------------------------------------------------------------*/
.sws-inline-content ul ol > li:before,
.sws-inline-content ol ol > li:before {
  content: counter(li, lower-roman) ".";
}

.sws-inline-content ul ol,
.sws-inline-content ul ul,
.sws-inline-content ol ol,
.sws-inline-content ol ul {
  border: none;
  margin-bottom: 0.7em;
  margin-left: 0.2em;
  margin-top: 0.7em;
}

.sws-inline-content ul ol > li,
.sws-inline-content ul ul > li,
.sws-inline-content ul ol > li:nth-child(2n+1),
.sws-inline-content ul ul > li:nth-child(2n+1),
.sws-inline-content ol ol > li,
.sws-inline-content ol ul > li,
.sws-inline-content ol ol > li:nth-child(2n+1),
.sws-inline-content ol ul > li:nth-child(2n+1) {
  background-color: transparent;
  border: none;
  padding: 0 0 0 22px;
}

.sws-inline-content ul ol > li,
.sws-inline-content ul ol > li:nth-child(2n+1),
.sws-inline-content ol ol > li,
.sws-inline-content ol ol > li:nth-child(2n+1) {
  padding-left: 0;
}

.sws-inline-content ul ul > li:before,
.sws-inline-content ol ul > li:before {
  left: 0;
  top: 0.7em;
}

/* MULTIPLE FEATURED LINKS
------------------------------------------------------------------------------*/
.sws-inline-content ul.sws-download-list li {
  padding: 0.7em 1.3em;
}

.sws-inline-content ul.sws-download-list li:before {
  display: none;
}

.sws-inline-content ul.sws-download-list li a {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 32px;
  background-color: transparent;
  position: relative;
  text-decoration: none;
  border: none;
  background-image: none;
}

.sws-inline-content ul.sws-download-list li a:focus,
.sws-inline-content ul.sws-download-list li a:hover,
.sws-inline-content ul.sws-download-list li a:active {
  background-color: transparent;
  border: none;
}

.sws-inline-content ul.sws-download-list li a:before,
.sws-inline-content ul.sws-download-list li a.sws-webpage-link:before,
.sws-inline-content ul.sws-download-list li a.sws-document-link:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -461px transparent;
  left: 0;
  top: 0.3em;
  content: " ";
  display: block;
  height: 17px;
  position: absolute;
  width: 17px;
}

.sws-inline-content ul.sws-download-list li a.sws-document-link:before {
  background-position: -28px -389px;
}

/* RICH MEDIA ELEMENTS
------------------------------------------------------------------------------*/
.sws-inline-content iframe,
.sws-inline-content video,
.sws-inline-content audio,
.sws-inline-content canvas,
.sws-inline-content embed,
.sws-inline-content object {
  display: block;
  max-width: 100%;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

/*=============================================================================
  BLOG FEATURE
===============================================================================*/
.BlogFeatureList {
  /*THEME-BASE-SMALL-MARGINS*/
  /* margin: 0.9em 0; */
}

/* ADMINISTRATION
------------------------------------------------------------------------------*/
.blogentries a.sws-edit-blog-post {
  display: block;
  margin: 0.5em 0;
  text-decoration: none;
}

.blogentries a.sws-edit-blog-post img {
  display: inline-block;
}

/* SUBSCRIBE TO RSS FEED
------------------------------------------------------------------------------*/
.blogentries .blogEntriesRssLinkPanel {
  display: block;
  text-align: right;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

.blogentries img.rsslinkicon,
.blogentries span.rsslinktext {
  display: none;
}

/* SUBSCRIBE TO RSS FEED - STYLE ONE (ICON FORMAT)
------------------------------------------------------------------------------*/
.blogentries .blogEntriesRssLinkPanel a {
  display: block;
  vertical-align: top;
}

.blogentries .blogEntriesRssLinkPanel a span {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -596px transparent;
  display: inline-block;
  height: 32px;
  padding: 0;
  text-align: left;
  text-indent: -9999em;
  width: 40px;
}

/* INSERT SUBSCRIBE TO RSS FEED - STYLE TWO (LABEL FORMAT)
------------------------------------------------------------------------------*/
/* SOCIAL INTEGRATIONS
------------------------------------------------------------------------------*/
a.sws-share-twitter,
a.sws-share-facebook {
  background: #00aced url("../Images/feature-sprite.png") no-repeat scroll 50% -814px;
  display: inline-block;
  margin: 0.4em 0.2em 0.4em 0;
  height: 26px;
  width: 26px;
  border-radius: 13px;
}

a.sws-share-facebook {
  background-position: 50% -743px;
  background-color: #3b5998;
}

a.sws-share-twitter img,
a.sws-share-facebook img {
  display: none;
}

/* BLOG LIST
------------------------------------------------------------------------------*/
.blogentries ul li {
  position: relative;
  /* padding: 1.3em 0; */
  /* height: 600px; */
}

.blogentries ul li + li {
  border-top: 1px solid transparent;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

/* TITLE */
body .blogentries ul li h2,
body .blogentries ul li a {
  float: none;
}

.blogentries ul li h2.blogTitle {
  margin: 0 0 0.3em;
  /*THEME-FONT-H3*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.45em;
  line-height: 1.8em;
  font-weight: normal;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
}

.blogentries ul li h2.blogTitle a {
  display: block;
  text-decoration: none;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
}

.qls4 .blogentries ul li h2.blogTitle a:hover {
  /*THEME-COLOR-ANCHOR-HOVER*/
  color: #fff !important;
}

/* DATE */
.blogentries ul li .blogDate {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  /*THEME-FONT-SMALL-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.blogentries ul li .blogDate:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -676px transparent;
  content: " ";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.35em;
  width: 14px;
}

/* BLOG SUMMARY/BODY
------------------------------------------------------------------------------*/
.blogentries ul li .blogSummary,
.blogentries ul li .blogBody {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
}

.blogentries ul li .blogSummary {
  overflow: hidden;
  margin: 0;
}

.blogentries ul li .blogSummary:empty,
.blogentries ul li .blogBody:empty {
  display: none;
}

.blogentries ul li:last-child .blogSummary p:last-child,
.blogentries ul li:last-child .blogBody p:last-child {
  margin-bottom: 0;
}

.blogentries ul li .blogSummary img {
  float: left;
  margin: 0.4em 20px 0 0;
  width: 25%;
}

/* BLOG ARCHIVE
------------------------------------------------------------------------------*/
body #blog_archive {
  float: none;
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

/* YEAR SELECTION */
.blogentries ul.archiveYear > li {
  padding: 0.7em 0 0;
}

.blogentries ul.archiveYear:first-child > li {
  padding-top: 0;
}

.blogentries ul.archiveYear > li > a {
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  padding: 0.7em 1.3em;
  text-align: center;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}

.blogentries ul.archiveYear > li > a:hover {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

/* LIST OF MONTHS */
.archiveMonthDivHolder {
  padding-top: 0.7em;
}

.archiveMonthDiv:nth-child(2n) {
  background-color: transparent;
}

.archiveMonthDiv:nth-child(2n+1) {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.archiveMonthDiv ul.archiveMonth > li {
  padding: 0;
}

.archiveMonthDiv ul.archiveMonth > li > a {
  text-decoration: none;
  padding: 0.7em 6em 0.7em 40px;
  display: block;
  position: relative;
}

.archiveMonthDiv ul.archiveMonth > li > a:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll -33px -320px transparent;
  Content: " ";
  height: 7px;
  left: 1.3em;
  position: absolute;
  top: 1.4em;
  width: 7px;
}

.archiveMonthDiv .postCount {
  display: block !important;
  height: 3.2em !important;
  padding: 0.7em 1.3em 0.7em 0 !important;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}

/* LIST OF POSTS */
.archiveMonthDiv ul.archiveMonthDiv {
  margin-bottom: 0.8em;
  margin-left: 0.2em;
  margin-top: 0.8em;
}

.archiveMonthDiv ul.archiveEntry {
  padding-bottom: 10px;
  padding-left: 42px;
  padding-top: 10px;
}

.archiveMonthDiv ul.archiveEntry li {
  padding: 0 0 0 22px;
  border: none;
}

.archiveMonthDiv ul.archiveEntry li:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll -33px -320px transparent;
  content: " ";
  top: 0.7em;
  left: 0;
  position: absolute;
  height: 7px;
  width: 7px;
}

/* BLOG TAGS
------------------------------------------------------------------------------*/
.blogentries .BlogTagList {
  /*THEME-BASE-BIG-MARGINS*/
  /* margin: 1.9em 0; */
}

.blogentries .sws-blog-subcategory-title,
.blogentries .sws-blog-category-title {
  font-weight: bold;
  padding: 0.65em 1.3em;
  text-align: center;
  border: 1px solid transparent;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-GRAPHICS-DARK-BACKGROUND-STANDARD-BORDER*/
  border-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.blogentries ul.sws-tags li {
  border: 1px solid transparent;
  border-top: none;
  padding: 0.7em 1.3em;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

.blogentries ul.sws-tags li:hover,
.blogentries ul.sws-tags li.tag-selected {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

/* BLOG TAGS FILTER */
.blogentries .tags-secondary {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  margin-bottom: 0;
}

.blogentries ul.sws-tags li input {
  margin: 0 0.5em 0 0;
  position: relative;
  top: 0.1em;
}

/* BLOG TAG CLOUD */
.blogentries .fluency-cloud {
  padding: 1.3em;
  border: 1px solid transparent;
  border-top: none;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

/* OPTIONAL INDIVIDUAL TAG STYLES */
/*.blogentries .fluency-cloud .w0,
.blogentries .fluency-cloud .w1,
.blogentries .fluency-cloud .w2,
.blogentries .fluency-cloud .w3,
.blogentries .fluency-cloud .w4,
.blogentries .fluency-cloud .w5,
.blogentries .fluency-cloud .w6,
.blogentries .fluency-cloud .w7,
.blogentries .fluency-cloud .w8,
.blogentries .fluency-cloud .w9,
.blogentries .fluency-cloud .w10 {
    color: inherit;
}*/
/* BLOG TAGS TOP */
.blogentries .blog-tags-top {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

/* BLOG TAGS BOTTOM */
.blogentries .blog-tags-bottom {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
}

/* BLOG TAGS LEFT/RIGHT */
.blogentries .blog-tags-left,
.blogentries .blog-tags-right {
  margin: 0;
}

.blogentries .blog-tags-left,
.blogentries .blog-tags-right {
  width: 30%;
}

.blogentries .blog-posts-right,
.blogentries .blog-posts-left {
  padding-left: 5%;
  width: 70%;
}

.blogentries .blog-posts-left {
  padding-left: 0;
  padding-right: 5%;
}

/* RESPONSIVE - IF <=768PX */
.blogentries.sws-feature-768 .blog-tags-left,
.blogentries.sws-feature-768 .blog-tags-right,
.blogentries.sws-feature-768 .blog-posts-right,
.blogentries.sws-feature-768 .blog-posts-left {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}

.blogentries.sws-feature-768 .blog-tags-left {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

.blogentries.sws-feature-768 .blog-tags-right {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
}

/*=============================================================================
  GALLERY SLIDESHOW
===============================================================================*/
/* CONTAINER
------------------------------------------------------------------------------*/
.SlideShowHolder {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.SlideShowHolder div.myslides,
.SlideShowHolder ul,
.SlideShowHolder ul li {
  overflow: hidden;
  width: 100%;
}

/* SLIDESHOW IMAGE
------------------------------------------------------------------------------*/
.SlideShowHolder ul li img {
  display: block;
  width: 100%;
}

/* INSERT SLIDESHOW IMAGE - STYLE TWO (WITH BORDER)
------------------------------------------------------------------------------*/
/* IMAGE CAPTION
------------------------------------------------------------------------------*/
.SlideShowHolder .imgAltCaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 0.7em 1.3em;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.SlideShowHolder .imgAltCaption:empty {
  display: none;
}

.SlideShowHolder .imgAltCaption {
  display: block;
  height: auto;
}

/* RESPONSIVE - IF <=480PX */
.SlideShowHolder.sws-feature-480 .imgAltCaption {
  position: static;
}

/*=============================================================================
  THUMBNAIL PHOTO GALLERY
===============================================================================*/
/* CONTAINER
------------------------------------------------------------------------------*/
.photoGalleryElement {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  margin-bottom: 0;
  margin-left: -1.3em;
}

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

.photoGalleryElement:after {
  clear: both;
}

/* THUMBNAILS
------------------------------------------------------------------------------*/
.photoGalleryElement div.thumbnail {
  float: left;
  padding-left: 1.3em;
  margin-bottom: 1.3em;
  width: 12.5%;
}

body div.photoGalleryElement div.thumbnail a {
  display: block;
  width: 100%;
}

/* INSERT THUMBNAILS - STYLE TWO (WITH BORDER)
------------------------------------------------------------------------------*/
/* IMAGES
------------------------------------------------------------------------------*/
body div.photoGalleryElement div.thumbnail .thumbContents a img {
  display: block;
  width: 100%;
}

/* HOVER EFFECT
------------------------------------------------------------------------------*/
body div.photoGalleryElement div.thumbnail .thumbContents a:focus,
body div.photoGalleryElement div.thumbnail .thumbContents a:hover,
body div.photoGalleryElement div.thumbnail .thumbContents a:active {
  opacity: 0.5;
  -moz-opacity: 0.50;
  -khtml-opacity: 0.50;
  opacity: 0.50;
}

/* RESPONSIVE - IF <=1024PX */
.photoGalleryElement.sws-feature-1024 div.thumbnail {
  width: 14.28%;
}

/* RESPONSIVE - IF <=768PX */
.photoGalleryElement.sws-feature-768 div.thumbnail {
  width: 20%;
}

/* RESPONSIVE - IF <=480PX */
.photoGalleryElement.sws-feature-480 div.thumbnail {
  width: 33.3333%;
}

/*=============================================================================
  FORM FEATURE
===============================================================================*/
.enquireForm {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

/* Form Description
------------------------------------------------------------------------------*/
.form_description p {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

/* All Fields
------------------------------------------------------------------------------*/
.enquireForm ul li {
  margin-bottom: 0.7em;
  padding: 1.6em;
  display: block;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.enquireForm ul li label.description,
.enquireForm ul li label.descriptionFileUpload {
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  display: block;
  padding-bottom: 1em;
  font-size: 1em;
}

.enquireForm ul li input,
.enquireForm ul li textarea,
.enquireForm ul li select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  border: 1px solid transparent;
  margin-bottom: 0.6em;
  padding: 0.2em 0.6em;
  width: 100%;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
}

.enquireForm ul li select {
  padding: 0.4em 0.6em;
}

.enquireForm ul li input:focus,
.enquireForm ul li textarea:focus,
.enquireForm ul li select:focus {
  /*THEME-COLOR-BORDER-FOCUS*/
  border-color: #F9BC1B;
}

.qls3 .enquireForm ul li input:focus,
.qls3 .enquireForm ul li textarea:focus,
.qls3 .enquireForm ul li select:focus {
  /*THEME-COLOR-BORDER-FOCUS*/
  border-color: #F9BC1B;
}

/* REQUIRED
------------------------------------------------------------------------------*/
.enquireForm ul li span.required {
  color: #ff0000;
}

/* GUIDELINES
------------------------------------------------------------------------------*/
.guidelines {
  padding-top: 0.7em;
}

/* MIN/MAX CHARACTERS/WORDS
------------------------------------------------------------------------------*/
.enquireForm ul li textarea + label,
.enquireForm ul li label.rangeGuide {
  display: block;
  margin-left: 0;
  font-style: italic;
  padding-top: 0.7em;
}

.enquireForm ul li textarea + label var,
.enquireForm ul li label.rangeGuide var {
  font-weight: bold;
}

/* RADIO/CHECKBOXES
------------------------------------------------------------------------------*/
.enquireForm ul li.radio > span,
.enquireForm ul li.radio > span span,
.enquireForm ul li.checkbox > span,
.enquireForm ul li.checkbox > span span {
  display: block;
  margin: 0;
}

.enquireForm ul li.radio > span span,
.enquireForm ul li.checkbox > span span {
  position: relative;
}

.enquireForm ul li.radio > span,
.enquireForm ul li.checkbox > span {
  margin-bottom: 0.3em;
}

.enquireForm ul li.radio > span span + span,
.enquireForm ul li.checkbox > span span + span {
  margin-top: 0.6em;
}

.enquireForm ul li.radio input.radio,
.enquireForm ul li.checkbox input.checkbox {
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0;
  width: auto;
  margin: 0 0.5em 0 0;
  padding: 0;
}

.enquireForm ul li.radio input.other,
.enquireForm ul li.checkbox input.other {
  margin-top: 1em;
}

.enquireForm ul li.radio label.choice,
.enquireForm ul li.checkbox label.choice {
  display: block;
  padding-left: 28px;
}

/* TIME
------------------------------------------------------------------------------*/
.enquireForm ul li.time > span {
  display: inline-block;
  margin-left: 0.6em;
}

.enquireForm ul li.time > span:first-of-type {
  margin-left: 0;
}

.enquireForm ul li.time > span label {
  display: block;
}

.enquireForm ul li.time select {
  min-width: 4.5em;
}

/* MONEY
------------------------------------------------------------------------------*/
.enquireForm ul li.money > span {
  display: inline-block;
  padding-right: 5px;
}

.enquireForm ul li.money > span.symbol {
  display: block;
  float: left;
  padding-top: 0.5em;
  padding-right: 9px;
}

.enquireForm ul li.money > span input {
  display: inline-block;
  margin-right: 5px;
  width: 92%;
  margin-bottom: 0.2em;
}

.enquireForm ul li.money p {
  display: none;
}

.enquireForm ul li.money p.guidelines {
  display: block;
}

/* SELECT
------------------------------------------------------------------------------*/
.enquireForm ul li.select select {
  padding: 8px;
}

/* PHONE
------------------------------------------------------------------------------*/
.enquireForm ul li.phone div {
  width: auto;
  display: inline-block;
  margin-right: 9px;
}

.enquireForm ul li.phone div input {
  display: inline-block;
  width: auto;
}

.enquireForm ul li.phone > div:nth-child(3) {
  margin-right: 0;
}

/* ADDRESS
------------------------------------------------------------------------------*/
.enquireForm ul li.address > div {
  position: relative;
  padding-left: 9em;
}

.enquireForm ul li.address > div + div {
  margin-top: 1em;
  margin-bottom: 0.3em;
}

.enquireForm ul li.address > div label {
  display: block;
  left: 0;
  position: absolute;
  top: 0.4em;
}

/* RESPONSIVE - IF <=480PX */
.enquireForm.sws-feature-480 ul li.address > div {
  padding-left: 0;
}

.enquireForm.sws-feature-480 ul li.address > div label {
  position: static;
}

/* INSERT ADDRESS - STYLE TWO (LEFT ALIGNED)
------------------------------------------------------------------------------*/
/* SIGNITURE
--------------------------------------------------------------------------*/
.enquireForm ul li div.mf_sig_wrapper {
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
}

.enquireForm ul li.signature canvas.mf_canvas_pad {
  display: block;
  max-width: 100%;
}

.enquireForm ul li a.mf_sigpad_clear {
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 9px 45px;
  text-align: center;
  text-decoration: none;
  width: auto;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
  font-weight: normal;
}

.enquireForm ul li a.mf_sigpad_clear:hover {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #5989B3;
}

/* SECTION BREAK
--------------------------------------------------------------------------*/
.enquireForm ul li.section_break {
  padding: 0;
  padding-top: 0.8em;
  background-color: transparent;
}

.enquireForm ul li.section_break h3 {
  display: block;
  padding-top: 0.1em;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H3*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.45em;
  line-height: 1.8em;
  font-weight: normal;
}

.enquireForm ul li.section_break p {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

/* FILE UPLOAD
--------------------------------------------------------------------------*/
.enquireForm ul li.fileupload div.uploadify {
  height: auto !important;
  margin: 0;
  width: auto !important;
  display: inline-block;
  position: relative;
}

.enquireForm ul li.fileupload div.uploadify object {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.enquireForm ul li.fileupload div.uploadify-button {
  margin: 0.6em 0;
  background-image: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-transform: lowercase;
  text-align: center;
  text-shadow: none;
  height: auto !important;
  width: auto !important;
  font-size: inherit;
  line-height: inherit !important;
  padding: 10px 45px;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
}

.enquireForm ul li.fileupload div.uploadify:hover .uploadify-button,
.enquireForm ul li.fileupload div.uploadify-button:hover {
  cursor: pointer;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

.enquireForm ul li.fileupload .uploadify-queue {
  margin: 0;
}

.enquireForm ul li.fileupload .uploadify-queue-item {
  background-color: #eeeeee;
  border-radius: 0px;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  max-width: none;
  padding: 12px 17px 17px;
  margin: 0;
  margin-top: 1.3em;
}

/* PROGRESS BAR */
.enquireForm ul li.fileupload .uploadify-progress {
  background-color: #e5e5e5;
  height: 6px;
  margin-top: 0.8em;
  max-width: none;
  width: 100%;
}

.enquireForm ul li.fileupload .uploadify-progress-bar {
  height: 6px;
}

.enquireForm ul li.fileupload .uploadify-queue-item .cancel a {
  background: transparent url(../Images/fluency-controls/cancel-download.png) no-repeat 50% 50%;
  float: right;
  height: 16px;
  display: block;
  text-indent: -9999px;
  width: 16px;
  margin-top: 3px;
}

.enquireForm ul li.fileupload .uploadify-error {
  background-color: #ea3a3a !important;
  border: none;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

/* UPLOAD QUEUE */
.enquireForm ul li.fileupload div.uploadify-queue ~ p {
  display: none;
}

.enquireForm ul li.fileupload div.file_queue + script + div div {
  padding-top: 1em;
}

.enquireForm ul li.fileupload div.file_queue + script + div div + div {
  padding-top: 0.8em;
}

.enquireForm ul li.fileupload div.file_queue + script + div div hr {
  background-color: #aaaaaa;
  border: none;
  height: 1px;
  margin-top: 0.8em;
}

.enquireForm ul li.fileupload div.file_queue + script + div div:last-child hr {
  display: none;
}

/* Date
--------------------------------------------------------------------------*/
.enquireForm ul li.date > span {
  display: inline-block;
  margin-right: 8px;
  width: 65px;
}

.enquireForm ul li.date > span + span + span {
  width: 85px;
}

.enquireForm ul li.date > span + span + span + span {
  width: 40px;
}

.enquireForm ul li.date > span img {
  display: block;
  position: relative;
  top: -2.2em;
}

.enquireForm ul li.date span input {
  display: inline-block;
  width: 100%;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
}

.enquireForm ul li.date span label {
  display: block;
}

.enquireForm ul li.date .clearb {
  display: none;
}

/* Narrow -------------------------*/
.sws-content-369 .enquireForm ul li.date > span {
  width: 50px;
}

.sws-content-369 .enquireForm ul li.date > span + span + span {
  width: 70px;
}

.sws-content-369 .enquireForm ul li.date span input {
  display: block;
  margin-right: 0;
}

.sws-content-369 .enquireForm ul li.date > span + span + span + span {
  margin: 0;
  width: 17px;
}

.sws-content-369 .enquireForm ul li.date span + span + span input {
  margin-right: 0.5em;
}

.enquireForm ul li.date span label {
  display: inline;
}

/*---------------------------------*/
/* MATRIX
--------------------------------------------------------------------------*/
.enquireForm ul li.matrix caption {
  text-align: left;
  font-weight: bold;
  padding-bottom: 1em;
}

.enquireForm ul li.matrix table {
  width: 100%;
}

.enquireForm ul li.matrix table tr th {
  padding: 9px 5px;
  font-weight: bold;
  text-align: center;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
}

.enquireForm ul li.matrix table tr td input {
  margin: 0 auto;
}

.enquireForm ul li.matrix table tbody tr td {
  padding: 1em 0;
  border-top: 1px solid transparent;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

.enquireForm ul li.matrix table tbody tr:first-child td {
  padding-top: 1.3em;
  border-top: none;
}

.enquireForm ul li.matrix table tbody tr td:first-child {
  padding-right: 1em;
}

/* SIMPLE NAME
--------------------------------------------------------------------------*/
.enquireForm ul li.simple_name > span {
  display: block;
}

.enquireForm ul li.simple_name > span + span {
  margin-top: 1em;
}

.enquireForm ul li.simple_name > span {
  padding-left: 4em;
  position: relative;
}

.enquireForm ul li.simple_name > span label {
  left: 0;
  position: absolute;
  top: 0.4em;
  display: block;
}

.enquireForm ul li.simple_name > span + span {
  margin-top: 1em;
}

/* RESPONSIVE - IF <=480PX */
.enquireForm.sws-feature-480 ul li.simple_name > span {
  padding-left: 0;
  position: static;
  margin-bottom: 0.3em;
}

.enquireForm.sws-feature-480 ul li.simple_name > span label {
  position: static;
}

/* NAME
--------------------------------------------------------------------------*/
.enquireForm ul li.name > span {
  display: block;
}

.enquireForm ul li.name > span + span {
  margin-top: 1em;
}

.enquireForm ul li.name > span input {
  margin-bottom: 0.2em;
}

.enquireForm ul li.name > span {
  padding-left: 60px;
  position: relative;
}

.enquireForm ul li.name > span label {
  left: 0;
  position: absolute;
  top: 0.4em;
}

.enquireForm ul li.name > span input {
  margin-bottom: 0;
}

.enquireForm ul li.name > span.namewm_ext > input {
  width: 5em;
}

/* RESPONSIVE - IF <=480PX */
.enquireForm.sws-feature-480 ul li.name > span {
  padding-left: 0;
}

.enquireForm.sws-feature-480 ul li.name > span label {
  position: static;
}

.enquireForm.sws-feature-480 ul li.name > span input {
  margin-bottom: 0.2em;
}

.enquireForm.sws-feature-480 ul li.name > span.namewm_ext > input {
  width: 100%;
}

/* PAGINATION
--------------------------------------------------------------------------*/
.enquireForm ul li.li_pagination {
  padding: 0.7em 1.3em;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
}

.enquireForm ul li.li_pagination td.ap_tp_arrow {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -1030px transparent;
  text-indent: -9999em;
  width: 8px;
}

.enquireForm ul li.li_pagination span.ap_tp_num {
  padding-right: 0.2em;
}

.enquireForm ul li.li_pagination span.ap_tp_num:after {
  content: ".";
}

.enquireForm ul li.li_pagination span.ap_tp_text_active,
.enquireForm ul li.li_pagination span.ap_tp_num_active {
  font-family: 'open_sanssemibold_italic';
}

/* RESPONSIVE - IF <=480PX */
.enquireForm.sws-feature-480 ul li.li_pagination table.ap_table_pagination,
.enquireForm.sws-feature-480 ul li.li_pagination table.ap_table_pagination tbody,
.enquireForm.sws-feature-480 ul li.li_pagination table.ap_table_pagination tr {
  display: block;
}

.enquireForm.sws-feature-480 ul li.li_pagination td {
  display: block;
  text-align: left;
  padding: 0.3em 0;
  position: relative;
}

.enquireForm.sws-feature-480 ul li.li_pagination td:after {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -1027px transparent;
  width: 8px;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
}

.enquireForm.sws-feature-480 ul li.li_pagination td.ap_tp_arrow {
  display: none;
}

/* SUBMIT
--------------------------------------------------------------------------*/
.enquireForm .buttons {
  background-color: transparent;
  padding: 0;
  margin: 0;
}

.enquireForm .buttons input.button_text {
  border: none;
  padding: 9px 65px;
  cursor: pointer;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-GRAPHICS-CURVED-EDGES*/
  border-radius: 0px;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  text-tansform: uppercase;
}

.enquireForm ul li.buttons input[type="submit"]:hover {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #5989B3;
}

/* Validation
--------------------------------------------------------------------------*/
.enquireForm ul li#error_message {
  background-color: #ea3a3a;
  border: none;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.enquireForm ul li p.error {
  color: #ea3a3a;
  margin-left: 0 !important;
  display: block;
  padding-top: 1.3em;
}

/* Form Complete
--------------------------------------------------------------------------*/
.formComplete {
  display: block;
}

/*========================================================================
  CALENDAR RESETS
==========================================================================*/
.RadAjaxPanel .RadGrid_Fluency,
.RadAjaxPanel .RadGrid_Fluency .rgMasterTable,
.RadAjaxPanel .RadGrid_Fluency .rgDetailTable,
.RadAjaxPanel .RadGrid_Fluency .rgGroupPanel table,
.RadAjaxPanel .RadGrid_Fluency .rgCommandRow table,
.RadAjaxPanel .RadGrid_Fluency .rgEditForm table,
.RadAjaxPanel .RadGrid_Fluency .rgPager table,
.RadAjaxPanel .GridToolTip_Fluency {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
}

/*========================================================================
  CALENDAR (STANDARD VIEW)
==========================================================================*/
.RadAjaxPanel {
  overflow-x: auto;
}

.RadAjaxPanel table.RadCalendar {
  background-color: transparent;
  position: static !important;
  width: 100% !important;
  padding: 0;
  border-collapse: collapse;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.RadAjaxPanel table.RadCalendar caption {
  display: none;
}

/* TABLE HEADER
--------------------------------------------------------------------------*/
.RadAjaxPanel table.RadCalendar .rcTitlebar {
  background-image: none;
  border: none;
  height: auto;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table {
  border-collapse: collapse;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  padding: 0;
  letter-spacing: 0;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  border: none;
  padding: 0;
  text-align: center;
  position: relative;
  vertical-align: top;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a {
  background-color: transparent;
  background-image: none;
  display: block;
  width: 3.2em;
  height: auto;
  left: 0;
  margin: 0;
  top: 0;
  position: relative;
  z-index: 9;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -967px transparent;
  content: " ";
  height: 9px;
  left: 18px;
  position: absolute;
  top: 1.3em;
  width: 8px;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a.rcFastPrev:before {
  background-position: 50% -895px;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a.rcPrev:before {
  background-position: 50% -967px;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a.rcNext:before {
  background-position: 50% -1039px;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td a.rcFastNext:before {
  background-position: 50% -1111px;
}

.RadAjaxPanel table.RadCalendar .rcTitlebar table td > a,
.RadAjaxPanel table.RadCalendar .rcTitlebar table td.rcTitle {
  /*THEME-FONT-ALTERNATIVE*/
  /* font-family:Georgia, "Times New Roman", Times, serif; */
  font-family: 'Roboto', sans-serif;
  padding: 0.7em 1.3em;
  font-weight: normal;
}

/* MAIN TABLE
--------------------------------------------------------------------------*/
.RadAjaxPanel table.RadCalendar .rcMain {
  border: none;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable {
  border-collapse: collapse;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

/* WEEK ROW
--------------------------------------------------------------------------*/
.RadAjaxPanel table.RadCalendar table.rcMainTable .rcWeek th {
  vertical-align: top;
  padding: 0.65em 0;
  border: none;
  font-weight: normal;
  line-height: inherit;
  background-color: #cccccc;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}

/* RESPONSIVE - IF <=480PX */
.RadAjaxPanel.sws-feature-480 table.RadCalendar .rcTitlebar table td a.rcFastPrev,
.RadAjaxPanel.sws-feature-480 table.RadCalendar .rcTitlebar table td a.rcFastNext {
  display: none;
}

/* CALENDAR BODY
--------------------------------------------------------------------------*/
.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td {
  border: none;
  vertical-align: top;
  line-height: inherit;
  padding: 0;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcHover,
.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcSelected,
.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.EventOccurring {
  background-color: transparent;
  background-image: none;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td a {
  cursor: pointer;
  padding: 0.7em 0;
  font-weight: normal;
  color: inherit;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.EventOccurring a {
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #888886;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcOtherMonth a {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcSelected a {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #F05757;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td.rcHover a {
  background-image: none;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  color: inherit;
}

/* CALENDAR BODY - STYLE ONE (BORDERS)
--------------------------------------------------------------------------*/
.RadAjaxPanel table.RadCalendar .rcTitlebar table {
  border: 1px solid transparent;
  /*THEME-GRAPHICS-DARK-BACKGROUND-STANDARD-BORDER*/
  border-color: #4d4d4d;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcWeek th {
  border: 1px solid transparent;
  border-color: #cccccc;
}

.RadAjaxPanel table.RadCalendar table.rcMainTable .rcRow td {
  border: 1px solid transparent;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

/*========================================================================
  CALENDAR (ENHANCED LIST VIEW)
==========================================================================*/
.RadAjaxPanel {
  margin-bottom: 1.9em;
}

/*PREVENT ADMIN HEADER CONFLICT*/
.adminOptions .RadAjaxPanel {
  margin: 0;
}

.RadAjaxPanel .RadGrid_Fluency {
  margin: 0;
  width: 100%;
  border: none;
  background-color: transparent;
}

.RadAjaxPanel table.rgMasterTable {
  border-collapse: collapse;
}

.RadAjaxPanel .RadGrid_Fluency {
  margin: 0;
  width: 100%;
  border: none;
  background-color: transparent;
}

.RadAjaxPanel table.rgMasterTable {
  border-collapse: collapse;
}

.RadAjaxPanel table.rgMasterTable th {
  background-image: none;
  border: 1px solid transparent;
  font-size: inherit;
  font-weight: normal;
  padding: 0.65em 1.4em;
  text-align: left;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #5989B3;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-GRAPHICS-DARK-BACKGROUND-STANDARD-BORDER*/
  /* border-color: #4d4d4d; */
}

.RadAjaxPanel table.rgMasterTable th {
  width: 40%;
}

.RadAjaxPanel table.rgMasterTable th + th {
  width: 30%;
}

.RadAjaxPanel table.rgMasterTable > tbody td {
  padding: 0.7em 1.4em;
  height: auto;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

/* ROW COLOURING
--------------------------------------------------------------------------*/
.RadAjaxPanel .RadGrid_Fluency .rgRow,
.RadAjaxPanel .RadGrid_Fluency .rgAltRow {
  background-color: transparent;
}

/* ADD EVENT
--------------------------------------------------------------------------*/
.RadAjaxPanel table.rgMasterTable tr.rgCommandRow,
.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell {
  background-image: none;
  background-color: transparent;
  border: none;
  height: auto;
  overflow: visible;
}

.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell a {
  background: #ffffff url("/content/Images/click_to_add.png") no-repeat 14px 11px;
  border: 1px solid #dadada;
  cursor: pointer;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: 44px;
  margin-top: 1.3em;
  padding-left: 46px;
  text-align: left;
  text-transform: uppercase;
}

.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell a:focus,
.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell a:hover,
.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell a:active {
  background-color: #8ebc00;
  background-position: 14px -55px;
  border: 1px solid #ffffff;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.RadAjaxPanel table.rgMasterTable tr.rgCommandRow td.rgCommandCell .addNewEventLink {
  display: none;
}

/* PAGER CONTAINER
--------------------------------------------------------------------------*/
.RadAjaxPanel table.rgMasterTable tr.rgPager {
  background-color: transparent;
}

.RadAjaxPanel table.rgMasterTable tr.rgPager > td > table {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
}

.RadAjaxPanel table.rgMasterTable tr.rgPager table td.rgPagerCell {
  padding: 0.7em 1.3em;
  height: auto;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.RadAjaxPanel table.rgMasterTable div.rgWrap,
.RadAjaxPanel table.rgMasterTable div.rgNumPart a {
  display: inline-block;
  padding: 0;
  line-height: inherit;
}

/* PAGER NUMBERS
--------------------------------------------------------------------------*/
.RadAjaxPanel td.rgPagerCell div.rgWrap a,
.RadAjaxPanel td.rgPagerCell div.rgWrap input {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
  height: 25px;
  width: 25px;
}

.RadAjaxPanel td.rgPagerCell div.rgArrPart1 input,
.RadAjaxPanel td.rgPagerCell div.rgArrPart2 input {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -1247px transparent;
  display: block;
  height: 25px;
  text-align: center;
  width: 25px;
}

.RadAjaxPanel td.rgPagerCell div.rgArrPart1 input.rgPageFirst {
  background-position: 50% -1247px;
}

.RadAjaxPanel td.rgPagerCell div.rgArrPart1 input.rgPagePrev {
  background-position: 50% -1319px;
}

.RadAjaxPanel td.rgPagerCell div.rgArrPart2 input.rgPageNext {
  background-position: 50% -1391px;
}

.RadAjaxPanel td.rgPagerCell div.rgArrPart2 input.rgPageLast {
  background-position: 50% -1463px;
}

.RadAjaxPanel td.rgPagerCell div.rgNumPart a {
  background-image: none;
}

.RadAjaxPanel td.rgPagerCell div.rgNumPart a.rgCurrentPage {
  font-weight: bold;
}

.RadAjaxPanel td.rgPagerCell div.rgNumPart a.rgCurrentPage span {
  text-decoration: underline;
}

.RadAjaxPanel td.rgPagerCell div.rgNumPart a span {
  background-image: none;
  display: block;
  padding-left: 0;
  text-align: center;
  width: 100%;
}

/* PAGER SIZE
--------------------------------------------------------------------------*/
.RadAjaxPanel td.rgPagerCell div.rgAdvPart {
  margin-left: 1.3em;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart span {
  background-image: none;
  margin-right: 0.8em;
  display: inline-block;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency {
  height: 1.8em !important;
  margin: 0;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency table {
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
  border: 1px solid #cccccc !important;
  height: 100%;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency table td.rcbInputCell {
  width: 80% !important;
  padding: 0;
  vertical-align: top;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency table td.rcbInputCell input {
  width: 100%;
  height: 24px;
  text-indent: 0.5em;
  background-color: transparent;
  padding: 0;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency table td.rcbArrowCell {
  width: 20%;
  height: 100%;
  padding: 0;
  vertical-align: top;
}

.RadAjaxPanel td.rgPagerCell div.rgAdvPart .RadComboBox_Fluency table td.rcbArrowCell a {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -1536px transparent;
  display: block;
  height: 25px;
}

/* RESPONSIVE - IF <=480PX */
/*.RadAjaxPanel.sws-feature-480 td.rgPagerCell div.rgAdvPart {	
	display: none;
}
.RadAjaxPanel.sws-feature-480 table.rgMasterTable th.eventEndCol,
.RadAjaxPanel.sws-feature-480 table.rgMasterTable td + td + td {
	display: none;	
}

.RadAjaxPanel.sws-feature-480 td.rgPagerCell div.rgInfoPart {	
	display: none;
}
.RadAjaxPanel.sws-feature-480 table.rgMasterTable th.eventStartCol,
.RadAjaxPanel.sws-feature-480 table.rgMasterTable td + td {
	display: none;	
}*/
/* PAGER DROPDOWN
--------------------------------------------------------------------------*/
body .RadComboBoxDropDown {
  border-color: #cccccc;
}

body .RadComboBoxDropDown {
  font-family: sans-serif;
  font-size: 13px;
  padding: 4px 6px 2px;
}

/* PAGER STATUS
--------------------------------------------------------------------------*/
.RadAjaxPanel table.rgMasterTable div.rgInfoPart,
.RadAjaxPanel table.rgMasterTable div.rgInfoPart strong {
  color: inherit;
  padding: 0;
  background-color: transparent;
}

/*========================================================================
  CALENDAR (LIST VIEW)
==========================================================================*/
/* CONTAINER
--------------------------------------------------------------------------*/
.RadAjaxPanel .EventsCalendar {
  width: 100%;
}

/* CELLS
--------------------------------------------------------------------------*/
.RadAjaxPanel .EventsCalendar tr {
  position: relative;
}

.RadAjaxPanel .EventsCalendar tr td {
  padding: 1.3em 0;
  vertical-align: top;
}

.RadAjaxPanel .EventsCalendar tr:last-child td {
  padding-bottom: 0;
}

.RadAjaxPanel .EventsCalendar tr + tr td {
  /*border-top: 1px solid transparent;*/
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

.RadAjaxPanel .EventsCalendar tr td a {
  text-decoration: none;
  /*THEME-COLOR-ANCHOR-HOVER*/
  color: #888886;
}

.RadAjaxPanel .EventsCalendar tr td a:hover {
  /*THEME-COLOR-ANCHOR-LINK*/
  color: #4d4c4c;
}

.qls1 .sws-inline-content a {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  /* width: 200px; */
  /* margin-left: 60px; */
  position: relative;
  top: 0;
  left: 0 !important;
  position: relative;
  background-color: #FDBE17;
  padding: 13px 40px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

.qls1 .sws-inline-content a:hover {
  background-color: #306ba0;
}

.qls1 h1 {
  padding: 62px 0 40px 0;
  text-align: left;
  position: relative;
  /* left: 40px; */
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #306BA0;
  margin: 0.9em 0;
}

.qls1 h1:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 120px;
  background-color: #F9BC1B;
  left: 0;
  bottom: 25px;
}

a#cm_ctl00_FeatureWebpartZone3_ctl00_ctl00_RepeaterOfEvents_ImageButtonAddFileLink_0 {
  display: none;
}

.qls1 p {
  text-align: left;
  /* padding-left: 60px; */
  /* padding-right: 160px; */
  text-align: left;
  position: relative;
  left: 0px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  /* color: #306BA0; */
}

.qls2 .calendarTitle {
  padding: 62px 0 40px;
  margin: 0 0 0.9em;
  text-align: left;
  position: relative;
  left: 0px;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #306BA0;
}

.qls2 .calendarTitle:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 120px;
  background-color: #F9BC1B;
  left: 0;
  bottom: 25px;
}

.home-template span.calendar-year,
.home-template span.calendar-at {
  display: none;
}

.home-template span.calendar-day {
  position: absolute;
  left: 20px;
  margin-top: 22px;
  color: #fff;
  background-color: #306ba0;
  padding: 2px 20px;
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.home-template span.calendar-month {
  position: absolute;
  left: 20px;
  color: #fff;
  background-color: #306ba0;
  padding: 2px 20px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}

.home-template span.calendar-time {
  position: absolute;
  left: 102px;
  margin-top: 11px;
  color: #306ba0;
  padding: 2px 20px;
  text-transform: uppercase;
  width: 80px;
  text-align: center;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
}

.home-template span.subject {
  bottom: 7px;
  position: relative;
  width: 100%;
  text-align: left;
  padding-left: 270px;
  font-size: 20px !important;
  font-family: 'Montserrat', sans-serif !important;
}

.RadAjaxPanel .EventsCalendar tr:first-child td span {
  display: block;
}

.RadAjaxPanel .EventsCalendar tr:first-child td a span.subject {
  color: inherit;
}

.RadAjaxPanel .EventsCalendar tr td span.subject {
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  width: auto;
  display: block;
  font-size: 1.35em;
  line-height: 1.8em;
  margin: 0 0 0.3em;
}

.RadAjaxPanel .EventsCalendar tr td span.date-time:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -676px transparent;
  content: " ";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.4em;
  width: 14px;
}

.RadAjaxPanel .EventsCalendar tr td span.date-time {
  text-decoration: none;
  display: inline-block;
  cursor: default;
  padding-left: 25px;
  position: relative;
  /*THEME-FONT-SMALL-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
}

/* EDIT ICON
--------------------------------------------------------------------------*/
.EventsCalendar tr td a.textmiddle {
  width: 17px;
  height: 17px;
  /* background: transparent url("/Content/Images/edit-white.png") no-repeat 0 0; */
  background-size: 17px 17px;
  margin-top: 0.5em;
  display: block;
  text-indent: -9999em;
}

/* FIRST ROW
--------------------------------------------------------------------------*/
.EventsCalendar tr:first-child td {
  border-top: none;
  /*padding-top: 0;*/
}

/*========================================================================
   CALENDAR (EVENTS IN DAY)
==========================================================================*/
.sws-cal-events-in-day {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.sws-cal-events-in-day > .RadAjaxPanel {
  margin: 0;
}

.sws-cal-events-in-day > .RadAjaxPanel + .RadAjaxPanel {
  display: none;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td {
  padding: 0.7em;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcOtherMonth {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-COLOR-BODY-COPY*/
  color: #4d4d4d;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcSelected {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a {
  color: inherit;
  background-color: transparent;
  padding: 0.2em 0;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a + br + a {
  margin-top: 0.3em;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td a + br {
  display: none;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcOtherMonth.rcHover a,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcOtherMonth a {
  color: inherit;
  background-color: transparent;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover.rcSelected a,
.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcSelected a {
  color: inherit;
  background-color: transparent;
  font-weight: normal;
}

.sws-cal-events-in-day table.RadCalendar table.rcMainTable .rcRow td.rcHover a {
  background-image: none;
  background-color: transparent;
}

/*=============================================================================
  FILTERING CALENDAR
===============================================================================*/
/* ICAL EXPORT
------------------------------------------------------------------------------*/
.icalExport {
  position: relative;
  z-index: 99;
}

.icalExport input {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  background-image: url("/templates/Images/ical.jpg");
  background-repeat: no-repeat;
  background-position: 5px 5px;
  border-width: 0;
  display: block;
  padding-top: 21px;
  padding-left: 5px;
  padding-right: 5px;
  height: 0 !important;
  width: 21px !important;
  z-index: 100;
  position: absolute;
  overflow: hidden;
  top: 311px;
  left: 10px;
}

.icalExport span {
  display: none;
}

/* OUTER STRUCTURE
------------------------------------------------------------------------------*/
div.CalendarSplitter {
  /* MAIN CALENDAR */
  height: auto !important;
  margin: 1.3em 0;
  position: relative;
}

div.CalendarSplitter .RadSplitter_Default {
  /* MAIN TABLE */
  font-size: inherit;
  width: 100% !important;
}

table.RadSplitter_Default,
table.RadSplitter_Default .rspPaneTabContainer,
table.RadSplitter_Default .rspPane,
table.RadSplitter_Default .rspResizeBar,
table.RadSplitter_Default .rspSlideContainerResize,
table.RadSplitter_Default .rspPaneHorizontal,
table.RadSplitter_Default .rspResizeBarHorizontal,
table.RadSplitter_Default .rspSlideContainerResizeHorizontal {
  /* RESET BORDERS */
  border: none;
}

/* LEFT COLUMN
------------------------------------------------------------------------------*/
table.RadSplitter td.rspPane.rspFirstItem {
  /*COLUMN WIDTH*/
  width: 280px;
  vertical-align: top;
}

table.RadSplitter td.rspPane .SchedulerCalendarPanel {
  /*STRUCTURE*/
  background: none;
  width: 100% !important;
  height: auto !important;
  padding: 0;
}

table.RadSplitter td.rspPane .SchedulerCalendarPanel .rsHeader {
  /*HIDE HEADER*/
  display: none;
}

/* MINI CALENDAR
------------------------------------------------------------------------------*/
table.RadSplitter table.RadCalendar_Default {
  background-color: transparent;
  border-collapse: collapse;
  font-family: inherit;
  font-size: inherit;
  width: 100% !important;
}

/* TITLE BAR CONTAINER */
table.RadSplitter table.RadCalendar_Default .rcTitlebar {
  background-color: transparent;
  background-image: none;
  border: none;
  font-size: inherit;
  color: inherit;
  position: relative;
}

table.RadSplitter .RadCalendar .rcTitlebar table {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

/*ARROW CONTROLS*/
table.RadSplitter .RadCalendar .rcTitlebar td {
  vertical-align: top;
  line-height: 3em;
  padding: 0;
}

table.RadSplitter .RadCalendar_Default .rcTitlebar a.rcPrev,
table.RadSplitter .RadCalendar_Default .rcTitlebar a.rcNext {
  background-image: none;
  display: block;
  height: 100%;
  margin: 0;
  width: 3.2em;
  position: relative;
}

table.RadSplitter .RadCalendar_Default .rcTitlebar a.rcNext {
  right: 0;
  left: auto;
}

table.RadSplitter .RadCalendar_Default .rcTitlebar .rcPrev:before,
table.RadSplitter .RadCalendar_Default .rcTitlebar .rcNext:before {
  border-bottom: 5px solid transparent;
  border-right: 7px solid #ffffff;
  border-top: 5px solid transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
  position: absolute;
  z-index: 999;
}

table.RadSplitter .RadCalendar_Default .rcTitlebar .rcNext:before {
  border-left: 7px solid #ffffff;
  border-right: none;
}

table.RadSplitter .RadCalendar_Default .rcTitlebar .rcFastPrev,
table.RadSplitter .RadCalendar_Default .rcTitlebar .rcFastNext {
  display: none;
}

/* DAYS OF THE WEEK */
table.RadSplitter table td.rcMain {
  border: none;
}

table.RadSplitter table td.rcMain caption {
  display: none;
}

table.RadSplitter table.rcMainTable {
  border-collapse: collapse;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  width: 100% !important;
  border-top: none;
}

table.RadSplitter table.rcMainTable tr.rcWeek th {
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  background-color: #cccccc;
  border: none;
  font-size: 0.85em;
  line-height: 2.8em;
  padding: 0;
  text-align: center;
}

/* DAYS */
table.RadSplitter table.rcMainTable tr.rcRow td {
  background-color: transparent;
  font-size: 0.85em;
  border: none;
  padding: 0;
}

table.RadSplitter table.rcMainTable .rcRow td a {
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 2.8em;
  padding: 0;
  text-align: center;
}

table.RadSplitter table.rcMainTable .rcRow a,
table.RadSplitter table.rcMainTable .rcRow span {
  color: inherit;
}

table.RadSplitter table.rcMainTable .rcRow td.rcSelected a {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  color: #FFF;
}

table.RadSplitter table.rcMainTable .rcRow td.EventOccurring a {
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #888886;
  color: #FFF;
}

table.RadSplitter table.rcMainTable .rcRow td.rcOtherMonth a {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  color: #AAAAAA;
}

table.RadSplitter table.rcMainTable .rcRow td a:hover {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  color: #333;
}

/* OPTIONAL - BORDERS */
table.RadSplitter table.rcMainTable tr.rcWeek th,
table.RadSplitter table.rcMainTable tr.rcRow td,
table.RadSplitter table.rcMainTable {
  border: 1px solid #ccc;
}

table.RadSplitter table.rcMainTable tr.rcWeek th {
  border-left-color: #f0f0f0;
  border-right-color: #f0f0f0;
  border-top-color: #f0f0f0;
}

/* RESIZE BAR
------------------------------------------------------------------------------*/
table.RadSplitter td.rspResizeBar {
  padding: 0;
  width: 44px;
  background-image: none;
  background-color: transparent;
  position: relative;
  cursor: default !important;
}

/* RESIZE BAR INPUT*/
table.RadSplitter td.rspResizeBar input.rspCollapseBarCollapse,
table.RadSplitter td.rspResizeBar input.rspCollapseBarExpand {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  background-image: none;
  display: block;
  height: 100% !important;
  margin-left: 17px;
  position: absolute !important;
  top: 0;
  vertical-align: top;
  width: 10px !important;
}

/*MINI ARROW*/
table.RadSplitter td.rspResizeBar input.rspCollapseBarSpacer {
  visibility: visible;
  border-bottom: 6px solid transparent;
  border-right: 7px solid #ffffff;
  border-top: 6px solid transparent;
  display: block;
  height: 0 !important;
  left: 20px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 0 !important;
  z-index: 999;
}

table.RadSplitter td.rspResizeBar input.rspCollapseBarExpand ~ input.rspCollapseBarSpacer {
  border-right: none;
  border-left: 7px solid #ffffff;
  left: 17px;
}

/* CATEGORY FILTERS
------------------------------------------------------------------------------*/
table.RadSplitter .categoryFilters {
  margin: 1.3em 0 0;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

table.RadSplitter .categoryFilters h2.sws-filter-title {
  /*HEADING (JQUERY)*/
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  display: block;
  line-height: 3em;
  text-align: center;
}

/* LABELS */
table.RadSplitter .categoryFilters label {
  display: block;
  padding: 1.3em 0 0.3em 1.4em;
}

table.RadSplitter .categoryFilters div + label {
  padding-top: 0.8em;
}

/* SELECT DROPDOWN */
table.RadSplitter .categoryFilters .RadComboBox {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  padding: 0.3em 1.3em 0;
  width: 100% !important;
}

table.RadSplitter .categoryFilters .RadComboBox > table {
  color: inherit;
  display: block;
  width: 100% !important;
}

table.RadSplitter .categoryFilters .RadComboBox > table td.rcbInputCell {
  width: 100% !important;
}

table.RadSplitter .categoryFilters .RadComboBox > table input.rcbInput {
  padding: 0 0 1px;
  color: inherit;
}

table.RadSplitter .categoryFilters div.RadAjaxPanel {
  padding-bottom: 1.9em;
  color: inherit;
}

table.RadSplitter div.RadAjaxPanel {
  margin-bottom: 0;
}

/* SELECT DROPDOWN OPEN */
body .RadComboBoxDropDown_Default {
  color: inherit;
}

body .RadComboBoxDropDown_Default .rcbHovered {
  background-color: transparent;
  color: inherit;
}

/* RIGHT COLUMN
------------------------------------------------------------------------------*/
table.RadSplitter td.rspPane .SchedulerPanel {
  height: auto !important;
  width: 100% !important;
}

table.RadSplitter td.rspPane .SchedulerPanel .RadScheduler {
  height: auto !important;
  font-size: inherit;
}

#calendar_area .RadScheduler_Fluency {
  height: auto !important;
}

table.RadSplitter .RadScheduler .rsTopWrap {
  height: auto !important;
  width: auto !important;
  overflow: hidden;
  position: relative;
}

/* LOADING BAR */
table.RadSplitter td.rspPane .loadingIndicator {
  height: 100% !important;
  position: absolute;
  width: 100% !important;
  z-index: 2000;
  top: 0;
  left: 0;
}

table.RadSplitter td.rspPane .loadingIndicator img {
  display: block;
  left: 50% !important;
  margin-left: -110px;
  margin-top: -10px;
  position: relative !important;
  top: 50% !important;
}

/* CALENDAR VIEW HEADER
------------------------------------------------------------------------------*/
table.RadSplitter .RadScheduler .rsHeader {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  background-image: none;
  border: medium none;
  height: 3em;
  line-height: 3em;
}

table.RadSplitter .RadScheduler .rsHeader > p,
table.RadSplitter .RadScheduler .rsHeader .rsDatePickerActivator,
table.RadSplitter .RadScheduler .rsHeader .rsDatePickerWrapper {
  display: none;
}

table.RadSplitter .RadScheduler .rsHeader h2 {
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  float: left;
  font-weight: inherit;
  height: auto;
  left: 0;
  padding: 0 0 0 1.3em !important;
  position: static;
  text-indent: 0;
  font-size: inherit;
}

table.RadSplitter .RadScheduler .rsHeader ul {
  float: right;
  height: 100%;
  padding-right: 0.4em;
}

table.RadSplitter .RadScheduler .rsHeader ul li {
  height: 100%;
  line-height: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0 0.8em !important;
}

table.RadSplitter .RadScheduler .rsHeader ul li a,
table.RadSplitter .RadScheduler .rsHeader ul li em,
table.RadSplitter .RadScheduler .rsHeader ul li a span {
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  background-image: none;
}

table.RadSplitter .RadScheduler_Fluency .rsHeader .rsSelected em,
table.RadSplitter .RadScheduler_Fluency .rsHeader ul a:hover span {
  text-decoration: none;
}

table.RadSplitter .RadScheduler_Fluency .rsHeader .rsSelected em {
  font-weight: bold;
}

/*=====================================
============CALENDAR VIEWS============*/
table.RadSplitter .RadScheduler div.rsContent {
  /* Day/Week/Month View Container*/
  background: none repeat scroll 0 0 #FFFFFF;
  border: medium none;
  margin-top: 0;
  padding: 0;
  width: 100%;
  float: none;
  position: relative;
}

/* ========================================
========OPTIONAL SCROLLING CALENDAR=======*/
table.RadSplitter .RadScheduler div.rsContent.rsDayView {
  height: 526px;
  /* OPTIONAL SCROLLING CALENDAR*/
  overflow: auto;
  /* OPTIONAL SCROLLING CALENDAR*/
}

table.RadSplitter .RadScheduler div.rsContent.rsWeekView {
  height: 551px;
  /* OPTIONAL SCROLLING CALENDAR*/
  overflow: auto;
  /* OPTIONAL SCROLLING CALENDAR*/
}

/* ========================================*/
table.RadSplitter .RadScheduler div.rsContent table {
  table-layout: auto !important;
  width: auto !important;
  border-collapse: separate;
  float: none;
  height: auto;
}

table.RadSplitter .RadScheduler div.rsContent table.rsContentTable,
table.RadSplitter .RadScheduler div.rsContent table.rsHorizontalHeaderTable,
table.RadSplitter .RadScheduler div.rsContent.rsMonthView table {
  width: 100% !important;
}

table.RadSplitter .RadScheduler div.rsContent table.rsContentTable td {
  width: 14%;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper > div {
  /*All day adjacent div*/
  width: auto !important;
}

table.RadSplitter .RadScheduler .rsVerticalHeaderWrapper {
  /* Time, Days and Month left Column*/
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  height: auto !important;
}

table.RadSplitter .RadScheduler .rsVerticalHeaderWrapper > div {
  height: auto !important;
}

table.RadSplitter .RadScheduler .rsContent .rsAllDayHeader {
  /*All Day*/
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  background: none repeat scroll 0 0 #e8e8e8;
  line-height: 24px;
  text-align: center;
}

table.RadSplitter .RadScheduler .rsContent .rsVerticalHeaderTable th div {
  /*Time of Day*/
  font-weight: normal;
  padding: 5px 0 0;
}

table.RadSplitter .RadScheduler .rsContent table.rsVerticalHeaderTable {
  background: none repeat scroll 0 0 #e8e8e8;
  border-collapse: separate;
  float: none;
  height: auto;
  width: auto;
}

table.RadSplitter .RadScheduler .rsWeekView .rsHorizontalHeaderTable {
  /*Top row day headings*/
  background: none;
  width: 100%;
  table-layout: auto;
}

table.RadSplitter .RadScheduler .rsWeekView .rsHorizontalHeaderTable th {
  width: 14%;
}

table.RadSplitter .RadScheduler .rsMonthView .rsHorizontalHeaderTable {
  background: none;
  width: 100% !important;
  table-layout: auto;
}

table.RadSplitter .RadScheduler .rsMonthView .rsHorizontalHeaderTable th {
  /*Top row day headings*/
  font-family: Arial, Helvetica, sans-serif;
  width: 14%;
}

table.RadSplitter .RadScheduler a.rsDateHeader {
  /*Month View Date Numbers*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0;
  text-decoration: none;
}

table.RadSplitter .RadScheduler .rsMonthView .rsDateBox {
  /*Month View Date Box*/
  padding: 5px;
}

table.RadSplitter .RadScheduler div.rsContentScrollArea,
table.RadSplitter .RadScheduler td.rsContentWrapper {
  /* Time, Days and Month Events Area*/
  height: auto !important;
  overflow: visible !important;
  width: 100% !important;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper .rsInnerFix {
  margin-right: 0 !important;
  width: 100% !important;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper .rsInnerFix .rsAllDayTable {
  margin: 0 auto;
  width: 100% !important;
  table-layout: auto;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper .rsInnerFix .rsAllDayTable td {
  background: none repeat scroll 0 0 #FFFFFF;
  border-right: 1px solid #E8E8E8;
  width: 14%;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper .rsInnerFix .rsAllDayTable td.rsLastCell {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #E8E8E8;
}

table.RadSplitter .RadScheduler .rsHorizontalHeaderWrapper .rsInnerFix .rsAllDayTable div.rsLastSpacingWrapper {
  height: auto !important;
}

table.RadSplitter .RadScheduler .rsDayView .rsVerticalHeaderWrapper {
  overflow: visible !important;
}

table.RadSplitter .RadScheduler .rsDayView .rsVerticalHeaderWrapper > div {
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
}

/*--Footer---*/
table.RadSplitter .RadScheduler .rsFooter {
  /* Show Business Hours*/
  background: none repeat scroll 0 0 #e8e8e8;
  border: medium none;
  height: 35px;
}

table.RadSplitter .RadScheduler .rsFooter .rsFullTime {
  background: none;
  color: #333333;
  line-height: 35px;
  padding: 0 0 0 8px;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: inherit;
}

table.RadSplitter .RadScheduler .rsFooter a:hover {
  text-decoration: underline;
}

/*-------Selected Cells--------*/
table.RadSplitter .RadScheduler table.rsArrowContainer {
  display: none;
}

table.RadSplitter .RadScheduler .rsApt {
  height: auto !important;
  left: 0 !important;
  margin: 0;
  width: 100% !important;
}

table.RadSplitter .RadScheduler .rsAptMid {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  bottom: 0;
  left: 0;
  margin: 0;
  right: 0;
  top: 0;
}

table.RadSplitter .RadScheduler .rsAptIn,
table.RadSplitter .RadScheduler .rsAptMid,
table.RadSplitter .RadScheduler .rsAptContent {
  border: medium none !important;
}

table.RadSplitter .RadScheduler .rsAptOut > .rsAptMid,
table.RadSplitter .RadScheduler .rsAptMid > .rsAptIn,
table.RadSplitter .RadScheduler .rsAptIn > .rsAptContent {
  background: none !important;
  height: auto;
  margin: 0;
}

table.RadSplitter .RadScheduler .rsAptOut {
  background: #e2e2e2 !important;
  border: none;
  color: #555;
  width: auto;
  height: 24px !important;
}

table.RadSplitter .RadScheduler .rsAptIn a.rsArrowLeft,
table.RadSplitter .RadScheduler .rsAptIn a.rsArrowRight {
  display: none;
}

table.RadSplitter .RadScheduler .rsAptIn a.rsAptDelete {
  right: 0;
}

table.RadSplitter .RadScheduler .rsAptContent {
  background: none repeat scroll 0 0 transparent !important;
  border: medium none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  padding: 0;
}

table.RadSplitter .RadScheduler .rsAptCreate,
table.RadSplitter .RadScheduler .rsMonthView .rsAptCreate,
table.RadSplitter .RadScheduler .rsMonthView .rsTodayCell.rsAptCreate {
  background-color: #e2e2e2 !important;
  background-image: none !important;
  border: #none !important;
}

table.RadSplitter .RadScheduler .rsContent table td.rsSelectedSlot,
table.RadSplitter .RadScheduler .rsContent table td.rsLastCell.rsSelectedSlot {
  background: #e2e2e2 !important;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}

table.RadSplitter .RadScheduler .rsContentTable .rsAptIn .rsArrowTop,
table.RadSplitter .RadScheduler .rsContentTable .rsAptIn .rsArrowBottom {
  display: none;
}

table.RadSplitter .RadScheduler .rsContentTable td.rsTodayCell {
  /*Month view day cell*/
  background: #CCC !important;
}

table.RadSplitter .RadScheduler .rsContentTable td.rsTodayCell .rsDateHeader {
  /*Month view day number*/
  color: #000 !important;
}

table.RadSplitter .RadScheduler .rsContentTable td.rsLastCell,
table.RadSplitter .RadScheduler .rsContentTable td.rsSunCol,
table.RadSplitter .RadScheduler .rsContentTable td.rsSatCol {
  background: none;
}

table.RadSplitter .RadScheduler .rsContentTable td.rsOtherMonth {
  background: #F9F9F9;
}

/* LIST VIEW HEADER
------------------------------------------------------------------------------*/
.agendaPanel {
  height: auto;
}

.agendaPanel .rsHeaderOld {
  /*List View Header*/
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  height: 3em;
  line-height: 3em;
}

.agendaPanel .rsHeaderOld ul {
  float: right;
  height: 100%;
  padding-right: 0.4em;
}

.agendaPanel .rsHeaderOld ul li {
  height: 100%;
  line-height: inherit;
  margin: 0;
  padding: 0 0.8em !important;
  text-decoration: none;
  float: left;
}

.agendaPanel .rsHeaderOld ul li a {
  color: #fff;
  line-height: inherit;
  text-decoration: none;
}

.agendaPanel .rsHeaderOld ul li a em {
  font-weight: bold;
  font-style: normal;
  color: #fff;
}

/* LIST VIEW CONTENT
------------------------------------------------------------------------------*/
table.RadSplitter .SchedulerPanel .agendaPanel .listViewContent table th {
  background: url("/Content/Fluency/Scheduler/rsSprites.png") repeat-x scroll 0 -144px #e4e4e4;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  line-height: inherit;
  vertical-align: middle;
  text-align: left;
  padding: 0 10px;
}

.agendaPanel .listViewContent table {
  border: 1px solid #cccccc;
  border-top: none;
  width: 100%;
}

.agendaPanel .listViewContent table th.col1 {
  width: 23%;
}

.agendaPanel .listViewContent table th.col2 {
  width: 45%;
}

.agendaPanel .listViewContent table th.col3 {
  width: 15%;
}

.agendaPanel .listViewContent table th.col4 {
  width: 17%;
}

.agendaPanel .listViewContent table td {
  border: 1px solid #cccccc;
  padding: 0.6em 1em;
  vertical-align: top;
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
}

/*ADDED STYLES*/
/*hover calendar*/
body table.RadCalendarMonthView {
  background: none repeat scroll 0 0 #FFFFFF;
  border-spacing: 2px;
}

body table.RadCalendarMonthView td {
  border: 1px solid #DDDDDD;
  padding: 0;
}

body table.RadCalendarMonthView a {
  padding: 1px 7px;
  color: #555;
}

body table.RadCalendarMonthView #rcMView_Today {
  margin: 0;
}

/*========================================================================
   LOGIN BOX
==========================================================================*/
/* FLUENCY LOGIN
------------------------------------------------------------------------------*/
.fluency_login {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.fluency_login input {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
}

.fluency_login .username,
.fluency_login .password,
.fluency_login .remember {
  display: block;
  margin-bottom: 0.8em;
  padding: 1.3em 1.6em;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

.fluency_login .username label,
.fluency_login .password label {
  font-weight: normal;
  display: block;
  padding-bottom: 0.6em;
}

.fluency_login .username input,
.fluency_login .password input {
  margin-bottom: 0.4em;
  padding: 0.2em 0.6em;
  width: 100%;
  border: 1px solid transparent;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
}

.fluency_login .username input:focus,
.fluency_login .password input:focus {
  /*THEME-COLOR-BORDER-FOCUS*/
  border-color: #EE0000;
}

.fluency_login .remember span {
  display: inline-block;
  margin-left: 1em;
}

.fluency_login .remember input {
  margin: 0;
  position: relative;
  top: 1px;
}

.fluency_login .submit input {
  border: none;
  cursor: pointer;
  display: block;
  font-weight: normal;
  padding: 0.65em 1.4em;
  text-align: center;
  width: 100%;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.fluency_login .submit input[type="submit"]:hover {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

.fluency_login .error span.loginError {
  background-color: #ea3a3a;
  color: #ffffff !important;
  display: block;
  margin-bottom: 0.8em;
  padding: 0.8em 1.4em;
}

/* FLUENCY LOG OUT
------------------------------------------------------------------------------*/
.fluency_logout {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
}

.fluency_logout span {
  display: inline-block;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

.fluency_logout span + span {
  font-weight: bold;
  padding-left: 0.3em;
}

.fluency_logout a {
  border: none;
  cursor: pointer;
  display: block;
  text-decoration: none;
  font-weight: normal;
  padding: 0.65em 1.4em;
  text-align: center;
  width: 100%;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  text-transform: uppercase;
}

.fluency_logout a:focus,
.fluency_logout a:hover,
.fluency_logout a:active {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

/*=============================================================================
  SITEMAP
===============================================================================*/
/* CONTAINER
------------------------------------------------------------------------------*/
#SiteMap {
  /*THEME-BASE-BIG-MARGINS*/
  margin: 1.9em 0;
  margin-top: 0;
}

/* TELERIK OVERRIDES
------------------------------------------------------------------------------*/
#SiteMap .rmSlide {
  display: block !important;
  height: auto !important;
  width: auto !important;
}

#SiteMap .rmSlide a {
  width: auto !important;
}

/* INSERT SITEMAP LV1 - STYLE ONE (BOLD FORMATTING)
------------------------------------------------------------------------------*/
/* SITEMAP LV1 - STYLE TWO (BOLD FORMATTING)
------------------------------------------------------------------------------*/
#SiteMap ul.rmRootGroup > li > a {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0.3em 15px;
  text-decoration: none;
  margin: 1.9em 0;
  margin: 0.8em 0;
  font-size: 1.2em;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

#SiteMap ul.rmRootGroup > li:first-child > a {
  margin-top: 0;
}

#SiteMap ul.rmRootGroup > li > a:focus,
#SiteMap ul.rmRootGroup > li > a:hover,
#SiteMap ul.rmRootGroup > li > a:active {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

#SiteMap ul.rmRootGroup > li > a:after {
  background: url("../Images/feature-sprite.png") no-repeat scroll -15px -235px;
  content: " ";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 43px;
}

#SiteMap ul.rmLevel1 li a {
  display: block;
  padding: 0.7em 1.3em 0.7em 40px;
  position: relative;
}

#SiteMap ul.rmLevel1 li a:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -320px transparent;
  content: "";
  display: block;
  height: 7px;
  left: 19px;
  position: absolute;
  top: 1.4em;
  width: 8px;
}

#SiteMap ul.rmLevel1 li.sws-odd > a {
  background-color: transparent;
}

#SiteMap ul.rmLevel1 li.sws-even > a {
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
}

#SiteMap ul.rmLevel2 > li > a {
  padding-left: 65px;
}

#SiteMap ul.rmLevel2 > li > a:before {
  left: 44px;
}

#SiteMap ul.rmLevel3 > li > a {
  padding-left: 90px;
}

#SiteMap ul.rmLevel3 > li > a:before {
  left: 69px;
}

#SiteMap ul.rmLevel4 > li > a {
  padding-left: 115px;
}

#SiteMap ul.rmLevel4 > li > a:before {
  left: 94px;
}

#SiteMap ul.rmLevel5 > li > a {
  padding-left: 140px;
}

#SiteMap ul.rmLevel5 > li > a:before {
  left: 119px;
}

/*=============================================================================
  SEARCH RESULTS
===============================================================================*/
/* UNUSED ELEMENTS
------------------------------------------------------------------------------*/
#content > .content_top,
#content > .content_bottom {
  display: none;
}

/* RESULTS
------------------------------------------------------------------------------*/
.searchResultsPageName {
  /*THEME-FONT-H3*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.45em;
  line-height: 1.8em;
  font-weight: normal;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-bottom: 0;
  font-weight: normal !important;
}

#SearchResults .searchResultsPageName a {
  text-decoration: none;
}

.searchResultsContents {
  margin: 0.3em 0;
}

.searchResultsContents strong {
  font-weight: bold;
}

.searchResultsLink {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

.searchResultsLinkHeading {
  font-weight: normal !important;
}

/* PAGER
------------------------------------------------------------------------------*/
.searchPagingLinks {
  height: auto;
  padding: 0.7em 1.3em;
  position: relative;
  margin: 1.9em 0;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
}

.searchPagingLinks > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  display: block;
  padding: 0;
}

.searchPagingLinks > a:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -964px transparent;
  content: " ";
  height: 15px;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.searchPagingLinks > a span {
  display: none;
}

.searchPagingLinks > a.pagingNextLnk {
  right: 0;
  left: auto;
}

.searchPagingLinks > a.pagingNextLnk:before {
  background-position: 50% -1036px;
}

.k-pager-info {
  display: block;
  text-align: center;
  padding: 0 40px;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal !important;
}

/*=============================================================================
  BLOG DETAIL
===============================================================================*/
/* BLOG TITLE
------------------------------------------------------------------------------*/
.blog > h2,
.ceTitle {
  display: block;
  padding-top: 0;
  margin-bottom: 0.3em;
  /*THEME-FONT-FEATURE-TITLE-H1-H2*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: normal;
  /*THEME-COLOR-STANDARD*/
  color: #4d4d4d;
  font-size: 1.8em;
  margin-bottom: 1em;
}

/* POST INFORMATION
------------------------------------------------------------------------------*/
.blog .postInformation,
.CalendarEvents .ceDate {
  display: inline-block;
  padding-left: 23px;
  position: relative;
  /*THEME-FONT-SMALL-TEXT*/
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.blog > .postInformation:before,
.CalendarEvents .ceDate:before {
  background: url("../Images/feature-sprite.png") no-repeat scroll 50% -676px transparent;
  content: " ";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.3em;
  width: 14px;
}

/* POST BODY
------------------------------------------------------------------------------*/
.CalendarEvents .bodycontent {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

.CalendarEvents .ceLocation {
  display: block;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

/* SOCIAL MEDIA
------------------------------------------------------------------------------*/
.blog div > div h1 {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  /*THEME-FONT-H4*/
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  line-height: 1.6em;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 0.5em;
}

.blog div > div h1 ~ p {
  float: none !important;
  padding: 0 !important;
  display: inline-block;
}

/* COMMENT HORIZONTAL RULES
------------------------------------------------------------------------------*/
.blog .sws-has-comments dl:before,
.blog div.commentsForm:before {
  content: " ";
  display: block;
  height: 4px;
  width: 100%;
  /*THEME-GRAPHICS-HR-BORDER*/
  border-bottom: 4px double #cccccc;
  /*THEME-GRAPHICS-HR-MARGINS*/
  margin: 2.1em 0;
}

/* COMMENTS 
------------------------------------------------------------------------------*/
.blog div > h3 {
  display: none;
}

.blog dl:empty {
  display: none;
}

.blog dl {
  display: block;
}

.blog dl dt.comment {
  font-weight: bold;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

.blog dl dt.comment,
.blog dl dd.comment {
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
}

.blog dl dd.comment p {
  font-style: italic;
  padding-top: 0.8em;
}

/* COMMENTS FORM
------------------------------------------------------------------------------*/
.blog div.commentsForm > h3 {
  display: block;
  /*THEME-FONT-H3*/
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.45em;
  line-height: 1.8em;
  font-weight: normal;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

/* FIELD CONTAINERS */
.blog .commentsForm p,
.blog .commentsForm .RadCaptcha_Default {
  display: block;
  padding: 1.3em 1.4em;
  /*THEME-COLOR-LIGHT-BACKGROUND*/
  background-color: #f0f0f0;
  /*THEME-BASE-SMALL-MARGINS*/
  margin: 0.9em 0;
  margin-top: 0;
}

.blog .commentsForm .RadCaptcha_Default ~ p {
  padding: 0;
  background-color: transparent;
}

.blog .commentsForm p + p + p + p {
  display: none;
}

/* FIELD LABEL */
.blog .commentsForm p > label {
  display: block;
  font-weight: bold;
  padding-bottom: 0.7em;
}

/* INPUT BOXES */
.blog .commentsForm .RadInput_Default,
.blog .commentsForm .RadInputMgr_Default {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100% !important;
  padding-bottom: 0.4em;
}

.blog .commentsForm p .RadInput_Default input.riTextBox[type="text"],
.blog .commentsForm p .RadInput_Default textarea.riTextBox,
.blog .commentsForm div.RadCaptcha p input[type="text"] {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 1px solid transparent;
  border-radius: 0px;
  display: block;
  padding: 5px 8px;
  width: 100%;
  height: auto !important;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
  /*THEME-COLOR-DARK-BACKGROUND-TWO*/
  background-color: #ffffff;
}

.blog .commentsForm p .RadInput_Default input.riTextBox[type="text"]:focus,
.blog .commentsForm p .RadInput_Default textarea.riTextBox:focus,
.blog .commentsForm div.RadCaptcha p input[type="text"]:focus {
  /*THEME-COLOR-BORDER-FOCUS*/
  border-color: #EE0000;
}

/* CAPTCHA */
.blog .commentsForm div.RadCaptcha > div {
  padding-top: 0.4em;
}

.blog .commentsForm div.RadCaptcha img.imageClass {
  border: 1px solid transparent;
  /*THEME-GRAPHICS-TABLE-BORDER-COLOR*/
  border-color: #cccccc;
}

.blog .commentsForm .RadCaptcha p {
  margin: 0;
  padding: 1.3em 0 0;
}

.blog .commentsForm .RadCaptcha p label {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 0;
  padding-top: 1.1em;
}

/* ERROR VALIDATION */
.blog .commentsForm div.RadCaptcha span[style="visibility:hidden;"],
.blog .commentsForm p span[style="visibility: hidden;"],
.blog .commentsForm p span[style="visibility:hidden;"] {
  display: none;
}

.blog .commentsForm div.RadCaptcha span,
.blog .commentsForm p span[style="visibility: visible;"],
.blog .commentsForm p span[style="visibility:visible;"] {
  color: #ea3a3a;
  display: block;
  padding-top: 0.7em;
}

.blog .commentsForm div.RadCaptcha span {
  padding-top: 0;
  padding-bottom: 0.7em;
}

/* SUCCESS VALIDATION */
.blog .commentsForm .RadCaptcha_Default ~ p > span:empty {
  display: none;
}

.blog .commentsForm .RadCaptcha_Default ~ p > span {
  background-color: #8ec44e;
  color: #ffffff !important;
  display: block;
  margin-bottom: 1.3em;
  padding: 0.8em 1.4em;
}

/* SUBMIT */
.blog .commentsForm input[type="submit"] {
  border: none;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  cursor: pointer;
  font-weight: bold;
  padding: 0.8em 1.4em;
  width: 100% !important;
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD*/
  background-color: #4d4d4d;
  /*THEME-COLOR-BODY-COPY-ON-DARK-BACKGROUNDS*/
  color: #ffffff;
}

.blog .commentsForm input[type="submit"]:hover {
  /*THEME-COLOR-DARK-BACKGROUND-STANDARD-HOVER*/
  background-color: #888886;
}

/* Quicklink */
.sws-inline-content .quick-link,
.ajaxDv .quick-link {
  border: 2px solid #dddddd;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.sws-inline-content .quick-link h2,
.ajaxDv .quick-link h2 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-size: 1.3em;
  /*THEME-FONT-ALTERNATIVE*/
  font-family: Georgia, "Times New Roman", Times, serif;
}

.editmode .content-area-inner .sws-inline-content .quick-link h2,
.editmode .ui-dialog-content .sws-inline-content .quick-link h2,
.editmode .footer .sws-inline-content .quick-link h2 {
  height: auto;
}

.sws-inline-content .quick-link h2 a,
.ajaxDv .quick-link h2 a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  background: url("../img/searchButton.149acf64.gif") repeat 0 0;
}

.editmode .content-area-inner .sws-inline-content .quick-link h2 a,
.editmode .ui-dialog-content .sws-inline-content .quick-link h2 a,
.editmode .footer .sws-inline-content .quick-link h2 a {
  height: auto;
  color: #ccc;
}

.sws-inline-content .quick-link h2 a:hover,
.ajaxDv .quick-link h2 a:hover {
  color: #4c4c4b;
}

.sws-inline-content .quick-link h2 a > span,
.ajaxDv .quick-link h2 a > span {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  padding: 12px 0px 12px 30px;
  background: url(../Images/content/grey_semitrans.png) repeat 0 0;
  transition: color 0s ease-out;
}

.sws-inline-content .quick-link h2 a:hover > span,
.ajaxDv .quick-link h2 a:hover > span {
  background: url(../Images/content/white_semitrans.png) repeat 0 0;
}

.sws-inline-content .quick-link h2 a > span > span,
.ajaxDv .quick-link h2 a > span > span {
  background: url(../Images/content/arrow-right-space.png) no-repeat right -570px;
  display: block;
  padding-right: 35px;
  transition: color 0s ease-out;
}

.sws-inline-content .quick-link h2 a > span > span span,
.ajaxDv .quick-link h2 a > span > span span {
  transition: color 0s ease-out;
}

.sws-inline-content .quick-link h2 a:hover > span > span,
.ajaxDv .quick-link h2 a:hover > span > span {
  background-position: right 7px;
}

.editmode .content-area-inner .sws-inline-content .quick-link img,
.editmode .ui-dialog-content .sws-inline-content .quick-link img,
.editmode .footer .sws-inline-content .quick-link img {
  width: 25%;
  margin: 0;
  padding: 0;
}

.landing-page .linkedIn {
  display: block !important;
}

#supersized {
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
  background-color: #ddd;
}

#supersized a {
  width: 100%;
  height: 100%;
  display: block;
}

#supersized img {
  width: auto;
  height: auto;
  position: relative;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
  display: none;
}

#supersized li {
  background: none repeat scroll 0 0 #fff;
  display: block;
  height: 100%;
  left: 0;
  list-style: none outside none;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -30;
}

#supersized li.prevslide img,
#supersized li.activeslide img {
  display: inline;
}

#supersized li.prevslide {
  z-index: -20;
}

#supersized li.activeslide {
  z-index: 10;
}

#supersized.quality img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}

ul#slide-list {
  float: left;
  left: 50%;
  padding: 15px 0;
  position: absolute;
}

ul#slide-list li {
  float: left;
  height: 12px;
  list-style: none outside none;
  margin: 0 5px 0 0;
  width: 12px;
}

ul#slide-list li.current-slide a, ul#slide-list li.current-slide a:hover {
  background-position: 0 0;
}

ul#slide-list li a {
  background: url("../Images/supersized/nav-dot.png") no-repeat 0 -24px;
  display: block;
  height: 12px;
  width: 12px;
}

ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}

/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Theme 	: Shutter 1.2
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
/* Controls Bar
	----------------------------*/
#controls-wrapper {
  margin: 0 auto;
  height: 42px;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 4;
  background: url(../img/nav-bg.png) repeat-x;
  position: fixed;
}

#controls {
  overflow: hidden;
  height: 100%;
  position: relative;
  text-align: left;
  z-index: 5;
}

#slidecounter {
  float: left;
  color: #005238;
  font: 24px "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* text-shadow: #000 0 -1px 0; */
  margin: 0px 10px 0 15px;
  line-height: 42px;
  position: relative;
  top: 10px;
  font-size: 30px;
  left: 35px;
}

#slidecaption {
  overflow: hidden;
  float: left;
  color: #FFF;
  font: 400 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-shadow: #000 1px 1px 2px;
  margin: 0 20px 0 0;
  line-height: 42px;
}

#navigation {
  float: right;
  margin: 0px 20px 0 0;
}

#play-button {
  float: left;
  margin-top: 1px;
  border-right: 1px solid #333;
  background: url("../img/bg-hover.png") repeat-x 0 44px;
}

#play-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

#prevslide, #nextslide {
  position: absolute;
  height: 43px;
  width: 43px;
  top: 50%;
  margin-top: -21px;
  /* opacity:0.6; */
  /* z-index: 9999999; */
}

#prevslide {
  z-index: 99999999;
  width: 122px;
  font-size: 40px;
  height: 120px;
  left: 60px;
  color: #fff;
  position: absolute;
}

#nextslide {
  z-index: 99999999;
  width: 122px;
  font-size: 40px;
  height: 120px;
  right: 0px;
  color: #fff;
  position: absolute;
}

#prevslide:active, #nextslide:active {
  margin-top: -19px;
}

#prevslide:hover, #nextslide:hover {
  cursor: pointer;
}

ul#slide-list {
  padding: 15px 0;
  /* float:left; */
  position: absolute;
  right: 81px;
  display: block;
}

ul#slide-list li {
  list-style: none;
  width: 12px;
  height: 12px;
  /* float: left; */
  margin: 27px 5px 22px 15px;
}

a {
  background-position: 0 0px;
}

ul#slide-list li {
  display: block;
  width: 12px;
  height: 12px;
  /* background:url('../img/nav-dot.png') no-repeat 0 -24px; */
  background-color: #fff;
  border-radius: 16px;
}

ul#slide-list li a:hover {
  background-position: 0 -12px;
  cursor: pointer;
}

#tray-button {
  float: right;
  margin-top: 1px;
  border-left: 1px solid #333;
  background: url("../img/bg-hover.png") repeat-x 0 44px;
}

#tray-button:hover {
  background-position: 0 1px;
  cursor: pointer;
}

/* Progress Bar
	----------------------------*/
#progress-back {
  z-index: 5;
  position: fixed;
  bottom: 42px;
  left: 0;
  height: 8px;
  width: 100%;
  background: url("../img/progress-back.png") repeat-x;
}

#progress-bar {
  position: relative;
  height: 8px;
  width: 100%;
  background: url("../img/progress-bar.png") repeat-x;
}

/* Thumbnail Navigation
	----------------------------*/
#nextthumb, #prevthumb {
  z-index: 2;
  display: none;
  position: fixed;
  bottom: 61px;
  height: 75px;
  width: 100px;
  overflow: hidden;
  background: #ddd;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 5px #000;
}

#nextthumb {
  right: 12px;
}

#prevthumb {
  left: 12px;
}

#nextthumb img, #prevthumb img {
  width: 150px;
  height: auto;
}

#nextthumb:active, #prevthumb:active {
  bottom: 59px;
}

#nextthumb:hover, #prevthumb:hover {
  cursor: pointer;
}

/* Thumbnail Tray
	----------------------------*/
#thumb-tray {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  background: url(../img/bg-black.png);
  height: 150px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  box-shadow: 0px 0px 4px #000;
}

#thumb-back, #thumb-forward {
  position: absolute;
  z-index: 5;
  bottom: 42px;
  height: 108px;
  width: 40px;
}

#thumb-back {
  left: 0;
  background: url("../img/thumb-back.png") no-repeat center center;
}

#thumb-forward {
  right: 0;
  background: url("../img/thumb-forward.png") no-repeat center center;
}

#thumb-back:hover, #thumb-forward:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}

#thumb-back:hover {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#thumb-forward:hover {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

ul#thumb-list {
  display: inline-block;
  list-style: none;
  position: relative;
  left: 0px;
  padding: 0 0px;
}

ul#thumb-list li {
  background: #111;
  list-style: none;
  display: inline;
  width: 150px;
  height: 108px;
  overflow: hidden;
  float: left;
  margin: 0;
}

ul#thumb-list li img {
  width: 200px;
  height: auto;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  transition: all 100ms ease-in-out;
}

ul#thumb-list li.current-thumb img, ul#thumb-list li:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

ul#thumb-list li:hover {
  cursor: pointer;
}

.jspContainer {
  /* overflow: hidden; */
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  background: rgba(255, 255, 255, 0.29);
  position: absolute;
  right: 0;
  width: 10px;
  border-radius: 5px;
}

.jspHorizontalBar {
  background: #fff;
  bottom: 0;
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.29);
  border: none;
  position: relative;
  width: 10px;
  border-radius: 5px;
}

.jspDrag {
  background: #FFFFFF;
  cursor: pointer;
  left: 0;
  position: relative;
  top: 0;
  width: 10px;
  border-radius: 5px;
}

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: none repeat scroll 0 0 #e0e0e0;
  cursor: pointer;
  display: block;
  text-indent: -20000px;
}

.jspArrow.jspDisabled {
  background: none repeat scroll 0 0 #ccc;
  cursor: default;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  float: left;
  height: 100%;
  width: 16px;
}

.jspVerticalBar .jspArrow:focus {
  outline: medium none;
}

.jspCorner {
  background: none repeat scroll 0 0 #fff;
  float: left;
  height: 100%;
}

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/*
------------Form Styles-------
*/
label.rangeGuide {
  display: inline-block;
  margin-left: 150px;
}

p.error {
  display: inline-block;
  margin: 0px 0px 0px 130px !important;
}

.ap_tp_text_active {
  font-weight: bold;
}

li.matrix table tr td input {
  width: auto !important;
}

img.datepicker {
  border: none !important;
}

.datepick-month-header select, .datepick-month-header input {
  height: 1.4em;
  border: none;
  font-size: 1.0em;
}

/**** Choices Columns ****/
li.two_columns span label {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 43%;
}

li.three_columns span label {
  margin: 0 5px 0 0;
  display: inline-block;
  width: 28%;
}

li.inline_columns span {
  margin: 0 6px 0 0;
  width: auto;
}

/*TEMPORARY TWITTER FEED STYLES*/
ul.twitterFeed.fluencyTestTwitterCssClass {
  list-style-type: none;
}

ul.twitterFeed.fluencyTestTwitterCssClass li {
  margin: 0px 0px 10px 0px;
}

ul.twitterFeed.fluencyTestTwitterCssClass li a.twitterMsgAhref {
  color: green !important;
}

ul.twitterFeed.fluencyTestTwitterCssClass li a.twitterCreatedAt {
  color: blue !important;
}

/*Preview button styling - 29/05/2013 - DanielV*/
a.previewSetting, a.fluencyCancel, td.fluencySave a, td.fluencyCancel a, td.fluencyDelete a {
  background-color: #7c9b4b;
  background: -moz-linear-gradient(19% 75% 90deg, #5b7c37, #89A753);
  border: 1px solid #9bb461;
  border-radius: 3px;
  color: #FFF;
  font: bold 13px/18px "Century Gothic", Helvetica, sans-serif;
  outline: none;
  padding: 0 12px 3px 12px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: greenPulse;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  text-decoration: none;
  display: block;
  height: 22px;
  margin-left: 10px;
  line-height: 25px !important;
  width: auto;
  margin-right: 10px;
  z-index: 999999;
  position: absolute;
  right: 10px;
  top: 0px;
}

a.previewSetting, a.fluencyCancel {
  float: right;
}

a.previewSetting {
  margin: 10px 10px 0 10px;
}

a:hover.previewSetting, a:hover.fluencyCancel, td.fluencySave a:hover, td.fluencyCancel a:hover, td.fluencyDelete a:hover {
  color: #202020;
  text-shadow: none;
}

#viewPageAs {
  width: 100%;
  margin-left: 20px;
  position: relative;
  min-width: 200px;
  float: left;
}

#viewPageAsInToolBar {
  display: inline-block;
}

ul#viewPageAsList {
  float: left;
  position: absolute;
  margin: 12px 0px;
  padding: 0;
  z-index: 99999 !important;
  min-width: 150px;
}

ul#viewPageAsInToolBarList {
  margin: 0;
  padding: 0;
  z-index: 99999 !important;
}

ul#viewPageAsList > li:first-child {
  background-color: #43463c;
  background: -moz-linear-gradient(19% 75% 90deg, #3a3d34, #52574A);
  border-left: 5px solid #9fc165;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 4px 8px 5px 0;
  font-size: 11.4px;
}

ul#viewPageAsList li, ul#viewPageAsInToolBarList li {
  list-style: none;
}

ul#viewPageAsList > li:first-child > a {
  background: transparent url(Images/menuButton.png) no-repeat 95% 40%;
  border: none !important;
  padding: 2px 30px 5px 10px;
  height: 19px;
  outline: none;
  width: auto;
}

ul#viewPageAsList > li:first-child > a:hover, ul#viewPageAsInToolBarList > li:first-child > a:hover {
  outline: none;
}

ul#viewPageAsList li a {
  color: #efefef;
  font: bold 11.4px/18px "Century Gothic", Helvetica, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}

ul#viewPageAsInToolBarList li ul {
  top: 67px;
}

ul#viewPageAsList li ul, ul#viewPageAsInToolBarList li ul {
  background-color: #43463c;
  background: -moz-linear-gradient(19% 75% 90deg, #3a3d34, #52574A);
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 0 2px 2px 2px;
  border-style: solid;
  border-color: #5b6052;
  display: none;
  margin: 15px 0px;
  padding: 2px 5px;
  position: absolute;
  min-width: 138px;
  width: auto;
  z-index: 99999 !important;
}

ul#viewPageAsList li ul li, ul#viewPageAsInToolBarList li ul li {
  margin-bottom: 3px;
}

ul#viewPageAsList li ul li a, ul#viewPageAsInToolBarList li ul li a {
  border: none !important;
  display: block;
  outline: none;
  padding: 3px 0 3px 5px;
}

ul#viewPageAsList li ul li:hover, ul#viewPageAsInToolBarList li ul li:hover {
  background-color: #2d2f28 !important;
  border-radius: 5px;
}

ul#viewPageAsList li ul li a:hover, ul#viewPageAsInToolBarList li ul li a:hover {
  background: none !important;
  color: #C7DB8F !important;
  text-decoration: none;
  cursor: pointer;
}

/*======================Product List==========================*/
div.shopFeatureLoading {
  content: url("Images/fluency/ajaxLoader.gif");
  opacity: 0.5;
  width: 50px;
  height: 50px;
  left: 600px;
  z-index: 10;
  margin: auto;
  position: absolute;
  display: inline-block;
}

​ div.checkoutLoading {
  content: url("Images/fluency/ajaxLoader.gif");
  opacity: 0.5;
  width: 50px;
  height: 50px;
  left: 600px;
  z-index: 10;
  margin: auto;
  position: absolute;
  display: inline-block;
}

​ .SmallProductDetailsImageMessageLbl {
  font-size: 70%;
}

/*=====================Checkout Process=========================*/
.bold {
  font-weight: bold;
}

.occult {
  display: none;
}

.payPalSubmit {
  height: 30px;
  width: 60px;
  vertical-align: bottom;
}

.paymentSubmit {
  height: 30px;
  width: 60px;
  vertical-align: bottom;
}

.checkOutButton {
  height: 30px;
  width: 30px;
}

.paymentMethodList {
  vertical-align: bottom;
  height: 25px;
}

/*======================Uploadify==============================*/
/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 


.uploadify {
	position: relative;
	margin-bottom: 1em;
}
.uploadify-button {
	background-color: #505050;
	background-image: linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -o-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -moz-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -ms-linear-gradient(bottom, #505050 0%, #707070 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #505050),
		color-stop(1, #707070)
	);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 2px solid #808080;
	color: #FFF;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	width: 100%;
}
.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}
.uploadify-button.disabled {
	background-color: #D0D0D0;
	color: #808080;
}
.uploadify-queue {
	margin-bottom: 1em;
}
.uploadify-queue-item {
	background-color: #F5F5F5;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font: 11px Verdana, Geneva, sans-serif;
	margin-top: 5px;
	max-width: 350px;
	padding: 10px;
}
.uploadify-error {
	background-color: #FDE5DD !important;
}*/
.uploadify-queue-item .cancel a {
  background: url("images/uploadify-cancel.png") 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px;
}

.uploadify-queue-item.completed {
  background-color: #E5E5E5;
}

/*** Blog feature ***/
/*.sws-clear:before, .sws-clear:after
{
    content:" ";
    display: table;
} 
 
.sws-clear:after
{
     clear: both;
}*/
/*** Angular animations ***/
.tags-show-hide.ng-hide-add, .tags-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
  display: block !important;
}

.tags-show-hide.ng-hide-add.ng-hide-add-active,
.tags-show-hide.ng-hide-remove {
  opacity: 0;
}

.tags-show-hide.ng-hide-add,
.tags-show-hide.ng-hide-remove.ng-hide-remove-active {
  opacity: 1;
}

/*****************/
/*** Tag Cloud ***/
.blog-tags-left {
  float: left;
  width: 20%;
  min-height: 10px;
}

.blog-posts-right {
  float: left;
  width: 80%;
  min-height: 10px;
}

.blog-tags-right {
  float: left;
  width: 20%;
  min-height: 10px;
}

.blog-posts-left {
  float: left;
  width: 80%;
  min-height: 10px;
}

.blog-posts-left {
  overflow: visible;
}

.blog-posts-right {
  overflow: hidden;
}

.blog-tags-left .fluency-cloud.tags .tag, .blog-tags-right .fluency-cloud.tags .tag {
  width: 100%;
}

.sws-tags .tag {
  cursor: pointer;
}

.sws-tags li.tag {
  float: none !important;
}

.fluency-cloud .w0 {
  color: #9ce;
  font-size: 250%;
}

.fluency-cloud .w1 {
  color: #aab5f0;
  font-size: 100%;
}

.fluency-cloud .w2 {
  color: #9ce;
  font-size: 125%;
}

.fluency-cloud .w3 {
  color: #a0ddff;
  font-size: 150%;
}

.fluency-cloud .w4 {
  color: #90c5f0;
  font-size: 175%;
}

.fluency-cloud .w5 {
  color: #90a0dd;
  font-size: 200%;
}

.fluency-cloud .w6 {
  color: #90c5f0;
  font-size: 225%;
}

.fluency-cloud .w7 {
  color: #39d;
  font-size: 250%;
}

.fluency-cloud .w8 {
  color: #0cf;
  font-size: 275%;
}

.fluency-cloud .w9 {
  color: #0cf;
  font-size: 300%;
}

.fluency-cloud .w10 {
  color: #0cf;
  font-size: 350%;
}

/*****************/
/* 
SWS FEATURES BASE STYLING
VERSION: 1.0
RELEASE: 15/04/2014
*/
/* =============================================================================
   BLOCKQUOTE
   ========================================================================== */
.sws-inline-content blockquote.sws-blockquote {
  font-size: 110%;
  font-style: italic;
  margin-left: 38px;
  padding-bottom: 1.2em;
  padding-right: 0;
  padding-top: 0.45em;
  position: relative;
  float: none;
}

.sws-inline-content blockquote.sws-blockquote p {
  padding-bottom: 0;
  margin: 0;
  border: none;
}

.sws-inline-content blockquote.sws-blockquote p + p {
  padding-bottom: 0;
  padding-top: 0.8em;
  margin: 0;
}

.sws-inline-content blockquote.sws-blockquote:before {
  clear: both;
  content: "“";
  display: block;
  font-family: "Times New Roman",Times,Georgia,serif;
  font-size: 3em;
  font-style: normal;
  font-weight: bold;
  left: -46px;
  line-height: 10px;
  position: absolute;
  text-align: center;
  top: 0.46em;
  width: 40px;
}

.sws-inline-content blockquote.sws-blockquote cite {
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  line-height: 170%;
  text-transform: uppercase;
}

/* =============================================================================
   HORIZONTAL RULE
   ========================================================================== */
.sws-inline-content div.sws-hr {
  border-bottom-style: double;
  border-bottom-size: 3px;
  border-color: inherit;
  margin-bottom: 1.8em;
  padding-top: 0.75em;
  height: 1px;
  width: 100%;
  float: none;
  clear: both;
}

.sws-inline-content div.sws-hr * {
  display: none !important;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  outline: none;
}

/* =============================================================================
   TABLE CAPTION
   ========================================================================== */
.sws-inline-content table caption {
  padding-bottom: 0.7em;
  font-style: italic;
}

/* =============================================================================
   CONTENT TEMPLATES
   ========================================================================== */
/* Opening Paragraph
------------------------------------------------------------------------------*/
.sws-inline-content div.sws-introduction {
  border-bottom-style: double;
  border-bottom-size: 3px;
  border-color: inherit;
  font-size: 130%;
  line-height: 140%;
  margin-bottom: 1.4em;
  padding-bottom: 1.4em;
  padding-top: 0;
}

.sws-inline-content div.sws-introduction p {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: inherit;
}

/* Image Floated Left
------------------------------------------------------------------------------*/
.sws-inline-content div.sws-float-left {
  float: left;
  padding: 0.3em 1.6em 1em 0;
}

.sws-inline-content div.sws-float-left img {
  background: #fff url(/Templates/ckeditor/skins/fluency/images/image_placeholder.png) no-repeat 50% 50%;
}

/* Image Floated Right
------------------------------------------------------------------------------*/
.sws-inline-content div.sws-float-right {
  float: right;
  padding: 0.3em 0 1em 1.6em;
}

.sws-inline-content div.sws-float-right img {
  background: #fff url(/Templates/ckeditor/skins/fluency/images/image_placeholder.png) no-repeat 50% 50%;
}

/* Layout Table
------------------------------------------------------------------------------*/
.sws-inline-content table.sws-layout-table,
.sws-inline-content table.sws-layout-table caption,
.sws-inline-content table.sws-layout-table col,
.sws-inline-content table.sws-layout-table colgroup,
.sws-inline-content table.sws-layout-table thead,
.sws-inline-content table.sws-layout-table tfoot,
.sws-inline-content table.sws-layout-table tbody,
.sws-inline-content table.sws-layout-table tr,
.sws-inline-content table.sws-layout-table th,
.sws-inline-content table.sws-layout-table th span.th_content,
.sws-inline-content table.sws-layout-table td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  position: static;
  float: none;
  height: auto;
  width: auto;
  vertical-align: top;
  background-image: none;
  background-color: transparent;
  visibility: inherit;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha" Opacity=100;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-size-adjust: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  font-variant: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  word-wrap: normal;
  word-break: normal;
  white-space: normal;
}

.sws-inline-content.cke_focus table.sws-layout-table,
.sws-inline-content.cke_focus table.sws-layout-table th,
.sws-inline-content.cke_focus table.sws-layout-table td {
  border: 1px dotted #7f7f7f;
}

.sws-inline-content table.sws-layout-table {
  width: 100%;
  margin-bottom: 1.2em;
  margin-top: 0.1em;
}

.sws-inline-content table.sws-layout-table th span {
  display: inline !important;
}

/* =============================================================================
   Preload image
   ========================================================================== */
.sws-preload-inlineeditor-icons {
  display: none;
  background: url("skins/fluency/images/editor_icons.png") !important;
}

/* START Telerik.Web.UI.Skins.Window.css */
.RadWindow {
  -webkit-transform: rotate3d(0, 0, 1, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-transform: rotate3d(0, 0, 1, 0);
  -moz-backface-visibility: hidden;
  -moz-perspective: 1000;
  -o-transform: rotate3d(0, 0, 1, 0);
  -o-backface-visibility: hidden;
  -o-perspective: 1000;
  -ie-transform: rotate3d(0, 0, 1, 0);
  -ie-backface-visibility: hidden;
  -ie-perspective: 1000;
}

.RadWindow table.rwTable, .RadWindow table.rwShadow, .RadWindow .rwTitlebarControls {
  border: 0;
  padding: 0;
}

.RadWindow .rwCorner, .RadWindow .rwTitlebar, .RadWindow .rwStatusbar, .RadWindow .rwFooterCenter, .RadWindow .rwTitlebarControls td {
  padding: 0;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  vertical-align: top;
}

.RadWindow .rwTopResize {
  font-size: 1px;
  line-height: 4px;
  width: 100%;
  height: 4px;
  background-position: 0 -31px;
  background-repeat: repeat-x;
}

.RadWindow .rwStatusbarRow .rwCorner {
  background-repeat: no-repeat;
}

.RadWindow .rwStatusbarRow .rwBodyLeft {
  background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight {
  background-position: -24px 0;
}

.RadWindow .rwStatusbar {
  height: 22px;
  background-position: 0 -113px;
  background-repeat: repeat-x;
}

.RadWindow .rwStatusbar div {
  width: 18px;
  height: 18px;
  padding: 0 3px 0 0;
  background-position: 0 -94px;
  background-repeat: no-repeat;
}

.RadWindow .rwTable {
  width: 100%;
  height: 100%;
  table-layout: auto;
}

.RadWindow .rwCorner {
  width: 8px;
}

.RadWindow .rwTopLeft, .RadWindow .rwTopRight, .RadWindow .rwTitlebar, .RadWindow .rwFooterLeft, .RadWindow .rwFooterRight, .RadWindow .rwFooterCenter {
  height: 8px;
  font-size: 1px;
  background-repeat: no-repeat;
  line-height: 1px;
}

.RadWindow .rwBodyLeft, .RadWindow .rwBodyRight {
  background-repeat: repeat-y;
}

.RadWindow .rwBodyRight {
  background-position: -8px 0;
}

.RadWindow .rwTopLeft {
  background-position: 0 0;
}

.RadWindow .rwTopRight {
  background-position: -8px 0;
}

.RadWindow table .rwTitlebar {
  background-repeat: repeat-x;
  background-position: 0 -31px;
  -moz-user-select: none;
}

.RadWindow .rwFooterLeft {
  background-position: 0 -62px;
}

.RadWindow .rwFooterRight {
  background-position: -8px -62px;
}

.RadWindow .rwFooterCenter {
  background-repeat: repeat-x;
  background-position: 0 -70px;
}

.RadWindow .rwTitlebarControls {
  width: 100%;
  height: 27px;
}

.RadWindow .rwIframeWrapperIOS {
  widht: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.RadWindow .rwWindowContent {
  height: 100% !important;
  background: white;
}

.RadWindow td.rwLoading {
  background-repeat: no-repeat;
  background-position: center;
}

.RadWindow .rwStatusbar .rwLoading {
  background-repeat: no-repeat;
}

.RadWindow .rwStatusbar .rwLoading {
  padding-left: 30px;
}

.RadWindow td.rwStatusbar input {
  font: normal 12px "Segoe UI",Arial,Verdana,Sans-serif;
  padding: 4px 0 0 3px;
  margin: 0;
  border: 0 !important;
  width: 100%;
  height: 18px;
  line-height: 18px;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  cursor: default;
  -moz-user-select: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  vertical-align: middle;
}

.RadWindow .rwControlButtons {
  padding: 0;
  margin: 2px 0 0 0;
  list-style: none;
  white-space: nowrap;
  float: right;
}

.RadWindow .rwControlButtons li {
  float: left;
  padding: 0 1px 0 0;
}

.RadWindow .rwControlButtons a {
  width: 30px;
  height: 21px;
  line-height: 1px;
  font-size: 1px;
  cursor: default;
  background-repeat: no-repeat;
  display: block;
  text-decoration: none;
  outline: 0;
}

.RadWindow .rwControlButtons span {
  display: block;
}

.RadWindow .rwReloadButton {
  background-position: -120px 0;
}

.RadWindow .rwReloadButton:hover {
  background-position: -120px -21px;
}

.RadWindow .rwPinButton {
  background-position: -180px 0;
}

.RadWindow .rwPinButton:hover {
  background-position: -180px -21px;
}

.RadWindow .rwPinButton.on {
  background-position: -150px 0;
}

.RadWindow .rwPinButton.on:hover {
  background-position: -150px -21px;
}

.RadWindow .rwMinimizeButton {
  background-position: 0 0;
}

.RadWindow .rwMinimizeButton:hover {
  background-position: 0 -21px;
}

.RadWindow .rwMaximizeButton {
  background-position: -60px 0;
}

.RadWindow .rwMaximizeButton:hover {
  background-position: -60px -21px;
}

.RadWindow .rwCloseButton {
  background-position: -90px 0;
}

.RadWindow .rwCloseButton:hover {
  background-position: -90px -21px;
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton, .RadWindow.rwMinimizedWindow .rwMinimizeButton {
  background-position: -30px 0;
}

.RadWindow.rwMaximizedWindow .rwMaximizeButton:hover, .RadWindow.rwMinimizedWindow .rwMinimizeButton:hover {
  background-position: -30px -21px;
}

.RadWindow.rwMaximizedWindow .rwTopResize, .RadWindow.rwMaximizedWindow .rwCorner, .RadWindow.rwMaximizedWindow .rwFooterCenter, .RadWindow.rwMaximizedWindow .rwTitlebar {
  cursor: default !important;
}

.RadWindow .rwIcon {
  display: block;
  background-repeat: no-repeat;
  background-position: 0 -78px;
  width: 16px;
  height: 16px;
  cursor: default;
  margin: 3px 5px 0 0;
}

.RadWindow .rwTitleRow em {
  font: normal bold 12px "Segoe UI",Arial;
  color: black;
  padding: 3px 0 0 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}

.RadWindow.rwInactiveWindow .rwTitlebarControls {
  position: static;
}

.RadWindow .rwDialogPopup {
  margin: 16px;
  color: black;
  padding: 1px 0 16px 50px;
  font: normal 12px "Segoe UI",Arial,Verdana;
  cursor: default;
}

.RadWindow .rwDialogPopup .rwPopupButton, .RadWindow .rwDialogPopup .rwPopupButton span {
  display: block;
  float: left;
}

.RadWindow .rwControlButtons a {
  text-indent: -3333px;
  overflow: hidden;
  text-align: center;
}

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

.RadWindow.rwMinimizedWindow .rwPinButton, .RadWindow.rwMinimizedWindow .rwReloadButton, .RadWindow.rwMinimizedWindow .rwMaximizeButton, .RadWindow.rwMinimizedWindow .rwTopResize {
  display: none !important;
}

.RadWindow .rwDialogInput {
  font: normal 12px "Segoe UI",Arial,Verdana;
  color: black;
  width: 100%;
  display: block;
  margin: 8px 0;
}

.RadWindow .rwWindowContent .radconfirm, .RadWindow .rwWindowContent .radalert {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
}

.RadWindow .rwWindowContent .radconfirm {
  background-image: url("/WebResource.axd?d=wq5v6itGdWOEgXwxfL-njtccMJ9knKRdQUFJF7hFPxBTlytn2RBc1Pv4FQdAsYvgHUM5my-1ThUl4Cgc2xoXRsIhv_ZFjokZl0_X_zBYcxjbZ0yAw6yUg8qQljbmhMZWJJf1Mnr6Z3YrrQGGukWlbc2-Hpw_17sNEjH4HmXv98p7tx6QwRGJJ1bMTopsri41kEXLHw2&t=635542400170796695");
}

.RadWindow .rwWindowContent .radalert {
  background-image: url("/WebResource.axd?d=Omg_8e58AXeKx3HgallFEUc5mkimh7DuiQzDdT2jMVRpwsEWUTQmfFZ3NTOw817H3XMUldyHhpImZxMNW-9V841w6MpN2O7YKWEYJWRCWTN44G26u86ycPRPMUfTIM7epa4_IDw65nCAPulTf4-dLpUzIHvZH5sDLRK0XlDHxG-xQwuBr_lLKmkmDMzugMzUtPObVA2&t=635542400170796695");
}

.RadWindow .rwWindowContent .radprompt {
  padding: 0;
}

.RadWindow .rwPopupButton, .RadWindow .rwPopupButton span {
  text-decoration: none;
  color: black;
  line-height: 21px;
  height: 21px;
  cursor: default;
}

.RadWindow .rwPopupButton {
  background-repeat: no-repeat;
  background-position: 0 -136px;
  padding: 0 0 0 3px;
  margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwOuterSpan {
  background-repeat: no-repeat;
  background-position: right -136px;
  padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton .rwInnerSpan {
  background-repeat: repeat-x;
  background-position: 0 -157px;
  padding: 0 12px;
}

.RadWindow .rwWindowContent .rwPopupButton:hover {
  background-position: 0 -178px;
  padding: 0 0 0 3px;
  margin: 8px 8px 8px 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwOuterSpan {
  background-position: right -178px;
  padding: 0 3px 0 0;
}

.RadWindow .rwWindowContent .rwPopupButton:hover .rwInnerSpan {
  background-position: 0 -199px;
  padding: 0 12px;
}

.RadWindow .rwStatusbarRow .rwBodyLeft {
  background-position: -16px 0;
}

.RadWindow .rwStatusbarRow .rwBodyRight {
  background-position: -24px 0;
}

.RadWindow.rwMinimizedWindow .rwContentRow, .RadWindow.rwMinimizedWindow .rwStatusbarRow {
  display: none;
}

.RadWindow.rwMinimizedWindow table.rwTitlebarControls {
  margin-top: 4px;
}

.RadWindow.rwMinimizedWindow .rwControlButtons {
  width: 66px !important;
}

.RadWindow.rwMinimizedWindow em {
  width: 90px;
}

.RadWindow.rwMinimizedWindow, .RadWindow .rwMinimizedWindowOverlay {
  width: 200px !important;
  height: 30px !important;
  overflow: hidden !important;
  float: left !important;
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopLeft {
  background-position: 0 -220px;
  background-repeat: no-repeat;
}

.RadWindow.rwMinimizedWindow .rwCorner.rwTopRight {
  background-position: -8px -220px;
  background-repeat: no-repeat;
}

.RadWindow.rwMinimizedWindow .rwTitlebar {
  background-position: 0 -250px !important;
  background-repeat: repeat-x;
}

.RadWindow.rwInactiveWindow .rwCorner, .RadWindow.rwInactiveWindow .rwTitlebar, .RadWindow.rwInactiveWindow .rwFooterCenter {
  filter: alpha(opacity=65) !important;
  opacity: 0.65 !important;
  -ms-filter: "alpha(opacity=65)";
}

.RadWindow ul.rwControlButtons span {
  display: none\9;
}

.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopLeft {
  background-position: 0 -280px;
}

.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTitlebar {
  background-position: 0 -288px;
  background-repeat: repeat-x;
}

.RadWindow.rwNoTitleBar table tr.rwTitleRow td.rwTopRight {
  background-position: -8px -280px;
}

.RadWindow.rwNoTitleBar table div.rwTopResize {
  background: 0;
}

.RadWindow .rwShadow .rwTopLeft, .RadWindow .rwShadow .rwTopRight, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight {
  width: 15px !important;
}

.RadWindow .rwShadow .rwTopLeft, .RadWindow .rwShadow .rwTopRight {
  height: 38px;
}

.RadWindow .rwShadow .rwTopLeft, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft {
  background-position: 0 -297px !important;
}

.RadWindow .rwShadow .rwTopRight, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight {
  background-position: 0 -335px !important;
}

.RadWindow .rwShadow .rwTopResize {
  height: 8px;
  background-position: 0 -376px !important;
}

.RadWindow .rwShadow .rwTitlebar, .RadWindow.rwMinimizedWindow .rwShadow .rwTitlebar {
  height: 30px !important;
  background-position: 0 -391px !important;
  background-repeat: repeat-x !important;
}

.RadWindow .rwInactiveWindow.rwMinimizedWindow {
  height: 29px\9 !important;
  _height: 30px !important;
}

.RadWindow .rwShadow .rwFooterLeft, .RadWindow .rwShadow .rwFooterRight, .RadWindow .rwShadow .rwFooterCenter {
  height: 14px;
}

.RadWindow .rwShadow .rwFooterLeft {
  width: 15px;
  background-position: 0 -431px;
}

.RadWindow .rwShadow .rwFooterCenter {
  background-position: 0 -461px;
  background-repeat: repeat-x;
}

.RadWindow .rwShadow .rwFooterRight {
  width: 15px;
  background-position: 0 -446px;
}

.RadWindow .rwShadow .rwBodyLeft, .RadWindow .rwShadow .rwBodyRight {
  width: 15px;
  background-repeat: repeat-y;
}

.RadWindow .rwShadow .rwBodyLeft {
  background-position: -33px 0;
}

.RadWindow .rwShadow .rwBodyRight {
  background-position: -52px 0;
}

.RadWindow .rwShadow .rwIcon {
  margin: 7px 5px 0 1px;
}

.RadWindow .rwShadow em {
  padding: 7px 0 0 1px;
}

.RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopLeft, .RadWindow.rwMinimizedWindow .rwShadow .rwCorner.rwTopRight {
  height: 1px !important;
}

.RadWindow.rwMinimizedWindowShadow {
  overflow: visible !important;
}

.RadWindow.rwMinimizedWindowShadow .rwTable {
  height: auto !important;
  width: 210px !important;
}

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterLeft {
  background-position: 0 -432px;
}

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterCenter {
  background-position: 0 -462px;
}

.RadWindow.rwMinimizedWindow .rwShadow .rwFooterRight {
  background-position: 0 -447px;
}

.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls {
  display: block;
}

.RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwPinButton, .RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwReloadButton, .RadWindow.rwMinimizedWindowShadow .rwShadow .rwTitlebarControls .rwControlButtons .rwMaximizeButton, .RadWindow.rwMinimizedWindowShadow .rwShadow .rwContentRow, .RadWindow.rwMinimizedWindowShadow .rwShadow .rwStatusbarRow {
  display: none !important;
}

.RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopLeft, .RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopRight, .RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterLeft, .RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterRight, .RadWindow .rwMinimizedWindowShadow .rwShadow .rwFooterCenter, .RadWindow .rwMinimizedWindowShadow .rwShadow .rwTopResize {
  cursor: default !important;
}

.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopLeft {
  background-position: 0 -480px !important;
}

.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTitlebar {
  background-position: 0 -525px !important;
}

.RadWindow.rwNoTitleBar table.rwShadow tr td.rwTopRight {
  background-position: 0 -500px !important;
}

.RadWindow.rwNoTitleBar .rwShadow .rwTitlebar, .RadWindow.rwNoTitleBar .rwShadow .rwTopLeft, .RadWindow.rwNoTitleBar .rwShadow .rwTopRight {
  height: 13px !important;
}

.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopLeft {
  background-position: 8px -280px !important;
}

.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTitlebar {
  background-position: 0 -288px !important;
}

.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow tr td.rwTopRight {
  background-position: -9px -280px !important;
}

.RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTitlebar, .RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopLeft, .RadWindow.rwNoTitleBar.rwInactiveWindow table.rwShadow .rwTopRight {
  height: 8px !important;
}

html:first-child .RadWindow ul {
  float: right;
  border: 1px solid transparent;
}

.RadWindow_rtl .rwControlButtons {
  float: left;
}

div.RadWindow_rtl .rwControlButtons li {
  float: right;
}

div.RadWindow_rtl table.rwShadow .rwControlButtons li {
  float: right;
}

.RadWindow.RadWindow_rtl div.rwDialogText, .RadWindow.RadWindow_rtl div.rwDialogText {
  text-align: right;
}

.RadWindow.RadWindow_rtl div.rwDialogPopup div a, .RadWindow.RadWindow_rtl div.rwDialogPopup div a {
  float: right;
}

.RadWindow.RadWindow_rtl div.rwDialogPopup, .RadWindow.RadWindow_rtl div.rwDialogPopup {
  background-position: right center;
  padding: 1px 50px 16px 0;
}

.RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt, .RadWindow.RadWindow_rtl div.rwDialogPopup.radprompt {
  padding: 1px 0 16px 0;
}

.RadWindow.RadWindow_rtl .rwPopupButton, .RadWindow.RadWindow_rtl .rwPopupButton:hover {
  margin: 8px 0 8px 8px;
}

/* END Telerik.Web.UI.Skins.Window.css */
/* START Telerik.Web.UI.Skins.Default.Window.Default.css */
.RadWindow_Default {
  font-family: "Segoe UI",Arial,Helvetica,sans-serif;
  font-size: 12px;
}

.RadWindow_Default .rwTopLeft, .RadWindow_Default .rwTopRight, .RadWindow_Default .rwTitlebar, .RadWindow_Default .rwFooterLeft, .RadWindow_Default .rwFooterRight, .RadWindow_Default .rwFooterCenter, .RadWindow_Default .rwTopResize, .RadWindow_Default .rwStatusbar div, .RadWindow_Default .rwStatusbar, .RadWindow_Default .rwPopupButton, .RadWindow_Default .rwPopupButton span, .RadWindow_Default.rwMinimizedWindow .rwCorner {
  background-image: url("/WebResource.axd?d=3SPWFfCuTLWCsy4-SCfgN6d47PUaS47G_y1NyUv1im5B79WaXusCGCtTDNDrmy2xulBYHuGbU0-hx91iOj5dQtdjY_YhwnLodWMoLfPI1cT3jma7ZGItfMEJgneHBGeENcacBGbyJ6uc23GoAWncwEr50D-wcuzOF2gqjh48PQANazzIVfVZeCdJrKSEMcM9unjDiGHh2TOwpxz47L3nn5FdqxI1&t=635542400170796695");
}

.RadWindow_Default .rwBodyLeft, .RadWindow_Default .rwBodyRight, .RadWindow_Default .rwStatusbarRow .rwCorner {
  background-image: url("/WebResource.axd?d=6fDKDq0qyX97359_hR82tZuoKbG1FFlYIDwtNLZ85KcqGjKnmwbl14fObGn60xWfPseeFbYMVCVrb51PdCvbf1PG3RyAipGGT4y03RCOm8iSjS1FUB79eNBaie2aqUdHIv0cmjksaBmMWymlnKQ0Lup933oKXiyAN2nFvuxxiw46S_lukgiXU50GJ_0b2VTO7SL7o8aZDWJjcPaWug5loib4qvo1&t=635542400170796695");
}

.RadWindow_Default .rwShadow .rwTopLeft, .RadWindow_Default .rwShadow .rwTopRight, .RadWindow_Default .rwShadow .rwTitlebar, .RadWindow_Default .rwShadow .rwFooterLeft, .RadWindow_Default .rwShadow .rwFooterRight, .RadWindow_Default .rwShadow .rwFooterCenter, .RadWindow_Default .rwShadow .rwTopResize, .RadWindow_Default .rwShadow .rwStatusbar div, .RadWindow_Default .rwShadow .rwStatusbar, .RadWindow_Default .rwShadow .rwPopupButton, .RadWindow_Default .rwShadow .rwPopupButton span, .RadWindow_Default .rwShadow .rwBodyLeft, .RadWindow_Default .rwShadow .rwBodyRight, .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight {
  background-image: url("/WebResource.axd?d=F43ldr8sItbRi11EF-3i4kDAO-NjrzTNq0biuhjYRZzrnZzQJoEQvmAb4GLltaA29NG61JvYW-N8b1eiSzL6yhzhDAxnaVYIuLEag-HUN_CApdAXA8WKuCWl7MzyNceIwv6Ks0e4XXpSEns0drCoI3IFx-kPqCw1YCE2g51M6oOxCXC4HZWEkhB-tjYYMNoVKBY3McfvlhQdO3Uw5kYYAu7COo41&t=635542400170796695");
}

.RadWindow_Default .rwShadow .rwBodyLeft, .RadWindow_Default .rwShadow .rwBodyRight, .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft, .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight {
  background-image: url("/WebResource.axd?d=j4uYRQ9oblaz0manDw-d8Uucqjvamk1oeIOi5Y4yQB28JLCNSr8b9h_2nQ_5V3y2GkGTDeaKONDQIKWrJ_RNEiO7cfZNh6IhgIA79l32Dp1ydTtIxywgTaVDad6o8Xz08zcYyobRCA-L_jc2YgkIPT5pKG6LzUBs3bVKulPaklpOeb7PnmCQBW29PJjyyHBR_uXdRS6ixRq9loWT1i6HQP2-nRw1&t=635542400170796695");
}

.RadWindow_Default .rwStatusbar input {
  background-color: white;
}

.RadWindow_Default .rwControlButtons a {
  background-image: url("/WebResource.axd?d=19N2mbEufyz7eWqjTmhUk8E-IoXJa8o4LPQ-urFigT0UARCE0Qe_6At3SRgntZmB3b-_iPozQP-O59OBAZ6fFMENM5YcUIJ_nCwfm7HGMN3BmiqTM1xiw7HJITWkKUr08_qpmHKTYYokmx-eK4gt4xwHc9gSIxmbzHGeB0VxD5MP6WO0yhOPj33JlT4mJM5Dm1I8OfLIhtG1IeTJf8Dnmy0lWZc1&t=635542400170796695");
}

.RadWindow_Default a.rwIcon {
  background-image: url("/WebResource.axd?d=3SPWFfCuTLWCsy4-SCfgN6d47PUaS47G_y1NyUv1im5B79WaXusCGCtTDNDrmy2xulBYHuGbU0-hx91iOj5dQtdjY_YhwnLodWMoLfPI1cT3jma7ZGItfMEJgneHBGeENcacBGbyJ6uc23GoAWncwEr50D-wcuzOF2gqjh48PQANazzIVfVZeCdJrKSEMcM9unjDiGHh2TOwpxz47L3nn5FdqxI1&t=635542400170796695");
}

.RadWindow_Default .rwTable .rwTitlebarControls em {
  color: #333;
}

.RadWindow_Default .rwTable .rwDialogInput {
  border: 1px solid #8e8e8e;
}

.RadWindow_Default .rwTable .rwDialogInput:hover {
  border: 1px solid #515151;
  color: black;
}

.RadWindow_Default td.rwWindowContent {
  background-color: white;
}

.RadWindow_Default .rwTable tr td.rwLoading {
  background-color: white;
}

.RadWindow_Default td.rwWindowContent.rwLoading {
  background-image: url("/WebResource.axd?d=bYPsqHxZOa98zPpKq9RyCH6hSwc7MCQnkQZcvT3F5zC87RJNMxD6JmsBSMK8q0QHXZApUZ2BzU9SQ-KS8yGeun4LXwInCGJ3gEuKkXo4_D6Dv2zy9b4xjhQrGn1JBxi7veBBMBdqIexEPqOe0EC9R_0ByMGGbOvpcxnNB9Jp35aNcBjJcirm8HzQnRXJ0Xho_Ijgpg2&t=635542400170796695");
}

.RadWindow_Default input.rwLoading {
  background-image: url("/WebResource.axd?d=VW39rF2SlKl25ALadI7iyLmxD2_gIWDhGLuonnF1XZya-TRqLj6Gt7LGVpCCTdlDBPOzZlLLtrcemxBeDXAAXTslxCL2r0Btdr7WPdmfvXLVEuIDQDSt7SK6oY2BaYVBxnSEhRkvOMPAap1nH1zZH1nWOYtc8sq8S9nH2cWY2u7pywpc6ZcNRGMUqauEJqJXmduMuA2&t=635542400170796695");
}

.RadWindow_Default .rwTable a.rwCancel, .RadWindow_Default .rwTable a.rwCancel span {
  background: 0;
  cursor: pointer;
}

.RadWindow_Default .rwTable a.rwCancel span span {
  color: #333;
  text-decoration: underline;
}

.RadWindow_Default .rwShadow .rwControlButtons {
  margin: 5px -2px 0 0;
}

.RadWindow_Default .rwShadow .rwControlButtons {
  margin: 5px -1px 0 0\9;
}

.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwControlButtons {
  margin: 7px -8px 0 0;
}

.RadWindow_Default.rwMinimizedWindowShadow .rwShadow .rwIcon {
  margin: 9px 6px 0 0;
}

.RadWindow_Default.rwMinimizedWindowShadow .rwShadow em {
  margin: 4px 0 0 -1px;
}

.RadWindow_Default .rwShadow .rwControlButtons li {
  float: left;
  padding: 0;
}

.RadWindow_Default .rwShadow .rwControlButtons a {
  width: 26px;
}

.RadWindow_Default .rwInactiveWindow .rwShadow .rwTopLeft, .RadWindow_Default .rwInactiveWindow .rwShadow .rwTopRight, .RadWindow_Default .rwInactiveWindow .rwShadow .rwTitlebar, .RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterLeft, .RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterRight, .RadWindow_Default .rwInactiveWindow .rwShadow .rwFooterCenter, .RadWindow_Default .rwInactiveWindow .rwShadow .rwTopResize, .RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar div, .RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbar, .RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton, .RadWindow_Default .rwInactiveWindow .rwShadow .rwPopupButton span, .RadWindow_Default .rwInactiveWindow .rwShadow.rwMinimizedWindow .rwCorner, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopLeft, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTitlebar, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwTopRight, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterLeft, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterCenter, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwFooterRight {
  background-image: url("/WebResource.axd?d=3SPWFfCuTLWCsy4-SCfgN6d47PUaS47G_y1NyUv1im5B79WaXusCGCtTDNDrmy2xulBYHuGbU0-hx91iOj5dQtdjY_YhwnLodWMoLfPI1cT3jma7ZGItfMEJgneHBGeENcacBGbyJ6uc23GoAWncwEr50D-wcuzOF2gqjh48PQANazzIVfVZeCdJrKSEMcM9unjDiGHh2TOwpxz47L3nn5FdqxI1&t=635542400170796695") !important;
}

.RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyLeft, .RadWindow_Default .rwInactiveWindow .rwShadow .rwBodyRight, .RadWindow_Default .rwInactiveWindow .rwShadow .rwStatusbarRow .rwCorner, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyLeft, .RadWindow_Default.rwNoTitleBar.rwInactiveWindow .rwShadow .rwBodyRight {
  background-image: url("/WebResource.axd?d=6fDKDq0qyX97359_hR82tZuoKbG1FFlYIDwtNLZ85KcqGjKnmwbl14fObGn60xWfPseeFbYMVCVrb51PdCvbf1PG3RyAipGGT4y03RCOm8iSjS1FUB79eNBaie2aqUdHIv0cmjksaBmMWymlnKQ0Lup933oKXiyAN2nFvuxxiw46S_lukgiXU50GJ_0b2VTO7SL7o8aZDWJjcPaWug5loib4qvo1&t=635542400170796695") !important;
}

/* END Telerik.Web.UI.Skins.Default.Window.Default.css */
.lower-footer-left {
  box-sizing: border-box;
}

.ats-content .vacancy\/header:first-child, .ats-content .vacancy\/body:first-child, .ats-content .vacancy\/meta:first-child, .ats-content .vacancy\/details:first-child, .ats-content .vacancy\/document:first-child, .ats-content .vacancy\/actions:first-child, .\@vacancy-list .vacancy:first-child {
  margin-top: 0;
}

.ats-content .vacancy\/header:last-child, .ats-content .vacancy\/body:last-child, .ats-content .vacancy\/meta:last-child, .ats-content .vacancy\/details:last-child, .ats-content .vacancy\/document:last-child, .ats-content .vacancy\/actions:last-child, .\@vacancy-list .vacancy:last-child {
  margin-bottom: 0;
}

.ats-content * select[multiple], .ats-content * select[size] {
  overflow-x: hidden;
  overflow-y: auto;
}

.ats-content a {
  text-decoration: none !important;
}

.ats-content ul > li, .ats-content ol > li {
  padding: 0;
}

.ats-content ul > li:nth-child(2n+1), .ats-content ol > li:nth-child(2n+1) {
  background-color: transparent;
}

@media (min-width: 1400px) {
  .ats-content .col-xl-1, .ats-content .col-xl-2, .ats-content .col-xl-3, .ats-content .col-xl-4, .ats-content .col-xl-5, .ats-content .col-xl-6, .ats-content .col-xl-7, .ats-content .col-xl-8, .ats-content .col-xl-9, .ats-content .col-xl-10, .ats-content .col-xl-11, .ats-content .col-xl-12 {
    float: left;
  }
  .ats-content .col-xl-1 {
    width: 8.3333333333%;
  }
  .ats-content .col-xl-2 {
    width: 16.6666666667%;
  }
  .ats-content .col-xl-3 {
    width: 25%;
  }
  .ats-content .col-xl-4 {
    width: 33.3333333333%;
  }
  .ats-content .col-xl-5 {
    width: 41.6666666667%;
  }
  .ats-content .col-xl-6 {
    width: 50%;
  }
  .ats-content .col-xl-7 {
    width: 58.3333333333%;
  }
  .ats-content .col-xl-8 {
    width: 66.6666666667%;
  }
  .ats-content .col-xl-9 {
    width: 75%;
  }
  .ats-content .col-xl-10 {
    width: 83.3333333333%;
  }
  .ats-content .col-xl-11 {
    width: 91.6666666667%;
  }
  .ats-content .col-xl-12 {
    width: 100%;
  }
  .ats-content .col-xl-pull-0 {
    right: auto;
  }
  .ats-content .col-xl-pull-1 {
    right: 8.3333333333%;
  }
  .ats-content .col-xl-pull-2 {
    right: 16.6666666667%;
  }
  .ats-content .col-xl-pull-3 {
    right: 25%;
  }
  .ats-content .col-xl-pull-4 {
    right: 33.3333333333%;
  }
  .ats-content .col-xl-pull-5 {
    right: 41.6666666667%;
  }
  .ats-content .col-xl-pull-6 {
    right: 50%;
  }
  .ats-content .col-xl-pull-7 {
    right: 58.3333333333%;
  }
  .ats-content .col-xl-pull-8 {
    right: 66.6666666667%;
  }
  .ats-content .col-xl-pull-9 {
    right: 75%;
  }
  .ats-content .col-xl-pull-10 {
    right: 83.3333333333%;
  }
  .ats-content .col-xl-pull-11 {
    right: 91.6666666667%;
  }
  .ats-content .col-xl-pull-12 {
    right: 100%;
  }
  .ats-content .col-xl-push-0 {
    left: auto;
  }
  .ats-content .col-xl-push-1 {
    left: 8.3333333333%;
  }
  .ats-content .col-xl-push-2 {
    left: 16.6666666667%;
  }
  .ats-content .col-xl-push-3 {
    left: 25%;
  }
  .ats-content .col-xl-push-4 {
    left: 33.3333333333%;
  }
  .ats-content .col-xl-push-5 {
    left: 41.6666666667%;
  }
  .ats-content .col-xl-push-6 {
    left: 50%;
  }
  .ats-content .col-xl-push-7 {
    left: 58.3333333333%;
  }
  .ats-content .col-xl-push-8 {
    left: 66.6666666667%;
  }
  .ats-content .col-xl-push-9 {
    left: 75%;
  }
  .ats-content .col-xl-push-10 {
    left: 83.3333333333%;
  }
  .ats-content .col-xl-push-11 {
    left: 91.6666666667%;
  }
  .ats-content .col-xl-push-12 {
    left: 100%;
  }
  .ats-content .col-xl-offset-0 {
    margin-left: 0%;
  }
  .ats-content .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .ats-content .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .ats-content .col-xl-offset-3 {
    margin-left: 25%;
  }
  .ats-content .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .ats-content .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .ats-content .col-xl-offset-6 {
    margin-left: 50%;
  }
  .ats-content .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .ats-content .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .ats-content .col-xl-offset-9 {
    margin-left: 75%;
  }
  .ats-content .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .ats-content .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .ats-content .col-xl-offset-12 {
    margin-left: 100%;
  }
}

.ats-content .container {
  padding: 0 16px;
}

.ats-content .row {
  margin-right: -16px;
  margin-left: -16px;
}

.ats-content .row:first-child {
  margin-top: -16px;
}

.ats-content .row:last-child {
  margin-bottom: -16px;
}

html .ats-content .row.\--large-gutter {
  margin-right: -32px;
  margin-left: -32px;
}

html .ats-content .row.\--large-gutter:first-child {
  margin-top: -32px;
}

html .ats-content .row.\--large-gutter:last-child {
  margin-bottom: -32px;
}

html .ats-content .row.\--large-gutter > .col-xs-1, html .ats-content .row.\--large-gutter > .col-sm-1, html .ats-content .row.\--large-gutter > .col-md-1, html .ats-content .row.\--large-gutter > .col-lg-1, html .ats-content .row.\--large-gutter > .col-xl-1, html .ats-content .row.\--large-gutter > .col-xs-2, html .ats-content .row.\--large-gutter > .col-sm-2, html .ats-content .row.\--large-gutter > .col-md-2, html .ats-content .row.\--large-gutter > .col-lg-2, html .ats-content .row.\--large-gutter > .col-xl-2, html .ats-content .row.\--large-gutter > .col-xs-3, html .ats-content .row.\--large-gutter > .col-sm-3, html .ats-content .row.\--large-gutter > .col-md-3, html .ats-content .row.\--large-gutter > .col-lg-3, html .ats-content .row.\--large-gutter > .col-xl-3, html .ats-content .row.\--large-gutter > .col-xs-4, html .ats-content .row.\--large-gutter > .col-sm-4, html .ats-content .row.\--large-gutter > .col-md-4, html .ats-content .row.\--large-gutter > .col-lg-4, html .ats-content .row.\--large-gutter > .col-xl-4, html .ats-content .row.\--large-gutter > .col-xs-5, html .ats-content .row.\--large-gutter > .col-sm-5, html .ats-content .row.\--large-gutter > .col-md-5, html .ats-content .row.\--large-gutter > .col-lg-5, html .ats-content .row.\--large-gutter > .col-xl-5, html .ats-content .row.\--large-gutter > .col-xs-6, html .ats-content .row.\--large-gutter > .col-sm-6, html .ats-content .row.\--large-gutter > .col-md-6, html .ats-content .row.\--large-gutter > .col-lg-6, html .ats-content .row.\--large-gutter > .col-xl-6, html .ats-content .row.\--large-gutter > .col-xs-7, html .ats-content .row.\--large-gutter > .col-sm-7, html .ats-content .row.\--large-gutter > .col-md-7, html .ats-content .row.\--large-gutter > .col-lg-7, html .ats-content .row.\--large-gutter > .col-xl-7, html .ats-content .row.\--large-gutter > .col-xs-8, html .ats-content .row.\--large-gutter > .col-sm-8, html .ats-content .row.\--large-gutter > .col-md-8, html .ats-content .row.\--large-gutter > .col-lg-8, html .ats-content .row.\--large-gutter > .col-xl-8, html .ats-content .row.\--large-gutter > .col-xs-9, html .ats-content .row.\--large-gutter > .col-sm-9, html .ats-content .row.\--large-gutter > .col-md-9, html .ats-content .row.\--large-gutter > .col-lg-9, html .ats-content .row.\--large-gutter > .col-xl-9, html .ats-content .row.\--large-gutter > .col-xs-10, html .ats-content .row.\--large-gutter > .col-sm-10, html .ats-content .row.\--large-gutter > .col-md-10, html .ats-content .row.\--large-gutter > .col-lg-10, html .ats-content .row.\--large-gutter > .col-xl-10, html .ats-content .row.\--large-gutter > .col-xs-11, html .ats-content .row.\--large-gutter > .col-sm-11, html .ats-content .row.\--large-gutter > .col-md-11, html .ats-content .row.\--large-gutter > .col-lg-11, html .ats-content .row.\--large-gutter > .col-xl-11, html .ats-content .row.\--large-gutter > .col-xs-12, html .ats-content .row.\--large-gutter > .col-sm-12, html .ats-content .row.\--large-gutter > .col-md-12, html .ats-content .row.\--large-gutter > .col-lg-12, html .ats-content .row.\--large-gutter > .col-xl-12 {
  padding: 32px;
}

html .ats-content .row.\--no-gutter {
  margin: 0;
}

html .ats-content .row.\--no-gutter > .col-xs-1, html .ats-content .row.\--no-gutter > .col-sm-1, html .ats-content .row.\--no-gutter > .col-md-1, html .ats-content .row.\--no-gutter > .col-lg-1, html .ats-content .row.\--no-gutter > .col-xl-1, html .ats-content .row.\--no-gutter > .col-xs-2, html .ats-content .row.\--no-gutter > .col-sm-2, html .ats-content .row.\--no-gutter > .col-md-2, html .ats-content .row.\--no-gutter > .col-lg-2, html .ats-content .row.\--no-gutter > .col-xl-2, html .ats-content .row.\--no-gutter > .col-xs-3, html .ats-content .row.\--no-gutter > .col-sm-3, html .ats-content .row.\--no-gutter > .col-md-3, html .ats-content .row.\--no-gutter > .col-lg-3, html .ats-content .row.\--no-gutter > .col-xl-3, html .ats-content .row.\--no-gutter > .col-xs-4, html .ats-content .row.\--no-gutter > .col-sm-4, html .ats-content .row.\--no-gutter > .col-md-4, html .ats-content .row.\--no-gutter > .col-lg-4, html .ats-content .row.\--no-gutter > .col-xl-4, html .ats-content .row.\--no-gutter > .col-xs-5, html .ats-content .row.\--no-gutter > .col-sm-5, html .ats-content .row.\--no-gutter > .col-md-5, html .ats-content .row.\--no-gutter > .col-lg-5, html .ats-content .row.\--no-gutter > .col-xl-5, html .ats-content .row.\--no-gutter > .col-xs-6, html .ats-content .row.\--no-gutter > .col-sm-6, html .ats-content .row.\--no-gutter > .col-md-6, html .ats-content .row.\--no-gutter > .col-lg-6, html .ats-content .row.\--no-gutter > .col-xl-6, html .ats-content .row.\--no-gutter > .col-xs-7, html .ats-content .row.\--no-gutter > .col-sm-7, html .ats-content .row.\--no-gutter > .col-md-7, html .ats-content .row.\--no-gutter > .col-lg-7, html .ats-content .row.\--no-gutter > .col-xl-7, html .ats-content .row.\--no-gutter > .col-xs-8, html .ats-content .row.\--no-gutter > .col-sm-8, html .ats-content .row.\--no-gutter > .col-md-8, html .ats-content .row.\--no-gutter > .col-lg-8, html .ats-content .row.\--no-gutter > .col-xl-8, html .ats-content .row.\--no-gutter > .col-xs-9, html .ats-content .row.\--no-gutter > .col-sm-9, html .ats-content .row.\--no-gutter > .col-md-9, html .ats-content .row.\--no-gutter > .col-lg-9, html .ats-content .row.\--no-gutter > .col-xl-9, html .ats-content .row.\--no-gutter > .col-xs-10, html .ats-content .row.\--no-gutter > .col-sm-10, html .ats-content .row.\--no-gutter > .col-md-10, html .ats-content .row.\--no-gutter > .col-lg-10, html .ats-content .row.\--no-gutter > .col-xl-10, html .ats-content .row.\--no-gutter > .col-xs-11, html .ats-content .row.\--no-gutter > .col-sm-11, html .ats-content .row.\--no-gutter > .col-md-11, html .ats-content .row.\--no-gutter > .col-lg-11, html .ats-content .row.\--no-gutter > .col-xl-11, html .ats-content .row.\--no-gutter > .col-xs-12, html .ats-content .row.\--no-gutter > .col-sm-12, html .ats-content .row.\--no-gutter > .col-md-12, html .ats-content .row.\--no-gutter > .col-lg-12, html .ats-content .row.\--no-gutter > .col-xl-12 {
  padding: 0;
}

html .ats-content .row.\--no-v-gutter {
  margin-top: 0;
  margin-bottom: 0;
}

html .ats-content .row.\--no-v-gutter > .col-xs-1, html .ats-content .row.\--no-v-gutter > .col-sm-1, html .ats-content .row.\--no-v-gutter > .col-md-1, html .ats-content .row.\--no-v-gutter > .col-lg-1, html .ats-content .row.\--no-v-gutter > .col-xl-1, html .ats-content .row.\--no-v-gutter > .col-xs-2, html .ats-content .row.\--no-v-gutter > .col-sm-2, html .ats-content .row.\--no-v-gutter > .col-md-2, html .ats-content .row.\--no-v-gutter > .col-lg-2, html .ats-content .row.\--no-v-gutter > .col-xl-2, html .ats-content .row.\--no-v-gutter > .col-xs-3, html .ats-content .row.\--no-v-gutter > .col-sm-3, html .ats-content .row.\--no-v-gutter > .col-md-3, html .ats-content .row.\--no-v-gutter > .col-lg-3, html .ats-content .row.\--no-v-gutter > .col-xl-3, html .ats-content .row.\--no-v-gutter > .col-xs-4, html .ats-content .row.\--no-v-gutter > .col-sm-4, html .ats-content .row.\--no-v-gutter > .col-md-4, html .ats-content .row.\--no-v-gutter > .col-lg-4, html .ats-content .row.\--no-v-gutter > .col-xl-4, html .ats-content .row.\--no-v-gutter > .col-xs-5, html .ats-content .row.\--no-v-gutter > .col-sm-5, html .ats-content .row.\--no-v-gutter > .col-md-5, html .ats-content .row.\--no-v-gutter > .col-lg-5, html .ats-content .row.\--no-v-gutter > .col-xl-5, html .ats-content .row.\--no-v-gutter > .col-xs-6, html .ats-content .row.\--no-v-gutter > .col-sm-6, html .ats-content .row.\--no-v-gutter > .col-md-6, html .ats-content .row.\--no-v-gutter > .col-lg-6, html .ats-content .row.\--no-v-gutter > .col-xl-6, html .ats-content .row.\--no-v-gutter > .col-xs-7, html .ats-content .row.\--no-v-gutter > .col-sm-7, html .ats-content .row.\--no-v-gutter > .col-md-7, html .ats-content .row.\--no-v-gutter > .col-lg-7, html .ats-content .row.\--no-v-gutter > .col-xl-7, html .ats-content .row.\--no-v-gutter > .col-xs-8, html .ats-content .row.\--no-v-gutter > .col-sm-8, html .ats-content .row.\--no-v-gutter > .col-md-8, html .ats-content .row.\--no-v-gutter > .col-lg-8, html .ats-content .row.\--no-v-gutter > .col-xl-8, html .ats-content .row.\--no-v-gutter > .col-xs-9, html .ats-content .row.\--no-v-gutter > .col-sm-9, html .ats-content .row.\--no-v-gutter > .col-md-9, html .ats-content .row.\--no-v-gutter > .col-lg-9, html .ats-content .row.\--no-v-gutter > .col-xl-9, html .ats-content .row.\--no-v-gutter > .col-xs-10, html .ats-content .row.\--no-v-gutter > .col-sm-10, html .ats-content .row.\--no-v-gutter > .col-md-10, html .ats-content .row.\--no-v-gutter > .col-lg-10, html .ats-content .row.\--no-v-gutter > .col-xl-10, html .ats-content .row.\--no-v-gutter > .col-xs-11, html .ats-content .row.\--no-v-gutter > .col-sm-11, html .ats-content .row.\--no-v-gutter > .col-md-11, html .ats-content .row.\--no-v-gutter > .col-lg-11, html .ats-content .row.\--no-v-gutter > .col-xl-11, html .ats-content .row.\--no-v-gutter > .col-xs-12, html .ats-content .row.\--no-v-gutter > .col-sm-12, html .ats-content .row.\--no-v-gutter > .col-md-12, html .ats-content .row.\--no-v-gutter > .col-lg-12, html .ats-content .row.\--no-v-gutter > .col-xl-12 {
  padding-top: 0;
  padding-bottom: 0;
}

html .ats-content .row.\--no-h-gutter {
  margin-right: 0;
  margin-left: 0;
}

html .ats-content .row.\--no-h-gutter > .col-xs-1, html .ats-content .row.\--no-h-gutter > .col-sm-1, html .ats-content .row.\--no-h-gutter > .col-md-1, html .ats-content .row.\--no-h-gutter > .col-lg-1, html .ats-content .row.\--no-h-gutter > .col-xl-1, html .ats-content .row.\--no-h-gutter > .col-xs-2, html .ats-content .row.\--no-h-gutter > .col-sm-2, html .ats-content .row.\--no-h-gutter > .col-md-2, html .ats-content .row.\--no-h-gutter > .col-lg-2, html .ats-content .row.\--no-h-gutter > .col-xl-2, html .ats-content .row.\--no-h-gutter > .col-xs-3, html .ats-content .row.\--no-h-gutter > .col-sm-3, html .ats-content .row.\--no-h-gutter > .col-md-3, html .ats-content .row.\--no-h-gutter > .col-lg-3, html .ats-content .row.\--no-h-gutter > .col-xl-3, html .ats-content .row.\--no-h-gutter > .col-xs-4, html .ats-content .row.\--no-h-gutter > .col-sm-4, html .ats-content .row.\--no-h-gutter > .col-md-4, html .ats-content .row.\--no-h-gutter > .col-lg-4, html .ats-content .row.\--no-h-gutter > .col-xl-4, html .ats-content .row.\--no-h-gutter > .col-xs-5, html .ats-content .row.\--no-h-gutter > .col-sm-5, html .ats-content .row.\--no-h-gutter > .col-md-5, html .ats-content .row.\--no-h-gutter > .col-lg-5, html .ats-content .row.\--no-h-gutter > .col-xl-5, html .ats-content .row.\--no-h-gutter > .col-xs-6, html .ats-content .row.\--no-h-gutter > .col-sm-6, html .ats-content .row.\--no-h-gutter > .col-md-6, html .ats-content .row.\--no-h-gutter > .col-lg-6, html .ats-content .row.\--no-h-gutter > .col-xl-6, html .ats-content .row.\--no-h-gutter > .col-xs-7, html .ats-content .row.\--no-h-gutter > .col-sm-7, html .ats-content .row.\--no-h-gutter > .col-md-7, html .ats-content .row.\--no-h-gutter > .col-lg-7, html .ats-content .row.\--no-h-gutter > .col-xl-7, html .ats-content .row.\--no-h-gutter > .col-xs-8, html .ats-content .row.\--no-h-gutter > .col-sm-8, html .ats-content .row.\--no-h-gutter > .col-md-8, html .ats-content .row.\--no-h-gutter > .col-lg-8, html .ats-content .row.\--no-h-gutter > .col-xl-8, html .ats-content .row.\--no-h-gutter > .col-xs-9, html .ats-content .row.\--no-h-gutter > .col-sm-9, html .ats-content .row.\--no-h-gutter > .col-md-9, html .ats-content .row.\--no-h-gutter > .col-lg-9, html .ats-content .row.\--no-h-gutter > .col-xl-9, html .ats-content .row.\--no-h-gutter > .col-xs-10, html .ats-content .row.\--no-h-gutter > .col-sm-10, html .ats-content .row.\--no-h-gutter > .col-md-10, html .ats-content .row.\--no-h-gutter > .col-lg-10, html .ats-content .row.\--no-h-gutter > .col-xl-10, html .ats-content .row.\--no-h-gutter > .col-xs-11, html .ats-content .row.\--no-h-gutter > .col-sm-11, html .ats-content .row.\--no-h-gutter > .col-md-11, html .ats-content .row.\--no-h-gutter > .col-lg-11, html .ats-content .row.\--no-h-gutter > .col-xl-11, html .ats-content .row.\--no-h-gutter > .col-xs-12, html .ats-content .row.\--no-h-gutter > .col-sm-12, html .ats-content .row.\--no-h-gutter > .col-md-12, html .ats-content .row.\--no-h-gutter > .col-lg-12, html .ats-content .row.\--no-h-gutter > .col-xl-12 {
  padding-right: 0;
  padding-left: 0;
}

.ats-content .row > .col-xs-1, .ats-content .row > .col-sm-1, .ats-content .row > .col-md-1, .ats-content .row > .col-lg-1, .ats-content .row > .col-xl-1, .ats-content .row > .col-xs-2, .ats-content .row > .col-sm-2, .ats-content .row > .col-md-2, .ats-content .row > .col-lg-2, .ats-content .row > .col-xl-2, .ats-content .row > .col-xs-3, .ats-content .row > .col-sm-3, .ats-content .row > .col-md-3, .ats-content .row > .col-lg-3, .ats-content .row > .col-xl-3, .ats-content .row > .col-xs-4, .ats-content .row > .col-sm-4, .ats-content .row > .col-md-4, .ats-content .row > .col-lg-4, .ats-content .row > .col-xl-4, .ats-content .row > .col-xs-5, .ats-content .row > .col-sm-5, .ats-content .row > .col-md-5, .ats-content .row > .col-lg-5, .ats-content .row > .col-xl-5, .ats-content .row > .col-xs-6, .ats-content .row > .col-sm-6, .ats-content .row > .col-md-6, .ats-content .row > .col-lg-6, .ats-content .row > .col-xl-6, .ats-content .row > .col-xs-7, .ats-content .row > .col-sm-7, .ats-content .row > .col-md-7, .ats-content .row > .col-lg-7, .ats-content .row > .col-xl-7, .ats-content .row > .col-xs-8, .ats-content .row > .col-sm-8, .ats-content .row > .col-md-8, .ats-content .row > .col-lg-8, .ats-content .row > .col-xl-8, .ats-content .row > .col-xs-9, .ats-content .row > .col-sm-9, .ats-content .row > .col-md-9, .ats-content .row > .col-lg-9, .ats-content .row > .col-xl-9, .ats-content .row > .col-xs-10, .ats-content .row > .col-sm-10, .ats-content .row > .col-md-10, .ats-content .row > .col-lg-10, .ats-content .row > .col-xl-10, .ats-content .row > .col-xs-11, .ats-content .row > .col-sm-11, .ats-content .row > .col-md-11, .ats-content .row > .col-lg-11, .ats-content .row > .col-xl-11, .ats-content .row > .col-xs-12, .ats-content .row > .col-sm-12, .ats-content .row > .col-md-12, .ats-content .row > .col-lg-12, .ats-content .row > .col-xl-12 {
  padding: 16px;
}

html .ats-content .row.\--xs-eq-height {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
}

html .ats-content .row.\--xs-eq-height > [class*="col-"] {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: -1px;
}

@media (min-width: 768px) {
  html .ats-content .row.\--sm-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .ats-content .row.\--sm-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -1px;
  }
}

@media (min-width: 992px) {
  html .ats-content .row.\--md-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .ats-content .row.\--md-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -1px;
  }
}

@media (min-width: 1200px) {
  html .ats-content .row.\--lg-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .ats-content .row.\--lg-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -1px;
  }
}

@media (min-width: 1400px) {
  html .ats-content .row.\--xl-eq-height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
  html .ats-content .row.\--xl-eq-height > [class*="col-"] {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -1px;
  }
}

.ats-content html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:before, .ats-content html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:after {
  content: " ";
  display: table;
}

.ats-content html:not(.ie6):not(.ie7):not(.ie8) [class*="col-"]:after {
  clear: both;
}

.ats-content .page {
  position: relative;
}

.ats-content .page\/header, .ats-content .page\/content, .ats-content .page\/footer {
  position: relative;
  margin: 24px 48px 24px 0;
}

.ats-content .page\/header:last-bottom, .ats-content .page\/content:last-bottom, .ats-content .page\/footer:last-bottom {
  margin-top: 48px;
}

.ats-content .page\/back {
  position: absolute;
  top: 12px;
  right: 0;
}

.ats-content .page\/back:first-child + h1, .ats-content .page\/back:first-child + .h1, .ats-content .page\/back:first-child + h2, .ats-content .page\/back:first-child + .h2, .ats-content .page\/back:first-child + h3, .ats-content .page\/back:first-child + .h3, .ats-content .page\/back:first-child + h4, .ats-content .page\/back:first-child + .h4, .ats-content .page\/back:first-child + h5, .ats-content .page\/back:first-child + .h5, .ats-content .page\/back:first-child + h6, .ats-content .page\/back:first-child + .h6 {
  margin-top: 0;
}

html .ats-content .page\/back.\--bottom {
  top: auto;
  bottom: 0;
}

.ats-content .vacancy {
  position: relative;
}

.ats-content .vacancy\/header, .ats-content .vacancy\/body {
  position: relative;
  margin: 16px 0;
}

.ats-content .vacancy\/header {
  padding-right: 154px;
}

.ats-content .vacancy\/favourite {
  position: absolute;
  top: 0;
  right: 0;
}

.ats-content .vacancy\/favourite a i {
  color: #999;
}

.ats-content .vacancy\/favourite a:hover i {
  color: #FFCD47;
}

.ats-content .vacancy\/favourite:first-child + h1, .ats-content .vacancy\/favourite:first-child + .h1, .ats-content .vacancy\/favourite:first-child + h2, .ats-content .vacancy\/favourite:first-child + .h2, .ats-content .vacancy\/favourite:first-child + h3, .ats-content .vacancy\/favourite:first-child + .h3, .ats-content .vacancy\/favourite:first-child + h4, .ats-content .vacancy\/favourite:first-child + .h4, .ats-content .vacancy\/favourite:first-child + h5, .ats-content .vacancy\/favourite:first-child + .h5, .ats-content .vacancy\/favourite:first-child + h6, .ats-content .vacancy\/favourite:first-child + .h6 {
  margin-top: 0;
}

html .ats-content .vacancy\/favourite.\--favourited i {
  color: #FFCD47;
}

html .ats-content .vacancy\/favourite.\--favourited:hover i {
  color: #999;
}

.ats-content .vacancy\/meta, .ats-content .vacancy\/details, .ats-content .vacancy\/document, .ats-content .vacancy\/actions {
  margin: 32px 0;
}

.\@vacancy-list .vacancy {
  margin: 32px 0;
  padding: 0 0 24px;
  border-bottom: 1px solid #d3d3d3;
}

.\@vacancy-list .vacancy:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ats-content .page_header {
  text-align: center;
}

.ats-content .page_header:before, .ats-content .page_header:after {
  content: " ";
  display: table;
}

.ats-content .page_header:after {
  clear: both;
}

.ats-content .page_header\/title, .ats-content .page_header\/subtitle {
  margin: 48px 0;
  font-weight: 700;
}

.ats-content .page_header\/title {
  margin-top: 105px;
  font-size: 64px;
}

.ats-content .page_header\/subtitle {
  margin-bottom: 105px;
  font-size: 56px;
}

.ats-content #page_header_wrapper {
  height: 400px;
}

.ats-content .sorting:before, .ats-content .sorting:after {
  content: " ";
  display: table;
}

.ats-content .sorting:after {
  clear: both;
}

.ats-content .sorting\/label {
  float: left;
  margin: 0;
  padding-right: 6px;
}

.ats-content .sorting\/options {
  list-style: none;
  margin-top: -3px;
  padding: 0;
  float: left;
}

.ats-content .sorting\/options li {
  list-style: none;
}

.ats-content .sorting\/option {
  float: left;
  font-weight: 700;
}

.ats-content .sorting\/option a {
  padding: 0 6px;
  text-decoration: none;
}

.ats-content .sorting\/option a:after {
  display: inline-block;
  padding-left: 4px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html .ats-content .sorting\/option.\--order-asc a:after {
  content: '\f0d8';
}

html .ats-content .sorting\/option.\--order-desc a:after {
  content: '\f0d7';
}

.ats-content .social-links {
  margin: 10px -6px;
}

.ats-content .social-links:first-child {
  margin-top: -6px;
}

.ats-content .social-links:last-child {
  margin-bottom: -6px;
}

.ats-content .social-links h1, .ats-content .social-links .h1, .ats-content .social-links h2, .ats-content .social-links .h2, .ats-content .social-links h3, .ats-content .social-links .h3, .ats-content .social-links h4, .ats-content .social-links .h4, .ats-content .social-links h5, .ats-content .social-links .h5, .ats-content .social-links h6, .ats-content .social-links .h6 {
  font-size: 18px;
  font-size: 1.2857142857rem;
}

.ats-content .social-links\/item {
  font-size: 24px;
  font-size: 1.7142857143rem;
  padding: 6px;
  color: inherit;
  transition: color 0.3s;
}

.ats-content .social-links\/item:hover {
  color: inherit;
}

html .ats-content .social-links\/item.\--facebook:hover {
  color: #3b5998;
}

html .ats-content .social-links\/item.\--twitter:hover {
  color: #1da1f3;
}

html .ats-content .social-links\/item.\--linkedin:hover {
  color: #0077b5;
}
/*# sourceMappingURL=app.css.map */