body {
  background-color: #fff;
  font-size: 16px;
  /*font-family: Calibri,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
}
body.fontsize0 {}
body.fontsize1 {
  font-size: 20px;
}
s body.fontsize2 {
  font-size: 24px;
}
@media only screen and (min-width: 992px) {
  body {
    /*font-size: 14px;*/
  }
  body.fontsize0 {}
  body.fontsize1 {
    font-size: 18px;
  }
  body.fontsize2 {
    font-size: 22px;
  }
}
/*
div {border: 1px solid #F09;}
div div {border: 1px solid #0CC;}
div div div {border: 1px solid #6F0;}
div div div div {border: 1px solid #93C;}
div div div div div {border: 1px solid #F90;}
div div div div div div {border: 1px solid #F09;}
div div div div div div div {border: 1px solid #0CC;}
div div div div div div div div {border: 1px solid #6F0;}
div div div div div div div div div {border: 1px solid #93C;}
div div div div div div div div div div {border: 1px solid #F90;}
*/
a {
  color: #2c5dab;
}
.h1, h1 {
  font-size: 30px;
}
.h2, h2, .h3, h3 {
  font-size: 24px;
}
body.fontsize2 .h2, body.fontsize2 h2, body.fontsize2 .h3, body.fontsize2 h3 {
  font-size: 26px;
}
.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 1em;
}
.h4, h4 {
  font-size: 20px;
}
.h5, .h6, h5, h6 {
  font-size: 1em;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
.h1.compact, .h2.compact, .h3.compact, .h4.compact, .h5.compact, .h6.compact, h1.compact, h2.compact, h3.compact, h4.compact, h5.compact, h6.compact {
  margin-bottom: 0;
}
hr {
  border-top-color: #aaa;
}
.errormessage {
  /*font-weight: bold;
	color: rgba(255,0,0,1);
	*/
  padding: 10px;
  margin: 10px 0;
  color: #a94442;
  background-color: #f3e2e1;
  border: solid #a94442 1px;
  border-radius: 4px;
}
.errormessage:before {
  content: "\f057";
  font-family: FontAwesome;
  speak: none;
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 1em;
  margin-left: .2em;
}
.infomessage {
  padding: 10px;
  margin: 10px 0;
  color: #0b793d;
  background-color: #a0bea0;
  border: solid #0b793d 1px;
  border-radius: 4px;
}
.infomessage:before {
  content: "\f129";
  font-family: FontAwesome;
  speak: none;
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  line-height: 1em;
  margin-left: .2em;
}
.smaller {
  font-size: 90%;
}
p.indent, div.indent {
  padding-left: 25px;
}
input.indent {
  display: block;
  margin-left: 25px;
}
p.indentmore, div.indentmore {
  padding-left: 50px;
}
input.indentmore {
  display: block;
  margin-left: 50px;
}
p.disclaimer, div.disclaimer {
  font-size: 80%;
}
p.shiftup, div.shiftup {
  margin-top: -1em;
}
.nowrap {
  white-space: nowrap;
}
div.form-group.shiftup {
  margin-top: -10px;
}
.help-block {
  margin-top: 0px;
  margin-bottom: 0px;
}
.help-block ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
.form-control {
  color: #333;
  border-color: #aaa;
}
.input-group-addon {
  color: #333;
  border-color: #aaa;
}
input[type=file].form-control {
  border: none;
  padding-left: 0;
}
.display-form-error {
  display: none;
}
.has-valdation-errors .display-form-error {
  display: block;
}
.has-error input[type=file] {
  color: #a94442;
}
.alert-danger {
  color: #933B39;
  background-color: #EED3D3;
  border-color: #C05F5D;
}
a[href^="tel:"] {
  white-space: nowrap;
}
ul.padded > li, ol.padded > li {
  margin-bottom: 10px;
}
ul.padded > li > ol, ul.padded > li > ul, ol.padded > li > ol, ol.padded > li > ul {
  margin-top: 10px;
  margin-bottom: 10px;
}
ul.compact, ol.compact {
  margin-bottom: 0px;
}
ul.nobullets, ol.nobullets {
  list-style-type: none;
}
ul.nobulletsall, ul.nobulletsall ul {
  list-style-type: none;
}
ul.noindent, ol.noindent {
  padding: 0;
}
ul.doublearrow {
  list-style: none;
  padding: 0;
}
ul.doublearrow > li {
  padding-left: 1.3em;
}
ul.doublearrow > li:before {
  content: "\f101";
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}
@media (min-width: 768px) {
  ul.threecols {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
div.row.addbottommargin_cols > * {
  margin-bottom: 1em;
}
div.row.addbottommargin {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  div.row.addbottommarginxs {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  div.row.vertical-align {
    display: flex;
    flex-direction: row;
  }
  div.row.vertical-align > [class^="col-"], div.row.vertical-align > [class*=" col-"] {
    display: flex;
    align-items: center;
    justify-content: center; /* Optional, to align inner items 
                              horizontally inside the column */
  }
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
table {
  width: 100%;
}
th {
  text-align: left;
  font-weight: bold;
  border-bottom: solid 1px #DDD;
}
td, th {
  vertical-align: top;
}
table.greenheaders th {
  background-color: #0b793d;
  color: #FFF;
}
table.centerheaders th {
  text-align: center;
}
table tr.hiderow {
  display: none;
}
table tr.hiderowbefore td {
  padding-bottom: 0;
  border-bottom: none;
}
table tr.hiderowafter td {
  padding-top: 0;
  border-top: none;
}
.table-bordered {
  border-width: 2px;
}
.table-borderless > tbody > tr > td, .table-borderless > tbody > tr > th, .table-borderless > tfoot > tr > td, .table-borderless > tfoot > tr > th, .table-borderless > thead > tr > td, .table-borderless > thead > tr > th {
  border: none;
}
.table-compact > thead > tr > th, .table-compact > tbody > tr > th, .table-compact > tfoot > tr > th, .table-compact > thead > tr > td, .table-compact > tbody > tr > td, .table-compact > tfoot > tr > td {
  padding: 0px 5px;
}
.table-borderless.table-compact > thead > tr > th:first-child, .table-borderless.table-compact > tbody > tr > th:first-child, .table-borderless.table-compact > tfoot > tr > th:first-child, .table-borderless.table-compact > thead > tr > td:first-child, .table-borderless.table-compact > tbody > tr > td:first-child, .table-borderless.table-compact > tfoot > tr > td:first-child {
  padding-left: 0;
}
.linktarget {
  margin-top: -115px;
  padding-top: 115px;
}
.border {
  border: solid #CCC 1px;
}
a > img.border:hover {
  border-color: #2c5dab;
}
@media screen and (max-width: 767px) {
  /* Override Bootstrap Default for mobile */
  .table-responsive.allowwrap > .table > tbody > tr > td, .table-responsive.allowwrap > .table > tbody > tr > th, .table-responsive.allowwrap > .table > tfoot > tr > td, .table-responsive.allowwrap > .table > tfoot > tr > th, .table-responsive.allowwrap > .table > thead > tr > td, .table-responsive.allowwrap > .table > thead > tr > th {
    white-space: normal;
  }
  .table-responsive.allowwrap .nowrap, .table-responsive.allowwrap .text-nowrap {
    white-space: nowrap !important;
  }
}
.table-responsive {
  background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
  background-position: left center, right center, left center, right center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
  background-attachment: local, local, scroll, scroll;
}
table.striped tr:nth-child(even), .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.03);
}
table.border tr > td, table.border tr > th, table.striped tr > td, table.striped tr > th, table.shadow tr > td, table.shadow tr > th {
  padding: 2px 8px;
}
table tr > td :last-child, table tr > th :last-child {
  /*table.striped tr > td :last-child, table.striped tr > th :last-child,
table.table-striped tr > td :last-child, table.table-striped tr > th :last-child { */
  margin-bottom: 0;
}
td.indent {
  padding-left: 25px !important;
}
td.indentmore {
  padding-left: 50px !important;
}
.breadcrumb {
  font-size: 14px;
  margin-bottom: 1em;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}
.breadcrumb > .active {
  color: #333;
}
.container-fluid, header > div > div, footer > div, .subnav_info > div, .departmentmenu > div, .buttonmenuparent, .buttonmenu.fixed, .content {
  /*max-width: 1500px;*/
  /*margin: 0 auto;*/
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
}
.content.addmargins {
  padding-left: auto;
  padding-right: auto;
  min-width: 320px;
}
@media (min-width:768px) {
  .content.addmargins {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .container-fluid, header > div > div, footer > div, .subnav_info > div, .departmentmenu > div, .buttonmenuparent, .buttonmenu.fixed, .content {
    /*max-width: 1600px;*/
    /*
		margin-left: 5%;
		margin-right: 5%;
		*/
    margin-left: 0px;
    margin-right: 0px;
  }
  .content.addmargins {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (min-width: 1400px) {
  .container-fluid, header > div > div, footer > div, .subnav_info > div, .departmentmenu > div, .buttonmenuparent, .buttonmenu.fixed, .content {
    /*max-width: 1600px;*/
    /*
		margin-left: 8%;
		margin-right: 8%;
		*/
  }
  .content.addmargins {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (min-width: 1600px) {
  .container-fluid, header > div > div, footer > div, .subnav_info > div, .departmentmenu > div, .buttonmenuparent, .buttonmenu.fixed, .content {
    /*
		max-width: 1600px;
		margin-left: auto;
		margin-right: auto;
		*/
    /*
		margin-left: 10%;
		margin-right: 10%;
		*/
  }
  .content.addmargins {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1900px) {
  .container-fluid, header > div > div, footer > div, .subnav_info > div, .departmentmenu > div, .buttonmenuparent, .buttonmenu.fixed, .content {
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
  .content.addmargins {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-top: 30px; */
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
p.primarycolor, p.primarycolor a, h4.primarycolor, h4.primarycolor a {
  color: #2c5dab;
}
p.altcolor, p.altcolor a, h4.altcolor, h4.altcolor a {
  color: #0b793d;
}
p.altcolor a {
  text-decoration: underline;
}
.btn-default, .btn-primary {
  color: #FFF;
  background-color: #2c5dab;
}
.btn-default:hover, .btn-default:focus, .btn-primary:hover, .btn-primary:focus {
  color: #FFF;
  background-color: #4167b1;
  text-decoration: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #4167b1;
  border-color: #ccc;
}
.btn-default.altcolor {
  background-color: #0b793d;
}
.btn-default.altcolor:hover, .btn-default.altcolor:focus {
  background-color: #076e37;
}
.btn-default.altcolor.disabled.focus, .btn-default.altcolor.disabled:focus, .btn-default.altcolor.disabled:hover, .btn-default.altcolor[disabled].focus, .btn-default.altcolor[disabled]:focus, .btn-default.altcolor[disabled]:hover, fieldset[disabled] .btn-default.altcolor.focus, fieldset[disabled] .btn-default.altcolor:focus, fieldset[disabled] .btn-default.altcolor:hover {
  background-color: #076e37;
}
.btn.image, .btn.noimage {
  white-space: normal;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1em;
  height: 75px;
  line-height: 61px;
  font-size: 18px;
}
.btn.image {
  background-image: url("/images/spacer.gif");
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 48px 48px;
  padding-left: 78px;
  text-align: left;
}
.btn.image span, .btn.noimage span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
.panel-body > :last-child {
  margin-bottom: 0;
}
.row > .panel-group:not(:last-child) {
  margin-bottom: 5px;
}
.panel-heading {
  overflow: auto;
  padding: 0;
}
.panel-title > h2 {
  margin-top: 0;
}
.panel-heading a {
  color: #FFF;
  display: block;
  padding: 10px 15px;
}
.mainpanels > .panel {
  margin-bottom: 1em;
}
.mainpanels > .panel > .panel-heading h2, .mainpanels > .panel > .panel-heading h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.mainpanels > .panel > .panel-heading {
  padding: 10px 15px;
}
.mainpanels > .panel > .panel-heading a {
  /*display: inline;*/
  padding: 0;
}
.xxpanel-heading a[data-toggle="collapse"]:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e080"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.xxpanel-heading a[data-toggle="collapse"][aria-expanded="true"]:after {
  /* symbol for "collapsed" panels */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
  content: "\e113"; /* adjust as needed, taken from bootstrap.css */
  float: right; /* adjust as needed */
  color: grey; /* adjust as needed */
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\e114"; /* adjust as needed, taken from bootstrap.css */
}
.panel-primary {
    border-color: #2c5dab;
}
.panel-primary > .panel-heading {
  color: #FFF;
  background-color: #2c5dab;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #2c5dab;
}
.panel-primary > .panel-heading a[data-toggle="collapse"]:after {
  color: #FFF; /* adjust as needed */
}
.panel-primary.gray {
    border-color: #e7e7e7;
}
.panel-primary.gray > .panel-heading {
  color: #000;
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.03);
	border-bottom: none;
}
.panel-primary.gray>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #F5F5F5;
  	border-top-color: rgba(0, 0, 0, 0.03);
}
.panel-primary.gray > .panel-heading a[data-toggle="collapse"]:after {
  color: #000; /* adjust as needed */
}
.panel-primary.gray .panel-heading a {
  color: #000;
}

.panel-primary.white {
  border-color: #c4c6c6;
}
.panel-primary.white > .panel-heading {
  color: #000;
  background-color: #FFF;
  border-bottom: none;
}
.panel-primary.white > .panel-heading a[data-toggle="collapse"]:after {
  color: #000; /* adjust as needed */
}
.panel-primary.white .panel-heading a {
  color: #000;
}
@media (min-width:768px) {
  .two-columns {
    column-count: 2;
  }
}
.checkbox label, .radio label {
  margin-left: 20px;
}
label + .checkbox, label + .radio {
  margin-top: 0;
}
legend.control-label {
  font-size: 1em;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  border-bottom: none;
}
legend.control-label span.instructions, .form-group > label span.instructions {
  font-weight: 400;
}
/* Make sibling checkboxes and radio buttons not be bold */
legend.control-label ~ label {
  font-weight: 400;
}
.form-horizontal legend.control-label {
  margin-bottom: 0;
  font-size: inherit;
  color: inherit;
  border-bottom: none;
  font-weight: 700;
  padding-top: 0;
  text-align: left;
}
.form-inline legend.control-label {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-bottom: 0;
}
.form-inline .checkbox-inline, .form-inline .radio-inline {
  margin-left: 10px;
}
.form-horizontal legend.control-label {}
.has-error legend.control-label {
  color: #a94442;
}
.has-success legend.control-label {
  color: #0b793d;
}
legend.control-label ~ .radio {
  margin-left: 20px;
}
legend.control-label + .radio {
  margin-top: 0;
}
fieldset .checkbox-inline, fieldset .radio-inline {
  margin-right: 10px;
  margin-left: 0;
}
fieldset .checkbox-inline + .checkbox-inline, fieldset .radio-inline + .radio-inline {
  margin-left: 0;
}
fieldset .checkbox-inline label, fieldset .radio-inline label {
  font-weight: 400;
}
div.disabled label, label.disabled {
  color: #ccc;
}
.checkbox.other .form-group.form-inline label {
  padding-left: 0;
  margin-left: 0;
}
.checkbox.other .otherfields {
  padding-left: 45px;
}
.alert-danger {
  color: #a94442;
  background-color: #FFCCCC;
  border-color: #a94442;
}
@media (min-width:768px) {
  .checkbox.other {
    margin-top: -1px;
  }
  .checkbox.other .otherfields {
    display: inline-block;
    vertical-align: top;
    margin-top: -4px;
    padding-left: 5px;
  }
  .checkbox.other .otherfields .form-group {
    margin-bottom: 4px;
  }
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive-9by16 {
  padding-bottom: 177.78%;
}
.form-required, span.required {
  color: #a94442;
}
.form-instructions {
  font-size: 90%;
}
.modal-header {
  background-color: #0b793d;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.modal-header h4 {
  color: #FFF;
}
.modal-header .close {
  color: #FFF;
  text-shadow: none;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
}
.modal-header .close:hover, .modal-header .close:focus {
  color: #FFF !important;
  filter: alpha(opacity=50) !important;
  opacity: .5 !important;
}
header {
  width: 100%;
  display: block;
  min-height: 52px;
  padding: 0px 0px 0px 0px;
  background-color: #FFF;
  position: fixed;
  z-index: 20;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
header > div > div {
  padding-right: 15px;
  padding-left: 15px;
}
header + * {
  margin-top: 0px;
}
header .header {
  position: relative;
}
header .topmenu {
  /*background-color: #D5D7D9;*/
  background-color: #F2F2F2;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}
header .topmenu .smallfont {
  font-size: 14px;
  padding-right: 2px;
}
header .topmenu .mediumfont {
  font-size: 18px !important;
  padding-left: 2px;
  padding-right: 2px;
}
header .topmenu .largefont {
  font-size: 22px !important;
  padding-left: 2px;
}
header .menubar {
  background-color: #2c5dab;
}
header .menubar > div > div {
  height: 44px;
  /*padding-top: 2px;*/
  display: table;
  width: 100%;
}
header .search {
  display: none;
  clear: both;
  padding-bottom: 5px;
  margin-right: 8px;
  margin-left: 8px;
}
header .social-icons {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  display: none;
}
#google_translate_element {
  clear: right;
  padding-bottom: 0px;
  padding-top: 10px;
  float: right;
  margin-right: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #0b793d;
  text-transform: uppercase;
}
.goog-te-gadget {
  font-family: inherit !important;
  font-size: 14px !important;
  color: #0b793d !important;
}
.goog-te-gadget-simple {
  border: none !important;
}
.goog-te-menu-value {
  display: none;
}
@media only screen and (min-width: 927px) {
  header .social-icons {
    display: block;
  }
}
.showsearch header .search {
  display: block;
}
header .search .input-group {
  margin-bottom: 0;
}
header .bigmegamenu {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
}
.navbar-nav {
  display: none;
  /*position: absolute;*/
  /*right: 0px;	*/
}
.searchheader {
  display: none;
  position: absolute;
  right: 15px;
  top: 0px;
}
.topmenusearch {
  float: right;
  width: 118px;
  height: 47px;
  position: relative;
  margin: 0px 0px 0px 0px;
}
.topmenusearch .callusicon {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch input {
  width: 100%;
  position: relative;
  float: right;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  padding: 0;
  margin: 0;
  text-indent: 15px;
  height: 47px;
  z-index: 2;
  outline: none;
  color: #ccc;
  background-color: #FFF;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch input:focus, .topmenusearch input:hover {
  color: #424242; /*#fff;*/
  width: 250px;
  background-color: #FFF; /*#181818;*/
}
.topmenusearch input:focus ~ .btnstyle, .topmenusearch input:hover ~ .btnstyle {
  background-color: #f0b21c !important;
  color: #fff;
  opacity: 0.9;
}
.topmenusearch input:focus ~ .btnstyle .fa {
  color: #fff;
}
.topmenusearch input:focus ~ .callusicon {
  opacity: 1;
  z-index: 3;
  color: #FFFFFF;
}
.topmenusearch .btnstyle {
  top: 0px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  line-height: 30px;
  /*	z-index: 1;*/
  cursor: pointer;
  opacity: 0.3;
  color: #fff;
  z-index: 1000;
  background-color: #f0b21c;
  border: solid 0px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.topmenusearch .btnstyle .fa {
  line-height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.topmenusearch .btnstyle:hover {
  background-color: #f0b21c;
  opacity: 0.9;
}
.dropdown-menu {
  background-color: #EBEBEB;
  border-color: #747678;
  z-index: 19;
  font-size: inherit;
}
.departmentmenu {
  background-color: #0b793d;
  padding-top: 6px;
  padding-bottom: 6px;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
}
.departmentmenu .navbar-nav {
  text-align: left;
  margin: 0 auto 0 auto;
  width: 100%;
  display: table;
  padding: 0px;
}
.departmentmenu .navbar-nav > li {
  display: table-cell;
  float: none;
}
.departmentmenu .navbar-nav > li > a {
  z-index: 2;
  font-size: 14px;
}
.departmentmenu .navbar-nav > li > a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
}
.departmentmenu .navbar-nav > li.dropdown > a {
  /* padding-right: 24px !important; */
  padding-left: 24px;
}
.departmentmenu .navbar-nav > li > a .arrow {
  display: block;
  float: left;
}
.departmentmenu li a .arrow:after {
  /*border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #b3b3b3;*/
  border: none;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #f0b21c;
  left: 10px;
  font-size: 120%;
  position: absolute;
}
.departmentmenu .navbar-nav > li > .arrow::after {
  top: 0px;
}
.departmentmenu .navbar-nav > li > a:hover, .departmentmenu .navbar-nav > li > a:focus {
  color: #f0b21c;
  background-color: transparent;
}
.buttonmenuparent {
  /*margin-bottom: 1em;*/
  height: 60px;
  padding-left: 3px;
  padding-right: 3px;
}
.buttonmenu {
  padding-bottom: 10px;
}
.buttonmenu .navbar-nav {
  text-align: left;
  margin: 0 auto 0 auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 0px;
  float: none;
}
.buttonmenu .navbar-nav > li {
  display: table-cell;
  float: none;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  vertical-align: middle;
}
.buttonmenu.threewide .navbar-nav, .buttonmenu.fourwide .navbar-nav, .buttonmenu.fivewide .navbar-nav, .buttonmenu.sixwide .navbar-nav {
  width: 100%;
}
.buttonmenu.threewide .navbar-nav > li {
  width: 33.33%;
}
.buttonmenu.fourwide .navbar-nav > li {
  width: 25%;
}
.buttonmenu.fivewide .navbar-nav > li {
  width: 20%;
}
.buttonmenu.sixwide .navbar-nav > li {
  width: 16.66%;
}
.buttonmenu .navbar-nav > li:first-child {
  /*border-left: none;*/
}
.buttonmenu .navbar-nav > li:last-child {
  /*border-right: none;*/
}
.buttonmenu .navbar-nav > li:last-child > ul {
  left: auto;
  right: 0;
}
.buttonmenu .navbar-nav > li > a {
  background-color: #2c5dab;
  padding: 10px;
  border-radius: 4px;
  z-index: 2;
  font-size: 14px;
  color: #FFF;
  font-weight: bold;
  /*text-transform: uppercase;*/
  text-align: center;
  /* height: 100%; */
}
.buttonmenu.altcolor .navbar-nav > li > a {
  background-color: #0b793d;
}
.buttonmenu .navbar-nav > li.dropdown > a {
  /* padding-right: 24px !important; */
  padding-left: 24px;
}
.buttonmenu .navbar-nav > li > a .arrow {
  display: block;
  /* float: left; */
  top: 50%;
  position: absolute;
  left: 0px;
}
.buttonmenu li a .arrow:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #f0b21c;
  left: 10px;
  font-size: 120%;
  position: absolute;
  top: -10px;
}
.buttonmenu .navbar-nav > li > .arrow::after {
  top: 0px;
}
.buttonmenu .navbar-nav > li > a:hover, .buttonmenu .navbar-nav > li > a:focus {
  color: #f0b21c;
  background-color: #2c5dab;
}
.buttonmenu.altcolor .navbar-nav > li > a:hover, .buttonmenu.altcolor .navbar-nav > li > a:focus {
  background-color: #0b793d;
}
.disabledlink {
  cursor: default;
  pointer-events: none;
  color: inherit;
}
.divider {
  height: 50px;
  clear: both;
}
.divider.medium {
  height: 35px;
}
.divider.small {
  height: 20px;
}
.paralax {
  /*height:500px;*/
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -moz-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 22px 22px -22px rgba(0, 0, 0, 0.8) inset, 0 -22px 22px -22px rgba(0, 0, 0, 0.6) inset;
}
@media only screen and (min-width: 992px) {
  .paralax {
    /*background-position: 50% 0px;*/
    /*background-attachment: fixed;*/
  }
}
/* row */
.home_top_row {
  margin-right: -15px;
  margin-left: -15px;
}
.home_top_row > .home_top_row_search, .home_top_row > .home_top_row_info {
  text-align: center;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.home_top_row > .home_top_row_info {
  display: none;
  color: #FFF;
  font-weight: bold;
  font-size: 2em;
  width: auto;
  height: auto; /* width/height so IE7 and lower will work */
  filter: glow(color=black, strength=1);
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.home_top_row > .home_top_row_info a {
  text-decoration: none;
}
.home_top_row.additional_info > .home_top_row_info {
  display: block;
}
@media (min-width: 768px) {
  .home_top_row.additional_info {
    display: table;
  }
  /*col-sm-8 col-sm-offset-2*/
  .home_top_row > .home_top_row_search {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .home_top_row.additional_info > .home_top_row_search {
    width: 50%;
    display: table-cell;
  }
  .home_top_row > .home_top_row_info {}
  .home_top_row.additional_info > .home_top_row_info {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
  }
}
.home_box {
  /*border: solid #FFF 3px;*/
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}
.home_search {
  background: rgba(255, 255, 255, 0.5);
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .home_search {
    background: rgba(255, 255, 255, 0.5);
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}
footer {
  width: 100%;
  display: block;
  background-color: #2c5dab;
  /*color: white;*/
}
footer > div {
  padding-right: 15px;
  padding-left: 15px;
}
footer a {
  /*color: white;*/
}
/*footer a:focus, footer a:hover {
	color: #f0b21c;
}*/
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  /*color: white;*/
}
.logo {
  display: none; /* !important;*/
  padding: 0px 0px;
  margin: 0;
  margin-top: -15px;
  float: left;
  max-width: 600px;
}
.logo a {
  z-index: 2;
  position: relative;
}
.logo img {
  max-width: 100%;
}
.logo img.scrolled {
  display: none;
  /*margin-bottom: 5px;*/
}
.megamenu {
  background-color: #EBEBEB;
  border-color: #747678;
  font-size: 15px;
  /*font-size: 14px;*/
}
body.fontsize1 .megamenu {
  font-size: 18px;
}
body.fontsize2 .megamenu {
  font-size: 22px;
}
.megamenu .link-list li {}
.megamenu .link-list li a {
  white-space: normal;
  background: transparent !important;
  /*    color: #666666 !important;*/
  background-color: transparent;
  color: #000 !important;
}
.megamenu .link-list li.title {
  font-size: 18px;
  color: #0b793d;
  border-bottom-color: #0b793d;
  font-weight: bold;
  height: auto;
  white-space: normal;
}
.megamenu .link-list li.title a {
  color: #0b793d !important;
  padding: 0;
  /*font-size: 18px;*/
  line-height: 1.42857143;
  /*text-decoration: underline;*/
}
.megamenu .link-list li.title a:focus, .megamenu .link-list li.title a:hover {
  color: #2c5dab !important;
  text-decoration: underline;
}
.megamenu #mc_embed_signup {
  margin-bottom: 15px;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  color: #6B0505 !important;
  padding: 0 !important;
}
@media (min-width: 768px) {
  .megamenu #mc_embed_signup {
    margin-left: 0;
    margin-right: 0;
  }
}
iframe#mailchimp {
  border: 0;
  width: 100%;
  overflow: auto;
  height: 14em;
}
.megamenu #mc_embed_signup label {
  text-align: left;
}
body.fontsize1 .megamenu .link-list li.title {
  font-size: 20px;
  height: 41px;
}
body.fontsize2 .megamenu .link-list li.title {
  font-size: 24px;
  height: 45px;
}
@media (min-width: 768px) {
  .first-sub {
    padding-left: 0;
  }
  .last-sub {
    padding-right: 0;
  }
}
.hometext {
  display: inline;
}
.addmargins {
  width: 100%;
  margin: 0;
}
.content {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
}
.content h3, .content .h3 {
  border-top: #0b793d solid 3px;
  padding-top: 5px;
}
.content img, .content figure {
  max-width: 100%;
  margin-top: 0;
  height: auto;
}
.content img.fullwidth, .content figure.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}
.content img.centered, .content figure.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content img.right, .content figure.right, .content div.rightfloat, .content img[align="right"], .content img[style*="float:right"], .content figure[style*="float:right"], .content img[style*="float: right"], .content figure[style*="float: right"] {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  max-width: 50%;
  height: auto;
}
.content img.left, .content figure.left, .content div.leftfloat, .content img[align="left"], .content img[style*="float:left"], .content figure[style*="float:left"], .content img[style*="float: left"], .content figure[style*="float: left"] {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  max-width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  .content img.center-xs, .content figure.center-xs, .content div.center-xs {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .content img.center-sm, .content figure.center-sm, .content div.center-sm {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto;
  }
}
.content figure > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.content figure figcaption {
  text-align: center;
  font-size: 80%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.content figure.border figcaption {
  padding-left: 5px;
  padding-right: 5px;
}
.content > div, .subcontent {
  /*position: relative;*/
  margin-right: -15px;
  margin-left: -15px;
}
.content > div::after, .subcontent::after {
  clear: both;
}
.content > div::after, .content > div::before, .subcontent::after, .subcontent::before {
  display: table;
  content: " ";
}
.content > div > .title, .content > div > .marquee {
  position: relative;
  min-height: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 0;
  width: 100%;
}
.content > div > .marquee {
  padding-bottom: 10px;
}
.content > div > .left, .content > div > .main, .content > div > .right, .subcontent > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  float: left;
}
.content > div > .left, .content > div > .main, .content > div > .right {
  padding-bottom: 30px;
}
.content > :first-child, .content > .row > div > :first-child, .content > div > .title > :first-child, .content > div > .marquee > :first-child, .content > div > .left > :first-child, .content > div > .main > :first-child, .content > div > .main > .row > div > :first-child, .content > div > .main > .row > div > .row > div > :first-child, .content > div > .main > .row > div > .right > :first-child, .content > div > .right > :first-child, .content .content_box > :first-child, .content .application_box > :first-child, .content .panel-body > :first-child, .content > div > .main > .newsitem > :first-child, .content > div > .main > .row > div > .newsitem > :first-child, .subcontent > div > :first-child, .subcontent > div > .right > :first-child {
  margin-top: 0;
}
.content .content_box > :last-child, .content .application_box > :last-child {
  margin-bottom: 0;
}
.content > div > .title > h1, .content > div > .marquee > h1, .content > div > .main > h1, .content > div > .title > h1 + h2, .content > div > .marquee > h1 + h2, .content > div > .main > h1 + h2 {
  margin-top: 0;
}
.departmentlogo {
  float: right;
  max-width: 33% !important;
  height: auto;
  margin-bottom: 1em;
  margin-left: 10px;
}
.pageicons {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .pageicons {
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.question, .answer {
  margin-left: 2em;
}
.question {
  font-weight: bold;
}
.question .qora, .answer .qora {
  display: block;
  float: left;
  width: 2em;
  margin-left: -2em;
  font-weight: bold;
}
/*.content > div > .marquee {
  padding-bottom: 0px;
}*/
.content:not(.showleft) > div > .left, .content:not(.showright) > div > .right {
  display: none;
}
.section_background {
  /*background-color:#D5D7D9;*/
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.03);
  padding-top: 15px;
}
/*.section_background .content h3 {*/
/*  border-top-color: #000000;*/
/*}*/
.sideframe, .sidepanel {
  /*color: #FFF;*/
  /*background-color: #f5f5f5;*/
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0.01em 0px;
  border: solid #c4c6c6 1px;
  /*margin: 20px 0;*/
  /*box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);*/
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.sidepanel {
  padding-left: 15px;
  padding-right: 15px;
}
.sidepanel h3, .sidepanel h4 {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 18px;
  color: #2c5dab;
  border-bottom-color: #0b793d;
  border-top: none;
  font-weight: bold;
  border-bottom-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 6px;
  padding-bottom: 5px;
  white-space: normal;
}
.sidepanel h3:first-child, .sidepanel h4:first-child {
  margin-top: 0;
}
.sidepanel h3 img.icon, .sidepanel h4 img.icon {
  float: right;
  vertical-align: middle;
}
.sidepanel h3 ~ h4 {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  color: #2c5dab;
  border-bottom: none;
  border-top: none;
  font-weight: bold;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.sidepanel h5 {
  font-size: 18px;
  color: #2c5dab;
  font-weight: bold;
}
.leftnav {
  font-size: 16px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.leftnav .navbar-default {
/*
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.03);
*/
  /*
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	overflow: hidden;
	*/
}
/*.leftnav ul {
	padding-left: 10px;
}
.leftnav > ul {
	padding-left: 0px;
}

.leftnav .section > ul {
	padding-left: 0px;
}
*/
/*.leftnav .section > div,*/
.leftnav .dropdown-header {
  font-size: 18px;
  color: #2c5dab;
  border-bottom-color: #0b793d;
  font-weight: bold;
  border-bottom-style: solid;
  padding: 0;
  /*
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 2px;
	*/
  white-space: normal;
}
.leftnav .nav > li.dropdown-header a {
  /*
	padding: 0;
	*/
  border-bottom: none;
}
.leftnav .nav a.selected {
  font-weight: bold;
}
/*.leftnav > .nav > li > a {
	margin-left: -10px;
}*/
.caret-right:after {
  content: "\f0da";
  font-family: FontAwesome;
  color: #f0b21c;
  font-size: 120%;
  right: 10px;
  top: 5px;
  position: absolute;
}
/* Show leftnav on mobile */
@media (max-width: 767px) {
  .leftnav .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .leftnav .navbar-nav {
    margin: 0px 0px;
  }
  .leftnav .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2c5dab;
  }
  .wsmenu-click i {
    color: rgba(255, 255, 255, 1);
  }
}
/*@media only screen and (max-width:991px) {*/
.leftnav .caret-right:after {
  content: "\f0d7";
  /*
		 content: "\f067";
		 right: auto;
		 position: relative;
		 float: left;
		 margin-right:5px;
		 top: 1px;
		*/
}
.leftnav .open > a > .caret-right:after {
  content: "\f0d8";
  /*
		 content: "\f068";
		 */
}
.leftnav .dropdown-menu {
  position: relative;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  z-index: 0;
  border: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.leftnav .dropdown-menu > li > a {
  white-space: normal;
}
.leftnav .open > a {
  font-weight: bold;
}
.leftnav .open .dropdown-menu {
  /*background-color: transparent;*/
  background-color: #fff;
}
.leftnav .dropdown-submenu .dropdown-menu > li > a {
  padding-left: 40px;
}
.leftnav .dropdown-submenu .dropdown-submenu .dropdown-menu > li > a {
  padding-left: 60px;
}
/*}*/
.leftnav .nav li > a {
  border-top: #747678 solid 1px;
}
.leftnav .nav li:first-child > a {
  border-top: none !important;
}
/*
.leftnav .nav > li > a {
	  padding-top: 5px;
	  padding-bottom: 5px;
}

*/
.leftnav .nav .dropdown-toggle:focus {
  /* outline: 0; */
  outline: 5px auto -webkit-focus-ring-color;
}
.leftnav .nav li > a:focus, .leftnav .nav li > a:hover {
  color: #0b793d !important;
  /*background-color: #ccc;*/
}
.leftnav .nav li > a:hover {
  background-color: #ddd !important;
}
.leftnav .navbar-default .navbar-nav > .open > a /*, 
.leftnav .navbar-default .navbar-nav>.open>a:focus, 
.leftnav .navbar-default .navbar-nav>.open>a:hover*/ {
  color: #0b793d;
  background-color: #e7e7e7;
}
/*
.leftnav a > .arrow::after {
    content: "\f0d7";
	 font-family: FontAwesome;
    float: right;
}
.leftnav a[aria-expanded='true'] {
  color: #0b793d;
}
.leftnav a[aria-expanded='true'] > .arrow::after {
    content: "\f0d8";
}
*/
.leftnav .navbar-nav {
  display: block;
}
.leftnav .navbar {
  margin-bottom: 0px;
}
.leftnav ul.navbar-nav {
  padding-left: 0px;
}
.leftnav .navbar .navbar-collapse {
  padding: 0;
  max-height: none;
  border: none;
}
.leftnav .navbar ul {
  float: none;
}
.leftnav .navbar ul:not {
  display: block;
}
.leftnav .navbar li {
  float: none;
  display: block;
}
.leftnav .navbar li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.leftnav .dropdown-menu {
  padding: 0;
}
.leftnav .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leftnav .navbar-default .navbar-nav li a {
  position: relative;
  line-height: 20px;
  color: #2c5dab;
}
.leftnav .dropdown-submenu-nopopup {}
.leftnav li.dropdown-submenu-nopopup > a {
  /*font-weight:bold;*/
  cursor: default;
  color: #2c5dab;
  text-decoration: none;
}
.leftnav li.dropdown-submenu-nopopup > span {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 5px 15px;
  border-top: #747678 solid 1px;
}
.leftnav .nav li.dropdown-submenu-nopopup > a:focus, .leftnav .nav li.dropdown-submenu-nopopup > a:hover {
  color: #2c5dab !important;
}
.leftnav .dropdown-menu-nopopup {}
.leftnav .nav .dropdown-menu-nopopup > li > a {
  display: block;
  border-top: none;
  padding-top: 0px;
  text-decoration: none;
}
@media only screen and (min-width:22992px) {
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-toggle {
    padding-right: 20px;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 3px;
    left: 95%;
    margin-top: -1px;
    margin-left: -1px;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover > a:after {
    border-left-color: #fff;
  }
  .dropdown-submenu.pull-left {
    float: none;
  }
  .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
  }
}
.linklist ul {
  padding-left: 30px;
  text-indent: -30px;
  margin-bottom: 0;
}
.linklist li {
  list-style: none;
}
@media (min-width: 768px) {
  .showmobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .leftnav {
    /*display: none;*/
  }
  .hidemobile {
    display: none;
  }
}
.dark_background {
  color: white;
}
.dark_background a {
  color: white;
}
.dark_background a:focus, .dark_background a:hover {
  color: #f0b21c;
}
.dark_background h1, .dark_background h2, .dark_background h3, .dark_background h4, .dark_background h5, .dark_background h6 {
  color: white;
  border-top-color: white;
}
.dark_background .content h3 {
  border-top-color: #FFF;
}
.topmenu .navbar-nav > li > a {
  z-index: 2;
  font-size: 14px;
}
.wsmenu {
  background-color: #2c5dab !important;
  font-family: inherit;
}
.wsmenu-list > li > a, .topmenu .navbar-nav > li > a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 0px;
}
.wsmenu-list > li > a {
  line-height: 40px;
}
.wsmenu-list li:hover > a, .wsmenu-list > li > a:hover, .wsmenu-list > li > a.active, .wsmenu-submenu > li > a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
.wsmenu-list li a .arrow:after {
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid #b3b3b3;
  border: none;
  content: "\f0d7";
  font-family: FontAwesome;
  color: #f0b21c;
  left: 0px;
  font-size: 120%;
  position: absolute;
}
.wsmenu-list > li > a .arrow {
  float: left;
}
.wsmenu-list > li > a .arrow::after {
  /*top: 18px;*/
  top: 0px;
}
.bigmegamenu .wsmenu-list > li > a, .bigmegamenu .navbar-nav > li > a {
  color: #FFF;
}
.wsmenu .wsmenu-list > li > a:hover, .wsmenu wsmenu-list > li > a:focus, .wsmenu .wsmenu-list > li.active > a, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #f0b21c;
}
.wsmenu-list li a .arrow:after {
  border-top-color: #f0b21c;
}
.wsmenu-list li a:hover .arrow:after {
  border-top-color: #f0b21c;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .wsmenu-list li .megamenu a {
    white-space: normal !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-sub .wsmenu-submenu li a {
    height: auto;
  }
}
/* Stylesheet for Sphider-plus */
a.navdown {
  display: none;
}
a.navup {
  display: none;
}
.description ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mak_1 {
  font-weight: bold;
}
.mainlist { /*font-size: 10pt; font-weight:bold; margin-bottom: 1em;*/
}
#result_header {
  margin-bottom: 1em;
}
.resultlist { /*width: 100%; font-size: 10pt; font-weight: 300; line-height: 18px; */ margin-bottom: 1em;
}
.resultlist .title { /*font-size: 10pt; */ font-weight: bold; /*color: inherit;*/
}
.searchForm {
  padding: 4px;
  border: 1px solid #000;
  width: 50%; /*font-size: inherit; font-weight: 300; line-height: 22px;*/ margin-left: auto;
  margin-right: auto;
}
.searchBox {
  text-align: left; /*width: 100%; font-size: 10pt; color: #000080; */
}
#other_pages, #common_report { /*font-size: 10pt; */ font-weight: bold; /*margin-bottom: 1em; */
}
/*#query_t { width: 150px; }*/
.shadow {
  /*border: solid #CCC 1px;*/
  -webkit-box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px;
}
.rounded {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.small_rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
}
#alert marquee {
  color: #FFF;
  background-color: #E00;
  font-weight: bold;
  padding: 2px;
  display: block;
}
#alert > div {
  color: #FFF;
  background-color: #E00;
  font-weight: bold;
  padding: 2px;
  /*	overflow: hidden;
 	position: relative;
	height: 24px;
	*/
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
#alert > div > div {
  /*	display: block;
	width: 100%;
 	height: 100%;
	position: absolute;
	overflow: hidden;*/
  /*width: 100%;
 height: 100%;*/
  /*
 margin: 0;
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 -moz-animation: marquee 15s linear infinite;
 -webkit-animation: marquee 15s linear infinite;
 animation: marquee 15s linear infinite;
 */
}
/*
@-moz-keyframes marquee {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes marquee {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes marquee {
  0%   { 
 -moz-transform: translateX(100%); 
 -webkit-transform: translateX(100%);
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%);
 -webkit-transform: translateX(-100%);
 transform: translateX(-100%); 
 }
}
*/
#alert {
  /*	margin-right: -15px;
	margin-left: -15px;*/
}
.addthis_sharing_toolbox {
  text-align: center;
}
.btn-rss {
  color: #fff;
  background-color: #f26522;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
  background-color: #d3591e;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-rss:hover {
  color: #fff;
  background-color: #d3591e;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-rss:active, .btn-rss.active, .open > .dropdown-toggle.btn-rss {
  color: #fff;
  background-color: #d3591e;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-rss:active:hover, .btn-rss.active:hover, .open > .dropdown-toggle.btn-rss:hover, .btn-rss:active:focus, .btn-rss.active:focus, .open > .dropdown-toggle.btn-rss:focus, .btn-rss:active.focus, .btn-rss.active.focus, .open > .dropdown-toggle.btn-rss.focus {
  color: #fff;
  background-color: #b44b16;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-email {
  color: #fff;
  background-color: #585858;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-email:focus, .btn-email.focus {
  color: #fff;
  background-color: #4a4a4b;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-email:hover {
  color: #fff;
  background-color: #4a4a4b;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-email:active, .btn-email.active, .open > .dropdown-toggle.btn-email {
  color: #fff;
  background-color: #4a4a4b;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-email:active:hover, .btn-email.active:hover, .open > .dropdown-toggle.btn-email:hover, .btn-email:active:focus, .btn-email.active:focus, .open > .dropdown-toggle.btn-email:focus, .btn-email:active.focus, .btn-email.active.focus, .open > .dropdown-toggle.btn-email.focus {
  color: #fff;
  background-color: #393a3a;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-countygreen {
  color: #fff;
  background-color: #0b793d;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-countygreen:focus, .btn-countygreen.focus {
  color: #fff;
  background-color: #076e37;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-countygreen:hover {
  color: #fff;
  background-color: #076e37;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-countygreen:active, .btn-countygreen.active, .open > .dropdown-toggle.btn-countygreen {
  color: #fff;
  background-color: #076e37;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-countygreen:active:hover, .btn-countygreen.active:hover, .open > .dropdown-toggle.btn-countygreen:hover, .btn-countygreen:active:focus, .btn-countygreen.active:focus, .open > .dropdown-toggle.btn-countygreen:focus, .btn-countygreen:active.focus, .btn-countygreen.active.focus, .open > .dropdown-toggle.btn-countygreen.focus {
  color: #fff;
  background-color: #006330;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube {
  color: #fff;
  background-color: #DC2725;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube:hover, .btn-youtube:focus, .btn-youtube:active, .btn-youtube.active, .open > .dropdown-toggle.btn-youtube {
  color: #fff;
  background-color: #B21E1C;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube:active, .btn-youtube.active, .open > .dropdown-toggle.btn-youtube {
  background-image: none
}
.btn-youtube.disabled, .btn-youtube[disabled], fieldset[disabled] .btn-youtube, .btn-youtube.disabled:hover, .btn-youtube[disabled]:hover, fieldset[disabled] .btn-youtube:hover, .btn-youtube.disabled:focus, .btn-youtube[disabled]:focus, fieldset[disabled] .btn-youtube:focus, .btn-youtube.disabled:active, .btn-youtube[disabled]:active, fieldset[disabled] .btn-youtube:active, .btn-youtube.disabled.active, .btn-youtube[disabled].active, fieldset[disabled] .btn-youtube.active {
  background-color: #DC2725;
  border-color: rgba(0, 0, 0, 0.2)
}
.btn-youtube .badge {
  color: #DC2725;
  background-color: #fff
}
div.round-icon {
  background-color: #265DAB;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
div.round-icon img {
  margin: 10px;
  width: 30px;
  height: 30px;
}
div.round-icon-100 {
  background-color: ##265DAB;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
div.round-icon-100 img {
  margin: 20px;
  width: 60px;
  height: 60px;
}
div.round-icon-150 {
  background-color: ##265DAB;
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
div.round-icon-150 img {
  margin: 30px;
  width: 90px;
  height: 90px;
}
div.round-icon-200 {
  background-color: #265DAB;
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
div.round-icon-200 img {
  margin: 40px;
  width: 120px;
  height: 120px;
}
.iconlist > div {
  padding-bottom: 1em;
}
.newslist > div {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  overflow: hidden;
}
.newslist > p {
  padding-left: 15px;
  padding-right: 15px;
}
.newslist > div:first-child {
  padding-top: 0px;
}
.newslist > div:nth-child(even) {
  background: #DDD;
}
.newslist.nostripes > div {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  background: none;
}
.newslist > div .picture img {
  max-width: 90%;
  height: auto;
}
.newslist .posted {
  font-size: 90%;
  font-style: italic;
}
.newslist > div > div {
  position: relative;
  min-height: 1px;
  /*padding-right: 15px;
    padding-left: 15px;*/
}
.hottopics .newslist .text {
   display: none;
}
.hottopics .newslist .picture {
   margin-bottom: 0 !important;
}
.newsitem .picture {
  text-align: center;
  padding-right: 15px;
}
.newsitem .picture img {
  max-width: 100%;
  height: auto;
}
  .newslist.announcements > div .picture {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
  }
  .newslist.announcements > div .text {
    float: none;
    width: 100%;
    text-align: center;
  }

@media (min-width: 768px) {
  .newslist > div .picture {
    float: left;
    width: 20%;
    text-align: center;
  }
  .newslist > div .text {
    float: left;
    width: 80%;
  }
}
.newslist.twocol > div, .newslist.fourcol > div, .newslist.threecol > div {
  clear: none;
  padding-top: 10px !important;
  background-color: transparent !important;
}
.newslist.twocol > div:nth-child(odd), .newslist.fourcol > div:nth-child(odd), .newslist.threecol > div:nth-child(odd) {
  clear: left;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .newslist.twocol > div, .newslist.fourcol > div, .newslist.threecol > div {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .newslist.fourcol > div {
    width: 25%;
  }
  .newslist.threecol > div {
    width: 33.33333333%;
  }
  .newslist.fourcol > div:nth-child(odd), .newslist.threecol > div:nth-child(odd) {
    clear: none;
  }
  .newslist.fourcol > div:nth-child(4n+1), .newslist.threecol > div:nth-child(3n+1) {
    clear: left;
  }
}
.electionstatus {
  font-weight: bold;
  color: #0b793d;
}
@media (max-width: 767px) {
  .clear-xs {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .clear-sm {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .clear-md {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .clear-lg {
    clear: both;
  }
}
@media only screen and (min-width: 768px) {
  .content > div > .left {
    width: 100%;
  }
  .content > div > .main {
    width: 100%;
  }
  .content.showright > div > .main {
    width: 66.66666667%;
  }
  .content > div > .right {
    width: 33.33333333%;
  }
  .subcontent > .submain {
    width: 66.66666667%;
    width: calc(100% - max(33.33333333%, 300px));
  }
  .subcontent > .subright {
    width: 33.33333333%;
    width: max(33.33333333%, 300px);
  }
}
@media only screen and (min-width: 992px) {
  .content > div > .left {
    width: 25%;
    right: 75%;
    /*position: absolute;
		top: 0px;*/
  }
  .content > div > .main {
    width: 100%;
    left: 0%;
  }
  /*.content.showleft > div > .title {
		width: 75%;
		left: 25%;
	}*/
  .content.showleft > div > .main {
    width: 75%;
    left: 25%;
  }
  .content.showright > div > .main {
    width: 75%;
  }
  .content.showleft.showright > div > .main {
    width: 50%;
    left: 25%;
  }
  .content > div > .right {
    width: 25%;
    /*-left: 25%;*/
  }
  .content.showleft > div > .right {
    left: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .content > div > .left {
    width: 20%;
    right: 80%;
    /*position: absolute;
		top: 0px;*/
  }
  .content > div > .main {
    width: 100%;
    left: 0%;
  }
  /*.content.showleft > div > .title {
		width: 80%;
		left: 20%;
	}*/
  .content.showleft > div > .main {
    width: 80%;
    left: 20%;
  }
  .content.showright > div > .main {
    width: 80%;
  }
  .content.showleft.showright > div > .main {
    width: 60%;
    left: 20%;
  }
  .content > div > .right {
    width: 20%;
    /*-left: 20%;*/
  }
  .content.showleft > div > .right {
    left: 20%;
  }
  .subcontent > .submain {
    width: 75%;
    width: calc(100% - max(25%, 300px));
  }
  .subcontent > .subright {
    width: 25%;
    width: max(25%, 300px);
  }
}
@media only screen and (max-width:767px) {
  header {
    box-shadow: none !important;
    background-image: none !important;
    position: static !important;
    min-height: 0;
    padding: 0;
    /*display: none;*/
  }
  header .search, header .topmenu, header .alert {
    display: none !important;
  }
  header .bigmegamenu {
    position: static !important;
  }
  header .menubar > div > div {
    height: 0px;
  }
  .smallogo {
    background: #FFF;
    filter: none;
  }
  .wsmobileheader {
    z-index: 20;
    height: 53px;
  }
  .showsearch .wsmobileheader {
    height: 92px;
  }
  .showsearch .wsmobileheader .smallogo {
    height: 92px;
  }
  .smallogo img {
    /*width: 200px;*/
    /*height: 40px;
	width: auto;*/
    width: 310px;
    max-width: 70%;
    height: auto;
  }
  .smallogo .search {
    display: none;
    clear: both;
    padding-bottom: 5px;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .showsearch .wsmobileheader .smallogo .search {
    display: block;
  }
  .smallogo .search .input-group {
    margin-bottom: 0;
  }
  .linktarget {
    margin-top: -68px;
    padding-top: 68px;
  }
  .animated-arrow span, .animated-arrow span::before, .animated-arrow span::after {
    background: #0b793d;
  }
  .callusicon {
    color: #0b793d;
  }
  .callusicon:focus, .callusicon:hover {
    color: #609260 !important;
  }
  .wsmenucontainer {
    min-width: 100%;
  }
  .topmenusearch {
    width: 100%;
    height: 44px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
  }
  .topmenusearch input:focus {
    width: 100%;
    background-color: #F5F5F5;
    color: #000;
  }
  .topmenusearch input:hover {
    width: 100%;
    background-color: #F5F5F5;
    color: #000;
  }
  .topmenusearch input {
    border-radius: 0px !important;
    height: 44px;
    background-color: #f1f1f1;
  }
  .topmenusearch .btnstyle {
    height: 44px;
    color: #424242;
  }
  .megamenu ul li.title {
    font-weight: bold;
  }
  .megamenu > ul > li.title > a {
    line-height: 26px !important;
    font-size: 16px !important;
    padding: 0 !important;
  }
  #google_translate_element {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header + * {
    margin-top: 152px;
  }
  .showsearch header + * {
    margin-top: 180px;
  }
  .showalert header + * {
    margin-top: 180px;
  }
  .showalert.showsearch header + * {
    margin-top: 219px;
  }
  .buttonmenuparentwrap.fixed {
    width: 100%;
    position: fixed;
    top: 94px;
    z-index: 19;
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    background: rgba(255, 255, 255, 100);
  }
  .showsearch .buttonmenuparentwrap.fixed {
    top: 133px;
  }
  .buttonmenuparentwrap.fixed .buttonmenuparent {
    margin-bottom: 0;
  }
  .inlinebuttonmenuparent {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 94px;
    background: rgb(255, 255, 255);
    /*margin-top: -10px;*/
    padding-top: 10px;
    /*padding-bottom: 10px;*/
    z-index: 18;
    margin-left: -10px;
    margin-right: -10px;
  }
  .inlinebuttonmenuparent + .inlinebuttonmenuparent {
    top: 144px;
    margin-top: -10px;
  }
  .showsearch .inlinebuttonmenuparent.fixed {
    top: 133px;
  }
  .logo {
    display: block;
    padding-bottom: 5px;
  }
  .wsmenu {
    float: none;
    width: 100%;
    font-size: 14px /* !important*/ ;
    position: relative;
  }
  .wsmenu-list > li {
    text-align: left;
  }
  .wsmenu-list > li.rightmenu {
    display: none;
  }
}
/* Non standard break point.  Point that top menu wraps below header. */
@media only screen and (min-width: 1123px) {
  .showsearch header + * {
    margin-top: 152px;
  }
  .showalert.showsearch header + * {
    margin-top: 180px;
  }
  header:not(.shrink) .search {
    clear: right;
    padding-bottom: 0px;
    padding-top: 5px;
    width: 40%;
    float: right;
    margin-right: 8px;
  }
  .showsearch header:not(.shrink) #google_translate_element {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .wsmenu-list > li.has_submenu > a {
    /*padding-right: 24px !important;*/
    padding-left: 24px;
  }
  .wsmenu-list > li > a {
    /*white-space: nowrap;*/
    /*line-height: 20px;*/
    line-height: 1.2em;
  }
}
.megamenu, .wsmenu-submenu {
  /*top: 26px;*/
  top: auto;
  margin-top: 5px;
}
.shrink .megamenu, .shrink .wsmenu-submenu {
  /*top: 20px;*/
}
.shrink .menubar > div > div {
  height: 28px;
}
.shrink .logo img {
  /*height: 60px;*/
  display: none;
}
.shrink .logo {
  margin-top: -20px;
}
.shrink .logo img.scrolled {
  display: block;
  height: 57px;
}
.shrink #google_translate_element {
  display: none;
}
.showalert .shrink #alert {
  height: 0px;
}
.showalert .shrink #alert marquee, .showalert .shrink #alert > div {
  display: none;
}
.shrink .wsmenu-list > li > a {
  /*line-height: 36px;*/
}
.shrink .wsmenu-list li a .arrow:after {
  /*top: 16px;*/
}
.searchheader, .topmenu .navbar-nav {
  display: block;
}
.subnav_info {
  background-color: #2c5dab;
}
.subnav_info > div {
  font-weight: bold;
  padding: 2px;
  text-align: center;
}
.department-carousel .carousel-inner > .item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.department-carousel .carousel-inner > .item {
  height: 151px;
}
.department-carousel .yellow-text {
  color: #F2B930;
  width: 3em;
  display: inline-block;
  text-align: left;
}
.fade-carousel.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.fade-carousel.carousel-fade .carousel-inner .item, .fade-carousel.carousel-fade .carousel-inner .active.left, .fade-carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.fade-carousel.carousel-fade .carousel-inner .active, .fade-carousel.carousel-fade .carousel-inner .next.left, .fade-carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.fade-carousel.carousel-fade .carousel-inner .next, .fade-carousel.carousel-fade .carousel-inner .prev, .fade-carousel.carousel-fade .carousel-inner .active.left, .fade-carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fade-carousel.carousel-fade .carousel-control {
  z-index: 2;
}
/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/
/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
  position: relative;
}
.fade-carousel .carousel-inner .item {}
.fade-carousel .carousel-indicators > li {
  margin: 0 2px;
  background-color: #F2B930;
  border-color: #F2B930;
  opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.fade-carousel .carousel-indicators {
  bottom: 0px;
}
@media screen and (min-width: 768px) {
  .fade-carousel .carousel-indicators {
    bottom: 0px;
  }
}
/********************************/
/*          Hero Headers        */
/********************************/
.fade-carousel .hero {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  color: #fff;
  text-align: center;
  /*text-transform: uppercase;*/
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.fade-carousel .hero.moreinfo {
  top: auto;
  bottom: 10px;
  left: 50%;
}
.fade-carousel .carousel-inner .item .hero {
  opacity: 0;
  -webkit-transition: 1.2s all ease-in-out .1s;
  -moz-transition: 1.2s all ease-in-out .1s;
  -ms-transition: 1.2s all ease-in-out .1s;
  -o-transition: 1.2s all ease-in-out .1s;
  transition: 1.2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
  opacity: 1;
  -webkit-transition: 1.2s all ease-in-out .1s;
  -moz-transition: 1.2s all ease-in-out .1s;
  -ms-transition: 1.2s all ease-in-out .1s;
  -o-transition: 1.2s all ease-in-out .1s;
  transition: 1.2s all ease-in-out .1s;
}
@media screen and (max-width: 767px) {  
	.fade-carousel .carousel-inner .item .hero {
		display: none;		
	} 
}
/********************************/
/*            Overlay           */
/********************************/
.fade-carousel .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #080d15;
  opacity: .7;
}
/********************************/
/*          Custom Buttons      */
/********************************/
.fade-carousel .btn.btn-hero, .fade-carousel .btn.btn-hero:hover, .fade-carousel .btn.btn-hero:focus {
  padding: 10px 40px;
  color: #f5f5f5;
  background-color: #2c5dab;
  border-color: #2c5dab;
  outline: none;
  margin: 20px auto;
  opacity: 1.00;
}
.fade-carousel .hero h4 {
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.fade-carousel .hero.moreinfo .btn.btn-hero, .fade-carousel .hero.moreinfo .btn.btn-hero:hover, .fade-carousel .hero.moreinfo .btn.btn-hero:focus {
  margin-bottom: 0;
}
/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
  /*.hero { width: 980px; }    */
}
@media screen and (max-width: 640px) {
  /*.hero h1 { font-size: 2em; }    
    .hero h2 { font-size: 1.5em; }    
    .hero h3 { font-size: 1.5em; }    */
}
@media print {
  .wsmobileheader {
    display: block;
  }
  header, .wsmobileheader .search, .wsmobileheader .callusicon {
    display: none !important;
  }
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #BBB;
  cursor: not-allowed
}
.calendarlinkback {
  margin-top: 10px;
  clear: left;
}
.calendarnav {
  margin-bottom: 10px;
  text-align: center;
}
.kkzocalendarhead {
  width: 100%;
  font-weight: bold;
  /*font-size: 16px;*/
  text-align: center;
  margin-bottom: 10px;
}
.kkzocalendar {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #000;
  /*font-size: 12px;*/
  color: #000;
}
.kkzocalendar td {
  width: 14.28%;
  vertical-align: top;
  padding: 1px;
}
.kkzocalendar tr.day td.sunday, .kkzocalendar tr.day td.monday, .kkzocalendar tr.day td.tuesday, .kkzocalendar tr.day td.wednesday, .kkzocalendar tr.day td.thursday, .kkzocalendar tr.day td.friday {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #000;
}
.kkzocalendar tr.weekday td {
  background-color: #000000;
  font-weight: bold;
  text-align: center;
  color: #FFF;
}
.kkzocalendar tr.dom td {
  background-color: #0C0147;
  color: #FFF;
}
.kkzocalendar tr.dom td.prev, .kkzocalendar tr.dom td.next {
  background-color: #808080;
  color: #FFF;
}
.kkzocalendar tr.dom td.today {
  font-weight: bold;
}
.kkzocalendar tr.day td {
  padding: 0px;
  margin: 0px;
}
.kkzocalendar tr.day td.monday, .kkzocalendar tr.day td.tuesday, .kkzocalendar tr.day td.wednesday, .kkzocalendar tr.day td.thursday, .kkzocalendar tr.day td.friday {
  background-color: white;
}
.kkzocalendar tr.day td.sunday, .kkzocalendar tr.day td.saturday {
  background-color: white;
}
.kkzocalendar tr.day td.prev, .kkzocalendar tr.day td.next {
  /*background-color: #CCC;*/
  background-color: #F2F2F2;
  background-color: rgba(0, 0, 0, 0.05);
}
.kkzocalendar tr.day td.today {
  background-color: #AAAAAA;
}
.kkzocalendar tr.day td.span {
  background-color: white;
}
.kkzocalendar tr.day td.event {
  padding: 1px;
}
.kkzocalendar tr.day td div.event {
  margin: 0px;
  padding: 1px;
  border: 1px solid #231f20;
  border-radius: 4px;
  background-color: #DDD;
}
.kkzocalendar tr.day td.today div.event {}
.kkzocalendar tr.day td.event div.event.recurring {}
.kkzocalendar.mini {
  border: none;
  /*font-size: 14.4px;*/
  color: #666666;
  /*margin-bottom: 20px;*/
}
.fontsize1 .right .kkzocalendar.mini, .fontsize2 .right .kkzocalendar.mini {
  font-size: 14px;
}
.kkzocalendar.mini td {
  text-align: center;
}
.kkzocalendar.mini tr.weekday td {
  background-color: #FFF;
  color: #000000;
  border-bottom: 2px solid #000000;
}
.kkzocalendar.mini tr.day td.today {
  background-color: #FFF;
  color: #000000;
}
.kkzocalendar.mini td a {
  font-weight: bold;
  text-decoration: none;
}
.kkzocalendar.mini td a:hover {
  text-decoration: underline;
}
.kkzocalendar.mini tr.day td.sunday, .kkzocalendar.mini tr.day td.monday, .kkzocalendar.mini tr.day td.tuesday, .kkzocalendar.mini tr.day td.wednesday, .kkzocalendar.mini tr.day td.thursday, .kkzocalendar.mini tr.day td.friday {
  border-right: none;
}
#kkzocalendarpopup {
  position: absolute;
  visibility: hidden;
  /*layer-background-color: white; */
  overflow: auto;
  max-height: 300px;
  max-width: 250px;
  /*width: 600px;*/
  z-index: 100;
  padding: 5px;
  margin-left: 1em;
  margin-top: 1em;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #DDD;
}
#kkzocalendarpopup td:first-child {
  padding-right: 1em;
}
.calendar .calhead {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 15px;
}
.calendar.mini .calhead {
  display: none;
}
.calendar .item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
}
.calendar .item:first-child {
  padding-top: 0px;
}
.calendar .item:nth-child(even) {
  /*background: #DDD;*/
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.04);
}
.calendar .item .name {
  font-weight: bold;
  /*float: left;*/
}
.calendar .item .datetime {
  /*float: right;*/
}
.calendar .item .location {
  clear: both;
}
.calendar .item .notes {
  clear: both;
  font-style: italic;
}
.calfilter {
  margin-bottom: 10px;
}
.calfilter td {
  vertical-align: bottom;
  padding-right: 5px;
}
.calfilter td:last-child {
  padding-right: 0;
}
.calfilter label {
  font-size: 90%;
  display: block;
}
.kkzocalendarhead.mini .prev {
  float: left;
  margin-left: 10px;
}
.kkzocalendarhead.mini .prev > a, .kkzocalendarhead.mini .prev > span {}
.kkzocalendarhead.mini .next {
  float: right;
  margin-right: 10px;
}
.kkzocalendarhead.mini .prev > span, .kkzocalendarhead.mini .next > span {
  color: #999;
}
.holiday_table {
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.holiday_table .holiday_year th {
  text-align: center;
  font-size: 120%;
  border-bottom: none;
}
.holiday_table .holiday_headings {
  background-color: transparent;
}
.holiday_table .holiday_headings th, holiday_table .holiday_row td {
  width: 50%;
}
.holiday_table .holiday_row:nth-child(even) {
  background-color: transparent;
}
.holiday_table .holiday_row:nth-child(odd) {
  background-color: #DDD;
}
table.directory td.phone {
  width: 20%;
  white-space: nowrap;
  padding-left: 10px;
  text-align: right;
}
p.directory-nav {
  text-align: center;
}
p.directory-nav > a, p.directory-nav > span {
  margin-left: 2px;
  margin-right: 2px;
}
div.directory {}
div.directory > div {
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: block;
  overflow: hidden;
}
div.directory.nostripe > div {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0em;
  padding-bottom: 1em;
}
div.directory > div > div {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  clear: left;
}
div.directory.nostripe > div > div {
  padding-right: 0;
  padding-left: 0;
}
div.directory > div > div.location {
  width: 50%;
}
div.directory > div > div.phone {
  width: 50%;
  clear: none;
  text-align: right;
}
div.directory > div > div.info {
  margin-top: 1em;
}
div.directory > div > div > :first-child {
  margin-top: 0;
}
div.directory > div > div > :last-child {
  margin-bottom: 0;
}
div.directory > div:nth-of-type(odd) {
  background-color: #DDD;
}
div.directory.nostripe > div:nth-of-type(odd) {
  background-color: #FFF;
}
div.profiles {
  margin-right: -15px;
  margin-left: -15px;
}
div.profiles > div {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1em;
}
div.profiles > div > div {
  display: block;
  overflow: hidden;
}
div.profiles > div > div:first-child {
  padding-right: 15px;
  float: left;
  width: 40%;
  max-width: 250px;
  text-align: center;
}
div.profiles > div > div > :first-child {
  margin-top: 0;
}
div.profiles.wide > div > div:first-child {
  width: 25%;
}
div.profiles > div > div:first-child img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
p.return_top {
  margin-top: 1em;
}
.content_box {
  background-color: #F5F5F5;
  background-color: rgba(0, 0, 0, 0.04);
  border: solid #c4c6c6 1px;
  padding: 15px;
  margin-bottom: 2em;
  -webkit-box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.content_box.alert {
  border: solid #a94442 3px;
}
.testimonial .embed-responsive.shadow {
  margin-bottom: 2em;
}
.application_box {
  border: solid #747678 1px;
  padding: 15px;
  margin-bottom: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 10px;
}
.jobopeninghead {
  margin-bottom: 1em;
}
.plusminus:after {
  content: "\f068";
  font-family: FontAwesome;
  color: #f0b21c;
  /*font-size: 120%;
    right: 10px;
	 top: 5px;
    position: absolute;*/
  margin-right: 5px;
}
.collapsed .plusminus:after {
  content: "\f067";
}
.menulist > ul {
  padding: 0;
  list-style-type: none;
}
.menulist > ul > li {
  margin-bottom: 1em;
  font-weight: bold;
}
.menulist > ul > li > ul > li:first-child {
  margin-top: 0.25em;
}
.menulist > ul > li ul {
  margin-bottom: 0.5em;
}
.menulist.level2nobullets > ul > li ul {
  list-style-type: none;
}
.menulist > ul > li > ul > li, .menulist > ul > li > div > div > ul > li, .menulist > ul > li > div > div > div > div > ul > li {
  /*margin-bottom: 0.5em;*/
  font-weight: normal;
}
.menulist > ul > li > div > div > ul, .menulist > ul > li > div > div > div > div > ul {
  margin-bottom: 0;
}
.menulist li.subheading {
  list-style-type: none;
  font-weight: bold;
}
.menulist li.subheading > ul {
  font-weight: normal;
  list-style-type: circle;
}
@media only screen and (min-width: 544px) {
  div.directory > div > div.location {
    width: 75%;
  }
  div.directory > div > div.phone {
    width: 25%;
  }
  div.profiles > div {
    width: 50%;
    float: left;
  }
  div.profiles.wide > div {
    width: 100%;
  }
  div.profiles > div:nth-child(2n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 543px) {
  div.profiles > div {
    clear: both;
  }
}
@media only screen and (min-width: 992px) {
  div.profiles.small > div {
    width: 33.33333%;
    float: left;
  }
  div.profiles.small > div > div:first-child {
    width: 50%;
    max-wdith: 200px;
  }
  div.profiles.small > div:nth-child(2n+1) {
    clear: none;
  }
  div.profiles.small > div:nth-child(3n+1) {
    clear: both;
  }
}
.content .main-image img, .content .thumbnails img {
  max-width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  height: auto;
  background: #fff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1);
}
.content .thumbnails img {
  height: 72px !important;
  width: auto !important;
}
.content .main-image {
  margin-bottom: 0.75em;
}
.content ul.thumbnails {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5em;
  overflow-x: scroll;
  white-space: nowrap;
}
.content .thumbnails li {
  display: inline;
  margin: 0 10px 0 0;
}

.col-xs-5r,
.col-sm-5r,
.col-md-5r,
.col-lg-5r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5r {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5r {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5r {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5r {
        width: 20%;
        float: left;
    }
}

.col-xs-8r, .col-sm-8r, .col-md-8r, .col-lg-8r {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-8r {
  width: 12.5%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-8r {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8r {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-8r {
    width: 12.5%;
    float: left;
  }
}
@media (min-width:1200px) {
  .clearwrap .col-lg-1:nth-child(12n+1) {
    clear: left;
  }
  .clearwrap .col-lg-2:nth-child(6n+1) {
    clear: left;
  }
  .clearwrap .col-lg-3:nth-child(4n+1) {
    clear: left;
  }
  .clearwrap .col-lg-4:nth-child(3n+1) {
    clear: left;
  }
  .clearwrap .col-lg-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width:992px) and (max-width:1199px) {
  .clearwrap .col-md-1:nth-child(12n+1) {
    clear: left;
  }
  .clearwrap .col-md-2:nth-child(6n+1) {
    clear: left;
  }
  .clearwrap .col-md-3:nth-child(4n+1) {
    clear: left;
  }
  .clearwrap .col-md-4:nth-child(3n+1) {
    clear: left;
  }
  .clearwrap .col-md-6:nth-child(odd) {
    clear: left;
  }
}
@media (min-width:768px) and (max-width:991px) {
  .clearwrap .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .clearwrap .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .clearwrap .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .clearwrap .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .clearwrap .col-sm-6:nth-child(odd) {
    clear: left;
  }
}
@media (max-width:767px) {
  .clearwrap .col-xs-1:nth-child(12n+1) {
    clear: left;
  }
  .clearwrap .col-xs-2:nth-child(6n+1) {
    clear: left;
  }
  .clearwrap .col-xs-3:nth-child(4n+1) {
    clear: left;
  }
  .clearwrap .col-xs-4:nth-child(3n+1) {
    clear: left;
  }
  .clearwrap .col-xs-6:nth-child(odd) {
    clear: left;
  }
}
/* Force printing to implement small grids */
@media print {
  .hideprint {
    display: none;
  }
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .clearwrap .col-sm-1:nth-child(12n+1) {
    clear: left;
  }
  .clearwrap .col-sm-2:nth-child(6n+1) {
    clear: left;
  }
  .clearwrap .col-sm-3:nth-child(4n+1) {
    clear: left;
  }
  .clearwrap .col-sm-4:nth-child(3n+1) {
    clear: left;
  }
  .clearwrap .col-sm-6:nth-child(odd) {
    clear: left;
  }
  a[href]::after {
    content: none !important;
  }
}
.cke_editable.content {
  border: none;
}
.sigwrap1 {
  width: 100%;
  position: relative;
}
.sigwrap2 {
  padding-top: 20%;
}
.sigcanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  /*	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.sigcanvas:focus, .sigcanvas:hover {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}
mark {
  padding: 0;
}
mark.current {
  font-weight: bold;
}