/** Navbar Stuff **/
.TPnavbar {
  border: none;
  margin-bottom: 0px;
}

.TPnavbar-default {
  background-color: #edeff3;
}

.TPnavBar > .TPnavTable > tbody > tr {
  display: inline-block;
}

@media (max-width: 768px) {
  .TPnavbar-mobile {
      display: block;
  }
  .TPnavbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .TPnavbar-mobile {
      display: none;
  }
}

@media (min-width: 1020px) {
  .TPnavbar-brand-alt {
    display: none;
  }
}

.TPnavbar-brand-alt {
  background: #fff;
}

.TPnavbar-brand-alt > img {
  max-width: 215px;
  margin: 0px auto;
}

@media (max-width: 1020px) {
  .TPnavbar-header {
    display: none;
  }
}

.TPnavbar-brand {
  padding:8px !important;
  display: block;
  background: #fff;
  max-width: 231px;
  height:auto !important;
}
.TPnavbar-brand:hover, .TPnavbar-brand:focus {
  background-color: #fff !important;
}
.TPnavbar-brand > img {
  max-width: 215px;
}

.TPnavbar-right {
  float: right;
  margin-right: 0px !important;
}

/** Targets only WEBSITE_NAVIGATION_ULBOOTSTRAP **/

.TPnavbar > ul[id^="NB"] {
  float: left;
  margin: 0;
  list-style: none;
  padding: 10px;
  margin-bottom: 0;
  list-style: none;
}
.TPnavbar > ul[id^="NB"] > li {
  float: left;
  position: relative;
  display: block;
}
.TPnavbar > ul[id^="NB"] > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.TPnavbar > ul[id^="NB"] > li > a:hover,
.TPnavbar > ul[id^="NB"] > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.TPnavbar > ul[id^="NB"] {
  margin: 7.5px -15px;
}
.TPnavbar > ul[id^="NB"] > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

.TPnavbar > ul[id^="NB"] {
  float: left;
  margin: 0;
}
.TPnavbar > ul[id^="NB"] > li {
  float: left;
}
.TPnavbar > ul[id^="NB"] > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}

.TPnavbar > ul[id^="NB"] > li:hover > ul[id$="sb"] {
  display: block;
}

.TPnavbar > ul[id^="NB"] > li > ul[id$="sb"] {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 0px;
  margin: 0 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
    -webkit-background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -webkit-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -moz-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -ms-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -o-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
}

.TPnavbar > ul[id^="NB"] > li > a {
  color: #1f1f1f;
}
.TPnavbar > ul[id^="NB"] > li > a:hover,
.TPnavbar > ul[id^="NB"] > li > a:focus {
  color: #1f1f1f;
  background-color: transparent;
}


.TPnavbar > ul[id^="NB"] > li > ul[id$="sb"] > li > a {
  display: block;
  padding: 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px solid #edeff3;
}

.TPnavbar > ul[id^="NB"] > li > ul[id$="sb"] > li:last-child > a {
  border-bottom: none;
}

.TPnavbar > ul[id^="NB"] > li > ul[id$="sb"] > li > a:hover,
.TPnavbar > ul[id^="NB"] > li > ul[id$="sb"] > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}


/** Navigation **/
#FixedNavTop {
  background:#fff;
}

.TPnav:before, .TPnav:after {
  display:none;
}

.TPnav {
  transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -webkit-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -moz-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -ms-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
    -o-transition: .5s .15s all cubic-bezier(.75,0,.5,1), 0.0s top linear;
}

.TPwebNavBand {
  background-color:#edeff3;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
.TPwebNav {
  width: 100%;
  max-width:100%;
}


/** RESPONSIVE NAVIGATION **/
@media (max-width: 1020px ) {
  .TPnavBar {
    display:none !important;
  }
  .TPwebNav {
    width:100%;
  }
}

.TPmb {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #444444;
  text-align: left;
}

.TPmb1Box {
  background-color: #fff;
  padding: 0px;
  border-radius: 0px;
  width: 100%;
  font-size: 0.8em;
}

.TPmb ul li:hover {
  background:#f1f1f1;
  border-radius:0px;
}

.TPmb ul li li:hover {
  background:#f1f1f1;
  border-radius:0px;
}

.TPmb1Link {
  width:auto;
}

.TPmbSubBtn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 10px;
  font-size: 10px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width:auto;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
.TPmbSubBtn::after {
  content: '';
  position: relative;
  width: 1em;
  height: 1em;
  border-left: .1em solid #000;
  border-bottom: .1em solid #000;
  transform: rotate(-45deg);
  top: 0;
  display: inline-block;
  margin-left: 0;
}

.TPmb1Btn {
  position: relative;
  padding: 18px 12px;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 0px;
  margin-bottom: 0px;
  background-color: #14567e;
  background-image: none;
  border: none;
  border-radius: 0px;
  height:auto;
}

.TPmb1Btn:hover, .TPmb1Btn:focus, .TPmb1Btn.TPfocus {
  filter: brightness(130%);
  border: none;
}

.icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.icon-bar + .icon-bar {
  width:22px;
  margin-top: 4px;
  background: #fff;
}
.icon-bar + .icon-bar + .icon-bar{
  width:15px;
}

/** Footer / Copyright **/

.TPRelatedTerms {
  width:100% !important;
}

.TPSA21Art1Col {
  width:100% !important;
}
