@keyframes textslide {
  from {
    margin-left: 0; }
  43% {
    margin-left: 0; }
  50% {
    margin-left: -100%; }
  93% {
    margin-left: -100%; }
  to {
    margin-left: 0; } }

.banner-text-slide {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: 40px; }

.banner-text-slide img {
  width: 100%; }

.banner-text-slide .text-container {
  white-space: nowrap;
  overflow: hidden;
  background-color: #00A9CE; }

.banner-text-slide .text-container h1 {
  color: #fff;
  display: inline-block;
  width: 100%;
  white-space: normal;
  vertical-align: top;
  padding: 15px 20px; }

.banner-text-slide .text-container h1.slide {
  animation-duration: 10s;
  animation-name: textslide;
  animation-iteration-count: infinite; }

.banner-text-slide .banner-curve {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

@media screen and (min-width: 992px) {
  .banner-text-slide {
    height: 440px; }
  .banner-text-slide .text-container h1 {
    font-size: 27px;
    padding: 15px 20px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner-text-slide {
    /*height: 340px; */ }
  .banner-text-slide .text-container h1 {
    font-size: 18px;
    padding: 8px 10px; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .banner-text-slide {
    /*height: 280px;*/ }
  .banner-text-slide .text-container h1 {
    font-size: 16px;
    padding: 6px 10px; } }

@media screen and (max-width: 480px) {
  .banner-text-slide {
    /*height: 150px;*/ }
  .banner-text-slide .text-container h1 {
    font-size: 16px;
    padding: 4px 10px; } }

.headline h2 .location {
  font-size: 15px; }

.modal-container.modal-container.modal-container-live-view .modal-container-body {
  display: none; }
  .modal-container.modal-container.modal-container-live-view .modal-container-body.active {
    display: block; }

.modal-container.modal-container.modal-container-edit-view .modal-container-body {
  opacity: .5; }
  .modal-container.modal-container.modal-container-edit-view .modal-container-body.active {
    opacity: 1.0; }
    .modal-container.modal-container.modal-container-edit-view .modal-container-body.active .status-active {
      display: inline; }
    .modal-container.modal-container.modal-container-edit-view .modal-container-body.active .status-inactive {
      display: none; }
  .modal-container.modal-container.modal-container-edit-view .modal-container-body .status-active, .modal-container.modal-container.modal-container-edit-view .modal-container-body .status-inactive {
    float: right; }
  .modal-container.modal-container.modal-container-edit-view .modal-container-body .status-active {
    color: #080;
    display: none; }
  .modal-container.modal-container.modal-container-edit-view .modal-container-body .status-inactive {
    color: #800;
    display: inline; }

.modal-container .modal-footer {
  padding: 0; }
  .modal-container .modal-footer .btn {
    display: none;
    margin: 15px; }
    .modal-container .modal-footer .btn.modal-body-button-active {
      display: inline-block; }

.tfx-info-box-left-bar .left-bar img {
  max-width: 100%; }

.tfx-info-box-default .left-bar img {
  max-width: 100%; }

.tfx-info-box-left-bar .left-bar img {
  max-width: 100%; }

.tfx-info-box-default .image-container img {
  max-width: 100%; }

.tfx-info-box-left-bar .text {
  padding-left: 0; }

.tfx-info-box-left-bar .text-only {
  margin-top: 11px; }

.tab-area-container.tab-edit-view {
  border: 2px solid #aaa;
  background-color: #fafafa; }
  .tab-area-container.tab-edit-view .tab-nav-edit-view li {
    display: inline; }
    .tab-area-container.tab-edit-view .tab-nav-edit-view li span {
      display: inline;
      padding: 4px 8px; }
  .tab-area-container.tab-edit-view .tab-separator-edit-view {
    border-bottom: 1px solid #aaa; }
    .tab-area-container.tab-edit-view .tab-separator-edit-view h2 {
      margin: 0;
      margin-left: 8px;
      display: inline;
      background-color: #eee;
      padding-left: 6px;
      padding-right: 6px;
      border: 2px solid #aaa; }

.tab-area-container .nav-tabs {
  padding-bottom: 1px; }
  .tab-area-container .nav-tabs li a {
    color: #555; }

.tfx-slider-banner {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px; }

@media screen and (min-width: 992px) {
  .tfx-slider-banner {
    height: 440px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tfx-slider-banner {
    height: 340px; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .tfx-slider-banner {
    height: 280px; } }

@media screen and (max-width: 480px) {
  .tfx-slider-banner {
    height: 150px; } }

.about-us-yay {
  text-align: center; }

.panel-group .accordion-toggle.collapsed .glyphicon {
  transform: rotate(-90deg); }

.panel-group .panel-heading, .panel-group .panel-body {
  color: #585f69; }

.panel-group h4.panel-title a {
  font-size: 1em;
  text-decoration: none; }

.panel-group .panel-body table.striped tbody tr:nth-child(2n+1) {
  /*background-color:#f8fbff; */
  background-color: #f4f4f4; }

.panel-group .panel-body table th, .panel-group .panel-body table td {
  /* border: 1px solid #aaa; */
  padding: 6px; }

@media screen and (max-width: 1199px) {
  .panel-group .panel-body {
    font-size: .8em; } }

@media screen and (max-width: 768px) {
  .panel-group .panel-body {
    overflow-x: auto; } }

.business-unit-banner {
  display: block;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  font-family: arial; }
  .business-unit-banner img.bgimage {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    /*                     left: 50%;/*
     * -webkit-transform: translateX(-50%) translateY(-50%);
     * -moz-transform: translateX(-50%) translateY(-50%);
     * -ms-transform: translateX(-50%) translateY(-50%);
     * transform: translateX(-50%) translateY(-50%); */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* banner bar */
.business-unit-banner-bar {
  background-color: #ebeced;
  width: 100%;
  text-align: right; }
  .business-unit-banner-bar img {
    max-height: 50px;
    max-width: 100%; }

/* Text containers */
.business-unit-banner .higher-block {
  position: relative; }

.business-unit-banner .lower-block {
  position: relative; }
  .business-unit-banner .lower-block .bgcolor {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7; }

.business-unit-banner .top-text-container, .business-unit-banner .bottom-text-container {
  position: absolute;
  width: 100%;
  padding: 0 8%; }

.business-unit-banner .top-text-container {
  font-style: italic;
  top: 15px;
  left: 0; }

.business-unit-banner .bottom-text-container {
  top: 0;
  left: 0; }

.business-unit-banner .banner-curve {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0; }

.business-unit-banner .top-text-container p, .business-unit-banner .bottom-text-container p {
  color: #fff;
  margin: 0;
  line-height: 1.2; }

.business-unit-banner .top-text-container .top-text {
  white-space: pre-line;
  display: inline-block;
  vertical-align: middle; }

.business-unit-banner .bu-banner-link-button {
  position: absolute;
  left: 8%; }
  .business-unit-banner .bu-banner-link-button a {
    color: #fff;
    background-color: #ffa300;
    text-shadow: 1px 1px 1px #51534a;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px !important;
    /* JG:  I did this because that's how it is in unify!! */ }

.business-unit-banner p.bottom-text-2 {
  font-size: 1.5em; }

.business-unit-banner .bottom-text-container sup {
  font-size: .5em;
  top: -.9em; }

/* Text */
@media screen and (min-width: 1200px) {
  .business-unit-banner {
    height: 440px; }
    .business-unit-banner .top-text-container {
      font-size: 24pt;
      height: 153px;
      line-height: 153px;
      width: 60%; }
    .business-unit-banner .bottom-text-container {
      font-size: 20pt;
      padding-top: 30px; }
    .business-unit-banner .higher-block {
      height: 240px; }
    .business-unit-banner .lower-block {
      height: 200px; }
    .business-unit-banner .bu-banner-link-button {
      bottom: 25px; }
      .business-unit-banner .bu-banner-link-button a {
        padding: 10px 15px;
        font-size: 16pt; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .business-unit-banner {
    height: 362px; }
    .business-unit-banner .top-text-container {
      font-size: 20pt;
      height: 115px;
      line-height: 115px;
      width: 60%; }
    .business-unit-banner .bottom-text-container {
      padding-top: 40px;
      font-size: 16pt; }
    .business-unit-banner .higher-block, .business-unit-banner .lower-block {
      height: 181px; }
    .business-unit-banner .bu-banner-link-button {
      bottom: 14px; }
      .business-unit-banner .bu-banner-link-button a {
        padding: 8px 12px;
        font-size: 14pt; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .business-unit-banner {
    height: 275px; }
    .business-unit-banner .top-text-container {
      font-size: 14pt;
      height: 80px;
      line-height: 80px;
      width: 60%; }
    .business-unit-banner .bottom-text-container {
      padding-top: 30px;
      font-size: 12pt; }
    .business-unit-banner .higher-block {
      height: 140px; }
    .business-unit-banner .lower-block {
      height: 135px; }
    .business-unit-banner .bu-banner-link-button {
      bottom: 12px; }
      .business-unit-banner .bu-banner-link-button a {
        padding: 7px 10px;
        font-size: 12pt; } }

@media screen and (min-width: 481px) and (max-width: 767px) {
  .business-unit-banner .top-text-container {
    font-size: 14pt;
    height: 80px;
    line-height: 80px; }
  .business-unit-banner .bottom-text-container {
    padding-top: 30px;
    font-size: 11pt; }
  .business-unit-banner .higher-block {
    height: 157px; }
  .business-unit-banner .lower-block {
    height: 135px; }
  .business-unit-banner .bu-banner-link-button {
    bottom: 12px; }
    .business-unit-banner .bu-banner-link-button a {
      padding: 7px 10px;
      font-size: 12pt; } }

@media screen and (max-width: 480px) {
  .business-unit-banner .top-text-container {
    font-size: 14pt;
    height: 55px;
    line-height: 80px;
    height: 160px;
    line-height: 160px; }
  .business-unit-banner .bottom-text-container {
    font-size: 10pt;
    padding-top: 20px; }
  .business-unit-banner .higher-block {
    height: 230px; }
  .business-unit-banner .lower-block {
    height: 120px; }
  .business-unit-banner .bu-banner-link-button {
    bottom: 20px; }
    .business-unit-banner .bu-banner-link-button a {
      padding: 7px 10px;
      font-size: 12pt; } }

.bu-container-block.about .about-body img.about-image {
  max-width: 100%;
  margin-bottom: 20px; }

.bu-container-block.about .about-body .about-text, .bu-container-block.about .about-body a.about-link {
  padding-right: 20px; }

.bu-container-block.contact .contact-heading {
  font-weight: bold;
  margin: 0; }

.bu-container-block.contact .contact-detailsOne, .bu-container-block.contact .contact-detailsTwo {
  white-space: pre-line;
  line-height: 20px; }

.bu-container-block.events ul.events-list {
  padding: 0;
  list-style: none; }

.bu-container-block.events li.event {
  border-bottom: 1px dotted #e4e9f0;
  padding-bottom: 4px;
  margin-bottom: 4px;
  clear: both; }
  .bu-container-block.events li.event.last {
    border-bottom: none; }
  .bu-container-block.events li.event .event-date {
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    color: #a6a6a6; }
  .bu-container-block.events li.event .event-title {
    font-size: 1em;
    line-height: 24px; }
    @media (max-width: 359px) {
      .bu-container-block.events li.event .event-title {
        color: #00A9CE; } }
  .bu-container-block.events li.event .event-date, .bu-container-block.events li.event .event-title, .bu-container-block.events li.event .event-location {
    margin: 0; }
  .bu-container-block.events li.event a {
    display: inline-block; }
  .bu-container-block.events li.event i {
    float: left;
    padding-top: .2em;
    position: relative;
    left: 0;
    top: 0; }

.bu-nav-button {
  padding-right: 20px;
  margin: 10px 0; }
  .bu-nav-button > button, .bu-nav-button > ul.dropdown-menu {
    width: 230px; }
  .bu-nav-button > button {
    height: 60px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    white-space: normal; }
    .bu-nav-button > button.dropdown-toggle.green {
      width: auto;
      color: #fff;
      background-color: #00A9CE; }
  .bu-nav-button > ul.dropdown-menu {
    /* margin-left: 10px; */ }
    .bu-nav-button > ul.dropdown-menu .dropdown-children-menu {
      padding-left: 0; }
      .bu-nav-button > ul.dropdown-menu .dropdown-children-menu > li {
        list-style: none; }
        .bu-nav-button > ul.dropdown-menu .dropdown-children-menu > li > a, .bu-nav-button > ul.dropdown-menu .dropdown-children-menu > li > span {
          display: block;
          padding: 3px 0 3px 25px; }
        .bu-nav-button > ul.dropdown-menu .dropdown-children-menu > li > a:hover {
          text-decoration: none;
          color: #262626;
          background-color: #f5f5f5; }
    .bu-nav-button > ul.dropdown-menu > li > span.dropdownlink.nourl {
      padding: 3px 13px;
      display: block; }

.bu-nav-search {
  float: right;
  position: relative; }
  .bu-nav-search i.bu-search-btn {
    cursor: pointer;
    min-width: 35px;
    font-size: 15px;
    text-align: center;
    background-color: #f7f7f7;
    color: #aaa;
    padding: 11px 0 12px;
    border-bottom: 2px solid #aaa; }
  .bu-nav-search .bu-search-open {
    position: absolute;
    top: 3px;
    left: -304px;
    width: 300px; }

@media screen and (max-width: 767px) {
  .bu-nav-search i.bu-search-btn {
    float: right; }
    .bu-nav-search i.bu-search-btn.fa-times {
      display: none; }
  .bu-nav-search .bu-search-open {
    position: static;
    width: inherit;
    display: block; } }

.bu-container-block.contact .contact-heading {
  font-weight: bold;
  margin: 0; }

.bu-container-block.contact .contact-detailsOne, .bu-container-block.contact .contact-detailsTwo {
  white-space: pre-line;
  line-height: 20px; }

.tfx-custom-link-list ul {
  list-style-type: none; }

.tfx-custom-link-list li {
  margin-bottom: 8px;
  position: relative;
  line-height: 1.5em; }
  .tfx-custom-link-list li i {
    top: .2em; }

/* search results */
.libdoc-searchresult {
  margin-bottom: 30px; }

.lib-doc h1 {
  margin-top: 0;
  font-size: 22px;
  line-height: 27px; }

.lib-doc h2 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 5px; }

a.libdoc-viewfull {
  font-size: .8em;
  text-decoration: underline; }

.libdoc-metadata {
  text-align: center; }

iframe.tfx-container-iframe {
  width: 100%; }

.custom-title.headline {
  margin-top: 5px; }

.narrow-button .btn-u {
  white-space: normal; }

.narrow-button {
  display: block;
  margin-bottom: 4px; }

.narrow-button a.btn-u {
  display: block; }

.narrow-simple-banner {
  margin-bottom: 20px; }
  .narrow-simple-banner img {
    width: 100%; }
  .narrow-simple-banner a {
    display: block;
    width: 100%; }

.regional-banner {
  position: relative; }

ul.products {
  padding: 0;
  margin-bottom: 0; }

ul.products li {
  line-height: 1.2;
  padding-bottom: 10px;
  word-wrap: break-all;
  padding-right: 10px;
  text-align: left; }

ul.products li i {
  font-size: 1.2em;
  margin-right: 0; }

ul.products li a {
  word-wrap: break-all;
  display: inline-block;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif; }

#Spotlight a p {
  text-align: left;
  padding-right: 1em; }

#Spotlight h3 {
  text-align: left;
  font-size: 17px;
  line-height: 22px; }

#Spotlight .owl-item {
  width: 200px !important;
  margin: 0 14px; }
