/* No files to import found in abstractions/**\/* */
/*******************************************************************************
 * cuofco-base.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/* line 29, ../sass/base/_base.scss */
body {
  background-color: #e1e1e1;
  background-image: -webkit-linear-gradient(-360deg, #e1e1e1, #fff 10%, #fff 90%, #e1e1e1);
  background-image: linear-gradient(90deg,#e1e1e1, #fff 10%, #fff 90%, #e1e1e1);
  background-color: #fff;
  margin: 10px 0; }

/* line 35, ../sass/base/_base.scss */
.draggableviews-processed li.views-row {
  height: 150px;
  text-align: center; }

/* line 39, ../sass/base/_base.scss */
.cta-button, .button {
  color: #fff;
  line-height: 1em;
  background-color: #7cc142;
  background-image: -webkit-linear-gradient(bottom, #7cc142, #3e8704);
  background-image: linear-gradient(to top,#7cc142, #3e8704);
  padding: 20px;
  margin: 10px 10px;
  border: 1px solid #074083;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: #074083 1px 1px 3px;
  font-size: 1.1em; }
  /* line 54, ../sass/base/_base.scss */
  .cta-button:hover, .button:hover {
    background-color: #0d6cb5;
    background-image: -webkit-linear-gradient(bottom, #0d6cb5, #074083);
    background-image: linear-gradient(to top,#0d6cb5, #074083);
    box-shadow: #074083 0px 0px 1px; }

/* line 61, ../sass/base/_base.scss */
.mobile-login {
  margin: -11px 0 10px 0px; }

/* line 65, ../sass/base/_base.scss */
.main-col-box, .right-col-box {
  border: 1px solid #074083;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff, #eff7e9);
  background-image: linear-gradient(to top,#fff, #eff7e9);
  padding: 20px;
  margin-bottom: 20px; }

/* line 73, ../sass/base/_base.scss */
.page-row img {
  float: none; }

/* line 78, ../sass/base/_base.scss */
#cboxContent {
  padding: 40px;
  font-size: .6em; }

/* line 83, ../sass/base/_base.scss */
.resources-grid {
  display: table;
  border-collapse: separate;
  border-spacing: 15px; }
  /* line 88, ../sass/base/_base.scss */
  .resources-grid .resources-cell {
    height: 100%;
    background-color: #fff;
    background-image: -webkit-linear-gradient(bottom, #fff, #eff7e9);
    background-image: linear-gradient(to top,#fff, #eff7e9);
    border: 1px solid #074083;
    margin-bottom: 10px;
    padding: 10px;
    position: relative; }
  /* line 96, ../sass/base/_base.scss */
  .resources-grid ul {
    margin: 0;
    padding: 0; }
  /* line 100, ../sass/base/_base.scss */
  .resources-grid li {
    list-style: none;
    font-size: 1.2em;
    color: #f5932e;
    padding: 10px 30px;
    margin: 0; }
  /* line 107, ../sass/base/_base.scss */
  .resources-grid li ul {
    margin: 0;
    padding: 0; }
  /* line 111, ../sass/base/_base.scss */
  .resources-grid li li {
    border: 0;
    display: inline-block;
    width: 100%;
    color: #074083;
    font-size: .8em;
    line-height: .9em;
    margin: 0;
    background: none;
    padding: 0; }
  /* line 122, ../sass/base/_base.scss */
  .resources-grid a {
    text-decoration: none;
    padding: 5px 2px;
    display: block; }
  /* line 127, ../sass/base/_base.scss */
  .resources-grid a:hover {
    background: #3e8704;
    color: #fff; }
  /* line 131, ../sass/base/_base.scss */
  .resources-grid a.cta-button {
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-bottom: none;
    border-left: none;
    border-right: none; }
  /* line 144, ../sass/base/_base.scss */
  .resources-grid .cta-position-fix {
    height: 60px; }

/* line 151, ../sass/base/_base.scss */
.view-press-releases a, .view-annual-reports a {
  text-decoration: none; }
/* line 154, ../sass/base/_base.scss */
.view-press-releases .views-row, .view-annual-reports .views-row {
  border-bottom: 1px solid #3e8704;
  padding: 20px 20px 20px 40px; }
/* line 158, ../sass/base/_base.scss */
.view-press-releases .views-row-odd, .view-annual-reports .views-row-odd {
  background-color: #eff7e9; }

@media (min-width: 44em) {
  /* line 166, ../sass/base/_base.scss */
  #cboxContent {
    font-size: 1em; }

  /* line 170, ../sass/base/_base.scss */
  .view-annual-reports .view-content {
    width: 40%;
    display: block;
    float: left;
    margin: 0 20px; }

  /* line 177, ../sass/base/_base.scss */
  .resources-row {
    display: table-row; }

  /* line 180, ../sass/base/_base.scss */
  .resources-cell {
    display: table-cell;
    width: 40%; }

  /* line 184, ../sass/base/_base.scss */
  .page-row {
    width: 100%;
    margin: 0 auto; }
    /* line 187, ../sass/base/_base.scss */
    .page-row img {
      float: left;
      margin: 0px 20px 20px 0px; }

  /* line 192, ../sass/base/_base.scss */
  .page-row:after {
    clear: both;
    content: "";
    display: table; }

  /* line 197, ../sass/base/_base.scss */
  .main-col-box, .right-col-box {
    display: table-cell; }

  /* line 201, ../sass/base/_base.scss */
  .right-col-box {
    width: 40%; }

  /* line 204, ../sass/base/_base.scss */
  .main-col-box {
    width: 60%;
    height: 100%; }

  /* line 208, ../sass/base/_base.scss */
  .grid-wrapper {
    display: table;
    border-spacing: 15px; }

  /* line 212, ../sass/base/_base.scss */
  .grid-row {
    display: table-row; } }
/* line 1, ../sass/base/_dialog.scss */
.node-type-dialog-box {
  background: #fff;
  background-image: none; }
  /* line 4, ../sass/base/_dialog.scss */
  .node-type-dialog-box .l-branding {
    display: none; }

/* line 2, ../sass/base/_employee.scss */
.node-type-employee-profile .l-content {
  background: #77a22f;
  position: relative; }
/* line 6, ../sass/base/_employee.scss */
.node-type-employee-profile .page-title, .node-type-employee-profile h1 {
  color: #f0a742;
  font-size: 3em;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 0; }
/* line 13, ../sass/base/_employee.scss */
.node-type-employee-profile h2 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 2em; }
/* line 18, ../sass/base/_employee.scss */
.node-type-employee-profile h3 {
  margin: 0px 0px 5px 0px;
  padding: 0;
  color: #fff; }
/* line 23, ../sass/base/_employee.scss */
.node-type-employee-profile h3 .field__items {
  color: #fff; }
/* line 27, ../sass/base/_employee.scss */
.node-type-employee-profile .field__items {
  color: #fff; }
/* line 30, ../sass/base/_employee.scss */
.node-type-employee-profile .field--name-field-question .field__items, .node-type-employee-profile .field__label {
  color: #0a569c;
  font-weight: bold; }
/* line 34, ../sass/base/_employee.scss */
.node-type-employee-profile .field--name-field-employee-photo {
  float: right;
  height: 385px;
  width: 305px;
  right: 0;
  top: 0;
  display: block;
  overflow: auto;
  margin-right: -75px;
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 0; }
/* line 47, ../sass/base/_employee.scss */
.node-type-employee-profile .page-title {
  display: none; }
/* line 51, ../sass/base/_employee.scss */
.node-type-employee-profile .field-collection-view .entity-field-collection-item {
  float: none; }
/* line 54, ../sass/base/_employee.scss */
.node-type-employee-profile .clearfix:after {
  content: "";
  display: table;
  clear: none; }
/* line 60, ../sass/base/_employee.scss */
.node-type-employee-profile .employee-details div {
  display: inline-block; }
/* line 63, ../sass/base/_employee.scss */
.node-type-employee-profile .employee-details .year-employeed {
  display: block; }

/* line 71, ../sass/base/_employee.scss */
.node-type-careers-page .l-content {
  background: #77a22f;
  position: relative; }
/* line 75, ../sass/base/_employee.scss */
.node-type-careers-page .field--name-field-employee-photo {
  float: right;
  height: 385px;
  width: 305px;
  right: 0;
  top: 0;
  display: block;
  overflow: auto;
  margin-right: -75px;
  margin-top: 0;
  margin-left: 30px;
  margin-bottom: 0; }
/* line 88, ../sass/base/_employee.scss */
.node-type-careers-page h1 {
  color: #f0a742;
  font-size: 3em;
  line-height: 1.1em;
  padding-top: 40px; }
/* line 94, ../sass/base/_employee.scss */
.node-type-careers-page h2 {
  color: #0a569c;
  margin-bottom: 5px; }
/* line 98, ../sass/base/_employee.scss */
.node-type-careers-page .field__items {
  color: #fff; }

/* line 103, ../sass/base/_employee.scss */
.job-button-wrapper {
  background: #fff;
  padding-top: 30px; }

/* line 108, ../sass/base/_employee.scss */
.careers-overview {
  background: #074083;
  height: 333px;
  width: 66.6%;
  float: left;
  padding: 0 45px; }
  /* line 114, ../sass/base/_employee.scss */
  .careers-overview .views-row {
    display: table; }
  /* line 117, ../sass/base/_employee.scss */
  .careers-overview .overiew-text {
    vertical-align: middle;
    display: table-cell; }
  /* line 121, ../sass/base/_employee.scss */
  .careers-overview h1 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Archer Semibold', serif;
    padding-bottom: 10px;
    color: #f0a742; }
  /* line 128, ../sass/base/_employee.scss */
  .careers-overview .summary {
    font-size: 16px;
    line-height: 18px;
    color: #fff; }
  /* line 133, ../sass/base/_employee.scss */
  .careers-overview .more {
    text-align: right;
    font-size: 13px;
    color: #f0a742;
    font-weight: bold; }
  /* line 139, ../sass/base/_employee.scss */
  .careers-overview a {
    text-decoration: none; }
  /* line 142, ../sass/base/_employee.scss */
  .careers-overview a:hover {
    text-decoration: underline;
    -webkit-transition: .5s;
    /* Safari */
    transition: .5s; }

/* line 148, ../sass/base/_employee.scss */
.careers-home-benefits {
  width: 33.3%;
  float: left; }
  /* line 151, ../sass/base/_employee.scss */
  .careers-home-benefits .summary {
    font-size: 13px;
    line-height: 15px;
    color: #fff; }

/* line 158, ../sass/base/_employee.scss */
.careers-footer-nav h1 {
  font-size: 20px;
  line-height: 22px;
  font-family: 'Archer Semibold', serif;
  padding-bottom: 3px; }
/* line 164, ../sass/base/_employee.scss */
.careers-footer-nav .views-row, .careers-footer-nav .attachment {
  float: left;
  width: 33.3%;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  min-height: 333px;
  background-color: #0a569c; }
  /* line 173, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row img, .careers-footer-nav .attachment img {
    width: 100%;
    height: inherit; }
/* line 178, ../sass/base/_employee.scss */
.careers-footer-nav .summary {
  font-size: 13px;
  line-height: 15px;
  color: #fff; }

/* line 185, ../sass/base/_employee.scss */
.careers-home-page .views-row {
  float: left;
  width: 33.3%;
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0;
  min-height: 333px; }
  /* line 193, ../sass/base/_employee.scss */
  .careers-home-page .views-row img {
    width: 100%;
    height: inherit; }

/* line 200, ../sass/base/_employee.scss */
.careers-footer-nav, .careers-home-page {
  padding-top: 30px; }
  /* line 203, ../sass/base/_employee.scss */
  .careers-footer-nav .attachment .views-row, .careers-home-page .attachment .views-row {
    width: 100%; }
  /* line 207, ../sass/base/_employee.scss */
  .careers-footer-nav:after, .careers-home-page:after {
    clear: both;
    content: "";
    display: table; }
  /* line 213, ../sass/base/_employee.scss */
  .careers-footer-nav .text-label, .careers-home-page .text-label {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #fff;
    width: 100%; }
    /* line 219, ../sass/base/_employee.scss */
    .careers-footer-nav .text-label h1, .careers-footer-nav .text-label .headline, .careers-home-page .text-label h1, .careers-home-page .text-label .headline {
      font-size: 20px;
      line-height: 22px;
      font-family: 'Archer Semibold', serif;
      margin: 0;
      padding-bottom: 5px;
      padding-top: 0;
      color: #fff; }
    /* line 228, ../sass/base/_employee.scss */
    .careers-footer-nav .text-label .title, .careers-home-page .text-label .title {
      font-size: 15px;
      line-height: 17px; }
    /* line 232, ../sass/base/_employee.scss */
    .careers-footer-nav .text-label .more, .careers-home-page .text-label .more {
      text-align: right;
      font-size: 13px;
      color: #f0a742;
      font-weight: bold; }
  /* line 240, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row-even .text-label, .careers-home-page .views-row-even .text-label {
    background: #0a569c;
    background: rgba(10, 86, 156, 0.85); }
  /* line 244, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row-odd .text-label, .careers-home-page .views-row-odd .text-label {
    background: #267d31;
    background: rgba(37, 126, 49, 0.85); }
  /* line 248, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row-even a:hover .text-label, .careers-home-page .views-row-even a:hover .text-label {
    background: #0a569c;
    -webkit-transition: .5s;
    /* Safari */
    transition: .5s; }
  /* line 253, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row-odd a:hover .text-label, .careers-home-page .views-row-odd a:hover .text-label {
    background: #77a22f;
    -webkit-transition: .5s;
    /* Safari */
    transition: .5s; }

/* line 261, ../sass/base/_employee.scss */
.video-section {
  width: 66.6%;
  padding: 0;
  margin: 0;
  float: right; }

/* line 269, ../sass/base/_employee.scss */
#video-slides.flexslider {
  border-radius: 0;
  margin: 0;
  background: #074083;
  border: 0; }
  /* line 274, ../sass/base/_employee.scss */
  #video-slides.flexslider .slides img {
    border-bottom: 1px solid #074083;
    margin-bottom: -1px; }
/* line 279, ../sass/base/_employee.scss */
#video-slides .slides li a.videolink {
  background: url("../images/play-button.png") -20px 0 no-repeat;
  z-index: 20;
  height: 333px;
  width: 100%;
  display: block;
  top: -333px;
  position: relative;
  margin-bottom: -333px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  text-decoration: none; }
  /* line 292, ../sass/base/_employee.scss */
  #video-slides .slides li a.videolink:hover {
    background: url("../images/play-button-over.png") -20px 0 no-repeat;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear; }
/* line 300, ../sass/base/_employee.scss */
#video-slides .flex-control-nav {
  bottom: 0px;
  z-index: 5; }
/* line 304, ../sass/base/_employee.scss */
#video-slides .flex-control-paging li a.flex-active {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  cursor: default; }
/* line 309, ../sass/base/_employee.scss */
#video-slides .flex-control-paging li a {
  background: #e6e6e6;
  background: rgba(255, 255, 255, 0.5); }

/* line 316, ../sass/base/_employee.scss */
.careers-home-page-video {
  padding-top: 30px; }
  /* line 318, ../sass/base/_employee.scss */
  .careers-home-page-video .views-row {
    float: right;
    width: 33.3%;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 0;
    min-height: 333px; }
    /* line 326, ../sass/base/_employee.scss */
    .careers-home-page-video .views-row img {
      width: 100%;
      height: inherit; }
  /* line 333, ../sass/base/_employee.scss */
  .careers-home-page-video .attachment .views-row {
    width: 100%; }
  /* line 337, ../sass/base/_employee.scss */
  .careers-home-page-video:after {
    content: "";
    display: table; }
  /* line 343, ../sass/base/_employee.scss */
  .careers-home-page-video .text-label {
    position: absolute;
    bottom: 0px;
    padding: 5px 10px;
    color: #fff;
    width: 100%; }
    /* line 349, ../sass/base/_employee.scss */
    .careers-home-page-video .text-label h1, .careers-home-page-video .text-label .headline {
      font-size: 20px;
      line-height: 22px;
      font-family: 'Archer Semibold', serif;
      margin: 0;
      padding-bottom: 5px;
      padding-top: 0;
      color: #fff; }
    /* line 358, ../sass/base/_employee.scss */
    .careers-home-page-video .text-label .title {
      font-size: 15px;
      line-height: 17px; }
    /* line 362, ../sass/base/_employee.scss */
    .careers-home-page-video .text-label .more {
      text-align: right;
      font-size: 13px;
      color: #f0a742;
      font-weight: bold; }
  /* line 370, ../sass/base/_employee.scss */
  .careers-home-page-video .views-row-even .text-label {
    background: #0a569c;
    background: rgba(10, 86, 156, 0.85); }
  /* line 374, ../sass/base/_employee.scss */
  .careers-home-page-video .views-row-odd .text-label {
    background: #267d31;
    background: rgba(37, 126, 49, 0.85); }
  /* line 378, ../sass/base/_employee.scss */
  .careers-home-page-video .views-row-even a:hover .text-label {
    background: #0a569c;
    -webkit-transition: .5s;
    /* Safari */
    transition: .5s; }
  /* line 383, ../sass/base/_employee.scss */
  .careers-home-page-video .views-row-odd a:hover .text-label {
    background: #77a22f;
    -webkit-transition: .5s;
    /* Safari */
    transition: .5s; }

@media screen and (max-width: 700px) {
  /* line 394, ../sass/base/_employee.scss */
  .careers-home-page .views-row, .careers-home-page-video .views-row, .careers-home-benefits .views-row {
    float: none;
    width: 100%; }
  /* line 398, ../sass/base/_employee.scss */
  .careers-home-page .video-section, .careers-home-page-video .video-section, .careers-home-benefits .video-section {
    float: none;
    width: 100%; }

  /* line 403, ../sass/base/_employee.scss */
  .careers-home-benefits {
    float: none;
    width: 100%; }

  /* line 408, ../sass/base/_employee.scss */
  .careers-overview {
    height: inherit;
    width: 100%;
    float: none; }

  /* line 414, ../sass/base/_employee.scss */
  .careers-footer-nav .views-row, .careers-footer-nav .attachment {
    float: none;
    width: 100%; }

  /* line 419, ../sass/base/_employee.scss */
  .node-type-employee-profile .field--name-field-employee-photo, .node-type-careers-page .field--name-field-employee-photo {
    float: none;
    padding: 0;
    margin: 0px auto;
    height: inherit; }

  /* line 425, ../sass/base/_employee.scss */
  .node-type-careers-page h1 {
    color: #f0a742;
    font-size: 2em;
    line-height: 1.1em;
    padding-top: 40px; } }
/*******************************************************************************
 * cuofco-base.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/* line 30, ../sass/base/_forms.scss */
input[type="submit"] {
  background-color: #7cc142;
  color: #fff;
  border: none;
  margin: 0px 1px 0px 0px;
  padding: 10px;
  text-transform: uppercase;
  font-size: .7em; }

/* line 40, ../sass/base/_forms.scss */
input[type="submit"]:hover {
  background-color: #0a569c; }

/* line 44, ../sass/base/_forms.scss */
input[type="text"], input[type="email"] {
  background: #fff;
  border: 1px solid #b1b1b1;
  font-size: .9em;
  color: #074083;
  padding: 5px 5px; }

/* line 52, ../sass/base/_forms.scss */
.registration_information.form-wrapper {
  border: none; }
  /* line 54, ../sass/base/_forms.scss */
  .registration_information.form-wrapper > legend {
    display: none; }

/* line 59, ../sass/base/_forms.scss */
.checkout-buttons.form-wrapper {
  border: none; }

/* line 63, ../sass/base/_forms.scss */
.form-item label {
  margin-right: 1em;
  color: #0a569c;
  padding: 7px 0px 0px 0px;
  font-size: 0.8em;
  margin-right: 0; }

/* line 76, ../sass/base/_forms.scss */
.form-item {
  margin-bottom: .1em; }

/* line 80, ../sass/base/_forms.scss */
input[type="text"], input[type="email"] {
  width: 60%; }

/* line 84, ../sass/base/_forms.scss */
.section-2015-credit-union-colorado-foundation-golf-tournament-sponsorship-information fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* line 90, ../sass/base/_forms.scss */
#edit-quantity {
  width: 35px; }

@media (min-width: 44em) {
  /* line 96, ../sass/base/_forms.scss */
  .webform-component-fieldset {
    width: 49%;
    float: left;
    display: block; } }
/*******************************************************************************
 * cuofco-base.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/* line 28, ../sass/base/_landing.scss */
.node--landing-page {
  position: relative; }

/* line 33, ../sass/base/_landing.scss */
.node-type-landing-page .page-title {
  display: none; }
/* line 36, ../sass/base/_landing.scss */
.node-type-landing-page .disclosure {
  font-size: 10px; }

/* line 41, ../sass/base/_landing.scss */
.section-auto-landing-page .l-page {
  background: url("../images/auto-landing-bgd.jpg") no-repeat center top; }

/* line 45, ../sass/base/_landing.scss */
.section-credit-card-landing-page .l-page {
  background: url("../images/cc-landing-bgd.jpg") no-repeat center top; }

/* line 49, ../sass/base/_landing.scss */
.section-loan-review-landing-page .l-page {
  background: url("../images/loanreview-landing-bgd.jpg") no-repeat -430px -49px;
  margin-top: -10px; }
  /* line 52, ../sass/base/_landing.scss */
  .section-loan-review-landing-page .l-page .l-branding {
    padding-top: 120px; }

/* line 60, ../sass/base/_landing.scss */
.landing-cta {
  text-align: center;
  padding-bottom: 40px; }
  /* line 63, ../sass/base/_landing.scss */
  .landing-cta h3 {
    color: #fd7a14;
    font-size: 23px;
    margin-bottom: 0; }

/* line 69, ../sass/base/_landing.scss */
.auto-top {
  height: 490px; }
  /* line 71, ../sass/base/_landing.scss */
  .auto-top p {
    text-align: center; }

/* line 76, ../sass/base/_landing.scss */
h1.auto-headline {
  color: #fd7a14;
  text-shadow: 0px 0px 9px black;
  font-size: 40px;
  line-height: 40px; }

/* line 83, ../sass/base/_landing.scss */
h1.card-headline {
  font-size: 36px;
  line-height: 36px; }

/* line 88, ../sass/base/_landing.scss */
.loanreview-top {
  padding-top: 30px; }
  /* line 90, ../sass/base/_landing.scss */
  .loanreview-top h1 {
    font-size: 42px;
    line-height: 43px;
    text-shadow: 0px 0px 15px #fff; }
  /* line 95, ../sass/base/_landing.scss */
  .loanreview-top h1.green {
    color: #70b536; }

@media (min-width: 44em) {
  /* line 102, ../sass/base/_landing.scss */
  .section-loan-review-landing-page .l-page {
    background: url("../images/loanreview-landing-bgd.jpg") no-repeat center top; }

  /* line 105, ../sass/base/_landing.scss */
  h1.auto-headline {
    right: -80px;
    position: absolute;
    font-size: 36px;
    line-height: 36px; }

  /* line 111, ../sass/base/_landing.scss */
  .auto-rate {
    position: absolute;
    right: 50px;
    top: 100px; }

  /* line 116, ../sass/base/_landing.scss */
  h1.card-headline {
    left: 50px;
    position: absolute;
    font-size: 40px;
    line-height: 40px; }

  /* line 122, ../sass/base/_landing.scss */
  .card-rate {
    position: absolute;
    left: 50px;
    top: 100px; }

  /* line 127, ../sass/base/_landing.scss */
  .landing-cta {
    float: right;
    width: 240px; }

  /* line 131, ../sass/base/_landing.scss */
  .loanreview-top {
    padding-top: 70px;
    width: 50%; } }
/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/base/_tables.scss */
th {
  text-transform: uppercase;
  background: none;
  background-color: rgba(228, 228, 228, 0.5);
  padding: 5px;
  border: 1px solid #074083;
  color: #0a569c;
  white-space: nowrap; }

/* line 11, ../sass/base/_tables.scss */
td {
  padding: 5px 10px;
  border: 1px solid #074083;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

/* line 19, ../sass/base/_tables.scss */
table {
  border: 2px solid #074083;
  width: 100%; }

/* line 1, ../sass/base/_typography.scss */
body {
  color: #002857;
  font-family: 'PT Sans', sans-serif;
  -webkit-font-smoothing: antialiased; }

/* line 7, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Archer Semibold', serif;
  font-weight: normal;
  color: #0a569c; }

/* line 13, ../sass/base/_typography.scss */
h1, h2, h3, h4, h5 {
  margin: .2em 0 .5em 0; }

/* line 16, ../sass/base/_typography.scss */
p {
  margin-top: 0; }

/* line 19, ../sass/base/_typography.scss */
.small-type {
  font-size: .7em; }

/* line 22, ../sass/base/_typography.scss */
.page-title {
  margin-top: 0; }

/* line 26, ../sass/base/_typography.scss */
a {
  color: #0a569c; }

/* line 30, ../sass/base/_typography.scss */
.field--name-field-disclosure {
  font-size: .7em;
  margin-top: 40px;
  border-top: 1px solid #abcee9;
  padding: 10px 20px; }

@font-face {
  font-family: 'Archer Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Archer Semibold Italic"), url("../fonts/archer/Archer-SembdItal-Pro.woff") format("woff"); }
@font-face {
  font-family: 'Archer Semibold';
  font-style: normal;
  font-weight: normal;
  src: local("Archer Semibold"), url("../fonts/archer/Archer-Semibold-Pro.woff") format("woff"); }
@font-face {
  font-family: 'Baron Neue Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Baron Neue Bold"), url("../fonts/baron/Baron-Neue-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Baron Neue Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Baron Neue Bold Italic"), url("../fonts/baron/Baron-Neue-Bold-Italic.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans Bold';
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans Bold"), url("../fonts/pt-sans/PTS75F.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans Bold Italic"), url("../fonts/pt-sans/PTS76F.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans"), url("../fonts/pt-sans/PTS55F.woff") format("woff"); }
@font-face {
  font-family: 'PT Sans Italic';
  font-style: normal;
  font-weight: normal;
  src: local("PT Sans Italic"), url("../fonts/pt-sans/PTS56F.woff") format("woff"); }
/* line 23, ../sass/components/_callouts.scss */
.l-region--precontent {
  position: relative; }

/* line 27, ../sass/components/_callouts.scss */
.callout {
  text-align: left;
  padding: 10px 15px;
  background-color: #fff;
  z-index: 50; }
  /* line 32, ../sass/components/_callouts.scss */
  .callout h2 {
    font-family: 'Baron Neue Bold', sans-serif;
    text-transform: lowercase;
    font-size: .85em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: .5em;
    color: #7cc142; }
  /* line 41, ../sass/components/_callouts.scss */
  .callout p {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: .8em;
    line-height: 1.1em; }

/* line 49, ../sass/components/_callouts.scss */
.callout-link {
  text-decoration: none;
  padding: 5px;
  border-radius: 3px; }

/* line 55, ../sass/components/_callouts.scss */
.callout-link:hover {
  background-color: #0a569c;
  color: #fff; }

/* line 59, ../sass/components/_callouts.scss */
.sidebar-callout {
  text-align: left;
  padding: 20px 10px;
  margin: 20px 0;
  background-color: #fff;
  display: block; }
  /* line 65, ../sass/components/_callouts.scss */
  .sidebar-callout h2 {
    font-family: 'Baron Neue Bold', sans-serif;
    text-transform: lowercase;
    font-size: 1em;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: .5em;
    color: #7cc142; }
  /* line 74, ../sass/components/_callouts.scss */
  .sidebar-callout p {
    margin-top: 0;
    font-size: .7em;
    line-height: 1.1em; }

/* line 81, ../sass/components/_callouts.scss */
.views-row-2.alert-box a:after {
  background-color: #f9ad3c;
  background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
  background-image: linear-gradient(to top,#f9ad3c, #f57724); }

/* line 84, ../sass/components/_callouts.scss */
.views-row-1.alert-box a:after {
  background-color: #0d6cb5;
  background-image: -webkit-linear-gradient(bottom, #0d6cb5, #074083);
  background-image: linear-gradient(to top,#0d6cb5, #074083); }

/* line 87, ../sass/components/_callouts.scss */
.alert-box {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc; }
  /* line 90, ../sass/components/_callouts.scss */
  .alert-box a {
    padding-right: 20px;
    display: block;
    text-decoration: none; }
    /* line 94, ../sass/components/_callouts.scss */
    .alert-box a:after {
      text-align: center;
      width: 25px;
      content: "\f101";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      color: #fff;
      line-height: 110px;
      font-family: FontAwesome;
      font-size: 28px; }
  /* line 108, ../sass/components/_callouts.scss */
  .alert-box:hover {
    background: #ddd; }

/* line 112, ../sass/components/_callouts.scss */
.login-box {
  background-color: #fff; }
  /* line 114, ../sass/components/_callouts.scss */
  .login-box h2 {
    color: #fff; }
  /* line 118, ../sass/components/_callouts.scss */
  .login-box #UsernameField {
    width: 100%; }
  /* line 121, ../sass/components/_callouts.scss */
  .login-box #SubmitNext {
    float: right; }
  /* line 124, ../sass/components/_callouts.scss */
  .login-box a {
    text-decoration: none; }
  /* line 127, ../sass/components/_callouts.scss */
  .login-box a:hover {
    text-decoration: underline; }
  /* line 130, ../sass/components/_callouts.scss */
  .login-box .login-link {
    margin-top: 4px;
    display: block;
    font-size: .7em;
    line-height: 1em; }
  /* line 136, ../sass/components/_callouts.scss */
  .login-box input[type="submit"] {
    width: 45%;
    border-radius: 0px 0px 3px 3px;
    background-color: #fff;
    color: #7cc142;
    padding: 5px 10px;
    font-size: .8em;
    font-weight: 600; }
    /* line 144, ../sass/components/_callouts.scss */
    .login-box input[type="submit"]:hover {
      background-color: #0a569c;
      color: #fff; }
  /* line 149, ../sass/components/_callouts.scss */
  .login-box a.loanpay-button {
    position: absolute;
    font-family: 'Baron Neue Bold', sans-serif;
    bottom: 0;
    padding: 7px 0 4px;
    background-color: #f57724;
    background-image: -webkit-linear-gradient(bottom, #f57724, #f9ad3c);
    background-image: linear-gradient(to top,#f57724, #f9ad3c);
    width: 100%;
    margin-left: -25px;
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-size: .8em;
    font-weight: bold; }
    /* line 162, ../sass/components/_callouts.scss */
    .login-box a.loanpay-button:hover {
      background-color: #0a569c;
      color: #fff;
      background-color: #074083;
      background-image: -webkit-linear-gradient(bottom, #074083, #0a569c);
      background-image: linear-gradient(to top,#074083, #0a569c);
      text-decoration: none; }

/* line 173, ../sass/components/_callouts.scss */
.front .callout {
  min-height: 110px;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px; }

/* line 184, ../sass/components/_callouts.scss */
.golf-sidebar {
  background-color: #eff7e9;
  border: 1px solid #0d6cb5;
  padding: 10px 10px 4px 10px;
  margin: 0px 0px 18px 0px; }

@media (min-width: 44em) {
  /* line 191, ../sass/components/_callouts.scss */
  .login-box {
    background-color: #7cc142; }
    /* line 193, ../sass/components/_callouts.scss */
    .login-box a {
      color: #fff; }

  /* line 198, ../sass/components/_callouts.scss */
  .front .callout {
    height: 110px;
    width: 257px;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px; }
  /* line 205, ../sass/components/_callouts.scss */
  .front .login-box {
    margin-right: 20px; }

  /* line 209, ../sass/components/_callouts.scss */
  .l-region--precontent {
    text-align: center; }

  /* line 212, ../sass/components/_callouts.scss */
  .golf-sidebar {
    float: right;
    width: 33%;
    margin: 0px 0px 8px 8px; } }
@media (min-width: 62em) {
  /* line 219, ../sass/components/_callouts.scss */
  .contextual-links-region.block--views-home-page-alerts-block {
    position: initial; }

  /* line 223, ../sass/components/_callouts.scss */
  .front .callout {
    position: absolute;
    margin-top: 0; }
  /* line 227, ../sass/components/_callouts.scss */
  .front .login-box {
    right: 0;
    top: 0;
    margin-right: 0; }
  /* line 232, ../sass/components/_callouts.scss */
  .front .views-row-1.alert-box {
    right: 0;
    top: 110px; }
  /* line 236, ../sass/components/_callouts.scss */
  .front .views-row-2.alert-box {
    right: 0;
    top: 220px; }

  /* line 241, ../sass/components/_callouts.scss */
  .l-region--precontent {
    text-align: left; } }
/* line 1, ../sass/components/_certificate.scss */
.cert-wrapper {
  border: 3px solid #f5932e; }

/* line 4, ../sass/components/_certificate.scss */
.cert-col1 {
  display: inline-block;
  width: 70%;
  position: relative;
  top: 0; }

/* line 10, ../sass/components/_certificate.scss */
.cert-col2 {
  display: inline-block;
  width: 29%;
  position: relative;
  top: 0; }

/* line 16, ../sass/components/_certificate.scss */
.cert-top {
  background: url("../images/cert-bkgd.png") no-repeat left bottom; }

/* line 19, ../sass/components/_certificate.scss */
.cert-main {
  z-index: 20;
  font-size: 1.5em;
  position: relative;
  padding: 0 30px 10px;
  color: #000; }

/* line 26, ../sass/components/_certificate.scss */
.cert-date {
  font-size: 12px;
  position: relative;
  top: 0; }

/* line 31, ../sass/components/_certificate.scss */
.cert-text-amount {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  padding: 5px 0;
  position: relative;
  top: 40px;
  font-size: 20px; }

/* line 40, ../sass/components/_certificate.scss */
.cert-order {
  position: relative;
  display: inline-block;
  top: 68px;
  font-size: 16px;
  padding-left: 148px; }

/* line 47, ../sass/components/_certificate.scss */
.cert-member {
  font-size: 17px;
  position: relative;
  display: inline-block;
  top: 112px; }

/* line 53, ../sass/components/_certificate.scss */
.cert-signature {
  width: 100%;
  text-align: center;
  border-top: 1px solid #000;
  padding: 5px 0;
  font-size: 12px;
  position: relative;
  top: 120px;
  display: inline-block; }

/* line 63, ../sass/components/_certificate.scss */
.cert-signature:before {
  content: url("../images/t-sig.png");
  position: relative;
  top: -47px;
  margin-bottom: -47px;
  margin: 0px auto -47px;
  width: 100%;
  text-align: center;
  display: block; }

/* line 73, ../sass/components/_certificate.scss */
.cert-amount {
  position: relative;
  top: 34px;
  font-size: 36px;
  background-color: #f5932e;
  border: 2px solid #f5932e;
  color: #fff;
  text-align: center;
  font-weight: bold; }

/* line 83, ../sass/components/_certificate.scss */
.cert-expire {
  font-size: 12px;
  position: relative;
  top: 48px;
  text-align: center; }

/* line 90, ../sass/components/_certificate.scss */
.cert-top {
  border-bottom: 1px dashed #f5932e;
  position: relative;
  min-height: 340px; }
  /* line 94, ../sass/components/_certificate.scss */
  .cert-top h1 {
    background-color: #f5932e;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 34px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase; }

/* line 105, ../sass/components/_certificate.scss */
.cert-disclosure {
  font-size: 12px;
  width: 64%;
  display: inline-block;
  padding: 10px 15px;
  color: #2c2c2c; }

/* line 112, ../sass/components/_certificate.scss */
.cert-cta {
  display: inline-block;
  width: 35%;
  padding: 10px 35px;
  font-size: 1.15em; }

/* line 118, ../sass/components/_certificate.scss */
.cert-print {
  height: 30px; }
  /* line 120, ../sass/components/_certificate.scss */
  .cert-print a {
    background: url("../images/printer-icon.png") no-repeat;
    padding-left: 32px;
    height: 30px;
    line-height: 30px;
    color: #00549f;
    text-decoration: none;
    display: block;
    font-weight: bold;
    float: right; }
  /* line 131, ../sass/components/_certificate.scss */
  .cert-print a:hover {
    text-decoration: underline; }

@media print {
  /* line 138, ../sass/components/_certificate.scss */
  .page-preapproval .l-header, .page-preapproval .l-region--footer-bar, .page-preapproval footer, .page-preapproval .cert-print {
    display: none; }
  /* line 142, ../sass/components/_certificate.scss */
  .page-preapproval h1 {
    background-color: #fff;
    color: #f5932e;
    text-align: center;
    width: 100%;
    margin-top: 0;
    font-size: 34px !important; }

  /* line 151, ../sass/components/_certificate.scss */
  .cert-top {
    border-bottom: 2px dashed #f5932e; }

  /* line 154, ../sass/components/_certificate.scss */
  .cert-col1 {
    display: inline-block;
    width: 65%; }

  /* line 158, ../sass/components/_certificate.scss */
  .cert-col2 {
    display: inline-block;
    width: 33%; }

  /* line 162, ../sass/components/_certificate.scss */
  .cert-top-bkgd {
    content: url("../images/cert-bkgd.png");
    position: absolute;
    bottom: 1px;
    z-index: 1; }

  /* line 168, ../sass/components/_certificate.scss */
  .cert-member {
    padding-left: 148px;
    top: 88px; }

  /* line 172, ../sass/components/_certificate.scss */
  .cert-expire {
    font-size: 11px; }

  /* line 175, ../sass/components/_certificate.scss */
  .cert-signature {
    top: 110px; } }
@media screen and (max-width: 760px) {
  /* line 181, ../sass/components/_certificate.scss */
  .cert-col1 {
    display: block;
    width: 100%; }

  /* line 185, ../sass/components/_certificate.scss */
  .cert-col2 {
    display: block;
    width: 100%; }

  /* line 189, ../sass/components/_certificate.scss */
  .cert-disclosure, .cert-cta {
    width: 100%; }

  /* line 192, ../sass/components/_certificate.scss */
  .cert-order {
    padding-left: 0;
    display: block; }

  /* line 196, ../sass/components/_certificate.scss */
  .cert-date, .cert-main, .cert-text-amount, .cert-order, .cert-member, .cert-signature, .cert-amount, .cert-expire {
    position: static;
    padding: 10px 20px; }

  /* line 200, ../sass/components/_certificate.scss */
  .cert-signature {
    margin-top: 30px; }

  /* line 203, ../sass/components/_certificate.scss */
  .cert-top-bkgd {
    content: none; }

  /* line 206, ../sass/components/_certificate.scss */
  .cert-top {
    background: none; } }
/* line 23, ../sass/components/_contact.scss */
.contact-box {
  border: 1px solid #074083;
  padding: 20px;
  margin-bottom: 20px; }

/* line 28, ../sass/components/_contact.scss */
.routing {
  background-color: #074083;
  text-align: center; }
  /* line 31, ../sass/components/_contact.scss */
  .routing h2 {
    color: #fff;
    font-size: 1.3em; }
  /* line 35, ../sass/components/_contact.scss */
  .routing .routing-num {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    color: #f5932e; }

@media (min-width: 44em) {
  /* line 43, ../sass/components/_contact.scss */
  .contact-col-main {
    width: 64%;
    float: left;
    margin-right: 20px; }

  /* line 51, ../sass/components/_contact.scss */
  .contact-col-side {
    width: 32%;
    float: left; } }
/* line 2, ../sass/components/_footer.scss */
.l-region--footer-left-bottom {
  font-size: .7em; }

/* line 6, ../sass/components/_footer.scss */
.l-region--footer-right {
  text-align: right; }

/* line 24, ../sass/components/_footer_bar.scss */
.l-region--footer-bar {
  background-color: #0d6cb5;
  background-image: -webkit-linear-gradient(bottom, #0d6cb5, #074083);
  background-image: linear-gradient(to top,#0d6cb5, #074083);
  color: #fff;
  margin: 0; }
  /* line 29, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar .inner--footer-bar {
    line-height: 48px;
    max-width: 61.875rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative; }
    /* line 38, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar div, .l-region--footer-bar .inner--footer-bar p {
      margin: 0; }
    /* line 42, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar .tag {
      font-family: 'Archer Semibold', serif;
      font-size: 1.5em; }
    /* line 46, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar ul {
      padding: 0;
      margin: 0;
      display: inline-block; }
    /* line 51, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar li {
      display: inline-block;
      margin: 0;
      list-style: none; }
    /* line 56, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar .space-li li {
      padding: 0 10px 0 0; }
    /* line 59, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar .fa {
      font-size: 14px; }
    /* line 62, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar .icon-circle {
      color: #0a569c;
      background-color: #fff;
      border-radius: 50%;
      height: 22px;
      width: 22px;
      text-align: center;
      line-height: 22px; }
    /* line 71, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .inner--footer-bar .icon-larger {
      font-size: 1.4em; }
  /* line 75, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar a {
    color: #fff;
    text-decoration: none; }
  /* line 80, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar a:hover .fa {
    color: #3e8704; }
  /* line 83, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar a:hover .icon-circle {
    background-color: #3e8704;
    color: #fff; }
  /* line 89, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar a:hover .member-button {
    background-color: #c1e0a7;
    background-image: -webkit-linear-gradient(bottom, #c1e0a7, #3e8704);
    background-image: linear-gradient(to top,#c1e0a7, #3e8704); }
    /* line 91, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar a:hover .member-button .fa {
      color: #fff; }
  /* line 95, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar .member-button {
    background-color: #f9ad3c;
    background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
    background-image: linear-gradient(to top,#f9ad3c, #f57724);
    text-align: center;
    font-size: 1.1em; }
    /* line 99, ../sass/components/_footer_bar.scss */
    .l-region--footer-bar .member-button .fa {
      vertical-align: middle; }

/* line 105, ../sass/components/_footer_bar.scss */
.contact-bar, .tag {
  text-align: center;
  width: 100%;
  border-top: 1px solid #858585; }

/* line 110, ../sass/components/_footer_bar.scss */
.social-icons {
  display: none; }

@media (min-width: 44em) {
  /* line 117, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar {
    height: 96px; }

  /* line 120, ../sass/components/_footer_bar.scss */
  .contact-bar {
    width: 74.68354%;
    float: left;
    margin-right: 1.26582%;
    border: none;
    white-space: nowrap; }

  /* line 125, ../sass/components/_footer_bar.scss */
  .member-button {
    width: 24.05063%;
    float: right;
    margin-right: 0; }

  /* line 130, ../sass/components/_footer_bar.scss */
  .social-icons {
    display: inline; } }
@media (min-width: 62em) {
  /* line 137, ../sass/components/_footer_bar.scss */
  .l-region--footer-bar {
    height: 48px; }

  /* line 140, ../sass/components/_footer_bar.scss */
  .tag {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%;
    text-align: left; }

  /* line 144, ../sass/components/_footer_bar.scss */
  .contact-bar {
    width: 55.6962%;
    float: left;
    margin-right: 1.26582%;
    border: none; }

  /* line 148, ../sass/components/_footer_bar.scss */
  .member-button {
    width: 24.05063%;
    float: right;
    margin-right: 0; }

  /* line 151, ../sass/components/_footer_bar.scss */
  .social-icons {
    display: inline; }

  /* line 154, ../sass/components/_footer_bar.scss */
  .lock-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100; } }
/* line 1, ../sass/components/_home.scss */
.element-invisible {
  width: 1px; }

/* line 5, ../sass/components/_home.scss */
.red-alert {
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 5px;
  border: 4px solid red;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }
  /* line 14, ../sass/components/_home.scss */
  .red-alert h1, .red-alert h2, .red-alert h3 {
    font-family: 'PT Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 0px; }

/* line 22, ../sass/components/_home.scss */
.front .page-title {
  display: none; }

/* line 25, ../sass/components/_home.scss */
.slick-slide img {
  margin: auto; }

/* line 28, ../sass/components/_home.scss */
a.shortcut-button {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
  padding: 5px 5px;
  margin: 0px 0;
  display: block; }
  /* line 37, ../sass/components/_home.scss */
  a.shortcut-button:hover {
    background-color: #ccc;
    border-radius: 2px; }

/* line 42, ../sass/components/_home.scss */
.slick-dots {
  bottom: -5px; }
  /* line 44, ../sass/components/_home.scss */
  .slick-dots li button:before {
    color: #0a569c; }
  /* line 47, ../sass/components/_home.scss */
  .slick-dots li.slick-active button:before {
    color: #0a569c; }

/* line 52, ../sass/components/_home.scss */
.feature-image {
  position: relative;
  display: inline-block;
  margin-bottom: -5px; }
  /* line 56, ../sass/components/_home.scss */
  .feature-image:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 375px;
    top: 0; }

/* line 67, ../sass/components/_home.scss */
.views-row-odd .feature-image {
  float: left; }
  /* line 69, ../sass/components/_home.scss */
  .views-row-odd .feature-image:after {
    right: 0;
    background: -webkit-linear-gradient(left, transparent, #FFF) top repeat;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), #ffffff) top repeat; }

/* line 75, ../sass/components/_home.scss */
.views-row-even .feature-image {
  float: right; }
  /* line 77, ../sass/components/_home.scss */
  .views-row-even .feature-image:after {
    left: 0;
    background: -webkit-linear-gradient(right, transparent, #FFF) top repeat;
    background: linear-gradient(to left, rgba(0, 0, 0, 0), #ffffff) top repeat; }

/* line 83, ../sass/components/_home.scss */
.feature-rows {
  display: table; }
  /* line 85, ../sass/components/_home.scss */
  .feature-rows h2 {
    font-size: 36px; }

/* line 89, ../sass/components/_home.scss */
.feature-rows .views-row {
  border-top: 1px solid #0a569c;
  clear: both; }

/* line 93, ../sass/components/_home.scss */
.feature-body {
  display: table-cell;
  vertical-align: middle;
  height: 375px; }

/* line 99, ../sass/components/_home.scss */
.rate-feature li {
  float: left;
  list-style: none;
  margin-right: 35px;
  text-align: center;
  color: #0a569c; }
  /* line 105, ../sass/components/_home.scss */
  .rate-feature li .button {
    padding: 10px 20px;
    margin: 10px 10px;
    border: none;
    border-radius: 10px;
    box-shadow: none; }

/* line 114, ../sass/components/_home.scss */
.rate-name {
  text-transform: uppercase;
  font-weight: bold; }

/* line 118, ../sass/components/_home.scss */
.rate-ala {
  font-size: 11px; }

/* line 121, ../sass/components/_home.scss */
.rate-value {
  font-weight: bold;
  font-size: 31px; }

/* line 125, ../sass/components/_home.scss */
.rate-apr {
  font-size: 11px;
  position: relative;
  top: -14px; }

@media only screen and (max-width: 810px) {
  /* line 132, ../sass/components/_home.scss */
  .feature-image {
    float: none !important; }
    /* line 133, ../sass/components/_home.scss */
    .feature-image:after {
      background: none !important; } }
/* line 2, ../sass/components/_locator.scss */
.page-locator-search .page-title {
  margin-left: 0; }

/* line 7, ../sass/components/_locator.scss */
input.distance-field {
  width: 40px; }

/* line 11, ../sass/components/_locator.scss */
.location-distance {
  font-size: 14px; }

/* line 14, ../sass/components/_locator.scss */
.locator-form {
  text-align: center;
  background: #0a569c;
  color: #fff;
  font-weight: bold; }
  /* line 19, ../sass/components/_locator.scss */
  .locator-form label {
    font-size: 13px; }

/* line 24, ../sass/components/_locator.scss */
.resultcount {
  text-align: center;
  font-weight: bold;
  padding: 15px 0 0;
  font-size: 1.2em;
  color: green; }

/* line 32, ../sass/components/_locator.scss */
.location-services {
  font-size: 12px;
  line-height: 1em; }

/* line 36, ../sass/components/_locator.scss */
span.location-type {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px; }

/* line 41, ../sass/components/_locator.scss */
span.location-name {
  font-weight: bold;
  line-height: 16px;
  font-size: 11px;
  color: green;
  vertical-align: middle; }

/* line 48, ../sass/components/_locator.scss */
.location-street {
  line-height: 1em; }

/* line 51, ../sass/components/_locator.scss */
#locationField {
  border-top: 7px solid #0a569c;
  border-right: 7px solid #0a569c;
  border-left: 7px solid #0a569c; }

/* line 56, ../sass/components/_locator.scss */
#autocomplete {
  width: 100%;
  border: 3px solid #7cc142; }

/* line 60, ../sass/components/_locator.scss */
.location {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-top: 1px solid #ccc; }
  /* line 66, ../sass/components/_locator.scss */
  .location li {
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
    float: left;
    display: inline;
    width: 33%;
    min-height: 140px;
    padding: 10px 10px; }

/* line 77, ../sass/components/_locator.scss */
.intro-text {
  padding-bottom: 20px;
  font-size: 13px;
  column-gap: 22px;
  columns: 2; }

@media (max-width: 800px) {
  /* line 84, ../sass/components/_locator.scss */
  .location li {
    width: 50%; }

  /* line 87, ../sass/components/_locator.scss */
  .intro-text {
    columns: 1; } }
/* line 1, ../sass/components/_navigation.scss */
.l-region--topnav {
  text-align: right; }

/* line 5, ../sass/components/_navigation.scss */
.top-member-button a {
  background-color: #f9ad3c;
  background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
  background-image: linear-gradient(to top,#f9ad3c, #f57724);
  padding: 5px 10px;
  text-transform: uppercase;
  padding: 7px 10px;
  color: #fff;
  margin-right: -10px; }
  /* line 12, ../sass/components/_navigation.scss */
  .top-member-button a:hover {
    text-decoration: none;
    background-color: #c1e0a7;
    background-image: -webkit-linear-gradient(bottom, #c1e0a7, #3e8704);
    background-image: linear-gradient(to top,#c1e0a7, #3e8704); }

/* line 21, ../sass/components/_navigation.scss */
.menu .leaf {
  list-style: none; }
/* line 24, ../sass/components/_navigation.scss */
.menu a {
  text-decoration: none; }
/* line 27, ../sass/components/_navigation.scss */
.menu a:hover {
  text-decoration: underline; }

/* line 33, ../sass/components/_navigation.scss */
footer .menu {
  margin: 0;
  padding: 0;
  font-size: .7em; }
  /* line 37, ../sass/components/_navigation.scss */
  footer .menu li {
    float: left;
    text-transform: uppercase; }
  /* line 41, ../sass/components/_navigation.scss */
  footer .menu .leaf {
    list-style: none;
    margin-left: 20px; }
  /* line 45, ../sass/components/_navigation.scss */
  footer .menu .first {
    margin-left: 0; }

/* line 51, ../sass/components/_navigation.scss */
.top-menu {
  font-size: .7em;
  font-weight: bold;
  position: relative;
  float: right; }
  /* line 56, ../sass/components/_navigation.scss */
  .top-menu ul {
    margin: -3px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    white-space: nowrap; }
  /* line 61, ../sass/components/_navigation.scss */
  .top-menu li {
    float: left;
    padding: 0 10px; }
  /* line 65, ../sass/components/_navigation.scss */
  .top-menu .fa-before:before {
    color: #7cc142;
    font: normal normal normal 1em/1 FontAwesome; }
  /* line 69, ../sass/components/_navigation.scss */
  .top-menu .login-link {
    text-transform: uppercase; }

/* line 74, ../sass/components/_navigation.scss */
.block--search {
  float: right;
  position: relative;
  display: table; }
  /* line 79, ../sass/components/_navigation.scss */
  .block--search .form-item, .block--search .form-actions {
    margin: 0; }
  /* line 82, ../sass/components/_navigation.scss */
  .block--search input {
    padding: 3px 0;
    margin: 0; }
  /* line 86, ../sass/components/_navigation.scss */
  .block--search input[type="text"] {
    background: none;
    border: none;
    padding-left: 5px;
    font-size: 0;
    color: #074083;
    display: block;
    position: absolute;
    width: 25px;
    height: 27px;
    z-index: 20;
    margin-top: -10px;
    -webkit-transition: all 0.2s ease-in 0.2s;
    -moz-transition: all 0.2s ease-in 0.2s;
    transition: all 0.2s ease-in 0.2s; }
  /* line 102, ../sass/components/_navigation.scss */
  .block--search input[type="text"]:focus {
    background-color: #e8eae9;
    width: 140px;
    outline: none;
    font-size: 16px;
    position: relative;
    margin-top: -10px;
    display: block; }
  /* line 112, ../sass/components/_navigation.scss */
  .block--search .input-group-button {
    display: table-cell;
    white-space: nowrap; }
  /* line 118, ../sass/components/_navigation.scss */
  .block--search button {
    border: none;
    background-color: #e8eae9;
    font-size: .9em;
    color: #074083;
    height: 27px;
    width: 25px;
    right: -25px;
    top: -10px;
    position: absolute;
    z-index: 1;
    display: inline-block;
    text-align: center; }

@media only screen and (max-width: 810px) {
  /* line 135, ../sass/components/_navigation.scss */
  .top-member-button a {
    background-color: #f9ad3c;
    background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
    background-image: linear-gradient(to top,#f9ad3c, #f57724);
    padding: 3px 3px;
    margin-right: 0px; }

  /* line 140, ../sass/components/_navigation.scss */
  .top-menu li {
    padding: 0 4px; }

  /* line 143, ../sass/components/_navigation.scss */
  .top-menu ul {
    min-height: 35px; } }
/* line 4, ../sass/components/_navigation_mobile.scss */
.tablet-rates-menu {
  display: none; }
  /* line 6, ../sass/components/_navigation_mobile.scss */
  .tablet-rates-menu ul {
    padding: 0;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #0a569c;
    border-top: 1px solid #0a569c;
    text-align: center; }
  /* line 13, ../sass/components/_navigation_mobile.scss */
  .tablet-rates-menu li {
    display: inline-block;
    padding: 5px 10px; }
    /* line 16, ../sass/components/_navigation_mobile.scss */
    .tablet-rates-menu li.first {
      padding-left: 0; }
    /* line 19, ../sass/components/_navigation_mobile.scss */
    .tablet-rates-menu li.last {
      padding-right: 0; }
  /* line 23, ../sass/components/_navigation_mobile.scss */
  .tablet-rates-menu a {
    text-transform: uppercase;
    color: #3e8704;
    font-size: .8em; }

@media (min-width: 44em) {
  /* line 33, ../sass/components/_navigation_mobile.scss */
  .tablet-rates-menu {
    display: inline; } }
@media (min-width: 62em) {
  /* line 39, ../sass/components/_navigation_mobile.scss */
  .tablet-rates-menu {
    display: none; } }
/* line 3, ../sass/components/_navigation_sidebar.scss */
.side-menu .block__title {
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.1em;
  width: auto;
  margin: 3px 0;
  display: inline;
  border-bottom: 2px solid #7cc142; }
/* line 13, ../sass/components/_navigation_sidebar.scss */
.side-menu .menu {
  padding: 0;
  margin: 6px 0; }
  /* line 16, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu li {
    line-height: 1em;
    margin-bottom: 10px; }
  /* line 20, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu li a {
    color: #7cc142;
    font-weight: bold;
    font-size: .9em; }
  /* line 25, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu ul {
    margin: 0 0 15px; }
  /* line 28, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu li li {
    margin-bottom: 5px; }
  /* line 31, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu li li a {
    font-weight: normal;
    color: #074083;
    font-size: .8em;
    padding-left: 3px; }
  /* line 37, ../sass/components/_navigation_sidebar.scss */
  .side-menu .menu .expanded {
    list-style: none; }
/* line 42, ../sass/components/_navigation_sidebar.scss */
.side-menu .menu-credit-card {
  background: url("../images/credit-card.png") no-repeat 3px 25px;
  height: 140px;
  min-width: 144px;
  display: block; }
/* line 48, ../sass/components/_navigation_sidebar.scss */
.side-menu .menu-business-credit-card {
  background: url("../images/cuofco-business-credit-card.png") no-repeat 3px 25px;
  height: 140px;
  min-width: 144px;
  display: block; }

/* line 1, ../sass/components/_navigation_tablet.scss */
.mean-container {
  position: relative;
  top: -60px;
  pointer-events: none; }
  /* line 5, ../sass/components/_navigation_tablet.scss */
  .mean-container .mean-bar {
    background: none;
    margin-bottom: -60px;
    float: right;
    z-index: 50; }
  /* line 12, ../sass/components/_navigation_tablet.scss */
  .mean-container a.meanmenu-reveal {
    pointer-events: all;
    border: 1px solid #074083;
    color: #074083; }
    /* line 17, ../sass/components/_navigation_tablet.scss */
    .mean-container a.meanmenu-reveal span {
      background: #074083; }
  /* line 21, ../sass/components/_navigation_tablet.scss */
  .mean-container .mean-nav {
    background: #074083;
    pointer-events: all; }
    /* line 25, ../sass/components/_navigation_tablet.scss */
    .mean-container .mean-nav ul li a.mean-expand {
      height: 27px;
      background: #7cc142; }
    /* line 29, ../sass/components/_navigation_tablet.scss */
    .mean-container .mean-nav ul li a:hover {
      background: #3e8704; }
    /* line 32, ../sass/components/_navigation_tablet.scss */
    .mean-container .mean-nav ul li li {
      background-color: #0a569c; }
      /* line 34, ../sass/components/_navigation_tablet.scss */
      .mean-container .mean-nav ul li li li {
        background-color: #0d6cb5; }

/* line 42, ../sass/components/_navigation_tablet.scss */
.site-logo {
  z-index: 100; }

/* line 46, ../sass/components/_navigation_tablet.scss */
.menu .expanded, .menu .collapsed {
  list-style: none; }

/* line 50, ../sass/components/_navigation_tablet.scss */
#block-system-main-menu {
  display: none !important; }

/*******************************************************************************
 * cuofco-base.layout.scss
 *
 * Styling of the "simple" layout demonstrating the Compass grid extension Susy
 * and building mobile first layouts.
 ******************************************************************************/
/* line 28, ../sass/components/_product.scss */
.product-box {
  background-color: #eff7e9;
  background-image: -webkit-linear-gradient(bottom, #eff7e9, #c1e0a7);
  background-image: linear-gradient(to top,#eff7e9, #c1e0a7);
  padding: 0px;
  position: relative;
  width: 100%;
  min-height: 234px; }
  /* line 34, ../sass/components/_product.scss */
  .product-box h2 {
    color: #074083; }

/* line 39, ../sass/components/_product.scss */
.page-box {
  float: right;
  width: 33%; }

/* line 44, ../sass/components/_product.scss */
.field-collection-view {
  margin: 0;
  border-bottom: none; }

/* line 49, ../sass/components/_product.scss */
.field-collection-container {
  border: none; }

/* line 54, ../sass/components/_product.scss */
.feature-wrapper a:hover {
  background-color: white;
  border-radius: 5px; }
/* line 58, ../sass/components/_product.scss */
.feature-wrapper a {
  display: block;
  text-decoration: none; }

/* line 64, ../sass/components/_product.scss */
.feature-item {
  float: left;
  height: 85px;
  width: 78px;
  text-align: center;
  margin: 0 5px;
  padding: 0; }
  /* line 73, ../sass/components/_product.scss */
  .feature-item h5 {
    margin-bottom: 0; }

/* line 78, ../sass/components/_product.scss */
.feature-icon .field--name-field-icon {
  padding: 0;
  margin: 0; }

/* line 83, ../sass/components/_product.scss */
.feature-title {
  font-size: .7em;
  margin: 0;
  padding: 0;
  line-height: .9em; }

/* line 90, ../sass/components/_product.scss */
.feature-link-detail {
  font-size: .6em;
  margin: 0;
  padding: 0; }

/* line 96, ../sass/components/_product.scss */
.product-main {
  padding: 20px 20px 0px 20px; }

/* line 100, ../sass/components/_product.scss */
.product-col-main {
  padding: 20px 20px 0px 20px; }

/* line 104, ../sass/components/_product.scss */
.product-col-image {
  display: none; }

/* line 109, ../sass/components/_product.scss */
.product-cta-side a {
  color: #074083;
  line-height: 1em;
  background-color: #f9ad3c;
  background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
  background-image: linear-gradient(to top,#f9ad3c, #f57724);
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #7cc142;
  width: 100%;
  border-radius: 2px;
  display: block;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  box-shadow: #3e8704 1px 1px 3px; }
/* line 124, ../sass/components/_product.scss */
.product-cta-side a:hover {
  background-color: #c1e0a7;
  background-image: -webkit-linear-gradient(bottom, #c1e0a7, #7cc142);
  background-image: linear-gradient(to top,#c1e0a7, #7cc142);
  box-shadow: #3e8704 0px 0px 1px; }

/* line 131, ../sass/components/_product.scss */
.product-cta-bottom a {
  color: #074083;
  line-height: 1em;
  background-color: #f9ad3c;
  background-image: -webkit-linear-gradient(bottom, #f9ad3c, #f57724);
  background-image: linear-gradient(to top,#f9ad3c, #f57724);
  padding: 10px 20px;
  margin-bottom: 0;
  margin-left: 5px;
  border: 1px solid #7cc142;
  border-radius: 2px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  float: right; }
/* line 145, ../sass/components/_product.scss */
.product-cta-bottom a:hover {
  background-color: #c1e0a7;
  background-image: -webkit-linear-gradient(bottom, #c1e0a7, #7cc142);
  background-image: linear-gradient(to top,#c1e0a7, #7cc142); }

/* line 150, ../sass/components/_product.scss */
.field--name-field-tools-callout {
  display: none; }

/* line 154, ../sass/components/_product.scss */
.product-row {
  display: table;
  width: 100%;
  min-width: 238px; }

@media (min-width: 44em) {
  /* line 161, ../sass/components/_product.scss */
  .product-box {
    float: left;
    width: 66%; }

  /* line 165, ../sass/components/_product.scss */
  .field--name-field-product-callouts {
    float: right;
    width: 33%;
    background-color: pink; }

  /* line 172, ../sass/components/_product.scss */
  .product-col-image {
    display: table-cell;
    padding: 0;
    width: 228px; }

  /* line 177, ../sass/components/_product.scss */
  .product-main {
    padding: 20px 20px 0px 19px;
    display: table-cell;
    vertical-align: top; }

  /* line 182, ../sass/components/_product.scss */
  .product-col-cta {
    width: 15%;
    float: left; }

  /* line 186, ../sass/components/_product.scss */
  .product-col-main {
    width: 85%;
    float: left; }

  /* line 190, ../sass/components/_product.scss */
  .product-cta-side {
    position: absolute;
    right: -10px;
    top: 65px; }
    /* line 194, ../sass/components/_product.scss */
    .product-cta-side a {
      width: 117px; }

  /* line 198, ../sass/components/_product.scss */
  .field--name-field-tools-callout {
    display: inline;
    float: right;
    padding: 0;
    margin: 0px 0px 0px 20px;
    background-color: #eff7e9;
    font-size: .8em;
    width: 28%;
    line-height: 1em; }
    /* line 207, ../sass/components/_product.scss */
    .field--name-field-tools-callout ul {
      padding: 0;
      margin: 10px 5px; }
    /* line 211, ../sass/components/_product.scss */
    .field--name-field-tools-callout li {
      list-style: none;
      padding: 0 0 3px;
      margin: 0; }
    /* line 216, ../sass/components/_product.scss */
    .field--name-field-tools-callout h2 {
      font-size: 1.1em;
      color: #074083;
      text-align: center;
      background-color: #c1e0a7;
      padding: 5px 0;
      margin: 0; }
    /* line 224, ../sass/components/_product.scss */
    .field--name-field-tools-callout a {
      text-decoration: none;
      display: block;
      width: 100%;
      padding: 1px 5px; }
    /* line 230, ../sass/components/_product.scss */
    .field--name-field-tools-callout a:hover {
      background-color: #fff; } }
/* line 24, ../sass/components/_promotions.scss */
.promo-large {
  margin-bottom: 20px; }

/* line 27, ../sass/components/_promotions.scss */
.promo-box {
  margin-right: 10px; }

/* line 31, ../sass/components/_promotions.scss */
.views-row-last .promo-box {
  margin-right: 0; }

/* line 35, ../sass/components/_promotions.scss */
.home-promo-bar .views-row, .personal-promo-bar .views-row {
  text-align: center; }

/* line 38, ../sass/components/_promotions.scss */
.promo-text {
  position: relative;
  display: inline-block;
  top: -5px;
  left: 4px;
  font-size: .8em;
  background-color: #f1f1f1;
  border: 1px solid #f5932e;
  border-top: none;
  border-radius: 0px 0px 17px 17px;
  width: 228px;
  height: 213px;
  margin: 0px 10px 6px 0px;
  padding: 20px 10px;
  text-align: left; }
  /* line 53, ../sass/components/_promotions.scss */
  .promo-text h2 {
    text-transform: uppercase;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.3em;
    color: #dk-blue; }

@media (min-width: 44em) {
  /* line 61, ../sass/components/_promotions.scss */
  .promo-text {
    top: 0;
    left: 0;
    float: left;
    border-left: none;
    border-top: 1px solid #f5932e;
    border-radius: 0px 17px 17px 0px;
    margin: 6px 10px 6px 0px;
    width: 225px; }

  /* line 72, ../sass/components/_promotions.scss */
  .promo-box {
    float: left; }

  /* line 75, ../sass/components/_promotions.scss */
  .home-promo-bar .views-row, .personal-promo-bar .views-row {
    width: 730px; } }
@media (min-width: 62em) {
  /* line 80, ../sass/components/_promotions.scss */
  .promo-box {
    height: 225px;
    width: 225px; }

  /* line 84, ../sass/components/_promotions.scss */
  .home-promo-bar .views-row {
    width: 920px; } }

/*# sourceMappingURL=cuofco.no-query.css.map */
