@-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;
  }
}
.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;
}
body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.Personal .header {
  border-bottom: 10px solid #0057a8;
}
body.Business .header {
  border-bottom: 10px solid #0057a8;
}
body.WhatWeDo .header {
  border-bottom: 10px solid #0057a8;
}
body.WhoWeAre .header {
  border-bottom: 10px solid #0057a8;
}
@media (max-width:  767px ) {
  body {
    font-size: 15px;
  }
}
.btn {
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background: transparent;
  border: 1px solid #d34312;
  color: #d34312;
  border-radius: 30px;
}
.btn:focus,
.btn:hover {
  background: #d34312;
  border-color: #d34312;
  color: white;
}
.btn.btn-primary {
  background: #d34312;
  border-color: #d34312;
  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: #d34312;
  border-color: #d34312;
}
.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;
  }
}
ul {
  list-style: none;
  padding-left: 0;
  position: relative;
}
ul li {
  padding: 4px 0 4px 20px;
}
ul li:before {
  color: #d34312;
  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;
}
a {
  text-decoration: underline;
}
img {
  max-width: 100%;
}
@media (max-width:  767px ) {
  .table-responsive {
    border: none;
  }
}
.table-container {
  overflow-x: auto;
}
.table {
  border-bottom: 1px solid #c9cacb;
  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 {
  color: #d34312;
  font-size: 22px;
  padding: 12px 17px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #c9cacb;
  border-right: 1px solid #c9cacb;
}
@media (max-width:  767px ) {
  .table thead > tr > th {
    font-size: 19px;
  }
}
.table thead > tr > th:last-child {
  border-right: none;
}
.table thead > tr > th h3 {
  font-size: 22px;
  font-weight: 500;
}
.table thead > tr > th a {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.table thead > tr > th a.btn {
  display: inline-block;
  margin-bottom: 10px;
  background: #007eb3;
  border: solid 1px #007eb3;
  font-weight: 700;
}
.table th {
  border-bottom: 1px solid #c9cacb;
}
.table tr:nth-child(odd) {
  background: #d8f0fa;
}
.table tr td {
  font-size: 13px;
  border-bottom: 1px solid #c9cacb;
  border-right: 1px solid #c9cacb;
  vertical-align: middle !important;
}
@media (max-width:  767px ) {
  .table tr td {
    max-width: 200px;
    white-space: normal !important;
  }
}
.table tr td:last-child {
  border-right: none;
}
.ratetable-container .TableEffectiveDate {
  margin: 0;
  color: #0057a8;
}
.ratetable-container .ratetabletitle {
  color: #0057a8;
}
.ratetable-container .table {
  margin-bottom: 10px;
  border: none;
}
.ratetable-container .table tr > th {
  color: #d34312;
  font-size: 22px;
  padding: 12px 17px;
  text-align: center;
  background: white;
  border-bottom: 1px solid #c9cacb;
  border-right: 1px solid #c9cacb;
  border-top: none !important;
  border-left: none !important;
}
@media (max-width:  767px ) {
  .ratetable-container .table tr > th {
    font-size: 19px;
  }
}
.ratetable-container .table tr > th:last-child {
  border-right: none;
}
.ratetable-container .table tr > th h3 {
  font-size: 22px;
  font-weight: 500;
}
.ratetable-container .table tr > th a {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.ratetable-container .table tr > th a.btn {
  display: inline-block;
  margin-bottom: 10px;
  background: #007eb3;
  border: solid 1px #007eb3;
  font-weight: 700;
}
.ratetable-container .table .row-odd td {
  background: #d8f0fa;
}
.ratetable-container .table td:first-child {
  border-left: none;
}
/*Tables styles*/
@media (max-width:  767px ) {
  .wide-table {
    position: relative;
    overflow-x: auto;
    z-index: 1;
  }
  .wide-table .fader {
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 100%;
    background: url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/wide-table-fade.png) 0 0 repeat-y;
    z-index: 100;
  }
  .wide-table .arrow {
    position: absolute;
    bottom: 50%;
    right: 10px;
    margin: -60px 0 0 0;
    color: #0057a8;
    font-size: 20px;
    padding: 2px 6px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 100;
  }
  .wide-table .arrow .fa {
    font-size: 50px;
    color: #0057a8;
  }
  .wide-table .arrow i {
    position: relative;
    top: -1px;
  }
  .wide-table + .disclaimer {
    margin-top: -10px;
  }
}
@media (max-width:  767px ) {
  .wide-slider {
    z-index: 1;
    position: relative;
  }
  .wide-slider .fader {
    position: absolute;
    top: 0;
    right: 0;
    width: 132px;
    height: 100%;
    background: url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/wide-table-fade.png) 0 0 repeat-y;
    z-index: 100;
  }
  .wide-slider .arrow {
    position: absolute;
    bottom: 50%;
    right: 10px;
    margin: -60px 0 0 0;
    color: #d34312;
    font-size: 20px;
    padding: 2px 6px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index: 100;
  }
  .wide-slider .arrow .fa {
    font-size: 40px;
    color: #d34312;
  }
  .wide-slider .arrow i {
    position: relative;
    top: -1px;
  }
}
.table-caption {
  color: #d34312;
  font-size: 15px;
  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 .btn,
.page-title-cts-wrap .page-title .btn,
.page-title-cts-wrap .ctas .btn {
  font-size: 18px;
  padding: 6px 27px;
}
.page-title-cts-wrap .page-title-icon {
  padding-right: 11px;
  padding-top: 5px;
  width: 51px;
}
@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 (max-width:  767px ) {
  .ctas .btn {
    display: table;
    margin: 10px auto;
    width: auto;
  }
}
.intro {
  margin-bottom: 50px;
}
@media (max-width:  767px ) {
  .intro {
    margin-bottom: 30px;
  }
}
.photo {
  margin: 0 auto;
  max-width: 380px;
}
.photo > img {
  width: 100%;
}
.photo figcaption {
  color: #0057a8;
  font-size: 15px;
  margin-top: 5px;
}
.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;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .rate .rate-num {
    font-size: 32px;
  }
}
.rate .rate-apr {
  font-size: 25px;
  font-weight: 700;
}
.rate .rate-pct {
  line-height: 2;
  position: absolute;
}
.rate strong {
  font-weight: 900;
}
.product-comparison {
  background: #f1fafe;
  padding: 20px 15px 30px;
  margin: 2em 0;
}
.product-comparison h2 {
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width:  767px ) {
  .product-comparison h2 {
    margin-bottom: 0;
  }
}
.product-comparison .product {
  background: white;
  width: 100%;
  height: 100%;
}
@media (max-width:  767px ) {
  .product-comparison .product.open h3:after {
    color: #cccccc;
    content: '\f056';
  }
}
.product-comparison .product .product-inner {
  padding: 5px 20px 20px;
}
@media (max-width:  767px ) {
  .product-comparison .product .product-inner {
    display: none;
    padding: 0 10px;
  }
}
.product-comparison h3 {
  background: white;
  border-top: 10px solid #d34312;
  color: #d34312;
  font-size: 27px;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
}
@media (max-width:  767px ) {
  .product-comparison h3 {
    cursor: pointer;
    font-size: 25px;
    margin-top: 20px;
    padding: 12px 40px 12px 10px;
    position: relative;
    text-align: left;
  }
  .product-comparison h3:after {
    content: '\f055';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: -11px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 22px;
    height: 22px;
  }
}
.product-comparison ul {
  font-size: 18px;
}
.apply {
  margin-bottom: 30px;
  margin-top: 30px;
}
.apply .apply-title {
  color: #0057a8;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width:  767px ) {
  .apply .apply-title {
    cursor: pointer;
    font-size: 19px;
    margin: 0;
    padding: 8px 10px;
    position: relative;
    text-align: left;
  }
  .apply .apply-title:after {
    content: '\f055';
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 19px;
    margin-top: -9.5px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 19px;
    height: 19px;
  }
  .apply .apply-title.open:after {
    color: #cccccc;
    content: '\f056';
  }
}
@media (min-width:  960px ) and (max-width:  1199px ), (min-width:  1200px ) {
  .apply .apply-outer {
    padding: 0 10%;
  }
}
@media (max-width:  767px ) {
  .apply .apply-outer {
    border: 1px solid #b8e5f7;
    margin-bottom: 15px;
  }
}
@media (max-width:  767px ) {
  .apply .apply-inner {
    display: none;
    padding: 0 10px;
  }
}
.apply .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #99b5c6;
}
.related-content,
.recent-news {
  border-bottom: 1px solid #99b5c6;
  border-top: 1px solid #99b5c6;
}
@media (max-width:  767px ) {
  .related-content,
  .recent-news {
    text-align: center;
  }
}
@media (max-width:  767px ), (min-width:  768px ) and (max-width:  959px ) {
  .related-content,
  .recent-news {
    padding: 10px 0;
  }
}
.related-content 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 h4,
  .recent-news h4 {
    display: block;
    font-size: 15px;
    margin: 0;
  }
}
.related-content h4:before,
.recent-news h4:before {
  content: '\f14c';
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: 400;
  margin-right: 5px;
  color: #007eb3;
}
.related-content .list-inline,
.recent-news .list-inline {
  display: inline;
  margin: 0;
}
@media (max-width:  767px ) {
  .related-content .list-inline,
  .recent-news .list-inline {
    margin-bottom: 10px;
  }
}
.related-content .list-inline > li,
.recent-news .list-inline > li {
  padding: 0 10px;
}
.recent-news {
  font-size: 15px;
  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: 15px;
  font-style: italic;
  font-weight: normal;
  margin: 0 12px 0 0;
}
@media (max-width:  767px ) {
  .recent-news h4 {
    display: inline-block;
  }
}
.recent-news a {
  white-space: nowrap;
}
.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: #d34312;
}
.sf_pagerNumeric a + a:before {
  color: #0057a8;
  content: '|';
  display: inline-block;
  padding: 0 7px;
}
.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;
  }
}
.main {
  padding-bottom: 15px;
}
.section-main .intro {
  color: #0057a8;
  font-size: 25px;
}
@media (max-width:  767px ) {
  .section-main .intro {
    font-size: 20px;
  }
}
.product-main .product-leadin {
  border-bottom: 1px solid #b2e1f6;
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (max-width:  767px ) {
  .product-main .product-leadin {
    font-size: 18px;
  }
}
.product-main .product-leadin img {
  display: block;
  margin: auto;
  max-width: 270px;
  width: 100%;
}
.product-main .product-leadin h2 {
  margin-top: 0;
}
@media (max-width:  767px ) {
  .product-main .product-leadin h2 {
    margin-top: 20px;
  }
}
.icon {
  display: inline-block;
  background-image: url(/Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/icons/icons-blue.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  /*&.icon-self-help {
        background-image: url(Sitefinity/WebsiteTemplates/self-help/App_Themes/self-help/img/icons/self-help.png);
        .square(27px);
    }*/
}
.icon.icon-accounts {
  background-position: 0 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #d34312;
  font-style: italic;
  text-transform: none;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #d34312;
  font-style: italic;
  text-transform: none;
}
.form-control::-webkit-input-placeholder {
  color: #d34312;
  font-style: italic;
  text-transform: none;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
label {
  color: #0057a8;
}
#Search_Search_TA12F5F2F001 {
  display: inline-block;
}
.search {
  background: #f5845a;
  color: white;
  display: inline-block;
  max-height: 32px;
  padding: 3px 10px 2px;
  width: 194px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .search {
    width: 180px;
  }
}
@media (max-width:  767px ) {
  .search {
    padding: 8px 10px 7px;
    width: 245px;
  }
}
.search .search-submit {
  color: white;
  background: none;
  border: none;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 18px;
  padding: 1px 6px;
}
.search .search-submit:focus,
.search .search-submit:hover {
  color: white;
  opacity: 0.8;
}
.search .search-box {
  background: none;
  border: none;
  border-radius: 0;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  vertical-align: 1px;
  width: 138px;
  -webkit-appearance: none;
}
.search .search-box::-moz-placeholder {
  color: white;
  font-style: normal;
  text-transform: uppercase;
  opacity: 1;
}
.search .search-box:-ms-input-placeholder {
  color: white;
  font-style: normal;
  text-transform: uppercase;
}
.search .search-box::-webkit-input-placeholder {
  color: white;
  font-style: normal;
  text-transform: uppercase;
}
.search .search-box:focus,
.search .search-box:hover {
  font-weight: 700;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .search .search-box {
    width: 125px;
  }
}
@media (max-width:  767px ) {
  .search .search-box {
    width: 180px;
  }
}
.lt-ie9 .search {
  margin-left: 30px;
}
@media (max-width:  767px ) {
  .lt-ie9 .search {
    margin-left: 0;
  }
}
.Home .intro,
.Inicio .intro {
  font-size: 20px;
  margin: 45px 0;
}
@media (max-width:  767px ) {
  .Home .intro,
  .Inicio .intro {
    font-size: 17px;
    margin: 20px 0 10px;
  }
}
.Home .intro h2,
.Inicio .intro h2 {
  font-size: 30px;
  font-weight: 400;
  margin-top: 0;
  padding-left: 50px;
  position: relative;
}
@media (max-width:  767px ) {
  .Home .intro h2,
  .Inicio .intro h2 {
    font-size: 25px;
  }
}
.Home .intro h2:before,
.Inicio .intro h2:before {
  background: white;
  border-radius: 50px;
  color: #007eb3;
  content: '\f015';
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 25px;
  left: 0;
  line-height: 0.8;
  padding: 7px 0;
  position: absolute;
  text-align: center;
  vertical-align: 3px;
  border: solid 3px #007eb3;
  width: 40px;
  height: 40px;
}
.Home .intro .btn,
.Inicio .intro .btn {
  margin-top: 20px;
}
@media (max-width:  767px ) {
  .Home .intro .photo,
  .Inicio .intro .photo {
    margin-top: 25px;
  }
}
.Home .promos,
.Inicio .promos {
  margin: 20px 0;
}
.Home .promos .col-sm-4 + .col-sm-4,
.Inicio .promos .col-sm-4 + .col-sm-4 {
  border-left: 1px solid #99b5c6;
}
@media (max-width:  767px ) {
  .Home .promos .col-sm-4 + .col-sm-4,
  .Inicio .promos .col-sm-4 + .col-sm-4 {
    border-left: none;
    border-top: 1px solid #99b5c6;
  }
}
.Home .promo,
.Inicio .promo {
  height: 100%;
  padding: 15px 0 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width:  767px ) {
  .Home .promo,
  .Inicio .promo {
    padding-bottom: 15px;
    padding-left: 70px;
    text-align: left;
  }
}
.Home .promo h3,
.Inicio .promo h3 {
  color: #0057a8;
  font-size: 25px;
}
@media (max-width:  767px ) {
  .Home .promo h3,
  .Inicio .promo h3 {
    font-size: 23px;
  }
}
.Home .promo .promo-icon,
.Inicio .promo .promo-icon {
  background: white;
  border-radius: 50px;
  color: #007eb3;
  display: block;
  font-size: 35px;
  margin: 15px auto;
  padding: 4px;
  text-align: center;
  border: solid 3px #007eb3;
  width: 60px;
  height: 60px;
}
@media (max-width:  767px ) {
  .Home .promo .promo-icon,
  .Inicio .promo .promo-icon {
    left: 0;
    position: absolute;
    top: 10px;
  }
}
.Home .promo .promo-cta,
.Inicio .promo .promo-cta {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media (max-width:  767px ) {
  .Home .promo .promo-cta,
  .Inicio .promo .promo-cta {
    position: static;
    text-align: left;
  }
}
.Home .promo .btn,
.Inicio .promo .btn {
  margin: 10px 0;
}
@media (max-width:  767px ) {
  .Home .promo .btn,
  .Inicio .promo .btn {
    margin: 0;
  }
}
.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: '\f103';
}
.home-rate-promo a {
  text-decoration: none;
}
.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 #0057a8;
}
@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 .rate {
  padding: 0 15px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .home-rate-promo > .container > div .rate {
    padding: 0 8px;
  }
}
@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: #0272A2;
  border: #0272A2;
  color: white;
  font-size: 16px;
  padding: 3px 8px;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .home-rate-promo .btn-primary {
    font-size: 14px;
  }
}
.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 #99b5c6;
  border-top: 1px solid #99b5c6;
  color: #0057a8;
  font-size: 27px;
  padding: 12px 0;
  text-align: center;
}
@media (min-width:  768px ) and (max-width:  959px ) {
  .call {
    font-size: 27px;
    padding: 10px 0;
  }
}
@media (max-width:  767px ) {
  .call {
    font-size: 22px;
    padding: 10px 0;
  }
}
.call a {
  color: #007eb3;
  text-decoration: none;
}
.learn-more {
  text-align: center;
  margin: 20px 0;
}
hr {
  border-top: 1px solid #0057a8;
}
article .sf_colsIn .sfimageWrp {
  margin-bottom: 70px;
}
.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;
  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;
  margin-bottom: 15px;
}
.sfError {
  color: red;
}
.embed-responsive {
  margin-bottom: 20px;
}
.k-treeview .k-in {
  border: none !important;
}
/*ada compliance*/
.skip-nav {
  color: white;
  display: block;
  position: absolute;
  z-index: 9999;
  top: 2px;
  left: -999px;
  padding: 5px;
  font-size: 13px;
  background: #007eb3;
}
.skip-nav:focus {
  left: 10px;
  color: white;
}
.sfpostsList {
  padding-right: 50px;
}
.sfpostsList h2 a {
  text-decoration: none;
}
.sfpostDetails {
  padding-right: 50px;
}
.sfpostContent,
.sfpostSummary {
  font-size: 20px;
  line-height: 32px;
}
