/** The following variable and function originate from the sass-mq library. If you have already included it, you can eliminate the below https://github.com/sass-mq/sass-mq/blob/master/_mq.scss */
.container { position: relative; }

.content { position: relative; padding: 20px; -webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }

.wf-loading .content { opacity: 0; }

.wf-active .content { opacity: 1; }

.wf-inactive .content { opacity: 1; }

.clearfix, .content { *zoom: 1; }
.clearfix:before, .content:before, .clearfix:after, .content:after { display: table; content: ""; }
.clearfix:after, .content:after { clear: both; }

.grid { display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }
.grid .item { width: 33%; }
.grid .col-* { float: none; }

.break-50 { width: 50% !important; }

.break-60 { width: 60% !important; }

.break-70 { width: 70% !important; }

.break-80 { width: 80% !important; }

.break-90 { width: 90% !important; }

.col2 { column-count: 2; column-gap: 40px; }
.col2 li { break-inside: avoid; margin-bottom: 0; margin-top: 1em; }
.col2 li:first-child { margin-top: 0; }

.col3 { column-count: 3; column-gap: 40px; }
.col3 li { break-inside: avoid; margin-bottom: 0; margin-top: 1em; }

.text-offset-0 { margin-left: -10px; }

.text-offset-1 { margin-left: -20px; }

.text-offset-2 { margin-left: -30px; }

.text-offset-3 { margin-left: -40px; }

.text-offset-4 { margin-left: -50px; }

.text-offset-5 { margin-left: -60px; }

.text-offset-6 { margin-left: -70px; }

.text-offset-7 { margin-left: -80px; }

.italic { font-style: italic; }

.muted, .faded { opacity: 0.5; }

img.pull-left { margin-right: 12px; }

img.pull-right { margin-left: 12px; }

.bg-cream { background-color: #f2f0e7 !important; fill: #f2f0e7 !important; color: #666666 !important; }
.bg-cream h1, .bg-cream h2, .bg-cream h3, .bg-cream h4, .bg-cream .lead { color: #666666; }
.bg-cream h1 small, .bg-cream h2 small, .bg-cream h3 small, .bg-cream h4 small, .bg-cream .lead small { color: #666666; }
.bg-cream hr { border-color: gray !important; }
.bg-cream.gradient { background-image: linear-gradient(white, #f2f0e7); }

.bg-gray { background-color: #666666 !important; fill: #666666 !important; color: #ffffff !important; }
.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4, .bg-gray .lead { color: #ffffff; }
.bg-gray h1 small, .bg-gray h2 small, .bg-gray h3 small, .bg-gray h4 small, .bg-gray .lead small { color: #ffffff; }
.bg-gray hr { border-color: white !important; }
.bg-gray.gradient { background-image: linear-gradient(gray, #666666); }

.bg-pink { background-color: #a55261 !important; fill: #a55261 !important; color: #ffffff !important; }
.bg-pink h1, .bg-pink h2, .bg-pink h3, .bg-pink h4, .bg-pink .lead { color: #ffffff; }
.bg-pink h1 small, .bg-pink h2 small, .bg-pink h3 small, .bg-pink h4 small, .bg-pink .lead small { color: #ffffff; }
.bg-pink hr { border-color: white !important; }
.bg-pink.gradient { background-image: linear-gradient(#b9717e, #a55261); }

.bg-gray-lighter { background-color: #F3F4F6 !important; fill: #F3F4F6 !important; color: #a55261 !important; }
.bg-gray-lighter h1, .bg-gray-lighter h2, .bg-gray-lighter h3, .bg-gray-lighter h4, .bg-gray-lighter .lead { color: #a55261; }
.bg-gray-lighter h1 small, .bg-gray-lighter h2 small, .bg-gray-lighter h3 small, .bg-gray-lighter h4 small, .bg-gray-lighter .lead small { color: #a55261; }
.bg-gray-lighter hr { border-color: #b9717e !important; }
.bg-gray-lighter.gradient { background-image: linear-gradient(white, #F3F4F6); }

.text-white { color: #fff !important; }

.text-cream { color: #f2f0e7 !important; }

.text-nocase { text-transform: none !important; }

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

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

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

@media (min-width: 1400px) { .container { width: 1400px; } }
@media (max-width: 992px) { .grid .item { width: 50%; }
  .project-logo-wrapper { height: auto; padding: 10px 0; } }
@media (max-width: 767px) { .grid .item { width: 100%; }
  .break-50, .break-60, .break-70, .break-80, .break-90 { width: 100% !important; }
  .col2 { column-count: 1; }
  .col3 { column-count: 1; } }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-top: 120px; font-family: "Open Sans", sans-serif; line-height: 1.4; font-size: 16px; color: #666666; }

section { position: relative; padding: 50px 0; clear: both; overflow: hidden; }
section:focus { outline: none; }

a { color: #a55261; font-weight: 600; }
a:hover, a:focus { text-decoration: none; color: #a55261; outline: none; }

iframe { max-width: 100%; }

@media (min-width: 1400px) { section { max-width: 1400px; margin: 0 auto; } }
@media (max-width: 1199px) { body { padding-top: 120px; } }
@media (max-width: 992px) { body { padding-top: 52px; }
  section { padding: 25px 0; } }
h1, h2, h3, h4, h5, h6 { font-family: "Raleway", sans-serif; color: #a55261; font-weight: 400; text-transform: uppercase; color: #666666; }

h1, .h1 { font-size: 35px; margin-bottom: 20px; }

h2, .h2 { font-size: 30px; color: #a55261; font-style: italic; text-transform: none; }

h3, .h3 { font-size: 20px; font-weight: 700; }

h4, .h4 { font-size: 17px; }

.lead { font-family: "Raleway", sans-serif; font-size: 24px; line-height: 1.2; color: #a55261; }

@media (max-width: 767px) { h1, .h1 { font-size: 30px; }
  h2, .h2 { font-size: 25px; }
  h3, .h3 { font-size: 20px; font-weight: 700; }
  h4, .h4 { font-size: 17px; } }
@font-face { font-family: 'amara'; src: url("/assets/fonts/amara.eot?5wa0dq"); src: url("/assets/fonts/amara.eot?5wa0dq#iefix") format("embedded-opentype"), url("/assets/fonts/amara.woff2?5wa0dq") format("woff2"), url("/assets/fonts/amara.ttf?5wa0dq") format("truetype"), url("/assets/fonts/amara.woff?5wa0dq") format("woff"), url("/assets/fonts/amara.svg?5wa0dq#amara") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'amara' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-info:before { content: "\e90f"; }

.icon-caret:before { content: "\e900"; }

.icon-download:before { content: "\e901"; }

.icon-external:before { content: "\e902"; }

.icon-facebook:before { content: "\e903"; }

.icon-instagram:before { content: "\e904"; }

.icon-linkedin:before { content: "\e905"; }

.icon-mail:before { content: "\e906"; }

.icon-pin:before { content: "\e907"; }

.icon-play:before { content: "\e908"; }

.icon-print:before { content: "\e909"; }

.icon-search:before { content: "\e90a"; }

.icon-share:before { content: "\e90b"; }

.icon-trash:before { content: "\e90c"; }

.icon-twitter:before { content: "\e90d"; }

.icon-youtube:before { content: "\e90e"; }

@-webkit-keyframes cardSlideIn { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes cardSlideIn { from { opacity: 0; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); visibility: visible; }
  to { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.card:nth-child(1) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; animation-delay: 0.1s; }
.card:nth-child(2) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; }
.card:nth-child(3) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; animation-delay: 0.3s; }
.card:nth-child(4) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; }
.card:nth-child(5) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; animation-delay: 0.5s; }
.card:nth-child(6) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; animation-delay: 0.6s; }
.card:nth-child(7) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; animation-delay: 0.7s; }
.card:nth-child(8) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; animation-delay: 0.8s; }
.card:nth-child(9) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; animation-delay: 0.9s; }
.card:nth-child(10) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; animation-delay: 1s; }
.card:nth-child(11) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; animation-delay: 1.1s; }
.card:nth-child(12) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; animation-delay: 1.2s; }
.card:nth-child(13) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.3s; -moz-animation-delay: 1.3s; animation-delay: 1.3s; }
.card:nth-child(14) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.4s; -moz-animation-delay: 1.4s; animation-delay: 1.4s; }
.card:nth-child(15) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.5s; -moz-animation-delay: 1.5s; animation-delay: 1.5s; }
.card:nth-child(16) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.6s; -moz-animation-delay: 1.6s; animation-delay: 1.6s; }
.card:nth-child(17) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.7s; -moz-animation-delay: 1.7s; animation-delay: 1.7s; }
.card:nth-child(18) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.8s; -moz-animation-delay: 1.8s; animation-delay: 1.8s; }
.card:nth-child(19) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 1.9s; -moz-animation-delay: 1.9s; animation-delay: 1.9s; }
.card:nth-child(20) { -webkit-animation-name: cardSlideIn; animation-name: cardSlideIn; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-delay: 2s; -moz-animation-delay: 2s; animation-delay: 2s; }

#page-header { position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background-color: #fff; font-family: "Raleway", sans-serif; box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

@media (max-width: 992px) { #page-header .container { width: 100%; padding: 0; } }
#page-footer section { padding: 30px 0; }
#page-footer #footernav { background: #691a24; padding: 5px 0; }
#page-footer #footernav .content { padding: 0 10px; }
#page-footer .navbar-nav { float: none; }
#page-footer h2 { font-weight: 700; text-transform: uppercase; margin-top: 0; margin-bottom: 20px; }
#page-footer a { font-weight: 400; color: #fff; }
#page-footer a:hover { background-color: transparent; }
#page-footer p { color: #222626; }
#page-footer i { font-size: 25px; }

#legalnav { padding: 0 25px; margin-top: 30px; }
#legalnav a { font-size: 12px; padding: 10px; }

@media (max-width: 992px) { #page-footer { text-align: center; }
  #page-footer #footernav { float: none; }
  #page-footer #footernav ul { display: inline-block; margin: 0 auto; }
  #footer-logo { margin: 0 auto; }
  .pcf { padding: 20px; }
  .pcf a { margin: 0 auto; } }
@media (max-width: 767px) { #page-footer .grid { display: block; } }
/* ------ venobox.css --------*/
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after { -webkit-backface-visibility: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.vbox-overlay { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: fixed; left: 0; top: 0; bottom: 0; right: 0; z-index: 1040; -webkit-transform: translateZ(1000px); transform: translateZ(1000px); transform-style: preserve-3d; }

/* ----- navigation ----- */
.vbox-title { width: 100%; height: 40px; float: left; text-align: center; line-height: 28px; font-size: 12px; padding: 6px 40px; overflow: hidden; position: fixed; display: none; left: 0; z-index: 1050; }

.vbox-close { cursor: pointer; position: fixed; top: -1px; right: 0; width: 50px; height: 40px; padding: 6px; display: block; background-position: 10px center; overflow: hidden; font-size: 24px; line-height: 1; text-align: center; z-index: 1050; }

.vbox-num { cursor: pointer; position: fixed; left: 0; height: 40px; display: block; overflow: hidden; line-height: 28px; font-size: 12px; padding: 6px 10px; display: none; z-index: 1050; }

/* ----- navigation ARROWS ----- */
.vbox-next, .vbox-prev { position: fixed; top: 50%; margin-top: -15px; overflow: hidden; cursor: pointer; display: block; width: 45px; height: 45px; z-index: 1050; }

.vbox-next span, .vbox-prev span { position: relative; width: 20px; height: 20px; border: 2px solid transparent; border-top-color: #B6B6B6; border-right-color: #B6B6B6; text-indent: -100px; position: absolute; top: 8px; display: block; }

.vbox-prev { left: 15px; }

.vbox-next { right: 15px; }

.vbox-prev span { left: 10px; -ms-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

.vbox-next span { -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); right: 10px; }

/* ------- inline window ------ */
.vbox-inline { width: 420px; height: 315px; height: 70vh; padding: 10px; background: #fff; margin: 0 auto; overflow: auto; text-align: left; }

/* ------- Video & iFrames window ------ */
.venoframe { max-width: 100%; width: 100%; border: none; width: 100%; height: 260px; height: 70vh; }

.venoframe.vbvid { height: 260px; }

@media (min-width: 768px) { .venoframe, .vbox-inline { width: 90%; height: 360px; height: 70vh; }
  .venoframe.vbvid { width: 640px; height: 360px; } }
@media (min-width: 992px) { .venoframe, .vbox-inline { max-width: 1200px; width: 80%; height: 540px; height: 70vh; }
  .venoframe.vbvid { width: 960px; height: 540px; } }
/* 
Please do NOT edit this part! 
or at least read this note: http://i.imgur.com/7C0ws9e.gif
*/
.vbox-open { overflow: hidden; }

.vbox-container { position: absolute; left: 0; right: 0; top: 0; bottom: 0; overflow-x: hidden; overflow-y: scroll; overflow-scrolling: touch; -webkit-overflow-scrolling: touch; z-index: 20; max-height: 100%; }

.vbox-content { text-align: center; float: left; width: 100%; position: relative; overflow: hidden; padding: 20px 10px; }

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

.figlio { box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); max-width: 100%; text-align: initial; }

img.figlio { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; }

.vbox-content.swipe-left { margin-left: -200px !important; }

.vbox-content.swipe-right { margin-left: 200px !important; }

.animated { webkit-transition: margin 300ms ease-out; transition: margin 300ms ease-out; }

.animate-in { opacity: 1; }

.animate-out { opacity: 0; }

/* ---------- preloader ---------- SPINKIT  http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane { width: 40px; height: 40px; margin: 40px auto; }

.sk-rotating-plane { background-color: #333; -webkit-backface-visibility: visible; -moz-backface-visibility: visible; backface-visibility: visible; -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out; animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane { 0% { -webkit-transform: perspective(120px) rotateX(0) rotateY(0); transform: perspective(120px) rotateX(0) rotateY(0); }
  50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0); transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
@keyframes sk-rotatePlane { 0% { -webkit-transform: perspective(120px) rotateX(0) rotateY(0); transform: perspective(120px) rotateX(0) rotateY(0); }
  50% { -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0); transform: perspective(120px) rotateX(-180.1deg) rotateY(0); }
  100% { -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
.sk-double-bounce { position: relative; }

.sk-double-bounce .sk-child { width: 100%; height: 100%; border-radius: 50%; background-color: #333; opacity: .6; position: absolute; top: 0; left: 0; -webkit-animation: sk-doubleBounce 2s infinite ease-in-out; animation: sk-doubleBounce 2s infinite ease-in-out; }

.sk-double-bounce .sk-double-bounce2 { -webkit-animation-delay: -1s; animation-delay: -1s; }

@-webkit-keyframes sk-doubleBounce { 0%,100% { -webkit-transform: scale(0); transform: scale(0); }
  50% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes sk-doubleBounce { 0%,100% { -webkit-transform: scale(0); transform: scale(0); }
  50% { -webkit-transform: scale(1); transform: scale(1); } }
.sk-wave { width: 50px; height: 40px; text-align: center; font-size: 10px; margin: 40px auto; }

.sk-wave .sk-rect { background-color: #333; height: 100%; width: 4px; margin: 0 1px; display: inline-block; -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out; animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }

.sk-wave .sk-rect1 { -webkit-animation-delay: -1.2s; animation-delay: -1.2s; }

.sk-wave .sk-rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; }

.sk-wave .sk-rect3 { -webkit-animation-delay: -1s; animation-delay: -1s; }

.sk-wave .sk-rect4 { -webkit-animation-delay: -.9s; animation-delay: -.9s; }

.sk-wave .sk-rect5 { -webkit-animation-delay: -.8s; animation-delay: -.8s; }

@-webkit-keyframes sk-waveStretchDelay { 0%,100%,40% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
  20% { -webkit-transform: scaleY(1); transform: scaleY(1); } }
@keyframes sk-waveStretchDelay { 0%,100%,40% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); }
  20% { -webkit-transform: scaleY(1); transform: scaleY(1); } }
.sk-three-bounce { margin: 40px auto; width: 100px; text-align: center; }

.sk-three-bounce .sk-child { width: 16px; height: 16px; background-color: #333; border-radius: 100%; margin: 4px; display: inline-block; -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }

.sk-cube-grid, .sk-spinner-pulse { width: 40px; height: 40px; margin: 40px auto; }

.sk-three-bounce .sk-bounce1 { -webkit-animation-delay: -.32s; animation-delay: -.32s; }

.sk-three-bounce .sk-bounce2 { -webkit-animation-delay: -.16s; animation-delay: -.16s; }

@-webkit-keyframes sk-three-bounce { 0%,100%,80% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes sk-three-bounce { 0%,100%,80% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
.sk-spinner-pulse { background-color: #333; border-radius: 100%; -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out; animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
@keyframes sk-pulseScaleOut { 0% { -webkit-transform: scale(0); transform: scale(0); }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; } }
.sk-cube-grid .sk-cube { width: 33.33%; height: 33.33%; background-color: #333; float: left; -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }

.sk-cube-grid .sk-cube1 { -webkit-animation-delay: .2s; animation-delay: .2s; }

.sk-cube-grid .sk-cube2 { -webkit-animation-delay: .3s; animation-delay: .3s; }

.sk-cube-grid .sk-cube3 { -webkit-animation-delay: .4s; animation-delay: .4s; }

.sk-cube-grid .sk-cube4 { -webkit-animation-delay: .1s; animation-delay: .1s; }

.sk-cube-grid .sk-cube5 { -webkit-animation-delay: .2s; animation-delay: .2s; }

.sk-cube-grid .sk-cube6 { -webkit-animation-delay: .3s; animation-delay: .3s; }

.sk-cube-grid .sk-cube7 { -webkit-animation-delay: 0ms; animation-delay: 0ms; }

.sk-cube-grid .sk-cube8 { -webkit-animation-delay: .1s; animation-delay: .1s; }

.sk-cube-grid .sk-cube9 { -webkit-animation-delay: .2s; animation-delay: .2s; }

@-webkit-keyframes sk-cubeGridScaleDelay { 0%,100%,70% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); }
  35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } }
@keyframes sk-cubeGridScaleDelay { 0%,100%,70% { -webkit-transform: scale3D(1, 1, 1); transform: scale3D(1, 1, 1); }
  35% { -webkit-transform: scale3D(0, 0, 1); transform: scale3D(0, 0, 1); } }
.sk-wandering-cubes { margin: 40px auto; width: 40px; height: 40px; position: relative; }

.sk-wandering-cubes .sk-cube { background-color: #333; width: 10px; height: 10px; position: absolute; top: 0; left: 0; -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }

.sk-wandering-cubes .sk-cube2 { -webkit-animation-delay: -.9s; animation-delay: -.9s; }

@-webkit-keyframes sk-wanderingCube { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  25% { -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% { -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% { -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
@keyframes sk-wanderingCube { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  25% { -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5); transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% { -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg); transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% { -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg); transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% { -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% { -webkit-transform: rotate(-360deg); transform: rotate(-360deg); } }
#topnav { position: absolute; top: 0; right: 0; height: 30px; width: 100%; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#topnav ul { list-style: none; margin: 0; padding: 0; }
#topnav ul li { display: inline-block; margin: 0 -2px; padding: 0; }
#topnav a, #topnav button { display: inline-block; margin: 0; padding: 0 20px; font-size: 14px; line-height: 35px; color: #fff; font-weight: 700; background-color: #a55261; }
#topnav .accessnav { position: absolute; top: 0; right: 0; z-index: 10; }
#topnav .accessnav input { border: 0; margin: 0; font-size: 12px; padding: 0 13px; line-height: 34px; margin-right: -5px; width: 175px; }
#topnav .accessnav button { margin-right: 7px; }
#topnav .appnav { position: absolute; top: 0; right: 0; }
#topnav .appnav button { padding: 0 20px; font-weight: 700; }

#mainnav .container { display: flex; justify-content: space-between; padding: 0; }
#mainnav .brand { display: flex; float: left; width: 150px; margin-right: auto; }
#mainnav .primarynav { display: block; }
#mainnav .primarynav ul { list-style: none; margin: 0; padding: 0; position: absolute; right: 0; bottom: 0; }
#mainnav .primarynav ul li { display: inline-block; }
#mainnav .primarynav ul li:last-child a { padding-right: 0; }
#mainnav .primarynav ul li.active a { font-weight: 700; cursor: default; pointer-events: none; }
#mainnav .primarynav ul li a { display: block; height: 68px; line-height: 68px; padding: 0 25px; color: #222626; font-size: 17px; font-weight: 400; }
#mainnav .primary-cta { display: inline-block; padding: 8px 20px; margin: auto; margin-right: 0; line-height: 1; color: #fff; text-align: center; font-weight: 400; font-size: 17px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#mainnav .primary-cta span { display: block; text-transform: uppercase; font-weight: 700; }

#mobilenav .navbar-header { float: none; box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
#mobilenav .navbar-header .navbar-brand { width: 55px; padding: 0; margin-left: 0; }
#mobilenav .navbar-header .navbar-brand img { max-width: 100%; display: block; }
#mobilenav .navbar-header .navbar-toggle { display: inline-block; background-color: #a55261; margin: 0; border-radius: 0; border: 1px solid #fff; padding: 18px 14px; }
#mobilenav .navbar-header .navbar-toggle .icon-bar { background-color: #fff; }
#mobilenav .top-buttons { clear: both; display: flex; justify-content: space-between; padding: 0 20px; }
#mobilenav .top-buttons .button { width: 49%; padding: 8px 0; margin: 10px 0; text-align: center; font-size: 16px; font-weight: 400; }
#mobilenav .top-buttons .button span { display: block; font-weight: 700; }
#mobilenav .primarynav ul { display: block; position: relative; width: 100%; margin: 0; padding: 0; list-style: none; }
#mobilenav .primarynav ul li { display: block; width: 100%; border-bottom: 1px solid #F3F4F6; }
#mobilenav .primarynav ul li:last-child { border: none; }
#mobilenav .primarynav ul li a { display: block; padding: 20px; background-color: #fff; color: #222626; font-weight: 400; }
#mobilenav .primarynav ul li a:hover, #mobilenav .primarynav ul li a:focus { background-color: #F3F4F6; }
#mobilenav .accessnav ul { position: relative; width: 100%; margin: 0; padding: 0; list-style: none; }
#mobilenav .accessnav ul li { display: block; width: 100%; border-bottom: 1px solid #F3F4F6; }
#mobilenav .accessnav ul li a, #mobilenav .accessnav ul li button { display: block; width: 100%; padding: 12px 20px; background-color: #666666; color: #fff; text-align: left; font-weight: 400; }
#mobilenav .accessnav .dropdown-menu { position: relative; float: none; border-radius: 0; border: none; padding: 0; }
#mobilenav .accessnav .dropdown-menu li { display: block; width: 100%; border-bottom: 1px solid #F3F4F6; }
#mobilenav .accessnav .dropdown-menu li:last-child { border: none; }
#mobilenav .accessnav .dropdown-menu li a { color: #222626; background-color: #fff; }
#mobilenav .accessnav .dropdown-menu li a:hover, #mobilenav .accessnav .dropdown-menu li a:focus { background-color: #F3F4F6; }
#mobilenav input { width: 100%; padding: 10px 15px; border-radius: 0; border: none; }

@media (max-width: 1399px) { #mainnav .container { flex-wrap: wrap; }
  #mainnav .primary-cta { width: 100%; }
  #mainnav .primary-cta span { display: inline-block; margin-left: 3px; } }
@media (max-width: 1199px) { #mainnav .navbar-nav { margin-left: 60px; }
  #mainnav .navbar-nav li a { padding: 0 12px; font-size: 17px; } }
@media (max-width: 992px) { #mainnav .navbar-brand img { width: 110px; }
  #mainnav .navbar-nav li a { padding: 0 10px; font-size: 15px; } }
.nav-tabs { border: none; display: flex; }
.nav-tabs li { float: none; margin: 0 15px 0 0; }
.nav-tabs li.active a { color: #a55261; border: none; border-bottom: 1px solid #a55261; background-color: transparent; font-weight: 700; }
.nav-tabs li.active a:hover, .nav-tabs li.active a:focus { cursor: default; pointer-events: none; color: #a55261; border: none; border-bottom: 1px solid #a55261; background-color: transparent; }
.nav-tabs li a { padding: 0; margin: 0; border: none; border-radius: 0; color: #666666; background-color: transparent; font-weight: 400; }
.nav-tabs li a:hover, .nav-tabs li a:focus { cursor: pointer; pointer-events: all; color: #a55261; background-color: transparent; }

.form-control { height: 48px; border: none; border-radius: 0; box-shadow: none; }

textarea.form-control { padding: 12px; border: none; width: 100%; }

#saveForm { border: none; margin-top: 30px; }

::-webkit-input-placeholder { /* WebKit browsers */ color: #000; font-family: 'Open Sans', helvetica, arial, sans-serif; }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #000; opacity: 1; font-family: 'Open Sans', helvetica, arial, sans-serif; }

::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #000; opacity: 1; font-family: 'Open Sans', helvetica, arial, sans-serif; }

:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #000; font-family: 'Open Sans', helvetica, arial, sans-serif; }

button { padding: 0 20px; color: #a55261; border: none; background: none; background-color: transparent; appearance: none; }
button i { display: inline-block; font-size: inherit; }
button:active, button:focus { outline: none; text-decoration: none; }
button.inline { padding: 0; color: #a55261; border: none; background: none; background-color: transparent; }
button.inline:hover { color: #723943; }
button.sort { color: #666666; text-transform: uppercase; font-style: italic; font-size: 13px; }

.button { display: inline-block; padding: 13px 70px; margin: 20px 0; font-family: "Raleway", sans-serif; font-weight: 700; text-transform: uppercase; text-align: center; font-size: 19px; border-radius: 0; border: none; background-color: #a55261; color: #fff; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
.button:hover, .button:focus { background-color: #7e7f80; color: #fff; }
.button.button-gray { background-color: #666666 !important; }
.button.button-transparent { background-color: transparent; text-transform: capitalize; margin-top: 10px; }
.button.button-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

@media (max-width: 767px) { .button { padding: 12px 25px; } }
.tooltip > .tooltip-inner { background-color: #ffffff; color: #7e7f80; }

.tooltip-arrow { border-left-color: #ffffff !important; background-color: transparent !important; }

.illustration-section { position: relative; }

.illustration { position: absolute; display: flex; justify-content: center; align-items: center; top: 0; bottom: 0; left: 0; right: auto; height: 100%; width: 60%; overflow: hidden; }
.illustration.logo-animation { width: 50%; }
.illustration.illustration-left { left: 0; right: auto; }
.illustration.illustration-right { right: 0; left: auto; }
.illustration.illustration-full { width: 100%; left: 0; right: auto; }
.illustration.illustration-bottom { top: auto; bottom: 0; align-items: flex-end; }
.illustration img { display: block; max-width: 100%; height: auto; z-index: 0; }
.illustration svg { position: relative; display: block; width: 100%; max-width: 100%; height: auto; z-index: 0; }

@media (max-width: 992px) { .illustration { position: relative; width: 100%; } }
#message { padding: 30px; background-color: #a55261; color: #fff; text-align: center; margin-bottom: 0; border-radius: 0; }
#message h2 { color: #fff; margin-top: 0; }
#message .close { font-weight: 400; text-shadow: none; opacity: 1; }
#message .close:hover { color: #666666; }

/* ------------------------------------------------------------ Sitemap Styles
------------------------------------------------------------ */
.sitemap { display: inline-block; min-width: 100%; padding: 0 40px; }
.sitemap .secondary { padding-top: 30px; margin-top: 30px; border-top: 1px solid #f4f4f7; }
.sitemap ul { padding: 0; margin: 0; list-style: none; }
.sitemap ul li a { display: block; padding: 5px 30px; font-family: "Raleway", sans-serif; font-size: 20px; font-weight: 200; color: #a55261; border-left: 5px solid #f4f4f7; text-transform: uppercase; }
.sitemap ul li a:after { content: " " attr(href) " "; display: block; text-transform: lowercase; text-indent: 5px; font-size: 10px; word-wrap: break-word; color: #7e7f80; }
.sitemap ul li a:hover, .sitemap ul li a:focus { background-color: rgba(0, 0, 0, 0.01); border-color: #a55261; }
.sitemap ul li a:hover:after, .sitemap ul li a:focus:after { font-weight: bold; }
.sitemap ul li a.home { padding-left: 15px; }
.sitemap ul li a.section { font-size: 16px; padding-left: 45px; }

@media (max-width: 1199px) { .sitemap { padding: 0 40px; } }
.modal { height: auto !important; }

.modal-content { background-color: #f2f0e7; border: 25px solid #fff; border-radius: 0; }
.modal-content .close { font-size: 34px; font-weight: 100; opacity: 1; color: #666666; text-shadow: none; }

.modal-header { border-bottom: none; padding: 10px 15px; }

.modal-body { padding: 0 50px 50px 50px; }
.modal-body form { margin-top: 30px; }
.modal-body h1 { font-style: normal; }

.modal-footer { border-top: none; }

@media (max-width: 767px) { .modal-body { padding: 0 20px 20px 20px; } }
.has-hero { height: 450px; }
.has-hero h1 { margin-top: 0; }

.hero { display: flex; justify-content: left; align-items: center; position: absolute; right: 0; top: 0; width: 50%; height: 100%; padding: 30px 30px 30px 120px; background-size: cover; background-position: center center; background-repeat: no-repeat; color: #fff; font-size: 45px; line-height: 1.2; }
.hero:before { background: inherit; content: ''; display: block; position: absolute; left: 0; top: 0; width: 0; height: 0; border-top: 0px solid transparent; border-bottom: 600px solid transparent; border-left: 90px solid #f2f0e7; background-color: transparent; }
.hero i { display: inline-block; position: absolute; top: 5px; right: 5px; font-size: 18px; }
.hero span { display: block; }

@media (max-width: 992px) { .has-hero .content { padding-right: 40%; }
  .hero { font-size: 32px; width: 45%; } }
@media (max-width: 767px) { .has-hero { padding-top: 0; height: auto; }
  .has-hero .content { padding-right: 20px; }
  .has-hero h1 { margin-top: 30px; }
  .hero { position: relative; display: block; top: auto; left: auto; width: 100%; padding: 60px 30px; }
  .hero span { display: inline; margin: 0; }
  .hero:before { display: none; } }
#value-carousel .carousel-indicators { display: flex; flex-wrap: wrap; position: relative; width: 100%; margin: 0; padding: 0; bottom: auto; left: 0; }
#value-carousel .carousel-indicators li { display: inline-block; width: auto; height: auto; margin: 5px; text-indent: 0; cursor: pointer; background-color: #000 \9; background-color: transparent; border: none; border-radius: 0; margin-right: 15px; }
#value-carousel .carousel-indicators li.active { color: #a55261; border-bottom: 1px solid #a55261; }
#value-carousel .item { height: auto; font-size: 22px; font-style: italic; color: #a55261; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#value-carousel .item .value-title { font-size: 30px; font-style: normal; font-weight: 700; color: inherit; }

@media (max-width: 992px) { #value-carousel .nav-tabs { flex-wrap: wrap; }
  #value-carousel .nav-tabs li { margin: 5px 20px 5px 0; }
  #value-carousel .nav-tabs li a { font-size: 14px; } }
.project-card { height: 550px; }
.project-card .buttons-wrapper { position: absolute; width: 100%; bottom: 0; left: 20px; }
.project-card .buttons-wrapper .button { margin-bottom: 20px; width: 90%; padding-left: 0; padding-right: 0; }

.project-logo-wrapper { background-color: #f2f0e7; padding: 25px 0; text-align: center; margin: 20px 0; display: flex; justify-content: center; align-items: center; height: 230px; }
.project-logo-wrapper img { width: 50%; }

@media (max-width: 992px) { .project-logo-wrapper { height: auto; padding: 10px 0; } }
#flagship .project-logo-wrapper { height: 350px; }

#awards h3 { text-transform: none; color: #691a24; }
#awards img { margin: 30px 0; }
#awards .grid { justify-content: flex-start; }

@media (max-width: 992px) { #flagship .project-logo-wrapper { height: auto; } }
.stat { display: flex; align-items: center; }
.stat img { margin-right: 20px; max-width: 120px; }
.stat p { font-size: 24px; color: #a55261; line-height: 1; }

#unique-approach .illustration { width: 50%; top: -50px; right: -50px; overflow: visible; }

#team h3, #team h4 { color: #691a24; text-transform: none; }
#team img { margin: 20px 0; }
#team a { font-style: italic; }
#team p { margin-bottom: 20px; }

@media (max-width: 992px) { #unique-approach .illustration { position: absolute; }
  #unique-approach .illustration svg { position: absolute; top: 0; right: 0; } }
@media (max-width: 767px) { #unique-approach .illustration { position: relative; display: block; width: 100%; top: -50px; right: -50px; overflow: visible; }
  #unique-approach .illustration svg { position: relative; top: auto; right: auto; } }
.social-icons { position: absolute; top: 50px; right: 30px; }
.social-icons i { font-size: 30px; color: #a55261; padding-left: 10px; padding-right: 10px; }

#amara .grid { flex-wrap: nowrap; }
#amara .grid img { width: 80px; }

@media (max-width: 767px) { #amara .grid .item { text-align: center; }
  #amara .grid img { width: 60px; margin: 0 auto; }
  #amara .grid h3 { font-size: 12px; } }
#job-listings .grid .job-title { height: 40px; text-transform: none; color: #691a24; }
