/*!
Theme Name: ACDI / VOCA

DO NOT EDIT style.css DIRECTLY.

Use style.scss.

*/
@import url(fonts/styles.css);
img.sample {
  background: #00aaee; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-15px); }
  60% {
    transform: translateY(-7px); } }
@-webkit-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@-moz-keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@keyframes pulse {
  0% {
    margin-bottom: 0px;
    opacity: 0; }
  10% {
    margin-bottom: 0px;
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    margin-bottom: -15px;
    opacity: 1; }
  75% {
    opacity: 1; }
  90% {
    margin-bottom: 0px;
    opacity: 0; }
  100% {
    margin-bottom: 0px;
    opacity: 0; } }
@-webkit-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@-moz-keyframes loading {
  100% {
    background-position: 0px -570px; } }
@keyframes loading {
  100% {
    background-position: 0px -570px; } }
/* @group Grid Layout */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1; }

.row:last-child {
  margin-bottom: 0; }

.row.group {
  margin-bottom: 0; }

.row:before, .row:after {
  display: table;
  line-height: 0;
  content: ""; }

.row:after {
  content: ' ';
  display: block;
  clear: both; }

.row:last-child {
  margin-bottom: 0; }

[class*="span"] {
  float: left; }

/*! 16 grid, 25px margins */
.row {
  position: relative;
  margin-bottom: 20px;
  zoom: 1; }

.row:after {
  content: ' ';
  display: block;
  clear: both; }

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row {
  margin-left: 25px;
  margin-left: calc(-25px); }

.row > [class*="span"], .row > [class*="col"], .wpb_row.vc_row-fluid > [class*="vc_span"] {
  margin-left: 25px;
  margin-left: calc(25px); }

.row > .col1_10 {
  width: 10%;
  width: -webkit-calc(10% - 25px);
  width: -moz-calc(10% - 25px);
  width: calc(10% - 25px); }

.row > .offset1_10 {
  margin-left: 10%;
  margin-left: -webkit-calc(10% + 25px);
  margin-left: -moz-calc(10% + 25px);
  margin-left: calc(10% + 25px); }

.row > .col1_5, .row > .col2_10, .row > .col3_15 {
  width: 20%;
  width: -webkit-calc(20% - 25px);
  width: -moz-calc(20% - 25px);
  width: calc(20% - 25px); }

.row > .offset1_5, .row > .offset2_10, .row > .offset3_15 {
  margin-left: 20%;
  margin-left: -webkit-calc(20% + 25px);
  margin-left: -moz-calc(20% + 25px);
  margin-left: calc(20% + 25px); }

.row > .col1_4, .row > .col2_8, .row > .col3_12, .row > .col4_16, .row > .span3, .wpb_row.vc_row-fluid > .vc_span3 {
  width: 25%;
  width: -webkit-calc(25% - 25px);
  width: -moz-calc(25% - 25px);
  width: calc(25% - 25px); }

.row > .offset1_4, .row > .offset2_8, .row > .offset3_12, .row > .offset4_16, .row > .offset3 {
  margin-left: 25%;
  margin-left: -webkit-calc(25% + 25px);
  margin-left: -moz-calc(25% + 25px);
  margin-left: calc(25% + 25px); }

.row > .col3_10 {
  width: 30%;
  width: -webkit-calc(30% - 25px);
  width: -moz-calc(30% - 25px);
  width: calc(30% - 25px); }

.row > .offset3_10 {
  margin-left: 30%;
  margin-left: -webkit-calc(30% + 25px);
  margin-left: -moz-calc(30% + 25px);
  margin-left: calc(30% + 25px); }

.row > .col2_5, .row > .col4_10, .row > .col6_15 {
  width: 40%;
  width: -webkit-calc(40% - 25px);
  width: -moz-calc(40% - 25px);
  width: calc(40% - 25px); }

.row > .offset2_5, .row > .offset4_10, .row > .offset6_15 {
  margin-left: 40%;
  margin-left: -webkit-calc(40% + 25px);
  margin-left: -moz-calc(40% + 25px);
  margin-left: calc(40% + 25px); }

.row > .col1_2, .row > .col2_4, .row > .col3_6, .row > .col4_8, .row > .col5_10, .row > .col6_12, .row > .col7_14, .row > .col8_16, .row > .span6, .wpb_row.vc_row-fluid > .vc_span6 {
  width: 50%;
  width: -webkit-calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: calc(50% - 25px); }

.row > .offset1_2, .row > .offset2_4, .row > .offset3_6, .row > .offset4_8, .row > .offset5_10, .row > .offset6_12, .row > .offset7_14, .row > .offset8_16, .row > .offset6 {
  margin-left: 50%;
  margin-left: -webkit-calc(50% + 25px);
  margin-left: -moz-calc(50% + 25px);
  margin-left: calc(50% + 25px); }

.row > .col3_5, .row > .col6_10, .row > .col9_15 {
  width: 60%;
  width: -webkit-calc(60% - 25px);
  width: -moz-calc(60% - 25px);
  width: calc(60% - 25px); }

.row > .offset3_5, .row > .offset6_10, .row > .offset9_15 {
  margin-left: 60%;
  margin-left: -webkit-calc(60% + 25px);
  margin-left: -moz-calc(60% + 25px);
  margin-left: calc(60% + 25px); }

.row > .col7_10 {
  width: 70%;
  width: -webkit-calc(70% - 25px);
  width: -moz-calc(70% - 25px);
  width: calc(70% - 25px); }

.row > .offset7_10 {
  margin-left: 70%;
  margin-left: -webkit-calc(70% + 25px);
  margin-left: -moz-calc(70% + 25px);
  margin-left: calc(70% + 25px); }

.row > .col3_4, .row > .col6_8, .row > .col9_12, .row > .col12_16, .row > .span9, .wpb_row.vc_row-fluid > .vc_span9 {
  width: 75%;
  width: -webkit-calc(75% - 25px);
  width: -moz-calc(75% - 25px);
  width: calc(75% - 25px); }

.row > .offset3_4, .row > .offset6_8, .row > .offset9_12, .row > .offset12_16, .row > .offset9 {
  margin-left: 75%;
  margin-left: -webkit-calc(75% + 25px);
  margin-left: -moz-calc(75% + 25px);
  margin-left: calc(75% + 25px); }

.row > .col4_5, .row > .col8_10, .row > .col12_15 {
  width: 80%;
  width: -webkit-calc(80% - 25px);
  width: -moz-calc(80% - 25px);
  width: calc(80% - 25px); }

.row > .offset4_5, .row > .offset8_10, .row > .offset12_15 {
  margin-left: 80%;
  margin-left: -webkit-calc(80% + 25px);
  margin-left: -moz-calc(80% + 25px);
  margin-left: calc(80% + 25px); }

.row > .col9_10 {
  width: 90%;
  width: -webkit-calc(90% - 25px);
  width: -moz-calc(90% - 25px);
  width: calc(90% - 25px); }

.row > .offset9_10 {
  margin-left: 90%;
  margin-left: -webkit-calc(90% + 25px);
  margin-left: -moz-calc(90% + 25px);
  margin-left: calc(90% + 25px); }

.row > .col1_1, .row > .col2_2, .row > .col3_3, .row > .col4_4, .row > .col5_5, .row > .col6_6, .row > .col7_7, .row > .col8_8, .row > .col9_9, .row > .col10_10, .row > .col11_11, .row > .col12_12, .row > .col13_13, .row > .col14_14, .row > .col15_15, .row > .col16_16, .row > .span12, .wpb_row.vc_row-fluid > .vc_span12 {
  width: 100%;
  width: -webkit-calc(100% - 25px);
  width: -moz-calc(100% - 25px);
  width: calc(100% - 25px); }

.row > .offset1_1, .row > .offset2_2, .row > .offset3_3, .row > .offset4_4, .row > .offset5_5, .row > .offset6_6, .row > .offset7_7, .row > .offset8_8, .row > .offset9_9, .row > .offset10_10, .row > .offset11_11, .row > .offset12_12, .row > .offset13_13, .row > .offset14_14, .row > .offset15_15, .row > .offset16_16, .row > .offset12 {
  margin-left: 100%;
  margin-left: -webkit-calc(100% + 25px);
  margin-left: -moz-calc(100% + 25px);
  margin-left: calc(100% + 25px); }

.row > .col1_3, .row > .col2_6, .row > .col3_9, .row > .col4_12, .row > .col5_15, .row > .span4, .wpb_row.vc_row-fluid > .vc_span4 {
  width: 33.333%;
  width: -webkit-calc(33.333% - 25px);
  width: -moz-calc(33.333% - 25px);
  width: calc(33.333% - 25px); }

.row > .offset1_3, .row > .offset2_6, .row > .offset3_9, .row > .offset4_12, .row > .offset5_15, .row > .offset4 {
  margin-left: 33.333%;
  margin-left: -webkit-calc(33.333% + 25px);
  margin-left: -moz-calc(33.333% + 25px);
  margin-left: calc(33.333% + 25px); }

.row > .col2_3, .row > .col4_6, .row > .col6_9, .row > .col8_12, .row > .col10_15, .row > .span8, .wpb_row.vc_row-fluid > .vc_span8 {
  width: 66.667%;
  width: -webkit-calc(66.667% - 25px);
  width: -moz-calc(66.667% - 25px);
  width: calc(66.667% - 25px); }

.row > .offset2_3, .row > .offset4_6, .row > .offset6_9, .row > .offset8_12, .row > .offset10_15, .row > .offset8 {
  margin-left: 66.667%;
  margin-left: -webkit-calc(66.667% + 25px);
  margin-left: -moz-calc(66.667% + 25px);
  margin-left: calc(66.667% + 25px); }

.row > .col1_6, .row > .col2_12, .row > .span2, .wpb_row.vc_row-fluid > .vc_span2 {
  width: 16.667%;
  width: -webkit-calc(16.667% - 25px);
  width: -moz-calc(16.667% - 25px);
  width: calc(16.667% - 25px); }

.row > .offset1_6, .row > .offset2_12, .row > .offset2 {
  margin-left: 16.667%;
  margin-left: -webkit-calc(16.667% + 25px);
  margin-left: -moz-calc(16.667% + 25px);
  margin-left: calc(16.667% + 25px); }

.row > .col5_6, .row > .col10_12, .row > .span10, .wpb_row.vc_row-fluid > .vc_span10 {
  width: 83.333%;
  width: -webkit-calc(83.333% - 25px);
  width: -moz-calc(83.333% - 25px);
  width: calc(83.333% - 25px); }

.row > .offset5_6, .row > .offset10_12, .row > .offset10 {
  margin-left: 83.333%;
  margin-left: -webkit-calc(83.333% + 25px);
  margin-left: -moz-calc(83.333% + 25px);
  margin-left: calc(83.333% + 25px); }

.row > .col1_7, .row > .col2_14 {
  width: 14.286%;
  width: -webkit-calc(14.286% - 25px);
  width: -moz-calc(14.286% - 25px);
  width: calc(14.286% - 25px); }

.row > .offset1_7, .row > .offset2_14 {
  margin-left: 14.286%;
  margin-left: -webkit-calc(14.286% + 25px);
  margin-left: -moz-calc(14.286% + 25px);
  margin-left: calc(14.286% + 25px); }

.row > .col2_7, .row > .col4_14 {
  width: 28.571%;
  width: -webkit-calc(28.571% - 25px);
  width: -moz-calc(28.571% - 25px);
  width: calc(28.571% - 25px); }

.row > .offset2_7, .row > .offset4_14 {
  margin-left: 28.571%;
  margin-left: -webkit-calc(28.571% + 25px);
  margin-left: -moz-calc(28.571% + 25px);
  margin-left: calc(28.571% + 25px); }

.row > .col3_7, .row > .col6_14 {
  width: 42.857%;
  width: -webkit-calc(42.857% - 25px);
  width: -moz-calc(42.857% - 25px);
  width: calc(42.857% - 25px); }

.row > .offset3_7, .row > .offset6_14 {
  margin-left: 42.857%;
  margin-left: -webkit-calc(42.857% + 25px);
  margin-left: -moz-calc(42.857% + 25px);
  margin-left: calc(42.857% + 25px); }

.row > .col4_7, .row > .col8_14 {
  width: 57.143%;
  width: -webkit-calc(57.143% - 25px);
  width: -moz-calc(57.143% - 25px);
  width: calc(57.143% - 25px); }

.row > .offset4_7, .row > .offset8_14 {
  margin-left: 57.143%;
  margin-left: -webkit-calc(57.143% + 25px);
  margin-left: -moz-calc(57.143% + 25px);
  margin-left: calc(57.143% + 25px); }

.row > .col5_7, .row > .col10_14 {
  width: 71.429%;
  width: -webkit-calc(71.429% - 25px);
  width: -moz-calc(71.429% - 25px);
  width: calc(71.429% - 25px); }

.row > .offset5_7, .row > .offset10_14 {
  margin-left: 71.429%;
  margin-left: -webkit-calc(71.429% + 25px);
  margin-left: -moz-calc(71.429% + 25px);
  margin-left: calc(71.429% + 25px); }

.row > .col6_7, .row > .col12_14 {
  width: 85.714%;
  width: -webkit-calc(85.714% - 25px);
  width: -moz-calc(85.714% - 25px);
  width: calc(85.714% - 25px); }

.row > .offset6_7, .row > .offset12_14 {
  margin-left: 85.714%;
  margin-left: -webkit-calc(85.714% + 25px);
  margin-left: -moz-calc(85.714% + 25px);
  margin-left: calc(85.714% + 25px); }

.row > .col1_8, .row > .col2_16 {
  width: 12.5%;
  width: -webkit-calc(12.5% - 25px);
  width: -moz-calc(12.5% - 25px);
  width: calc(12.5% - 25px); }

.row > .offset1_8, .row > .offset2_16 {
  margin-left: 12.5%;
  margin-left: -webkit-calc(12.5% + 25px);
  margin-left: -moz-calc(12.5% + 25px);
  margin-left: calc(12.5% + 25px); }

.row > .col3_8, .row > .col6_16 {
  width: 37.5%;
  width: -webkit-calc(37.5% - 25px);
  width: -moz-calc(37.5% - 25px);
  width: calc(37.5% - 25px); }

.row > .offset3_8, .row > .offset6_16 {
  margin-left: 37.5%;
  margin-left: -webkit-calc(37.5% + 25px);
  margin-left: -moz-calc(37.5% + 25px);
  margin-left: calc(37.5% + 25px); }

.row > .col5_8, .row > .col10_16 {
  width: 62.5%;
  width: -webkit-calc(62.5% - 25px);
  width: -moz-calc(62.5% - 25px);
  width: calc(62.5% - 25px); }

.row > .offset5_8, .row > .offset10_16 {
  margin-left: 62.5%;
  margin-left: -webkit-calc(62.5% + 25px);
  margin-left: -moz-calc(62.5% + 25px);
  margin-left: calc(62.5% + 25px); }

.row > .col7_8, .row > .col14_16 {
  width: 87.5%;
  width: -webkit-calc(87.5% - 25px);
  width: -moz-calc(87.5% - 25px);
  width: calc(87.5% - 25px); }

.row > .offset7_8, .row > .offset14_16 {
  margin-left: 87.5%;
  margin-left: -webkit-calc(87.5% + 25px);
  margin-left: -moz-calc(87.5% + 25px);
  margin-left: calc(87.5% + 25px); }

.row > .col1_9 {
  width: 11.111%;
  width: -webkit-calc(11.111% - 25px);
  width: -moz-calc(11.111% - 25px);
  width: calc(11.111% - 25px); }

.row > .offset1_9 {
  margin-left: 11.111%;
  margin-left: -webkit-calc(11.111% + 25px);
  margin-left: -moz-calc(11.111% + 25px);
  margin-left: calc(11.111% + 25px); }

.row > .col2_9 {
  width: 22.222%;
  width: -webkit-calc(22.222% - 25px);
  width: -moz-calc(22.222% - 25px);
  width: calc(22.222% - 25px); }

.row > .offset2_9 {
  margin-left: 22.222%;
  margin-left: -webkit-calc(22.222% + 25px);
  margin-left: -moz-calc(22.222% + 25px);
  margin-left: calc(22.222% + 25px); }

.row > .col4_9 {
  width: 44.444%;
  width: -webkit-calc(44.444% - 25px);
  width: -moz-calc(44.444% - 25px);
  width: calc(44.444% - 25px); }

.row > .offset4_9 {
  margin-left: 44.444%;
  margin-left: -webkit-calc(44.444% + 25px);
  margin-left: -moz-calc(44.444% + 25px);
  margin-left: calc(44.444% + 25px); }

.row > .col5_9 {
  width: 55.556%;
  width: -webkit-calc(55.556% - 25px);
  width: -moz-calc(55.556% - 25px);
  width: calc(55.556% - 25px); }

.row > .offset5_9 {
  margin-left: 55.556%;
  margin-left: -webkit-calc(55.556% + 25px);
  margin-left: -moz-calc(55.556% + 25px);
  margin-left: calc(55.556% + 25px); }

.row > .col7_9 {
  width: 77.778%;
  width: -webkit-calc(77.778% - 25px);
  width: -moz-calc(77.778% - 25px);
  width: calc(77.778% - 25px); }

.row > .offset7_9 {
  margin-left: 77.778%;
  margin-left: -webkit-calc(77.778% + 25px);
  margin-left: -moz-calc(77.778% + 25px);
  margin-left: calc(77.778% + 25px); }

.row > .col8_9 {
  width: 88.889%;
  width: -webkit-calc(88.889% - 25px);
  width: -moz-calc(88.889% - 25px);
  width: calc(88.889% - 25px); }

.row > .offset8_9 {
  margin-left: 88.889%;
  margin-left: -webkit-calc(88.889% + 25px);
  margin-left: -moz-calc(88.889% + 25px);
  margin-left: calc(88.889% + 25px); }

.row > .col1_11 {
  width: 9.091%;
  width: -webkit-calc(9.091% - 25px);
  width: -moz-calc(9.091% - 25px);
  width: calc(9.091% - 25px); }

.row > .offset1_11 {
  margin-left: 9.091%;
  margin-left: -webkit-calc(9.091% + 25px);
  margin-left: -moz-calc(9.091% + 25px);
  margin-left: calc(9.091% + 25px); }

.row > .col2_11 {
  width: 18.182%;
  width: -webkit-calc(18.182% - 25px);
  width: -moz-calc(18.182% - 25px);
  width: calc(18.182% - 25px); }

.row > .offset2_11 {
  margin-left: 18.182%;
  margin-left: -webkit-calc(18.182% + 25px);
  margin-left: -moz-calc(18.182% + 25px);
  margin-left: calc(18.182% + 25px); }

.row > .col3_11 {
  width: 27.273%;
  width: -webkit-calc(27.273% - 25px);
  width: -moz-calc(27.273% - 25px);
  width: calc(27.273% - 25px); }

.row > .offset3_11 {
  margin-left: 27.273%;
  margin-left: -webkit-calc(27.273% + 25px);
  margin-left: -moz-calc(27.273% + 25px);
  margin-left: calc(27.273% + 25px); }

.row > .col4_11 {
  width: 36.364%;
  width: -webkit-calc(36.364% - 25px);
  width: -moz-calc(36.364% - 25px);
  width: calc(36.364% - 25px); }

.row > .offset4_11 {
  margin-left: 36.364%;
  margin-left: -webkit-calc(36.364% + 25px);
  margin-left: -moz-calc(36.364% + 25px);
  margin-left: calc(36.364% + 25px); }

.row > .col5_11 {
  width: 45.455%;
  width: -webkit-calc(45.455% - 25px);
  width: -moz-calc(45.455% - 25px);
  width: calc(45.455% - 25px); }

.row > .offset5_11 {
  margin-left: 45.455%;
  margin-left: -webkit-calc(45.455% + 25px);
  margin-left: -moz-calc(45.455% + 25px);
  margin-left: calc(45.455% + 25px); }

.row > .col6_11 {
  width: 54.545%;
  width: -webkit-calc(54.545% - 25px);
  width: -moz-calc(54.545% - 25px);
  width: calc(54.545% - 25px); }

.row > .offset6_11 {
  margin-left: 54.545%;
  margin-left: -webkit-calc(54.545% + 25px);
  margin-left: -moz-calc(54.545% + 25px);
  margin-left: calc(54.545% + 25px); }

.row > .col7_11 {
  width: 63.636%;
  width: -webkit-calc(63.636% - 25px);
  width: -moz-calc(63.636% - 25px);
  width: calc(63.636% - 25px); }

.row > .offset7_11 {
  margin-left: 63.636%;
  margin-left: -webkit-calc(63.636% + 25px);
  margin-left: -moz-calc(63.636% + 25px);
  margin-left: calc(63.636% + 25px); }

.row > .col8_11 {
  width: 72.727%;
  width: -webkit-calc(72.727% - 25px);
  width: -moz-calc(72.727% - 25px);
  width: calc(72.727% - 25px); }

.row > .offset8_11 {
  margin-left: 72.727%;
  margin-left: -webkit-calc(72.727% + 25px);
  margin-left: -moz-calc(72.727% + 25px);
  margin-left: calc(72.727% + 25px); }

.row > .col9_11 {
  width: 81.818%;
  width: -webkit-calc(81.818% - 25px);
  width: -moz-calc(81.818% - 25px);
  width: calc(81.818% - 25px); }

.row > .offset9_11 {
  margin-left: 81.818%;
  margin-left: -webkit-calc(81.818% + 25px);
  margin-left: -moz-calc(81.818% + 25px);
  margin-left: calc(81.818% + 25px); }

.row > .col10_11 {
  width: 90.909%;
  width: -webkit-calc(90.909% - 25px);
  width: -moz-calc(90.909% - 25px);
  width: calc(90.909% - 25px); }

.row > .offset10_11 {
  margin-left: 90.909%;
  margin-left: -webkit-calc(90.909% + 25px);
  margin-left: -moz-calc(90.909% + 25px);
  margin-left: calc(90.909% + 25px); }

.row > .col1_12, .row > .span1, .wpb_row.vc_row-fluid > .vc_span1 {
  width: 8.333%;
  width: -webkit-calc(8.333% - 25px);
  width: -moz-calc(8.333% - 25px);
  width: calc(8.333% - 25px); }

.row > .offset1_12, .row > .offset1 {
  margin-left: 8.333%;
  margin-left: -webkit-calc(8.333% + 25px);
  margin-left: -moz-calc(8.333% + 25px);
  margin-left: calc(8.333% + 25px); }

.row > .col5_12, .row > .span5, .wpb_row.vc_row-fluid > .vc_span5 {
  width: 41.667%;
  width: -webkit-calc(41.667% - 25px);
  width: -moz-calc(41.667% - 25px);
  width: calc(41.667% - 25px); }

.row > .offset5_12, .row > .offset5 {
  margin-left: 41.667%;
  margin-left: -webkit-calc(41.667% + 25px);
  margin-left: -moz-calc(41.667% + 25px);
  margin-left: calc(41.667% + 25px); }

.row > .col7_12, .row > .span7, .wpb_row.vc_row-fluid > .vc_span7 {
  width: 58.333%;
  width: -webkit-calc(58.333% - 25px);
  width: -moz-calc(58.333% - 25px);
  width: calc(58.333% - 25px); }

.row > .offset7_12, .row > .offset7 {
  margin-left: 58.333%;
  margin-left: -webkit-calc(58.333% + 25px);
  margin-left: -moz-calc(58.333% + 25px);
  margin-left: calc(58.333% + 25px); }

.row > .col11_12, .row > .span11, .wpb_row.vc_row-fluid > .vc_span11 {
  width: 91.667%;
  width: -webkit-calc(91.667% - 25px);
  width: -moz-calc(91.667% - 25px);
  width: calc(91.667% - 25px); }

.row > .offset11_12, .row > .offset11 {
  margin-left: 91.667%;
  margin-left: -webkit-calc(91.667% + 25px);
  margin-left: -moz-calc(91.667% + 25px);
  margin-left: calc(91.667% + 25px); }

.row > .col1_13 {
  width: 7.692%;
  width: -webkit-calc(7.692% - 25px);
  width: -moz-calc(7.692% - 25px);
  width: calc(7.692% - 25px); }

.row > .offset1_13 {
  margin-left: 7.692%;
  margin-left: -webkit-calc(7.692% + 25px);
  margin-left: -moz-calc(7.692% + 25px);
  margin-left: calc(7.692% + 25px); }

.row > .col2_13 {
  width: 15.385%;
  width: -webkit-calc(15.385% - 25px);
  width: -moz-calc(15.385% - 25px);
  width: calc(15.385% - 25px); }

.row > .offset2_13 {
  margin-left: 15.385%;
  margin-left: -webkit-calc(15.385% + 25px);
  margin-left: -moz-calc(15.385% + 25px);
  margin-left: calc(15.385% + 25px); }

.row > .col3_13 {
  width: 23.077%;
  width: -webkit-calc(23.077% - 25px);
  width: -moz-calc(23.077% - 25px);
  width: calc(23.077% - 25px); }

.row > .offset3_13 {
  margin-left: 23.077%;
  margin-left: -webkit-calc(23.077% + 25px);
  margin-left: -moz-calc(23.077% + 25px);
  margin-left: calc(23.077% + 25px); }

.row > .col4_13 {
  width: 30.769%;
  width: -webkit-calc(30.769% - 25px);
  width: -moz-calc(30.769% - 25px);
  width: calc(30.769% - 25px); }

.row > .offset4_13 {
  margin-left: 30.769%;
  margin-left: -webkit-calc(30.769% + 25px);
  margin-left: -moz-calc(30.769% + 25px);
  margin-left: calc(30.769% + 25px); }

.row > .col5_13 {
  width: 38.462%;
  width: -webkit-calc(38.462% - 25px);
  width: -moz-calc(38.462% - 25px);
  width: calc(38.462% - 25px); }

.row > .offset5_13 {
  margin-left: 38.462%;
  margin-left: -webkit-calc(38.462% + 25px);
  margin-left: -moz-calc(38.462% + 25px);
  margin-left: calc(38.462% + 25px); }

.row > .col6_13 {
  width: 46.154%;
  width: -webkit-calc(46.154% - 25px);
  width: -moz-calc(46.154% - 25px);
  width: calc(46.154% - 25px); }

.row > .offset6_13 {
  margin-left: 46.154%;
  margin-left: -webkit-calc(46.154% + 25px);
  margin-left: -moz-calc(46.154% + 25px);
  margin-left: calc(46.154% + 25px); }

.row > .col7_13 {
  width: 53.846%;
  width: -webkit-calc(53.846% - 25px);
  width: -moz-calc(53.846% - 25px);
  width: calc(53.846% - 25px); }

.row > .offset7_13 {
  margin-left: 53.846%;
  margin-left: -webkit-calc(53.846% + 25px);
  margin-left: -moz-calc(53.846% + 25px);
  margin-left: calc(53.846% + 25px); }

.row > .col8_13 {
  width: 61.538%;
  width: -webkit-calc(61.538% - 25px);
  width: -moz-calc(61.538% - 25px);
  width: calc(61.538% - 25px); }

.row > .offset8_13 {
  margin-left: 61.538%;
  margin-left: -webkit-calc(61.538% + 25px);
  margin-left: -moz-calc(61.538% + 25px);
  margin-left: calc(61.538% + 25px); }

.row > .col9_13 {
  width: 69.231%;
  width: -webkit-calc(69.231% - 25px);
  width: -moz-calc(69.231% - 25px);
  width: calc(69.231% - 25px); }

.row > .offset9_13 {
  margin-left: 69.231%;
  margin-left: -webkit-calc(69.231% + 25px);
  margin-left: -moz-calc(69.231% + 25px);
  margin-left: calc(69.231% + 25px); }

.row > .col10_13 {
  width: 76.923%;
  width: -webkit-calc(76.923% - 25px);
  width: -moz-calc(76.923% - 25px);
  width: calc(76.923% - 25px); }

.row > .offset10_13 {
  margin-left: 76.923%;
  margin-left: -webkit-calc(76.923% + 25px);
  margin-left: -moz-calc(76.923% + 25px);
  margin-left: calc(76.923% + 25px); }

.row > .col11_13 {
  width: 84.615%;
  width: -webkit-calc(84.615% - 25px);
  width: -moz-calc(84.615% - 25px);
  width: calc(84.615% - 25px); }

.row > .offset11_13 {
  margin-left: 84.615%;
  margin-left: -webkit-calc(84.615% + 25px);
  margin-left: -moz-calc(84.615% + 25px);
  margin-left: calc(84.615% + 25px); }

.row > .col12_13 {
  width: 92.308%;
  width: -webkit-calc(92.308% - 25px);
  width: -moz-calc(92.308% - 25px);
  width: calc(92.308% - 25px); }

.row > .offset12_13 {
  margin-left: 92.308%;
  margin-left: -webkit-calc(92.308% + 25px);
  margin-left: -moz-calc(92.308% + 25px);
  margin-left: calc(92.308% + 25px); }

.row > .col1_14 {
  width: 7.143%;
  width: -webkit-calc(7.143% - 25px);
  width: -moz-calc(7.143% - 25px);
  width: calc(7.143% - 25px); }

.row > .offset1_14 {
  margin-left: 7.143%;
  margin-left: -webkit-calc(7.143% + 25px);
  margin-left: -moz-calc(7.143% + 25px);
  margin-left: calc(7.143% + 25px); }

.row > .col3_14 {
  width: 21.429%;
  width: -webkit-calc(21.429% - 25px);
  width: -moz-calc(21.429% - 25px);
  width: calc(21.429% - 25px); }

.row > .offset3_14 {
  margin-left: 21.429%;
  margin-left: -webkit-calc(21.429% + 25px);
  margin-left: -moz-calc(21.429% + 25px);
  margin-left: calc(21.429% + 25px); }

.row > .col5_14 {
  width: 35.714%;
  width: -webkit-calc(35.714% - 25px);
  width: -moz-calc(35.714% - 25px);
  width: calc(35.714% - 25px); }

.row > .offset5_14 {
  margin-left: 35.714%;
  margin-left: -webkit-calc(35.714% + 25px);
  margin-left: -moz-calc(35.714% + 25px);
  margin-left: calc(35.714% + 25px); }

.row > .col9_14 {
  width: 64.286%;
  width: -webkit-calc(64.286% - 25px);
  width: -moz-calc(64.286% - 25px);
  width: calc(64.286% - 25px); }

.row > .offset9_14 {
  margin-left: 64.286%;
  margin-left: -webkit-calc(64.286% + 25px);
  margin-left: -moz-calc(64.286% + 25px);
  margin-left: calc(64.286% + 25px); }

.row > .col11_14 {
  width: 78.571%;
  width: -webkit-calc(78.571% - 25px);
  width: -moz-calc(78.571% - 25px);
  width: calc(78.571% - 25px); }

.row > .offset11_14 {
  margin-left: 78.571%;
  margin-left: -webkit-calc(78.571% + 25px);
  margin-left: -moz-calc(78.571% + 25px);
  margin-left: calc(78.571% + 25px); }

.row > .col13_14 {
  width: 92.857%;
  width: -webkit-calc(92.857% - 25px);
  width: -moz-calc(92.857% - 25px);
  width: calc(92.857% - 25px); }

.row > .offset13_14 {
  margin-left: 92.857%;
  margin-left: -webkit-calc(92.857% + 25px);
  margin-left: -moz-calc(92.857% + 25px);
  margin-left: calc(92.857% + 25px); }

.row > .col1_15 {
  width: 6.667%;
  width: -webkit-calc(6.667% - 25px);
  width: -moz-calc(6.667% - 25px);
  width: calc(6.667% - 25px); }

.row > .offset1_15 {
  margin-left: 6.667%;
  margin-left: -webkit-calc(6.667% + 25px);
  margin-left: -moz-calc(6.667% + 25px);
  margin-left: calc(6.667% + 25px); }

.row > .col2_15 {
  width: 13.333%;
  width: -webkit-calc(13.333% - 25px);
  width: -moz-calc(13.333% - 25px);
  width: calc(13.333% - 25px); }

.row > .offset2_15 {
  margin-left: 13.333%;
  margin-left: -webkit-calc(13.333% + 25px);
  margin-left: -moz-calc(13.333% + 25px);
  margin-left: calc(13.333% + 25px); }

.row > .col4_15 {
  width: 26.667%;
  width: -webkit-calc(26.667% - 25px);
  width: -moz-calc(26.667% - 25px);
  width: calc(26.667% - 25px); }

.row > .offset4_15 {
  margin-left: 26.667%;
  margin-left: -webkit-calc(26.667% + 25px);
  margin-left: -moz-calc(26.667% + 25px);
  margin-left: calc(26.667% + 25px); }

.row > .col7_15 {
  width: 46.667%;
  width: -webkit-calc(46.667% - 25px);
  width: -moz-calc(46.667% - 25px);
  width: calc(46.667% - 25px); }

.row > .offset7_15 {
  margin-left: 46.667%;
  margin-left: -webkit-calc(46.667% + 25px);
  margin-left: -moz-calc(46.667% + 25px);
  margin-left: calc(46.667% + 25px); }

.row > .col8_15 {
  width: 53.333%;
  width: -webkit-calc(53.333% - 25px);
  width: -moz-calc(53.333% - 25px);
  width: calc(53.333% - 25px); }

.row > .offset8_15 {
  margin-left: 53.333%;
  margin-left: -webkit-calc(53.333% + 25px);
  margin-left: -moz-calc(53.333% + 25px);
  margin-left: calc(53.333% + 25px); }

.row > .col11_15 {
  width: 73.333%;
  width: -webkit-calc(73.333% - 25px);
  width: -moz-calc(73.333% - 25px);
  width: calc(73.333% - 25px); }

.row > .offset11_15 {
  margin-left: 73.333%;
  margin-left: -webkit-calc(73.333% + 25px);
  margin-left: -moz-calc(73.333% + 25px);
  margin-left: calc(73.333% + 25px); }

.row > .col13_15 {
  width: 86.667%;
  width: -webkit-calc(86.667% - 25px);
  width: -moz-calc(86.667% - 25px);
  width: calc(86.667% - 25px); }

.row > .offset13_15 {
  margin-left: 86.667%;
  margin-left: -webkit-calc(86.667% + 25px);
  margin-left: -moz-calc(86.667% + 25px);
  margin-left: calc(86.667% + 25px); }

.row > .col14_15 {
  width: 93.333%;
  width: -webkit-calc(93.333% - 25px);
  width: -moz-calc(93.333% - 25px);
  width: calc(93.333% - 25px); }

.row > .offset14_15 {
  margin-left: 93.333%;
  margin-left: -webkit-calc(93.333% + 25px);
  margin-left: -moz-calc(93.333% + 25px);
  margin-left: calc(93.333% + 25px); }

.row > .col1_16 {
  width: 6.25%;
  width: -webkit-calc(6.25% - 25px);
  width: -moz-calc(6.25% - 25px);
  width: calc(6.25% - 25px); }

.row > .offset1_16 {
  margin-left: 6.25%;
  margin-left: -webkit-calc(6.25% + 25px);
  margin-left: -moz-calc(6.25% + 25px);
  margin-left: calc(6.25% + 25px); }

.row > .col3_16 {
  width: 18.75%;
  width: -webkit-calc(18.75% - 25px);
  width: -moz-calc(18.75% - 25px);
  width: calc(18.75% - 25px); }

.row > .offset3_16 {
  margin-left: 18.75%;
  margin-left: -webkit-calc(18.75% + 25px);
  margin-left: -moz-calc(18.75% + 25px);
  margin-left: calc(18.75% + 25px); }

.row > .col5_16 {
  width: 31.25%;
  width: -webkit-calc(31.25% - 25px);
  width: -moz-calc(31.25% - 25px);
  width: calc(31.25% - 25px); }

.row > .offset5_16 {
  margin-left: 31.25%;
  margin-left: -webkit-calc(31.25% + 25px);
  margin-left: -moz-calc(31.25% + 25px);
  margin-left: calc(31.25% + 25px); }

.row > .col7_16 {
  width: 43.75%;
  width: -webkit-calc(43.75% - 25px);
  width: -moz-calc(43.75% - 25px);
  width: calc(43.75% - 25px); }

.row > .offset7_16 {
  margin-left: 43.75%;
  margin-left: -webkit-calc(43.75% + 25px);
  margin-left: -moz-calc(43.75% + 25px);
  margin-left: calc(43.75% + 25px); }

.row > .col9_16 {
  width: 56.25%;
  width: -webkit-calc(56.25% - 25px);
  width: -moz-calc(56.25% - 25px);
  width: calc(56.25% - 25px); }

.row > .offset9_16 {
  margin-left: 56.25%;
  margin-left: -webkit-calc(56.25% + 25px);
  margin-left: -moz-calc(56.25% + 25px);
  margin-left: calc(56.25% + 25px); }

.row > .col11_16 {
  width: 68.75%;
  width: -webkit-calc(68.75% - 25px);
  width: -moz-calc(68.75% - 25px);
  width: calc(68.75% - 25px); }

.row > .offset11_16 {
  margin-left: 68.75%;
  margin-left: -webkit-calc(68.75% + 25px);
  margin-left: -moz-calc(68.75% + 25px);
  margin-left: calc(68.75% + 25px); }

.row > .col13_16 {
  width: 81.25%;
  width: -webkit-calc(81.25% - 25px);
  width: -moz-calc(81.25% - 25px);
  width: calc(81.25% - 25px); }

.row > .offset13_16 {
  margin-left: 81.25%;
  margin-left: -webkit-calc(81.25% + 25px);
  margin-left: -moz-calc(81.25% + 25px);
  margin-left: calc(81.25% + 25px); }

.row > .col15_16 {
  width: 93.75%;
  width: -webkit-calc(93.75% - 25px);
  width: -moz-calc(93.75% - 25px);
  width: calc(93.75% - 25px); }

.row > .offset15_16 {
  margin-left: 93.75%;
  margin-left: -webkit-calc(93.75% + 25px);
  margin-left: -moz-calc(93.75% + 25px);
  margin-left: calc(93.75% + 25px); }

.grid {
  position: relative; }

.grid:after {
  content: ' ';
  display: block;
  clear: both; }

.grid > [class*="col"] {
  float: left; }

.grid > .col1_4 {
  width: 25%; }

.grid > .col1_2,
.grid > .col2_4,
.grid > .col3_6 {
  width: 50%; }

.grid > .col3_4 {
  width: 75%; }

.grid > .col1_1,
.grid > .col2_2,
.grid > .col3_3,
.grid > .col4_4,
.grid > .col5_5,
.grid > .col6_6 {
  width: 100%; }

.grid > .col1_3,
.grid > .col2_6 {
  width: 33.333%; }

.grid > .col2_3,
.grid > .col4_6 {
  width: 66.666%; }

.grid > .col1_5 {
  width: 20%; }

.grid > .col2_5 {
  width: 40%; }

.grid > .col3_5 {
  width: 60%; }

.grid > .col4_5 {
  width: 80%; }

.grid > .col1_6 {
  width: 16.666%; }

.grid > .col5_6 {
  width: 83.333%; }

.grid > .col1_7 {
  width: 14.285%; }

.grid > .col1_8 {
  width: 12.5%; }

.grid > .col1_9 {
  width: 11.111%; }

.grid > .col1_10 {
  width: 10%; }

.grid > .offset1_1 {
  margin-left: 100%; }

.grid > .offset1_2 {
  margin-left: 50%; }

.grid > .offset1_3 {
  margin-left: 33.333%; }

.grid > .offset1_4 {
  margin-left: 25%; }

.grid > .offset1_5 {
  margin-left: 20%; }

.grid > .offset1_6 {
  margin-left: 16.666%; }

.grid > .offset1_7 {
  margin-left: 14.285%; }

.grid > .offset1_8 {
  margin-left: 12.5%; }

.grid > .offset1_9 {
  margin-left: 11.111%; }

.grid > .offset1_10 {
  margin-left: 10%; }

.table-grid {
  display: table;
  border-collapse: separate; }

.table-grid > .row {
  display: table-row;
  margin-left: 0;
  margin-bottom: 5px; }

.table-grid > .row > [class*="col"] {
  display: table-cell;
  float: none;
  width: auto; }

.table-grid > .row > .col1_3 {
  width: 33.333%; }

.show-grid {
  margin-top: 10px;
  margin-bottom: 20px; }

.show-grid [class*="span"],
.show-grid [class*="col"] {
  background-color: #578ec8;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 40px;
  line-height: 40px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .row,
  .row > [class*="span"],
  .row > [class*="col"],
  .grid,
  .grid > [class*="col"] {
    width: auto;
    float: none;
    display: block;
    margin-left: 0; }

  .table-grid,
  .table-grid > .grid,
  .table-grid > .grid > [class*="col"] {
    float: none;
    display: block;
    width: auto; } }
/* @end */
xmp {
  margin: 0 0 1em;
  background: yellow;
  color: #000;
  overflow: hidden;
  font-size: 10px; }

html, body {
  margin: 0;
  padding: 0;
  font-family: Merriweather, Georgia, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #000000;
  text-align: left;
  min-width: 320px; }

html {
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #43a9b0; }

body {
  padding: 0;
  background: #f3f3f3; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

em strong,
strong em {
  font-weight: bold;
  font-style: italic; }

.hidden {
  display: block;
  position: absolute;
  top: -10000px;
  height: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

.clear {
  clear: both; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.entity {
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial, Helvetica, sans-serif; }

.text-sans-serif {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.text-serif {
  font-family: Merriweather, Georgia, serif; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-aligncenter,
.text-center {
  text-align: center; }

.text-alignright,
.text-right {
  text-align: right; }

.text-alignleft,
.text-left {
  text-align: left; }

img {
  max-width: 100%;
  height: auto; }

img[align=left],
img.alignleft {
  margin: 0 15px 15px 0; }

img[align=right],
img.alignright {
  margin: 0 0 15px 15px; }

img.aligncenter {
  display: block;
  margin: 0 auto 15px auto; }

img.circle {
  border-radius: 50%; }

img,
a > img {
  border: 0; }

a {
  color: #00919f;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear; }
  a:hover {
    color: #e96848; }
  a.more {
    white-space: nowrap; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin-bottom: 0; }

iframe {
  max-width: 100%; }

.intro {
  margin: 0 0 1em;
  font-size: 1.33em; }

.clickable {
  cursor: pointer; }

.anchor:before {
  content: "";
  display: block;
  height: 120px;
  margin: -120px 0 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  clear: both;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.1; }
  h1.inline, h2.inline, h3.inline, h4.inline, h5.inline, h6.inline {
    display: inline;
    margin-right: 1em; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none; }

h1 {
  font-size: 3.2em;
  font-weight: 400; }

h2 {
  margin: 0.75em 0 0.75em;
  font-size: 1.875em;
  text-transform: uppercase; }

h3 {
  margin: 1em 0 0.5em;
  font-size: 1.414em;
  line-height: 1.5;
  text-transform: uppercase; }
  h3.sub-title {
    font-family: Merriweather, Georgia, serif;
    font-size: 1.25em;
    font-weight: 300;
    font-style: italic;
    text-transform: none; }

h4 {
  margin-bottom: 15px;
  font-size: 1.25em; }

h5 {
  margin-bottom: 10px;
  font-size: 1em; }

h6 {
  margin-bottom: 10px;
  font-size: 0.907em; }

ul {
  margin: 0 0 1em; }

hr {
  margin: 2.5em auto;
  width: 90%;
  border-bottom: 5px solid #a2a1a5;
  border-top: none;
  border-left: none;
  border-right: none; }

th, td {
  border: 0; }

blockquote {
  box-sizing: border-box;
  position: relative;
  margin: 1.7em 0;
  padding: 10px 0px;
  font-weight: 300;
  font-family: Merriweather, Georgia, serif;
  color: #00919f;
  font-size: 1.25em;
  line-height: 1.55em;
  font-style: italic; }
  blockquote p {
    position: relative;
    z-index: 1; }
  blockquote cite {
    display: block;
    margin: 5px 0 0 0;
    color: #000000;
    font-size: 0.8em;
    padding: 0;
    clear: both;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.1; }
    blockquote cite:before {
      content: '\2014';
      margin-right: 0.25em; }
  blockquote.alignright {
    width: 50%;
    margin: 0 0 1em 1em; }
  blockquote.alignleft {
    width: 50%;
    margin: 0 1em 1em 0; }

input[type="submit"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: inline-block;
  margin: 0em 0 0;
  padding: 15px 20px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.03em;
  cursor: pointer;
  color: white;
  -webkit-appearance: none;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background: #e96848;
  background-clip: padding-box;
  border: 0;
  border-radius: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  input[type="submit"] > span,
  input[type="button"] > span,
  button > span,
  .button > span,
  .btn > span {
    margin-left: 5px; }
  input[type="submit"].aligncenter, input[type="submit"].center,
  input[type="button"].aligncenter,
  input[type="button"].center,
  button.aligncenter,
  button.center,
  .button.aligncenter,
  .button.center,
  .btn.aligncenter,
  .btn.center {
    display: block;
    max-width: 250px;
    margin: 0 auto 1em;
    text-align: center; }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  button:hover,
  .button:hover,
  .btn:hover {
    color: white;
    background-color: #3a3849;
    text-decoration: none; }
  input[type="submit"].teal,
  input[type="button"].teal,
  button.teal,
  .button.teal,
  .btn.teal {
    background-color: #009ba7; }
    input[type="submit"].teal:hover,
    input[type="button"].teal:hover,
    button.teal:hover,
    .button.teal:hover,
    .btn.teal:hover {
      background-color: #00838e; }
  input[type="submit"].red,
  input[type="button"].red,
  button.red,
  .button.red,
  .btn.red {
    background-color: #e96848; }
    input[type="submit"].red:hover,
    input[type="button"].red:hover,
    button.red:hover,
    .button.red:hover,
    .btn.red:hover {
      background-color: #e65531; }
  input[type="submit"].gray,
  input[type="button"].gray,
  button.gray,
  .button.gray,
  .btn.gray {
    color: #000000;
    background-color: #a2a1a5; }
    input[type="submit"].gray:hover,
    input[type="button"].gray:hover,
    button.gray:hover,
    .button.gray:hover,
    .btn.gray:hover {
      background-color: #959499; }
  input[type="submit"].clear,
  input[type="button"].clear,
  button.clear,
  .button.clear,
  .btn.clear {
    background: none;
    border: 3px solid white;
    color: white;
    padding: 12px 20px; }
    input[type="submit"].clear:hover,
    input[type="button"].clear:hover,
    button.clear:hover,
    .button.clear:hover,
    .btn.clear:hover {
      background-color: white;
      color: #000000; }
  input[type="submit"].loading:after,
  input[type="button"].loading:after,
  button.loading:after,
  .button.loading:after,
  .btn.loading:after {
    position: absolute;
    right: -40px;
    top: 50%;
    margin: -15px 0 0 0;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  input[type="submit"].done,
  input[type="button"].done,
  button.done,
  .button.done,
  .btn.done {
    cursor: default;
    color: #555;
    border-color: #555;
    background: none; }
    input[type="submit"].done:hover,
    input[type="button"].done:hover,
    button.done:hover,
    .button.done:hover,
    .btn.done:hover {
      color: #555;
      background: none; }
  input[type="submit"] + .button,
  input[type="button"] + .button,
  button + .button,
  .button + .button,
  .btn + .button {
    margin-top: 1em; }

input[type="submit"] {
  background-color: #e96848; }

button.unstyled,
.button.unstyled {
  padding: 3px 5px;
  background: none;
  color: #363636;
  font-size: 100%;
  font-family: arial,sans-serif;
  background: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

button.unstyled:hover {
  background: #eeeeee; }

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px; }

textarea {
  width: 100%; }

.toggle {
  cursor: pointer; }

.question {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e3e6; }

.expandable.project-expand {
  background: #E0E1E2;
  padding: 3px 10px 3px 100px;
  margin-right: -15%;
  margin-left: -15%; }
  .expandable.project-expand:after {
    margin-right: 17px;
    font-size: 0.75em;
    font-weight: 600;
    position: absolute;
    content: '\25bc';
    bottom: 6px;
    right: 0;
    color: #a2a1a5; }
  .expandable.project-expand:hover {
    color: #000000; }
  .expandable.project-expand.opened:after {
    content: '\25b2'; }
.expandable img {
  margin-bottom: 0.5em; }
.expandable:hover {
  color: #e96848; }
  .expandable:hover img {
    opacity: 0.7; }
.expandable:after {
  margin-right: 17px;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  content: "\20+";
  bottom: 0; }
.expandable.opened:after {
  content: '\20\2013'; }

.expandable {
  cursor: pointer;
  position: relative; }

.expandable > .i {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0px 0 0 10px;
  -o-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear; }

.expand-content {
  display: none;
  margin: 0 0 20px 0; }

h2.section {
  margin-bottom: 2em;
  padding: 1em 0;
  text-align: center;
  font-weight: 700;
  border-bottom: 3px solid #F44336; }

form.search.text-center {
  margin-top: 2em; }
  form.search.text-center .icon-search:before {
    font-size: 16px; }

.read-more-toggle {
  text-decoration: underline;
  text-align: center;
  cursor: pointer; }

.hidden-text {
  padding-bottom: 10px; }

@media screen and (max-width: 1024px) {
  body {
    background-size: 1024px auto; }

  .expandable.project-expand {
    margin-right: 0;
    margin-left: 0;
    padding: 3px 10px; } }
@media screen and (max-width: 767px) {
  body {
    font-size: 16px; } }
@media screen and (min-width: 1024px) {
  .desktop-hide,
  .mobile-only {
    display: none !important; } }
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px; }

  .mobile-hide {
    display: none; }

  .mobile-only {
    display: block; } }
.fb_iframe_widget,
.fb_iframe_widget > span {
  max-width: 100%;
  width: 100%; }

.banner {
  position: relative;
  height: 500px;
  background: 50% 20% no-repeat;
  background-size: cover;
  background-image: url(images/banner-about.jpg);
  color: white; }
  .banner:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(top, rgba(249, 182, 87, 0.6), rgba(71, 138, 131, 0.6));
    background-image: -webkit-linear-gradient(top, rgba(249, 182, 87, 0.6), rgba(71, 138, 131, 0.6));
    background-image: -o-linear-gradient(top, rgba(249, 182, 87, 0.6), rgba(71, 138, 131, 0.6));
    background-image: -ms-linear-gradient(top, rgba(249, 182, 87, 0.6), rgba(71, 138, 131, 0.6));
    background-image: linear-gradient(top, rgba(249, 182, 87, 0.6), rgba(71, 138, 131, 0.6)); }
  .banner:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/banner-top.png) repeat-x center top, url(images/banner-bottom.png) repeat-x center bottom;
    opacity: 0.6; }
  .banner > .wrap {
    display: table;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
    .banner > .wrap > .content {
      position: relative;
      z-index: 1;
      display: table-cell;
      width: 100%;
      height: 100%;
      padding: 50px 0 0 0;
      vertical-align: middle;
      text-align: center;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      box-sizing: border-box; }
      .banner > .wrap > .content h1 {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        text-shadow: 0 0 15px #5D5755; }
        .banner > .wrap > .content h1 small {
          display: block;
          font-size: 30px;
          margin-top: 1em; }
        .banner > .wrap > .content h1 + p {
          text-shadow: 0 0 15px #5D5755; }
    .banner > .wrap .banner-button {
      display: none; }
  .section-news .banner {
    background-image: url(images/banner-news.jpg); }
  .section-tools .banner {
    background-image: url(images/banner-tools.jpg); }
  .section-about .banner {
    background-image: url(images/banner-about.jpg); }
  .section-work-with-us .banner {
    background-image: url(images/banner-work.jpg); }
  .section-practices .banner {
    background-image: url(images/banner-practices.jpg); }
    @media screen and (max-width: 1288px) {
      .section-practices .banner #subnav ul li a {
        max-width: 112px; } }
  @media screen and (max-width: 1288px) {
    .section-about .banner #subnav ul li a {
      max-width: 112px;
      min-height: 31px; } }
  .section-projects .banner {
    background-image: url(images/banner-projects.jpg); }
  .category-blog .banner {
    background-image: url(images/banner-blog.jpg); }
  .banner.short {
    height: 290px; }
    @media screen and (max-width: 1024px) {
      .banner.short {
        height: 330px; } }
    .banner.short > .wrap > .content {
      padding: 0 0 80px 0;
      vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    .banner {
      height: 210px;
      /* > .wrap {
          margin: 0 15px;
          width: 0;
          height: 0;
      } */ }
      .banner > .wrap > .content h1 {
        font-size: 2.2em; }
      .banner > .wrap > .content .banner-button {
        display: inline-block; }
      .banner.short {
        height: 210px; }
        .banner.short > .wrap > .content {
          padding: 0 0 40px 0; } }
  @media screen and (max-width: 340px) {
    .banner > .wrap > .content h1 {
      font-size: 1.9em; } }

@media screen and (max-width: 767px) {
  .home .banner:after {
    background-image: -moz-linear-gradient(top, rgba(249, 182, 87, 0.6), #009ba7 75%);
    background-image: -webkit-linear-gradient(top, rgba(249, 182, 87, 0.6), #009ba7 75%);
    background-image: -o-linear-gradient(top, rgba(249, 182, 87, 0.6), #009ba7 75%);
    background-image: -ms-linear-gradient(top, rgba(249, 182, 87, 0.6), #009ba7 75%);
    background-image: linear-gradient(top, rgba(249, 182, 87, 0.6), #009ba7 75%); } }
#subnav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #009ba7;
  background-color: rgba(0, 155, 167, 0.3);
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #subnav ul, #subnav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #subnav > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px; }
    #subnav > ul > li > a {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      padding: 20px 5px;
      max-width: 245px;
      font-weight: 400;
      font-size: 13px;
      color: white;
      line-height: 1.2;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      text-decoration: none; }
      #subnav > ul > li > a:after {
        content: ' ';
        display: block;
        position: absolute;
        width: 0;
        height: 0px;
        bottom: 0;
        left: 0;
        -webkit-transition: height 0.2s linear;
        -moz-transition: height 0.2s linear;
        -ms-transition: height 0.2s linear;
        -o-transition: height 0.2s linear;
        transition: height 0.2s linear; }
      #subnav > ul > li > a:hover:after {
        display: block;
        position: absolute;
        border: 8px solid #f3f3f3;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 0;
        bottom: 0px;
        left: 40%; }
    #subnav > ul > li.current-menu-parent > a, #subnav > ul > li.current-menu-item > a {
      font-weight: bold; }
      #subnav > ul > li.current-menu-parent > a:after, #subnav > ul > li.current-menu-item > a:after {
        display: block;
        position: absolute;
        border: 8px solid #f3f3f3;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        border-top: 0;
        bottom: 0px;
        left: 40%; }
  @media screen and (max-width: 1024px) {
    #subnav {
      /* & > ul > li {
           margin: 0 8px;
       }*/
      display: none; } }

#header {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #header .logo {
    position: absolute;
    top: 30px;
    left: 0px;
    line-height: 1; }
    #header .logo a {
      display: inline-block; }
      #header .logo a img {
        display: inline-block; }
  #header #search-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    line-height: 45px;
    text-align: center;
    color: white;
    background: #009ba7;
    text-decoration: none;
    border-radius: 0 0 2px 2px; }
    #header #search-toggle:hover {
      background-color: #4e4e56; }
    #header #search-toggle .icon-search:before {
      position: relative;
      bottom: -2px;
      font-size: 18px; }
      .search-on #header #search-toggle .icon-search:before {
        content: "h"; }
  @media screen and (max-width: 1024px) {
    #header {
      position: fixed;
      background: #009ba7;
      padding: 0; }
      #header .wrap {
        margin: 0;
        padding: 10px; }
      #header .logo {
        position: relative;
        top: auto;
        left: auto;
        height: 30px;
        text-align: left; }
        #header .logo a {
          background: url(images/logo-mobile.png) no-repeat left center;
          background-size: contain; }
          #header .logo a img {
            opacity: 0;
            height: 30px; }
      #header #search-toggle {
        right: 52px;
        line-height: 50px; }
      .admin-bar #header {
        margin-top: 32px; } }
  @media screen and (max-width: 782px) {
    .admin-bar #header {
      margin-top: 46px; } }

@media screen and (max-width: 1024px) {
  .nav-on #header {
    position: absolute !important; } }
#nav {
  position: absolute;
  top: 62px;
  right: 0px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left; }
  #nav ul, #nav li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav > ul > li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 50px;
    line-height: 1; }
    #nav > ul > li > a {
      display: inline-block;
      padding: 8px;
      color: white;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 15px;
      text-shadow: 0 0 15px #1D1918;
      text-decoration: none;
      letter-spacing: 0.03em;
      border-bottom: 0px solid white; }
    #nav > ul > li > a:hover, #nav > ul > li.current_page_ancestor > a, #nav > ul > li.current-menu-item > a {
      border-bottom-width: 3px; }
    #nav > ul > li.work-with-us {
      display: none; }
    #nav > ul > li > ul {
      display: none;
      position: absolute;
      z-index: 100;
      top: 60px;
      left: 50%;
      width: 200px;
      margin: 0px 0 0 -100px;
      background: #009ba7;
      text-align: center;
      font-size: 13px;
      padding: 5px 0; }
      #nav > ul > li > ul:before {
        position: absolute;
        top: -8px;
        left: 50%;
        margin: 0 0 0 -10px;
        content: ' ';
        display: block;
        width: 0;
        height: 0;
        border: 8px solid #009ba7;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 0; }
      #nav > ul > li > ul:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 5px;
        background: rgba(0, 119, 128, 0.3); }
      #nav > ul > li > ul > li {
        position: relative;
        z-index: 1; }
        #nav > ul > li > ul > li > a {
          display: block;
          padding: 12px 10px;
          line-height: normal;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 400; }
          #nav > ul > li > ul > li > a:hover {
            background-color: rgba(0, 119, 128, 0.3); }
  @media screen and (max-width: 1024px) {
    #nav {
      position: relative;
      top: auto;
      right: auto;
      text-align: left; }
      #nav > ul {
        position: relative; }
        #nav > ul > li {
          position: relative;
          display: block;
          margin: 0; }
          #nav > ul > li > a {
            display: block;
            padding: 15px 20px 15px 40px;
            border-bottom: 0 !important;
            text-shadow: none; }
          #nav > ul > li.has-submenu:after {
            font-family: "acdi-voca";
            font-weight: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            text-transform: none !important;
            content: "w";
            display: block;
            position: absolute;
            top: 0px;
            right: 5px;
            width: 40px;
            height: 40px;
            margin: 0px 0 0 0;
            color: white;
            text-align: center;
            line-height: 40px;
            font-weight: normal;
            font-size: 20px; }
          #nav > ul > li.hover:after {
            content: "x"; }
          #nav > ul > li > ul {
            display: none;
            position: relative;
            top: auto;
            left: auto;
            width: auto;
            text-align: left;
            margin: 0 0 15px 0;
            padding: 5px 0 5px 50px;
            background: rgba(0, 0, 0, 0.1); }
            #nav > ul > li > ul:before {
              display: none; }
            #nav > ul > li > ul li a {
              padding: 15px 10px; } }

#work-with-us {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #work-with-us > .tab {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 135px;
    text-align: center;
    background: #009ba7;
    color: white;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.03em; }
    #work-with-us > .tab:hover {
      background: #4e4e56; }
    #work-with-us > .tab.toggle {
      background-color: #009ba7; }
    #work-with-us > .tab .icon {
      margin-left: 0.5em; }
  @media screen and (max-width: 1150px) {
    #work-with-us {
      margin-right: 50px; } }
  @media screen and (max-width: 1024px) {
    #work-with-us {
      left: inherit;
      right: 50px;
      margin-right: 50px; }
      #work-with-us > .tab {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 50px;
        padding: 10px 0;
        font-size: 12px;
        max-width: 70px;
        line-height: 15px; }
        #work-with-us > .tab .mobile-only {
          line-height: 0; } }

#utility {
  position: absolute;
  top: 0;
  right: 140px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #utility ul, #utility li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #utility > ul,
  #utility > .tab {
    display: inline-block;
    vertical-align: middle; }
  #utility > ul {
    padding: 0px 10px; }
    #utility > ul > li {
      display: inline-block;
      margin: 0 15px; }
      #utility > ul > li > a {
        position: relative;
        text-transform: uppercase;
        font-size: 13px;
        color: #fff;
        font-weight: 600;
        line-height: 45px;
        padding: 0 28px 0 0;
        letter-spacing: 0.03em; }
        #utility > ul > li > a:after {
          font-family: "acdi-voca";
          font-weight: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          text-transform: none !important;
          position: absolute;
          right: 0;
          top: 50%;
          margin: -10px 0 0 0;
          content: ' ';
          display: block;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 50%;
          background: #009ba7; }
        #utility > ul > li > a:hover {
          color: #009ba7; }
        #utility > ul > li > a:hover:after {
          color: white; }
      #utility > ul > li.search > a:after {
        content: "p"; }
      #utility > ul > li.language > a:after {
        content: '???'; }
      #utility > ul > li.subscribe > a:after {
        content: "a"; }
      #utility > ul > li.donate > a:after {
        content: "i"; }
      #utility > ul > li.contact, #utility > ul > li.contact-us > a:after {
        content: "j"; }
  @media screen and (max-width: 1150px) {
    #utility {
      margin-right: 50px; } }
  @media screen and (max-width: 1024px) {
    #utility {
      position: relative;
      top: auto;
      right: auto; }
      #utility > ul {
        display: block;
        border-top: 2px solid rgba(0, 0, 0, 0.05);
        margin: 30px 20px 15px 20px;
        padding: 20px 0; }
        #utility > ul > li {
          display: block;
          margin: 0 0 5px 10px; }
          #utility > ul > li > a {
            display: block;
            padding: 15px 10px 5px 30px;
            line-height: normal;
            font-weight: 300; }
            #utility > ul > li > a:after {
              right: auto;
              left: 0;
              font-size: 18px;
              margin: -5px 0 0 0; }
            #utility > ul > li > a:hover {
              color: white; } }

#nav-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  margin: -18px 0 0 0;
  background: none;
  cursor: pointer; }
  #nav-toggle:before, #nav-toggle:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 80%;
    height: 2px;
    margin: -7px 0 0 0;
    background: white;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0; }
  #nav-toggle:after {
    top: auto;
    bottom: 50%;
    margin: 0 0 -9px 0; }
  #nav-toggle .bar {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: 0px;
    height: 2px;
    width: 80%;
    background: white;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .nav-on #nav-toggle:before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 26px;
    margin: -8px 0 0 25px; }
  .nav-on #nav-toggle:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 26px;
    margin: 0 0 -13px 23px; }
  .nav-on #nav-toggle .bar {
    left: 20px;
    opacity: 0;
    width: 0;
    /*
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    background:red;
    opacity: 0.5;
    */ }

#search-top {
  display: block;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 42px;
  background: #009ba7;
  text-align: center;
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out; }
  #search-top input[type="search"] {
    border: none;
    padding: 10px 0;
    background: none;
    color: white;
    outline: none;
    border-bottom: 1px solid white;
    width: 80%;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    -webkit-appearance: none; }
    #search-top input[type="search"]::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.6);
      font-weight: 300;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  #search-top button {
    font-weight: 400;
    letter-spacing: 0.03em;
    background: none;
    border: none;
    outline: none; }
  .search-on #search-top {
    max-height: 1000px;
    padding-top: 20px;
    padding-bottom: 20px; }
  @media screen and (max-width: 1024px) {
    #search-top {
      padding: 0 15px; }
      #search-top input[type="search"] {
        width: 100%;
        font-size: 20px; }
      .search-on #search-top {
        padding-bottom: 10px;
        padding-top: 50px; } }

@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block; }

  #nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #009ba7;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    #nav-menu:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 5px;
      background: rgba(0, 119, 128, 0.3); }
    .nav-on #nav-menu {
      max-height: 5000px; } }
#footer {
  position: relative;
  margin: 0;
  padding: 0;
  background: #43a9b0;
  color: white;
  font-size: 14px; }
  #footer:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/banner-top-footer.jpg) repeat-x center top;
    opacity: 0.6; }
  #footer > .wrap {
    padding: 20px 0 20px;
    background: url(images/footer.png) no-repeat left bottom; }
  #footer h6 {
    margin: 40px 0 17px 0;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.06em; }
  #footer a {
    color: white;
    font-weight: 400; }
    #footer a:hover {
      color: #000000; }
  #footer .tagline {
    margin: 30px 0 10px 0;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1;
    letter-spacing: 0.06em;
    font-size: 1.35em;
    font-weight: 700;
    color: #e1e1e1; }
  #footer .copyright {
    font-size: 12px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
  #footer .button {
    margin-right: 1em;
    margin-bottom: 1em;
    letter-spacing: 0.04em; }
    #footer .button:last-child {
      margin-right: 0; }
  #footer #back-to-top {
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    padding: 0 10px;
    height: 30px;
    background: #009ba7;
    font-size: 16px;
    line-height: 36px; }
  #footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none; }
    #footer ul.social li {
      display: inline-block;
      margin: 0 9px 10px 0;
      padding: 0; }
      #footer ul.social li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 35px;
        background: white;
        color: #43abb3;
        border-radius: 50%;
        font-size: 20px; }
        #footer ul.social li a:hover {
          background: #000000; }
      #footer ul.social li span.icon-facebook {
        font-size: 27px;
        position: relative;
        bottom: -6px; }
  #footer form {
    border: 3px solid white; }
    #footer form input[type="email"] {
      display: inline-block;
      vertical-align: middle;
      background: none;
      padding: 10px 15px;
      margin: 0;
      border: 0;
      line-height: 20px;
      width: 185px;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      color: white;
      box-sizing: border-box;
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px); }
      #footer form input[type="email"]:focus {
        outline: none !important; }
      #footer form input[type="email"]:-webkit-autofill {
        -webkit-box-shadow: 0 0 0px 1000px #f3f3f3 inset; }
    #footer form button {
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 40px;
      padding: 0;
      text-align: center;
      background: white;
      color: #43abb3; }
      #footer form button:hover {
        background: #000000; }
    #footer form ::-webkit-input-placeholder {
      color: white;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
    #footer form :-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      opacity: 1; }
    #footer form ::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      opacity: 1; }
    #footer form :-ms-input-placeholder {
      color: white;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (max-width: 1024px) {
    #footer .tagline {
      line-height: 1.4; }
    #footer .email_subscribe,
    #footer .social_area {
      width: auto;
      float: none;
      display: block; }
    #footer .social_area {
      margin-left: 25px;
      margin-left: calc(25px); } }
  @media screen and (max-width: 767px) {
    #footer h6 {
      margin-top: 30px; }
    #footer > .wrap {
      position: relative;
      padding-top: 0;
      background-image: none; }
    #footer .social_area {
      margin-left: 0; } }

#giving-tuesday {
  padding: 50px 0 50px;
  background: #4e4e56 -60px;
  color: #fff;
  text-align: center; }

#banners {
  height: 660px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #banners {
      min-height: 430px;
      height: 420px; } }
  #banners .banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; }
    #banners .banner.on {
      z-index: 2;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      #banners .banner {
        background-size: 150%;
        background-position: 52% 19%;
        background-image: url(images/banner.jpg); } }

.banner.hero {
  height: 660px; }
  .banner.hero > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaa no-repeat center;
    background-size: cover; }
  .banner.hero > .wrap > .content {
    padding-top: 50px;
    padding-bottom: 80px;
    vertical-align: bottom;
    color: white;
    font-weight: 400; }
    .banner.hero > .wrap > .content h1 {
      margin-bottom: 0.5em; }
  .banner.hero em {
    letter-spacing: 0.03em; }
  @media screen and (max-width: 767px) {
    .banner.hero {
      height: auto;
      min-height: 400px;
      margin-bottom: 30px; }
      .banner.hero > .wrap > .content {
        padding-top: 170px;
        padding-bottom: 30px;
        padding-left: 25px;
        padding-right: 25px; }
        .banner.hero > .wrap > .content p a {
          display: inline-block; } }
  @media screen and (max-width: 365px) {
    .banner.hero h1 {
      font-size: 2.8em; } }

#latest {
  background: url(images/the-world.png) center no-repeat; }
  #latest .grid {
    max-width: 1024px;
    margin: 0 auto;
    padding-top: 50px; }
  #latest .hentry {
    float: left;
    width: 31%;
    margin-right: 2%;
    width: -webkit-calc(33.333% - 20px);
    width: -moz-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    margin-left: -webkit-calc(10px);
    margin-left: -moz-calc(10px);
    margin-left: calc(10px);
    margin-right: -webkit-calc(10px);
    margin-right: -moz-calc(10px);
    margin-right: calc(10px); }
  #latest:after {
    content: ' ';
    display: block;
    clear: both; }
  @media (max-width: 1140px) and (min-width: 767px) {
    #latest .hentry.excerpt.front .practice.terms {
      display: none; } }
  @media screen and (max-width: 767px) {
    #latest {
      background: none;
      /*.hentry {
          float: none;
          width: auto;
          margin-right: 15px;
          margin-left: 15px;
          margin-bottom: 20px;
      }*/ }
      #latest .grid {
        padding-top: 0; }
      #latest .hentry.excerpt.front:first-child .meta,
      #latest .hentry.excerpt.front:last-child .meta {
        background: none; } }
  @media screen and (max-width: 550px) {
    #latest .hentry {
      float: none;
      width: auto;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 20px; } }

.front-page #promos .promo {
  padding: 115px 50px; }
@media screen and (max-width: 767px) {
  .front-page #promos .promo {
    padding: 35px 20px; } }

#wrap {
  position: relative; }

.wrap {
  position: relative;
  max-width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 1054px) {
    .wrap {
      margin: 0 15px; } }

.wrap2 {
  position: relative;
  max-width: 660px;
  margin: 0 auto; }
  @media screen and (max-width: 690px) {
    .wrap2 {
      margin: 0 15px; } }

.wrap3 {
  max-width: 860px;
  margin: 0 auto; }
  @media screen and (max-width: 890px) {
    .wrap3 {
      margin: 0 15px; } }

.wrap-wide {
  width: auto;
  margin: 0 15px; }

.full-width-content {
  position: relative;
  margin: 1em 0; }

.full-width-img {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 30px; }
  .full-width-img img {
    width: 100%; }

#main {
  position: relative;
  padding: 40px 0;
  min-height: 500px; }

#related-posts h2 {
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px; }
  #related-posts h2 span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: #f3f3f3;
    padding: 0 1em; }
  #related-posts h2:before {
    position: absolute;
    top: 50%;
    content: ' ';
    display: block;
    height: 2px;
    left: 0;
    width: 100%;
    background: #e0e0e0; }

#email-subscribe {
  text-align: center;
  margin: 0 0 40px 0; }
  #email-subscribe > .wrap3 {
    padding: 0 0 40px 0;
    border-bottom: 2px solid #e0e0e0; }
  #email-subscribe h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px; }
  #email-subscribe p {
    margin-left: auto;
    margin-right: auto;
    max-width: 620px;
    font-style: italic; }
  #email-subscribe button,
  #email-subscribe input[type="email"] {
    display: inline-block;
    vertical-align: middle;
    border: 0; }
  #email-subscribe input[type="email"] {
    margin: 0 1em 0 0;
    width: 350px;
    line-height: 50px;
    padding: 0 10px;
    height: 50px; }
    #email-subscribe input[type="email"]:focus {
      outline: none !important; }
    #email-subscribe input[type="email"]:-webkit-autofill {
      -webkit-box-shadow: 0 0 0px 1000px white inset; }
    @media screen and (max-width: 545px) {
      #email-subscribe input[type="email"] {
        width: 100%;
        margin: 0 auto 1em; } }
  #email-subscribe button {
    padding: 0;
    width: 130px;
    line-height: 50px;
    text-align: center; }
  #email-subscribe ::-webkit-input-placeholder {
    font-family: Merriweather, Georgia, serif;
    font-style: italic;
    font-size: 14px; }
  #email-subscribe :-moz-placeholder {
    /* Firefox 18- */
    font-family: Merriweather, Georgia, serif;
    font-style: italic;
    font-size: 14px; }
  #email-subscribe ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: Merriweather, Georgia, serif;
    font-style: italic;
    font-size: 14px; }
  #email-subscribe :-ms-input-placeholder {
    font-family: Merriweather, Georgia, serif;
    font-style: italic;
    font-size: 14px; }

#tweets {
  padding: 35px 0;
  background: #4e4e56;
  text-align: center;
  color: white; }
  #tweets a {
    color: #88ccd1; }
    #tweets a.button {
      color: white; }
  #tweets h2 {
    margin: 0.25em 0 0.5em;
    font-size: 30px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 0.03em; }
    #tweets h2 a {
      color: inherit; }
  #tweets .tweets {
    margin: 0 0 1em 0;
    font-style: italic; }

.term-description .avatar {
  float: right;
  margin: 0 0 15px 15px; }
  .term-description .avatar img {
    display: block;
    border-radius: 50%; }
.term-description h1 {
  clear: left; }
.term-description:after {
  content: ' ';
  display: block;
  clear: both; }

.single-project .meta {
  display: block;
  margin: 0 0 15px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal;
  color: #a2a1a5; }
.single-project .meta-bottom {
  font-size: 80%; }
  .single-project .meta-bottom .terms {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    color: #000000; }
    .single-project .meta-bottom .terms em {
      text-transform: none;
      font-family: Merriweather, Georgia, serif; }
    .single-project .meta-bottom .terms a {
      color: #000000; }
      .single-project .meta-bottom .terms a:hover {
        color: #e96848; }

.single-post {
  /*
  #page-title {
      margin: 0 0 30px 0;
      font-size: 30px;
      font-weight: bold;
      text-transform: uppercase;
  }
  */ }
  .single-post .wrap2 h1#page-title {
    font-size: 1.875em;
    font-weight: 700; }
  .single-post .meta-top {
    display: block;
    margin: 0 0 15px 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal; }
    .single-post .meta-top a {
      color: #000000; }
      .single-post .meta-top a:hover {
        color: #e96848; }
  .single-post #main {
    padding: 25px 0; }
    .single-post #main .enclosure {
      margin-bottom: 15px; }
    .single-post #main .main-content {
      margin-bottom: 30px; }
  .single-post .featured-image {
    display: block;
    margin: 0 auto 40px auto; }
    .single-post .featured-image img {
      display: block;
      margin: 0 auto; }
  .single-post .main-content .wp-caption.alignleft,
  .single-post .main-content blockquote,
  .single-post .main-content .pull-left {
    margin-left: -100px;
    margin-bottom: 1em; }
  .single-post .main-content blockquote.alignright,
  .single-post .main-content .wp-caption.alignright {
    margin: 0 -100px 1em 1em; }
  @media screen and (max-width: 960px) {
    .single-post .main-content .wp-caption.alignleft,
    .single-post .main-content blockquote,
    .single-post .main-content .pull-left,
    .single-post .main-content blockquote.alignright,
    .single-post .main-content .wp-caption.alignright {
      margin: 0 1em 1em; } }
  .single-post .meta-author {
    position: relative;
    display: block;
    border-top: 1px solid #e0e0e0;
    color: #aaa;
    font-weight: 100;
    font-size: 80%;
    padding: 20px;
    min-height: 130px; }
    .single-post .meta-author.has-avatar {
      padding-left: 150px; }
    .single-post .meta-author .avatar {
      display: block;
      position: absolute;
      top: 20px;
      left: 0;
      width: 125px;
      height: auto; }
      .single-post .meta-author .avatar img {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 50%; }
    .single-post .meta-author h3 {
      margin: 0 0 15px 0;
      text-transform: none; }
    .single-post .meta-author .content {
      color: #4e4e56;
      font-style: italic; }
  .single-post .meta-author + .meta-author {
    margin-top: 20px; }
  .single-post .meta-bottom {
    display: block;
    margin: 35px 0 0 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #a2a1a5; }
    .single-post .meta-bottom a {
      color: #a2a1a5; }
      .single-post .meta-bottom a:hover {
        color: #000000; }
  .single-post .comments-count {
    position: absolute;
    top: 15px;
    left: -160px;
    margin: 2em 0 0 0;
    z-index: 10;
    display: block;
    background: #009ba7;
    color: white;
    width: 110px;
    text-align: center;
    line-height: 1;
    padding: 10px 5px;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
    .single-post .comments-count:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -15px;
      right: 15px;
      width: 0;
      height: 0;
      border: 10px solid #009ba7;
      border-left: 10px solid transparent;
      border-bottom: 10px solid transparent; }
    .single-post .comments-count strong {
      display: block;
      font-size: 35px;
      font-weight: 600; }
    .single-post .comments-count.fixed {
      position: fixed;
      top: 100px;
      left: 50%;
      margin-left: -490px; }
      .single-post .comments-count.fixed.bottom {
        position: absolute;
        left: -160px;
        bottom: 0px;
        top: auto;
        margin-left: 0; }
  @media screen and (max-width: 1020px) {
    .single-post #main > .wrap2 {
      margin-left: 180px; } }
  @media screen and (max-width: 960px) {
    .single-post .main-content .wp-caption.alignright {
      margin-right: 0; } }
  @media screen and (max-width: 860px) {
    .single-post .comments-count {
      display: none; }
    .single-post #main > .wrap2 {
      margin-left: auto; }
    .single-post .main-content .wp-caption.alignleft,
    .single-post .main-content blockquote,
    .single-post .main-content .pull-left {
      margin-left: 0; } }
  @media screen and (max-width: 690px) {
    .single-post #main > .wrap2 {
      margin: 0 15px; } }

.single-staff .wrap2 h1#page-title {
  font-size: 1.875em;
  font-weight: 700; }
.single-staff #email-subscribe > .wrap3 {
  padding-top: 25px;
  border-top: 2px solid #e0e0e0; }
.single-staff .featured-image {
  float: left;
  margin: 0 20px 20px 0; }
.single-staff .meta-top {
  display: block;
  margin: 0 0 15px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal; }

.single-timeline .wrap2 h1#page-title {
  font-size: 1.875em;
  font-weight: 700; }
.single-timeline #email-subscribe > .wrap3 {
  padding-top: 25px;
  border-top: 2px solid #e0e0e0; }
.single-timeline .meta-top {
  display: block;
  margin: 0 0 15px 0;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: normal; }
.single-timeline .featured-image {
  display: block;
  margin: 0 auto 40px auto; }
  .single-timeline .featured-image img {
    display: block;
    margin: 0 auto; }

.single-tool .wrap2 h1#page-title {
  font-size: 1.875em;
  font-weight: 700; }
.single-tool #main {
  padding: 25px 0; }
.single-tool #email-subscribe > .wrap3 {
  padding-top: 25px;
  border-top: 2px solid #e0e0e0; }
.single-tool .featured-image {
  display: block;
  margin: 0 auto 40px auto; }
  .single-tool .featured-image img {
    display: block;
    margin: 0 auto; }
.single-tool .icon-mail {
  color: #009ba7; }

#comments .comments-embed {
  padding: 40px 0; }

.share-post {
  margin: 30px 0 0 0;
  max-width: 740px; }
  .share-post h5 {
    text-transform: uppercase; }
  .share-post .icons {
    text-align: justify; }
    .share-post .icons:after {
      content: ' ';
      display: inline-block;
      width: 100%; }
  .share-post a {
    display: inline-block;
    padding: 12px 15px 10px;
    background: #009ba7;
    color: white;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.03em; }
    .share-post a:hover {
      background: #000000; }
    .share-post a .icon {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0.25em 0 0;
      font-size: 20px;
      height: 20px;
      min-height: 22px; }
    .share-post a .icon-facebook:before {
      position: relative;
      bottom: -1px; }
    .share-post a .icon-page:before {
      font-size: 18px; }
    .share-post a .icon-more:before {
      font-size: 16px; }
    @media screen and (max-width: 600px) {
      .share-post a {
        float: left;
        margin: 5px; } }

.terms.category .term {
  white-space: nowrap; }
  .terms.category .term:before {
    font-family: "acdi-voca";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
    font-size: 20px; }
.terms.category .term.term-search:before {
  content: "p"; }
.terms.category .term.term-angle-right:before {
  content: "w"; }
.terms.category .term.term-angle-down:before {
  content: "x"; }
.terms.category .term.term-heart-o:before {
  content: "i"; }
.terms.category .term.term-plus:before {
  content: "a"; }
.terms.category .term.term-mail:before {
  content: "j"; }
.terms.category .term.term-news:before {
  content: "k"; }
.terms.category .term.term-press-releases:before {
  content: "n"; }
.terms.category .term.term-publications:before {
  content: "o"; }
.terms.category .term.term-success-stories:before {
  content: "c"; }
.terms.category .term.term-videos:before {
  content: "g"; }
.terms.category .term.term-play:before {
  content: "I"; }
.terms.category .term.term-x:before {
  content: "h"; }
.terms.category .term.term-blog:before {
  content: "J"; }

.hentry {
  position: relative;
  box-sizing: border-box; }

.hentry.excerpt {
  min-height: 290px;
  padding: 10px 40px 40px 40px;
  margin: 0 0 20px 0;
  border-bottom: none; }
  .hentry.excerpt .thumbnail {
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    width: 325px;
    height: 244px;
    overflow: hidden; }
    .section-tools .hentry.excerpt .thumbnail {
      background: none; }
    .hentry.excerpt .thumbnail img {
      display: block;
      margin: 0 auto;
      width: 100%; }
      .hentry.excerpt .thumbnail img.size-post-thumb-nocrop {
        width: auto;
        height: auto; }
  .hentry.excerpt.has-post-thumbnail {
    padding-right: 400px; }
  .hentry.excerpt.category-videos .thumbnail:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    border: 4px solid white;
    border-radius: 50%;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.4); }
  .hentry.excerpt.category-videos .thumbnail:after {
    font-family: "acdi-voca";
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none !important;
    content: "I";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -22px;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    line-height: 50px;
    font-size: 26px; }
  .hentry.excerpt .meta {
    display: block;
    margin: 0 0 15px 0;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 80%;
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
    color: #a2a1a5; }
    .hentry.excerpt .meta a {
      color: #a2a1a5; }
      .hentry.excerpt .meta a:hover {
        color: #000000; }
  .hentry.excerpt h3.title {
    margin-top: 0;
    text-transform: none; }
    .hentry.excerpt h3.title a {
      font-weight: 400;
      color: #000000; }
      .hentry.excerpt h3.title a:hover {
        color: #009ba7; }
  .hentry.excerpt .title {
    margin: 0.5em 0;
    font-weight: normal;
    line-height: normal; }
    .hentry.excerpt .title .icon {
      -webkit-transform: scale(0.4, 0.4);
      -moz-transform: scale(0.4, 0.4);
      -ms-transform: scale(0.4, 0.4);
      -o-transform: scale(0.4, 0.4);
      transform: scale(0.4, 0.4);
      font-size: 0.75em; }
  .hentry.excerpt .authors {
    font-size: 80%;
    margin: -0.75em 0 1em;
    color: #a2a1a5; }
    .hentry.excerpt .authors a {
      color: inherit;
      font-weight: normal; }
  .hentry.excerpt .content {
    font-style: italic;
    font-weight: 300;
    line-height: 1.55; }
  @media screen and (max-width: 767px) {
    .hentry.excerpt {
      padding-right: 0 !important;
      padding-left: 0 !important;
        /*&.type-project {
            padding: 10px 400px 40px 40px;

            .thumbnail {
                display: block;
                position: absolute;
                top: 10px;
                right: 0;
            }
        }*/ }
      .hentry.excerpt .thumbnail {
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 15px;
        max-width: 100%;
        width: auto;
        height: auto; } }

.hentry.excerpt.type-staff .thumbnail img {
  width: auto; }

.hentry.excerpt.featured {
  max-width: 860px;
  min-height: 315px;
  margin: 0 auto 40px auto;
  padding: 60px 0 0 0px;
  box-sizing: border-box;
  border-bottom: 0; }
  .hentry.excerpt.featured:after {
    content: ' ';
    display: block;
    clear: both; }
  .hentry.excerpt.featured.has-post-thumbnail {
    max-width: 1030px; }
    .hentry.excerpt.featured.has-post-thumbnail .thumbnail {
      position: relative;
      float: left;
      width: 585px;
      height: auto;
      right: auto;
      left: auto;
      top: auto;
      margin: -60px 0 0;
      background: rgba(0, 0, 0, 0.1); }
    .hentry.excerpt.featured.has-post-thumbnail .inner {
      display: block;
      float: right;
      width: -webkit-calc(100% - 620px);
      width: -moz-calc(100% - 620px);
      width: calc(100% - 620px); }
  @media screen and (max-width: 1024px) {
    .hentry.excerpt.featured {
      min-height: 200px;
      padding-top: 10px; }
      .hentry.excerpt.featured.has-post-thumbnail .thumbnail {
        width: 365px;
        margin-top: -10px; }
      .hentry.excerpt.featured.has-post-thumbnail .inner {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px); } }
  @media screen and (max-width: 767px) {
    .hentry.excerpt.featured {
      padding-left: 0;
      min-height: 10px; }
      .hentry.excerpt.featured.has-post-thumbnail .thumbnail,
      .hentry.excerpt.featured.has-post-thumbnail .inner {
        float: none;
        clear: both; }
      .hentry.excerpt.featured.has-post-thumbnail .inner {
        width: auto; }
      .hentry.excerpt.featured.has-post-thumbnail .thumbnail {
        margin: 0 0 15px 0;
        width: auto; } }

.page-projects
.hentry.excerpt.type-project {
  min-height: 143px;
  padding: 10px 170px 10px 20px;
  margin: 0 0 10px 0; }
  .page-projects
  .hentry.excerpt.type-project .thumbnail {
    width: 150px;
    height: 113px;
    display: block;
    position: absolute;
    top: 10px;
    right: 0; }
  .page-projects
  .hentry.excerpt.type-project .meta {
    margin: 0; }
    .page-projects
    .hentry.excerpt.type-project .meta .country {
      display: none; }
      .page-projects
      .hentry.excerpt.type-project .meta .country .icon {
        color: #009ba7;
        font-size: 20px;
        margin: 0 5px 0 0; }
  .page-projects
  .hentry.excerpt.type-project .title {
    font-size: 1em;
    font-weight: 400; }
  .page-projects
  .hentry.excerpt.type-project .content {
    display: none; }
  .page-projects
  .hentry.excerpt.type-project.status-archive .thumbnail {
    opacity: 0.6; }
  @media screen and (max-width: 767px) {
    .page-projects
    .hentry.excerpt.type-project {
      padding: 10px 170px 10px 0px !important; } }

.hentry.excerpt.front {
  position: relative;
  padding: 0;
  /*&:after {
      content: ' ';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      @include linear-gradient(top, rgba(#000, 0), rgba($color-text, 0.6));
  }*/ }
  .hentry.excerpt.front .meta {
    margin: 0;
    padding: 2px 20px 0px 30px;
    height: 45px;
    line-height: 45px;
    background: #4e4e56;
    color: white;
    font-weight: 400; }
    .hentry.excerpt.front .meta a {
      font-size: 12px;
      font-weight: 600;
      color: inherit;
      letter-spacing: 0.03em; }
  .hentry.excerpt.front .content {
    position: relative;
    height: 255px;
    background: no-repeat center;
    background-size: cover; }
  .hentry.excerpt.front .title {
    position: relative;
    z-index: 1;
    margin: 0;
    top: 1px;
    color: #000000;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.4);
    padding: 15px;
    height: 70px; }
    .hentry.excerpt.front .title a {
      color: inherit;
      display: block;
      /* Fallback for non-webkit */
      display: -webkit-box;
      max-width: 400px;
      height: 67.2px;
      /* Fallback for non-webkit */
      margin: 0 auto;
      font-weight: 600;
      line-height: 1.4;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
  @media screen and (max-width: 767px) {
    .hentry.excerpt.front:after {
      display: none; }
    .hentry.excerpt.front .meta {
      height: auto;
      padding: 5px 0;
      background: none;
      color: #009ba7;
      line-height: normal; }
    .hentry.excerpt.front .title {
      position: relative;
      bottom: auto;
      left: auto;
      color: #000000; }
      .hentry.excerpt.front .title a {
        margin: 0;
        max-width: 100%; }
      .hentry.excerpt.front .title a:hover {
        color: #e96848;
        text-shadow: none; } }
  @media screen and (max-width: 550px) {
    .hentry.excerpt.front {
      min-height: 10px;
      padding: 0 0 20px 0;
      margin-bottom: 30px;
      border-bottom: none; } }

.posts-filter {
  position: relative;
  z-index: 10;
  padding: 25px 0;
  text-align: center; }
  .posts-filter label {
    display: block;
    margin: 0 0 20px 0;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 20px; }
  .posts-filter .action {
    display: block;
    padding: 20px 0 0;
    clear: both; }
    .posts-filter .action button,
    .posts-filter .action .button,
    .posts-filter .action .btn {
      padding: 15px 20px; }
  .posts-filter .reset {
    position: relative;
    margin: 20px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    color: #e96848; }
    .posts-filter .reset.button {
      color: white; }
  .posts-filter .filter {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    .posts-filter .filter > strong {
      position: relative;
      display: block;
      padding: 10px 27px 10px 10px;
      min-width: 154px;
      border-bottom: 4px solid #d0d0d0;
      border-radius: 0px;
      font-weight: 600;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      text-transform: uppercase;
      font-size: 14px;
      cursor: pointer;
      text-align: center;
      background: white;
      text-align: left;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      width: 100px;
      color: #4e4e56; }
      .posts-filter .filter > strong .icon {
        float: right;
        margin-left: 1em;
        color: #e96848;
        position: absolute;
        right: 10px; }
      .posts-filter .filter > strong .selected {
        position: absolute;
        margin: 5px 0 0 0;
        top: 100%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 12px; }
    .posts-filter .filter.status > strong {
      min-width: 100px; }
    .posts-filter .filter select {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      border: 0;
      opacity: 0;
      cursor: pointer; }
    .posts-filter .filter ul, .posts-filter .filter li {
      margin: 0;
      padding: 0;
      list-style: none; }
    .posts-filter .filter > ul {
      display: none;
      position: absolute;
      z-index: 1;
      background: #fff;
      text-align: left;
      top: 100%;
      width: 250px;
      left: 50%;
      margin: 0 0 0 -125px; }
      .posts-filter .filter > ul > li {
        font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
        border-bottom: 1px solid #d0d0d0; }
        .posts-filter .filter > ul > li > a {
          display: block;
          padding: 10px 20px;
          color: #000000;
          font-weight: normal;
          text-decoration: none; }
          .posts-filter .filter > ul > li > a:hover {
            background-color: #ddd; }
    .posts-filter .filter.on > ul {
      display: block; }
  @media screen and (max-width: 767px) {
    .posts-filter .filter {
      display: block;
      margin: 0 0 10px 0; }
      .posts-filter .filter > strong {
        min-width: 10px;
        width: inherit; } }

.section-news .posts-filter .filter {
  margin: 5px 10px; }

form.posts-filter {
  padding-top: 0px; }

.section-projects h2,
.section-news h2 {
  text-transform: none; }

.section-tools .intro {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-bottom: 20px; }

.page .ad1 {
  padding: 10px 25px 20px;
  font-style: italic;
  text-align: center;
  color: white;
  background: #009ba7;
  position: relative; }
  .page .ad1:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern.jpg) repeat-x center top; }
  .page .ad1:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern-bottom.jpg) repeat-x center top; }
  .page .ad1 h3, .page .ad1 p {
    position: relative;
    z-index: 1; }
  .page .ad1 h3 {
    font-weight: 300; }
  .page .ad1 a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase; }
    .page .ad1 a:hover {
      color: #4e4e56; }

/* @group Pagination */
.posts-nav {
  top: 5em;
  clear: both;
  margin: 4em 0 2em;
  white-space: nowrap; }
  .posts-nav.no-ajax {
    visibility: visible; }
  .posts-nav.ajax-pager {
    visibility: visible;
    text-align: center; }
  .posts-nav:after {
    content: ' ';
    display: block;
    clear: both; }
  .posts-nav ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    .posts-nav ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0;
      padding: 0;
      list-style: none;
      color: #aaa; }
      .posts-nav ul li.page_info {
        display: none; }
      .posts-nav ul li a {
        display: block;
        padding: 0.5em 0.7em;
        line-height: normal;
        text-decoration: none;
        border: 0; }
        .posts-nav ul li a:hover {
          color: white;
          background-color: #009ba7; }
      .posts-nav ul li.active_page {
        color: white;
        background: #009ba7; }
        .posts-nav ul li.active_page a {
          padding: 0.5em 1em;
          color: #fff; }

@media screen and (max-width: 700px) {
  .posts-nav {
    top: 0;
    margin-left: -10px;
    margin-right: -10px;
    font-size: 12px; }

  .posts-nav ul li {
    margin-right: 3px; } }
.posts-nav.ajax-pager {
  text-align: center;
  /*.button {
      font-style: italic;
      background: white;
      border: 1px solid #b7b6bf;
      color: $color-text;
      font-weight: 600;
      border-radius: 10px;
      padding: 20px 30px;
      font-size: 0.77em;
      text-decoration: none;
      &.done {
          color: #b7b6bf;
          cursor: default;
      }
  }
  */ }

/* @end */
.page-work-with-us .intro {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.page-work-with-us .solutions {
  margin-top: 4em;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55; }
  .page-work-with-us .solutions h3.title a {
    font-weight: 400; }
  .page-work-with-us .solutions .col1_3 {
    padding: 0 20px; }
  .page-work-with-us .solutions .icon {
    font-size: 0.75em; }
.page-work-with-us .ad1 {
  padding: 10px 25px 20px;
  font-style: italic;
  text-align: center;
  color: white;
  background: #009ba7;
  position: relative; }
  .page-work-with-us .ad1:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern.jpg) repeat-x center top; }
  .page-work-with-us .ad1:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern-bottom.jpg) repeat-x center top; }
  .page-work-with-us .ad1 h3, .page-work-with-us .ad1 p {
    position: relative;
    z-index: 1; }
  .page-work-with-us .ad1 h3 {
    font-weight: 300; }
  .page-work-with-us .ad1 a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase; }
    .page-work-with-us .ad1 a:hover {
      color: #4e4e56; }
.page-work-with-us .ad2 {
  text-align: center;
  font-style: italic; }
  .page-work-with-us .ad2 a {
    font-style: normal; }
.page-work-with-us h5 {
  text-align: center;
  margin: 0 0 30px 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300; }
.page-work-with-us .line {
  width: 100%;
  border-bottom: 2px solid #e1e1e1;
  position: relative; }
  .page-work-with-us .line:before {
    content: ' ';
    display: block;
    position: absolute;
    border-bottom: 2px solid #e1e1e1;
    margin-left: -80px;
    width: 80px; }
  .page-work-with-us .line:after {
    content: ' ';
    display: block;
    position: absolute;
    border-bottom: 2px solid #e1e1e1;
    margin-right: -80px;
    width: 80px;
    right: 0; }
@media screen and (max-width: 1200px) {
  .page-work-with-us .line:before,
  .page-work-with-us .line:after {
    display: none; } }
@media screen and (max-width: 767px) {
  .page-work-with-us .solutions {
    margin-top: 2em; }
  .page-work-with-us .solutions .col1_3 {
    margin-bottom: 20px; }
  .page-work-with-us .partners img {
    width: 40%; } }

.wp-caption-wrap a {
  border: 0; }

.wp-caption {
  max-width: 100%;
  position: relative;
  margin-bottom: 1em;
  text-align: center;
  overflow: hidden; }
  .wp-caption img {
    display: block;
    margin: 0 auto; }
  .wp-caption.alignright {
    margin: 0 0 1.5em 1.5em; }
  .wp-caption.alignleft {
    margin: 0 1.5em 1.5em 0; }
  .wp-caption.alignnone {
    margin: 1.5em auto; }
  .wp-caption .wp-caption-text {
    position: relative;
    width: auto;
    margin: 0;
    padding: 15px 15px;
    line-height: 1.5;
    text-align: left;
    font-style: italic;
    font-weight: 300;
    color: #000000;
    text-align: center;
    font-size: 1em; }

#main .wp-caption img.size-full-width-pull {
  margin-left: 0;
  margin-right: 0; }

#map-status {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 600; }
  #map-status a {
    color: #e96848;
    text-transform: uppercase; }
    .map-off #map-status a.toggle:before {
      content: 'Show '; }
    .map-off #map-status a.toggle .text-hide {
      display: none; }

#map {
  width: 100%;
  height: 400px;
  background: #333; }
  @media screen and (max-width: 767px) {
    #map {
      margin: 0 0 15px 0;
      height: 300px; } }

#map-results {
  position: relative;
  height: 450px;
  overflow: scroll;
  margin: 0 auto;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  #map-results.loading:after {
    position: absolute;
    left: 50%;
    top: 30px;
    margin: 0px 0 0 -15px;
    display: block;
    background: url(images/loading.png) no-repeat center top;
    width: 30px;
    height: 30px;
    content: ' ';
    -webkit-animation: loading 1s steps(19) infinite;
    -moz-animation: loading 1s steps(19) infinite;
    -ms-animation: loading 1s steps(19) infinite;
    -o-animation: loading 1s steps(19) infinite;
    animation: loading 1s steps(19) infinite; }
  #map-results .message {
    display: block;
    padding: 30px 0 0 0;
    text-align: center;
    font-size: 20px;
    font-family: Merriweather, Georgia, serif;
    font-style: italic; }
  @media screen and (max-width: 767px) {
    #map-results {
      min-height: 50px;
      height: auto;
      overflow: visible; } }

#map-results-wrap {
  position: relative; }
  #map-results-wrap:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: auto;
    width: 100%;
    height: 4em;
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f3f3 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #f3f3f3 100%); }
  @media screen and (max-width: 767px) {
    #map-results-wrap:after {
      display: none; } }

.map-off #map {
  display: none; }
.map-off #map-container,
.map-off #map-results-wrap {
  float: none;
  width: auto; }
  .map-off #map-container:after,
  .map-off #map-results-wrap:after {
    display: none; }
.map-off #map-results {
  height: auto; }

.country-marker {
  position: absolute;
  cursor: pointer;
  padding: 4px;
  min-width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
  border: 2px solid #009ba7;
  color: #009ba7;
  background: #f3f3f3;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .country-marker .count {
    display: block;
    font-weight: bold;
    font-size: 16px; }
  .country-marker .name {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100px;
    padding: 10px 0 0 0;
    margin: 0px 0 0 -50px;
    color: #888;
    letter-spacing: 0.05em;
    font-size: 1em;
    visibility: hidden; }
  .country-marker:hover {
    background-color: #ddd; }
  .country-marker.on {
    color: white;
    background-color: #009ba7; }
    .country-marker.on .name {
      visibility: visible; }

#promos {
  position: relative;
  color: white;
  text-align: center; }
  #promos .bg {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 30% 18%;
    background-size: cover; }
    #promos .bg:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      background-color: inherit; }
  #promos .bg1 {
    left: 0; }
  #promos .bg2 {
    right: 0; }
  #promos .bg3 {
    right: 0; }
  #promos.three .bg {
    width: 33.333%; }
  #promos.three .bg2 {
    left: 33.333%; }
  #promos .row {
    position: relative;
    z-index: 2;
    margin-bottom: 0; }
  #promos .promo {
    position: relative;
    padding: 50px; }
    #promos .promo .title {
      font-size: 25px;
      text-transform: uppercase; }
      #promos .promo .title small {
        display: block;
        font-weight: 300;
        font-size: 80%; }
    #promos .promo .content {
      margin: 0 0 30px 0;
      font-style: italic;
      font-weight: 300; }
  @media screen and (min-width: 767px) {
    #promos .promo {
      background: none !important; } }
  @media screen and (max-width: 767px) {
    #promos {
      text-align: left; }
      #promos .bg {
        display: none; } }

#partners {
  padding: 50px 0 50px;
  background: url(images/banner-top.png) repeat-x center -60px;
  text-align: center; }
  #partners h5 {
    margin: 0 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300; }
  #partners img {
    display: inline-block;
    vertical-align: middle;
    margin: 1em; }
  @media screen and (max-width: 767px) {
    #partners {
      text-align: left; }
      #partners img {
        width: 40%; } }

#map-select {
  padding: 100px 0;
  text-align: center;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase; }
  #map-select h3 {
    margin: 0 0 0.5em;
    color: #009ba7;
    text-transform: uppercase;
    font-size: 25px; }
  #map-select .posts-filter {
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    #map-select {
      padding: 20px 0;
      background-image: none;
      text-align: left; }
      #map-select .posts-filter {
        padding: 10px 0 0 0; } }

.single-project .wrap2 h1#page-title {
  font-size: 1.875em;
  font-weight: 700; }
.single-project .project-subtitle,
.single-project .project-button {
  text-align: center; }
.single-project .project-button {
  padding: 20px 0; }
.single-project .ad1 {
  padding: 10px 25px 20px;
  font-style: italic;
  text-align: center;
  color: white;
  background: #009ba7;
  position: relative; }
  .single-project .ad1:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern.jpg) repeat-x center top; }
  .single-project .ad1:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: url(images/ad-pattern-bottom.jpg) repeat-x center top; }
  .single-project .ad1 h3, .single-project .ad1 p {
    position: relative;
    z-index: 1; }
  .single-project .ad1 h3 {
    font-weight: 300; }
  .single-project .ad1 a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase; }
    .single-project .ad1 a:hover {
      color: #4e4e56; }
.single-project h2 {
  font-family: Merriweather, Georgia, serif;
  font-size: 1.25em;
  font-weight: 300;
  font-style: italic;
  text-transform: none; }
.single-project .ad2 {
  padding: 10px 25px 20px;
  text-align: center;
  color: #000000;
  background: white;
  position: relative; }
  .single-project .ad2:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px; }
  .single-project .ad2:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px; }
  .single-project .ad2 h3, .single-project .ad2 p {
    position: relative;
    z-index: 1;
    text-align: left; }
  .single-project .ad2 h3 {
    font-size: 18px; }
  .single-project .ad2 a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #000000;
    text-transform: uppercase; }
    .single-project .ad2 a:hover {
      color: #00919f; }
.single-project .ad3 {
  padding: 20px 75px 40px;
  text-align: center;
  color: white;
  background: #4e4e56;
  position: relative; }
  .single-project .ad3:before {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px; }
  .single-project .ad3:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 84px; }
  .single-project .ad3 h3, .single-project .ad3 p {
    position: relative;
    z-index: 1; }
  .single-project .ad3 h3 {
    font-weight: 300; }
  .single-project .ad3 a {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: white;
    text-transform: uppercase; }
    .single-project .ad3 a:hover {
      color: #00919f; }
.single-project hr {
  margin: 1.5em auto;
  width: 90%;
  border-bottom: 5px solid #f3f3f3;
  border-top: none;
  border-left: none;
  border-right: none; }
.single-project .embed-posts {
  margin-right: -15%;
  margin-left: -15%; }
  .single-project .embed-posts .hentry.excerpt {
    min-height: 143px;
    padding: 10px 170px 10px 20px;
    margin: 0 0 10px 0; }
    .single-project .embed-posts .hentry.excerpt .thumbnail {
      width: 150px;
      height: 113px;
      display: block;
      position: absolute;
      top: 10px;
      right: 0; }
    .single-project .embed-posts .hentry.excerpt .meta {
      display: none; }
    .single-project .embed-posts .hentry.excerpt .content {
      display: none; }
    .single-project .embed-posts .hentry.excerpt .title {
      font-size: 1em;
      font-weight: 400; }
  @media screen and (max-width: 1024px) {
    .single-project .embed-posts {
      margin-right: 0;
      margin-left: 0; } }

.project-intro {
  margin: 0 auto 1.5em;
  max-width: 660px; }

h5.byline {
  margin-top: 2em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #a2a1a5; }

#share-tab {
  position: fixed;
  z-index: 100;
  right: 0;
  top: 400px;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #000000;
  line-height: 1; }
  #share-tab > a.toggle {
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
    padding: 0;
    line-height: 44px;
    height: 44px;
    width: 100px;
    text-align: center;
    background: #fbd29d;
    color: inherit;
    text-transform: uppercase;
    font-size: 12px; }
    #share-tab > a.toggle .icon {
      margin: -2px 0 0 5px;
      display: inline-block;
      vertical-align: middle; }
    #share-tab > a.toggle:hover {
      color: #e96848; }
  @media screen and (max-width: 767px) {
    #share-tab {
      display: none; } }
  @media screen and (max-height: 714px) {
    #share-tab {
      top: 150px; } }
  #share-tab ul, #share-tab li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
  #share-tab ul {
    position: absolute;
    right: 0;
    top: 160px;
    width: 44px;
    padding: 5px 0;
    background: #fbd29d;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    margin: -30px 0 0 0;
    max-height: 0px;
    overflow: hidden; }
    #share-tab ul:before {
      position: absolute;
      top: -6px;
      left: 50%;
      margin: 0 0 0 -6px;
      content: ' ';
      display: block;
      width: 0;
      height: 0;
      border: 6px solid #fbd29d;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 0; }
    #share-tab ul > li > a {
      display: block;
      padding: 15px 0;
      color: #000000;
      font-size: 16px; }
      #share-tab ul > li > a:hover {
        color: #e96848; }
  .share-on #share-tab ul {
    z-index: 1;
    opacity: 1;
    margin-top: 0;
    max-height: 500px;
    overflow: visible; }

#main.timeline {
  padding: 0 0 40px; }
  #main.timeline:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: ' ';
    display: block;
    width: 1px;
    height: 100%;
    background: #333; }
    @media screen and (max-width: 767px) {
      #main.timeline:before {
        display: none; } }
  #main.timeline > .wrap-wide {
    position: relative;
    z-index: 1;
    margin: 0; }
  #main.timeline h2.decade {
    clear: both;
    text-align: center;
    color: white;
    height: 60px;
    line-height: 60px; }
  #main.timeline h2.decade-2010 {
    background: #009ba7; }
  #main.timeline h2.decade-2000 {
    background: #682e6b; }
  #main.timeline h2.decade-1990 {
    background: #e96848; }
  #main.timeline h2.decade-1980 {
    background: #fec780; }
  #main.timeline h2.decade-1970 {
    background: #4e4e56; }
  #main.timeline h2.decade-1960 {
    background: #a2a1a5; }
  #main.timeline .timeline-posts {
    margin: 0 auto;
    max-width: 1024px; }
    @media screen and (max-width: 767px) {
      #main.timeline .timeline-posts {
        margin: 0 15px; } }
    #main.timeline .timeline-posts:before {
      float: right;
      content: ' ';
      display: block;
      height: 50px;
      width: 45%; }
    #main.timeline .timeline-posts .thumbnail {
      max-height: 300px;
      overflow: hidden;
      display: block; }
    #main.timeline .timeline-posts img {
      width: 100%; }
    #main.timeline .timeline-posts .year {
      position: absolute;
      background: #333;
      padding: 2px 10px 2px 10px;
      color: #fff;
      top: 0;
      right: 0;
      text-transform: uppercase;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 21px;
      font-weight: bold;
      z-index: 999;
      width: 50px;
      text-align: center;
      height: 33px !important;
      line-height: 33px; }
    #main.timeline .timeline-posts .title {
      margin: 0px 75px 15px 20px; }
    #main.timeline .timeline-posts .subtitle {
      margin-top: 20px;
      margin-bottom: 0px;
      padding: 0px 20px;
      display: block;
      font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 80%;
      font-weight: bold;
      text-transform: uppercase;
      line-height: normal; }
    #main.timeline .timeline-posts .content {
      padding: 0px 20px 20px; }
      #main.timeline .timeline-posts .content a {
        font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }

.timeline-intro {
  margin: 20px auto 20px;
  max-width: 660px; }
  @media screen and (max-width: 767px) {
    .timeline-intro {
      margin-left: 15px;
      margin-right: 15px; } }

.hentry.timeline {
  position: relative;
  width: 45%;
  margin: 0 0 30px 0;
  background: #ddd; }
  @media screen and (max-width: 767px) {
    .hentry.timeline {
      width: 100%; } }
  .hentry.timeline:before {
    position: absolute;
    top: 20px;
    content: ' ';
    display: block;
    width: 10%;
    height: 1px;
    background: #333; }
    @media screen and (max-width: 767px) {
      .hentry.timeline:before {
        display: none; } }
  .hentry.timeline:after {
    position: absolute;
    top: 10px;
    content: ' ';
    border: 10px solid #333;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }
    @media screen and (max-width: 767px) {
      .hentry.timeline:after {
        display: none; } }
  .hentry.timeline.alignleft {
    clear: left; }
    .hentry.timeline.alignleft:before {
      left: 100%; }
    .hentry.timeline.alignleft:after {
      margin-right: -1px;
      right: -11%;
      border-left: 0; }
  .hentry.timeline.alignright {
    clear: right; }
    .hentry.timeline.alignright:before {
      right: 100%; }
    .hentry.timeline.alignright:after {
      left: -11%;
      border-right: 0; }

#approaches {
  padding: 30px 0 30px;
  background: #86c2c2 url(images/banner-bottom.jpg) repeat-x center bottom;
  text-align: center; }
  #approaches .approach {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    margin: 0 20px;
    opacity: 0.5;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #approaches .approach:after {
      display: none;
      position: absolute;
      bottom: -34px;
      left: 50%;
      margin: 0 0 0 -10px;
      content: ' ';
      width: 0;
      height: 0;
      border: 10px solid #f3f3f3;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 0; }
    #approaches .approach.on {
      opacity: 1; }
      #approaches .approach.on:after {
        display: block; }
    #approaches .approach .image {
      display: block;
      margin: 0 auto 20px auto;
      width: 125px;
      height: 125px;
      background-color: #009ba7;
      background-color: rgba(0, 155, 167, 0.3);
      border-radius: 50%; }
      #approaches .approach .image img {
        display: block;
        margin: 0 auto;
        width: 125px;
        height: 125px;
        border-radius: 50%; }
    #approaches .approach .title {
      margin: 0;
      color: #fff;
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1; }
      #approaches .approach .title a {
        color: inherit;
        font-weight: 600; }
  #approaches .approach-content {
    display: none; }
  @media screen and (max-width: 1288px) {
    #approaches {
      padding-bottom: 15px; }
      #approaches .approach {
        height: 130px; }
        #approaches .approach:after {
          bottom: -19px; }
        #approaches .approach .image,
        #approaches .approach .image img {
          width: 75px;
          height: 75px;
          margin: 0 auto 10px; }
        #approaches .approach .title {
          max-width: 120px;
          display: block;
          line-height: 1.4; } }
  @media screen and (max-width: 855px) {
    #approaches .approach {
      margin: 0 11px; } }
  @media screen and (max-width: 767px) {
    #approaches .approach {
      display: block;
      margin: 0 auto 15px auto;
      height: auto; }
      #approaches .approach:after {
        display: none !important; }
      #approaches .approach .image {
        margin: 0 auto 10px; }
      #approaches .approach .title {
        max-width: none; }
    #approaches .approach-content {
      display: block;
      margin: 0 0 25px 0; }
      #approaches .approach-content.on {
        display: block; } }

#approaches-info {
  position: relative;
  padding: 50px 0; }
  #approaches-info > .wrap {
    padding-bottom: 40px;
    border-bottom: 2px solid #e1e1e1; }
  #approaches-info .nav {
    position: absolute;
    top: 50%;
    margin: -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 24px;
    font-size: 26px;
    color: #a2a1a5;
    cursor: pointer; }
    #approaches-info .nav.right {
      right: -30px; }
    #approaches-info .nav.left {
      left: -30px; }
  #approaches-info .approach-content {
    display: none; }
    #approaches-info .approach-content.on {
      display: block; }
  #approaches-info h2 {
    margin-top: 0; }
  @media screen and (max-width: 1130px) {
    #approaches-info {
      padding: 50px; }
      #approaches-info .nav.right {
        right: -25px; }
      #approaches-info .nav.left {
        left: -25px; } }
  @media screen and (max-width: 767px) {
    #approaches-info {
      display: none; } }

.type-practice:hover a {
  color: #e96848; }

.single-practice .posts {
  margin: 0 auto 0; }
.single-practice .more {
  font-size: 95%;
  padding: 30px 0 0 0;
  margin: 0px auto 70px auto;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: normal; }
  .single-practice .more a {
    color: #000000; }
  .single-practice .more .icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px; }

.page-practices .intro {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.page-practices #main {
  min-height: 10px; }

.hentry.practice {
  display: inline-block;
  vertical-align: text-top;
  text-align: center; }
  .hentry.practice .thumbnail {
    display: inline-block;
    margin: 0 auto 10px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%; }
    .hentry.practice .thumbnail img {
      display: inline-block;
      width: 180px;
      height: 180px;
      border-radius: 50%; }
  .hentry.practice .title {
    display: block;
    margin: 0 auto;
    max-width: 125px;
    font-size: 14px; }

#practices {
  position: relative;
  margin: 0 auto 40px auto;
  padding: 0 0 40px 0; }
  #practices .hentry {
    opacity: 0;
    top: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    #practices .hentry.on {
      opacity: 1;
      top: 0; }
  @media screen and (max-width: 1024px) {
    #practices .col1_5 {
      min-width: 180px; }
    #practices .hentry.on {
      margin: .5em auto; } }
  @media screen and (max-width: 767px) {
    #practices .hentry.on {
      width: 100%; } }

.section.promo {
  position: relative;
  padding: 40px 0;
  text-align: center;
  color: white; }
  .section.promo > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .section.promo > .bg:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      background-color: inherit; }
  .section.promo > .wrap {
    position: relative;
    z-index: 1; }
  .section.promo .title {
    font-size: 30px;
    text-transform: uppercase; }
    .section.promo .title small {
      display: block;
      font-size: 80%;
      font-weight: 300; }
  .section.promo .content {
    margin: 0 auto;
    max-width: 500px;
    font-style: italic;
    font-weight: 300; }
    .section.promo .content a {
      font-style: normal; }
  @media screen and (max-width: 767px) {
    .section.promo > .bg {
      background-image: none !important; } }

fieldset {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0;
  border: 0; }
  fieldset label {
    display: block;
    margin-bottom: 0.5em;
    cursor: pointer; }
    fieldset label strong {
      font-weight: normal;
      display: block; }
    fieldset label input[type='text'],
    fieldset label input[type='email'] {
      width: 100%; }
    fieldset label select {
      display: block;
      width: 100%;
      line-height: 50px;
      height: 50px;
      background: white;
      border-radius: 0;
      border: 1px solid #ccc; }
  fieldset h3 {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc; }
  fieldset .interests {
    margin: 0;
    padding: 0;
    list-style: none; }

body.page-styleguide .clickme {
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  background: #009ba7;
  color: white; }
  body.page-styleguide .clickme:hover {
    cursor: pointer;
    background: #e96848; }
body.page-styleguide .placeholders {
  float: left;
  margin: 20px 20px 20px 0;
  padding: 50px 5px 0;
  box-sizing: border-box;
  text-align: center;
  background-color: #eee; }
body.page-styleguide article {
  display: none; }
body.page-styleguide .code_area {
  min-height: 200px;
  padding: 25px;
  margin-bottom: 1em;
  vertical-align: middle;
  box-sizing: border-box;
  overflow-x: hidden;
  color: white;
  font-family: "Consolas", "Lucida Console", Monaco, monospace;
  background-color: #252525;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 8px; }
body.page-styleguide .tag {
  color: #86c0ed; }
body.page-styleguide summary.styleguide {
  cursor: pointer;
  border: 0;
  outline: 0; }
body.page-styleguide details.primer {
  position: relative;
  display: block;
  clear: both;
  margin: 2.5em 0;
  background-color: #e9e9e9;
  border-bottom: 2px solid #e9e9e9; }
  body.page-styleguide details.primer summary {
    position: absolute;
    right: 0;
    top: -2.5em;
    padding: 0.75em;
    overflow: hidden;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    background-color: #e9e9e9; }
    body.page-styleguide details.primer summary::-webkit-details-marker {
      display: none; }
  body.page-styleguide details.primer section {
    overflow: hidden;
    padding: 3% 1.5% 1.5%; }
body.page-styleguide details .caption {
  margin-bottom: 0; }
body.page-styleguide .circle {
  width: 100px;
  height: 100px;
  margin: 0 20px 20px 0;
  float: left;
  text-align: center;
  font-size: 75%;
  border-radius: 50%; }
  body.page-styleguide .circle p {
    margin-top: 25px; }
@media screen and (max-width: 767px) {
  body.page-styleguide .code_area {
    margin-bottom: 20px; } }

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