@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanssc.css);
/**
 * Use when you want to fade in an element with pure CSS. An example is a
 * navigation dropdown that fades in. Normally you'd do this:
 *
 * li {
 *   .dropdown {
 *     display: none;
 *   }
 *   &:hover .dropdown {
 *     display: block;
 *   }
 * }
 *
 * ... but if you toggle display like that, you can't do any CSS3
 * opacity fade ins.
 *
 * This mixin allows you to toggle visibility and fade-in at the same time.
 *
 * Usage:
 *
 * li {
 *   .dropdown {
 *     @include faded-out(0.4s, ease-in-out);
 *   }
 *   &:hover .dropdown {
 *     @include fade-in();
 *   }
 * }
 *
 * Or for the reverse:
 *
 * figure {
 *   .overlay {
 *     @include faded-in(0.4s, ease-in-out);
 *   }
 *   &:hover .overlay {
 *     @include fade-out();
 *   }
 * }
 *
 * You must use both mixins in tandem.
 *
 * @param $duration  length, in seconds, of the opacity transition
 * @param $easing    the easing to use
 * @param delay      the delay, in seconds
 */
/**
 * Sets the font-size for an element in rem (converted from px)
 * w/ a px fallback for browsers that don't support rems
 *
 * @param $font-size  a px value
 * @param $line-height  a px value
 * @param $letter-spacing  a px value
 */
/**
 * Converts a px value to rems
 *
 * @param $px-value  a px value
 */
/**
 * Converts px to ems, based on the global font size or the one specified
 *
 * @param $px-values  a px value or list of px values (eg. 0 10px 0 12px)
 * @param $font-size  a baseline font-size to use for the calculations, if none is supplied the global value is used
 */
/* FLEXBOX */
/* FLEXBOX COLUMN */
/* FLEXBOX ROW */
/* FLEXBOX WRAP */
/* FLEXBOX COLUMN WRAP */
/*  */
/* IF YOU WANT A FLEX ITEM TO STICK TO TOP, CENTER OR BOTTOM */
/* CENTER CHILD CONTENT */
.local-tasks a {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

/*!
 * Polyfill CSS object-fit
 * http://helloanselm.com/object-fit
 *
 * @author: Anselm Hannemann <hello@anselm-hannemann.com>
 * @author: Christian "Schepp" Schaefer <schaepp@gmx.de>
 * @version: 0.3.4
 *
 */
x-object-fit {
  position: relative !important;
  display: inline-block !important; }

x-object-fit > .x-object-fit-taller, x-object-fit > .x-object-fit-wider {
  position: absolute !important;
  left: -100% !important;
  right: -100% !important;
  top: -100% !important;
  bottom: -100% !important;
  margin: auto !important; }

.x-object-fit-none > .x-object-fit-taller, .x-object-fit-none > .x-object-fit-wider {
  width: auto !important;
  height: auto !important; }

.x-object-fit-fill > .x-object-fit-taller, .x-object-fit-fill > .x-object-fit-wider {
  width: 100% !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-taller {
  width: auto !important;
  height: 100% !important; }

.x-object-fit-contain > .x-object-fit-wider {
  width: 100% !important;
  height: auto !important; }

.x-object-fit-cover > .x-object-fit-taller, .x-object-fit-cover > .x-object-fit-wider {
  max-width: none !important;
  max-height: none !important; }

.x-object-fit-cover > .x-object-fit-taller {
  width: 100% !important;
  height: auto !important;
  max-width: none !important; }

.x-object-fit-cover > .x-object-fit-wider {
  width: auto !important;
  height: 100% !important;
  max-width: none !important; }

.x-object-position-top > .x-object-fit-taller, .x-object-position-top > .x-object-fit-wider {
  top: 0 !important;
  bottom: auto !important; }

.x-object-position-right > .x-object-fit-taller, .x-object-position-right > .x-object-fit-wider {
  left: auto !important;
  right: 0 !important; }

.x-object-position-bottom > .x-object-fit-taller, .x-object-position-bottom > .x-object-fit-wider {
  top: auto !important;
  bottom: 0 !important; }

.x-object-position-left > .x-object-fit-taller, .x-object-position-left > .x-object-fit-wider {
  left: 0 !important;
  right: auto !important; }

@-ms-viewport {
  width: device-width; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1023px;
  padding-left: 15px !important;
  padding-right: 15px !important; }

@media (min-width: 768px) {
  .container {
    /*width: 722px;*/
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media (min-width: 1024px) {
  .container {
    /*width: 942px;*/
    padding-left: 60px !important;
    padding-right: 60px !important; } }

@media (min-width: 1200px) {
  .container {
    /*width: 1142px;*/
    padding-left: 1px !important;
    padding-right: 1px !important; } }

.container-full-width {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1024px) {
  .container-full-width {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

.row {
  margin-left: -1px;
  margin-right: -1px; }

.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23, .col-xs-24, .col-sm-24, .col-md-24, .col-lg-24, .col-xs-25, .col-sm-25, .col-md-25, .col-lg-25, .col-xs-26, .col-sm-26, .col-md-26, .col-lg-26, .col-xs-27, .col-sm-27, .col-md-27, .col-lg-27, .col-xs-28, .col-sm-28, .col-md-28, .col-lg-28, .col-xs-29, .col-sm-29, .col-md-29, .col-lg-29, .col-xs-30, .col-sm-30, .col-md-30, .col-lg-30, .col-xs-31, .col-sm-31, .col-md-31, .col-lg-31, .col-xs-32, .col-sm-32, .col-md-32, .col-lg-32, .col-xs-33, .col-sm-33, .col-md-33, .col-lg-33, .col-xs-34, .col-sm-34, .col-md-34, .col-lg-34, .col-xs-35, .col-sm-35, .col-md-35, .col-lg-35, .col-xs-36, .col-sm-36, .col-md-36, .col-lg-36, .col-xs-37, .col-sm-37, .col-md-37, .col-lg-37, .col-xs-38, .col-sm-38, .col-md-38, .col-lg-38, .col-xs-39, .col-sm-39, .col-md-39, .col-lg-39, .col-xs-40, .col-sm-40, .col-md-40, .col-lg-40, .col-xs-41, .col-sm-41, .col-md-41, .col-lg-41, .col-xs-42, .col-sm-42, .col-md-42, .col-lg-42, .col-xs-43, .col-sm-43, .col-md-43, .col-lg-43, .col-xs-44, .col-sm-44, .col-md-44, .col-lg-44, .col-xs-45, .col-sm-45, .col-md-45, .col-lg-45, .col-xs-46, .col-sm-46, .col-md-46, .col-lg-46, .col-xs-47, .col-sm-47, .col-md-47, .col-lg-47, .col-xs-48, .col-sm-48, .col-md-48, .col-lg-48, .col-xs-49, .col-sm-49, .col-md-49, .col-lg-49, .col-xs-50, .col-sm-50, .col-md-50, .col-lg-50, .col-xs-51, .col-sm-51, .col-md-51, .col-lg-51, .col-xs-52, .col-sm-52, .col-md-52, .col-lg-52, .col-xs-53, .col-sm-53, .col-md-53, .col-lg-53, .col-xs-54, .col-sm-54, .col-md-54, .col-lg-54, .col-xs-55, .col-sm-55, .col-md-55, .col-lg-55, .col-xs-56, .col-sm-56, .col-md-56, .col-lg-56, .col-xs-57, .col-sm-57, .col-md-57, .col-lg-57, .col-xs-58, .col-sm-58, .col-md-58, .col-lg-58, .col-xs-59, .col-sm-59, .col-md-59, .col-lg-59, .col-xs-60, .col-sm-60, .col-md-60, .col-lg-60, .col-xs-61, .col-sm-61, .col-md-61, .col-lg-61, .col-xs-62, .col-sm-62, .col-md-62, .col-lg-62, .col-xs-63, .col-sm-63, .col-md-63, .col-lg-63, .col-xs-64, .col-sm-64, .col-md-64, .col-lg-64, .col-xs-65, .col-sm-65, .col-md-65, .col-lg-65, .col-xs-66, .col-sm-66, .col-md-66, .col-lg-66, .col-xs-67, .col-sm-67, .col-md-67, .col-lg-67, .col-xs-68, .col-sm-68, .col-md-68, .col-lg-68, .col-xs-69, .col-sm-69, .col-md-69, .col-lg-69, .col-xs-70, .col-sm-70, .col-md-70, .col-lg-70, .col-xs-71, .col-sm-71, .col-md-71, .col-lg-71, .col-xs-72, .col-sm-72, .col-md-72, .col-lg-72, .col-xs-73, .col-sm-73, .col-md-73, .col-lg-73, .col-xs-74, .col-sm-74, .col-md-74, .col-lg-74, .col-xs-75, .col-sm-75, .col-md-75, .col-lg-75, .col-xs-76, .col-sm-76, .col-md-76, .col-lg-76, .col-xs-77, .col-sm-77, .col-md-77, .col-lg-77, .col-xs-78, .col-sm-78, .col-md-78, .col-lg-78, .col-xs-79, .col-sm-79, .col-md-79, .col-lg-79, .col-xs-80, .col-sm-80, .col-md-80, .col-lg-80, .col-xs-81, .col-sm-81, .col-md-81, .col-lg-81, .col-xs-82, .col-sm-82, .col-md-82, .col-lg-82, .col-xs-83, .col-sm-83, .col-md-83, .col-lg-83, .col-xs-84, .col-sm-84, .col-md-84, .col-lg-84, .col-xs-85, .col-sm-85, .col-md-85, .col-lg-85, .col-xs-86, .col-sm-86, .col-md-86, .col-lg-86, .col-xs-87, .col-sm-87, .col-md-87, .col-lg-87, .col-xs-88, .col-sm-88, .col-md-88, .col-lg-88, .col-xs-89, .col-sm-89, .col-md-89, .col-lg-89, .col-xs-90, .col-sm-90, .col-md-90, .col-lg-90, .col-xs-91, .col-sm-91, .col-md-91, .col-lg-91, .col-xs-92, .col-sm-92, .col-md-92, .col-lg-92, .col-xs-93, .col-sm-93, .col-md-93, .col-lg-93, .col-xs-94, .col-sm-94, .col-md-94, .col-lg-94, .col-xs-95, .col-sm-95, .col-md-95, .col-lg-95, .col-xs-96, .col-sm-96, .col-md-96, .col-lg-96, .col-xs-97, .col-sm-97, .col-md-97, .col-lg-97, .col-xs-98, .col-sm-98, .col-md-98, .col-lg-98, .col-xs-99, .col-sm-99, .col-md-99, .col-lg-99, .col-xs-100, .col-sm-100, .col-md-100, .col-lg-100 {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px; }

.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23, .col-xs-24, .col-xs-25, .col-xs-26, .col-xs-27, .col-xs-28, .col-xs-29, .col-xs-30, .col-xs-31, .col-xs-32, .col-xs-33, .col-xs-34, .col-xs-35, .col-xs-36, .col-xs-37, .col-xs-38, .col-xs-39, .col-xs-40, .col-xs-41, .col-xs-42, .col-xs-43, .col-xs-44, .col-xs-45, .col-xs-46, .col-xs-47, .col-xs-48, .col-xs-49, .col-xs-50, .col-xs-51, .col-xs-52, .col-xs-53, .col-xs-54, .col-xs-55, .col-xs-56, .col-xs-57, .col-xs-58, .col-xs-59, .col-xs-60, .col-xs-61, .col-xs-62, .col-xs-63, .col-xs-64, .col-xs-65, .col-xs-66, .col-xs-67, .col-xs-68, .col-xs-69, .col-xs-70, .col-xs-71, .col-xs-72, .col-xs-73, .col-xs-74, .col-xs-75, .col-xs-76, .col-xs-77, .col-xs-78, .col-xs-79, .col-xs-80, .col-xs-81, .col-xs-82, .col-xs-83, .col-xs-84, .col-xs-85, .col-xs-86, .col-xs-87, .col-xs-88, .col-xs-89, .col-xs-90, .col-xs-91, .col-xs-92, .col-xs-93, .col-xs-94, .col-xs-95, .col-xs-96, .col-xs-97, .col-xs-98, .col-xs-99, .col-xs-100 {
  float: left; }

.col-xs-100 {
  width: 100%; }

.col-xs-99 {
  width: 99%; }

.col-xs-98 {
  width: 98%; }

.col-xs-97 {
  width: 97%; }

.col-xs-96 {
  width: 96%; }

.col-xs-95 {
  width: 95%; }

.col-xs-94 {
  width: 94%; }

.col-xs-93 {
  width: 93%; }

.col-xs-92 {
  width: 92%; }

.col-xs-91 {
  width: 91%; }

.col-xs-90 {
  width: 90%; }

.col-xs-89 {
  width: 89%; }

.col-xs-88 {
  width: 88%; }

.col-xs-87 {
  width: 87%; }

.col-xs-86 {
  width: 86%; }

.col-xs-85 {
  width: 85%; }

.col-xs-84 {
  width: 84%; }

.col-xs-83 {
  width: 83%; }

.col-xs-82 {
  width: 82%; }

.col-xs-81 {
  width: 81%; }

.col-xs-80 {
  width: 80%; }

.col-xs-79 {
  width: 79%; }

.col-xs-78 {
  width: 78%; }

.col-xs-77 {
  width: 77%; }

.col-xs-76 {
  width: 76%; }

.col-xs-75 {
  width: 75%; }

.col-xs-74 {
  width: 74%; }

.col-xs-73 {
  width: 73%; }

.col-xs-72 {
  width: 72%; }

.col-xs-71 {
  width: 71%; }

.col-xs-70 {
  width: 70%; }

.col-xs-69 {
  width: 69%; }

.col-xs-68 {
  width: 68%; }

.col-xs-67 {
  width: 67%; }

.col-xs-66 {
  width: 66%; }

.col-xs-65 {
  width: 65%; }

.col-xs-64 {
  width: 64%; }

.col-xs-63 {
  width: 63%; }

.col-xs-62 {
  width: 62%; }

.col-xs-61 {
  width: 61%; }

.col-xs-60 {
  width: 60%; }

.col-xs-59 {
  width: 59%; }

.col-xs-58 {
  width: 58%; }

.col-xs-57 {
  width: 57%; }

.col-xs-56 {
  width: 56%; }

.col-xs-55 {
  width: 55%; }

.col-xs-54 {
  width: 54%; }

.col-xs-53 {
  width: 53%; }

.col-xs-52 {
  width: 52%; }

.col-xs-51 {
  width: 51%; }

.col-xs-50 {
  width: 50%; }

.col-xs-49 {
  width: 49%; }

.col-xs-48 {
  width: 48%; }

.col-xs-47 {
  width: 47%; }

.col-xs-46 {
  width: 46%; }

.col-xs-45 {
  width: 45%; }

.col-xs-44 {
  width: 44%; }

.col-xs-43 {
  width: 43%; }

.col-xs-42 {
  width: 42%; }

.col-xs-41 {
  width: 41%; }

.col-xs-40 {
  width: 40%; }

.col-xs-39 {
  width: 39%; }

.col-xs-38 {
  width: 38%; }

.col-xs-37 {
  width: 37%; }

.col-xs-36 {
  width: 36%; }

.col-xs-35 {
  width: 35%; }

.col-xs-34 {
  width: 34%; }

.col-xs-33 {
  width: 33%; }

.col-xs-32 {
  width: 32%; }

.col-xs-31 {
  width: 31%; }

.col-xs-30 {
  width: 30%; }

.col-xs-29 {
  width: 29%; }

.col-xs-28 {
  width: 28%; }

.col-xs-27 {
  width: 27%; }

.col-xs-26 {
  width: 26%; }

.col-xs-25 {
  width: 25%; }

.col-xs-24 {
  width: 24%; }

.col-xs-23 {
  width: 23%; }

.col-xs-22 {
  width: 22%; }

.col-xs-21 {
  width: 21%; }

.col-xs-20 {
  width: 20%; }

.col-xs-19 {
  width: 19%; }

.col-xs-18 {
  width: 18%; }

.col-xs-17 {
  width: 17%; }

.col-xs-16 {
  width: 16%; }

.col-xs-15 {
  width: 15%; }

.col-xs-14 {
  width: 14%; }

.col-xs-13 {
  width: 13%; }

.col-xs-12 {
  width: 12%; }

.col-xs-11 {
  width: 11%; }

.col-xs-10 {
  width: 10%; }

.col-xs-9 {
  width: 9%; }

.col-xs-8 {
  width: 8%; }

.col-xs-7 {
  width: 7%; }

.col-xs-6 {
  width: 6%; }

.col-xs-5 {
  width: 5%; }

.col-xs-4 {
  width: 4%; }

.col-xs-3 {
  width: 3%; }

.col-xs-2 {
  width: 2%; }

.col-xs-1 {
  width: 1%; }

.col-xs-pull-100 {
  right: 100%; }

.col-xs-pull-99 {
  right: 99%; }

.col-xs-pull-98 {
  right: 98%; }

.col-xs-pull-97 {
  right: 97%; }

.col-xs-pull-96 {
  right: 96%; }

.col-xs-pull-95 {
  right: 95%; }

.col-xs-pull-94 {
  right: 94%; }

.col-xs-pull-93 {
  right: 93%; }

.col-xs-pull-92 {
  right: 92%; }

.col-xs-pull-91 {
  right: 91%; }

.col-xs-pull-90 {
  right: 90%; }

.col-xs-pull-89 {
  right: 89%; }

.col-xs-pull-88 {
  right: 88%; }

.col-xs-pull-87 {
  right: 87%; }

.col-xs-pull-86 {
  right: 86%; }

.col-xs-pull-85 {
  right: 85%; }

.col-xs-pull-84 {
  right: 84%; }

.col-xs-pull-83 {
  right: 83%; }

.col-xs-pull-82 {
  right: 82%; }

.col-xs-pull-81 {
  right: 81%; }

.col-xs-pull-80 {
  right: 80%; }

.col-xs-pull-79 {
  right: 79%; }

.col-xs-pull-78 {
  right: 78%; }

.col-xs-pull-77 {
  right: 77%; }

.col-xs-pull-76 {
  right: 76%; }

.col-xs-pull-75 {
  right: 75%; }

.col-xs-pull-74 {
  right: 74%; }

.col-xs-pull-73 {
  right: 73%; }

.col-xs-pull-72 {
  right: 72%; }

.col-xs-pull-71 {
  right: 71%; }

.col-xs-pull-70 {
  right: 70%; }

.col-xs-pull-69 {
  right: 69%; }

.col-xs-pull-68 {
  right: 68%; }

.col-xs-pull-67 {
  right: 67%; }

.col-xs-pull-66 {
  right: 66%; }

.col-xs-pull-65 {
  right: 65%; }

.col-xs-pull-64 {
  right: 64%; }

.col-xs-pull-63 {
  right: 63%; }

.col-xs-pull-62 {
  right: 62%; }

.col-xs-pull-61 {
  right: 61%; }

.col-xs-pull-60 {
  right: 60%; }

.col-xs-pull-59 {
  right: 59%; }

.col-xs-pull-58 {
  right: 58%; }

.col-xs-pull-57 {
  right: 57%; }

.col-xs-pull-56 {
  right: 56%; }

.col-xs-pull-55 {
  right: 55%; }

.col-xs-pull-54 {
  right: 54%; }

.col-xs-pull-53 {
  right: 53%; }

.col-xs-pull-52 {
  right: 52%; }

.col-xs-pull-51 {
  right: 51%; }

.col-xs-pull-50 {
  right: 50%; }

.col-xs-pull-49 {
  right: 49%; }

.col-xs-pull-48 {
  right: 48%; }

.col-xs-pull-47 {
  right: 47%; }

.col-xs-pull-46 {
  right: 46%; }

.col-xs-pull-45 {
  right: 45%; }

.col-xs-pull-44 {
  right: 44%; }

.col-xs-pull-43 {
  right: 43%; }

.col-xs-pull-42 {
  right: 42%; }

.col-xs-pull-41 {
  right: 41%; }

.col-xs-pull-40 {
  right: 40%; }

.col-xs-pull-39 {
  right: 39%; }

.col-xs-pull-38 {
  right: 38%; }

.col-xs-pull-37 {
  right: 37%; }

.col-xs-pull-36 {
  right: 36%; }

.col-xs-pull-35 {
  right: 35%; }

.col-xs-pull-34 {
  right: 34%; }

.col-xs-pull-33 {
  right: 33%; }

.col-xs-pull-32 {
  right: 32%; }

.col-xs-pull-31 {
  right: 31%; }

.col-xs-pull-30 {
  right: 30%; }

.col-xs-pull-29 {
  right: 29%; }

.col-xs-pull-28 {
  right: 28%; }

.col-xs-pull-27 {
  right: 27%; }

.col-xs-pull-26 {
  right: 26%; }

.col-xs-pull-25 {
  right: 25%; }

.col-xs-pull-24 {
  right: 24%; }

.col-xs-pull-23 {
  right: 23%; }

.col-xs-pull-22 {
  right: 22%; }

.col-xs-pull-21 {
  right: 21%; }

.col-xs-pull-20 {
  right: 20%; }

.col-xs-pull-19 {
  right: 19%; }

.col-xs-pull-18 {
  right: 18%; }

.col-xs-pull-17 {
  right: 17%; }

.col-xs-pull-16 {
  right: 16%; }

.col-xs-pull-15 {
  right: 15%; }

.col-xs-pull-14 {
  right: 14%; }

.col-xs-pull-13 {
  right: 13%; }

.col-xs-pull-12 {
  right: 12%; }

.col-xs-pull-11 {
  right: 11%; }

.col-xs-pull-10 {
  right: 10%; }

.col-xs-pull-9 {
  right: 9%; }

.col-xs-pull-8 {
  right: 8%; }

.col-xs-pull-7 {
  right: 7%; }

.col-xs-pull-6 {
  right: 6%; }

.col-xs-pull-5 {
  right: 5%; }

.col-xs-pull-4 {
  right: 4%; }

.col-xs-pull-3 {
  right: 3%; }

.col-xs-pull-2 {
  right: 2%; }

.col-xs-pull-1 {
  right: 1%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-100 {
  left: 100%; }

.col-xs-push-99 {
  left: 99%; }

.col-xs-push-98 {
  left: 98%; }

.col-xs-push-97 {
  left: 97%; }

.col-xs-push-96 {
  left: 96%; }

.col-xs-push-95 {
  left: 95%; }

.col-xs-push-94 {
  left: 94%; }

.col-xs-push-93 {
  left: 93%; }

.col-xs-push-92 {
  left: 92%; }

.col-xs-push-91 {
  left: 91%; }

.col-xs-push-90 {
  left: 90%; }

.col-xs-push-89 {
  left: 89%; }

.col-xs-push-88 {
  left: 88%; }

.col-xs-push-87 {
  left: 87%; }

.col-xs-push-86 {
  left: 86%; }

.col-xs-push-85 {
  left: 85%; }

.col-xs-push-84 {
  left: 84%; }

.col-xs-push-83 {
  left: 83%; }

.col-xs-push-82 {
  left: 82%; }

.col-xs-push-81 {
  left: 81%; }

.col-xs-push-80 {
  left: 80%; }

.col-xs-push-79 {
  left: 79%; }

.col-xs-push-78 {
  left: 78%; }

.col-xs-push-77 {
  left: 77%; }

.col-xs-push-76 {
  left: 76%; }

.col-xs-push-75 {
  left: 75%; }

.col-xs-push-74 {
  left: 74%; }

.col-xs-push-73 {
  left: 73%; }

.col-xs-push-72 {
  left: 72%; }

.col-xs-push-71 {
  left: 71%; }

.col-xs-push-70 {
  left: 70%; }

.col-xs-push-69 {
  left: 69%; }

.col-xs-push-68 {
  left: 68%; }

.col-xs-push-67 {
  left: 67%; }

.col-xs-push-66 {
  left: 66%; }

.col-xs-push-65 {
  left: 65%; }

.col-xs-push-64 {
  left: 64%; }

.col-xs-push-63 {
  left: 63%; }

.col-xs-push-62 {
  left: 62%; }

.col-xs-push-61 {
  left: 61%; }

.col-xs-push-60 {
  left: 60%; }

.col-xs-push-59 {
  left: 59%; }

.col-xs-push-58 {
  left: 58%; }

.col-xs-push-57 {
  left: 57%; }

.col-xs-push-56 {
  left: 56%; }

.col-xs-push-55 {
  left: 55%; }

.col-xs-push-54 {
  left: 54%; }

.col-xs-push-53 {
  left: 53%; }

.col-xs-push-52 {
  left: 52%; }

.col-xs-push-51 {
  left: 51%; }

.col-xs-push-50 {
  left: 50%; }

.col-xs-push-49 {
  left: 49%; }

.col-xs-push-48 {
  left: 48%; }

.col-xs-push-47 {
  left: 47%; }

.col-xs-push-46 {
  left: 46%; }

.col-xs-push-45 {
  left: 45%; }

.col-xs-push-44 {
  left: 44%; }

.col-xs-push-43 {
  left: 43%; }

.col-xs-push-42 {
  left: 42%; }

.col-xs-push-41 {
  left: 41%; }

.col-xs-push-40 {
  left: 40%; }

.col-xs-push-39 {
  left: 39%; }

.col-xs-push-38 {
  left: 38%; }

.col-xs-push-37 {
  left: 37%; }

.col-xs-push-36 {
  left: 36%; }

.col-xs-push-35 {
  left: 35%; }

.col-xs-push-34 {
  left: 34%; }

.col-xs-push-33 {
  left: 33%; }

.col-xs-push-32 {
  left: 32%; }

.col-xs-push-31 {
  left: 31%; }

.col-xs-push-30 {
  left: 30%; }

.col-xs-push-29 {
  left: 29%; }

.col-xs-push-28 {
  left: 28%; }

.col-xs-push-27 {
  left: 27%; }

.col-xs-push-26 {
  left: 26%; }

.col-xs-push-25 {
  left: 25%; }

.col-xs-push-24 {
  left: 24%; }

.col-xs-push-23 {
  left: 23%; }

.col-xs-push-22 {
  left: 22%; }

.col-xs-push-21 {
  left: 21%; }

.col-xs-push-20 {
  left: 20%; }

.col-xs-push-19 {
  left: 19%; }

.col-xs-push-18 {
  left: 18%; }

.col-xs-push-17 {
  left: 17%; }

.col-xs-push-16 {
  left: 16%; }

.col-xs-push-15 {
  left: 15%; }

.col-xs-push-14 {
  left: 14%; }

.col-xs-push-13 {
  left: 13%; }

.col-xs-push-12 {
  left: 12%; }

.col-xs-push-11 {
  left: 11%; }

.col-xs-push-10 {
  left: 10%; }

.col-xs-push-9 {
  left: 9%; }

.col-xs-push-8 {
  left: 8%; }

.col-xs-push-7 {
  left: 7%; }

.col-xs-push-6 {
  left: 6%; }

.col-xs-push-5 {
  left: 5%; }

.col-xs-push-4 {
  left: 4%; }

.col-xs-push-3 {
  left: 3%; }

.col-xs-push-2 {
  left: 2%; }

.col-xs-push-1 {
  left: 1%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-100 {
  margin-left: 100%; }

.col-xs-offset-99 {
  margin-left: 99%; }

.col-xs-offset-98 {
  margin-left: 98%; }

.col-xs-offset-97 {
  margin-left: 97%; }

.col-xs-offset-96 {
  margin-left: 96%; }

.col-xs-offset-95 {
  margin-left: 95%; }

.col-xs-offset-94 {
  margin-left: 94%; }

.col-xs-offset-93 {
  margin-left: 93%; }

.col-xs-offset-92 {
  margin-left: 92%; }

.col-xs-offset-91 {
  margin-left: 91%; }

.col-xs-offset-90 {
  margin-left: 90%; }

.col-xs-offset-89 {
  margin-left: 89%; }

.col-xs-offset-88 {
  margin-left: 88%; }

.col-xs-offset-87 {
  margin-left: 87%; }

.col-xs-offset-86 {
  margin-left: 86%; }

.col-xs-offset-85 {
  margin-left: 85%; }

.col-xs-offset-84 {
  margin-left: 84%; }

.col-xs-offset-83 {
  margin-left: 83%; }

.col-xs-offset-82 {
  margin-left: 82%; }

.col-xs-offset-81 {
  margin-left: 81%; }

.col-xs-offset-80 {
  margin-left: 80%; }

.col-xs-offset-79 {
  margin-left: 79%; }

.col-xs-offset-78 {
  margin-left: 78%; }

.col-xs-offset-77 {
  margin-left: 77%; }

.col-xs-offset-76 {
  margin-left: 76%; }

.col-xs-offset-75 {
  margin-left: 75%; }

.col-xs-offset-74 {
  margin-left: 74%; }

.col-xs-offset-73 {
  margin-left: 73%; }

.col-xs-offset-72 {
  margin-left: 72%; }

.col-xs-offset-71 {
  margin-left: 71%; }

.col-xs-offset-70 {
  margin-left: 70%; }

.col-xs-offset-69 {
  margin-left: 69%; }

.col-xs-offset-68 {
  margin-left: 68%; }

.col-xs-offset-67 {
  margin-left: 67%; }

.col-xs-offset-66 {
  margin-left: 66%; }

.col-xs-offset-65 {
  margin-left: 65%; }

.col-xs-offset-64 {
  margin-left: 64%; }

.col-xs-offset-63 {
  margin-left: 63%; }

.col-xs-offset-62 {
  margin-left: 62%; }

.col-xs-offset-61 {
  margin-left: 61%; }

.col-xs-offset-60 {
  margin-left: 60%; }

.col-xs-offset-59 {
  margin-left: 59%; }

.col-xs-offset-58 {
  margin-left: 58%; }

.col-xs-offset-57 {
  margin-left: 57%; }

.col-xs-offset-56 {
  margin-left: 56%; }

.col-xs-offset-55 {
  margin-left: 55%; }

.col-xs-offset-54 {
  margin-left: 54%; }

.col-xs-offset-53 {
  margin-left: 53%; }

.col-xs-offset-52 {
  margin-left: 52%; }

.col-xs-offset-51 {
  margin-left: 51%; }

.col-xs-offset-50 {
  margin-left: 50%; }

.col-xs-offset-49 {
  margin-left: 49%; }

.col-xs-offset-48 {
  margin-left: 48%; }

.col-xs-offset-47 {
  margin-left: 47%; }

.col-xs-offset-46 {
  margin-left: 46%; }

.col-xs-offset-45 {
  margin-left: 45%; }

.col-xs-offset-44 {
  margin-left: 44%; }

.col-xs-offset-43 {
  margin-left: 43%; }

.col-xs-offset-42 {
  margin-left: 42%; }

.col-xs-offset-41 {
  margin-left: 41%; }

.col-xs-offset-40 {
  margin-left: 40%; }

.col-xs-offset-39 {
  margin-left: 39%; }

.col-xs-offset-38 {
  margin-left: 38%; }

.col-xs-offset-37 {
  margin-left: 37%; }

.col-xs-offset-36 {
  margin-left: 36%; }

.col-xs-offset-35 {
  margin-left: 35%; }

.col-xs-offset-34 {
  margin-left: 34%; }

.col-xs-offset-33 {
  margin-left: 33%; }

.col-xs-offset-32 {
  margin-left: 32%; }

.col-xs-offset-31 {
  margin-left: 31%; }

.col-xs-offset-30 {
  margin-left: 30%; }

.col-xs-offset-29 {
  margin-left: 29%; }

.col-xs-offset-28 {
  margin-left: 28%; }

.col-xs-offset-27 {
  margin-left: 27%; }

.col-xs-offset-26 {
  margin-left: 26%; }

.col-xs-offset-25 {
  margin-left: 25%; }

.col-xs-offset-24 {
  margin-left: 24%; }

.col-xs-offset-23 {
  margin-left: 23%; }

.col-xs-offset-22 {
  margin-left: 22%; }

.col-xs-offset-21 {
  margin-left: 21%; }

.col-xs-offset-20 {
  margin-left: 20%; }

.col-xs-offset-19 {
  margin-left: 19%; }

.col-xs-offset-18 {
  margin-left: 18%; }

.col-xs-offset-17 {
  margin-left: 17%; }

.col-xs-offset-16 {
  margin-left: 16%; }

.col-xs-offset-15 {
  margin-left: 15%; }

.col-xs-offset-14 {
  margin-left: 14%; }

.col-xs-offset-13 {
  margin-left: 13%; }

.col-xs-offset-12 {
  margin-left: 12%; }

.col-xs-offset-11 {
  margin-left: 11%; }

.col-xs-offset-10 {
  margin-left: 10%; }

.col-xs-offset-9 {
  margin-left: 9%; }

.col-xs-offset-8 {
  margin-left: 8%; }

.col-xs-offset-7 {
  margin-left: 7%; }

.col-xs-offset-6 {
  margin-left: 6%; }

.col-xs-offset-5 {
  margin-left: 5%; }

.col-xs-offset-4 {
  margin-left: 4%; }

.col-xs-offset-3 {
  margin-left: 3%; }

.col-xs-offset-2 {
  margin-left: 2%; }

.col-xs-offset-1 {
  margin-left: 1%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23, .col-sm-24, .col-sm-25, .col-sm-26, .col-sm-27, .col-sm-28, .col-sm-29, .col-sm-30, .col-sm-31, .col-sm-32, .col-sm-33, .col-sm-34, .col-sm-35, .col-sm-36, .col-sm-37, .col-sm-38, .col-sm-39, .col-sm-40, .col-sm-41, .col-sm-42, .col-sm-43, .col-sm-44, .col-sm-45, .col-sm-46, .col-sm-47, .col-sm-48, .col-sm-49, .col-sm-50, .col-sm-51, .col-sm-52, .col-sm-53, .col-sm-54, .col-sm-55, .col-sm-56, .col-sm-57, .col-sm-58, .col-sm-59, .col-sm-60, .col-sm-61, .col-sm-62, .col-sm-63, .col-sm-64, .col-sm-65, .col-sm-66, .col-sm-67, .col-sm-68, .col-sm-69, .col-sm-70, .col-sm-71, .col-sm-72, .col-sm-73, .col-sm-74, .col-sm-75, .col-sm-76, .col-sm-77, .col-sm-78, .col-sm-79, .col-sm-80, .col-sm-81, .col-sm-82, .col-sm-83, .col-sm-84, .col-sm-85, .col-sm-86, .col-sm-87, .col-sm-88, .col-sm-89, .col-sm-90, .col-sm-91, .col-sm-92, .col-sm-93, .col-sm-94, .col-sm-95, .col-sm-96, .col-sm-97, .col-sm-98, .col-sm-99, .col-sm-100 {
    float: left; }
  .col-sm-100 {
    width: 100%; }
  .col-sm-99 {
    width: 99%; }
  .col-sm-98 {
    width: 98%; }
  .col-sm-97 {
    width: 97%; }
  .col-sm-96 {
    width: 96%; }
  .col-sm-95 {
    width: 95%; }
  .col-sm-94 {
    width: 94%; }
  .col-sm-93 {
    width: 93%; }
  .col-sm-92 {
    width: 92%; }
  .col-sm-91 {
    width: 91%; }
  .col-sm-90 {
    width: 90%; }
  .col-sm-89 {
    width: 89%; }
  .col-sm-88 {
    width: 88%; }
  .col-sm-87 {
    width: 87%; }
  .col-sm-86 {
    width: 86%; }
  .col-sm-85 {
    width: 85%; }
  .col-sm-84 {
    width: 84%; }
  .col-sm-83 {
    width: 83%; }
  .col-sm-82 {
    width: 82%; }
  .col-sm-81 {
    width: 81%; }
  .col-sm-80 {
    width: 80%; }
  .col-sm-79 {
    width: 79%; }
  .col-sm-78 {
    width: 78%; }
  .col-sm-77 {
    width: 77%; }
  .col-sm-76 {
    width: 76%; }
  .col-sm-75 {
    width: 75%; }
  .col-sm-74 {
    width: 74%; }
  .col-sm-73 {
    width: 73%; }
  .col-sm-72 {
    width: 72%; }
  .col-sm-71 {
    width: 71%; }
  .col-sm-70 {
    width: 70%; }
  .col-sm-69 {
    width: 69%; }
  .col-sm-68 {
    width: 68%; }
  .col-sm-67 {
    width: 67%; }
  .col-sm-66 {
    width: 66%; }
  .col-sm-65 {
    width: 65%; }
  .col-sm-64 {
    width: 64%; }
  .col-sm-63 {
    width: 63%; }
  .col-sm-62 {
    width: 62%; }
  .col-sm-61 {
    width: 61%; }
  .col-sm-60 {
    width: 60%; }
  .col-sm-59 {
    width: 59%; }
  .col-sm-58 {
    width: 58%; }
  .col-sm-57 {
    width: 57%; }
  .col-sm-56 {
    width: 56%; }
  .col-sm-55 {
    width: 55%; }
  .col-sm-54 {
    width: 54%; }
  .col-sm-53 {
    width: 53%; }
  .col-sm-52 {
    width: 52%; }
  .col-sm-51 {
    width: 51%; }
  .col-sm-50 {
    width: 50%; }
  .col-sm-49 {
    width: 49%; }
  .col-sm-48 {
    width: 48%; }
  .col-sm-47 {
    width: 47%; }
  .col-sm-46 {
    width: 46%; }
  .col-sm-45 {
    width: 45%; }
  .col-sm-44 {
    width: 44%; }
  .col-sm-43 {
    width: 43%; }
  .col-sm-42 {
    width: 42%; }
  .col-sm-41 {
    width: 41%; }
  .col-sm-40 {
    width: 40%; }
  .col-sm-39 {
    width: 39%; }
  .col-sm-38 {
    width: 38%; }
  .col-sm-37 {
    width: 37%; }
  .col-sm-36 {
    width: 36%; }
  .col-sm-35 {
    width: 35%; }
  .col-sm-34 {
    width: 34%; }
  .col-sm-33 {
    width: 33%; }
  .col-sm-32 {
    width: 32%; }
  .col-sm-31 {
    width: 31%; }
  .col-sm-30 {
    width: 30%; }
  .col-sm-29 {
    width: 29%; }
  .col-sm-28 {
    width: 28%; }
  .col-sm-27 {
    width: 27%; }
  .col-sm-26 {
    width: 26%; }
  .col-sm-25 {
    width: 25%; }
  .col-sm-24 {
    width: 24%; }
  .col-sm-23 {
    width: 23%; }
  .col-sm-22 {
    width: 22%; }
  .col-sm-21 {
    width: 21%; }
  .col-sm-20 {
    width: 20%; }
  .col-sm-19 {
    width: 19%; }
  .col-sm-18 {
    width: 18%; }
  .col-sm-17 {
    width: 17%; }
  .col-sm-16 {
    width: 16%; }
  .col-sm-15 {
    width: 15%; }
  .col-sm-14 {
    width: 14%; }
  .col-sm-13 {
    width: 13%; }
  .col-sm-12 {
    width: 12%; }
  .col-sm-11 {
    width: 11%; }
  .col-sm-10 {
    width: 10%; }
  .col-sm-9 {
    width: 9%; }
  .col-sm-8 {
    width: 8%; }
  .col-sm-7 {
    width: 7%; }
  .col-sm-6 {
    width: 6%; }
  .col-sm-5 {
    width: 5%; }
  .col-sm-4 {
    width: 4%; }
  .col-sm-3 {
    width: 3%; }
  .col-sm-2 {
    width: 2%; }
  .col-sm-1 {
    width: 1%; }
  .col-sm-pull-100 {
    right: 100%; }
  .col-sm-pull-99 {
    right: 99%; }
  .col-sm-pull-98 {
    right: 98%; }
  .col-sm-pull-97 {
    right: 97%; }
  .col-sm-pull-96 {
    right: 96%; }
  .col-sm-pull-95 {
    right: 95%; }
  .col-sm-pull-94 {
    right: 94%; }
  .col-sm-pull-93 {
    right: 93%; }
  .col-sm-pull-92 {
    right: 92%; }
  .col-sm-pull-91 {
    right: 91%; }
  .col-sm-pull-90 {
    right: 90%; }
  .col-sm-pull-89 {
    right: 89%; }
  .col-sm-pull-88 {
    right: 88%; }
  .col-sm-pull-87 {
    right: 87%; }
  .col-sm-pull-86 {
    right: 86%; }
  .col-sm-pull-85 {
    right: 85%; }
  .col-sm-pull-84 {
    right: 84%; }
  .col-sm-pull-83 {
    right: 83%; }
  .col-sm-pull-82 {
    right: 82%; }
  .col-sm-pull-81 {
    right: 81%; }
  .col-sm-pull-80 {
    right: 80%; }
  .col-sm-pull-79 {
    right: 79%; }
  .col-sm-pull-78 {
    right: 78%; }
  .col-sm-pull-77 {
    right: 77%; }
  .col-sm-pull-76 {
    right: 76%; }
  .col-sm-pull-75 {
    right: 75%; }
  .col-sm-pull-74 {
    right: 74%; }
  .col-sm-pull-73 {
    right: 73%; }
  .col-sm-pull-72 {
    right: 72%; }
  .col-sm-pull-71 {
    right: 71%; }
  .col-sm-pull-70 {
    right: 70%; }
  .col-sm-pull-69 {
    right: 69%; }
  .col-sm-pull-68 {
    right: 68%; }
  .col-sm-pull-67 {
    right: 67%; }
  .col-sm-pull-66 {
    right: 66%; }
  .col-sm-pull-65 {
    right: 65%; }
  .col-sm-pull-64 {
    right: 64%; }
  .col-sm-pull-63 {
    right: 63%; }
  .col-sm-pull-62 {
    right: 62%; }
  .col-sm-pull-61 {
    right: 61%; }
  .col-sm-pull-60 {
    right: 60%; }
  .col-sm-pull-59 {
    right: 59%; }
  .col-sm-pull-58 {
    right: 58%; }
  .col-sm-pull-57 {
    right: 57%; }
  .col-sm-pull-56 {
    right: 56%; }
  .col-sm-pull-55 {
    right: 55%; }
  .col-sm-pull-54 {
    right: 54%; }
  .col-sm-pull-53 {
    right: 53%; }
  .col-sm-pull-52 {
    right: 52%; }
  .col-sm-pull-51 {
    right: 51%; }
  .col-sm-pull-50 {
    right: 50%; }
  .col-sm-pull-49 {
    right: 49%; }
  .col-sm-pull-48 {
    right: 48%; }
  .col-sm-pull-47 {
    right: 47%; }
  .col-sm-pull-46 {
    right: 46%; }
  .col-sm-pull-45 {
    right: 45%; }
  .col-sm-pull-44 {
    right: 44%; }
  .col-sm-pull-43 {
    right: 43%; }
  .col-sm-pull-42 {
    right: 42%; }
  .col-sm-pull-41 {
    right: 41%; }
  .col-sm-pull-40 {
    right: 40%; }
  .col-sm-pull-39 {
    right: 39%; }
  .col-sm-pull-38 {
    right: 38%; }
  .col-sm-pull-37 {
    right: 37%; }
  .col-sm-pull-36 {
    right: 36%; }
  .col-sm-pull-35 {
    right: 35%; }
  .col-sm-pull-34 {
    right: 34%; }
  .col-sm-pull-33 {
    right: 33%; }
  .col-sm-pull-32 {
    right: 32%; }
  .col-sm-pull-31 {
    right: 31%; }
  .col-sm-pull-30 {
    right: 30%; }
  .col-sm-pull-29 {
    right: 29%; }
  .col-sm-pull-28 {
    right: 28%; }
  .col-sm-pull-27 {
    right: 27%; }
  .col-sm-pull-26 {
    right: 26%; }
  .col-sm-pull-25 {
    right: 25%; }
  .col-sm-pull-24 {
    right: 24%; }
  .col-sm-pull-23 {
    right: 23%; }
  .col-sm-pull-22 {
    right: 22%; }
  .col-sm-pull-21 {
    right: 21%; }
  .col-sm-pull-20 {
    right: 20%; }
  .col-sm-pull-19 {
    right: 19%; }
  .col-sm-pull-18 {
    right: 18%; }
  .col-sm-pull-17 {
    right: 17%; }
  .col-sm-pull-16 {
    right: 16%; }
  .col-sm-pull-15 {
    right: 15%; }
  .col-sm-pull-14 {
    right: 14%; }
  .col-sm-pull-13 {
    right: 13%; }
  .col-sm-pull-12 {
    right: 12%; }
  .col-sm-pull-11 {
    right: 11%; }
  .col-sm-pull-10 {
    right: 10%; }
  .col-sm-pull-9 {
    right: 9%; }
  .col-sm-pull-8 {
    right: 8%; }
  .col-sm-pull-7 {
    right: 7%; }
  .col-sm-pull-6 {
    right: 6%; }
  .col-sm-pull-5 {
    right: 5%; }
  .col-sm-pull-4 {
    right: 4%; }
  .col-sm-pull-3 {
    right: 3%; }
  .col-sm-pull-2 {
    right: 2%; }
  .col-sm-pull-1 {
    right: 1%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-100 {
    left: 100%; }
  .col-sm-push-99 {
    left: 99%; }
  .col-sm-push-98 {
    left: 98%; }
  .col-sm-push-97 {
    left: 97%; }
  .col-sm-push-96 {
    left: 96%; }
  .col-sm-push-95 {
    left: 95%; }
  .col-sm-push-94 {
    left: 94%; }
  .col-sm-push-93 {
    left: 93%; }
  .col-sm-push-92 {
    left: 92%; }
  .col-sm-push-91 {
    left: 91%; }
  .col-sm-push-90 {
    left: 90%; }
  .col-sm-push-89 {
    left: 89%; }
  .col-sm-push-88 {
    left: 88%; }
  .col-sm-push-87 {
    left: 87%; }
  .col-sm-push-86 {
    left: 86%; }
  .col-sm-push-85 {
    left: 85%; }
  .col-sm-push-84 {
    left: 84%; }
  .col-sm-push-83 {
    left: 83%; }
  .col-sm-push-82 {
    left: 82%; }
  .col-sm-push-81 {
    left: 81%; }
  .col-sm-push-80 {
    left: 80%; }
  .col-sm-push-79 {
    left: 79%; }
  .col-sm-push-78 {
    left: 78%; }
  .col-sm-push-77 {
    left: 77%; }
  .col-sm-push-76 {
    left: 76%; }
  .col-sm-push-75 {
    left: 75%; }
  .col-sm-push-74 {
    left: 74%; }
  .col-sm-push-73 {
    left: 73%; }
  .col-sm-push-72 {
    left: 72%; }
  .col-sm-push-71 {
    left: 71%; }
  .col-sm-push-70 {
    left: 70%; }
  .col-sm-push-69 {
    left: 69%; }
  .col-sm-push-68 {
    left: 68%; }
  .col-sm-push-67 {
    left: 67%; }
  .col-sm-push-66 {
    left: 66%; }
  .col-sm-push-65 {
    left: 65%; }
  .col-sm-push-64 {
    left: 64%; }
  .col-sm-push-63 {
    left: 63%; }
  .col-sm-push-62 {
    left: 62%; }
  .col-sm-push-61 {
    left: 61%; }
  .col-sm-push-60 {
    left: 60%; }
  .col-sm-push-59 {
    left: 59%; }
  .col-sm-push-58 {
    left: 58%; }
  .col-sm-push-57 {
    left: 57%; }
  .col-sm-push-56 {
    left: 56%; }
  .col-sm-push-55 {
    left: 55%; }
  .col-sm-push-54 {
    left: 54%; }
  .col-sm-push-53 {
    left: 53%; }
  .col-sm-push-52 {
    left: 52%; }
  .col-sm-push-51 {
    left: 51%; }
  .col-sm-push-50 {
    left: 50%; }
  .col-sm-push-49 {
    left: 49%; }
  .col-sm-push-48 {
    left: 48%; }
  .col-sm-push-47 {
    left: 47%; }
  .col-sm-push-46 {
    left: 46%; }
  .col-sm-push-45 {
    left: 45%; }
  .col-sm-push-44 {
    left: 44%; }
  .col-sm-push-43 {
    left: 43%; }
  .col-sm-push-42 {
    left: 42%; }
  .col-sm-push-41 {
    left: 41%; }
  .col-sm-push-40 {
    left: 40%; }
  .col-sm-push-39 {
    left: 39%; }
  .col-sm-push-38 {
    left: 38%; }
  .col-sm-push-37 {
    left: 37%; }
  .col-sm-push-36 {
    left: 36%; }
  .col-sm-push-35 {
    left: 35%; }
  .col-sm-push-34 {
    left: 34%; }
  .col-sm-push-33 {
    left: 33%; }
  .col-sm-push-32 {
    left: 32%; }
  .col-sm-push-31 {
    left: 31%; }
  .col-sm-push-30 {
    left: 30%; }
  .col-sm-push-29 {
    left: 29%; }
  .col-sm-push-28 {
    left: 28%; }
  .col-sm-push-27 {
    left: 27%; }
  .col-sm-push-26 {
    left: 26%; }
  .col-sm-push-25 {
    left: 25%; }
  .col-sm-push-24 {
    left: 24%; }
  .col-sm-push-23 {
    left: 23%; }
  .col-sm-push-22 {
    left: 22%; }
  .col-sm-push-21 {
    left: 21%; }
  .col-sm-push-20 {
    left: 20%; }
  .col-sm-push-19 {
    left: 19%; }
  .col-sm-push-18 {
    left: 18%; }
  .col-sm-push-17 {
    left: 17%; }
  .col-sm-push-16 {
    left: 16%; }
  .col-sm-push-15 {
    left: 15%; }
  .col-sm-push-14 {
    left: 14%; }
  .col-sm-push-13 {
    left: 13%; }
  .col-sm-push-12 {
    left: 12%; }
  .col-sm-push-11 {
    left: 11%; }
  .col-sm-push-10 {
    left: 10%; }
  .col-sm-push-9 {
    left: 9%; }
  .col-sm-push-8 {
    left: 8%; }
  .col-sm-push-7 {
    left: 7%; }
  .col-sm-push-6 {
    left: 6%; }
  .col-sm-push-5 {
    left: 5%; }
  .col-sm-push-4 {
    left: 4%; }
  .col-sm-push-3 {
    left: 3%; }
  .col-sm-push-2 {
    left: 2%; }
  .col-sm-push-1 {
    left: 1%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-100 {
    margin-left: 100%; }
  .col-sm-offset-99 {
    margin-left: 99%; }
  .col-sm-offset-98 {
    margin-left: 98%; }
  .col-sm-offset-97 {
    margin-left: 97%; }
  .col-sm-offset-96 {
    margin-left: 96%; }
  .col-sm-offset-95 {
    margin-left: 95%; }
  .col-sm-offset-94 {
    margin-left: 94%; }
  .col-sm-offset-93 {
    margin-left: 93%; }
  .col-sm-offset-92 {
    margin-left: 92%; }
  .col-sm-offset-91 {
    margin-left: 91%; }
  .col-sm-offset-90 {
    margin-left: 90%; }
  .col-sm-offset-89 {
    margin-left: 89%; }
  .col-sm-offset-88 {
    margin-left: 88%; }
  .col-sm-offset-87 {
    margin-left: 87%; }
  .col-sm-offset-86 {
    margin-left: 86%; }
  .col-sm-offset-85 {
    margin-left: 85%; }
  .col-sm-offset-84 {
    margin-left: 84%; }
  .col-sm-offset-83 {
    margin-left: 83%; }
  .col-sm-offset-82 {
    margin-left: 82%; }
  .col-sm-offset-81 {
    margin-left: 81%; }
  .col-sm-offset-80 {
    margin-left: 80%; }
  .col-sm-offset-79 {
    margin-left: 79%; }
  .col-sm-offset-78 {
    margin-left: 78%; }
  .col-sm-offset-77 {
    margin-left: 77%; }
  .col-sm-offset-76 {
    margin-left: 76%; }
  .col-sm-offset-75 {
    margin-left: 75%; }
  .col-sm-offset-74 {
    margin-left: 74%; }
  .col-sm-offset-73 {
    margin-left: 73%; }
  .col-sm-offset-72 {
    margin-left: 72%; }
  .col-sm-offset-71 {
    margin-left: 71%; }
  .col-sm-offset-70 {
    margin-left: 70%; }
  .col-sm-offset-69 {
    margin-left: 69%; }
  .col-sm-offset-68 {
    margin-left: 68%; }
  .col-sm-offset-67 {
    margin-left: 67%; }
  .col-sm-offset-66 {
    margin-left: 66%; }
  .col-sm-offset-65 {
    margin-left: 65%; }
  .col-sm-offset-64 {
    margin-left: 64%; }
  .col-sm-offset-63 {
    margin-left: 63%; }
  .col-sm-offset-62 {
    margin-left: 62%; }
  .col-sm-offset-61 {
    margin-left: 61%; }
  .col-sm-offset-60 {
    margin-left: 60%; }
  .col-sm-offset-59 {
    margin-left: 59%; }
  .col-sm-offset-58 {
    margin-left: 58%; }
  .col-sm-offset-57 {
    margin-left: 57%; }
  .col-sm-offset-56 {
    margin-left: 56%; }
  .col-sm-offset-55 {
    margin-left: 55%; }
  .col-sm-offset-54 {
    margin-left: 54%; }
  .col-sm-offset-53 {
    margin-left: 53%; }
  .col-sm-offset-52 {
    margin-left: 52%; }
  .col-sm-offset-51 {
    margin-left: 51%; }
  .col-sm-offset-50 {
    margin-left: 50%; }
  .col-sm-offset-49 {
    margin-left: 49%; }
  .col-sm-offset-48 {
    margin-left: 48%; }
  .col-sm-offset-47 {
    margin-left: 47%; }
  .col-sm-offset-46 {
    margin-left: 46%; }
  .col-sm-offset-45 {
    margin-left: 45%; }
  .col-sm-offset-44 {
    margin-left: 44%; }
  .col-sm-offset-43 {
    margin-left: 43%; }
  .col-sm-offset-42 {
    margin-left: 42%; }
  .col-sm-offset-41 {
    margin-left: 41%; }
  .col-sm-offset-40 {
    margin-left: 40%; }
  .col-sm-offset-39 {
    margin-left: 39%; }
  .col-sm-offset-38 {
    margin-left: 38%; }
  .col-sm-offset-37 {
    margin-left: 37%; }
  .col-sm-offset-36 {
    margin-left: 36%; }
  .col-sm-offset-35 {
    margin-left: 35%; }
  .col-sm-offset-34 {
    margin-left: 34%; }
  .col-sm-offset-33 {
    margin-left: 33%; }
  .col-sm-offset-32 {
    margin-left: 32%; }
  .col-sm-offset-31 {
    margin-left: 31%; }
  .col-sm-offset-30 {
    margin-left: 30%; }
  .col-sm-offset-29 {
    margin-left: 29%; }
  .col-sm-offset-28 {
    margin-left: 28%; }
  .col-sm-offset-27 {
    margin-left: 27%; }
  .col-sm-offset-26 {
    margin-left: 26%; }
  .col-sm-offset-25 {
    margin-left: 25%; }
  .col-sm-offset-24 {
    margin-left: 24%; }
  .col-sm-offset-23 {
    margin-left: 23%; }
  .col-sm-offset-22 {
    margin-left: 22%; }
  .col-sm-offset-21 {
    margin-left: 21%; }
  .col-sm-offset-20 {
    margin-left: 20%; }
  .col-sm-offset-19 {
    margin-left: 19%; }
  .col-sm-offset-18 {
    margin-left: 18%; }
  .col-sm-offset-17 {
    margin-left: 17%; }
  .col-sm-offset-16 {
    margin-left: 16%; }
  .col-sm-offset-15 {
    margin-left: 15%; }
  .col-sm-offset-14 {
    margin-left: 14%; }
  .col-sm-offset-13 {
    margin-left: 13%; }
  .col-sm-offset-12 {
    margin-left: 12%; }
  .col-sm-offset-11 {
    margin-left: 11%; }
  .col-sm-offset-10 {
    margin-left: 10%; }
  .col-sm-offset-9 {
    margin-left: 9%; }
  .col-sm-offset-8 {
    margin-left: 8%; }
  .col-sm-offset-7 {
    margin-left: 7%; }
  .col-sm-offset-6 {
    margin-left: 6%; }
  .col-sm-offset-5 {
    margin-left: 5%; }
  .col-sm-offset-4 {
    margin-left: 4%; }
  .col-sm-offset-3 {
    margin-left: 3%; }
  .col-sm-offset-2 {
    margin-left: 2%; }
  .col-sm-offset-1 {
    margin-left: 1%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1024px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23, .col-md-24, .col-md-25, .col-md-26, .col-md-27, .col-md-28, .col-md-29, .col-md-30, .col-md-31, .col-md-32, .col-md-33, .col-md-34, .col-md-35, .col-md-36, .col-md-37, .col-md-38, .col-md-39, .col-md-40, .col-md-41, .col-md-42, .col-md-43, .col-md-44, .col-md-45, .col-md-46, .col-md-47, .col-md-48, .col-md-49, .col-md-50, .col-md-51, .col-md-52, .col-md-53, .col-md-54, .col-md-55, .col-md-56, .col-md-57, .col-md-58, .col-md-59, .col-md-60, .col-md-61, .col-md-62, .col-md-63, .col-md-64, .col-md-65, .col-md-66, .col-md-67, .col-md-68, .col-md-69, .col-md-70, .col-md-71, .col-md-72, .col-md-73, .col-md-74, .col-md-75, .col-md-76, .col-md-77, .col-md-78, .col-md-79, .col-md-80, .col-md-81, .col-md-82, .col-md-83, .col-md-84, .col-md-85, .col-md-86, .col-md-87, .col-md-88, .col-md-89, .col-md-90, .col-md-91, .col-md-92, .col-md-93, .col-md-94, .col-md-95, .col-md-96, .col-md-97, .col-md-98, .col-md-99, .col-md-100 {
    float: left; }
  .col-md-100 {
    width: 100%; }
  .col-md-99 {
    width: 99%; }
  .col-md-98 {
    width: 98%; }
  .col-md-97 {
    width: 97%; }
  .col-md-96 {
    width: 96%; }
  .col-md-95 {
    width: 95%; }
  .col-md-94 {
    width: 94%; }
  .col-md-93 {
    width: 93%; }
  .col-md-92 {
    width: 92%; }
  .col-md-91 {
    width: 91%; }
  .col-md-90 {
    width: 90%; }
  .col-md-89 {
    width: 89%; }
  .col-md-88 {
    width: 88%; }
  .col-md-87 {
    width: 87%; }
  .col-md-86 {
    width: 86%; }
  .col-md-85 {
    width: 85%; }
  .col-md-84 {
    width: 84%; }
  .col-md-83 {
    width: 83%; }
  .col-md-82 {
    width: 82%; }
  .col-md-81 {
    width: 81%; }
  .col-md-80 {
    width: 80%; }
  .col-md-79 {
    width: 79%; }
  .col-md-78 {
    width: 78%; }
  .col-md-77 {
    width: 77%; }
  .col-md-76 {
    width: 76%; }
  .col-md-75 {
    width: 75%; }
  .col-md-74 {
    width: 74%; }
  .col-md-73 {
    width: 73%; }
  .col-md-72 {
    width: 72%; }
  .col-md-71 {
    width: 71%; }
  .col-md-70 {
    width: 70%; }
  .col-md-69 {
    width: 69%; }
  .col-md-68 {
    width: 68%; }
  .col-md-67 {
    width: 67%; }
  .col-md-66 {
    width: 66%; }
  .col-md-65 {
    width: 65%; }
  .col-md-64 {
    width: 64%; }
  .col-md-63 {
    width: 63%; }
  .col-md-62 {
    width: 62%; }
  .col-md-61 {
    width: 61%; }
  .col-md-60 {
    width: 60%; }
  .col-md-59 {
    width: 59%; }
  .col-md-58 {
    width: 58%; }
  .col-md-57 {
    width: 57%; }
  .col-md-56 {
    width: 56%; }
  .col-md-55 {
    width: 55%; }
  .col-md-54 {
    width: 54%; }
  .col-md-53 {
    width: 53%; }
  .col-md-52 {
    width: 52%; }
  .col-md-51 {
    width: 51%; }
  .col-md-50 {
    width: 50%; }
  .col-md-49 {
    width: 49%; }
  .col-md-48 {
    width: 48%; }
  .col-md-47 {
    width: 47%; }
  .col-md-46 {
    width: 46%; }
  .col-md-45 {
    width: 45%; }
  .col-md-44 {
    width: 44%; }
  .col-md-43 {
    width: 43%; }
  .col-md-42 {
    width: 42%; }
  .col-md-41 {
    width: 41%; }
  .col-md-40 {
    width: 40%; }
  .col-md-39 {
    width: 39%; }
  .col-md-38 {
    width: 38%; }
  .col-md-37 {
    width: 37%; }
  .col-md-36 {
    width: 36%; }
  .col-md-35 {
    width: 35%; }
  .col-md-34 {
    width: 34%; }
  .col-md-33 {
    width: 33%; }
  .col-md-32 {
    width: 32%; }
  .col-md-31 {
    width: 31%; }
  .col-md-30 {
    width: 30%; }
  .col-md-29 {
    width: 29%; }
  .col-md-28 {
    width: 28%; }
  .col-md-27 {
    width: 27%; }
  .col-md-26 {
    width: 26%; }
  .col-md-25 {
    width: 25%; }
  .col-md-24 {
    width: 24%; }
  .col-md-23 {
    width: 23%; }
  .col-md-22 {
    width: 22%; }
  .col-md-21 {
    width: 21%; }
  .col-md-20 {
    width: 20%; }
  .col-md-19 {
    width: 19%; }
  .col-md-18 {
    width: 18%; }
  .col-md-17 {
    width: 17%; }
  .col-md-16 {
    width: 16%; }
  .col-md-15 {
    width: 15%; }
  .col-md-14 {
    width: 14%; }
  .col-md-13 {
    width: 13%; }
  .col-md-12 {
    width: 12%; }
  .col-md-11 {
    width: 11%; }
  .col-md-10 {
    width: 10%; }
  .col-md-9 {
    width: 9%; }
  .col-md-8 {
    width: 8%; }
  .col-md-7 {
    width: 7%; }
  .col-md-6 {
    width: 6%; }
  .col-md-5 {
    width: 5%; }
  .col-md-4 {
    width: 4%; }
  .col-md-3 {
    width: 3%; }
  .col-md-2 {
    width: 2%; }
  .col-md-1 {
    width: 1%; }
  .col-md-pull-100 {
    right: 100%; }
  .col-md-pull-99 {
    right: 99%; }
  .col-md-pull-98 {
    right: 98%; }
  .col-md-pull-97 {
    right: 97%; }
  .col-md-pull-96 {
    right: 96%; }
  .col-md-pull-95 {
    right: 95%; }
  .col-md-pull-94 {
    right: 94%; }
  .col-md-pull-93 {
    right: 93%; }
  .col-md-pull-92 {
    right: 92%; }
  .col-md-pull-91 {
    right: 91%; }
  .col-md-pull-90 {
    right: 90%; }
  .col-md-pull-89 {
    right: 89%; }
  .col-md-pull-88 {
    right: 88%; }
  .col-md-pull-87 {
    right: 87%; }
  .col-md-pull-86 {
    right: 86%; }
  .col-md-pull-85 {
    right: 85%; }
  .col-md-pull-84 {
    right: 84%; }
  .col-md-pull-83 {
    right: 83%; }
  .col-md-pull-82 {
    right: 82%; }
  .col-md-pull-81 {
    right: 81%; }
  .col-md-pull-80 {
    right: 80%; }
  .col-md-pull-79 {
    right: 79%; }
  .col-md-pull-78 {
    right: 78%; }
  .col-md-pull-77 {
    right: 77%; }
  .col-md-pull-76 {
    right: 76%; }
  .col-md-pull-75 {
    right: 75%; }
  .col-md-pull-74 {
    right: 74%; }
  .col-md-pull-73 {
    right: 73%; }
  .col-md-pull-72 {
    right: 72%; }
  .col-md-pull-71 {
    right: 71%; }
  .col-md-pull-70 {
    right: 70%; }
  .col-md-pull-69 {
    right: 69%; }
  .col-md-pull-68 {
    right: 68%; }
  .col-md-pull-67 {
    right: 67%; }
  .col-md-pull-66 {
    right: 66%; }
  .col-md-pull-65 {
    right: 65%; }
  .col-md-pull-64 {
    right: 64%; }
  .col-md-pull-63 {
    right: 63%; }
  .col-md-pull-62 {
    right: 62%; }
  .col-md-pull-61 {
    right: 61%; }
  .col-md-pull-60 {
    right: 60%; }
  .col-md-pull-59 {
    right: 59%; }
  .col-md-pull-58 {
    right: 58%; }
  .col-md-pull-57 {
    right: 57%; }
  .col-md-pull-56 {
    right: 56%; }
  .col-md-pull-55 {
    right: 55%; }
  .col-md-pull-54 {
    right: 54%; }
  .col-md-pull-53 {
    right: 53%; }
  .col-md-pull-52 {
    right: 52%; }
  .col-md-pull-51 {
    right: 51%; }
  .col-md-pull-50 {
    right: 50%; }
  .col-md-pull-49 {
    right: 49%; }
  .col-md-pull-48 {
    right: 48%; }
  .col-md-pull-47 {
    right: 47%; }
  .col-md-pull-46 {
    right: 46%; }
  .col-md-pull-45 {
    right: 45%; }
  .col-md-pull-44 {
    right: 44%; }
  .col-md-pull-43 {
    right: 43%; }
  .col-md-pull-42 {
    right: 42%; }
  .col-md-pull-41 {
    right: 41%; }
  .col-md-pull-40 {
    right: 40%; }
  .col-md-pull-39 {
    right: 39%; }
  .col-md-pull-38 {
    right: 38%; }
  .col-md-pull-37 {
    right: 37%; }
  .col-md-pull-36 {
    right: 36%; }
  .col-md-pull-35 {
    right: 35%; }
  .col-md-pull-34 {
    right: 34%; }
  .col-md-pull-33 {
    right: 33%; }
  .col-md-pull-32 {
    right: 32%; }
  .col-md-pull-31 {
    right: 31%; }
  .col-md-pull-30 {
    right: 30%; }
  .col-md-pull-29 {
    right: 29%; }
  .col-md-pull-28 {
    right: 28%; }
  .col-md-pull-27 {
    right: 27%; }
  .col-md-pull-26 {
    right: 26%; }
  .col-md-pull-25 {
    right: 25%; }
  .col-md-pull-24 {
    right: 24%; }
  .col-md-pull-23 {
    right: 23%; }
  .col-md-pull-22 {
    right: 22%; }
  .col-md-pull-21 {
    right: 21%; }
  .col-md-pull-20 {
    right: 20%; }
  .col-md-pull-19 {
    right: 19%; }
  .col-md-pull-18 {
    right: 18%; }
  .col-md-pull-17 {
    right: 17%; }
  .col-md-pull-16 {
    right: 16%; }
  .col-md-pull-15 {
    right: 15%; }
  .col-md-pull-14 {
    right: 14%; }
  .col-md-pull-13 {
    right: 13%; }
  .col-md-pull-12 {
    right: 12%; }
  .col-md-pull-11 {
    right: 11%; }
  .col-md-pull-10 {
    right: 10%; }
  .col-md-pull-9 {
    right: 9%; }
  .col-md-pull-8 {
    right: 8%; }
  .col-md-pull-7 {
    right: 7%; }
  .col-md-pull-6 {
    right: 6%; }
  .col-md-pull-5 {
    right: 5%; }
  .col-md-pull-4 {
    right: 4%; }
  .col-md-pull-3 {
    right: 3%; }
  .col-md-pull-2 {
    right: 2%; }
  .col-md-pull-1 {
    right: 1%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-100 {
    left: 100%; }
  .col-md-push-99 {
    left: 99%; }
  .col-md-push-98 {
    left: 98%; }
  .col-md-push-97 {
    left: 97%; }
  .col-md-push-96 {
    left: 96%; }
  .col-md-push-95 {
    left: 95%; }
  .col-md-push-94 {
    left: 94%; }
  .col-md-push-93 {
    left: 93%; }
  .col-md-push-92 {
    left: 92%; }
  .col-md-push-91 {
    left: 91%; }
  .col-md-push-90 {
    left: 90%; }
  .col-md-push-89 {
    left: 89%; }
  .col-md-push-88 {
    left: 88%; }
  .col-md-push-87 {
    left: 87%; }
  .col-md-push-86 {
    left: 86%; }
  .col-md-push-85 {
    left: 85%; }
  .col-md-push-84 {
    left: 84%; }
  .col-md-push-83 {
    left: 83%; }
  .col-md-push-82 {
    left: 82%; }
  .col-md-push-81 {
    left: 81%; }
  .col-md-push-80 {
    left: 80%; }
  .col-md-push-79 {
    left: 79%; }
  .col-md-push-78 {
    left: 78%; }
  .col-md-push-77 {
    left: 77%; }
  .col-md-push-76 {
    left: 76%; }
  .col-md-push-75 {
    left: 75%; }
  .col-md-push-74 {
    left: 74%; }
  .col-md-push-73 {
    left: 73%; }
  .col-md-push-72 {
    left: 72%; }
  .col-md-push-71 {
    left: 71%; }
  .col-md-push-70 {
    left: 70%; }
  .col-md-push-69 {
    left: 69%; }
  .col-md-push-68 {
    left: 68%; }
  .col-md-push-67 {
    left: 67%; }
  .col-md-push-66 {
    left: 66%; }
  .col-md-push-65 {
    left: 65%; }
  .col-md-push-64 {
    left: 64%; }
  .col-md-push-63 {
    left: 63%; }
  .col-md-push-62 {
    left: 62%; }
  .col-md-push-61 {
    left: 61%; }
  .col-md-push-60 {
    left: 60%; }
  .col-md-push-59 {
    left: 59%; }
  .col-md-push-58 {
    left: 58%; }
  .col-md-push-57 {
    left: 57%; }
  .col-md-push-56 {
    left: 56%; }
  .col-md-push-55 {
    left: 55%; }
  .col-md-push-54 {
    left: 54%; }
  .col-md-push-53 {
    left: 53%; }
  .col-md-push-52 {
    left: 52%; }
  .col-md-push-51 {
    left: 51%; }
  .col-md-push-50 {
    left: 50%; }
  .col-md-push-49 {
    left: 49%; }
  .col-md-push-48 {
    left: 48%; }
  .col-md-push-47 {
    left: 47%; }
  .col-md-push-46 {
    left: 46%; }
  .col-md-push-45 {
    left: 45%; }
  .col-md-push-44 {
    left: 44%; }
  .col-md-push-43 {
    left: 43%; }
  .col-md-push-42 {
    left: 42%; }
  .col-md-push-41 {
    left: 41%; }
  .col-md-push-40 {
    left: 40%; }
  .col-md-push-39 {
    left: 39%; }
  .col-md-push-38 {
    left: 38%; }
  .col-md-push-37 {
    left: 37%; }
  .col-md-push-36 {
    left: 36%; }
  .col-md-push-35 {
    left: 35%; }
  .col-md-push-34 {
    left: 34%; }
  .col-md-push-33 {
    left: 33%; }
  .col-md-push-32 {
    left: 32%; }
  .col-md-push-31 {
    left: 31%; }
  .col-md-push-30 {
    left: 30%; }
  .col-md-push-29 {
    left: 29%; }
  .col-md-push-28 {
    left: 28%; }
  .col-md-push-27 {
    left: 27%; }
  .col-md-push-26 {
    left: 26%; }
  .col-md-push-25 {
    left: 25%; }
  .col-md-push-24 {
    left: 24%; }
  .col-md-push-23 {
    left: 23%; }
  .col-md-push-22 {
    left: 22%; }
  .col-md-push-21 {
    left: 21%; }
  .col-md-push-20 {
    left: 20%; }
  .col-md-push-19 {
    left: 19%; }
  .col-md-push-18 {
    left: 18%; }
  .col-md-push-17 {
    left: 17%; }
  .col-md-push-16 {
    left: 16%; }
  .col-md-push-15 {
    left: 15%; }
  .col-md-push-14 {
    left: 14%; }
  .col-md-push-13 {
    left: 13%; }
  .col-md-push-12 {
    left: 12%; }
  .col-md-push-11 {
    left: 11%; }
  .col-md-push-10 {
    left: 10%; }
  .col-md-push-9 {
    left: 9%; }
  .col-md-push-8 {
    left: 8%; }
  .col-md-push-7 {
    left: 7%; }
  .col-md-push-6 {
    left: 6%; }
  .col-md-push-5 {
    left: 5%; }
  .col-md-push-4 {
    left: 4%; }
  .col-md-push-3 {
    left: 3%; }
  .col-md-push-2 {
    left: 2%; }
  .col-md-push-1 {
    left: 1%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-100 {
    margin-left: 100%; }
  .col-md-offset-99 {
    margin-left: 99%; }
  .col-md-offset-98 {
    margin-left: 98%; }
  .col-md-offset-97 {
    margin-left: 97%; }
  .col-md-offset-96 {
    margin-left: 96%; }
  .col-md-offset-95 {
    margin-left: 95%; }
  .col-md-offset-94 {
    margin-left: 94%; }
  .col-md-offset-93 {
    margin-left: 93%; }
  .col-md-offset-92 {
    margin-left: 92%; }
  .col-md-offset-91 {
    margin-left: 91%; }
  .col-md-offset-90 {
    margin-left: 90%; }
  .col-md-offset-89 {
    margin-left: 89%; }
  .col-md-offset-88 {
    margin-left: 88%; }
  .col-md-offset-87 {
    margin-left: 87%; }
  .col-md-offset-86 {
    margin-left: 86%; }
  .col-md-offset-85 {
    margin-left: 85%; }
  .col-md-offset-84 {
    margin-left: 84%; }
  .col-md-offset-83 {
    margin-left: 83%; }
  .col-md-offset-82 {
    margin-left: 82%; }
  .col-md-offset-81 {
    margin-left: 81%; }
  .col-md-offset-80 {
    margin-left: 80%; }
  .col-md-offset-79 {
    margin-left: 79%; }
  .col-md-offset-78 {
    margin-left: 78%; }
  .col-md-offset-77 {
    margin-left: 77%; }
  .col-md-offset-76 {
    margin-left: 76%; }
  .col-md-offset-75 {
    margin-left: 75%; }
  .col-md-offset-74 {
    margin-left: 74%; }
  .col-md-offset-73 {
    margin-left: 73%; }
  .col-md-offset-72 {
    margin-left: 72%; }
  .col-md-offset-71 {
    margin-left: 71%; }
  .col-md-offset-70 {
    margin-left: 70%; }
  .col-md-offset-69 {
    margin-left: 69%; }
  .col-md-offset-68 {
    margin-left: 68%; }
  .col-md-offset-67 {
    margin-left: 67%; }
  .col-md-offset-66 {
    margin-left: 66%; }
  .col-md-offset-65 {
    margin-left: 65%; }
  .col-md-offset-64 {
    margin-left: 64%; }
  .col-md-offset-63 {
    margin-left: 63%; }
  .col-md-offset-62 {
    margin-left: 62%; }
  .col-md-offset-61 {
    margin-left: 61%; }
  .col-md-offset-60 {
    margin-left: 60%; }
  .col-md-offset-59 {
    margin-left: 59%; }
  .col-md-offset-58 {
    margin-left: 58%; }
  .col-md-offset-57 {
    margin-left: 57%; }
  .col-md-offset-56 {
    margin-left: 56%; }
  .col-md-offset-55 {
    margin-left: 55%; }
  .col-md-offset-54 {
    margin-left: 54%; }
  .col-md-offset-53 {
    margin-left: 53%; }
  .col-md-offset-52 {
    margin-left: 52%; }
  .col-md-offset-51 {
    margin-left: 51%; }
  .col-md-offset-50 {
    margin-left: 50%; }
  .col-md-offset-49 {
    margin-left: 49%; }
  .col-md-offset-48 {
    margin-left: 48%; }
  .col-md-offset-47 {
    margin-left: 47%; }
  .col-md-offset-46 {
    margin-left: 46%; }
  .col-md-offset-45 {
    margin-left: 45%; }
  .col-md-offset-44 {
    margin-left: 44%; }
  .col-md-offset-43 {
    margin-left: 43%; }
  .col-md-offset-42 {
    margin-left: 42%; }
  .col-md-offset-41 {
    margin-left: 41%; }
  .col-md-offset-40 {
    margin-left: 40%; }
  .col-md-offset-39 {
    margin-left: 39%; }
  .col-md-offset-38 {
    margin-left: 38%; }
  .col-md-offset-37 {
    margin-left: 37%; }
  .col-md-offset-36 {
    margin-left: 36%; }
  .col-md-offset-35 {
    margin-left: 35%; }
  .col-md-offset-34 {
    margin-left: 34%; }
  .col-md-offset-33 {
    margin-left: 33%; }
  .col-md-offset-32 {
    margin-left: 32%; }
  .col-md-offset-31 {
    margin-left: 31%; }
  .col-md-offset-30 {
    margin-left: 30%; }
  .col-md-offset-29 {
    margin-left: 29%; }
  .col-md-offset-28 {
    margin-left: 28%; }
  .col-md-offset-27 {
    margin-left: 27%; }
  .col-md-offset-26 {
    margin-left: 26%; }
  .col-md-offset-25 {
    margin-left: 25%; }
  .col-md-offset-24 {
    margin-left: 24%; }
  .col-md-offset-23 {
    margin-left: 23%; }
  .col-md-offset-22 {
    margin-left: 22%; }
  .col-md-offset-21 {
    margin-left: 21%; }
  .col-md-offset-20 {
    margin-left: 20%; }
  .col-md-offset-19 {
    margin-left: 19%; }
  .col-md-offset-18 {
    margin-left: 18%; }
  .col-md-offset-17 {
    margin-left: 17%; }
  .col-md-offset-16 {
    margin-left: 16%; }
  .col-md-offset-15 {
    margin-left: 15%; }
  .col-md-offset-14 {
    margin-left: 14%; }
  .col-md-offset-13 {
    margin-left: 13%; }
  .col-md-offset-12 {
    margin-left: 12%; }
  .col-md-offset-11 {
    margin-left: 11%; }
  .col-md-offset-10 {
    margin-left: 10%; }
  .col-md-offset-9 {
    margin-left: 9%; }
  .col-md-offset-8 {
    margin-left: 8%; }
  .col-md-offset-7 {
    margin-left: 7%; }
  .col-md-offset-6 {
    margin-left: 6%; }
  .col-md-offset-5 {
    margin-left: 5%; }
  .col-md-offset-4 {
    margin-left: 4%; }
  .col-md-offset-3 {
    margin-left: 3%; }
  .col-md-offset-2 {
    margin-left: 2%; }
  .col-md-offset-1 {
    margin-left: 1%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23, .col-lg-24, .col-lg-25, .col-lg-26, .col-lg-27, .col-lg-28, .col-lg-29, .col-lg-30, .col-lg-31, .col-lg-32, .col-lg-33, .col-lg-34, .col-lg-35, .col-lg-36, .col-lg-37, .col-lg-38, .col-lg-39, .col-lg-40, .col-lg-41, .col-lg-42, .col-lg-43, .col-lg-44, .col-lg-45, .col-lg-46, .col-lg-47, .col-lg-48, .col-lg-49, .col-lg-50, .col-lg-51, .col-lg-52, .col-lg-53, .col-lg-54, .col-lg-55, .col-lg-56, .col-lg-57, .col-lg-58, .col-lg-59, .col-lg-60, .col-lg-61, .col-lg-62, .col-lg-63, .col-lg-64, .col-lg-65, .col-lg-66, .col-lg-67, .col-lg-68, .col-lg-69, .col-lg-70, .col-lg-71, .col-lg-72, .col-lg-73, .col-lg-74, .col-lg-75, .col-lg-76, .col-lg-77, .col-lg-78, .col-lg-79, .col-lg-80, .col-lg-81, .col-lg-82, .col-lg-83, .col-lg-84, .col-lg-85, .col-lg-86, .col-lg-87, .col-lg-88, .col-lg-89, .col-lg-90, .col-lg-91, .col-lg-92, .col-lg-93, .col-lg-94, .col-lg-95, .col-lg-96, .col-lg-97, .col-lg-98, .col-lg-99, .col-lg-100 {
    float: left; }
  .col-lg-100 {
    width: 100%; }
  .col-lg-99 {
    width: 99%; }
  .col-lg-98 {
    width: 98%; }
  .col-lg-97 {
    width: 97%; }
  .col-lg-96 {
    width: 96%; }
  .col-lg-95 {
    width: 95%; }
  .col-lg-94 {
    width: 94%; }
  .col-lg-93 {
    width: 93%; }
  .col-lg-92 {
    width: 92%; }
  .col-lg-91 {
    width: 91%; }
  .col-lg-90 {
    width: 90%; }
  .col-lg-89 {
    width: 89%; }
  .col-lg-88 {
    width: 88%; }
  .col-lg-87 {
    width: 87%; }
  .col-lg-86 {
    width: 86%; }
  .col-lg-85 {
    width: 85%; }
  .col-lg-84 {
    width: 84%; }
  .col-lg-83 {
    width: 83%; }
  .col-lg-82 {
    width: 82%; }
  .col-lg-81 {
    width: 81%; }
  .col-lg-80 {
    width: 80%; }
  .col-lg-79 {
    width: 79%; }
  .col-lg-78 {
    width: 78%; }
  .col-lg-77 {
    width: 77%; }
  .col-lg-76 {
    width: 76%; }
  .col-lg-75 {
    width: 75%; }
  .col-lg-74 {
    width: 74%; }
  .col-lg-73 {
    width: 73%; }
  .col-lg-72 {
    width: 72%; }
  .col-lg-71 {
    width: 71%; }
  .col-lg-70 {
    width: 70%; }
  .col-lg-69 {
    width: 69%; }
  .col-lg-68 {
    width: 68%; }
  .col-lg-67 {
    width: 67%; }
  .col-lg-66 {
    width: 66%; }
  .col-lg-65 {
    width: 65%; }
  .col-lg-64 {
    width: 64%; }
  .col-lg-63 {
    width: 63%; }
  .col-lg-62 {
    width: 62%; }
  .col-lg-61 {
    width: 61%; }
  .col-lg-60 {
    width: 60%; }
  .col-lg-59 {
    width: 59%; }
  .col-lg-58 {
    width: 58%; }
  .col-lg-57 {
    width: 57%; }
  .col-lg-56 {
    width: 56%; }
  .col-lg-55 {
    width: 55%; }
  .col-lg-54 {
    width: 54%; }
  .col-lg-53 {
    width: 53%; }
  .col-lg-52 {
    width: 52%; }
  .col-lg-51 {
    width: 51%; }
  .col-lg-50 {
    width: 50%; }
  .col-lg-49 {
    width: 49%; }
  .col-lg-48 {
    width: 48%; }
  .col-lg-47 {
    width: 47%; }
  .col-lg-46 {
    width: 46%; }
  .col-lg-45 {
    width: 45%; }
  .col-lg-44 {
    width: 44%; }
  .col-lg-43 {
    width: 43%; }
  .col-lg-42 {
    width: 42%; }
  .col-lg-41 {
    width: 41%; }
  .col-lg-40 {
    width: 40%; }
  .col-lg-39 {
    width: 39%; }
  .col-lg-38 {
    width: 38%; }
  .col-lg-37 {
    width: 37%; }
  .col-lg-36 {
    width: 36%; }
  .col-lg-35 {
    width: 35%; }
  .col-lg-34 {
    width: 34%; }
  .col-lg-33 {
    width: 33%; }
  .col-lg-32 {
    width: 32%; }
  .col-lg-31 {
    width: 31%; }
  .col-lg-30 {
    width: 30%; }
  .col-lg-29 {
    width: 29%; }
  .col-lg-28 {
    width: 28%; }
  .col-lg-27 {
    width: 27%; }
  .col-lg-26 {
    width: 26%; }
  .col-lg-25 {
    width: 25%; }
  .col-lg-24 {
    width: 24%; }
  .col-lg-23 {
    width: 23%; }
  .col-lg-22 {
    width: 22%; }
  .col-lg-21 {
    width: 21%; }
  .col-lg-20 {
    width: 20%; }
  .col-lg-19 {
    width: 19%; }
  .col-lg-18 {
    width: 18%; }
  .col-lg-17 {
    width: 17%; }
  .col-lg-16 {
    width: 16%; }
  .col-lg-15 {
    width: 15%; }
  .col-lg-14 {
    width: 14%; }
  .col-lg-13 {
    width: 13%; }
  .col-lg-12 {
    width: 12%; }
  .col-lg-11 {
    width: 11%; }
  .col-lg-10 {
    width: 10%; }
  .col-lg-9 {
    width: 9%; }
  .col-lg-8 {
    width: 8%; }
  .col-lg-7 {
    width: 7%; }
  .col-lg-6 {
    width: 6%; }
  .col-lg-5 {
    width: 5%; }
  .col-lg-4 {
    width: 4%; }
  .col-lg-3 {
    width: 3%; }
  .col-lg-2 {
    width: 2%; }
  .col-lg-1 {
    width: 1%; }
  .col-lg-pull-100 {
    right: 100%; }
  .col-lg-pull-99 {
    right: 99%; }
  .col-lg-pull-98 {
    right: 98%; }
  .col-lg-pull-97 {
    right: 97%; }
  .col-lg-pull-96 {
    right: 96%; }
  .col-lg-pull-95 {
    right: 95%; }
  .col-lg-pull-94 {
    right: 94%; }
  .col-lg-pull-93 {
    right: 93%; }
  .col-lg-pull-92 {
    right: 92%; }
  .col-lg-pull-91 {
    right: 91%; }
  .col-lg-pull-90 {
    right: 90%; }
  .col-lg-pull-89 {
    right: 89%; }
  .col-lg-pull-88 {
    right: 88%; }
  .col-lg-pull-87 {
    right: 87%; }
  .col-lg-pull-86 {
    right: 86%; }
  .col-lg-pull-85 {
    right: 85%; }
  .col-lg-pull-84 {
    right: 84%; }
  .col-lg-pull-83 {
    right: 83%; }
  .col-lg-pull-82 {
    right: 82%; }
  .col-lg-pull-81 {
    right: 81%; }
  .col-lg-pull-80 {
    right: 80%; }
  .col-lg-pull-79 {
    right: 79%; }
  .col-lg-pull-78 {
    right: 78%; }
  .col-lg-pull-77 {
    right: 77%; }
  .col-lg-pull-76 {
    right: 76%; }
  .col-lg-pull-75 {
    right: 75%; }
  .col-lg-pull-74 {
    right: 74%; }
  .col-lg-pull-73 {
    right: 73%; }
  .col-lg-pull-72 {
    right: 72%; }
  .col-lg-pull-71 {
    right: 71%; }
  .col-lg-pull-70 {
    right: 70%; }
  .col-lg-pull-69 {
    right: 69%; }
  .col-lg-pull-68 {
    right: 68%; }
  .col-lg-pull-67 {
    right: 67%; }
  .col-lg-pull-66 {
    right: 66%; }
  .col-lg-pull-65 {
    right: 65%; }
  .col-lg-pull-64 {
    right: 64%; }
  .col-lg-pull-63 {
    right: 63%; }
  .col-lg-pull-62 {
    right: 62%; }
  .col-lg-pull-61 {
    right: 61%; }
  .col-lg-pull-60 {
    right: 60%; }
  .col-lg-pull-59 {
    right: 59%; }
  .col-lg-pull-58 {
    right: 58%; }
  .col-lg-pull-57 {
    right: 57%; }
  .col-lg-pull-56 {
    right: 56%; }
  .col-lg-pull-55 {
    right: 55%; }
  .col-lg-pull-54 {
    right: 54%; }
  .col-lg-pull-53 {
    right: 53%; }
  .col-lg-pull-52 {
    right: 52%; }
  .col-lg-pull-51 {
    right: 51%; }
  .col-lg-pull-50 {
    right: 50%; }
  .col-lg-pull-49 {
    right: 49%; }
  .col-lg-pull-48 {
    right: 48%; }
  .col-lg-pull-47 {
    right: 47%; }
  .col-lg-pull-46 {
    right: 46%; }
  .col-lg-pull-45 {
    right: 45%; }
  .col-lg-pull-44 {
    right: 44%; }
  .col-lg-pull-43 {
    right: 43%; }
  .col-lg-pull-42 {
    right: 42%; }
  .col-lg-pull-41 {
    right: 41%; }
  .col-lg-pull-40 {
    right: 40%; }
  .col-lg-pull-39 {
    right: 39%; }
  .col-lg-pull-38 {
    right: 38%; }
  .col-lg-pull-37 {
    right: 37%; }
  .col-lg-pull-36 {
    right: 36%; }
  .col-lg-pull-35 {
    right: 35%; }
  .col-lg-pull-34 {
    right: 34%; }
  .col-lg-pull-33 {
    right: 33%; }
  .col-lg-pull-32 {
    right: 32%; }
  .col-lg-pull-31 {
    right: 31%; }
  .col-lg-pull-30 {
    right: 30%; }
  .col-lg-pull-29 {
    right: 29%; }
  .col-lg-pull-28 {
    right: 28%; }
  .col-lg-pull-27 {
    right: 27%; }
  .col-lg-pull-26 {
    right: 26%; }
  .col-lg-pull-25 {
    right: 25%; }
  .col-lg-pull-24 {
    right: 24%; }
  .col-lg-pull-23 {
    right: 23%; }
  .col-lg-pull-22 {
    right: 22%; }
  .col-lg-pull-21 {
    right: 21%; }
  .col-lg-pull-20 {
    right: 20%; }
  .col-lg-pull-19 {
    right: 19%; }
  .col-lg-pull-18 {
    right: 18%; }
  .col-lg-pull-17 {
    right: 17%; }
  .col-lg-pull-16 {
    right: 16%; }
  .col-lg-pull-15 {
    right: 15%; }
  .col-lg-pull-14 {
    right: 14%; }
  .col-lg-pull-13 {
    right: 13%; }
  .col-lg-pull-12 {
    right: 12%; }
  .col-lg-pull-11 {
    right: 11%; }
  .col-lg-pull-10 {
    right: 10%; }
  .col-lg-pull-9 {
    right: 9%; }
  .col-lg-pull-8 {
    right: 8%; }
  .col-lg-pull-7 {
    right: 7%; }
  .col-lg-pull-6 {
    right: 6%; }
  .col-lg-pull-5 {
    right: 5%; }
  .col-lg-pull-4 {
    right: 4%; }
  .col-lg-pull-3 {
    right: 3%; }
  .col-lg-pull-2 {
    right: 2%; }
  .col-lg-pull-1 {
    right: 1%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-100 {
    left: 100%; }
  .col-lg-push-99 {
    left: 99%; }
  .col-lg-push-98 {
    left: 98%; }
  .col-lg-push-97 {
    left: 97%; }
  .col-lg-push-96 {
    left: 96%; }
  .col-lg-push-95 {
    left: 95%; }
  .col-lg-push-94 {
    left: 94%; }
  .col-lg-push-93 {
    left: 93%; }
  .col-lg-push-92 {
    left: 92%; }
  .col-lg-push-91 {
    left: 91%; }
  .col-lg-push-90 {
    left: 90%; }
  .col-lg-push-89 {
    left: 89%; }
  .col-lg-push-88 {
    left: 88%; }
  .col-lg-push-87 {
    left: 87%; }
  .col-lg-push-86 {
    left: 86%; }
  .col-lg-push-85 {
    left: 85%; }
  .col-lg-push-84 {
    left: 84%; }
  .col-lg-push-83 {
    left: 83%; }
  .col-lg-push-82 {
    left: 82%; }
  .col-lg-push-81 {
    left: 81%; }
  .col-lg-push-80 {
    left: 80%; }
  .col-lg-push-79 {
    left: 79%; }
  .col-lg-push-78 {
    left: 78%; }
  .col-lg-push-77 {
    left: 77%; }
  .col-lg-push-76 {
    left: 76%; }
  .col-lg-push-75 {
    left: 75%; }
  .col-lg-push-74 {
    left: 74%; }
  .col-lg-push-73 {
    left: 73%; }
  .col-lg-push-72 {
    left: 72%; }
  .col-lg-push-71 {
    left: 71%; }
  .col-lg-push-70 {
    left: 70%; }
  .col-lg-push-69 {
    left: 69%; }
  .col-lg-push-68 {
    left: 68%; }
  .col-lg-push-67 {
    left: 67%; }
  .col-lg-push-66 {
    left: 66%; }
  .col-lg-push-65 {
    left: 65%; }
  .col-lg-push-64 {
    left: 64%; }
  .col-lg-push-63 {
    left: 63%; }
  .col-lg-push-62 {
    left: 62%; }
  .col-lg-push-61 {
    left: 61%; }
  .col-lg-push-60 {
    left: 60%; }
  .col-lg-push-59 {
    left: 59%; }
  .col-lg-push-58 {
    left: 58%; }
  .col-lg-push-57 {
    left: 57%; }
  .col-lg-push-56 {
    left: 56%; }
  .col-lg-push-55 {
    left: 55%; }
  .col-lg-push-54 {
    left: 54%; }
  .col-lg-push-53 {
    left: 53%; }
  .col-lg-push-52 {
    left: 52%; }
  .col-lg-push-51 {
    left: 51%; }
  .col-lg-push-50 {
    left: 50%; }
  .col-lg-push-49 {
    left: 49%; }
  .col-lg-push-48 {
    left: 48%; }
  .col-lg-push-47 {
    left: 47%; }
  .col-lg-push-46 {
    left: 46%; }
  .col-lg-push-45 {
    left: 45%; }
  .col-lg-push-44 {
    left: 44%; }
  .col-lg-push-43 {
    left: 43%; }
  .col-lg-push-42 {
    left: 42%; }
  .col-lg-push-41 {
    left: 41%; }
  .col-lg-push-40 {
    left: 40%; }
  .col-lg-push-39 {
    left: 39%; }
  .col-lg-push-38 {
    left: 38%; }
  .col-lg-push-37 {
    left: 37%; }
  .col-lg-push-36 {
    left: 36%; }
  .col-lg-push-35 {
    left: 35%; }
  .col-lg-push-34 {
    left: 34%; }
  .col-lg-push-33 {
    left: 33%; }
  .col-lg-push-32 {
    left: 32%; }
  .col-lg-push-31 {
    left: 31%; }
  .col-lg-push-30 {
    left: 30%; }
  .col-lg-push-29 {
    left: 29%; }
  .col-lg-push-28 {
    left: 28%; }
  .col-lg-push-27 {
    left: 27%; }
  .col-lg-push-26 {
    left: 26%; }
  .col-lg-push-25 {
    left: 25%; }
  .col-lg-push-24 {
    left: 24%; }
  .col-lg-push-23 {
    left: 23%; }
  .col-lg-push-22 {
    left: 22%; }
  .col-lg-push-21 {
    left: 21%; }
  .col-lg-push-20 {
    left: 20%; }
  .col-lg-push-19 {
    left: 19%; }
  .col-lg-push-18 {
    left: 18%; }
  .col-lg-push-17 {
    left: 17%; }
  .col-lg-push-16 {
    left: 16%; }
  .col-lg-push-15 {
    left: 15%; }
  .col-lg-push-14 {
    left: 14%; }
  .col-lg-push-13 {
    left: 13%; }
  .col-lg-push-12 {
    left: 12%; }
  .col-lg-push-11 {
    left: 11%; }
  .col-lg-push-10 {
    left: 10%; }
  .col-lg-push-9 {
    left: 9%; }
  .col-lg-push-8 {
    left: 8%; }
  .col-lg-push-7 {
    left: 7%; }
  .col-lg-push-6 {
    left: 6%; }
  .col-lg-push-5 {
    left: 5%; }
  .col-lg-push-4 {
    left: 4%; }
  .col-lg-push-3 {
    left: 3%; }
  .col-lg-push-2 {
    left: 2%; }
  .col-lg-push-1 {
    left: 1%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-100 {
    margin-left: 100%; }
  .col-lg-offset-99 {
    margin-left: 99%; }
  .col-lg-offset-98 {
    margin-left: 98%; }
  .col-lg-offset-97 {
    margin-left: 97%; }
  .col-lg-offset-96 {
    margin-left: 96%; }
  .col-lg-offset-95 {
    margin-left: 95%; }
  .col-lg-offset-94 {
    margin-left: 94%; }
  .col-lg-offset-93 {
    margin-left: 93%; }
  .col-lg-offset-92 {
    margin-left: 92%; }
  .col-lg-offset-91 {
    margin-left: 91%; }
  .col-lg-offset-90 {
    margin-left: 90%; }
  .col-lg-offset-89 {
    margin-left: 89%; }
  .col-lg-offset-88 {
    margin-left: 88%; }
  .col-lg-offset-87 {
    margin-left: 87%; }
  .col-lg-offset-86 {
    margin-left: 86%; }
  .col-lg-offset-85 {
    margin-left: 85%; }
  .col-lg-offset-84 {
    margin-left: 84%; }
  .col-lg-offset-83 {
    margin-left: 83%; }
  .col-lg-offset-82 {
    margin-left: 82%; }
  .col-lg-offset-81 {
    margin-left: 81%; }
  .col-lg-offset-80 {
    margin-left: 80%; }
  .col-lg-offset-79 {
    margin-left: 79%; }
  .col-lg-offset-78 {
    margin-left: 78%; }
  .col-lg-offset-77 {
    margin-left: 77%; }
  .col-lg-offset-76 {
    margin-left: 76%; }
  .col-lg-offset-75 {
    margin-left: 75%; }
  .col-lg-offset-74 {
    margin-left: 74%; }
  .col-lg-offset-73 {
    margin-left: 73%; }
  .col-lg-offset-72 {
    margin-left: 72%; }
  .col-lg-offset-71 {
    margin-left: 71%; }
  .col-lg-offset-70 {
    margin-left: 70%; }
  .col-lg-offset-69 {
    margin-left: 69%; }
  .col-lg-offset-68 {
    margin-left: 68%; }
  .col-lg-offset-67 {
    margin-left: 67%; }
  .col-lg-offset-66 {
    margin-left: 66%; }
  .col-lg-offset-65 {
    margin-left: 65%; }
  .col-lg-offset-64 {
    margin-left: 64%; }
  .col-lg-offset-63 {
    margin-left: 63%; }
  .col-lg-offset-62 {
    margin-left: 62%; }
  .col-lg-offset-61 {
    margin-left: 61%; }
  .col-lg-offset-60 {
    margin-left: 60%; }
  .col-lg-offset-59 {
    margin-left: 59%; }
  .col-lg-offset-58 {
    margin-left: 58%; }
  .col-lg-offset-57 {
    margin-left: 57%; }
  .col-lg-offset-56 {
    margin-left: 56%; }
  .col-lg-offset-55 {
    margin-left: 55%; }
  .col-lg-offset-54 {
    margin-left: 54%; }
  .col-lg-offset-53 {
    margin-left: 53%; }
  .col-lg-offset-52 {
    margin-left: 52%; }
  .col-lg-offset-51 {
    margin-left: 51%; }
  .col-lg-offset-50 {
    margin-left: 50%; }
  .col-lg-offset-49 {
    margin-left: 49%; }
  .col-lg-offset-48 {
    margin-left: 48%; }
  .col-lg-offset-47 {
    margin-left: 47%; }
  .col-lg-offset-46 {
    margin-left: 46%; }
  .col-lg-offset-45 {
    margin-left: 45%; }
  .col-lg-offset-44 {
    margin-left: 44%; }
  .col-lg-offset-43 {
    margin-left: 43%; }
  .col-lg-offset-42 {
    margin-left: 42%; }
  .col-lg-offset-41 {
    margin-left: 41%; }
  .col-lg-offset-40 {
    margin-left: 40%; }
  .col-lg-offset-39 {
    margin-left: 39%; }
  .col-lg-offset-38 {
    margin-left: 38%; }
  .col-lg-offset-37 {
    margin-left: 37%; }
  .col-lg-offset-36 {
    margin-left: 36%; }
  .col-lg-offset-35 {
    margin-left: 35%; }
  .col-lg-offset-34 {
    margin-left: 34%; }
  .col-lg-offset-33 {
    margin-left: 33%; }
  .col-lg-offset-32 {
    margin-left: 32%; }
  .col-lg-offset-31 {
    margin-left: 31%; }
  .col-lg-offset-30 {
    margin-left: 30%; }
  .col-lg-offset-29 {
    margin-left: 29%; }
  .col-lg-offset-28 {
    margin-left: 28%; }
  .col-lg-offset-27 {
    margin-left: 27%; }
  .col-lg-offset-26 {
    margin-left: 26%; }
  .col-lg-offset-25 {
    margin-left: 25%; }
  .col-lg-offset-24 {
    margin-left: 24%; }
  .col-lg-offset-23 {
    margin-left: 23%; }
  .col-lg-offset-22 {
    margin-left: 22%; }
  .col-lg-offset-21 {
    margin-left: 21%; }
  .col-lg-offset-20 {
    margin-left: 20%; }
  .col-lg-offset-19 {
    margin-left: 19%; }
  .col-lg-offset-18 {
    margin-left: 18%; }
  .col-lg-offset-17 {
    margin-left: 17%; }
  .col-lg-offset-16 {
    margin-left: 16%; }
  .col-lg-offset-15 {
    margin-left: 15%; }
  .col-lg-offset-14 {
    margin-left: 14%; }
  .col-lg-offset-13 {
    margin-left: 13%; }
  .col-lg-offset-12 {
    margin-left: 12%; }
  .col-lg-offset-11 {
    margin-left: 11%; }
  .col-lg-offset-10 {
    margin-left: 10%; }
  .col-lg-offset-9 {
    margin-left: 9%; }
  .col-lg-offset-8 {
    margin-left: 8%; }
  .col-lg-offset-7 {
    margin-left: 7%; }
  .col-lg-offset-6 {
    margin-left: 6%; }
  .col-lg-offset-5 {
    margin-left: 5%; }
  .col-lg-offset-4 {
    margin-left: 4%; }
  .col-lg-offset-3 {
    margin-left: 3%; }
  .col-lg-offset-2 {
    margin-left: 2%; }
  .col-lg-offset-1 {
    margin-left: 1%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-full-width:before, .container-full-width:after, .row:before, .row:after {
  content: " ";
  display: table; }

.clearfix:after, .container:after, .container-full-width:after, .row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

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

.Homepage-textfield {
  display: none !important; }

.local-tasks {
  z-index: 20;
  position: fixed;
  top: 50%;
  right: 0; }

.local-tasks ul {
  margin: 0;
  padding: 0; }

.local-tasks li {
  display: block;
  margin: 0 0 1px;
  padding: 0; }

.local-tasks a {
  display: block;
  padding: 0 8px 0 7px;
  color: #fff;
  border: 0;
  font-weight: normal;
  font-size: 11px;
  font-family: "Lucida Grande", Verdana, sans-serif;
  line-height: 25px;
  height: 25px;
  outline: 0;
  background: #000;
  text-decoration: none;
  border-radius: 3px 0 0 3px; }

.local-tasks a:hover, .local-tasks a:focus, .local-tasks a.active {
  color: #fff;
  background: #444;
  text-decoration: none; }

@media print {
  .local-tasks {
    display: none; } }

.messages {
  position: fixed;
  bottom: 0;
  z-index: 500; }

.print-logo {
  display: none; }

@media print {
  .print-logo {
    display: block;
    width: 75px;
    height: auto;
    margin-bottom: 30px; } }

.site-nav {
  display: block;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #333333;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav {
    height: 65px; } }

@media print {
  .site-nav {
    display: none; } }

.touch .site-nav {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.navbar-administration .site-nav {
  top: 39px; }

.navbar-administration.navbar-fixed.navbar-horizontal.navbar-tray-open .site-nav {
  top: 79px; }

.navbar-administration.navbar-tray-open.navbar-fixed.navbar-vertical .site-nav {
  padding-left: 150px; }

.site-nav__logo {
  position: relative;
  display: block;
  top: 4px;
  left: 9px;
  width: 107px;
  height: 42px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__logo {
    top: 7px;
    width: 130px;
    height: auto; } }

.site-nav__logo img {
  width: 100%;
  height: auto;
  border: none;
  text-decoration: none;
  border: 0px; }

.site-nav__mobile-bg {
  position: absolute;
  top: 65px;
  right: 0;
  width: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1; }

.touch .site-nav__mobile-bg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.site-nav__navs-wrapper {
  display: block;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .site-nav__navs-wrapper {
    position: relative;
    height: 0;
    overflow-y: auto;
    top: 11px;
    width: 0%;
    z-index: 2; }
  .touch .site-nav__navs-wrapper {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform: scale(1) rotate(0.002deg); } }

@media print {
  .site-nav__navs-wrapper {
    display: none; } }

.site-nav__main-nav {
  list-style-type: none;
  position: absolute;
  z-index: 2;
  top: 6px;
  left: 115px; }

.touch .site-nav__main-nav {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .site-nav__main-nav {
    position: relative;
    height: 0px;
    overflow: hidden;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 28px;
    padding-left: 14px; } }

.site-nav__main-nav li {
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.02rem;
  color: #d4d3d3;
  margin-right: 30px; }

@media screen and (max-width: 885px) {
  .site-nav__main-nav li {
    display: block;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 3.1rem;
    letter-spacing: -0.02rem;
    color: white;
    margin-bottom: 10px; } }

.zh-hans .site-nav__main-nav li {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-nav__main-nav li.active-trail a, .site-nav__main-nav li.active a {
  color: white; }

.site-nav__main-nav li a {
  color: #d4d3d3;
  text-decoration: none;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__main-nav li a {
    display: block;
    color: white; } }

.site-nav__main-nav li a:hover {
  color: white; }

@media screen and (max-width: 885px) {
  .site-nav__main-nav li a:hover {
    color: #d4d3d3; } }

.site-nav__sub-nav {
  list-style-type: none;
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 40px;
  margin: 0;
  padding: 0; }

.touch .site-nav__sub-nav {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-top: 34px;
    padding-left: 14px; } }

.site-nav__sub-nav li {
  position: relative;
  display: inline-block;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #d4d3d3;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 20px 7px 16px;
  cursor: pointer;
  text-transform: uppercase; }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav li {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.9rem;
    display: block;
    color: white;
    margin: 0;
    padding: 0;
    margin-bottom: 17px; } }

.zh-hans .site-nav__sub-nav li {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-nav__sub-nav li:hover {
  color: white; }

.site-nav__sub-nav li:hover > a {
  color: white; }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav li:hover > a {
    display: block;
    color: #d4d3d3; } }

.site-nav__sub-nav li.active-trail a, .site-nav__sub-nav li.active a {
  color: white; }

.site-nav__sub-nav li a {
  color: #d4d3d3;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav li a {
    display: block;
    color: white; } }

.site-nav__sub-nav li.drop {
  background-color: #333; }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav li.drop {
    background-color: transparent; } }

.site-nav__sub-nav li.drop:after {
  content: '';
  position: absolute;
  opacity: 0;
  top: 15px;
  right: -10px;
  width: 10px;
  height: 6px;
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/chevron-down.svg");
  background-size: 10px 6px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.site-nav__sub-nav li.drop:hover ul {
  display: block;
  top: 5px;
  opacity: 1; }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav li.drop:hover ul {
    background-color: transparent;
    padding-top: 0;
    left: 20px;
    top: 10px; } }

.site-nav__sub-nav li.drop:hover:after {
  opacity: 1;
  top: 21px; }

.site-nav__sub-nav__drop-menu {
  position: absolute;
  margin: 0;
  padding: 0;
  left: -5px;
  top: -150px;
  opacity: 0;
  background-color: #333;
  z-index: -1;
  width: calc(100% + 50px);
  padding-bottom: 14px;
  padding-top: 43px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav__drop-menu {
    position: relative;
    background-color: transparent;
    padding-top: 0;
    left: 20px;
    top: 10px;
    opacity: 1; } }

.site-nav__sub-nav__drop-menu li {
  display: block;
  margin-left: 5px;
  padding-top: 8px;
  padding-bottom: 5px;
  -webkit-transition: margin-left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin-left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav__drop-menu li {
    margin-bottom: 2px; } }

.site-nav__sub-nav__drop-menu li:hover {
  margin-left: 10px; }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav__drop-menu li:hover {
    margin-left: 5px; } }

.site-nav__sub-nav__drop-menu li a {
  color: #d4d3d3;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__sub-nav__drop-menu li a {
    color: white; } }

.site-nav__burger {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 65px;
  height: 65px;
  cursor: pointer; }

@media screen and (max-width: 885px) {
  .site-nav__burger {
    display: block; } }

.site-nav__burger__bar {
  position: absolute;
  left: 22px;
  width: 22px;
  height: 3px;
  background-color: #d00b0b; }

.site-nav__burger__bar:nth-of-type(1) {
  top: 20px; }

.site-nav__burger__bar:nth-of-type(2) {
  top: 26px; }

.site-nav__burger__bar:nth-of-type(3) {
  top: 32px; }

.site-nav__sub-sub-nav {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 8px; }

@media print {
  .site-nav__sub-sub-nav {
    display: none; } }

.touch .site-nav__sub-sub-nav.expanded {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav {
    position: absolute;
    top: 65px;
    height: 46px;
    margin-top: 0;
    overflow: hidden; } }

.site-nav__sub-sub-nav__wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav__wrapper {
    height: auto; } }

.site-nav__sub-sub-nav__drop {
  position: relative;
  display: none;
  width: 100%;
  height: 46px;
  cursor: pointer; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav__drop {
    display: block; } }

.site-nav__sub-sub-nav__drop.open p, .site-nav__sub-sub-nav__drop.open span {
  color: #8a8a8a; }

.site-nav__sub-sub-nav__drop.open img, .site-nav__sub-sub-nav__drop.open svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.site-nav__sub-sub-nav__drop.open img path, .site-nav__sub-sub-nav__drop.open svg path {
  fill: #8a8a8a; }

.site-nav__sub-sub-nav__drop button {
  display: block;
  width: 100%;
  height: 46px;
  padding: 13px 0;
  margin: 0;
  text-align: right;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #d00b0b;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent; }

.zh-hans .site-nav__sub-sub-nav__drop button {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-nav__sub-sub-nav__drop span {
  color: black; }

.site-nav__sub-sub-nav__drop img, .site-nav__sub-sub-nav__drop svg {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -3px;
  width: 14px;
  height: auto;
  margin: 0 24px 0 12px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.site-nav__sub-sub-nav__drop img path, .site-nav__sub-sub-nav__drop svg path {
  fill: #d00b0b; }

.site-nav__sub-sub-nav ul {
  position: relative;
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0; }

.touch .site-nav__sub-sub-nav ul {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav ul {
    position: relative;
    top: 0px;
    margin: 20px 0 0;
    padding-bottom: 10px;
    text-align: left; } }

.site-nav__sub-sub-nav ul li {
  display: inline-block;
  margin: 0 12px;
  padding: 10px 0; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav ul li {
    display: block;
    margin: 0;
    margin-left: 25px;
    margin-bottom: 17px;
    padding: 0; } }

.site-nav__sub-sub-nav ul li a {
  position: relative;
  left: 0;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.site-nav__sub-sub-nav ul li a:hover {
  left: 5px;
  opacity: 0.75; }

.site-nav__sub-sub-nav ul li a.active {
  color: #d00b0b; }

.site-nav__sub-sub-nav ul li a.active:hover {
  left: 0;
  opacity: 1; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav ul li a {
    font-size: 17px;
    font-size: 1.7rem; } }

.zh-hans .site-nav__sub-sub-nav ul li a {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-nav__sub-sub-nav ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav ul ul {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    padding-bottom: 0;
    background: transparent; } }

.site-nav__sub-sub-nav ul ul li a {
  color: #666; }

.site-nav__sub-sub-nav--projects .site-nav__sub-sub-nav__wrapper {
  min-height: 64px; }

.site-nav__sub-sub-nav--projects ul {
  width: 80%;
  text-align: left;
  padding-top: 10px;
  padding-left: 48px;
  padding-bottom: 13px; }

@media screen and (max-width: 1400px) {
  .site-nav__sub-sub-nav--projects ul {
    width: 78%; } }

@media screen and (max-width: 1200px) {
  .site-nav__sub-sub-nav--projects ul {
    width: 70%; } }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav--projects ul {
    width: 100%;
    padding: 0;
    top: 0px;
    margin: 20px 0 0;
    padding-bottom: 10px; } }

.site-nav__sub-sub-nav--projects ul li {
  padding: 0;
  margin: 5px 0 5px 0;
  padding-right: 40px;
  width: 16%;
  vertical-align: top; }

@media screen and (max-width: 1400px) {
  .site-nav__sub-sub-nav--projects ul li {
    width: 20%; } }

@media screen and (max-width: 1200px) {
  .site-nav__sub-sub-nav--projects ul li {
    width: 25%; } }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav--projects ul li:last-child {
    margin-bottom: 17px; } }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav--projects ul li {
    display: block;
    float: none;
    margin: 0;
    margin-left: 25px;
    padding-right: 0;
    margin-bottom: 17px;
    padding: 0;
    width: 100%; } }

.site-nav__sub-sub-nav__search-wrapper {
  position: absolute;
  top: 17px;
  right: 35px;
  background-color: white; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav__search-wrapper {
    position: relative;
    float: none;
    top: 0;
    left: 25px;
    margin-bottom: 30px;
    width: calc(100% - 50px); }
  .touch .site-nav__sub-sub-nav__search-wrapper {
    margin-bottom: 115px; } }

.site-nav__sub-sub-nav__search-wrapper:hover:after {
  opacity: 0.5; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form .views-exposed-form .views-exposed-widgets {
  margin-bottom: 0 !important; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form .views-exposed-form .views-exposed-widget {
  float: none !important;
  padding: 0 !important; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0 !important; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=text] {
  position: relative;
  width: 220px;
  height: 31px;
  border-radius: 0px;
  background-color: #f3f3f3;
  outline: none;
  border: none;
  -webkit-appearance: none;
  padding: 5px 12px 4px 9px;
  color: black;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: #9b9b9b;
  text-transform: uppercase;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=text]:hover {
  color: #888888; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=text]:hover + input[type=submit] {
  opacity: 0.5; }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=text] {
    width: 100%;
    height: 28px;
    font-size: 17px;
    font-size: 1.7rem; } }

.zh-hans .site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=text] {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  width: 31px;
  height: 31px;
  background-color: transparent;
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/icon-magnifying-glass.svg");
  background-repeat: no-repeat;
  background-size: 19px 19px;
  background-position: 3px 6px;
  opacity: 0.2;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 200ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 885px) {
  .site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=submit] {
    background-position: 3px 5px; } }

.site-nav__sub-sub-nav__search-wrapper .search-projects-form input[type=submit]:hover {
  opacity: 0.5; }

.site-nav--large {
  height: 125px;
  background-color: transparent; }

@media screen and (max-width: 885px) {
  .site-nav--large {
    height: 65px;
    background-color: #333333; } }

.site-nav--large .site-nav__logo {
  top: 0;
  left: 0;
  width: 125px;
  height: 125px; }

.site-nav--large .site-nav__logo img {
  display: none; }

.site-nav--large .site-nav__logo img.square-logo {
  display: block; }

@media print {
  .site-nav--large .site-nav__logo img.square-logo {
    display: none; } }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__logo {
    top: 7px;
    left: 9px;
    width: 130px;
    height: auto; }
  .site-nav--large .site-nav__logo img {
    display: block; }
  .site-nav--large .site-nav__logo img.square-logo {
    display: none; }
  .site-nav--large .site-nav__logo img.print-logo {
    display: none; } }

@media print {
  .site-nav--large .site-nav__logo {
    width: 75px;
    height: 75px; } }

.site-nav--large .site-nav__main-nav {
  top: 41.5px; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__main-nav {
    top: 6px; } }

.site-nav--large .site-nav__main-nav li {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.2rem;
  letter-spacing: -0.02rem; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__main-nav li {
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 3.1rem;
    letter-spacing: -0.02rem; } }

.site-nav--large .site-nav__main-nav a {
  color: white; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__main-nav a {
    color: white; } }

.site-nav--large .site-nav__main-nav a:hover {
  color: #d4d3d3; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__main-nav a:hover {
    color: #d4d3d3; } }

.site-nav--large .site-nav__sub-nav {
  top: 45px; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__sub-nav {
    top: 0; } }

.site-nav--large .site-nav__sub-nav li {
  color: white;
  padding: 12px 7px 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3rem; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__sub-nav li {
    padding: 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.9rem; } }

.site-nav--large .site-nav__sub-nav li:hover {
  color: #d4d3d3; }

.site-nav--large .site-nav__sub-nav li:hover > a {
  color: #d4d3d3; }

.site-nav--large .site-nav__sub-nav li a {
  color: white; }

.site-nav--large .site-nav__sub-nav li.drop {
  background-color: transparent; }

.site-nav--large .site-nav__sub-nav li.drop:after {
  top: 9px; }

.site-nav--large .site-nav__sub-nav li.drop:hover:after {
  top: 15px; }

.site-nav--large .site-nav__sub-nav li.drop:hover ul {
  top: 0; }

@media screen and (max-width: 885px) {
  .site-nav--large .site-nav__sub-nav li.drop:hover ul {
    top: 10px; } }

.site-nav--large .site-nav__sub-nav__drop-menu li {
  padding-top: 8px;
  padding-bottom: 5px; }

.site-footer {
  width: 100%;
  height: auto;
  background-color: #fafafa;
  padding: 47px 38px; }

@media screen and (max-width: 767px) {
  .site-footer {
    padding: 35px 25px 20px; } }

@media print {
  .site-footer {
    padding: 0 !important;
    margin: 50px 0 0 0 !important;
    clear: both; }
  .site-footer:before, .site-footer:after {
    content: " ";
    display: table; }
  .site-footer:after {
    clear: both; } }

.site-footer__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 73px;
  height: 73px; }

@media screen and (max-width: 479px) {
  .site-footer__logo {
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    margin-bottom: 17px; } }

@media print {
  .site-footer__logo {
    display: none; } }

.site-footer__logo img {
  width: 100%;
  height: auto;
  border: none;
  text-decoration: none;
  border: 0px; }

.site-footer__about-txt p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #b1b1b1;
  margin-left: 92px;
  margin-top: -2px;
  text-align: left !important; }

@media screen and (max-width: 767px) {
  .site-footer__about-txt p {
    padding-right: 92px; } }

@media screen and (max-width: 479px) {
  .site-footer__about-txt p {
    padding-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2rem; } }

@media print {
  .site-footer__about-txt p {
    margin-left: 0; } }

.site-footer__about-txt p strong {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: black;
  text-transform: uppercase; }

.zh-hans .site-footer__about-txt p strong {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.site-footer__about-txt p em {
  font-style: normal;
  text-transform: uppercase; }

.site-footer__nav {
  list-style-type: none;
  padding: 0;
  margin-left: 92px;
  margin-top: -4px; }

@media print {
  .site-footer__nav {
    display: none; } }

@media screen and (max-width: 479px) {
  .site-footer__nav {
    margin-left: 0px;
    margin-top: 10px; } }

.site-footer__nav li {
  display: inline-block;
  margin-right: 15px; }

.site-footer__nav li a {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #b1b1b1;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.zh-hans .site-footer__nav li a {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.site-footer__nav li a:hover {
  color: #989898; }

.site-footer__copyright {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.6rem;
  font-style: italic;
  color: #b1b1b1;
  opacity: 0.5;
  margin-left: 0;
  clear: both;
  padding-top: 11px; }

@media screen and (max-width: 479px) {
  .site-footer__copyright {
    margin-bottom: 16px; } }

@media print {
  .site-footer__copyright {
    color: black;
    opacity: 1; } }

.site-footer__social-nav {
  text-align: right;
  padding: 0;
  margin: 0; }

@media print {
  .site-footer__social-nav {
    display: none; } }

.site-footer__social-nav li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #999999;
  border-radius: 50%;
  -webkit-transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  margin-left: 3px; }

@media screen and (max-width: 479px) {
  .site-footer__social-nav li {
    width: 44px;
    height: 44px;
    background-size: auto 22px;
    margin: 0 2px; } }

.site-footer__social-nav li:hover {
  background-color: gray; }

.site-footer__social-nav li.fb {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-fb.svg"); }

.site-footer__social-nav li.tw {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-tw.svg"); }

.site-footer__social-nav li.inst {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-inst.svg"); }

.site-footer__social-nav li.yt {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-yt.svg"); }

.site-footer__social-nav li.lin {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-lin.svg"); }

.site-footer__social-nav li a {
  display: block;
  width: 100%;
  height: 100%; }

.drupal-navbar .navbar-bar {
  width: 100%; }

p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #666666; }

@media screen and (max-width: 600px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.3rem; } }

@media print {
  p {
    color: black; }
  .is-rtl p {
    direction: rtl;
    text-align: right; } }

p b {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: inherit; }

p i, p em {
  font-family: 'Arimo', sans-serif;
  font-style: italic;
  font-weight: 400; }

.is-rtl p {
  direction: rtl;
  text-align: right; }

.zh-hans p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.zh-hans p b {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif;
  font-weight: 700; }

.zh-hans p i, .zh-hans p em {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif;
  font-style: italic; }

.zh-hans p a {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400; }

a {
  color: #d00b0b;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  text-decoration: none; }

a:hover {
  color: black; }

body.page-user #page-title {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
  margin: 62px 0 30px 128px; }

@media screen and (max-width: 767px) {
  body.page-user #page-title {
    margin-left: 25px;
    margin-top: 30px; } }

#user-pass, #user-login {
  position: relative;
  padding-left: 130px;
  margin-bottom: 70px; }

@media screen and (max-width: 767px) {
  #user-pass, #user-login {
    padding-left: 25px;
    padding-right: 25px; } }

#user-pass .form-item, #user-login .form-item {
  margin-bottom: 30px; }

#user-pass .form-item label, #user-login .form-item label {
  display: block;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.04rem;
  color: black;
  margin-bottom: 10px;
  text-transform: uppercase; }

#user-pass .form-item label .form-required, #user-login .form-item label .form-required {
  color: #d00b0b; }

#user-pass .form-item input, #user-login .form-item input {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: -0.02rem;
  color: black;
  border: 1px solid rgba(128, 128, 128, 0.3);
  outline: none;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px;
  -webkit-box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset; }

@media screen and (max-width: 767px) {
  #user-pass .form-item input, #user-login .form-item input {
    width: 100%; } }

#user-pass .form-item .description, #user-login .form-item .description {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: uppercase;
  font-style: italic;
  color: grey; }

#user-pass .form-actions input[type=submit], #user-login .form-actions input[type=submit] {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02rem;
  font-style: bold;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #d00b0b;
  text-transform: uppercase;
  color: white;
  padding: 11px 20px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

#user-pass .form-actions input[type=submit]:hover, #user-login .form-actions input[type=submit]:hover {
  background-color: #a00808; }

.generic-dot-nav {
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 27px;
  display: table;
  width: 10px;
  height: auto;
  z-index: 99;
  list-style-type: none;
  margin: 0;
  padding: 0;
  top: 50%; }

@media screen and (max-width: 1023px) {
  .generic-dot-nav {
    display: none; } }

@media print {
  .generic-dot-nav {
    display: none; } }

.generic-dot-nav li {
  position: relative;
  display: table-row;
  width: 10px;
  height: 10px;
  margin: 4px 0; }

.generic-dot-nav li a {
  display: block;
  background-color: #dee2e7;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  width: 10px;
  height: 10px; }

.generic-dot-nav li a.active, .generic-dot-nav li a:hover {
  background-color: #c6c6c6;
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

.generic-image-block {
  position: relative;
  width: 100%;
  height: calc(100vh - 50px);
  overflow: hidden;
  display: block; }

@media screen and (max-width: 479px) {
  .generic-image-block {
    height: calc(100vh - 65px); } }

@media print {
  .generic-image-block {
    height: auto;
    overflow: visible; } }

.generic-image-block__img {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  overflow: hidden; }

.generic-image-block__img picture {
  position: absolute;
  width: 100%;
  height: 100%; }

.generic-image-block__img__tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.generic-image-block__img video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important; }

.touch .generic-image-block__img video {
  display: none; }

.generic-image-block .text-wrapper {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%; }

@media print {
  .generic-image-block .text-wrapper {
    position: relative;
    margin-bottom: 40px; } }

.generic-image-block__large-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  z-index: 2; }

@media screen and (max-width: 600px) {
  .generic-image-block__large-text {
    width: 100%; } }

.generic-image-block__large-text.left-side {
  text-align: right;
  padding-left: 15%;
  padding-right: 25px; }

@media screen and (max-width: 1023px) {
  .generic-image-block__large-text.left-side {
    padding-left: 25px; } }

@media screen and (max-width: 885px) {
  .generic-image-block__large-text.left-side {
    padding-left: 25px; } }

@media screen and (max-width: 600px) {
  .generic-image-block__large-text.left-side {
    text-align: left; } }

.generic-image-block__large-text.left-side .wrapper {
  padding: 30px 40px 30px 0; }

.no-touch .generic-image-block__large-text.left-side .wrapper {
  left: -350px;
  opacity: 0; }

.no-touch .generic-image-block__large-text.left-side h1, .no-touch .generic-image-block__large-text.left-side h2 {
  right: -100%; }

.generic-image-block__large-text.right-side {
  text-align: left;
  padding-right: 15%; }

@media screen and (max-width: 885px) {
  .generic-image-block__large-text.right-side {
    padding-left: 25px;
    padding-right: 25px; } }

.generic-image-block__large-text.right-side .wrapper {
  padding: 30px 10px 30px 0; }

.no-touch .generic-image-block__large-text.right-side .wrapper {
  right: 350px;
  opacity: 0; }

.no-touch .generic-image-block__large-text.right-side h1, .no-touch .generic-image-block__large-text.right-side h2 {
  left: 100%; }

.generic-image-block__large-text .wrapper {
  position: relative;
  border-right: 2px solid white;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .generic-image-block__large-text .wrapper {
    border-right: 1px solid white; } }

@media print {
  .generic-image-block__large-text .wrapper {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    right: 0 !important;
    left: 0 !important; } }

.generic-image-block__large-text h1, .generic-image-block__large-text h2 {
  position: relative;
  top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: white;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.generic-image-block__large-text h1 a, .generic-image-block__large-text h2 a {
  color: white; }

.no-touch .generic-image-block__large-text h1 a:hover, .no-touch .generic-image-block__large-text h1 a:focus, .no-touch .generic-image-block__large-text h2 a:hover, .no-touch .generic-image-block__large-text h2 a:focus {
  color: #d4d3d3; }

@media screen and (max-width: 885px) {
  .generic-image-block__large-text h1, .generic-image-block__large-text h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 8.2rem;
    letter-spacing: -0.02rem; } }

@media screen and (max-width: 479px) {
  .generic-image-block__large-text h1, .generic-image-block__large-text h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 5rem;
    letter-spacing: -0.01rem; } }

.zh-hans .generic-image-block__large-text h1, .zh-hans .generic-image-block__large-text h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 10rem; }

@media screen and (max-width: 885px) {
  .zh-hans .generic-image-block__large-text h1, .zh-hans .generic-image-block__large-text h2 {
    line-height: 9rem; } }

@media screen and (max-width: 479px) {
  .zh-hans .generic-image-block__large-text h1, .zh-hans .generic-image-block__large-text h2 {
    line-height: 7rem; } }

@media print {
  .generic-image-block__large-text h1, .generic-image-block__large-text h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 8.2rem;
    letter-spacing: -0.02rem;
    display: block;
    width: 100%;
    color: black;
    opacity: 1;
    text-align: left;
    margin: 0;
    padding: 0;
    left: 0 !important;
    right: 0; }
  .generic-image-block__large-text h1 a, .generic-image-block__large-text h2 a {
    color: black; } }

@media print {
  .generic-image-block__large-text {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    color: black !important;
    opacity: 1 !important;
    left: 0 !important;
    padding: 0 !important; } }

.generic-image-block__small-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  z-index: 3; }

.no-touch .generic-image-block__small-text {
  opacity: 0; }

@media screen and (max-width: 600px) {
  .generic-image-block__small-text {
    display: none; } }

.generic-image-block__small-text.left-side {
  text-align: left;
  padding-left: 30%; }

@media screen and (max-width: 1023px) {
  .generic-image-block__small-text.left-side {
    padding-left: 20%; } }

@media screen and (max-width: 767px) {
  .generic-image-block__small-text.left-side {
    padding-left: 10%; } }

@media screen and (max-width: 885px) {
  .generic-image-block__small-text.left-side {
    padding-left: 25px; } }

.generic-image-block__small-text.left-side p {
  padding-right: 40px; }

.generic-image-block__small-text.right-side {
  text-align: left;
  padding-right: 25%; }

@media screen and (max-width: 1023px) {
  .generic-image-block__small-text.right-side {
    padding-right: 15%; } }

@media screen and (max-width: 767px) {
  .generic-image-block__small-text.right-side {
    padding-right: 5%; } }

@media screen and (max-width: 885px) {
  .generic-image-block__small-text.right-side {
    padding-right: 25px; } }

.generic-image-block__small-text p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: white; }

.zh-hans .generic-image-block__small-text p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

@media print {
  .generic-image-block__small-text {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
    color: black !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 1 !important; }
  .generic-image-block__small-text p {
    color: black !important;
    display: block !important; } }

.generic-image-grid-block {
  padding: 60px 0 110px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block {
    padding: 30px 0 50px; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block {
    padding: 20px 0 0; } }

.generic-image-grid-block.reverse .generic-image-grid-block__text {
  left: 50%;
  padding: 5% 8.6% 0 60px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__text {
    left: 0%;
    padding: 0 26px 33px; } }

@media print {
  .generic-image-grid-block.reverse .generic-image-grid-block__text {
    left: 0%; } }

.generic-image-grid-block__text {
  position: relative;
  padding: 5% 60px 0 8.6%; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__text {
    padding: 0 26px 33px; } }

@media print {
  .generic-image-grid-block__text {
    left: 0% !important;
    float: none !important;
    width: 100% !important;
    padding: 0 !important; } }

.generic-image-grid-block__text h2 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black;
  margin-bottom: -5px; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__text h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem;
    margin-bottom: 18px; } }

.is-rtl .generic-image-grid-block__text h2 {
  direction: rtl;
  text-align: right; }

.zh-hans .generic-image-grid-block__text h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.generic-image-grid-block__text h3 {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -5px; }

.generic-image-grid-block__text h3:after {
  content: '';
  position: relative;
  top: 2px;
  left: -10px;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(208, 11, 11, 0.5); }

.is-rtl .generic-image-grid-block__text h3:after {
  left: 0;
  right: -10px; }

.is-rtl .generic-image-grid-block__text h3 {
  direction: rtl;
  text-align: right; }

.zh-hans .generic-image-grid-block__text h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.generic-image-grid-block__text p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__text p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

.zh-hans .generic-image-grid-block__text p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.generic-image-grid-block__text a {
  color: #d00b0b;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  text-decoration: none; }

.generic-image-grid-block__text a:hover {
  color: black; }

.generic-image-grid-block__text ul, .generic-image-grid-block__text ol {
  padding-left: 21px;
  padding-right: 25%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__text ul, .generic-image-grid-block__text ol {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

@media print {
  .generic-image-grid-block__text ul, .generic-image-grid-block__text ol {
    color: black; } }

.is-rtl .generic-image-grid-block__text ul, .is-rtl .generic-image-grid-block__text ol {
  direction: rtl;
  padding-right: 21px;
  padding-left: 25%; }

@media print {
  .is-rtl .generic-image-grid-block__text ul, .is-rtl .generic-image-grid-block__text ol {
    direction: rtl;
    text-align: right; } }

.zh-hans .generic-image-grid-block__text ul, .zh-hans .generic-image-grid-block__text ol {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.generic-image-grid-block__text ul li, .generic-image-grid-block__text ol li {
  position: relative;
  margin-bottom: 7px; }

.generic-image-grid-block__text ol {
  list-style-type: none;
  counter-reset: counter; }

.generic-image-grid-block__text ol li {
  position: relative; }

.generic-image-grid-block__text ol li:before {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  left: -32px;
  width: 30px;
  text-align: right; }

.is-rtl .generic-image-grid-block__text ol li:before {
  left: auto;
  right: -32px;
  text-align: left; }

.generic-image-grid-block__text ul {
  list-style-type: none; }

.generic-image-grid-block__text ul li:before {
  content: '';
  display: inline-block;
  margin-top: 6px;
  margin-left: -16px;
  margin-right: 2px;
  width: 14px;
  height: 10px;
  background-image: url(/sites/all/themes/fentressarchitects/images/svg/chevron-right.svg);
  background-size: 6px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media print {
  .generic-image-grid-block__text ul li:before {
    -webkit-print-color-adjust: exact; } }

.is-rtl .generic-image-grid-block__text ul li:before {
  left: auto;
  margin-right: -16px;
  margin-left: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.generic-image-grid-block__text blockquote {
  position: relative;
  border-right: 2px solid black;
  margin: 0;
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__text blockquote {
    padding-left: 20px; } }

@media screen and (max-width: 600px) {
  .generic-image-grid-block__text blockquote {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem;
    padding-bottom: 15px;
    margin-bottom: 25px; } }

.generic-image-grid-block__text blockquote:before {
  content: '“';
  position: absolute;
  top: 11px;
  left: -38px;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__text blockquote:before {
    left: -10px; } }

@media screen and (max-width: 600px) {
  .generic-image-grid-block__text blockquote:before {
    top: -2px;
    left: -17px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 3.7rem;
    letter-spacing: -0.02rem; } }

.generic-image-grid-block__text blockquote p {
  text-align: left;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black; }

@media screen and (max-width: 600px) {
  .generic-image-grid-block__text blockquote p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem; } }

.is-rtl .generic-image-grid-block__text blockquote p {
  text-align: right; }

.zh-hans .generic-image-grid-block__text blockquote p {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.is-rtl .generic-image-grid-block__text blockquote {
  direction: rtl;
  border-right: none;
  border-left: 2px solid black;
  padding-right: 0px;
  padding-left: 30px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__text blockquote {
    padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .is-rtl .generic-image-grid-block__text blockquote {
    padding-right: 0; } }

@media print {
  .is-rtl .generic-image-grid-block__text blockquote {
    direction: rtl;
    text-align: right; } }

.is-rtl .generic-image-grid-block__text blockquote:before {
  content: '”';
  right: -38px;
  left: auto; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__text blockquote:before {
    right: -10px; } }

@media screen and (max-width: 600px) {
  .is-rtl .generic-image-grid-block__text blockquote:before {
    top: -2px;
    right: -17px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 3.7rem;
    letter-spacing: -0.02rem; } }

.generic-image-grid-block__text blockquote cite {
  display: block;
  text-align: right;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0rem;
  font-style: italic;
  color: #666666;
  margin-top: 20px; }

@media screen and (max-width: 600px) {
  .generic-image-grid-block__text blockquote cite {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0rem; } }

.is-rtl .generic-image-grid-block__text blockquote cite {
  direction: rtl;
  text-align: left; }

.zh-hans .generic-image-grid-block__text blockquote cite {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.generic-image-grid-block.reverse .generic-image-grid-block__pics {
  left: -50%; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics {
    left: 0%; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption {
  left: 50%; }

@media screen and (max-width: 1023px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption {
    left: 10%; } }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption {
    left: 10%; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption svg {
  left: calc(100% + 10px); }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption svg {
    left: -24px; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption svg {
    left: -26px; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption p {
  text-align: right; }

@media screen and (max-width: 1023px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__large-image__caption p {
    text-align: left; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__small-images {
  left: 75%; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__small-images {
    left: 0%; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__small-images li img {
  padding: 0 0 10px 10px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__small-images li img {
    padding: 0 0 10px 0; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images {
  left: -6%; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images {
    left: 0%; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption {
  left: 10%; }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption svg {
  left: calc(100% + 10px); }

@media screen and (max-width: 767px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption svg {
    left: -24px; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption svg {
    left: -26px; } }

.generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption p {
  text-align: right; }

@media screen and (max-width: 1023px) {
  .generic-image-grid-block.reverse .generic-image-grid-block__pics__med-images__caption p {
    text-align: left; } }

.generic-image-grid-block__pics {
  position: relative;
  list-style-type: none;
  display: block; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics {
    padding-bottom: 18px; } }

@media print {
  .generic-image-grid-block__pics {
    left: 0% !important;
    float: none !important;
    width: 100% !important; } }

.generic-image-grid-block__pics__large-image {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0; }

@media print {
  .generic-image-grid-block__pics__large-image {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.generic-image-grid-block__pics__large-image img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__large-image img {
    padding-bottom: 7px; } }

.generic-image-grid-block__pics__large-image__caption {
  position: relative;
  left: 10%;
  width: 40%;
  margin: 0;
  margin-top: -10px; }

@media screen and (max-width: 1023px) {
  .generic-image-grid-block__pics__large-image__caption {
    width: 65%; } }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__large-image__caption {
    width: 86%; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__large-image__caption {
    left: 50px;
    width: 65%;
    padding: 0; } }

.is-rtl .generic-image-grid-block__pics__large-image__caption {
  right: 0%; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__pics__large-image__caption {
    left: auto; } }

@media screen and (max-width: 479px) {
  .is-rtl .generic-image-grid-block__pics__large-image__caption {
    right: 50px;
    width: 100%;
    padding-left: 20%; } }

.generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block__pics__large-image__caption svg {
  position: absolute;
  top: 3px;
  left: -18px;
  width: 10px;
  height: auto; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block__pics__large-image__caption svg {
    width: 16px;
    left: -24px; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__large-image__caption img, .generic-image-grid-block__pics__large-image__caption svg {
    top: 5px;
    left: -26px;
    width: 18px; } }

.is-rtl .generic-image-grid-block__pics__large-image__caption img, .is-rtl .generic-image-grid-block__pics__large-image__caption svg {
  left: auto;
  right: -18px; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__pics__large-image__caption img, .is-rtl .generic-image-grid-block__pics__large-image__caption svg {
    right: -24px; } }

@media screen and (max-width: 479px) {
  .is-rtl .generic-image-grid-block__pics__large-image__caption img, .is-rtl .generic-image-grid-block__pics__large-image__caption svg {
    right: -26px; } }

.generic-image-grid-block__pics__large-image__caption img path, .generic-image-grid-block__pics__large-image__caption svg path {
  fill: #d00b0b; }

.generic-image-grid-block__pics__large-image__caption p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #999999; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__large-image__caption p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding: 3px 0; } }

.zh-hans .generic-image-grid-block__pics__large-image__caption p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.generic-image-grid-block__pics__small-images {
  list-style-type: none;
  margin: 0; }

@media print {
  .generic-image-grid-block__pics__small-images {
    display: none; } }

.generic-image-grid-block__pics__small-images li img {
  width: 100%;
  height: auto;
  display: block;
  padding: 0 10px 10px 0; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__small-images li img {
    padding: 0 0 7px; } }

@media print {
  .generic-image-grid-block__pics__small-images li {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.generic-image-grid-block__pics__med-images {
  list-style-type: none;
  margin: 0; }

@media print {
  .generic-image-grid-block__pics__med-images {
    left: 0 !important; } }

.generic-image-grid-block__pics__med-images li figure {
  margin: 0;
  padding: 0; }

.generic-image-grid-block__pics__med-images li img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 10px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__med-images li img {
    padding-bottom: 7px; } }

@media print {
  .generic-image-grid-block__pics__med-images li {
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.generic-image-grid-block__pics__med-images__caption {
  position: relative;
  left: 50%;
  width: 40%;
  margin-top: -10px; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__med-images__caption {
    left: 10%;
    width: 86%; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__med-images__caption {
    left: 50px;
    width: 65%;
    padding: 0; } }

.is-rtl .generic-image-grid-block__pics__med-images__caption {
  right: 0%; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__pics__med-images__caption {
    left: auto; } }

@media screen and (max-width: 479px) {
  .is-rtl .generic-image-grid-block__pics__med-images__caption {
    right: 50px;
    width: 100%;
    padding-left: 20%; } }

.generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block__pics__med-images__caption svg {
  position: absolute;
  top: 3px;
  left: -18px;
  width: 10px;
  height: auto; }

@media screen and (max-width: 767px) {
  .generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block__pics__med-images__caption svg {
    width: 16px;
    left: -24px; } }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__med-images__caption img, .generic-image-grid-block__pics__med-images__caption svg {
    top: 5px;
    left: -26px;
    width: 18px; } }

.is-rtl .generic-image-grid-block__pics__med-images__caption img, .is-rtl .generic-image-grid-block__pics__med-images__caption svg {
  left: auto;
  right: -18px; }

@media screen and (max-width: 767px) {
  .is-rtl .generic-image-grid-block__pics__med-images__caption img, .is-rtl .generic-image-grid-block__pics__med-images__caption svg {
    right: -24px; } }

@media screen and (max-width: 479px) {
  .is-rtl .generic-image-grid-block__pics__med-images__caption img, .is-rtl .generic-image-grid-block__pics__med-images__caption svg {
    right: -26px; } }

.generic-image-grid-block__pics__med-images__caption img path, .generic-image-grid-block__pics__med-images__caption svg path {
  fill: #d00b0b; }

.generic-image-grid-block__pics__med-images__caption p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: italic;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #999999; }

@media screen and (max-width: 479px) {
  .generic-image-grid-block__pics__med-images__caption p {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    padding: 3px 0; } }

.zh-hans .generic-image-grid-block__pics__med-images__caption p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.node-type-home-page #content-container {
  margin-top: 0; }

@media screen and (max-width: 885px) {
  .node-type-home-page #content-container {
    margin-top: 65px; } }

.node-type-contact-page .text-block {
  margin: 30px 25%; }

@media screen and (max-width: 1023px) {
  .node-type-contact-page .text-block {
    margin: 30px 10%; } }

@media screen and (max-width: 767px) {
  .node-type-contact-page .text-block {
    margin: 15px 25px; } }

@media screen and (max-width: 600px) {
  .node-type-contact-page .text-block {
    margin: 8px 25px 27px; } }

.contact-map {
  position: relative;
  padding: 0; }

@media screen and (max-width: 600px) {
  .contact-map {
    padding-bottom: 60px; } }

@media print {
  .contact-map {
    display: none; } }

.contact-map h2 {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: 7vw;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: #58585a;
  margin: 0;
  padding-right: 7vw; }

@media screen and (max-width: 1200px) {
  .contact-map h2 {
    font-size: 7vw;
    line-height: 6vw; } }

@media screen and (max-width: 767px) {
  .contact-map h2 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    left: 0;
    bottom: 32px;
    text-align: left;
    font-size: 40px;
    font-size: 4rem;
    line-height: 3.4rem;
    letter-spacing: -0.01rem; } }

.is-rtl .contact-map h2 {
  direction: rtl;
  text-align: right; }

.zh-hans .contact-map h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 11rem; }

@media screen and (max-width: 1200px) {
  .zh-hans .contact-map h2 {
    line-height: 7vw; } }

@media screen and (max-width: 767px) {
  .zh-hans .contact-map h2 {
    line-height: 4.5rem; } }

.contact-map img, .contact-map svg {
  width: 100%;
  height: auto;
  padding: 0 30px; }

@media screen and (max-width: 600px) {
  .contact-map img, .contact-map svg {
    padding: 0; } }

.contact-map img #markers a, .contact-map svg #markers a {
  cursor: pointer;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.contact-map img #markers a:hover, .contact-map svg #markers a:hover {
  -webkit-transform: translate(0px, -2px);
  transform: translate(0px, -2px); }

.node-type-individual-location-page .image-header {
  margin-bottom: 25px; }

.node-type-individual-location-page .text-block {
  margin: 25px 25% 30px; }

@media screen and (max-width: 1023px) {
  .node-type-individual-location-page .text-block {
    margin: 30px 10%; } }

@media screen and (max-width: 767px) {
  .node-type-individual-location-page .text-block {
    margin: 15px 25px; } }

@media screen and (max-width: 600px) {
  .node-type-individual-location-page .text-block {
    margin: 8px 25px 27px; } }

.node-type-individual-location-page .text-block h1 {
  text-align: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin-bottom: 20px; }

@media screen and (max-width: 600px) {
  .node-type-individual-location-page .text-block h1 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 3.4rem;
    letter-spacing: -0.01rem;
    margin-bottom: 10px; } }

.divider-line {
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #b7b7b7;
  margin-bottom: 40px; }

.location-contact-card {
  position: relative;
  float: right;
  background-color: #f1f1f1;
  text-align: center;
  padding: 0 10px 15px;
  margin: 0 0 30px 30px;
  max-width: 155px; }

@media screen and (max-width: 600px) {
  .location-contact-card {
    max-width: none; } }

@media screen and (max-width: 600px) and (max-width: 600px) {
  .location-contact-card {
    display: block;
    float: none;
    top: 0px;
    margin: 50px 0 30px 0; } }

@media screen and (max-width: 600px) {
  .location-contact-card ul {
    margin: 0;
    padding: 0;
    padding-left: 0;
    padding-right: 0; } }

.location-contact-card__img {
  position: relative;
  display: block;
  margin: 0 auto;
  top: -20px;
  margin-bottom: -20px;
  width: 58px;
  height: 58px; }

.location-contact-card p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: black;
  padding: 0 10px;
  text-align: center; }

.location-contact-card p .name {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700; }

.location-contact-card p .tel {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #655454; }

.location-contact-card__social {
  margin: 0;
  padding: 0 !important;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  text-align: center; }

.location-contact-card__social li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #676767;
  margin: 0 1px;
  border-radius: 50%;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  background-position: 50% 50%;
  background-size: auto 14px;
  background-repeat: no-repeat; }

.location-contact-card__social li:before {
  display: none !important; }

.location-contact-card__social li:hover {
  background-color: #4e4e4e; }

.location-contact-card__social li.lin {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/location-icon-lin.svg"); }

.location-contact-card__social li.email {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/location-icon-email.svg");
  background-size: auto 10px; }

.location-contact-card__social li a {
  display: block;
  width: 100%;
  height: 100%; }

.location-map {
  clear: both;
  padding-top: 10px;
  padding-bottom: 70px; }

@media screen and (max-width: 600px) {
  .location-map {
    padding-top: 10px; } }

@media print {
  .location-map {
    display: none; } }

.location-map__img {
  border: 1px solid #dfdfdf;
  height: 250px; }

@media screen and (max-width: 479px) {
  .location-map__img {
    height: 180px; } }

.location-map a {
  float: right;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px; }

.zh-hans .location-map a {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif;
  font-weight: 700; }

.location-details h2 {
  text-align: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin-bottom: 83px; }

@media screen and (max-width: 600px) {
  .location-details h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 3.4rem;
    letter-spacing: -0.01rem;
    margin-bottom: 30px; } }

.touch .location-details__prev-next-btn {
  display: none; }

.location-details__info {
  padding: 0 25%;
  padding-top: 40px; }

@media screen and (max-width: 1023px) {
  .location-details__info {
    padding: 0 10%; } }

@media screen and (max-width: 767px) {
  .location-details__info {
    padding: 0 25px; } }

.location-details__info__text {
  padding-right: 30px; }

.location-details__info__text ul, .location-details__info__text ol {
  padding-left: 21px;
  padding-right: 25%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .location-details__info__text ul, .location-details__info__text ol {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

@media print {
  .location-details__info__text ul, .location-details__info__text ol {
    color: black; } }

.is-rtl .location-details__info__text ul, .is-rtl .location-details__info__text ol {
  direction: rtl;
  padding-right: 21px;
  padding-left: 25%; }

@media print {
  .is-rtl .location-details__info__text ul, .is-rtl .location-details__info__text ol {
    direction: rtl;
    text-align: right; } }

.zh-hans .location-details__info__text ul, .zh-hans .location-details__info__text ol {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.location-details__info__text ul li, .location-details__info__text ol li {
  position: relative;
  margin-bottom: 7px; }

.location-details__info__text ol {
  list-style-type: none;
  counter-reset: counter; }

.location-details__info__text ol li {
  position: relative; }

.location-details__info__text ol li:before {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  left: -32px;
  width: 30px;
  text-align: right; }

.is-rtl .location-details__info__text ol li:before {
  left: auto;
  right: -32px;
  text-align: left; }

.location-details__info__text ul {
  list-style-type: none; }

.location-details__info__text ul li:before {
  content: '';
  display: inline-block;
  margin-top: 6px;
  margin-left: -16px;
  margin-right: 2px;
  width: 14px;
  height: 10px;
  background-image: url(/sites/all/themes/fentressarchitects/images/svg/chevron-right.svg);
  background-size: 6px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media print {
  .location-details__info__text ul li:before {
    -webkit-print-color-adjust: exact; } }

.is-rtl .location-details__info__text ul li:before {
  left: auto;
  margin-right: -16px;
  margin-left: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media screen and (max-width: 600px) {
  .location-details__info__text {
    padding-right: 0px; } }

.news-story-entries {
  padding: 20px 8.6% 20px; }

@media screen and (max-width: 600px) {
  .news-story-entries {
    padding: 20px 20px 20px; } }

.news-story-entries > h3 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  color: black;
  margin-bottom: 45px;
  margin-left: 5px; }

.news-story-entries ul {
  display: block;
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

.news-story-entries ul li {
  width: 20%;
  padding: 0 5px; }

@media screen and (max-width: 1200px) {
  .news-story-entries ul li {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .news-story-entries ul li {
    width: 33%; } }

@media screen and (max-width: 767px) {
  .news-story-entries ul li {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .news-story-entries ul li {
    width: 100%;
    padding: 0 2px; } }

@media print {
  .news-story-entries ul li {
    width: 33.3333% !important;
    position: static !important;
    display: block !important;
    float: left !important;
    page-break-inside: avoid; } }

.news-story-entries ul li a {
  display: block;
  color: transparent; }

.news-story-entries ul li a:hover .img-wrapper img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -ms-transform: scale(1.03); }

.news-story-entries ul li a:hover .img-wrapper:before {
  background: rgba(0, 0, 0, 0.3); }

.news-story-entries ul li a:hover h4 {
  color: #666666; }

.news-story-entries ul li a .img-wrapper {
  position: relative;
  overflow: hidden; }

.news-story-entries ul li a .img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.news-story-entries ul li a .img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.news-story-entries ul li a h4 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2rem;
  letter-spacing: -0.02rem;
  color: black;
  margin-top: 6px;
  margin-bottom: 25px;
  padding-right: 10px;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 600px) {
  .news-story-entries ul li a h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.01rem; } }

.is-rtl .news-story-entries ul li a h4 {
  direction: rtl;
  text-align: right; }

.zh-hans .news-story-entries ul li a h4 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.news-story-entries ul li.no-img a {
  border-top: 8px solid #b4b4b4;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.news-story-entries ul li.no-img a:hover {
  border-top: 8px solid #9b9b9b; }

.news-story-entries ul li.no-img a h4 {
  margin-top: 10px; }

.people-grid {
  background-color: #f8f8f8;
  padding: 78px 8.6% 17px;
  margin-top: 9px;
  margin-bottom: 10px; }

@media screen and (max-width: 1023px) {
  .people-grid {
    padding: 60px 10%; } }

@media screen and (max-width: 767px) {
  .people-grid {
    padding: 40px 25px; } }

@media screen and (max-width: 600px) {
  .people-grid {
    padding: 8px 5px 27px; } }

.people-grid ul {
  display: block;
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

.people-grid ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 6px;
  margin-bottom: 33px;
  overflow: hidden; }

@media screen and (max-width: 1200px) {
  .people-grid ul li {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .people-grid ul li {
    width: 33.333%; } }

@media screen and (max-width: 767px) {
  .people-grid ul li {
    width: 50%; } }

@media print {
  .people-grid ul li {
    width: 25%;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.people-grid ul li a {
  display: block;
  outline: none;
  border: none;
  color: transparent; }

.people-grid ul li a:hover .img-wrapper picture.gray {
  opacity: 0; }

.people-grid ul li a .img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 15.8vw; }

@media screen and (max-width: 1200px) {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 19.8vw; } }

@media screen and (max-width: 1023px) {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 25.4vw; } }

@media screen and (max-width: 767px) {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 44vw; } }

@media screen and (max-width: 600px) {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 46.1vw; } }

@media screen and (max-width: 479px) {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 44vw; } }

@media print {
  .people-grid ul li a .img-wrapper {
    width: 100%;
    height: 120px; } }

.people-grid ul li a .img-wrapper picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.people-grid ul li a .img-wrapper picture.gray {
  z-index: 2; }

@media print {
  .people-grid ul li a .img-wrapper picture img {
    width: 100% !important;
    height: auto !important; } }

.people-grid ul li a h3 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5rem;
  letter-spacing: -0.04rem;
  color: black;
  margin: 0;
  margin-top: 13px;
  padding-right: 10px; }

.is-rtl .people-grid ul li a h3 {
  direction: rtl;
  text-align: right; }

.zh-hans .people-grid ul li a h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 2rem; }

.people-grid ul li a p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  font-style: italic;
  color: #999999;
  margin: 0;
  margin-top: 5px;
  padding-right: 10px; }

.is-rtl .people-grid ul li a p {
  direction: rtl;
  text-align: right; }

.zh-hans .people-grid ul li a p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.node-type-people-landing-page .text-block {
  margin: 70px 25% 40px; }

@media screen and (max-width: 1023px) {
  .node-type-people-landing-page .text-block {
    margin: 50px 10% 30px; } }

@media screen and (max-width: 767px) {
  .node-type-people-landing-page .text-block {
    margin: 30px 25px 25px; } }

@media screen and (max-width: 600px) {
  .node-type-people-landing-page .text-block {
    margin: 25px 25px 12px; } }

.node-type-people-landing-page .callout-image-block {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0; }

.bio-header-txt {
  padding: 70px 10% 46px; }

@media screen and (max-width: 600px) {
  .bio-header-txt {
    padding: 25px 25px 20px; } }

.bio-header-txt h1 {
  text-align: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
  margin-bottom: 24px; }

@media screen and (max-width: 600px) {
  .bio-header-txt h1 {
    text-align: left;
    font-size: 40px;
    font-size: 4rem;
    line-height: 4.1rem;
    letter-spacing: -0.01rem; } }

.zh-hans .bio-header-txt h1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 11rem; }

@media screen and (max-width: 600px) {
  .zh-hans .bio-header-txt h1 {
    line-height: 5rem; } }

.bio-header-txt h2 {
  text-align: center;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.1rem;
  color: #999999;
  margin-top: -11px; }

@media screen and (max-width: 600px) {
  .bio-header-txt h2 {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25rem;
    letter-spacing: 0rem;
    margin-top: -20px; } }

.node-type-individual-bio-page .text-block {
  margin: 20px 25% 20px; }

@media screen and (max-width: 1023px) {
  .node-type-individual-bio-page .text-block {
    margin: 30px 10% 30px; } }

@media screen and (max-width: 767px) {
  .node-type-individual-bio-page .text-block {
    margin: 30px 25px 25px; } }

@media screen and (max-width: 600px) {
  .node-type-individual-bio-page .text-block {
    margin: 0 25px 5px; } }

.node-type-individual-bio-page .callout-image-block {
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0; }

.project-image-slideshow {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: black;
  height: 75vh;
  overflow: hidden; }

@media screen and (max-width: 600px) {
  .project-image-slideshow {
    height: 60vh; } }

.project-image-slideshow.sl-fullscreen {
  position: fixed;
  z-index: 500;
  top: 0;
  height: 100vh; }

.project-image-slideshow__fs-icon {
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  bottom: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 10; }

.sl-fullscreen .project-image-slideshow__fs-icon {
  display: block !important;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px; }

@media screen and (max-width: 767px) {
  .project-image-slideshow__fs-icon {
    display: block; } }

.project-image-slideshow__fs-icon:hover svg g {
  fill: #d00b0b; }

.project-image-slideshow__fs-icon img, .project-image-slideshow__fs-icon svg {
  position: absolute;
  width: 15px;
  height: 15px;
  bottom: 16px;
  right: 23px; }

.sl-fullscreen .project-image-slideshow__fs-icon img, .sl-fullscreen .project-image-slideshow__fs-icon svg {
  bottom: 13px;
  right: 13px; }

.project-image-slideshow__fs-icon img g, .project-image-slideshow__fs-icon svg g {
  fill: white;
  -webkit-transition: fill 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: fill 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.project-image-slideshow__prev-next-btn {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 17px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 1;
  outline: none;
  border: none;
  background-color: transparent; }

@media screen and (max-width: 767px) {
  .project-image-slideshow__prev-next-btn {
    display: none; } }

.project-image-slideshow__prev-next-btn svg {
  position: relative;
  top: 0;
  width: 9px;
  height: 17px; }

.project-image-slideshow__prev-next-btn svg path {
  fill: #8e8e8e; }

.project-image-slideshow__prev-next-btn:hover svg path {
  fill: #d00b0b; }

.project-image-slideshow__prev-next-btn.left {
  left: 25px; }

.project-image-slideshow__prev-next-btn.left svg {
  position: absolute;
  right: 0px;
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.project-image-slideshow__prev-next-btn.left:hover svg {
  right: 10px; }

.project-image-slideshow__prev-next-btn.right {
  right: 25px; }

.project-image-slideshow__prev-next-btn.right svg {
  position: absolute;
  left: 0px;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.project-image-slideshow__prev-next-btn.right:hover svg {
  left: 10px; }

.project-image-slideshow__slider-wrapper {
  position: relative;
  height: 100%;
  width: calc(100% - 100px);
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .project-image-slideshow__slider-wrapper {
    width: 100%; } }

.project-image-slideshow__slides {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .project-image-slideshow__slides {
    padding: 0; } }

.project-image-slideshow__slides__slide {
  position: absolute;
  top: 32px;
  width: 100%;
  height: calc(75vh - 88px);
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .project-image-slideshow__slides__slide {
    top: 23px;
    height: calc(75vh - 68px); } }

@media screen and (max-width: 600px) {
  .project-image-slideshow__slides__slide {
    height: calc(60vh - 68px); } }

.sl-fullscreen .project-image-slideshow__slides__slide {
  top: -28px;
  height: calc(100vh - 16px); }

.project-image-slideshow__slides__slide picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  overflow: hidden; }

.project-image-slideshow__slides__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important; }

.project-image-slideshow__slides__slide p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  color: #676767;
  text-align: center;
  margin-top: 15px; }

@media screen and (max-width: 479px) {
  .project-image-slideshow__slides__slide p {
    margin-top: 6px; } }

.project-image-slideshow__slides .flickity-page-dots {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  bottom: -56px; }

@media screen and (max-width: 767px) {
  .project-image-slideshow__slides .flickity-page-dots {
    bottom: -38px; } }

@media screen and (max-width: 600px) {
  .project-image-slideshow__slides .flickity-page-dots {
    bottom: -42px; } }

.sl-fullscreen .project-image-slideshow__slides .flickity-page-dots {
  bottom: 9px; }

.project-image-slideshow__slides .flickity-page-dots .dot {
  position: relative;
  display: inline-block;
  background-color: #dee2e7;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 600px) {
  .project-image-slideshow__slides .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 3px 5px; } }

.project-image-slideshow__slides .flickity-page-dots .dot:hover {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

.project-image-slideshow__slides .flickity-page-dots .dot.is-selected {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

@media screen and (max-width: 600px) {
  .project-image-slideshow__slides .flickity-page-dots .dot.is-selected {
    -webkit-box-shadow: 0 0 0 2px #d00b0b;
    box-shadow: 0 0 0 2px #d00b0b; } }

.project-stats {
  position: relative;
  float: right;
  text-align: center;
  margin: 0 0 30px 30px;
  width: 153px;
  height: 287px; }

@media screen and (max-width: 600px) {
  .project-stats {
    height: 143px;
    width: 100%;
    display: block;
    float: none;
    top: 0px;
    margin: 23px 0 45px 0; } }

.project-stats__prev-next-btn {
  position: absolute;
  top: 50%;
  width: 9px;
  height: 17px;
  margin-top: -8px;
  cursor: pointer;
  z-index: 1;
  outline: none;
  border: none;
  background-color: transparent; }

@media screen and (max-width: 1023px) {
  .project-stats__prev-next-btn {
    display: none; } }

.project-stats__prev-next-btn svg {
  position: relative;
  top: 0;
  width: 9px;
  height: 17px; }

.project-stats__prev-next-btn svg path {
  fill: #8e8e8e; }

.project-stats__prev-next-btn:hover svg path {
  fill: #d00b0b; }

.project-stats__prev-next-btn.left {
  left: -20px; }

.project-stats__prev-next-btn.left svg {
  position: absolute;
  right: 0px;
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.project-stats__prev-next-btn.left:hover svg {
  right: 10px; }

.project-stats__prev-next-btn.right {
  right: -20px; }

.project-stats__prev-next-btn.right svg {
  position: absolute;
  left: 0px;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.project-stats__prev-next-btn.right:hover svg {
  left: 10px; }

.project-stats__slider {
  position: relative;
  padding: 0 !important;
  margin: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  padding: 0 10px 15px;
  outline: none;
  overflow: visible !important; }

.project-stats__slider .flickity-viewport {
  overflow: hidden; }

.project-stats__slider__slide {
  position: relative;
  margin-bottom: 0 !important;
  padding-top: 9px;
  width: 100%;
  height: 287px; }

@media screen and (max-width: 600px) {
  .project-stats__slider__slide {
    height: 143px;
    padding-top: 20px; } }

.project-stats__slider__slide:before {
  display: none !important; }

.project-stats__slider__slide .stat {
  margin-bottom: 0; }

@media screen and (max-width: 600px) {
  .project-stats__slider__slide .stat {
    width: 50%;
    float: left; } }

.project-stats__slider__slide .stat p:first-child {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 80px;
  font-size: 8rem;
  line-height: 8rem;
  letter-spacing: -0.04rem;
  color: #d42127;
  padding: 0 10px;
  margin: 0;
  margin-bottom: -10px;
  text-align: center; }

@media screen and (max-width: 600px) {
  .project-stats__slider__slide .stat p:first-child {
    font-size: 57px;
    font-size: 5.7rem;
    line-height: 5.7rem;
    letter-spacing: -0.02rem; } }

.project-stats__slider__slide .stat p:last-child {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-style: italic;
  color: black;
  padding: 0 10px;
  text-align: center; }

@media screen and (max-width: 600px) {
  .project-stats__slider__slide .stat p:last-child {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2rem; } }

.zh-hans .project-stats__slider__slide .stat p:last-child {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.project-stats__slider .flickity-page-dots {
  text-align: center;
  margin: 0;
  padding: 0 !important; }

@media screen and (max-width: 600px) {
  .project-stats__slider .flickity-page-dots {
    margin-top: 12px; } }

.project-stats__slider .flickity-page-dots .dot {
  display: inline-block;
  background-color: #858585;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 3px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-box-shadow: 0 0 0 3px rgba(208, 11, 11, 0);
  box-shadow: 0 0 0 3px rgba(208, 11, 11, 0); }

@media screen and (max-width: 600px) {
  .project-stats__slider .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 3px 5px; } }

.project-stats__slider .flickity-page-dots .dot:before {
  display: none; }

.project-stats__slider .flickity-page-dots .dot:hover {
  background-color: #c7c7c7;
  -webkit-box-shadow: 0 0 0 3px #d00b0b;
  box-shadow: 0 0 0 3px #d00b0b; }

.project-stats__slider .flickity-page-dots .dot.is-selected {
  background-color: #c7c7c7;
  -webkit-box-shadow: 0 0 0 3px #d00b0b;
  box-shadow: 0 0 0 3px #d00b0b; }

@media screen and (max-width: 600px) {
  .project-stats__slider .flickity-page-dots .dot.is-selected {
    -webkit-box-shadow: 0 0 0 2px #d00b0b;
    box-shadow: 0 0 0 2px #d00b0b; } }

.image-header {
  position: relative;
  width: 100%;
  padding: 34px 0 34px;
  min-height: 300px;
  overflow: hidden; }

@media screen and (max-width: 885px) {
  .image-header {
    padding: 30px 0 30px; } }

@media screen and (max-width: 767px) {
  .image-header {
    height: auto;
    min-height: 0;
    padding: 30px 0 15px 0; } }

@media screen and (max-width: 600px) {
  .image-header {
    padding: 20px 0 15px 0; } }

@media screen and (max-width: 479px) {
  .image-header {
    padding: 15px 0 15px 0; } }

.sub-sub-nav .image-header {
  padding: 64px 0 34px; }

@media screen and (max-width: 600px) {
  .sub-sub-nav .image-header {
    padding: 60px 0 15px 0; } }

@media screen and (max-width: 479px) {
  .sub-sub-nav .image-header {
    padding: 60px 0 15px 0; } }

@media screen and (max-width: 885px) {
  .image-header.no-sub-nav {
    padding: 30px 0 30px; } }

@media screen and (max-width: 600px) {
  .image-header.no-sub-nav {
    padding: 15px 8% 15px 0; } }

@media screen and (max-width: 479px) {
  .image-header.no-sub-nav {
    padding: 15px 8% 15px 0; } }

.image-header.no-sub-nav h1 {
  margin-top: 0px; }

@media screen and (max-width: 885px) {
  .image-header.no-sub-nav h1 {
    margin-top: 0px; } }

.image-header__img {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 150%;
  overflow: hidden; }

.image-header__img__tint {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.image-header .text-wrapper {
  display: table;
  width: 100%;
  height: 100%; }

.image-header__large-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  z-index: 2;
  text-align: left;
  padding-right: 8.6%; }

@media screen and (max-width: 885px) {
  .image-header__large-text {
    padding-left: 25px;
    padding-right: 25px; } }

.no-touch .image-header__large-text .wrapper {
  right: 350px;
  opacity: 0; }

.no-touch .image-header__large-text h1, .no-touch .image-header__large-text h2 {
  left: 100%; }

@media screen and (max-width: 600px) {
  .image-header__large-text {
    width: 100%; } }

@media print {
  .image-header__large-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0; } }

.image-header__large-text .wrapper {
  position: relative;
  border-right: 2px solid white;
  padding: 30px 10px 30px 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 885px) {
  .image-header__large-text .wrapper {
    border-right: 1px solid white; } }

.image-header__large-text h1, .image-header__large-text h2 {
  position: relative;
  top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: white;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 1023px) {
  .image-header__large-text h1, .image-header__large-text h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 6.8rem;
    letter-spacing: -0.02rem; } }

@media screen and (max-width: 885px) {
  .image-header__large-text h1, .image-header__large-text h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 5.2rem;
    letter-spacing: -0.02rem; } }

@media screen and (max-width: 479px) {
  .image-header__large-text h1, .image-header__large-text h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 4.2rem;
    letter-spacing: -0.01rem; } }

@media print {
  .image-header__large-text h1, .image-header__large-text h2 {
    color: black; } }

.is-rtl .image-header__large-text h1, .is-rtl .image-header__large-text h2 {
  direction: rtl;
  text-align: right; }

.zh-hans .image-header__large-text h1, .zh-hans .image-header__large-text h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 10rem; }

@media screen and (max-width: 1023px) {
  .zh-hans .image-header__large-text h1, .zh-hans .image-header__large-text h2 {
    line-height: 8rem; } }

@media screen and (max-width: 885px) {
  .zh-hans .image-header__large-text h1, .zh-hans .image-header__large-text h2 {
    line-height: 6rem; } }

@media screen and (max-width: 479px) {
  .zh-hans .image-header__large-text h1, .zh-hans .image-header__large-text h2 {
    line-height: 5.5rem; } }

.image-header__small-text {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 50%;
  z-index: 3;
  text-align: left;
  padding-left: 30%; }

@media screen and (max-width: 1023px) {
  .image-header__small-text {
    padding-left: 20%; } }

@media screen and (max-width: 767px) {
  .image-header__small-text {
    padding-left: 10%; } }

@media screen and (max-width: 885px) {
  .image-header__small-text {
    padding-left: 25px; } }

.no-touch .image-header__small-text {
  opacity: 0; }

@media screen and (max-width: 600px) {
  .image-header__small-text {
    display: none; } }

@media print {
  .image-header__small-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0; } }

.image-header__small-text p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: white;
  padding-right: 40px; }

@media print {
  .image-header__small-text p {
    color: black; } }

.zh-hans .image-header__small-text p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.large-header-txt {
  padding: 84px 10% 24px; }

@media screen and (max-width: 1200px) {
  .large-header-txt {
    padding: 60px 10% 24px; } }

@media screen and (max-width: 1023px) {
  .large-header-txt {
    padding: 50px 10% 20px; } }

@media screen and (max-width: 767px) {
  .large-header-txt {
    padding: 40px 10% 30px; } }

@media screen and (max-width: 600px) {
  .large-header-txt {
    padding: 30px 25px 30x; } }

.large-header-txt h1 {
  text-align: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 125px;
  font-size: 12.5rem;
  line-height: 10.3rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
  margin-bottom: 24px; }

@media screen and (max-width: 1200px) {
  .large-header-txt h1 {
    font-size: 100px;
    font-size: 10rem;
    line-height: 8.5rem;
    letter-spacing: 0rem;
    margin-bottom: 24px; } }

@media screen and (max-width: 1023px) {
  .large-header-txt h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 7rem;
    letter-spacing: 0rem;
    margin-bottom: 24px; } }

@media screen and (max-width: 767px) {
  .large-header-txt h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 5.5rem;
    letter-spacing: 0rem;
    margin-bottom: 24px; } }

@media screen and (max-width: 600px) {
  .large-header-txt h1 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 4.5rem;
    letter-spacing: 0rem;
    margin-bottom: 10px; } }

@media print {
  .large-header-txt h1 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 7rem;
    letter-spacing: 0rem; } }

.zh-hans .large-header-txt h1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 13rem; }

@media screen and (max-width: 1200px) {
  .zh-hans .large-header-txt h1 {
    line-height: 11rem; } }

@media screen and (max-width: 1023px) {
  .zh-hans .large-header-txt h1 {
    line-height: 9rem; } }

@media screen and (max-width: 767px) {
  .zh-hans .large-header-txt h1 {
    line-height: 7rem; } }

@media screen and (max-width: 600px) {
  .zh-hans .large-header-txt h1 {
    line-height: 5.5rem; } }

.large-header-txt h2 {
  text-align: center;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.3rem;
  letter-spacing: 0.16rem;
  color: #999999;
  margin-top: -14px;
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  .large-header-txt h2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.1rem;
    letter-spacing: 0.08rem;
    margin-bottom: 0px;
    padding-bottom: 0; } }

.zh-hans .large-header-txt h2 {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

@media screen and (max-width: 1023px) {
  .large-header-txt h2 span {
    display: block; } }

.large-header-txt h2 span:after {
  content: '/';
  position: relative;
  display: inline-block;
  margin: 0 40px; }

@media screen and (max-width: 1023px) {
  .large-header-txt h2 span:after {
    display: none; } }

.large-header-txt h2 span:last-child:after {
  display: none; }

.text-block {
  border-top: 1px solid transparent;
  margin: 0 25% 0; }

.text-block:before, .text-block:after {
  content: " ";
  display: table; }

.text-block:after {
  clear: both; }

@media screen and (max-width: 1023px) {
  .text-block {
    margin: 0 10%; } }

@media screen and (max-width: 767px) {
  .text-block {
    margin: 0 25px; } }

@media screen and (max-width: 600px) {
  .text-block {
    margin: 8px 25px 10px; } }

.text-block h1 {
  text-align: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 125px;
  font-size: 12.5rem;
  line-height: 10.3rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
  margin-bottom: 24px; }

@media screen and (max-width: 600px) {
  .text-block h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 3.2rem;
    letter-spacing: 0rem; } }

@media print {
  .is-rtl .text-block h1 {
    direction: rtl;
    text-align: right; } }

.text-block h1 i, .text-block h1 em {
  font-family: 'HeroicCondensedLightOblique', sans-serif;
  font-style: normal; }

.is-rtl .text-block h1 {
  direction: rtl; }

.zh-hans .text-block h1 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.text-block h2 {
  display: -webkit-box;
  text-align: left;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black;
  border-right: 2px solid black;
  margin: 0;
  margin-bottom: 33px;
  padding-right: 30px; }

@media screen and (max-width: 600px) {
  .text-block h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem;
    padding-bottom: 15px;
    margin-bottom: 25px; } }

@media print {
  .text-block h2 {
    display: block; }
  .is-rtl .text-block h2 {
    direction: rtl;
    text-align: right; } }

.is-rtl .text-block h2 {
  direction: rtl;
  text-align: right;
  border-right: none;
  border-left: 2px solid black;
  padding-right: 0;
  padding-left: 30px; }

.text-block h2 i, .text-block h2 em {
  font-family: 'Arimo', sans-serif;
  font-style: italic;
  font-weight: 700; }

.zh-hans .text-block h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.zh-hans .text-block h2 i, .zh-hans .text-block h2 em {
  font-style: italic; }

.text-block h3 {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -5px; }

.text-block h3:after {
  content: '';
  position: relative;
  top: 2px;
  left: -10px;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(208, 11, 11, 0.5); }

.is-rtl .text-block h3:after {
  left: auto;
  right: -10px; }

.text-block h3 i, .text-block h3 em {
  font-family: 'HeroicCondensedLightOblique', sans-serif;
  font-style: normal; }

.is-rtl .text-block h3 {
  direction: rtl; }

.zh-hans .text-block h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.zh-hans .text-block h3 i, .zh-hans .text-block h3 em {
  font-style: italic; }

@media print {
  .is-rtl .text-block h3 {
    direction: rtl;
    text-align: right; } }

.text-block blockquote {
  position: relative;
  border-right: 2px solid black;
  margin: 0;
  padding-right: 30px; }

@media screen and (max-width: 767px) {
  .text-block blockquote {
    padding-left: 20px; } }

@media screen and (max-width: 600px) {
  .text-block blockquote {
    padding-left: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem;
    padding-bottom: 15px;
    margin-bottom: 25px; } }

.text-block blockquote:before {
  content: '“';
  position: absolute;
  top: 11px;
  left: -38px;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  font-size: 5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black; }

@media screen and (max-width: 767px) {
  .text-block blockquote:before {
    left: -10px; } }

@media screen and (max-width: 600px) {
  .text-block blockquote:before {
    top: -2px;
    left: -17px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 3.7rem;
    letter-spacing: -0.02rem; } }

.text-block blockquote p {
  text-align: left;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black; }

@media screen and (max-width: 600px) {
  .text-block blockquote p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem; } }

.is-rtl .text-block blockquote p {
  text-align: right; }

.zh-hans .text-block blockquote p {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.is-rtl .text-block blockquote {
  direction: rtl;
  border-right: none;
  border-left: 2px solid black;
  padding-right: 0px;
  padding-left: 30px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .is-rtl .text-block blockquote {
    padding-right: 20px; } }

@media screen and (max-width: 600px) {
  .is-rtl .text-block blockquote {
    padding-right: 0; } }

@media print {
  .is-rtl .text-block blockquote {
    direction: rtl;
    text-align: right; } }

.is-rtl .text-block blockquote:before {
  content: '”';
  right: -38px;
  left: auto; }

@media screen and (max-width: 767px) {
  .is-rtl .text-block blockquote:before {
    right: -10px; } }

@media screen and (max-width: 600px) {
  .is-rtl .text-block blockquote:before {
    top: -2px;
    right: -17px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 3.7rem;
    letter-spacing: -0.02rem; } }

.text-block blockquote cite {
  display: block;
  text-align: right;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  letter-spacing: 0rem;
  font-style: italic;
  color: #666666;
  margin-top: 20px; }

@media screen and (max-width: 600px) {
  .text-block blockquote cite {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: 0rem; } }

.is-rtl .text-block blockquote cite {
  direction: rtl;
  text-align: left; }

.zh-hans .text-block blockquote cite {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.text-block ul, .text-block ol {
  padding-left: 21px;
  padding-right: 25%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .text-block ul, .text-block ol {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

@media print {
  .text-block ul, .text-block ol {
    color: black; } }

.is-rtl .text-block ul, .is-rtl .text-block ol {
  direction: rtl;
  padding-right: 21px;
  padding-left: 25%; }

@media print {
  .is-rtl .text-block ul, .is-rtl .text-block ol {
    direction: rtl;
    text-align: right; } }

.zh-hans .text-block ul, .zh-hans .text-block ol {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.text-block ul li, .text-block ol li {
  position: relative;
  margin-bottom: 7px; }

.text-block ol {
  list-style-type: none;
  counter-reset: counter; }

.text-block ol li {
  position: relative; }

.text-block ol li:before {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  left: -32px;
  width: 30px;
  text-align: right; }

.is-rtl .text-block ol li:before {
  left: auto;
  right: -32px;
  text-align: left; }

.text-block ul {
  list-style-type: none; }

.text-block ul li:before {
  content: '';
  display: inline-block;
  margin-top: 6px;
  margin-left: -16px;
  margin-right: 2px;
  width: 14px;
  height: 10px;
  background-image: url(/sites/all/themes/fentressarchitects/images/svg/chevron-right.svg);
  background-size: 6px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media print {
  .text-block ul li:before {
    -webkit-print-color-adjust: exact; } }

.is-rtl .text-block ul li:before {
  left: auto;
  margin-right: -16px;
  margin-left: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

@media print {
  .text-block {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0 !important; } }

.callout-image-block {
  border-top: 1px solid transparent;
  position: relative;
  padding: 20px 25% 0;
  margin-bottom: 20px; }

@media screen and (max-width: 1023px) {
  .callout-image-block {
    padding: 0 10%; } }

@media screen and (max-width: 767px) {
  .callout-image-block {
    padding: 0 25px; } }

@media screen and (max-width: 600px) {
  .callout-image-block {
    padding: 8px 25px 8px;
    margin-bottom: 10px; } }

@media print {
  .callout-image-block {
    /* padding: 8px 0 8px !important;
		display: block;
		page-break-before: always; */
    display: none; } }

.callout-image-block.align-left .callout-image-block__pic-wrapper {
  left: -50%;
  width: 150%; }

@media screen and (max-width: 1023px) {
  .callout-image-block.align-left .callout-image-block__pic-wrapper {
    left: -10%;
    width: calc(100% + 10%); } }

@media screen and (max-width: 767px) {
  .callout-image-block.align-left .callout-image-block__pic-wrapper {
    left: -25px;
    width: calc(100% + 25px * 2); } }

.callout-image-block.align-left .callout-image-block__pic-wrapper img {
  right: 0; }

@media screen and (max-width: 767px) {
  .callout-image-block.align-left .callout-image-block__pic-wrapper img {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important; } }

.callout-image-block.align-center .callout-image-block__pic-wrapper img {
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0) !important;
  transform: translateX(-50%) translateY(0) !important; }

.callout-image-block.align-right .callout-image-block__pic-wrapper {
  right: 0%;
  width: 150%; }

@media screen and (max-width: 1023px) {
  .callout-image-block.align-right .callout-image-block__pic-wrapper {
    width: calc(100% + 10%); } }

@media screen and (max-width: 767px) {
  .callout-image-block.align-right .callout-image-block__pic-wrapper {
    left: -25px;
    width: calc(100% + 25px * 2); } }

.callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption {
  position: absolute;
  top: 48%;
  left: -25%;
  width: 25%;
  padding-right: 30px; }

@media screen and (max-width: 1023px) {
  .callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption {
    position: relative;
    left: 0;
    width: 50%; } }

@media screen and (max-width: 1023px) {
  .is-rtl .callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption {
    width: 100%;
    padding-right: 0; } }

.is-rtl .callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption p {
  padding-left: 0%; }

@media screen and (max-width: 1023px) {
  .is-rtl .callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption p {
    padding-left: 50%; } }

@media screen and (max-width: 600px) {
  .is-rtl .callout-image-block.align-right .callout-image-block__pic-wrapper + figcaption p {
    padding-left: 15%; } }

@media screen and (max-width: 767px) {
  .callout-image-block.align-right .callout-image-block__pic-wrapper img {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) !important;
    transform: translateX(-50%) translateY(0) !important; } }

.callout-image-block.align-full .callout-image-block__pic-wrapper {
  left: -50%;
  width: 200%;
  overflow: hidden; }

@media screen and (max-width: 1023px) {
  .callout-image-block.align-full .callout-image-block__pic-wrapper {
    left: -15%;
    width: calc(100% + 27.5%); } }

@media screen and (max-width: 767px) {
  .callout-image-block.align-full .callout-image-block__pic-wrapper {
    left: -25px;
    width: calc(100% + 25px * 2); } }

@media screen and (max-width: 600px) {
  .callout-image-block.align-full .callout-image-block__pic-wrapper {
    overflow: visible; } }

.callout-image-block.align-full .callout-image-block__pic-wrapper img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

@media screen and (max-width: 600px) {
  .callout-image-block.align-full .callout-image-block__pic-wrapper img {
    top: 0;
    min-width: 0;
    min-height: 0;
    width: 100%;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(0%) !important;
    transform: translateX(-50%) translateY(0%) !important; } }

@media print {
  .callout-image-block.align-full .callout-image-block__pic-wrapper img {
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: translateX(0) translateY(0) !important;
    transform: translateX(0) translateY(0) !important; } }

.callout-image-block figure {
  position: relative;
  margin: 0;
  padding: 0; }

.callout-image-block figure figcaption {
  width: 50%;
  margin-top: 30px; }

@media screen and (max-width: 600px) {
  .callout-image-block figure figcaption {
    margin-top: 0;
    width: 85%; } }

@media print {
  .callout-image-block figure figcaption {
    position: static !important;
    width: 85% !important; } }

.is-rtl .callout-image-block figure figcaption {
  text-align: right;
  width: 100%; }

.callout-image-block figure figcaption, .callout-image-block figure figcaption p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-style: italic;
  color: black; }

@media screen and (max-width: 600px) {
  .callout-image-block figure figcaption, .callout-image-block figure figcaption p {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5rem; } }

.zh-hans .callout-image-block figure figcaption, .zh-hans .callout-image-block figure figcaption p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.zh-hans .callout-image-block figure figcaption b, .zh-hans .callout-image-block figure figcaption p b {
  font-weight: 700; }

.is-rtl .callout-image-block figure figcaption p {
  padding-left: 50%; }

@media screen and (max-width: 600px) {
  .is-rtl .callout-image-block figure figcaption p {
    padding-left: 15%; } }

@media print {
  .is-rtl .callout-image-block figure figcaption p {
    padding-left: 15%; } }

.callout-image-block__pic-wrapper {
  position: relative;
  height: 518px; }

@media screen and (max-width: 767px) {
  .callout-image-block__pic-wrapper {
    left: -25px;
    width: calc(100% + 25px * 2); } }

@media screen and (max-width: 600px) {
  .callout-image-block__pic-wrapper {
    height: auto; } }

@media print {
  .callout-image-block__pic-wrapper {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible !important; } }

.callout-image-block__pic-wrapper picture img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 0; }

@media screen and (max-width: 600px) {
  .callout-image-block__pic-wrapper picture img {
    position: relative;
    width: 100%;
    height: auto; } }

@media print {
  .callout-image-block__pic-wrapper picture img {
    position: relative !important;
    display: block;
    width: 100% !important;
    height: auto !important; } }

.image-slideshow-block {
  border-top: 1px solid transparent;
  position: relative;
  width: 75%;
  height: 30vw;
  margin: 20px auto 30px; }

@media screen and (max-width: 1023px) {
  .image-slideshow-block {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .image-slideshow-block {
    height: 50vw; } }

@media screen and (max-width: 600px) {
  .image-slideshow-block {
    margin: 20px auto; } }

@media print {
  .image-slideshow-block {
    display: none; } }

.image-slideshow-block__prev-next-btn {
  position: absolute;
  top: 55%;
  width: 9px;
  height: 17px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 99;
  outline: none;
  border: none;
  background-color: transparent; }

@media screen and (max-width: 1023px) {
  .image-slideshow-block__prev-next-btn {
    display: none; } }

.image-slideshow-block__prev-next-btn svg {
  position: relative;
  top: 0;
  width: 9px;
  height: 17px; }

.image-slideshow-block__prev-next-btn svg path {
  fill: #8e8e8e; }

.image-slideshow-block__prev-next-btn:hover svg path {
  fill: #d00b0b; }

.image-slideshow-block__prev-next-btn.left {
  left: 10px; }

.image-slideshow-block__prev-next-btn.left svg {
  position: absolute;
  right: 0px;
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.image-slideshow-block__prev-next-btn.left:hover svg {
  right: 10px; }

.image-slideshow-block__prev-next-btn.right {
  right: 10px; }

.image-slideshow-block__prev-next-btn.right svg {
  position: absolute;
  left: 0px;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.image-slideshow-block__prev-next-btn.right:hover svg {
  left: 10px; }

.image-slideshow-block__slider {
  list-style-type: none;
  margin: 0;
  padding: 0 40px;
  outline: none;
  border: none;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .image-slideshow-block__slider {
    padding: 0; } }

.image-slideshow-block__slider__slide {
  position: absolute;
  width: 100%;
  height: 30vw;
  overflow: hidden;
  text-align: center; }

@media screen and (max-width: 767px) {
  .image-slideshow-block__slider__slide {
    height: 50vw; } }

.image-slideshow-block__slider__slide .img-wrapper {
  position: relative;
  height: calc(30vw - 40px);
  width: 98%;
  left: 1%;
  overflow: hidden; }

@media screen and (max-width: 767px) {
  .image-slideshow-block__slider__slide .img-wrapper {
    height: calc(50vw - 40px);
    margin: 0; } }

.image-slideshow-block__slider__slide .img-wrapper img {
  position: absolute;
  height: 100%;
  max-height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important; }

.image-slideshow-block__slider__slide p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  color: #676767;
  text-align: center;
  margin-top: 5px;
  padding: 0 40px; }

@media screen and (max-width: 479px) {
  .image-slideshow-block__slider__slide p {
    margin-top: 6px; } }

.zh-hans .image-slideshow-block__slider__slide p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.image-slideshow-block__slider .flickity-viewport {
  overflow: hidden;
  height: 100%; }

.flickity-page-dots {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  bottom: 0; }

@media print {
  .flickity-page-dots {
    display: none; } }

.flickity-page-dots .dot {
  display: inline-block;
  background-color: #dee2e7;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 600px) {
  .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 3px 5px; } }

.flickity-page-dots .dot:hover {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

.flickity-page-dots .dot.is-selected {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

@media screen and (max-width: 600px) {
  .flickity-page-dots .dot.is-selected {
    -webkit-box-shadow: 0 0 0 2px #d00b0b;
    box-shadow: 0 0 0 2px #d00b0b; } }

.projects-landing-slideshow {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 66vh;
  max-height: 75vh;
  margin: 0;
  background-color: black; }

@media screen and (max-width: 1023px) {
  .projects-landing-slideshow {
    width: 100%; } }

@media print {
  .projects-landing-slideshow {
    display: none; } }

.projects-landing-slideshow__prev-next-btn {
  position: absolute;
  top: 55%;
  width: 25px;
  height: 37px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 99;
  outline: none;
  border: none;
  background-color: transparent; }

@media screen and (max-width: 885px) {
  .projects-landing-slideshow__prev-next-btn {
    display: none; } }

.projects-landing-slideshow__prev-next-btn svg {
  position: relative;
  top: 0;
  width: 20px;
  height: 37px; }

.projects-landing-slideshow__prev-next-btn svg path {
  fill: rgba(255, 255, 255, 0.5); }

.projects-landing-slideshow__prev-next-btn:hover svg path {
  fill: #d00b0b; }

.projects-landing-slideshow__prev-next-btn.left {
  left: 15px; }

.projects-landing-slideshow__prev-next-btn.left svg {
  position: absolute;
  right: 0px;
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.projects-landing-slideshow__prev-next-btn.left:hover svg {
  right: 5px; }

.projects-landing-slideshow__prev-next-btn.right {
  right: 15px; }

.projects-landing-slideshow__prev-next-btn.right svg {
  position: absolute;
  left: 0px;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.projects-landing-slideshow__prev-next-btn.right:hover svg {
  left: 5px; }

.projects-landing-slideshow__slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  height: 100%; }

@media screen and (max-width: 1023px) {
  .projects-landing-slideshow__slides {
    padding: 0; } }

.projects-landing-slideshow__slides__slide {
  position: absolute;
  width: 100%;
  height: 50vw;
  min-height: 66vh;
  max-height: 75vh;
  overflow: hidden;
  text-align: center; }

.projects-landing-slideshow__slides__slide .img-wrapper {
  position: relative;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.projects-landing-slideshow__slides__slide .img-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1; }

.projects-landing-slideshow__slides__slide .img-wrapper picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.projects-landing-slideshow__slides__slide .img-wrapper img {
  /* position: absolute;
					top:50%;
					left: 50%;
				    width:100%;
				    max-width: 100%;
				    height: auto;
				    margin:0 auto;
				    @include transformXY(-50%, -50%); */ }

.projects-landing-slideshow__slides__slide figcaption {
  position: absolute;
  bottom: 45px;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: white;
  text-align: center;
  padding: 0 40px;
  z-index: 2; }

@media screen and (max-width: 600px) {
  .projects-landing-slideshow__slides__slide figcaption {
    margin-top: 6px;
    bottom: 37px; } }

.zh-hans .projects-landing-slideshow__slides__slide figcaption {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.projects-landing-slideshow__slides__slide figcaption a {
  color: white;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.no-touch .projects-landing-slideshow__slides__slide figcaption a:hover, .no-touch .projects-landing-slideshow__slides__slide figcaption a:focus {
  color: #d4d3d3; }

.projects-landing-slideshow__slides .flickity-viewport {
  overflow: hidden;
  height: 100%; }

.projects-landing-slideshow__slides .flickity-page-dots {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  bottom: 33px; }

@media screen and (max-width: 600px) {
  .projects-landing-slideshow__slides .flickity-page-dots {
    bottom: 25px; } }

.projects-landing-slideshow__slides .flickity-page-dots .dot {
  display: inline-block;
  background-color: #dee2e7;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  box-shadow: 0 0 0 4px rgba(208, 11, 11, 0);
  margin: 0 4px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 600px) {
  .projects-landing-slideshow__slides .flickity-page-dots .dot {
    width: 5px;
    height: 5px;
    margin: 0 3px 5px; } }

.projects-landing-slideshow__slides .flickity-page-dots .dot:hover {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

.projects-landing-slideshow__slides .flickity-page-dots .dot.is-selected {
  -webkit-box-shadow: 0 0 0 4px #d00b0b;
  box-shadow: 0 0 0 4px #d00b0b; }

@media screen and (max-width: 600px) {
  .projects-landing-slideshow__slides .flickity-page-dots .dot.is-selected {
    -webkit-box-shadow: 0 0 0 2px #d00b0b;
    box-shadow: 0 0 0 2px #d00b0b; } }

.related-projects {
  padding: 55px 8.6% 20px;
  background-color: #f8f8f8;
  margin-top: 80px; }

@media screen and (max-width: 600px) {
  .related-projects {
    padding: 20px 20px 20px; } }

@media screen and (max-width: 600px) {
  .related-projects.prev-year {
    display: none; } }

.related-projects h2, .related-projects h3 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  color: black;
  margin-bottom: 45px;
  margin-left: 5px;
  text-transform: uppercase; }

@media screen and (max-width: 600px) {
  .related-projects h2, .related-projects h3 {
    margin-bottom: 26px;
    margin-top: 6px;
    margin-left: 0; } }

.related-projects h2 span, .related-projects h3 span {
  color: #d00b0b; }

.zh-hans .related-projects h2, .zh-hans .related-projects h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.related-projects__select-wrapper {
  position: relative;
  float: right;
  top: -73px;
  right: 5px;
  overflow: hidden;
  width: 220px;
  background-color: white; }

@media screen and (max-width: 600px) {
  .related-projects__select-wrapper {
    display: none; } }

.related-projects__select-wrapper:hover:after {
  opacity: 1;
  top: 15px; }

.related-projects__select-wrapper:after {
  content: '';
  position: absolute;
  top: 13px;
  right: 13px;
  width: 7px;
  height: 6px;
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/select-drop-arrow.svg");
  background-repeat: no-repeat;
  background-size: 7px 6px;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.related-projects__select {
  position: relative;
  width: 253px;
  height: 31px;
  border-radius: 0px;
  background-color: transparent;
  outline: none;
  border: none;
  -webkit-appearance: none;
  padding: 9px 12px 4px 9px;
  color: black;
  cursor: pointer;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: 0.12rem;
  color: #bbbbbb;
  text-transform: uppercase;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.related-projects__select::-ms-expand {
  display: none; }

.related-projects__select:hover {
  color: #888888; }

.zh-hans .related-projects__select {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.related-projects__list {
  display: block;
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0; }

.related-projects__list li {
  position: relative;
  padding: 0 5px; }

.related-projects__list li.one {
  width: 16.66667%;
  height: 13.65vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.one {
    width: 20%;
    height: 15.8vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.one {
    width: 25%;
    height: 19.8vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.one {
    width: 33.33333%;
    height: 25.4vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.one {
    width: 50%;
    height: 44vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.one {
    width: 100%;
    height: 86.15vw; } }

.related-projects__list li.one.wide-2 {
  width: 33.33333%; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.one.wide-2 {
    width: 40%; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.one.wide-2 {
    width: 50%; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.one.wide-2 {
    width: 66.66667%; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.one.wide-2 {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.one.wide-2 {
    width: 100%; } }

.related-projects__list li.one.wide-3 {
  width: 50%; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.one.wide-3 {
    width: 60%; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.one.wide-3 {
    width: 75%; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.one.wide-3 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.one.wide-3 {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.one.wide-3 {
    width: 100%; } }

.related-projects__list li.one.tall-2 {
  height: 27.3vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.one.tall-2 {
    height: 31.6vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.one.tall-2 {
    height: 39.6vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.one.tall-2 {
    height: 50.8vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.one.tall-2 {
    height: 88vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.one.tall-2 {
    height: 86.15vw; } }

.related-projects__list li.one.tall-3 {
  height: 40.95vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.one.tall-3 {
    height: 47.4vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.one.tall-3 {
    height: 59.4vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.one.tall-3 {
    height: 76.2vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.one.tall-3 {
    height: 132vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.one.tall-3 {
    height: 86.15vw; } }

.related-projects__list li.two {
  width: 33.33333%;
  height: 27.3vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.two {
    width: 40%;
    height: 31.6vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.two {
    width: 50%;
    height: 39.6vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.two {
    width: 66.66667%;
    height: 50.8vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.two {
    width: 100%;
    height: 88vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.two {
    width: 100%;
    height: 86.15vw; } }

.related-projects__list li.two.wide {
  width: 50%; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.two.wide {
    width: 60%; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.two.wide {
    width: 75%; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.two.wide {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.two.wide {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.two.wide {
    width: 100%; } }

.related-projects__list li.two.tall {
  height: 40.95vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.two.tall {
    height: 47.4vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.two.tall {
    height: 59.4vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.two.tall {
    height: 76.2vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.two.tall {
    height: 132vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.two.tall {
    height: 86.15vw; } }

.related-projects__list li.three {
  width: 50%;
  height: 40.95vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.three {
    width: 60%;
    height: 47.4vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.three {
    width: 75%;
    height: 59.4vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.three {
    width: 100%;
    height: 76.2vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.three {
    width: 100%;
    height: 88vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.three {
    width: 100%;
    height: 86.15vw; } }

.related-projects__list li.three.wide {
  width: 66.66667%; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.three.wide {
    width: 80%; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.three.wide {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.three.wide {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.three.wide {
    width: 100%; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.three.wide {
    width: 100%; } }

.related-projects__list li.three.tall {
  height: 54.6vw; }

@media screen and (max-width: 1400px) {
  .related-projects__list li.three.tall {
    height: 63.2vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li.three.tall {
    height: 79.2vw; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li.three.tall {
    height: 76.2vw; } }

@media screen and (max-width: 767px) {
  .related-projects__list li.three.tall {
    height: 88vw; } }

@media screen and (max-width: 600px) {
  .related-projects__list li.three.tall {
    height: 86.15vw; } }

@media screen and (max-width: 1200px) {
  .related-projects__list li {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .related-projects__list li {
    width: 33%; } }

@media screen and (max-width: 767px) {
  .related-projects__list li {
    width: 50%; } }

@media screen and (max-width: 600px) {
  .related-projects__list li {
    width: 100%;
    padding: 0 2px; } }

@media print {
  .related-projects__list li {
    width: 200px !important;
    height: 200px !important;
    position: relative !important;
    display: block !important;
    float: left !important;
    left: 0 !important;
    top: 0 !important;
    page-break-inside: avoid; } }

.related-projects__list li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  color: transparent; }

.related-projects__list li a:hover .img-wrapper picture {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -ms-transform: scale(1.03); }

.related-projects__list li a:hover .img-wrapper:before {
  background: transparent; }

.related-projects__list li a:hover .img-wrapper h4 {
  background-color: black;
  color: white;
  /* padding-left:15px;*/
  -webkit-transition: padding-left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: padding-left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.related-projects__list li a .img-wrapper {
  position: relative;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  overflow: hidden; }

@media screen and (max-width: 600px) {
  .related-projects__list li a .img-wrapper {
    width: 100%; } }

.related-projects__list li a .img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.related-projects__list li a .img-wrapper picture {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.related-projects__list li a .img-wrapper picture img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media print {
  .related-projects__list li a .img-wrapper picture img {
    width: 200px !important;
    height: auto !important; } }

.related-projects__list li a .img-wrapper h4 {
  position: absolute;
  bottom: 0;
  left: -2px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.9rem;
  letter-spacing: -0.02rem;
  color: black;
  margin: 0;
  padding: 7px 12px;
  width: 102%;
  z-index: 1;
  -webkit-transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 1s cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

@media screen and (max-width: 600px) {
  .related-projects__list li a .img-wrapper h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    letter-spacing: -0.01rem; } }

.zh-hans .related-projects__list li a .img-wrapper h4 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.node-type-projects-landing-page .related-projects {
  margin-top: 10px; }

.node-type-projects-search-results-page .related-projects {
  padding-top: 25px;
  padding-bottom: 90px; }

@media screen and (max-width: 600px) {
  .node-type-projects-search-results-page .related-projects {
    padding-bottom: 25px; } }

.node-type-market-landing-page .related-projects {
  padding-top: 37px; }

.market-landing-info {
  max-width: 960px;
  margin: 0 auto 40px; }

@media screen and (max-width: 767px) {
  .market-landing-info {
    max-width: none;
    margin-bottom: 20px; } }

.market-landing-info__large-text {
  position: relative;
  z-index: 2;
  text-align: center; }

@media screen and (max-width: 600px) {
  .market-landing-info__large-text {
    width: 100%;
    display: block; } }

@media print {
  .market-landing-info__large-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0; } }

.market-landing-info__large-text .wrapper {
  position: relative;
  padding: 0; }

.market-landing-info__large-text h1, .market-landing-info__large-text h2 {
  position: relative;
  top: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 100px;
  font-size: 10rem;
  line-height: 8.2rem;
  letter-spacing: -0.02rem;
  text-transform: uppercase;
  color: black;
  margin: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

@media screen and (max-width: 1023px) {
  .market-landing-info__large-text h1, .market-landing-info__large-text h2 {
    font-size: 80px;
    font-size: 8rem;
    line-height: 6.8rem;
    letter-spacing: -0.02rem; } }

@media screen and (max-width: 885px) {
  .market-landing-info__large-text h1, .market-landing-info__large-text h2 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 5.2rem;
    letter-spacing: -0.02rem; } }

@media screen and (max-width: 479px) {
  .market-landing-info__large-text h1, .market-landing-info__large-text h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 4.2rem;
    letter-spacing: -0.01rem; } }

.zh-hans .market-landing-info__large-text h1, .zh-hans .market-landing-info__large-text h2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500;
  line-height: 11rem; }

@media screen and (max-width: 1023px) {
  .zh-hans .market-landing-info__large-text h1, .zh-hans .market-landing-info__large-text h2 {
    line-height: 9rem; } }

@media screen and (max-width: 885px) {
  .zh-hans .market-landing-info__large-text h1, .zh-hans .market-landing-info__large-text h2 {
    line-height: 7rem; } }

@media screen and (max-width: 479px) {
  .zh-hans .market-landing-info__large-text h1, .zh-hans .market-landing-info__large-text h2 {
    line-height: 5.5rem; } }

.market-landing-info__small-text {
  position: relative;
  z-index: 3;
  text-align: center; }
  .market-landing-info__small-text p span {
    margin: 0 4px; }

@media screen and (max-width: 600px) {
  .market-landing-info__small-text {
    padding-left: 0px;
    width: 100%;
    display: block; } }

@media print {
  .market-landing-info__small-text {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0; } }

.market-landing-info__small-text p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #666666; }

.zh-hans .market-landing-info__small-text p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

@media screen and (max-width: 767px) {
  .market-landing-info__selected-projects h3 {
    margin-bottom: 10px; } }

@media screen and (max-width: 767px) {
  .market-landing-info__contact {
    margin-bottom: 30px; } }

@media print {
  .market-landing-info__contact {
    margin-bottom: 30px; } }

.market-landing-info__contact p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  margin: 0;
  padding-left: 25px; }

@media screen and (max-width: 767px) {
  .market-landing-info__contact p {
    padding-left: 0; } }

@media print {
  .market-landing-info__contact p {
    padding-left: 0; } }

.zh-hans .market-landing-info__contact p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.news-landing-meltwater {
  height: 495px; }

@media screen and (max-width: 600px) {
  .news-landing-meltwater {
    height: 70vh; } }

@media print {
  .news-landing-meltwater {
    display: none; } }

.news-landing-signup-connect {
  margin-top: 5px;
  background-color: #f0f0f0;
  width: 100%; }

@media screen and (max-width: 600px) {
  .news-landing-signup-connect {
    display: none; } }

@media print {
  .news-landing-signup-connect {
    display: none; } }

.news-landing-signup-connect .wrapper {
  margin: 0 8.6%; }

@media screen and (max-width: 1023px) {
  .news-landing-signup-connect .wrapper {
    margin: 0 10%; } }

@media screen and (max-width: 767px) {
  .news-landing-signup-connect .wrapper {
    margin: 0 25px; } }

@media screen and (max-width: 600px) {
  .news-landing-signup-connect .wrapper {
    margin: 0 25px; } }

.news-landing-signup-connect__signup {
  position: relative;
  float: left; }

.news-landing-signup-connect__signup:before {
  content: '';
  position: absolute;
  display: block;
  top: 20px;
  left: 4px;
  width: 18px;
  height: 12px;
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/newsletter-icon-email.svg");
  background-size: 18px 12px; }

.news-landing-signup-connect__signup h2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 29px;
  margin-top: 13px;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2.6rem;
  color: #666666; }

@media screen and (max-width: 600px) {
  .news-landing-signup-connect__signup h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.3rem; } }

.news-landing-signup-connect__signup h2 b {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-style: inherit; }

.zh-hans .news-landing-signup-connect__signup h2 {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.zh-hans .news-landing-signup-connect__signup h2 b {
  font-weight: 700; }

.news-landing-signup-connect__social {
  float: right;
  text-align: right; }

.news-landing-signup-connect__social p {
  display: inline-block;
  vertical-align: middle;
  margin-top: 13px; }

@media screen and (max-width: 479px) {
  .news-landing-signup-connect__social p {
    display: block;
    margin-bottom: 0; } }

.news-landing-signup-connect__social > ul {
  padding-left: 10px;
  display: inline-block;
  list-style-type: none;
  vertical-align: middle; }

.news-landing-signup-connect__social > ul li {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  background-color: #999999;
  border-radius: 50%;
  -webkit-transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  background-position: 50% 50%;
  background-size: auto 16px;
  background-repeat: no-repeat;
  /* @include bp($mobile) {
					width: 44px;
					height: 44px;
					background-size: auto 22px;
					margin:0 2px;
				} */ }

.news-landing-signup-connect__social > ul li:hover {
  background-color: gray; }

.news-landing-signup-connect__social > ul li.fb {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-fb.svg"); }

.news-landing-signup-connect__social > ul li.tw {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-tw.svg"); }

.news-landing-signup-connect__social > ul li.inst {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-inst.svg"); }

.news-landing-signup-connect__social > ul li.yt {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-yt.svg"); }

.news-landing-signup-connect__social > ul li.lin {
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/footer-lin.svg"); }

.news-landing-signup-connect__social > ul li a {
  display: block;
  width: 100%;
  height: 100%; }

.node-type-error-page h1, .node-type-error-page h2, .node-type-error-page p {
  width: 100%; }

.error-content {
  padding: 60px 0 110px; }

@media screen and (max-width: 767px) {
  .error-content {
    padding: 30px 0 50px; } }

@media screen and (max-width: 479px) {
  .error-content {
    padding: 20px 0 0; } }

.error-content__text {
  position: relative;
  padding: 5% 60px 0 8.6%; }

@media screen and (max-width: 767px) {
  .error-content__text {
    padding: 0 26px 33px; } }

.error-content__text h1, .error-content__text h2 {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 3.5rem;
  letter-spacing: -0.02rem;
  color: black;
  margin-bottom: -5px; }

@media screen and (max-width: 479px) {
  .error-content__text h1, .error-content__text h2 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.3rem;
    letter-spacing: -0.01rem;
    margin-bottom: 18px; } }

.zh-hans .error-content__text h1, .zh-hans .error-content__text h2 {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.error-content__text h3 {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: -5px; }

.zh-hans .error-content__text h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.error-content__text h3:after {
  content: '';
  position: relative;
  top: 2px;
  left: -10px;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(208, 11, 11, 0.5); }

.error-content__text p {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .error-content__text p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

.zh-hans .error-content__text p {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.error-content__text a {
  color: #d00b0b;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  text-decoration: none; }

.error-content__text a:hover {
  color: black; }

.error-content__text ul, .error-content__text ol {
  padding-left: 21px;
  padding-right: 25%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #666666; }

@media screen and (max-width: 479px) {
  .error-content__text ul, .error-content__text ol {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2.1rem; } }

@media print {
  .error-content__text ul, .error-content__text ol {
    color: black; } }

.is-rtl .error-content__text ul, .is-rtl .error-content__text ol {
  direction: rtl;
  padding-right: 21px;
  padding-left: 25%; }

@media print {
  .is-rtl .error-content__text ul, .is-rtl .error-content__text ol {
    direction: rtl;
    text-align: right; } }

.zh-hans .error-content__text ul, .zh-hans .error-content__text ol {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.error-content__text ul li, .error-content__text ol li {
  position: relative;
  margin-bottom: 7px; }

.error-content__text ol {
  list-style-type: none;
  counter-reset: counter; }

.error-content__text ol li {
  position: relative; }

.error-content__text ol li:before {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  content: counter(counter) ".";
  counter-increment: counter;
  position: absolute;
  left: -32px;
  width: 30px;
  text-align: right; }

.is-rtl .error-content__text ol li:before {
  left: auto;
  right: -32px;
  text-align: left; }

.error-content__text ul {
  list-style-type: none; }

.error-content__text ul li:before {
  content: '';
  display: inline-block;
  margin-top: 6px;
  margin-left: -16px;
  margin-right: 2px;
  width: 14px;
  height: 10px;
  background-image: url(/sites/all/themes/fentressarchitects/images/svg/chevron-right.svg);
  background-size: 6px 10px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media print {
  .error-content__text ul li:before {
    -webkit-print-color-adjust: exact; } }

.is-rtl .error-content__text ul li:before {
  left: auto;
  margin-right: -16px;
  margin-left: 2px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.node-type-webform #content-container {
  margin-top: 113px; }

@media screen and (max-width: 1023px) {
  .node-type-webform #content-container {
    margin-top: 90px; } }

@media screen and (max-width: 767px) {
  .node-type-webform #content-container {
    margin-top: 70px; } }

@media screen and (max-width: 600px) {
  .node-type-webform #content-container {
    margin-top: 50px; } }

.webform-client-form {
  padding: 60px 0 90px;
  margin: 0 25% 0; }

@media screen and (max-width: 1023px) {
  .webform-client-form {
    padding: 50px 0 80px;
    margin: 0 10%; } }

@media screen and (max-width: 767px) {
  .webform-client-form {
    padding: 40px 0 70px;
    margin: 0 25px; } }

@media screen and (max-width: 600px) {
  .webform-client-form {
    padding: 30px 0 60px;
    margin: 8px 25px 10px; } }

.webform-client-form label {
  display: block;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.04rem;
  color: black;
  margin-bottom: 10px;
  text-transform: uppercase; }

.zh-hans .webform-client-form label {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.webform-client-form label .form-required {
  color: #d00b0b; }

.webform-client-form input[type=file] {
  display: none; }

.webform-client-form input[type=text], .webform-client-form input[type=email], .webform-client-form textarea, .webform-client-form select {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
  color: #616161;
  border: 1px solid rgba(128, 128, 128, 0.3);
  outline: none;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 7px 6px;
  -webkit-box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset;
  width: 50%; }

@media screen and (max-width: 767px) {
  .webform-client-form input[type=text], .webform-client-form input[type=email], .webform-client-form textarea, .webform-client-form select {
    width: 100%; } }

.zh-hans .webform-client-form input[type=text], .zh-hans .webform-client-form input[type=email], .zh-hans .webform-client-form textarea {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.webform-client-form input[type=text]::-webkit-input-placeholder, .webform-client-form input[type=email]::-webkit-input-placeholder, .webform-client-form textarea::-webkit-input-placeholder {
  color: #616161; }

.webform-client-form input[type=text]:-moz-placeholder, .webform-client-form input[type=email]:-moz-placeholder, .webform-client-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #616161; }

.webform-client-form input[type=text]::-moz-placeholder, .webform-client-form input[type=email]::-moz-placeholder, .webform-client-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #616161; }

.webform-client-form input[type=text] :-ms-input-placeholder, .webform-client-form input[type=email] :-ms-input-placeholder, .webform-client-form textarea :-ms-input-placeholder {
  color: #616161; }

.webform-client-form textarea {
  width: 100%;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 20px; }

.webform-client-form input[type=submit] {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.02rem;
  font-style: bold;
  -webkit-appearance: none;
  outline: none;
  border: none;
  border-radius: 3px;
  background-color: #d00b0b;
  text-transform: uppercase;
  color: white;
  padding: 12px 11px 10px;
  cursor: pointer;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.zh-hans .webform-client-form input[type=submit] {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.webform-client-form input[type=submit]:hover {
  background-color: #a00808; }

.webform-client-form .webform-component-file {
  position: relative;
  width: 50%; }

@media screen and (max-width: 767px) {
  .webform-client-form .webform-component-file {
    width: 100%; } }

.webform-client-form .webform-component-file .form-managed-file {
  position: absolute;
  width: 100%;
  top: 0; }

.webform-client-form .webform-component-file .form-managed-file:after {
  content: 'select';
  position: absolute;
  top: 6px;
  right: 5px;
  text-transform: none;
  background-color: #d9d9d9;
  border-radius: 10px;
  padding: 4px 10px;
  color: #8b8b8b;
  pointer-events: none;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1rem;
  letter-spacing: -0.02rem;
  background: #d9d9d9;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #d9d9d9), to(#e6e6e6));
  background: linear-gradient(0, #d9d9d9 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#e6e6e6',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.zh-hans .webform-client-form .webform-component-file .form-managed-file:after {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.zh-hans .webform-client-form .webform-component-file .form-managed-file:after {
  content: '选择'; }

.webform-client-form .webform-component-file label {
  position: relative;
  width: 100%;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
  color: #616161;
  border: 1px solid rgba(128, 128, 128, 0.3);
  outline: none;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 9px 7px 7px;
  -webkit-box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: -1px 1px 1.9px 0.1px rgba(0, 0, 0, 0.1) inset;
  background-color: #f2f2f2;
  text-transform: none;
  cursor: pointer;
  -webkit-transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: background-color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.zh-hans .webform-client-form .webform-component-file label {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

@media screen and (max-width: 767px) {
  .webform-client-form .webform-component-file label {
    width: 100%; } }

.webform-client-form .webform-component-file label:hover {
  background-color: white; }

.webform-client-form .webform-component-file label:hover + .form-managed-file:after {
  background: #d1d1d1;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #d1d1d1), to(#dedede));
  background: linear-gradient(0, #d1d1d1 0%, #dedede 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1d1d1', endColorstr='#dedede',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.webform-client-form .webform-component-file input[type=submit] {
  display: none; }

.webform-client-form .webform-component-file .description {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.3rem;
  letter-spacing: -0.02rem;
  color: #8b8b8b; }

.zh-hans .webform-client-form .webform-component-file .description {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.zh-hans .webform-client-form .webform-component-file .description strong {
  font-weight: bold; }

.webform-client-form .webform-component-file .description strong {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700; }

.webform-client-form select {
  padding-right: 35px; }

.home-image-print {
  display: none;
  height: 500px;
  width: auto;
  margin: 0 auto; }

@media print {
  .home-image-print {
    display: block; } }

@-webkit-keyframes centerzoom {
  from {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  to {
    -webkit-transform: scale(1.015) translate(-50%, -50%);
    transform: scale(1.015) translate(-50%, -50%); } }

@keyframes centerzoom {
  from {
    -webkit-transform: scale(1) translate(-50%, -50%);
    transform: scale(1) translate(-50%, -50%); }
  to {
    -webkit-transform: scale(1.015) translate(-50%, -50%);
    transform: scale(1.015) translate(-50%, -50%); } }

.featured-content-slideshow {
  position: relative;
  padding-bottom: 80%; }

@media print {
  .featured-content-slideshow {
    padding-bottom: 50% !important; } }

.featured-content-slideshow ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: none; }

@media screen and (min-width: 886px) {
  .featured-content-slideshow ul.flickity-enabled .is-selected img, .featured-content-slideshow ul.flickity-enabled .is-selected video {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: centerzoom 5s linear 0s 1 normal forwards;
    animation: centerzoom 5s linear 0s 1 normal forwards; } }

.featured-content-slideshow .flickity-viewport {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100% !important; }

.featured-content-slideshow .flickity-slider {
  width: 100%;
  height: 100%; }

.featured-content-slideshow .flickity-page-dots {
  z-index: 5;
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0; }

@media print {
  .featured-content-slideshow .flickity-page-dots {
    display: none; } }

.featured-content-slideshow__slide {
  overflow: hidden;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  list-style: none; }

.featured-content-slideshow__slide:before {
  z-index: 3;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.featured-content-slideshow__slide img, .featured-content-slideshow__slide video {
  z-index: 1;
  display: block;
  position: absolute;
  min-width: 100.5%;
  min-height: 100.5%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media all and (orientation: portrait) and (max-width: 885px) {
  .featured-content-slideshow__slide img, .featured-content-slideshow__slide video {
    min-height: 0;
    height: 100.5%; } }

.featured-content-slideshow__slide video {
  z-index: 2; }

.touch .featured-content-slideshow__slide video {
  display: none; }

.featured-content-slideshow__slide .text-wrapper {
  z-index: 4;
  position: absolute;
  display: table;
  width: 100%;
  height: 100%; }

.featured-content-slideshow__wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.featured-content-slideshow__prev-btn, .featured-content-slideshow__next-btn {
  z-index: 6;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 9px;
  height: 17px;
  margin-top: -35px;
  padding: 0;
  border: 0;
  outline: 0;
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); }

.featured-content-slideshow__prev-btn svg, .featured-content-slideshow__next-btn svg {
  position: absolute;
  top: 0;
  width: 9px;
  height: 17px; }

.featured-content-slideshow__prev-btn svg path, .featured-content-slideshow__next-btn svg path {
  fill: #8e8e8e; }

.no-touch .featured-content-slideshow__prev-btn:hover svg path, .no-touch .featured-content-slideshow__next-btn:hover svg path {
  fill: #d00b0b; }

@media screen and (max-width: 768px) {
  .featured-content-slideshow__prev-btn, .featured-content-slideshow__next-btn {
    display: none; } }

@media print {
  .featured-content-slideshow__prev-btn, .featured-content-slideshow__next-btn {
    display: none; } }

.featured-content-slideshow__prev-btn {
  left: 25px; }

.featured-content-slideshow__prev-btn svg {
  right: 0;
  -webkit-transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: right 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.no-touch .featured-content-slideshow__prev-btn:hover svg {
  right: 10px; }

.featured-content-slideshow__next-btn {
  right: 25px; }

.featured-content-slideshow__next-btn svg {
  left: 0;
  -webkit-transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.no-touch .featured-content-slideshow__next-btn:hover svg {
  left: 10px; }

.image-callouts {
  overflow: hidden;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff; }

@media print {
  .image-callouts {
    display: block;
    page-break-before: always; } }

.image-callouts ul {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.flexbox .image-callouts ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media screen and (max-width: 768px) {
  .flexbox .image-callouts ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.image-callouts li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }

.flexbox .image-callouts li {
  width: calc(25% - 6.75px); }

@media screen and (max-width: 768px) {
  .flexbox .image-callouts li {
    width: calc(50% - 4.5px); }
  .flexbox .image-callouts li:nth-child(n+3) {
    margin-top: 6px; } }

@media screen and (max-width: 479px) {
  .flexbox .image-callouts li {
    width: 100%; }
  .flexbox .image-callouts li:nth-child(n+2) {
    margin-top: 6px; } }

.no-flexbox .image-callouts li {
  float: left;
  padding-left: 9px;
  width: calc(25% + 2.25px); }

.no-flexbox .image-callouts li:first-child {
  padding-left: 0;
  width: calc(25% - 6.75px); }

@media screen and (max-width: 768px) {
  .no-flexbox .image-callouts li {
    width: calc(50% + 4.5px); }
  .no-flexbox .image-callouts li:first-child, .no-flexbox .image-callouts li:nth-child(3) {
    clear: both;
    padding-left: 0;
    width: calc(50% - 4.5px); }
  .no-flexbox .image-callouts li:nth-child(n+3) {
    margin-top: 6px; } }

@media screen and (max-width: 479px) {
  .no-flexbox .image-callouts li {
    float: none;
    padding-left: 0;
    width: 100% !important; }
  .no-flexbox .image-callouts li:nth-child(n+2) {
    margin-top: 6px; } }

.image-callouts figure {
  overflow: hidden;
  position: relative;
  margin: 0; }

@media print {
  .image-callouts figure {
    overflow: visible;
    height: 220px; } }

.image-callouts img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear; }

.image-callouts figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 12% 10px 14px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s; }

@media screen and (max-width: 1023px) {
  .image-callouts figcaption {
    padding-right: 14px; } }

.image-callouts h3 {
  margin: 0;
  min-height: 2.57143em;
  color: #000;
  vertical-align: top;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 18px -2px/10pxrem; }

.zh-hans .image-callouts h3 {
  font-family: 'Noto Sans SC', sans-serif;
  font-weight: 500; }

.image-callouts a {
  display: block; }

.no-touch .image-callouts a:hover img, .no-touch .image-callouts a:focus img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05); }

.no-touch .image-callouts a:hover figcaption, .no-touch .image-callouts a:focus figcaption {
  -webkit-transition: background-color 0s;
  transition: background-color 0s;
  background-color: black; }

.no-touch .image-callouts a:hover h3, .no-touch .image-callouts a:focus h3 {
  color: #fff; }

/* Captions
------------------------------------------------------------ */
.media-caption {
  display: block;
  margin-bottom: 2em; }

@media screen and (max-width: 600px) {
  .media-caption {
    width: 100% !important; } }

.media-caption img, .media-caption object {
  display: block; }

@media screen and (max-width: 600px) {
  .media-caption img, .media-caption object {
    width: 100% !important;
    height: auto; } }

.media-caption .mejs-container, .media-caption .media-youtube-video, .media-caption .media-vimeo-video, .media-caption.media-caption-image {
  margin-bottom: 0; }

.caption {
  position: relative;
  margin: 0.5em 0 0;
  display: block;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5rem;
  color: #999999;
  padding-left: 20px; }

@media screen and (max-width: 600px) {
  .caption {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.3rem;
    margin-bottom: 20px; } }

.is-rtl .caption {
  padding-left: 0;
  padding-right: 20px; }

.zh-hans .caption {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.caption:before {
  content: '';
  position: absolute;
  display: block;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 6px;
  background-image: url("/sites/all/themes/fentressarchitects/images/svg/chevron-up.svg");
  background-size: 10px 6px;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

@media print {
  .caption:before {
    -webkit-print-color-adjust: exact; } }

.is-rtl .caption:before {
  left: auto;
  right: 3px; }

.caption {
  font-style: italic; }

/* Audio & Video
------------------------------------------------------------ */
.mejs-container {
  clear: both;
  margin-bottom: 2em; }

@media screen and (max-width: 500px) {
  .mejs-container {
    width: 100% !important; } }

@media print {
  .mejs-container {
    display: none; } }

/* Video
------------------------------------------------------------ */
.media-youtube-video, .media-vimeo-video, .media-caption-audio {
  display: block;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%; }

.media-youtube-video iframe, .media-youtube-video object, .media-youtube-video embed, .media-vimeo-video iframe, .media-vimeo-video object, .media-vimeo-video embed, .media-caption-audio iframe, .media-caption-audio object, .media-caption-audio embed {
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 1023px) {
  .media-youtube-video iframe, .media-youtube-video object, .media-youtube-video embed, .media-vimeo-video iframe, .media-vimeo-video object, .media-vimeo-video embed, .media-caption-audio iframe, .media-caption-audio object, .media-caption-audio embed {
    width: 100%;
    max-width: 100%; } }

.media-youtube-video, .media-vimeo-video {
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
  width: 100% !important;
  height: 0 !important; }

.media-youtube-video iframe, .media-youtube-video object, .media-youtube-video embed, .media-vimeo-video iframe, .media-vimeo-video object, .media-vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%; }

@media print {
  .media-youtube-video, .media-vimeo-video, .media-caption-audio, .media-caption, .img-center, .img-left, .img-right, .img-none {
    display: none !important; } }

/* Images
------------------------------------------------------------ */
.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.img-center .caption {
  margin-bottom: 20px; }

p.img-center {
  text-align: center; }

p.img-center > img {
  display: inline; }

p.img-center .media-caption {
  text-align: left;
  margin-left: auto;
  margin-right: auto; }

.img-left, .img-right, .img-center, .img-none {
  margin-top: 0.2em;
  margin-bottom: 1.25em; }

@media screen and (max-width: 600px) {
  .img-left, .img-right, .img-center, .img-none {
    width: 100% !important;
    height: auto;
    margin-left: 0;
    margin-right: 0; } }

.img-left {
  float: left;
  clear: left;
  margin-right: 1.25em; }

.img-right {
  float: right;
  clear: right;
  margin-left: 1.25em; }

#infscr-loading {
  width: 100% !important;
  height: 100px !important;
  left: 0;
  position: relative;
  right: 0;
  display: block;
  margin: 0;
  clear: both;
  background: transparent url(../images/ajax-loader.gif) no-repeat 50% 50%; }

#infscr-loading img {
  display: none; }

#infscr-loading div {
  display: none; }

html {
  font-size: 62.5%;
  /* Prevent font scaling in landscape mode in mobile (iOS) */
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  background-color: white;
  margin: 0;
  padding-top: 0 !important; }

#page-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
  top: 0; }

#page-container {
  position: relative;
  margin-top: 50px; }

@media screen and (max-width: 885px) {
  #page-container {
    margin-top: 65px; } }

.navbar-administration #page-container {
  margin-top: calc(50px + 39px); }

@media screen and (max-width: 885px) {
  .navbar-administration #page-container {
    margin-top: calc(65px + 39px); } }

.navbar-administration.navbar-fixed.navbar-horizontal.navbar-tray-open #page-container {
  margin-top: calc(50px + 79px); }

@media screen and (max-width: 885px) {
  .navbar-administration.navbar-fixed.navbar-horizontal.navbar-tray-open #page-container {
    margin-top: calc(65px + 79px); } }

.node-type-home-page #page-container {
  margin-top: 0; }

@media screen and (max-width: 885px) {
  .node-type-home-page #page-container {
    margin-top: 65px; } }

.node-type-home-page.navbar-administration #page-container {
  margin-top: 39px; }

@media screen and (max-width: 885px) {
  .node-type-home-page.navbar-administration #page-container {
    margin-top: calc(65px + 39px); } }

.node-type-home-page.navbar-administration.navbar-fixed.navbar-horizontal.navbar-tray-open #page-container {
  margin-top: 79px; }

@media screen and (max-width: 885px) {
  .node-type-home-page.navbar-administration.navbar-fixed.navbar-horizontal.navbar-tray-open #page-container {
    margin-top: calc(65px + 79px); } }

#content-container {
  overflow: hidden; }

.index-temp {
  padding: 100px 0; }

.index-temp ul {
  list-style-type: none; }

.index-temp ul li a {
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 3rem;
  color: #d00b0b;
  -webkit-transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  text-decoration: none; }

.index-temp ul li a:hover {
  color: black; }

.element-invisible, .visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.market-landing-summary {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px; }
  .market-landing-summary .market-landing-info__contact p {
    padding-left: 0; }
  .market-landing-summary .button-wrapper {
    text-align: center;
    margin-bottom: 20px; }
    .market-landing-summary .button-wrapper button.view-more {
      display: inline-block;
      color: #ffffff;
      background: #d00b0b;
      padding: 2px 10px;
      text-transform: uppercase;
      border: 0;
      -webkit-transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: background 500ms cubic-bezier(0.23, 1, 0.32, 1);
      font-size: 1.5rem;
      line-height: 1.75;
      cursor: pointer; }
      .market-landing-summary .button-wrapper button.view-more:hover {
        background: #a00808; }
  .market-landing-summary .market-landing-summary-content {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms;
    transition: max-height 500ms; }
    .market-landing-summary .market-landing-summary-content.open {
      max-height: 600px; }

.clearfix:before, .clearfix:after {
  display: table;
  content: ' '; }

.clearfix:after {
  clear: both; }

body {
  font-family: 'Arimo', sans-serif; }

select {
  padding: 8px 35px 8px 8px;
  font-size: 1.6rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-position: bottom 50% right 5px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=); }

/* CAUTION: IE hackery ahead */
select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */ }

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0\0) {
  select {
    background: none\9;
    padding: 5px\9; } }

.contact__container {
  padding: 0 25px 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; }

@media (min-width: 768px) {
  .contact__container {
    width: 60%;
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .contact__container {
    width: 80%; } }

.contact__row {
  margin-top: 60px;
  margin-right: -25px;
  margin-left: -25px; }

.contact__column-first,
.contact__column-second {
  padding-right: 25px;
  padding-left: 25px; }

.contact__column-second {
  margin-top: 50px; }

@media (min-width: 1024px) {
  .contact__column-first {
    float: left;
    width: 55%; }
  .contact__column-second {
    float: right;
    width: 45%;
    margin-top: 0; } }

.contact .pane-title {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 5.2rem;
  color: black;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px; }

.contact .pane-title:after {
  content: '';
  position: relative;
  top: 2px;
  left: -10px;
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgba(208, 11, 11, 0.5); }

.contact .webform-client-form {
  padding: 0;
  margin: 0; }

.contact .webform-client-form .form-text,
.contact .webform-client-form .form-email,
.contact .webform-client-form .form-textarea {
  width: 100%; }

.contact .panel-pane + .panel-pane {
  margin-top: 50px; }

.contact__top {
  margin-top: 60px; }

article.contact .contact-content {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 8.6% 17px; }
  article.contact .contact-content:before, article.contact .contact-content:after {
    display: table;
    content: ' '; }
  article.contact .contact-content:after {
    clear: both; }
  @media only screen and (max-width: 991px) {
    article.contact .contact-content {
      padding: 60px 10%; } }
  @media only screen and (max-width: 767px) {
    article.contact .contact-content {
      padding: 40px 25px; } }
  article.contact .contact-content h1 {
    font-family: 'HeroicCondensedLight', sans-serif;
    font-size: 4.2rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(208, 11, 11, 0.5);
    margin: 0; }
    @media only screen and (max-width: 991px) {
      article.contact .contact-content h1 {
        margin-bottom: 60px; } }
  article.contact .contact-content form.webform-client-form,
  article.contact .contact-content section.text-block,
  article.contact .contact-content div.confirmation_message {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
    @media (min-width: 992px) {
      article.contact .contact-content form.webform-client-form,
      article.contact .contact-content section.text-block,
      article.contact .contact-content div.confirmation_message {
        float: left;
        width: 50%; } }
  article.contact .contact-content form.webform-client-form {
    margin: 15px 0; }
    article.contact .contact-content form.webform-client-form input.webform-submit {
      margin: 10px 0; }

.contact-thumbnails {
  padding: 80px 8.6%;
  background-color: #f8f8f8; }

@media screen and (max-width: 479px) {
  .contact-thumbnails {
    padding: 10px 5px 20px;
    margin-bottom: 6px; } }

.contact-thumbnails ul {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.contact-thumbnails ul li {
  width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 23px;
  padding-right: .5%; }

.contact-thumbnails ul li:nth-child(3n) {
  padding-left: .5%;
  padding-right: 0%; }

.contact-thumbnails ul li:nth-child(3n-1) {
  padding-left: .25%;
  padding-right: .25%; }

@media print {
  .contact-thumbnails ul li {
    width: 33.33333%;
    opacity: 1 !important;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.contact-thumbnails ul li a {
  display: block;
  color: transparent; }

.contact-thumbnails ul li a:hover .img-wrapper img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1); }

.contact-thumbnails ul li a:hover .img-wrapper {
  top: -5px; }

.contact-thumbnails ul li a:hover .img-wrapper:before {
  background: rgba(0, 0, 0, 0.3); }

.contact-thumbnails ul li a:hover h3 {
  top: -3px;
  color: #666666; }

.contact-thumbnails ul li .img-wrapper {
  position: relative;
  top: 0;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 0;
  margin: 0; }

.contact-thumbnails ul li .img-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */ }

.contact-thumbnails ul li img {
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  width: 102%;
  height: auto;
  opacity: 1;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.contact-thumbnails ul li h2 {
  font-family: 'HeroicCondensedLight', sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 50px;
  font-size: 5.4rem;
  line-height: 5.4rem;
  letter-spacing: -0.3rem;
  margin-top: 13px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-backface-visibility: hidden; }

.is-rtl .contact-thumbnails ul li h2 {
  direction: rtl;
  text-align: right; }

.zh-hans .contact-thumbnails ul li h2 {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

.contact-thumbnails ul li h3 {
  position: relative;
  top: 0;
  font-family: 'Arimo', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: -0.05rem;
  color: black;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: scale(1) rotate(0.002deg); }

.is-rtl .contact-thumbnails ul li h3 {
  direction: rtl;
  text-align: right; }

.zh-hans .contact-thumbnails ul li h3 {
  font-family: "Microsoft Yahei", "微软雅黑", "Hiragino Sans GB", "冬青黑体", sans-serif; }

div.location-teaser {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center center; }
  div.location-teaser h2 {
    font-family: HeroicCondensedLight;
    position: absolute;
    float: left;
    bottom: 35%;
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75); }

div.location-teaser:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: '';
  height: 100%;
  width: 100%;
  position: absolute; }

@media screen and (max-width: 1175px) {
  .contact-thumbnails ul li h3 {
    font-size: 13.5px;
    font-size: 1.35rem;
    line-height: 1.35rem; }
  .contact-thumbnails ul li h2 {
    font-size: 45px;
    font-size: 4.7rem;
    line-height: 4.7rem;
    bottom: 32%; } }

@media screen and (max-width: 1050px) {
  .contact-thumbnails ul li h3 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem; }
  .contact-thumbnails ul li h2 {
    font-size: 42px;
    font-size: 4.8rem;
    line-height: 4.8rem;
    bottom: 32%; }
  .contact-thumbnails ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 23px;
    padding-right: .25%;
    padding-left: .25%; }
  .contact-thumbnails ul li:nth-child(2n) {
    padding-left: .5%;
    padding-right: 0%; }
  .contact-thumbnails ul li:nth-child(2n-1) {
    padding-left: 0%;
    padding-right: .25%; } }

@media screen and (max-width: 800px) {
  .contact-thumbnails ul li h2 {
    bottom: 29%; } }

@media screen and (max-width: 800px) {
  .contact-thumbnails ul li h2 {
    font-size: 38px;
    font-size: 4.3rem;
    line-height: 4.3rem; } }

@media screen and (max-width: 600px) {
  .contact-thumbnails ul li h3 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5rem; }
  .contact-thumbnails ul li {
    width: 100%; }
  .contact-thumbnails ul li {
    padding-left: 0%;
    padding-right: 0%; }
  .contact-thumbnails ul li h2 {
    font-size: 50px;
    font-size: 5.2rem;
    line-height: 5.2rem;
    bottom: 35%; } }

div.horizontal-tabs {
  border: 0; }

.horizontal-tabs ul.horizontal-tabs-list {
  background: none;
  border: 0; }

.horizontal-tabs ul.horizontal-tabs-list li {
  background: 0;
  border: 0;
  padding: 0; }

.horizontal-tabs ul.horizontal-tabs-list li:hover, .horizontal-tabs ul.horizontal-tabs-list li:focus {
  background: 0; }

.horizontal-tabs ul.horizontal-tabs-list li a {
  display: block;
  height: 2.65em;
  min-height: 2.95em;
  line-height: 2.95em;
  padding: 0 1em;
  text-decoration: none;
  font-size: 13px;
  background: #eee;
  color: #777;
  position: relative;
  border: 1px solid #fff;
  border-radius: 3px 3px 0 0;
  font-weight: bold;
  text-transform: uppercase; }

.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  border: 1px solid rgba(128, 128, 128, 0.3);
  border-bottom: 0;
  color: #666;
  position: relative; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected a, .horizontal-tabs ul.horizontal-tabs-list li.selected a:hover {
    background: #fff; }
  .horizontal-tabs ul.horizontal-tabs-list li.selected a:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #fff;
    right: 0;
    bottom: -1px;
    left: 0;
    z-index: 10; }

.horizontal-tabs-panes {
  border: 1px solid rgba(128, 128, 128, 0.3);
  clear: both;
  padding: 15px;
  position: relative;
  background: #fff; }

.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
  display: block;
  text-decoration: none;
  padding-top: 0;
  position: relative;
  top: 0px;
  padding: 0 1em; }

.horizontal-tabs ul.horizontal-tabs-list li.selected {
  padding: 0; }

.horizontal-tabs ul.horizontal-tabs-list {
  display: block; }
  .horizontal-tabs ul.horizontal-tabs-list:before, .horizontal-tabs ul.horizontal-tabs-list:after {
    display: table;
    content: ' '; }
  .horizontal-tabs ul.horizontal-tabs-list:after {
    clear: both; }

.horizontal-tabs ul.horizontal-tabs-list li a:hover {
  background: #444;
  color: #fff; }
