.twenty20-announcement {
  margin: 60px 0;
  padding: 30px;
}
.twenty20-announcement.Red {
  background: #d62839;
  color: white;
}
.twenty20-announcement.Red a {
  color: white;
}
.twenty20-announcement.Yellow {
  background: #ffd200;
  color: #062f6e;
}
.twenty20-announcement.Yellow a {
  color: #062f6e;
}
.twenty20-announcement.Blue {
  background: #007eb3;
  color: white;
}
.twenty20-announcement.Blue a {
  color: white;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcement {
    margin: 40px 0;
    text-align: center;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-announcement .twenty20-announcement-layout {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 -10px;
  }
}
.twenty20-announcement .twenty20-announcement-layout > div {
  margin: 10px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-announcement .twenty20-announcement-layout > div {
    margin: 0;
    padding: 0 10px;
  }
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-fa {
  position: relative;
  width: 44px;
  height: 44px;
  font-size: 40px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-fa {
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
  }
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-fa > i,
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-fa > span,
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-fa > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  line-height: 1;
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-default {
  width: 44px;
  height: 44px;
  background: center url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/Twenty20/icon-announcements.png) no-repeat;
  background-size: cover;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-icon > .twenty20-announcement-icon-default {
    width: 35px;
    height: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-content {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-content {
    font-size: 18px;
  }
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-content a {
  text-decoration: underline;
}
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-content a:hover,
.twenty20-announcement .twenty20-announcement-layout > div.twenty20-announcement-content a:focus {
  text-decoration: none;
}
.twenty20-announcements {
  margin: 30px 0;
  position: relative;
}
.twenty20-announcements .twenty20-announcement {
  margin: 0;
}
.twenty20-announcements .slick-arrow {
  display: block;
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  border-radius: 30px;
  color: white;
  font-size: 12px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcements .slick-arrow {
    display: none;
  }
}
.twenty20-announcements .slick-arrow > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.twenty20-announcements .slick-arrow:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.twenty20-announcements .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -565px;
  display: none !important;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .twenty20-announcements .slick-arrow.slick-prev {
    margin-left: -465px;
  }
}
.twenty20-announcements .slick-arrow.slick-prev:before {
  content: "\f060";
}
.twenty20-announcements .slick-arrow.slick-next {
  right: 50%;
  margin-right: -565px;
}
@media (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-announcements .slick-arrow.slick-next {
    margin-right: -465px;
  }
}
.twenty20-announcements .slick-arrow.slick-next:before {
  content: "\f061";
}
.twenty20-announcements .twenty20-announcements-controls .play-pause {
  display: none;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  margin-right: -530px;
}
@media (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-announcements .twenty20-announcements-controls .play-pause {
    margin-right: -430px;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcements .twenty20-announcements-controls .play-pause {
    margin-right: 0;
  }
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button {
  position: absolute;
  background: none;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 3px solid white;
  border-radius: 30px;
  color: white;
  font-size: 12px;
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button:before {
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button.play {
  display: none;
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button.play:before {
  content: "\f04b";
}
.twenty20-announcements .twenty20-announcements-controls .play-pause > button.pause:before {
  content: "\f04c";
}
.twenty20-announcements .twenty20-announcements-controls .dots {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul > li {
  padding: 0;
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul > li:before {
  display: none;
  content: "";
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul > li {
  padding: 0 8px;
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul > li > button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid white;
  background: transparent;
  text-indent: -9999px;
  border-radius: 30px;
}
.twenty20-announcements .twenty20-announcements-controls .dots > ul > li.slick-active > button {
  background: white;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .twenty20-announcements .twenty20-announcements-carousel.slick-slider .twenty20-announcement .twenty20-announcement-layout {
    padding: 0 95px 0 0;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcements .twenty20-announcements-carousel.slick-slider .twenty20-announcement .twenty20-announcement-layout {
    padding: 0 0 30px 0;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-announcements .twenty20-announcements-carousel.slick-slider + .twenty20-announcements-controls .play-pause {
    display: block;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-announcements .twenty20-announcements-carousel.slick-slider + .twenty20-announcements-controls .dots {
    display: block;
  }
}
.twenty20-banner .twenty20-banner-image {
  margin: 0 0 10px 0;
}
.twenty20-banner .twenty20-banner-image > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.twenty20-banner .twenty20-banner-image > div:before {
  content: "";
  display: table;
  padding-top: 50%;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-banner .twenty20-banner-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 10px -15px;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-banner .twenty20-banner-layout {
    margin: 10px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-banner .twenty20-banner-layout > div {
    padding: 0 15px;
  }
}
.twenty20-banner .twenty20-banner-layout > div.twenty20-banner-content .twenty20-banner-title {
  font-size: 32px;
  font-weight: 700;
  color: #757575;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-banner .twenty20-banner-layout > div.twenty20-banner-content .twenty20-banner-title {
    font-size: 24px;
  }
}
.twenty20-banner .twenty20-banner-layout > div.twenty20-banner-content .twenty20-banner-story {
  font-size: 22px;
  color: black;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-banner .twenty20-banner-layout > div.twenty20-banner-content .twenty20-banner-story {
    font-size: 18px;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-banner .twenty20-banner-layout > div.twenty20-banner-cta {
    text-align: center;
    margin: 10px 0 0 0;
  }
}
.twenty20-community {
  margin: 60px 0;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community {
    margin: 40px 0;
  }
  .twenty20-community .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.twenty20-community .twenty20-community-title {
  text-align: center;
  margin: 0 0 25px 0;
}
.twenty20-community .twenty20-community-title h2 {
  margin: 0;
  font-size: 35px;
  color: #0057a8;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community .twenty20-community-title h2 {
    font-size: 24px;
  }
}
.twenty20-community .twenty20-community-cta {
  text-align: center;
  margin: 25px 0;
}
.twenty20-community .twenty20-community-cta a {
  background: #d34312;
  border-color: #d34312;
  color: white;
}
.twenty20-community .twenty20-community-cta a:hover,
.twenty20-community .twenty20-community-cta a:focus {
  background: #0057a8;
  border-color: #0057a8;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-community .twenty20-community-layout {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 50px -15px 0 -15px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item {
    padding: 0 15px;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    opacity: 0;
  }
  .twenty20-community .twenty20-community-layout .twenty20-community-item.active {
    opacity: 1;
    animation: fadeInUp;
    animation-duration: 1s;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background {
  position: relative;
  background: #0057a8;
  color: white;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background {
    height: 100%;
  }
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background :before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    background: white url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/Twenty20/icon-community.png) center no-repeat;
    background-size: 36px 36px;
  }
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.2;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content {
  position: relative;
  padding: 35px 30px 20px 30px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content {
    padding: 15px 20px;
    border-bottom: 2px solid white;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div {
  margin: 15px 0;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div {
    margin: 5px 0;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-title {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-title {
    font-size: 20px;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-text {
  font-size: 16px;
  line-height: 1.3;
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-cta {
  margin-top: 25px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-cta {
    margin-top: 15px;
  }
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-cta a {
  background: transparent;
  border-color: white;
  color: white;
}
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-cta a:hover,
.twenty20-community .twenty20-community-layout .twenty20-community-item .twenty20-community-item-background .twenty20-community-item-content > div.twenty20-community-item-cta a:focus {
  background: white;
  border-color: white;
  color: #0057a8;
}
.footer {
  font-size: 14px;
}
.footer a {
  color: #007eb3;
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  color: #0057a8;
  text-decoration: underline;
}
.footer .footer-main .footer-main-layout {
  clear: both;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-main .footer-main-layout {
    margin: -20px -15px 0 -15px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-main .footer-main-layout .footer-main-column {
    float: left;
    padding: 0 15px;
    width: 60%;
  }
  .footer .footer-main .footer-main-layout .footer-main-column:first-child {
    width: 35%;
  }
}
.footer .footer-main .footer-main-layout .footer-main-column > div {
  margin: 30px 0;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .footer .footer-main .footer-main-layout .footer-main-column > div {
    margin: 20px 0;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .footer .footer-main .footer-main-layout .footer-main-column > div.footer-logo {
    display: none;
  }
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-logo > a {
  display: block;
  width: 246px;
  height: 69px;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-logo > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-address {
  font-size: 16px;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-address ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 800;
  color: #d34312;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-address ul > li {
  padding: 0;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-address ul > li:before {
  display: none;
  content: "";
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-address ul > li {
  margin: 5px 0;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -15px;
  font-size: 20px;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-social ul > li {
  padding: 0;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-social ul > li:before {
  display: none;
  content: "";
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-social ul > li {
  padding: 0 15px;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-subscribe > a.btn {
  text-decoration: none;
  background: #d34312;
  border-color: #d34312;
  color: white;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-subscribe > a.btn:hover,
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-subscribe > a.btn:focus {
  background: #0057a8;
  border-color: #0057a8;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-seo h2,
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-seo h3,
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-seo p > strong {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #d34312;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout {
  margin: -10px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -15px;
  }
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column {
  padding: 10px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column {
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
  }
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column h2,
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column h3,
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column p > strong {
  display: block;
  margin: 0 0 15px 0;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #062f6e;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column ul > li {
  padding: 0;
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column ul > li:before {
  display: none;
  content: "";
}
.footer .footer-main .footer-main-layout .footer-main-column > div.footer-nav .footer-nav-layout .footer-nav-column ul > li {
  margin: 8px 0;
}
.footer .footer-band {
  background: #0057a8;
  color: white;
  padding: 15px 0;
  font-size: 12px;
}
.footer .footer-band .footer-band-padding {
  position: relative;
  padding-right: 90px;
  min-height: 30px;
}
.footer .footer-band .footer-band-padding .footer-band-button {
  position: absolute;
  top: 5px;
  right: 0;
  width: 45px;
  height: 45px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-padding .footer-band-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.footer .footer-band .footer-band-padding .footer-band-button > button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 2px solid white;
  background: #0057a8;
  color: white;
  font-size: 18px;
}
.footer .footer-band .footer-band-padding .footer-band-button > button:before {
  content: "\f062";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.footer .footer-band .footer-band-padding .footer-band-button > button:hover,
.footer .footer-band .footer-band-padding .footer-band-button > button:focus {
  background: white;
  color: #0057a8;
}
.footer .footer-band .footer-band-layout {
  margin: -5px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 -15px;
  }
}
.footer .footer-band .footer-band-layout > div {
  padding: 5px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div {
    padding: 0 15px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: -5px 0;
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li {
  padding: 0;
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li:before {
  display: none;
  content: "";
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div.footer-band-trust > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -15px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li {
  padding: 5px 0;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li {
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -3px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li a {
  color: #fff;
  text-decoration: none;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li a {
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -3px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li a:hover,
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li a:focus {
  text-decoration: underline;
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li img {
  margin: 3px 0;
  display: block;
  height: 30px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li img {
    margin: 0 3px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li span {
  margin: 3px 0;
  display: block;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .footer .footer-band .footer-band-layout > div.footer-band-trust > ul > li span {
    margin: 0 3px;
  }
}
.footer .footer-band .footer-band-layout > div.footer-band-copyright a {
  color: white;
  text-decoration: underline;
}
.header {
  position: relative;
  z-index: 1000;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header .header-desktop {
    display: none;
  }
}
.header .header-desktop .header-top {
  background: #0057a8;
  padding: 15px 0;
}
.header .header-desktop .header-top .header-layout {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -8px;
}
.header .header-desktop .header-top .header-layout > div {
  padding: 0 8px;
}
.header .header-desktop .header-top .header-layout > div.header-language {
  margin-right: auto;
}
.header .header-desktop .header-top .header-layout > div.header-global {
  padding: 0 15px;
}
.header .header-desktop .header-top .header-layout > div.header-global .header-global-layout {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.header .header-desktop .header-top .header-layout > div.header-global .header-global-layout > .header-global-item {
  padding: 0 10px;
}
.header .header-desktop .header-main {
  padding: 25px 0;
}
.header .header-desktop .header-main .header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 0 -8px;
}
.header .header-desktop .header-main .header-layout > div {
  padding: 0 8px;
}
.header .header-desktop .header-main .header-layout > div.header-logo > a {
  display: block;
  width: 246px;
  height: 69px;
}
.header .header-desktop .header-main .header-layout > div.header-logo > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-mobile {
  display: none;
  padding-bottom: 5px;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header .header-mobile {
    display: block;
  }
}
.header .header-mobile .header-top {
  background: #0057a8;
  color: white;
  font-size: 14px;
}
.header .header-mobile .header-top .header-layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-mobile .header-top .header-layout > div.header-global {
  padding-left: 20px;
}
.header .header-mobile .header-main .header-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px -15px;
}
.header .header-mobile .header-main .header-layout > div {
  padding: 0 15px;
}
.header .header-mobile .header-main .header-layout > div.header-logo > a {
  display: block;
  width: 190px;
  height: 53px;
}
.header .header-mobile .header-main .header-layout > div.header-logo > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-trigger > button {
  position: relative;
  background: white;
  border: 1px solid white;
  color: #0057a8;
  font-size: 38px;
  width: 50px;
  height: 45px;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-trigger > button:before {
  content: "\f0c9";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-trigger > button.active:before {
  content: "\f00d";
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0057a8;
  color: white;
  overflow-y: auto;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global {
  padding: 5px 15px;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul {
  justify-content: center;
  align-items: center;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul > li {
  display: none;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul > li:nth-child(1),
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul > li:nth-child(2),
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul > li:nth-child(3) {
  display: block;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-global .header-global .sfContentBlock > ul > li:before {
  display: none;
}
.header .header-mobile .header-main .header-layout > div.header-mobile-menu .header-mobile-menu-target .header-mobile-menu-search {
  padding: 20px 15px;
}
.header .header-mobile .header-bottom .header-bottom-layout {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 10px -5px;
}
.header .header-mobile .header-bottom .header-bottom-layout > div {
  padding: 0 5px;
  flex-basis: 0;
  flex-grow: 1;
}
.header .header-mobile .header-bottom .header-bottom-layout > div._payment .btn {
  display: block;
  width: 100%;
  border-color: #c9c5c5;
  color: #0057a8;
}
.header .header-mobile .header-bottom .header-bottom-layout > div._payment .btn:hover,
.header .header-mobile .header-bottom .header-bottom-layout > div._payment .btn:focus {
  border-color: #0057a8;
  background: #0057a8;
  color: white;
}
.header .header-mobile .header-bottom .header-bottom-tagline {
  margin: 10px 0;
}
.header .header-mobile .header-bottom .header-bottom-tagline > a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  color: #062f6e;
  text-decoration: none;
}
.header .header-mobile .header-bottom .header-bottom-tagline > a > strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.header .header-mobile .header-bottom .header-bottom-tagline > a:after {
  content: '\f061';
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.header-global .sfContentBlock > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -10px;
}
.header-global .sfContentBlock > ul > li {
  position: relative;
  padding: 0 5px;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-global .sfContentBlock > ul > li:before {
    content: "|";
    position: absolute;
    top: 10px;
    left: -2px;
    color: white;
  }
}
.header-global .sfContentBlock > ul > li a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}
.header-global .sfContentBlock > ul > li a:hover,
.header-global .sfContentBlock > ul > li a:focus {
  text-decoration: underline;
}
.header-global .sfContentBlock > ul > li > ul {
  display: none;
}
.header-global .sfContentBlock > ul > li > .dropdown > a {
  position: relative;
  padding-right: 22px;
}
.header-global .sfContentBlock > ul > li > .dropdown > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 11px;
  right: 4px;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-global .sfContentBlock > ul > li > .dropdown > a:after {
    top: 9px;
    right: 6px;
  }
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu {
  padding: 10px 0;
  border: none;
  box-shadow: none;
  left: 50%;
  transform: translateX(-50%);
  background: #0057a8;
  color: white;
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu > ul > li {
  padding: 0;
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu > ul > li:before {
  display: none;
  content: "";
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu > ul > li {
  padding: 5px 20px;
  white-space: nowrap;
}
.header-global .sfContentBlock > ul > li > .dropdown > .dropdown-menu > ul > li > a {
  display: block;
  margin: -5px -20px;
  padding: 5px 20px;
}
.header-global .sfContentBlock > ul > li > .dropdown.open > a:after {
  content: "\f106";
}
.header-login .dropdown > button {
  display: block;
  width: 110px;
  position: relative;
  background: #0057a8;
  border: 1px solid white;
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-login .dropdown > button {
    width: 100%;
  }
}
.header-login .dropdown > button:hover,
.header-login .dropdown > button:focus {
  background: white;
  color: #0057a8;
}
.header-login .dropdown > button:before {
  display: inline-block;
  margin-right: 7px;
  content: "\f023";
  font-family: "FontAwesome";
}
.header-login .dropdown > button:after {
  display: none;
  margin-left: 7px;
  content: "\f00d";
  font-family: "FontAwesome";
}
.header-login .dropdown > .dropdown-menu {
  padding: 0;
  border: none;
  box-shadow: none;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media (min-width:  1200px ) {
  .header-login .dropdown > .dropdown-menu {
    width: 340px;
  }
}
.header-login .dropdown.open > button {
  background: white;
  color: #0057a8;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-login .dropdown.open > button {
    background: #0057a8;
    border-color: #0057a8;
    color: white;
  }
}
.header-login .dropdown.open > button:before {
  display: none;
}
.header-login .dropdown.open > button:after {
  display: inline-block;
}
.header-search fieldset {
  position: relative;
  background: #0057a8;
  border: 1px solid white;
  padding: 0;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-search fieldset > label {
  display: block;
  margin: 0;
  padding: 12px 30px 12px 20px;
  color: white;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-search fieldset > label {
    padding: 12px 20px 12px 40px;
  }
}
.header-search fieldset > label > input {
  padding: 0;
  border-width: 0;
  margin: 0;
  width: 62px;
  border: none;
  background: transparent;
  color: white;
  font-size: 14px;
  font-weight: 700;
  transition: width .25s;
}
.header-search fieldset > label > input::-moz-placeholder {
  color: white;
  font-style: unset;
  text-transform: uppercase;
  opacity: 1;
}
.header-search fieldset > label > input:-ms-input-placeholder {
  color: white;
  font-style: unset;
  text-transform: uppercase;
}
.header-search fieldset > label > input::-webkit-input-placeholder {
  color: white;
  font-style: unset;
  text-transform: uppercase;
}
.header-search fieldset > label > span {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: transparent;
  margin-bottom: 0;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-search fieldset > label > span {
    right: auto;
    left: 15px;
  }
}
.header-search fieldset > label > span:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.header-search fieldset > input[type='submit'] {
  font-family: "FontAwesome";
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  height: 44px;
  width: 44px;
  padding: 0;
  transform: translateY(-50%);
  color: white;
  background: transparent;
  border: none;
  border-radius: 0 30px 30px 0;
  margin-bottom: 0;
}
@media (min-width:  1200px ) {
  .header-search fieldset > input[type='submit'] {
    display: none;
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-search fieldset > input[type='submit'] {
    border-left: 1px solid white;
  }
}
@media (min-width:  1200px ) {
  .header-search:hover fieldset {
    background: white;
    color: #0057a8;
  }
  .header-search:hover fieldset > label > input {
    color: #0057a8;
  }
  .header-search:hover fieldset > label > input::-moz-placeholder {
    color: #0057a8;
    font-style: unset;
    text-transform: uppercase;
    opacity: 1;
  }
  .header-search:hover fieldset > label > input:-ms-input-placeholder {
    color: #0057a8;
    font-style: unset;
    text-transform: uppercase;
  }
  .header-search:hover fieldset > label > input::-webkit-input-placeholder {
    color: #0057a8;
    font-style: unset;
    text-transform: uppercase;
  }
  .header-search:hover fieldset > label > span {
    color: #0057a8;
  }
}
.header-search.active fieldset {
  background: white;
  color: #0057a8;
}
.header-search.active fieldset > label > input {
  color: #0057a8;
}
.header-search.active fieldset > label > input::-moz-placeholder {
  color: #0057a8;
  font-style: unset;
  text-transform: uppercase;
  opacity: 1;
}
.header-search.active fieldset > label > input:-ms-input-placeholder {
  color: #0057a8;
  font-style: unset;
  text-transform: uppercase;
}
.header-search.active fieldset > label > input::-webkit-input-placeholder {
  color: #0057a8;
  font-style: unset;
  text-transform: uppercase;
}
@media (min-width:  1200px ) {
  .header-search.active fieldset > label > input {
    width: 120px;
  }
}
@media (min-width:  1200px ) {
  .header-search.active fieldset > label > span {
    display: none;
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .header-search.active fieldset > label > span {
    color: #0057a8;
  }
}
.header-search.active fieldset > input[type='submit'] {
  display: block;
  color: #0057a8;
}
.twenty20-home .container {
  padding-left: 15px;
  padding-right: 15px;
}
.twenty20-home .container .container {
  width: auto;
  min-width: unset;
  padding-left: 0;
  padding-right: 0;
}
.twenty20-home .twenty20-home-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.twenty20-home .twenty20-home-title h1 {
  margin: 0;
  padding: 10px;
  background: red;
  color: white;
}
.twenty20-home .twenty20-home-login {
  margin: 0 0 60px 0;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-home .twenty20-home-login {
    margin: 0 0 30px 0;
  }
}
@media (min-width:  1200px ) {
  .twenty20-home .twenty20-home-login .twenty20-home-login-layout {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 -30px;
  }
}
@media (min-width:  1200px ) {
  .twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-column {
    padding: 0 30px;
    height: 100%;
    width: 50%;
  }
}
@media (min-width:  1200px ) {
  .twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-column:first-child {
    width: 25%;
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-column:first-child {
    display: none;
  }
}
@media (min-width:  1200px ) {
  .twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-column:last-child {
    width: 75%;
  }
}
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > span {
  position: relative;
  display: block;
  padding: 10px 15px;
  border: 1px solid #c9c5c5;
  border-top-width: 0;
  background: #007eb3;
  border: 1px solid #007eb3;
  font-size: 18px;
  font-weight: 700;
  color: white;
}
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > a {
  position: relative;
  display: block;
  padding: 10px 45px 10px 15px;
  border: 1px solid #c9c5c5;
  border-top-width: 0;
  font-size: 16px;
  text-decoration: none;
  color: #062f6e;
}
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > a > strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > a:after {
  content: '\f061';
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > a:hover,
.twenty20-home .twenty20-home-login .twenty20-home-login-layout .twenty20-home-login-items .twenty20-home-login-item > a:focus {
  color: #062f6e;
  text-decoration: underline;
}
.twenty20-home .twenty20-home-widgets {
  position: relative;
  z-index: 9;
  margin: 60px 0 0 0;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-home .twenty20-home-widgets {
    margin: 30px 0 0 0;
  }
}
.twenty20-home .twenty20-home-brand {
  position: relative;
  z-index: 8;
  background: #c8efff;
  font-weight: 700;
}
@media (min-width:  1200px ) {
  .twenty20-home .twenty20-home-brand {
    padding: 100px 0 50px 0;
    margin: -120px 0 0 0;
    text-align: center;
  }
  .twenty20-home .twenty20-home-brand .twenty20-home-brand-margins {
    padding: 0 25%;
  }
  .twenty20-home .twenty20-home-brand .twenty20-home-brand-margins .RadDockZone {
    margin-top: 20px;
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-home .twenty20-home-brand {
    padding: 15px 5px;
    margin: -40px 0 0 0;
  }
}
.twenty20-home .twenty20-home-disclosures {
  font-size: 12px;
}
.twenty20-home .twenty20-home-disclosures h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #062f6e;
}
.twenty20-home .twenty20-home-disclosures .twenty20-home-disclosures-border {
  padding: 40px 0 30px 0;
  border-bottom: 1px solid #c9c5c5;
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-home .twenty20-home-disclosures .twenty20-home-disclosures-border {
    padding: 20px 0 15px 0;
  }
}
.twenty20-news {
  margin: 60px 0;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-news {
    margin: 40px 0;
  }
}
.twenty20-news .twenty20-news-title {
  text-align: center;
  margin: 0 0 35px 0;
}
.twenty20-news .twenty20-news-title h2 {
  margin: 0;
  font-size: 35px;
  color: #0057a8;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-news .twenty20-news-title h2 {
    font-size: 24px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-news .twenty20-news-layout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 -20px;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-news .twenty20-news-layout {
    margin: -25px 0 0 0;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-news .twenty20-news-layout .twenty20-news-item {
    padding: 0 20px;
    flex-basis: 0;
    flex-grow: 5;
  }
  .twenty20-news .twenty20-news-layout .twenty20-news-item:first-child {
    flex-grow: 8;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-news .twenty20-news-layout .twenty20-news-item {
    padding: 15px 10px;
  }
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media {
  margin: 0 -10px 15px -10px;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media .twenty20-news-item-image > div {
  background-position: center center;
  background-size: cover;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media .twenty20-news-item-image > div:before {
  content: "";
  display: table;
  padding-top: 56.25%;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media .twenty20-news-item-video > div {
  position: relative;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media .twenty20-news-item-video > div:before {
  content: "";
  display: table;
  padding-top: 56.25%;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-media .twenty20-news-item-video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-type {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #d34312;
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-headline {
  font-size: 22px;
  line-height: 1.3;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-headline {
    font-size: 18px;
  }
}
.twenty20-news .twenty20-news-layout .twenty20-news-item .twenty20-news-item-cta {
  margin: 10px 0 0 0;
}
.twenty20-rate {
  margin: 60px 0;
  padding: 15px;
  background: #ffd200;
  text-align: center;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-rate {
    opacity: 0;
  }
  .twenty20-rate.active {
    opacity: 1;
    animation: fadeInUp;
    animation-duration: 1s;
  }
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-rate {
    margin: 40px 0;
  }
}
.twenty20-rate .twenty20-rate-headline {
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
}
.twenty20-rate .twenty20-rate-content {
  margin: 5px 0;
  font-size: 30px;
  font-weight: 700;
}
.twenty20-rate .twenty20-rate-cta {
  margin: 15px 0 5px 0;
}
.twenty20-rate .twenty20-rate-cta .btn {
  color: #062f6e;
  border-color: #062f6e;
}
.twenty20-rate .twenty20-rate-cta .btn:hover,
.twenty20-rate .twenty20-rate-cta .btn:focus {
  color: white;
  background: #062f6e;
}
.twenty20-rates {
  position: relative;
  margin: 60px 0;
  padding: 25px 0;
  background: #ffd200;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-rates {
    margin: 30px 0;
    text-align: center;
  }
}
.twenty20-rates .twenty20-rates-layout {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 -15px;
}
.twenty20-rates .twenty20-rates-layout.slick-slider {
  margin-bottom: 30px;
}
.twenty20-rates .twenty20-rates-layout.slick-slider + .twenty20-rates-controls {
  display: block;
}
.twenty20-rates .twenty20-rates-controls {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.twenty20-rates .twenty20-rates-controls > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 -8px;
}
.twenty20-rates .twenty20-rates-controls > ul > li {
  padding: 0;
}
.twenty20-rates .twenty20-rates-controls > ul > li:before {
  display: none;
  content: "";
}
.twenty20-rates .twenty20-rates-controls > ul > li {
  padding: 0 8px;
}
.twenty20-rates .twenty20-rates-controls > ul > li > button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 1px solid #062f6e;
  background: transparent;
  text-indent: -9999px;
  border-radius: 30px;
}
.twenty20-rates .twenty20-rates-controls > ul > li.slick-active > button {
  background: #062f6e;
}
.twenty20-rates .twenty20-rate {
  margin: 0;
  background: none;
  padding: 0 30px;
}
.twenty20-solutions {
  margin: 60px 0;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-solutions {
    margin: 40px 0;
  }
}
.twenty20-solutions .container {
  position: relative;
}
.twenty20-solutions .twenty20-solutions-controls {
  position: relative;
  z-index: 9;
  background: #ebebeb;
  border-radius: 30px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solutions-controls {
    position: absolute;
    top: 0;
    left: 15px;
  }
}
.twenty20-solutions .twenty20-solutions-controls .twenty20-solutions-controls-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: #0057a8;
  border-radius: 30px;
}
.twenty20-solutions .twenty20-solutions-controls > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.twenty20-solutions .twenty20-solutions-controls > ul > li {
  padding: 0;
}
.twenty20-solutions .twenty20-solutions-controls > ul > li:before {
  display: none;
  content: "";
}
.twenty20-solutions .twenty20-solutions-controls > ul > li {
  position: relative;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-solutions .twenty20-solutions-controls > ul > li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
.twenty20-solutions .twenty20-solutions-controls > ul > li > a {
  display: block;
  background: transparent;
  border-width: 0;
  color: #0057a8;
  padding-left: 30px;
  padding-right: 30px;
}
.twenty20-solutions .twenty20-solutions-controls > ul > li > a:hover,
.twenty20-solutions .twenty20-solutions-controls > ul > li > a:focus,
.twenty20-solutions .twenty20-solutions-controls > ul > li > a.active,
.twenty20-solutions .twenty20-solutions-controls > ul > li > a:active {
  text-decoration: underline;
  box-shadow: none;
}
.twenty20-solutions .twenty20-solutions-controls > ul > li.active > a {
  color: white;
}
.twenty20-solutions .twenty20-solutions-controls > ul > li.active > a:hover,
.twenty20-solutions .twenty20-solutions-controls > ul > li.active > a:focus {
  text-decoration: none;
}
.twenty20-solutions .tab-content {
  position: relative;
  z-index: 8;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin: 0 -15px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div {
    padding: 0 15px;
  }
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text {
    width: 40%;
    padding-top: 60px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div {
  margin: 10px 0;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-headline {
  font-size: 28px;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-headline {
    font-size: 22px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content {
  font-size: 20px;
  color: #007eb3;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content a {
  color: #007eb3;
  text-decoration: none;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content a:hover,
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content a:focus {
  color: #0057a8;
  text-decoration: underline;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -20px 0 0;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li {
  position: relative;
  padding: 3px 0 3px 20px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li {
    width: 50%;
    padding: 10px 20px 10px 20px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #007eb3;
  top: 3px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li:before {
    top: 10px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a {
  position: relative;
  display: block;
  background: white;
  margin: -3px 0 -3px -20px;
  padding: 3px 0 3px 20px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a {
    margin: -10px -20px -10px -20px;
    padding: 10px 20px 10px 20px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  color: #007eb3;
  top: 3px;
  transition: margin-left 0.2s;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a:after {
    top: 10px;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a:hover:after,
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-text > div.twenty20-solution-content > ul li > a:focus:after {
  margin-left: 6px;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media {
    width: 60%;
  }
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div {
  margin: 10px 0;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-image > div {
  background-position: center center;
  background-size: cover;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-image > div:before {
  content: "";
  display: table;
  padding-top: 56.25%;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-video > div {
  position: relative;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-video > div:before {
  content: "";
  display: table;
  padding-top: 56.25%;
}
.twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-video > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width:  1200px ), (min-width:  960px ) and (max-width:  1199px ) {
  .twenty20-solutions .twenty20-solution .twenty20-solution-layout > div.twenty20-solution-media > div.twenty20-solution-caption {
    font-size: 20px;
  }
}
html {
  overflow-x: hidden;
}
html.no-scroll {
  overflow: hidden;
}
html.no-scroll body {
  overflow: hidden;
}
@media (min-width:  768px ) and (max-width:  959px ), (max-width:  767px ) {
  .container {
    width: auto;
  }
}
.twenty20-widget-error {
  padding: 8px 15px;
  border: 3px dashed #d62839;
  color: #d62839;
  font-size: 14px;
  font-weight: 900;
}
