@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

@media screen and (min-width: 700px) {
  .sf_cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sf_cols .sf_colsOut {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sf_cols .sf_colsOut.sf_2cols_2_67, .sf_cols .sf_colsOut.sf_3cols_2_50, .sf_cols .sf_colsOut.sf_2cols_1_67 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .sf_cols .sf_colsOut.sf_2cols_1_75, .sf_cols .sf_colsOut.sf_2cols_2_75 {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5;
            flex: 2.5;
  }
}
@media screen and (min-width: 700px) and (-ms-high-contrast: none) {
  .sf_cols .sf_colsOut {
    -webkit-box-flex: 1;
        -ms-flex: 1 auto 0px;
            flex: 1 auto 0;
  }
  .sf_cols .sf_colsOut.sf_2cols_2_67, .sf_cols .sf_colsOut.sf_3cols_2_50, .sf_cols .sf_colsOut.sf_2cols_1_67 {
    -webkit-box-flex: 2;
        -ms-flex: 2 auto 0px;
            flex: 2 auto 0;
  }
  .sf_cols .sf_colsOut.sf_2cols_1_75, .sf_cols .sf_colsOut.sf_2cols_2_75 {
    -webkit-box-flex: 2.5;
        -ms-flex: 2.5 auto 0px;
            flex: 2.5 auto 0;
  }
}
@media screen and (min-width: 700px) {
  .sf_cols.reverse-pair {
    gap: 25px;
  }
  .sf_cols.reverse-pair .sf_colsOut:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
@media screen and (max-width: 699px) {
  .sf_cols .sf_2cols_2_25, .sf_cols .sf_2cols_1_75 {
    width: 100%;
    float: none;
  }
}

.animated-arrow {
  position: absolute;
  bottom: 20px;
  width: 50px;
  height: 30px;
  margin-left: -50px;
  left: 50%;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated-arrow img {
  width: 100%;
}

@-webkit-keyframes bounce {
  0%, 10%, 20%, 30%, 50%, 70%, 80%, 90%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 10%, 20%, 30%, 50%, 70%, 80%, 90%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

html {
  font-size: 16px;
}

html,
body {
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

.font-small {
  font-size: calc(16px - 4px);
}

.font-large {
  font-size: calc(16px + 4px);
}

* {
  margin: 0;
  padding: 0;
  border: 0;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.needed {
  color: red;
}

sub,
sup {
  font-size: 0.5em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  display: inline-block;
  margin-left: 0.15em;
}

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

.row {
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  position: relative;
}

.row:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.row:after,
.clearfix:after {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #5d6367;
  overflow-x: hidden;
}
body ul li {
  list-style-type: none;
}
body a {
  text-decoration: none;
  color: #539250;
}
body a[href^="tel:"] {
  color: initial;
}
body a:hover {
  color: #2e502c;
  text-decoration: underline;
}
body a:focus {
  border: none;
}
body .landing-main a, body .main-content a {
  font-weight: bold;
  color: #539250;
  text-decoration: underline;
}
body .landing-main a:hover, body .main-content a:hover {
  color: #2b363d;
  text-decoration: none;
}
body input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  border-collapse: collapse;
}

h4 {
  color: #539250;
}

input[type=submit],
textarea {
  -webkit-appearance: none;
}

input[type=text]:focus {
  border: 0;
}

img {
  max-width: 100%;
}

.testimonialQuote {
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  color: #82ba51;
  font-size: 32px;
}

@media all and (max-width: 699px) {
  .sf_2cols_1_33,
  .sf_2cols_2_67,
  .sf_2cols_2_33,
  .sf_2cols_1_67 {
    width: 100% !important;
    display: block;
    float: none;
    margin: 0 auto;
  }
}

.success h3 {
  color: #5f6367;
  margin-top: 20px;
}

.success-message {
  padding-bottom: 40px;
}

/* -- Global --- */
.header-wrap {
  padding-top: 20px;
}

.logo {
  width: 30%;
  float: left;
  padding-left: 20px;
  opacity: 0;
}
.logo img {
  width: 100%;
  height: 125px;
}
@media screen and (max-width: 1024px) and (min-width: 851px) {
  .logo img {
    height: 220px;
  }
}
@media screen and (max-width: 850px) and (min-width: 650px) {
  .logo img {
    height: 170px;
  }
}

.video-container {
  max-width: 500px;
  margin: 0 auto;
}

.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%;
}

.mininav {
  float: left;
  text-align: right;
  width: 50%;
}
@media all and (max-width: 1023px) {
  .mininav {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }
}
@media all and (max-width: 499px) {
  .mininav {
    font-size: 12px;
  }
}
.mininav ul {
  margin-top: 10px;
}
@media all and (max-width: 1023px) {
  .mininav ul {
    margin: 10px 0;
    width: 100%;
  }
}
.mininav ul li {
  display: inline;
  border-right: 1px solid black;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0 20px;
}
@media all and (max-width: 1230px) {
  .mininav ul li {
    padding: 0 10px;
  }
}
@media all and (max-width: 1023px) {
  .mininav ul li {
    border: none;
    padding: 0 10px;
  }
}
.mininav ul li:last-child {
  border-right: none;
}
.mininav ul li a {
  text-decoration: none;
  color: #82ba51;
  padding-top: 27px;
}
.mininav ul li a:hover {
  color: #539250;
  border-top: 3px solid #539250;
}
@media all and (max-width: 1023px) {
  .mininav ul li a:hover {
    border: none;
  }
}

.home div.search {
  top: 0px;
}

.search {
  display: inline-block;
  width: 20%;
  position: relative;
}
@media all and (max-width: 1023px) {
  .search {
    width: auto;
    margin: 20px auto;
    display: block !important;
    overflow-x: hidden;
  }
  .search .ng-scope {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    padding: 0 10px;
  }
}
.search div#Search_T3CCDFB37002 {
  position: relative;
  top: -20px;
}
.search fieldset {
  width: 100%;
}
.search input[type=text] {
  float: left;
  width: 70% !important;
  background-color: #d6d7d6;
  text-indent: 5px;
  height: 40px;
  border-radius: 3px 0 0 3px;
}
@media all and (max-width: 1023px) {
  .search input[type=text] {
    float: none;
    width: 90% !important;
    display: block;
    height: auto;
  }
}
.search input[type=submit], .search button, .search.bio-trigger {
  float: left;
  background-color: #82ba51;
  background-image: url(/Includes/svg/search-v2.svg);
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: 19px 10px;
  text-indent: 9999px;
  padding: 20px 30px;
  width: 5px;
  height: 5px;
  border-radius: 0 3px 3px 0;
  -webkit-transition: 100ms ease-in-out;
  transition: 100ms ease-in-out;
}
.search input[type=submit]:hover, .search button:hover, .search.bio-trigger:hover {
  cursor: pointer;
  background-size: 40%;
  background-position-y: 8px;
}
@media screen and (-ms-high-contrast: none) {
  .search input[type=submit], .search button, .search.bio-trigger {
    background-size: 20px 20px;
  }
  .search input[type=submit]:hover, .search button:hover, .search.bio-trigger:hover {
    background-size: 22px 22px;
  }
}
@media all and (max-width: 1023px) {
  .search input[type=submit], .search button, .search.bio-trigger {
    float: none;
    background-size: 30%;
    background-position: 20px 7px;
    padding: 15px 30px;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1023px) {
  .search input[type=submit], .search button, .search.bio-trigger {
    background-size: 16px 16px;
  }
  .search input[type=submit]:hover, .search button:hover, .search.bio-trigger:hover {
    background-size: 17px 17px;
  }
}

.inside .search {
  margin-bottom: 0px;
}
@media screen and (max-width: 1023px) {
  .inside .search {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .no-sidebar .search,
  .inside-tabs .search {
    margin-bottom: 10px;
  }
}

.green-block {
  clear: both;
  width: 100%;
  height: 20px;
  background-color: #82ba51;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9999;
}

.ob-title {
  padding: 20px;
  text-align: center;
  background-color: #539250;
  color: white;
  font-size: 24px;
}

.home-content {
  position: relative;
}

.online-banking-wrap {
  width: 330px;
  position: absolute;
  right: 50px;
  top: 35px;
  z-index: 9999;
  overflow: hidden;
}

.ob-title {
  background-color: #539250;
  color: white;
}

.ob-form {
  background-color: rgba(43, 43, 43, 0.8);
  color: white;
  padding: 20px 40px 40px 40px;
  height: 250px;
}
.ob-form > iframe #document html body {
  margin: 0 auto;
}

.username {
  background-image: url(/includes/svg/member-login.svg);
  background-repeat: no-repeat;
  -ms-background-position-x: -103px;
}
.username input[type=text] {
  margin: 0 auto;
  margin-left: 43px;
  display: inline-block;
  height: 43px;
  width: 200px;
  border-radius: 0 3px 3px 0;
  padding-left: 10px;
  background-color: #e6e6e6;
}

.password {
  background-image: url(/includes/svg/password-login.svg);
  -ms-background-position-x: -103px;
  background-repeat: no-repeat;
  margin-top: 25px;
}
.password input[type=password] {
  margin: 0 auto;
  margin-left: 43px;
  display: inline-block;
  height: 43px;
  width: 200px;
  border-radius: 0 3px 3px 0;
  padding-left: 10px;
  background-color: #e6e6e6;
}

.remember {
  color: white;
  font-style: italic;
  font-size: 15px;
  margin-top: 10px;
}

.ob-submit {
  float: right;
}
.ob-submit input[type=submit] {
  padding: 10px 30px;
  margin-top: 20px;
  border-radius: 3px;
  background-color: #fff;
}
.ob-submit input[type=submit]:hover {
  cursor: pointer;
  background-color: #539250;
  color: white;
}

.home-banner,
.inside-banner,
.landing-banner {
  position: relative;
  z-index: 998;
}
.home-banner img,
.inside-banner img,
.landing-banner img {
  width: 100%;
  margin-bottom: -5px;
}

.inside-banner div.page-title {
  top: -10px;
}

.sfPageEditor .landing-banners-rotate > div {
  margin: 30px;
}

@media all and (max-width: 820px) {
  .inside-banner .banner .desktop-image {
    display: none;
  }
}
@media all and (min-width: 821px) {
  .inside-banner .banner .mobile-image {
    display: none;
  }
}

.inside-tabs .inside-banner {
  background-color: #5d6367;
  padding: 0 0 60px 0;
}
@media all and (max-width: 1023px) {
  .inside-tabs .inside-banner {
    background-color: white;
    padding: 0;
  }
}

@media all and (max-width: 820px) {
  .inside-banner .banner .desktop-image {
    display: none;
  }
}
@media all and (min-width: 821px) {
  .inside-banner .banner .mobile-image {
    display: none;
  }
}

.top-heading {
  width: 100%;
  text-align: center;
  color: #82ba51;
  position: relative;
  padding: 15px 0;
}

.middle-heading {
  width: 100%;
  text-align: center;
  color: #539250;
  position: relative;
  padding: 30px 0 15px 0;
}

.light-green-underline {
  width: 200px;
  margin: 0 auto;
  display: block;
  background-color: #82ba51;
  height: 2px;
}

.green-underline {
  width: 200px;
  margin: 0 auto;
  display: block;
  background-color: #539250;
  height: 2px;
  margin-bottom: 70px;
}

.main-paragraph {
  padding: 30px;
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
}
.main-paragraph h2 {
  color: #539250;
}

.disclosure {
  font-size: 10px;
  line-height: normal;
  padding: 20px 0;
}

.disclaimer {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

.become-member {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/member-pattern.png);
  background-size: cover;
  min-height: 165px;
  padding: 20px 0 40px 0;
  border-bottom: 10px solid #82ba51;
  text-align: center;
}
@media all and (max-width: 710px) {
  .become-member {
    padding: 30px 0 0 0;
  }
}
.become-member h1 {
  color: white;
  font-size: 50px;
  padding-bottom: 30px;
}

.member-link {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.member-link a {
  color: white;
  text-decoration: none;
  display: block;
  width: 90%;
  padding: 10px;
  background-color: #82c341;
  border: 2px solid white;
  border-radius: 5px;
}
@media all and (max-width: 710px) {
  .member-link a {
    width: 100%;
    margin: 0 auto;
  }
}
.member-link a:hover {
  color: #82c341;
  background: white;
  border: 2px solid #82c341;
}

.member-link2 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.member-link2 a {
  color: white;
  text-decoration: none;
  display: block;
  width: 90%;
  padding: 10px;
  background-color: #82c341;
  border: 2px solid white;
  border-radius: 5px;
}
@media all and (max-width: 710px) {
  .member-link2 a {
    width: 100%;
    margin: 0 auto;
  }
}
.member-link2 a {
  background-color: #a3d0c3;
}
.member-link2 a:hover {
  color: #a3d0c3;
  background-color: white;
  border: 2px solid #a3d0c3;
}

.member-link3 {
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
.member-link3 a {
  color: white;
  text-decoration: none;
  display: block;
  width: 90%;
  padding: 10px;
  background-color: #82c341;
  border: 2px solid white;
  border-radius: 5px;
}
@media all and (max-width: 710px) {
  .member-link3 a {
    width: 100%;
    margin: 0 auto;
  }
}
.member-link3 a {
  background-color: #539250;
}
.member-link3 a:hover {
  color: #539250;
  background-color: white;
  border: 2px solid #539250;
}

.member-benefits {
  text-align: center;
  padding: 0 50px 70px 50px;
}

.top-gray-dash {
  width: 12%;
  border-top: 3px dashed #ccc;
  position: relative;
  top: 85px;
  float: left;
}

.bottom-gray-dash {
  width: 6%;
  border-top: 3px dashed #ccc;
  position: relative;
  top: 85px;
  float: left;
}

.hp-icon {
  width: 20%;
  height: 300px;
  float: left;
  text-align: center;
}
.hp-icon img {
  display: block;
  margin: 0 auto;
  width: 75%;
  left: 0;
  position: relative;
  z-index: 999;
}
.hp-icon img.active {
  left: -130px;
  width: 30%;
}
.hp-icon h2 {
  position: relative;
  font-weight: 600;
}
.hp-icon h2.active {
  top: -80px;
  font-size: 20px;
}

.moneybag-hidden,
.rewards-hidden,
.locations-hidden,
.technology-hidden,
.savings-hidden,
.power-hidden,
.education-hidden {
  display: none;
  width: 240px;
  font-size: 13px;
  background-color: #d6d7d6;
  border-radius: 5px;
  padding: 30px;
  font-weight: 600;
  color: black;
  line-height: 30px;
  position: relative;
  z-index: 99;
  top: -70px;
}
.moneybag-hidden a,
.rewards-hidden a,
.locations-hidden a,
.technology-hidden a,
.savings-hidden a,
.power-hidden a,
.education-hidden a {
  text-decoration: none;
  color: white;
  background-color: #82ba51;
  padding: 10px 20px;
  border-radius: 5px;
}
.moneybag-hidden a:hover,
.rewards-hidden a:hover,
.locations-hidden a:hover,
.technology-hidden a:hover,
.savings-hidden a:hover,
.power-hidden a:hover,
.education-hidden a:hover {
  background-color: white;
  color: #82ba51;
  border: 2px solid #82ba51;
}

.moneybag {
  margin-left: 100px;
}

.technology {
  margin-top: -22px;
}

.rates-heading {
  background-color: #5d6367;
  color: white;
  border-bottom: 10px solid #a4d0c3;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
}
.rates-heading h1 {
  font-style: italic;
}

.rates-tabs {
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 18px;
}
.rates-tabs ul {
  margin-top: 10px;
}
.rates-tabs ul li {
  background-color: #529535;
  width: 300px;
  border-radius: 0 0 5px 5px;
  margin: 0 10px 0 0;
  display: inline;
  padding: 10px 75px;
}
@media all and (max-width: 997px) {
  .rates-tabs ul li {
    padding: 10px 50px;
    background-image: none;
  }
}
@media all and (max-width: 900px) {
  .rates-tabs ul li {
    margin: 0;
  }
}
@media all and (max-width: 757px) {
  .rates-tabs ul li {
    padding: 10px 20px;
  }
}
@media all and (max-width: 517px) {
  .rates-tabs ul li {
    padding: 10px;
    font-size: 10px;
    position: relative;
    top: -8px;
  }
}
.rates-tabs ul li:hover {
  background-color: #82ba51;
  cursor: pointer;
}
.rates-tabs ul li.ui-state-active {
  background-color: #a4d0c3;
}
@media all and (max-width: 900px) {
  .rates-tabs .sf_colsOut .sf__2cols_2_50 {
    display: none !important;
  }
}

.home-equity {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/house.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 34px 12px;
}

.auto {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/car.png);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: 30px 15px;
}

.credit-card {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/credit-card.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 35px 12px;
}

.deposits {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/bank.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 34px 12px;
}

.deposits-graph,
.credit-card-rates,
.home-rates {
  display: none;
}
.deposits-graph .rates-graph-right,
.credit-card-rates .rates-graph-right,
.home-rates .rates-graph-right {
  margin-top: 15px;
}

.auto-rates {
  display: none;
}
@media all and (max-width: 900px) {
  .auto-rates {
    display: block;
    margin: 0;
  }
}

@media all and (max-width: 900px) {
  #form1 > div.rates.row > div.sf_cols.rates-graphs.auto-rates > div.sf_colsOut.sf_2cols_1_50,
  #form1 > div.rates.row > div.sf_cols.rates-graphs.auto-rates > div.sf_colsOut.sf_2cols_2_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.credit-card-rates > div.sf_colsOut.sf_2cols_1_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.credit-card-rates > div.sf_colsOut.sf_2cols_2_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.home-rates > div.sf_colsOut.sf_2cols_1_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.home-rates > div.sf_colsOut.sf_2cols_2_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.deposits-graph > div.sf_colsOut.sf_2cols_1_50,
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.deposits-graph > div.sf_colsOut.sf_2cols_2_50 {
    width: 100% !important;
    float: left;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  #form1 > div.rates > div > div.hp-rates-widget-2 > div.sf_cols.rates-graphs.deposits-graph > div.sf_colsOut.sf_2cols_1_50 #form1 > div.rates.row > div.sf_cols.rates-graphs.auto-rates > div.sf_colsOut.sf_2cols_2_50 {
    display: none !important;
  }
}

.rates-graphs {
  padding-top: 0px;
}
@media all and (max-width: 900px) {
  .rates-graphs {
    padding-top: 0;
  }
}

.no-padding {
  padding: 0 !important;
}

.circle-left img,
.circle-right img {
  width: 100%;
}

.graph-left img,
.graph-right img {
  width: 58%;
}

.circle-left {
  position: relative;
  left: 60px;
}

.rates-graph-left {
  border-right: 1px dashed #b2b2b2;
  text-align: center;
}

.sf_2cols_2_50 .rates-graph-left {
  border: 0;
}

.circle-right {
  position: relative;
  left: 25px;
}

.rates-graph-right {
  padding: 15px 0px 0px;
  text-align: center;
}
@media all and (max-width: 900px) {
  .rates-graph-right {
    display: none !important;
  }
}

.hp-rates-link {
  text-align: center;
  margin-top: 40px;
}
.hp-rates-link a {
  background-color: #82ba51;
  border: 1px solid #82ba51;
  border-radius: 5px;
  padding: 10px 10px;
  color: white;
}
.hp-rates-link a:hover {
  background-color: white;
  color: #82ba51;
  border: 1px solid #82ba51;
}

.all-rates h3 {
  text-align: center;
  clear: both;
  color: #539250;
  padding: 50px 0;
  font-weight: 600;
}
.all-rates h3 a {
  text-decoration: none;
  color: inherit;
}
.all-rates h3 a:hover {
  color: #8cbf89;
}
@media all and (max-width: 400px) {
  .all-rates h3 {
    font-size: 16px;
  }
}

.image-section img {
  float: left;
  width: 33%;
  padding: 10px;
}

.news-resources {
  text-align: center;
  background-color: #d6d6d5;
  padding-bottom: 50px;
  width: 100%;
}
.news-resources h1 {
  font-weight: 100;
  font-size: 38px;
  padding: 20px 0;
  color: #539250;
}
.news-resources img {
  width: 25%;
}
.news-resources a {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
}

.newsroom {
  border-right: 2px dashed white;
}
.newsroom img {
  width: 26%;
}

.security {
  border-right: 2px dashed white;
}
.security img {
  width: 28%;
}

.library {
  border-right: 2px dashed white;
}

@media all and (max-width: 840px) {
  .newsroom,
  .security,
  .library {
    border: none;
  }
}

footer {
  background-color: #5d6367;
  color: white;
  clear: both;
  padding: 10px;
  border-top: 10px solid #82ba51;
  position: relative;
  z-index: 9999;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
}

.footer-col {
  border-right: 2px dashed #ccc;
  float: left;
}
@media screen and (min-width: 770px) {
  .footer-col {
    min-height: 165px;
  }
}
.footer-col ul {
  padding-left: 15px;
}
.footer-col ul li {
  list-style-type: none;
}
.footer-col h1 {
  font-weight: 100;
  padding-bottom: 5px;
  margin-top: -5px;
}
.footer-col a:hover {
  text-decoration: underline;
}

.social {
  text-align: center;
}
.social h2 {
  font-size: 24px;
}
.social img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.social img:hover {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.social a:hover {
  text-decoration: none;
}

.disclosures {
  float: left;
  width: 33%;
  padding-left: 40px;
}
@media all and (max-width: 840px) {
  .disclosures {
    padding-left: 0;
  }
}
.disclosures img {
  display: block;
  margin: 0 auto;
  width: 50%;
  padding: 10px 20px;
}
.disclosures p {
  width: 100%;
  font-size: 8px;
  padding: 0 20px;
}

.money-thing-icon {
  display: block;
  margin: 0 auto;
}

.fees-tbl tr td:nth-of-type(1) {
  width: 25%;
}

.sf_3cols_2_34 .sf_3cols_2in_34,
.sf_3cols_3_33 .sf_3cols_3in_33 {
  margin: auto;
}

.sf_3cols_2_34 {
  width: 33%;
  float: left;
}

.main-content ul li {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -2px 6px;
  list-style-type: none;
  padding-left: 30px;
  line-height: 1.4;
}

@media all and (max-width: 710px) {
  .main-content .inside-cta {
    width: 100%;
    padding: 0;
  }
}

.online-banking-wrap-inside {
  width: 43%;
  float: right;
  margin-top: 10px;
  min-width: 540px;
}
@media all and (max-width: 1023px) {
  .online-banking-wrap-inside {
    width: 100%;
    min-width: 0px;
    float: none;
    margin-right: 0;
  }
  .online-banking-wrap-inside .ob-form-inside {
    display: none;
  }
  .online-banking-wrap-inside .ob-form-inside iframe {
    display: none;
  }
}

.main-content #iframe-holder iframe {
  height: 1000px;
}

.ob-form-inside {
  text-align: right;
  float: right;
  max-width: 545px;
}
@media all and (max-width: 1023px) {
  .ob-form-inside {
    text-align: center;
  }
}

.username-inside {
  background-image: url(/includes/svg/member-login.svg);
  background-repeat: no-repeat;
  float: left;
  -ms-background-position-x: -90px;
}
@media all and (max-width: 1023px) {
  .username-inside {
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.username-inside input[type=text] {
  margin: 0 auto;
  margin-left: 35px;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 170px;
  border-radius: 0 3px 3px 0;
  padding-left: 10px;
  background-color: #e6e6e6;
}

.password-inside {
  background-image: url(/includes/svg/password-login.svg);
  background-repeat: no-repeat;
  float: left;
  -ms-background-position-x: -90px;
}
@media all and (max-width: 1023px) {
  .password-inside {
    float: none;
    display: inline-block;
  }
}
.password-inside input[type=password] {
  margin: 0 auto;
  margin-left: 35px;
  margin-right: 10px;
  display: block;
  height: 35px;
  width: 170px;
  border-radius: 0 3px 3px 0;
  padding-left: 10px;
  background-color: #e6e6e6;
}

.ob-submit-inside {
  float: left;
  display: -ms-inline-grid;
}
@media all and (max-width: 1023px) {
  .ob-submit-inside {
    width: 100%;
    margin: 20px 0;
    float: none;
    display: inline-block;
  }
}
.ob-submit-inside input[type=submit] {
  padding: 10px 30px;
  color: white;
  border-radius: 3px;
  background-color: #5d6367;
}
.ob-submit-inside input[type=submit]:hover {
  cursor: pointer;
  background-color: #539250;
  color: white;
}

.routing-number {
  text-align: right;
  position: relative;
  right: 20px;
  top: 10px;
  font-size: 14px;
  float: right;
  font-weight: bold;
}
@media all and (max-width: 1023px) {
  .routing-number {
    float: none;
    text-align: center;
    right: 0;
    top: -10px;
    font-size: 12px;
  }
}

.online-banking-wrap-inside .routing-number {
  top: 0;
  margin-bottom: 18px;
}
@media all and (max-width: 1023px) {
  .online-banking-wrap-inside .routing-number {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 699px) {
  .inside-content .sf_2cols_1_50,
  .inside-content .sf_2cols_2_50,
  .main-content .sf_2cols_1_50,
  .main-content .sf_2cols_2_50 {
    float: none;
    width: 100% !important;
  }
}

@media all and (max-width: 599px) {
  .no-sidebar .landing-content .sf_2cols_2_50,
  .no-sidebar .landing-content .sf_2cols_1_50 {
    float: none;
    width: 100% !important;
    padding: 0;
  }
  .no-sidebar .landing-content .sf_2cols_2_50.second-check,
  .no-sidebar .landing-content .sf_2cols_1_50.second-check {
    padding-top: 40px;
  }
  .no-sidebar .landing-content .sf_2cols_2_50.second-check h2,
  .no-sidebar .landing-content .sf_2cols_1_50.second-check h2 {
    padding-bottom: 20px;
  }
  .no-sidebar .landing-content .sf_2cols_2_50.second-check ul,
  .no-sidebar .landing-content .sf_2cols_1_50.second-check ul {
    margin: 0;
  }
}

.main-content .sf_2cols_2_50,
.main-content .sf_2cols_2in_50 {
  margin-left: 0;
}

.image-left img,
.content-image img {
  width: 100%;
  margin-top: 40px;
}

.image-left_v2 img {
  width: 90%;
}

.calculator p {
  font-weight: bold;
  margin-top: 20px;
  color: #5d6367;
}
.calculator h3 {
  padding-left: 20px;
}
.calculator label {
  font-size: 14px;
  padding-right: 8px;
}
.calculator input[type=text] {
  height: 30px;
  width: 100%;
  background-color: #e5e5e5;
}

.faqs {
  padding-bottom: 20px;
}
.faqs > div > a {
  color: #5d6367;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faqs > div > a::before {
  content: url(/Includes/svg/faq-arrow.svg);
  width: 7px;
  height: 30px;
  display: inline-block;
  position: relative;
  top: 0px;
  margin-right: 10px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.faqs > div > a:hover {
  color: #539250;
  text-decoration: none;
}
.faqs > div > a.expanded {
  color: #539250;
}
.faqs > div > a.expanded + div {
  margin-left: 40px;
}
.faqs > div > a.expanded + div ul li {
  list-style-type: disc;
  background-image: none;
  padding-left: 0;
  margin: 0 0 10px 20px;
}
.faqs > div > a.expanded::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.calc-inner {
  padding: 0 0 20px 20px;
}

.calc-totals {
  margin-top: 30px;
}
.calc-totals p {
  font-weight: bold;
  display: inline-block;
  color: #5d6367;
}
.calc-totals h3 {
  padding-top: 0px !important;
}
.calc-totals label {
  font-size: 14px;
  padding-right: 8px;
  color: #5d6367;
}
.calc-totals input[type=text] {
  height: 30px;
  width: 100%;
  display: inline-block;
  background-color: #e5e5e5;
}

.main-content {
  padding: 50px 25px 50px 25px;
  color: black;
  font-size: 1rem;
  line-height: 30px;
}
.main-content h1, .main-content h2 {
  color: #539250;
  font-weight: 100;
  padding-bottom: 40px;
}
.main-content .clearfix a img {
  width: initial;
}
.main-content h3 {
  color: #539250;
  font-weight: 100;
  padding: 20px 0;
}
.main-content ul {
  margin: 20px 0;
}
@media all and (max-width: 710px) {
  .main-content ul {
    margin: 15px 0;
  }
}
.main-content ul li {
  margin-left: 30px;
}
@media all and (max-width: 820px) {
  .main-content ul li {
    margin-left: 0px;
  }
}
.main-content ol {
  margin: 10px 0;
}
.main-content ol li {
  padding: 8px 0;
  line-height: 1.5;
  margin-left: 30px;
}
.main-content ol li ul li {
  padding: 8px 0 8px 30px;
}
@media all and (max-width: 820px) {
  .main-content ol li ul li {
    margin-left: 0px;
  }
}
.main-content .font-small {
  font-size: 12px;
  line-height: 21px;
}
.main-content .font-large {
  font-size: 18px;
  line-height: 32px;
}

.inside .main-content > .sf_cols,
.inside-tabs .main-content > .sf_cols {
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .inside .main-content > .sf_cols,
  .inside-tabs .main-content > .sf_cols {
    display: block;
  }
}

@media all and (max-width: 699px) {
  .sf_cols .sf_5cols_1_20,
  .sf_cols .sf_5cols_2_20,
  .sf_cols .sf_5cols_3_20,
  .sf_cols .sf_5cols_4_20,
  .sf_cols .sf_5cols_5_20 {
    width: 100%;
    float: none;
    text-align: center;
    padding-top: 10px;
  }
}

.main-content .main,
.main-content .sf_cols .main {
  position: relative;
  padding: 0 40px;
  min-width: 75%;
  width: auto;
}
.sfPageEditor .main-content .main,
.sfPageEditor .main-content .sf_cols .main {
  width: 70%;
  min-width: 70%;
}
@media screen and (max-width: 1023px) {
  .main-content .main,
  .main-content .sf_cols .main {
    margin-top: 0 !important;
  }
}

.font-options {
  position: absolute;
  top: 20px;
  right: -80px;
  width: 30px;
  text-align: center;
  display: none;
}
@media all and (max-width: 1193px) {
  .font-options {
    right: -60px;
  }
}
@media all and (max-width: 1023px) {
  .font-options {
    display: none;
  }
}
.font-options a {
  display: block;
  padding: 5px 0;
  font-weight: 600;
  text-decoration: none;
  color: #ccc;
  line-height: normal;
  font-size: 16px;
  border-radius: 5px;
}
.font-options a#font-small {
  font-size: 12px;
}
.font-options a#font-large {
  font-size: 21px;
}
.font-options a:hover {
  background-color: #ccc;
  color: #fff;
}
.font-options a.active {
  background-color: #82ba51;
  color: #fff;
}

.right-body-content {
  padding-top: 30px;
}
.right-body-content h2, .right-body-content h3 {
  padding-top: 0;
}

div.press-room {
  display: none;
}

@media all and (max-width: 767px) {
  .right-content,
  .left-content {
    width: 100%;
    padding: 0 !important;
  }
}
@media all and (max-width: 767px) {
  .right-content > div,
  .left-content > div {
    margin: 0 !important;
  }
}

.sidebar,
.main-content .sf_cols .sidebar {
  width: 25%;
  padding: 0 0 0 45px;
  margin: 5px 0 0 0;
  border-left: 2px dashed gray;
}
.sidebar h2, .sidebar h3,
.main-content .sf_cols .sidebar h2,
.main-content .sf_cols .sidebar h3 {
  margin: 0;
  padding: 0;
}
@media all and (max-width: 1023px) {
  .sidebar,
  .main-content .sf_cols .sidebar {
    margin-top: 40px;
  }
}

.video {
  margin-bottom: 20px;
}

.page-details-wrap {
  position: absolute;
  top: 75px;
  width: 100%;
  text-align: center;
}

.page-title {
  color: white;
  position: relative;
  top: 0;
}

.title-underline {
  background-color: white;
  height: 2px;
  width: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  padding: 0 !important;
}

.page-crumbs {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
@media all and (max-width: 1023px) {
  .page-crumbs {
    display: none;
  }
}
.page-crumbs a {
  color: white !important;
  text-transform: uppercase;
}
.page-crumbs a:hover {
  background-color: initial !important;
  background-image: none !important;
  text-decoration: underline;
}

.main-content table,
.landing-content table {
  width: 100%;
  text-align: left;
  line-height: 20px;
  margin: 0 0 5px 0;
  font-size: 15px;
}
@media all and (max-width: 459px) {
  .main-content table,
  .landing-content table {
    font-size: 9px;
  }
}
.main-content table th,
.landing-content table th {
  background-color: #539250;
  color: white;
  padding: 5px;
  border: 0;
  text-align: left;
}
.main-content table td,
.landing-content table td {
  border: 0;
  padding: 5px;
}
.main-content table tr:nth-of-type(odd) > td,
.landing-content table tr:nth-of-type(odd) > td {
  background-color: #efefef;
}

.main-content table.privacy-table th {
  border-bottom: 1px solid white;
  padding: 10px;
}
.main-content table.privacy-table td {
  padding: 10px;
}

.landing-main .landing-content .checklist ul li {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -2px 6px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding-left: 30px;
  font-size: 15px;
}

.no-sidebar .landing-content .checklist ul li {
  font-size: 1rem;
  line-height: 1.4;
}

.login-options {
  float: left;
  padding-top: 17px;
  font-size: 14px;
}
.login-options a {
  color: white;
}

body .bottom-feature {
  background-color: #f5f5f5;
  padding: 20px !important;
  position: relative;
  min-height: 165px;
}
body .bottom-feature p {
  line-height: 45px;
}
body .bottom-feature h1 {
  color: #82ba51;
  font-size: 37px;
  line-height: 40px;
}
@media all and (max-width: 372px) {
  body .bottom-feature h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
body .bottom-feature h4 {
  color: #539250;
  font-size: 21px;
  padding-top: 10px;
}
body .bottom-feature .landing-main a, body .bottom-feature .main-content a, body .bottom-feature a {
  border: 2px solid #539250;
  padding: 5px 30px;
  color: #539250;
  text-decoration: none;
  position: absolute;
  right: 27px;
  bottom: 20px;
  text-decoration: none;
}
body .bottom-feature .landing-main a:hover, body .bottom-feature .main-content a:hover, body .bottom-feature a:hover {
  background-color: #539250;
  color: white;
}

.quicklinks ul {
  padding-bottom: 40px;
  border-bottom: 2px dashed gray;
  position: relative;
}
.quicklinks ul li {
  color: #539250;
  list-style-type: none;
  padding: 0 0 0 20px;
  margin: 0;
  background-image: none;
}
.quicklinks ul li:before {
  position: absolute;
  content: ">";
  color: #539250;
  left: 0;
}
.quicklinks ul li a {
  color: #539250;
}
.quicklinks ul li a:hover {
  color: #82ba51;
  text-decoration: none;
}

.cta {
  margin: 30px auto;
  min-height: 10px;
}
.cta h1 {
  color: #539250;
  font-size: 38px;
  line-height: 38px;
  padding-bottom: 10px;
}
.cta h1 sup {
  font-size: 14px;
  position: relative;
  top: -4px;
}
.cta h3 {
  color: #82ba51;
  font-size: 22px;
}
.cta h3:after {
  display: none;
}
.cta p {
  text-align: center;
  padding-top: 30px;
}
.cta p a {
  padding: 5px 20px;
  background-color: #a3d0c3;
  border: 1px solid #a3d0c3;
  color: white;
}
.cta p a:hover {
  color: #a3d0c3;
  background-color: white;
}

.text-indent {
  text-indent: 20px;
  font-weight: 600;
}

.main-cta {
  padding: 5px 20px;
  background-color: #a3d0c3;
  border: 1px solid #a3d0c3;
  color: white;
}
.main-cta:hover {
  color: #a3d0c3;
  background-color: white;
}

.main-cta-area {
  margin: 20px 0;
}

.app-badges {
  margin: 20px 0;
  text-align: center;
}
.app-badges img {
  padding-left: 10%;
}

.ad {
  text-align: center;
  padding: 100px 0;
  margin: 0;
  border: 2px dashed gray;
}

.accordion-wrapper {
  margin: 20px 0;
}

.accordion {
  color: black;
  border-bottom: 1px solid black;
  padding: 0;
  position: relative;
  padding: 0 !important;
}
.accordion div {
  padding: 10px;
  border-right: 1px solid black;
  border-left: 1px solid black;
}
.accordion h3 {
  color: white;
  background-color: #539250;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  padding: 10px;
  padding-left: 35px;
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 6px 18px;
  font-size: 1.3vw;
}
@media all and (max-width: 1023px) {
  .accordion h3 {
    font-size: initial;
  }
}
@media all and (min-width: 1330px) {
  .accordion h3 {
    font-size: 18px;
    font-size: initial;
  }
}
.accordion h3:hover {
  cursor: pointer;
}
.accordion h3 span {
  position: absolute;
  right: 30px;
  color: white;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.accordion h3:after {
  display: none;
}
.accordion h3.ui-state-active {
  background-color: white;
  color: #539250;
}

.rates-wrapper,
.rates-wrapper h2 {
  display: none;
}

.rates-wrapper.show-title h2 {
  display: block;
}

.rate-header:hover {
  text-decoration: none;
}
.rate-header h3.title {
  background-color: #539250;
  color: white;
  padding: 5px 40px;
  margin: 10px 0;
  border-radius: 10px;
}
.rate-header h3.title::before {
  content: "";
  color: white;
  width: 20px;
  height: 20px;
  -webkit-transition: all 600ms;
  transition: all 600ms;
  display: inline-block;
  position: relative;
  left: -14px;
  font-size: 30px;
  top: 3px;
  background-image: url(/Includes/svg/white-acc-arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.rates-wrapper {
  width: 95%;
  margin: 20px auto;
}
.rates-wrapper .rate-header h3.title {
  background: white;
  color: #539250;
  border: 1px solid #ccc;
  border-radius: 0;
  width: 95%;
  margin: auto;
}
.rates-wrapper .rate-header h3.title::before {
  background-image: url(/Includes/svg/green-acc-arrow.svg);
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.rates-wrapper .rates-wrapper {
  border: 1px solid #ccc;
  padding: 20px;
}
.rates-wrapper .active-rate .rate-header h3.title::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion-buttons {
  width: 95%;
  margin: 20px auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.accordion-buttons button, .accordion-buttons a.button {
  background-color: #5d6367;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  border: 1px solid #5d6367;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 180px;
          flex: 1 180px;
  margin: 10px auto;
  max-width: 180px;
  text-align: center;
}
.accordion-buttons button:hover, .accordion-buttons a.button:hover {
  text-decoration: none;
}

.active-rate .title::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.standard-list li {
  margin-left: 50px;
}

.rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #82ba51 !important;
}

.tab-menu {
  margin-top: -131px;
  z-index: 999;
  position: relative;
  padding-bottom: 80px;
}
.tab-menu li {
  display: inline-block;
  margin-right: 10px;
}
.tab-menu li a {
  color: white;
  background-color: #82ba51;
  padding: 5px 50px;
  border-radius: 5px 5px 0 0;
}
.tab-menu li a:focus, .tab-menu li a:hover {
  background-color: white;
  color: #82ba51;
  outline: 0;
}
.tab-menu li.ui-state-active a {
  background-color: white;
  color: #82ba51;
}

.tabs-content {
  padding: 40px 30px;
}

.tabs .main-content {
  padding: 40px 30px;
}

.tabs-header {
  z-index: 999;
  position: absolute;
  top: -80px;
}
@media all and (max-width: 820px) {
  .tabs-header {
    position: relative;
    top: 0;
    margin: 10px 0;
    text-align: center;
    padding-bottom: 40px;
  }
}
.tabs-header ul {
  margin: 0;
}
.tabs-header ul li {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0;
  padding-left: 0;
  background-image: none;
}
@media all and (max-width: 820px) {
  .tabs-header ul li {
    display: block;
    margin: 10px auto;
    padding: 0;
    width: 60%;
    list-style-type: none;
    border-radius: 5px;
  }
}
@media all and (max-width: 550px) {
  .tabs-header ul li {
    width: 100%;
  }
}
.tabs-header ul li a {
  color: white;
  background-color: #82ba51;
  display: block;
  width: 100%;
  padding: 4px 30px;
  border-radius: 5px 5px 0 0;
}
@media all and (max-width: 820px) {
  .tabs-header ul li a {
    border-radius: 5px;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media all and (max-width: 588px) {
  .tabs-header ul li a {
    width: 100%;
  }
}
.tabs-header ul li a:focus, .tabs-header ul li a:hover {
  background-color: white;
  color: #82ba51;
  outline: 0;
  text-decoration: none;
}
@media all and (max-width: 820px) {
  .tabs-header ul li a:focus, .tabs-header ul li a:hover {
    background-color: #82ba51;
    color: white;
  }
}
.tabs-header ul li.ui-state-active a {
  background-color: white;
  color: #82ba51;
}
@media all and (max-width: 820px) {
  .tabs-header ul li.ui-state-active a {
    color: white;
    background-color: #82ba51;
  }
}

.main-content .tabs-nav ul li {
  margin-left: 0;
}
@media all and (max-width: 820px) {
  .main-content .tabs-nav ul li {
    margin: 5px auto;
  }
}

.sfPageEditor .ui-widget {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background-color: #fff;
}

.gray-background {
  background-color: #5d6367;
  height: 65px;
}

#tabs-image img {
  width: 100%;
}

.sf_2cols_1_50 {
  padding: 0 20px 0 0;
}
@media screen and (max-width: 699px) {
  .sf_2cols_1_50 {
    padding: 0;
  }
}

.sf_2cols_2_50 {
  padding: 0 0 0 20px;
}
.sf_2cols_2_50 .check-list ul {
  padding: 0;
}

@media screen and (min-width: 700px) {
  .main-content .sf_cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .main-content .sf_cols > div {
    padding: 0 10px;
  }
}
body .landing-main .cta-btn-light a,
body .main-content .cta-btn-light a,
.cta-btn-light a {
  display: block;
  padding: 10px;
  width: 90%;
  background-color: #82ba51;
  color: white;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto 15px auto;
  font-weight: 600;
  border: 1px solid #82ba51;
  text-decoration: none;
}
body .landing-main .cta-btn-light a:hover,
body .main-content .cta-btn-light a:hover,
.cta-btn-light a:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}

body .landing-main .cta-btn-dark a,
body .main-content .cta-btn-dark a,
.cta-btn-dark a {
  display: block;
  width: 90%;
  background-color: #539250;
  color: white;
  padding: 10px;
  line-height: 1.2;
  margin: 20px auto 20px auto;
  border-radius: 5px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #539250;
  text-decoration: none;
}
body .landing-main .cta-btn-dark a:hover,
body .main-content .cta-btn-dark a:hover,
.cta-btn-dark a:hover {
  color: #539250;
  background-color: white;
}
@media all and (max-width: 790px) {
  body .landing-main .cta-btn-dark,
  body .main-content .cta-btn-dark,
  .cta-btn-dark {
    padding: 0;
  }
}

@media all and (max-width: 560px) {
  .compare-banks {
    overflow-x: scroll;
  }
}

.sf_3cols_2_34 .cta-btn-dark {
  padding: 0;
}

.schedule-appointment {
  text-align: center;
  float: left;
  width: 45%;
  font-size: 13px;
  font-weight: 600;
}
.schedule-appointment a {
  color: #539250;
}
.schedule-appointment a:hover {
  color: #2e502c;
  text-decoration: underline;
}

.essential-checking {
  clear: both;
}

.checking-benefits {
  float: left;
  width: 44%;
  font-weight: 600;
  margin-left: 40px;
}
.checking-benefits ul li {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -2px 6px;
  list-style-type: none;
  padding-left: 30px;
}
.checking-benefits ul li a {
  color: #539250;
}
.checking-benefits ul li a:hover {
  color: #2e502c;
  text-decoration: underline;
}

.check-list {
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .check-list ul {
    padding-left: 0;
  }
}
.check-list ul li {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -2px 6px;
  list-style-type: none;
  padding-left: 30px;
}
.check-list ul li a {
  color: #539250;
}
.check-list ul li a:hover {
  color: #2e502c;
  text-decoration: underline;
}
.check-list ul > ul li {
  background-image: none;
  padding: 0;
}

.check-list #tabs-1 > div:nth-child(8) > ul > ul > li:nth-child(1),
#tabs-1 > div:nth-child(8) > ul > ul > li:nth-child(2),
#tabs-1 > div:nth-child(8) > ul > ul > li:nth-child(3) {
  background-image: none;
  margin-left: 20px;
}

.shared-content {
  margin: 30px 0;
}

.main-content .checking-feature {
  background-color: #f5f5f5;
  clear: both;
  text-align: center;
  color: #539250;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  margin: 30px 0 0 0;
}
.main-content .checking-feature div div div div div img {
  width: 30%;
}
.main-content .checking-feature a {
  color: #539250;
}
.main-content .checking-feature a:hover {
  color: #82ba51;
  text-decoration: none;
}

.main-content .flexbox,
.landing-content .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 899px) {
  .main-content .flexbox,
  .landing-content .flexbox {
    display: block;
  }
}
.main-content .flexbox > div,
.landing-content .flexbox > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 140px;
          flex: 1 140px;
  margin: 10px auto;
  text-align: center;
  float: none;
  width: 100%;
}
@media all and (max-width: 899px) {
  .main-content .flexbox > div,
  .landing-content .flexbox > div {
    padding: 0;
    width: auto !important;
    max-width: 100%;
  }
}
@media all and (max-width: 499px) {
  .main-content .flexbox > div,
  .landing-content .flexbox > div {
    border-bottom: 1px solid #82ba51;
  }
}
.main-content .flexbox > div > div,
.landing-content .flexbox > div > div {
  margin: 0;
}
.main-content .flexbox > div > div > div,
.landing-content .flexbox > div > div > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-content .flexbox > div > div > div > div:last-child,
.landing-content .flexbox > div > div > div > div:last-child {
  margin-top: auto;
}
.main-content .flexbox.icons > div .sf_colsIn > div > a,
.landing-content .flexbox.icons > div .sf_colsIn > div > a {
  background-color: #7cc343;
  border: 1px solid #7cc343;
  display: block;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.main-content .flexbox.icons > div .sf_colsIn > div > a svg,
.landing-content .flexbox.icons > div .sf_colsIn > div > a svg {
  width: 50px;
  height: 50px;
  fill: white;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}
.main-content .flexbox.icons > div .sf_colsIn > div > a:hover,
.landing-content .flexbox.icons > div .sf_colsIn > div > a:hover {
  background-color: white;
}
.main-content .flexbox.icons > div .sf_colsIn > div > a:hover svg,
.landing-content .flexbox.icons > div .sf_colsIn > div > a:hover svg {
  fill: #7cc343;
}

.no-sidebar .main-content {
  padding: 0;
}
.no-sidebar .main-content .font-options {
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media all and (max-width: 599px) {
  .no-sidebar .main-content .font-options {
    display: none;
  }
}
.no-sidebar .main-content .font-options a {
  padding: 5px;
}

.main-content .flexbox.rewards,
.landing-content .flexbox.rewards {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.main-content .flexbox.rewards > div,
.landing-content .flexbox.rewards > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 140px;
          flex: 1 140px;
  max-width: 140px;
}
@media all and (max-width: 499px) {
  .main-content .flexbox.rewards > div,
  .landing-content .flexbox.rewards > div {
    border: 0;
  }
}
.main-content .flexbox.rewards > div > div,
.landing-content .flexbox.rewards > div > div {
  margin: auto !important;
}
.main-content .flexbox.rewards > div > div img,
.landing-content .flexbox.rewards > div > div img {
  height: 120px;
}
.main-content .flexbox.rewards h3,
.landing-content .flexbox.rewards h3 {
  color: #539250;
  font-weight: 100;
  padding: 20px 0;
}

.financial-resources {
  background-color: #f1f1f1;
  clear: both;
  text-align: center;
  color: #539250;
  font-size: 14px;
  line-height: 20px;
  padding: 30px;
  margin: 30px 0 0 0;
}

.financial-library {
  margin-bottom: 30px;
}

.back-to-top a {
  padding: 5px 20px;
  color: #82ba51;
  border: 2px solid #82ba51;
  border-radius: 5px;
}
.back-to-top a:hover {
  color: white;
  background-color: #82ba51;
}

.midpage-image {
  float: left;
  padding: 0px 40px 0 0;
}

.landing-content {
  padding: 50px 25px 50px 25px;
  width: 70%;
  float: left;
  line-height: 30px;
}
.landing-content h2 {
  color: #539250;
  font-weight: 100;
  padding-bottom: 40px;
}
.landing-content .locations h2 {
  padding-bottom: 20px;
}
.landing-content ul:not(.ui-tabs-nav), .landing-content ol {
  margin: 0 0 20px 40px;
}
.landing-content ul:not(.ui-tabs-nav) li {
  list-style-type: disc;
}
.landing-content .tabs-header {
  top: -38px;
}
@media all and (max-width: 820px) {
  .landing-content .tabs-header {
    top: 0;
  }
}
.landing-content p {
  padding-bottom: 20px;
}

.sidebar-landing {
  padding: 25px;
  width: 30%;
  float: right;
}

.no-sidebar .landing-content {
  width: 100%;
  float: none;
  padding-bottom: 50px;
}

.sr-only,
.visuallyhidden,
.v-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.no-sidebar h1 {
  color: #539250;
  font-weight: 100;
  margin-bottom: 20px;
}
.no-sidebar .contact-nusenda {
  width: 60%;
  margin: 40px auto;
  font-size: 14px;
}
.no-sidebar .contact-nusenda ul {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
}
@media all and (max-width: 899px) {
  .no-sidebar .contact-nusenda ul {
    display: block;
  }
}
.no-sidebar .contact-nusenda ul > li {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  margin-bottom: 15px;
  position: relative;
}
.no-sidebar .contact-nusenda ul > li input[type=text] {
  max-width: none;
  width: 98%;
  padding: 10px 0;
}
.no-sidebar .contact-nusenda ul > li input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.no-sidebar .contact-nusenda ul > li input[type=radio]:checked ~ .check::before {
  background: #539250;
}
.no-sidebar .contact-nusenda ul > li select {
  width: 98%;
  max-width: none;
}
.no-sidebar .contact-nusenda ul > li div.leave-message {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.no-sidebar .contact-nusenda ul > li div.leave-message > div:first-of-type {
  margin-left: auto;
  margin-right: 5em;
  position: relative;
}
.no-sidebar .contact-nusenda ul > li div.leave-message > div:last-of-type {
  margin-right: auto;
  position: relative;
}
.no-sidebar .contact-nusenda ul > li .check {
  display: block;
  position: absolute;
  border: 2px solid #5f6367;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 2px;
  left: -20px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.no-sidebar .contact-nusenda ul > li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 9px;
  width: 9px;
  top: 1px;
  left: 1px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}
.no-sidebar .contact-nusenda input[type=submit], .no-sidebar .contact-nusenda input[type=button] {
  margin: 10px auto;
  background-color: #82ba51;
  color: white;
}
.no-sidebar .contact-nusenda label {
  margin: 0;
}
.no-sidebar .contact-nusenda textarea {
  width: 99%;
  max-width: none;
}
.no-sidebar .nusenda-rewards {
  margin: 0;
  width: 100%;
  max-width: 500px;
}
.no-sidebar .nusenda-rewards ul {
  display: block;
}
.no-sidebar .nusenda-rewards .g-recaptcha > div {
  margin-left: 0;
}
.no-sidebar .nusenda-rewards input[type=submit], .no-sidebar .nusenda-rewards input[type=button] {
  margin: 10px 0;
}
.no-sidebar .g-recaptcha > div {
  margin: 0 auto;
}

.no-sidebar .contact-nusenda input[type=text]::-webkit-input-placeholder, .no-sidebar .contact-nusenda input[type=text]:-moz-placeholder, .no-sidebar .contact-nusenda input[type=text]::-moz-placeholder, .no-sidebar .contact-nusenda input[type=text]:-ms-input-placeholder {
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 8px;
}

.questions {
  padding-bottom: 50px;
}
.questions input {
  background-color: #e5e5e5;
  min-height: 30px;
  margin-bottom: 20px;
  text-indent: 10px;
  width: 60%;
}
.questions input[type=submit] {
  padding: 10px;
  border-radius: 4px;
  text-indent: 0;
  width: initial;
}
.questions input[type=submit]:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}

.landing-quicklinks {
  font-size: 20px;
}
.landing-quicklinks ul li {
  color: #539250;
  margin-bottom: 10px;
}
.landing-quicklinks ul li a {
  color: inherit;
}
.landing-quicklinks ul li a:hover {
  color: #2e502c;
  text-decoration: underline;
}

.green-block-landing {
  clear: both;
  width: 100%;
  height: 20px;
  background-color: #82ba51;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 9999;
}

.landing-footer {
  font-size: 0.8em;
  height: 130px !important;
}
.landing-footer img {
  width: 50%;
}

.landing-footer > .ncua {
  height: 85px;
}

.landing-logo img {
  width: 50%;
}

.cc-landing .cc-landing-logo {
  position: relative;
  z-index: 99999;
}
.cc-landing .cc-landing-logo img {
  position: absolute;
  top: 50px;
  left: 40px;
  max-width: 30%;
}
@media all and (-ms-high-contrast: none) {
  .cc-landing .cc-landing-logo img {
    min-height: 100px;
  }
}
.cc-landing .banner {
  position: relative;
}
.cc-landing .banner .text-image {
  position: absolute;
  z-index: 9;
  bottom: 20%;
  margin: 0 auto;
  padding: 0 10%;
}
.cc-landing .banner img {
  margin-bottom: -5px;
}
.cc-landing .mobile-landing-image {
  display: none;
}
@media all and (max-width: 899px) {
  .cc-landing .mobile-landing-image {
    display: block;
  }
}
.cc-landing .feature {
  background-color: #5f6367;
  padding: 40px 0;
  color: white;
}
.cc-landing .feature a {
  color: white;
  text-decoration: underline;
}
.cc-landing .feature a:hover {
  text-decoration-color: #82ba51;
}
.cc-landing .feature .row {
  width: 70%;
  margin: 0 auto;
}
@media all and (max-width: 899px) {
  .cc-landing .feature .row {
    width: 90%;
  }
}
.cc-landing .feature .row h2 {
  margin-bottom: 10px;
}
.cc-landing .feature .row ul {
  margin: 20px 0 20px 20px;
}
.cc-landing .feature .row ul li {
  background-image: url(/Sitefinity/WebsiteTemplates/Custom/App_Themes/DefaultTheme/images/white-check.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: -2px 6px;
  list-style-type: none;
  padding-left: 30px;
  line-height: 1.4;
}
.cc-landing .feature .sf_cols {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media all and (max-width: 899px) {
  .cc-landing .feature .sf_cols {
    display: block;
  }
}
.cc-landing .feature .sf_cols > .card-image {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.cc-landing .feature .sf_cols > .card-image img {
  width: 80%;
  max-width: 300px;
}
@media all and (max-width: 899px) {
  .cc-landing .feature .sf_cols > .card-image img {
    display: block;
    margin: 0 auto 40px auto;
  }
}
.cc-landing .feature .sf_cols > .card-info {
  -webkit-box-flex: 2;
          flex: 2;
  -ms-flex: 2;
  -webkit-flex: 2;
}
.cc-landing img {
  max-width: 100%;
}
.cc-landing .cta-btn-light a {
  background-color: #82ba51;
  border-color: #82ba51;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  max-width: 600px;
  font-size: 22px;
}
@media all and (max-width: 899px) {
  .cc-landing .cta-btn-light a {
    width: 300px;
  }
}
.cc-landing .cta-btn-light a:hover {
  color: #82ba51;
  background-color: white;
}
.cc-landing .columns .row {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-appearance;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 40px 20px 60px 20px;
}
@media all and (max-width: 899px) {
  .cc-landing .columns .row {
    display: block;
    padding: 0 20px;
  }
}
.cc-landing .columns .row > div {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-appearance;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cc-landing .columns .row > div:nth-of-type(2) {
  margin: 0 40px;
}
@media all and (-ms-high-contrast: none) {
  .cc-landing .columns .row > div > div {
    max-height: 700px;
  }
}
@media all and (max-width: 899px) {
  .cc-landing .columns .row > div {
    max-width: 500px;
    margin: 40px auto;
  }
  .cc-landing .columns .row > div:nth-of-type(2) {
    margin: 40px auto;
  }
}
.cc-landing .columns .row .img-wrap {
  position: relative;
  margin-bottom: 30px;
}
.cc-landing .columns .row .img-wrap:hover .hover-text {
  height: 100%;
}
.cc-landing .columns .row .img-wrap:hover .hover-text a {
  opacity: 1;
}
.cc-landing .columns .row .img-wrap h3 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: white;
  background-color: #83b957;
  padding: 10px;
}
.cc-landing .columns .row .img-wrap .hover-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(131, 185, 87, 0.8);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.cc-landing .columns .row .img-wrap .hover-text a {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  position: static;
  background: none;
  opacity: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  color: white;
  margin: 0;
  font-size: 24px;
}
.cc-landing .columns .row .img-wrap .hover-text a span {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.cc-landing .columns .row .img-wrap .hover-text a:hover {
  text-decoration: none;
}
.cc-landing .columns .row a:last-of-type {
  display: block;
  margin-top: 30px;
  color: #5f6367;
  font-weight: bold;
  font-size: 18px;
}
.cc-landing .columns .row a:last-of-type:hover {
  text-decoration: underline;
}
.cc-landing .columns .row .cta-btn-small {
  text-align: center;
  margin-top: auto;
}
.cc-landing .columns .row .cta-btn-small a {
  background-color: #82ba51;
  border: 1px solid #82ba51;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  max-width: 600px;
  width: 66%;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  font-weight: normal;
  padding: 10px 5px;
  border-radius: 5px;
}
@media all and (max-width: 899px) {
  .cc-landing .columns .row .cta-btn-small a {
    width: 300px;
  }
}
.cc-landing .columns .row .cta-btn-small a:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}
.cc-landing footer {
  padding: 0;
  border: 0;
  position: relative;
}
.cc-landing footer .sfimageWrp img {
  width: 100%;
}
.cc-landing footer .cta-btn-light {
  display: none;
  position: absolute;
  width: 600px;
  margin-left: -300px;
  left: 50%;
  top: 10%;
}
@media all and (max-width: 899px) {
  .cc-landing footer .cta-btn-light {
    width: 300px;
    margin-left: -150px;
    top: 3%;
  }
}
@media all and (max-width: 599px) {
  .cc-landing footer .cta-btn-light {
    width: 300px;
    margin-left: -150px;
    top: 8%;
  }
}
.cc-landing footer .cta-btn-light a {
  font-size: 22px;
  max-width: none;
  width: 100%;
}
@media all and (max-width: 899px) {
  .cc-landing footer .cta-btn-light a {
    font-size: 22px;
  }
}
.cc-landing footer .sfimageWrp.centered, .cc-landing footer .footer-disclosures {
  text-align: center;
}
.cc-landing footer img {
  margin-bottom: 10px;
}

.columns.flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.columns.flex > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  float: none;
  width: 100%;
}
.columns.flex > div > div > div {
  margin: 0 !important;
}
.columns .img-wrap {
  position: relative;
  margin-bottom: 30px;
}
.columns .img-wrap:hover .hover-text {
  height: 100%;
}
.columns .img-wrap:hover .hover-text a {
  opacity: 1;
}
.columns .img-wrap h3 {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: white;
  background-color: #83b957;
  padding: 10px;
}
.columns .img-wrap img {
  width: 100%;
}
.columns .img-wrap .hover-text {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(131, 185, 87, 0.8);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  height: 0;
  overflow: hidden;
  text-align: center;
}
.columns .img-wrap .hover-text a {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  position: static;
  background: none;
  opacity: 0;
  height: 100%;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  color: white;
  margin: 0;
  font-size: 24px;
}
@media all and (max-width: 899px) {
  .columns .img-wrap .hover-text a {
    opacity: 1;
  }
}
.columns .img-wrap .hover-text a span {
  -webkit-box-flex: 1;
          flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
}
.columns .img-wrap .hover-text a:hover {
  text-decoration: none;
}
.columns a.cta-btn-small {
  background-color: #82ba51;
  border: 1px solid #82ba51;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  max-width: 600px;
  width: 66%;
  color: #fff;
  font-size: 22px;
  display: block;
  font-weight: normal;
  padding: 10px 5px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
@media all and (max-width: 899px) {
  .columns a.cta-btn-small {
    width: 300px;
  }
}
.columns a.cta-btn-small:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}

@media all and (max-width: 599px) {
  .columns.flex.mobile-stack > div {
    display: block;
  }
  .columns.flex.mobile-stack > div .sf_2cols_2_50 {
    padding: 0;
  }
}

.circle {
  background-image: url(/includes/svg/circle.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 65%;
  min-height: 300px;
  color: white;
}

.circle-top-text {
  text-align: left;
  position: relative;
  top: 60px;
  left: 40px;
  font-size: 1.8em;
}

.circle-dollar-amount {
  text-align: center;
  font-size: 6em;
  position: relative;
  top: 40px;
}

.circle-bottom-text {
  text-align: right;
  top: 25px;
  right: 40px;
  font-size: 1.8em;
}

.inside-button {
  padding: 0;
}
@media all and (max-width: 790px) {
  .inside-button {
    width: 100%;
  }
}
@media all and (max-width: 790px) {
  .inside-button > div {
    margin: 0 !important;
  }
}
@media all and (max-width: 1023px) {
  .inside-button .left-content {
    padding-right: 0;
  }
}

.sfContentBlock strong > img {
  width: 112px;
}

.blog-archives ul li,
.blog-connect ul li {
  list-style-type: none;
  margin-left: 15px;
}

.gray-bg {
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gray-cols .sf_colsOut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}
.gray-cols .sf_colsIn {
  background-color: #f5f5f5;
}
.gray-cols .sf_colsIn > div {
  padding: 20px 30px;
  margin: 0;
}
.gray-cols .sf_colsIn > div.sfimageWrp {
  padding: 0;
}

.page-crumb-wrapper {
  position: relative;
  max-width: 1310px;
  margin: auto;
}

.yellow-bg {
  background-color: #edbc48;
  color: black;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.green-bg {
  background-color: #539250;
  padding: 20px;
  color: white;
  margin-bottom: 20px;
  margin-top: 20px;
}
.green-bg h3 {
  color: white;
}
.green-bg h3:after {
  background-color: white;
}
.green-bg table tr:nth-of-type(odd) > td {
  background-color: #456640;
}

.sfNavTreeviewWrp ul {
  margin: 0;
}
.sfNavTreeviewWrp ul li {
  list-style-type: none;
}
.sfNavTreeviewWrp a {
  color: #539250;
}
.sfNavTreeviewWrp a:hover {
  color: #2e502c;
  text-decoration: underline;
}

.saturday-hours img {
  max-width: 420px;
}

.scroll-arrow {
  position: fixed;
  right: 0;
  opacity: 0.7;
  width: 100px;
  bottom: 0;
  z-index: 999;
  text-align: right;
  right: 20px;
  bottom: 20px;
}
.scroll-arrow img {
  width: 40%;
}
@media all and (max-width: 1023px) {
  .scroll-arrow {
    display: none;
  }
}

.main-content .inside-button .sf_2cols_2_50 {
  padding: 0 20px 0 0;
}

.main-content .sfContentBlock img {
  max-width: 100%;
}

.image-left .checklist ul {
  margin-top: 20px;
}

.content-right .checklist ul {
  margin-bottom: 20px;
}

.main .video + div .sf_2cols_2_50 ul {
  margin-bottom: 20px;
}

.main-content .sfContentBlock p a img {
  width: initial;
}

@media all and (max-width: 699px) {
  #mainContent_T713E3F26007_Col00 p {
    text-align: left !important;
  }
}

#mainContent_T713E3F26007_Col00 iframe {
  width: 100%;
}

.main-content .sfContentBlock a img {
  width: initial;
}

.financial-resources div div .sfContentBlock + div div.sf_2cols_1_50 {
  padding: 0;
}

.font-small .tabs-nav,
.font-large .tabs-nav {
  font-size: 16px;
  line-height: 30px;
}

.security-buttons > div {
  float: left;
}
@media all and (max-width: 670px) {
  .security-buttons > div {
    width: 100%;
  }
}
@media all and (max-width: 670px) {
  .security-buttons > div div.sf_colsIn {
    margin-left: 0;
  }
}

/* ---- New Homepage Styles ---- */
.home-v2 .mininav li {
  color: #82ba51;
}
.home-v2 .search input[type=submit], .home-v2 .search button {
  background-color: #82ba51;
  background-image: url(/Includes/svg/search-v2.svg);
}
.home-v2 .routing-number {
  font-size: 14px;
}
@media all and (max-width: 1023px) {
  .home-v2 .routing-number {
    font-size: 12px;
  }
}
.home-v2 .green-block {
  display: none;
}
.home-v2 .ob-title, .home-v2 .ob-form {
  background-color: #82ba51;
}
.home-v2 .username {
  background-image: url(/Includes/svg/member-login-v2.svg);
}
.home-v2 .password {
  background-image: url(/Includes/svg/password-login-v2.svg);
}
.home-v2 .header-wrap {
  padding: 20px 0 0 0;
}
.home-v2 .main-paragraph {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 55px;
}
@media all and (max-width: 599px) {
  .home-v2 .main-paragraph {
    width: 95%;
  }
}
.home-v2 .green-text {
  color: #82ba51;
}
.home-v2 .become-member {
  border: none;
  background-image: none;
  background-color: #539250;
  padding: 30px;
  min-height: 250px;
}
.home-v2 .become-member h1 {
  padding-bottom: 40px;
}
.home-v2 .member-link a, .home-v2 .member-link2 a, .home-v2 .member-link3 a {
  background-color: #82ba51;
  border: none;
  margin: 5px 10px;
}
.home-v2 .member-link a:hover, .home-v2 .member-link2 a:hover, .home-v2 .member-link3 a:hover {
  background-color: white;
  color: #82ba51;
}
.home-v2 .top-gray-dash, .home-v2 .bottom-gray-dash {
  opacity: 0;
}
.home-v2 .hp-icon img {
  margin-bottom: 30px;
}
@media all and (max-width: 599px) {
  .home-v2 .hp-icon img {
    margin-bottom: 15px;
  }
}
.home-v2 .hp-icon:hover img {
  margin-bottom: 0;
}
.home-v2 .rates-heading {
  background-color: #82ba51;
  border: none;
  padding: 40px 0;
}
.home-v2 .rates-heading h1 {
  font-size: 40px;
  font-style: initial;
}
.home-v2 .rates-tabs ul li.ui-state-active {
  background-color: #82ba51;
}
.home-v2 .rates {
  background-color: white;
}
.home-v2 .news-resources {
  background-color: #5f6367;
}
.home-v2 .news-resources h1, .home-v2 .news-resources a {
  color: white;
}
.home-v2 .news-resources .green-underline {
  background-color: white;
}
.home-v2 .news-resources .row > div:first-child {
  padding: 40px 0;
}
.home-v2 .news-resources .newsroom, .home-v2 .news-resources .security, .home-v2 .news-resources .library, .home-v2 .news-resources .calculator {
  border: none;
}
.home-v2 .image-section {
  background-color: #5f6367;
}
.home-v2 .image-section::after {
  content: "";
  display: block;
  clear: both;
}
.home-v2 .image-section img {
  float: none;
  width: 100%;
  padding: 0;
}
.home-v2 .image-section > div {
  width: 33.33%;
  float: left;
}
@media all and (max-width: 599px) {
  .home-v2 .image-section > div {
    width: 100%;
  }
}
.home-v2 footer {
  background-color: #82ba51;
}
.home-v2 .footer-col {
  border: none;
  padding-top: 40px;
}
.home-v2 .footer-col:first-child {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .home-v2 .footer-col:first-child {
    padding-top: 40px;
  }
}
.home-v2 .footer-col img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.home-v2 .disclosures {
  padding-left: 0;
}
.home-v2 .disclosures p {
  font-size: 10px;
}
.home-v2 .rate-comparison .national-average {
  color: #5f6367;
}
.home-v2 .deposits-graph .rate-comparison .national-average {
  color: #5f6367;
}
.home-v2 .rates-graph-left {
  border-right: 1px solid #5f6367;
}
.home-v2 .sf_2cols_2_50 .rates-graph-left {
  border: none;
}
.home-v2 .hp-rates-link a {
  color: #539250;
  border: none;
  background: none;
}
.home-v2 .hp-rates-header {
  text-align: center;
  position: relative;
  top: 40px;
}
.home-v2 .rates-intro {
  text-align: center;
  width: 75%;
}
@media all and (max-width: 699px) {
  .home-v2 .rates-intro {
    width: 85%;
  }
}
.home-v2 .all-rates h3 a {
  background-color: #539250;
  padding: 5px 20px;
  color: white;
}
.home-v2 .all-rates h3 a:hover {
  background-color: white;
  color: #539250;
}

/* slight adaption for footer socials */
footer .social a {
  max-width: 60px;
  display: inline-block;
}
footer .social a img {
  display: block;
  width: 50px;
  margin: 3px;
}

footer .copyright {
  font-size: 0.9rem;
  text-align: center;
  padding: 10px 5px 20px 5px;
}

/* ---- Version 3 Homepage Styles ---- */
.home-v3 .top-heading {
  color: #5f6367;
}
.home-v3 .home-content .light-green-underline {
  background-color: #5f6367;
}
.home-v3 .rates-heading {
  padding: 30px 0;
}
.home-v3 .rates-heading h1 {
  font-size: 32px;
}
.home-v3 .middle-heading {
  background-color: #5f6367;
  padding: 30px 0;
  margin-bottom: 40px;
}
.home-v3 .middle-heading h1 {
  color: white;
}

.landing-content .bio-list,
.bio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 !important;
  max-width: 100%;
}
@supports (display: grid) {
  .landing-content .bio-list,
  .bio-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  }
}
@media screen and (max-width: 550px) {
  @supports (display: grid) {
    .landing-content .bio-list,
    .bio-list {
      display: block;
    }
  }
}
.landing-content .bio-list .bio,
.bio-list .bio {
  -webkit-box-flex: 1;
      -ms-flex: 1 200px;
          flex: 1 200px;
  padding: 40px;
  list-style-type: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (-ms-high-contrast: none) {
  .landing-content .bio-list .bio,
  .bio-list .bio {
    max-width: 25%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 1024px) {
  .landing-content .bio-list .bio,
  .bio-list .bio {
    max-width: 33%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 850px) {
  .landing-content .bio-list .bio,
  .bio-list .bio {
    max-width: 50%;
  }
}
@media screen and (-ms-high-contrast: none) and (max-width: 550px) {
  .landing-content .bio-list .bio,
  .bio-list .bio {
    max-width: 100%;
  }
}
.landing-content .bio-list .bio-image,
.bio-list .bio-image {
  border-radius: 50%;
  width: 160px;
  min-width: 160px;
  height: 160px;
  border: 5px solid #82ba51;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 10px auto;
}
.landing-content .bio-list .bio-image img,
.bio-list .bio-image img {
  visibility: hidden;
  max-width: 100%;
}
.landing-content .bio-list p.nmls,
.bio-list p.nmls {
  padding-bottom: 10px;
}
.landing-content .bio-list .bio-trigger,
.bio-list .bio-trigger {
  color: white;
  padding: 5px 10px;
  background-color: #539250;
  border-radius: 5px;
  display: inline-block;
  font-size: 0.9rem;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto auto 0 auto;
  border: 1px solid #539250;
}
.landing-content .bio-list .bio-trigger:hover,
.bio-list .bio-trigger:hover {
  background-color: white;
  color: #539250;
  text-decoration: none;
}
.landing-content .bio-list .bio-popup,
.bio-list .bio-popup {
  display: none;
}
.landing-content .bio-list .bio-summary,
.bio-list .bio-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.landing-content .bio-list .bio-summary h2,
.bio-list .bio-summary h2 {
  padding-bottom: 0;
  font-size: 1.2rem;
  padding-top: 10px;
  font-weight: 600;
  line-height: 1.4rem;
  min-width: 100%;
  margin-bottom: 15px;
}
.landing-content .bio-list .bio-summary p,
.bio-list .bio-summary p {
  font-size: 0.9rem;
  min-width: 100%;
}
.landing-content .bio-list .bio-summary .nmls,
.bio-list .bio-summary .nmls {
  margin-top: -10px;
}

.customfancybox-overlay {
  z-index: 999999 !important;
}

.customfancybox-wrap {
  z-index: 9999999999999 !important;
}

.customfancybox-inner {
  overflow-y: auto !important;
}
.customfancybox-inner .bio-popup {
  max-width: 1000px;
}
.customfancybox-inner ul,
.customfancybox-inner ol {
  padding-left: 30px;
  margin: 0 0 20px 0;
  text-align: left;
}
.customfancybox-inner ul li::before,
.customfancybox-inner ol li::before {
  color: #539250;
}
.customfancybox-inner ul ul,
.customfancybox-inner ul ol,
.customfancybox-inner ol ul,
.customfancybox-inner ol ol {
  margin: 0;
}
.customfancybox-inner ul ul li::before,
.customfancybox-inner ul ol li::before,
.customfancybox-inner ol ul li::before,
.customfancybox-inner ol ol li::before {
  color: #82ba51;
}
.customfancybox-inner ul ul ul li::before,
.customfancybox-inner ul ul ol li::before,
.customfancybox-inner ul ol ul li::before,
.customfancybox-inner ul ol ol li::before,
.customfancybox-inner ol ul ul li::before,
.customfancybox-inner ol ul ol li::before,
.customfancybox-inner ol ol ul li::before,
.customfancybox-inner ol ol ol li::before {
  color: #a3d0c3;
}
.customfancybox-inner ul li {
  position: relative;
  padding: 0 0 0.5rem 0;
}
.customfancybox-inner ul li::before {
  content: "•";
  display: inline-block;
  width: 26px;
  font-size: 1.7em;
  font-weight: bold;
  margin-left: -20px;
  position: absolute;
  line-height: 0.75em;
}
.customfancybox-inner ol > li {
  position: relative;
  counter-increment: list;
  padding: 0 0 0.5rem 0;
}
.customfancybox-inner ol > li::before {
  content: counter(list) ".";
  display: inline-block;
  font-weight: bold;
  width: 1.5rem;
  margin-left: -1.5rem;
  position: relative;
  left: -0.3rem;
  text-align: right;
  font-size: 1em;
}
@media screen and (-ms-high-contrast: none) {
  .customfancybox-inner ol > li::before {
    font-size: 1rem;
  }
}
.customfancybox-inner ol ol > li {
  counter-increment: list2;
}
.customfancybox-inner ol ol > li::before {
  content: counter(list2, lower-alpha) ".";
}
.customfancybox-inner ol ol ol > li {
  counter-increment: list3;
}
.customfancybox-inner ol ol ol > li::before {
  content: counter(list2, lower-roman) ".";
}
.customfancybox-inner .bio-image {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  border: 5px solid white;
  margin: 20px 20px 20px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 40px 10px 20px;
}
.customfancybox-inner .bio-image img {
  visibility: hidden;
  max-width: 100%;
}
.customfancybox-inner .main-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #539250;
  border-bottom: 10px solid #82ba51;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 160px;
  margin-bottom: 18px;
  padding-top: 1px;
}
.customfancybox-inner .main-bio .bio-intro {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: calc(100% - 300px);
}
@media screen and (max-width: 550px) {
  .customfancybox-inner .main-bio {
    display: block;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
  }
  .customfancybox-inner .main-bio .bio-image {
    margin: 20px auto 0 auto;
    width: 180px;
    height: 180px;
  }
}
.customfancybox-inner .appointment-button {
  color: white;
  padding: 5px 10px;
  background-color: #82ba51;
  border-radius: 5px;
  margin: 10px 20px;
  display: block;
  border: 1px solid #82ba51;
  min-width: 150px;
  text-align: center;
}
.customfancybox-inner .appointment-button:hover {
  background-color: white;
  color: #539250;
  text-decoration: none;
}
@media screen and (max-width: 699px) {
  .customfancybox-inner .appointment-button {
    display: inline-block;
  }
}
@media screen and (min-width: 551px) {
  .customfancybox-inner .appointment-button {
    margin: 10px 0 10px 20px;
  }
}
@media screen and (min-width: 700px) {
  .customfancybox-inner .buttons {
    max-width: 220px;
  }
}
@media screen and (min-width: 600px) {
  .customfancybox-inner .buttons {
    min-width: 220px;
  }
}
.customfancybox-inner .bio-intro {
  padding: 20px 0;
  color: white;
}
.customfancybox-inner .bio-intro h3 {
  font-size: 1.5rem;
}
.customfancybox-inner .bio-intro .job-title {
  margin-bottom: 18px;
  font-weight: bold;
}
.customfancybox-inner .side-bio {
  padding-left: 260px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .customfancybox-inner .side-bio {
    padding-left: 20px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 550px) {
  .customfancybox-inner .side-bio {
    padding-top: 20px;
  }
}
.customfancybox-inner .side-bio h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 599px) {
  .sf_2cols_2_50 .sf_2cols_2in_50 {
    margin-left: 0;
  }
}
.special-table .special-elm {
  text-align: center;
}
@media screen and (min-width: 555px) {
  .special-table .special-elm h2 {
    padding-top: 40px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.75rem;
  }
}

.new-landing-buttons {
  position: absolute;
  top: 75px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.new-landing-buttons a.button {
  width: 10rem;
  border: 2px solid #529535;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.new-landing-buttons a.button:first-child {
  background-color: #fff;
  color: #529535;
}
.new-landing-buttons a.button:first-child:hover {
  background-color: #529535;
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.new-landing-buttons a.button:last-child {
  background-color: #529535;
  color: #fff;
}
.new-landing-buttons a.button:last-child:hover {
  color: #529535;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

​.nav-wrap {
  clear: both;
  position: relative;
  z-index: 99999;
}

.nav-wrap div.nav {
  display: block;
  clear: both;
  position: relative;
  z-index: 99999;
  padding-top: 20px;
}

.nav .topnav > ul li a {
  padding-bottom: 20px;
  color: #5D6367;
  display: block;
}
.nav .topnav > ul li a:hover {
  text-decoration: none;
}
.nav .topnav > ul li a:focus {
  border: none;
}

.nav .topnav > ul li ul li a {
  color: white;
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.nav .topnav > ul li ul li a:hover {
  text-shadow: 0 0 10px white;
}

.nav-wrap .nav .topnav {
  text-align: center;
}
.nav-wrap .nav .topnav > ul li {
  float: left;
  width: 14%;
  padding: 5px 0;
  position: relative;
  z-index: 8;
  list-style-type: none;
}
.nav-wrap .nav .topnav > ul li a:hover {
  cursor: default;
}
@media all and (max-width: 1023px) {
  .nav-wrap .nav .topnav > ul li {
    padding: 0;
  }
}
.nav-wrap .nav .topnav > ul li:hover ul {
  display: block;
  position: absolute;
  width: 245px;
  top: 52px;
  padding: 10px 0;
  background-color: rgba(93, 99, 103, 0.8);
}
.nav-wrap .nav .topnav > ul li:hover ul li ul {
  display: none;
}
.nav-wrap .nav .topnav > ul li .nav-dropdown ul {
  top: 52px;
}
@media all and (max-width: 1308px) {
  .nav-wrap .nav .topnav > ul li .nav-dropdown ul {
    top: 49px;
  }
}
@media all and (max-width: 1100px) {
  .nav-wrap .nav .topnav > ul li .nav-dropdown ul {
    top: 47px;
  }
}
.nav-wrap .nav .topnav > ul li ul {
  display: none;
}
.nav-wrap .nav .topnav > ul li ul li {
  width: 100%;
  text-align: left;
  padding: 0;
}
.nav-wrap .nav .topnav > ul li ul li a {
  padding: 5px 15px;
}
.nav-wrap .nav .topnav > ul li ul li a:hover {
  cursor: pointer;
}
.nav-wrap .nav .topnav > ul li ul li:hover ul {
  display: block;
  position: absolute;
  background-color: rgba(93, 99, 103, 0.8);
  left: 245px;
  top: 0;
}
.nav-wrap .nav .topnav > ul li ul li:hover ul li ul {
  display: none;
}
.nav-wrap .nav .topnav > ul li ul li:hover ul li:hover ul {
  display: block;
  left: 245px;
}
.nav-wrap .nav .topnav > ul li ul li ul {
  display: none;
}

.nav-wrap .nav .topnav .sfNavList > li:nth-child(5) .nav-dropdown > ul li:hover ul,
.nav-wrap .nav .topnav .sfNavList > li:nth-child(6) .nav-dropdown > ul li:hover ul,
.nav-wrap .nav .topnav .sfNavList > li:nth-child(7) .nav-dropdown > ul li:hover ul,
.nav-wrap .nav .topnav .sfNavList li:nth-child(5) > .nav-dropdown ul#Navigation_T713E3F26002_ctl00_ctl00_ctl00_ctl04_childNodesContainer li:hover ul,
.nav-wrap .nav .topnav .sfNavList li:nth-child(6) > .nav-dropdown ul#Navigation_T713E3F26002_ctl00_ctl00_ctl00_ctl05_childNodesContainer li:hover ul,
.nav-wrap .nav .topnav .sfNavList li:nth-child(7) > .nav-dropdown ul#Navigation_T713E3F26002_ctl00_ctl00_ctl00_ctl06_childNodesContainer li:hover ul {
  display: block;
  position: absolute;
  background-color: rgba(93, 99, 103, 0.8);
  left: -245px;
  top: 0;
}

.nav-wrap .nav .topnav .sfNavList li:nth-child(7):hover > ul {
  left: -100px;
}

/*--- MM ---*/
.mean-nav * {
  float: none;
  border: 0;
  font-size: 100%;
  font: inherit;
}

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: none;
  width: 100%;
  position: relative;
  background-color: #82ba51;
  min-height: 42px;
  z-index: 31415913;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #fff;
  margin-top: 42px;
  min-height: 0px;
}

.mean-container .mean-nav .topnav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.mean-container .mean-nav .topnav ul li {
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav .topnav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: black;
  border-bottom: 1px solid #82ba51;
  text-decoration: none;
}

.mean-container .mean-nav .topnav ul li li a {
  width: 80%;
  padding: 1em 10%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  text-shadow: none !important;
  visibility: visible;
}

.mean-container .mean-nav .topnav ul li.mean-last a {
  margin-bottom: 0;
}

.mean-container .mean-nav .topnav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav .topnav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav .topnav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav .topnav ul li a:hover {
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav .topnav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  padding: 0px 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  border: none !important;
  border-left: 1px solid #82ba51 !important;
  line-height: 45px;
}

.mean-container .mean-nav .topnav ul li ul li a.mean-expand {
  line-height: 45px;
}

.mean-container .mean-nav .topnav ul li a.mean-expand:hover {
  color: #000;
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.mean-nav .nav-extras {
  display: none;
}

.ui-helper-clearfix {
  display: block;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em 0.3em;
  position: relative;
  background-color: #539250;
  min-height: 30px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
  background-color: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-family: arial, sans-serif;
  font-size: 13px;
}

.ui-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
  outline: none;
  border: 0;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: white;
  zoom: 1;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.2em 0;
  color: white;
  font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

.ui-dialog p {
  margin: 0 0 15px 0;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  display: none;
}

.ui-dialog-buttonset button {
  background-color: #539250;
  color: white;
}

/*------------------------------------*\
    Fancybox
\*------------------------------------*/
.customfancybox-wrap,
.customfancybox-skin,
.customfancybox-outer,
.customfancybox-inner,
.customfancybox-image,
.customfancybox-wrap iframe,
.customfancybox-wrap object,
.customfancybox-nav,
.customfancybox-nav span,
.customfancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.customfancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.customfancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.customfancybox-opened {
  z-index: 8030;
}

.customfancybox-opened .customfancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.customfancybox-outer, .customfancybox-inner {
  position: relative;
}

.customfancybox-inner {
  overflow: hidden;
}

.customfancybox-type-iframe .customfancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.customfancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.customfancybox-image, .customfancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.customfancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#customfancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#customfancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.customfancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.customfancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.customfancybox-prev {
  left: 0;
}

.customfancybox-next {
  right: 0;
}

.customfancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.customfancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.customfancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.customfancybox-nav:hover span {
  visibility: visible;
}

.customfancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.customfancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.customfancybox-lock body {
  overflow: hidden !important;
}

.customfancybox-lock-test {
  overflow-y: hidden !important;
}

.customfancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/customfancybox_overlay.png");
}

.customfancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.customfancybox-lock .customfancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.customfancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.customfancybox-opened .customfancybox-title {
  visibility: visible;
}

.customfancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.customfancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.customfancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.customfancybox-title-inside-wrap {
  padding-top: 10px;
}

.customfancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #customfancybox-loading, .customfancybox-close, .customfancybox-prev span, .customfancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #customfancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
.ad-widget img {
  border: 1px solid #539250;
}

.lk-form ul li {
  background-image: none;
}

@media all and (max-width: 392px) {
  .main-content .sf_3cols_2_34 {
    width: 100% !important;
  }
}

.main-content .sf_2cols_2_50 {
  padding: 0;
}

ul.sftaxonHorizontalList li.sftaxonItem,
.blog-connect ul li {
  background-image: none;
  margin-left: 0;
  padding-left: 0;
}
ul.sftaxonHorizontalList li.sftaxonItem .rates-wrapper,
.blog-connect ul li .rates-wrapper {
  display: none;
}

ul.sfnewsList li {
  background-image: none;
  padding-left: 0;
}

@media all and (max-width: 700px) {
  .calc-inner {
    padding: 0;
  }
}
.calc-inner input[type=radio] {
  -webkit-appearance: radio;
}

.calculator h3 {
  padding-left: 0;
}

@media all and (max-width: 720px) {
  .sf_3cols_2_50 {
    width: 100% !important;
  }
}

/* --- Announcements --- */
.announcement-wrap {
  display: none;
  background-color: #539250;
  padding: 10px 0;
}

.announcement-wrap .row {
  display: table;
}

.announcement-wrap .announcements {
  display: table-row;
}

.announcement-wrap .announcement-list {
  display: table-cell;
  width: 95%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.announcement-wrap .arrow {
  display: table-cell;
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.announcement-wrap .arrow img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.announcement-wrap .arrow img:hover {
  cursor: pointer;
}

.announcement-wrap a {
  color: #fff;
  text-decoration: underline;
}

.ad-widget {
  max-width: 291px;
  margin: 60px auto 30px auto;
}
.ad-widget img {
  max-width: 100%;
}

/* --- Polls --- */
.lk-poll {
  max-width: 300px;
  margin: 0 auto;
}

.lk-poll h3 {
  margin: 0 0 10px 0;
}

.lk-poll label {
  display: block;
  margin: 0 0 10px 5px;
}

.lk-poll input[type=radio] {
  margin: 0 5px 0 0;
}

.lk-poll input[type=submit] {
  margin: 0 0 0 25px;
}

.lk-poll .result-wrap {
  border: 1px solid #000;
  margin: 0 0 10px 0;
  padding: 2px;
}

.lk-poll .result-bar {
  background-color: #539250;
  height: 8px;
}

/* --- Forms --- */
.lk-form ul,
.lk-form ul li {
  list-style-type: none !important;
  margin-left: 0;
}

.lk-form {
  padding: 0 3px;
}
.lk-form label {
  display: block;
  margin: 8px 0 0 0;
}
.lk-form .required-field, .lk-form .error {
  color: red;
  font-size: 12px;
  margin: 0 0 3px 0;
}

.lk-form input[type=text],
.lk-form input[type=url],
.lk-form input[type=email],
.lk-form input[type=tel],
.lk-form input[type=password],
.lk-form textarea {
  min-height: 30px;
  text-indent: 5px;
  padding: 4px 0 4px 0px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  background-color: #e5e5e5;
  border: 0;
  max-width: 270px;
}

.lk-form input[type=text]:focus,
.lk-form input[type=url]:focus,
.lk-form input[type=email]:focus,
.lk-form input[type=tel]:focus,
.lk-form input[type=password]:focus,
.lk-form textarea:focus {
  outline: none;
}

.lk-form input[type=checkbox],
.lk-form input[type=radio] {
  margin: 0 2px 0 0;
}

.lk-form select {
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-width: 260px;
  margin: 0 0 0 0;
  padding: 0px 0;
  height: 30px;
  font-size: 13px;
}

.lk-form textarea {
  height: 100px;
  max-width: 300px;
  font-family: inherit;
  margin: 0 0 0px 0;
}

.lk-poll input[type=submit],
.lk-form input[type=button],
.lk-form input[type=submit] {
  display: block;
  margin: 5px 0 15px 0;
  padding: 10px;
  border-radius: 4px;
  text-indent: 0;
  background-color: #e5e5e5;
}
.lk-poll input[type=submit]:hover,
.lk-form input[type=button]:hover,
.lk-form input[type=submit]:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}

.g-recaptcha {
  margin: 10px 0;
  min-height: 75px;
}

.error {
  color: red;
}

.success {
  margin: 15px 0;
  display: none;
}

.success-message {
  margin: 15px 0;
  color: #539250;
}

.lk-blog .sfpostsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lk-blog h2:after {
  display: none;
}

.lk-blog .sfpostListItem {
  padding-bottom: 40px;
}
.lk-blog .sfpostListItem h2 a {
  font-size: 14px;
  position: relative;
  padding: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
}

.sf_pagerNumeric a {
  font-size: 25px;
}

a.sf_PagerCurrent {
  text-decoration: underline;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
}

#mainContent_C019_newsFrontendList_ctl00_ctl00_pager,
.pagination {
  clear: both;
  margin-bottom: 60px;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager p,
.pagination p {
  float: left;
  padding-right: 10px;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager .sf_pagerNumeric a:first-of-type,
.pagination .sf_pagerNumeric a:first-of-type {
  border-left: 1px solid #e5e5e5;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager .sf_pagerNumeric a, #mainContent_C019_newsFrontendList_ctl00_ctl00_pager li a,
.pagination .sf_pagerNumeric a,
.pagination li a {
  font-size: 16px;
  line-height: 16px;
  border: 1px solid #e5e5e5;
  padding: 10px 13px;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager .sf_pagerNumeric a:hover, #mainContent_C019_newsFrontendList_ctl00_ctl00_pager li a:hover,
.pagination .sf_pagerNumeric a:hover,
.pagination li a:hover {
  text-decoration: none;
  background-color: #e5e5e5;
  color: #539250;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager .sf_pagerNumeric a.sf_PagerCurrent, #mainContent_C019_newsFrontendList_ctl00_ctl00_pager li a.sf_PagerCurrent,
.pagination .sf_pagerNumeric a.sf_PagerCurrent,
.pagination li a.sf_PagerCurrent {
  margin: 0;
  background-color: #539250;
  color: #fff;
  border: 1px solid #539250;
  text-decoration: none;
}
#mainContent_C019_newsFrontendList_ctl00_ctl00_pager.sf_pagerNumeric a.sf_PagerCurrent, #mainContent_C019_newsFrontendList_ctl00_ctl00_pager li.active a,
.pagination.sf_pagerNumeric a.sf_PagerCurrent,
.pagination li.active a {
  margin: 0;
  background-color: #539250;
  color: #fff;
  border: 1px solid #539250;
  text-decoration: none;
}

.main-content ul.pagination li {
  margin-left: 0;
  padding: 0;
  background-image: none;
}
.main-content ul.pagination li::before {
  content: none;
}

.main-content h2.sfnewsTitle {
  padding-bottom: 0;
}

.sfmetainfo {
  margin: 10px 0;
  font-size: 14px;
  color: #5f6367;
}

h2.sfarchiveTitle:after {
  display: none;
}

.sfpostContent h4 {
  color: black;
}

.sfpostTitle {
  color: #539250;
}

.sfmetainfo {
  margin-bottom: 10px;
}

.sfpostContent .sf_3cols_2_34 {
  width: 33%;
  margin: 0 auto;
}
@media all and (max-width: 649px) {
  .sfpostContent .sf_3cols_2_34 {
    width: 100%;
  }
}

@media all and (max-width: 649px) {
  .sf_3cols_1_33,
  .sf_3cols_2_34,
  .sf_3cols_3_33 {
    width: 100% !important;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .sf_3cols_1_33 img,
  .sf_3cols_2_34 img,
  .sf_3cols_3_33 img {
    margin: 0 auto;
    display: block;
  }
}

.sf_3cols_2_50 {
  float: none;
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 649px) {
  .sf_3cols_2_50 {
    width: 100%;
  }
}

.checking-feature .sf_3cols_2_34 {
  float: left;
}

footer .sf_3cols_2_34 {
  float: left;
}
@media all and (max-width: 767px) {
  footer .sf_3cols_2_34 {
    float: none;
  }
}

li.sfBreadcrumbNavigation a,
li.sfNoBreadcrumbNavigation a {
  text-shadow: 0 0 10px black;
}

.sfnewsContent img {
  width: initial;
}

.sfnewsDetails .sfnewsSummary {
  display: none;
}

.main-content .sfnewsList li {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 20px;
}

h2.sfpostTitle {
  position: absolute;
}

h2.sfnewsTitle:after {
  display: none;
}

.sfnewsTitle {
  color: #539250;
}

.sfnewsContent {
  padding-bottom: 20px;
}

.sfpostListItem {
  width: 50%;
  float: left;
  padding: 20px;
}
.sfpostListItem:first-of-type {
  width: 100%;
}
.sfpostListItem:first-of-type h2 a {
  font-size: 24px;
}
.sfpostListItem:nth-child(even) {
  clear: left;
}
.sfpostListItem .featured-image {
  width: 100%;
}
.sfpostListItem .featured-image img {
  width: 100%;
}
@media all and (max-width: 699px) {
  .sfpostListItem {
    width: 100%;
  }
}

/* .sf_colsIn .sfimageWrp img {
  width: 100%;
} */
.sfPageContainer .become-member {
  height: auto;
}

.sfPageContainer .rates-graphs {
  display: block;
}
.sfPageContainer .wow {
  visibility: visible !important;
}

h2.sftaxonTitle:after {
  display: none;
}

ul.sftaxonHorizontalList li {
  list-style-type: none;
  margin-left: 15px;
}

.blog-home {
  padding-bottom: 20px;
}

/* --- Rates --- */
.main-content .tbl-rates th, .main-content .tbl-rates td {
  text-align: center;
}
.main-content .tbl-rates th.notes-field, .main-content .tbl-rates td.notes-field {
  text-align: left;
}

.main-content h2.rates-main-header:after {
  margin: 10px 0 10px 0;
}

.main-content h3.table-rates-title {
  margin: 0 0 5px 0;
}
.main-content h3.table-rates-title:after {
  display: none;
}

.tbl-rates-disclaimers {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 30px 0;
}

.main-content .product-comparisons h2 {
  margin-top: 40px;
  padding-bottom: 0;
}
.main-content .product-comparisons .rates-effective {
  font-size: 14px;
}
.main-content .product-comparisons .rates-subtitle {
  font-style: italic;
}
.main-content .product-comparisons .tbl-rates {
  margin-top: 10px;
}

.main-content .tbl-rates-disclaimers ul li {
  background-position: 0;
}

.rates-anchors {
  margin: 0 0 30px 0;
}
.rates-anchors h3 {
  padding: 0;
}
.rates-anchors ul, .rates-anchors ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rates-anchors ul {
  margin: 0 0 20px 0;
}

.graph-left,
.circle-left {
  position: relative;
}

.rates-graphs .sf_2cols_1_50 {
  padding: 0;
}
.rates-graphs .sf_2cols_2in_50 {
  margin: 0;
}
@media all and (max-width: 1023px) {
  .rates-graphs .rates-container {
    width: 100% !important;
    float: none;
    max-width: 700px;
    margin: 70px auto;
  }
  .rates-graphs .rates-graph-left {
    border: 0;
  }
}
@media all and (max-width: 400px) {
  .rates-graphs .rates-container {
    margin: 0px auto;
  }
  .rates-graphs .circle-left {
    left: 20px;
  }
  .rates-graphs .sf_2cols_2in_50, .rates-graphs .rates-container {
    margin: 0 !important;
    padding: 0;
  }
}

.rate-totals {
  position: absolute;
  width: 100%;
  top: 30%;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
}
@media all and (max-width: 400px) {
  .rate-totals {
    top: 30%;
    font-size: 16px;
    line-height: 12px;
  }
}
.rate-totals .earn-save {
  text-align: left;
}
.rate-totals .total-time {
  text-align: right;
}
.rate-totals .earn-save, .rate-totals .total-time {
  font-weight: 300;
  padding: 0 40px;
}
@media all and (max-width: 479px) {
  .rate-totals .earn-save, .rate-totals .total-time {
    font-size: 18px;
  }
}
@media all and (max-width: 400px) {
  .rate-totals .earn-save, .rate-totals .total-time {
    padding: 0;
    text-align: center;
  }
}
.rate-totals .total-savings {
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  margin: 10px 0 10px 0;
  padding: 0 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .rate-totals .total-savings {
    font-size: 60px;
    line-height: 50px;
  }
}
@media all and (max-width: 400px) {
  .rate-totals .total-savings {
    font-size: 40px;
    line-height: 30px;
  }
}

.rate-comparison {
  position: absolute;
  top: 0;
  right: 28%;
  width: 50%;
  text-align: right;
}
@media all and (max-width: 499px) {
  .rate-comparison {
    font-size: 13px;
  }
}
.rate-comparison .national-average {
  position: absolute;
  color: #a3d0c3;
  padding-top: 5%;
  right: 0;
}
@media all and (max-width: 400px) {
  .rate-comparison .national-average {
    padding-top: 0%;
  }
}
.rate-comparison .nusenda-rate {
  position: absolute;
  color: #539250;
  padding-top: 68%;
  right: 60%;
}
.rate-comparison .nusenda-rate a {
  color: #539250;
}
@media all and (max-width: 400px) {
  .rate-comparison .nusenda-rate {
    padding-top: 60%;
  }
}

.deposits-graph .rate-comparison .national-average {
  position: absolute;
  color: #a4d0c3;
  padding-top: 68%;
  right: 0;
}
@media all and (max-width: 400px) {
  .deposits-graph .rate-comparison .national-average {
    padding-top: 60%;
  }
}
.deposits-graph .rate-comparison .nusenda-rate {
  position: absolute;
  color: #539250;
  padding-top: 5%;
  right: 60%;
}
.deposits-graph .rate-comparison .nusenda-rate a {
  color: #539250;
}
@media all and (max-width: 400px) {
  .deposits-graph .rate-comparison .nusenda-rate {
    padding-top: 0%;
  }
}

.rates-intro {
  clear: both;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 60px auto 80px auto;
}
@media all and (max-width: 1023px) {
  .rates-intro {
    margin: 60px auto 0 auto;
  }
}

.rate-anchors ul li {
  background-image: none;
}

.rates-cta {
  text-align: right;
  font-size: 13px;
  padding: 15px 0 0 0;
}

/* --- SilverCloud --- */
.silvercloud_submit_question {
  display: inline-block;
  background-color: #82ba51;
  color: white;
  padding: 10px;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  margin: 0 0 0 15px;
  font-weight: 600;
  border: 1px solid #82ba51;
}
.silvercloud_submit_question:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}

.sc-custom-form-container button,
.main-content .silvercloud-results-wrapper button {
  background-color: #82ba51;
  color: white;
  padding: 5px 10px;
  line-height: 1.2;
  border-radius: 5px;
  text-align: center;
  margin: 10px 0;
  font-weight: 600;
  border: 1px solid #82ba51;
}
.sc-custom-form-container button:hover,
.main-content .silvercloud-results-wrapper button:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}
.sc-custom-form-container .sc-config-footer button,
.main-content .silvercloud-results-wrapper .sc-config-footer button {
  padding: 10px;
  margin: 0 0 0 15px;
}
.sc-custom-form-container .sc-form-group button,
.main-content .silvercloud-results-wrapper .sc-form-group button {
  padding: 10px;
  margin: 10px 0;
}
.sc-custom-form-container ul.pagination li,
.main-content .silvercloud-results-wrapper ul.pagination li {
  background-image: none;
  margin: 0;
}

.silvercloud-results-wrapper {
  width: 110%;
}

/*.main-content .silvercloud-results-wrapper ul li {
	padding-left: 0px;
}*/
.sc-config-header {
  background-color: transparent;
}

.sc-results-toolbar {
  background-color: transparent;
  height: auto;
}

.silvercloud-results-title {
  line-height: unset;
  max-width: 83%;
}

div.filter-icon {
  padding-top: 0px;
}

.filter-icon svg {
  fill: #82ba51;
}

div.sc-browse-left-col {
  background: #82ba51;
  border-radius: 5px;
  text-align: center;
}

a.sc-category-option {
  display: none;
  background: #fff;
  border-radius: 5px;
  margin: 10px;
  color: #82ba51;
  line-height: 50px;
  white-space: normal;
  overflow: visible;
  height: 50px;
  display: block;
  text-decoration: none;
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  padding: 0px;
  min-width: 0px;
}

a.sc-result-item:hover {
  text-decoration: none;
  background-color: rgba(204, 204, 204, 0.4901960784);
}

.sc-result-icon {
  display: inline;
  float: left;
}

#mainContent_T713E3F26007_Col00 > div > div.ng-scope > div.ng-scope.sc-browse-main-col > div.sc-filters-container.showFilters > button {
  background-color: #82ba51;
  color: white;
  line-height: 1.2 !important;
  width: 100px;
  text-transform: capitalize !important;
}

.silvercloud-results-wrapper-item-details {
  width: 80%;
}

@media only screen and (max-width: 992px) {
  div.sc-browse-main-col {
    width: 95% !important;
  }
}
/* --- Video Gallery --- */
.video-wrapper {
  margin: 30px auto;
  display: table;
  height: 100%;
}
@media all and (max-width: 767px) {
  .video-wrapper {
    display: block;
  }
}

.video-inner {
  display: table-row;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 767px) {
  .video-inner {
    display: block;
  }
}

.video-embed {
  display: table-cell;
  width: 60%;
  height: 100%;
  background-color: #000;
}
@media all and (max-width: 767px) {
  .video-embed {
    display: block;
    width: 100%;
    background-color: #fff;
  }
}
@media all and (max-width: 499px) {
  .video-embed iframe {
    height: auto;
  }
}

.video-sidebar {
  display: table-cell;
  vertical-align: top;
  width: 40%;
  padding: 0;
  background-color: #e5e5e5;
}
@media all and (max-width: 767px) {
  .video-sidebar {
    display: block;
    width: 100%;
  }
}
.video-sidebar .categories {
  text-align: center;
  background-color: #539250;
  padding: 5px;
}
.video-sidebar select {
  background-color: #539250;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border: 0;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
}
.video-sidebar ul {
  overflow: auto;
  height: 300px;
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 5px 15px 5px 15px;
}
.video-sidebar ul li {
  height: 75px;
  display: block;
  margin: 5px 2px;
  padding: 7px;
  background-color: #fff;
  border: 1px solid #ccc;
  background-image: none;
}
.video-sidebar ul li:hover {
  border: 1px solid #82ba51;
}
@media all and (max-width: 400px) {
  .video-sidebar ul li {
    height: auto;
  }
}
.video-sidebar p {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  text-align: left;
}
.video-sidebar a {
  color: #5D6367;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 100%;
}
.video-sidebar img {
  border: 0;
  float: left;
  width: 90px;
  height: 60px;
  padding: 0 0 0 0;
  margin: 0 7px 0 0;
  border: 1px solid #ccc;
}
@media all and (max-width: 400px) {
  .video-sidebar img {
    display: none;
  }
}
.video-sidebar .title {
  display: table;
  height: 100%;
}

.silvercloud_search_result_body ol ul li {
  padding: 3px 0 3px 30px;
}

.sfPageEditor .banner .mobile-landing-image {
  display: block;
}

.sfPageEditor .columns .row {
  margin-bottom: 0 !important;
}

.sfPageEditor .rates-wrapper {
  display: block;
}

.sfPageEditor .inside-banner .banner .desktop-image, .sfPageEditor .inside-banner .banner .mobile-image {
  display: block !important;
}

/*------------------------------------*\
    Banners
\*------------------------------------*/
.ts-banners-v2,
.ts-banners {
  position: relative;
  overflow: hidden;
}
.ts-banners-v2 .cycle-playpause,
.ts-banners .cycle-playpause {
  display: none;
}
.ts-banners-v2 .cycle-slideshow,
.ts-banners-v2 .slideshow,
.ts-banners .cycle-slideshow,
.ts-banners .slideshow {
  width: 100%;
}
.ts-banners-v2 .cycle-slideshow img,
.ts-banners-v2 .slideshow img,
.ts-banners .cycle-slideshow img,
.ts-banners .slideshow img {
  display: none;
  width: 100%;
  border: 0;
}
.ts-banners-v2 .cycle-slideshow .cycle-slide img,
.ts-banners-v2 .slideshow .cycle-slide img,
.ts-banners .cycle-slideshow .cycle-slide img,
.ts-banners .slideshow .cycle-slide img {
  display: block;
}
.ts-banners-v2 .cycle-pager-wrap,
.ts-banners .cycle-pager-wrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
  overflow: hidden;
}
.ts-banners-v2 .cycle-pager-wrap span,
.ts-banners .cycle-pager-wrap span {
  display: inline-block;
  font-size: 35px;
  line-height: 30px;
  color: #ccc;
  margin: 0 4px;
}
.ts-banners-v2 .cycle-pager-wrap span:hover a, .ts-banners-v2 .cycle-pager-wrap span.cycle-pager-active a,
.ts-banners .cycle-pager-wrap span:hover a,
.ts-banners .cycle-pager-wrap span.cycle-pager-active a {
  color: #82ba51;
}
.ts-banners-v2 .cycle-pager-wrap span a,
.ts-banners .cycle-pager-wrap span a {
  color: #ccc;
  text-decoration: none;
}
@media all and (max-width: 699px) {
  .ts-banners-v2 .cycle-pager-wrap,
  .ts-banners .cycle-pager-wrap {
    display: none;
  }
}

/*------------------------------------*\
    External Links
\*------------------------------------*/
.ui-widget-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #539250;
  background: rgba(83, 146, 80, 0.9);
  position: fixed;
  z-index: 99999998;
  font-family: "Open Sans", sans-serif;
}

/* --- Dialog Box --- */
.external-dialog {
  position: absolute;
  padding: 0.2em;
  width: 300px;
  overflow: hidden;
  background-color: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 99999999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-size: 13px;
}
.external-dialog .ui-dialog-titlebar {
  padding: 0.5em 1em 0.3em;
  position: relative;
  background-color: #539250;
  min-height: 30px;
}
.external-dialog .ui-dialog-buttonpane button {
  float: right;
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
  outline: none;
  border: 0;
}
.external-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: white;
  zoom: 1;
}
.external-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 16px 0.2em 0;
  color: white;
  font-weight: bold;
}
.external-dialog .ui-dialog-titlebar-close {
  display: none;
}
.external-dialog p {
  margin: 0 0 15px 0;
}
.external-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  display: none;
}
.external-dialog .ui-dialog-buttonset button {
  background-color: #539250;
  color: white;
}

/* --- Full Screen --- */
.external-full {
  position: absolute;
  background: transparent !important;
  border: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  top: 0 !important;
  width: 100% !important;
  left: auto !important;
  margin: 20px auto 0 auto;
  z-index: 99999999;
}
.external-full:focus {
  outline: none;
}
.external-full .ui-state-default, .external-full .ui-widget-content .ui-state-default {
  background: transparent !important;
}
.external-full .ui-widget-content {
  background: transparent !important;
  border: 0;
  color: #fff;
  font-size: 21px;
  line-height: 32px;
  max-width: 800px;
  margin: 0 auto !important;
  position: relative !important;
  padding: 30px 20px 0px 20px;
}
.external-full .ui-widget-content p {
  margin: 0 0 20px 0 !important;
}
.external-full .ui-widget-content p:last-of-type {
  margin: 0 !important;
}
.external-full .ui-widget-header {
  background: transparent;
  border: 0;
  display: none;
}
.external-full .ui-dialog-buttonpane {
  text-align: center !important;
}
.external-full .ui-dialog-buttonpane button {
  float: none !important;
  display: block !important;
  color: #fff !important;
  font-weight: normal !important;
  padding: 0 !important;
  font-size: 16px !important;
  border-bottom: 2px solid #fff !important;
  margin: 0 auto !important;
}
.external-full .ui-dialog-buttonpane button:hover {
  cursor: pointer;
}
.external-full .ui-dialog-buttonpane button:first-of-type {
  border: 2px solid #fff !important;
  padding: 10px 30px !important;
  margin: 0 auto 30px auto !important;
  border-radius: 50px !important;
  font-size: 21px !important;
  line-height: 32px !important;
  -webkit-transition: all 0.4s !important;
  transition: all 0.4s !important;
}
.external-full .ui-dialog-buttonpane button:first-of-type:hover {
  background-color: #fff !important;
  color: #539250 !important;
}

.main-content .impact-stories {
  padding-bottom: 60px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-content .impact-stories > div {
  width: 100%;
  padding: 20px 0;
}
.main-content .impact-stories > div .impact-quote {
  text-align: left;
  text-decoration: none;
  font-weight: bold;
  line-height: 1.5;
  color: #82ba51;
  font-size: 32px;
  padding: 30px 10px;
}
@media all and (max-width: 699px) {
  .main-content .impact-stories > div .impact-quote {
    font-size: 24px;
    line-height: 28px;
  }
}
.main-content .impact-stories > div h3 {
  line-height: normal;
  margin-bottom: 15px;
}
@media all and (max-width: 699px) {
  .main-content .impact-stories > div h3:after {
    display: none;
  }
}
.main-content .impact-stories > div .impact-details {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
}
.main-content .impact-stories > div .impact-name {
  color: #5f6367;
  text-align: right;
  font-weight: bold;
  padding: 0px 10px 30px 10px;
}
.main-content .impact-stories > div .impact-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  max-width: 100%;
  overflow: hidden;
}
.main-content .impact-stories > div .impact-video iframe, .main-content .impact-stories > div .impact-video object, .main-content .impact-stories > div .impact-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content .impact-stories > div:nth-child(n+6) {
  width: 50%;
  padding: 20px;
}
.main-content .impact-stories > div:nth-child(n+6) h3:after {
  display: none;
}
.main-content .impact-stories > div:nth-child(n+6) .impact-quote, .main-content .impact-stories > div:nth-child(n+6) .impact-name, .main-content .impact-stories > div:nth-child(n+6) .impact-details {
  display: none;
}
@media all and (max-width: 699px) {
  .main-content .impact-stories > div:nth-child(n+6) .impact-quote, .main-content .impact-stories > div:nth-child(n+6) .impact-name, .main-content .impact-stories > div:nth-child(n+6) .impact-details {
    display: block;
  }
}
@media all and (max-width: 699px) {
  .main-content .impact-stories > div:nth-child(n+6) {
    width: 100%;
    padding: 20px 0;
  }
}
.main-content .impact-stories > div.impact-pager {
  padding-bottom: 60px;
  width: 100%;
  clear: both;
}
.main-content .impact-stories ul.pagination li {
  background: transparent;
  display: inline-block;
  padding-left: 0;
  margin-left: 3px;
}
.main-content .impact-stories ul.pagination li.active {
  font-weight: bold;
}
.main-content .impact-stories ul.pagination .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-content .impact-stories + .sfContentBlock {
  clear: both;
}

/*------------------------------------*\
    Unsupported Browser Popup
\*------------------------------------*/
.unsupported-browser {
  font-size: 14px;
  line-height: 21px;
  padding: 15px;
}
.unsupported-browser h2 {
  color: #539250;
  margin-bottom: 15px;
}
.unsupported-browser p {
  margin-bottom: 15px;
}
.unsupported-browser ul li {
  margin: 3px 0;
}

/*------------------------------------*\
   Landing Page Callouts
\*------------------------------------*/
.main-content .callouts,
.landing-content .callouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media all and (max-width: 1100px) {
  .main-content .callouts,
  .landing-content .callouts {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 699px) {
  .main-content .callouts,
  .landing-content .callouts {
    display: block;
  }
}
.main-content .callouts > div,
.landing-content .callouts > div {
  padding: 0 5px;
  width: 33% !important;
}
@media all and (max-width: 1100px) {
  .main-content .callouts > div,
  .landing-content .callouts > div {
    width: auto !important;
    float: none;
    margin: 0;
  }
}
.main-content .callouts > div > div,
.landing-content .callouts > div > div {
  margin: 0;
}
.main-content .callouts .callout,
.landing-content .callouts .callout {
  position: relative;
}
@media all and (max-width: 1100px) {
  .main-content .callouts .callout,
  .landing-content .callouts .callout {
    margin-bottom: 10px;
  }
}
.main-content .callouts .callout img,
.landing-content .callouts .callout img {
  width: 100%;
}
.main-content .callouts .callout .callout-inner-wrap,
.landing-content .callouts .callout .callout-inner-wrap {
  position: absolute;
  bottom: 15px;
  text-align: center;
  color: white;
  padding: 0 15px 10px 15px;
  max-width: 100%;
}
.main-content .callouts .callout .callout-inner-wrap .callout-inner,
.landing-content .callouts .callout .callout-inner-wrap .callout-inner {
  background-color: rgba(126, 194, 67, 0.95);
  margin: 0 auto;
  min-height: 255px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(70, 70, 70, 0.55);
          box-shadow: 0px 1px 5px 0px rgba(70, 70, 70, 0.55);
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 499px) {
  .main-content .callouts .callout .callout-inner-wrap .callout-inner,
  .landing-content .callouts .callout .callout-inner-wrap .callout-inner {
    min-height: auto;
  }
}
.main-content .callouts .callout .callout-inner-wrap .callout-title,
.landing-content .callouts .callout .callout-inner-wrap .callout-title {
  background-color: #539250;
}
.main-content .callouts .callout .callout-inner-wrap .callout-title h2,
.landing-content .callouts .callout .callout-inner-wrap .callout-title h2 {
  color: white;
  padding: 10px;
  font-size: 22px;
  line-height: normal;
}
@media all and (max-width: 499px) {
  .main-content .callouts .callout .callout-inner-wrap .callout-title h2,
  .landing-content .callouts .callout .callout-inner-wrap .callout-title h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
.main-content .callouts .callout .callout-inner-wrap .callout-content,
.landing-content .callouts .callout .callout-inner-wrap .callout-content {
  padding: 5px 15px;
  line-height: 26px;
  margin: auto;
}
@media all and (max-width: 499px) {
  .main-content .callouts .callout .callout-inner-wrap .callout-content,
  .landing-content .callouts .callout .callout-inner-wrap .callout-content {
    font-size: 14px;
    line-height: 21px;
  }
}
.main-content .callouts .callout .callout-inner-wrap .callout-button,
.landing-content .callouts .callout .callout-inner-wrap .callout-button {
  padding: 10px 0 15px 0;
  margin: auto 0 0 0;
}
.main-content .callouts .callout .callout-inner-wrap .callout-button a,
.landing-content .callouts .callout .callout-inner-wrap .callout-button a {
  background-color: #539250;
  border-color: #539250;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  padding: 10px 40px;
  line-height: 1.2;
  border-radius: 5px;
  font-weight: 600;
  color: white;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
}
.main-content .callouts .callout .callout-inner-wrap .callout-button a:hover,
.landing-content .callouts .callout .callout-inner-wrap .callout-button a:hover {
  color: #82ba51;
  background-color: white;
  text-decoration: none;
}
.main-content .callouts .callout.Icon img,
.landing-content .callouts .callout.Icon img {
  max-width: 120px;
  display: block;
  margin: 15px auto;
}
.main-content .callouts .callout.Icon .callout-inner-wrap,
.landing-content .callouts .callout.Icon .callout-inner-wrap {
  position: relative;
  bottom: auto;
  text-align: center;
  color: white;
  padding: 0 15px 10px 15px;
  max-width: 100%;
}

.main-content .callouts.callouts-4col > div,
.landing-content .callouts.callouts-4col > div {
  padding: 0 5px;
  width: 24% !important;
}
@media all and (max-width: 1200px) {
  .main-content .callouts.callouts-4col > div,
  .landing-content .callouts.callouts-4col > div {
    width: auto !important;
    float: none;
    margin: 0;
  }
}

.main-content .callouts-6col,
.landing-content .callouts-6col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.main-content .callouts-6col > div,
.landing-content .callouts-6col > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px;
}
.main-content .callouts-6col > div img,
.landing-content .callouts-6col > div img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .main-content .callouts-6col > div,
  .landing-content .callouts-6col > div {
    min-width: 30%;
  }
}
@media screen and (max-width: 500px) {
  .main-content .callouts-6col > div,
  .landing-content .callouts-6col > div {
    min-width: 40%;
  }
}

/* --- Announcements --- */
.announcement-wrap {
  display: none;
  background-color: #f39c12;
  padding: 10px 0;
}

.announcement-wrap .row {
  display: table;
}

.announcement-wrap .announcements {
  display: table-row;
}

.announcement-wrap .announcement-list {
  display: table-cell;
  width: 95%;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}

.announcement-wrap .arrow {
  display: table-cell;
  width: 5%;
  text-align: center;
  vertical-align: middle;
}

.announcement-wrap .arrow img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.announcement-wrap .arrow img:hover {
  cursor: pointer;
}

.announcement-wrap a {
  color: #fff;
}

.ad-widget {
  max-width: 291px;
  margin: 60px auto 30px auto;
}
.ad-widget img {
  max-width: 100%;
}

/* --- Polls --- */
.lk-poll {
  max-width: 300px;
  margin: 0 auto;
}

.lk-poll h3 {
  margin: 0 0 10px 0;
}

.lk-poll label {
  display: block;
  margin: 0 0 10px 5px;
}

.lk-poll input[type=radio] {
  margin: 0 5px 0 0;
}

.lk-poll input[type=submit] {
  margin: 0 0 0 25px;
}

.lk-poll .result-wrap {
  border: 1px solid #000;
  margin: 0 0 10px 0;
  padding: 2px;
}

.lk-poll .result-bar {
  background-color: #539250;
  height: 8px;
}

/* --- Forms --- */
.lk-form ul,
.lk-form ul li {
  list-style-type: none;
  margin-left: 0;
}

.lk-form {
  padding: 0 3px;
}
.lk-form label {
  display: block;
  margin: 8px 0 0 0;
}
.lk-form .required-field, .lk-form .error {
  color: red;
  font-size: 12px;
  margin: 0 0 3px 0;
}

.lk-form input[type=text],
.lk-form input[type=url],
.lk-form input[type=email],
.lk-form input[type=tel],
.lk-form input[type=password],
.lk-form textarea {
  min-height: 30px;
  text-indent: 5px;
  padding: 4px 0 4px 0px;
  width: 100%;
  font-size: 13px;
  line-height: 18px;
  background-color: #e5e5e5;
  border: 0;
  max-width: 270px;
}

.lk-form input[type=text]:focus,
.lk-form input[type=url]:focus,
.lk-form input[type=email]:focus,
.lk-form input[type=tel]:focus,
.lk-form input[type=password]:focus,
.lk-form textarea:focus {
  outline: none;
}

.lk-form input[type=checkbox],
.lk-form input[type=radio] {
  margin: 0 2px 0 0;
}

.lk-form select {
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: top;
  width: 100%;
  max-width: 260px;
  margin: 0 0 0 0;
  padding: 0px 0;
  height: 30px;
  font-size: 13px;
}

.lk-form textarea {
  height: 100px;
  max-width: 300px;
  font-family: inherit;
  margin: 0 0 0px 0;
}

.lk-poll input[type=submit],
.lk-form input[type=button],
.lk-form input[type=submit] {
  display: block;
  margin: 5px 0 15px 0;
  padding: 10px;
  border-radius: 4px;
  text-indent: 0;
  background-color: #e5e5e5;
}
.lk-poll input[type=submit]:hover,
.lk-form input[type=button]:hover,
.lk-form input[type=submit]:hover {
  cursor: pointer;
  background-color: gray;
  color: white;
}

.g-recaptcha {
  margin: 10px 0;
  min-height: 75px;
}

.error {
  color: red;
}

.landing-content .success,
.success {
  margin: 15px 0;
  color: #5D6367;
}
.landing-content .success a,
.success a {
  color: #539250;
}

.lk-blog h2:after {
  display: none;
}

.lk-blog .sfpostListItem {
  padding-bottom: 40px;
}
.lk-blog .sfpostListItem h2 a {
  font-size: 14px;
  position: relative;
  top: -49px;
  padding: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
}

@media screen and (max-width: 699px) {
  .lk-blog .thumbnails-postlist {
    display: block;
  }
}
.lk-blog .thumbnails-postlist .thumbnail-post {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 45%;
  padding-bottom: 20px;
}
.lk-blog .thumbnails-postlist .thumbnail-post .backimg {
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.lk-blog .thumbnails-postlist .thumbnail-post .backimg img {
  display: none;
}
.lk-blog .thumbnails-postlist .thumbnail-post h2.sfpostTitle {
  line-height: 1.2;
}
.lk-blog .thumbnails-postlist .thumbnail-post h2.sfpostTitle a {
  display: block;
  font-size: 1rem;
  padding: 10px;
}
.lk-blog .thumbnails-postlist .thumbnail-post:first-of-type h2.sfpostTitle {
  line-height: 1.2;
}

.sf_pagerNumeric a {
  font-size: 25px;
}

a.sf_PagerCurrent {
  text-decoration: underline;
  font-weight: bold;
  margin: 0 10px;
  font-size: 30px;
}

.pagination {
  clear: both;
}
.pagination p {
  float: left;
  padding-right: 10px;
}

h2.sfarchiveTitle:after {
  display: none;
}

.sfpostContent h4 {
  color: black;
}

.sfpostTitle {
  color: #539250;
}

.sfmetainfo {
  margin-bottom: 10px;
}

.sf_3cols_2_34 {
  width: 33%;
  margin: 0 auto;
}
@media all and (max-width: 649px) {
  .sf_3cols_2_34 {
    width: 100%;
  }
}

.sf_3cols_2_50 {
  float: none;
  width: 50%;
  margin: 0 auto;
}
@media all and (max-width: 649px) {
  .sf_3cols_2_50 {
    width: 100%;
  }
}

.checking-feature .sf_3cols_2_34 {
  float: left;
}

footer .sf_3cols_2_34 {
  float: left;
}
@media all and (max-width: 767px) {
  footer .sf_3cols_2_34 {
    float: none;
  }
}

li.sfBreadcrumbNavigation a,
li.sfNoBreadcrumbNavigation a {
  text-shadow: 0 0 10px black;
}

.sfnewsContent img {
  width: initial;
}

.sfnewsDetails .sfnewsSummary {
  display: none;
}

.main-content .sfnewsList li {
  margin-left: 0;
  list-style-type: none;
  padding-bottom: 20px;
}

h2.sfpostTitle {
  position: absolute;
}

h2.sfnewsTitle:after {
  display: none;
}

.sfnewsTitle {
  color: #539250;
}

.sfnewsContent {
  padding-bottom: 20px;
}

.sfpostListItem {
  width: 50%;
  float: left;
  padding: 20px;
}
.sfpostListItem:first-of-type {
  width: 100%;
}
.sfpostListItem:first-of-type h2 a {
  font-size: 24px;
}
.sfpostListItem:nth-child(even) {
  clear: left;
}
.sfpostListItem .featured-image {
  width: 100%;
}
.sfpostListItem .featured-image img {
  width: 100%;
}
@media all and (max-width: 699px) {
  .sfpostListItem {
    width: 100%;
  }
}

.sf_colsIn .sfimageWrp img {
  width: 100%;
}

.sfPageContainer .become-member {
  height: auto;
}

.sfPageContainer .rates-graphs {
  display: block;
}
.sfPageContainer .wow {
  visibility: visible !important;
}

h2.sftaxonTitle:after {
  display: none;
}

ul.sftaxonHorizontalList li {
  list-style-type: none;
  margin-left: 15px;
}

.blog-home {
  padding-bottom: 20px;
}

.lk-blog .sfpostListItem:first-of-type h2.sfpostTitle {
  line-height: 32px;
}
.lk-blog .featured-image {
  position: relative;
}
.lk-blog .featured-image img {
  display: block;
}
.lk-blog h2.sfpostTitle {
  position: relative;
  padding-bottom: 0;
  line-height: 21px;
}
.lk-blog h2.sfpostTitle a {
  top: auto;
  padding: 10px;
}
.lk-blog .featured-title {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.lk-blog .sfmetainfo {
  margin: 10px 0;
  font-size: 14px;
  color: #5f6367;
}

/* --- Banners --- */
.home-banner {
  position: relative;
  overflow: hidden;
}
.home-banner .cycle-slide {
  display: block;
  width: 100%;
}
.home-banner .cycle-slide:first-child {
  display: none;
}
.home-banner .cycle-slideshow {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  min-height: 200px;
}
.home-banner .cycle-slideshow > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.home-banner .cycle-slideshow img {
  width: 100%;
  border: 0;
  display: block !important;
}
.home-banner .cycle-slideshow > a, .home-banner .cycle-slideshow > div {
  position: relative !important;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home-banner .cycle-pager-wrap {
  position: relative;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
  height: 35px;
  overflow: hidden;
}
@media all and (max-width: 840px) {
  .home-banner .cycle-pager-wrap {
    margin: 0;
    bottom: -5px;
  }
}
@media all and (max-width: 699px) {
  .home-banner .cycle-pager-wrap {
    display: none;
  }
}
.home-banner span {
  font-size: 40px;
  line-height: 30px;
  color: #ccc;
  margin: 0 2px;
}
.home-banner span:hover a, .home-banner span.cycle-pager-active a {
  color: #82ba51;
}
.home-banner span a {
  color: #ccc;
}
.home-banner img {
  width: 100%;
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner .banner-med, .home-banner .banner-sml {
  display: none;
}
.home-banner .banner-lrg {
  display: block;
}
@media all and (max-width: 1023px) {
  .home-banner .banner-lrg, .home-banner .banner-sml {
    display: none;
  }
  .home-banner .banner-med {
    display: block;
  }
}
@media all and (max-width: 699px) {
  .home-banner .banner-lrg, .home-banner .banner-med {
    display: none;
  }
  .home-banner .banner-sml {
    position: relative;
    display: block;
  }
}

/* --- Rates --- */
.main-content .tbl-rates th, .main-content .tbl-rates td {
  text-align: center;
}
.main-content .tbl-rates th.notes-field, .main-content .tbl-rates td.notes-field {
  text-align: left;
}

.main-content h2.rates-main-header:after {
  margin: 10px 0 10px 0;
}

.main-content h3.table-rates-title {
  margin: 0 0 5px 0;
}
.main-content h3.table-rates-title:after {
  display: none;
}

.tbl-rates-disclaimers {
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0 30px 0;
}

.rates-anchors {
  margin: 0 0 30px 0;
}
.rates-anchors h3 {
  padding: 0;
}
.rates-anchors ul, .rates-anchors ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.rates-anchors ul {
  margin: 0 0 20px 0;
}

.graph-left,
.circle-left {
  position: relative;
}

.rates-graphs .sf_2cols_1_50 {
  padding: 0;
}
.rates-graphs .sf_2cols_2in_50 {
  margin: 0;
}
@media all and (max-width: 1023px) {
  .rates-graphs .rates-container {
    width: 100% !important;
    float: none;
    max-width: 700px;
    margin: 70px auto;
  }
  .rates-graphs .rates-graph-left {
    border: 0;
  }
}
@media all and (max-width: 400px) {
  .rates-graphs .rates-container {
    margin: 0px auto;
  }
  .rates-graphs .circle-left {
    left: 20px;
  }
  .rates-graphs .sf_2cols_2in_50, .rates-graphs .rates-container {
    margin: 0 !important;
    padding: 0;
  }
}

.rate-totals {
  position: absolute;
  width: 100%;
  top: 30%;
  color: #fff;
  font-size: 24px;
  line-height: 20px;
}
@media all and (max-width: 400px) {
  .rate-totals {
    top: 30%;
    font-size: 16px;
    line-height: 12px;
  }
}
.rate-totals .earn-save {
  text-align: left;
}
.rate-totals .total-time {
  text-align: right;
}
.rate-totals .earn-save, .rate-totals .total-time {
  font-weight: 300;
  padding: 0 40px;
}
@media all and (max-width: 400px) {
  .rate-totals .earn-save, .rate-totals .total-time {
    padding: 0;
    text-align: center;
  }
}
.rate-totals .total-savings {
  font-size: 70px;
  line-height: 60px;
  font-weight: 800;
  margin: 10px 0 10px 0;
  padding: 0 10px;
  text-align: center;
}
@media all and (max-width: 1100px) {
  .rate-totals .total-savings {
    font-size: 60px;
    line-height: 50px;
  }
}
@media all and (max-width: 400px) {
  .rate-totals .total-savings {
    font-size: 40px;
    line-height: 30px;
  }
}

.rate-comparison {
  position: absolute;
  top: 0;
  right: 28%;
  width: 50%;
  text-align: right;
}
@media all and (max-width: 499px) {
  .rate-comparison {
    font-size: 13px;
  }
}
.rate-comparison .national-average {
  position: absolute;
  color: #edbc48;
  padding-top: 5%;
  right: 0;
}
@media all and (max-width: 400px) {
  .rate-comparison .national-average {
    padding-top: 0%;
  }
}
.rate-comparison .nusenda-rate {
  position: absolute;
  color: #539250;
  padding-top: 68%;
  right: 60%;
}
.rate-comparison .nusenda-rate a {
  color: #539250;
}
@media all and (max-width: 400px) {
  .rate-comparison .nusenda-rate {
    padding-top: 60%;
  }
}

.rates-intro {
  clear: both;
  width: 100%;
  max-width: 1150px;
  padding: 0 20px;
  margin: 60px auto 80px auto;
}
@media all and (max-width: 1023px) {
  .rates-intro {
    margin: 60px auto 0 auto;
  }
}

@media all and (max-width: 1308px) {
  .nav .mainnav li {
    font-size: 14px;
  }
}
@media all and (max-width: 1193px) {
  .nav .mainnav li {
    font-size: 12px;
  }
  .nav-new-resources > .nav-dropdown {
    left: -815px !important;
  }
  .nav-business > .nav-dropdown {
    left: -540px !important;
  }
  .nav-member-benefits > .nav-dropdown {
    left: -610px !important;
  }
  .nav-new-resources > .nav-dropdown {
    left: -665px !important;
  }
}
@media all and (max-width: 1059px) {
  .inside-banner div.page-crumbs {
    display: none;
  }
}
@media all and (max-width: 1024px) {
  .nav .mainnav > li:hover > a {
    background-position: 0 30px;
  }
}
@media all and (min-width: 1023px) {
  #form1 > section > div > div.online-banking-wrap-inside > div > iframe.online-banking {
    width: 1024px;
  }
}
@media all and (max-width: 1023px) {
  .top-icon, .bottom-icon {
    float: none;
    margin: 0 auto;
    width: 35%;
  }
  .online-banking-wrap {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
  #form1 > section > div > div.online-banking-wrap-inside > div > iframe.online-banking {
    min-height: 160px;
  }
  .nav .mainnav li {
    font-size: 11px;
  }
  .moneybag-hidden, .rewards-hidden, .locations-hidden, .technology-hidden, .savings-hidden, .power-hidden, .education-hidden {
    width: 120%;
  }
  .top-gray-dash, .bottom-gray-dash, .search {
    display: none;
  }
  .nav .mainnav > li:hover > a {
    background-position: 0 30px;
  }
  .hp-icon img.active {
    left: -150px;
  }
  .quicklinks {
    padding-left: 0 !important;
  }
  .hp-icon h2.active {
    margin-left: 40px;
    font-size: 18px;
  }
  .left-subcol, .right-subcol, .main, .sidebar {
    width: 100% !important;
    margin-top: 20px !important;
    padding: 0 !important;
  }
  .accordion-wrapper .right-subcol > div {
    margin-left: 0;
  }
  .sidebar {
    border: none;
    padding: 0;
  }
  .ad {
    margin: 0;
  }
  .logo {
    width: 60%;
    margin: 0 auto;
    padding: 0;
    float: none;
    padding-bottom: 10px;
  }
  .nav ul li {
    border-bottom: 1px solid white;
    width: 100%;
  }
  .nav ul li:hover {
    background-color: white;
  }
  .questions input {
    width: 80%;
  }
  .green-block-landing {
    margin-top: 0;
  }
}
@media all and (max-width: 917px) {
  .member-link, .member-link2, .member-link3 {
    width: 230px;
  }
  .become-member h1 {
    font-size: 40px;
  }
  .inside-banner div.page-title {
    display: none;
  }
}
@media all and (max-width: 840px) {
  .home-banner {
    height: auto;
  }
  .hp-icon img.active {
    left: -125px;
  }
  .username input[type=text], .password input[type=password] {
    width: 80%;
  }
  .home-content {
    padding-top: 20px;
  }
  .rates-graph-left {
    border: none;
    width: 100%;
    padding: 0;
    padding-top: 50px;
  }
  .rates-graph-right {
    width: 100%;
  }
  .compare-banks td, .compare-banks tr {
    min-width: 0 !important;
  }
  .online-banking-wrap {
    top: 5px;
  }
}
@media all and (max-width: 767px) {
  .moneybag-hidden, .rewards-hidden, .locations-hidden, .technology-hidden, .savings-hidden, .power-hidden, .education-hidden {
    width: 120%;
    left: -15px;
  }
  .hp-icon h2.active {
    margin-left: 0;
  }
  .rates-graph-right {
    display: none !important;
  }
  .image-section img {
    width: 100%;
  }
  .all-rates {
    clear: both;
  }
  .online-banking-wrap {
    width: 100%;
  }
  .home-v2 footer {
    padding-bottom: 50px;
  }
  .home-v2 footer .footer-col:first-child, .home-v2 footer .footer-col {
    padding-top: 10px;
  }
  .news, .footer-col {
    width: 100% !important;
    float: none;
    padding-bottom: 30px;
    padding-top: 10px;
    border: none;
    text-align: center;
    height: auto;
    max-width: 450px;
    margin: 0 auto;
  }
  .news:first-child, .footer-col:first-child {
    margin-top: 30px;
  }
  .news .sf_colsIn, .footer-col .sf_colsIn {
    margin: 0 !important;
  }
  .footer-col ul {
    padding-left: 0;
  }
  .disclosures, .disclosures img, .disclosures p {
    width: 100% !important;
    clear: both;
    height: auto;
    font-size: 12px;
    max-width: 450px;
    margin: 0 auto;
    float: none;
  }
  .disclosures .sf_colsIn, .disclosures img .sf_colsIn, .disclosures p .sf_colsIn {
    margin: 0 !important;
  }
  footer img[src*=ehl] {
    max-width: 250px;
    display: block;
    margin: 10px auto;
  }
  #tabs-2, #tabs-3 {
    display: block !important;
  }
  .tab-menu li:nth-child(1) a {
    padding: 10px;
  }
  .tab-menu li:nth-child(2) a, .tab-menu li:nth-child(3) a {
    display: none;
  }
  #open-now, #view-all, .schedule-appointment, .checking-benefits, #tabs-3 ul {
    width: 100%;
  }
  .checking-benefits {
    margin: 0;
  }
  .back-to-top, .tab-menu {
    display: none;
  }
  .compare-banks, #tabs-2 table {
    font-size: 12px;
  }
  .ad-widget {
    margin: 0 auto;
  }
  footer {
    height: auto;
  }
}
@media all and (max-width: 710px) {
  .become-member {
    min-height: 360px;
  }
  .become-member h1 {
    font-size: 34px;
  }
  .member-link, .member-link2, .member-link3 {
    display: block;
    width: 60%;
    min-height: 75px;
  }
  .image-left, .content-right {
    width: 100%;
    padding: 0;
  }
  .quicklinks, .cta {
    padding: 0 !important;
  }
  .ad {
    margin: 0;
  }
  .right-list {
    margin: 0;
  }
  .table-bottom td:first-child {
    width: 100%;
  }
  .landing-content {
    width: 100%;
  }
  .sidebar-landing {
    width: 100%;
  }
}
@media all and (max-width: 585px) {
  .moneybag-hidden, .rewards-hidden, .locations-hidden, .technology-hidden, .savings-hidden, .power-hidden, .education-hidden {
    width: 100%;
    left: -15px;
  }
  .hp-icon img.active {
    left: -150px;
  }
  .top-icon, .bottom-icon {
    float: none;
    margin: 0 auto;
    width: 65%;
  }
  .checking-feature div {
    width: 100%;
    clear: both;
    text-align: center;
    padding-bottom: 10px;
  }
  .checking-feature div div div div.sf_colsIn {
    margin: 0;
  }
}
@media all and (max-width: 500px) {
  .hp-icon img.active {
    left: -120px;
    width: 25%;
  }
}
@media all and (max-width: 469px) {
  .rate-totals .earn-save,
  .rate-totals .total-time {
    font-size: 18px;
  }
}
@media all and (max-width: 440px) {
  .top-icon, .bottom-icon {
    width: 100%;
  }
  .hp-icon img.active {
    left: -145px;
  }
  .moneybag-hidden, .rewards-hidden, .locations-hidden, .technology-hidden, .savings-hidden, .power-hidden, .education-hidden {
    left: 0;
  }
  .accordion h3 span {
    display: none;
  }
  #tabs-2 table {
    font-size: 6px;
  }
}
@media all and (max-width: 399px) {
  .hp-rates-link {
    font-size: 12px;
  }
}
@media all and (max-width: 350px) {
  .hp-icon img.active {
    left: -100px;
    width: 25%;
  }
  .header-wrap {
    padding-top: 10px;
  }
}
.silvercloud_searchbar_form .placeholder {
  color: #aaa;
}

.silvercloud_results_wrapper {
  position: relative;
}

.silvercloud_search_results_container {
  margin-bottom: 25px;
  position: relative;
}

.silvercloud_search_results {
  margin-bottom: 15px;
}

.silvercloud_search_result {
  margin-bottom: 6px;
  position: relative;
  padding-left: 25px;
}

.silvercloud_search_result_link {
  display: inline-block;
  border: 1px solid transparent;
  line-height: 16px;
  verticle-align: middle;
  padding: 6px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.silvercloud_search_result_link:hover {
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 6px;
  color: #000;
  text-decoration: none;
}

.silvercloud_search_result_icon img {
  position: absolute;
  left: 0;
  top: 6px;
  margin: 0px;
  padding: 0px;
}

.silvercloud_search_result_content {
  display: none;
}

.silvercloud_submit_question {
  display: inline-block;
  background-color: #c6e6ff;
  border: 1px solid #162e40;
  border-radius: 6px;
  padding: 4px 15px;
  color: #162e40;
  text-decoration: none;
}

.silvercloud_submit_question:hover {
  background-color: #2a597c;
  color: #fff;
}

.silvercloud_results_actions {
  margin-left: 31px;
}

.silvercloud_load_more {
  background-color: #ececec;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 4px 15px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
}

.silvercloud_load_more:hover {
  border: 1px solid #333;
  color: #333;
}

.silvercloud_load_more:active {
  background-color: #ddd;
}

.silvercloud_header, .silvercloud_search_result_header {
  display: block;
  padding-top: 9px;
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

.silvercloud_submit_question_container {
  clear: both;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 2px dotted #ccc;
}

.silvercloud_load_filters {
  cursor: pointer;
  color: #555;
  padding-top: 13px;
  border-bottom: 1px solid #555;
  padding-bottom: 0px;
  font-size: 13px;
}

.silvercloud_load_filters:hover {
  color: #000 !important;
  border-bottom: 1px solid #000;
}

.silvercloud_return_to_results {
  background-color: #ececec;
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 3px 6px;
  color: #888;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}

.silvercloud_return_to_results:hover {
  border: 1px solid #333;
  color: #333;
}

.silvercloud_return_to_results:active {
  background-color: #ddd;
}

div.form-field {
  margin: 15px 0;
  position: relative;
  padding-left: 170px;
}

div.form-field label {
  display: inline-block;
  width: 160px;
  margin-right: 10px;
  position: absolute;
  top: 7px;
  left: 0px;
}

div.form-field input, div.form-field textarea, div.form-field select {
  border-radius: 4px;
  padding: 6px;
  border: 1px solid #AAAAAA;
  font-size: 13px;
  width: 240px;
}

.silvercloud_search_filters {
  display: inline-block;
  opacity: 0;
  width: auto;
  text-align: right;
  background-color: #f8f8f8;
  border: 1px solid #ececec;
  border-radius: 6px;
  padding: 4px 15px;
  color: #333;
}

.silvercloud_filters_label {
  line-height: 14px;
  verticle-align: middle;
  color: #555;
  font-size: 12px;
}

.silvercloud_search_filters select {
  margin-left: 8px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  padding: 3px;
  font-size: 11px;
}

.silvercloud_end_of_list_box {
  position: absolute;
  bottom: 150px;
  left: 100px;
  border-radius: 6px;
  padding: 25px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  z-index: 2000;
  width: 470px;
  border: 5px solid rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  background-color: #2a597c;
  color: #fff;
}

.silvercloud_end_of_list_box span.silvercloud_open_form {
  cursor: pointer;
}

.silvercloud_close_modal {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.silvercloud_loading_results {
  font-size: 18px;
  background-color: #dfdfdf;
  color: #555;
  padding: 15px 20px;
  position: absolute;
  bottom: 116px;
  left: 150px;
  border-radius: 10px;
  border: 1px solid #aaa;
  z-index: 2000;
  font-family: arial;
}

/* PAGINATION */
.silvercloud_pagination {
  font-size: 80%;
}

.silvercloud_pagination a {
  text-decoration: none;
  color: #15B;
  border: 1px solid transparent;
}

.silvercloud_pagination a, .silvercloud_pagination span {
  display: block;
  float: left;
  padding: 0.3em 0.5em;
  margin-right: 5px;
  margin-bottom: 5px;
}

.silvercloud_pagination .silvercloud_current {
  background: #26B;
  color: #fff;
  border: solid 1px #AAE;
}

.silvercloud_pagination .silvercloud_prev, .silvercloud_pagination .silvercloud_next {
  text-transform: capitalize;
}

.silvercloud_pagination a:hover {
  border: solid 1px #AAE;
}

.silvercloud_pagination a:active {
  background-color: #e2e2e2;
}

/* AD MODULE */
.silvercloud_ad_container {
  margin-top: 30px;
  text-align: center;
}

/* TOP CONTENT WIDGET */
div.silvercloud_widget_top_content {
  border: 1px solid #cecece;
  padding: 10px;
}

.silvercloud_small_container table {
  font-size: 12px;
}

div.silvercloud_widget_top_content .silvercloud_search_results_container, div.silvercloud_widget_top_content .silvercloud_item_content {
  overflow-y: auto;
  overflow-x: hidden;
}

div.silvercloud_widget_top_content .silvercloud_selected_item {
  display: none;
}

div.silvercloud_widget_top_content .silvercloud_top_content_title {
  display: block;
  padding-top: 9px;
  padding-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}

div.silvercloud_widget_top_content .silvercloud_return_to_results {
  margin-bottom: 10px;
}

/* The Nivo Slider styles */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nivoSlider img {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: none;
}

.nivo-main-image {
  display: block !important;
  position: relative !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: #fff;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0;
}

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}

.nivo-box img {
  display: block;
}

/* Caption styles */
.nivo-caption {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  padding: 5px 10px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.nivo-caption p {
  padding: 5px;
  margin: 0;
}

.nivo-caption a {
  display: inline !important;
}

.nivo-html-caption {
  display: none;
}

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer;
}

.nivo-prevNav {
  left: 0px;
}

.nivo-nextNav {
  right: 0px;
}

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0;
}

.nivo-controlNav a {
  cursor: pointer;
}

.nivo-controlNav a.active {
  font-weight: bold;
}

.slider-wrapper {
  margin: 100px auto;
}

.jconfirm_wrapper {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}

.jconfirm_inner {
  background: #fff;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#silvercloud-speedbump-confirm .jconfirm_message:empty {
  height: 20px;
}

#silvercloud-speedbump-confirm .jconfirm_buttons {
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  text-align: center;
}

#silvercloud-speedbump-confirm a {
  color: #0088cc;
  text-decoration: none;
}

#silvercloud-speedbump-confirm .btn-toolbar {
  font-size: 0;
}

#silvercloud-speedbump-confirm .close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}

#silvercloud-speedbump-confirm h4 {
  font-size: 17.5px;
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  text-rendering: optimizelegibility;
}

#silvercloud-speedbump-confirm .jconfirm_buttons {
  margin-bottom: 14px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 10px;
  text-align: center;
}

#silvercloud-speedbump-confirm .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#silvercloud-speedbump-confirm .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#silvercloud-speedbump-confirm button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

#silvercloud-speedbump-confirm .btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: 0.3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe6e6e6", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#silvercloud-speedbump-confirm .btn:hover,
#silvercloud-speedbump-confirm .btn:active,
#silvercloud-speedbump-confirm .btn.active,
#silvercloud-speedbump-confirm .btn.disabled,
#silvercloud-speedbump-confirm .btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

#silvercloud-speedbump-confirm .btn:active,
#silvercloud-speedbump-confirm .btn.active {
  background-color: #cccccc \9 ;
}

#silvercloud-speedbump-confirm .btn:first-child {
  *margin-left: 0;
}

#silvercloud-speedbump-confirm .btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

#silvercloud-speedbump-confirm .btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#silvercloud-speedbump-confirm .btn.active,
#silvercloud-speedbump-confirm .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#silvercloud-speedbump-confirm .btn.disabled,
#silvercloud-speedbump-confirm .btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#silvercloud-speedbump-confirm .btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}

#silvercloud-speedbump-confirm .btn-large [class^=icon-],
#silvercloud-speedbump-confirm .btn-large [class*=" icon-"] {
  margin-top: 4px;
}

#silvercloud-speedbump-confirm .btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}

#silvercloud-speedbump-confirm .btn-small [class^=icon-],
#silvercloud-speedbump-confirm .btn-small [class*=" icon-"] {
  margin-top: 0;
}

#silvercloud-speedbump-confirm .btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

#silvercloud-speedbump-confirm .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#0044cc));
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0088cc", endColorstr="#ff0044cc", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#silvercloud-speedbump-confirm .btn-primary:hover,
#silvercloud-speedbump-confirm .btn-primary:active,
#silvercloud-speedbump-confirm .btn-primary.active,
#silvercloud-speedbump-confirm .btn-primary.disabled,
#silvercloud-speedbump-confirm .btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

#silvercloud-speedbump-confirm .btn-primary:active,
#silvercloud-speedbump-confirm .btn-primary.active {
  background-color: #003399 \9 ;
}

#silvercloud-speedbump-confirm .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406));
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbb450", endColorstr="#fff89406", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#silvercloud-speedbump-confirm .btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62c462), to(#51a351));
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff62c462", endColorstr="#ff51a351", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#silvercloud-speedbump-confirm .btn-success:hover,
#silvercloud-speedbump-confirm .btn-success:active,
#silvercloud-speedbump-confirm .btn-success.active,
#silvercloud-speedbump-confirm .btn-success.disabled,
#silvercloud-speedbump-confirm .btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

#silvercloud-speedbump-confirm .btn-success:active,
#silvercloud-speedbump-confirm .btn-success.active {
  background-color: #408140 \9 ;
}

#silvercloud-speedbump-confirm .btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #C8C8C8;
  *background-color: #585858;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D8D8D8), to(#585858));
  background-image: linear-gradient(to bottom, #D8D8D8, #585858);
  background-repeat: repeat-x;
  border-color: #585858 #585858 #383838;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffD8D8D8", endColorstr="#ff585858", GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#silvercloud-speedbump-confirm .btn-info:hover,
#silvercloud-speedbump-confirm .btn-info:active,
#silvercloud-speedbump-confirm .btn-info.active,
#silvercloud-speedbump-confirm .btn-info.disabled,
#silvercloud-speedbump-confirm .btn-info[disabled] {
  color: #ffffff;
  background-color: #585858;
  *background-color: #505050;
}

#silvercloud-speedbump-confirm .btn-info:active,
#silvercloud-speedbump-confirm .btn-info.active {
  background-color: #484848 \9 ;
}

#silvercloud-speedbump-confirm .btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: 0.3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

#silvercloud-speedbump-confirm .btn-group:first-child {
  *margin-left: 0;
}

#silvercloud-speedbump-confirm .btn-group + .btn-group {
  margin-left: 5px;
}

#silvercloud-speedbump-confirm .btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

#silvercloud-speedbump-confirm .btn-group > .btn-mini {
  font-size: 10.5px;
}

#silvercloud-speedbump-confirm .btn-group > .btn-small {
  font-size: 11.9px;
}

#silvercloud-speedbump-confirm .btn-group > .btn-large {
  font-size: 17.5px;
}

#silvercloud-speedbump-confirm .btn-group > .btn:first-child {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

[class^=icon-], [class*=" icon-"] {
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  margin-top: 1px;
  vertical-align: text-top;
}

#silvercloud-speedbump-confirm .icon-remove {
  background-position: -312px 0;
}

#silvercloud-speedbump-confirm .btn-group > .btn:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
}

#silvercloud-speedbump-confirm .btn-group > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2013 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
/*# sourceMappingURL=main.css.map */