@-webkit-keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}
@keyframes arrow {
  0% {
    left: 0;
  }
  50% {
    left: 2px;
  }
  100% {
    left: 0;
  }
}
.location-cards {
  margin: 40px 10px 10px 10px;
  background: #f1fafe;
  padding: 10px;
}
.location-card {
  border-color: #00a0e3 !important;
  background: #fff;
  transition: border-color 0.1s linear;
  margin-top: 25px;
  margin-bottom: 20px;
  min-height: 380px;
  border: solid;
  border-width: 10px 0px 0px 0px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 30px;
}
.location-card:hover {
  border-color: #ee6435 !important;
}
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  /* The Close Button */
}
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  cursor: pointer;
  max-width: 1200px;
}
.faq-section {
  width: 100%;
  min-width: 300px;
}
.faqs a:after {
  font-family: 'FontAwesome';
  font-size: 3rem;
  content: "\f106";
  color: #1f7de2;
  float: right;
  margin-top: -12px;
}
.faqs a {
  font-size: 24px;
  line-height: 1.1;
  color: #0057a8;
  padding-bottom: 20px;
}
.faqs a.collapsed:after {
  content: "\f107";
}
.mySlidesContainer img {
  vertical-align: middle;
}
.mySlidesContainer .mySlides {
  display: none;
}
.mySlidesContainer .cursor {
  cursor: pointer;
}
.mySlidesContainer .prev,
.mySlidesContainer .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: black;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.mySlidesContainer .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.mySlidesContainer .prev:hover,
.mySlidesContainer .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.mySlidesContainer .numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.mySlidesContainer .caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.mySlidesContainer .row:after {
  content: "";
  display: table;
  clear: both;
}
.mySlidesContainer .column {
  float: left;
  width: 16.66%;
}
.mySlidesContainer .demo {
  opacity: 0.6;
}
.mySlidesContainer .active,
.mySlidesContainer .demo:hover {
  opacity: 1;
}
.shcumap {
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}
.mapTitle {
  font-size: 1.35em;
  color: #0080C3;
  margin-bottom: 5px;
}
.mapWindowIcon {
  float: left;
  margin-right: 5px;
  width: 40px;
  height: 40px;
}
.mapText {
  line-height: 1.6em;
  margin-bottom: 5px;
}
.mapDirections {
  font-size: .9em;
  clear: both;
  margin-left: 5px;
}
.mapDirections a:visited,
mapDirections a {
  color: #0080c3;
}
.mapWalkin {
  background: url(Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/mapicons/walk-blue.png);
}
.mapDrivethru {
  background: url(Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/mapicons/drive-blue.png);
}
.mapAtm {
  background: url(Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/mapicons/atm-blue.png);
}
@media (max-width: 767px) {
  .shcumap {
    height: 250px;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 95% !important;
  height: 95% !important;
}
body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width:  767px ) {
  body {
    font-size: 16px;
  }
}
.btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 1px solid #0057a8;
  color: #0057a8;
  border-radius: 30px;
}
.btn:focus,
.btn:hover {
  background: #0057a8;
  border-color: #0057a8;
  color: white;
}
.btn.btn-primary {
  background: #0057a8;
  border-color: #0057a8;
  color: white;
}
.btn.btn-primary:after {
  content: '\f061';
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  margin: 0 2px 0 7px;
  position: relative;
  top: -1px;
}
.btn.btn-primary:focus,
.btn.btn-primary:hover {
  background: #0057a8;
  border-color: #0057a8;
}
.btn.btn-primary:focus:after,
.btn.btn-primary:hover:after {
  -webkit-animation: arrow 1s infinite cubic-bezier(0, 0, 0.35, 1);
  -moz-animation: arrow 1s infinite cubic-bezier(0, 0, 0.35, 1);
  -o-animation: arrow 1s infinite cubic-bezier(0, 0, 0.35, 1);
  animation: arrow 1s infinite cubic-bezier(0, 0, 0.35, 1);
}
h1 {
  font-weight: 300;
  margin: 0;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width:  767px ) {
  h1 {
    font-size: 31px;
  }
}
@media (max-width:  767px ) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-weight: 400;
  margin-top: 0;
}
@media (max-width:  767px ) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  hr {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}
p + h3,
ul + h3 {
  margin-top: 25px;
}
ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
ul li {
  padding: 4px 0 4px 20px;
}
ul li:before {
  color: #0057a8;
  content: "\2022";
  left: 0;
  position: absolute;
}
ul.list-inline,
ul.list-unstyled,
ul.dropdown-menu {
  position: static;
  font-size: inherit;
}
ul.list-inline li,
ul.list-unstyled li,
ul.dropdown-menu li {
  padding: 0;
}
ul.list-inline li:before,
ul.list-unstyled li:before,
ul.dropdown-menu li:before {
  content: none;
  position: static;
}
ul.list-inline li {
  padding-left: 5px;
}
ul + p {
  margin-top: 25px;
}
a {
  text-decoration: underline;
}
@media (max-width:  767px ) {
  .table-responsive {
    border-color: #b2e2f7;
  }
}
.table {
  border-bottom: 1px solid #009de1;
  text-align: center;
  /*caption {
        caption-side: bottom;
        color: @brand-color-1;
        font-size: @font-size-small;
        margin-top: 35px;
        text-align: left;
    }*/
}
.table > thead > tr > th,
.table > tbody > tr > th {
  border-bottom: 5px solid #00a0e3;
  color: #0057a8;
  font-size: 22px;
  padding: 12px 17px;
  text-align: center;
}
@media (max-width:  767px ) {
  .table > thead > tr > th,
  .table > tbody > tr > th {
    font-size: 19px;
  }
}
.table > tbody > tr > th {
  border-bottom: 1px solid #009de1;
}
.table td {
  font-size: 20px;
}
@media (max-width:  767px ) {
  .table td {
    font-size: 18px;
  }
}
.photo-caption {
  color: #0057a8;
  font-size: 16px;
  margin-top: 5px;
}
.pageIntro {
  color: #0057a8;
  font-size: 20px;
}
.pullQuote {
  float: right;
  width: 30%;
  min-width: 300px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.1em;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #33b3e9;
  border-bottom-width: 1px;
  padding: 10px 0px;
  border-bottom-style: solid;
  border-bottom-color: #33b3e9;
  color: #33b3e9;
}
.blogPhoto {
  float: right;
  max-width: 350px;
  margin-left: 20px;
  margin-bottom: 20px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.photoWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-caption {
  color: #0057a8;
  font-size: 16px;
  margin-top: 35px;
}
.page-title-cts-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.page-title-cts-wrap .page-title-icon,
.page-title-cts-wrap .page-title,
.page-title-cts-wrap .ctas {
  display: table-cell;
  vertical-align: top;
}
.page-title-cts-wrap .page-title-icon {
  padding-right: 11px;
  padding-top: 5px;
  width: 51px;
}
.page-title-cts-wrap .page-title-icon img {
  width: 40px;
  height: 40px;
}
@media (max-width:  767px ) {
  .page-title-cts-wrap .page-title-icon {
    padding-top: 0;
  }
}
.page-title-cts-wrap .ctas {
  padding-top: 4px;
  text-align: right;
  white-space: nowrap;
}
@media (max-width:  767px ) {
  .ctas {
    margin-bottom: 30px;
  }
}
.ctas .btn {
  white-space: nowrap;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .ctas .btn {
    max-width: 195px;
    white-space: normal;
  }
}
@media (max-width:  767px ) {
  .ctas .btn {
    display: table;
    margin: 10px auto;
    max-width: 320px;
    white-space: normal;
    width: auto;
  }
}
.intro {
  margin-bottom: 50px;
}
@media (max-width:  767px ) {
  .intro {
    margin-bottom: 30px;
  }
}
.rate-promo {
  border: 1px solid #0057a8;
  margin: 0 auto;
  max-width: 280px;
  padding: 10px 20px;
  text-align: center;
}
.rate-promo h3 {
  font-size: 25px;
  font-weight: 700;
  margin: 0;
}
@media (max-width:  767px ) {
  .rate-promo h3 {
    cursor: pointer;
  }
  .rate-promo h3:after {
    content: '\f063';
    font-family: "FontAwesome";
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: 1px;
  }
}
@media (max-width:  767px ) {
  .rate-promo.open h3:after {
    content: '\f062';
  }
}
@media (max-width:  767px ) {
  .rate-promo .rate-promo-inner {
    display: none;
  }
}
.rate {
  color: #0057a8;
  font-size: 14px;
  padding: 15px;
  position: relative;
  text-align: center;
}
.rate + .rate {
  border-top: 1px solid #ccecf9;
}
.rate .rate-num {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  margin-right: 3px;
}
.rate .rate-pct {
  line-height: 2;
  position: absolute;
}
.rate strong {
  font-weight: 900;
}
.rate a {
  text-decoration: none;
}
.related-content .sfContentBlock,
.recent-news {
  border-top: 1px solid #99def9;
  margin-top: 10px;
}
@media (max-width:  767px ) {
  .related-content .sfContentBlock,
  .recent-news {
    text-align: center;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  .related-content .sfContentBlock,
  .recent-news {
    padding: 10px 0;
  }
}
.related-content .sfContentBlock h4,
.recent-news h4 {
  color: #0057a8;
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.42857143;
}
@media (max-width:  767px ) {
  .related-content .sfContentBlock h4,
  .recent-news h4 {
    display: block;
    font-size: 16px;
    margin: 0;
  }
}
.related-content .sfContentBlock h4:before,
.recent-news h4:before {
  content: '\f14c';
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
}
.related-content .sfContentBlock .list-inline,
.recent-news .list-inline {
  display: inline;
  margin: 0;
}
@media (max-width:  767px ) {
  .related-content .sfContentBlock .list-inline,
  .recent-news .list-inline {
    margin-bottom: 10px;
  }
}
.related-content .sfContentBlock .list-inline > li,
.recent-news .list-inline > li {
  padding: 0 10px;
}
.related-content .sfContentBlock {
  border-bottom: 1px solid #99def9;
}
.recent-news {
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  .recent-news {
    padding: 10px 0;
  }
}
.recent-news h4 {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  margin: 0 12px 0 0;
}
@media (max-width:  767px ) {
  .recent-news h4 {
    display: inline-block;
  }
}
.recent-news li + li {
  margin-top: 10px;
}
.recent-news .list-unstyled {
  margin-bottom: 0;
}
.sf_pagerNumeric {
  color: #0057a8;
}
.sf_pagerNumeric a {
  color: inherit;
  text-decoration: none;
}
.sf_pagerNumeric a.sf_PagerCurrent,
.sf_pagerNumeric a:focus,
.sf_pagerNumeric a:hover {
  color: #0057a8;
}
.sf_pagerNumeric a + a:before {
  color: #0057a8;
  content: '|';
  display: inline-block;
  padding: 0 7px;
}
.main {
  padding-bottom: 15px;
}
.section-main .intro {
  color: #0057a8;
  font-size: 25px;
}
@media (max-width:  767px ) {
  .section-main .intro {
    font-size: 20px;
  }
}
.product-landing .product-leadin {
  border-bottom: 1px solid #b2e1f6;
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (max-width:  767px ) {
  .product-landing .product-leadin {
    font-size: 18px;
  }
}
.product-landing .product-leadin img {
  display: block;
  margin: auto;
  max-width: 270px;
  width: 100%;
}
.product-landing .product-leadin h2 {
  margin-top: 0;
}
@media (max-width:  767px ) {
  .product-landing .product-leadin h2 {
    margin-top: 20px;
  }
}
.icon {
  display: inline-block;
  background-image: url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/icons/icon-self-help.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}
.icon.icon-personal-accounts {
  background-position: 0 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #0057a8;
  font-style: italic;
  text-transform: none;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #0057a8;
  font-style: italic;
  text-transform: none;
}
.form-control::-webkit-input-placeholder {
  color: #0057a8;
  font-style: italic;
  text-transform: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  color: #0057a8;
}
.lt-ie9 .search {
  margin-left: 30px;
}
@media (max-width:  767px ) {
  .lt-ie9 .search {
    margin-left: 0;
  }
}
.Home .intro {
  font-size: 20px;
  margin: 45px 0;
}
@media (max-width:  767px ) {
  .Home .intro {
    font-size: 17px;
    margin: 20px 0 10px;
  }
}
.Home .intro h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 50px;
  position: relative;
}
.Home .intro h2 .sfImageWrapper {
  left: 0;
  position: absolute;
  width: 40px;
  height: 40px;
}
@media (max-width:  767px ) {
  .Home .intro h2 {
    font-size: 25px;
  }
}
.Home .intro h2:before {
  /*background: @brand-color-3;
                border-radius: 50px;
                color: white;
                content: '\f015';
                display: inline-block;
                font-family: @font-family-icon;
                font-size: 25px;
                left: 0;
                line-height: 1;
                padding: 7px 0;
                position: absolute;
                text-align: center;
                vertical-align: 3px;
                .square(40px;)*/
}
.Home .intro .btn {
  margin-top: 20px;
}
@media (max-width:  767px ) {
  .Home .intro .photo {
    margin-top: 25px;
  }
}
.Home .promos {
  border-top: 1px solid #99def9;
  margin: 0 0 20px;
  padding-top: 20px;
}
.Home .promos .col-sm-4 + .col-sm-4 {
  border-left: 1px solid #99def9;
}
@media (max-width:  767px ) {
  .Home .promos .col-sm-4 + .col-sm-4 {
    border-left: none;
    border-top: 1px solid #99def9;
  }
}
.Home .promo {
  height: 100%;
  padding: 15px 0 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width:  767px ) {
  .Home .promo {
    padding-bottom: 15px;
    padding-left: 70px;
    text-align: left;
  }
}
.Home .promo h3 {
  color: #0057a8;
  font-size: 25px;
}
@media (max-width:  767px ) {
  .Home .promo h3 {
    font-size: 23px;
  }
}
.Home .promo .promo-icon {
  background: #d34312;
  border-radius: 50px;
  color: white;
  display: block;
  font-size: 35px;
  margin: 15px auto;
  padding: 4px;
  text-align: center;
  width: 60px;
  height: 60px;
}
@media (max-width:  767px ) {
  .Home .promo .promo-icon {
    left: 0;
    position: absolute;
    top: 10px;
  }
}
.Home .promo .promo-cta {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (max-width:  767px ) {
  .Home .promo .promo-cta {
    position: static;
    text-align: left;
  }
}
.Home .promo .btn {
  margin: 10px 0;
}
@media (max-width:  767px ) {
  .Home .promo .btn {
    margin: 0;
  }
}
.Locations article h3 {
  margin-top: 20px;
}
.home-rate-promo {
  background: #e3f6fd;
  padding: 20px 0;
}
@media (max-width:  767px ) {
  .home-rate-promo {
    padding: 0;
  }
}
.home-rate-promo.open .rates-toggle:after {
  content: '\f062';
}
.home-rate-promo > .container {
  display: table;
}
@media (max-width:  767px ) {
  .home-rate-promo > .container {
    display: none;
  }
  .home-rate-promo > .container:before,
  .home-rate-promo > .container:after {
    content: " ";
    display: table;
  }
  .home-rate-promo > .container:after {
    clear: both;
  }
}
.home-rate-promo > .container > div {
  display: table-cell;
  vertical-align: middle;
}
.home-rate-promo > .container > div + div {
  border-left: 1px solid #99def9;
}
@media (max-width:  767px ) {
  .home-rate-promo > .container > div + div {
    border-left: none;
  }
}
.home-rate-promo > .container > div.home-rate-promo-cta {
  border-left: none;
}
@media (max-width:  767px ) {
  .home-rate-promo > .container > div.home-rate-promo-cta {
    text-align: center;
    width: 100%;
  }
}
.home-rate-promo > .container > div.home-rate-promo-cta .btn-primary:hover {
  background-color: #0272A2;
  border-color: #0272A2;
}
.home-rate-promo > .container > div .rate {
  padding: 0 15px;
}
@media (max-width:  767px ) {
  .home-rate-promo > .container > div {
    display: inline-block;
    float: left;
    margin: 10px 0;
    width: 50%;
  }
  .home-rate-promo > .container > div:nth-child(2n) {
    border-left: 1px solid #99def9;
  }
  .home-rate-promo > .container > div:nth-child(3):before,
  .home-rate-promo > .container > div:nth-child(4):before {
    border-top: 1px solid #99def9;
    content: '';
    display: block;
    margin: 0 -1px;
    position: relative;
    top: -11px;
    width: auto;
    height: 1px;
  }
}
.home-rate-promo .rates-toggle {
  border-bottom: 1px solid white;
  color: #0057a8;
  display: block;
  font-size: 20px;
  font-weight: 900;
  padding: 8px;
  text-align: center;
  text-decoration: none;
}
.home-rate-promo .rates-toggle:after {
  content: '\f063';
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 400;
  margin-left: 5px;
}
.home-rate-promo .btn-primary {
  background: white;
  border: white;
  color: #0057a8;
  font-size: 18px;
  padding: 3px 8px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .home-rate-promo .btn-primary {
    font-size: 17px;
  }
}
.home-rate-promo .btn-primary:focus,
.home-rate-promo .btn-primary:hover {
  color: white;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  .home-rate-promo .rate-title strong {
    display: block;
  }
}
.call {
  border-bottom: 1px solid #99def9;
  border-top: 1px solid #99def9;
  color: #0057a8;
  font-size: 27px;
  padding: 12px 0;
  text-align: center;
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  .call {
    font-size: 22px;
    padding: 10px 0;
  }
}
.call a {
  color: #d34312;
  text-decoration: none;
}
.learn-more {
  text-align: center;
  margin: 35px 0;
  font-weight: 700;
}
.embed-responsive {
  margin-bottom: 10px;
}
.sfFormSubmit:before,
.sfFormSubmit:after {
  content: " ";
  display: table;
}
.sfFormSubmit:after {
  clear: both;
}
.sfFormSubmit input[type="submit"] {
  background: #0057a8;
  border: 1px solid #0057a8;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.42857143;
  margin-bottom: 0;
  padding: 6px 17px;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.sfFormSubmit input[type="submit"]:focus,
.sfFormSubmit input[type="submit"]:hover {
  background-color: white;
  border-color: #0057a8;
  color: #0057a8;
}
.sfFormCaptcha .rcRefreshImage {
  display: inline-block !important;
  font-size: 16px;
}
.sfFormCaptcha .sfTxt {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #cfcfcf;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.sfFormCaptcha .sfTxt:focus {
  border-color: #0057a8;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sfErrorWrp {
  margin-bottom: 20px;
}
.sfErrorWrp .form-group {
  margin-bottom: 0;
}
.sfErrorWrp .sfError {
  color: #cd0309;
  font-size: 16px;
}
.sfErrorSummary {
  color: #cd0309;
  font-size: 16px;
}
.k-treeview .k-plus,
.k-treeview .k-minus,
.k-treeview .k-plus-disabled,
.k-treeview .k-minus-disabled {
  display: none !important;
}
.k-treeview .k-in {
  border: none !important;
}
.sfsearchResultsWrp dd + dt {
  margin-top: 20px;
}
.sfPageEditor ul li:before {
  content: none;
}
.sfPageEditor .masthead {
  height: 240px;
  background-repeat: no-repeat;
}
.sfPageEditor .ctas {
  max-width: 200px;
}
.sfPageEditor .header-top-left .social + .RadDockZone {
  height: 20px;
  width: 220px;
}
.sfpostsList {
  padding-right: 50px;
}
.sfpostsList h2 a {
  text-decoration: none;
}
.sfpostDetails {
  padding-right: 50px;
}
.sfpostContent,
.sfpostSummary {
  font-size: 20px;
  line-height: 32px;
}
.sfContentBlock img {
  max-width: 100%;
}
.skip-nav {
  color: white;
  display: block;
  position: absolute;
  z-index: 9999;
  top: 2px;
  left: -999px;
  padding: 5px;
  font-size: 13px;
  background: #0057a8;
}
.skip-nav:focus {
  left: 10px;
  color: white;
}
.container:focus {
  outline: 0;
}
