﻿@charset "UTF-8";
/*Custom colors*/
/*custom mixins moved from styles*/
@-ms-viewport {
  width: device-width; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #0086cf;
  text-decoration: none; }
  a:link {
    color: #0086cf;
    text-decoration: none; }
  a:visited {
    color: #6d262a; }
  a:hover, a:focus {
    color: #33c5ff;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.ms-rtestate-field FONT {
  color: inherit; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #428bca; }
  .text-primary:hover {
    color: #3071a9; }

.text-warning {
  color: #c09853; }
  .text-warning:hover {
    color: #a47e3c; }

.text-danger {
  color: #b94a48; }
  .text-danger:hover {
    color: #953b39; }

.text-success {
  color: #468847; }
  .text-success:hover {
    color: #356635; }

.text-info {
  color: #3a87ad; }
  .text-info:hover {
    color: #2d6987; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small,
  h2 small,
  h2 .small,
  h3 small,
  h3 .small {
    font-size: 65%; }

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small,
  h5 small,
  h5 .small,
  h6 small,
  h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }
  .list-inline > li:first-child {
    padding-left: 0; }

dl {
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; }
    .dl-horizontal dd:before, .dl-horizontal dd:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .dl-horizontal dd:after {
      clear: both; } }
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee; }
  blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25; }
  blockquote p:last-child {
    margin-bottom: 0; }
  blockquote small {
    display: block;
    line-height: 1.42857;
    color: #999999; }
    blockquote small:before {
      content: '\2014 \00A0'; }
  blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0; }
    blockquote.pull-right p,
    blockquote.pull-right small,
    blockquote.pull-right .small {
      text-align: right; }
    blockquote.pull-right small:before,
    blockquote.pull-right .small:before {
      content: ''; }
    blockquote.pull-right small:after,
    blockquote.pull-right .small:after {
      content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .container:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .row:after {
    clear: both; }

.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .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-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .container {
    width: 750px; }

  .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px; }

  .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px; }

  .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important; }

  tr.visible-xs.visible-sm {
    display: table-row !important; }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important; }

  tr.visible-xs.visible-md {
    display: table-row !important; }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important; }

  tr.visible-xs.visible-lg {
    display: table-row !important; }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important; } }
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important; }

  tr.visible-sm.visible-xs {
    display: table-row !important; }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important; }

  tr.visible-sm.visible-md {
    display: table-row !important; }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important; }

  tr.visible-sm.visible-lg {
    display: table-row !important; }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important; } }
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important; }

  tr.visible-md.visible-xs {
    display: table-row !important; }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important; }

  tr.visible-md.visible-sm {
    display: table-row !important; }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important; }

  tr.visible-md.visible-lg {
    display: table-row !important; }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important; } }
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important; }

  tr.visible-lg.visible-xs {
    display: table-row !important; }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important; }

  tr.visible-lg.visible-sm {
    display: table-row !important; }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important; }

  tr.visible-lg.visible-md {
    display: table-row !important; }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
.hidden-xs {
  display: block !important; }

tr.hidden-xs {
  display: table-row !important; }

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important; } }
.hidden-sm {
  display: block !important; }

tr.hidden-sm {
  display: table-row !important; }

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important; } }
.hidden-md {
  display: block !important; }

tr.hidden-md {
  display: table-row !important; }

th.hidden-md,
td.hidden-md {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important; } }
.hidden-lg {
  display: block !important; }

tr.hidden-lg {
  display: table-row !important; }

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important; }

@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; }

  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }
.fullWidthPage #s4-leftpanel {
  display: none !important; }
.fullWidthPage #s4-mainarea .col-md-9 {
  width: 100%;
  float: none; }

body #s4-topheader2 {
  background: none;
  background-color: none;
  border-top: none;
  border-bottom: none;
  min-height: 0; }
body #s4-mainarea {
  float: none;
  padding-bottom: 0px;
  margin-top: 10px; }

#s4-ribbonrow {
  display: none; }
  #s4-ribbonrow *, #s4-ribbonrow *:after, #s4-ribbonrow *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

body #s4-workspace {
  -webkit-overflow-scrolling: touch; }

/* allows scrolling for webkit ios on search results */
#s4-bodyContainer {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  color: #676767;
  background-color: #dbe9f6;
  font-family: Verdana,Arial,sans-serif;
  min-height: 1em;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  min-width: 320px;
  overflow: hidden;
  /*needed for admin pages*/ }
  #s4-bodyContainer #s4-bodyContainerWrapper {
    position: relative; }
  #s4-bodyContainer h1 {
    color: #255279;
    text-shadow: 1px 1px white;
    margin: 0; }
  #s4-bodyContainer .s4-ca {
    background: transparent;
    z-index: 20px;
    margin: 0px; }
  #s4-bodyContainer h1, #s4-bodyContainer h2, #s4-bodyContainer h3, #s4-bodyContainer h4, #s4-bodyContainer h5, #s4-bodyContainer h6 {
    margin-top: 0;
    font-family: Verdana,Arial,sans-serif; }
  #s4-bodyContainer h1 {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal; }
  #s4-bodyContainer h2 {
    font-size: 18px;
    color: #006699;
    margin-bottom: .2em; }

body #s4-bodyContainer {
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  line-height: 1.3em;
  color: #676767;
  background-color: #dbe9f6;
  font-family: Verdana,Arial,sans-serif;
  min-height: 1em;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  min-width: 320px; }
  body #s4-bodyContainer .nav a:link, body #s4-bodyContainer .nav a:visited {
    color: #02182d; }
  body #s4-bodyContainer .nav .dropdown-menu a:hover, body #s4-bodyContainer .nav .dropdown-menu a:active {
    color: white; }
  body #s4-bodyContainer #s4-helparea a:link, body #s4-bodyContainer #s4-helparea a:visited {
    color: white; }
  body #s4-bodyContainer #s4-helparea a:hover, body #s4-bodyContainer #s4-helparea a:active {
    color: #fea428; }
  body #s4-bodyContainer #pageStatusBar {
    margin: 0px -15px; }
  body #s4-bodyContainer footer {
    height: auto;
    color: #4c6480;
    background: #a3c3e2;
    width: 100%; }
    body #s4-bodyContainer footer ul {
      padding: 0;
      margin: 0 -15px;
      border-top: 1px solid white; }
      body #s4-bodyContainer footer ul li {
        list-style: none inside none;
        border-bottom: 1px solid #4c6480;
        width: 100%;
        float: none;
        text-align: center; }
        body #s4-bodyContainer footer ul li.hidden {
          display: none; }
        body #s4-bodyContainer footer ul li a:link, body #s4-bodyContainer footer ul li a:visited {
          color: black;
          display: block;
          padding: 1em; }
    body #s4-bodyContainer footer a:link, body #s4-bodyContainer footer a:visited {
      color: #4c6480;
      padding: 0 .4em; }
    body #s4-bodyContainer footer a:hover, body #s4-bodyContainer footer a:active {
      color: #fea428; }
    body #s4-bodyContainer footer p {
      text-align: right; }
      body #s4-bodyContainer footer p a:link, body #s4-bodyContainer footer p a:visited {
        padding: 0; }
    body #s4-bodyContainer footer p.pull-right {
      width: 100%;
      float: none;
      text-align: center;
      padding: 1em;
      margin-top: 0; }
      body #s4-bodyContainer footer p.pull-right a:last-of-type {
        display: none; }
    body #s4-bodyContainer footer .footerlogin {
      display: none;
      float: right; }
      body #s4-bodyContainer footer .footerlogin a {
        color: #fff; }

#s4-bodyContainerWrapper {
  background-image: none; }

header {
  position: relative;
  margin-bottom: 0px;
  padding-top: 0px;
  z-index: 30; }
  header ::-webkit-input-placeholder {
    color: #476382; }
  header :-moz-placeholder {
    color: #476382; }
  header ::-moz-placeholder {
    color: #476382; }
  header :-ms-input-placeholder {
    color: #476382; }
  header .pmtopRow {
    border-bottom: 1px solid #e9f0f8; }
  header #s4-titlerow {
    background-color: #a1c0e0;
    border-bottom: 1px solid white; }
  header .s4-titlelogo {
    display: none;
    padding: 0px;
    z-index: 50; }
  header .s4-title {
    display: block;
    height: 60px;
    min-height: 60px;
    max-width: 206px;
    padding: 15px 0px;
    background: none;
    background-color: none;
    overflow: visible; }
    header .s4-title h1 {
      font-size: 15px;
      display: block; }
  header p {
    font-size: 16px;
    margin: 0px;
    color: #006699;
    text-shadow: 1px 1px white; }
  header .dropdown-menu {
    font-size: 11px; }
  header .container > .navbar-header, header .container > .navbar-collapse {
    margin-right: 0; }
  header .navbar-collapse {
    padding-right: 0; }
  header .navbar {
    min-height: 0;
    border-bottom: none;
    margin: 0; }
    header .navbar .nav li.dropdown.open > .dropdown-toggle {
      background: white; }
      header .navbar .nav li.dropdown.open > .dropdown-toggle:first-of-type {
        background: #dbe9f6; }
    header .navbar .caret {
      display: none; }
    header .navbar .btn-navbar {
      background: #dbe9f6;
      border: none;
      -moz-border-radius: 0 0 0 0;
      -webkit-border-top-left-radius: 0;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      border-radius: 0 0 0 0; }
      header .navbar .btn-navbar:hover {
        background: #dbe9f6; }
      header .navbar .btn-navbar .icon-bar {
        background: #4c6480;
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) ;
        -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) ;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) ;
        width: 20px;
        height: 3px; }
  header .navbar-nav li > a {
    padding: 6px 4px; }
  header .navbar-collapse.in {
    overflow-y: visible; }
  header .tools {
    margin-top: -1.6em;
    position: relative; }
    header .tools ul {
      background: url(../images/bg-tools.png) 0 -290px repeat-x;
      overflow: auto;
      list-style: none;
      border-left: 1px solid #dbe9f6;
      border-right: 1px solid #dbe9f6;
      border-top: 0;
      border-bottom: 1px solid #dbe9f6;
      -moz-border-radius: 9 0 5px 5px;
      -webkit-border-top-left-radius: 9;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      border-radius: 9 0 5px 5px;
      padding: 7px 1px 9px 6px;
      display: inline-block;
      float: right; }
      header .tools ul li {
        float: left;
        font-size: 1.091em; }
        header .tools ul li a {
          padding: 4px;
          text-shadow: 1px 1px black;
          color: white; }
          header .tools ul li a:first-of-type {
            margin-right: 6px; }
          header .tools ul li a:hover, header .tools ul li a:active {
            color: #fea428;
            text-decoration: underline; }
            header .tools ul li a:hover:after, header .tools ul li a:active:after {
              border-color: transparent transparent transparent #fea428; }
          header .tools ul li a:after {
            margin-left: 5px;
            display: inline-block;
            content: "";
            width: 0px;
            height: 0px;
            border-style: solid;
            border-width: 4px 0 4px 7px;
            border-color: transparent transparent transparent white; }

/*end header*/
#bluebar {
  display: none; }

.s4-ba {
  padding: 0; }

#homePageContent {
  /* end mainContent*/ }
  #homePageContent .mainContent {
    width: 80%;
    min-width: 300px;
    min-height: 225px;
    margin: 0px auto;
    margin-bottom: 20px;
    text-align: center;
    font-family: Verdana,Arial,sans-serif !important; }
    #homePageContent .mainContent > div.ms-rtestate-field {
      width: 100%;
      height: auto;
      text-align: center;
      border: 5px #707070 solid;
      border-radius: 5px;
      -moz-border-radius: 5px;
      background: transparent url("../images/bg-top-banner-text.png") left top;
      display: block !important;
      padding-bottom: 10px; }
      #homePageContent .mainContent > div.ms-rtestate-field > table {
        width: 100% !important; }
      #homePageContent .mainContent > div.ms-rtestate-field > h1 {
        background: transparent url("../images/bg-comb-bars.png") repeat-x 0px 0px;
        height: 40px;
        padding: 5px 0px;
        margin: 10px 0px;
        font-size: 20px;
        color: #fff;
        text-shadow: 1px 1px #000000;
        text-align: center; }
        #homePageContent .mainContent > div.ms-rtestate-field > h1:hover {
          background: transparent url("../images/bg-comb-bars.png") repeat-x 0px -40px; }
    #homePageContent .mainContent b {
      color: #006699;
      font-size: 12px;
      padding: 0px 5px 5px 0px; }

/*end homePageContent */
.pageContent table {
  float: none; }

header .tools {
  margin-top: 0px; }

.row.main-menu {
  margin-bottom: 0px;
  top: auto; }

#bodyContainer {
  min-height: 1em;
  margin: 0 auto;
  padding: 0;
  background-color: #8fb3da; }
  #bodyContainer .container {
    position: relative;
    z-index: 2; }
  #bodyContainer .settings.box {
    overflow-x: auto;
    overflow-y: hidden; }
  #bodyContainer .box {
    background: white;
    border: 5px solid #676767;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 10px; }
    #bodyContainer .box h1.pageTitle {
      background: #006598 none;
      color: #FFFFFF;
      height: auto;
      margin: 0 -10px 10px;
      padding: 5px 10px;
      position: relative;
      display: block;
      font-weight: bold;
      font-size: 17px;
      line-height: 1.8em;
      text-shadow: 0px 0px transparent; }
      #bodyContainer .box h1.pageTitle .ms-formfieldlabelcontainer {
        display: none; }
      #bodyContainer .box h1.pageTitle .ms-formfieldvaluecontainer {
        display: block; }
        #bodyContainer .box h1.pageTitle .ms-formfieldvaluecontainer input {
          font-size: 12px;
          line-height: 1em;
          width: 80%; }
    #bodyContainer .box.complex {
      padding: 0 0 1em 0; }
      #bodyContainer .box.complex h3 {
        margin-top: .5em; }
      #bodyContainer .box.complex p, #bodyContainer .box.complex ul {
        padding-left: 1em;
        padding-right: 1em; }
        #bodyContainer .box.complex p li, #bodyContainer .box.complex ul li {
          margin-left: 2em; }
    #bodyContainer .box .contentfontsize {
      position: absolute;
      padding: .3em .7em;
      color: #255279;
      background: #ebf3f6;
      border-top: 1px solid #82a7bb;
      border-left: 1px solid #82a7bb;
      -moz-border-radius: 5px 0 0 0;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 0;
      border-radius: 5px 0 0 0;
      right: 1px;
      bottom: 1px;
      font-size: 12px;
      line-height: 1em;
      text-shadow: none;
      font-weight: normal; }
      #bodyContainer .box .contentfontsize a {
        text-transform: uppercase;
        color: #255279; }
        #bodyContainer .box .contentfontsize a:first-of-type {
          text-decoration: underline; }
      #bodyContainer .box .contentfontsize span {
        cursor: pointer; }
      #bodyContainer .box .contentfontsize .pageSizeS {
        font-size: 0.917em; }
      #bodyContainer .box .contentfontsize .pageSizeM {
        font-size: 1.083em; }
      #bodyContainer .box .contentfontsize .pageSizeL {
        font-size: 1.167em; }

.numbers {
  text-align: center; }
  .numbers h5 {
    color: #4c6480;
    font-weight: bold;
    margin: 0; }
  .numbers ul {
    padding: 0;
    overflow: auto; }
    .numbers ul li {
      list-style: none;
      width: 50%;
      float: left;
      text-align: left;
      margin-bottom: 1.5em; }

.sub .box {
  font-size: 12px;
  color: #1c1c1c; }

ul.faqlist > li {
  color: #1c1c1c !important; }
  ul.faqlist > li > p {
    margin: 10px 0px; }
  ul.faqlist > li > div {
    font-size: 12px;
    font-family: Verdana,ΓÇïArial,ΓÇïsans-serif; }
    ul.faqlist > li > div span {
      font-size: 1em !important;
      font-family: Verdana,ΓÇïArial,ΓÇïsans-serif !important; }

ul.faqedit > li > div.faqeditquestion > input {
  height: 25px; }

body #s4-leftpanel {
  float: left;
  width: 25%; }
  body #s4-leftpanel .box {
    padding: 0; }
  body #s4-leftpanel #s4-leftpanel-content {
    border: 0px transparent solid;
    padding: 0px; }
    body #s4-leftpanel #s4-leftpanel-content .ms-quicklaunchouter {
      background: #676767 none; }
    body #s4-leftpanel #s4-leftpanel-content .ms-quickLaunch {
      background: #fff none;
      padding: 0px;
      border: 1px solid #9DA4AA;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      body #s4-leftpanel #s4-leftpanel-content .ms-quickLaunch .wSub {
        position: relative; }
        body #s4-leftpanel #s4-leftpanel-content .ms-quickLaunch .wSub ul.dynamic {
          position: absolute;
          left: 201px;
          top: 0px;
          display: none;
          width: 0px;
          overflow: hidden;
          background: #fff none;
          border: 0px solid #676767;
          border-width: 5px 5px 5px 0px;
          -webkit-border-radius: 0px 5px 5px 0px;
          -moz-border-radius: 0px 5px 5px 0px;
          border-radius: 0px 5px 5px 0px;
          z-index: 10; }
          body #s4-leftpanel #s4-leftpanel-content .ms-quickLaunch .wSub ul.dynamic li.dynamic {
            display: block;
            width: 194px; }
  body #s4-leftpanel ul.static {
    padding: 0; }
    body #s4-leftpanel ul.static li.static {
      list-style: none;
      margin-bottom: 1px; }
      body #s4-leftpanel ul.static li.static.first a {
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-radius: 5px 5px 0 0; }
      body #s4-leftpanel ul.static li.static a, body #s4-leftpanel ul.static li.static a:link, body #s4-leftpanel ul.static li.static a:visited {
        color: white;
        text-shadow: 1px 1px black;
        background: #757575 url(../images/bg-ql-heading.gif) 0 -1px repeat-x;
        padding: .4em 1em .5em .5em;
        display: block;
        width: 100%;
        font-size: 13px;
        line-height: 15px; }
      body #s4-leftpanel ul.static li.static a.selected {
        border-width: 0px !important;
        color: #fff !important; }
      body #s4-leftpanel ul.static li.static ul.static {
        margin: 10px 0px; }
      body #s4-leftpanel ul.static li.static li.static {
        margin: 0px 0px -1px; }
        body #s4-leftpanel ul.static li.static li.static a, body #s4-leftpanel ul.static li.static li.static a:link, body #s4-leftpanel ul.static li.static li.static a:visited {
          background: transparent url("../images/comb-shapes.png") no-repeat scroll 8px 8px;
          border-color: inherit;
          border-style: none;
          border-width: medium;
          color: #255279;
          display: block;
          font-size: 12px;
          line-height: 15px;
          overflow-x: hidden;
          padding: 5px 0 6px 20px;
          text-shadow: 0px 0px transparent; }
          body #s4-leftpanel ul.static li.static li.static a:hover, body #s4-leftpanel ul.static li.static li.static a:link:hover, body #s4-leftpanel ul.static li.static li.static a:visited:hover {
            color: #6c2529;
            background: transparent url("../images/comb-shapes2.png") no-repeat scroll 8px -192px; }
        body #s4-leftpanel ul.static li.static li.static a.selected {
          border-width: 0px !important;
          color: #255279 !important; }
    body #s4-leftpanel ul.static li.dynamic {
      display: none; }

div.ms-pageinformation {
  height: 200px;
  overflow: auto; }

/*EO custom*/
.caret {
  float: right;
  margin-left: 0;
  margin-top: 8px; }

.numbers {
  margin-top: 2em; }
  .numbers .col-sm-6 {
    width: 50%;
    float: left;
    text-align: left; }

.ms-dialog body #s4-mainarea {
  padding-bottom: 0;
  margin-top: 0; }
.ms-dialog body #s4-bodyContainer, .ms-dialog body #bodyContainer {
  background: white;
  overflow: visible; }
.ms-dialog body #bodyContainer .settings.box {
  overflow-x: visible;
  overflow-y: visible;
  border: none;
  padding: 0; }
.ms-dialog body .ms-ButtonHeightWidth {
  width: 10em; }

.ms-dlgFrameContainer {
  overflow: hidden; }

.staffLocationsTable IMG {
  float: right; }

.add-links-img img {
  max-width: 100%; }
.add-links-img TABLE {
  table-layout: fixed; }

.image-responsive {
  max-width: 100%; }

.navbar-toggle {
  position: relative;
  float: left;
  margin-right: 15px;
  padding: 9px 10px;
  background-color: #b3cae5;
  border: none;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  height: 60px; }
  .navbar-toggle.collapsed {
    background-color: transparent; }
    .navbar-toggle.collapsed .icon-bar {
      background-color: #fff; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 25px;
    height: 4px;
    margin-bottom: 3px;
    border-radius: 1px;
    background-color: #255279; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      height: 35px;
      padding: 3px 6px; } }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

body #s4-topheader2 {
  min-height: 1px; }

header .navbar-header {
  position: absolute;
  top: -60px;
  right: 10px; }
  @media (min-width: 768px) {
    header .navbar-header {
      top: -34px; } }
  header .navbar-header .searchicon {
    height: 37px;
    width: 24px;
    margin: 0px;
    padding: 4px 0px;
    background-image: url("../images/icon-search-white.png");
    background-repeat: no-repeat;
    background-position: 0px 5px; }
  header .navbar-header .searchbar-collapse {
    height: 30px !important;
    width: 100%;
    display: none;
    background-color: #DBE9F6; }
  header .navbar-header .searchbar-collapse.in {
    display: block; }

.s4-toplinks {
  margin: 0px -15px; }
  .s4-toplinks.collapse {
    display: none; }
  .s4-toplinks > ul {
    z-index: 25;
    margin: 0px;
    padding: 0px;
    display: none; }
    .s4-toplinks > ul > li {
      z-index: 24;
      position: relative;
      display: block;
      padding: 15px 10px;
      text-align: center;
      background-color: #b3cae5;
      border-bottom: 1px solid #255279; }
      .s4-toplinks > ul > li a, .s4-toplinks > ul > li a:link, .s4-toplinks > ul > li a:visited {
        color: #255279; }
      .s4-toplinks > ul > li div.level2 {
        display: none;
        margin: 10px -10px 0px; }
        .s4-toplinks > ul > li div.level2 > div > ul {
          padding: 0px; }
        .s4-toplinks > ul > li div.level2 > div > ul > li {
          display: block;
          padding: 15px 10px;
          border-top: 1px solid #255279;
          background-color: #fbfbfb;
          list-style: none inside none; }
          .s4-toplinks > ul > li div.level2 > div > ul > li:first-child {
            border-top: 0px solid transparent; }
      .s4-toplinks > ul > li li.wSub {
        position: relative; }
        .s4-toplinks > ul > li li.wSub > div.wSubcont {
          display: none;
          margin: 10px -10px 0px; }
          .s4-toplinks > ul > li li.wSub > div.wSubcont ul {
            padding: 0px; }
            .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li {
              display: block;
              padding: 15px 10px;
              border-top: 1px solid #fff;
              background-color: #006699;
              list-style: none inside none; }
              .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li a, .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li a:link, .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li a:visited {
                color: #fff !important; }
              .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li:first-child {
                border-top: 0px solid transparent; }
        .s4-toplinks > ul > li li.wSub.shown {
          padding-bottom: 0px; }
          .s4-toplinks > ul > li li.wSub.shown > div.wSubcont {
            display: block; }
          .s4-toplinks > ul > li li.wSub.shown > .dynamic-children {
            background-position: 10px -439px; }
      .s4-toplinks > ul > li .dynamic-children {
        position: absolute;
        display: block;
        right: 10px;
        top: 7px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: transparent url("../images/comb-shapes.png") no-repeat 10px -488px; }
      .s4-toplinks > ul > li.shown {
        padding-bottom: 0px; }
        .s4-toplinks > ul > li.shown div.level2 {
          display: block; }
        .s4-toplinks > ul > li.shown > .dynamic-children {
          background-position: 10px -439px; }

@media screen and (min-width: 768px) {
  .s4-toplinks > ul {
    border-right: 1px solid #255279;
    border-left: 1px solid #255279;
    border-top: 1px solid #255279; }
    .s4-toplinks > ul > li div.level2 > div > ul > li {
      /*border-top: 1px solid #255279;*/ }
    .s4-toplinks > ul > li li.wSub > div.wSubcont ul > li {
      /*border-top: 1px solid #fff;*/ } }
@media screen and (min-width: 992px) {
  .s4-toplinks {
    margin: 0px;
    padding-left: 100px;
    background: url("../images/bg-top-nav.png") repeat;
    border-color: #DBE9F6;
    border-left: 1px solid #DBE9F6;
    border-right: 1px solid #DBE9F6;
    border-style: solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-width: 1px 1px 0; }
    .s4-toplinks.collapse {
      display: block;
      height: auto !important; }
    .s4-toplinks .dynamic-children {
      display: none !important; }
    .s4-toplinks > ul {
      border: 0px solid transparent;
      /*end li*/ }
      .s4-toplinks > ul > li {
        margin: 0px;
        padding: 5px 0px 5px 4px;
        list-style-type: none;
        display: inline-block;
        height: 34px;
        font-size: 11px;
        text-align: center;
        color: #02182d;
        background: transparent url("../images/bg-comb-top-nav-div.png") no-repeat 0px 0px;
        border-bottom: 0px solid transparent;
        /* end div.level2*/ }
        .s4-toplinks > ul > li:first-child {
          background: transparent none; }
        .s4-toplinks > ul > li:hover a {
          text-decoration: none; }
        .s4-toplinks > ul > li:hover > div.level2 {
          display: block; }
        .s4-toplinks > ul > li > div.rightbg {
          display: none;
          background: transparent url("../images/bg-comb-top-nav-div.png") no-repeat 0px -68px;
          width: 6px;
          height: 34px;
          position: absolute;
          right: -6px;
          top: 0px;
          padding: 0px;
          margin: 0px;
          z-index: 1005; }
        .s4-toplinks > ul > li > a, .s4-toplinks > ul > li > a:link, .s4-toplinks > ul > li > a:visited {
          font-size: 10px !important;
          text-align: center;
          color: #02182d;
          display: block;
          height: 29px;
          padding: 5px 3px 11px 3px;
          text-shadow: 1px 2px 3px #FFFFFF;
          white-space: nowrap; }
          .s4-toplinks > ul > li > a.toplinksselected, .s4-toplinks > ul > li > a:link.toplinksselected, .s4-toplinks > ul > li > a:visited.toplinksselected {
            color: #006699 !important;
            display: block;
            background-color: #fff;
            border-top-right-radius: 5px;
            -moz-border-radius-topright: 5px;
            border-top-left-radius: 5px;
            -moz-border-radius-topleft: 5px; }
        .s4-toplinks > ul > li:hover > a {
          color: #006699;
          display: block;
          background-color: #fff;
          border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px; }
        .s4-toplinks > ul > li:hover > div.rightbg {
          display: block; }
        .s4-toplinks > ul > li > div.level2 {
          z-index: 1003;
          display: none;
          background: url("../images/bg-top-nav-div-sub.png") repeat-y left top;
          margin: 0px 0px 11px;
          position: absolute;
          top: 34px;
          left: -1px;
          text-align: left;
          width: 285px;
          padding: 0px 5px;
          border-top-right-radius: 5px;
          -moz-border-radius-topright: 5px;
          border-bottom-right-radius: 5px;
          -moz-border-radius-bottomright: 5px;
          border-bottom-left-radius: 5px;
          -moz-border-radius-bottomleft: 5px; }
          .s4-toplinks > ul > li > div.level2 > div.level2cont {
            background: #fff none;
            width: 100%;
            height: 100%; }
            .s4-toplinks > ul > li > div.level2 > div.level2cont > ul {
              z-index: 1003;
              margin: 0px;
              float: left;
              background-color: #fff;
              padding: 10px 0px 10px 10px;
              text-align: left;
              min-width: 270px; }
              .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li {
                position: relative;
                z-index: 1002;
                margin: 0px;
                padding: 5px 0px 5px 15px;
                list-style-type: none;
                width: auto;
                min-width: 265px;
                background: transparent url("../images/comb-shapes.png") no-repeat 4px -240px;
                border-top: 0px solid transparent; }
                .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li:hover {
                  background: url("../images/bg-top-nav-sub.png") no-repeat 0px 0px; }
                  .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li:hover a {
                    color: #fff !important; }
                .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li.wSub:hover {
                  background: url("../images/bg-top-nav-sub-s.png") no-repeat 0px 0px; }
                  .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li.wSub:hover > div.wSubcont {
                    display: block; }
                .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont {
                  position: absolute;
                  display: none;
                  left: 197px;
                  top: 1px;
                  width: 220px;
                  margin: 0 0 5px;
                  padding: 10px;
                  background: transparent url("../images/bg-top-nav-sub-div-t.png") no-repeat;
                  text-align: left;
                  z-index: 1006; }
                  .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul {
                    z-index: 1003;
                    margin: 0px;
                    padding: 0px;
                    text-align: left; }
                    .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li {
                      z-index: 1001;
                      margin: 0px;
                      padding: 5px 0px 5px 15px;
                      list-style-type: none;
                      float: none;
                      background: transparent url("../images/comb-shapes.png") no-repeat 4px -190px;
                      border-top: 0px solid transparent; }
                      .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li:hover {
                        background-position: 4px -140px; }
                        .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li:hover a {
                          color: #fea428 !important; }
                      .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a, .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a:link, .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a:visited {
                        color: #fff !important; }
                        .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a:hover, .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a:link:hover, .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont ul li a:visited:hover {
                          color: #fea428 !important; }
                  .s4-toplinks > ul > li > div.level2 > div.level2cont > ul > li > div.wSubcont div.bottombg {
                    position: absolute;
                    left: 0px;
                    bottom: -5px;
                    width: 220px;
                    height: 5px;
                    background: transparent url("../images/bg-top-nav-sub-div-b.png") no-repeat 0px 0px; }
          .s4-toplinks > ul > li > div.level2 > div.rightbg {
            background: url("../images/bg-top-nav-div-sub-right.png") repeat-y left top;
            width: 5px;
            height: 100%;
            position: absolute;
            right: 0px;
            top: 0px;
            padding: 0px;
            margin: 0px;
            z-index: 1005; }
          .s4-toplinks > ul > li > div.level2 > div.bottombg {
            background: url("../images/bg-top-nav-div-sub-bl.png") no-repeat left top;
            width: 273px;
            height: 11px;
            position: absolute;
            left: 0px;
            bottom: -11px;
            padding: 0px;
            margin: 0px 12px 0px 0px;
            z-index: 1005; }
            .s4-toplinks > ul > li > div.level2 > div.bottombg > div {
              background: url("../images/bg-top-nav-div-sub-br.png") no-repeat left top;
              width: 12px;
              height: 11px;
              position: absolute;
              right: -12px;
              bottom: 0px;
              padding: 0px;
              z-index: 1005; }
              .s4-toplinks > ul > li > div.level2 > div.bottombg > div ul, .s4-toplinks > ul > li > div.level2 > div.bottombg > div ul:first-child {
                padding: 0px; }
        .s4-toplinks > ul > li > div.double {
          width: 540px; }
          .s4-toplinks > ul > li > div.double > div.level2cont {
            width: 540px; }
          .s4-toplinks > ul > li > div.double > div.bottombg {
            width: 538px; }
        .s4-toplinks > ul > li > div.middle {
          width: 550px;
          left: -200px;
          border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px; }
          .s4-toplinks > ul > li > div.middle > div.bottombg {
            width: 548px; }
        .s4-toplinks > ul > li > div.right {
          left: auto;
          right: -4px;
          border-top-right-radius: 0px;
          -moz-border-radius-topright: 0px;
          border-top-left-radius: 5px;
          -moz-border-radius-topleft: 5px; }

  /*end top navigation */ }
@media screen and (min-width: 1200px) {
  .s4-toplinks > ul > li {
    padding: 5px 4px 5px 9px; }
    .s4-toplinks > ul > li > a, .s4-toplinks > ul > li > a:link, .s4-toplinks > ul > li > a:visited {
      font-size: 13px !important;
      padding: 5px 3px 11px 3px; }
    .s4-toplinks > ul > li > div.level2 {
      left: 4px; } }
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .s4-toplinks > ul > li:hover > div.level2 {
    display: none; } }
#s4-searcharea {
  display: block;
  height: 50px !important;
  width: 100%;
  padding: 10px 15px !important;
  float: none;
  position: absolute;
  bottom: -51px;
  left: 0px;
  background-color: #b3cae5; }
  #s4-searcharea.collapse {
    display: none; }
  #s4-searcharea > table {
    float: none;
    margin-right: 0px;
    width: 100%; }
  #s4-searcharea .ms-sbtable-ex {
    float: nont;
    margin-right: 0px;
    margin-top: 0px;
    width: 100%; }
  #s4-searcharea input.ms-sbplain {
    background: #fff none;
    -webkit-border-radius: 0;
    border: 0px solid transparent !important;
    font-size: 20px;
    line-height: 1em;
    height: 30px;
    padding: 5px 10px;
    width: 100% !important; }
  #s4-searcharea .ms-sbgo a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0px;
    background: #255279 url("../images/icon-search-white.png") no-repeat 5px 5px;
    background-size: 20px; }
    #s4-searcharea .ms-sbgo a img {
      display: none; }

/*search results*/
.srch-Page {
  padding: 0; }

.srch-sitesearchmaintop {
  display: block; }
  .srch-sitesearchmaintop > .s4-wpTopTable, .srch-sitesearchmaintop > .s4-wpTopTable > tbody, .srch-sitesearchmaintop > .s4-wpTopTable > tbody > tr, .srch-sitesearchmaintop > .s4-wpTopTable > tbody > tr > td {
    display: block; }
  .srch-sitesearchmaintop .srch-results {
    padding: 0px;
    max-width: 100%; }
  .srch-sitesearchmaintop .srch-Title3 {
    overflow: hidden;
    padding-left: 8px; }

@media screen and (min-width: 768px) {
  #s4-searcharea {
    display: block !important;
    position: relative;
    height: 22px !important;
    bottom: auto;
    left: auto;
    margin: 0px;
    padding: 0px !important;
    float: right;
    background-color: transparent; }
    #s4-searcharea > table {
      width: 212px;
      margin-right: 0;
      float: right; }
    #s4-searcharea .ms-sbtable-ex {
      margin: 0; }
    #s4-searcharea input.ms-sbplain {
      font-size: 12px;
      line-height: 1em;
      width: 191px !important;
      color: #476382;
      height: 25px;
      border: 1px #7a9fb5 solid !important;
      border-right: 0 !important;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-bottomleft: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background: #dbe9f6 url(none);
      padding: 6px 3px 7px; }
    #s4-searcharea input.ms-sbplain:hover {
      background-color: #ebf3f6;
      border-color: #82a7bb;
      color: #255279; }
    #s4-searcharea .ms-sbgo {
      display: inline-block;
      background: #dbe9f6;
      padding-right: 1px;
      padding-bottom: 1px;
      border-top: 1px solid #7a9fb5;
      border-right: 1px solid #7a9fb5;
      border-bottom: 1px solid #7a9fb5; }
    #s4-searcharea .ms-sbgo a {
      background: transparent url(../images/bg-comb-search.png) 0 0 no-repeat;
      background-size: 100%;
      width: 21px;
      height: 21px;
      display: block;
      margin-top: 1px; }
    #s4-searcharea .ms-sbgo a:hover {
      background-position: 0 -21px; }
    #s4-searcharea .ms-sbgo img {
      display: none;
      background: none; }
    #s4-searcharea .s4-search .ms-sbgo {
      background-color: #255279;
      vertical-align: top; }
    #s4-searcharea .s4-search .ms-sbtable-ex {
      margin: 0; }
    #s4-searcharea .s4-searchbox-QueryPrompt {
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-bottom-left-radius: 5px;
      border-radius: 5px 0 0 5px;
      border: 1px solid #7a9fb5;
      font-size: 1.091em;
      font-style: italic;
      background: #dbe9f6 url(../images/icon-search.png) top right no-repeat;
      float: right;
      width: 100%;
      padding: 5px 3px;
      color: #476382; }
      #s4-searcharea .s4-searchbox-QueryPrompt:hover {
        background-color: white;
        background-position: right -21px; } }
#topBannerWrapper {
  z-index: 15;
  position: relative;
  width: 100%;
  height: 172px;
  margin: 0px auto 20px;
  border: 5px #707070 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Verdana,Arial,sans-serif !important;
  /*end top banner*/
  /*end top banner thumbs*/ }
  #topBannerWrapper *, #topBannerWrapper *:before, #topBannerWrapper *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #topBannerWrapper #topBanner {
    z-index: 16;
    position: relative;
    display: none;
    height: 160px !important;
    width: 100% !important;
    border: 1px #fff solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #topBannerWrapper #topBanner ul {
      display: none; }
    #topBannerWrapper #topBanner.shown {
      display: block; }
  #topBannerWrapper #topBannerThumbs {
    z-index: 17;
    width: auto;
    height: auto;
    overflow: auto;
    position: absolute;
    right: 10px;
    bottom: -29px;
    padding: 5px; }
    #topBannerWrapper #topBannerThumbs > div {
      z-index: 19; }
    #topBannerWrapper #topBannerThumbs > div.bottombg {
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: 29px;
      width: 100%;
      background: #707070 none;
      border-radius: 5px;
      -moz-border-radius: 5px;
      z-index: -1; }
    #topBannerWrapper #topBannerThumbs .topBannerThumb {
      cursor: pointer;
      display: inline;
      float: left;
      width: 58px;
      height: 58px;
      line-height: 58px;
      padding: 0;
      overflow: hidden;
      text-align: center;
      border: 2px solid #ccc;
      margin-left: 4px;
      font-size: 9px;
      font-family: Arial;
      color: #000;
      text-shadow: 0 0 3px #fff;
      z-index: 29;
      border-radius: 5px;
      -moz-border-radius: 5px; }
      #topBannerWrapper #topBannerThumbs .topBannerThumb:hover {
        border-color: #6D262A !important; }
      #topBannerWrapper #topBannerThumbs .topBannerThumb:first-child {
        margin-left: 0px; }
  #topBannerWrapper .topBannerThumbTextHolder {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e3ecf6 url("");
    top: 0;
    left: 0;
    border: none;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: #006699; }
  #topBannerWrapper h1 {
    margin: 5px 0px;
    padding: 0px;
    color: #006699;
    opacity: 1;
    text-shadow: 0 0 1px #fff;
    font-weight: normal; }
  #topBannerWrapper p {
    margin: 5px 0px;
    padding: 0px;
    color: #000;
    opacity: 1; }

/*Top News*/
#rotatingNewsWrapper {
  z-index: 19;
  position: relative;
  width: 335px;
  /*400*/
  height: 297px;
  border: 1px #000 solid;
  margin: 20px auto;
  background-color: #707070;
  border: 5px #707070 solid;
  border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: Verdana,Arial,sans-serif !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*end rotating news*/
  /*end rotating thumbs*/ }
  #rotatingNewsWrapper *, #rotatingNewsWrapper *:before, #rotatingNewsWrapper *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  #rotatingNewsWrapper #rotatingNews {
    z-index: 21;
    position: relative;
    width: 335px;
    /*400*/
    height: 216px;
    /*195*/
    background-color: #fff;
    display: none;
    border-radius: 5px;
    -moz-border-radius: 5px; }
    #rotatingNewsWrapper #rotatingNews > ul {
      z-index: 904;
      margin: 0px;
      padding: 0px; }
      #rotatingNewsWrapper #rotatingNews > ul > li {
        z-index: 903;
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        float: none;
        width: auto; }
        #rotatingNewsWrapper #rotatingNews > ul > li > div {
          position: absolute;
          left: 0px;
          top: 0px;
          z-index: 910;
          padding: 10px;
          width: 315px;
          /*380*/ }
  #rotatingNewsWrapper #rotatingNewsThumbs {
    z-index: 906;
    width: 335px;
    /*400*/
    height: 76px;
    /*92*/
    position: absolute;
    left: 0px;
    bottom: 0px;
    background-color: #707070; }
    #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb {
      z-index: 905;
      position: relative;
      cursor: pointer;
      display: inline;
      float: left;
      width: 76px;
      /*92*/
      height: 73px;
      /*92*/
      padding: 0;
      overflow: hidden;
      text-align: center;
      border: 2px solid #fff;
      margin-left: 5px;
      font-size: 9px !important;
      font-family: Verdana,Arial,sans-serif;
      color: #000;
      text-shadow: 0 0 3px #fff;
      border-radius: 5px;
      -moz-border-radius: 5px; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb:hover {
        border-color: #6D262A !important; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb:first-child {
        margin-left: 0px; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb > img {
        margin-top: 3px;
        border-radius: 5px;
        -moz-border-radius: 5px;
        max-width: 100%; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb > div {
        line-height: normal;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 66px;
        /*82*/
        padding: 0px 5px;
        height: 35px;
        /*47*/ }
    #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumbsb {
      border: 0px solid transparent;
      width: 76px;
      height: 76px;
      border-radius: 5px;
      -moz-border-radius: 5px;
      background-color: transparent;
      z-index: 907;
      position: absolute;
      top: 0px;
      left: 0px;
      display: none; }
  #rotatingNewsWrapper h1 {
    margin: 5px 0px;
    padding: 0px;
    color: #006699;
    font-weight: normal; }
  #rotatingNewsWrapper p {
    margin: 5px 0px;
    padding: 0px; }

/*end Top News*/
@media screen and (min-width: 768px) {
  #topBannerWrapper {
    width: 710px;
    height: 172px;
    margin: 0px auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*end top banner*/
    /*end top banner thumbs*/ }
    #topBannerWrapper #topBanner {
      width: 708px !important;
      height: 170px !important;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box; }
      #topBannerWrapper #topBanner.shown ul {
        display: block; }
    #topBannerWrapper #topBannerThumbs {
      right: 10px;
      bottom: -25px;
      padding: 5px; }
      #topBannerWrapper #topBannerThumbs > div.bottombg {
        height: 25px;
        width: 100%; }
      #topBannerWrapper #topBannerThumbs .topBannerThumb {
        width: 50px;
        height: 50px;
        line-height: 50px; }
    #topBannerWrapper .topBannerThumbTextHolder {
      min-width: 300px;
      width: 340px;
      height: 100px;
      background: url("../images/bg-top-banner-text.png") left top;
      top: 30px;
      left: 30px;
      padding: 10px; }

  /*Top News*/
  #rotatingNewsWrapper {
    width: 335px;
    /*400*/
    height: 297px;
    margin: 20px auto;
    /*end rotating news*/
    /*end rotating thumbs*/ }
    #rotatingNewsWrapper #rotatingNews {
      width: 335px;
      /*400*/
      height: 216px;
      /*195*/ }
      #rotatingNewsWrapper #rotatingNews > ul > li > div {
        width: 315px;
        /*380*/ }
    #rotatingNewsWrapper #rotatingNewsThumbs {
      width: 335px;
      /*400*/
      height: 76px;
      /*92*/ }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb {
        width: 76px;
        /*92*/
        height: 73px;
        /*92*/ }
        #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb > div {
          width: 66px;
          /*82*/
          padding: 0px 5px;
          height: 35px;
          /*47*/ }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumbsb {
        border: 0px solid transparent;
        width: 76px;
        height: 76px; }

  /*end Top News*/ }
@media screen and (min-width: 992px) {
  #topBannerWrapper {
    width: 930px;
    height: 225px;
    /*end top banner*/
    /*end top banner thumbs*/ }
    #topBannerWrapper #topBanner {
      width: 928px !important;
      height: 223px !important; }
    #topBannerWrapper #topBannerThumbs {
      right: 50px;
      bottom: -50px; }
      #topBannerWrapper #topBannerThumbs > div.bottombg {
        height: 50px;
        width: 100%; }
      #topBannerWrapper #topBannerThumbs .topBannerThumb {
        width: 100px;
        height: 100px;
        line-height: 100px; }
    #topBannerWrapper .topBannerThumbTextHolder {
      width: 236px;
      height: 100px;
      background: transparent url("../images/bg-top-banner-text.png") left top;
      top: 20px;
      left: 31px;
      border: 1px #707070 solid; }

  /*Top News*/
  #rotatingNewsWrapper {
    width: 400px;
    height: 297px;
    margin: 20px 0 20px 18px;
    /*end rotating news*/
    /*end rotating thumbs*/ }
    #rotatingNewsWrapper #rotatingNews {
      width: 400px;
      height: 195px; }
      #rotatingNewsWrapper #rotatingNews > ul > li > div {
        padding: 10px;
        width: 380px; }
    #rotatingNewsWrapper #rotatingNewsThumbs {
      width: 400px;
      height: 96px; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb {
        width: 92px;
        height: 92px;
        font-size: 9px !important; }
        #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumb > div {
          width: 82px;
          padding: 0px 5px;
          height: 47px; }
      #rotatingNewsWrapper #rotatingNewsThumbs .rotatingNewsThumbsb {
        border: 2px solid #6D262A;
        width: 92px;
        height: 92px; }

  /*end Top News*/ }
@media screen and (min-width: 1200px) {
  #topBannerWrapper {
    width: 960px;
    height: 232px;
    /*end top banner*/ }
    #topBannerWrapper #topBanner {
      width: 958px !important;
      height: 230px !important; }

  /*end Top Rotating Banner*/
  /*Top News*/
  #rotatingNewsWrapper {
    margin: 20px 0 20px 115px; }

  /*end Top News*/ }
/*end sm media query*/
/*Quick Launch Slider*/
#quickLaunchSlider {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  right: 0px;
  width: 0px;
  height: auto;
  top: 145px;
  z-index: 10;
  /*used to be 1005, changed to 10 to allow welcome menu dropdown in IE*/
  overflow: hidden; }
  #quickLaunchSlider *, #quickLaunchSlider *:after, #quickLaunchSlider *:before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

#quickLaunchSliderHandle {
  width: 30px;
  background: url("../images/bg-ql-ts.png") no-repeat 5px 0px; }

#quickLaunchSliderHandle:hover {
  cursor: pointer;
  background: url("../images/bg-ql-ts-h.png") no-repeat 0px 0px; }

#quickLaunchSlider > div {
  /*background: transparent url('../images/bg-ql-ts.png') no-repeat left top;*/
  background: transparent none;
  padding-left: 30px;
  position: relative;
  width: 215px;
  height: auto;
  z-index: 1106;
  margin-bottom: 17px; }

#quickLaunchSlider > div > div.bottombg {
  background: url("../images/bg-ql-b.png") no-repeat left top;
  position: absolute;
  width: 245px;
  height: 17px;
  right: 0px;
  bottom: -17px;
  z-index: 1106;
  display: none; }

#quickLaunchSliderHandle {
  display: block;
  z-index: 1104;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100px; }

#quickLaunchSliderMenu {
  z-index: 1103;
  width: 183px;
  padding: 16px 16px 0px; }

#quickLaunchSliderMenu ul {
  z-index: 1102;
  margin: 0px;
  padding: 0px; }

#quickLaunchSliderMenu ul li {
  z-index: 1101;
  margin: 0px;
  padding: 5px 0px;
  list-style-type: none;
  float: none;
  width: auto; }

#quickLaunchSliderMenu ul li a, #quickLaunchSliderMenu ul li a:link, #quickLaunchSliderMenu ul li a:visited {
  color: #747474; }

#quickLaunchSliderMenu ul li a:hover {
  color: #fea428; }

#quickLaunchBubble {
  position: fixed;
  right: 47px;
  width: 228px;
  height: 93px;
  top: 160px;
  padding: 0px;
  background: url("../images/bg-ql-bub-full.png") no-repeat;
  z-index: 1106;
  overflow: visible;
  display: none; }

#quickLaunchBubble div.quickLaunchBubbleContent {
  width: 215px;
  height: auto;
  padding: 15px 20px 8px 13px;
  color: #6d262a;
  font-size: 12px;
  line-height: 16px;
  background: transparent none;
  text-align: center; }

#quickLaunchBubble div.quickLaunchBubbleContent div {
  width: 10px;
  height: 12px;
  position: absolute;
  right: 21px;
  top: 13px;
  background: url("../images/comb-shapes.png") no-repeat 0px -550px; }

#quickLaunchBubble div.quickLaunchBubbleContent div:hover {
  background: url("../images/comb-shapes.png") no-repeat 0px -425px; }

@media screen and (max-width: 768px) {
  #quickLaunchSlider {
    display: none; }

  #quickLaunchBubble {
    display: none !important; } }
@media screen and (min-width: 992px) {
  #quickLaunchSlider {
    top: 200px; } }
/*end Quick Launch Slider*/
#homePageContent .mainContent > div.ms-rtestate-field {
  padding: 10px; }

#homePageContent .mainContent > div.ms-rtestate-field H1 {
  margin-right: -10px;
  margin-left: -10px; }

@media screen and (min-width: 480px) {
  header .s4-title {
    max-width: none; }
    header .s4-title h1 {
      font-size: 18px; } }
@media screen and (min-width: 768px) {
  #s4-ribbonrow {
    display: block; }

  body #s4-bodyContainer #pageStatusBar {
    margin: 0px; }
  body #s4-bodyContainer #topBanner ul li img {
    max-width: 850px; }
  body #s4-bodyContainer footer {
    background-color: #4C6480;
    height: 95px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px; }
    body #s4-bodyContainer footer .container {
      background: #4c6480 url(../images/footer.jpg) 0 0 no-repeat;
      height: 95px;
      padding-top: 35px; }
    body #s4-bodyContainer footer ul {
      padding-left: 0;
      margin: 30px 0px 0px;
      border-top: 0px; }
      body #s4-bodyContainer footer ul li {
        display: inline-block;
        width: auto;
        padding: 0px 10px;
        border-left: 1px solid white; }
        body #s4-bodyContainer footer ul li:first-child {
          border-left: 0px solid transparent; }
        body #s4-bodyContainer footer ul li.hidden-xs {
          display: inline-block !important; }
        body #s4-bodyContainer footer ul li a, body #s4-bodyContainer footer ul li a:link, body #s4-bodyContainer footer ul li a:visited {
          color: #fff;
          padding: 0px; }
    body #s4-bodyContainer footer p.pull-right {
      margin: 30px 0px 0px;
      padding: 0;
      width: 100%;
      color: #fff;
      text-align: right; }

  #s4-bodyContainerWrapper {
    padding-bottom: 60px; }

  header .pmtopRow {
    border-bottom: 0px solid transparent; }
  header .s4-titlelogo {
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    padding: 0px; }
    header .s4-titlelogo .brand {
      position: relative;
      z-index: 6; }
  header .s4-title {
    height: 100px;
    padding-left: 110px;
    padding-right: 40px; }

  #bodyContainer .box h1.pageTitle {
    background: transparent url("../images/bg-comb-bars.png") repeat-x 0 0;
    height: 40px;
    font-size: 17px;
    line-height: 1.6em;
    padding-right: 10px;
    text-shadow: 1px 1px #000000; }

  #homePageContent {
    /* end mainContent*/ }
    #homePageContent .mainContent {
      float: left;
      width: 345px;
      padding-top: 75px;
      min-height: 225px;
      margin: 0px; }
      #homePageContent .mainContent > div.ms-rtestate-field {
        width: 345px;
        height: auto;
        padding: 10px; }
        #homePageContent .mainContent > div.ms-rtestate-field > h1 {
          height: 40px;
          padding: 5px 0px;
          margin: 10px 0px;
          font-size: 20px;
          margin-right: -10px;
          margin-left: -10px; }
          #homePageContent .mainContent > div.ms-rtestate-field > h1:hover {
            background: transparent url("../images/bg-comb-bars.png") repeat-x 0px -40px; }

  /*end homePageContent */ }
body #s4-bodyContainer {
  background-color: #8FB3DA; }

@media screen and (min-width: 992px) {
  body #s4-bodyContainer {
    background: url("../images/bg.gif") repeat-x scroll 0 0 white;
    background-color: #FFFFFF; }
    body #s4-bodyContainer #topBanner ul li img {
      max-width: 958px; }
    body #s4-bodyContainer #s4-bodyContainerWrapper {
      background: url("../images/bg-image.jpg") no-repeat center top; }
      body #s4-bodyContainer #s4-bodyContainerWrapper #bluebar {
        position: absolute;
        display: block;
        width: 100%;
        height: 210px;
        top: 120px;
        left: 0px;
        background: transparent url("../images/bg-comb-bars.png") repeat-x 0px -80px;
        z-index: 0; }
      body #s4-bodyContainer #s4-bodyContainerWrapper #bodyContainer {
        background-color: transparent;
        z-index: 15; }

  header #s4-titlerow {
    background-color: transparent;
    border-bottom: 0px solid transparent; }
    header #s4-titlerow .s4-titlelogo {
      top: 5px; }
    header #s4-titlerow .s4-title {
      height: 85px; }
      header #s4-titlerow .s4-title h1 {
        color: #255279;
        font-size: 24px;
        line-height: 1.5em;
        text-shadow: 1px 1px #FFFFFF; }
      header #s4-titlerow .s4-title p {
        color: #006699;
        font-size: 16px;
        text-shadow: 1px 1px #FFFFFF; }
    header #s4-titlerow #s4-helparea ul {
      margin-bottom: 25px; }

  #bodyContainer .box h1.pageTitle {
    font-size: 20px;
    line-height: 1.3em; }

  #homePageContent {
    /* end mainContent*/ }
    #homePageContent .mainContent {
      float: left;
      width: 480px;
      padding-top: 75px;
      margin-bottom: 0;
      min-height: 225px; }
      #homePageContent .mainContent > div.ms-rtestate-field {
        width: 400px;
        height: auto; }
        #homePageContent .mainContent > div.ms-rtestate-field > h1 {
          height: 40px;
          padding: 5px 0px;
          margin: 10px 0px;
          font-size: 20px;
          margin-left: -10px;
          margin-right: -10px; }
          #homePageContent .mainContent > div.ms-rtestate-field > h1:hover {
            background: transparent url("../images/bg-comb-bars.png") repeat-x 0px -40px; }
    #homePageContent b {
      font-size: 14px; }

  /*end homePageContent */
  .footerlogin {
    display: block !important; } }
@media screen and (min-width: 1200px) {
  body #s4-leftpanel #s4-leftpanel-content .ms-quickLaunch .wSub ul.dynamic {
    left: 252px; } }
IMG[title^="Call"] {
  display: none !important; }

.pageContent .ms-WPBody .item A {
  color: #0086cf; }
  .pageContent .ms-WPBody .item A:link, .pageContent .ms-WPBody .item A:active {
    color: #0086cf; }
  .pageContent .ms-WPBody .item A:visited {
    color: #6d262a; }
  .pageContent .ms-WPBody .item A:hover {
    color: #33c5ff; }
