/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document

   ========================================================================== */
/**

 * 1. Correct the line height in all browsers.

 * 2. Prevent adjustments of font size after orientation changes in iOS.

 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections

   ========================================================================== */
/**

 * Remove the margin in all browsers.

 */
body {
  margin: 0;
}
/**

 * Correct the font size and margin on `h1` elements within `section` and

 * `article` contexts in Chrome, Firefox, and Safari.

 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content

   ========================================================================== */
/**

 * 1. Add the correct box sizing in Firefox.

 * 2. Show the overflow in Edge and IE.

 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics

   ========================================================================== */
/**

 * Remove the gray background on active links in IE 10.

 */
a {
  background-color: transparent;
}
/**

 * 1. Remove the bottom border in Chrome 57-

 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.

 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**

 * Add the correct font weight in Chrome, Edge, and Safari.

 */
b, strong {
  font-weight: bolder;
}
/**

 * 1. Correct the inheritance and scaling of font size in all browsers.

 * 2. Correct the odd `em` font sizing in all browsers.

 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**

 * Add the correct font size in all browsers.

 */
small {
  font-size: 80%;
}
/**

 * Prevent `sub` and `sup` elements from affecting the line height in

 * all browsers.

 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

h3 sup {
  font-size: 12px;
  top: -1em;
}
/* Embedded content

   ========================================================================== */
/**

 * Remove the border on images inside links in IE 10.

 */
img {
  border-style: none;
}
/* Forms

   ========================================================================== */
/**

 * 1. Change the font styles in all browsers.

 * 2. Remove the margin in Firefox and Safari.

 */
button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**

 * Show the overflow in IE.

 * 1. Show the overflow in Edge.

 */
button, input { /* 1 */
  overflow: visible;
}
/**

 * Remove the inheritance of text transform in Edge, Firefox, and IE.

 * 1. Remove the inheritance of text transform in Firefox.

 */
button, select { /* 1 */
  text-transform: none;
}
/**

 * Correct the inability to style clickable types in iOS and Safari.

 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**

 * Remove the inner border and padding in Firefox.

 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**

 * Restore the focus styles unset by the previous rule.

 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**

 * Correct the padding in Firefox.

 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**

 * 1. Correct the text wrapping in Edge and IE.

 * 2. Correct the color inheritance from `fieldset` elements in IE.

 * 3. Remove the padding so developers are not caught out when they zero out

 *    `fieldset` elements in all browsers.

 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**

 * Add the correct vertical alignment in Chrome, Firefox, and Opera.

 */
progress {
  vertical-align: baseline;
}
/**

 * Remove the default vertical scrollbar in IE 10+.

 */
textarea {
  overflow: auto;
}
/**

 * 1. Add the correct box sizing in IE 10.

 * 2. Remove the padding in IE 10.

 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**

 * Correct the cursor style of increment and decrement buttons in Chrome.

 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**

 * 1. Correct the odd appearance in Chrome and Safari.

 * 2. Correct the outline style in Safari.

 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**

 * Remove the inner padding in Chrome and Safari on macOS.

 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**

 * 1. Correct the inability to style clickable types in iOS and Safari.

 * 2. Change font properties to `inherit` in Safari.

 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive

   ========================================================================== */
/*

 * Add the correct display in Edge, IE 10+, and Firefox.

 */
details {
  display: block;
}
/*

 * Add the correct display in all browsers.

 */
summary {
  display: list-item;
}
/* Misc

   ========================================================================== */
/**

 * Add the correct display in IE 10+.

 */
template {
  display: none;
}
/**

 * Add the correct display in IE 10.

 */
[hidden] {
  display: none;
}
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
  color: #5A5A5D;
}
p {
  margin: 0 0 20px 0;
}
.container {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.tex-left {
  text-align: left;
}
.text-link {
  text-decoration: none;
}
.text-link:hover {
  color: #00A1E0;
}
.link-blue-light {
  color: #00A1E0;
  text-decoration: none;
}
.link-blue-light:hover {
  color: #004a98;
}
.link-blue-dark {
  color: #0b3b9e;
  text-decoration: none;
}
.link-blue-dark:hover {
  color: #00A1E0;
}
#white-wrapper {
  background-color: #fff;
  padding: 40px;
}
.blue {
  color: #004a98;
}
.gray {
  color: #4f5050;
}
.white {
  color: #fff;
}
.sbold {
  font-weight: 600;
}
#header {
  position: relative;
}
/* #footer{

  padding: 20px 0;

  position: relative;

}

#footer p{

  font-size: 12px;

  line-height: 10px;

}

#footer span{

  font-size: 12px;

  padding-left: 10px;

  margin-left: 10px;

  border-left: 1px solid #0b3b9e;

}

#footer span:first-child{

  font-size: 12px;

  padding-left: 0px;

  margin-left: 0px;

  border-left: 0px;

}

#footer span:last-child{

  font-size: 12px;

  margin-right: 10px;

}

#footer p{

  position: absolute;

  right: 0;

  top: 50%;

  transform:translateY(-50%);

}
 */
#header .wrapper-logo {
  padding: 20px 0;
}
#header .wrapper-logo img {
  width: 100%;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  #header .wrapper-logo img {
    width: 50%;
    max-width: 280px;
  }
}

@media screen and (max-width: 564px) {
  #header .wrapper-logo img {
    width: 60%;
    max-width: 280px;
  }
}

#header .float-right {
  background-color: #1C2B3A;
  padding: 5px 0;
  text-align: right;
}
#header .float-right a:last-of-type {
  margin-left: 75px;
}
#banner {
  overflow: hidden;
  margin-bottom: 100px;
  background-color: #85BBE7;
}
#banner img {
  width: 103%;
  min-width: 450px;
  max-width: 1500px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.big-title {
  margin: 50px auto 60px;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
}
#chekings {
  margin-bottom: 50px;
}
#chekings .column.personal {
  background: url(../../../../accounts-openning/personal/dist/img/personal-cheking-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#chekings .column.business {
  background: url(../../../../accounts-openning/payroll_paycard/dist/img/business-cheking-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#chekings .column h2, #chekings .column .h2  {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  padding: 45px 25px;
  margin-bottom: 0;
}
#chekings a {
  display: inline-block;
  width: calc(50% - 10px);
  text-decoration: none;
  vertical-align: top;
  pointer-events: none;
}
#chekings a:hover h2, #chekings a:hover .h2 {
  opacity: 0.8;
}
#chekings a:last-child {
  margin-left: 20px;
}
.disclosure-text {
  font-size: 12px;
  color: #666666;
  margin: 0 auto;
}
.title {
  font-size: 36px;
  margin: 0 0 10px 0;
  font-weight: 400;
}

.title.sub-title {
  font-size: 28px;
} 
.cta {
  padding: 80px 20px;
  background-color: #EBEBEB;
  margin-bottom: 70px;
}
.huge-text {
  font-weight: 300;
  font-size: 52px;
  margin: 0 auto 40px;
  line-height: 1;
}
.cta p {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 18px;
}
.cta a {
  text-decoration: none;
  color: #024E95;
}
.cta a:hover {
  color: #00A1E0;
}
.features {
  margin-bottom: 50px;
  margin-top: 50px;
}
.features .title {
  margin-bottom: 35px;
}
.features .icon {
  display: inline-block;
  vertical-align: top;
  width: calc(24% - 0px);
  padding: 0px;
  margin-bottom: 30px;
}
.features .icon img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.features .icon .wrapper-icon {
  height: 90px;
  width: 100%;
  position: relative;
  margin-bottom: 3px;
}

.features .icon p {
  max-width: 220px;
  margin: 0 auto;
}
.reque {
  margin-bottom: 40px;
}
.reque .column {
  display: inline-block;
 
  vertical-align: top;
  margin-bottom: 40px;
}
.reque li {
  
  position: relative;
  margin-bottom: 5px;
}
.reque .column:last-of-type {
  padding-left: 0;
  width: calc(55% - 0px);
}
.reque .column:first-of-type {
  padding-right: 60px;
   width: calc(45% - 60px);
}
.reque .title {
  margin: 0 0 50px 0;
}
.reque h3 {
  font-size: 28px;
    font-weight: 600;
  margin: -12px 0 0px 0;
}



#disclosure .links {
  position: relative;
  margin-bottom: 60px;
}
#disclosure .line {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #EBEBEB;
  margin-bottom: 40px;
}
#disclosure .links p {
  font-size: 14px;
  line-height: 14px;
}
#disclosure .links span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #00a1e0;
}
#disclosure .disclosure-copy {}
#disclosure .links span:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0px;
}
#disclosure .wrapper-link {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#disclosure .disclosure-text {
  margin-bottom: 20px;
  text-align: justify;
}
#disclosure .disclosure-text:last-child {
  margin-bottom: 0px;
}
#chekings div.tab {
    display: inline-block;
    width: calc(50% - 12px)!important;
    text-decoration: none;
    vertical-align: top;
    pointer-events: none;
}
#chekings div.tab:last-child {
    margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .reque .column {
    
    width: calc(50% - 30px);
    
  }

  .reque .column:last-of-type {
   
    padding-left: 30px;
  }
  .reque .column:first-of-type {
    padding-right: 30px;
  }
}


@media screen and (max-width: 850px) {
  #chekings a {
    display: block;
    max-width: 490px;
    width: 90%;
    margin: 0 auto 30px !important;
  }
  #banner {
    margin-bottom: 30px;
    width: 100%
  }
  #banner img {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }
  #chekings .column.card {
    width: 28%;
  }
  #chekings .column.info {
    width: 28%;
  }
  #chekings .column.copy {
    width: calc(44% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }
  #disclosure .wrapper-link {
    position: relative;
    right: 0;
    top: 0%;
    transform: translateY(0%);
    text-align: center;
    margin-top: 30px;
  }
  #disclosure .links {
    text-align: center;
  }
  /* #footer #blue-nav li{

    margin-right: 24px

  }  
 */
}

@media screen and (max-width: 767px) {
  #features .icon {
    width: calc(45% - 20px);
    padding-left: 20px;
    padding-right: 20px;
  }
  #features .features-wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
  #features .icon:last-child {
    margin-bottom: 0px;
  }
  #disclosure .links span {
    display: block;
    margin: 10px 0;
    padding: 0;
    border: 0;
  }
  .reque .column {
    display: block;
    width: 100% !important;
    max-width: 500px !important;
    border: 0 !important;
    margin: 0 auto 50px;
    padding: 0 !important;
    text-align: left!important;
  }

   .reque .column img {
      margin-left: auto;
      margin-right: auto;
      display: block;
   }

}
@media screen and (max-width: 550px) {
  #header {
    text-align: center;
  }
  #header .wrapper-logo {
    /*max-width: 250px;*/
    margin: 0 auto;
  }
  #features .icon {
    width: calc(40% - 20px);
  }
  #header .float-right {
    position: relative;
    display: block;
    top: 0;
    transform: translateY(0%);
  }
  #chekings .column h2,   #chekings .column .h2  {
    font-size: 21px;
  }
  .huge-text {
    font-size: 38px;
  }
  #features .column {
    display: block;
  }
  #features ul {
    margin-top: 20px;
    padding-left: 50px;
  }
  #features .column.card {
    width: 100%;
  }
  #features .column.copy {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
  #footer #blue-nav li {
    display: block;
    margin: 10px !important;
    text-align: center;
  }
}
/* Aditional CSS for location search box */
.search-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 55%;
  min-width: 715px;
}
.search {
  width: calc(100% - 160px);
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: white;
  padding: 5px;
  border: 1.5px solid #BFBFBF;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}
.search input {
  border: 0;
  width: calc(100% - 50px - 75px);
  height: 30px;
  padding-left: 25px;
}
.search button {
  background-color: #004a98;
  color: white;
  border: 0;
  border-radius: 3px;
  padding: 10px 20px;
  position: absolute;
  right: 2.5px;
  top: 50%;
  cursor: pointer;
  transition: all ease .5s;
  transform: translate(0, -50%);
}
.search button:hover {
  background-color: #00A1E0;
}
.cta .huge-text {
  margin-bottom: 20px;
}
.cta .title {
  font-weight: 200;
}
.cta {
  padding: 40px 20px 60px 20px;
}
.mobileCaption {
  display: none;
}
.geoLocation {
  text-align: center;
  display: block;
  margin: 15px auto 0px auto;
  cursor: pointer;
}
#miles {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 26px;
  display: inline-block;
  width: 20%;
}
.nice-select {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  border-radius: 5px;
  border: 1.5px solid #BFBFBF;
  margin-right: auto;
  float: none;
  width: 110px;
  display: inline-block;
  margin-left: 25px;
  height: 45px;
  transform: translateY(-1px);
}
.nice-select:after {
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 60%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select:before {
  border-top: 2px solid #5F5F5F;
  border-left: 2px solid #5F5F5F;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 40%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:before {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.ratio-title {
  margin-top: 10px;
  font-size: 14px;
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  display: block;
}
#social-links {
  text-align: right;
  display: block;
  margin: 0 0 0px;
  background-color: #E1DEDE;
  padding: 0 0 30px 0;
}
#social-links a {
  margin-left: 10px;
}
#social-links a:first-of-type {
  margin-left: 0px;
}
#social-links a img {
  height: 30px;
}
@media only screen and (max-width: 767px) {
  .search-wrap {
    width: 90%;
    min-width: 0px;
  }
  .mobileCaption {
    display: block;
    text-align: center;
  }
  .search {
    margin-top: 5px;
    width: 100%;
  }
  #search {
    padding-left: 0;
    width: calc(100% - 90px);
  }
  #miles {
    margin-left: auto;
    margin-right: auto;
  }
  .nice-select {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #social-links {
    text-align: center;
  }
}
br.break {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1000px) {
  #chekings .column.business h2, #chekings .column.business .h2 {
    padding: 26.5px 25px !important;
  }
  br.break {
    display: block;
  }
}
#footer {
  position: relative;
  background-color: #e8ebef;
  padding: 15px 0;
  padding-top: 0;
  /*margin-top: 30px*/
}
#footer .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between
}
#footer p {
  color: #666;
  font-family: verdana;
  font-size: 10px;
  line-height: 15px
}
#footer .social {
  margin: 0 0 0 auto
}
#footer .social a {
  margin-left: 15px
}
#footer #blue-nav {
  background-color: #5C636A;
  margin-bottom: 10px
}
#footer #blue-nav ul {
  margin: 0;
  padding: 5px 0
}
#footer #blue-nav li {
  display: inline-block;
  margin-right: 30px
}
#footer #blue-nav li:last-child {
  margin-right: 0
}
#footer #blue-nav li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none
}
#footer #blue-nav li a:hover {
  color: #00a1e0
}
@media screen and (max-width:970px) {
  #footer p {
    display: block;
    position: relative
  }
}
@media screen and (max-width:850px) {
  #footer {
    text-align: center
  }
  #footer #blue-nav li {
    margin-right: 24px
  }
  #footer .container p {
    width: 100%
  }
}
@media screen and (max-width:750px) {
  #footer span {
    display: block;
    padding: 0;
    border: 0
  }
  #footer p {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 20px;
    line-height: 1.5
  }
}
@media screen and (max-width:550px) {
  #footer #blue-nav ul {
    margin: 0 auto;
  }
  #footer #blue-nav li {
    display: block;
    margin: 10px !important;
    text-align: center
  }
}
.column {
  margin-right: -4px;
}

.invi {
  display: inline-block;
  overflow: hidden;
  width: 0px;
  height: 0px;
}
div:focus, span:focus, a:focus, input:focus, button:focus, select:focus {
	outline:2px solid blue!important;
}

/* Español | Visit Full Site */

.header-link {
  float: right;

  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 50px;
  /* identical to box height */

  color: #333;

}


@media screen and (max-width:550px) {
  .header-link {
    float: none;
  }
}

.header-link .text-link{
  color:#333;
  text-decoration: none;
}

#banner {
    margin-bottom: 50px;
    background-color: #CBCFD0;
    position: relative;
}

#banner .container {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 25%);
	z-index: 1;
}

#banner h1 {
  font-family: 'Open Sans';
  color: white;
  font-size: 36px;
  font-weight: 600;
}

#banner h1 span {
  display: none;
}

.backblue  {
	background-color: #004A98;
	opacity: 0.75;
	display: block;
	width: 630px;
	height: 160px;
	position: absolute;
	top: 5px;
	left: 0;
	transform: translate(-265px, 0);
	border-radius: 0 30px 30px 0;
	z-index: -1;
}

.backblue.spa {
  width: 700px;
}


@media screen and (max-width:767px) {
  
  #banner .container {
    transform: translate(-50%, 10%);
  }

  .backblue  {
    width: 590px;
    height: 155px;
  }

  .backblue.spa {
    width: 600px;
  }

  #banner h1 {
    font-size: 28px;
  }

  
}

@media screen and (max-width:564px) {
  #banner {
    padding-top: 75px;
    overflow: hidden;
  }

  


  #banner h1 {
    font-size: 25px;
    /*color: #004a98;*/
    text-align: center;
    
    transform: translate(0, -25px);
    width: 100%;
  }

  #banner h1.spa {
    font-size: 25px;
    transform: translate(0, -30px);
  }

  #banner h1 span {
    display: inline;
  }


  #banner h1 br {
    display: none;
  }

  .backblue {
    opacity: 1;
    width: 600px;
    height: 100px;
    transform: translate(-30px, -40px);
    
  }
}

@media screen and (max-width:539px) {
  

  .backblue {
    height: 80px;
    transform: translate(-50px, -17px);
  }

  #banner h1 {
    font-size: 20px;
    transform: translate(0, -15px);
  }

  #banner h1.spa {
    font-size: 16px;
    transform: translate(0, -5px);
  }

  #banner h1 br:last-of-type {
    display: none;
  }
}

@media screen and (max-width:345px) {
  #banner h1 br:last-of-type {
    display: none;
  }

  #banner h1.spa {
    font-size: 16px;
    transform: translate(0, -5px);
  }
}



.texto {
  font-size: 24px;
}


.cta h2 {
  width: auto;
  margin-bottom: 10px;
}

.cta .title {
    text-align: center;
    font-size: 38px;
    line-height: 1.5;
    font-weight: 400!important;
}

.cta .title.sub-title {
  font-size: 26px;
  line-height: 1.5;
} 

.img-fluid {
  max-width: 100%;
}

.img-floating {
  height: 250%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.img-cards {
    height: 100%;
    top: auto;
    bottom: 50%;
    transform: translate(0, 0);
}

.cta {
    position: relative;
    text-align: center;
}

.col {
  display: flex;
  width: 50%;
}

.reque .row {
  border-bottom: 1px solid #EBEBEB;
  padding-top: 45px;
}

.reque .row:last-of-type {
  /*border-bottom: 0px;*/
}

.reque .row:first-of-type {
 /*padding-top: 0px;*/
}


.reque.reque2 {
  margin-bottom: 0!important;
}

.reque.reque2 ul {
  padding-left: 20px;
  list-style-position: outside!important;

}

.cta {
  margin-top: 75px;
  padding-top: 25px!important;
  padding-bottom: 25px!important;
}


.separator {
  color:white;
}



@media screen and (max-width: 767px) {

  .img-floating {
    position: relative;
    transform: translate(0, -50px);
    display: block;
    max-width: 100%;
    height: auto;
  }



  .cta .title {
    
    text-align: center;
    display: block;
    line-height: 1;
  }

  .separator {
    display: none!important;
  }
}


 .bordertop {
  border-top: 1px solid #cccccc;
  margin-top: 120px;
  
}

  .bordertop p {
    width: 100%;
    
    
  }

  .bordertop img {
    margin-top: 20px;
    /*position: absolute; top: 100%; left: 50%; transform: translate(-50%, 0);*/
  }

.btn-1 {
  background-color: #004a98;
    border-radius: 5px;
    padding: 10px 20px;
    color: #FFFFFF;
    margin-top: 20px;
    display: inline-block;
    width: fit-content;
    text-decoration: none;
    transition: all ease .5s;

}

.btn-1:hover {
  background-color: #00A1E0;
}

.small {
  font-size: 80%;
}

.col-4 {
  width: calc(32.9% - 30px);
    display: inline-block;
    padding: 15px;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
  .col-4 {
  width: calc(49.5% - 30px);
  }
}

@media screen and (max-width: 565px) {
  .col-4 {
    width: calc(100% - 30px);
  }
}

.features .row {
  margin: 0 -15px;   
}

.feature-title {
  display: flex;
  min-height: 60px;
}

@media screen and (max-width: 991px) {
  .feature-title {
    min-height: 85px;
  }
}

@media screen and (max-width: 767px) {
  .feature-title {
    min-height: 60px;
  }
}

@media screen and (max-width: 575px) {
  .feature-title {
    min-height: 40px;
  }
}

.features h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
    margin-left: 15px;
    /* height: 40px; */
    vertical-align: baseline;
    margin: 0 0 0 15px;
}

.features img.img-h4 {
  /*height: 35px;*/
  display: inline-block;
}

.features p {
    margin-top:   0;
}

.disclosures {
   border-top: 1px solid #cccccc;
   padding-top: 25px;
   padding-bottom: 25px;
   font-size: 13px;
}
/*Accesibility*/
#skippy {
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #004a98;
  font-size: 16PX;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #004a98 !important;
  outline: 1px !important;
}
#skippy:focus {
  opacity: 1 !important;
  border: 1px solid #004a98 !important;
  outline: 1px !important;
}

.iconsContainer {
  display:inline-block;
  text-align: center;
  margin: 20px 25px 0 0;
  vertical-align: top;
}

.iconsContainer h5 {
  margin: 0;
  color: #009ADA;
  font-weight: 300
}

.iconsContainer a {
  text-decoration: none;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #e8ebef;
  /*color: #444;*/
  cursor: pointer;
  padding: 20px 15px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #eee;
  color: #444;
}

.accordion img {
  width: 12px;
  margin-right: 5px;
  vertical-align: bottom;
  transform: rotate(-90deg);
  transition: .5s;
}

.accordion.active img {
  transform: rotate(0deg);
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0px 15px;
  background-color: white;
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: 0.5s;
}
.panel.open {
  
  padding: 20px 15px;
}  
