#home-welcome {
  margin-top:20px;
}
#home-registered {
  font-size: 24px;
  top: -1.7em;
}
#front-content {
  margin: 25px 0;
}

#front-header .btn.btn-success.btn-lg {
  width: 274px;
  font-size: 24px;
  max-width: 100%;
  color: #0A425A;
}

#front-header .right img {
  max-width: 100%;
  width: 440px;
}

body.fr #front-header {
  padding: 25px 60px 20px;
}
.tips {
  padding: 10px 30px 10px;
  margin-bottom: 14px;
  color: #fff;
}
.tips h3 {
  color: #fff;
  font-size: 32px;
  font-family: "MuseoSans500Regular", sans-serif;
}
.tips a {
  color: #FFFFFF;
  text-decoration: underline;
}
.tips .col-md-6 {
  padding: 0 3.5em;
}
.tips .col-md-6:before {
  content: url("../img/icon-hourglass.png");
  display: block;
  position: absolute;
  top: 24px;
  left: -12px;
}
.tips .col-md-6:nth-of-type(2):before {
  content: url("../img/icon-newuser.png");
  left: -25px;
}
#landing-page-links {
  position: relative;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  padding: 0 0 45px;
}
#landing-page-links .landing-page-wrapper {
    display: inline-flex;
    width: 100%;
    padding: 0 25px;
}

#landing-page-links .landing-page-container {
    border: 1px solid #e7e7e4;
    margin: 0 15px 0 0;
    text-align: left;
    position: relative;
}
#landing-page-links .landing-page-container:last-child {
    margin: 0;
}
#landing-page-links .landing-page-container:hover {
    -webkit-box-shadow:0 0 10px -2px #bdbdbd;
    -moz-box-shadow:0 0 10px -2px #bdbdbd;
    box-shadow:0 0 10px -2px #bdbdbd;
}
#landing-page-links .landing-page-container a {
  display: block;
  min-width: 320px;
  padding: 25px 0;
  text-align: center;
}
#landing-page-links .landing-page-container a:hover {
  text-decoration: none;
}
#landing-page-links .landing-page-container .link-image {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
#landing-page-links .landing-page-container .link-image img {
  max-width: 60px;
}

#landing-page-links .landing-page-container .link-copy {
  display: inline-block;
  text-align: left;
  font-family: "MuseoSans500Regular", sans-serif;
  font-size: 18px;
  color: #005C84;
}
#landing-page-links .landing-page-container .link-copy span.green {
  color: #898700;
}
#landing-page-links .landing-page-container .link-copy span.bolder {
  font-family: "MuseoSans700Regular", sans-serif;
}
.landing-page-links-clear {
  clear: both;
}
#recent_updates,
#gic_rate_table {
  background: #f3f3f3;
  position: relative;
  padding-top: 45px;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  z-index: 2;
}
#recent_updates {
  border-top: none;
  border-bottom: none;
  padding: 50px 0 ;
}

#recent_updates .col-sm-4 {
  padding-left: 25px;
  padding-right: 25px;
}
#recent_updates img {
  margin-bottom: 25px;
}
#recent_updates h4 {
  display: inline-block;
  padding-left: 7px;
  vertical-align: top;
}
#recent_updates p {
  position: relative;
  padding-left: 7px;
}
#recent_updates p:before {
  content:"";
  background: url("../img/arrow-sm.png") no-repeat;
  display: inline-block;
  width: 9px;
  height: 15px;
  position: absolute;
  left: -9px;
  top: 3px;
}
#recent_updates .footnotes {
  margin-top: 25px;
  font-size: 13px;
}

#recent_updates .footnotes p:before {
  background: none;
}

#recent_updates .col-sm-4:nth-of-type(2),
#recent_updates .col-sm-4:nth-of-type(3) {
  border-right: 1px solid #ccc;
}
#recent_updates .ribbon {
  display: inline-block;
  background: #006595;
  padding: 17px 20px 16px 40px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  left: -15px;
  top: -30px;
  background: #0096db;
  color: #fff;
  position: absolute;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  margin: 0;
  top: -25px;
  left: -15px;
  font-weight: 300;
  /* font-size: 1.3em; */
  border-radius: 0 25px 25px 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.ribbon:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0px 0 15px;
  border-color: #0e5372 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 50px;
  left: 0;
}
/* .ribbon:after {
  content: "";
  display: block;
  width: 35.5px;
  height: 64px;
  -moz-border-radius: 0 60px 60px 0;
  -webkit-border-radius: 0 60px 60px 0;
  border-radius: 0 90px 90px 0;
  background: #006595;
  position: absolute;
  right: -27px;
  top: 0;
} */


#lower-cta {
  background: #0096db;
  padding: 2em 2em;
  color: #fff;
  margin: 0;
}
#lower-cta .col-sm-9 {
  text-align: right;
}
#lower-cta .plus-btn {
  text-align: right;
  margin-top: 18px;
}
#lower-cta .plus-btn a.btn {
  color: #0A425A;
  width: 170px;
  padding: 15px;
}
#lower-cta .app-title {
  font-size: 43px;
}
#lower-cta .thin {
  font-size: 24px;
}


.gic_toggle_div {
  border: none;
  border-bottom: 1px solid #DBDBD6;
  cursor: pointer;
  margin: 20px 0 0 0;
  width:100%;
}
.gic_toggle_div:hover{
  text-decoration: none;
}

#gic_header .row > div {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.chevron {
  text-align: right;
  vertical-align: middle;
  margin: 15px;
}
.width_correction {
  width: 32%;
}
#gic_header p{
  margin: 0;
}

.gic_title {
  margin: 10px 5px 10px 15px;
}
.row {
  margin:0;
}



[data-target="#gic_rates_box"]{
  cursor : pointer;
}

.jumboContainer {
  background: #0096db;
  margin: 0 0 45px;
}

.headerBackground {
  border-bottom: 1px solid #eee; 
  background: #FFF;
}
/* ====================================
   MEDIA QUERIES
   ==================================== */

@media(max-width: 1200px) {
  #landing-page-links .landing-page-wrapper {
      padding: 0 10px;
  }
  #landing-page-links .landing-page-container a {
    min-width: 255px;
  }
  #landing-page-links .landing-page-container .link-copy {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
  }
}

@media(max-width: 992px) {

  #landing-page-links .landing-page-wrapper {
    display: inline-block;

  }
  #landing-page-links .landing-page-container {
    margin: 0;
  }

}
