/* CSS Document */
/*/////Variables//////*/
/*/Numbers and colors/*/
/*/////Mixins//////*/
/*  SECTIONS  */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}

/*  COLUMN SETUP  */
.col {
  display: block;
  float: left;
  margin: 0 0 0 1.6%;
}

.col:first-child {
  margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 */
}

/*  GRID OF FOUR  */
.span_4_of_4 {
  width: 100%;
}

.span_3_of_4 {
  width: 74.6%;
}

.span_2_of_4 {
  width: 49.2%;
}

.span_1_of_4 {
  width: 23.8%;
}

/*  GO FULL WIDTH BELOW 500 PIXELS */
@media only screen and (max-width: 770px) {
  .col {
    margin: 0 0 0 0%;
  }

  .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 {
    width: 100%;
  }
}
.span_6_of_6 {
  width: 100%;
  box-sizing: border-box;
}

.span_5_of_6 {
  width: 83.06%;
  box-sizing: border-box;
}

.span_4_of_6 {
  width: 66.13%;
  box-sizing: border-box;
}

.span_3_of_6 {
  width: 49.2%;
  box-sizing: border-box;
}

.span_2_of_6 {
  width: 32.26%;
  box-sizing: border-box;
}

.span_1_of_6 {
  width: 15.33%;
  box-sizing: border-box;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
  .col {
    margin: 1% 0 1% 0%;
  }

  .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 {
    width: 100%;
    box-sizing: border-box;
  }
}
/* CSS Document */
.top-bar {
  border-bottom: 5px solid #EE3A43;
  padding: 5px 0;
  height: 20.75px;
  color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#844e2d+0,f8f1e6+25,d1af58+50,f8f1e6+75,844e2d+100 */
  background: #844e2d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#844e2d', endColorstr='#844e2d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.text-resize {
  font-size: 1.1em;
  text-align: right;
  margin-top: 0px;
}
@media only screen and (min-width: 1200px) {
  .text-resize {
    margin-top: -8px;
  }
}

.text-resize a, .text-resize button {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.2em;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.text-resize a:nth-child(n+2), .text-resize button:nth-child(n+2) {
  font-size: 1.4em;
}
.text-resize a:nth-child(n+3), .text-resize button:nth-child(n+3) {
  font-size: 1.6em;
}
.text-resize a:hover, .text-resize a:active, .text-resize button:hover, .text-resize button:active {
  color: #e2131e;
}

.phone-number {
  font-size: 1.6em;
  position: absolute;
  right: 0;
  top: 0;
}
.phone-number a {
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
}
.phone-number:nth-child(n+2) {
  font-size: 1.4em;
}
.phone-number:nth-child(n+3) {
  font-size: 1.6em;
}

.header-background .contact-info {
  display: none;
}
.header-background .contact-info span {
  display: none;
}
.header-background .contact-info strong {
  display: block;
}
.header-background .contact-info a {
  color: #000;
  text-decoration: none;
}
.header-background .contact-info a:hover {
  color: #555;
  text-decoration: none;
}
@media only screen and (min-width: 690px) {
  .header-background .contact-info {
    display: block;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 1000px) {
  .header-background .contact-info {
    font-size: 1.6em;
    top: 0px;
    width: 530px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-background .contact-info {
    top: -10px;
    right: -20px;
    width: 700px;
  }
  .header-background .contact-info span {
    display: block;
  }
}

.header-background {
  border-bottom: 5px solid #EE3A43;
}
@media only screen and (min-width: 1000px) {
  .header-background {
    border-bottom: none;
  }
}

.logo {
  margin: 0;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 550px;
  height: 60px;
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 450px;
  transform: scale(0.5);
  transform-origin: left;
}
@media only screen and (min-width: 1000px) {
  .logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    display: block;
    overflow: hidden;
    text-indent: -2000em;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 450px;
    transform: scale(1);
  }
}

.logo img {
  width: 100%;
  height: auto;
  display: block;
}

button#open-menu-icon {
  text-indent: -1000em;
  overflow: hidden;
  font-size: 1px;
}
button#open-menu-icon span {
  display: none;
}

button.show-panel-btn {
  position: absolute;
  left: 0;
  border: none;
  background: none;
  width: 50px;
  top: 5px;
  height: 50px;
  z-index: 2000;
  cursor: pointer;
  outline: none;
}
button.show-panel-btn div {
  height: 1px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  background: #0066A4;
}
button.show-panel-btn:hover div {
  background: #EE3A43;
}
@media only screen and (min-width: 1000px) {
  button.show-panel-btn {
    display: none !important;
  }
}

button.show-panel-btn.open {
  position: fixed;
  outline: none;
  border: none;
}
button.show-panel-btn.open div {
  background: #fff;
}
button.show-panel-btn.open:hover div {
  background: #e6e6e6;
}

.nav-bg {
  display: none;
  background: #EE3A43;
}
@media only screen and (min-width: 1000px) {
  .nav-bg {
    display: block;
  }
}

.nav-bg .nav {
  font-size: 1.8em;
  font-weight: bold;
  text-shadow: 0 0 0.5em rgba(0, 0, 0, 0.8);
}

.nav-bg .nav > ul {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.nav-bg .nav ul li {
  position: relative;
  flex-grow: 1;
  position: relative;
  text-align: center;
}

.nav-bg .nav ul li a {
  display: block;
}

.nav-bg .nav > ul > li.current-menu-item > a {
  color: rgba(255, 255, 255, 0.9);
}

.nav-bg .nav > ul > li.current-menu-item > a:hover {
  color: white;
}

.nav-bg .nav ul li a:hover {
  background: #EE3A43;
}

.nav-bg .nav li li {
  float: none;
}

.nav-bg .nav li ul {
  display: none;
}

.highlighted a {
  opacity: .7;
}
.highlighted:hover a {
  opacity: 1;
}

.nav-bg .nav li:hover ul {
  display: block;
  background: #0066A4;
}

.nav-bg .nav li:hover a {
  /*targeting the first-child of a*/
}

.nav-bg .nav li ul {
  position: absolute;
  display: none;
  min-width: 100%;
  z-index: 100;
  white-space: nowrap;
  top: 47px;
}
.nav-bg .nav li ul a {
  background: #0066A4;
  font-weight: 100;
  white-space: nowrap;
  text-align: left;
}
.nav-bg .nav li ul a:hover {
  background: #004671;
}

.nav-bg .nav li:last-child ul.sub-menu a {
  white-space: pre-wrap;
}
@media only screen and (min-width: 1340px) {
  .nav-bg .nav li:last-child ul.sub-menu a {
    white-space: nowrap;
  }
}

.nav-bg .nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px;
}

/* CSS Document */
#site-map {
  display: none;
  margin-bottom: 1.5em;
  background: #EE3A43;
  font-size: 1.2em;
  /*//12px///*/
}
#site-map h2 {
  display: none;
}
@media screen and (min-width: 1150px) {
  #site-map {
    display: block;
  }
}
@media screen and (min-width: 1150px) {
  #site-map {
    margin-bottom: 0;
  }
}
#site-map a {
  color: #fff;
}
#site-map .menu-desktop-nav-container > ul:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#site-map .menu-desktop-nav-container > ul > li {
  width: 13.66%;
  float: left;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  height: 13em;
  padding: 2em 1.5em;
}
#site-map .menu-desktop-nav-container > ul > li > a {
  font-weight: bold;
}
#site-map .menu-desktop-nav-container > ul > li:first-child {
  border-left: none;
}

.vcard {
  font-size: 1.2em;
  /*//12px///*/
  margin-top: 2em;
}
.vcard a {
  color: #fff;
}
.vcard:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media screen and (min-width: 1000px) {
  .vcard {
    float: left;
    width: 66.67%;
    font-size: 1.55em;
  }
}
.vcard .org {
  width: 185px;
  height: 69px;
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  background-image: url(../img/sprites_for_footer_logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 185px;
}
@media screen and (min-width: 1000px) {
  .vcard .org {
    float: left;
    margin-right: 2em;
  }
}
@media screen and (min-width: 1000px) {
  .vcard .adr {
    float: left;
    margin-right: 1em;
  }
}

#copy-right {
  margin-top: 2em;
  font-size: 1.2em;
  /*//12px///*/
}
#copy-right a {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  #copy-right {
    float: left;
    width: 33%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    margin-top: 2em;
    padding-left: 1.5em;
  }
}

#credit {
  font-size: 1.2em;
  /*//12px///*/
  margin-top: .5em;
}
#credit a {
  color: #fff;
  text-decoration: none;
}
#credit a:hover {
  opacity: .8;
  transition: .5s all;
}
@media screen and (min-width: 1000px) {
  #credit {
    float: left;
    width: 16.66%;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    box-sizing: border-box;
    margin-top: 1.2em;
    padding-left: 1.5em;
    padding-bottom: .5em;
  }
}

.darkred-bg {
  background: #EE3A43;
  padding: 2em 0 3em;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .darkred-bg {
    padding: 2em 0 4em;
  }
}

.site-bottom {
  display: block;
  margin: 1em 0 0 0;
  font-size: 15px;
  color: #fff;
  position: relative;
  display: block;
}
@media only screen and (min-width: 600px) {
  .site-bottom .site-approval {
    position: absolute;
    left: 0px;
    top: 8px;
  }
}

.footer-background {
  font-size: 12px;
  padding: 20px 0;
  color: #333;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#844e2d+0,f8f1e6+25,d1af58+50,f8f1e6+75,844e2d+100 */
  background: #844e2d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #844e2d 0%, #f8f1e6 25%, #d1af58 50%, #f8f1e6 75%, #844e2d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#844e2d', endColorstr='#844e2d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

hr {
  height: 1px;
  background: #666;
  border: none;
  margin: 20px 0;
}

#copy-right .widget-container {
  display: inline-block;
}

/* CSS Document */
#nav-panel {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  background: #0066A4;
  height: 100%;
  box-sizing: border-box;
  font-size: 1em;
  overflow-y: scroll;
  text-align: center;
  z-index: 100;
  opacity: 0;
  transition: 1s left, 1s opacity;
}
#nav-panel nav {
  padding: 8em 2em 2em 2em;
}
#nav-panel li {
  padding: 1em;
}
#nav-panel nav > ul > li > a {
  display: inline-block;
  padding-bottom: .15em;
  border-bottom: 1px solid #ccc;
  font-size: 2em;
}
#nav-panel .sub-menu > li > a {
  display: inline-block;
  padding-bottom: .15em;
  border-bottom: 1px solid #ccc;
  font-size: 2em;
}
#nav-panel a {
  color: #fff;
  text-decoration: none;
}
#nav-panel a:hover {
  opacity: .8;
}

#nav-panel.open {
  left: 0;
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  #nav-panel.open {
    left: 0 !important;
  }
}

/* CSS Document */
.slider {
  height: 0;
  padding-bottom: 48%;
  overflow: hidden;
  background-image: url("../img/banner-image.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slider img {
  width: 100%;
  height: auto;
  display: block;
  top: 0;
}

.riverspring-home {
  background: #0066A4;
  color: #fff;
}
.riverspring-home .btn a {
  background: #fff;
  color: #0066A4;
}
.riverspring-home .btn a:hover {
  background: #e6e6e6;
}

.riverspring-star {
  background: #d3b360;
  /* Old browsers */
  color: #333;
}
.riverspring-star .btn a {
  background: #A71111;
  color: #fff;
}
.riverspring-star .btn a:hover {
  background: #e2131e;
}

.riverspring-fida {
  background: #A71111;
  color: #fff;
}
.riverspring-fida h2.title {
  color: #fff;
  padding-bottom: 0;
}
.riverspring-fida .btn a {
  background: #fff;
  color: #0066A4;
}
.riverspring-fida .btn a:hover {
  background: #e6e6e6;
}

.white-bg .riverspring-fida, .white-bg .riverspring-star, .white-bg .riverspring-home {
  padding: 3.5em 4.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.white-bg .riverspring-fida p, .white-bg .riverspring-star p, .white-bg .riverspring-home p {
  font-size: 1.6em;
}
@media only screen and (min-width: 600px) {
  .white-bg .riverspring-fida, .white-bg .riverspring-star, .white-bg .riverspring-home {
    float: left;
    width: 33%;
    height: 15em;
    /* 325px */
    font-size: 1.4em;
    padding: 1.25em 2.25em;
  }
  .white-bg .riverspring-fida p, .white-bg .riverspring-star p, .white-bg .riverspring-home p {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .white-bg .riverspring-fida, .white-bg .riverspring-star, .white-bg .riverspring-home {
    height: 18em;
    font-size: 1.8em;
    padding: 3.5em 4.5em;
  }
  .white-bg .riverspring-fida p, .white-bg .riverspring-star p, .white-bg .riverspring-home p {
    font-size: 1em;
  }
}
.white-bg .riverspring-fida h2.title, .white-bg .riverspring-star h2.title, .white-bg .riverspring-home h2.title {
  font-size: 1.8em;
  line-height: 1;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .5em;
}
.white-bg .riverspring-fida .img, .white-bg .riverspring-star .img, .white-bg .riverspring-home .img {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  display: block;
  width: 100%;
  transition: all .5s;
}
.white-bg .riverspring-fida .btn, .white-bg .riverspring-star .btn, .white-bg .riverspring-home .btn {
  opacity: 0;
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all .5s;
  white-space: nowrap;
}
.white-bg .riverspring-fida .btn a, .white-bg .riverspring-star .btn a, .white-bg .riverspring-home .btn a {
  padding: 1em;
  border-radius: .25em;
  text-decoration: none;
  font-size: 1.5em;
}
@media only screen and (min-width: 600px) {
  .white-bg .riverspring-fida .btn a, .white-bg .riverspring-star .btn a, .white-bg .riverspring-home .btn a {
    font-size: 1em;
  }
}
.white-bg .riverspring-fida:hover .img, .white-bg .riverspring-star:hover .img, .white-bg .riverspring-home:hover .img {
  opacity: 1;
}
.white-bg .riverspring-fida:hover .btn, .white-bg .riverspring-star:hover .btn, .white-bg .riverspring-home:hover .btn {
  opacity: 100;
  transform: translate(-50%, 0);
  bottom: 10%;
}

@media only screen and (min-width: 600px) {
  .riverspring-star {
    width: 34%;
  }
}

.white-bg .riverspring-home h2.title {
  color: #fff;
  padding-bottom: 0;
}
.white-bg .riverspring-home .img {
  margin-top: -50%;
}
@media only screen and (min-width: 600px) {
  .white-bg .riverspring-home .img {
    margin-top: 0;
  }
}

.white-bg .riverspring-star h2.title {
  color: #000;
  padding-bottom: 0;
}
.white-bg .riverspring-star .img {
  margin-top: -25%;
}
@media only screen and (min-width: 600px) {
  .white-bg .riverspring-star .img {
    margin-top: 0;
  }
}

.edit-link {
  font-size: 1.6em;
  padding: 1em 0;
  display: block;
}

.white-bg {
  padding: 5em 0;
}
.white-bg h1 {
  font-size: 3.6em;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1em;
  padding-bottom: 1em;
  color: #0066A4;
  line-height: 1.25;
  transition: 1s font-size;
}
@media only screen and (min-width: 600px) {
  .white-bg h1 {
    font-size: 4.6em;
  }
}
.white-bg h2 {
  font-size: 2.6em;
  padding-bottom: .5em;
  padding-top: 1em;
  color: #0066A4;
  line-height: 1.25;
  transition: 1s font-size;
}
@media only screen and (min-width: 600px) {
  .white-bg h2 {
    font-size: 3.6em;
  }
}
.white-bg p {
  font-size: 1.6em;
  margin-bottom: 1em;
  transition: 1s font-size;
}
@media only screen and (min-width: 600px) {
  .white-bg p {
    font-size: 2em;
  }
}
.white-bg p.updated {
  margin-top: 1em;
}
.white-bg ul, .white-bg ol {
  margin-bottom: 2em;
}
.white-bg ul {
  margin-left: 0;
}
.white-bg ul li {
  list-style: none;
  padding-left: 1.5em;
}
.white-bg ul li:after {
  content: ".";
  overflow: hidden;
  text-indent: 1000em;
  position: absolute;
  display: block;
  background: #0066A4;
  width: .5em;
  height: .5em;
  left: 0;
  top: .5em;
}
.white-bg ul li.blank-list:after {
  background: transparent;
}
.white-bg ul ul {
  margin-bottom: 1em;
  padding: 0;
}
.white-bg ul ul li {
  font-size: inherit;
  padding-left: 1em;
  transition: 1s font-size;
  position: relative;
}
.white-bg ul ul li:after {
  content: "";
  color: #EE3A43;
  position: absolute;
  left: .5em;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-indent: 0;
  background: transparent;
}
.white-bg ul ul ul {
  margin-bottom: 1em;
  padding: 0;
}
.white-bg ul ul ul li:after {
  content: ".";
  overflow: hidden;
  text-indent: 1000em;
  position: absolute;
  display: block;
  background: #0066A4;
  width: .5em;
  height: .5em;
  left: 0;
  top: .5em;
}
.white-bg li {
  font-size: 1.2em;
  position: relative;
  transition: 1s font-size;
}
@media only screen and (min-width: 600px) {
  .white-bg li {
    font-size: 1.6em;
  }
}
.white-bg a {
  color: #e2131e;
}

.contact-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3em;
  padding-bottom: 3em;
}

body {
  font-size: 10px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
}

.container {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
.container:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media only screen and (min-width: 800px) {
  .container {
    padding: 0 3%;
  }
}
@media only screen and (min-width: 1000px) {
  .container {
    padding: 0 1.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

/*Mobile portrait*/
/*Mobile landscape portrait*/
/*Small tablet portrait*/
/*between Ipad Portrait and Motorola Razor Landscape */
/*Tablet portrait*/
/*Tablet Landscape*/
/*Desktop*/

/*# sourceMappingURL=layout.css.map */
