@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #094C6D;
  text-decoration: none; }
  a:hover, a:focus {
    color: #031b26;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  width: 100% \9;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto; }

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

.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: 1007px) {
    .container {
      width: 990px; } }
  @media (min-width: 1230px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

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

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

.col-xs-1 {
  width: 8.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: 1007px) {
  .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: 1230px) {
  .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%; } }

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

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  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: 1006px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1006px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1006px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1006px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1230px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1230px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1230px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1230px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1006px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1230px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  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; } }

@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot?8c100f3f2c46e91e15857d5ec4230b91");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "icons";
  src: url("/fonts/icons.eot?8c100f3f2c46e91e15857d5ec4230b91");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"), url("/fonts/icons.woff?8c100f3f2c46e91e15857d5ec4230b91") format("woff"), url("/fonts/icons.ttf?8c100f3f2c46e91e15857d5ec4230b91") format("truetype");
  font-weight: normal;
  font-style: normal; }

.icon-arrow_light_left.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_light_left.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_light_right.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-arrow_light_right.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cleverbox.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cleverbox.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gplus.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-gplus.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-linkedin.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter.icon-before:before {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter.icon-after:after {
  content: "";
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (min-width: 1230px) {
  .show-lg {
    display: block !important; }
  .hide-lg {
    display: none !important; }
  #responsive_query_check {
    width: 1200px; }
  #show_breakpoints:after {
    content: "LG | min-width: 1200px"; } }

@media (min-width: 1007px) and (max-width: 1229px) {
  .show-md {
    display: block !important; }
  .hide-md {
    display: none !important; }
  #responsive_query_check {
    width: 991px; }
  #show_breakpoints:after {
    content: "MD | max-width: 1199px"; } }

@media (min-width: 768px) and (max-width: 1006px) {
  .show-sm {
    display: block !important; }
  .hide-sm {
    display: none !important; }
  #responsive_query_check {
    width: 767px; }
  #show_breakpoints:after {
    content: "SM | max-width: 991px"; } }

@media (min-width: 480px) and (max-width: 767px) {
  .show-xs {
    display: block !important; }
  .hide-xs {
    display: none !important; }
  #responsive_query_check {
    width: 320px; }
  #show_breakpoints:after {
    content: "XS | max-width: 767px"; } }

@media (max-width: 479px) {
  .show-xxs {
    display: block !important; }
  .hide-xxs {
    display: none !important; }
  #responsive_query_check {
    width: 250px; }
  #show_breakpoints:after {
    content: "XXS | max-width: 320px"; } }

.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden; }
  .cf:after {
    clear: both; }

.ellipsis {
  overflow: hidden; }

.ellip {
  display: block;
  height: 100%; }

.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%; }

.ellip,
.ellip-line {
  position: relative;
  overflow: hidden; }

.container .container {
  width: auto;
  padding: 0; }

div.video_wrapper {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  clear: both; }
  div.video_wrapper object,
  div.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

div.body_con {
  padding: 0 10px; }

div.content_footer {
  margin: 10px 0 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #D3D3D3;
  clear: both; }

.imgleft, .imgleft20 {
  float: left;
  margin: 0 20px 20px 0;
  clear: both; }

.imgleft10 {
  float: left;
  margin: 0 10px 10px 0;
  clear: both; }

.imgright, .imgright20 {
  float: right;
  margin: 0 0 20px 20px;
  clear: both; }

.imgright10 {
  float: right;
  margin: 0 0 10px 10px;
  clear: both; }

.loading {
  background: url("/images/loading.gif") no-repeat center; }

div.msg {
  background: #009FD1;
  font-weight: bold;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  margin: 0 0 20px 0; }

h1.home {
  color: #121F47 !important; }

h1 span {
  padding: 0 0 0 10px;
  color: #121F47; }
  h1 span.bold {
    padding: 0;
    color: #121F47; }

ul.errmsg {
  margin: 0;
  padding: 0; }
  ul.errmsg li {
    margin: 0;
    padding: 0;
    border: none;
    width: auto;
    float: none; }

div.col50p {
  width: 50%;
  float: left; }

.hide {
  display: none; }

.bold {
  font-weight: bold !important; }

.noborder {
  border: 0 !important; }

.flleft {
  float: left !important; }

.flright {
  float: right !important; }

.tcenter {
  text-align: center !important; }

.tleft {
  text-align: left !important; }

.tright {
  text-align: right !important; }

.err {
  color: #c00; }

/* Text Icon  Links */
a.arrow, a.arrow2, a.lnkpdf, a.lnkemail, a.lnkexcel, a.lnkmp3, a.lnkvideo, a.lnkword, a.lnkrss {
  line-height: 16px;
  text-decoration: none; }

a.arrow_left i {
  margin-right: 5px; }

a.arrow_right i {
  margin-left: 5px; }

a.lnkpdf {
  background: url(/images/icons/pdf.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

a.lnkemail {
  background: url(/images/icons/email.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

a.lnkexcel {
  background: url(/images/icons/excel.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

a.lnkvideo {
  background: url(/images/icons/video.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

a.lnkword, a.lnkdoc, a.lnkdocx {
  background: url(/images/icons/word.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

a.lnkrss {
  background: url(/images/icons/rss.png) center left no-repeat;
  padding: 1px 0 1px 20px !important; }

.width_10 {
  width: 10px; }

.width_20 {
  width: 20px; }

.width_30 {
  width: 30px; }

.width_40 {
  width: 40px; }

.width_50 {
  width: 50px; }

.width_60 {
  width: 60px; }

.width_70 {
  width: 70px; }

.width_80 {
  width: 80px; }

.width_90 {
  width: 90px; }

.width_100 {
  width: 100px; }

.width_110 {
  width: 110px; }

.width_120 {
  width: 120px; }

.width_130 {
  width: 130px; }

.width_140 {
  width: 140px; }

.width_150 {
  width: 150px; }

.width_160 {
  width: 160px; }

.width_170 {
  width: 170px; }

.width_180 {
  width: 180px; }

.width_190 {
  width: 190px; }

.width_200 {
  width: 200px; }

.width_5 {
  width: 5px; }

.full_width {
  width: 100% !important; }

.padd10 {
  padding: 10px; }

.padd10t {
  padding-top: 10px; }

.padd10r {
  padding-right: 10px; }

.padd10b {
  padding-bottom: 10px; }

.padd10l {
  padding-left: 10px; }

.padd20 {
  padding: 20px; }

.padd20t {
  padding-top: 20px; }

.padd20r {
  padding-right: 20px; }

.padd20b {
  padding-bottom: 20px; }

.padd20l {
  padding-left: 20px; }

.marg10 {
  margin: 10px; }

.marg10t {
  margin-top: 10px; }

.marg10r {
  margin-right: 10px; }

.marg10b {
  margin-bottom: 10px; }

.marg10l {
  margin-left: 10px; }

.marg20 {
  margin: 20px; }

.marg20t {
  margin-top: 20px; }

.marg20r {
  margin-right: 20px; }

.marg20b {
  margin-bottom: 20px; }

.marg20l {
  margin-left: 20px; }

.clfx1 {
  height: 1px;
  clear: both; }

.clfx5 {
  height: 5px;
  clear: both; }

.clfx10 {
  height: 10px;
  clear: both; }

.clfx20 {
  height: 20px;
  clear: both; }

.clfx30 {
  height: 30px;
  clear: both; }

.clfx40 {
  height: 40px;
  clear: both; }

.clfx {
  zoom: 1; }
  .clfx:before, .clfx:after {
    content: "";
    display: table; }
  .clfx:after {
    clear: both; }

/* Debug Panel */
div#debug {
  width: 330px;
  height: 100%;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  border: 2px solid #ededed; }
  div#debug ul {
    margin: 5px;
    padding: 0; }
    div#debug ul li {
      margin: 0;
      padding: 5px 0;
      list-style: none;
      font-size: 10px;
      text-align: left;
      border-bottom: 1px solid #ededed; }
      div#debug ul li label {
        float: left;
        width: 100px;
        font-weight: bold; }
      div#debug ul li input {
        float: left;
        border: 1px solid #ededed;
        padding: 1px;
        width: 190px;
        font-size: 11px; }

div#at_hover {
  font-size: 12px !important; }

/* Other */
.plus_overlay {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  will-change: opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  /* The Fallback */
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  overflow: hidden; }
  .plus_overlay span {
    margin: 0 auto;
    height: 89px;
    width: 89px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #FFF;
    text-align: center;
    line-height: 96px; }
    .plus_overlay span i {
      font-size: 25px;
      color: #FFF;
      line-height: 89px; }

/* Bookmarks & Share CSS Override */
#at15s_head {
  font-size: 12px !important; }

#at15pf, #at16pf {
  height: 20px !important; }

body {
  margin: 0;
  padding: 0;
  background-color: #FFF;
  min-width: 320px !important; }

div, td, th, input, textarea, select, label, .a_extend, #main_body a {
  font: normal normal 16px/24px Tahoma, Geneva, sans-serif; }

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
  -moz-osx-font-smoothing: grayscale;
  /* Fixes font bold issue in Firefox version 25+ on Mac */ }

body, div, td, th, input, textarea, select, label {
  color: #333; }

a[name] {
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block;
  /* required for webkit browsers */ }

a,
a:focus,
.owl-prev, .owl-next {
  outline: 0 !important;
  cursor: pointer;
  text-decoration: none;
  color: #094C6D;
  text-decoration: none;
  transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; }
  a span, a h1, a h2, a h3, a h4,
  a:focus span,
  a:focus h1,
  a:focus h2,
  a:focus h3,
  a:focus h4,
  .owl-prev span,
  .owl-prev h1,
  .owl-prev h2,
  .owl-prev h3,
  .owl-prev h4, .owl-next span, .owl-next h1, .owl-next h2, .owl-next h3, .owl-next h4 {
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out; }

a:hover,
a:active {
  color: #3D9FD3;
  text-decoration: none; }

a.back_button {
  line-height: 35px;
  float: left;
  color: #333; }
  a.back_button i {
    font-size: 35px;
    line-height: 35px;
    float: left;
    margin: 0px 10px 0px 0px; }
  a.back_button:hover i {
    color: #009FD1; }

p {
  padding: 0;
  margin: 0 0 18px 0; }

h1, h2, h3, h4 {
  padding: 0;
  color: #009FD1;
  text-transform: none; }

h2, h3, h4 {
  margin: 0 0 10px 0; }

h1 {
  font: normal normal 36px Tahoma, Geneva, sans-serif;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1006px) {
    h1 {
      font-size: 30px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    h1 {
      font-size: 30px; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 30px; } }

h2 {
  font: normal normal 28px Tahoma, Geneva, sans-serif;
  margin: 0 0 20px 0; }
  @media (min-width: 768px) and (max-width: 1006px) {
    h2 {
      font-size: 23px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    h2 {
      font-size: 23px; } }
  @media (max-width: 479px) {
    h2 {
      font-size: 23px; } }

h3 {
  font: normal normal 22px Tahoma, Geneva, sans-serif;
  margin: 0 0 10px 0; }
  @media (min-width: 768px) and (max-width: 1006px) {
    h3 {
      font-size: 18px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    h3 {
      font-size: 18px; } }
  @media (max-width: 479px) {
    h3 {
      font-size: 18px; } }

h4 {
  font: normal normal 19px Tahoma, Geneva, sans-serif; }
  @media (min-width: 768px) and (max-width: 1006px) {
    h4 {
      font-size: 16px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    h4 {
      font-size: 16px; } }
  @media (max-width: 479px) {
    h4 {
      font-size: 16px; } }

strong {
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif; }

img {
  border: 0; }

ul, ol {
  margin: 11px 0 15px 25px;
  padding: 0; }
  ul li, ol li {
    margin: 3px 0; }
    ul li ul, ul li ol, ol li ul, ol li ol {
      margin-top: 0px; }

ul li {
  list-style: disc outside none; }

ul#sitemap, ul#sitemap ul {
  margin-top: 0;
  margin-bottom: 0; }

.fullscreen_image img {
  width: 98% !important;
  height: auto !important; }

hr {
  border: 0;
  margin: 30px 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 159, 209, 0), rgba(0, 159, 209, 0.5), rgba(0, 159, 209, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 159, 209, 0), rgba(0, 159, 209, 0.5), rgba(0, 159, 209, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 159, 209, 0), rgba(0, 159, 209, 0.5), rgba(0, 159, 209, 0));
  background-image: -o-linear-gradient(left, rgba(0, 159, 209, 0), rgba(0, 159, 209, 0.5), rgba(0, 159, 209, 0)); }

#middlecol img {
  max-width: 100%;
  height: auto !important; }

#middlecol .gm-style img {
  max-width: none; }

#middlecol table img {
  max-width: none; }

form textarea,
form select,
form input[type=text],
#google_translate select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

form {
  margin: 0;
  padding: 0; }
  form fieldset {
    border: none;
    padding: 0;
    margin: 0; }
  form ul {
    margin: 0; }
    form ul li {
      margin: 0 0 10px;
      list-style: none; }
      form ul li.err label {
        color: #C12626; }
  form .error {
    color: #FFF;
    padding: 10px 15px;
    margin: 0 0 15px;
    background-color: #C12626;
    font-weight: bold;
    line-height: 18px; }
    form .error i {
      margin-right: 11px;
      font-size: 18px;
      float: left; }
  form .errmsg {
    margin: -15px 0 20px;
    background: #d52b2b;
    padding: 15px; }
    form .errmsg li {
      list-style: disc outside;
      color: #FFF;
      margin-left: 17px;
      padding: 0 0 0 9px; }
  form legend {
    color: #333;
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 21px;
    line-height: inherit;
    margin: 20px 0 15px;
    padding: 15px 10px;
    width: 100%;
    background-color: #EFEFEF;
    border: none; }
  form label {
    font-weight: bold;
    width: 100%; }
    form label.checkbox_multiple {
      font-weight: normal; }
  form .ast {
    margin: 0 0 0 5px;
    color: #C12626; }
  form select, form textarea, form input:not([type="image"]) {
    width: 100%;
    border: 1px solid #e0e0e0;
    padding: 10px;
    background-color: #FFF;
    -webkit-border-radius: 0; }
    form select:focus, form textarea:focus, form input:not([type="image"]):focus {
      border-color: #094C6D;
      background-color: #fff; }
    form select.hc, form select.realsubmit, form textarea.hc, form textarea.realsubmit, form input:not([type="image"]).hc, form input:not([type="image"]).realsubmit {
      display: none; }
    form select#submit, form textarea#submit, form input:not([type="image"])#submit {
      width: auto; }
  form textarea {
    min-height: 130px; }
  form select {
    padding: 11px 10px;
    line-height: 19px; }
  form input[type="password"], form input[type="text"], form select {
    height: 45px; }
  form input[type="radio"],
  form input[type="checkbox"] {
    width: 10px;
    margin-right: 10px; }
  form .submitbutton, form .formslide_wrapper .owl-controls .owl-prev, .formslide_wrapper .owl-controls form .owl-prev, form .formslide_wrapper .owl-controls .owl-next, .formslide_wrapper .owl-controls form .owl-next {
    float: right;
    padding: 0 15px;
    background-color: #094C6D;
    color: #FFF;
    font-size: 14px;
    line-height: 40px; }
    form .submitbutton:after, form .formslide_wrapper .owl-controls .owl-prev:after, .formslide_wrapper .owl-controls form .owl-prev:after, form .formslide_wrapper .owl-controls .owl-next:after, .formslide_wrapper .owl-controls form .owl-next:after {
      font-family: fontawesome;
      content: "\f105";
      display: inline-block;
      margin-left: 15px;
      vertical-align: middle;
      font-size: 18px;
      margin-top: -2px;
      border: 2px solid #FFF;
      width: 25px;
      height: 25px;
      color: #FFF;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      line-height: 20px;
      margin-left: 10px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0;
      text-indent: 1px; }
    form .submitbutton:not(.disabled):hover, form .formslide_wrapper .owl-controls .owl-prev:not(.disabled):hover, .formslide_wrapper .owl-controls form .owl-prev:not(.disabled):hover, form .formslide_wrapper .owl-controls .owl-next:not(.disabled):hover, .formslide_wrapper .owl-controls form .owl-next:not(.disabled):hover {
      background-color: #3D9FD3; }
    form .submitbutton i, form .formslide_wrapper .owl-controls .owl-prev i, .formslide_wrapper .owl-controls form .owl-prev i, form .formslide_wrapper .owl-controls .owl-next i, .formslide_wrapper .owl-controls form .owl-next i {
      margin-left: 10px;
      font-size: 22px; }

.err_msg {
  margin-bottom: 20px;
  background: #d52b2b; }
  .err_msg h4 {
    background-color: #C12626;
    padding: 0 15px;
    width: 100%;
    color: #FFF;
    line-height: 40px;
    margin: 0; }
  .err_msg p {
    padding: 15px;
    color: #FFF;
    line-height: 20px; }

.formslide_wrapper {
  position: relative; }
  .formslide_wrapper .submitbutton, .formslide_wrapper .owl-controls .owl-prev, .formslide_wrapper .owl-controls .owl-next {
    display: none; }
  .formslide_wrapper .owl-controls .owl-prev span, .formslide_wrapper .owl-controls .owl-next span {
    display: inline-block;
    vertical-align: middle; }
  .formslide_wrapper .owl-controls .owl-prev i, .formslide_wrapper .owl-controls .owl-next i {
    vertical-align: middle;
    display: inline-block;
    font-size: 22px; }
  .formslide_wrapper .owl-controls .owl-nav .owl-prev {
    float: left; }
    .formslide_wrapper .owl-controls .owl-nav .owl-prev i {
      margin: 0 10px 0 0; }
  .formslide_wrapper .owl-controls .owl-nav .owl-next {
    float: right; }
    .formslide_wrapper .owl-controls .owl-nav .owl-next.disabled {
      display: none !important; }

.page_form_wrapper {
  margin: 55px 0; }
  .page_form_wrapper .page_form form {
    background: #EFEFEF;
    padding: 40px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .page_form_wrapper .page_form form {
        padding: 20px; } }
    @media (max-width: 479px) {
      .page_form_wrapper .page_form form {
        padding: 20px; } }

ul.ui-autocomplete {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  cursor: default;
  background: #00789e;
  border: none;
  max-width: 300px;
  margin: -8px 0 0 -5px; }
  ul.ui-autocomplete li {
    padding: 0;
    margin: 0;
    list-style: none; }
    ul.ui-autocomplete li a {
      display: block;
      padding: 10px 15px;
      color: #FFF;
      font-size: 12px;
      line-height: 16px; }
      ul.ui-autocomplete li a:hover {
        color: #fff;
        background: #00abe0; }

#ui-datepicker-div {
  /* with multiple calendars */
  /* RTL support */
  /* icon support */
  /* left-aligned */
  /* right-aligned */
  /* Component containers
      ----------------------------------*/
  /* Interaction Cues
      ----------------------------------*/ }
  #ui-datepicker-div.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff; }
  #ui-datepicker-div .ui-widget-header {
    background: #000;
    color: #FFF;
    font-weight: bold; }
    #ui-datepicker-div .ui-widget-header span {
      color: #FFF; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev span i,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next span i {
    color: #FFF; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev:hover span i,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next:hover span i {
    color: #094C6D; }
  #ui-datepicker-div table thead tr th span {
    color: #000; }
  #ui-datepicker-div .ui-state-default,
  #ui-datepicker-div .ui-widget-content .ui-state-default,
  #ui-datepicker-div .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555; }
  #ui-datepicker-div .ui-state-default a,
  #ui-datepicker-div .ui-state-default a:link,
  #ui-datepicker-div .ui-state-default a:visited {
    color: #555555;
    text-decoration: none; }
  #ui-datepicker-div .ui-datepicker-calendar .ui-state-hover,
  #ui-datepicker-div .ui-widget-content .ui-state-hover,
  #ui-datepicker-div .ui-state-focus,
  #ui-datepicker-div .ui-widget-content .ui-state-focus,
  #ui-datepicker-div .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background: #dadada;
    font-weight: normal;
    color: #212121; }
  #ui-datepicker-div .ui-state-hover a,
  #ui-datepicker-div .ui-state-hover a:hover,
  #ui-datepicker-div .ui-state-hover a:link,
  #ui-datepicker-div .ui-state-hover a:visited,
  #ui-datepicker-div .ui-state-focus a,
  #ui-datepicker-div .ui-state-focus a:hover,
  #ui-datepicker-div .ui-state-focus a:link,
  #ui-datepicker-div .ui-state-focus a:visited {
    color: #212121;
    text-decoration: none; }
  #ui-datepicker-div .ui-state-active,
  #ui-datepicker-div .ui-widget-content .ui-state-active {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    font-weight: normal;
    color: #212121; }
  #ui-datepicker-div .ui-state-active a,
  #ui-datepicker-div .ui-state-active a:link,
  #ui-datepicker-div .ui-state-active a:visited {
    color: #212121;
    text-decoration: none; }
  #ui-datepicker-div.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    margin-top: 5px !important; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-prev,
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 3px;
    left: 7px;
    font-size: 14px; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-next {
    right: 7px;
    left: auto; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
  #ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
  #ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
    width: 45%; }
  #ui-datepicker-div.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
  #ui-datepicker-div.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
  #ui-datepicker-div.ui-datepicker td {
    border: 0;
    padding: 1px; }
  #ui-datepicker-div.ui-datepicker td span,
  #ui-datepicker-div.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: center;
    text-decoration: none; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
  #ui-datepicker-div.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
  #ui-datepicker-div.ui-datepicker.ui-datepicker-multi {
    width: auto; }
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group {
    float: left; }
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
  #ui-datepicker-div.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
  #ui-datepicker-div.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
  #ui-datepicker-div.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
  #ui-datepicker-div.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
  #ui-datepicker-div.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
  #ui-datepicker-div.ui-datepicker-rtl {
    direction: rtl; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  #ui-datepicker-div.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
  #ui-datepicker-div .ui-menu-icons {
    position: relative; }
  #ui-datepicker-div .ui-menu-icons .ui-menu-item {
    padding-left: 2em; }
  #ui-datepicker-div .ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0; }
  #ui-datepicker-div .ui-menu .ui-menu-icon {
    left: auto;
    right: 0; }
  #ui-datepicker-div.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em; }
  #ui-datepicker-div.ui-widget .ui-widget {
    font-size: 1em; }
  #ui-datepicker-div.ui-widget input,
  #ui-datepicker-div.ui-widget select,
  #ui-datepicker-div.ui-widget textarea,
  #ui-datepicker-div.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em; }
  #ui-datepicker-div .ui-widget-content a {
    color: #222222; }
  #ui-datepicker-div .ui-widget-header {
    font-weight: bold; }
  #ui-datepicker-div .ui-widget-header a {
    color: #222222; }
  #ui-datepicker-div .ui-state-highlight a,
  #ui-datepicker-div .ui-widget-content .ui-state-highlight a,
  #ui-datepicker-div .ui-widget-header .ui-state-highlight a {
    color: #363636; }
  #ui-datepicker-div .ui-state-error,
  #ui-datepicker-div .ui-widget-content .ui-state-error,
  #ui-datepicker-div .ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec;
    color: #cd0a0a; }
  #ui-datepicker-div .ui-state-error a,
  #ui-datepicker-div .ui-widget-content .ui-state-error a,
  #ui-datepicker-div .ui-widget-header .ui-state-error a {
    color: #cd0a0a; }
  #ui-datepicker-div .ui-state-error-text,
  #ui-datepicker-div .ui-widget-content .ui-state-error-text,
  #ui-datepicker-div .ui-widget-header .ui-state-error-text {
    color: #cd0a0a; }
  #ui-datepicker-div .ui-priority-primary,
  #ui-datepicker-div .ui-widget-content .ui-priority-primary,
  #ui-datepicker-div .ui-widget-header .ui-priority-primary {
    font-weight: bold; }
  #ui-datepicker-div .ui-priority-secondary,
  #ui-datepicker-div .ui-widget-content .ui-priority-secondary,
  #ui-datepicker-div .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
  #ui-datepicker-div .ui-state-disabled,
  #ui-datepicker-div .ui-widget-content .ui-state-disabled,
  #ui-datepicker-div .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
  #ui-datepicker-div .ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
  height: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("/images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*Buttons*/
#fancybox-buttons {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8050; }

#fancybox-buttons.top {
  top: 10px;
  display: none; }

#fancybox-buttons.bottom {
  bottom: 10px; }

#fancybox-buttons ul {
  display: block;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border: 1px solid #111;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  background: #323232;
  background: -moz-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(50%, #343434), color-stop(50%, #292929), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  background: linear-gradient(top, #444444 0%, #343434 50%, #292929 50%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#222222', GradientType=0); }

#fancybox-buttons ul li {
  float: left;
  margin: 0;
  padding: 0; }

#fancybox-buttons a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  background-image: url("/images/fancybox/fancybox_buttons.png");
  background-repeat: no-repeat;
  outline: none;
  opacity: 0.8; }

#fancybox-buttons a:hover {
  opacity: 1; }

#fancybox-buttons a.btnPrev {
  background-position: 5px 0; }

#fancybox-buttons a.btnNext {
  background-position: -33px 0;
  border-right: 1px solid #3e3e3e; }

#fancybox-buttons a.btnPlay {
  background-position: 0 -30px; }

#fancybox-buttons a.btnPlayOn {
  background-position: -30px -30px; }

#fancybox-buttons a.btnToggle {
  background-position: 3px -60px;
  border-left: 1px solid #111;
  border-right: 1px solid #3e3e3e;
  width: 35px; }

#fancybox-buttons a.btnToggleOn {
  background-position: -27px -60px; }

#fancybox-buttons a.btnClose {
  border-left: 1px solid #111;
  width: 35px;
  background-position: -56px 0px; }

#fancybox-buttons a.btnDisabled {
  opacity: 0.4;
  cursor: default; }

/*Thumbs*/
#fancybox-thumbs {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 8050;
  padding: 10px 0; }

#fancybox-thumbs.bottom {
  bottom: 2px; }

#fancybox-thumbs.top {
  top: 2px; }

#fancybox-thumbs ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

#fancybox-thumbs ul li {
  float: left;
  padding: 1px;
  opacity: 0.5;
  list-style: none; }

#fancybox-thumbs ul li.active {
  opacity: 0.75;
  padding: 0;
  border: 1px solid #fff; }

#fancybox-thumbs ul li:hover {
  opacity: 1; }

#fancybox-thumbs ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #222;
  background: #111;
  outline: none; }

#fancybox-thumbs ul li img {
  display: block;
  position: relative;
  border: 0;
  padding: 0;
  max-width: none; }

.fancybox-fullscreen .fancybox-close {
  right: 10px;
  top: 10px; }

.fancybox-fullscreen .fancybox-title-float-wrap {
  background: #222;
  height: 45px;
  width: 100%;
  margin-bottom: -35px;
  right: 0; }
  .fancybox-fullscreen .fancybox-title-float-wrap .child {
    background: #222;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    margin: 0;
    padding: 10px 20px;
    text-shadow: none;
    width: 100%; }

.iosslider_wrapper {
  width: 100%;
  height: auto;
  overflow: hidden; }

.iosslider {
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0 -15px; }
  .iosslider .slider {
    width: 100%;
    height: 100%; }
    .iosslider .slider .slide {
      float: left; }

.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index: 1;
  outline: none; }

.jScrollPaneTrack {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  height: 100%;
  background: #E3F1FA; }

.jScrollPaneDrag {
  position: absolute;
  background: #2C92CE;
  cursor: pointer;
  overflow: hidden; }

.jScrollPaneDragTop {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.jScrollPaneDragBottom {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden; }

a.jScrollArrowUp {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  background: url("/images/sprites.png") no-repeat -940px -880px;
  height: 13px; }

a.jScrollArrowDown {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  text-indent: -2000px;
  overflow: hidden;
  background: url("/images/sprites.png") no-repeat -940px -893px;
  height: 13px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *, .jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #d8d8d8;
  position: relative; }

.jspDrag {
  background: #530755;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }
  .jspArrow.jspDisabled {
    cursor: default;
    background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  margin: auto; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-nav {
  -moz-opacity: 70;
  -khtml-opacity: 70;
  -webkit-opacity: 70;
  opacity: 70;
  will-change: opacity;
  /*overflow: hidden;*/
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
  height: 0px; }
  .owl-nav:hover {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    will-change: opacity; }
  .owl-nav .owl-prev, .owl-nav .owl-next {
    background: #094C6D;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px; }
    .owl-nav .owl-prev i, .owl-nav .owl-next i {
      color: #fff; }
    .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
      background: #3D9FD3;
      color: #fff; }
  .owl-nav .owl-prev {
    float: left; }
  .owl-nav .owl-next {
    float: right; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

/*
* Default theme - Owl Carousel CSS File
*/
.owl-dots {
  margin-top: 15px;
  text-align: center; }
  .owl-dots .owl-dot {
    width: 11px;
    height: 11px;
    background: #C6C6C6;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer; }
    .owl-dots .owl-dot span {
      display: none; }
    .owl-dots .owl-dot:hover {
      background: #5E5E5E; }
    .owl-dots .owl-dot.active {
      background: #3D9FD3; }

.addthis_toolbox .addthis_button_print,
.addthis_toolbox .addthis_button_email {
  float: right; }

.back-prev-next.top {
  margin-bottom: 15px; }

.back-prev-next.bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: solid 1px #D3D3D3; }

.back-prev-next .next-prev {
  float: right; }
  .back-prev-next .next-prev a {
    margin-left: 10px; }

.back-prev-next a {
  display: inline-block;
  background: #094C6D;
  color: #fff;
  padding: 5px 10px; }
  .back-prev-next a:hover {
    background: #3D9FD3; }
  .back-prev-next a.arrow_left i, .back-prev-next a.prev_button i {
    margin-right: 10px; }
  .back-prev-next a.next_button i {
    margin-left: 10px; }
  .back-prev-next a.disabled {
    background: #EFEFEF;
    color: #ccc;
    cursor: default; }
    .back-prev-next a.disabled:hover {
      background: #EFEFEF;
      color: #ccc; }

@media only screen and (max-width: 767px) {
  .back-prev-next a.disabled, .back-prev-next a.prev_button {
    display: none; }
    .back-prev-next a.disabled.mobile-show, .back-prev-next a.prev_button.mobile-show {
      display: block; } }

ul#bread {
  padding: 0;
  margin: 0;
  height: 40px;
  width: 100%; }
  ul#bread li {
    list-style: none outside none;
    padding: 0;
    margin: 0;
    float: left;
    line-height: 40px;
    font-size: 11px;
    color: #333; }
    ul#bread li:after {
      content: " / ";
      display: inline-block;
      padding: 0 7px; }
    ul#bread li#bread_home {
      color: #000; }
      ul#bread li#bread_home a {
        color: #000; }
        ul#bread li#bread_home a:hover {
          color: #094C6D; }
      ul#bread li#bread_home i {
        font-size: 15px;
        color: #000 !important; }
    ul#bread li a {
      text-decoration: none;
      color: #333;
      font-size: 11px; }
      ul#bread li a:hover {
        color: #094C6D; }
    ul#bread li#this:after {
      display: none; }
    ul#bread li#this a {
      color: #333; }
      ul#bread li#this a:hover {
        color: #094C6D; }

#contact_right_col {
  background-color: #EFEFEF;
  padding: 20px; }
  #contact_right_col .directions_heading {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #D3D3D3; }

#contact_map_wrapper {
  margin-bottom: 20px;
  clear: both; }
  #contact_map_wrapper h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #D3D3D3; }
    @media (min-width: 480px) and (max-width: 767px) {
      #contact_map_wrapper h2 {
        margin-top: 40px;
        padding-top: 30px; } }
    @media (max-width: 479px) {
      #contact_map_wrapper h2 {
        margin-top: 40px;
        padding-top: 30px; } }
  #contact_map_wrapper #contact_map {
    height: 250px;
    width: 100%; }
    #contact_map_wrapper #contact_map img {
      max-width: none; }

form#directions #pcode {
  width: 110px;
  border: none;
  float: right;
  height: 38px; }
  @media (min-width: 480px) and (max-width: 767px) {
    form#directions #pcode {
      width: 90px; } }
  @media (max-width: 479px) {
    form#directions #pcode {
      width: 90px; } }

form#directions #directionssubmit {
  border: none;
  background-color: #094C6D;
  color: #FFF;
  padding: 10px 20px;
  cursor: pointer;
  float: right;
  line-height: 20px;
  width: auto;
  height: 38px; }
  @media (min-width: 480px) and (max-width: 767px) {
    form#directions #directionssubmit {
      padding: 10px; } }
  @media (max-width: 479px) {
    form#directions #directionssubmit {
      padding: 10px; } }
  form#directions #directionssubmit:hover {
    background-color: #3D9FD3; }

.facebook_1 {
  background: #009FD1;
  margin-top: 70px; }
  .facebook_1 #facebook_feed_wrapper {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 80px 0 40px;
    position: relative;
    min-height: 80px; }
    .facebook_1 #facebook_feed_wrapper ul {
      margin: 0;
      padding: 0; }
      .facebook_1 #facebook_feed_wrapper ul .owl-dots {
        text-align: left;
        margin-left: -5px; }
        .facebook_1 #facebook_feed_wrapper ul .owl-dots .owl-dot {
          margin-top: 15px; }
      .facebook_1 #facebook_feed_wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        text-align: center;
        color: #FFF; }
        .facebook_1 #facebook_feed_wrapper ul li > div {
          color: #FFF; }
          .facebook_1 #facebook_feed_wrapper ul li > div .shared_facebook_post {
            display: block;
            padding: 10px;
            color: #FFF; }
          .facebook_1 #facebook_feed_wrapper ul li > div .shared_facebook_date {
            font-style: italic;
            font-size: 11px;
            display: block; }
          .facebook_1 #facebook_feed_wrapper ul li > div a {
            color: #fff;
            text-decoration: underline; }
            .facebook_1 #facebook_feed_wrapper ul li > div a:hover {
              color: #38cfff; }
    .facebook_1 #facebook_feed_wrapper #facebook_feed_top {
      text-align: center; }
      .facebook_1 #facebook_feed_wrapper #facebook_feed_top a {
        background: #009FD1;
        color: #fff;
        width: 120px;
        height: 120px;
        line-height: 90px;
        font-size: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        top: -50px;
        left: 50%;
        margin-left: -60px;
        position: absolute;
        z-index: 100; }
        .facebook_1 #facebook_feed_wrapper #facebook_feed_top a span {
          display: block;
          font-size: 17px;
          margin-top: 0px;
          white-space: nowrap;
          line-height: 0; }
        .facebook_1 #facebook_feed_wrapper #facebook_feed_top a:hover span {
          color: #38cfff; }
    .facebook_1 #facebook_feed_wrapper #facebook_feed_bottom {
      display: none; }
      .facebook_1 #facebook_feed_wrapper #facebook_feed_bottom .facebook_feed_follow {
        position: absolute;
        right: 0;
        bottom: 8px;
        text-decoration: none;
        text-align: center; }
        .facebook_1 #facebook_feed_wrapper #facebook_feed_bottom .facebook_feed_follow i {
          font-size: 32px; }
        .facebook_1 #facebook_feed_wrapper #facebook_feed_bottom .facebook_feed_follow span {
          font-size: 12px;
          display: block; }

.filter_bar {
  padding: 10px;
  background-color: #EFEFEF;
  width: 100%;
  margin: 0 0 20px; }
  .filter_bar .filter {
    float: right;
    margin-left: 20px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .filter_bar .filter {
        margin: 0 0 10px;
        float: left;
        clear: both; } }
    @media (max-width: 479px) {
      .filter_bar .filter {
        margin: 0 0 10px;
        float: left;
        clear: both; } }
    .filter_bar .filter.filter_left {
      float: left;
      margin: 0 20px 0 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        .filter_bar .filter.filter_left {
          margin: 0 0 10px;
          float: left; } }
    .filter_bar .filter label {
      line-height: 20px;
      margin: 0 10px 0 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        .filter_bar .filter label {
          margin-bottom: 10px; } }
      @media (max-width: 479px) {
        .filter_bar .filter label {
          margin-bottom: 10px; } }
    .filter_bar .filter input, .filter_bar .filter select {
      font-size: 14px;
      border: none;
      padding: 5px;
      background-color: #FFF;
      height: 28px;
      /*      line-height: 28px;*/
      min-width: 150px; }
      .filter_bar .filter input[type="submit"], .filter_bar .filter select[type="submit"] {
        min-width: 50px;
        background-color: #094C6D;
        color: #FFF; }
        .filter_bar .filter input[type="submit"]:hover, .filter_bar .filter select[type="submit"]:hover {
          background-color: #3D9FD3; }
    .filter_bar .filter select {
      min-width: 200px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .filter_bar .filter label, .filter_bar .filter input, .filter_bar .filter select {
        width: 100%; } }
    @media (max-width: 479px) {
      .filter_bar .filter label, .filter_bar .filter input, .filter_bar .filter select {
        width: 100%; } }

.home #pre_footer {
  margin-top: 0; }

#pre_footer {
  background: #EFEFEF;
  padding: 40px 0;
  text-align: left;
  margin-top: 40px; }
  #pre_footer h3 {
    color: #333;
    font-size: 24px;
    font-weight: normal; }
  #pre_footer .headteacher span {
    font-weight: bold; }
    #pre_footer .headteacher span:after {
      content: ":"; }
  #pre_footer address {
    padding-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
    margin-bottom: 20px; }
  #pre_footer #footer_contacts {
    margin: 0 0 20px; }
    #pre_footer #footer_contacts li {
      display: block;
      height: 25px;
      line-height: 21px;
      margin: 0 0 5px;
      list-style: none;
      font-size: 14px; }
      #pre_footer #footer_contacts li i {
        padding: 0;
        margin: 0 10px 0 0;
        width: 25px;
        text-align: center;
        background-color: #094C6D;
        color: #fff;
        border-radius: 13px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        -o-border-radius: 13px;
        height: 25px;
        line-height: 25px;
        float: left;
        font-size: 12px; }
      #pre_footer #footer_contacts li a {
        color: #333; }
        #pre_footer #footer_contacts li a:hover {
          color: #094C6D; }

footer {
  padding: 30px 0; }
  @media (min-width: 480px) and (max-width: 767px) {
    footer {
      text-align: center; } }
  @media (max-width: 479px) {
    footer {
      text-align: center; } }
  footer nav ul {
    margin: 0;
    padding: 0;
    float: left; }
    @media (min-width: 480px) and (max-width: 767px) {
      footer nav ul {
        position: relative;
        z-index: 9;
        width: 100%;
        text-align: center; } }
    @media (max-width: 479px) {
      footer nav ul {
        position: relative;
        z-index: 9;
        width: 100%;
        text-align: center; } }
    footer nav ul li {
      font-size: 11px;
      color: #999;
      margin: 0 13px 0 0;
      padding: 20px 6px 0 0;
      float: left; }
      @media (min-width: 480px) and (max-width: 767px) {
        footer nav ul li {
          display: inline-block;
          float: none;
          padding-top: 0; } }
      @media (max-width: 479px) {
        footer nav ul li {
          display: inline-block;
          float: none;
          padding-top: 0; } }
      footer nav ul li.first {
        list-style: none; }
      footer nav ul li a {
        font-size: 13px;
        color: #333; }
        footer nav ul li a:hover {
          color: #094C6D; }
      footer nav ul li#highvis {
        border: none; }
  footer #copyright {
    margin: 0;
    width: auto;
    display: block;
    clear: both; }
    @media (min-width: 480px) and (max-width: 767px) {
      footer #copyright {
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      footer #copyright {
        margin-bottom: 15px; } }
  footer #cleverbox_link {
    width: 179px;
    height: 44px;
    display: block;
    padding: 22px 72px 0 0;
    color: #333;
    float: right;
    text-decoration: none;
    font-size: 13px;
    position: relative; }
    footer #cleverbox_link:after {
      content: "";
      font-family: 'icons';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    footer #cleverbox_link:after {
      font-size: 65px;
      position: absolute;
      right: 0;
      bottom: 11px; }
    @media (min-width: 480px) and (max-width: 767px) {
      footer #cleverbox_link {
        float: none;
        display: inline-block;
        clear: both;
        margin-top: 0px; } }
    @media (max-width: 479px) {
      footer #cleverbox_link {
        float: none;
        display: inline-block;
        clear: both;
        margin-top: 0px; } }
    footer #cleverbox_link span {
      display: none; }
    footer #cleverbox_link:hover {
      color: #094C6D; }

header {
  width: 100%;
  position: relative; }
  @media (max-width: 580px) {
    header {
      padding-top: 0; } }
  header #header_right {
    float: right;
    margin: 20px 0;
    clear: right; }
  header #header_logo {
    display: block;
    float: left;
    margin: 8px 0 0 0; }
    @media (max-width: 479px) {
      header #header_logo {
        background-color: red;
        padding: 0 20px;
        width: 100%;
        margin: 0; } }
    header #header_logo img {
      display: block; }
      @media (max-width: 479px) {
        header #header_logo img {
          max-width: 100%; } }
  header #google_translate {
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    float: right;
    height: 30px; }
    @media (min-width: 480px) and (max-width: 767px) {
      header #google_translate {
        width: 45px;
        margin-top: 5px; } }
    @media (max-width: 479px) {
      header #google_translate {
        width: 45px;
        margin-top: 5px; } }
    header #google_translate > span {
      display: block;
      background: #009FD1;
      height: 30px;
      padding: 0 15px;
      line-height: 27px;
      color: #fff;
      font-family: Tahoma, Geneva, sans-serif;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        header #google_translate > span {
          padding: 0; } }
      @media (max-width: 479px) {
        header #google_translate > span {
          padding: 0; } }
      header #google_translate > span span {
        display: inline-block;
        vertical-align: middle;
        line-height: auto; }
        @media (min-width: 480px) and (max-width: 767px) {
          header #google_translate > span span {
            display: none; } }
        @media (max-width: 479px) {
          header #google_translate > span span {
            display: none; } }
      header #google_translate > span i {
        vertical-align: middle; }
        header #google_translate > span i.logo {
          margin-right: 10px;
          font-size: 14px; }
          @media (min-width: 480px) and (max-width: 767px) {
            header #google_translate > span i.logo {
              margin: 0; } }
          @media (max-width: 479px) {
            header #google_translate > span i.logo {
              margin: 0; } }
        header #google_translate > span i.arrow {
          margin-left: 18px;
          font-size: 27px; }
          @media (min-width: 480px) and (max-width: 767px) {
            header #google_translate > span i.arrow {
              display: none; } }
          @media (max-width: 479px) {
            header #google_translate > span i.arrow {
              display: none; } }
    header #google_translate select {
      position: absolute;
      height: 30px;
      width: 100%;
      top: 0;
      left: 0;
      cursor: pointer;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      margin: 0; }
    header #google_translate > div {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity; }
      header #google_translate > div span {
        display: none; }
    header #google_translate:hover .title {
      background: #05c3ff; }

#search_open,
.header_top_link {
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  height: 30px;
  width: 30px;
  padding: 0;
  line-height: 30px;
  background: #009FD1;
  color: #fff;
  text-align: center; }
  #search_open:hover,
  .header_top_link:hover {
    background: #05c3ff;
    color: #FFF; }

#header_login, #header_logout {
  margin-top: 10px;
  margin-left: 10px;
  float: right;
  background: #009FD1;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center; }
  #header_login span, #header_logout span {
    display: none;
    margin-right: 10px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #header_login span, #header_logout span {
        display: none; } }
    @media (max-width: 479px) {
      #header_login span, #header_logout span {
        display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #header_login i, #header_logout i {
      margin: 0; } }
  @media (max-width: 479px) {
    #header_login i, #header_logout i {
      margin: 0; } }
  #header_login:hover, #header_logout:hover {
    background: #05c3ff; }

@media (min-width: 480px) and (max-width: 767px) {
  header #header_login, header #header_logout, header #search_open {
    margin-top: 5px; } }

@media (max-width: 479px) {
  header #header_login, header #header_logout, header #search_open {
    margin-top: 5px; } }

.standard_heading_wrapper {
  margin-bottom: 40px;
  width: 100%;
  height: auto; }
  .standard_heading_wrapper .standard_heading {
    display: block;
    margin: 0 auto 20px;
    height: 35px;
    text-align: center; }
    .standard_heading_wrapper .standard_heading h2 {
      text-align: center;
      border-bottom: 5px solid #EFEFEF;
      position: relative;
      height: 24px;
      margin: 0; }
      .standard_heading_wrapper .standard_heading h2 span,
      .standard_heading_wrapper .standard_heading h2 a {
        background-color: white;
        position: relative;
        top: 5px;
        padding: 0 20px;
        color: #009FD1; }

.home_viewall {
  text-transform: uppercase;
  color: #898989;
  font: 12px/12px 'palatino_light', Tahoma, Geneva, sans-serif;
  margin: -13px auto 0;
  display: block;
  text-align: center;
  width: 200px; }
  .home_viewall:hover {
    color: #EFEFEF; }

.home_container {
  padding-top: 40px; }
  .home_container.no_margin {
    margin: 0 !important; }
  .home_container.background {
    padding: 80px 0;
    background-color: #333;
    margin-top: 40px; }
    .home_container.background .standard_heading_wrapper .standard_heading h2 {
      border-color: #595959; }
      .home_container.background .standard_heading_wrapper .standard_heading h2 span,
      .home_container.background .standard_heading_wrapper .standard_heading h2 a {
        background-color: #333;
        color: #FFF; }

.events_blog {
  position: relative; }
  .events_blog #event_blog_slide_wrapper #event_blog_slide_nav {
    width: 100%;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif; }
    .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav {
      display: inline-block; }
      .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav > span {
        display: inline-block;
        font-size: 23px;
        float: left;
        margin-right: 15px; }
      .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row {
        display: inline-block;
        margin: 0; }
        .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row li {
          list-style-type: none;
          float: left;
          margin: 0;
          padding: 0 15px; }
          .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row li a {
            float: left;
            width: 100%; }
          .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row li.sel a {
            color: #094C6D; }
          .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row li.sel:hover a {
            color: #094C6D; }
          .events_blog #event_blog_slide_wrapper #event_blog_slide_nav nav .row li:hover a {
            color: #FFF; }
  .events_blog #event_blog_slide_wrapper .caroufredsel_wrapper {
    width: 100% !important; }
  .events_blog #event_blog_slide_wrapper #event_blog_slide {
    width: 100%;
    overflow: hidden; }
    .events_blog #event_blog_slide_wrapper #event_blog_slide > div {
      float: left;
      position: relative; }
      .events_blog #event_blog_slide_wrapper #event_blog_slide > div .no_results {
        margin-top: 50px;
        text-align: center;
        color: #FFF; }

.icon_spin {
  display: block;
  position: relative; }
  .icon_spin .second-icon, .icon_spin .first-icon {
    line-height: inherit;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.97, 0.32, 0.13, 0.66);
    transition: all 0.5s cubic-bezier(0.97, 0.32, 0.13, 0.66); }
  .icon_spin .second-icon, .icon_spin:hover .first-icon {
    opacity: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .icon_spin:hover .second-icon {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }

.show_hide_mobile .icon_spin:hover .first-icon {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.show_hide_mobile .icon_spin:hover .second-icon {
  opacity: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.active .icon_spin .first-icon {
  opacity: 0 !important;
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important; }

.active .icon_spin .second-icon {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: rotate(360deg) !important;
  transform: rotate(360deg) !important; }

body.fixed_width .container, body.fixed_width #main_nav {
  width: 980px !important;
  overflow: visible !important;
  padding: 0 10px !important; }

body.fixed_width {
  min-width: 980px !important; }

#show_breakpoints {
  position: fixed;
  z-index: 99999999999;
  top: 0;
  left: 0;
  background-color: #fff;
  /* The Fallback */
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 30px;
  border: solid 1px #e3e3e3;
  border-top: none;
  border-left: none; }

#responsive_query_check {
  display: none; }

#wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  background-color: #fff;
  padding: 15px 0; }

#content {
  width: 100%;
  text-align: left; }
  #content.inner {
    padding-top: 30px; }

#leftcol, #rightcol {
  margin: 0;
  overflow: hidden; }
  @media (min-width: 480px) and (max-width: 767px) {
    #leftcol, #rightcol {
      display: none; } }
  @media (min-width: 768px) and (max-width: 1006px) {
    #leftcol, #rightcol {
      display: none; } }
  #leftcol img, #rightcol img {
    vertical-align: bottom; }
  #leftcol .view_all, #rightcol .view_all {
    display: block;
    text-align: center; }

#maincol {
  overflow: hidden; }

#middlecol {
  margin: 0; }

#tooltip {
  position: absolute;
  z-index: 3000;
  border: 1px solid #6D7886;
  background-color: #fff;
  padding: 5px 10px;
  color: #121F47;
  white-space: nowrap;
  text-align: left; }
  #tooltip h3 {
    font-size: 13px;
    margin: 0 0 4px 0; }
  #tooltip p {
    font-size: 12px;
    margin: 0 0 4px 0; }
  #tooltip img {
    vertical-align: bottom; }
  #tooltip div {
    margin: 0; }

div.caption img {
  float: none;
  margin: 0 0 5px 0; }

div.caption p {
  font-size: 10px; }

.lazyisotope_more_button, .lazyisotope_loading_element {
  display: block;
  margin: 15px 0 45px;
  padding: 20px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  clear: both; }

.lazyisotope_more_button {
  background-color: #094C6D;
  color: #fff; }
  .lazyisotope_more_button:hover {
    background-color: #3D9FD3;
    color: #fff; }

.lazyisotope_loading_element {
  text-indent: -99999px;
  height: 32px;
  background: url("/images/icons/loading.gif") no-repeat center; }

ul#leftnav {
  background-color: #FFF;
  margin: 0 0 20px;
  padding: 0; }
  ul#leftnav span.heading {
    margin: 0;
    padding: 0;
    background: none;
    height: 35px;
    line-height: 35px;
    display: block;
    text-indent: 10px;
    border: none; }
  ul#leftnav li {
    list-style: none outside none;
    margin: 0;
    padding: 0; }
    ul#leftnav li.sel a {
      color: #009FD1;
      background-color: #FFF; }
    ul#leftnav li span {
      display: block;
      padding: 10px; }
    ul#leftnav li a {
      display: block;
      color: #898989;
      background-color: #FFF;
      text-decoration: none;
      border-bottom: 1px solid #D3D3D3; }
      ul#leftnav li a:hover {
        color: #009FD1;
        background-color: #FFF; }
    ul#leftnav li ul,
    ul#leftnav li.sel ul {
      margin: 0;
      padding: 0;
      background-color: #EFEFEF; }
      ul#leftnav li ul li,
      ul#leftnav li.sel ul li {
        list-style: none outside none;
        margin: 0;
        padding: 0; }
        ul#leftnav li ul li a,
        ul#leftnav li.sel ul li a {
          background: none;
          color: #898989;
          border-color: #D3D3D3; }
          ul#leftnav li ul li a:hover,
          ul#leftnav li.sel ul li a:hover {
            color: #009FD1;
            background-color: #EFEFEF; }
        ul#leftnav li ul li.last,
        ul#leftnav li.sel ul li.last {
          border: none; }
        ul#leftnav li ul li.sel a,
        ul#leftnav li.sel ul li.sel a {
          color: #009FD1;
          background-color: #EFEFEF; }
        ul#leftnav li ul li a span,
        ul#leftnav li.sel ul li a span {
          background-image: none;
          padding-left: 20px; }

#page_accordian_wrapper {
  margin: 50px 0; }
  #page_accordian_wrapper .ui-accordion-header {
    border-bottom: solid 1px #D3D3D3;
    cursor: pointer;
    padding: 7px 0; }
    #page_accordian_wrapper .ui-accordion-header i {
      float: right;
      line-height: 28px;
      transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; }
    #page_accordian_wrapper .ui-accordion-header.ui-accordion-header-active, #page_accordian_wrapper .ui-accordion-header:hover {
      color: #00869A; }
    #page_accordian_wrapper .ui-accordion-header.ui-accordion-header-active i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  #page_accordian_wrapper .ui-accordion-content p {
    margin: 0;
    padding: 0 0 15px; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  height: 5px;
  top: 0;
  left: 0;
  width: 100%;
  background: #009FD1;
  z-index: 9999;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }
  .pace .pace-progress {
    background: #094C6D;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px; }
  .pace.pace-inactive {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    height: 0; }

/* Pager Class */
.pager {
  height: 15px;
  margin: 20px 0 0; }
  .pager a, .pager span {
    width: 14px;
    height: 14px;
    float: left;
    margin: 0 4px 0 0;
    background-color: #C6C6C6;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px; }
    .pager a:hover, .pager span:hover {
      background-color: #3D9FD3; }
    .pager a.selected, .pager a.cycle-pager-active, .pager span.selected, .pager span.cycle-pager-active {
      background-color: #3D9FD3; }

/* Wrapping div for pagination */
.pagi_bot div.pagi {
  border-top: 1px solid #D3D3D3;
  border-bottom: none;
  margin-top: 30px;
  padding: 15px 10px 0 10px; }

div.pagi {
  clear: both;
  border-bottom: 1px solid #D3D3D3;
  padding: 0 10px 9px 10px;
  margin: 0 0 30px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1006px) {
    div.pagi {
      text-align: center; } }
  @media (min-width: 480px) and (max-width: 767px) {
    div.pagi {
      text-align: center; } }
  @media (max-width: 479px) {
    div.pagi {
      text-align: center; } }
  div.pagi h3 {
    font-size: 17px;
    text-transform: none;
    margin: 0;
    line-height: 18px;
    float: left;
    color: #333; }
    @media (min-width: 768px) and (max-width: 1006px) {
      div.pagi h3 {
        float: none;
        margin: 0 auto 10px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      div.pagi h3 {
        float: none;
        margin: 0 auto 10px; } }
    @media (max-width: 479px) {
      div.pagi h3 {
        float: none;
        margin: 0 auto 10px; } }
  div.pagi ol {
    float: right;
    text-align: center;
    margin: 0;
    padding: 0; }
    @media (min-width: 768px) and (max-width: 1006px) {
      div.pagi ol {
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
        margin-bottom: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      div.pagi ol {
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
        margin-bottom: 0; } }
    @media (max-width: 479px) {
      div.pagi ol {
        float: none;
        margin: 0 auto 10px;
        display: inline-block;
        margin-bottom: 0; } }
    div.pagi ol li {
      margin: 0;
      padding: 0;
      display: inline-block;
      margin: 0 5px; }
      div.pagi ol li a {
        color: #094C6D; }
        div.pagi ol li a:hover, div.pagi ol li a.sel {
          color: #3D9FD3; }
      div.pagi ol li > span {
        color: #ccc; }
      div.pagi ol li.prev {
        margin-right: 30px; }
      div.pagi ol li.next {
        margin-left: 30px; }

#search {
  background-color: #009FD1;
  height: 50px;
  padding: 10px 0;
  top: -50px;
  left: 0;
  width: 100%;
  position: fixed;
  z-index: 500; }
  #search #search_form {
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0; }
    #search #search_form .kw {
      width: 85%;
      height: 30px;
      line-height: 30px;
      padding: 0 5px;
      margin: 0;
      float: left;
      background-color: transparent;
      border: none;
      color: #FFF; }
      #search #search_form .kw::-webkit-input-placeholder {
        color: #b8eeff; }
      #search #search_form .kw:-moz-placeholder {
        color: #b8eeff; }
      #search #search_form .kw::-moz-placeholder {
        color: #b8eeff; }
      #search #search_form .kw:-ms-input-placeholder {
        color: #b8eeff; }
      @media (min-width: 480px) and (max-width: 767px) {
        #search #search_form .kw {
          width: 65%; } }
      @media (max-width: 479px) {
        #search #search_form .kw {
          width: 65%; } }
    #search #search_form .search_go {
      float: left;
      width: 31px;
      height: 30px;
      line-height: 27px;
      text-align: center;
      color: #FFF;
      margin-right: 10px; }
      #search #search_form .search_go:hover {
        color: #6bdcff; }
    #search #search_form #search_close {
      float: right;
      color: #FFF;
      line-height: 27px;
      height: 30px;
      padding: 0 10px; }
      #search #search_form #search_close:hover {
        color: #6bdcff; }

/* SEARCH RESULTS */
#search_filter {
  padding: 10px;
  background-color: #EFEFEF; }
  #search_filter #fullsearch_kw {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    color: #565656;
    height: 30px;
    line-height: 30px;
    margin: 0 5px 0 0;
    padding: 0 5px;
    width: 85%; }
  #search_filter #full_search_button {
    background-color: #094C6D;
    color: #fff;
    float: right;
    height: 30px;
    line-height: 27px;
    text-align: center;
    width: 31px; }
    #search_filter #full_search_button:hover {
      background-color: #3D9FD3; }

#search_categories_list {
  margin: 20px 0 0;
  border-right: 1px solid #D3D3D3;
  padding: 10px 0; }
  #search_categories_list li {
    margin: 0;
    font-size: 15px;
    list-style: none;
    height: 48px;
    position: relative; }
    #search_categories_list li.no_results {
      -moz-opacity: 20;
      -khtml-opacity: 20;
      -webkit-opacity: 20;
      opacity: 20;
      will-change: opacity; }
    #search_categories_list li.selected a {
      background-color: #094C6D;
      color: #FFF; }
      #search_categories_list li.selected a i {
        color: #FFF; }
      #search_categories_list li.selected a .tot {
        background-color: #FFF;
        color: #094C6D; }
      #search_categories_list li.selected a:hover {
        background-color: #094C6D; }
    #search_categories_list li.selected .arrow {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity; }
    #search_categories_list li a {
      padding: 15px 10px;
      display: block;
      text-decoration: none;
      color: #333; }
      #search_categories_list li a:hover {
        background-color: #EFEFEF; }
    #search_categories_list li .arrow {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 0 24px 15px;
      border-color: transparent transparent transparent #094C6D;
      position: absolute;
      right: -15px;
      top: 0;
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out; }
    #search_categories_list li .no_link {
      padding: 15px 10px;
      display: block;
      color: #333; }
      #search_categories_list li .no_link .arrow {
        display: none; }
    #search_categories_list li i {
      float: left;
      margin-right: 10px;
      font-size: 20px; }
    #search_categories_list li .tot {
      float: right;
      background-color: #094C6D;
      color: #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 15px;
      height: 15px;
      font-size: 10px;
      line-height: 14px;
      margin-top: 2px;
      text-align: center; }

#search_bar {
  line-height: 50px;
  padding: 0 15px 0 0;
  background-color: #EFEFEF;
  margin-bottom: 45px;
  width: 100%; }
  @media (min-width: 768px) and (max-width: 1006px) {
    #search_bar {
      padding: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #search_bar {
      padding: 0; } }
  @media (max-width: 479px) {
    #search_bar {
      padding: 0; } }
  #search_bar #num_results {
    background: #094C6D url("/images/icons/search_results.png") no-repeat left top;
    padding: 0 0 0 70px;
    color: #FFF;
    display: block;
    line-height: 50px;
    float: left;
    height: 50px;
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 1006px) {
      #search_bar #num_results {
        width: 100%;
        height: 55px;
        border-bottom: 5px solid #FFF; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #search_bar #num_results {
        width: 100%;
        height: 55px;
        border-bottom: 5px solid #FFF; } }
    @media (max-width: 479px) {
      #search_bar #num_results {
        width: 100%;
        height: 55px;
        border-bottom: 5px solid #FFF; } }
    #search_bar #num_results .num {
      font-size: 37px;
      float: left;
      line-height: 50px; }
    #search_bar #num_results .title {
      text-transform: uppercase;
      width: 85px;
      line-height: 15px;
      display: block;
      float: left;
      font-size: 15px;
      padding: 10px 0 0 8px; }
  #search_bar #show_hints {
    margin-left: 15px; }
  #search_bar #search_term {
    float: right;
    line-height: 50px;
    font-weight: bold; }
    @media (min-width: 768px) and (max-width: 1006px) {
      #search_bar #search_term {
        float: none;
        margin-left: 15px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #search_bar #search_term {
        float: none;
        margin-left: 15px; } }
    @media (max-width: 479px) {
      #search_bar #search_term {
        float: none;
        margin-left: 15px; } }

#search_results_wrapper {
  min-height: 200px;
  background: transparent url("/images/icons/loading.gif") no-repeat center; }
  #search_results_wrapper.loaded {
    background: none; }
  #search_results_wrapper #search_right {
    background-color: #FFF; }

#search_results {
  margin: 0;
  background-color: #FFF; }
  #search_results.adv {
    margin: 0 0 0 10px; }
    #search_results.adv li {
      padding-left: 40px; }
  #search_results li {
    margin: 0 0 30px;
    list-style: none; }
    #search_results li .result_link {
      font-size: 16px; }
      #search_results li .result_link i {
        margin-left: -33px;
        font-size: 15px;
        float: left;
        color: #333;
        margin-top: 2px; }
    #search_results li .result_url {
      color: #72954d;
      margin-bottom: 5px; }
    #search_results li .result_text p {
      margin: 0; }

#search_hint_wrapper {
  max-width: 680px; }
  #search_hint_wrapper #search_hint_title {
    display: block;
    background-color: #009FD1;
    padding: 10px;
    margin: 0 0 20px; }
    #search_hint_wrapper #search_hint_title h3 {
      margin: 0;
      color: #FFF; }
  #search_hint_wrapper #search_hint ul {
    margin: 0;
    padding: 0; }
    #search_hint_wrapper #search_hint ul li {
      list-style: none;
      margin: 0 0 10px 30px;
      clear: both;
      background-color: #EFEFEF;
      padding: 10px; }
      #search_hint_wrapper #search_hint ul li span {
        display: block;
        width: 30px;
        height: 30px;
        background-color: #094C6D;
        color: #FFF;
        float: left;
        text-align: center;
        line-height: 26px;
        font-size: 20px;
        margin: -10px 0 0 -40px; }
        #search_hint_wrapper #search_hint ul li span.asterix {
          line-height: 36px; }

.col_shared_facebook,
.col_shared_twitter {
  padding: 0 10px; }
  .col_shared_facebook .follow_us,
  .col_shared_twitter .follow_us {
    display: block;
    text-align: center; }
  .col_shared_facebook h3,
  .col_shared_twitter h3 {
    padding-left: 15px;
    font-size: 24px; }
    .col_shared_facebook h3 i,
    .col_shared_twitter h3 i {
      background: #009FD1;
      font-size: 17px;
      color: #fff;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      -ms-border-radius: 18px;
      -o-border-radius: 18px;
      margin-right: 2px;
      vertical-align: middle; }
  .col_shared_facebook > ul,
  .col_shared_twitter > ul {
    position: relative;
    background: url("/images/icons/loading.gif") no-repeat center;
    margin: 20px 0 0 0;
    padding: 0; }
    .col_shared_facebook > ul > div:not(:first-child), .col_shared_facebook > ul > li:not(:first-child),
    .col_shared_twitter > ul > div:not(:first-child),
    .col_shared_twitter > ul > li:not(:first-child) {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      display: none; }
    .col_shared_facebook > ul.owl-loaded,
    .col_shared_twitter > ul.owl-loaded {
      background: none; }
      .col_shared_facebook > ul.owl-loaded > div, .col_shared_facebook > ul.owl-loaded > li,
      .col_shared_twitter > ul.owl-loaded > div,
      .col_shared_twitter > ul.owl-loaded > li {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity;
        display: block; }
    .col_shared_facebook > ul .owl-controls,
    .col_shared_twitter > ul .owl-controls {
      border-top: solid 1px #D3D3D3;
      padding-top: 7px;
      height: 25px; }
      .col_shared_facebook > ul .owl-controls .owl-dot,
      .col_shared_twitter > ul .owl-controls .owl-dot {
        margin-top: 0; }
      .col_shared_facebook > ul .owl-controls .owl-dot span,
      .col_shared_twitter > ul .owl-controls .owl-dot span {
        margin: 5px 3px; }
    .col_shared_facebook > ul li,
    .col_shared_twitter > ul li {
      list-style: none;
      margin: 0 0 20px 0;
      padding: 0; }
      .col_shared_facebook > ul li .shared_twitter_date,
      .col_shared_twitter > ul li .shared_twitter_date {
        display: none; }
      .col_shared_facebook > ul li .facebook_post,
      .col_shared_facebook > ul li .tweet_post,
      .col_shared_twitter > ul li .facebook_post,
      .col_shared_twitter > ul li .tweet_post {
        position: relative;
        font-size: 14px;
        line-height: 22px;
        padding-left: 56px;
        padding-right: 0;
        display: block;
        overflow: hidden;
        width: 100%; }
        .col_shared_facebook > ul li .facebook_post .icon,
        .col_shared_facebook > ul li .tweet_post .icon,
        .col_shared_twitter > ul li .facebook_post .icon,
        .col_shared_twitter > ul li .tweet_post .icon {
          position: absolute;
          left: 0;
          top: 5px;
          width: 41px;
          height: 41px; }
        .col_shared_facebook > ul li .facebook_post .shared_facebook_date,
        .col_shared_facebook > ul li .facebook_post .shared_twitter_date,
        .col_shared_facebook > ul li .tweet_post .shared_facebook_date,
        .col_shared_facebook > ul li .tweet_post .shared_twitter_date,
        .col_shared_twitter > ul li .facebook_post .shared_facebook_date,
        .col_shared_twitter > ul li .facebook_post .shared_twitter_date,
        .col_shared_twitter > ul li .tweet_post .shared_facebook_date,
        .col_shared_twitter > ul li .tweet_post .shared_twitter_date {
          display: block;
          font-size: 13px; }

@media (max-width: 1199px) {
  .col_shared_twitter > ul li .tweet_post {
    font-size: 12px; } }

h3.heading {
  color: #009FD1;
  border-bottom: solid 1px #D3D3D3;
  padding-bottom: 6px;
  margin-bottom: 16px; }
  h3.heading a {
    color: #009FD1; }
    h3.heading a:hover {
      color: #094C6D; }

.sharedspacer {
  height: 20px; }

.shared .owl-nav {
  display: none; }
  .shared .owl-nav .owl-prev {
    margin-left: 3px; }
  .shared .owl-nav .owl-next {
    margin-right: 3px; }

.shared .owl-dots {
  margin-top: 3px; }

/* Blank shared list style */
.shared_list {
  margin: 0;
  padding: 0; }
  .shared_list li {
    margin: 0;
    padding: 0;
    list-style: none; }

.shared_document_list li, .side_shared_links li {
  list-style: none;
  margin: 0;
  padding: 0; }

.shared_document_list a, .side_shared_links a {
  position: relative;
  display: block;
  padding: 10px;
  border-bottom: 1px solid #D3D3D3; }
  .shared_document_list a span, .side_shared_links a span {
    padding-right: 30px;
    width: 100%; }
  .shared_document_list a i, .side_shared_links a i {
    line-height: 18px;
    position: absolute;
    top: 15px;
    right: 15px; }

.shared_document_filesize {
  display: block;
  float: left;
  width: 40px;
  color: #acadad; }

#sidegallery_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px; }
  #sidegallery_wrap.sidegallery_left {
    display: none;
    margin: 20px 0 0 0; }
    #sidegallery_wrap.sidegallery_left span.heading {
      margin-bottom: 10px !important; }
    #sidegallery_wrap.sidegallery_left li {
      padding: 2px; }
  #sidegallery_wrap ul {
    margin: 0;
    padding: 0;
    overflow: hidden; }
    #sidegallery_wrap ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      background-position: center top;
      display: block !important; }
      #sidegallery_wrap ul li img {
        width: 100%; }
      #sidegallery_wrap ul li a {
        display: block;
        z-index: 999; }
  #sidegallery_wrap .sidegallery_nav {
    float: right;
    margin-top: 10px;
    height: 14px;
    line-height: 14px;
    width: 20%; }
    #sidegallery_wrap .sidegallery_nav span {
      display: none; }
    #sidegallery_wrap .sidegallery_nav a {
      margin-left: 5px;
      float: right; }
  #sidegallery_wrap .pager {
    float: left;
    margin-top: 10px;
    width: 80%; }

.leftcol_back {
  background: #009FD1;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px; }
  .leftcol_back i {
    color: #094C6D;
    font-size: 86px;
    margin-bottom: 15px; }
  .leftcol_back span {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    text-transform: uppercase; }
  .leftcol_back:hover {
    background: #094C6D; }
    .leftcol_back:hover i, .leftcol_back:hover span {
      color: #009FD1; }

#leftcol .shared_galley_first,
#leftcol .shared_gallery_heading,
#leftcol .shared_galley_left {
  display: none; }

.shared_galley_mid_heading {
  margin-top: 40px; }

.shared_gallery_wrapper {
  margin-top: 40px; }
  .shared_gallery_wrapper .standard_heading h2 {
    background-color: #009FD1;
    color: #fff;
    font-size: 19px;
    padding: 13px;
    margin: 0 0 4px 0; }
  .shared_gallery_wrapper .shared_gallery {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden; }
    .shared_gallery_wrapper .shared_gallery li {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 33.3%;
      float: left; }
      .shared_gallery_wrapper .shared_gallery li a {
        margin: 2px;
        display: block;
        display: block;
        position: relative;
        overflow: hidden; }
        .shared_gallery_wrapper .shared_gallery li a .overlay {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          -webkit-transition: all 0.2s ease-in-out 0;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out 0;
          -ms-transition: all 0.2s ease-in-out 0;
          transition: all 0.2s ease-in-out 0;
          background-color: #009FD1;
          /* The Fallback */
          background-color: rgba(0, 159, 209, 0.7);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0;
          will-change: opacity; }
          .shared_gallery_wrapper .shared_gallery li a .overlay i {
            color: #fff;
            position: absolute;
            height: 100px;
            width: 100px;
            left: 50%;
            top: 50%;
            margin-top: -50px;
            margin-left: -50px;
            text-align: center;
            line-height: 100px;
            font-size: 28px; }
        .shared_gallery_wrapper .shared_gallery li a:hover .overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }
      .shared_gallery_wrapper .shared_gallery li img {
        width: 100%; }
      .shared_gallery_wrapper .shared_gallery li.large {
        width: 100%;
        float: none; }

@media (max-width: 991px) {
  .shared_gallery_wrapper .shared_gallery li {
    width: 33.3%; } }

@media (max-width: 564px) {
  .shared_gallery_wrapper .shared_gallery li {
    width: 33.3%; } }

@media (max-width: 380px) {
  .shared_gallery_wrapper .shared_gallery li {
    width: 50%; } }

.sitemap {
  margin: 0;
  float: left;
  width: 33.3%;
  padding: 0 10px; }
  @media (min-width: 1007px) and (max-width: 1229px) {
    .sitemap {
      width: 50%; } }
  @media (min-width: 768px) and (max-width: 1006px) {
    .sitemap {
      width: 100%; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .sitemap {
      width: 100%; } }
  @media (max-width: 479px) {
    .sitemap {
      width: 100%; } }
  .sitemap > li {
    margin: 0 0 15px; }
    .sitemap > li > a:first-child {
      font-family: Tahoma, Geneva, sans-serif;
      margin: 15px 0 5px;
      padding: 10px;
      display: block;
      color: #FFF;
      background-color: #009FD1; }
      .sitemap > li > a:first-child:hover {
        background-color: #05c3ff; }
  .sitemap li {
    list-style: none;
    margin: 0; }
    .sitemap li ul {
      margin: 0;
      padding: 0 10px; }
      .sitemap li ul li {
        list-style: disc;
        margin-left: 15px; }
        .sitemap li ul li ul {
          margin-bottom: 10px;
          padding: 0; }
          .sitemap li ul li ul li {
            list-style: circle; }

.share-rss {
  border-top: solid 1px #D3D3D3;
  padding: 20px 0 0 0;
  margin: 30px 0 15px; }
  .share-rss .arrow_left {
    display: inline-block;
    background: #094C6D;
    color: #fff;
    padding: 5px 10px; }
    .share-rss .arrow_left i {
      margin-right: 10px; }
  .share-rss .share-title {
    float: right;
    font-size: 11px;
    text-transform: uppercase;
    color: #898989;
    padding-right: 15px; }
  .share-rss .social_buttons {
    float: right; }
  .share-rss .rss {
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    white-space: nowrap;
    background: #FF9900;
    text-align: center;
    color: #fff; }
    .share-rss .rss i {
      color: #fff;
      line-height: 29px;
      font-size: 18px; }
    .share-rss .rss span {
      display: none; }
    .share-rss .rss:hover {
      background: #3D9FD3; }

.social_buttons_wrap {
  float: left;
  height: 35px; }
  .social_buttons_wrap .social_buttons_title {
    height: 35px;
    float: left;
    font-size: 16px;
    font-family: Tahoma, Geneva, sans-serif;
    line-height: 33px;
    margin: 0 20px 0 0; }

.social_buttons {
  float: left;
  height: 35px; }
  .social_buttons ul {
    margin: 0;
    padding: 0;
    height: 35px; }
    .social_buttons ul li {
      display: inline-block;
      margin: 0 5px 0 0; }
      .social_buttons ul li.facebook a {
        background: #3a56a0; }
      .social_buttons ul li.twitter a {
        background: #55acee; }
      .social_buttons ul li.googleplus a {
        background: #a21732; }
      .social_buttons ul li.linkedin a {
        background: #0073b2; }
      .social_buttons ul li.pinterest a {
        background: #bd2126; }
      .social_buttons ul li.youtube a {
        background: #CC181E; }
      .social_buttons ul li.vimeo a {
        background: #5ac9ff; }
      .social_buttons ul li a {
        margin: 0;
        width: 35px;
        height: 35px;
        line-height: 32px;
        background: #009FD1;
        text-align: center;
        position: relative;
        display: none; }
        .social_buttons ul li a.social_button_link {
          display: block; }
        .social_buttons ul li a i {
          color: #fff;
          font-size: 16px; }
        .social_buttons ul li a:hover {
          background: #3D9FD3; }
          .social_buttons ul li a:hover .share_count {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            -webkit-opacity: 100;
            opacity: 100;
            will-change: opacity; }
        .social_buttons ul li a .title {
          display: none; }
        .social_buttons ul li a .share_count {
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0;
          will-change: opacity;
          position: absolute;
          font-size: 14px;
          font-family: Tahoma, Geneva, sans-serif;
          text-transform: none;
          background-color: #f4f4f4;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: -30px;
          right: 0;
          min-width: 35px;
          white-space: nowrap; }

#header_icons {
  margin: 0;
  height: 30px;
  float: right;
  padding: 0; }
  #header_icons li {
    list-style: none outside none;
    margin: 0 0 0 0px;
    padding: 0;
    float: left;
    width: auto; }
  #header_icons a {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    margin-left: 20px;
    text-align: center; }
    #header_icons a span {
      display: none; }
  #header_icons li#icon_bookmark {
    position: relative; }
    #header_icons li#icon_bookmark div#_atssh {
      top: 0 !important;
      left: 0 !important; }

#footer_social_icons {
  padding: 0;
  margin: 0px; }
  @media (min-width: 480px) and (max-width: 767px) {
    #footer_social_icons {
      margin-bottom: 40px; } }
  @media (max-width: 479px) {
    #footer_social_icons {
      margin-bottom: 40px; } }
  #footer_social_icons li {
    list-style: none;
    margin: 0 8px 0 0;
    padding: 0;
    float: left; }
    #footer_social_icons li a {
      display: block;
      width: 37px;
      height: 37px;
      line-height: 36px;
      background-color: #094C6D;
      overflow: hidden;
      border-radius: 19px;
      -webkit-border-radius: 19px;
      -moz-border-radius: 19px;
      -ms-border-radius: 19px;
      -o-border-radius: 19px;
      background-position: center;
      background-repeat: no-repeat;
      color: #fff;
      font-size: 22px;
      text-align: center; }
      #footer_social_icons li a:hover {
        background-color: #009FD1; }
      #footer_social_icons li a span {
        display: none; }

.default_table, .content_table {
  width: 100%; }
  .default_table th, .content_table th {
    padding: 13px;
    text-align: left; }
  .default_table td, .content_table td {
    padding: 10px;
    vertical-align: top; }

.default_table {
  border-spacing: 2px;
  border-collapse: separate;
  width: 100%;
  font-family: Tahoma, Geneva, sans-serif; }
  .default_table th {
    color: #fff;
    text-transform: uppercase;
    background-color: #009FD1;
    padding: 13px;
    text-align: left;
    font-size: 19px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 300; }
  .default_table td {
    font-family: Tahoma, Geneva, sans-serif; }
  .default_table tr:first-child td {
    border-top: none; }
  .default_table tr:nth-child(even) td {
    background-color: rgba(185, 185, 185, 0.4); }
  .default_table tr td {
    background-color: rgba(185, 185, 185, 0.2);
    padding: 13px;
    vertical-align: top;
    color: #333;
    border-top: solid 1px #EFEFEF; }
    .default_table tr td:first-child {
      border-right: 1px solid #EFEFEF; }

.content_table {
  border-spacing: 0;
  border-collapse: initial; }
  .content_table tr td {
    padding: 0;
    vertical-align: top; }
    .content_table tr td p {
      margin: 15px 20px 15px 0; }

@media (min-width: 768px) and (max-width: 1006px) {
  .table-responsive {
    position: relative;
    overflow-x: scroll; }
    .table-responsive table {
      max-width: none; }
    .table-responsive th, .table-responsive td {
      white-space: nowrap; }
    .table-responsive .swipe_arrow {
      position: absolute;
      width: 65px;
      height: 65px;
      background: url("http://site.reactcdn.co.uk/images/swipe.png") no-repeat center;
      left: 50%;
      top: 10%;
      margin: 0 0 0 -32px; } }

@media (min-width: 480px) and (max-width: 767px) {
  .table-responsive {
    position: relative;
    overflow-x: scroll; }
    .table-responsive table {
      max-width: none; }
    .table-responsive th, .table-responsive td {
      white-space: nowrap; }
    .table-responsive .swipe_arrow {
      position: absolute;
      width: 65px;
      height: 65px;
      background: url("http://site.reactcdn.co.uk/images/swipe.png") no-repeat center;
      left: 50%;
      top: 10%;
      margin: 0 0 0 -32px; } }

@media (max-width: 479px) {
  .table-responsive {
    position: relative;
    overflow-x: scroll; }
    .table-responsive table {
      max-width: none; }
    .table-responsive th, .table-responsive td {
      white-space: nowrap; }
    .table-responsive .swipe_arrow {
      position: absolute;
      width: 65px;
      height: 65px;
      background: url("http://site.reactcdn.co.uk/images/swipe.png") no-repeat center;
      left: 50%;
      top: 10%;
      margin: 0 0 0 -32px; } }

#table_sorter .header, .table_sorter .header {
  background-image: url("/images/icons/table_arrows.png");
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  padding-right: 30px; }

#table_sorter .headerSortUp, .table_sorter .headerSortUp {
  background-position: right 21px; }

#table_sorter .headerSortDown, .table_sorter .headerSortDown {
  background-position: right -971px; }

#table_sorter .no_arrow, .table_sorter .no_arrow {
  background-image: none;
  cursor: default; }

#main_nav_wrap {
  overflow: visible; }

#main_nav_wrap {
  height: 40px; }
  @media (max-width: 991px) {
    #main_nav_wrap {
      display: none; } }

#main_nav {
  background: #fff;
  border-top: solid 1px #D3D3D3; }
  #main_nav.inner {
    border-bottom: solid 1px #D3D3D3; }
  #main_nav.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 400;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #D3D3D3; }
  #main_nav ul {
    margin-top: 0;
    margin-bottom: 0; }
    #main_nav ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      #main_nav ul li a {
        text-decoration: none;
        display: block; }
  #main_nav > ul {
    font-size: 0;
    background: #fff;
    overflow: hidden;
    margin: 0 auto; }
    #main_nav > ul > li {
      margin: 0;
      padding: 0;
      list-style: none;
      display: inline-block; }
      #main_nav > ul > li > a {
        font-size: 19px;
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
        display: block;
        border-right: 1px solid #EFEFEF;
        color: #8F8F8F;
        font-family: Tahoma, Geneva, sans-serif; }
      #main_nav > ul > li.sel > a {
        color: #009FD1;
        background: #fff; }
      #main_nav > ul > li:hover > a {
        color: #009FD1;
        background: #fff; }
  #main_nav > ul > li > ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #fff;
    width: 200px;
    padding: 0px 20px 15px;
    margin: 0;
    text-align: left;
    border: solid 1px #D3D3D3;
    border-top: solid 27px #fff; }
    #main_nav > ul > li > ul li > ul {
      display: none !important; }
    #main_nav > ul > li > ul.fix_right {
      right: 0; }
    #main_nav > ul > li > ul.wide {
      width: 520px; }
      #main_nav > ul > li > ul.wide > div {
        width: 230px;
        float: left; }
        #main_nav > ul > li > ul.wide > div.sub-list-0 {
          margin-right: 20px; }
    #main_nav > ul > li > ul > li > a, #main_nav > ul > li > ul.wide > div > li > a {
      color: #8F8F8F;
      padding: 4px 0;
      font-size: 15px;
      display: block;
      line-height: 21px;
      border-bottom: 1px solid #CECECE; }
      #main_nav > ul > li > ul > li > a:hover, #main_nav > ul > li > ul.wide > div > li > a:hover {
        color: #009FD1; }
  #main_nav > ul > li:hover > ul {
    display: block; }

.show_hide_mobile {
  display: none;
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
  border-bottom: solid 1px #D3D3D3; }
  @media (max-width: 991px) {
    .show_hide_mobile {
      display: block; } }
  .show_hide_mobile a {
    font-size: 20px;
    padding: 5px 35px 5px 0;
    text-transform: uppercase;
    color: #8f8f8f;
    background: #fff;
    outline: none;
    text-align: right; }
    .show_hide_mobile a i {
      font-size: 32px !important;
      width: 32px !important;
      height: 32px !important; }
      .show_hide_mobile a i.first-icon {
        line-height: 35px !important;
        font-size: 28px !important; }
      .show_hide_mobile a i.second-icon {
        line-height: 32px !important;
        font-size: 34px !important; }
    .show_hide_mobile a:hover {
      color: #009FD1;
      background: #fff; }
  .show_hide_mobile.active a {
    color: #8f8f8f;
    background: #fff; }
    .show_hide_mobile.active a:hover {
      color: #009FD1;
      background: #fff; }

#mobile_nav {
  display: none;
  overflow: hidden; }
  @media (max-width: 991px) {
    #mobile_nav {
      display: block; } }
  #mobile_nav ul {
    margin: 0 auto;
    padding: 0; }
    #mobile_nav ul li {
      margin: 0;
      padding: 0;
      list-style: none; }
      #mobile_nav ul li a {
        text-decoration: none;
        display: block; }
  #mobile_nav > ul {
    width: 100%;
    clear: both; }
    #mobile_nav > ul > li {
      position: relative; }
      #mobile_nav > ul > li a {
        font-size: 15px;
        line-height: 23px;
        border-bottom: 1px solid #0f7db4;
        color: #fff;
        background: #094C6D;
        padding: 7px 0; }
        #mobile_nav > ul > li a span {
          padding: 0 20px; }
        #mobile_nav > ul > li a:hover {
          color: #fff;
          background: #0d6a97; }
  #mobile_nav a.hasarrow {
    display: table;
    width: 100%; }
    #mobile_nav a.hasarrow span {
      display: table-cell; }
      #mobile_nav a.hasarrow span.mobile_nav_arrow {
        white-space: nowrap;
        font-size: 12px;
        width: 100px;
        border-left: solid 1px #0f7db4; }
        #mobile_nav a.hasarrow span.mobile_nav_arrow i {
          margin-left: 10px; }
        #mobile_nav a.hasarrow span.mobile_nav_arrow:hover, #mobile_nav a.hasarrow span.mobile_nav_arrow.active {
          color: #8f8f8f; }
  #mobile_nav > ul > li > ul {
    clear: both; }
    #mobile_nav > ul > li > ul li a {
      font-size: 14px;
      line-height: 23px;
      border-bottom: 1px solid #0d6d9c;
      color: #fff;
      background: #0b5c85;
      padding: 8px 0; }
      #mobile_nav > ul > li > ul li a span {
        padding: 0 20px;
        display: block; }
      #mobile_nav > ul > li > ul li a:hover {
        color: #fff;
        background: #0d6d9c; }
  #mobile_nav > ul > li > ul > li > ul {
    clear: both; }
    #mobile_nav > ul > li > ul > li > ul li a {
      font-size: 14px;
      line-height: 23px;
      border-bottom: 1px solid #0e77aa;
      color: #fff;
      background: #0c6693; }
      #mobile_nav > ul > li > ul > li > ul li a span {
        padding: 0 20px; }
      #mobile_nav > ul > li > ul > li > ul li a:hover {
        color: #fff;
        background: #0e77aa; }

.twitter_1 {
  background: #009FD1;
  margin-top: 70px; }
  .twitter_1 #twitter_feed_wrapper {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    padding: 80px 0 40px;
    position: relative;
    min-height: 80px; }
    .twitter_1 #twitter_feed_wrapper ul {
      margin: 0;
      padding: 0; }
      .twitter_1 #twitter_feed_wrapper ul .owl-dots {
        text-align: left;
        margin-left: -5px; }
        .twitter_1 #twitter_feed_wrapper ul .owl-dots .owl-dot {
          margin-top: 15px; }
      .twitter_1 #twitter_feed_wrapper ul li {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 14px;
        text-align: center;
        color: #FFF; }
        .twitter_1 #twitter_feed_wrapper ul li .tweet_post {
          color: #FFF; }
          .twitter_1 #twitter_feed_wrapper ul li .tweet_post .shared_twitter_post {
            display: block;
            padding: 10px;
            color: #FFF; }
          .twitter_1 #twitter_feed_wrapper ul li .tweet_post .shared_twitter_date {
            font-style: italic;
            font-size: 11px;
            display: block; }
          .twitter_1 #twitter_feed_wrapper ul li .tweet_post a {
            color: #fff;
            text-decoration: underline; }
            .twitter_1 #twitter_feed_wrapper ul li .tweet_post a:hover {
              color: #38cfff; }
    .twitter_1 #twitter_feed_wrapper #twitter_feed_top {
      text-align: center; }
      .twitter_1 #twitter_feed_wrapper #twitter_feed_top a {
        background: #009FD1;
        color: #fff;
        width: 120px;
        height: 120px;
        line-height: 90px;
        font-size: 45px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        text-align: center;
        top: -50px;
        left: 50%;
        margin-left: -60px;
        position: absolute;
        z-index: 100; }
        .twitter_1 #twitter_feed_wrapper #twitter_feed_top a span {
          display: block;
          font-size: 17px;
          margin-top: 0px;
          white-space: nowrap;
          line-height: 0; }
        .twitter_1 #twitter_feed_wrapper #twitter_feed_top a:hover span {
          color: #38cfff; }
    .twitter_1 #twitter_feed_wrapper #twitter_feed_bottom {
      display: none; }
      .twitter_1 #twitter_feed_wrapper #twitter_feed_bottom .twitter_feed_follow {
        position: absolute;
        right: 0;
        bottom: 8px;
        text-decoration: none;
        text-align: center; }
        .twitter_1 #twitter_feed_wrapper #twitter_feed_bottom .twitter_feed_follow i {
          font-size: 32px; }
        .twitter_1 #twitter_feed_wrapper #twitter_feed_bottom .twitter_feed_follow span {
          font-size: 12px;
          display: block; }

@media print {
  h1, h2, h3, h4 {
    color: #000; }
  p, label, span, a {
    color: #666; }
  a {
    text-decoration: underline; }
  #header_right,
  #main_nav_wrap,
  #leftcol,
  #rightcol,
  footer {
    display: none; }
  header {
    border-bottom: 4px solid #B2B2B2;
    margin-bottom: 20px; }
  .container {
    padding: 0;
    width: 100%; }
  #middlecol {
    width: 100%;
    left: 0; }
  table.default_table {
    width: 100%;
    margin-bottom: 20px; }
    table.default_table th {
      font-weight: bold;
      border-bottom: 2px solid #B2B2B2; }
    table.default_table td {
      border-bottom: 1px solid #B2B2B2; }
      table.default_table td p {
        margin: 15px 0; }
  table.content_table {
    width: 100%;
    margin-bottom: 20px; }
    table.content_table tr {
      vertical-align: top; }
      table.content_table tr p {
        margin: 15px 20px 15px 0; }
  #pre_footer {
    border-top: 4px solid #B2B2B2;
    padding: 20px 0 !important; } }

#home_announcement_wrapper {
  width: 100%;
  border-bottom: solid 1px #D3D3D3; }
  #home_announcement_wrapper #home_announcement_left {
    float: left;
    width: 200px;
    margin-right: -200px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #home_announcement_wrapper #home_announcement_left {
        width: 40px;
        margin-right: -40px; } }
    @media (max-width: 479px) {
      #home_announcement_wrapper #home_announcement_left {
        width: 40px;
        margin-right: -40px; } }
    #home_announcement_wrapper #home_announcement_left h3 {
      margin: 0;
      padding: 0;
      height: 45px;
      line-height: 47px;
      font-size: 19px;
      text-transform: uppercase; }
      @media (min-width: 480px) and (max-width: 767px) {
        #home_announcement_wrapper #home_announcement_left h3 {
          display: none; } }
      @media (max-width: 479px) {
        #home_announcement_wrapper #home_announcement_left h3 {
          display: none; } }
    #home_announcement_wrapper #home_announcement_left i {
      font-size: 18px;
      line-height: 47px;
      color: #009FD1;
      display: none; }
      @media (min-width: 480px) and (max-width: 767px) {
        #home_announcement_wrapper #home_announcement_left i {
          display: block; } }
      @media (max-width: 479px) {
        #home_announcement_wrapper #home_announcement_left i {
          display: block; } }
  #home_announcement_wrapper #home_announcement_right {
    float: left;
    width: 100%;
    padding-left: 200px;
    margin-right: 100px;
    position: relative; }
    @media (min-width: 480px) and (max-width: 767px) {
      #home_announcement_wrapper #home_announcement_right {
        padding-left: 40px; } }
    @media (max-width: 479px) {
      #home_announcement_wrapper #home_announcement_right {
        padding-left: 40px; } }
    #home_announcement_wrapper #home_announcement_right #home_announcement_list {
      margin: 0;
      padding: 0;
      overflow: hidden;
      height: 45px;
      width: 100%; }
      #home_announcement_wrapper #home_announcement_right #home_announcement_list .jticker_item li {
        padding-right: 45px; }
      #home_announcement_wrapper #home_announcement_right #home_announcement_list li {
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
        height: 45px;
        line-height: 47px;
        color: #333; }
        #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post {
          color: red; }
          #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post a, #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post span {
            color: red; }
            #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post a:hover,
            #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post a:hover span, #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post span:hover,
            #home_announcement_wrapper #home_announcement_right #home_announcement_list li.important_post span:hover span {
              color: #ff9999; }
        #home_announcement_wrapper #home_announcement_right #home_announcement_list li a {
          color: #333;
          display: block;
          font-size: 16px;
          font-family: Tahoma, Geneva, sans-serif; }
          #home_announcement_wrapper #home_announcement_right #home_announcement_list li a span {
            margin-left: 10px;
            text-decoration: underline; }
        #home_announcement_wrapper #home_announcement_right #home_announcement_list li a:hover {
          color: #38cfff; }

#home_announcement_list .owl-stage-outer {
  margin-right: 90px; }

#home_announcement_list .owl-nav {
  position: absolute;
  right: -5px;
  top: 0;
  width: 80px; }
  #home_announcement_list .owl-nav .owl-prev, #home_announcement_list .owl-nav .owl-next {
    margin-top: 4px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: left;
    background-color: #094C6D;
    color: #FFF; }
    #home_announcement_list .owl-nav .owl-prev:hover, #home_announcement_list .owl-nav .owl-next:hover {
      background-color: #3D9FD3; }
    #home_announcement_list .owl-nav .owl-prev span, #home_announcement_list .owl-nav .owl-next span {
      display: none; }

#announcement {
  margin: 0;
  padding: 0;
  clear: both; }
  #announcement li {
    list-style: none outside none;
    margin: 0; }
    #announcement li.last {
      margin: 0;
      border: none; }
    #announcement li h4 {
      font-size: 23px;
      line-height: 30px;
      padding: 0;
      margin: 0 0 15px; }
      #announcement li h4 a {
        text-decoration: none; }
    #announcement li p {
      font-weight: normal;
      line-height: 18px;
      margin: 0; }
      #announcement li p.read_more {
        margin-top: 10px; }
    #announcement li .content {
      width: 100%;
      padding: 15px; }
      #announcement li .content .desc {
        width: 100%; }

#announcement.announcement_1 li {
  margin: 0 0 20px; }
  #announcement.announcement_1 li .date {
    background-color: #094C6D;
    color: #FFF;
    padding: 5px 10px;
    float: left;
    font: 16px/20px Tahoma, Geneva, sans-serif;
    padding: 10px; }
    #announcement.announcement_1 li .date .month {
      font-size: 11px;
      text-transform: uppercase;
      line-height: 15px;
      letter-spacing: 5px;
      text-indent: 4px; }
  #announcement.announcement_1 li .content {
    background-color: #EFEFEF;
    clear: both; }

#announcement.announcement_2 li {
  margin: 0 0 20px;
  padding: 0 10px; }
  #announcement.announcement_2 li .date {
    background-color: #094C6D;
    color: #FFF;
    padding: 5px 10px;
    float: left;
    font: 16px/20px Tahoma, Geneva, sans-serif;
    padding: 10px; }
    #announcement.announcement_2 li .date .month {
      font-size: 11px;
      text-transform: uppercase;
      line-height: 15px;
      letter-spacing: 5px;
      text-indent: 4px; }
  #announcement.announcement_2 li .content {
    background-color: #EFEFEF;
    clear: both; }

.row.announcement_2 {
  margin: 0 -10px; }

#announcement.announcement_3 li {
  margin: 0 0 10px;
  padding: 0 10px;
  background: none; }
  #announcement.announcement_3 li a {
    display: block;
    color: #333;
    background: #fcfcfc;
    border: solid 1px #e2e2e2; }
    #announcement.announcement_3 li a h4 {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 24px;
      color: #094C6D; }
    #announcement.announcement_3 li a .date {
      margin-bottom: 10px;
      font-size: 12px;
      font-family: Tahoma, Geneva, sans-serif;
      font-weight: 300; }
    #announcement.announcement_3 li a .desc {
      clear: both; }
      #announcement.announcement_3 li a .desc p {
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: 300;
        line-height: 20px; }
    #announcement.announcement_3 li a .read_more {
      display: inline-block;
      color: #565656;
      padding: 0;
      margin-top: 25px; }
      #announcement.announcement_3 li a .read_more i {
        margin-right: 10px;
        text-indent: 0px;
        border: 2px solid #898989;
        width: 23px;
        height: 23px;
        color: #898989;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        line-height: 20px;
        margin-left: 10px;
        text-align: center;
        -webkit-transition: all 0.2s ease-in-out 0;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out 0;
        -ms-transition: all 0.2s ease-in-out 0;
        transition: all 0.2s ease-in-out 0;
        text-indent: 1px; }
    #announcement.announcement_3 li a:hover .read_more {
      color: #094C6D; }
      #announcement.announcement_3 li a:hover .read_more i {
        color: #094C6D;
        border-color: #094C6D; }
  #announcement.announcement_3 li.important article h4, #announcement.announcement_3 li.important article h4 a {
    color: red; }
  #announcement.announcement_3 li.important article a:hover h4, #announcement.announcement_3 li.important article h4 a {
    color: #3D9FD3; }

.row.announcement_3 {
  margin: 0 -5px; }

#announcement.announcement_4 li {
  padding: 0 5px;
  margin: 0 0 10px !important;
  list-style: none; }
  #announcement.announcement_4 li article {
    background-color: #FFF;
    width: 100%;
    height: auto;
    position: relative;
    white-space: normal;
    overflow: hidden; }
  #announcement.announcement_4 li a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    background-color: #2b2b2b;
    position: relative; }
    #announcement.announcement_4 li a:hover {
      background: #303030; }
      #announcement.announcement_4 li a:hover .home_announcement_desc {
        color: #fff; }
        #announcement.announcement_4 li a:hover .home_announcement_desc h4 {
          color: #fff; }
    #announcement.announcement_4 li a .date {
      position: absolute;
      background-color: #404040;
      padding: 10px;
      left: 0;
      top: 0;
      color: #FFF; }
    #announcement.announcement_4 li a h4 {
      font-size: 20px;
      font-weight: normal;
      color: #FFF; }
    #announcement.announcement_4 li a .announcement_desc {
      padding: 40px 20px 20px;
      display: block;
      white-space: normal;
      color: #FFF;
      font-size: 12px;
      line-height: 18px; }

.row.announcement_4 {
  margin: 0 -5px; }

.shared_announcement_wrapper .shared_announcement_list {
  margin: 0; }
  .shared_announcement_wrapper .shared_announcement_list li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 22px;
    text-align: center; }
    .shared_announcement_wrapper .shared_announcement_list li.important_post {
      color: red; }
      .shared_announcement_wrapper .shared_announcement_list li.important_post a, .shared_announcement_wrapper .shared_announcement_list li.important_post span {
        color: red; }
        .shared_announcement_wrapper .shared_announcement_list li.important_post a:hover, .shared_announcement_wrapper .shared_announcement_list li.important_post span:hover {
          color: #ff6666; }
    .shared_announcement_wrapper .shared_announcement_list li a span {
      margin-left: 10px; }

#image_gall_cat {
  margin: 0;
  padding: 0; }
  #image_gall_cat li {
    margin: 0 0 20px 0;
    padding: 0 15px;
    list-style: none; }
    #image_gall_cat li a {
      display: block;
      background: #fff;
      -webkit-box-shadow: 0px 0px 1px #EFEFEF;
      -moz-box-shadow: 0px 0px 1px #EFEFEF;
      box-shadow: 0px 0px 1px #EFEFEF;
      max-width: 300px;
      margin: auto; }
      #image_gall_cat li a .img {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: block;
        position: relative; }
        #image_gall_cat li a .img img {
          display: block;
          width: 100%; }
      #image_gall_cat li a .text {
        padding: 20px;
        display: block; }
        #image_gall_cat li a .text .cnt {
          color: #333;
          display: block;
          margin-bottom: 5px; }
        #image_gall_cat li a .text h4 {
          font-size: 19px;
          line-height: 23px;
          max-height: 46px;
          overflow: hidden;
          color: #333; }
      #image_gall_cat li a:hover .img .plus_overlay {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity; }
      #image_gall_cat li a:hover .text h4 {
        color: #094C6D; }

.gallery_wrapper {
  margin: 0; }
  .gallery_wrapper ul {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0; }
    .gallery_wrapper ul li {
      list-style: none;
      margin: 0;
      padding: 3px; }
      .gallery_wrapper ul li a {
        overflow: hidden;
        display: block;
        position: relative;
        overflow: hidden;
        display: block;
        width: 100%;
        background: #fff; }
        .gallery_wrapper ul li a .overlay {
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          -webkit-transition: all 0.2s ease-in-out 0;
          -moz-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out 0;
          -ms-transition: all 0.2s ease-in-out 0;
          transition: all 0.2s ease-in-out 0;
          background-color: #009FD1;
          /* The Fallback */
          background-color: rgba(0, 159, 209, 0.7);
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0;
          will-change: opacity; }
          .gallery_wrapper ul li a .overlay i {
            color: #fff;
            position: absolute;
            height: 100px;
            width: 100px;
            left: 50%;
            top: 50%;
            margin-top: -50px;
            margin-left: -50px;
            text-align: center;
            line-height: 100px;
            font-size: 28px; }
        .gallery_wrapper ul li a:hover .overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }
        .gallery_wrapper ul li a .img {
          display: block;
          overflow: hidden;
          position: relative; }
        .gallery_wrapper ul li a .overlay {
          z-index: 98; }
        .gallery_wrapper ul li a img {
          display: block;
          width: 100%; }

#blog_main_list, #blog_also_in_blog, #blog_shared_list {
  overflow: hidden; }
  #blog_main_list .item, #blog_also_in_blog .item, #blog_shared_list .item {
    list-style: none; }
    #blog_main_list .item article a, #blog_also_in_blog .item article a, #blog_shared_list .item article a {
      display: block;
      overflow: hidden;
      text-decoration: none;
      background: #fff;
      text-align: left;
      color: #333;
      padding: 0 0 15px;
      width: auto;
      border-bottom: 1px solid #D3D3D3;
      height: 310px; }
      #blog_main_list .item article a .inner, #blog_also_in_blog .item article a .inner, #blog_shared_list .item article a .inner {
        position: relative;
        display: block;
        min-height: 100%; }
        #blog_main_list .item article a .inner i, #blog_also_in_blog .item article a .inner i, #blog_shared_list .item article a .inner i {
          color: #009FD1; }
        #blog_main_list .item article a .inner .image, #blog_also_in_blog .item article a .inner .image, #blog_shared_list .item article a .inner .image {
          width: 100%;
          height: auto;
          max-height: 250px;
          overflow: hidden;
          display: block;
          position: relative;
          margin-bottom: 14px; }
          #blog_main_list .item article a .inner .image i, #blog_also_in_blog .item article a .inner .image i, #blog_shared_list .item article a .inner .image i {
            color: #fff; }
          #blog_main_list .item article a .inner .image img, #blog_also_in_blog .item article a .inner .image img, #blog_shared_list .item article a .inner .image img {
            display: block;
            width: 100%; }
        #blog_main_list .item article a .inner h4, #blog_also_in_blog .item article a .inner h4, #blog_shared_list .item article a .inner h4 {
          margin-bottom: 8px;
          max-height: 55px;
          overflow: hidden;
          font-size: 19px;
          line-height: 24px;
          color: #094C6D; }
        #blog_main_list .item article a .inner .date, #blog_also_in_blog .item article a .inner .date, #blog_shared_list .item article a .inner .date {
          display: block;
          font-size: 13px; }
        #blog_main_list .item article a .inner .snippet, #blog_also_in_blog .item article a .inner .snippet, #blog_shared_list .item article a .inner .snippet {
          display: block;
          font-size: 14px;
          line-height: 22px;
          margin-top: 5px;
          height: 198px; }
        #blog_main_list .item article a .inner .bottom, #blog_also_in_blog .item article a .inner .bottom, #blog_shared_list .item article a .inner .bottom {
          display: block;
          background: #EFEFEF;
          margin: 14px 0 0 0;
          padding: 5px 10px;
          position: absolute;
          bottom: -47px;
          left: 0;
          width: 100%;
          font-size: 13px; }
          #blog_main_list .item article a .inner .bottom .image_cnt, #blog_also_in_blog .item article a .inner .bottom .image_cnt, #blog_shared_list .item article a .inner .bottom .image_cnt {
            float: left;
            width: 48%;
            white-space: nowrap; }
          #blog_main_list .item article a .inner .bottom .post_cats, #blog_also_in_blog .item article a .inner .bottom .post_cats, #blog_shared_list .item article a .inner .bottom .post_cats {
            float: left;
            width: 52%;
            white-space: nowrap; }
        #blog_main_list .item article a .inner:hover h4, #blog_also_in_blog .item article a .inner:hover h4, #blog_shared_list .item article a .inner:hover h4 {
          color: #3D9FD3; }
        #blog_main_list .item article a .inner:hover .image_overlay, #blog_also_in_blog .item article a .inner:hover .image_overlay, #blog_shared_list .item article a .inner:hover .image_overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }

@media (max-width: 767px) {
  #blog_main_list .item article a {
    max-width: 268px;
    margin: 5px auto; } }

#blog_also_in_blog, #blog_shared_list {
  margin: 0; }

#blog_also_in_blog_wrap {
  margin: 0; }

#blog_also_in_blog .item {
  margin: 0 0 25px 0; }
  #blog_also_in_blog .item a {
    margin: 0 auto; }

#blog_shared_list_wrap #blog_shared_list {
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  #blog_shared_list_wrap #blog_shared_list > div:not(:first-child), #blog_shared_list_wrap #blog_shared_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  #blog_shared_list_wrap #blog_shared_list.owl-loaded {
    background: none; }
    #blog_shared_list_wrap #blog_shared_list.owl-loaded > div, #blog_shared_list_wrap #blog_shared_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }

@media (min-width: 768px) and (max-width: 1006px) {
  #blog_nav_wrapper {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 5px solid #EFEFEF; } }

@media (min-width: 480px) and (max-width: 767px) {
  #blog_nav_wrapper {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 5px solid #EFEFEF; } }

@media (max-width: 479px) {
  #blog_nav_wrapper {
    margin-top: 25px;
    padding-top: 30px;
    border-top: 5px solid #EFEFEF; } }

#blog_nav_wrapper ul {
  margin: 0 0 30px 0;
  padding: 0; }
  #blog_nav_wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
    #blog_nav_wrapper ul li.no_links {
      padding: 5px; }
    #blog_nav_wrapper ul li a {
      display: block;
      padding: 5px;
      border-bottom: 1px solid #EFEFEF;
      color: #333; }
      #blog_nav_wrapper ul li a span {
        color: #009FD1;
        float: right; }
      #blog_nav_wrapper ul li a i {
        float: right;
        color: #009FD1;
        font-size: 20px;
        margin: 3px;
        transition: all ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all ease-in-out; }
      #blog_nav_wrapper ul li a:hover {
        color: #009FD1; }
    #blog_nav_wrapper ul li.sel a {
      color: #009FD1; }
    #blog_nav_wrapper ul li.open i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

#blog_article_wrap .blog_top {
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 20px;
  padding-bottom: 8px; }
  #blog_article_wrap .blog_top .blog_article_title {
    float: left;
    margin: 0; }
  #blog_article_wrap .blog_top .blog_top_date_cat {
    float: right;
    margin-top: 17px; }
    #blog_article_wrap .blog_top .blog_top_date_cat .blog_date {
      margin-right: 25px; }
      #blog_article_wrap .blog_top .blog_top_date_cat .blog_date i {
        margin-right: 5px; }
    #blog_article_wrap .blog_top .blog_top_date_cat #blog_categories span.icon {
      display: inline-block;
      vertical-align: middle; }
    #blog_article_wrap .blog_top .blog_top_date_cat #blog_categories i {
      margin-right: 5px; }
    #blog_article_wrap .blog_top .blog_top_date_cat #blog_categories #blogitem_cat_list {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
      #blog_article_wrap .blog_top .blog_top_date_cat #blog_categories #blogitem_cat_list li {
        float: left;
        margin: 0 10px 0 0; }
        #blog_article_wrap .blog_top .blog_top_date_cat #blog_categories #blogitem_cat_list li.first {
          list-style: none; }

#blog_article_wrap .addthis_toolbox {
  margin-top: 20px; }

@media (min-width: 1007px) and (max-width: 1229px) {
  #module_blog.module_inner .blog_top .blog_top_date_cat .blog_date {
    float: left; } }

@media (min-width: 768px) and (max-width: 1006px) {
  #module_blog.module_inner .blog_top .blog_top_date_cat .blog_date {
    float: left; } }

@media (min-width: 480px) and (max-width: 767px) {
  #module_blog.module_inner .blog_top .blog_top_date_cat .blog_date {
    float: left; } }

@media (max-width: 479px) {
  #module_blog.module_inner .blog_top .blog_top_date_cat .blog_date {
    float: left; } }

.blog_article_nav {
  border-bottom: solid 1px #D3D3D3;
  padding: 2px 0 10px;
  margin-bottom: 20px; }
  .blog_article_nav i, .blog_article_nav span {
    vertical-align: middle;
    line-height: 16px; }
  .blog_article_nav.bottom {
    border-top: solid 1px #D3D3D3;
    border-bottom: none;
    padding-top: 15px;
    margin-bottom: 40px; }
  .blog_article_nav a {
    color: #333; }
    .blog_article_nav a:hover {
      color: #3D9FD3; }
    .blog_article_nav a i {
      background: #3D9FD3;
      color: #fff;
      text-align: center;
      width: 13px;
      height: 17px;
      line-height: 17px; }
  .blog_article_nav .blog_nextprev_buttons {
    float: right; }
    .blog_article_nav .blog_nextprev_buttons .prev_button i {
      margin-right: 5px; }
    .blog_article_nav .blog_nextprev_buttons .next_button {
      margin-left: 40px; }
      .blog_article_nav .blog_nextprev_buttons .next_button i {
        margin-left: 5px; }

.extra_cats {
  color: #009FD1;
  position: relative;
  cursor: pointer; }
  .extra_cats .extra_cats_title span {
    color: #333; }
  .extra_cats .extra_cats_tooltip {
    transition: all ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all ease-in-out;
    position: absolute;
    display: none;
    z-index: 9;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 30px;
    right: 0;
    padding: 10px 15px; }
    .extra_cats .extra_cats_tooltip .arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #000;
      right: 8px;
      bottom: -8px;
      -moz-opacity: 80;
      -khtml-opacity: 80;
      -webkit-opacity: 80;
      opacity: 80;
      will-change: opacity; }
    .extra_cats .extra_cats_tooltip .title {
      display: block;
      color: #fff;
      font-size: 12px;
      white-space: nowrap;
      line-height: 18px; }
  .extra_cats:hover .extra_cats_tooltip {
    display: block; }

#blog_categories .extra_cats_tooltip {
  bottom: auto;
  margin-top: 45%;
  top: 0; }
  #blog_categories .extra_cats_tooltip .arrow {
    border-top: 0;
    border-bottom: 8px solid #000;
    right: 8px;
    bottom: auto;
    top: -8px; }

/* blog Comments */
#comments_signedin {
  font-size: 18px;
  color: #000;
  float: left; }
  #comments_signedin span {
    font-family: Tahoma, Geneva, sans-serif;
    color: #009FD1; }

#blog_logout {
  float: right; }

#comments_form_wrapper {
  clear: both; }
  #comments_form_wrapper h3 {
    color: #000;
    font-size: 18px; }

#blog_comment fieldset {
  border: medium none;
  float: left;
  margin: 0;
  padding: 0; }

#blog_comment ul, #blog_comment li {
  margin: 0; }

#blog_comment li {
  padding: 0 0 6px; }
  #blog_comment li.req span.ast, #blog_comment li.err span.ast {
    display: block;
    float: left;
    margin-left: -10px;
    width: 10px; }
  #blog_comment li span.ast {
    color: #CC0000; }
  #blog_comment li input {
    width: 360px; }

#blog_comment label {
  font-size: 16px;
  font-weight: normal !important;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 374px;
  padding: 0 0 4px; }

#blog_comment input, #blog_comment textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #D7D7D7;
  font-size: 16px;
  padding: 7px 7px; }

#blog_comment textarea {
  width: 674px;
  height: 90px; }

#blog_comment li ::-webkit-input-placeholder,
#blog_comment li :-moz-placeholder {
  color: red; }

#comments_wrapper .comment_title {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 25px;
  background-color: #009FD1;
  color: #FFF;
  padding: 0 0 2px 15px; }

#blog_comments_wrapper {
  clear: both;
  padding-top: 30px; }
  #blog_comments_wrapper ol {
    margin: 0;
    padding: 0; }
  #blog_comments_wrapper li {
    margin: 0 0 25px;
    padding: 0;
    border-bottom: 1px solid #CCC;
    list-style: none; }
  #blog_comments_wrapper .comment_header {
    display: block;
    height: 27px;
    margin: 0 0 12px; }
  #blog_comments_wrapper .name {
    float: left;
    font-size: 20px;
    color: #009FD1; }
  #blog_comments_wrapper .date {
    float: right;
    font-size: 13px;
    color: #009FD1;
    font-family: Tahoma, Geneva, sans-serif; }

#comment_form div.error {
  background-color: #c12626;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 10px 15px; }
  #comment_form div.error i {
    float: left;
    font-size: 18px;
    margin-right: 11px; }

#comment_form .errmsg {
  background-color: #d52b2b;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px 30px; }

#blog_comment .recaptcha_theme_blackglass #recaptcha_response_field, #blog_comment .recaptcha_theme_white #recaptcha_response_field {
  height: 27px;
  border: none; }

#blog_comment .recaptcha_only_if_privacy {
  display: none;
  float: right;
  text-align: right; }

.blog_layout_1 #home_blog_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .blog_layout_1 #home_blog_list > div:not(:first-child), .blog_layout_1 #home_blog_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .blog_layout_1 #home_blog_list.owl-loaded {
    background: none; }
    .blog_layout_1 #home_blog_list.owl-loaded > div, .blog_layout_1 #home_blog_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .blog_layout_1 #home_blog_list .item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog_layout_1 #home_blog_list .item article a {
      margin: 0;
      height: 340px;
      display: block;
      overflow: hidden;
      text-decoration: none;
      text-align: left;
      color: #333;
      background: #fcfcfc;
      border: solid 1px #e2e2e2;
      padding: 13px 13px 60px 13px;
      width: auto; }
      .blog_layout_1 #home_blog_list .item article a .inner {
        position: relative;
        display: block;
        min-height: 100%; }
        .blog_layout_1 #home_blog_list .item article a .inner i {
          color: #009FD1; }
        .blog_layout_1 #home_blog_list .item article a .inner .image {
          width: 100%;
          height: auto;
          max-height: 160px;
          overflow: hidden;
          display: block;
          position: relative;
          margin-bottom: 14px; }
          .blog_layout_1 #home_blog_list .item article a .inner .image i {
            color: #fff; }
          .blog_layout_1 #home_blog_list .item article a .inner .image img {
            display: block;
            width: 100%; }
        .blog_layout_1 #home_blog_list .item article a .inner h4 {
          margin-bottom: 8px;
          overflow: hidden;
          font-size: 19px;
          line-height: 24px;
          color: #094C6D;
          height: 48px; }
        .blog_layout_1 #home_blog_list .item article a .inner .date {
          display: block;
          font-size: 13px; }
        .blog_layout_1 #home_blog_list .item article a .inner .snippet {
          display: block;
          font-size: 14px;
          line-height: 22px;
          margin-top: 5px;
          max-height: 178px; }
        .blog_layout_1 #home_blog_list .item article a .inner .bottom {
          display: block;
          background: #EFEFEF;
          margin: 14px 0 0 0;
          padding: 5px 10px;
          position: absolute;
          bottom: -47px;
          left: 0;
          width: 100%;
          font-size: 13px; }
          .blog_layout_1 #home_blog_list .item article a .inner .bottom .image_cnt {
            float: left;
            width: 48%;
            white-space: nowrap; }
          .blog_layout_1 #home_blog_list .item article a .inner .bottom .post_cats {
            float: left;
            width: 52%;
            white-space: nowrap; }
        .blog_layout_1 #home_blog_list .item article a .inner:hover h4 {
          color: #3D9FD3; }
        .blog_layout_1 #home_blog_list .item article a .inner:hover .image_overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }

.blog_layout_2 #home_blog_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .blog_layout_2 #home_blog_list > div:not(:first-child), .blog_layout_2 #home_blog_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .blog_layout_2 #home_blog_list.owl-loaded {
    background: none; }
    .blog_layout_2 #home_blog_list.owl-loaded > div, .blog_layout_2 #home_blog_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .blog_layout_2 #home_blog_list .item,
  .blog_layout_2 #home_blog_list .owl-item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog_layout_2 #home_blog_list .item article,
    .blog_layout_2 #home_blog_list .owl-item article {
      margin-bottom: 10px;
      height: 185px;
      overflow: hidden; }
      .blog_layout_2 #home_blog_list .item article.has_image a .image,
      .blog_layout_2 #home_blog_list .owl-item article.has_image a .image {
        width: 45%;
        height: auto;
        max-height: 185px;
        overflow: hidden;
        display: block;
        position: relative;
        margin-bottom: 14px;
        float: left; }
        .blog_layout_2 #home_blog_list .item article.has_image a .image i,
        .blog_layout_2 #home_blog_list .owl-item article.has_image a .image i {
          color: #fff; }
        .blog_layout_2 #home_blog_list .item article.has_image a .image img,
        .blog_layout_2 #home_blog_list .owl-item article.has_image a .image img {
          display: block;
          width: 100%; }
      .blog_layout_2 #home_blog_list .item article a,
      .blog_layout_2 #home_blog_list .owl-item article a {
        margin: 0;
        display: block;
        overflow: hidden;
        text-decoration: none;
        background: #fff;
        text-align: left;
        color: #333;
        width: auto; }
        .blog_layout_2 #home_blog_list .item article a .inner,
        .blog_layout_2 #home_blog_list .owl-item article a .inner {
          position: relative;
          display: block;
          min-height: 100%; }
          .blog_layout_2 #home_blog_list .item article a .inner i,
          .blog_layout_2 #home_blog_list .owl-item article a .inner i {
            color: #009FD1; }
          .blog_layout_2 #home_blog_list .item article a .inner .desc,
          .blog_layout_2 #home_blog_list .owl-item article a .inner .desc {
            padding: 20px;
            float: left;
            width: 55%; }
          .blog_layout_2 #home_blog_list .item article a .inner h4,
          .blog_layout_2 #home_blog_list .owl-item article a .inner h4 {
            margin-bottom: 0;
            max-height: 75px;
            overflow: hidden;
            font-size: 19px;
            line-height: 24px;
            color: #094C6D; }
          .blog_layout_2 #home_blog_list .item article a .inner .date,
          .blog_layout_2 #home_blog_list .owl-item article a .inner .date {
            display: block;
            font-size: 13px;
            margin-bottom: 15px;
            color: #898989; }
          .blog_layout_2 #home_blog_list .item article a .inner .snippet,
          .blog_layout_2 #home_blog_list .owl-item article a .inner .snippet {
            padding: 20px;
            display: block;
            font-size: 14px;
            line-height: 22px;
            margin-top: 5px;
            max-height: 185px;
            float: right;
            width: 45%; }
          .blog_layout_2 #home_blog_list .item article a .inner:hover h4,
          .blog_layout_2 #home_blog_list .owl-item article a .inner:hover h4 {
            color: #3D9FD3; }
          .blog_layout_2 #home_blog_list .item article a .inner:hover .image_overlay,
          .blog_layout_2 #home_blog_list .owl-item article a .inner:hover .image_overlay {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            -webkit-opacity: 100;
            opacity: 100;
            will-change: opacity; }

.blog_layout_3 #home_blog_list, .events_blog #home_blog_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .blog_layout_3 #home_blog_list > div:not(:first-child), .blog_layout_3 #home_blog_list > li:not(:first-child), .events_blog #home_blog_list > div:not(:first-child), .events_blog #home_blog_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .blog_layout_3 #home_blog_list.owl-loaded, .events_blog #home_blog_list.owl-loaded {
    background: none; }
    .blog_layout_3 #home_blog_list.owl-loaded > div, .blog_layout_3 #home_blog_list.owl-loaded > li, .events_blog #home_blog_list.owl-loaded > div, .events_blog #home_blog_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .blog_layout_3 #home_blog_list .item, .events_blog #home_blog_list .item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .blog_layout_3 #home_blog_list .item article a, .events_blog #home_blog_list .item article a {
      margin: 0;
      height: 355px;
      display: block;
      overflow: hidden;
      text-decoration: none;
      text-align: left;
      color: #333;
      background: #fcfcfc;
      padding: 0;
      width: auto; }
      .blog_layout_3 #home_blog_list .item article a .inner, .events_blog #home_blog_list .item article a .inner {
        position: relative;
        display: block;
        min-height: 100%; }
        .blog_layout_3 #home_blog_list .item article a .inner i, .events_blog #home_blog_list .item article a .inner i {
          color: #009FD1; }
        .blog_layout_3 #home_blog_list .item article a .inner .image, .events_blog #home_blog_list .item article a .inner .image {
          width: 100%;
          height: auto;
          max-height: 240px;
          overflow: hidden;
          display: block;
          position: relative; }
          .blog_layout_3 #home_blog_list .item article a .inner .image i, .events_blog #home_blog_list .item article a .inner .image i {
            color: #fff; }
          .blog_layout_3 #home_blog_list .item article a .inner .image img, .events_blog #home_blog_list .item article a .inner .image img {
            display: block;
            width: 100%; }
        .blog_layout_3 #home_blog_list .item article a .inner .desc, .events_blog #home_blog_list .item article a .inner .desc {
          padding: 20px;
          display: block; }
        .blog_layout_3 #home_blog_list .item article a .inner h4, .events_blog #home_blog_list .item article a .inner h4 {
          margin-bottom: 8px;
          overflow: hidden;
          font-size: 19px;
          line-height: 24px;
          color: #094C6D;
          height: 48px;
          text-align: center; }
        .blog_layout_3 #home_blog_list .item article a .inner .date, .events_blog #home_blog_list .item article a .inner .date {
          display: block;
          font-size: 13px;
          text-align: center; }
        .blog_layout_3 #home_blog_list .item article a .inner .snippet, .events_blog #home_blog_list .item article a .inner .snippet {
          display: block;
          font-size: 14px;
          line-height: 22px;
          margin-top: 5px;
          max-height: 220px;
          text-align: center; }
        .blog_layout_3 #home_blog_list .item article a .inner:hover h4, .events_blog #home_blog_list .item article a .inner:hover h4 {
          color: #3D9FD3; }
        .blog_layout_3 #home_blog_list .item article a .inner:hover .image_overlay, .events_blog #home_blog_list .item article a .inner:hover .image_overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }

#careers_cat_wrapper {
  text-align: center;
  margin: 30px 0 60px 0; }
  #careers_cat_wrapper > span {
    display: inline-block;
    text-align: left;
    margin: 0 20px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #careers_cat_wrapper > span {
        display: block;
        text-align: center; } }
    @media (max-width: 479px) {
      #careers_cat_wrapper > span {
        display: block;
        text-align: center; } }
    #careers_cat_wrapper > span > span {
      margin-right: 17px;
      font-family: Tahoma, Geneva, sans-serif; }
      @media (min-width: 480px) and (max-width: 767px) {
        #careers_cat_wrapper > span > span {
          display: inline-block;
          width: 83px; } }
      @media (max-width: 479px) {
        #careers_cat_wrapper > span > span {
          display: inline-block;
          width: 83px; } }
    #careers_cat_wrapper > span label {
      margin: 0;
      font-family: Tahoma, Geneva, sans-serif;
      text-transform: uppercase;
      font-size: 22px;
      vertical-align: text-top; }
      @media (min-width: 480px) and (max-width: 767px) {
        #careers_cat_wrapper > span label {
          margin-bottom: 20px; } }
      @media (max-width: 479px) {
        #careers_cat_wrapper > span label {
          margin-bottom: 20px; } }
    #careers_cat_wrapper > span select {
      width: 150px;
      margin-top: 4px;
      padding: 8px 13px;
      border: none;
      background: #cfcfcf; }

#careers_wrapper {
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px; }
  #careers_wrapper ul#careers {
    margin: 0;
    padding: 0; }
    #careers_wrapper ul#careers li {
      margin: 0;
      padding: 0;
      list-style: none;
      float: left;
      width: 50%; }
      @media (min-width: 480px) and (max-width: 767px) {
        #careers_wrapper ul#careers li {
          width: 100%; } }
      @media (max-width: 479px) {
        #careers_wrapper ul#careers li {
          width: 100%; } }
      #careers_wrapper ul#careers li a {
        display: block;
        background-color: #FFF;
        text-align: left;
        margin: 0 10px 20px 10px;
        position: relative;
        padding-bottom: 50px;
        -moz-box-shadow: 0px 0px 2px #D3D3D3;
        -webkit-box-shadow: 0px 0px 2px #D3D3D3;
        box-shadow: 0px 0px 2px #D3D3D3; }
        @media (max-width: 360px) {
          #careers_wrapper ul#careers li a {
            max-width: 290px; } }
        #careers_wrapper ul#careers li a .text {
          padding: 30px 30px 25px 30px; }
          #careers_wrapper ul#careers li a .text h3 {
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 21px;
            margin-bottom: 15px;
            text-transform: none; }
          #careers_wrapper ul#careers li a .text > span {
            margin-bottom: 10px;
            font-size: 17px;
            display: block;
            font-family: Tahoma, Geneva, sans-serif;
            font-weight: 200; }
            #careers_wrapper ul#careers li a .text > span span {
              padding-right: 10px; }
        #careers_wrapper ul#careers li a .read_more {
          position: absolute;
          bottom: 0;
          right: 0;
          height: 50px;
          overflow: hidden;
          color: #fff;
          width: 100%;
          padding: 0 80px 0 30px;
          background-color: #009FD1;
          text-transform: uppercase;
          font-family: Tahoma, Geneva, sans-serif;
          font-size: 18px;
          line-height: 50px; }
          #careers_wrapper ul#careers li a .read_more i {
            float: right;
            margin-right: -80px;
            color: #FFF;
            width: 50px;
            height: 100%;
            background-color: #094C6D;
            text-align: center;
            line-height: 50px; }
          @media (max-width: 392px) {
            #careers_wrapper ul#careers li a .read_more span {
              font-size: 17px; } }
          @media (min-width: 768px) and (max-width: 1006px) {
            #careers_wrapper ul#careers li a .read_more span span {
              display: none; } }
          @media (min-width: 480px) and (max-width: 767px) {
            #careers_wrapper ul#careers li a .read_more span span {
              display: none; } }
          @media (max-width: 479px) {
            #careers_wrapper ul#careers li a .read_more span span {
              display: none; } }
        #careers_wrapper ul#careers li a:hover {
          background: #094C6D; }

#top_margin_page_downloads {
  margin-top: 60px; }

#career_inner #career_details {
  margin: 43px 0; }
  #career_inner #career_details > div {
    background: #EFEFEF;
    margin-bottom: 10px;
    font-size: 16px;
    margin-bottom: 5px; }
    #career_inner #career_details > div > span {
      padding: 10px;
      display: inline-block;
      color: #009FD1; }
      @media (max-width: 615px) {
        #career_inner #career_details > div > span {
          display: block; } }
    #career_inner #career_details > div .title {
      text-transform: uppercase;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 16px;
      border-right: 1px solid #FFF;
      width: 220px;
      float: left; }
      @media (max-width: 615px) {
        #career_inner #career_details > div .title {
          border-bottom: 1px solid #f3f3f3;
          width: 100%; } }
    #career_inner #career_details > div .text {
      font-size: 18px; }

.doc_table th {
  background-color: transparent;
  color: #333;
  text-transform: none; }

.doc_table .download span {
  display: none; }

.doc_table .title {
  padding-left: 30px;
  display: block; }
  .doc_table .title i {
    margin-left: -30px;
    float: left;
    margin-top: 4px; }

.doc_table .width_10 {
  white-space: nowrap; }

.page_downloads .standard_heading h2 {
  color: #009FD1;
  font-size: 23px;
  padding: 13px 0;
  margin: 0 0 4px 0; }

.page_downloads ul {
  margin: 0;
  padding: 0; }
  .page_downloads ul li {
    margin: 0 0 4px 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .page_downloads ul li a {
      display: block;
      overflow: hidden; }
      .page_downloads ul li a.title {
        background: #EFEFEF;
        color: #333; }
        .page_downloads ul li a.title .title {
          margin: 14px 75px 14px 50px;
          padding: 0;
          line-height: 20px;
          overflow: hidden;
          display: block; }
        .page_downloads ul li a.title .icon {
          left: 0;
          top: 0;
          width: 50px;
          position: absolute;
          height: 100%;
          line-height: 30px; }
      .page_downloads ul li a.download {
        right: 0;
        top: 0;
        width: 60px;
        position: absolute;
        background: #009FD1;
        color: #fff;
        height: 100%; }
        .page_downloads ul li a.download span {
          width: 100%;
          text-align: center; }
          .page_downloads ul li a.download span i {
            vertical-align: middle; }
      .page_downloads ul li a span {
        display: inline-block;
        padding: 10px 15px; }
        .page_downloads ul li a span.icon i {
          color: #333; }
        .page_downloads ul li a span.title {
          padding-left: 0px; }
        .page_downloads ul li a span.date {
          float: right;
          padding: 0; }

#page_downloads_category, #page_downloads {
  margin-top: 40px; }

#doclist #page_downloads_category, #doclist #page_downloads {
  margin-top: 0px;
  margin-bottom: 50px; }

/* Popup window for private documents */
#doc_password_wrapper {
  text-align: left;
  background-color: #FFF;
  padding: 10px;
  overflow: hidden; }

#popupform {
  width: 100%;
  overflow: hidden; }
  #popupform input {
    width: 100% !important;
    margin-bottom: 5px; }

div#docerr strong {
  font-size: 14px;
  color: red;
  font-weight: bold; }

div#docerr ul {
  margin: 0 0 10px;
  padding: 0; }

div#docerr ul li {
  color: red;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none outside none; }

/* End of pop up window */
@media all and (max-width: 600px) {
  #popupform input {
    font-size: 14px;
    line-height: 14px;
    padding: 5px; }
  #popupform label {
    font-size: 14px;
    line-height: 18px; }
  #popupwrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px; } }

.event_left_head {
  margin: 0;
  padding: 10px;
  background-color: #009FD1;
  width: 100%;
  height: 45px; }
  .event_left_head h3 {
    line-height: 27px;
    color: #FFF;
    font-size: 18px;
    margin: 0;
    float: left;
    text-align: center;
    width: 100%; }

.view_month {
  display: block;
  padding: 0 10px;
  background-color: #EFEFEF;
  color: #333;
  font-size: 11px;
  line-height: 45px;
  margin-top: 10px;
  text-align: center; }
  .view_month:hover {
    color: #094C6D; }

#inner_head {
  margin: 0 -10px 10px; }

.event_cat_list_wrapper {
  padding: 10px;
  background-color: #EFEFEF;
  width: 100%;
  margin: 0 0 10px;
  overflow: hidden; }
  .event_cat_list_wrapper.hide {
    display: none; }
  .event_cat_list_wrapper label {
    margin: 3px 0 0 10px;
    font-weight: bold;
    float: left;
    line-height: 25px; }
  .event_cat_list_wrapper select {
    border: none;
    padding: 4px 5px;
    float: right;
    width: 60%; }

#event_view_links {
  background-color: #EFEFEF;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  overflow: hidden; }
  #event_view_links.hide {
    display: none; }
  #event_view_links a {
    float: right;
    margin-left: 10px;
    width: 200px;
    color: #333;
    height: 50px;
    line-height: 30px;
    padding: 10px 10px 10px 20px;
    border-left: 1px solid #D3D3D3;
    font-weight: bold; }
    #event_view_links a .title {
      float: left; }
    #event_view_links a .tickbox {
      float: right; }
      #event_view_links a .tickbox .fa-square, #event_view_links a .tickbox.fa-square {
        color: #FFF; }

#event_left_col {
  margin: 0 0 20px; }

#event_left_month_bar {
  background-color: #009FD1;
  padding: 10px;
  width: 100%;
  margin: 0 0 10px;
  height: 45px;
  overflow: hidden; }

.event_left_month_title {
  display: block;
  float: left;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: Tahoma, Geneva, sans-serif; }

.event_month_prev, .event_month_next {
  display: block;
  line-height: 25px;
  height: 25px;
  width: 25px;
  text-align: center;
  color: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 20; }
  .event_month_prev span, .event_month_next span {
    display: none; }

span.event_month_prev {
  text-indent: -999px;
  float: left;
  margin-right: -25px; }

.event_month_prev {
  float: left;
  margin-right: -25px; }

.event_month_next {
  float: right;
  margin-left: -25px; }

.event_left_month_title:hover, .event_month_prev:hover, .event_month_next:hover {
  color: #98d7f6; }

#event_right_col #category_key {
  margin: 20px 0 0; }
  #event_right_col #category_key li {
    margin: 0 20px 20px 0;
    list-style: none;
    font-size: 10px;
    line-height: 12px;
    float: left; }
    #event_right_col #category_key li span {
      width: 12px;
      height: 12px;
      margin: 0 5px 0 0;
      float: left;
      background-color: #898989; }

#subscribe_full_calendar {
  width: 100%;
  border-bottom: 5px solid #EFEFEF;
  padding: 10px 0; }
  #subscribe_full_calendar a {
    float: left;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
    line-height: 27px;
    color: #333;
    width: 100%; }
    #subscribe_full_calendar a:hover {
      color: #094C6D; }
      #subscribe_full_calendar a:hover i {
        color: #094C6D; }
    #subscribe_full_calendar a span {
      float: left;
      margin-left: 15px; }
    #subscribe_full_calendar a i {
      font-size: 26px;
      line-height: 26px;
      float: left;
      margin-left: 5px;
      color: #094C6D; }

h2.date_title {
  background-color: #009FD1;
  height: 45px;
  margin: 30px 0 0;
  padding: 10px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  text-align: center; }
  h2.date_title.title_1 {
    margin: 0; }

table.calendar {
  margin: 0 0 5px;
  padding: 0;
  font-family: Tahoma, Geneva, sans-serif;
  width: 100%; }
  table.calendar caption {
    margin: 0;
    padding: 0; }
  table.calendar thead tr th {
    padding: 0;
    text-align: center;
    font-weight: bold;
    font-size: 7px;
    font-size: 10px;
    height: 15px; }
  table.calendar tbody {
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2; }
  table.calendar td {
    height: 45px;
    line-height: 45px;
    width: 14.2%;
    padding: 0;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px; }
    table.calendar td:hover, table.calendar td a.day_select:hover {
      background-color: #094C6D; }
      table.calendar td:hover .date, table.calendar td a.day_select:hover .date {
        color: #FFF; }
    table.calendar td.passed {
      color: #d6d6d6; }
      table.calendar td.passed:hover {
        background-color: #f2f2f2;
        cursor: default; }
    table.calendar td.pad:hover {
      background-color: #FFF;
      cursor: default; }
    table.calendar td a {
      margin: 0;
      display: block;
      position: relative; }
      table.calendar td a.day_select {
        background-color: #EFEFEF; }
      table.calendar td a .icon {
        position: absolute;
        bottom: 1px;
        left: 1px;
        background: url("/inc/modules/event/images/day_icon.png") no-repeat right top;
        height: 8px;
        width: 8px; }
  table.calendar a {
    color: #696969;
    text-decoration: none; }
  table.calendar td.today {
    font-weight: bold; }
  table.calendar td.selected {
    background: #DADDE1; }
  table.calendar td.highlighted a {
    color: #333; }
  table.calendar td.highlighted a:hover {
    color: #fff; }

.event_list_item {
  border-bottom: 8px solid #EFEFEF;
  padding: 20px 0; }
  .event_list_item .event_list_date {
    width: 130px;
    height: 60px;
    float: left;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    background-color: #898989;
    margin-right: -130px; }
    @media (max-width: 450px) {
      .event_list_item .event_list_date {
        width: 100%;
        margin-bottom: 10px;
        height: 43px; }
        .event_list_item .event_list_date .date_single,
        .event_list_item .event_list_date .date_from {
          float: left; }
        .event_list_item .event_list_date .date_to {
          float: right; }
        .event_list_item .event_list_date .date_single {
          margin: 0 10px; }
        .event_list_item .event_list_date .date_from, .event_list_item .event_list_date .date_to, .event_list_item .event_list_date .date_single {
          width: 60px; }
          .event_list_item .event_list_date .date_from .day, .event_list_item .event_list_date .date_to .day, .event_list_item .event_list_date .date_single .day {
            float: left; }
          .event_list_item .event_list_date .date_from .month, .event_list_item .event_list_date .date_to .month, .event_list_item .event_list_date .date_single .month {
            line-height: 27px;
            margin-left: 5px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .event_list_item .event_list_date {
        width: 100px; }
        .event_list_item .event_list_date .date_to,
        .event_list_item .event_list_date .date_from,
        .event_list_item .event_list_date .date_single {
          width: 30px; }
          .event_list_item .event_list_date .date_to .day,
          .event_list_item .event_list_date .date_from .day,
          .event_list_item .event_list_date .date_single .day {
            font-size: 20px; }
          .event_list_item .event_list_date .date_to .month,
          .event_list_item .event_list_date .date_from .month,
          .event_list_item .event_list_date .date_single .month {
            font-size: 10px; } }
    @media (max-width: 479px) {
      .event_list_item .event_list_date {
        width: 100px; }
        .event_list_item .event_list_date .date_to,
        .event_list_item .event_list_date .date_from,
        .event_list_item .event_list_date .date_single {
          width: 30px; }
          .event_list_item .event_list_date .date_to .day,
          .event_list_item .event_list_date .date_from .day,
          .event_list_item .event_list_date .date_single .day {
            font-size: 20px; }
          .event_list_item .event_list_date .date_to .month,
          .event_list_item .event_list_date .date_from .month,
          .event_list_item .event_list_date .date_single .month {
            font-size: 10px; } }
    .event_list_item .event_list_date .date_span {
      display: block;
      width: 100%;
      height: 100%;
      background: url("/inc/modules/event/images/event_span_date.png") no-repeat center; }
    .event_list_item .event_list_date .date_to, .event_list_item .event_list_date .date_from, .event_list_item .event_list_date .date_single {
      line-height: 22px;
      padding: 10px 0 0;
      width: 40px;
      margin: 0 10px; }
    .event_list_item .event_list_date .date_single {
      margin: 0 auto;
      display: block; }
    .event_list_item .event_list_date .date_from {
      float: left; }
    .event_list_item .event_list_date .date_to {
      float: right; }
    .event_list_item .event_list_date .day {
      font-size: 25px;
      display: block; }
    .event_list_item .event_list_date .month {
      font-size: 12px;
      text-transform: uppercase;
      display: block; }
  .event_list_item .event_list_details {
    float: left;
    padding-left: 145px;
    padding-right: 40px; }
    @media (max-width: 450px) {
      .event_list_item .event_list_details {
        clear: both;
        padding: 10px; } }
    .event_list_item .event_list_details a {
      font-size: 17px;
      line-height: 25px;
      color: #333; }
      @media (min-width: 480px) and (max-width: 767px) {
        .event_list_item .event_list_details a {
          font-size: 15px;
          line-height: 20px; } }
      @media (max-width: 479px) {
        .event_list_item .event_list_details a {
          font-size: 15px;
          line-height: 20px; } }
      .event_list_item .event_list_details a:hover {
        color: #094C6D; }
    .event_list_item .event_list_details p {
      margin: 0;
      padding: 5px 0;
      font-size: 12px; }
  .event_list_item .event_list_share {
    float: right;
    width: 27px;
    margin-left: -27px; }
    @media (max-width: 450px) {
      .event_list_item .event_list_share {
        padding: 0 5px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .event_list_item .event_list_share {
        margin: 15px 0 0;
        width: 100%; } }
    @media (max-width: 479px) {
      .event_list_item .event_list_share {
        margin: 15px 0 0;
        width: 100%; } }
    .event_list_item .event_list_share a {
      line-height: 20px;
      margin-bottom: 5px;
      float: right;
      clear: both;
      position: relative; }
      @media (min-width: 480px) and (max-width: 767px) {
        .event_list_item .event_list_share a {
          float: none;
          display: inline-block;
          clear: none; } }
      @media (max-width: 479px) {
        .event_list_item .event_list_share a {
          float: none;
          display: inline-block;
          clear: none; } }
      .event_list_item .event_list_share a span {
        margin-right: 35px;
        font-size: 10px;
        display: none;
        position: absolute;
        background: #EFEFEF;
        color: #333;
        white-space: nowrap;
        top: -1px;
        right: 0;
        padding: 2px 8px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .event_list_item .event_list_share a span {
            position: relative;
            display: inline-block;
            margin: 0 8px 0 0;
            padding: 2px 8px;
            vertical-align: middle; } }
        @media (max-width: 479px) {
          .event_list_item .event_list_share a span {
            position: relative;
            display: inline-block;
            margin: 0 8px 0 0;
            padding: 2px 8px;
            vertical-align: middle; } }
      .event_list_item .event_list_share a i {
        color: #333;
        line-height: 20px;
        float: right; }
        @media (min-width: 480px) and (max-width: 767px) {
          .event_list_item .event_list_share a i {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin-top: -6px;
            margin-right: 2px; } }
        @media (max-width: 479px) {
          .event_list_item .event_list_share a i {
            float: none;
            display: inline-block;
            vertical-align: middle;
            margin-top: -6px;
            margin-right: 2px; } }
      .event_list_item .event_list_share a:hover {
        color: #094C6D; }
        .event_list_item .event_list_share a:hover span {
          display: inline; }
          @media (min-width: 480px) and (max-width: 767px) {
            .event_list_item .event_list_share a:hover span {
              display: inline-block; } }
          @media (max-width: 479px) {
            .event_list_item .event_list_share a:hover span {
              display: inline-block; } }
        .event_list_item .event_list_share a:hover i {
          color: #094C6D; }

#category_key {
  margin: 20px 0 50px;
  border-bottom: 1px solid #D3D3D3;
  border-top: 1px solid #D3D3D3;
  padding-top: 20px; }
  #category_key li {
    margin: 0 20px 20px 0;
    list-style: none;
    font-size: 10px;
    line-height: 12px;
    float: left; }
    #category_key li span {
      width: 12px;
      height: 12px;
      margin: 0 5px 0 0;
      float: left;
      background-color: #898989; }

p.no_events {
  margin: 20px 0;
  border-bottom: 8px solid #EFEFEF;
  padding: 0 0 20px; }

#event_detail_wrapper {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  max-width: 700px; }
  #event_detail_wrapper h1 {
    font-size: 25px;
    margin: 0 0 20px 0; }

#event_detail_times {
  margin: 0 0 20px !important;
  padding: 7px 15px;
  background: #EFEFEF; }
  #event_detail_times li {
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none outside none;
    float: left;
    width: auto;
    line-height: 20px;
    font-size: 14px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #event_detail_times li {
        margin-bottom: 8px; } }
    @media (max-width: 479px) {
      #event_detail_times li {
        margin-bottom: 8px; } }
    #event_detail_times li span {
      padding-right: 5px;
      font-weight: bold; }
    #event_detail_times li.time-first {
      padding-right: 7px; }
    #event_detail_times li.first {
      margin-left: 0; }
    #event_detail_times li.last {
      padding-right: 0;
      border-right: none; }
    @media (min-width: 480px) and (max-width: 767px) {
      #event_detail_times li.first, #event_detail_times li.last {
        clear: both;
        float: none; } }
    @media (max-width: 479px) {
      #event_detail_times li.first, #event_detail_times li.last {
        clear: both;
        float: none; } }

#send_friend_wrapper {
  padding: 15px;
  text-align: left;
  background-color: #fff;
  min-width: 450px;
  min-height: 450px;
  max-width: 650px; }
  #send_friend_wrapper h1 {
    margin: 0 0 15px;
    padding: 0 0 15px;
    font-size: 23px;
    border-bottom: 1px solid #D3D3D3; }
  #send_friend_wrapper .event_details {
    padding: 10px;
    background-color: #EFEFEF;
    margin: 0 0 20px; }
    #send_friend_wrapper .event_details #form_event_detail {
      margin: 0 0 5px;
      padding: 0;
      font-size: 18px;
      line-height: 20px; }
    #send_friend_wrapper .event_details #form_event_date {
      margin: 0;
      font-style: italic; }
  #send_friend_wrapper ul {
    margin: 0;
    padding: 0; }
    #send_friend_wrapper ul li {
      list-style: none outside none;
      margin: 0 0 10px;
      padding: 0; }
  #send_friend_wrapper .error {
    color: #C12626;
    font-size: 14px;
    margin: 0 0 15px; }

#home_events_wrap {
  overflow: hidden; }
  #home_events_wrap > .link_button {
    display: block;
    text-align: center;
    margin-top: 50px; }
    #home_events_wrap > .link_button a:hover {
      color: #009FD1;
      background: #009FD1;
      color: #fff; }
  #home_events_wrap #home_events_list_Nav {
    position: relative; }
    #home_events_wrap #home_events_list_Nav .owl-prev, #home_events_wrap #home_events_list_Nav .owl-next {
      position: absolute;
      color: #C0C1C1;
      font-size: 70px;
      z-index: 8;
      top: 62px;
      left: -60px; }
      #home_events_wrap #home_events_list_Nav .owl-prev:hover, #home_events_wrap #home_events_list_Nav .owl-next:hover {
        color: #094C6D; }
    #home_events_wrap #home_events_list_Nav .owl-next {
      left: auto;
      right: -50px; }
  #home_events_wrap #home_events_list_Dots {
    margin-top: 45px; }
    #home_events_wrap #home_events_list_Dots .owl-dot {
      background: #a1a1a4; }
      #home_events_wrap #home_events_list_Dots .owl-dot:hover {
        background: #00563D; }
      #home_events_wrap #home_events_list_Dots .owl-dot.active {
        background: #00563D; }

#shared_events_list {
  margin: 0;
  padding: 0;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  #shared_events_list > div:not(:first-child), #shared_events_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  #shared_events_list.owl-loaded {
    background: none; }
    #shared_events_list.owl-loaded > div, #shared_events_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  #shared_events_list li.slide {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    #shared_events_list li.slide .date {
      font-family: Tahoma, Geneva, sans-serif;
      display: block;
      border-bottom: solid 1px #D3D3D3;
      padding-bottom: 8px;
      margin-bottom: 20px;
      color: #009FD1; }
      #shared_events_list li.slide .date .day {
        font-size: 40px;
        display: block;
        font-size: 57px;
        line-height: 57px; }
      #shared_events_list li.slide .date .month {
        font-size: 20px;
        display: block;
        font-size: 27px;
        line-height: 32px; }
    #shared_events_list li.slide > div {
      display: block; }
      #shared_events_list li.slide > div .title {
        display: block;
        font-size: 17px;
        line-height: 17px;
        height: 23px;
        overflow: hidden;
        color: #1A1B1C; }
      #shared_events_list li.slide > div .snippet {
        display: block;
        font-size: 15px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        color: #4A4D4E;
        margin-top: 5px; }
      #shared_events_list li.slide > div .link_button {
        margin-top: 40px;
        width: 50%;
        overflow: hidden;
        float: left; }
        #shared_events_list li.slide > div .link_button a {
          text-align: center;
          width: 98%;
          padding: 7px 10px;
          font-size: 13px; }
          #shared_events_list li.slide > div .link_button a:hover {
            color: #fff;
            border-color: #094C6D;
            background: #094C6D; }
        #shared_events_list li.slide > div .link_button.read_more a {
          color: #009FD1;
          border-color: #009FD1; }
          #shared_events_list li.slide > div .link_button.read_more a:hover {
            color: #fff;
            background: #009FD1; }

#event_detail_date {
  width: 100%;
  padding: 0 10px;
  background-color: #EFEFEF;
  margin-bottom: 20px; }
  #event_detail_date span {
    float: left;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #FFF;
    line-height: 40px; }
    #event_detail_date span i {
      margin-right: 10px; }
    #event_detail_date span#eventlocation {
      border: none; }

#home_events {
  margin: 0;
  padding: 0;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  #home_events > div:not(:first-child), #home_events > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  #home_events.owl-loaded {
    background: none; }
    #home_events.owl-loaded > div, #home_events.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  #home_events.list_view .item {
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: top; }
    #home_events.list_view .item > div {
      padding-right: 20px; }
    #home_events.list_view .item .date {
      font-family: Tahoma, Geneva, sans-serif;
      display: block;
      border-bottom: solid 1px #D3D3D3;
      padding-bottom: 8px;
      margin-bottom: 20px;
      color: #009FD1; }
      #home_events.list_view .item .date .day {
        display: block;
        font-size: 57px;
        line-height: 57px; }
      #home_events.list_view .item .date .month {
        display: block;
        font-size: 20px;
        line-height: 24px; }
    #home_events.list_view .item ul {
      margin: 0;
      padding: 0; }
      #home_events.list_view .item ul li {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none; }
        #home_events.list_view .item ul li a {
          display: block;
          padding-right: 30px; }
          #home_events.list_view .item ul li a .title {
            display: block;
            font-size: 17px;
            line-height: 17px;
            height: 19px;
            overflow: hidden;
            color: #1A1B1C; }
          #home_events.list_view .item ul li a .snippet {
            display: block;
            font-size: 15px;
            line-height: 20px;
            height: 40px;
            overflow: hidden;
            color: #4A4D4E;
            margin-top: 5px; }
          #home_events.list_view .item ul li a:hover .title {
            color: #094C6D; }
  #home_events.grid_view .item {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    list-style: none;
    vertical-align: top;
    text-align: center; }
    #home_events.grid_view .item a {
      display: block;
      padding: 15px; }
      #home_events.grid_view .item a > span {
        display: block; }
      #home_events.grid_view .item a .date {
        font-family: Tahoma, Geneva, sans-serif;
        margin-bottom: 15px;
        color: #009FD1; }
        #home_events.grid_view .item a .date .day {
          font-size: 57px;
          line-height: 57px;
          display: block; }
        #home_events.grid_view .item a .date .month {
          font-size: 20px;
          line-height: 24px;
          display: block; }
      #home_events.grid_view .item a .info_wrap .title {
        max-height: 48px;
        display: block; }
      #home_events.grid_view .item a .info_wrap .snippet {
        display: block;
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
        color: #333;
        max-height: 54px; }
      #home_events.grid_view .item a:hover {
        background-color: #c7e9fa; }

.events_list_2 #home_events.list_view .item .date {
  padding-left: 25px;
  margin: 0;
  position: relative; }
  .events_list_2 #home_events.list_view .item .date .day,
  .events_list_2 #home_events.list_view .item .date .month {
    display: inline-block;
    margin-right: 5px; }
  .events_list_2 #home_events.list_view .item .date:before {
    font-family: fontawesome;
    content: "\f111";
    font-size: 23px;
    line-height: 25px;
    color: #D3D3D3;
    position: absolute;
    left: 1px;
    bottom: -12px;
    width: 23px;
    height: 23px; }

.events_list_2 #home_events.list_view .item ul {
  padding-top: 30px;
  margin-left: 10px;
  border-left: 1px solid #D3D3D3; }
  .events_list_2 #home_events.list_view .item ul li {
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    list-style: none; }
    .events_list_2 #home_events.list_view .item ul li:before {
      font-family: fontawesome;
      content: "\f111";
      float: left;
      margin-left: -19px;
      font-size: 10px;
      line-height: 20px;
      color: #D3D3D3; }

.events_grid_2 #home_events.grid_view .item a .date {
  float: left;
  width: 25%;
  margin: 0; }

.events_grid_2 #home_events.grid_view .item a .info_wrap {
  text-align: left;
  float: right;
  width: 75%;
  padding-left: 10px; }
  .events_grid_2 #home_events.grid_view .item a .info_wrap .title {
    max-height: 24px; }
  .events_grid_2 #home_events.grid_view .item a .info_wrap .snippet {
    max-height: 54px; }

#footer_quicklinks h3 {
  margin: 0 0 15px; }

#footer_quicklinks ul {
  margin: 0;
  padding: 0; }
  #footer_quicklinks ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: solid 1px #D3D3D3; }
    #footer_quicklinks ul li a {
      display: block;
      padding: 5px 0; }
      #footer_quicklinks ul li a i {
        color: #094C6D;
        font-size: 11px;
        margin-right: 8px; }
    #footer_quicklinks ul li.last a {
      border: none; }

#header_links {
  float: right;
  clear: both; }
  @media (max-width: 580px) {
    #header_links {
      position: relative; } }
  #header_links ul {
    margin: 0;
    padding: 0; }
    #header_links ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      position: relative; }
      #header_links ul li a {
        display: block; }
      #header_links ul li:hover > ul {
        display: block !important; }
  @media (max-width: 580px) {
    #header_links > ul {
      width: 100%;
      display: table; } }
  #header_links > ul > li {
    float: left;
    margin-left: 25px;
    margin-bottom: 15px; }
    #header_links > ul > li > ul {
      position: absolute;
      display: none;
      z-index: 99;
      padding: 15px;
      border-top: 10px #fff solid;
      background: #009FD1;
      min-width: 250px;
      right: -15px; }
      @media (max-width: 580px) {
        #header_links > ul > li > ul > li {
          float: none;
          display: table-cell;
          position: static !important; }
          #header_links > ul > li > ul > li.link_2 {
            border-left: 1px #fff solid;
            border-right: 1px #fff solid; }
          #header_links > ul > li > ul > li > a {
            padding: 5px;
            background: #009FD1;
            color: #fff;
            text-align: center; }
            #header_links > ul > li > ul > li > a .icon {
              display: none; }
            #header_links > ul > li > ul > li > a:hover {
              background: #094C6D; }
          #header_links > ul > li > ul > li > ul {
            width: 100%;
            border-top: 1px solid #fff; } }
      #header_links > ul > li > ul > li > a {
        white-space: nowrap;
        color: #fff;
        border-bottom: solid 1px #008cb8;
        padding-bottom: 3px;
        margin-bottom: 5px;
        font-size: 15px; }
        #header_links > ul > li > ul > li > a:hover {
          color: #00789e; }
    #header_links > ul > li > a {
      display: block;
      color: #292B29;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 16px; }
      #header_links > ul > li > a:hover {
        color: #009FD1; }
      #header_links > ul > li > a span {
        vertical-align: middle; }
      #header_links > ul > li > a .title {
        padding-left: 5px; }
      #header_links > ul > li > a .icon {
        width: 25px;
        height: 17px;
        overflow: hidden;
        text-indent: -99999px;
        display: inline-block; }
      #header_links > ul > li > a i {
        font-size: 19px; }

#himage {
  margin: 0 0 30px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }
  #himage.owl-load {
    position: relative;
    background: url("/images/icons/loading.gif") no-repeat center; }
    #himage.owl-load > div:not(:first-child), #himage.owl-load > li:not(:first-child) {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      display: none; }
    #himage.owl-load.owl-loaded {
      background: none; }
      #himage.owl-load.owl-loaded > div, #himage.owl-load.owl-loaded > li {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity;
        display: block; }
  #himage li {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 100%; }

#home_image {
  height: 600px !important;
  width: 100%;
  overflow: hidden;
  background: url("/inc/modules/homeimage/images/loader.gif") #898989 no-repeat center;
  position: relative; }
  #home_image .pager {
    width: 100%;
    text-align: center;
    background-color: #1A1A1A;
    /* The Fallback */
    background-color: rgba(26, 26, 26, 0.9);
    bottom: 0;
    height: 35px;
    margin: 0;
    padding: 7px 0 0;
    position: absolute; }
    #home_image .pager a {
      -moz-opacity: 70;
      -khtml-opacity: 70;
      -webkit-opacity: 70;
      opacity: 70;
      will-change: opacity;
      display: inline-block;
      float: none; }
      #home_image .pager a span {
        display: none; }
      #home_image .pager a.selected, #home_image .pager a:hover {
        background-color: #fff;
        -moz-opacity: 100 !important;
        -khtml-opacity: 100 !important;
        -webkit-opacity: 100 !important;
        opacity: 100 !important;
        will-change: opacity !important; }
  #home_image .pager_nextprev {
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 100%; }
    #home_image .pager_nextprev .next, #home_image .pager_nextprev .prev {
      text-decoration: none;
      background-color: #1A1A1A;
      /* The Fallback */
      background-color: rgba(26, 26, 26, 0.4);
      padding: 20px 40px;
      margin: -40px 0 0 0;
      position: absolute;
      top: 50%; }
      #home_image .pager_nextprev .next span, #home_image .pager_nextprev .prev span {
        display: none; }
      #home_image .pager_nextprev .next i, #home_image .pager_nextprev .prev i {
        color: #fff;
        font-size: 50px; }
      #home_image .pager_nextprev .next:hover, #home_image .pager_nextprev .prev:hover {
        background-color: #1A1A1A;
        /* The Fallback */
        background-color: #1a1a1a; }
    #home_image .pager_nextprev .next {
      right: 0; }
    #home_image .pager_nextprev .prev {
      left: 0; }
    #home_image .pager_nextprev .pager a {
      height: 16px;
      width: 16px;
      background: none;
      border: solid 2px transparent;
      margin: 0 4px; }
      #home_image .pager_nextprev .pager a span {
        background: #333;
        height: 10px;
        width: 10px;
        display: block;
        margin: 1px; }
      #home_image .pager_nextprev .pager a:hover, #home_image .pager_nextprev .pager a.selected {
        border: solid 2px #333; }
        #home_image .pager_nextprev .pager a:hover span, #home_image .pager_nextprev .pager a.selected span {
          background: #666; }
  #home_image #home_image_scroll_down {
    position: absolute;
    bottom: 55px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif; }
    #home_image #home_image_scroll_down span {
      display: block; }
    #home_image #home_image_scroll_down:hover {
      color: #094C6D; }
    #home_image #home_image_scroll_down i {
      font-size: 30px;
      color: #094C6D; }

.backstretch_text_wrap {
  height: 100%; }
  .backstretch_text_wrap .backstretch_text {
    height: 100%; }
    .backstretch_text_wrap .backstretch_text .slide {
      width: 100%;
      top: 50%;
      height: 300px;
      margin-top: -150px; }
      .backstretch_text_wrap .backstretch_text .slide .line_one .text, .backstretch_text_wrap .backstretch_text .slide .line_two .text, .backstretch_text_wrap .backstretch_text .slide .line_three .text {
        float: left;
        padding: 30px;
        margin-bottom: 5px;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        text-transform: uppercase;
        font-size: 60px; }
      .backstretch_text_wrap .backstretch_text .slide .link a {
        background: #009FD1;
        color: #fff;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 19px;
        line-height: 52px;
        padding: 12px 20px 9px 20px;
        -webkit-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.5);
        -moz-box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.5);
        box-shadow: 3px 3px 0px 0px rgba(50, 50, 50, 0.5); }
        .backstretch_text_wrap .backstretch_text .slide .link a i {
          vertical-align: middle;
          background: #282827;
          color: #fff;
          width: 27px;
          height: 27px;
          line-height: 25px;
          text-align: center;
          border-radius: 15px;
          -webkit-border-radius: 15px;
          -moz-border-radius: 15px;
          -ms-border-radius: 15px;
          -o-border-radius: 15px;
          margin-left: 15px;
          margin-top: -3px; }
        .backstretch_text_wrap .backstretch_text .slide .link a:hover i {
          background: #000; }

@media (max-width: 1199px) {
  #home_image {
    height: 550px !important; } }

@media (max-width: 991px) {
  #home_image {
    height: 450px !important; } }

@media (max-width: 767px) {
  #home_image {
    height: 300px !important; }
  .backstretch_text_wrap .backstretch_text .slide,
  #home_image .pager_nextprev .next,
  #home_image .pager_nextprev .prev {
    display: none !important; } }

#home_list_standard {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 310px;
  overflow: hidden; }
  #home_list_standard li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    #home_list_standard li a {
      display: block;
      width: 100%;
      height: 100%; }

.home_list_standard_text {
  position: absolute;
  right: 50px;
  bottom: 50px; }
  .home_list_standard_text .home_list_standard_text_pad > div {
    color: #fff;
    overflow: hidden; }
    .home_list_standard_text .home_list_standard_text_pad > div > span {
      float: right;
      padding: 25px;
      font-size: 46px;
      text-transform: uppercase;
      -moz-opacity: 80;
      -khtml-opacity: 80;
      -webkit-opacity: 80;
      opacity: 80;
      will-change: opacity; }
    .home_list_standard_text .home_list_standard_text_pad > div .title {
      padding-bottom: 10px; }

.homelink_layout_1 #homelinks {
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .homelink_layout_1 #homelinks > div:not(:first-child), .homelink_layout_1 #homelinks > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .homelink_layout_1 #homelinks.owl-loaded {
    background: none; }
    .homelink_layout_1 #homelinks.owl-loaded > div, .homelink_layout_1 #homelinks.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  @media (max-width: 468px) {
    .homelink_layout_1 #homelinks a {
      width: 100%;
      height: auto; } }
  .homelink_layout_1 #homelinks a span {
    display: block; }
  .homelink_layout_1 #homelinks a .image {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: solid 1px #D3D3D3;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .homelink_layout_1 #homelinks a .image .bg {
      position: absolute;
      background: #009FD1;
      width: 0%;
      height: 0%;
      left: 50%;
      top: 50%;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
    .homelink_layout_1 #homelinks a .image img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
    .homelink_layout_1 #homelinks a .image .icon_hover {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity; }
  .homelink_layout_1 #homelinks a h3 {
    margin-top: 10px;
    font-size: 19px;
    height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #094C6D; }
  .homelink_layout_1 #homelinks a:hover .image {
    border-color: #009FD1; }
    .homelink_layout_1 #homelinks a:hover .image .bg {
      width: 100%;
      height: 100%;
      left: 0%;
      top: 0%; }
  .homelink_layout_1 #homelinks a:hover h3 {
    color: #009FD1; }
  .homelink_layout_1 #homelinks a:hover .icon {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity; }
  .homelink_layout_1 #homelinks a:hover .icon_hover {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    will-change: opacity; }

.homelink_layout_2 #homelinks {
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .homelink_layout_2 #homelinks > div:not(:first-child), .homelink_layout_2 #homelinks > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .homelink_layout_2 #homelinks.owl-loaded {
    background: none; }
    .homelink_layout_2 #homelinks.owl-loaded > div, .homelink_layout_2 #homelinks.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .homelink_layout_2 #homelinks a span {
    display: block; }
  .homelink_layout_2 #homelinks a .image {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    overflow: hidden; }
    .homelink_layout_2 #homelinks a .image .bg {
      position: absolute;
      width: 0%;
      height: 0%;
      left: 50%;
      top: 50%;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
    .homelink_layout_2 #homelinks a .image img {
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
    .homelink_layout_2 #homelinks a .image .icon_hover {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity; }
  .homelink_layout_2 #homelinks a h3 {
    margin-top: 10px;
    font-size: 19px;
    height: 30px;
    text-transform: uppercase;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    color: #094C6D;
    margin: 0; }
  .homelink_layout_2 #homelinks a .snippet {
    font-size: 14px;
    text-align: center;
    padding: 0 20px; }
  .homelink_layout_2 #homelinks a:hover .image .bg {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  .homelink_layout_2 #homelinks a:hover h3 {
    color: #009FD1; }
  .homelink_layout_2 #homelinks a:hover .icon {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity; }
  .homelink_layout_2 #homelinks a:hover .icon_hover {
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -webkit-opacity: 100;
    opacity: 100;
    will-change: opacity; }

#home_house_points_container {
  padding: 110px 0; }
  #home_house_points_container .container {
    padding: 0; }
  #home_house_points_container #home_house_points_top {
    height: 76px; }
    #home_house_points_container #home_house_points_top #home_house_points_snippet {
      font-size: 18px;
      line-height: 22px;
      padding-top: 8px; }

#home_house_points_wrapper {
  margin-top: 45px;
  width: 100%;
  position: relative; }
  #home_house_points_wrapper ul {
    margin: 0 auto;
    text-align: center; }
    #home_house_points_wrapper ul li {
      display: inline-block;
      list-style: none;
      width: 172px;
      margin-right: 16px; }
      #home_house_points_wrapper ul li.last {
        margin-right: 0; }
      #home_house_points_wrapper ul li a span {
        display: block;
        text-align: center; }
      #home_house_points_wrapper ul li a .title {
        font-size: 23px;
        border-bottom: 1px solid #D3D3D3;
        line-height: 57px; }
      #home_house_points_wrapper ul li a .points {
        font: 51px Tahoma, Geneva, sans-serif; }

.shared_house_points_wrapper {
  text-align: center;
  position: relative; }
  .shared_house_points_wrapper #shared_house_points_title {
    font-size: 35px;
    line-height: 60px; }
  .shared_house_points_wrapper .shared_house_points_list {
    margin: 0;
    padding: 0; }
    .shared_house_points_wrapper .shared_house_points_list li {
      list-style: none;
      width: 297px;
      padding: 0 20px; }
      .shared_house_points_wrapper .shared_house_points_list li.last {
        margin-right: 0; }
      .shared_house_points_wrapper .shared_house_points_list li a span {
        display: block;
        text-align: center; }
      .shared_house_points_wrapper .shared_house_points_list li a .title {
        font-size: 23px;
        border-bottom: 1px solid #D3D3D3;
        line-height: 57px; }
      .shared_house_points_wrapper .shared_house_points_list li a .points {
        font: 51px Tahoma, Geneva, sans-serif; }
  .shared_house_points_wrapper #shared_house_points_pager {
    display: inline-block;
    margin-top: 35px; }

#module_key_information #key_information_list {
  margin: 0;
  padding: 0; }
  #module_key_information #key_information_list li {
    margin: 0;
    padding: 0;
    padding: 7px;
    list-style: none; }
    #module_key_information #key_information_list li a {
      display: block;
      background: #009FD1;
      padding: 10px;
      height: 300px;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        #module_key_information #key_information_list li a {
          max-width: 300px; } }
      #module_key_information #key_information_list li a .inner {
        height: 100%;
        width: 100%;
        display: block;
        position: relative; }
        #module_key_information #key_information_list li a .inner .title {
          color: #fff;
          text-align: center;
          font-family: Tahoma, Geneva, sans-serif;
          text-transform: uppercase;
          display: block;
          padding: 0 20px;
          position: absolute;
          width: 100%;
          bottom: 40%; }
          #module_key_information #key_information_list li a .inner .title .text {
            display: block;
            font-size: 22px;
            line-height: 26px;
            max-height: 70px; }
          #module_key_information #key_information_list li a .inner .title .line {
            background: #fff;
            width: 30px;
            margin: 10px auto;
            height: 2px;
            display: block; }
        #module_key_information #key_information_list li a .inner .num_files, #module_key_information #key_information_list li a .inner .view_docs {
          margin-top: 15px;
          display: block;
          color: #fff;
          text-align: center;
          font-family: Tahoma, Geneva, sans-serif;
          font-size: 17px;
          position: absolute;
          width: 100%;
          bottom: 30%; }
          #module_key_information #key_information_list li a .inner .num_files i, #module_key_information #key_information_list li a .inner .view_docs i {
            color: #094C6D;
            font-size: 19px;
            margin-right: 10px; }
        #module_key_information #key_information_list li a .inner .view_docs {
          color: #009FD1;
          display: none; }
      #module_key_information #key_information_list li a:hover {
        background: #094C6D; }
        #module_key_information #key_information_list li a:hover .inner .title {
          color: #009FD1; }
        #module_key_information #key_information_list li a:hover .inner .line {
          background: #009FD1; }
        #module_key_information #key_information_list li a:hover .num_files {
          display: none; }
        #module_key_information #key_information_list li a:hover .view_docs {
          display: block; }

#module_key_information.module_inner #leftnav {
  display: none; }

#module_key_information.module_inner #resourcelist .headings_table {
  width: 100%; }
  #module_key_information.module_inner #resourcelist .headings_table tr td {
    padding: 15px 0;
    color: #009FD1;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 16px; }
    #module_key_information.module_inner #resourcelist .headings_table tr td.docDownload, #module_key_information.module_inner #resourcelist .headings_table tr td.size, #module_key_information.module_inner #resourcelist .headings_table tr td.date {
      width: 100px; }
    #module_key_information.module_inner #resourcelist .headings_table tr td:first-child {
      padding-left: 20px; }

#module_key_information.module_inner #resourcelist ul {
  margin: 0;
  padding: 0; }
  #module_key_information.module_inner #resourcelist ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #EFEFEF; }
    #module_key_information.module_inner #resourcelist ul li > ul > li > ul {
      display: none;
      width: 100% !important; }
    #module_key_information.module_inner #resourcelist ul li .categoryTitle, #module_key_information.module_inner #resourcelist ul li .subCategoryTitle {
      color: #fff;
      padding: 15px 20px;
      display: block; }
    #module_key_information.module_inner #resourcelist ul li .categoryTitle {
      background: #094C6D;
      text-transform: uppercase;
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 21px; }
      #module_key_information.module_inner #resourcelist ul li .categoryTitle i {
        margin-right: 10px; }
    #module_key_information.module_inner #resourcelist ul li .subCategoryTitle {
      font-size: 19px;
      font-family: Tahoma, Geneva, sans-serif;
      border-bottom: 1px solid #FFF;
      cursor: pointer;
      background-color: #009FD1;
      padding-right: 60px; }
      #module_key_information.module_inner #resourcelist ul li .subCategoryTitle i {
        float: right;
        margin-right: -38px;
        line-height: 23px; }
      #module_key_information.module_inner #resourcelist ul li .subCategoryTitle:hover {
        background-color: #05c3ff; }
    #module_key_information.module_inner #resourcelist ul li .resourcedoclist {
      width: 100%; }
      #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr {
        border-bottom: 1px solid #FFF; }
        #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td {
          padding: 15px 20px;
          color: #333; }
          #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td a {
            color: #333; }
            #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td a:hover {
              color: #094C6D; }
          #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.docDownload, #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.size, #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.date {
            width: 100px;
            text-align: center; }
            #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.docDownload i, #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.size i, #module_key_information.module_inner #resourcelist ul li .resourcedoclist tr td.date i {
              float: right; }

.doc_table .download span {
  display: none; }

/* Popup window for private documents */
#doc_password_wrapper {
  text-align: left;
  background-color: #FFF;
  padding: 10px;
  overflow: hidden; }

#popupform {
  width: 100%;
  overflow: hidden; }
  #popupform input {
    width: 100% !important;
    margin-bottom: 5px; }

div#docerr strong {
  font-size: 14px;
  color: red;
  font-weight: bold; }

div#docerr ul {
  margin: 0 0 10px;
  padding: 0; }

div#docerr ul li {
  color: red;
  font-size: 14px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none outside none; }

/* End of pop up window */
@media all and (max-width: 600px) {
  #popupform input {
    font-size: 14px;
    line-height: 14px;
    padding: 5px; }
  #popupform label {
    font-size: 14px;
    line-height: 18px; }
  #popupwrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 18px; } }

#quick_links_wrap {
  position: relative;
  float: right;
  z-index: 9; }
  #quick_links_wrap > a {
    color: #094C6D;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: right;
    display: block;
    height: 42px;
    line-height: 36px;
    font-size: 15px;
    padding-bottom: 5px; }
    #quick_links_wrap > a i {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: #fff;
      background: #009FD1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      margin-right: 5px;
      -webkit-transition: all 0.2s ease-in-out 0;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out 0;
      -ms-transition: all 0.2s ease-in-out 0;
      transition: all 0.2s ease-in-out 0; }
  #quick_links_wrap:hover > a i, #quick_links_wrap.open > a i {
    background: #05c3ff; }
  #quick_links_wrap > div {
    height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 40px; }
  #quick_links_wrap > div > ul {
    margin: 0;
    padding: 0;
    padding: 10px 15px 20px;
    background: #009FD1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    min-width: 200px;
    border: 1px solid #0093c2; }
    #quick_links_wrap > div > ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left; }
      #quick_links_wrap > div > ul li a {
        display: block;
        color: #fff;
        padding: 4px 2px;
        white-space: nowrap;
        font-size: 15px;
        border-bottom: solid 1px #008cb8; }
        #quick_links_wrap > div > ul li a:hover {
          color: #00789e; }

#module_resource #doclist .edit_row, #module_resource #doclist .center-align, #module_resource #doclist .more {
  text-align: center; }

#module_resource #doclist a.edit, #module_resource #doclist a.delete, #module_resource #doclist .mdownload {
  display: block;
  text-align: center; }
  #module_resource #doclist a.edit span, #module_resource #doclist a.delete span, #module_resource #doclist .mdownload span {
    display: none; }

.frmerr ul {
  margin: 0;
  padding: 0; }
  .frmerr ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px; }

#resource_upload {
  margin-bottom: 20px;
  overflow: hidden; }
  #resource_upload label {
    font-size: 14px; }
  #resource_upload .submitbutton, #resource_upload .formslide_wrapper .owl-controls .owl-prev, .formslide_wrapper .owl-controls #resource_upload .owl-prev, #resource_upload .formslide_wrapper .owl-controls .owl-next, .formslide_wrapper .owl-controls #resource_upload .owl-next {
    margin-left: 10px; }
  #resource_upload .doc_submit {
    display: none; }

#second_blog_main_list, #second_blog_also_in_second_blog, #second_blog_shared_list {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  #second_blog_main_list .item, #second_blog_also_in_second_blog .item, #second_blog_shared_list .item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
    overflow: hidden; }
    #second_blog_main_list .item article > a, #second_blog_also_in_second_blog .item article > a, #second_blog_shared_list .item article > a {
      margin: 7px;
      display: block;
      overflow: hidden;
      text-decoration: none;
      background: #fff;
      text-align: left;
      color: #333;
      width: auto; }
      #second_blog_main_list .item article > a .inner, #second_blog_also_in_second_blog .item article > a .inner, #second_blog_shared_list .item article > a .inner {
        min-height: 100%;
        color: #706F72;
        font-family: Tahoma, Geneva, sans-serif; }
        #second_blog_main_list .item article > a .inner .image, #second_blog_also_in_second_blog .item article > a .inner .image, #second_blog_shared_list .item article > a .inner .image {
          width: 100%;
          height: auto;
          max-height: 250px;
          overflow: hidden;
          display: block;
          position: relative;
          margin-bottom: 14px; }
          #second_blog_main_list .item article > a .inner .image i, #second_blog_also_in_second_blog .item article > a .inner .image i, #second_blog_shared_list .item article > a .inner .image i {
            color: #fff; }
          #second_blog_main_list .item article > a .inner .image img, #second_blog_also_in_second_blog .item article > a .inner .image img, #second_blog_shared_list .item article > a .inner .image img {
            display: block;
            width: 100%; }
        #second_blog_main_list .item article > a .inner .date, #second_blog_also_in_second_blog .item article > a .inner .date, #second_blog_shared_list .item article > a .inner .date {
          text-transform: uppercase;
          font-size: 12px; }
        #second_blog_main_list .item article > a .inner h4, #second_blog_also_in_second_blog .item article > a .inner h4, #second_blog_shared_list .item article > a .inner h4 {
          color: #706F72;
          font-family: Tahoma, Geneva, sans-serif;
          font-size: 18px;
          font-weight: normal; }
        #second_blog_main_list .item article > a .inner .snippet, #second_blog_also_in_second_blog .item article > a .inner .snippet, #second_blog_shared_list .item article > a .inner .snippet {
          color: #706F72;
          font-size: 15px;
          line-height: 19px; }
        #second_blog_main_list .item article > a .inner:hover h4, #second_blog_also_in_second_blog .item article > a .inner:hover h4, #second_blog_shared_list .item article > a .inner:hover h4 {
          color: #094C6D; }

#second_blog_list_wrap {
  margin-top: 40px; }

#module_second_blog .second_blog_subtitle {
  margin: 0;
  padding: 0; }

#module_second_blog #bread {
  display: none; }

#module_second_blog #middlecol > h1 {
  margin: 0;
  padding: 0; }

#second_blog_main_list {
  margin: 0 -5px; }
  @media (max-width: 767px) {
    #second_blog_main_list .item article {
      max-width: 268px;
      margin: 5px auto; } }

#second_blog_also_in_second_blog_wrap {
  margin: 0 -5px; }
  @media (min-width: 768px) and (max-width: 1006px) {
    #second_blog_also_in_second_blog_wrap {
      display: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
    #second_blog_also_in_second_blog_wrap {
      display: none; } }
  @media (max-width: 479px) {
    #second_blog_also_in_second_blog_wrap {
      display: none; } }

#second_blog_also_in_second_blog .item {
  margin: 0 0 25px 0; }
  #second_blog_also_in_second_blog .item a {
    margin: 0 auto; }

@media (min-width: 768px) and (max-width: 1006px) {
  .heading_second_blog_also {
    display: none; } }

@media (min-width: 480px) and (max-width: 767px) {
  .heading_second_blog_also {
    display: none; } }

@media (max-width: 479px) {
  .heading_second_blog_also {
    display: none; } }

#second_blog_shared_list_wrap {
  margin: 0 -5px; }
  #second_blog_shared_list_wrap #second_blog_shared_list {
    position: relative;
    background: url("/images/icons/loading.gif") no-repeat center; }
    #second_blog_shared_list_wrap #second_blog_shared_list > div:not(:first-child), #second_blog_shared_list_wrap #second_blog_shared_list > li:not(:first-child) {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      display: none; }
    #second_blog_shared_list_wrap #second_blog_shared_list.owl-loaded {
      background: none; }
      #second_blog_shared_list_wrap #second_blog_shared_list.owl-loaded > div, #second_blog_shared_list_wrap #second_blog_shared_list.owl-loaded > li {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity;
        display: block; }
    #second_blog_shared_list_wrap #second_blog_shared_list .item {
      margin: 0 0 25px 0; }
      #second_blog_shared_list_wrap #second_blog_shared_list .item a {
        margin: 0 auto; }

#second_blog_nav_wrapper .heading {
  margin-top: 40px;
  text-align: left;
  border-bottom: 3px solid #D3D3D3;
  font-size: 28px;
  padding-bottom: 5px; }

#second_blog_nav_wrapper ul {
  margin: 0 0 30px 0;
  padding: 0; }
  #second_blog_nav_wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
    #second_blog_nav_wrapper ul li.no_links {
      padding: 5px; }
    #second_blog_nav_wrapper ul li a {
      display: block;
      padding: 5px;
      border-bottom: 1px solid #EFEFEF;
      color: #333; }
      #second_blog_nav_wrapper ul li a span {
        color: #009FD1;
        float: right; }
      #second_blog_nav_wrapper ul li a i {
        float: right;
        color: #009FD1;
        font-size: 20px;
        margin: 3px;
        transition: all ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all ease-in-out; }
      #second_blog_nav_wrapper ul li a:hover {
        color: #009FD1; }
    #second_blog_nav_wrapper ul li.sel a {
      color: #009FD1; }
    #second_blog_nav_wrapper ul li.open i {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

#second_blog_article_wrap {
  margin-top: 40px; }
  #second_blog_article_wrap .second_blog_date {
    font-size: 12px; }
    @media (min-width: 1007px) and (max-width: 1229px) {
      #second_blog_article_wrap .second_blog_date {
        float: left; } }
    @media (min-width: 768px) and (max-width: 1006px) {
      #second_blog_article_wrap .second_blog_date {
        float: left; } }
    @media (min-width: 480px) and (max-width: 767px) {
      #second_blog_article_wrap .second_blog_date {
        float: left; } }
    @media (max-width: 479px) {
      #second_blog_article_wrap .second_blog_date {
        float: left; } }
  #second_blog_article_wrap .second_blog_article_title {
    font-family: Tahoma, Geneva, sans-serif; }

.extra_cats {
  color: #009FD1;
  position: relative;
  cursor: pointer; }
  .extra_cats .extra_cats_title span {
    color: #333; }
  .extra_cats .extra_cats_tooltip {
    transition: all ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all ease-in-out;
    position: absolute;
    display: none;
    z-index: 9;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 30px;
    right: 0;
    padding: 10px 15px; }
    .extra_cats .extra_cats_tooltip .arrow {
      position: absolute;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #000;
      right: 8px;
      bottom: -8px;
      -moz-opacity: 80;
      -khtml-opacity: 80;
      -webkit-opacity: 80;
      opacity: 80;
      will-change: opacity; }
    .extra_cats .extra_cats_tooltip .title {
      display: block;
      color: #fff;
      font-size: 12px;
      white-space: nowrap;
      line-height: 18px; }
  .extra_cats:hover .extra_cats_tooltip {
    display: block; }

#second_blog_categories .extra_cats_tooltip {
  bottom: auto;
  margin-top: 45%;
  top: 0; }
  #second_blog_categories .extra_cats_tooltip .arrow {
    border-top: 0;
    border-bottom: 8px solid #000;
    right: 8px;
    bottom: auto;
    top: -8px; }

/* second_blog Comments */
#comments_signedin {
  font-size: 18px;
  color: #000;
  float: left; }
  #comments_signedin span {
    font-family: _fontreplacebold_;
    color: #009FD1; }

#second_blog_logout {
  float: right; }

#comments_form_wrapper {
  clear: both; }
  #comments_form_wrapper h3 {
    color: #000;
    font-size: 18px; }

#second_blog_comment fieldset {
  border: medium none;
  float: left;
  margin: 0;
  padding: 0; }

#second_blog_comment ul, #second_blog_comment li {
  margin: 0; }

#second_blog_comment li {
  padding: 0 0 6px; }
  #second_blog_comment li.req span.ast, #second_blog_comment li.err span.ast {
    display: block;
    float: left;
    margin-left: -10px;
    width: 10px; }
  #second_blog_comment li span.ast {
    color: #CC0000; }
  #second_blog_comment li input {
    width: 360px; }

#second_blog_comment label {
  font-size: 16px;
  font-weight: normal !important;
  letter-spacing: 0.5px;
  line-height: 20px;
  width: 374px;
  padding: 0 0 4px; }

#second_blog_comment input, #second_blog_comment textarea {
  background: none repeat scroll 0 0 #FFFFFF;
  border-color: #D7D7D7;
  font-size: 16px;
  padding: 7px 7px; }

#second_blog_comment textarea {
  width: 674px;
  height: 90px; }

#second_blog_comment li ::-webkit-input-placeholder,
#second_blog_comment li :-moz-placeholder {
  color: red; }

#comments_wrapper .comment_title {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 25px;
  background-color: #009FD1;
  color: #FFF;
  padding: 0 0 2px 15px; }

#second_blog_comments_wrapper {
  clear: both;
  padding-top: 30px; }
  #second_blog_comments_wrapper ol {
    margin: 0;
    padding: 0; }
  #second_blog_comments_wrapper li {
    margin: 0 0 25px;
    padding: 0;
    border-bottom: 1px solid #CCC;
    list-style: none; }
  #second_blog_comments_wrapper .comment_header {
    display: block;
    height: 27px;
    margin: 0 0 12px; }
  #second_blog_comments_wrapper .name {
    float: left;
    font-size: 20px;
    color: #009FD1; }
  #second_blog_comments_wrapper .date {
    float: right;
    font-size: 13px;
    color: #009FD1;
    font-family: _fontreplace_; }

#comment_form div.error {
  background-color: #c12626;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  margin: 0;
  padding: 10px 15px; }
  #comment_form div.error i {
    float: left;
    font-size: 18px;
    margin-right: 11px; }

#comment_form .errmsg {
  background-color: #d52b2b;
  color: #fff;
  margin: 0 0 20px;
  padding: 10px 30px; }

#second_blog_comment .recaptcha_theme_blackglass #recaptcha_response_field, #second_blog_comment .recaptcha_theme_white #recaptcha_response_field {
  height: 27px;
  border: none; }

#second_blog_comment .recaptcha_only_if_privacy {
  display: none;
  float: right;
  text-align: right; }

.second_blog_layout_1 #home_second_blog_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .second_blog_layout_1 #home_second_blog_list > div:not(:first-child), .second_blog_layout_1 #home_second_blog_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .second_blog_layout_1 #home_second_blog_list.owl-loaded {
    background: none; }
    .second_blog_layout_1 #home_second_blog_list.owl-loaded > div, .second_blog_layout_1 #home_second_blog_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .second_blog_layout_1 #home_second_blog_list .item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .second_blog_layout_1 #home_second_blog_list .item article a {
      margin: 0;
      height: 340px;
      display: block;
      overflow: hidden;
      text-decoration: none;
      text-align: left;
      color: #333;
      background: #fcfcfc;
      border: solid 1px #e2e2e2;
      padding: 13px 13px 60px 13px;
      width: auto; }
      .second_blog_layout_1 #home_second_blog_list .item article a .inner {
        position: relative;
        display: block;
        min-height: 100%; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner i {
          color: #009FD1; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner .image {
          width: 100%;
          height: auto;
          max-height: 160px;
          overflow: hidden;
          display: block;
          position: relative;
          margin-bottom: 14px; }
          .second_blog_layout_1 #home_second_blog_list .item article a .inner .image i {
            color: #fff; }
          .second_blog_layout_1 #home_second_blog_list .item article a .inner .image img {
            display: block;
            width: 100%; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner h4 {
          margin-bottom: 8px;
          overflow: hidden;
          font-size: 19px;
          line-height: 24px;
          color: #094C6D;
          height: 48px; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner .date {
          display: block;
          font-size: 13px; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner .snippet {
          display: block;
          font-size: 14px;
          line-height: 22px;
          margin-top: 5px;
          max-height: 178px; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner .bottom {
          display: block;
          background: #EFEFEF;
          margin: 14px 0 0 0;
          padding: 5px 10px;
          position: absolute;
          bottom: -47px;
          left: 0;
          width: 100%;
          font-size: 13px; }
          .second_blog_layout_1 #home_second_blog_list .item article a .inner .bottom .image_cnt {
            float: left;
            width: 48%;
            white-space: nowrap; }
          .second_blog_layout_1 #home_second_blog_list .item article a .inner .bottom .post_cats {
            float: left;
            width: 52%;
            white-space: nowrap; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner:hover h4 {
          color: #3D9FD3; }
        .second_blog_layout_1 #home_second_blog_list .item article a .inner:hover .image_overlay {
          -moz-opacity: 100;
          -khtml-opacity: 100;
          -webkit-opacity: 100;
          opacity: 100;
          will-change: opacity; }

.second_blog_layout_2 #home_second_blog_list {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  .second_blog_layout_2 #home_second_blog_list > div:not(:first-child), .second_blog_layout_2 #home_second_blog_list > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  .second_blog_layout_2 #home_second_blog_list.owl-loaded {
    background: none; }
    .second_blog_layout_2 #home_second_blog_list.owl-loaded > div, .second_blog_layout_2 #home_second_blog_list.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  .second_blog_layout_2 #home_second_blog_list .item,
  .second_blog_layout_2 #home_second_blog_list .owl-item {
    margin: 0;
    padding: 0;
    list-style: none; }
    .second_blog_layout_2 #home_second_blog_list .item article,
    .second_blog_layout_2 #home_second_blog_list .owl-item article {
      margin-bottom: 10px;
      height: 185px;
      overflow: hidden; }
      .second_blog_layout_2 #home_second_blog_list .item article.has_image a .image,
      .second_blog_layout_2 #home_second_blog_list .owl-item article.has_image a .image {
        width: 45%;
        height: auto;
        max-height: 185px;
        overflow: hidden;
        display: block;
        position: relative;
        margin-bottom: 14px;
        float: left; }
        .second_blog_layout_2 #home_second_blog_list .item article.has_image a .image i,
        .second_blog_layout_2 #home_second_blog_list .owl-item article.has_image a .image i {
          color: #fff; }
        .second_blog_layout_2 #home_second_blog_list .item article.has_image a .image img,
        .second_blog_layout_2 #home_second_blog_list .owl-item article.has_image a .image img {
          display: block;
          width: 100%; }
      .second_blog_layout_2 #home_second_blog_list .item article a,
      .second_blog_layout_2 #home_second_blog_list .owl-item article a {
        margin: 0;
        display: block;
        overflow: hidden;
        text-decoration: none;
        background: #fff;
        text-align: left;
        color: #333;
        width: auto; }
        .second_blog_layout_2 #home_second_blog_list .item article a .inner,
        .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner {
          position: relative;
          display: block;
          min-height: 100%; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner i,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner i {
            color: #009FD1; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner .desc,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner .desc {
            padding: 20px;
            float: left;
            width: 55%; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner h4,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner h4 {
            margin-bottom: 0;
            max-height: 75px;
            overflow: hidden;
            font-size: 19px;
            line-height: 24px;
            color: #094C6D; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner .date,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner .date {
            display: block;
            font-size: 13px;
            margin-bottom: 15px;
            color: #898989; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner .snippet,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner .snippet {
            padding: 20px;
            display: block;
            font-size: 14px;
            line-height: 22px;
            margin-top: 5px;
            max-height: 185px;
            float: right;
            width: 45%; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner:hover h4,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner:hover h4 {
            color: #3D9FD3; }
          .second_blog_layout_2 #home_second_blog_list .item article a .inner:hover .image_overlay,
          .second_blog_layout_2 #home_second_blog_list .owl-item article a .inner:hover .image_overlay {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            -webkit-opacity: 100;
            opacity: 100;
            will-change: opacity; }

.second_blog_layout_3 {
  padding: 0;
  background: #fff; }
  .second_blog_layout_3 .container {
    display: table !important; }
  .second_blog_layout_3 #home_news_left, .second_blog_layout_3 #home_news_right {
    display: table-cell;
    width: 50%; }
    .second_blog_layout_3 #home_news_left.noposts, .second_blog_layout_3 #home_news_right.noposts {
      width: 100%; }
      .second_blog_layout_3 #home_news_left.noposts p, .second_blog_layout_3 #home_news_right.noposts p {
        display: block;
        padding-top: 20px;
        color: #706F72;
        font-family: Tahoma, Geneva, sans-serif; }
  .second_blog_layout_3 #home_news_left {
    width: 50%;
    padding: 50px 0; }
    .second_blog_layout_3 #home_news_left h1, .second_blog_layout_3 #home_news_left h2 {
      color: #706F72;
      margin: 0; }
      .second_blog_layout_3 #home_news_left h1h1, .second_blog_layout_3 #home_news_left h2h1 {
        font-size: 48px; }
      .second_blog_layout_3 #home_news_left h1h2, .second_blog_layout_3 #home_news_left h2h2 {
        font-size: 25px; }
    .second_blog_layout_3 #home_news_left #home_news_wrap {
      position: relative; }
      .second_blog_layout_3 #home_news_left #home_news_wrap .icon {
        position: absolute;
        width: 53px;
        height: 53px;
        background: url("/inc/modules/second_blog/images/home_sel_icon.png");
        top: 50px;
        right: -26px; }
      .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list {
        margin: 0 0 20px 0; }
        .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div {
          margin-right: 25px;
          border-bottom: solid 1px #D3D3D3;
          overflow: hidden;
          padding: 40px 0; }
        .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a {
          display: block;
          color: #706F72;
          font-family: Tahoma, Geneva, sans-serif; }
          .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a:hover h4 {
            color: #00516b; }
          .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a article {
            display: block; }
          .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a .date {
            text-transform: uppercase;
            font-size: 12px; }
          .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a h4 {
            color: #706F72;
            font-family: Tahoma, Geneva, sans-serif;
            font-size: 18px;
            font-weight: normal; }
          .second_blog_layout_3 #home_news_left #home_news_wrap #home_news_list > div > a .snippet {
            color: #706F72;
            font-size: 15px; }
    .second_blog_layout_3 #home_news_left #home_news_bottom {
      margin-top: 50px;
      margin-right: 25px;
      overflow: hidden; }
      .second_blog_layout_3 #home_news_left #home_news_bottom a {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 18px;
        text-transform: uppercase;
        height: 50px; }
      .second_blog_layout_3 #home_news_left #home_news_bottom .load_more {
        float: left; }
        .second_blog_layout_3 #home_news_left #home_news_bottom .load_more i {
          text-align: center;
          border-radius: 50%;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border: solid 1px #009FD1;
          width: 50px;
          height: 50px;
          line-height: 48px;
          font-size: 23px;
          margin-right: 10px; }
        .second_blog_layout_3 #home_news_left #home_news_bottom .load_more span {
          display: inline-block;
          line-height: 50px; }
        .second_blog_layout_3 #home_news_left #home_news_bottom .load_more:hover {
          color: #00516b; }
          .second_blog_layout_3 #home_news_left #home_news_bottom .load_more:hover i {
            border-color: #00516b; }
      .second_blog_layout_3 #home_news_left #home_news_bottom .view_all {
        float: right;
        border: solid 1px #009FD1;
        padding: 0 40px;
        line-height: 50px; }
        .second_blog_layout_3 #home_news_left #home_news_bottom .view_all:hover {
          background: #00516b;
          border-color: #00516b;
          color: #fff; }
  .second_blog_layout_3 #home_news_right {
    background: url("/images/no_image/news_home.png") no-repeat center #EFEFEF; }
    .second_blog_layout_3 #home_news_right.loaded {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

#fixtures .fixture .accordion_contents .report_inner .social_buttons_wrap {
  margin-top: 25px;
  height: 33px; }
  #fixtures .fixture .accordion_contents .report_inner .social_buttons_wrap .social_buttons_title {
    height: 28px;
    float: left;
    font-size: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    line-height: 31px;
    margin: 0 10px 0 0; }

#fixtures .fixture .accordion_contents .report_inner .social_buttons {
  float: left;
  height: 28px;
  height: 34px;
  display: inline-block;
  width: 0;
  overflow: hidden;
  margin-right: -17px;
  padding-right: 17px; }
  #fixtures .fixture .accordion_contents .report_inner .social_buttons ul {
    margin: 0;
    padding: 0;
    height: 33px;
    font-size: 0; }
    #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li {
      display: inline-block;
      margin: 0 10px 0 0 !important; }
      #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a {
        margin: 0;
        line-height: 34px; }
        #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a i {
          color: #fff;
          line-height: 29px;
          font-size: 18px; }
          #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a i.fa-linkedin {
            line-height: 28px; }
        #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a:hover {
          background: #3D9FD3; }
          #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a:hover .share_count {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            -webkit-opacity: 100;
            opacity: 100;
            will-change: opacity; }
        #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a .title {
          display: none; }
        #fixtures .fixture .accordion_contents .report_inner .social_buttons ul li a .share_count {
          -moz-opacity: 0;
          -khtml-opacity: 0;
          -webkit-opacity: 0;
          opacity: 0;
          will-change: opacity;
          position: absolute;
          font-size: 14px;
          font-family: Tahoma, Geneva, sans-serif;
          text-transform: none;
          background-color: #f4f4f4;
          padding: 0 10px;
          height: 20px;
          line-height: 20px;
          top: -25px;
          left: 0;
          border-radius: 4px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          -o-border-radius: 4px;
          min-width: 28px; }

#fixtures .fixture .accordion_contents .report_inner .inner-page-nav .share-rss {
  margin: 30px 0;
  padding-bottom: 15px;
  border-bottom: solid 1px #D3D3D3; }
  #fixtures .fixture .accordion_contents .report_inner .inner-page-nav .share-rss .rss {
    float: right;
    width: 28px;
    height: 28px;
    line-height: 29px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    white-space: nowrap;
    background: #333;
    text-align: center;
    color: #fff; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav .share-rss .rss i {
      color: #fff;
      line-height: 29px;
      font-size: 18px; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav .share-rss .rss span {
      display: none; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav .share-rss .rss:hover {
      background: #094C6D; }

#fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav {
  display: block; }
  #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav .next-prev {
    float: right; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav .next-prev a {
      margin-left: 10px; }
  #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav a {
    display: inline-block;
    background: #094C6D;
    color: #fff;
    padding: 5px 10px; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav a:hover {
      background: #3D9FD3; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav a.arrow_left i, #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav a.prev_button i {
      margin-right: 10px; }
    #fixtures .fixture .accordion_contents .report_inner .inner-page-nav nav a.next_button i {
      margin-left: 10px; }

#sports_fixtures_popup {
  background-color: #FFF;
  padding: 20px; }

#sports_fixtures_wrapper {
  width: 100%;
  min-height: 100px; }
  #sports_fixtures_wrapper.loading {
    background: url("/images/icons/loading.gif") no-repeat center; }

.subscribe_full {
  float: left; }
  @media (min-width: 480px) and (max-width: 767px) {
    .subscribe_full {
      margin-bottom: 10px; } }
  @media (max-width: 479px) {
    .subscribe_full {
      margin-bottom: 10px; } }

.filter_bar h4 {
  float: left;
  margin: 0; }

.fixture_summary {
  margin-bottom: 20px; }
  .fixture_summary th {
    font-size: 14px;
    padding: 5px;
    text-align: center;
    width: 25%; }
  .fixture_summary td {
    text-align: center;
    font-size: 14px;
    padding: 5px; }

#fixtures {
  width: 100%; }
  #fixtures h2 {
    margin: 15px 0;
    text-align: center; }
  #fixtures .fixture {
    width: 100%;
    border-bottom: 1px solid #D3D3D3; }
    #fixtures .fixture:last-child {
      border: none; }
    #fixtures .fixture .fixture_title {
      width: 100%;
      height: 60px;
      text-align: center;
      padding: 5px 30px;
      position: relative;
      font-family: Tahoma, Geneva, sans-serif; }
      #fixtures .fixture .fixture_title.accordian_header {
        cursor: pointer; }
        #fixtures .fixture .fixture_title.accordian_header:hover {
          background-color: #f7f7f7; }
      #fixtures .fixture .fixture_title.ui-state-active {
        background-color: #f7f7f7; }
      #fixtures .fixture .fixture_title .sport_icon {
        left: 10px;
        top: 5px;
        position: absolute;
        text-align: left;
        width: 50px;
        height: 50px;
        background: url("/inc/modules/sports_fixtures/images/sports_sprite.png") no-repeat left center; }
        #fixtures .fixture .fixture_title .sport_icon.golf {
          background-position: -50px center; }
        #fixtures .fixture .fixture_title .sport_icon.football {
          background-position: -100px center; }
        #fixtures .fixture .fixture_title .sport_icon.dance {
          background-position: -150px center; }
        #fixtures .fixture .fixture_title .sport_icon.cricket {
          background-position: -200px center; }
        #fixtures .fixture .fixture_title .sport_icon.basketball {
          background-position: -250px center; }
        #fixtures .fixture .fixture_title .sport_icon.badminton {
          background-position: -300px center; }
        #fixtures .fixture .fixture_title .sport_icon.athletics {
          background-position: -350px center; }
        #fixtures .fixture .fixture_title .sport_icon.vollyball {
          background-position: -400px center; }
        #fixtures .fixture .fixture_title .sport_icon.tennis {
          background-position: -450px center; }
        #fixtures .fixture .fixture_title .sport_icon.tabletennis {
          background-position: -500px center; }
        #fixtures .fixture .fixture_title .sport_icon.table_tennis {
          background-position: -500px center; }
        #fixtures .fixture .fixture_title .sport_icon.swimming {
          background-position: -550px center; }
        #fixtures .fixture .fixture_title .sport_icon.sprint {
          background-position: -600px center; }
        #fixtures .fixture .fixture_title .sport_icon.rollerblading {
          background-position: -650px center; }
        #fixtures .fixture .fixture_title .sport_icon.roller_blading {
          background-position: -650px center; }
        #fixtures .fixture .fixture_title .sport_icon.netball {
          background-position: -700px center; }
        #fixtures .fixture .fixture_title .sport_icon.hockey {
          background-position: -750px center; }
        #fixtures .fixture .fixture_title .sport_icon.gym {
          background-position: -800px center; }
        #fixtures .fixture .fixture_title .sport_icon.rugby {
          background-position: -850px center; }
      #fixtures .fixture .fixture_title .date {
        left: 80px;
        top: 8px;
        position: absolute;
        text-align: left; }
        #fixtures .fixture .fixture_title .date span {
          display: block;
          font-size: 12px;
          line-height: 16px; }
          @media (min-width: 480px) and (max-width: 767px) {
            #fixtures .fixture .fixture_title .date span {
              display: block;
              padding: 0; } }
          @media (max-width: 479px) {
            #fixtures .fixture .fixture_title .date span {
              display: block;
              padding: 0; } }
      #fixtures .fixture .fixture_title .results_wrapper,
      #fixtures .fixture .fixture_title .results_wrapper_mobile {
        width: auto;
        display: inline-block; }
        #fixtures .fixture .fixture_title .results_wrapper span,
        #fixtures .fixture .fixture_title .results_wrapper_mobile span {
          display: table-cell;
          height: 50px;
          line-height: 16px;
          width: 360px;
          padding-right: 10px;
          vertical-align: middle; }
          #fixtures .fixture .fixture_title .results_wrapper span.team_name,
          #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name {
            text-align: right; }
            #fixtures .fixture .fixture_title .results_wrapper span.team_name.team_right,
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name.team_right {
              text-align: left;
              margin: 0; }
          #fixtures .fixture .fixture_title .results_wrapper span.team_score,
          #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score {
            width: 60px;
            font-size: 20px;
            color: #FFF; }
            #fixtures .fixture .fixture_title .results_wrapper span.team_score span,
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score span {
              background-color: #898989;
              width: 50px;
              padding: 0; }
            #fixtures .fixture .fixture_title .results_wrapper span.team_score.home_team span,
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score.home_team span {
              background-color: #009FD1; }
            #fixtures .fixture .fixture_title .results_wrapper span.team_score.no_score span,
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score.no_score span {
              background-color: #EFEFEF;
              color: #EFEFEF; }
            #fixtures .fixture .fixture_title .results_wrapper span.team_score.status_update,
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score.status_update {
              width: 120px; }
              #fixtures .fixture .fixture_title .results_wrapper span.team_score.status_update span,
              #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score.status_update span {
                width: 110px;
                background-color: darkred;
                font-size: 14px;
                text-transform: uppercase; }
      @media (min-width: 480px) and (max-width: 767px) {
        #fixtures .fixture .fixture_title .results_wrapper {
          display: none; } }
      @media (max-width: 479px) {
        #fixtures .fixture .fixture_title .results_wrapper {
          display: none; } }
      #fixtures .fixture .fixture_title .results_wrapper_mobile {
        display: none;
        border-top: 1px dotted #e0e0e0;
        padding-top: 10px;
        margin: 10px 15px 0; }
        @media (min-width: 480px) and (max-width: 767px) {
          #fixtures .fixture .fixture_title .results_wrapper_mobile {
            display: block; } }
        @media (max-width: 479px) {
          #fixtures .fixture .fixture_title .results_wrapper_mobile {
            display: block; } }
        #fixtures .fixture .fixture_title .results_wrapper_mobile > div {
          margin-bottom: 5px; }
        #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name {
          width: 650px; }
          @media (min-width: 501px) and (max-width: 570px) {
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name {
              width: 550px; } }
          @media (max-width: 500px) {
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name {
              width: 450px; } }
          @media (max-width: 390px) {
            #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name {
              width: 320px; } }
        #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_name, #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_right {
          text-align: left; }
        #fixtures .fixture .fixture_title .results_wrapper_mobile span.team_score {
          padding: 0; }
      #fixtures .fixture .fixture_title .gallery_icon {
        position: absolute;
        right: 80px;
        top: 5px;
        line-height: 50px; }
        @media (min-width: 480px) and (max-width: 767px) {
          #fixtures .fixture .fixture_title .gallery_icon {
            top: 10px;
            right: 60px; } }
        @media (max-width: 479px) {
          #fixtures .fixture .fixture_title .gallery_icon {
            top: 10px;
            right: 60px; } }
        #fixtures .fixture .fixture_title .gallery_icon i {
          line-height: 50px;
          font-size: 14px; }
      #fixtures .fixture .fixture_title .open_close {
        position: absolute;
        right: 30px;
        top: 5px;
        line-height: 50px; }
        @media (min-width: 480px) and (max-width: 767px) {
          #fixtures .fixture .fixture_title .open_close {
            top: 8px; } }
        @media (max-width: 479px) {
          #fixtures .fixture .fixture_title .open_close {
            top: 8px; } }
        #fixtures .fixture .fixture_title .open_close i {
          line-height: 50px;
          font-size: 14px; }
    #fixtures .fixture .accordion_contents {
      padding: 10px 30px;
      display: none; }
      #fixtures .fixture .accordion_contents.ui-accordion-content-active {
        background-color: #f7f7f7; }
      #fixtures .fixture .accordion_contents .fixture_details {
        margin-bottom: 20px;
        display: block;
        width: 100%; }
        #fixtures .fixture .accordion_contents .fixture_details > div {
          margin-left: 20px;
          line-height: 50px;
          border-left: 2px solid #f7f7f7; }
          #fixtures .fixture .accordion_contents .fixture_details > div:first-child {
            margin: 0;
            border: none; }
          #fixtures .fixture .accordion_contents .fixture_details > div span {
            font-weight: bold; }
          #fixtures .fixture .accordion_contents .fixture_details > div .venue_map {
            width: 30px;
            height: 30px;
            float: right;
            background-color: #094C6D;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            color: #FFF;
            line-height: 28px;
            text-align: center;
            margin-top: 10px; }
            #fixtures .fixture .accordion_contents .fixture_details > div .venue_map i {
              font-size: 14px; }
            #fixtures .fixture .accordion_contents .fixture_details > div .venue_map:hover {
              background-color: #3D9FD3; }
      #fixtures .fixture .accordion_contents .sports_report {
        margin-bottom: 20px;
        border-bottom: 1px solid #D3D3D3; }
      #fixtures .fixture .accordion_contents .report_inner {
        padding-bottom: 20px; }
        #fixtures .fixture .accordion_contents .report_inner .hidden_gallery {
          display: none; }
        #fixtures .fixture .accordion_contents .report_inner .links_right {
          float: right; }
          #fixtures .fixture .accordion_contents .report_inner .links_right a {
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            padding: 0;
            width: 34px;
            height: 34px;
            line-height: 32px;
            text-align: center;
            position: relative; }
            #fixtures .fixture .accordion_contents .report_inner .links_right a i {
              margin: 0; }
            #fixtures .fixture .accordion_contents .report_inner .links_right a span {
              -moz-opacity: 0;
              -khtml-opacity: 0;
              -webkit-opacity: 0;
              opacity: 0;
              will-change: opacity;
              background: #fff;
              position: absolute;
              white-space: nowrap;
              padding: 5px 30px;
              font-size: 16px;
              color: #333;
              font-family: Tahoma, Geneva, sans-serif;
              text-transform: uppercase;
              border: solid 1px #EFEFEF;
              top: -45px;
              left: -99999px;
              transition: top 0.2s ease-in-out;
              -webkit-transition: top 0.2s ease-in-out;
              -moz-transition: top 0.2s ease-in-out;
              -o-transition: top 0.2s ease-in-out; }
              #fixtures .fixture .accordion_contents .report_inner .links_right a span .arrow {
                border: none;
                position: absolute;
                bottom: -16px;
                width: 39px;
                left: 50%;
                margin-left: -20px;
                height: 17px;
                background: url("/inc/modules/sports_fixtures/images/tooltip_arrow.png"); }
            #fixtures .fixture .accordion_contents .report_inner .links_right a:hover span {
              -moz-opacity: 100;
              -khtml-opacity: 100;
              -webkit-opacity: 100;
              opacity: 100;
              will-change: opacity;
              left: 50%;
              top: -60px; }
            #fixtures .fixture .accordion_contents .report_inner .links_right a:hover span.share_count {
              top: -50px; }
        #fixtures .fixture .accordion_contents .report_inner a {
          float: left;
          margin-right: 10px;
          padding: 5px 15px;
          background-color: #094C6D;
          color: #FFF;
          font-size: 14px; }
          #fixtures .fixture .accordion_contents .report_inner a i {
            font-size: 14px;
            margin-right: 5px; }
          #fixtures .fixture .accordion_contents .report_inner a.gallery_link {
            float: right;
            margin: 0; }
          #fixtures .fixture .accordion_contents .report_inner a:hover {
            background-color: #3D9FD3; }

#sports_twitter_wrapper {
  margin-top: 20px;
  padding: 20px;
  background-color: #EFEFEF; }
  #sports_twitter_wrapper ul {
    margin: 0;
    width: 100%; }
    #sports_twitter_wrapper ul li {
      margin: 0;
      list-style: none;
      width: 100%;
      text-align: center; }
  #sports_twitter_wrapper #sports_twitter_bottom {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D3D3D3; }
    #sports_twitter_wrapper #sports_twitter_bottom .twitter_username {
      float: left; }
    #sports_twitter_wrapper #sports_twitter_bottom .twitter_follow {
      float: right;
      text-decoration: none;
      text-align: center; }
      #sports_twitter_wrapper #sports_twitter_bottom .twitter_follow i, #sports_twitter_wrapper #sports_twitter_bottom .twitter_follow span {
        line-height: 25px; }
      #sports_twitter_wrapper #sports_twitter_bottom .twitter_follow i {
        font-size: 22px; }
      #sports_twitter_wrapper #sports_twitter_bottom .twitter_follow span {
        margin-left: 10px; }

/* Staff Contact List */
h2.staff_contact_heading {
  margin: 0 0 10px;
  padding: 0; }

ul#staff_contact_list {
  margin: 0 0 40px;
  padding: 0; }

ul#staff_contact_list li {
  margin: 0;
  padding: 0;
  list-style: none outside none; }

ul#staff_contact_list li a {
  display: block;
  margin: 0 0 8px 0;
  font-size: 17px;
  line-height: 24px;
  border: solid 1px #D3D3D3;
  color: #333; }
  ul#staff_contact_list li a span {
    display: inline-block;
    padding: 8px 15px;
    vertical-align: middle; }
    ul#staff_contact_list li a span.staff_contact_title {
      border-right: solid 1px #D3D3D3;
      width: 30%; }
    ul#staff_contact_list li a span.staff_contact_icon {
      float: right;
      border-left: solid 1px #D3D3D3; }
  ul#staff_contact_list li a:hover {
    color: #3D9FD3; }

/* Staff Contact Form */
div#staff_form_wrapper {
  padding: 10px;
  voice-family: "\"}\"";
  voice-family: inherit;
  text-align: left;
  background-color: #fff; }

div#staff_form_wrapper p {
  font-size: 14px; }

div#staff_form_wrapper h1 {
  margin: 0 0 10px;
  padding: 0 0 20px;
  font-size: 16px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold; }

div#staff_form_wrapper ul {
  margin: 0;
  padding: 0; }

div#staff_form_wrapper ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0; }

div#staff_form_wrapper ul li label {
  display: block;
  float: left;
  margin: 15px 0 6px 0;
  padding: 0;
  line-height: 13px;
  font-size: 17px;
  font-weight: normal; }

div#staff_form_wrapper ul li.err label {
  color: red; }

div#staff_form_wrapper h3.error {
  color: red;
  font-size: 12px;
  margin: 0 0 15px; }

form ul li a#staff_form_submit {
  display: block;
  margin-top: 3px;
  text-align: center;
  width: 125px;
  font-size: 14px; }

form ul li a#event_sendtofriend.submitbutton span, form ul li .formslide_wrapper .owl-controls a#event_sendtofriend.owl-prev span, .formslide_wrapper .owl-controls form ul li a#event_sendtofriend.owl-prev span, form ul li .formslide_wrapper .owl-controls a#event_sendtofriend.owl-next span, .formslide_wrapper .owl-controls form ul li a#event_sendtofriend.owl-next span {
  display: block;
  text-align: center; }

/* Shared Staff Contact */
div#shared_staff_contact_header {
  color: #FFFFFF;
  display: block;
  font: 30px/40px 'foundry_form_sans',Tahoma,Geneva,sans-serif;
  margin: 0 0 5px;
  padding: 0;
  width: 190px;
  height: 33px; }

div#shared_staff_contact_header span {
  width: 230px;
  height: 38px;
  display: block;
  padding: 0 0 0 10px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width: 220px;
  color: #fff;
  float: left;
  font: normal normal 18px/38px Verdana, Arial, Helvetica, sans-serif; }

div#shared_staff_contact_header a {
  display: block;
  float: right;
  width: auto;
  height: 38px;
  line-height: 38px;
  color: #fff;
  padding: 0 10px 0 12px; }

div#shared_staff_contact_header a:hover {
  text-decoration: underline; }

ul#shared_staff_contact_list {
  margin: 0 0 20px 0;
  padding: 0; }

ul#shared_staff_contact_list li {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  border-bottom: 1px solid _linecolor_; }

ul#shared_staff_contact_list li a {
  display: block;
  padding: 8px 20px 8px 0;
  color: #FFF; }

ul#shared_staff_contact_list li a:hover {
  color: _linkcolor_;
  background-position: right center; }

ul#shared_staff_contact_list li span {
  display: block; }

ul#shared_staff_contact_list li span.shared_staff_contact_title {
  font-weight: bold; }

.stats_layout_1 {
  padding: 80px 0 80px 0;
  background: #009FD1;
  position: relative; }
  .stats_layout_1 #stats_home_nav {
    position: absolute;
    z-index: 9;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -35px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .stats_layout_1 #stats_home_nav {
        display: none; } }
    @media (max-width: 479px) {
      .stats_layout_1 #stats_home_nav {
        display: none; } }
    .stats_layout_1 #stats_home_nav .owl-prev, .stats_layout_1 #stats_home_nav .owl-next {
      left: 30px;
      color: #5d6a9f;
      position: absolute;
      font-size: 70px; }
      .stats_layout_1 #stats_home_nav .owl-prev.disabled, .stats_layout_1 #stats_home_nav .owl-next.disabled {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        will-change: opacity; }
      .stats_layout_1 #stats_home_nav .owl-prev:hover, .stats_layout_1 #stats_home_nav .owl-next:hover {
        color: #094C6D; }
    .stats_layout_1 #stats_home_nav .owl-next {
      left: auto;
      right: 30px; }
  .stats_layout_1 .owl-dots {
    margin-bottom: -20px; }
    .stats_layout_1 .owl-dots .owl-dot {
      background: none;
      border: solid 1px #fff;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: auto;
      height: auto; }
      .stats_layout_1 .owl-dots .owl-dot span {
        display: block;
        margin: 2px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        width: 9px;
        height: 9px; }
      .stats_layout_1 .owl-dots .owl-dot:hover span, .stats_layout_1 .owl-dots .owl-dot.active span {
        background: #094C6D; }
  .stats_layout_1 #stats_home_wrap_outer .standard_heading_wrapper {
    margin-bottom: 40px; }
    .stats_layout_1 #stats_home_wrap_outer .standard_heading_wrapper h2 {
      text-align: center;
      font-size: 38px;
      color: #fff;
      font-weight: 700;
      margin: 0; }
  .stats_layout_1 #stats_home_wrap {
    position: relative;
    background: url("/images/icons/loading.gif") no-repeat center; }
    .stats_layout_1 #stats_home_wrap > div:not(:first-child), .stats_layout_1 #stats_home_wrap > li:not(:first-child) {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      -webkit-opacity: 0;
      opacity: 0;
      will-change: opacity;
      display: none; }
    .stats_layout_1 #stats_home_wrap.owl-loaded {
      background: none; }
      .stats_layout_1 #stats_home_wrap.owl-loaded > div, .stats_layout_1 #stats_home_wrap.owl-loaded > li {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity;
        display: block; }
    .stats_layout_1 #stats_home_wrap .stat .inner {
      margin: auto;
      text-align: left;
      max-width: 300px; }
      .stats_layout_1 #stats_home_wrap .stat .inner .desc > span, .stats_layout_1 #stats_home_wrap .stat .inner .desc h4 {
        display: block; }
      .stats_layout_1 #stats_home_wrap .stat .inner .desc h4 {
        font-size: 24px;
        line-height: 28px !important;
        height: 72px;
        text-align: center;
        font-family: Tahoma, Geneva, sans-serif;
        font-weight: 400;
        color: #094C6D;
        overflow: hidden;
        margin: 0; }
      .stats_layout_1 #stats_home_wrap .stat .inner .percentage {
        height: 176px;
        width: 176px;
        margin: 0 auto 20px auto; }
      .stats_layout_1 #stats_home_wrap .stat .inner .percentage_wrap {
        height: 200px;
        width: 184px;
        margin: 0 auto 15px auto;
        position: relative; }
        .stats_layout_1 #stats_home_wrap .stat .inner .percentage_wrap .progress_bar_mobile {
          height: 184px;
          width: 184px;
          margin: 0 auto 10px auto;
          overflow: hidden;
          color: #00789e; }
        .stats_layout_1 #stats_home_wrap .stat .inner .percentage_wrap .inner {
          height: 154px;
          width: 154px;
          position: absolute !important;
          top: 15px;
          left: 15px; }
          .stats_layout_1 #stats_home_wrap .stat .inner .percentage_wrap .inner .per_number {
            display: none; }
      .stats_layout_1 #stats_home_wrap .stat .inner .per_number {
        position: absolute;
        font-family: Tahoma, Geneva, sans-serif;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 95px;
        font-size: 83px;
        line-height: 84px;
        top: 50%;
        left: 0;
        overflow: hidden;
        margin-top: -52px;
        z-index: 10; }
        .stats_layout_1 #stats_home_wrap .stat .inner .per_number span {
          font-size: 21px;
          line-height: 38px;
          vertical-align: top;
          padding-left: 10px; }
      .stats_layout_1 #stats_home_wrap .stat .inner .old_per_number {
        font-family: Tahoma, Geneva, sans-serif;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 84px;
        font-size: 83px;
        line-height: 84px;
        top: 50%;
        left: 0;
        overflow: hidden;
        margin-top: -42px;
        z-index: 10; }
        .stats_layout_1 #stats_home_wrap .stat .inner .old_per_number span {
          font-size: 21px;
          line-height: 38px;
          vertical-align: top;
          margin-left: 10px; }

#stats_shared_wrap_outer #stats_home_list_pager {
  margin: -4px 0 -22px 0;
  height: 21px;
  display: block !important;
  position: relative;
  z-index: 8; }

#stats_shared_wrap {
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center;
  padding-top: 20px; }
  #stats_shared_wrap > div:not(:first-child), #stats_shared_wrap > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  #stats_shared_wrap.owl-loaded {
    background: none; }
    #stats_shared_wrap.owl-loaded > div, #stats_shared_wrap.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  #stats_shared_wrap .stat .inner {
    margin: auto;
    text-align: left; }
    #stats_shared_wrap .stat .inner .desc > span, #stats_shared_wrap .stat .inner .desc h4 {
      display: block; }
    #stats_shared_wrap .stat .inner .desc h4 {
      margin: 0;
      font-size: 18px;
      line-height: 20px !important;
      max-height: 55px;
      text-align: center;
      color: #333;
      font-family: Tahoma, Geneva, sans-serif;
      overflow: hidden; }
    #stats_shared_wrap .stat .inner .desc span.ellipsis {
      display: none; }
    #stats_shared_wrap .stat .inner .percentage {
      height: 182px;
      width: 182px;
      margin: 20px auto; }
    #stats_shared_wrap .stat .inner .per_number {
      font-family: Tahoma, Geneva, sans-serif;
      color: #009FD1;
      text-align: center;
      width: 100%;
      height: 55px;
      font-size: 54px;
      line-height: 55px;
      top: 50%;
      left: 0;
      overflow: hidden;
      margin-top: -28px;
      z-index: 10; }
      #stats_shared_wrap .stat .inner .per_number span {
        font-size: 25px;
        line-height: 36px;
        vertical-align: top; }

#module_stats #middlecol h1 {
  text-align: center; }

#stats_list_wrap {
  margin: 60px 0 0 0; }
  #stats_list_wrap .stat {
    width: 25%;
    float: left;
    margin-bottom: 30px; }
    @media (max-width: 1200px) {
      #stats_list_wrap .stat {
        width: 33.3%; } }
    @media (max-width: 990px) {
      #stats_list_wrap .stat {
        width: 50%; } }
    @media (max-width: 630px) {
      #stats_list_wrap .stat {
        width: 100%; } }
    #stats_list_wrap .stat .inner {
      width: 230px;
      margin: auto;
      text-align: center; }
      #stats_list_wrap .stat .inner > span, #stats_list_wrap .stat .inner h4 {
        display: block; }
      #stats_list_wrap .stat .inner h4 {
        color: #4D4D4D;
        font-size: 17px;
        line-height: 26px;
        height: 60px; }
      #stats_list_wrap .stat .inner span.ellipsis {
        font-size: 14px;
        line-height: 18px;
        height: 40px;
        display: block; }
      #stats_list_wrap .stat .inner .percentage {
        display: block;
        height: 230px;
        width: 230px;
        margin: 0 auto 30px auto; }
        #stats_list_wrap .stat .inner .percentage img {
          max-width: none; }
      #stats_list_wrap .stat .inner .per_number {
        font-family: Tahoma, Geneva, sans-serif;
        color: #4D4D4D;
        text-align: center;
        width: 100%;
        height: 60px;
        font-size: 50px;
        line-height: 50px;
        top: 50%;
        left: 0;
        overflow: hidden;
        margin-top: -25px;
        z-index: 10; }
        #stats_list_wrap .stat .inner .per_number span {
          font-size: 25px;
          color: #7B868F;
          line-height: 36px;
          vertical-align: top; }

#shared_stats_wrap_outer {
  margin: 25px 0 40px; }

#shared_stats_wrap {
  position: relative;
  background: url("/images/icons/loading.gif") no-repeat center; }
  #shared_stats_wrap > div:not(:first-child), #shared_stats_wrap > li:not(:first-child) {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    will-change: opacity;
    display: none; }
  #shared_stats_wrap.owl-loaded {
    background: none; }
    #shared_stats_wrap.owl-loaded > div, #shared_stats_wrap.owl-loaded > li {
      -moz-opacity: 100;
      -khtml-opacity: 100;
      -webkit-opacity: 100;
      opacity: 100;
      will-change: opacity;
      display: block; }
  #shared_stats_wrap .stat .inner {
    background: #EFEFEF;
    width: 175px;
    margin: auto;
    text-align: center; }
    #shared_stats_wrap .stat .inner > span, #shared_stats_wrap .stat .inner h4 {
      display: block; }
    #shared_stats_wrap .stat .inner h4 {
      color: #4D4D4D;
      font-size: 17px;
      line-height: 26px;
      height: 30px; }
    #shared_stats_wrap .stat .inner span.ellipsis {
      font-size: 14px;
      line-height: 18px;
      height: 40px;
      display: block; }
    #shared_stats_wrap .stat .inner .percentage {
      display: block;
      height: 175px;
      width: 175px;
      margin: 0 0 30px 0; }
    #shared_stats_wrap .stat .inner .per_number {
      font-family: Tahoma, Geneva, sans-serif;
      color: #4D4D4D;
      text-align: center;
      width: 100%;
      height: 60px;
      font-size: 50px;
      line-height: 50px;
      top: 50%;
      left: 0;
      overflow: hidden;
      margin-top: -25px;
      z-index: 10; }
      #shared_stats_wrap .stat .inner .per_number span {
        font-size: 25px;
        color: #7B868F;
        line-height: 36px;
        vertical-align: top; }

/* Landing page styles */
#subject_list_wrap {
  margin: 0 -7px; }

#subject_list {
  margin: 0;
  padding: 0; }
  #subject_list li {
    margin: 0;
    padding: 0;
    padding: 7px;
    list-style: none; }
    #subject_list li a {
      display: block;
      background: #094C6D;
      padding: 10px;
      max-width: 300px;
      margin: auto; }
      #subject_list li a .inner {
        height: 205px;
        display: block;
        border: solid 1px #FFF; }
        #subject_list li a .inner .title {
          color: #fff;
          text-align: center;
          font-family: Tahoma, Geneva, sans-serif;
          font-size: 22px;
          line-height: 26px;
          max-height: 60px;
          display: block;
          margin-top: 79px;
          padding: 0 20px;
          position: relative; }
          #subject_list li a .inner .title .line {
            background: #fff;
            width: 30px;
            margin: 10px auto;
            height: 2px;
            display: block; }
      #subject_list li a:hover {
        background: #0d6d9c; }

.subject_back {
  background: #094C6D;
  color: #fff;
  display: block;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px; }
  .subject_back i {
    color: #FFF;
    font-size: 86px;
    margin-bottom: 15px; }
  .subject_back span {
    display: block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 17px;
    text-transform: uppercase; }
  .subject_back:hover {
    background: #0d6d9c;
    color: #FFF; }

#course_accordian_wrapper .accordian_heading {
  background: url("/inc/modules/subject/images/accor_plus.png") no-repeat right center #009FD1;
  color: #fff;
  padding: 8px 76px 8px 54px;
  cursor: pointer;
  position: relative; }
  #course_accordian_wrapper .accordian_heading i.fa-folder {
    left: 20px;
    margin-right: 15px;
    position: absolute;
    top: 10px; }
  #course_accordian_wrapper .accordian_heading:hover {
    background-color: #0b5c85; }
  #course_accordian_wrapper .accordian_heading.ui-accordion-header-active {
    background: url("/inc/modules/subject/images/accor_minus.png") no-repeat right center #009FD1; }

.subject_section_pad {
  display: block;
  padding: 20px; }
  @media (max-width: 380px) {
    .subject_section_pad {
      padding: 0; } }
  .subject_section_pad.first {
    padding-top: 0; }

#module_subject.module_inner #leftnav {
  display: none; }

#teammember_grid_filters_wrap {
  height: 40px;
  overflow: hidden;
  position: relative;
  float: right;
  margin-top: -68px;
  z-index: 99;
  cursor: pointer; }
  @media (max-width: 740px) {
    #teammember_grid_filters_wrap {
      margin-top: 0;
      float: none;
      text-align: right; } }
  #teammember_grid_filters_wrap #teammember_grid_filters_title i {
    color: #009FD1;
    margin-left: 40px;
    font-size: 19px;
    -webkit-transition: all 0.5s cubic-bezier(0.97, 0.32, 0.13, 0.66);
    transition: all 0.5s cubic-bezier(0.97, 0.32, 0.13, 0.66); }
  #teammember_grid_filters_wrap.open #teammember_grid_filters_title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  #teammember_grid_filters_wrap:hover #teammember_grid_filters_title {
    color: #009FD1; }
  #teammember_grid_filters_wrap #teammember_grid_filters {
    position: absolute;
    right: 0;
    top: 40px;
    border: solid 1px #009FD1;
    background: #fff;
    padding: 10px; }
    #teammember_grid_filters_wrap #teammember_grid_filters a {
      text-align: left;
      display: block;
      white-space: nowrap; }

#teammember_grid {
  margin: 30px 0; }
  #teammember_grid .teammember {
    float: left;
    width: 25%;
    margin-bottom: 50px;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 1200px) {
      #teammember_grid .teammember {
        width: 33.3%; } }
    @media (max-width: 991px) {
      #teammember_grid .teammember {
        width: 50%; } }
    @media (max-width: 630px) {
      #teammember_grid .teammember {
        width: 100%; } }
    #teammember_grid .teammember span {
      display: block; }
    #teammember_grid .teammember .img {
      display: inline-block;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: solid 3px #009FD1;
      width: 225px;
      height: 225px;
      padding: 10px;
      background: #F8F8F8;
      margin-bottom: 20px; }
      #teammember_grid .teammember .img img {
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border: solid 2px #F8F8F8;
        width: 215px;
        height: 215px;
        transition: border-color 0.5s ease-in-out;
        -webkit-transition: border-color 0.5s ease-in-out;
        -moz-transition: border-color 0.5s ease-in-out;
        -o-transition: border-color 0.5s ease-in-out; }
    #teammember_grid .teammember .title {
      font-family: Tahoma, Geneva, sans-serif;
      font-size: 22px;
      line-height: 25px;
      height: 25px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 5px; }
    #teammember_grid .teammember .cats {
      font-size: 15px;
      line-height: 20px; }
    #teammember_grid .teammember .body {
      display: none; }
    #teammember_grid .teammember a {
      display: block; }
      #teammember_grid .teammember a span {
        color: #333; }
      #teammember_grid .teammember a .title {
        color: #009FD1; }
      #teammember_grid .teammember a:hover .img img {
        border-color: #009FD1; }

#teammember_popup {
  max-width: 800px;
  padding: 20px; }
  #teammember_popup span {
    display: block;
    font-size: 14px; }
  #teammember_popup .img {
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: solid 3px #009FD1;
    width: 225px;
    height: 225px;
    padding: 10px;
    background: #F8F8F8;
    margin: 0 30px 10px 0; }
    #teammember_popup .img img {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border: solid 2px #F8F8F8;
      width: 200px;
      height: 200px;
      transition: border-color 0.5s ease-in-out;
      -webkit-transition: border-color 0.5s ease-in-out;
      -moz-transition: border-color 0.5s ease-in-out;
      -o-transition: border-color 0.5s ease-in-out; }
  #teammember_popup .title {
    font-family: Tahoma, Geneva, sans-serif;
    color: #009FD1;
    font-size: 33px;
    line-height: 36px;
    margin-bottom: 5px; }
  #teammember_popup .cats {
    margin-bottom: 10px;
    font-weight: bold; }

ul#teammember_accordian {
  margin: 0 0 20px 0;
  padding: 0; }
  ul#teammember_accordian li {
    margin: 0 0 1px;
    list-style: none; }
    ul#teammember_accordian li .no_member {
      margin-top: 15px; }
    ul#teammember_accordian li .ui-icon {
      display: block;
      height: 8px;
      width: 15px;
      margin: 11px 10px;
      float: right;
      background: url("/inc/modules/teammember/images/up-down.png") no-repeat top left;
      transition: all ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all ease-in-out; }
    ul#teammember_accordian li .cat_trigger {
      background: #009FD1;
      font-size: 16px;
      line-height: 29px;
      display: block;
      font-family: Tahoma, Geneva, sans-serif;
      padding: 10px 20px;
      color: #FFFFFF !important; }
      ul#teammember_accordian li .cat_trigger:hover {
        background: #094C6D; }
      ul#teammember_accordian li .cat_trigger.ui-state-active {
        background: #094C6D; }
        ul#teammember_accordian li .cat_trigger.ui-state-active .ui-icon {
          -webkit-transform: rotate(180deg);
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    ul#teammember_accordian li ul {
      display: none;
      margin: 0;
      padding: 20px 0; }
      ul#teammember_accordian li ul li {
        margin: 0 0 20px;
        padding: 0 0 20px;
        list-style: none outside none;
        border-bottom: 1px solid #D3D3D3;
        display: table;
        width: 100%; }
        ul#teammember_accordian li ul li .img_wrapper {
          display: table-cell;
          padding: 0 20px 0 0;
          vertical-align: top; }
          ul#teammember_accordian li ul li .img_wrapper .img {
            text-indent: -50000px;
            height: 180px;
            width: 180px;
            margin: auto;
            background: url("/inc/modules/teammember/images/no_image.png") no-repeat center;
            border: 5px solid #EFEFEF; }
        ul#teammember_accordian li ul li .contact_details {
          display: block; }
          ul#teammember_accordian li ul li .contact_details > div {
            float: left;
            margin-right: 25px; }
            ul#teammember_accordian li ul li .contact_details > div i {
              background-color: #009FD1;
              color: #FFF;
              width: 30px;
              height: 30px;
              border-radius: 50%;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              -ms-border-radius: 50%;
              -o-border-radius: 50%;
              margin-right: 10px;
              line-height: 30px;
              text-align: center; }
            ul#teammember_accordian li ul li .contact_details > div a {
              color: #333; }
              ul#teammember_accordian li ul li .contact_details > div a:hover {
                color: #333; }
        ul#teammember_accordian li ul li .teammember_content {
          vertical-align: top;
          display: table-cell; }
        ul#teammember_accordian li ul li.last {
          border: none;
          margin: 0;
          padding: 0; }

@media (max-width: 767px) {
  ul#teammember_accordian li ul li .img_wrapper, ul#teammember_accordian li ul li .teammember_content {
    display: block; }
  ul#teammember_accordian li ul li .img_wrapper {
    margin-bottom: 30px; } }

.useful_links_cat {
  display: block;
  font-weight: bold;
  margin-top: 5px;
  height: 30px;
  line-height: 30px;
  background-color: #009FD1;
  padding: 0 10px;
  color: #fff; }
  .useful_links_cat span {
    display: block;
    height: 30px;
    width: 30px;
    padding: 0 0 0 10px;
    background: url("/inc/modules/useful_links/images/useful_links_arrow.png") no-repeat right top;
    float: right; }

.useful_links_cat:hover {
  color: #fff;
  text-decoration: underline; }

.ui-state-active span {
  background-position: right bottom; }

.useful_links_item_wrapper {
  margin: 0;
  padding: 0; }
  .useful_links_item_wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #D3D3D3; }
  .useful_links_item_wrapper a {
    display: block;
    padding: 8px 10px; }
  .useful_links_item_wrapper a:hover {
    color: #a6a6a6; }

#video_gall_cat {
  margin: 0;
  padding: 0; }
  #video_gall_cat li {
    margin: 0 0 30px 0;
    list-style: none; }
    #video_gall_cat li a {
      display: block;
      background: #fff;
      border: 1px solid #EFEFEF;
      padding: 15px; }
      #video_gall_cat li a .img {
        width: 100%;
        height: auto;
        max-height: 300px;
        overflow: hidden;
        display: block;
        position: relative;
        margin-bottom: 13px; }
        #video_gall_cat li a .img img {
          display: block;
          width: 100%; }
      #video_gall_cat li a .text h4 {
        font-size: 19px;
        line-height: 23px;
        height: 46px; }
      #video_gall_cat li a .text .cnt {
        color: #333; }
      #video_gall_cat li a:hover .img .plus_overlay {
        -moz-opacity: 100;
        -khtml-opacity: 100;
        -webkit-opacity: 100;
        opacity: 100;
        will-change: opacity; }
      #video_gall_cat li a:hover .text h4 {
        color: #094C6D; }

@media (max-width: 767px) {
  #gall_cat li a {
    margin: 2px auto;
    max-width: 275px;
    text-align: center; } }

#video_grid_wrapper {
  margin: 0 -15px; }
  #video_grid_wrapper ul {
    margin: 0 0 10px 0;
    padding: 0;
    width: 100%; }
    #video_grid_wrapper ul li {
      list-style: none;
      padding: 0 15px;
      margin: 0 0 30px; }
      #video_grid_wrapper ul li a {
        display: block;
        width: 100%;
        position: relative;
        background-color: #fff;
        border: 1px solid #EFEFEF;
        padding: 13px; }
        #video_grid_wrapper ul li a .image_wrap {
          display: block;
          position: relative;
          overflow: hidden; }
          #video_grid_wrapper ul li a .image_wrap .overlay {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            -webkit-transition: all 0.2s ease-in-out 0;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out 0;
            -ms-transition: all 0.2s ease-in-out 0;
            transition: all 0.2s ease-in-out 0;
            background-color: #009FD1;
            /* The Fallback */
            background-color: rgba(0, 159, 209, 0.7);
            -moz-opacity: 0;
            -khtml-opacity: 0;
            -webkit-opacity: 0;
            opacity: 0;
            will-change: opacity; }
            #video_grid_wrapper ul li a .image_wrap .overlay i {
              color: #fff;
              position: absolute;
              height: 100px;
              width: 100px;
              left: 50%;
              top: 50%;
              margin-top: -50px;
              margin-left: -50px;
              text-align: center;
              line-height: 100px;
              font-size: 28px; }
          #video_grid_wrapper ul li a .image_wrap:hover .overlay {
            -moz-opacity: 100;
            -khtml-opacity: 100;
            -webkit-opacity: 100;
            opacity: 100;
            will-change: opacity; }
          #video_grid_wrapper ul li a .image_wrap img {
            width: 100%; }
        #video_grid_wrapper ul li a .image_title h4 {
          margin: 15px 0 0 0;
          font-size: 19px;
          line-height: 23px;
          height: 46px;
          overflow: hidden; }
        #video_grid_wrapper ul li a:hover .image_title h4 {
          color: #094C6D; }

#video_list {
  margin: 0 0 20px 0;
  padding: 0; }
  #video_list li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none outside none;
    border-bottom: 1px solid #D3D3D3; }
  #video_list h3 {
    margin: 0 0 15px;
    padding: 0; }

.videothumb {
  float: left;
  display: block;
  margin-right: 20px;
  height: 100px;
  text-indent: -50000px;
  width: 100px;
  background-repeat: no-repeat; }

#video_footer {
  border-top: 1px solid #D3D3D3;
  padding-top: 10px;
  margin-top: 20px; }

#video_wrapper {
  text-align: center; }

div#tour_window {
  background-color: #fff;
  padding: 20px;
  width: 670px;
  height: 400px; }

div#virtual_tour {
  width: 670px;
  height: 400px; }

ul#virtual_tour_cat {
  margin: 0;
  padding: 0; }
  ul#virtual_tour_cat li {
    list-style: none outside none;
    padding: 4px;
    width: 158px;
    margin: 0 15px 15px 0;
    float: left;
    border: 1px solid #DADDE1;
    background-color: #fff; }
    ul#virtual_tour_cat li a.img {
      width: 158px;
      height: 126px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 5px;
      text-indent: -6000px;
      background: url("/inc/modules/gallery/images/no_image.png") no-repeat center; }
      ul#virtual_tour_cat li a.img span.play_button {
        display: block;
        width: 162px;
        height: 135px;
        background: url(../../../images/icons/play.png) no-repeat center; }
    ul#virtual_tour_cat li h4 {
      font-size: 11px;
      line-height: 13px;
      text-align: center;
      margin: 0;
      padding: 5px 5px 0;
      height: 34px; }
  ul#virtual_tour_cat li.last {
    margin-right: 0; }

p.intro_paragraph {
  font-size: 18px;
  line-height: 25px; }

a.external_link {
  background: #009FD1;
  color: #fff;
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 16px; }

a.button_left {
  display: block;
  float: left;
  background-color: #094C6D;
  color: #FFF; }
  a.button_left:hover {
    background-color: #3D9FD3; }

a.button_rights {
  display: block;
  float: right;
  background-color: #094C6D;
  color: #FFF; }
  a.button_rights:hover {
    background-color: #3D9FD3; }

table.clear_table {
  width: 100%; }

table.content_table {
  width: 100%; }

th.reversed_header {
  background-color: #009FD1;
  color: #fff; }

body:not(.cke_ltr) .imgright {
  margin: 0 0 20px 20px;
  float: right; }

body:not(.cke_ltr) .imgleft {
  margin: 0 20px 20px 0;
  float: left; }

body:not(.cke_ltr) a.external_link {
  display: table;
  width: 100%;
  text-transform: none;
  padding: 15px 55px 15px 20px;
  background: #EFEFEF;
  clear: both;
  color: #333;
  position: relative; }
  body:not(.cke_ltr) a.external_link:after {
    font-family: fontawesome;
    content: "\f105";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 13px;
    top: 13px;
    font-size: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #009FD1;
    width: 30px;
    height: 30px;
    text-align: center;
    text-indent: 3px;
    color: #009FD1;
    -webkit-transition: all 0.2s ease-in-out 0;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out 0;
    -ms-transition: all 0.2s ease-in-out 0;
    transition: all 0.2s ease-in-out 0; }
  body:not(.cke_ltr) a.external_link:hover {
    background-color: #009FD1;
    color: #FFF; }
    body:not(.cke_ltr) a.external_link:hover:after {
      color: #FFF;
      border-color: #FFF; }
  body:not(.cke_ltr) a.external_link .icon {
    background-color: #094C6D;
    width: 30px !important; }
  body:not(.cke_ltr) a.external_link .arrow {
    display: none; }
  body:not(.cke_ltr) a.external_link > span {
    display: table-cell;
    padding: 10px; }

body:not(.cke_ltr) blockquote {
  padding: 20px 80px;
  color: #000;
  font: 19px/30px Tahoma, Geneva, sans-serif;
  display: block;
  position: relative;
  border: none; }
  body:not(.cke_ltr) blockquote::before, body:not(.cke_ltr) blockquote::after {
    content: '\201C';
    color: #009FD1;
    font-family: "Trebuchet MS", Tahoma, Arial;
    font-size: 110px;
    position: absolute;
    left: 0;
    top: 42px; }
  body:not(.cke_ltr) blockquote::after {
    content: '\201D';
    right: 5px;
    bottom: -9px;
    left: auto;
    top: auto; }
  body:not(.cke_ltr) blockquote strong {
    color: #898989;
    font: 17px/20px Tahoma, Geneva, sans-serif;
    display: block;
    margin: 15px 0 0;
    border-top: 1px solid #D3D3D3;
    padding: 10px 0 0; }
  body:not(.cke_ltr) blockquote p {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal; }

body:not(.cke_ltr) table th.reversed_header {
  background-color: #009FD1;
  color: #fff; }

body:not(.cke_ltr) table.clear_table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%; }
  body:not(.cke_ltr) table.clear_table th {
    color: #fff;
    text-transform: uppercase;
    background: #009FD1;
    padding: 13px;
    text-align: left;
    font-size: 19px;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 300; }
  body:not(.cke_ltr) table.clear_table tr td {
    padding: 13px;
    vertical-align: top;
    color: #333;
    border-top: none;
    border-bottom: solid 1px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    border-left: solid 1px #FFF; }
    body:not(.cke_ltr) table.clear_table tr td:last-child {
      border-right: none; }
  body:not(.cke_ltr) table.clear_table tr:last-child td {
    border-bottom: none; }

/* CKEDITOR ONLY STYLES */
#main_body.ck_editor_body a.external_link {
  padding: 5px 10px;
  text-decoration: none !important; }

#main_body.ck_editor_body > ul, #main_body.ck_editor_body > ol {
  padding-left: 20px; }
  #main_body.ck_editor_body > ul li, #main_body.ck_editor_body > ol li {
    line-height: 20px; }

#main_body.ck_editor_body table th {
  background: none repeat scroll 0 0 #009FD1;
  color: #fff;
  font-family: "opensans_semibold",Tahoma,Geneva,sans-serif;
  font-size: 19px;
  padding: 13px;
  text-align: left;
  text-transform: none; }

#main_body.ck_editor_body table td {
  padding: 13px;
  vertical-align: top;
  white-space: nowrap; }

* {
  background-image: none !important;
  background-color: #000 !important;
  font-size: 100% !important;
  line-height: 100% !important;
  max-height: none !important;
  min-height: none !important;
  color: #ff0; }
  *:not(.fa) {
    font-family: arial, sans-serif !important; }

.container {
  width: 100% !important; }

body {
  background: #000;
  font-size: 200% !important;
  color: #ff0; }

#main_nav_wrap {
  height: auto;
  float: left !important;
  width: 100% !important; }
  #main_nav_wrap #main_nav {
    float: left !important;
    width: 100% !important; }
    #main_nav_wrap #main_nav *,
    #main_nav_wrap #main_nav li {
      background: none !important;
      border: none !important;
      display: list-item !important;
      padding: 0 !important;
      position: relative !important;
      width: auto !important; }
    #main_nav_wrap #main_nav li {
      float: left !important;
      width: 100% !important; }
      #main_nav_wrap #main_nav li a span:before {
        content: " • "; }
    #main_nav_wrap #main_nav ul li {
      display: inline; }
      #main_nav_wrap #main_nav ul li ul li {
        margin-left: 20px; }
        #main_nav_wrap #main_nav ul li ul li ul li {
          margin-left: 40px; }

h1 {
  font-size: 120% !important; }

h2 {
  font-size: 115% !important; }

h3 {
  font-size: 110% !important; }

h4 {
  font-size: 100% !important; }

a:link, a:visited {
  color: #0ff !important; }

img, object, embed, form, #header, #leftcol, #rightcol, #bread, #headerimages, #widget, a.rss, #debug {
  display: none !important; }

#highvis {
  position: fixed !important;
  bottom: 10px !important;
  right: 10px !important;
  padding: 10px 15px !important;
  background-color: #0ff !important;
  z-index: 2000 !important;
  list-style: none !important; }
  #highvis a {
    background-color: #0ff !important;
    color: #000 !important; }
