/*
   --made in washington
*/
/*==========================================
  SETTINGS
 ==========================================*/
/* fonts */
/* colors */
/* html elements */
body {
  font-size: 75%;
  font-family: Roboto, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  line-height: 1.2; }

p {
  margin: 0 0 15px 0; }

.site-width {
  max-width: 1020px;
  margin: 0 auto; }

.margin-buffer {
  padding-left: 8%;
  padding-right: 8%; }
  .margin-buffer.large {
    padding-left: 8%;
    padding-right: 8%; }

.enclosure {
  background-color: #3aa7d8;
  padding: 30px 0; }
  @media all and (max-width: 730px) {
    .enclosure .br {
      display: block; } }

.cta {
  text-align: center;
  color: #fff;
  font-weight: 300;
  line-height: 1.6; }
  @media all and (max-width: 840px) {
    .cta {
      line-height: 1.5; } }
  .cta .appt {
    display: block;
    font-size: 1.9em;
    margin-bottom: 12px; }
    @media all and (max-width: 460px) {
      .cta .appt {
        font-size: 1.5em; } }
    @media all and (max-width: 360px) {
      .cta .appt .appt-time {
        font-size: .9em; } }
  .cta .address {
    display: block;
    font-size: 1.6em; }
    @media all and (max-width: 460px) {
      .cta .address {
        font-size: 1.1em;
        line-height: 1.5; } }

.valign {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.columns {
  overflow: auto; }
  .columns .column {
    float: left;
    box-sizing: border-box; }
    .columns .column:first-child {
      width: 60%;
      padding-right: 5%; }
    .columns .column:last-child {
      width: 40%; }
    @media all and (max-width: 840px) {
      .columns .column {
        float: none;
        width: 100% !important; } }

/*====================================
 Masthead
/*====================================*/
#masthead {
  background-color: #fff;
  border-bottom: 1px solid rgba(91, 91, 92, 0.5);
  /* contact blocks */
  /* navos contact block */ }
  @media all and (max-width: 840px) {
    #masthead {
      border-bottom: none; } }
  #masthead .contact-blocks {
    background-color: #3aa7d8;
    /*overflow: auto;*/
    letter-spacing: .06em;
    height: 49px; }
    @media all and (max-width: 840px) {
      #masthead .contact-blocks {
        height: 100px; } }
    @media all and (max-width: 460px) {
      #masthead .contact-blocks {
        height: auto;
        background-color: transparent; } }
  #masthead .block {
    float: left;
    box-sizing: border-box; }
    @media all and (max-width: 840px) {
      #masthead .block {
        float: none; } }
  #masthead .call-navos {
    background-color: #ffc212;
    /*width: 40%;*/
    padding: 11px 15px 12px 15px;
    color: #5a5b5b;
    font-weight: 300;
    max-width: 387px;
    height: 49px;
    overflow: hidden; }
    @media screen and (max-width: 840px) {
      #masthead .call-navos {
        float: none;
        width: 100%;
        display: block;
        max-width: none;
        padding-left: 8%;
        padding-right: 8%; } }
    #masthead .call-navos img {
      display: inline-block;
      vertical-align: bottom;
      width: 40px;
      margin-right: 10px; }
    #masthead .call-navos span {
      display: inline-block;
      vertical-align: bottom;
      font-size: 1.5em; }
    #masthead .call-navos a {
      color: #5a5b5b;
      text-decoration: none;
      font-weight: 400; }
  #masthead .crisis-hotline {
    text-transform: uppercase;
    /*width: 60%;*/
    padding: 16px 0 0 25px;
    color: #fff;
    font-size: 1.5em; }
    #masthead .crisis-hotline a {
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 840px) {
      #masthead .crisis-hotline {
        padding: 14px 8% 14px 8%;
        /*width: 100%;
        display: block;*/
        background-color: #3aa7d8;
        display: inline-block;
        width: auto;
        padding-right: 0; } }
    @media all and (max-width: 460px) {
      #masthead .crisis-hotline {
        background-color: #3aa7d8;
        width: 100%; } }
  #masthead .language {
    color: #fff;
    font-size: 1.4em;
    font-weight: 100;
    padding: 16px 0 0 5px;
    text-transform: uppercase;
    margin-left: 10px;
    position: relative;
    width: 100px; }
    #masthead .language ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #3aa7d8;
      padding-right: 8px;
      max-height: 49px;
      overflow: hidden;
      z-index: 100;
      -webkit-transition: max-height 0.5s ease-in-out;
      -moz-transition: max-height 0.5s ease-in-out;
      -ms-transition: max-height 0.5s ease-in-out;
      -o-transition: max-height 0.5s ease-in-out;
      transition: max-height 0.5s ease-in-out; }
      @media screen and (max-width: 460px) {
        #masthead .language ul {
          /*background-color: transparent;*/
          background-color: transparent;
          position: relative;
          display: block; } }
      #masthead .language ul li {
        height: 49px;
        line-height: 53px;
        vertical-align: top;
        /*text-align: center;*/
        width: 100px;
        cursor: pointer;
        margin-left: 10px; }
        #masthead .language ul li:first-child {
          background: transparent url(../images/Angle_down_font_awesome.png) 92% 24px no-repeat;
          background-size: 14px; }
        @media screen and (max-width: 840px) {
          #masthead .language ul li {
            line-height: 51px; } }
        @media screen and (max-width: 460px) {
          #masthead .language ul li {
            text-align: left;
            margin-left: 0; }
            #masthead .language ul li:first-child {
              background-image: url(../images/Angle_down_font_awesome_gray.png); }
            #masthead .language ul li a {
              color: #5a5b5b; } }
      #masthead .language ul:hover {
        max-height: 120px;
        -webkit-transition: max-height 0.5s ease-in-out;
        -moz-transition: max-height 0.5s ease-in-out;
        -ms-transition: max-height 0.5s ease-in-out;
        -o-transition: max-height 0.5s ease-in-out;
        transition: max-height 0.5s ease-in-out; }
    #masthead .language a {
      color: #fff;
      text-decoration: none; }
    @media screen and (max-width: 840px) {
      #masthead .language {
        /*padding: 0 8% 13px 8%;
        width: 100%;
        display: block;*/
        /*margin-top: -49px;*/
        display: inline-block;
        width: auto;
        margin-top: 0;
        vertical-align: top; } }
    @media screen and (max-width: 460px) {
      #masthead .language {
        display: inline-block;
        margin-left: 0;
        padding-left: 8%;
        padding-top: 0;
        color: #5a5b5b;
        /*background-color: $litegray;*/ } }
  #masthead .logo {
    padding: 18px 0 15px 0; }
  #masthead .logo img {
    width: 262px;
    height: auto;
    display: block; }
    @media screen and (max-width: 840px) {
      #masthead .logo img {
        margin-left: 8%; } }
  @media screen and (max-width: 840px) {
    #masthead .site-width {
      width: 100%;
      max-width: none; } }
  @media screen and (max-width: 767px) {
    #masthead .site-width .margin-buffer {
      padding: 0; } }
  #masthead .margin-buffer {
    padding-right: 1%; }
    @media screen and (max-width: 840px) {
      #masthead .margin-buffer {
        padding: 0; } }

/*====================================
 Content
/*====================================*/
#content {
  background-color: #fff; }

/*====================================
 Landing page slide show
/*====================================*/
.slideshow {
  color: #007698; }
  .slideshow h1 {
    color: #007698;
    font-size: 3.2em;
    line-height: 1.2em;
    margin-bottom: 20px; }
  .slideshow p {
    margin-top: 0; }
  .slideshow .column:first-child p {
    font-size: 2em;
    line-height: 1.44;
    font-weight: 300; }
  .slideshow .column:last-child ul {
    margin: 0;
    padding: 0; }
  .slideshow .column:last-child li {
    position: relative;
    list-style: none;
    padding-left: 24px;
    font-size: 1.4em;
    margin-bottom: 8px; }
  .slideshow .column:last-child li:before {
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #007698; }
  .slideshow .slide {
    text-align: center;
    /*background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 100%;*/ }
    .slideshow .slide.text-slide {
      padding: 20px 0;
      text-align: left; }
    .slideshow .slide img {
      width: 100%;
      /*display: inline-block;*/
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media all and (max-width: 840px) {
        .slideshow .slide img {
          position: static;
          top: 0;
          -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
          transform: translateY(0%); } }
    .slideshow .slide .mobile {
      display: none; }
    @media all and (max-width: 840px) {
      .slideshow .slide {
        height: auto !important;
        min-height: 300px; } }
  .slideshow #slide-001 {
    		/*background-image: url(../images/slide_001.png);
    
    		@media screen and(max-width: $breakpoint-1) {
    			background-image: url(../images/mobile_slide_001.png);
    			background-size: 100%;
    		}*/ }
  .slideshow #slide-002 {
    		/*background-image: url(../images/slide_002.png);
    
    		@media screen and(max-width: $breakpoint-1) {
    			background-image: url(../images/mobile_slide_002.png);
    			background-size: 100%;
    		}*/ }

/*====================================
 Footer
/*====================================*/
#footer {
  position: relative;
  background-color: #f0f0f0;
  overflow: auto;
  padding-top: 35px;
  padding-bottom: 70px; }
  #footer .block {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 900px) {
      #footer .block {
        float: none;
        width: 100% !important; } }
    #footer .block.navos {
      width: 39.5%; }
      @media screen and (max-width: 900px) {
        #footer .block.navos {
          text-align: center; } }
      #footer .block.navos img {
        height: auto;
        width: 90%;
        max-width: 268px; }
    #footer .block.social {
      width: 32.5%;
      text-align: center; }
      #footer .block.social a {
        display: inline-block;
        min-width: 16px;
        padding: 6px;
        color: #fff;
        background-color: #5b5b5b;
        text-align: center;
        margin: 0 2px; }
      @media screen and (max-width: 900px) {
        #footer .block.social {
          margin-top: 40px;
          margin-bottom: 40px; } }
    #footer .block.logos {
      width: 26.5%;
      text-align: right; }
      @media screen and (max-width: 900px) {
        #footer .block.logos {
          text-align: center;
          margin-bottom: 30px; } }
      #footer .block.logos img.united-way {
        display: block;
        width: 100%;
        max-width: 100px;
        margin: 0 auto 30px auto; }
      #footer .block.logos img.joint-commission {
        display: block;
        width: 100%;
        max-width: 175px;
        margin: 0 auto; }
  #footer .fa {
    color: #fff; }
  #footer .copyright {
    margin-top: 40px;
    color: #5a5b5b;
    font-size: .8em; }
    @media screen and (max-width: 900px) {
      #footer .copyright {
        margin-top: 0;
        padding-left: 5%;
        padding-right: 5%;
        text-align: center; } }

/*=====================================
 General Purpose
 ======================================*/
p.access {
  font-size: 2em;
  font-weight: 400;
  color: #007698; }
  p.access a {
    color: #007698;
    text-decoration: none; }

p.disclaimer {
  color: #5a5b5b;
  font-size: 1.3em;
  margin-bottom: 40px; }

/*=====================================
 Media Queries
 ======================================*/
/* */
@media all and (max-width: 840px) {
  .mobile {
    display: inline !important; }

  .desktop {
    display: none !important; } }

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