/*
 * A partial implementation of the Ruby list functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/lists.rb
 */
/*
 * A partial implementation of the Ruby constants functions from Compass:
 * https://github.com/Compass/compass/blob/stable/lib/compass/sass_extensions/functions/constants.rb
 */
/*
 * A partial implementation of the Ruby display functions from Compass:
 * https://github.com/Compass/compass/blob/stable/core/lib/compass/core/sass_extensions/functions/display.rb
 */
/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100%; }

*:first-child + html .clearfix {
  zoom: 1; }

.clear {
  overflow: hidden; }

a {
  text-decoration: none;
  -webkit-transition: compact(compact(background-color 0.15s ease-in-out, color 0.15s ease-in-out, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(background-color 0.15s ease-in-out, color 0.15s ease-in-out, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(background-color 0.15s ease-in-out, color 0.15s ease-in-out, false, false, false, false, false, false, false, false) false false false);
  transition: compact(background-color 0.15s ease-in-out, color 0.15s ease-in-out, false, false, false, false, false, false, false, false); }

#nav {
  margin: 66px 0 0;
  float: right;
  text-align: right; }

#banner_secondary {
  position: relative; }

#subnav {
  background-color: #F3F2F2;
  position: relative;
  bottom: 0;
  width: 100%; }
  #subnav ul.main-navigation {
    width: 936px;
    margin: 0 auto;
    text-align: center;
    font-size: .9em;
    padding: 21px 0 11px; }
    #subnav ul.main-navigation li {
      margin: 0 15px 8px 0; }

ul.main-navigation {
  margin: 0; }
  ul.main-navigation li {
    margin: 0 15px 0 0;
    display: inline-block;
    list-style: none; }
    @media screen and (max-width: 768px) {
      ul.main-navigation li {
        margin: 0 4px 0 3px; } }
    ul.main-navigation li a {
      text-transform: uppercase; }
      ul.main-navigation li a:hover {
        text-decoration: none;
        color: #626262; }
      ul.main-navigation li a b {
        font-weight: 400; }

#nav-floor-map {
  width: 310px;
  margin: 40px auto; }
  #nav-floor-map ul {
    margin: 0; }
    #nav-floor-map ul li {
      display: inline-block; }
  #nav-floor-map a.floor-map-btn, #nav-floor-map a.floor-map-btn.active {
    width: auto;
    height: 28px;
    padding: 6px 10px;
    margin: 0 10px;
    display: inline-block;
    -webkit-border-radius: 3px/3px 3px 3px 3px;
    -moz-border-radius: 3px/3px 3px 3px 3px;
    -ms-border-radius: 3px/3px 3px 3px 3px;
    -o-border-radius: 3px/3px 3px 3px 3px;
    border-radius: 3px/3px 3px 3px 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #6daa95;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.125em; }
    #nav-floor-map a.floor-map-btn:hover, #nav-floor-map a.floor-map-btn.active:hover {
      text-decoration: none;
      background-color: #9dc6b8; }
  #nav-floor-map a.floor-map-btn.secondary {
    background-color: #9dc6b8; }
    #nav-floor-map a.floor-map-btn.secondary:hover {
      text-decoration: none;
      background-color: #6daa95; }

body {
  background-color: #171717;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #626262; }

#kanye {
  background-color: #fff; }

.container {
  width: 936px;
  margin: 0 auto;
  padding: 0;
  position: relative; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.no-svg #beam_me_up {
  background-image: url(../img/beam_me_up.png); }

#beam_me_up {
  outline: 0;
  width: 58px;
  height: 57px;
  display: none;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #eaeaea;
  background-image: url(../svg/beam_me_up.svg);
  background-size: 21px 13px;
  background-repeat: no-repeat;
  background-position: center 16px;
  position: fixed;
  bottom: 0;
  right: 5%;
  z-index: 1;
  -webkit-transition: compact(compact(height 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(height 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(height 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
  transition: compact(height 0.15s ease-in-out, false, false, false, false, false, false, false, false, false);
  cursor: pointer; }
  #beam_me_up:hover {
    height: 73px; }

.no-svg header a .logo {
  background-image: url(../img/logo.png); }

header {
  height: 134px;
  width: 100%;
  border-top: 26px solid #e4e4dd;
  text-align: center;
  z-index: 3;
  overflow: hidden;
  *zoom: 1;
  overflow: visible; }
  @media (max-width: 768px) {
    header {
      height: 106px; } }
  header .logo {
    margin: 0;
    position: absolute;
    left: 3%;
    top: 42px; }
    header .logo a {
      height: 103px;
      width: 172px;
      display: block;
      background-size: 100% 100%;
      background-image: url(../img/logo.png);
      background-image: none, url(../img/logo-06.svg); }
      @media (max-width: 768px) {
        header .logo a {
          width: 124px;
          height: 74px; } }
    header .logo .logo-title {
      display: none; }
  @media (min-width: 1025px) {
    header nav {
      float: right;
      margin-right: 3%; } }
  header nav ul {
    list-style: none;
    padding: 0;
    margin: 61px auto 0;
    vertical-align: top;
    line-height: auto;
    font-size: inherit; }
    header nav ul li {
      position: relative;
      display: inline-block;
      margin: 0 0.6875em 0;
      padding: 0 0 1em; }
      header nav ul li a {
        color: #6daa95;
        text-transform: uppercase; }
        header nav ul li a:hover {
          text-decoration: none;
          color: #ECAB4C; }
      header nav ul li b {
        font-weight: normal;
        font-size: 1em; }
      header nav ul li.children ul.secondary-navigation {
        visibility: hidden;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 180px;
        margin-top: 26px;
        background: #989898;
        position: absolute;
        left: 0;
        top: 12px;
        z-index: 10;
        text-align: center;
        -o-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transition: opacity 0.25s linear; }
        @media (max-width: 1200px) {
          header nav ul li.children ul.secondary-navigation {
            display: none;
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
            filter: alpha(opacity=100);
            top: 0; } }
        header nav ul li.children ul.secondary-navigation li {
          margin: 0;
          padding: 0 .6em;
          display: block;
          position: relative;
          z-index: 1; }
          @media (max-width: 1200px) {
            header nav ul li.children ul.secondary-navigation li {
              padding: 0; } }
          header nav ul li.children ul.secondary-navigation li.triangle {
            padding: 0;
            position: absolute;
            z-index: 1000;
            top: 0;
            width: 0;
            height: 0;
            left: 50%;
            margin-left: -10px;
            margin-top: -10px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 10px solid #989898; }
          header nav ul li.children ul.secondary-navigation li a {
            color: #fff;
            display: block;
            width: 100%;
            padding: 0.8em .5em;
            font-size: 0.875em;
            -o-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box; }
            header nav ul li.children ul.secondary-navigation li a:hover {
              background: #acacac; }
      header nav ul li.children:hover ul.secondary-navigation {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        filter: alpha(opacity=100); }
      header nav ul li.active a {
        color: #2a3145; }
      header nav ul li a.hover {
        color: #2a3145; }
  @media (min-width: 1121px) {
    header nav .dropdown-toggle {
      display: none; } }
  @media (max-width: 1120px) {
    header nav {
      display: none; }
      header nav.toggled, header nav.toggler {
        float: none;
        padding: 0;
        margin: 0;
        clear: both;
        position: relative;
        top: 49px;
        z-index: 10;
        background: #3D4865; } }
    @media (max-width: 1120px) and (max-width: 768px) {
      header nav.toggled, header nav.toggler {
        top: 31px; } }
  @media (max-width: 1120px) {
        header nav.toggled ul, header nav.toggler ul {
          float: none;
          text-align: center;
          padding: 0;
          margin: 0; }
          header nav.toggled ul li, header nav.toggler ul li {
            width: 100%;
            margin: 0;
            position: relative;
            padding: 0; }
            header nav.toggled ul li.children ul, header nav.toggler ul li.children ul {
              visibility: visible;
              position: relative;
              margin: 0;
              padding: 0;
              text-align: center;
              width: 100%;
              left: 0 !important; }
              header nav.toggled ul li.children ul li, header nav.toggler ul li.children ul li {
                margin: 0; }
                header nav.toggled ul li.children ul li.triangle, header nav.toggler ul li.children ul li.triangle {
                  display: none; }
                header nav.toggled ul li.children ul li a, header nav.toggler ul li.children ul li a {
                  background: #2e364c; }
                  header nav.toggled ul li.children ul li a:hover, header nav.toggler ul li.children ul li a:hover {
                    background: #333d55; }
            header nav.toggled ul li a, header nav.toggler ul li a {
              padding: 0.8em 0;
              display: block;
              color: #fff;
              background: #3D4865;
              cursor: pointer; }
              header nav.toggled ul li a:hover, header nav.toggler ul li a:hover {
                background: #333d55; }
              header nav.toggled ul li a.dropdown-toggle, header nav.toggler ul li a.dropdown-toggle {
                display: block;
                position: absolute;
                width: 3.125em;
                /* 50/16 */
                top: 0;
                right: 0;
                background: #2e364c; }
                header nav.toggled ul li a.dropdown-toggle:hover, header nav.toggler ul li a.dropdown-toggle:hover {
                  background: #333d55; } }
  header .menu-toggle {
    display: none;
    color: #6daa95;
    width: 2.5em;
    /* 40/16 */
    height: 1em;
    /* 40/16 */
    float: right;
    margin: 1.95em 0 0 0;
    position: relative;
    right: 3%;
    z-index: 10;
    padding: 13px 13px 13px 0px;
    font-size: 1.25em;
    /* 20/16 */
    cursor: pointer; }
    @media (max-width: 1120px) {
      header .menu-toggle {
        display: block; } }
    @media (max-width: 768px) {
      header .menu-toggle {
        margin: 1.45em 0 0 0; } }
  header .menu-toggle:hover {
    text-decoration: none;
    color: #2a3145; }
  header .menu-toggle span.icon-menu:after {
    content: "";
    position: relative;
    display: block;
    height: 0;
    left: 0.90625em;
    box-shadow: 0 0px 0 2px #3D4865, 0 11px 0 2px #3D4865, 0 22px 0 2px #3D4865;
    width: 1.5em;
    float: left; }
  header .menu-toggle span.icon-menu.hover:after {
    box-shadow: 0 0px 0 2px #3D4865, 10, 0 11px 0 2px #3D4865, 0 22px 0 2px #3D4865; }

#home_intro p {
  font-size: 1.5em; }

.toggle_question {
  margin: 5em auto 1em;
  text-align: center; }

#home_user_toggle {
  padding: 1em 0 6em;
  text-align: center; }
  #home_user_toggle .toggle_answer a {
    cursor: pointer;
    display: inline-block;
    padding: 1.1em 1.75em;
    border: 1px solid #626262;
    color: #fff;
    background-color: #727272; }
    @media (max-width: 600px) {
      #home_user_toggle .toggle_answer a {
        padding: .8em 1em; } }
    #home_user_toggle .toggle_answer a:hover {
      background: #417060;
      text-decoration: none; }
    #home_user_toggle .toggle_answer a.selected {
      background: #6daa95;
      cursor: default; }
  #home_user_toggle .toggle_answer .toggle_consumer {
    border-radius: 8px 0 0 8px; }
  #home_user_toggle .toggle_answer .toggle_builder {
    border-radius: 0 8px 8px 0;
    border-left: none; }

#banner_home {
  height: 634px;
  text-align: center; }
  #banner_home .vertically_center {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3%; }
    #banner_home .vertically_center h2 {
      margin: 0;
      display: inline-block;
      font-size: 2.25em;
      font-weight: 400;
      color: #fff; }

#banner_secondary {
  height: 250px;
  background: url(../img/banner-features.jpg) no-repeat center center;
  background-size: cover;
  text-align: center; }
  #banner_secondary .vertically_center {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3%; }
    #banner_secondary .vertically_center h2 {
      margin: 0;
      display: inline-block;
      font-size: 2.25em;
      font-weight: 400;
      color: #fff; }

#banner_secondary.single_post .date {
  color: #fff; }

.group .block.image {
  opacity: .75;
  -webkit-transition: opacity ease-in-out .15s;
  -moz-transition: opacity ease-in-out .15s;
  -o-transition: opacity ease-in-out .15s;
  transition: opacity ease-in-out .15s; }

.group:hover .block {
  opacity: 1; }

.block.floatleft {
  float: left; }

.block.reverse {
  float: right; }

.block.string {
  width: 468px;
  height: 281px; }

.block.image.full {
  width: 936px; }

.block {
  display: inline-block;
  background-color: #fffff8;
  color: #3D4865;
  text-align: left;
  vertical-align: top; }
  .block h3 {
    margin-left: 8.5%;
    margin-right: 8.5%;
    text-transform: uppercase;
    font-weight: 400; }
  .block p {
    margin-left: 8.5%;
    margin-right: 8.5%; }

.expander-lrg {
  width: 100%;
  margin-bottom: 80px;
  background-color: #fffff8;
  color: #3D4865;
  text-align: left;
  position: relative; }
  @media (max-width: 600px) {
    .expander-lrg {
      margin-bottom: 2em; } }
  .expander-lrg .feature_title_container {
    margin-top: 1.5em;
    margin-left: 4.25%;
    margin: 1.5em 4.25% 0;
    overflow: hidden; }
    @media (max-width: 600px) {
      .expander-lrg .feature_title_container {
        text-align: center; } }
    .expander-lrg .feature_title_container .feature-number {
      padding: 9px 0;
      width: 52px;
      font-size: 24px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      background-color: #6daa95;
      color: #fff;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -o-border-radius: 30px;
      border-radius: 30px; }
      @media (max-width: 600px) {
        .expander-lrg .feature_title_container .feature-number {
          padding: 4px 0;
          width: 41px;
          font-size: 24px; } }
  .expander-lrg h3 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 .25em;
    text-transform: uppercase;
    font-weight: 400; }
    @media (max-width: 600px) {
      .expander-lrg h3 {
        margin: .25em auto 0;
        font-size: 1.25em;
        display: block; } }
  .expander-lrg p {
    margin-left: 4.25%;
    margin-right: 4.25%; }
  .expander-lrg .top {
    overflow: hidden; }
    .expander-lrg .top h3 {
      color: #6daa95; }
  .expander-lrg .text {
    padding: 17px 0 50px; }

.expander-lrg.feature-block-lrg .feature_title_container .feature-number {
  background-color: #f18f0f; }
.expander-lrg.feature-block-lrg .top h3 {
  color: #ECAB4C; }

.feature-links a {
  cursor: pointer;
  display: inline-block;
  padding: .375em 1em;
  border: 1px solid;
  border-color: #E2E2DB;
  -webkit-transition: background-color ease-in-out .15s;
  -moz-transition: background-color ease-in-out .15s;
  -o-transition: background-color ease-in-out .15s;
  transition: background-color ease-in-out .15s; }
  @media (max-width: 600px) {
    .feature-links a {
      display: block;
      margin: .25em 0 0;
      padding: .375em .5em;
      font-size: 0.89em; } }
  .feature-links a:hover {
    background: #edede6;
    text-decoration: none; }
.feature-links .technical-details {
  border-radius: 8px 0 0 8px; }
  @media (max-width: 600px) {
    .feature-links .technical-details {
      border-radius: 8px; } }
.feature-links .floor-maps-link {
  border-radius: 0 8px 8px 0;
  border-left: none; }
  @media (max-width: 600px) {
    .feature-links .floor-maps-link {
      border-radius: 8px;
      border-left: 1px solid #E2E2DB; } }

#benefits {
  padding: 48px 0 100px;
  background-color: #e2e2db;
  overflow: hidden;
  text-align: center; }
  #benefits h2 {
    margin-bottom: 59px; }
  #benefits p {
    font-size: 1em; }

.content.feature_page {
  padding: 0; }

#features_main {
  padding: 0 0 100px;
  background-color: #e2e2db;
  overflow: hidden;
  text-align: center; }

.no-svg #optional_features .item.plus {
  background-image: url(../img/plus.png); }

.no-svg #optional_features .item.minus {
  background-image: url(../img/minus.png); }

#optional_features {
  padding: 36px 0 100px; }
  #optional_features .article {
    margin-bottom: 66px; }
    #optional_features .article h3 {
      text-align: center;
      text-transform: uppercase; }
    #optional_features .article p {
      text-align: center; }
  #optional_features .item.plus {
    background-image: url(../svg/plus.svg);
    background-size: 40px 40px;
    background-position: 20px 40px;
    background-repeat: no-repeat; }
    #optional_features .item.plus:hover {
      background-color: #f4f4ed; }
  #optional_features .item.minus {
    background-image: url(../svg/minus.svg);
    background-size: 40px 40px;
    background-position: 20px 40px;
    background-repeat: no-repeat;
    background-color: #f4f4ed; }
  #optional_features .item {
    width: 100%;
    padding: 8px 0 38px;
    border-bottom: 1px solid #d1d1cb;
    background-color: #e2e2db;
    color: #3D4865;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color ease-in-out .15s;
    -moz-transition: background-color ease-in-out .15s;
    -o-transition: background-color ease-in-out .15s;
    transition: background-color ease-in-out .15s; }
    #optional_features .item h3 {
      margin-left: 8.5%;
      margin-right: 8.5%;
      font-weight: 400; }
      @media (max-width: 600px) {
        #optional_features .item h3 {
          font-size: 1.25em; } }
    #optional_features .item p {
      margin-left: 8.5%;
      margin-right: 8.5%; }
    #optional_features .item .bottom {
      padding: 0 0 1.5em;
      color: #575755; }
    #optional_features .item .bottom.hidden {
      display: none; }

div#features {
  padding: 0 0 100px;
  background-color: #e2e2db;
  overflow: hidden;
  text-align: center; }
  div#features .feature-img-container {
    position: relative;
    z-index: 1; }
  div#features .marker-popup-container {
    display: none;
    position: absolute;
    z-index: 5;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -webkit-font-smoothing: subpixel-antialiased;
    /*-webkit-transform: translate3d(0,0,0);*/
    width: 50%; }
    @media screen and (max-width: 768px) {
      div#features .marker-popup-container {
        width: 75%; } }
    @media screen and (max-width: 420px) {
      div#features .marker-popup-container {
        width: 85%; } }
  div#features .marker-popup {
    background: #fffff8;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4); }
    @media screen and (max-width: 650px) {
      div#features .marker-popup {
        padding: 10px; } }
    div#features .marker-popup p {
      font-size: 1.1em;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 650px) {
        div#features .marker-popup p {
          margin: 10px;
          font-size: 0.9em; } }
  div#features .expander .marker-popup p {
    margin: 0; }
  div#features .close {
    color: #999;
    height: 16px;
    width: 16px;
    float: right; }
    div#features .close:hover {
      text-decoration: none; }
  div#features .marker-pulse {
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    background: url(../img/icon-info.png) no-repeat;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-animation-name: swing;
    animation-name: swing; }

.highlight {
  color: #f18f0f; }

#floor-maps {
  padding: 0 0 80px; }
  #floor-maps .download-btn {
    width: 180px;
    height: 28px;
    padding: 12px 0 6px;
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 3px/3px 3px 3px 3px;
    -moz-border-radius: 3px/3px 3px 3px 3px;
    -ms-border-radius: 3px/3px 3px 3px 3px;
    -o-border-radius: 3px/3px 3px 3px 3px;
    border-radius: 3px/3px 3px 3px 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #6daa95;
    color: #fff;
    text-align: center;
    font-size: 1.125em; }
    #floor-maps .download-btn:hover {
      text-decoration: none;
      background-color: #9dc6b8; }
  #floor-maps .floor-maps-container {
    width: 496px;
    margin: 0 auto;
    padding-bottom: 50px; }
    @media screen and (max-width: 560px) {
      #floor-maps .floor-maps-container {
        width: 430px; } }
    @media screen and (max-width: 480px) {
      #floor-maps .floor-maps-container {
        width: 380px; } }
    @media screen and (max-width: 420px) {
      #floor-maps .floor-maps-container {
        width: 300px; } }
    @media screen and (max-width: 320px) {
      #floor-maps .floor-maps-container {
        width: 280px; } }
  #floor-maps .floor-map-basement, #floor-maps .floor-map-main-floor {
    position: relative;
    height: 922px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center; }
    @media screen and (max-width: 560px) {
      #floor-maps .floor-map-basement, #floor-maps .floor-map-main-floor {
        height: 822px; } }
    @media screen and (max-width: 480px) {
      #floor-maps .floor-map-basement, #floor-maps .floor-map-main-floor {
        height: 722px; } }
    @media screen and (max-width: 420px) {
      #floor-maps .floor-map-basement, #floor-maps .floor-map-main-floor {
        height: 560px; } }
    @media screen and (max-width: 320px) {
      #floor-maps .floor-map-basement, #floor-maps .floor-map-main-floor {
        height: 522px; } }
    #floor-maps .floor-map-basement a.marker, #floor-maps .floor-map-main-floor a.marker {
      color: #fff;
      background-color: #6daa95;
      position: absolute;
      font-size: 28px;
      font-weight: bold;
      text-align: center;
      line-height: 62px;
      height: 60px;
      width: 60px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%; }
      #floor-maps .floor-map-basement a.marker:hover, #floor-maps .floor-map-main-floor a.marker:hover {
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        #floor-maps .floor-map-basement a.marker, #floor-maps .floor-map-main-floor a.marker {
          font-size: 18px;
          line-height: 32px;
          height: 30px;
          width: 30px; } }
    #floor-maps .floor-map-basement a.marker-1-3, #floor-maps .floor-map-main-floor a.marker-1-3 {
      background-color: #f18f0f; }
    #floor-maps .floor-map-basement .marker-pulse, #floor-maps .floor-map-main-floor .marker-pulse {
      border: 7px solid #f18f0f;
      background: transparent;
      -webkit-border-radius: 60px;
      -moz-border-radius: 60px;
      -ms-border-radius: 60px;
      -o-border-radius: 60px;
      border-radius: 60px;
      height: 60px;
      width: 60px;
      -webkit-animation: pulse 3s ease-out;
      -moz-animation: pulse 3s ease-out;
      animation: pulse 3s ease-out;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      position: absolute;
      z-index: -1;
      opacity: 0;
      margin: -7px 0 0 -7px; }
      @media screen and (max-width: 480px) {
        #floor-maps .floor-map-basement .marker-pulse, #floor-maps .floor-map-main-floor .marker-pulse {
          height: 30px;
          width: 30px; } }
    #floor-maps .floor-map-basement .marker-popup-container, #floor-maps .floor-map-main-floor .marker-popup-container {
      display: none;
      background: #fffff8;
      -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
      -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
      position: absolute;
      z-index: 3;
      width: 90%;
      left: 5%; }
      #floor-maps .floor-map-basement .marker-popup-container .marker-popup, #floor-maps .floor-map-main-floor .marker-popup-container .marker-popup {
        padding: 20px; }
        #floor-maps .floor-map-basement .marker-popup-container .marker-popup .close, #floor-maps .floor-map-main-floor .marker-popup-container .marker-popup .close {
          color: #999;
          height: 16px;
          width: 16px;
          float: right; }
          #floor-maps .floor-map-basement .marker-popup-container .marker-popup .close:hover, #floor-maps .floor-map-main-floor .marker-popup-container .marker-popup .close:hover {
            text-decoration: none; }
      #floor-maps .floor-map-basement .marker-popup-container h4, #floor-maps .floor-map-main-floor .marker-popup-container h4 {
        color: #3D4865;
        font-size: 24px;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 0; }
      #floor-maps .floor-map-basement .marker-popup-container p, #floor-maps .floor-map-main-floor .marker-popup-container p {
        margin-bottom: 1.5em; }
  #floor-maps .floor-map-main-floor {
    background-image: url(/public/img/floor-map-main-floor-labelled.png); }
    #floor-maps .floor-map-main-floor .marker-1, #floor-maps .floor-map-main-floor .marker-1-pulse {
      top: 76%;
      left: 31.6%; }
    #floor-maps .floor-map-main-floor .marker-1-popup {
      top: 84%; }
    #floor-maps .floor-map-main-floor .marker-2, #floor-maps .floor-map-main-floor .marker-2-pulse {
      top: 40%;
      left: 10%; }
    #floor-maps .floor-map-main-floor .marker-2-popup {
      top: 48%; }
    #floor-maps .floor-map-main-floor .marker-3, #floor-maps .floor-map-main-floor .marker-3-pulse {
      top: 25%;
      left: 69.5%; }
    #floor-maps .floor-map-main-floor .marker-3-popup {
      top: 33%; }
    #floor-maps .floor-map-main-floor .marker-4 {
      top: 61.5%;
      left: 85%; }
    #floor-maps .floor-map-main-floor .marker-4-popup {
      top: 69.5%; }
    #floor-maps .floor-map-main-floor .marker-5 {
      top: 20%;
      left: 51%; }
    #floor-maps .floor-map-main-floor .marker-5-popup {
      top: 28%; }
    #floor-maps .floor-map-main-floor .marker-6 {
      top: 40.5%;
      left: 48%; }
    #floor-maps .floor-map-main-floor .marker-6-popup {
      top: 48.5%; }
    #floor-maps .floor-map-main-floor .marker-7 {
      top: 8%;
      left: 72%; }
    #floor-maps .floor-map-main-floor .marker-7-popup {
      top: 16%; }
    #floor-maps .floor-map-main-floor .marker-8 {
      top: 35%;
      left: 75%; }
    #floor-maps .floor-map-main-floor .marker-8-popup {
      top: 43%; }
    #floor-maps .floor-map-main-floor .marker-9 {
      top: 60%;
      left: 65%; }
    #floor-maps .floor-map-main-floor .marker-9-popup {
      top: 68%; }
  #floor-maps .floor-map-basement {
    display: none;
    background-image: url(/public/img/floor-map-basement-floor-labelled.png); }
    #floor-maps .floor-map-basement .marker-9 {
      top: 51%;
      left: 78%; }
    #floor-maps .floor-map-basement .marker-9-popup {
      top: 59%; }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(0.2);
    opacity: 0.1; }
  25% {
    -moz-transform: scale(0.4);
    opacity: 0.2; }
  50% {
    -moz-transform: scale(0.6);
    opacity: 0.3; }
  75% {
    -moz-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -moz-transform: scale(1.5);
    opacity: 0.0; } }
@-webkit-keyframes "pulse" {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0.1; }
  25% {
    -webkit-transform: scale(0.4);
    opacity: 0.2; }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.3; }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5; }
  100% {
    -webkit-transform: scale(1.5);
    opacity: 0.0; } }
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.content {
  padding: 0 0 76px;
  overflow: hidden;
  text-align: center; }
  .content article.one {
    max-width: 936px; }
  .content article.two, .content article.three, .content article.four {
    max-width: 270px;
    margin-left: 16px;
    margin-right: 16px;
    display: inline-block;
    vertical-align: top; }
    .content article.two p, .content article.three p, .content article.four p {
      font-size: 1em; }
    .content article.two h3, .content article.three h3, .content article.four h3 {
      text-transform: uppercase; }
  .content article.five {
    margin: 115px auto 0;
    padding: 57px 0 0;
    background-color: #e2e2db; }
    .content article.five h2 {
      max-width: 936px; }
  .content article.six {
    margin: 0 auto;
    padding: 0 0 66px;
    background-color: #e2e2db;
    overflow: hidden; }
    .content article.six h3 {
      max-width: 936px;
      text-align: center;
      display: inline-block; }

.banner_footer {
  height: 746px;
  text-align: center; }
  .banner_footer .heading_container {
    width: 100%; }
    .banner_footer .heading_container h2 {
      margin: 0;
      display: inline-block;
      font-size: 2.25em;
      font-weight: 400;
      color: #fff; }
      @media (max-width: 768px) {
        .banner_footer .heading_container h2 {
          font-size: 1.375em; } }
  .banner_footer a.summon {
    display: inline-block;
    margin: 20px auto 0;
    padding: 14px 22px 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 1.5em;
    color: #fff;
    background-color: #6daa95;
    clear: both; }
    @media (max-width: 768px) {
      .banner_footer a.summon {
        font-size: 1em; } }
    .banner_footer a.summon:hover {
      text-decoration: none;
      background-color: #9dc6b8; }

#banner_footer_builder {
  display: none; }

footer.home .design_by {
  margin: 0; }
  footer.home .design_by a {
    text-decoration: none; }

.no-svg .design_by .pinterest {
  background-image: url(../img/icon-pinterest.png); }

.design_by {
  width: 100%;
  padding: 24px 0;
  background-color: #181818;
  text-align: center;
  overflow: hidden; }
  .design_by a.footer_menu {
    margin: 0 9px 0;
    display: inline-block;
    color: #424242;
    text-decoration: none;
    vertical-align: middle; }
    @media (max-width: 650px) {
      .design_by a.footer_menu {
        display: block;
        clear: both;
        float: left; } }
    .design_by a.footer_menu:hover {
      text-decoration: none;
      color: #fff; }
  .design_by .share_container {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 650px) {
      .design_by .share_container {
        display: block;
        clear: both;
        float: left; } }
    .design_by .share_container a.share {
      margin: 0 9px;
      display: inline-block;
      text-indent: -9000px;
      vertical-align: middle; }
      @media (max-width: 650px) {
        .design_by .share_container a.share {
          margin-bottom: 9px; } }
  .design_by .pinterest {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    background-image: url(../img/icon-pinterest.svg); }
  .design_by .facebook {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-image: url(../img/icon-facebook.svg); }
  .design_by .googleplus {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-image: url(../img/icon-googleplus.svg); }
  .design_by .houzz {
    width: 34px;
    height: 34px;
    background-size: 34px 34px;
    background-repeat: no-repeat;
    opacity: 0.3;
    background-image: url(../img/icon-houzz.svg); }

footer.home .design_by a {
  color: #676767; }

footer.home {
  text-align: left; }
  footer.home .articleimg {
    margin-top: 30px; }
  footer.home h3 {
    font-weight: 400;
    line-height: 1.5; }
  footer.home p {
    line-height: 1.5; }
  footer.home a {
    color: #C9C9C9;
    text-decoration: underline; }
    footer.home a:hover {
      color: #fff; }

footer {
  overflow: hidden;
  color: #C9C9C9;
  text-align: center;
  background-color: #313131; }
  footer h3 {
    font-weight: 400;
    line-height: 1.5; }
  footer p {
    line-height: 1.5; }

footer.call_to_action {
  padding: 29px 0 0;
  text-align: center; }
  footer.call_to_action h2 {
    margin: 2em 0 0;
    display: inline-block;
    font-size: 2.25em;
    font-weight: 400;
    color: #fff; }
  footer.call_to_action a.summon {
    height: 42px;
    max-width: 300px;
    display: block;
    margin: 20px auto 0;
    padding: 14px 22px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    font-size: 1.5em;
    color: #fff;
    background-color: #6daa95;
    clear: both; }
    footer.call_to_action a.summon:hover {
      text-decoration: none;
      background-color: #9dc6b8; }
  footer.call_to_action .design_by {
    margin: 110px 0 0; }

.gallery {
  position: relative;
  padding: 0 0 24px; }

.gallery p {
  width: 630px;
  margin: 0 auto;
  position: relative; }

.gallery h2 {
  display: block; }

.gallery h3 {
  text-align: center;
  font-weight: bold; }

.gallery .photo_row {
  width: 100%;
  text-align: center;
  margin: 0;
  line-height: 0;
  display: inline; }

.gallery .photo_row .photo {
  /*float: left;*/
  display: inline-block;
  margin-right: 5px;
  width: 200px;
  height: 200px; }

.gallery .photo_row .photo.last {
  margin-right: 0; }

.gallery .photo_row .photo a.enlarge {
  position: absolute;
  text-decoration: none;
  display: block;
  line-height: 0;
  padding: 20px;
  width: 180px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false false);
  transition: compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false); }

.gallery .photo_row .photo a.enlarge:hover {
  margin-top: -5px;
  background: #f1f1f1;
  display: block;
  line-height: 0;
  z-index: 20;
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false);
  -moz-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false false);
  -o-transition: compact(compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false) false false false);
  transition: compact(margin 0.2s ease-in, background-color 0.3s ease-in-out, color 0.3s ease-out, false, false, false, false, false, false, false); }

.gallery .photo_row .photo a.enlarge span.caption {
  line-height: 21px;
  display: none;
  padding: 20px 0 0 0 !important;
  margin: 0 auto !important;
  color: #333;
  font-size: 14px;
  width: auto;
  text-align: left;
  background: none; }

.gallery .photo_row .photo a.enlarge:hover span.caption {
  display: block; }

article {
  margin: 48px auto 0;
  position: relative;
  text-align: center;
  overflow: hidden; }
  article p {
    text-align: left;
    margin-left: 4.2%;
    margin-right: 4.2%; }
  article h2 {
    margin: 1.5em 4.2% 0;
    display: inline-block;
    text-align: center; }
  article h3 {
    margin: 1.5em 4.2% 0;
    text-align: left;
    color: #6daa95; }
  article h4 {
    margin: 1.5em 4.2% 0;
    text-align: left; }
  article ul, article ol {
    margin: 1.5em 4.2% 0;
    padding-left: 30px; }
  article li {
    text-align: left;
    margin-left: 18px; }
  article .caption {
    padding: 10px 4.2%;
    max-width: none;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-style: italic;
    font-size: 1em; }

article.article_centered {
  text-align: center; }
  article.article_centered .articleimg.centered {
    margin: 48px auto 1.5em;
    display: inline-block; }

article.article_right {
  max-width: 936px;
  text-align: left; }
  @media screen and (max-width: 800px) {
    article.article_right {
      max-width: none; } }
  article.article_right .articleimg.right {
    max-width: 468px;
    margin: 1.5em 0 1.5em 30px;
    float: right;
    text-align: center; }
    @media screen and (max-width: 800px) {
      article.article_right .articleimg.right {
        width: 100%;
        margin: 1.5em auto 0;
        float: none; } }
  article.article_right ul, article.article_right ol {
    padding-left: 30px; }
    @media screen and (max-width: 800px) {
      article.article_right ul, article.article_right ol {
        margin-left: 4.2%;
        margin-right: 4.2%; } }

article.article_left {
  text-align: left; }
  @media screen and (max-width: 800px) {
    article.article_left {
      max-width: none; } }
  article.article_left .articleimg.left {
    max-width: 468px;
    margin: 1.5em 30px 1.5em 4.2%;
    float: left;
    text-align: center; }
    @media screen and (max-width: 800px) {
      article.article_left .articleimg.left {
        width: 100%;
        margin: 1.5em auto 0;
        float: none; } }
  article.article_left h2 {
    margin: 1.5em 4.2% 0 0; }
  article.article_left ul, article.article_left ol {
    padding-left: 30px; }
    @media screen and (max-width: 800px) {
      article.article_left ul, article.article_left ol {
        margin-left: 4.2%;
        margin-right: 4.2%; } }

table {
  border: 1px solid #ccc;
  margin-top: 0.95em; }
  table td {
    padding: 1em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }

p {
  font-size: 1.125em;
  margin-top: 1.5em;
  line-height: 1.50; }

a {
  color: #6daa95; }
  a:hover {
    text-decoration: underline; }

ul, ol {
  margin-top: 1.5em;
  font-size: 1.125em; }

ol li {
  list-style-type: lower-alpha; }

blockquote {
  font-weight: 300;
  color: #3D4865; }
  blockquote p {
    font-size: 1.5em;
    margin-top: 0.7em; }

strong {
  font-weight: 700; }

h1 {
  margin-top: 1.5em;
  font-size: 2.25em;
  line-height: 1.15;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  text-align: center; }

h2 {
  margin-top: 1.5em;
  font-size: 1.5em;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 300; }

h3 {
  margin-top: 1.5em;
  font-size: 1.5em;
  font-weight: 400;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

h4 {
  margin-top: 1.5em;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700; }

.content-loader {
  position: fixed;
  background: #E4E4DD;
  opacity: 1.0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  display: none; }

.content-loader.loading {
  display: block; }

.tab_container ul {
  margin-left: 10%;
  margin-right: 10%; }

#message {
  text-align: center;
  font-size: 1.125em; }

#message.error {
  color: #ea5959; }

#message.success {
  color: #7fd34d; }

form .row {
  width: 701px;
  margin: 24px 12px 0;
  display: inline-block;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 800px) {
    form .row {
      width: 96%;
      margin: 24px 2% 0; } }
  form .row label {
    width: 94%;
    position: absolute;
    padding: 16px 3% 18px;
    display: block;
    margin: 0;
    font-size: 1.125em;
    cursor: text; }
    @media screen and (max-width: 420px) {
      form .row label {
        padding: 12px 3% 6px;
        font-size: 1.125em; } }
  form .row input.submit {
    width: 175px;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 3px/3px 3px 3px 3px;
    -moz-border-radius: 3px/3px 3px 3px 3px;
    -ms-border-radius: 3px/3px 3px 3px 3px;
    -o-border-radius: 3px/3px 3px 3px 3px;
    border-radius: 3px/3px 3px 3px 3px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #6daa95;
    color: #fff;
    font-size: 1.125em;
    font-weight: 300;
    text-align: center;
    -webkit-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false); }
    form .row input.submit:hover {
      text-decoration: none;
      background-color: #9dc6b8; }
  form .row input.text, form .row textarea, form .row select {
    background-color: #e2e2db;
    -webkit-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false);
    -moz-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    -o-transition: compact(compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false) false false false);
    transition: compact(background-color 0.15s ease-in-out, false, false, false, false, false, false, false, false, false); }
    form .row input.text:focus, form .row textarea:focus, form .row select:focus {
      background-color: #cbcbbf; }
  form .row input, form .row textarea, form .row select {
    width: 94%;
    padding: 19px 3% 18px;
    border: none;
    outline: none;
    font-size: 1.125em; }
    @media screen and (max-width: 420px) {
      form .row input, form .row textarea, form .row select {
        padding: 16px 3% 12px;
        font-size: 1.125em; } }
  form .row textarea {
    height: 295px;
    resize: none; }
  form .row select {
    width: 100%;
    padding: 19px 3% 18px;
    display: inline-block;
    border: none;
    border-radius: 0;
    outline: none;
    background-image: url(../img/featurearrow.png);
    background-image: url(../svg/featurearrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 21px 13px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #626262; }

.all_tags li.active {
  background: #f8f8f8; }
.all_tags a {
  outline: none; }

.tags {
  background-color: lightgray;
  display: inline-block;
  padding: 10px; }
  .tags li {
    display: inline-block;
    list-style: none;
    padding: 10px; }

.backto_blog {
  margin: 1em;
  display: block; }

.post {
  border: 1px solid #eee;
  box-sizing: border-box;
  margin: 20px 2% 0 0;
  overflow: hidden;
  width: 48%; }
  @media (max-width: 768px) {
    .post {
      width: 96%; } }
  .post .date {
    margin-top: 5px;
    font-size: 0.875em;
    text-transform: uppercase;
    color: #3D4865; }
  .post h2 {
    margin-top: 0;
    line-height: 29px; }
    .post h2 a {
      color: #3D4865; }
  .post p {
    margin-top: 1.46em;
    font-size: 1em;
    line-height: 21px; }

.info_container {
  width: 100%; }

.info {
  height: 100%;
  padding: 26px 10% 25px;
  width: 80%; }

.home_user_toggle {
  position: relative;
  margin: 1em auto 6em;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  width: 278px;
  background: #727272;
  border-radius: 12px;
  border: 1px solid #626262; }
  .home_user_toggle .switch {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    height: 3.5em;
    background: transparent;
    border-radius: 12px;
    transition: background 0.15s; }
  .home_user_toggle .switch-label {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    position: relative;
    z-index: 2;
    width: 8em;
    line-height: 3.5em;
    color: #fff;
    cursor: pointer; }
    .home_user_toggle .switch-label:hover ~ .switch-selection {
      background: #5da089; }
  .home_user_toggle .switch-label-on {
    padding-right: 0.5em; }
  .home_user_toggle .switch-label-off {
    padding-left: 0.5em; }
  .home_user_toggle .switch-input {
    display: none; }
    .home_user_toggle .switch-input:checked + .switch-label {
      transition: 0.15s ease-out; }
    .home_user_toggle .switch-input:checked + .switch-label-on ~ .switch-selection {
      left: 8.5em; }
  .home_user_toggle .switch-selection {
    display: block;
    position: absolute;
    z-index: 1;
    background: #6daa95;
    top: 0.3em;
    left: .3em;
    width: 8.4em;
    height: 2.7em;
    border-radius: 8px;
    border: 1px solid;
    border-color: #4b806e;
    transition: left 0.15s ease-out; }

.pagination {
  margin: 4.4em 0 0; }
  .pagination span {
    margin: 0 9px;
    display: inline-block;
    border: 1px solid;
    border-color: #6daa95;
    border-radius: 8px; }
    @media (max-width: 600px) {
      .pagination span {
        font-size: 0.89em;
        margin: 0 5px; } }
    .pagination span.current {
      padding: .375em 1em;
      border-color: #E2E2DB; }
      @media (max-width: 600px) {
        .pagination span.current {
          padding: .425em 1em; } }
    .pagination span a {
      padding: .375em 1em;
      cursor: pointer;
      -webkit-transition: background-color ease-in-out .15s;
      -moz-transition: background-color ease-in-out .15s;
      -o-transition: background-color ease-in-out .15s;
      transition: background-color ease-in-out .15s;
      display: inline-block;
      border-radius: 8px; }
      @media (max-width: 600px) {
        .pagination span a {
          padding: .425em 1em; } }
      .pagination span a:hover {
        background: #edede6;
        text-decoration: none; }
