@charset "UTF-8";
@import url(global.css);
@import url(fonts/fonts.css);
@import url(animate/animate.css);


@-ms-viewport{
  width: device-width;
}


body {
  width: 100%;
  *zoom: 1; }
body:before, body:after {
  content: "";
  display: table; }
body:after {
  clear: both; }

/*!
 *  Font Awesome 4.0.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont9b1a.eot?v=4.0.1");
  src: url("fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.0.1") format("embedded-opentype"), url("fonts/fontawesome/fontawesome-webfont9b1a.woff?v=4.0.1") format("woff"), url("fonts/fontawesome/fontawesome-webfont9b1a.ttf?v=4.0.1") format("truetype"), url("fonts/fontawesome/fontawesome-webfont9b1a.svg?v=4.0.1#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
.fa-li.fa-lg {
  left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }

  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }

  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }

  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: white; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-move:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-resize-full:before {
  content: "\f065"; }

.fa-resize-small:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-resize-vertical:before {
  content: "\f07d"; }

.fa-resize-horizontal:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-fullscreen:before {
  content: "\f0b2"; }

.fa-group:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-reorder:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building:before {
  content: "\f0f7"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-expand-o:before {
  content: "\f116"; }

.fa-collapse-o:before {
  content: "\f117"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-o:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-horizontal:before {
  content: "\f141"; }

.fa-ellipsis-vertical:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.scroll-container {
  width: 335px;
  height: 10px;
  background-color: #EBEBEB;
  border-radius: 15px;
  margin: -80px auto 0 auto;
  position: relative; }
.scroll-container .scroll-indicator {
  width: 53px;
  height: 6px;
  background-color: #ce1919;
  border-radius: 15px;
  position: absolute;
  top: 2px;
  left: 0px; }

header.bg-img {
  max-width: 100%;
  background-size: cover; }
header.bg-img .wrapper h2, header.bg-img .wrapper p {
  text-align: center;
  color: #fff; }
header.bg-img .wrapper h2 {
  padding-top: 315px;
  font-family: 'DINPro-Light';
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 70px; }
header.bg-img .wrapper p {
  font-family: 'Rokkitt';
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.02em; }
header.bg-img .wrapper h2 + p {
  padding: 10px 10px 0px; }

header.home {
  height: 925px; }

header.bg-img.about {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 665px; }
  

  
  
@media screen and (max-width: 480px) {
  header.bg-img.about {
    height: 325px;
    padding-top: 25px; } }
@media screen and (max-width: 590px) {
  header.bg-img.about h2 {
    font-size: 50px;
    margin: 0 1em;
    line-height: 45px; } }
@media screen and (max-width: 480px) {
  header.bg-img.about h2 {
    padding-top: 42px;
    font-size: 30px;
    line-height: 30px; } }
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  header.bg-img.about h2 {
    padding-top: 125px; } }
header.bg-img.about p {
  line-height: 23px; }
@media screen and (max-width: 480px) {
  header.bg-img.about p {
    font-size: 20px;
    line-height: 18px; } }
header.bg-img.about .seal {
  background: transparent url("../images/seal.png") 0 0 no-repeat;
  width: 381px;
  height: 381px;
  display: block;
  position: relative;
  top: -274px;
  margin: 0 auto;
  opacity: 0.7; }
@media screen and (max-width: 885px) {
  header.bg-img.about .seal {
    top: -325px; } }
@media screen and (max-width: 872px) {
  header.bg-img.about .seal {
    top: -325px; } }
@media screen and (max-width: 590px) {
  header.bg-img.about .seal {
    top: -300px; } }
@media screen and (max-width: 480px) {
  header.bg-img.about .seal {
    display: none; } }
@media screen and (min-width: 766px) {
  header.bg-img.about .seal:hover {
    -webkit-animation: rotation 15s infinite linear; } }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(359deg); } }
header.bg-img.team {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 665px; }
@media screen and (max-width: 765px) {
  header.bg-img.team {
    background-position: 80% -170px !important;
    height: 170px;
    padding-bottom: 515px; } }
header.bg-img.team .wrapper {
  padding: 0 1em; }
header.bg-img.team .wrapper h2 {
  font-family: 'HelveticaNeueUltraLightItalic';
  text-transform: lowercase;
  text-align: left;
  padding-top: 0px;
  font-size: 120px;
  letter-spacing: 0px;
  line-height: 100px;
  font-weight: bold; }
@media screen and (max-width: 765px) {
  header.bg-img.team .wrapper h2 {
    font-size: 80px;
    line-height: 67px;
    padding-left: 5px; } }
header.bg-img.team .wrapper p {
  text-align: left;
  text-transform: uppercase;
  padding-top: 460px; }
@media screen and (max-width: 765px) {
  header.bg-img.team .wrapper p {
    padding: 240px 0 0 4px; } }

header.bg-img.posts {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 365px; }
header.bg-img.posts #posts-browser {
  width: 100%;
  padding: 2.4em 0 .4em;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  top: 220px;
  bottom: 0px; }
@media screen and (max-width: 675px) {
  header.bg-img.posts #posts-browser {
    display: none; } }
header.bg-img.posts #posts-browser .arrow-prev, header.bg-img.posts #posts-browser .arrow-next {
  top: 57px;
  color: #fff;
  font-size: 25px;
  cursor: pointer; }
header.bg-img.posts #posts-browser .arrow-prev {
  position: absolute;
  left: 130px; }
header.bg-img.posts #posts-browser .arrow-next {
  position: absolute;
  right: 130px; }
header.bg-img.posts #posts-browser .wrapper {
  max-width: 1060px;
  margin: 0 auto;
  overflow: auto; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav {
  overflow: hidden;
  background: transparent url("../images/post-browser-divider.png") 50% -15px no-repeat; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev {
  display: inline;
  float: left;
  width: 46.25%;
  margin: 0 1.04167%;
  margin-right: 2.70833%; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next {
  display: inline;
  float: left;
  width: 46.25%;
  margin: 0 1.04167%;
  margin-left: 2.70833%; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .img, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .img {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  height: 100px; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .img img, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .img img {
  width: 100%; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .post-heading, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .post-heading {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .post-heading ul, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .post-heading ul {
  overflow: auto;
  padding: 0; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .post-heading ul li, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .post-heading ul li {
  background: transparent url("../images/list-disc.png") 90% 5px no-repeat;
  display: inline;
  font-family: 'ubuntulight';
  text-transform: uppercase;
  font-size: 14px;
  color: #ccc;
  padding-right: 20px; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev .post-heading ul li:last-child, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next .post-heading ul li:last-child {
  background: none; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev h4, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next h4 {
  font-family: 'Conv_FF_DIN_Regular_Italic';
  text-transform: uppercase;
  color: #fff;
  font-size: 17px;
  line-height: 18px; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .prev a, header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next a {
  color: #fff;
  text-decoration: none; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next h4 {
  text-align: right;
  clear: both; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next ul {
  float: right; }
header.bg-img.posts #posts-browser .wrapper #posts-browser-nav .next ul li:last-child {
  padding-right: 0; }
header.bg-img.posts #posts-browser #post-hover {
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 0; }
header.bg-img.posts #posts-browser #post-hover li {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 50%;
  border-bottom: 3px solid #ce1919;
  padding: 1.12em 0;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  bottom: 0px;
  opacity: 0; }
@media screen and (min-width: 766px) {
  header.bg-img.posts #posts-browser #post-hover li:hover {
    opacity: 1; } }
header.bg-img.posts #posts-browser #post-hover li #circle {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  display: block;
  float: none;
  margin: 0 auto; }
header.bg-img.posts #posts-browser #post-hover li #circle .container {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  background: transparent;
  width: 100px;
  height: 100px;
  border: 3px #ce1919 solid;
  border-radius: 120px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto; }
header.bg-img.posts #posts-browser #post-hover li #circle .container a {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  font-family: 'ubunturegular';
  display: block;
  width: 100px;
  height: 100px;
  margin-top: 28px;
  color: #ce1919;
  text-decoration: none; }
@media screen and (min-width: 766px) {
  header.bg-img.posts #posts-browser #post-hover li #circle:hover .container {
    background: rgba(0, 0, 0, 0.5); }
  header.bg-img.posts #posts-browser #post-hover li #circle:hover .container a {
    color: #fff; } }

header.bg-img.post {
  background-image: url("../images/singlepostheaderbg.jpg");
  height: 375px; }

header.bg-img.default {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 365px;
  background-size: cover; }
@media screen and (max-width: 765px) {
  header.bg-img.default {
    display: none; } }

header.bg-img.ourwork {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 665px; }
@media screen and (max-width: 765px) {
  header.bg-img.ourwork {
    height: 100%;
    padding-bottom: 155px; } }
header.bg-img.ourwork .hex {
  background: transparent url("../images/work.hex.png") 0 0 no-repeat;
  width: 641px;
  height: 513px;
  display: block;
  position: relative;
  top: -345px;
  margin: 0 auto; }
@media screen and (max-width: 590px) {
  header.bg-img.ourwork .hex {
    width: 500px;
    background-size: 100%; } }
@media screen and (max-width: 480px) {
  header.bg-img.ourwork .hex {
    width: 410px;
    background-size: 100%; } }
@media screen and (max-width: 320px) {
  header.bg-img.ourwork .hex {
    width: 290px;
    background-size: 100%;
    top: -140px; } }
header.bg-img.ourwork .wrapper {
  padding-top: 280px; }
@media screen and (max-width: 765px) {
  header.bg-img.ourwork .wrapper {
    padding-top: 160px; } }
header.bg-img.ourwork .wrapper h2 {
  padding: 5px 0 12px;
  font-size: 168px;
  line-height: 140px;
  margin-top: -10px;
  letter-spacing: -0.085em; }
@media screen and (max-width: 765px) {
  header.bg-img.ourwork .wrapper h2 {
    padding: 5px 0 4px;
    line-height: 86px;
    font-size: 110px; } }
header.bg-img.ourwork .wrapper p {
  font-size: 24px;
  padding: 0;
  letter-spacing: 0.15em;
  line-height: 22px; }
@media screen and (max-width: 400px) {
  header.bg-img.ourwork .wrapper p {
    font-size: 18px; } }

header.bg-img.whatwedo {
  height: 0px;
  position: fixed;
  width: 100%;
  padding-bottom: 665px; }
@media screen and (max-width: 765px) {
  header.bg-img.whatwedo {
    padding-bottom: 425px; } }
@media screen and (max-width: 480px) {
  header.bg-img.whatwedo {
    height: 575px; } }
header.bg-img.whatwedo .elements {
  background: transparent url("../images/what.we.do.header.elements.png") 0 0 no-repeat;
  width: 674px;
  height: 579px;
  display: block;
  position: relative;
  top: -345px;
  margin: 0 auto;
  opacity: 0.3; }
header.bg-img.whatwedo .wrapper {
  padding-top: 337px; }
@media screen and (max-width: 765px) {
  header.bg-img.whatwedo .wrapper {
    padding-top: 160px; } }
header.bg-img.whatwedo .wrapper h2 {
  font-family: 'DINProRegular';
  letter-spacing: -0.07em;
  padding-top: 0;
  font-size: 59px;
  line-height: 60px; }
@media screen and (max-width: 480px) {
  header.bg-img.whatwedo .wrapper h2 {
    font-size: 34px;
    line-height: 34px; } }
header.bg-img.whatwedo .wrapper p {
  font-size: 24px;
  padding-top: 0; }
@media screen and (max-width: 480px) {
  header.bg-img.whatwedo .wrapper p {
    font-size: 22px;
    line-height: 20px; } }

html {
  -webkit-font-smoothing: antialiased; }

header {
  background: transparent;
  position: relative;
  height: 715px;
  overflow: hidden; }

h1 {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  background: url("../images/logos.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 255px;
  height: 99px;
  position: absolute;
  left: 0px;
  top: 132%;
  margin: 0;
  font-family: 'DINProRegular'; }
h1 a {
  display: block;
  width: 254px;
  height: 99px;
  text-indent: -8400px; }

#socmed {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  margin-left: 200px;
  padding: 45px 0 0;
  position: relative;
  left: 0; }
#socmed li {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmed.png") 0 0 no-repeat;
  width: 33px;
  height: 29px;
  text-indent: -8400px; }
#socmed li a {
  display: block;
  width: 33px;
  height: 29px; }
@media screen and (min-width: 766px) {
  #socmed li:hover {
    background-position: 0 -29px; } }
#socmed li.fb {
  background-position: -47px 0px; }
@media screen and (min-width: 766px) {
  #socmed li.fb:hover {
    background-position: -47px -29px; } }
#socmed li.ig {
  background-position: -94px 0; }
@media screen and (min-width: 766px) {
  #socmed li.ig:hover {
    background-position: -94px -29px; } }
#socmed li.gplus {
  background-position: -141px 0; }
@media screen and (min-width: 766px) {
  #socmed li.gplus:hover {
    background-position: -141px -29px; } }

nav .nav {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%;
  width: 70%;
  padding: 26px 10% 0 0%;
  left: 30%;
  top: -74px;
  position: relative;
  float: right; }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  nav .nav {
    left: 26%; } }

@media screen and (max-width: 480px) {
  nav {
    clear: both; }
  nav .nav {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    overflow: hidden; }
  nav .nav li {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-bottom: 10px; } }
nav .nav {
  overflow: auto; }
nav .nav li {
  display: inline;
  float: left;
  width: 17.91667%;
  margin: 0 1.04167%;
  background: transparent;
  width: auto;
  position: relative;
  text-align: right;
  margin-left: 4.1%; }
nav .nav > li {
  float: left; }
nav .nav ul {
  background: none;
  display: none;
  list-style: none outside none;
  position: absolute;
  z-index: 9999; }
nav .nav ul a, nav .nav ul a:hover {
  background: transparent; }
nav .nav ul li, nav .nav ul li:hover {
  background: #CCC; }
nav .nav a {
  width: 100%;
  padding: 1em 0;
  float: left;
  font-family: 'DINPro-Medium';
  font-size: 17px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  text-decoration: none; }
@media screen and (min-width: 766px) {
  nav .nav a:hover {
    color: #fa343f; } }

#contact-form {
  display: none;
  width: 100%;
  padding-bottom: 50px;
  background: #110f10 url("../images/contact-background.jpg") top center no-repeat;
  position: absolute;
  z-index: 1000;
  margin-top: -10px;
  /* Should be replaced with a better looking spinner */ }
#contact-form #gforms_confirmation_message {
  font-family: 'Rokkitt';
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-top: 40px; }
#contact-form .wrapper {
  max-width: 890px; }
@media screen and (max-width: 765px) {
  #contact-form .wrapper {
    max-width: 415px; } }
#contact-form a.close {
  color: #ce1919;
  float: right;
  margin-top: -90px;
  margin-right: 10px; }
#contact-form .blip {
  border-bottom: 3px solid #ce1919;
  width: 16px;
  display: block;
  padding-top: 120px;
  margin: 0 auto; }
#contact-form .validation_error {
  display: none; }
#contact-form .gform_ajax_spinner {
  display: none; }
#contact-form .gform_fields {
  position: relative; }
#contact-form .gform_fields li {
  width: 47%;
  position: relative; }
@media screen and (max-width: 765px) {
  #contact-form .gform_fields li {
    width: 100%; } }
#contact-form .gform_fields li.gfield_contains_required {
  background-color: transparent;
  margin: 0 0 27px 0 !important;
  padding: 0 !important;
  border: 0 !important; }
@media screen and (max-width: 765px) {
  #contact-form .gform_fields li.gfield_contains_required {
    margin: 0 0 15px 0 !important; } }
#contact-form .gform_fields li .validation_message {
  font-family: 'Rokkitt';
  position: absolute;
  top: 86px;
  right: -282px;
  color: #ce1919;
  display: none; }
#contact-form .gform_fields li.header, #contact-form .gform_fields li.footer {
  width: 100%; }
#contact-form .gform_fields li.header h3, #contact-form .gform_fields li.footer h3 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 76px;
  height: 17px;
  background: url(../images/engage-contact-logo.png);
  float: right;
  margin-bottom: 4px; }
#contact-form .gform_fields li.header h2, #contact-form .gform_fields li.footer h2 {
  font-family: 'titillium_weblight';
  color: #fff;
  font-size: 91px;
  line-height: 91px;
  text-align: center;
  letter-spacing: -4px; }
#contact-form .gform_fields li.header p, #contact-form .gform_fields li.footer p {
  font-family: 'Rokkitt';
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  padding-top: 20px; }
#contact-form .gform_fields li.footer {
  position: relative;
  top: 110px;
  right: 0px; }
#contact-form .gform_fields li.footer p {
  clear: both;
  text-align: right;
  font-size: 16px;
  line-height: 18px; }
@media screen and (max-width: 765px) {
  #contact-form .gform_fields li.footer {
    display: none; } }
#contact-form .gform_fields li input, #contact-form .gform_fields li textarea {
  background-color: transparent;
  font-family: 'Rokkitt';
  font-size: 28px;
  padding: 14px 0px;
  color: #717779;
  outline: none;
  width: 100%; }
#contact-form .gform_fields li input:focus, #contact-form .gform_fields li textarea:focus {
  color: #c7d3d7;
  border-color: #c7d3d7;
  outline: none; }
#contact-form .gform_fields li textarea {
  padding: 14px 10px;
  width: 90%;
  margin-top: 17px; }
#contact-form .gform_fields li.gfield_error input {
  border-bottom: 1px solid #ce1919 !important;
  padding-bottom: 5px; }
#contact-form .gform_fields li input {
  border: none;
  border-bottom: 1px solid #717779; }
#contact-form .gform_fields li#field_2_4 {
  position: absolute;
  right: 0;
  top: 181px; }
@media screen and (max-width: 765px) {
  #contact-form .gform_fields li#field_2_4 {
    position: relative;
    right: 0;
    top: 47px; } }
#contact-form .gform_fields li#field_2_4 .gfield_label {
  top: 278px; }
#contact-form .gform_fields li#field_2_4 .validation_message {
  top: 0px;
  left: 5px; }
#contact-form .gform_fields li textarea {
  border: 1px solid #717779;
  height: 195px; }
#contact-form .gform_fields li .gfield_required {
  display: none; }
#contact-form .gform_fields li .gfield_label {
  font-family: 'DINProRegular';
  font-size: 18px;
  color: #717779;
  text-transform: uppercase;
  position: relative;
  top: 95px;
  margin-top: 0 !important; }
#contact-form .gform_fields li .gfield_label:focus {
  color: #c7d3d7; }
#contact-form li {
  list-style-type: none; }
#contact-form li.gform_validation_container {
  display: none !important; }
#contact-form .gform_footer {
  padding-top: 2.5em;
  position: relative; }
#contact-form .gform_footer .gform_button {
  background-color: transparent;
  width: 165px;
  height: 165px;
  margin: 0 auto;
  border: 3px #ce1919 solid;
  border-radius: 120px;
  text-transform: uppercase;
  text-align: center;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  font-family: 'ubunturegular';
  display: block;
  color: #fff;
  margin-top: -100px; }
@media screen and (max-width: 765px) {
  #contact-form .gform_footer .gform_button {
    width: 105px;
    height: 105px;
    margin-top: 30px; } }
@media screen and (min-width: 766px) {
  #contact-form .gform_footer .gform_button:hover {
    background: rgba(0, 0, 0, 0.7); } }

#about-section, #hire-section {
  width: 100%;
  height: 310px;
  background: transparent url("../images/aboutbg.png") 0 0 no-repeat;
  background-size: cover; }
#about-section .wrapper #mission-statement, #hire-section .wrapper #mission-statement {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  padding-top: 120px; }
#about-section .wrapper #mission-statement h2, #about-section .wrapper #mission-statement p, #hire-section .wrapper #mission-statement h2, #hire-section .wrapper #mission-statement p {
  color: #292929; }
#about-section .wrapper #mission-statement h2, #hire-section .wrapper #mission-statement h2 {
  font-family: 'DINProRegular';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: -1px; }
#about-section .wrapper #mission-statement p, #hire-section .wrapper #mission-statement p {
  font-family: 'Rokkitt';
  font-size: 22px; }
#about-section .wrapper #circle, #hire-section .wrapper #circle {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  padding-top: 50px; }
#about-section .wrapper #circle .container, #hire-section .wrapper #circle .container {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  background: transparent;
  width: 200px;
  height: 200px;
  border: 5px #ce1919 solid;
  border-radius: 120px;
  /*behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);*/
   behavior:url(wp-content/themes/engage/assets/PIE.htc);
  text-transform: uppercase;
  text-align: center; }
#about-section .wrapper #circle .container a, #hire-section .wrapper #circle .container a {
  font-family: 'ubunturegular';
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 75px;
  color: #ce1919;
  text-decoration: none; }
@media screen and (min-width: 766px) {
  #about-section .wrapper #circle:hover .container, #hire-section .wrapper #circle:hover .container {
    background: rgba(0, 0, 0, 0.5); } }

#about-section {
  background: transparent url("../images/abouthpbg.jpg") 0 0 repeat;
  padding: 0 0 75px;
  height: auto; }
#about-section .wrapper {
  max-width: 1250px; }
#about-section .wrapper #mission-statement {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  padding-top: 85px; }
#about-section .wrapper #mission-statement hr {
  border: 0px;
  background: #ce1919;
  width: 16px;
  height: 3px;
  margin: 0 auto 45px auto;
  display: block; }
#about-section .wrapper #mission-statement h2, #about-section .wrapper #mission-statement p {
  text-align: center; }
#about-section .wrapper #mission-statement p {
  padding-top: 10px;
  font-size: 26px;
  line-height: 28px;
  color: #535353; }
#about-section .wrapper .whatwedo:before, #about-section .wrapper .whatwedo:after {
  content: " ";
  display: table; }
#about-section .wrapper .whatwedo:after {
  clear: both; }
#about-section .wrapper .whatwedo {
  *zoom: 1; }
#about-section .wrapper .whatwedo li {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  padding: 25px 0 14px; }
@media screen and (max-width: 765px) {
  #about-section .wrapper .whatwedo li {
    float: none; } }
#about-section .wrapper .whatwedo li > a:link, #about-section .wrapper .whatwedo li a:visited, #about-section .wrapper .whatwedo li a:active, #about-section .wrapper .whatwedo li a:hover {
  text-decoration: none; }
#about-section .wrapper .whatwedo li .circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  width: 95px;
  height: 95px;
  background: transparent;
  border: 2px solid #a9a9a9;
  border-radius: 100px;
  /*behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);*/
  behavior:url(wp-content/themes/engage/assets/PIE.htc);
  display: block;
  margin: 0 auto; }
#about-section .wrapper .whatwedo li .circle i {
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  text-align: center;
  display: block;
  margin: 0 auto 5px 0;
  color: #cacaca;
  font-size: 30px;
  text-decoration: none;
  padding-top: 38px; }
@media screen and (min-width: 766px) {
  #about-section .wrapper .whatwedo li .circle.create:hover {
    border: 2px solid #E6B560;
    background: #E6B560; }
  #about-section .wrapper .whatwedo li .circle.activate:hover {
    border: 2px solid #DE7B2E;
    background: #DE7B2E; }
  #about-section .wrapper .whatwedo li .circle.innovate:hover {
    border: 2px solid #E45446;
    background: #E45446; }
  #about-section .wrapper .whatwedo li .circle.analyze:hover {
    border: 2px solid #8E89B3;
    background: #8E89B3; }
  #about-section .wrapper .whatwedo li .circle:hover i {
    color: #fff; } }
#about-section .wrapper .whatwedo li h3 {
  text-align: center;
  padding-top: 17px; }
#about-section .wrapper .whatwedo li h3 a {
  font-family: 'DINPro-Bold';
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  font-size: 20px;
  color: #292929;
  text-decoration: none; }
#about-section .wrapper .whatwedo li p {
  font-family: 'OpenSans';
  font-size: 14px;
  line-height: 22px;
  color: #535353;
  text-align: center;
  padding-top: 7px;
  width: 100%;
  display: block;
  margin: 0 auto;
  letter-spacing: -0.04em; }

#about-section + #clients {
  margin-top: 0; }

#hire-section {
  background: transparent url("../images/hireus.jpg") 0 0 no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../../../engage.stage.enga.ge/wp-content/themes/engage/assets/images/hireus.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://engage.stage.enga.ge/wp-content/themes/engage/assets/images/hireus.jpg', sizingMethod='scale')";
  background-size: cover;
  position: relative; }
@media screen and (max-width: 640px) {
  #hire-section {
    min-height: 360px; } }
#hire-section .wrapper {
  width: 92%;
  padding: 0 4%; }
#hire-section .wrapper #mission-statement {
  padding-top: 100px; }
@media screen and (max-width: 640px) {
  #hire-section .wrapper #mission-statement {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    padding-top: 20px;
    text-align: center; } }
#hire-section .wrapper #mission-statement hr {
  border: 0px;
  background: #fff;
  width: 15px;
  height: 5px;
  margin-left: 4px; }
@media screen and (max-width: 640px) {
  #hire-section .wrapper #mission-statement hr {
    margin: 20px auto; } }
#hire-section .wrapper #mission-statement h2 {
  letter-spacing: -0.06em;
  padding-bottom: 3px; }
#hire-section .wrapper #mission-statement h2, #hire-section .wrapper #mission-statement p {
  color: #fff; }
@media screen and (max-width: 480px) {
  #hire-section .wrapper #mission-statement p {
    line-height: 22px; } }
@media screen and (max-width: 640px) {
  #hire-section .wrapper #circle {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-top: -30px; } }
#hire-section .wrapper #circle .container {
  border: 5px #fff solid; }
@media screen and (max-width: 960px) {
  #hire-section .wrapper #circle .container {
    width: 95%;
    height: 0;
    padding-top: 95%; }
  #hire-section .wrapper #circle .container a {
    display: block;
    margin-top: 0;
    position: relative;
    top: -56%;
    width: 100%; } }
@media screen and (max-width: 640px) {
  #hire-section .wrapper #circle .container {
    width: 90px;
    height: 90px;
    padding-top: 0;
    display: block;
    margin: 0 auto;
    border: 3px solid #fff; }
  #hire-section .wrapper #circle .container a {
    top: 0;
    width: 90px;
    height: 90px;
    margin-top: 20px;
    display: block; } }
#hire-section .wrapper #circle .container a {
  font-family: 'ubunturegular';
  padding-top: 4px;
  color: #fff;
  line-height: 18px; }

#news-feed {
  background: #999999 url("../images/newsfeedbg.jpg") 0 0 no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='engage.stage.enga.ge/wp-content/themes/engage/assets/images/newsfeedbg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://engage.stage.enga.ge/wp-content/themes/engage/assets/images/newsfeedbg.jpg', sizingMethod='scale')";
  behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);
  position: relative;
  z-index: 99;
  padding: 4.4em 0; }
#news-feed hr {
  border: 0px;
  background: #ce1919;
  width: 16px;
  height: 3px;
  margin: 0 auto 15px auto;
  display: block; }
#news-feed h2 {
  color: #fff;
  text-align: center;
  font-family: 'DINProRegular';
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: -0.07em; }
#news-feed p {
  font-family: 'Rokkitt';
  color: #9a9a9a;
  font-size: 22px;
  text-align: center; }
#news-feed #newsagons {
  overflow: hidden;
  position: relative; }
#news-feed #newsagons .wrapper {
  max-width: 1145px;
  min-width: 1145px;
  position: relative;
  height: 554px; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper {
    max-width: 700px;
    min-width: 700px;
    height: 500px; } }
@media screen and (max-width: 765px) {
  #news-feed #newsagons .wrapper {
    width: 100%;
    min-width: 100%;
    height: 715px; } }
#news-feed #newsagons .wrapper.no-cssmasks {
  height: 625px; }
#news-feed #newsagons .wrapper .arrow-prev, #news-feed #newsagons .wrapper .arrow-next {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  position: absolute;
  top: 410px;
  opacity: 0.5;
  color: #fff;
  font-size: 50px;
  cursor: pointer; }
@media screen and (min-width: 766px) {
  #news-feed #newsagons .wrapper .arrow-prev:hover, #news-feed #newsagons .wrapper .arrow-next:hover {
    opacity: 1; } }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .arrow-prev, #news-feed #newsagons .wrapper .arrow-next {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #news-feed #newsagons .wrapper .arrow-prev, #news-feed #newsagons .wrapper .arrow-next {
    display: none; } }
#news-feed #newsagons .wrapper .arrow-prev {
  left: 80px; }
#news-feed #newsagons .wrapper .arrow-next {
  right: 80px; }
#news-feed #newsagons .wrapper .feed {
  text-align: center;
  margin: 2em 0 0;
  overflow: hidden;
  padding-top: 62px; }
@media screen and (max-width: 765px) {
  #news-feed #newsagons .wrapper .feed {
    text-align: left;
    padding-top: 0; } }
#news-feed #newsagons .wrapper .feed li {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  display: inline-block;
  position: relative;
  margin: -3em .5em -1em;
  opacity: 1;
  width: 258px;
  height: 289px;
  text-align: center; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li:nth-child(6), #news-feed #newsagons .wrapper .feed li:nth-child(7) {
    display: none; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #news-feed #newsagons .wrapper .feed li:nth-child(6), #news-feed #newsagons .wrapper .feed li:nth-child(7) {
    display: none; } }
@media screen and (max-width: 765px) {
  #news-feed #newsagons .wrapper .feed li {
    display: block;
    margin: 5px auto; } }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li {
    width: 194px;
    height: 237px; } }
#news-feed #newsagons .wrapper .feed li.hidden {
  opacity: 0;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }
#news-feed #newsagons .wrapper .feed li .hex {
  background: #fff;
  width: 258px;
  height: 289px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: url("../images/hexmask.png");
  -o-mask-image: url("../images/hexmask.png");
  -moz-mask-image: url("../images/hexmask.png");
  mask-image: url("../images/hexmask.png"); }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li .hex {
    width: 194px;
    height: 217px;
    -webkit-mask-image: url("../images/hexmask-small.png");
    -o-mask-image: url("../images/hexmask-small.png");
    -moz-mask-image: url("../images/hexmask-small.png");
    mask-image: url("../images/hexmask-small.png"); } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  #news-feed #newsagons .wrapper .feed li .hex {
    width: 194px;
    height: 217px;
    -webkit-mask-image: url("../images/hexmask-small.png");
    -o-mask-image: url("../images/hexmask-small.png");
    -moz-mask-image: url("../images/hexmask-small.png");
    mask-image: url("../images/hexmask-small.png"); } }
#news-feed #newsagons .wrapper .feed li .hex a {
  color: #FFF; }
#news-feed #newsagons .wrapper .feed li .hex i {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 1em 0 0;
  font-size: 25px;
  z-index: 2; }
#news-feed #newsagons .wrapper .feed li .hex img {
  position: absolute;
  width: 100%;
  min-width: 125%;
  height: 242px;
  top: -28px;
  left: 0;
  z-index: 1; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li .hex img {
    height: 200px; } }
#news-feed #newsagons .wrapper .feed li .hex .content {
  position: absolute;
  top: 24%;
  left: 9%;
  width: 83%;
  display: block;
  margin: 0 auto;
  font-style: italic;
  text-align: center;
  overflow: hidden; }
#news-feed #newsagons .wrapper .feed li .hex .content p {
  font-family: 'ubuntulight';
  font-size: 16.5px;
  line-height: 21px;
  color: #fff; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li .hex .content p {
    font-size: 14px; } }
#news-feed #newsagons .wrapper .feed li .hex .category {
  position: relative;
  bottom: -160px;
  display: block;
  margin: 0 auto; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li .hex .category {
    bottom: -120px; } }
#news-feed #newsagons .wrapper .feed li .hex .category hr {
  background: transparent;
  display: block;
  margin: 0 auto;
  opacity: 0.6;
  width: 50%;
  height: 1px;
  border-top: 1px dotted #fff; }
#news-feed #newsagons .wrapper .feed li .hex .category p {
  font-family: 'ubunturegular';
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
  width: 100%; }
@media screen and (max-width: 768px) {
  #news-feed #newsagons .wrapper .feed li .hex .category p {
    font-size: 13px;
    margin-top: 4px; } }
#news-feed #newsagons .wrapper .feed li.twitter div.hex {
  background: #00aced; }
#news-feed #newsagons .wrapper .feed li.facebook div.hex {
  background: #2c4776; }
#news-feed #newsagons .wrapper .feed li.dribbble div.hex {
  background: #ea4c89; }
#news-feed #newsagons .wrapper .feed li.blog div.hex {
  background: #d02626; }
#news-feed #newsagons .wrapper .feed li.no-cssmasks {
  margin: -3em .5em 4.2em; }
#news-feed #filter {
  padding-top: 73px; }
@media screen and (max-width: 768px) {
  #news-feed #filter {
    display: none; } }
#news-feed #filter .wrapper h3 {
  font-family: 'DINProRegular';
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  text-align: center; }
#news-feed #filter .wrapper .filter {
  text-align: center;
  margin: 1.4em 0 15px; }
#news-feed #filter .wrapper .filter li {
  display: inline-block;
  margin-left: 68px;
  cursor: pointer; }
#news-feed #filter .wrapper .filter li:first-child {
  margin-left: 0px; }
#news-feed #filter .wrapper .filter li.active .circle.twitter {
  background: #00aced; }
#news-feed #filter .wrapper .filter li.active .circle.facebook {
  background: #2c4776; }
#news-feed #filter .wrapper .filter li.active .circle.dribbble {
  background: #ea4c89; }
#news-feed #filter .wrapper .filter li.active .circle.blog {
  background: #d02626; }
#news-feed #filter .wrapper .filter li .circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  background: transparent;
  width: 95px;
  height: 95px;
  margin: 0 auto;
  border: 2px #ce1919 solid;
  border-radius: 120px;
  /*behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);*/
  text-transform: uppercase;
  text-align: center; }
#news-feed #filter .wrapper .filter li .circle i {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 33px 0 0; }
#news-feed #filter .wrapper .filter li .circle.twitter {
  border: 2px solid #00aced; }
#news-feed #filter .wrapper .filter li .circle.facebook {
  border: 2px solid #2c4776; }
#news-feed #filter .wrapper .filter li .circle.dribbble {
  border: 2px solid #ea4c89; }
#news-feed #filter .wrapper .filter li .circle.blog {
  border: 2px solid #d02626; }
#news-feed #filter .wrapper .filter li p {
  font-family: 'DINPro-Medium';
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: .7em 0 0;
  text-transform: uppercase; }

#clients {
  background: #fff;
  margin-top: 665px;
  position: relative; }
@media screen and (max-width: 765px) {
  #clients {
    margin-top: 435px; } }
@media screen and (max-width: 320px) {
  #clients {
    /*overflow: hidden;*/
	overflow:visible; } }
#clients .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#clients .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#clients .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#clients > .wrapper {
  width: 100%;
  max-width: none;
  overflow: auto; }
#clients > .wrapper .client-list {
  display: block;
  padding: 0;
  margin: 2em 3em 10em;
  white-space: nowrap; }
#clients > .wrapper .client-list li {
  display: inline-block;
  float: none;
  width: auto;
  height: 80px;
  margin-left: 13px;
  padding-right: 65px; }
#clients > .wrapper .client-list li img {
  display: block;
  margin: 0 auto; }
#clients .scroll-container {
  bottom: 27px; }

#media {
  background: #fff;
  margin-top: 0px;
  position: relative; }
@media screen and (max-width: 320px) {
  #media {
    overflow: hidden; } }
#media .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#media .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#media .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#media > .wrapper {
  width: 100%;
  max-width: none;
  overflow: auto; }
#media > .wrapper .media-list {
  display: block;
  padding: 0;
  margin: 2em 3em 10em;
  white-space: nowrap; }
#media > .wrapper .media-list li {
  display: inline-block;
  float: none;
  width: auto;
  height: 80px;
  margin-left: 13px;
  padding-right: 65px; }
#media > .wrapper .media-list li img {
  display: block;
  margin: 0 auto; }
#media .scroll-container {
  bottom: 27px; }

#our-work {
  position: relative;
  overflow: auto; }
#our-work #projects, #our-work #featured, #our-work #main, #our-work #misc {
  background-color: black !important; }
#our-work #projects div span, #our-work #featured div span, #our-work #main div span, #our-work #misc div span {
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  background: transparent url("../images/project-dot-overlay.png") 0 0 repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  opacity: 1; }
#our-work #projects div .title, #our-work #featured div .title, #our-work #main div .title, #our-work #misc div .title {
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  opacity: 1; }
@media screen and (min-width: 766px) {
  #our-work #projects div:hover span, #our-work #featured div:hover span, #our-work #main div:hover span, #our-work #misc div:hover span {
    opacity: 0; }
  #our-work #projects div:hover .title, #our-work #featured div:hover .title, #our-work #main div:hover .title, #our-work #misc div:hover .title {
    opacity: 0; } }
#our-work .wrapper {
  position: absolute;
  max-width: 100%;
  margin: 0 0;
  text-align: center;
  z-index: 2; }
#our-work .wrapper .title {
  margin: 0 20%; }
#our-work .wrapper .title h2, #our-work .wrapper .title h3 {
  color: #fff;
  text-transform: uppercase; }
#our-work .wrapper .title h2 {
  font-family: 'DINProRegular';
  font-size: 36px; }
#our-work .wrapper .title h3 {
  font-family: 'DINPro-Bold';
  background: #009f3d;
  font-size: 10px;
  padding: .5em .6em;
  letter-spacing: 1px;
  display: inline-block; }
#our-work .wrapper .title + p {
  padding-top: 21%;
  font-family: 'Rokkitt';
  font-size: 26px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1px;
  line-height: 25px; }
#our-work .wrapper #circle {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-top: 0px;
  position: absolute;
  top: -80px;
  left: 0;
  opacity: 0; }
@media screen and (max-width: 960px) {
  #our-work .wrapper #circle {
    top: -50px; } }
@media screen and (max-width: 480px) {
  #our-work .wrapper #circle {
    top: -60px; } }
@media screen and (max-width: 320px) {
  #our-work .wrapper #circle {
    top: -40px; } }
#our-work .wrapper #circle .container {
  background-color: rgba(0, 0, 0, 0.5);
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 5px #ce1919 solid;
  border-radius: 120px;
  text-transform: uppercase;
  text-align: center; }
@media screen and (max-width: 960px) {
  #our-work .wrapper #circle .container {
    width: 125px;
    height: 125px; } }
#our-work .wrapper #circle .container a {
  font-family: 'ubunturegular';
  display: block;
  width: 200px;
  height: 200px;
  padding-top: 75px;
  color: #fff;
  text-decoration: none; }
@media screen and (max-width: 960px) {
  #our-work .wrapper #circle .container a {
    padding-top: 45px;
    width: 125px;
    width: 125px; } }
#our-work #featured {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 50%; }
#our-work #featured .wrapper {
  padding: 47% 0 0; }
#our-work #featured .wrapper p + hr {
  background: #fff;
  margin: 3% auto 0 auto;
  padding: .04em 0;
  width: 30%;
  border: 0px; }
#our-work #featured .big {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden; }
#our-work #featured .big img {
  width: 100%;
  min-width: 101.5%;
  position: absolute;
  left: 0;
  top: 0; }
#our-work #featured .big #circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  top: 240px;
  opacity: 0; }
@media screen and (min-width: 766px) {
  #our-work #featured .big:hover #circle {
    opacity: 1; } }
#our-work #main {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 50%; }
#our-work #main .long {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 100%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden; }
#our-work #main .long img {
  width: 100%;
  min-width: 101.5%;
  position: absolute;
  left: 0;
  top: 0; }
#our-work #main .long .wrapper {
  margin-top: 20%; }
#our-work #main .long .wrapper .title h3 {
  background: #f3b90e; }
#our-work #main .long .wrapper #circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  top: -65px;
  opacity: 0; }
@media screen and (min-width: 766px) {
  #our-work #main .long:hover #circle {
    opacity: 1; } }
#our-work #main .small {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 50%;
  position: relative;
  padding-bottom: 50%;
  overflow: hidden; }
#our-work #main .small img {
  width: 100%;
  min-width: 101.5%;
  position: absolute;
  left: 0;
  top: 0; }
#our-work #main .small .wrapper {
  margin-top: 43%; }
#our-work #main .small .wrapper .title {
  max-width: 60%;
  margin: 0 20%; }
#our-work #main .small .wrapper .title h2 {
  font-size: 22px; }
#our-work #main .small .wrapper .title h3 {
  background: #ce1919; }
#our-work #main .small .wrapper #circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  opacity: 0; }
@media screen and (min-width: 766px) {
  #our-work #main .small:hover #circle {
    opacity: 1; } }
#our-work #misc:before, #our-work #misc:after, #our-work #projects:before, #our-work #projects:after {
  content: " ";
  display: table; }
#our-work #misc:after, #our-work #projects:after {
  clear: both; }
#our-work #misc, #our-work #projects {
  *zoom: 1; }
#our-work #misc .small, #our-work #projects .small {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  margin: 0;
  width: 25%;
  padding-bottom: 25%;
  position: relative;
  overflow: hidden; }
@media screen and (max-width: 768px) {
  #our-work #misc .small, #our-work #projects .small {
    width: 50%;
    padding-bottom: 50%; } }
@media screen and (max-width: 320px) {
  #our-work #misc .small, #our-work #projects .small {
    width: 100%;
    padding-bottom: 100%; } }
#our-work #misc .small img, #our-work #projects .small img {
  width: 100%;
  min-width: 101.5%;
  position: absolute;
  left: 0;
  top: 0; }
#our-work #misc .small .wrapper, #our-work #projects .small .wrapper {
  margin-top: 43%; }
#our-work #misc .small .wrapper .title, #our-work #projects .small .wrapper .title {
  margin: 0 20%; }
#our-work #misc .small .wrapper .title h2, #our-work #projects .small .wrapper .title h2 {
  font-size: 22px;
  line-height: 20px;
  padding-top: 10px; }
#our-work #misc .small .wrapper .title h3, #our-work #projects .small .wrapper .title h3 {
  background: #ec5d30;
  display: inline;
  line-height: 10px; }
#our-work #misc .small .wrapper #circle, #our-work #projects .small .wrapper #circle {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  opacity: 0; }
@media screen and (min-width: 766px) {
  #our-work #misc .small:hover #circle, #our-work #projects .small:hover #circle {
    opacity: 1; } }

#press .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#press .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#press .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#press .press-feed {
  padding: 1em 0; }
#press .press-feed li {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%; }
#press .press-feed li .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%; }
#press .press-feed li .date h2, #press .press-feed li .date h3, #press .press-feed li .date p {
  text-align: center; }
#press .press-feed li .date h2 {
  font-family: 'ubuntulight';
  font-size: 20px;
  padding-top: 5px;
  color: #939393; }
#press .press-feed li .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 42px;
  line-height: 30px;
  color: #df0024; }
#press .press-feed li .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0; }
#press .press-feed li .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#press .press-feed li .press-info {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  margin-left: 9.375%; }
#press .press-feed li .press-info h2, #press .press-feed li .press-info h3 {
  text-transform: uppercase; }
#press .press-feed li .press-info h2 {
  font-family: 'Conv_FF_DIN_Regular_Italic';
  color: #303030;
  font-size: 22px;
  line-height: 24px; }
#press .press-feed li .press-info h3 {
  font-family: 'ubunturegular';
  font-size: 14px;
  color: #df0024; }
#press .press-feed li .press-info a img {
  padding: 1em 0; }

#team {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat;
  margin-top: 665px;
  position: relative;
  overflow: hidden; }
@media screen and (max-width: 480px) {
  #team {
    margin-top: 325px; } }
#team .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#team .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#team .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#team .wrapper {
  max-width: 1005px; }
@media screen and (max-width: 960px) {
  #team .wrapper {
    padding: 0;
    max-width: 100%; } }
#team .wrapper #our-team {
  overflow: hidden;
  padding: 3em 0; }
#team .wrapper #our-team a {
  color: #000;
  text-decoration: none; }
@media screen and (min-width: 960px) {
  #team .wrapper #our-team li.last {
    margin-right: 0; } }
#team .wrapper #our-team li {
  display: inline;
  float: left;
  width: 18.75%;
  margin: 0 1.04167%;
  margin-right: 5.20833%;
  margin-left: 0;
  margin-right: 4%;
  width: 21.75%; }
@media screen and (max-width: 960px) {
  #team .wrapper #our-team li {
    display: inline;
    float: left;
    width: 27.08333%;
    margin: 0 1.04167%;
    width: 31.08333%; } }
@media screen and (max-width: 530px) {
  #team .wrapper #our-team li {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%;
    width: 47%; } }
@media screen and (max-width: 480px) {
  #team .wrapper #our-team li {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#team .wrapper #our-team li .team-members {
  position: relative;
  margin: 0 auto;
  display: block;
  max-width: 230px;
  position: relative; }
@media screen and (min-width: 766px) {
  #team .wrapper #our-team li .team-members:hover .circle {
    opacity: 1.0; } }
#team .wrapper #our-team li .team-members .circle {
  background-color: transparent;
  width: inherit;
  height: inherit;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  opacity: 0;
  position: absolute; }
#team .wrapper #our-team li .team-members .circle img {
  -webkit-mask-image: url(../images/avatar-clipping-mask.png);
  -o-mask-image: url(../images/avatar-clipping-mask.png);
  -moz-mask-image: url(../images/avatar-clipping-mask.png);
  mask: url(../images/avatar-clipping-mask.png);
  -webkit-mask-size: 97.1%;
  -webkit-mask-repeat: no-repeat;
  width: 400px; }
#team .wrapper #our-team li .team-members .circle.no-cssmasks {
  display: none; }
#team .wrapper #our-team li .team-members img {
  width: 97%; }
#team .wrapper #our-team li .team-members .social {
  position: relative;
  left: 70%;
  top: -40px; }
#team .wrapper #our-team li .team-members .social li {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  width: inherit;
  padding-right: 5px; }
#team .wrapper #our-team li .team-members .social li a i.fa-twitter {
  color: #00aced; }
#team .wrapper #our-team li .team-members .social li a i.fa-facebook {
  color: #3b5998; }
#team .wrapper #our-team li .team-members .social li a i.fa-dribbble {
  color: #ea4c89; }
#team .wrapper #our-team li .team-members .social li a i.fa-instagram {
  color: #517fa4; }
#team .wrapper #our-team li .team-members .social li a i.fa-github {
  color: #222222; }
#team .wrapper #our-team li .team-members .social li a i.fa-linkedin {
  color: #007bb6; }
#team .wrapper #our-team li .team-members .info {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-top: -5px;
  margin-bottom: 50px;
  line-height: 20px; }
#team .wrapper #our-team li .team-members .info h2 {
  font-family: 'HelveticaNeueUltraLightItalic';
  font-size: 25px;
  letter-spacing: -0.03em;
  white-space: nowrap;
  text-transform: lowercase;
  font-weight: bold; }
#team .wrapper #our-team li .team-members .info p {
  font-family: 'Rokkitt';
  color: #939393;
  font-size: 16px;
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0px;
  white-space: nowrap; }

#our-process {
  background: transparent url("../images/processbg.png") 0 0 no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../../../engage.stage.enga.ge/wp-content/themes/engage/assets/images/processbg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://engage.stage.enga.ge/wp-content/themes/engage/assets/images/processbg.png', sizingMethod='scale')";
  background-size: cover;
  height: 800px;
  overflow: hidden;
  position: relative; }
@media screen and (max-width: 580px) {
  #our-process {
    height: 700px; } }
#our-process .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#our-process .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#our-process .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#our-process .wrapper {
  width: 94%;
  padding: 0 3%; }
#our-process .wrapper .process {
  width: 94%;
  padding: 4.7em 3%; }
#our-process .wrapper .process:before, #our-process .wrapper .process:after {
  content: " ";
  display: table; }
#our-process .wrapper .process:after {
  clear: both; }
#our-process .wrapper .process {
  *zoom: 1; }
#our-process .wrapper .process li:first-child {
  margin-left: 0; }
#our-process .wrapper .process li {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  width: 21.5%;
  cursor: pointer; }
#our-process .wrapper .process li .circle {
  width: 85px;
  height: 85px;
  border-radius: 50px; }
#our-process .wrapper .process li .circle i {
  color: #fff;
  font-size: 35px;
  padding-top: 30px; }
#our-process .wrapper .process li .orange {
  background: #db6541; }
#our-process .wrapper .process li .yellow {
  background: #e7b659; }
#our-process .wrapper .process li .lightblue {
  background: #82c1d2; }
#our-process .wrapper .process li .green {
  background: #94ac70; }
#our-process .wrapper .process li .medblue {
  background: #6895b2; }
#our-process .wrapper .process li .darkblue {
  background: #3b579d; }
#our-process .wrapper .process li .purple {
  background: #8f89b5; }
#our-process .wrapper .process li .circle {
  width: 315px;
  height: 315px;
  border-radius: 200px;
  opacity: 0.8;
  position: relative;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out; }
@media screen and (max-width: 960px) {
  #our-process .wrapper .process li .circle {
    width: 255px;
    height: 255px; } }
@media screen and (max-width: 765px) {
  #our-process .wrapper .process li .circle {
    width: 200px;
    height: 200px; } }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process li .circle {
    width: 90px;
    height: 90px; } }
#our-process .wrapper .process li .circle i {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  font-size: 72px;
  display: block;
  margin: 0 auto 15px auto;
  padding-top: 110px;
  text-align: center; }
@media screen and (max-width: 960px) {
  #our-process .wrapper .process li .circle i {
    padding-top: 75px; } }
@media screen and (max-width: 765px) {
  #our-process .wrapper .process li .circle i {
    font-size: 50px;
    padding-top: 55px; } }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process li .circle i {
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 0px; } }
#our-process .wrapper .process li .circle h2 {
  font-family: 'Rokkitt';
  padding-top: 5px;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }
@media screen and (max-width: 765px) {
  #our-process .wrapper .process li .circle h2 {
    font-size: 20px; } }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process li .circle h2 {
    font-size: 14px; } }
#our-process .wrapper .process li .circle p {
  display: none; }
#our-process .wrapper .process li .circle.active {
  width: 351px;
  height: 351px;
  margin-left: -18px;
  margin-top: -18px;
  opacity: 1;
  z-index: 9; }
@media screen and (max-width: 960px) {
  #our-process .wrapper .process li .circle.active {
    width: 290px;
    height: 290px; } }
@media screen and (max-width: 765px) {
  #our-process .wrapper .process li .circle.active {
    width: 235px;
    height: 235px; } }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process li .circle.active {
    width: 100px;
    height: 100px;
    margin-left: 0px;
    margin-top: 0px; } }
#our-process .wrapper .process li .circle.active i {
  padding-top: 120px; }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process li .circle.active i {
    padding-top: 40px; } }
#our-process .wrapper .process li .circle.define {
  background-color: #7e5699; }
#our-process .wrapper .process li .circle.design {
  background-color: #3185a7; }
#our-process .wrapper .process li .circle.build {
  background-color: #4ca49d; }
#our-process .wrapper .process li .circle.test {
  background-color: #37a052; }
#our-process .wrapper .process-text {
  clear: both;
  max-width: 920px;
  margin: 0 auto;
  padding: 2.9em 0;
  position: relative; }
#our-process .wrapper .process-text p {
  font-family: 'Rokkitt';
  color: #303030;
  font-size: 28px;
  position: absolute;
  top: 0px;
  max-width: 920px; }
@media screen and (max-width: 580px) {
  #our-process .wrapper .process-text p {
    font-size: 20px; } }
#our-process .wrapper .process-text p.process-description {
  display: none; }

#our-history {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat;
  position: relative;
  overflow: hidden;
  height: 800px; }
#our-history .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#our-history .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#our-history .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
@media screen and (max-width: 765px) {
  #our-history {
    display: none; } }
#our-history > .wrapper {
  overflow: scroll;
  max-width: none; }

#facts {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat;
  width: 100%;
  overflow: hidden; }
#facts .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#facts .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#facts .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#facts .wrapper #mission-statement {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  padding: 100px 0; }
#facts .wrapper #mission-statement h2, #facts .wrapper #mission-statement p {
  color: #292929; }
#facts .wrapper #mission-statement h2 {
  font-family: 'DINProRegular';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: -1px; }
#facts .wrapper #mission-statement p {
  font-family: 'Rokkitt';
  font-size: 22px; }
#facts .wrapper #circle {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  padding-top: 50px; }
#facts .wrapper #circle .container {
  width: 200px;
  height: 200px;
  border: 5px #ce1919 solid;
  border-radius: 120px;
  text-transform: uppercase;
  text-align: center; }
#facts .wrapper #circle .container a {
  font-family: 'ubunturegular';
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 75px;
  color: #ce1919;
  text-decoration: none; }

#careers {
  background: transparent url("../images/careersbg.png") 0 0 no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../../../engage.stage.enga.ge/wp-content/themes/engage/assets/images/careersbg.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://engage.stage.enga.ge/wp-content/themes/engage/assets/images/careersbg.png', sizingMethod='scale')";
  background-size: cover;
  position: relative;
  width: 100%;
  height: auto;
  overflow: auto;
  padding-bottom: 4em; }
#careers .wrapper {
  padding-top: 192px; }
@media screen and (max-width: 410px) {
  #careers .wrapper {
    padding-top: 32px; } }
#careers .wrapper hr {
  width: 15px;
  margin: 0 auto;
  padding: 2px 0;
  background: #ce1919;
  border: 0px; }
#careers .wrapper h2 {
  font-family: 'titillium_weblight';
  color: #fff;
  font-size: 91px;
  line-height: 91px;
  text-align: center;
  letter-spacing: -4px; }
@media screen and (max-width: 765px) {
  #careers .wrapper h2 {
    font-size: 41px;
    line-height: 51px; } }
#careers .wrapper p {
  font-family: 'Rokkitt';
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  text-align: center; }
#careers .wrapper #circle {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  padding-top: 2em;
  position: relative;
  opacity: 0; }
#careers .wrapper #circle .container {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border: 5px #ce1919 solid;
  border-radius: 120px;
  behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);
  text-transform: uppercase;
  text-align: center;
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out; }
#careers .wrapper #circle .container a {
  font-family: 'ubunturegular';
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 75px;
  color: #fff;
  text-decoration: none; }
@media screen and (min-width: 766px) {
  #careers .wrapper #circle .container:hover {
    background: rgba(0, 0, 0, 0.7); } }

#about-member {
  width: 100%;
  overflow: hidden;
  margin-top: 665px;
  position: relative;
  background: #fff; }
#about-member .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#about-member .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#about-member .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
@media screen and (max-width: 765px) {
  #about-member {
    margin-top: 425px; } }
#about-member .title {
  padding: 1.5em 0;
  margin-bottom: 3.6em; }
#about-member .title .social {
  list-style-type: none;
  float: right;
  margin-top: -30px; }
@media screen and (max-width: 480px) {
  #about-member .title .social {
    float: left;
    margin: 71px auto 0 auto;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0; } }
#about-member .title .social li {
  float: left;
  font-size: 20px;
  margin-right: 21px; }
@media screen and (max-width: 480px) {
  #about-member .title .social li {
    float: none;
    display: inline-block; } }
#about-member .title .social li i {
  font-size: 25px; }
#about-member .title .social li a:link, #about-member .title .social li a:visited {
  color: #FFF; }
@media screen and (max-width: 480px) {
  #about-member .title .social li a:link, #about-member .title .social li a:visited {
    color: #ce1919; } }
#about-member .title + .wrapper {
  max-width: 1040px;
  padding: 0 4%;
  width: 92%; }
@media screen and (max-width: 480px) {
  #about-member .title + .wrapper {
    padding-top: 50px; } }
#about-member .title + .wrapper:before, #about-member .title + .wrapper:after {
  content: " ";
  display: table; }
#about-member .title + .wrapper:after {
  clear: both; }
#about-member .title + .wrapper {
  *zoom: 1; }
#about-member .wrapper #bio {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%; }
@media screen and (max-width: 825px) {
  #about-member .wrapper #bio {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
@media screen and (max-width: 765px) {
  #about-member .wrapper #bio {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#about-member .wrapper #bio p {
  font-family: 'OpenSans';
  color: #303030;
  font-size: 20px;
  line-height: 36px;
  padding: 0 0 1em; }
@media screen and (max-width: 765px) {
  #about-member .wrapper #bio p {
    font-size: 17px;
    line-height: 32px;
    padding: 0 0.4em 1em 0.4em; } }
#about-member .wrapper #skillset {
  display: inline;
  float: left;
  width: 43.75%;
  margin: 0 1.04167%;
  margin-left: 5.20833%; }
@media screen and (max-width: 825px) {
  #about-member .wrapper #skillset {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
@media screen and (max-width: 765px) {
  #about-member .wrapper #skillset {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#about-member .wrapper #skillset h2 {
  font-family: 'ubuntulight';
  font-size: 28px;
  color: #212121; }
#about-member .wrapper #skillset .skills {
  padding: 2em 0; }
#about-member .wrapper #skillset .skills:before, #about-member .wrapper #skillset .skills:after {
  content: " ";
  display: table; }
#about-member .wrapper #skillset .skills:after {
  clear: both; }
#about-member .wrapper #skillset .skills {
  *zoom: 1; }
#about-member .wrapper #skillset .skills li {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  margin-right: 9.375%; }
@media screen and (max-width: 765px) {
  #about-member .wrapper #skillset .skills li {
    display: inline;
    float: left;
    width: 22.08333%;
    margin: 0 1.04167%; } }
@media screen and (max-width: 825px) {
  #about-member .wrapper #skillset .skills li {
    display: inline;
    float: left;
    width: 22.91667%;
    margin: 0 1.04167%; } }
@media screen and (max-width: 480px) {
  #about-member .wrapper #skillset .skills li {
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.04167%; } }
@media screen and (max-width: 320px) {
  #about-member .wrapper #skillset .skills li {
    display: inline;
    float: left;
    width: 47.91667%;
    margin: 0 1.04167%; } }
#about-member .wrapper #skillset .skills li .circle {
  width: 108px;
  height: 108px;
  border-radius: 60px; }
@media screen and (max-width: 765px) {
  #about-member .wrapper #skillset .skills li .circle {
    margin: 0 auto;
    display: block; } }
#about-member .wrapper #skillset .skills li .circle i {
  color: #fff;
  font-size: 35px;
  padding-top: 30px;
  display: block;
  text-align: center;
  padding-top: 39px; }
#about-member .wrapper #skillset .skills li img {
  display: block;
  margin: 0 auto;
  width: 108px;
  height: 108px;
  min-width: 108px; }
#about-member .wrapper #skillset .skills li p {
  font-family: 'OpenSans';
  font-size: 18px;
  text-align: center;
  padding: .4em 0 1.85em; }

#stuff-i-like {
  background: transparent url("../images/igfeedbg.png") 0 0;
  background-size: cover;
  padding: 0 0;
  position: relative;
  overflow: hidden; }
#stuff-i-like .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#stuff-i-like .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#stuff-i-like .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#stuff-i-like > .wrapper {
  width: 100%;
  max-width: none;
  overflow: auto; }
#stuff-i-like > .wrapper .igfeed {
  display: block;
  padding: 0;
  margin: 5em .8em 10em;
  white-space: nowrap; }
#stuff-i-like > .wrapper .igfeed li {
  display: inline-block;
  float: none;
  width: 200px;
  height: 200px;
  margin: 0 .5%; }
#stuff-i-like > .wrapper .igfeed li img {
  width: 200px;
  height: 200px; }
#stuff-i-like .scroll-container {
  bottom: 40px; }

#member-facts {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat;
  width: 100%;
  overflow: hidden;
  position: relative; }
#member-facts .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#member-facts .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#member-facts .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#member-facts .title + .wrapper {
  max-width: 993px;
  overflow: hidden;
  padding: 0 4%;
  width: 92%; }
#member-facts .wrapper hr {
  border: 0px;
  background: #ce1919;
  width: 16px;
  height: 3px;
  margin: 0 0 0 13px;
  position: relative;
  top: 80px; }
@media screen and (max-width: 675px) {
  #member-facts .wrapper hr {
    margin: 0 auto; } }
#member-facts .wrapper #mission-statement {
  display: inline;
  float: left;
  width: 72.91667%;
  margin: 0 1.04167%;
  padding: 100px 0; }
@media screen and (max-width: 675px) {
  #member-facts .wrapper #mission-statement {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    padding: 100px 0 0;
    text-align: center; } }
#member-facts .wrapper #mission-statement h2, #member-facts .wrapper #mission-statement p {
  color: #292929; }
#member-facts .wrapper #mission-statement h2 {
  font-family: 'DINProRegular';
  font-size: 36px;
  text-transform: uppercase;
  line-height: 35px;
  letter-spacing: -1px; }
#member-facts .wrapper #mission-statement p {
  font-family: 'Rokkitt';
  font-size: 22px;
  height: 75px;
  word-wrap: break-word; }
#member-facts .wrapper #circle {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  padding-top: 50px; }
@media screen and (max-width: 675px) {
  #member-facts .wrapper #circle {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    padding: 0 0 100px 0; } }
@media screen and (max-width: 765px) {
  #member-facts .wrapper #circle {
    padding: 80px 0 25px 0; } }
#member-facts .wrapper #circle .container {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  width: 200px;
  height: 200px;
  border: 5px #ce1919 solid;
  border-radius: 120px;
  behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);
  text-transform: uppercase;
  text-align: center; }
@media screen and (max-width: 885px) {
  #member-facts .wrapper #circle .container {
    width: 150px;
    height: 150px; } }
@media screen and (max-width: 675px) {
  #member-facts .wrapper #circle .container {
    margin: 0 auto; } }
#member-facts .wrapper #circle .container a {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  font-family: 'ubunturegular';
  display: block;
  width: 200px;
  height: 200px;
  margin-top: 75px;
  color: #ce1919;
  line-height: 18px;
  text-decoration: none; }
@media screen and (max-width: 885px) {
  #member-facts .wrapper #circle .container a {
    width: 150px;
    height: 150px;
    margin-top: 60px; } }
@media screen and (min-width: 766px) {
  #member-facts .wrapper #circle:hover .container {
    background: rgba(0, 0, 0, 0.5); }
  #member-facts .wrapper #circle:hover .container a {
    color: #fff; } }

#my-posts {
  position: relative;
  background: #fff; }
#my-posts .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#my-posts .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#my-posts .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#my-posts .wrapper .all-posts > li {
  border-bottom: 1px solid #cfcfcf;
  padding: 56px 0 54px; }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts > li:first-child {
    padding-top: 0; } }
#my-posts .wrapper .all-posts {
  padding: 3.1em 0; }
#my-posts .wrapper .all-posts:before, #my-posts .wrapper .all-posts:after {
  content: " ";
  display: table; }
#my-posts .wrapper .all-posts:after {
  clear: both; }
#my-posts .wrapper .all-posts {
  *zoom: 1; }
#my-posts .wrapper .all-posts li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0; }
#my-posts .wrapper .all-posts li:before, #my-posts .wrapper .all-posts li:after {
  content: " ";
  display: table; }
#my-posts .wrapper .all-posts li:after {
  clear: both; }
#my-posts .wrapper .all-posts li {
  *zoom: 1; }
#my-posts .wrapper .all-posts li .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-left: 8px; }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts li .icons {
    margin-left: -20px !important; } }
#my-posts .wrapper .all-posts li .icons .tags {
  display: inline-block;
  float: left; }
#my-posts .wrapper .all-posts li .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#my-posts .wrapper .all-posts li .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts li .icons .engagement-icons {
    clear: both;
    float: left;
    margin: 20px 10px 0px; } }
#my-posts .wrapper .all-posts li .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#my-posts .wrapper .all-posts li .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#my-posts .wrapper .all-posts li .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#my-posts .wrapper .all-posts li .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#my-posts .wrapper .all-posts li .icons .engagement-icons li.comments {
  background-position: -110px 0; }
@media screen and (max-width: 1008px) {
  #my-posts .wrapper .all-posts li .post-info {
    position: relative; } }
#my-posts .wrapper .all-posts li .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -155px; }
@media screen and (max-width: 1008px) {
  #my-posts .wrapper .all-posts li .post-info .date {
    position: absolute;
    right: 0px;
    top: 40px; } }
@media screen and (max-width: 675px) {
  #my-posts .wrapper .all-posts li .post-info .date {
    display: none; } }
#my-posts .wrapper .all-posts li .post-info .date h2, #my-posts .wrapper .all-posts li .post-info .date h3, #my-posts .wrapper .all-posts li .post-info .date p {
  text-align: center; }
#my-posts .wrapper .all-posts li .post-info .date h2, #my-posts .wrapper .all-posts li .post-info .date h3, #my-posts .wrapper .all-posts li .post-info .date p, #my-posts .wrapper .all-posts li .post-info .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #my-posts .wrapper .all-posts li .post-info .date h2, #my-posts .wrapper .all-posts li .post-info .date h3, #my-posts .wrapper .all-posts li .post-info .date p, #my-posts .wrapper .all-posts li .post-info .date hr {
    left: 0; } }
#my-posts .wrapper .all-posts li .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#my-posts .wrapper .all-posts li .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#my-posts .wrapper .all-posts li .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#my-posts .wrapper .all-posts li .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#my-posts .wrapper .all-posts li .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 88%;
  margin-top: -3px;
  padding-left: 10px; }
#my-posts .wrapper .all-posts li .post-info .post-content:before, #my-posts .wrapper .all-posts li .post-info .post-content:after {
  content: " ";
  display: table; }
#my-posts .wrapper .all-posts li .post-info .post-content:after {
  clear: both; }
#my-posts .wrapper .all-posts li .post-info .post-content {
  *zoom: 1; }
#my-posts .wrapper .all-posts li .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#my-posts .wrapper .all-posts li .post-info .post-content h2 a:link, #my-posts .wrapper .all-posts li .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts li .post-info .post-content h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }
#my-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #my-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics:before, #my-posts .wrapper .all-posts li .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics:after {
  clear: both; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics {
  *zoom: 1; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  display: block;
  width: 145px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics .author-image, #my-posts .wrapper .all-posts li .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 .5em 0 .5em; }
#my-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name a:link, #my-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name a:visited {
  color: #000;
  text-decoration: none; }
#my-posts .wrapper .all-posts li .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#my-posts .wrapper .all-posts li .post-info .read-more {
  display: inline-block;
  width: 98%; }
#my-posts .wrapper .all-posts li .post-info .read-more .read-more-button {
  float: right;
  background: #c40005;
  width: 73px;
  height: 28px;
  padding: .2em .5em 0;
  text-align: center; }
#my-posts .wrapper .all-posts li .post-info .read-more .read-more-button a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
#my-posts .wrapper .pagination {
  text-align: center;
  margin: -25px auto 0 auto;
  padding: 0 0 30px 0;
  overflow: auto; }
#my-posts .wrapper .pagination li {
  display: inline-block;
  padding: 0 2.5px;
  font-family: 'titillium_weblight';
  color: #df0024;
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 340px) {
  #my-posts .wrapper .pagination li {
    font-size: 11px; } }
#my-posts .wrapper .pagination li a {
  text-decoration: none;
  color: #303030; }
#my-posts .wrapper .pagination li:after {
  font-family: 'titillium_weblight';
  padding: 0 0 0 5px;
  content: "/";
  font-size: 14px;
  color: #303030;
  font-weight: light; }
#my-posts .wrapper .pagination li:last-child:after {
  content: ""; }
#my-posts .wrapper .pagination li:nth-last-child(2):after {
  content: "" !important; }
#my-posts .wrapper .pagination li.left-arrow, #my-posts .wrapper .pagination li.right-arrow {
  color: #df0024;
  font-size: 30px; }
#my-posts .wrapper .pagination li.left-arrow a, #my-posts .wrapper .pagination li.right-arrow a {
  color: #df0024;
  font-size: 30px; }
#my-posts .wrapper .pagination li.inactive-arrow {
  color: gray !important; }
#my-posts .wrapper .pagination li.inactive-arrow a {
  color: gray !important; }
#my-posts .wrapper .pagination li.left-arrow {
  padding-right: 20%; }
#my-posts .wrapper .pagination li.left-arrow.left-arrow:after {
  content: ""; }
#my-posts .wrapper .pagination li.right-arrow {
  padding-left: 20%; }
#my-posts .wrapper .all-posts {
  margin: 3.1em 0 0 1em;
  overflow: auto; }
@media screen and (max-width: 765px) {
  #my-posts .wrapper .all-posts {
    margin-top: 0; } }
#my-posts .wrapper .pagination {
  margin: 60px auto 0px auto;
  padding-bottom: 100px; }

#project {
  margin-top: 365px;
  position: relative;
  background: transparent url("../images/dottedpattern.png") -1px 0 repeat; }
#project:before, #project:after {
  content: " ";
  display: table; }
#project:after {
  clear: both; }
#project {
  *zoom: 1; }
@media screen and (max-width: 765px) {
  #project {
    margin-top: 0; } }
#project .wrapper {
  max-width: 985px;
  padding: 0px 2%;
  overflow: auto;
  width: 96%; }
#project .wrapper #socmed {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%;
  margin: 0;
  width: 8.16668%;
  padding-right: 1%;
  padding: 0; }
@media screen and (max-width: 480px) {
  #project .wrapper #socmed {
    display: none; } }
#project .wrapper #socmed:before, #project .wrapper #socmed:after {
  content: " ";
  display: table; }
#project .wrapper #socmed:after {
  clear: both; }
#project .wrapper #socmed {
  *zoom: 1; }
#project .wrapper #socmed .engagement-icons {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 4.3em 0 0; }
#project .wrapper #socmed .engagement-icons:before, #project .wrapper #socmed .engagement-icons:after {
  content: " ";
  display: table; }
#project .wrapper #socmed .engagement-icons:after {
  clear: both; }
#project .wrapper #socmed .engagement-icons {
  *zoom: 1; }
#project .wrapper #socmed .engagement-icons li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  cursor: pointer;
  margin: 0;
  max-width: 66px;
  height: 66px;
  background: transparent url("../images/socialsharewhite.png") 0 0 no-repeat;
  text-indent: -8400px;
  display: block; }
#project .wrapper #socmed .engagement-icons li a {
  display: block;
  width: 40px;
  height: 40px; }
#project .wrapper #socmed .engagement-icons li.tweet {
  background-color: #00aced;
  background-position: 50% 26px; }
#project .wrapper #socmed .engagement-icons li.share {
  background-color: #3b579d;
  background-position: 50% -40px;
  clear: both; }
@media screen and (min-width: 766px) {
  #project .wrapper #socmed .engagement-icons li:hover {
    background-color: #000; } }
#project .wrapper #socmed .engagement-icons.docked {
  position: fixed;
  top: 28px; }
#project .wrapper #the-project {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%; }
@media screen and (max-width: 480px) {
  #project .wrapper #the-project {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#project .wrapper #the-project #project-head {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 3.5em 0 0 0; }
#project .wrapper #the-project #project-head #project-title {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%;
  margin-left: 0; }
#project .wrapper #the-project #project-head #project-title .category-tag h3 {
  font-family: 'DINPro-Bold';
  display: inline;
  background: #009f3d;
  font-size: 10px;
  padding: .5em 1em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; }
#project .wrapper #the-project #project-head #project-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 100px;
  color: #292929;
  margin: 10px 0 30px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0; }
@media screen and (max-width: 480px) {
  #project .wrapper #the-project #project-head #project-title h2 {
    font-size: 60px;
    line-height: 52px; } }
#project .wrapper #the-project #project-head #project-title p {
  font-family: 'Rokkitt';
  font-size: 26px;
  color: #535353;
  margin: -23px 0 0;
  line-height: 28px; }
#project .wrapper #the-project #project-content {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  border-top: 1px solid #c7d3d7;
  margin: 1.3em 0 0;
  padding: 3.7em 0 0; }
@media screen and (max-width: 480px) {
  #project .wrapper #the-project #project-content {
    width: 99.91667%; } }
#project .wrapper #the-project #project-content p {
  font-family: 'OpenSans';
  font-size: 18px;
  color: #303030;
  line-height: 30px; }
#project .wrapper #the-project #project-content #featured-image {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
  margin-left: 0; }
@media screen and (max-width: 675px) {
  #project .wrapper #the-project #project-content #featured-image {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#project .wrapper #the-project #project-content #featured-image img {
  width: 100%; }
#project .wrapper #the-project #project-content #project-summary {
  display: inline;
  float: left;
  width: 28.75%;
  margin: 0 1.04167%;
  margin-left: 3.54167%; }
@media screen and (max-width: 675px) {
  #project .wrapper #the-project #project-content #project-summary {
    display: inline;
    float: left;
    width: 95.41667%;
    margin: 0 1.04167%; } }
#project .wrapper #the-project #project-content #project-summary p {
  font-family: 'OpenSans';
  font-size: 18px;
  color: #303030;
  line-height: 30px; }
#project .wrapper #the-project #project-content #services-rendered {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  border-top: 1px solid #c7d3d7;
  margin: 3.3em 0 0;
  padding: 15px 0 0; }
#project .wrapper #the-project #project-content #services-rendered h2 {
  font-family: 'DINProRegular';
  font-size: 24px;
  color: #303030;
  text-transform: uppercase;
  letter-spacing: -1px; }
#project .wrapper #the-project #project-content #services-rendered .table {
  padding: 1.4em 0 0; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services {
  list-style: none;
  padding: 20px 0 0; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li {
  display: inline-table;
  margin: 0 15px 0 0; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .circle {
  width: 85px;
  height: 85px;
  border-radius: 50px; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .circle i {
  color: #fff;
  font-size: 35px;
  padding-top: 30px; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .orange {
  background: #db6541; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .yellow {
  background: #e7b659; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .lightblue {
  background: #82c1d2; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .green {
  background: #94ac70; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .medblue {
  background: #6895b2; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .darkblue {
  background: #3b579d; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .purple {
  background: #8f89b5; }
@media screen and (max-width: 765px) {
  #project .wrapper #the-project #project-content #services-rendered .table ul#services li {
    margin-right: 8px; } }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li .circle {
  text-align: center; }
#project .wrapper #the-project #project-content #services-rendered .table ul#services li p {
  font-family: 'OpenSans';
  font-size: 13px;
  color: #000;
  text-align: center;
  padding-top: 15px;
  line-height: 16px;
  width: 88px;
  margin: 0 auto; }
#project .wrapper #the-project #project-content #project-gallery {
  clear: both;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  border-top: 1px solid #c7d3d7;
  margin: 4.2em 0 0;
  padding: 1em 0 4.2em; }
#project .wrapper #the-project #project-content #project-gallery h2 {
  font-family: 'DINProRegular';
  color: #292929;
  font-size: 32px;
  line-height: 29px;
  padding-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#project .wrapper #the-project #project-content #project-gallery h3, #project .wrapper #the-project #project-content #project-gallery h4 {
  font-family: 'DINPro-Light';
  color: #303030;
  font-size: 27px;
  line-height: 20px;
  padding-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#project .wrapper #the-project #project-content #project-gallery h4 {
  font-size: 24px;
  padding-bottom: 20px; }
#project .wrapper #the-project #project-content #project-gallery .full-image {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 0 0 3.00334% 0;
  width: 100%; }
#project .wrapper #the-project #project-content #project-gallery .full-image img {
  width: 100%; }
#project .wrapper #the-project #project-content #project-gallery .half-image {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  width: 48.35833%;
  margin: 0 1.60167% 3.00334% 0;
  max-height: 390px;
  overflow: hidden; }
#project .wrapper #the-project #project-content #project-gallery .half-image img {
  width: 100%; }
#project .wrapper #the-project #project-content #project-gallery .half-image + .half-image {
  margin: 0 0 3.00334% 1.60167%; }
#project .wrapper #the-project #project-content #project-gallery ul {
  list-style: none;
  padding-top: 20px; }
#project .wrapper #the-project #project-content #project-gallery ul li {
  font-family: 'DINPro-Medium';
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 1.5em 0;
  padding-left: 1em;
  text-indent: -1.2em; }
#project .wrapper #the-project #project-content #project-gallery ul li:before {
  content: "• ";
  color: #ce1919;
  font-size: 30px;
  position: relative;
  top: 3px; }

.project_form {
  width: 100%;
  margin: 0;
  clear: both;
  padding: 0 1% !important;
  padding: 0; }
.project_form:before, .project_form:after {
  content: " ";
  display: table; }
.project_form:after {
  clear: both; }
.project_form {
  *zoom: 1; }
.project_form h3 {
  margin-top: -10px; }
.project_form p {
  margin-bottom: 20px;
  text-align: center; }
.project_form ul {
  padding: 0px;
  margin: 0px; }
.project_form li {
  height: 100%;
  list-style-type: none !important;
  margin-bottom: 25px; }
.project_form li:before {
  content: "" !important; }
.project_form label {
  font-family: 'DINProRegular';
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  margin: 40px 0 0 0;
  color: #a4a4a4;
  vertical-align: baseline; }
.project_form .labelfocus {
  color: black; }
.project_form input {
  font-family: 'Rokkitt';
  font-size: 28px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  padding-bottom: 5px;
  text-align: center; }
@media screen and (max-width: 480px) {
  .project_form input {
    width: 85%; } }
.project_form input:focus {
  border-bottom: 1px solid #000; }
.project_form input.button {
  font-family: 'DINPro-Light';
  border: 0px;
  outline: 0;
  padding: .33em 0 .5em 0;
  font-size: 20px;
  font-weight: bold;
  color: #c40005;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 20px;
  width: 200px;
  height: 200px;
  background: transparent;
  border: 4px solid #c40005 !important;
  border-radius: 100px;
  float: left; }
.project_form .validation_error {
  color: #c40005;
  font-size: 16px;
  padding: 0 !important;
  margin: 0 !important; }
.project_form .validation_message {
  color: #c40005;
  padding-top: 25px;
  font-size: 14px; }
.project_form .gform_title {
  text-indent: -9999px; }
.project_form .gform_footer {
  text-align: center; }
.project_form textarea {
  margin-top: 30px;
  outline: none;
  border: 1px solid #a4a4a4;
  width: 375px; }
@media screen and (max-width: 480px) {
  .project_form textarea {
    width: 85%; } }
.project_form textarea:focus {
  border: 1px solid #000; }
.project_form #respond_submit {
  font-family: 'DINPro-Light';
  border: 0px;
  outline: 0;
  padding: .33em 0 .5em 0;
  font-size: 20px;
  font-weight: bold;
  color: #c40005;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 20px;
  width: 200px;
  height: 200px;
  background: transparent;
  border: 4px solid #c40005;
  border-radius: 100px; }

#navigator {
  width: 100%;
  background: #ececec;
  position: relative;
  z-index: 2;
  margin-top: 665px;
  	/*&.docked {
  		position: fixed;
  		top: -579px;
  		z-index: 2;
  
  		@include mobile {
  			top: -621px;
  		}
  	}*/ }
@media screen and (max-width: 765px) {
  #navigator {
    margin-top: 425px; } }
#navigator:before, #navigator:after {
  content: " ";
  display: table; }
#navigator:after {
  clear: both; }
#navigator {
  *zoom: 1; }
#navigator .wrapper {
  max-width: 805px;
  overflow: auto; }
@media screen and (max-width: 765px) {
  #navigator .wrapper {
    display: none; } }
#navigator .wrapper .whatwedo li {
  display: inline;
  float: left;
  width: 22.91667%;
  margin: 0 1.04167%;
  padding: 3em 0 2em; }
#navigator .wrapper .whatwedo li > a:link, #navigator .wrapper .whatwedo li a:visited {
  text-decoration: none; }
#navigator .wrapper .whatwedo li i {
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  text-align: center;
  display: block;
  margin: 0 auto 5px 0;
  color: #cacaca;
  font-size: 30px; }
#navigator .wrapper .whatwedo li p {
  text-align: center; }
@media screen and (max-width: 480px) {
  #navigator .wrapper .whatwedo li p {
    display: none; } }
#navigator .wrapper .whatwedo li p a {
  font-family: 'DINPro-Bold';
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  font-size: 20px;
  color: #292929;
  text-decoration: none; }
#navigator .wrapper .whatwedo li.active i {
  color: #ce1919; }
#navigator .wrapper .whatwedo li.active a {
  color: #292929; }
@media screen and (min-width: 766px) {
  #navigator .wrapper .whatwedo li:hover i {
    color: #ce1919; }
  #navigator .wrapper .whatwedo li:hover a {
    color: #888888; } }

#create, #activate, #innovate, #analyze {
  padding-bottom: 4em;
  position: relative;
  background: transparent url("../images/dottedpattern.png") -1px 0 repeat; }
#create:before, #create:after, #activate:before, #activate:after, #innovate:before, #innovate:after, #analyze:before, #analyze:after {
  content: " ";
  display: table; }
#create:after, #activate:after, #innovate:after, #analyze:after {
  clear: both; }
#create, #activate, #innovate, #analyze {
  *zoom: 1; }
#create .title, #activate .title, #innovate .title, #analyze .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#create .title .wrapper h2, #activate .title .wrapper h2, #innovate .title .wrapper h2, #analyze .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#create .title .arrow, #activate .title .arrow, #innovate .title .arrow, #analyze .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
@media screen and (max-width: 1080px) {
  #create, #activate, #innovate, #analyze {
    overflow: hidden; } }
#create .title, #activate .title, #innovate .title, #analyze .title {
  padding: 1.5em 0; }
#create .title .wrapper, #activate .title .wrapper, #innovate .title .wrapper, #analyze .title .wrapper {
  max-width: 995px; }
#create .wrapper, #activate .wrapper, #innovate .wrapper, #analyze .wrapper {
  max-width: 891px; }
#create .wrapper .content, #activate .wrapper .content, #innovate .wrapper .content, #analyze .wrapper .content {
  margin: 11em 0 2.5em;
  padding: 0 0 7em;
  border-bottom: 1px solid #cdcdcd;
  position: relative; }
@media screen and (max-width: 900px) {
  #create .wrapper .content, #activate .wrapper .content, #innovate .wrapper .content, #analyze .wrapper .content {
    padding: 0 2em 7em; } }
@media screen and (max-width: 480px) {
  #create .wrapper .content, #activate .wrapper .content, #innovate .wrapper .content, #analyze .wrapper .content {
    padding: 0 2em 5em; } }
#create .wrapper .content span, #activate .wrapper .content span, #innovate .wrapper .content span, #analyze .wrapper .content span {
  display: block;
  background: #ce1919;
  height: 3px;
  width: 16px;
  margin-left: 3px; }
#create .wrapper .content h2, #create .wrapper .content p, #activate .wrapper .content h2, #activate .wrapper .content p, #innovate .wrapper .content h2, #innovate .wrapper .content p, #analyze .wrapper .content h2, #analyze .wrapper .content p {
  position: relative;
  z-index: 1; }
#create .wrapper .content h2, #activate .wrapper .content h2, #innovate .wrapper .content h2, #analyze .wrapper .content h2 {
  font-family: 'DINPro-Medium';
  text-transform: uppercase;
  font-size: 184px;
  color: #292929;
  letter-spacing: -14px;
  margin: -33px 0 0 -10px; }
@media screen and (max-width: 620px) {
  #create .wrapper .content h2, #activate .wrapper .content h2, #innovate .wrapper .content h2, #analyze .wrapper .content h2 {
    font-size: 130px; } }
@media screen and (max-width: 480px) {
  #create .wrapper .content h2, #activate .wrapper .content h2, #innovate .wrapper .content h2, #analyze .wrapper .content h2 {
    font-size: 70px;
    letter-spacing: -5px;
    margin: -10px 0 20px -10px; } }
@media screen and (max-width: 480px) {
  #create .wrapper .content h2.push, #activate .wrapper .content h2.push, #innovate .wrapper .content h2.push, #analyze .wrapper .content h2.push {
    padding-left: 6px; } }
#create .wrapper .content h3, #activate .wrapper .content h3, #innovate .wrapper .content h3, #analyze .wrapper .content h3 {
  position: absolute;
  top: 0;
  right: -80px; }
#create .wrapper .content h3 i, #activate .wrapper .content h3 i, #innovate .wrapper .content h3 i, #analyze .wrapper .content h3 i {
  font-size: 316px;
  color: #ddd; }
#create .wrapper .content p, #activate .wrapper .content p, #innovate .wrapper .content p, #analyze .wrapper .content p {
  font-family: 'Rokkitt';
  font-size: 28px;
  color: #292929;
  letter-spacing: -0.02em;
  line-height: 32px;
  margin-top: -38px; }
#create .wrapper .content h2 + p, #activate .wrapper .content h2 + p, #innovate .wrapper .content h2 + p, #analyze .wrapper .content h2 + p {
  margin-top: -42px; }
@media screen and (max-width: 765px) {
  #create .wrapper .content br, #activate .wrapper .content br, #innovate .wrapper .content br, #analyze .wrapper .content br {
    display: none; } }
#create .wrapper .services, #activate .wrapper .services, #innovate .wrapper .services, #analyze .wrapper .services {
  margin: 0 auto;
  max-width: 802px;
  padding: 0; }
#create .wrapper .services li, #activate .wrapper .services li, #innovate .wrapper .services li, #analyze .wrapper .services li {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  min-height: 360px; }
@media screen and (max-width: 480px) {
  #create .wrapper .services li, #activate .wrapper .services li, #innovate .wrapper .services li, #analyze .wrapper .services li {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#create .wrapper .services li .circle, #activate .wrapper .services li .circle, #innovate .wrapper .services li .circle, #analyze .wrapper .services li .circle {
  width: 85px;
  height: 85px;
  border-radius: 50px; }
#create .wrapper .services li .circle i, #activate .wrapper .services li .circle i, #innovate .wrapper .services li .circle i, #analyze .wrapper .services li .circle i {
  color: #fff;
  font-size: 35px;
  padding-top: 30px; }
#create .wrapper .services li .orange, #activate .wrapper .services li .orange, #innovate .wrapper .services li .orange, #analyze .wrapper .services li .orange {
  background: #db6541; }
#create .wrapper .services li .yellow, #activate .wrapper .services li .yellow, #innovate .wrapper .services li .yellow, #analyze .wrapper .services li .yellow {
  background: #e7b659; }
#create .wrapper .services li .lightblue, #activate .wrapper .services li .lightblue, #innovate .wrapper .services li .lightblue, #analyze .wrapper .services li .lightblue {
  background: #82c1d2; }
#create .wrapper .services li .green, #activate .wrapper .services li .green, #innovate .wrapper .services li .green, #analyze .wrapper .services li .green {
  background: #94ac70; }
#create .wrapper .services li .medblue, #activate .wrapper .services li .medblue, #innovate .wrapper .services li .medblue, #analyze .wrapper .services li .medblue {
  background: #6895b2; }
#create .wrapper .services li .darkblue, #activate .wrapper .services li .darkblue, #innovate .wrapper .services li .darkblue, #analyze .wrapper .services li .darkblue {
  background: #3b579d; }
#create .wrapper .services li .purple, #activate .wrapper .services li .purple, #innovate .wrapper .services li .purple, #analyze .wrapper .services li .purple {
  background: #8f89b5; }
#create .wrapper .services li .circle, #activate .wrapper .services li .circle, #innovate .wrapper .services li .circle, #analyze .wrapper .services li .circle {
  margin: 0 auto;
  width: 115px;
  height: 115px;
  margin-top: 2.5em;
  border-radius: 80px; }
#create .wrapper .services li .circle i, #activate .wrapper .services li .circle i, #innovate .wrapper .services li .circle i, #analyze .wrapper .services li .circle i {
  display: block;
  font-size: 55px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 0 0; }
#create .wrapper .services li .circle i.fa-tachometer, #activate .wrapper .services li .circle i.fa-tachometer, #innovate .wrapper .services li .circle i.fa-tachometer, #analyze .wrapper .services li .circle i.fa-tachometer {
  padding: 24px 0 0; }
#create .wrapper .services li .wrapper, #activate .wrapper .services li .wrapper, #innovate .wrapper .services li .wrapper, #analyze .wrapper .services li .wrapper {
  padding: 0 0em; }
#create .wrapper .services li .wrapper h2, #create .wrapper .services li .wrapper p, #activate .wrapper .services li .wrapper h2, #activate .wrapper .services li .wrapper p, #innovate .wrapper .services li .wrapper h2, #innovate .wrapper .services li .wrapper p, #analyze .wrapper .services li .wrapper h2, #analyze .wrapper .services li .wrapper p {
  font-family: 'OpenSans';
  text-align: center;
  color: #000; }
#create .wrapper .services li .wrapper h2, #activate .wrapper .services li .wrapper h2, #innovate .wrapper .services li .wrapper h2, #analyze .wrapper .services li .wrapper h2 {
  font-size: 22px;
  padding-top: 1em; }
#create .wrapper .services li .wrapper p, #activate .wrapper .services li .wrapper p, #innovate .wrapper .services li .wrapper p, #analyze .wrapper .services li .wrapper p {
  font-size: 14px;
  padding: 0 3em; }

#activate .wrapper .content h2, #analyze .wrapper .content h2 {
  margin-left: 2px; }
#activate .wrapper .content h2 + p, #analyze .wrapper .content h2 + p {
  margin-left: 2px; }

#innovate {
  margin-left: -14px; }

#category-heading .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#category-heading .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#category-heading .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
#category-heading .wrapper .all-posts > li {
  border-bottom: 1px solid #cfcfcf;
  padding: 56px 0 54px; }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts > li:first-child {
    padding-top: 0; } }
#category-heading .wrapper .all-posts {
  padding: 3.1em 0; }
#category-heading .wrapper .all-posts:before, #category-heading .wrapper .all-posts:after {
  content: " ";
  display: table; }
#category-heading .wrapper .all-posts:after {
  clear: both; }
#category-heading .wrapper .all-posts {
  *zoom: 1; }
#category-heading .wrapper .all-posts li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0; }
#category-heading .wrapper .all-posts li:before, #category-heading .wrapper .all-posts li:after {
  content: " ";
  display: table; }
#category-heading .wrapper .all-posts li:after {
  clear: both; }
#category-heading .wrapper .all-posts li {
  *zoom: 1; }
#category-heading .wrapper .all-posts li .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-left: 8px; }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts li .icons {
    margin-left: -20px !important; } }
#category-heading .wrapper .all-posts li .icons .tags {
  display: inline-block;
  float: left; }
#category-heading .wrapper .all-posts li .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#category-heading .wrapper .all-posts li .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts li .icons .engagement-icons {
    clear: both;
    float: left;
    margin: 20px 10px 0px; } }
#category-heading .wrapper .all-posts li .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#category-heading .wrapper .all-posts li .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#category-heading .wrapper .all-posts li .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#category-heading .wrapper .all-posts li .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#category-heading .wrapper .all-posts li .icons .engagement-icons li.comments {
  background-position: -110px 0; }
@media screen and (max-width: 1008px) {
  #category-heading .wrapper .all-posts li .post-info {
    position: relative; } }
#category-heading .wrapper .all-posts li .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -155px; }
@media screen and (max-width: 1008px) {
  #category-heading .wrapper .all-posts li .post-info .date {
    position: absolute;
    right: 0px;
    top: 40px; } }
@media screen and (max-width: 675px) {
  #category-heading .wrapper .all-posts li .post-info .date {
    display: none; } }
#category-heading .wrapper .all-posts li .post-info .date h2, #category-heading .wrapper .all-posts li .post-info .date h3, #category-heading .wrapper .all-posts li .post-info .date p {
  text-align: center; }
#category-heading .wrapper .all-posts li .post-info .date h2, #category-heading .wrapper .all-posts li .post-info .date h3, #category-heading .wrapper .all-posts li .post-info .date p, #category-heading .wrapper .all-posts li .post-info .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #category-heading .wrapper .all-posts li .post-info .date h2, #category-heading .wrapper .all-posts li .post-info .date h3, #category-heading .wrapper .all-posts li .post-info .date p, #category-heading .wrapper .all-posts li .post-info .date hr {
    left: 0; } }
#category-heading .wrapper .all-posts li .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#category-heading .wrapper .all-posts li .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#category-heading .wrapper .all-posts li .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#category-heading .wrapper .all-posts li .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#category-heading .wrapper .all-posts li .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 88%;
  margin-top: -3px;
  padding-left: 10px; }
#category-heading .wrapper .all-posts li .post-info .post-content:before, #category-heading .wrapper .all-posts li .post-info .post-content:after {
  content: " ";
  display: table; }
#category-heading .wrapper .all-posts li .post-info .post-content:after {
  clear: both; }
#category-heading .wrapper .all-posts li .post-info .post-content {
  *zoom: 1; }
#category-heading .wrapper .all-posts li .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#category-heading .wrapper .all-posts li .post-info .post-content h2 a:link, #category-heading .wrapper .all-posts li .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts li .post-info .post-content h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }
#category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics:before, #category-heading .wrapper .all-posts li .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics:after {
  clear: both; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics {
  *zoom: 1; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  display: block;
  width: 145px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics .author-image, #category-heading .wrapper .all-posts li .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 .5em 0 .5em; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics .author-name a:link, #category-heading .wrapper .all-posts li .post-info .post-content .graphics .author-name a:visited {
  color: #000;
  text-decoration: none; }
#category-heading .wrapper .all-posts li .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#category-heading .wrapper .all-posts li .post-info .read-more {
  display: inline-block;
  width: 98%; }
#category-heading .wrapper .all-posts li .post-info .read-more .read-more-button {
  float: right;
  background: #c40005;
  width: 73px;
  height: 28px;
  padding: .2em .5em 0;
  text-align: center; }
#category-heading .wrapper .all-posts li .post-info .read-more .read-more-button a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
#category-heading .wrapper .pagination {
  text-align: center;
  margin: -25px auto 0 auto;
  padding: 0 0 30px 0;
  overflow: auto; }
#category-heading .wrapper .pagination li {
  display: inline-block;
  padding: 0 2.5px;
  font-family: 'titillium_weblight';
  color: #df0024;
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 340px) {
  #category-heading .wrapper .pagination li {
    font-size: 11px; } }
#category-heading .wrapper .pagination li a {
  text-decoration: none;
  color: #303030; }
#category-heading .wrapper .pagination li:after {
  font-family: 'titillium_weblight';
  padding: 0 0 0 5px;
  content: "/";
  font-size: 14px;
  color: #303030;
  font-weight: light; }
#category-heading .wrapper .pagination li:last-child:after {
  content: ""; }
#category-heading .wrapper .pagination li:nth-last-child(2):after {
  content: "" !important; }
#category-heading .wrapper .pagination li.left-arrow, #category-heading .wrapper .pagination li.right-arrow {
  color: #df0024;
  font-size: 30px; }
#category-heading .wrapper .pagination li.left-arrow a, #category-heading .wrapper .pagination li.right-arrow a {
  color: #df0024;
  font-size: 30px; }
#category-heading .wrapper .pagination li.inactive-arrow {
  color: gray !important; }
#category-heading .wrapper .pagination li.inactive-arrow a {
  color: gray !important; }
#category-heading .wrapper .pagination li.left-arrow {
  padding-right: 20%; }
#category-heading .wrapper .pagination li.left-arrow.left-arrow:after {
  content: ""; }
#category-heading .wrapper .pagination li.right-arrow {
  padding-left: 20%; }
#category-heading .wrapper .all-posts {
  margin-top: -15px;
  margin-left: 15px; }
#category-heading .wrapper .all-posts > li {
  padding-bottom: 5px; }
#category-heading .wrapper .all-posts li {
  border-bottom: 0px; }
#category-heading .wrapper .all-posts li .icons .engagement-icons {
  padding-bottom: 5px; }
#category-heading .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  width: 240px; }
#category-heading .wrapper .all-posts li .post-info .post-content h2 {
  font-size: 60px;
  line-height: 49px; }
#category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #category-heading .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }

#single-post {
  margin-top: 365px;
  position: relative;
  background: transparent url("../images/dottedpattern.png") -1px 0 repeat; }
#single-post:before, #single-post:after {
  content: " ";
  display: table; }
#single-post:after {
  clear: both; }
#single-post {
  *zoom: 1; }
@media screen and (max-width: 765px) {
  #single-post {
    margin-top: 40px; } }
#single-post .wrapper {
  max-width: 924px;
  padding: 0px 2%;
  overflow: auto;
  width: 96%;
  padding-left: 14%; }
#single-post .wrapper #socmed {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%;
  margin: 0;
  width: 8.16668%;
  padding-right: 1%;
  padding: 0; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #socmed {
    display: none; } }
#single-post .wrapper #socmed:before, #single-post .wrapper #socmed:after {
  content: " ";
  display: table; }
#single-post .wrapper #socmed:after {
  clear: both; }
#single-post .wrapper #socmed {
  *zoom: 1; }
#single-post .wrapper #socmed .engagement-icons {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 4.3em 0 0; }
#single-post .wrapper #socmed .engagement-icons:before, #single-post .wrapper #socmed .engagement-icons:after {
  content: " ";
  display: table; }
#single-post .wrapper #socmed .engagement-icons:after {
  clear: both; }
#single-post .wrapper #socmed .engagement-icons {
  *zoom: 1; }
#single-post .wrapper #socmed .engagement-icons li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  cursor: pointer;
  margin: 0;
  max-width: 66px;
  height: 66px;
  background: transparent url("../images/socialsharewhite.png") 0 0 no-repeat;
  text-indent: -8400px;
  display: block; }
#single-post .wrapper #socmed .engagement-icons li a {
  display: block;
  width: 40px;
  height: 40px; }
#single-post .wrapper #socmed .engagement-icons li.tweet {
  background-color: #00aced;
  background-position: 50% 26px; }
#single-post .wrapper #socmed .engagement-icons li.share {
  background-color: #3b579d;
  background-position: 50% -40px;
  clear: both; }
#single-post .wrapper #socmed .engagement-icons li:hover {
  background-color: #000; }
#single-post .wrapper #socmed .engagement-icons.docked {
  position: fixed;
  top: 28px; }
#single-post .wrapper #post-left-col .all-posts > li {
  border-bottom: 1px solid #cfcfcf;
  padding: 56px 0 54px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .all-posts > li:first-child {
    padding-top: 0; } }
#single-post .wrapper #post-left-col .all-posts {
  padding: 3.1em 0; }
#single-post .wrapper #post-left-col .all-posts:before, #single-post .wrapper #post-left-col .all-posts:after {
  content: " ";
  display: table; }
#single-post .wrapper #post-left-col .all-posts:after {
  clear: both; }
#single-post .wrapper #post-left-col .all-posts {
  *zoom: 1; }
#single-post .wrapper #post-left-col .all-posts li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0; }
#single-post .wrapper #post-left-col .all-posts li:before, #single-post .wrapper #post-left-col .all-posts li:after {
  content: " ";
  display: table; }
#single-post .wrapper #post-left-col .all-posts li:after {
  clear: both; }
#single-post .wrapper #post-left-col .all-posts li {
  *zoom: 1; }
#single-post .wrapper #post-left-col .all-posts li .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-left: 8px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .all-posts li .icons {
    margin-left: -20px !important; } }
#single-post .wrapper #post-left-col .all-posts li .icons .tags {
  display: inline-block;
  float: left; }
#single-post .wrapper #post-left-col .all-posts li .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons {
    clear: both;
    float: left;
    margin: 20px 10px 0px; } }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#single-post .wrapper #post-left-col .all-posts li .icons .engagement-icons li.comments {
  background-position: -110px 0; }
@media screen and (max-width: 1008px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info {
    position: relative; } }
#single-post .wrapper #post-left-col .all-posts li .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -155px; }
@media screen and (max-width: 1008px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .date {
    position: absolute;
    right: 0px;
    top: 40px; } }
@media screen and (max-width: 675px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .date {
    display: none; } }
#single-post .wrapper #post-left-col .all-posts li .post-info .date h2, #single-post .wrapper #post-left-col .all-posts li .post-info .date h3, #single-post .wrapper #post-left-col .all-posts li .post-info .date p {
  text-align: center; }
#single-post .wrapper #post-left-col .all-posts li .post-info .date h2, #single-post .wrapper #post-left-col .all-posts li .post-info .date h3, #single-post .wrapper #post-left-col .all-posts li .post-info .date p, #single-post .wrapper #post-left-col .all-posts li .post-info .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .date h2, #single-post .wrapper #post-left-col .all-posts li .post-info .date h3, #single-post .wrapper #post-left-col .all-posts li .post-info .date p, #single-post .wrapper #post-left-col .all-posts li .post-info .date hr {
    left: 0; } }
#single-post .wrapper #post-left-col .all-posts li .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#single-post .wrapper #post-left-col .all-posts li .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#single-post .wrapper #post-left-col .all-posts li .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#single-post .wrapper #post-left-col .all-posts li .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 88%;
  margin-top: -3px;
  padding-left: 10px; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content:before, #single-post .wrapper #post-left-col .all-posts li .post-info .post-content:after {
  content: " ";
  display: table; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content:after {
  clear: both; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content {
  *zoom: 1; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content h2 a:link, #single-post .wrapper #post-left-col .all-posts li .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .post-content h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics:before, #single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics:after {
  clear: both; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics {
  *zoom: 1; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics .border-shape {
  display: block;
  width: 145px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics .author-image, #single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 .5em 0 .5em; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics .author-name a:link, #single-post .wrapper #post-left-col .all-posts li .post-info .post-content .graphics .author-name a:visited {
  color: #000;
  text-decoration: none; }
#single-post .wrapper #post-left-col .all-posts li .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#single-post .wrapper #post-left-col .all-posts li .post-info .read-more {
  display: inline-block;
  width: 98%; }
#single-post .wrapper #post-left-col .all-posts li .post-info .read-more .read-more-button {
  float: right;
  background: #c40005;
  width: 73px;
  height: 28px;
  padding: .2em .5em 0;
  text-align: center; }
#single-post .wrapper #post-left-col .all-posts li .post-info .read-more .read-more-button a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
#single-post .wrapper #post-left-col .pagination {
  text-align: center;
  margin: -25px auto 0 auto;
  padding: 0 0 30px 0;
  overflow: auto; }
#single-post .wrapper #post-left-col .pagination li {
  display: inline-block;
  padding: 0 2.5px;
  font-family: 'titillium_weblight';
  color: #df0024;
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 340px) {
  #single-post .wrapper #post-left-col .pagination li {
    font-size: 11px; } }
#single-post .wrapper #post-left-col .pagination li a {
  text-decoration: none;
  color: #303030; }
#single-post .wrapper #post-left-col .pagination li:after {
  font-family: 'titillium_weblight';
  padding: 0 0 0 5px;
  content: "/";
  font-size: 14px;
  color: #303030;
  font-weight: light; }
#single-post .wrapper #post-left-col .pagination li:last-child:after {
  content: ""; }
#single-post .wrapper #post-left-col .pagination li:nth-last-child(2):after {
  content: "" !important; }
#single-post .wrapper #post-left-col .pagination li.left-arrow, #single-post .wrapper #post-left-col .pagination li.right-arrow {
  color: #df0024;
  font-size: 30px; }
#single-post .wrapper #post-left-col .pagination li.left-arrow a, #single-post .wrapper #post-left-col .pagination li.right-arrow a {
  color: #df0024;
  font-size: 30px; }
#single-post .wrapper #post-left-col .pagination li.inactive-arrow {
  color: gray !important; }
#single-post .wrapper #post-left-col .pagination li.inactive-arrow a {
  color: gray !important; }
#single-post .wrapper #post-left-col .pagination li.left-arrow {
  padding-right: 20%; }
#single-post .wrapper #post-left-col .pagination li.left-arrow.left-arrow:after {
  content: ""; }
#single-post .wrapper #post-left-col .pagination li.right-arrow {
  padding-left: 20%; }
#single-post .wrapper #post-left-col .date {
  margin-left: -130%; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #post-left-col .date {
    margin-left: 50%; } }
#single-post .wrapper #post-left-col .date h2, #single-post .wrapper #post-left-col .date h3, #single-post .wrapper #post-left-col .date p {
  text-align: center; }
#single-post .wrapper #post-left-col .date h2, #single-post .wrapper #post-left-col .date h3, #single-post .wrapper #post-left-col .date p {
  text-align: center; }
#single-post .wrapper #post-left-col .date h2, #single-post .wrapper #post-left-col .date h3, #single-post .wrapper #post-left-col .date p, #single-post .wrapper #post-left-col .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #single-post .wrapper #post-left-col .date h2, #single-post .wrapper #post-left-col .date h3, #single-post .wrapper #post-left-col .date p, #single-post .wrapper #post-left-col .date hr {
    left: 0; } }
#single-post .wrapper #post-left-col .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#single-post .wrapper #post-left-col .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#single-post .wrapper #post-left-col .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#single-post .wrapper #post-left-col .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#single-post .wrapper #the-post {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #the-post {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#single-post .wrapper #the-post #post-head {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 60px 0 0 0; }
#single-post .wrapper #the-post #post-head #post-title {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%;
  display: inline;
  margin-left: 0;
  margin-top: -112px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-head #post-title {
    margin-top: -90px; } }
#single-post .wrapper #the-post #post-head #post-title .category-tag h3 {
  font-family: 'DINPro-Bold';
  display: inline;
  background: #009f3d;
  font-size: 10px;
  padding: .5em 1em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; }
#single-post .wrapper #the-post #post-head #post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #the-post #post-head #post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-head #post-title h2 {
    font-size: 30px;
    line-height: 26px !important;
    margin-top: 105px; } }
#single-post .wrapper #the-post #post-head #post-title p {
  font-family: 'Rokkitt';
  font-size: 26px;
  color: #535353;
  margin: -23px 0 0;
  line-height: 28px; }
#single-post .wrapper #the-post #post-head .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  display: inline;
  width: 100%;
  margin: -23px !important;
  padding: 0 !important;
  margin-top: -107px; }
#single-post .wrapper #the-post #post-head .icons .tags {
  display: inline-block;
  float: left; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-head .icons .tags {
    float: none;
    display: block; } }
#single-post .wrapper #the-post #post-head .icons .tags li {
  float: left;
  width: auto;
  margin: 0 0 0 0px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-head .icons .tags li {
    float: none;
    margin-bottom: 2px; } }
#single-post .wrapper #the-post #post-head #post-date {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #the-post #post-head #post-date {
    display: none; } }
#single-post .wrapper #the-post #post-head #post-date:before, #single-post .wrapper #the-post #post-head #post-date:after {
  content: " ";
  display: table; }
#single-post .wrapper #the-post #post-head #post-date:after {
  clear: both; }
#single-post .wrapper #the-post #post-head #post-date {
  *zoom: 1; }
#single-post .wrapper #the-post #post-content {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 0 0 0;
  padding: 0 0 0; }
@media screen and (max-width: 480px) {
  #single-post .wrapper #the-post #post-content {
    width: 99.91667%; } }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-content {
    width: 80%; } }
#single-post .wrapper #the-post #post-content p {
  font-family: 'OpenSans';
  font-size: 18px;
  color: #303030;
  line-height: 30px; }
@media screen and (max-width: 765px) {
  #single-post .wrapper #the-post #post-content p {
    font-size: 16px;
    line-height: 28px; } }
#single-post .wrapper #the-post #post-content #featured-image {
  display: inline;
  float: left;
  width: 64.58333%;
  margin: 0 1.04167%;
  margin-left: 0; }
@media screen and (max-width: 675px) {
  #single-post .wrapper #the-post #post-content #featured-image {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#single-post .wrapper #the-post #post-content #featured-image img {
  width: 100%; }
#single-post .wrapper #the-post #post-content .graphics {
  margin: 0 0 52px; }
#single-post .wrapper #the-post #post-content .graphics:before, #single-post .wrapper #the-post #post-content .graphics:after {
  content: " ";
  display: table; }
#single-post .wrapper #the-post #post-content .graphics:after {
  clear: both; }
#single-post .wrapper #the-post #post-content .graphics {
  *zoom: 1; }
#single-post .wrapper #the-post #post-content .graphics .border-shape {
  display: block;
  width: 240px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#single-post .wrapper #the-post #post-content .graphics .author-image, #single-post .wrapper #the-post #post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#single-post .wrapper #the-post #post-content .graphics > img {
  margin-top: -10px; }
#single-post .wrapper #the-post #post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 0 0 .5em;
  margin-top: -10px; }
#single-post .wrapper #the-post #post-content .graphics .author-name a:link, #single-post .wrapper #the-post #post-content .graphics .author-name a:visited {
  color: #303030;
  text-decoration: none; }
#single-post .wrapper #the-post #post-content #post-main-content {
  clear: both;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0 0 0;
  padding: 0em 0 4.2em; }
#single-post .wrapper #the-post #post-content #post-main-content h2 {
  font-family: 'DINProRegular';
  color: #292929;
  font-size: 32px;
  line-height: 29px;
  padding-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#single-post .wrapper #the-post #post-content #post-main-content h3, #single-post .wrapper #the-post #post-content #post-main-content h4 {
  font-family: 'DINPro-Light';
  color: #303030;
  font-size: 27px;
  line-height: 20px;
  padding-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#single-post .wrapper #the-post #post-content #post-main-content h4 {
  font-size: 24px;
  padding-bottom: 20px; }
#single-post .wrapper #the-post #post-content #post-main-content ul {
  list-style: none;
  padding-top: 20px; }
#single-post .wrapper #the-post #post-content #post-main-content ul li {
  font-family: 'DINPro-Medium';
  font-size: 18px;
  line-height: 18px;
  padding: 0 0 1.5em 0;
  padding-left: 1em;
  text-indent: -1.2em; }
#single-post .wrapper #the-post #post-content #post-main-content ul li:before {
  content: "• ";
  color: #ce1919;
  font-size: 30px;
  position: relative;
  top: 3px; }
#single-post .wrapper #the-post #post-content #post-main-content p {
  margin-bottom: 20px;
  padding-bottom: 0; }
#single-post .wrapper #the-post #post-content #post-main-content img {
  margin-top: 40px;
  height: auto; }
#single-post #comments {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat;
  padding: 0 0 3em; }
#single-post #comments:before, #single-post #comments:after {
  content: " ";
  display: table; }
#single-post #comments:after {
  clear: both; }
#single-post #comments {
  *zoom: 1; }
@media screen and (max-width: 765px) {
  #single-post #comments {
    display: none; } }
#single-post #comments .wrapper {
  padding-left: 0px !important; }
@media screen and (max-width: 480px) {
  #single-post #comments .wrapper {
    display: none; } }
#single-post #comments .wrapper:before, #single-post #comments .wrapper:after {
  content: " ";
  display: table; }
#single-post #comments .wrapper:after {
  clear: both; }
#single-post #comments .wrapper {
  *zoom: 1; }
#single-post #comments .wrapper h3 {
  display: inline;
  float: left;
  width: 10.41667%;
  margin: 0 1.04167%;
  background: transparent url("../images/comments.png") left 0 no-repeat;
  min-width: 35px;
  height: 217px;
  padding: 0;
  margin-top: 34px; }
@media screen and (max-width: 675px) {
  #single-post #comments .wrapper h3 {
    display: none; } }
#single-post #comments .wrapper .comments {
  display: inline;
  float: left;
  width: 85.41667%;
  margin: 0 1.04167%;
  padding: 0; }
@media screen and (max-width: 675px) {
  #single-post #comments .wrapper .comments {
    margin-left: 27px;
    overflow: hidden; } }
#single-post #comments .wrapper .comments li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 80%;
  margin: 2em auto;
  padding: 2em 0 0;
  border-top: 1px solid #cdcdcd; }
#single-post #comments .wrapper .comments li .avatar {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%; }
#single-post #comments .wrapper .comments li .avatar img {
  width: 100%;
  max-width: 100px;
  border-radius: 50px; }
#single-post #comments .wrapper .comments li .comment {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%; }
#single-post #comments .wrapper .comments li .comment .name h2, #single-post #comments .wrapper .comments li .comment .name p, #single-post #comments .wrapper .comments li .comment .date h2, #single-post #comments .wrapper .comments li .comment .date p {
  font-family: 'ubunturegular';
  text-transform: uppercase; }
#single-post #comments .wrapper .comments li .comment .name {
  float: left;
  width: 75%; }
#single-post #comments .wrapper .comments li .comment .name h2 {
  font-size: 16px;
  color: #df0024; }
#single-post #comments .wrapper .comments li .comment .date {
  float: left;
  margin: 0;
  width: 25%; }
#single-post #comments .wrapper .comments li .comment .date p {
  font-size: 13px;
  color: #748087; }
#single-post #comments .wrapper .comments li .comment .text {
  clear: both; }
#single-post #comments .wrapper .comments li .comment .text p {
  font-family: 'OpenSans';
  font-size: 14px;
  line-height: 21px;
  color: #303030; }
#single-post #comments .wrapper .comments li:last-child {
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px; }
#single-post #response .wrapper {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin-top: 0px;
  border-top: 1px solid #cdcdcd; }
#single-post #response .wrapper:before, #single-post #response .wrapper:after {
  content: " ";
  display: table; }
#single-post #response .wrapper:after {
  clear: both; }
#single-post #response .wrapper {
  *zoom: 1; }
#single-post #response .wrapper .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding: 0 0 1em; }
#single-post #response .wrapper .icons .tags:before, #single-post #response .wrapper .icons .tags:after {
  content: " ";
  display: table; }
#single-post #response .wrapper .icons .tags:after {
  clear: both; }
#single-post #response .wrapper .icons .tags {
  *zoom: 1; }
#single-post #response .wrapper .icons .tags li {
  width: auto;
  margin: 5px 0; }
#single-post #response .wrapper .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
#single-post #response .wrapper .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#single-post #response .wrapper .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#single-post #response .wrapper .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#single-post #response .wrapper .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#single-post #response .wrapper .icons .engagement-icons li.comments {
  background-position: -110px 0; }
#single-post #response .wrapper .post-info:before, #single-post #response .wrapper .post-info:after {
  content: " ";
  display: table; }
#single-post #response .wrapper .post-info:after {
  clear: both; }
#single-post #response .wrapper .post-info {
  *zoom: 1; }
#single-post #response .wrapper .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -165px;
  width: 10% !important;
  display: block;
  position: absolute; }
#single-post #response .wrapper .post-info .date h2, #single-post #response .wrapper .post-info .date h3, #single-post #response .wrapper .post-info .date p {
  text-align: center; }
#single-post #response .wrapper .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#single-post #response .wrapper .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#single-post #response .wrapper .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#single-post #response .wrapper .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#single-post #response .wrapper .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 97.25%; }
#single-post #response .wrapper .post-info .post-content:before, #single-post #response .wrapper .post-info .post-content:after {
  content: " ";
  display: table; }
#single-post #response .wrapper .post-info .post-content:after {
  clear: both; }
#single-post #response .wrapper .post-info .post-content {
  *zoom: 1; }
#single-post #response .wrapper .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#single-post #response .wrapper .post-info .post-content h2 a:link, #single-post #response .wrapper .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
#single-post #response .wrapper .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#single-post #response .wrapper .post-info .post-content .graphics:before, #single-post #response .wrapper .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#single-post #response .wrapper .post-info .post-content .graphics:after {
  clear: both; }
#single-post #response .wrapper .post-info .post-content .graphics {
  *zoom: 1; }
#single-post #response .wrapper .post-info .post-content .graphics .border-shape {
  display: block;
  width: 240px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#single-post #response .wrapper .post-info .post-content .graphics .author-image, #single-post #response .wrapper .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#single-post #response .wrapper .post-info .post-content .graphics > img {
  margin-top: -10px; }
#single-post #response .wrapper .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 0 0 .5em;
  margin-top: -10px; }
#single-post #response .wrapper .post-info .post-content .graphics .author-name a:link, #single-post #response .wrapper .post-info .post-content .graphics .author-name a:visited {
  color: #303030;
  text-decoration: none; }
#single-post #response .wrapper .post-info .post-content .post-images {
  width: 23%;
  float: left;
  display: inline; }
@media screen and (max-width: 675px) {
  #single-post #response .wrapper .post-info .post-content .post-images {
    display: none; } }
#single-post #response .wrapper .post-info .post-content .post-images img {
  width: 100%;
  margin: 1em 0 0; }
#single-post #response .wrapper .post-info .post-content .post-images .caption {
  font-size: 13px;
  color: #939393;
  text-transform: uppercase;
  padding: 5px 0 15px 0;
  float: right; }
#single-post #response .wrapper .post-info .post-content .post-text {
  max-width: 840px;
  width: 70%;
  padding: 0 0 0 3%;
  float: left; }
@media screen and (max-width: 675px) {
  #single-post #response .wrapper .post-info .post-content .post-text {
    width: 95%; } }
#single-post #response .wrapper .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#single-post #response .wrapper .post-info .post-content blockquote {
  background: transparent url("../images/hexagon.png") 0 0 no-repeat;
  height: 258px;
  min-width: 223px;
  position: relative;
  left: -275px; }
#single-post #response .wrapper .post-info .post-content blockquote h2 {
  font-family: 'ubuntulight';
  font-size: 30px;
  text-transform: lowercase;
  line-height: 33px;
  color: #df0024;
  text-align: left;
  max-width: 470px;
  position: absolute;
  top: 60px;
  left: 60px; }
#single-post #response .wrapper .post-info .post-content blockquote + p {
  margin-top: -40px; }
#single-post #response #respond {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  clear: both;
  padding: 5em 0 3em; }
#single-post #response #respond:before, #single-post #response #respond:after {
  content: " ";
  display: table; }
#single-post #response #respond:after {
  clear: both; }
#single-post #response #respond {
  *zoom: 1; }
#single-post #response #respond h3 {
  margin-top: -10px; }
#single-post #response #respond p {
  margin-bottom: 20px;
  text-align: center; }
#single-post #response #respond label {
  font-family: 'DINProRegular';
  text-transform: uppercase;
  font-size: 18px;
  position: absolute;
  margin: 35px 0 0;
  color: #a4a4a4;
  vertical-align: baseline; }
#single-post #response #respond .labelfocus {
  color: black; }
#single-post #response #respond .comment-form {
  margin-left: 115px;
  margin-top: -115px; }
#single-post #response #respond #commentStatus {
  font-family: 'DINProRegular';
  font-size: 15px;
  position: relative;
  margin: 25px auto 0px auto;
  color: #c40005 !important;
  vertical-align: baseline;
  width: 340px;
  height: 55px;
  visibility: hidden; }
#single-post #response #respond .main_label {
  float: left; }
#single-post #response #respond input {
  font-family: 'Rokkitt';
  font-size: 28px;
  border: 0px;
  background: transparent;
  color: #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  padding-bottom: 5px; }
@media screen and (max-width: 530px) {
  #single-post #response #respond input {
    width: 95%; } }
#single-post #response #respond input:focus {
  border-bottom: 1px solid #000;
  color: black; }
#single-post #response #respond .comment-form-comment label {
  margin: 164px 0 20px 0; }
#single-post #response #respond .comment-form-comment textarea {
  margin-top: 30px;
  outline: none;
  border: 1px solid #a4a4a4;
  width: 353px;
  color: #a4a4a4; }
@media screen and (max-width: 480px) {
  #single-post #response #respond .comment-form-comment textarea {
    width: 85%; } }
#single-post #response #respond .comment-form-comment textarea:focus {
  border: 1px solid #000;
  color: black; }
#single-post #response #respond #respond_submit {
  font-family: 'DINPro-Light';
  border: 0px;
  outline: 0;
  padding: .33em 0 .5em 0;
  font-size: 20px;
  font-weight: bold;
  color: #c40005;
  text-transform: uppercase;
  margin-top: 10px;
  margin-left: 20px;
  width: 200px;
  height: 200px;
  background: transparent;
  border: 4px solid #c40005;
  border-radius: 100px;
  float: left; }
#single-post #response #respond .respond_note {
  font-size: 70%;
  padding-left: 20px; }
#single-post #response #commentSuccess {
  display: none;
  font-family: 'DINProRegular';
  font-size: 20px;
  position: relative;
  margin: 25px auto 0px auto;
  color: #a4a4a4 !important;
  vertical-align: baseline;
  width: 100%;
  padding-top: 50px; }
#single-post #gform_3 {
  max-width: 530px;
  margin: 0 auto;
  clear: both; }
#single-post #gform_3 h3 {
  text-indent: -8400px;
  margin-top: -10px; }
#single-post #gform_3 ul {
  padding: 0px;
  margin: 0px; }
#single-post #gform_3 li {
  height: 100%;
  list-style-type: none;
  margin-bottom: 25px; }
#single-post #gform_3 .gform_wrapper {
  margin: 0 !important;
  padding: 0 !important; }
#single-post #gform_3 label {
  font-family: 'DINProRegular';
  text-transform: uppercase;
  font-size: 18px;
  /* position: absolute; */
  margin: 35px 0 0; }
#single-post #gform_3 input {
  font-family: 'Rokkitt';
  font-size: 28px;
  border: 0px;
  background: transparent;
  border-bottom: 1px solid #a4a4a4;
  outline: none;
  padding-bottom: 5px;
  text-align: center; }
@media screen and (max-width: 480px) {
  #single-post #gform_3 input {
    width: 85%; } }
#single-post #gform_3 input:focus {
  border-bottom: 1px solid #000; }
#single-post #gform_3 label.gfield_label {
  margin: 154px 0 0; }
#single-post #gform_3 .gform_footer {
  text-align: center; }
#single-post #gform_3 textarea {
  margin-top: 30px;
  outline: none;
  border: 1px solid #a4a4a4;
  width: 375px; }
@media screen and (max-width: 480px) {
  #single-post #gform_3 textarea {
    width: 85%; } }
#single-post #gform_3 textarea:focus {
  border: 1px solid #000; }

.page-id-4004, .postid-4061 {
  background: transparent url("../images/dottedpattern.png") 0 0 repeat; }

#category-heading .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#category-heading .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#category-heading .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }

#latest-post {
  background: white url("../images/dottedpattern.png") 0 0 repeat;
  overflow: hidden;
  margin-top: 365px;
  position: relative; }
#latest-post .title {
  background: #ce1919;
  width: 100%;
  padding: 1.5em 0;
  position: relative;
  margin: 0 0 20px 0; }
#latest-post .title .wrapper h2 {
  font-family: 'DINProRegular';
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 0 26px;
  letter-spacing: -1px; }
#latest-post .title .arrow {
  background: transparent url("../images/redarrow.png") 10px 0 no-repeat;
  width: 50px;
  height: 17px;
  position: absolute;
  bottom: -15px; }
@media screen and (max-width: 765px) {
  #latest-post {
    margin-top: 65px; } }
#latest-post .wrapper .all-posts > li {
  border-bottom: 1px solid #cfcfcf;
  padding: 56px 0 54px; }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts > li:first-child {
    padding-top: 0; } }
#latest-post .wrapper .all-posts {
  padding: 3.1em 0; }
#latest-post .wrapper .all-posts:before, #latest-post .wrapper .all-posts:after {
  content: " ";
  display: table; }
#latest-post .wrapper .all-posts:after {
  clear: both; }
#latest-post .wrapper .all-posts {
  *zoom: 1; }
#latest-post .wrapper .all-posts li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0; }
#latest-post .wrapper .all-posts li:before, #latest-post .wrapper .all-posts li:after {
  content: " ";
  display: table; }
#latest-post .wrapper .all-posts li:after {
  clear: both; }
#latest-post .wrapper .all-posts li {
  *zoom: 1; }
#latest-post .wrapper .all-posts li .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-left: 8px; }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts li .icons {
    margin-left: -20px !important; } }
#latest-post .wrapper .all-posts li .icons .tags {
  display: inline-block;
  float: left; }
#latest-post .wrapper .all-posts li .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#latest-post .wrapper .all-posts li .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts li .icons .engagement-icons {
    clear: both;
    float: left;
    margin: 20px 10px 0px; } }
#latest-post .wrapper .all-posts li .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#latest-post .wrapper .all-posts li .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#latest-post .wrapper .all-posts li .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#latest-post .wrapper .all-posts li .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#latest-post .wrapper .all-posts li .icons .engagement-icons li.comments {
  background-position: -110px 0; }
@media screen and (max-width: 1008px) {
  #latest-post .wrapper .all-posts li .post-info {
    position: relative; } }
#latest-post .wrapper .all-posts li .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -155px; }
@media screen and (max-width: 1008px) {
  #latest-post .wrapper .all-posts li .post-info .date {
    position: absolute;
    right: 0px;
    top: 40px; } }
@media screen and (max-width: 675px) {
  #latest-post .wrapper .all-posts li .post-info .date {
    display: none; } }
#latest-post .wrapper .all-posts li .post-info .date h2, #latest-post .wrapper .all-posts li .post-info .date h3, #latest-post .wrapper .all-posts li .post-info .date p {
  text-align: center; }
#latest-post .wrapper .all-posts li .post-info .date h2, #latest-post .wrapper .all-posts li .post-info .date h3, #latest-post .wrapper .all-posts li .post-info .date p, #latest-post .wrapper .all-posts li .post-info .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #latest-post .wrapper .all-posts li .post-info .date h2, #latest-post .wrapper .all-posts li .post-info .date h3, #latest-post .wrapper .all-posts li .post-info .date p, #latest-post .wrapper .all-posts li .post-info .date hr {
    left: 0; } }
#latest-post .wrapper .all-posts li .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#latest-post .wrapper .all-posts li .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#latest-post .wrapper .all-posts li .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#latest-post .wrapper .all-posts li .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#latest-post .wrapper .all-posts li .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 88%;
  margin-top: -3px;
  padding-left: 10px; }
#latest-post .wrapper .all-posts li .post-info .post-content:before, #latest-post .wrapper .all-posts li .post-info .post-content:after {
  content: " ";
  display: table; }
#latest-post .wrapper .all-posts li .post-info .post-content:after {
  clear: both; }
#latest-post .wrapper .all-posts li .post-info .post-content {
  *zoom: 1; }
#latest-post .wrapper .all-posts li .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#latest-post .wrapper .all-posts li .post-info .post-content h2 a:link, #latest-post .wrapper .all-posts li .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts li .post-info .post-content h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }
#latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics:before, #latest-post .wrapper .all-posts li .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics:after {
  clear: both; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics {
  *zoom: 1; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  display: block;
  width: 145px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics .author-image, #latest-post .wrapper .all-posts li .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 .5em 0 .5em; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics .author-name a:link, #latest-post .wrapper .all-posts li .post-info .post-content .graphics .author-name a:visited {
  color: #000;
  text-decoration: none; }
#latest-post .wrapper .all-posts li .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#latest-post .wrapper .all-posts li .post-info .read-more {
  display: inline-block;
  width: 98%; }
#latest-post .wrapper .all-posts li .post-info .read-more .read-more-button {
  float: right;
  background: #c40005;
  width: 73px;
  height: 28px;
  padding: .2em .5em 0;
  text-align: center; }
#latest-post .wrapper .all-posts li .post-info .read-more .read-more-button a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
#latest-post .wrapper .pagination {
  text-align: center;
  margin: -25px auto 0 auto;
  padding: 0 0 30px 0;
  overflow: auto; }
#latest-post .wrapper .pagination li {
  display: inline-block;
  padding: 0 2.5px;
  font-family: 'titillium_weblight';
  color: #df0024;
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 340px) {
  #latest-post .wrapper .pagination li {
    font-size: 11px; } }
#latest-post .wrapper .pagination li a {
  text-decoration: none;
  color: #303030; }
#latest-post .wrapper .pagination li:after {
  font-family: 'titillium_weblight';
  padding: 0 0 0 5px;
  content: "/";
  font-size: 14px;
  color: #303030;
  font-weight: light; }
#latest-post .wrapper .pagination li:last-child:after {
  content: ""; }
#latest-post .wrapper .pagination li:nth-last-child(2):after {
  content: "" !important; }
#latest-post .wrapper .pagination li.left-arrow, #latest-post .wrapper .pagination li.right-arrow {
  color: #df0024;
  font-size: 30px; }
#latest-post .wrapper .pagination li.left-arrow a, #latest-post .wrapper .pagination li.right-arrow a {
  color: #df0024;
  font-size: 30px; }
#latest-post .wrapper .pagination li.inactive-arrow {
  color: gray !important; }
#latest-post .wrapper .pagination li.inactive-arrow a {
  color: gray !important; }
#latest-post .wrapper .pagination li.left-arrow {
  padding-right: 20%; }
#latest-post .wrapper .pagination li.left-arrow.left-arrow:after {
  content: ""; }
#latest-post .wrapper .pagination li.right-arrow {
  padding-left: 20%; }
#latest-post .wrapper .all-posts {
  margin-top: -15px;
  margin-left: 15px; }
#latest-post .wrapper .all-posts > li {
  padding-bottom: 5px; }
#latest-post .wrapper .all-posts li {
  border-bottom: 0px; }
#latest-post .wrapper .all-posts li .icons {
  padding-left: 8px !important; }
#latest-post .wrapper .all-posts li .icons .engagement-icons {
  padding-bottom: 5px; }
#latest-post .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  width: 240px; }
#latest-post .wrapper .all-posts li .post-info .post-content h2 {
  font-size: 60px;
  line-height: 49px; }
#latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#latest-post .wrapper .all-posts li .post-info .read-more {
  width: 98%;
  margin-right: 2%; }
#latest-post .wrapper .all-posts h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#latest-post .wrapper .all-posts h2 a:link, #latest-post .wrapper .all-posts h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #latest-post .wrapper .all-posts h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }

#categories {
  background: transparent url("../images/categoriesbg.jpg") 0 0 repeat;
  position: relative;
  height: 100px;
  padding: 3em 0 0; }
#categories:before, #categories:after {
  content: " ";
  display: table; }
#categories:after {
  clear: both; }
#categories {
  *zoom: 1; }
@media screen and (max-width: 765px) {
  #categories {
    height: auto;
    overflow: auto;
    padding: 3em 0 3em; } }
#categories .wrapper {
  width: 90%;
  padding: 0 5%; }
#categories .wrapper h2 {
  font-family: 'DINProRegular';
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
  display: inline;
  float: left;
  width: 10.41667%;
  margin: 0 1.04167%;
  line-height: 2.4em; }
@media screen and (max-width: 765px) {
  #categories .wrapper h2 {
    display: none; } }
#categories .wrapper .tags {
  display: inline;
  float: left;
  width: 85.41667%;
  margin: 0 1.04167%;
  padding: 0;
  margin-top: -8px;
  list-style: none !important; }
@media screen and (max-width: 765px) {
  #categories .wrapper .tags {
    text-align: center;
    float: none; } }
#categories .wrapper .tags li {
  margin: 5px 0 5px; }
@media screen and (max-width: 765px) {
  #categories .wrapper .tags li {
    display: inline-block;
    float: none; } }
#categories .wrapper .tags li a {
  text-transform: uppercase; }
#categories .wrapper .tags li a:after {
  background: #fff; }
@media screen and (max-width: 765px) {
  #categories .wrapper .tags li:first-child {
    margin-left: -4px; } }

#blog-posts {
  background: white url("../images/dottedpattern.png") 0 0 repeat;
  position: relative; }
#blog-posts .wrapper .all-posts > li {
  border-bottom: 1px solid #cfcfcf;
  padding: 56px 0 54px; }
@media screen and (max-width: 765px) {
  #blog-posts .wrapper .all-posts > li:first-child {
    padding-top: 0; } }
#blog-posts .wrapper .all-posts {
  padding: 3.1em 0; }
#blog-posts .wrapper .all-posts:before, #blog-posts .wrapper .all-posts:after {
  content: " ";
  display: table; }
#blog-posts .wrapper .all-posts:after {
  clear: both; }
#blog-posts .wrapper .all-posts {
  *zoom: 1; }
#blog-posts .wrapper .all-posts li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0; }
#blog-posts .wrapper .all-posts li:before, #blog-posts .wrapper .all-posts li:after {
  content: " ";
  display: table; }
#blog-posts .wrapper .all-posts li:after {
  clear: both; }
#blog-posts .wrapper .all-posts li {
  *zoom: 1; }
#blog-posts .wrapper .all-posts li .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0;
  padding-left: 8px; }
@media screen and (max-width: 765px) {
  #blog-posts .wrapper .all-posts li .icons {
    margin-left: -20px !important; } }
#blog-posts .wrapper .all-posts li .icons .tags {
  display: inline-block;
  float: left; }
#blog-posts .wrapper .all-posts li .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#blog-posts .wrapper .all-posts li .icons .engagement-icons {
  display: inline-block;
  float: right;
  width: 110px; }
@media screen and (max-width: 765px) {
  #blog-posts .wrapper .all-posts li .icons .engagement-icons {
    clear: both;
    float: left;
    margin: 20px 10px 0px; } }
#blog-posts .wrapper .all-posts li .icons .engagement-icons li {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  background: transparent url("../images/socmedpost.png") 0 0 no-repeat;
  width: 33px;
  height: 33px;
  text-indent: -8400px; }
#blog-posts .wrapper .all-posts li .icons .engagement-icons li a {
  display: block;
  width: 33px;
  height: 33px; }
#blog-posts .wrapper .all-posts li .icons .engagement-icons li.tweet {
  background-position: 0px 2px; }
#blog-posts .wrapper .all-posts li .icons .engagement-icons li.share {
  background-position: -55px 0px; }
#blog-posts .wrapper .all-posts li .icons .engagement-icons li.comments {
  background-position: -110px 0; }
@media screen and (max-width: 1008px) {
  #blog-posts .wrapper .all-posts li .post-info {
    position: relative; } }
#blog-posts .wrapper .all-posts li .post-info .date {
  display: inline;
  float: left;
  width: 14.58333%;
  margin: 0 1.04167%;
  margin-left: -155px; }
@media screen and (max-width: 1008px) {
  #blog-posts .wrapper .all-posts li .post-info .date {
    position: absolute;
    right: 0px;
    top: 40px; } }
@media screen and (max-width: 675px) {
  #blog-posts .wrapper .all-posts li .post-info .date {
    display: none; } }
#blog-posts .wrapper .all-posts li .post-info .date h2, #blog-posts .wrapper .all-posts li .post-info .date h3, #blog-posts .wrapper .all-posts li .post-info .date p {
  text-align: center; }
#blog-posts .wrapper .all-posts li .post-info .date h2, #blog-posts .wrapper .all-posts li .post-info .date h3, #blog-posts .wrapper .all-posts li .post-info .date p, #blog-posts .wrapper .all-posts li .post-info .date hr {
  position: relative;
  left: 30px; }
@media screen and (max-width: 1008px) {
  #blog-posts .wrapper .all-posts li .post-info .date h2, #blog-posts .wrapper .all-posts li .post-info .date h3, #blog-posts .wrapper .all-posts li .post-info .date p, #blog-posts .wrapper .all-posts li .post-info .date hr {
    left: 0; } }
#blog-posts .wrapper .all-posts li .post-info .date h2 {
  font-family: 'ubuntulight';
  font-size: 19px;
  text-transform: uppercase;
  padding-top: 5px;
  color: #939393;
  letter-spacing: -0.02em; }
#blog-posts .wrapper .all-posts li .post-info .date h3 {
  font-family: 'DINPro-Medium';
  font-size: 40px;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #df0024; }
#blog-posts .wrapper .all-posts li .post-info .date hr {
  border: 0px;
  background: #cfcfcf;
  margin: 10px 0;
  width: 50px;
  display: block;
  margin: 10px auto; }
#blog-posts .wrapper .all-posts li .post-info .date p {
  font-family: 'ubuntulight';
  font-size: 14px;
  margin-top: -5px;
  color: #939393; }
#blog-posts .wrapper .all-posts li .post-info .post-content {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%;
  width: 88%;
  margin-top: -3px;
  padding-left: 10px; }
#blog-posts .wrapper .all-posts li .post-info .post-content:before, #blog-posts .wrapper .all-posts li .post-info .post-content:after {
  content: " ";
  display: table; }
#blog-posts .wrapper .all-posts li .post-info .post-content:after {
  clear: both; }
#blog-posts .wrapper .all-posts li .post-info .post-content {
  *zoom: 1; }
#blog-posts .wrapper .all-posts li .post-info .post-content h2 {
  font-family: 'DINPro-Light';
  text-transform: uppercase;
  font-size: 44px;
  line-height: 37px;
  letter-spacing: -0.04em; }
#blog-posts .wrapper .all-posts li .post-info .post-content h2 a:link, #blog-posts .wrapper .all-posts li .post-info .post-content h2 a:visited {
  color: #303030;
  text-decoration: none; }
@media screen and (max-width: 765px) {
  #blog-posts .wrapper .all-posts li .post-info .post-content h2 {
    font-size: 30px !important;
    line-height: 26px !important; } }
#blog-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 15px 0 22px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0;
  font-style: none !important; }
@media screen and (max-width: 480px) {
  #blog-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 60px;
    line-height: 52px; } }
@media screen and (max-width: 765px) {
  #blog-posts .wrapper .all-posts li .post-info .post-content .post-title h2 {
    font-size: 30px;
    line-height: 26px !important; } }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics {
  margin: 1.3em 0 1em; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics:before, #blog-posts .wrapper .all-posts li .post-info .post-content .graphics:after {
  content: " ";
  display: table; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics:after {
  clear: both; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics {
  *zoom: 1; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics .border-shape {
  display: block;
  width: 145px;
  height: 20px;
  background: transparent;
  border-top: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  float: left; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics .author-image, #blog-posts .wrapper .all-posts li .post-info .post-content .graphics > img {
  float: left;
  margin: 0 0 0 2em;
  border-radius: 50px; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name {
  float: left;
  font-family: 'ubuntulight';
  font-size: 14px;
  color: #303030;
  line-height: 36px;
  padding: 0 .5em 0 .5em; }
#blog-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name a:link, #blog-posts .wrapper .all-posts li .post-info .post-content .graphics .author-name a:visited {
  color: #000;
  text-decoration: none; }
#blog-posts .wrapper .all-posts li .post-info .post-content .post-text p {
  font-family: 'OpenSans';
  font-size: 18px;
  line-height: 30px;
  color: #303030; }
#blog-posts .wrapper .all-posts li .post-info .read-more {
  display: inline-block;
  width: 98%; }
#blog-posts .wrapper .all-posts li .post-info .read-more .read-more-button {
  float: right;
  background: #c40005;
  width: 73px;
  height: 28px;
  padding: .2em .5em 0;
  text-align: center; }
#blog-posts .wrapper .all-posts li .post-info .read-more .read-more-button a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase; }
#blog-posts .wrapper .pagination {
  text-align: center;
  margin: -25px auto 0 auto;
  padding: 0 0 30px 0;
  overflow: auto; }
#blog-posts .wrapper .pagination li {
  display: inline-block;
  padding: 0 2.5px;
  font-family: 'titillium_weblight';
  color: #df0024;
  font-size: 14px;
  font-weight: bold; }
@media screen and (max-width: 340px) {
  #blog-posts .wrapper .pagination li {
    font-size: 11px; } }
#blog-posts .wrapper .pagination li a {
  text-decoration: none;
  color: #303030; }
#blog-posts .wrapper .pagination li:after {
  font-family: 'titillium_weblight';
  padding: 0 0 0 5px;
  content: "/";
  font-size: 14px;
  color: #303030;
  font-weight: light; }
#blog-posts .wrapper .pagination li:last-child:after {
  content: ""; }
#blog-posts .wrapper .pagination li:nth-last-child(2):after {
  content: "" !important; }
#blog-posts .wrapper .pagination li.left-arrow, #blog-posts .wrapper .pagination li.right-arrow {
  color: #df0024;
  font-size: 30px; }
#blog-posts .wrapper .pagination li.left-arrow a, #blog-posts .wrapper .pagination li.right-arrow a {
  color: #df0024;
  font-size: 30px; }
#blog-posts .wrapper .pagination li.inactive-arrow {
  color: gray !important; }
#blog-posts .wrapper .pagination li.inactive-arrow a {
  color: gray !important; }
#blog-posts .wrapper .pagination li.left-arrow {
  padding-right: 20%; }
#blog-posts .wrapper .pagination li.left-arrow.left-arrow:after {
  content: ""; }
#blog-posts .wrapper .pagination li.right-arrow {
  padding-left: 20%; }

#default-page {
  margin-top: 365px;
  position: relative;
  background: transparent url("../images/dottedpattern.png") -1px 0 repeat; }
#default-page:before, #default-page:after {
  content: " ";
  display: table; }
#default-page:after {
  clear: both; }
#default-page {
  *zoom: 1; }
#default-page .wrapper {
  /*max-width: 924px;*/
  padding: 0px 0%;
  /*overflow: auto;*/
  overflow:hidden;
  width: 96%;
  padding-left: 14%; }
#default-page .wrapper #socmed {
  display: inline;
  float: left;
  width: 6.25%;
  margin: 0 1.04167%;
  margin: 0;
  width: 8.16668%;
  padding-right: 1%;
  padding: 0; }
@media screen and (max-width: 480px) {
  #default-page .wrapper #socmed {
    display: none; } }
#default-page .wrapper #socmed:before, #default-page .wrapper #socmed:after {
  content: " ";
  display: table; }
#default-page .wrapper #socmed:after {
  clear: both; }
#default-page .wrapper #socmed {
  *zoom: 1; }
#default-page .wrapper #socmed .engagement-icons {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 4.3em 0 0; }
#default-page .wrapper #socmed .engagement-icons:before, #default-page .wrapper #socmed .engagement-icons:after {
  content: " ";
  display: table; }
#default-page .wrapper #socmed .engagement-icons:after {
  clear: both; }
#default-page .wrapper #socmed .engagement-icons {
  *zoom: 1; }
#default-page .wrapper #socmed .engagement-icons li {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  transition: All 1s ease-in-out;
  -webkit-transition: All 1s ease-in-out;
  -moz-transition: All 1s ease-in-out;
  -o-transition: All 1s ease-in-out;
  cursor: pointer;
  margin: 0;
  max-width: 66px;
  height: 66px;
  background: transparent url("../images/socialsharewhite.png") 0 0 no-repeat;
  text-indent: -8400px;
  display: block; }
#default-page .wrapper #socmed .engagement-icons li a {
  display: block;
  width: 40px;
  height: 40px; }
#default-page .wrapper #socmed .engagement-icons li.tweet {
  background-color: #00aced;
  background-position: 50% 26px; }
#default-page .wrapper #socmed .engagement-icons li.share {
  background-color: #3b579d;
  background-position: 50% -40px;
  clear: both; }
#default-page .wrapper #socmed .engagement-icons li:hover {
  background-color: #000; }
#default-page .wrapper #socmed .engagement-icons.docked {
  position: fixed;
  top: 28px; }
#default-page .wrapper #the-page {
  display: inline;
  float: left;
  width: 81.25%;
  margin: 0 1.04167%; }
@media screen and (max-width: 480px) {
  #default-page .wrapper #the-page {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
#default-page .wrapper #the-page #page-head {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  margin: 1.5em 0 0 0; }
#default-page .wrapper #the-page #page-head #page-title {
  display: inline;
  float: left;
  width: 89.58333%;
  margin: 0 1.04167%;
  display: inline;
  margin-left: 0; }
#default-page .wrapper #the-page #page-head #page-title .category-tag h3 {
  font-family: 'DINPro-Bold';
  display: inline;
  background: #009f3d;
  font-size: 10px;
  padding: .5em 1em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff; }
#default-page .wrapper #the-page #page-head #page-title h2 {
  font-family: 'DINPro-Medium';
  font-size: 60px;
  line-height: 49px !important;
  color: #292929;
  margin: 10px 0 30px -3px;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  line-height: 85px;
  padding-bottom: 0; }
@media screen and (max-width: 480px) {
  #default-page .wrapper #the-page #page-head #page-title h2 {
    font-size: 60px;
    line-height: 52px; } }
#default-page .wrapper #the-page #page-head #page-title p {
  font-family: 'Rokkitt';
  font-size: 26px;
  color: #535353;
  margin: -23px 0 0;
  line-height: 28px; }
#default-page .wrapper #the-page #page-head .icons {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  display: inline;
  width: 100%;
  margin: -23px !important;
  padding: 0 !important;
  margin-top: -107px; }
#default-page .wrapper #the-page #page-head .icons .tags {
  display: inline-block;
  float: left; }
#default-page .wrapper #the-page #page-head .icons .tags li {
  float: left;
  width: auto;
  margin: .5em 0; }
#default-page .wrapper #the-page #page-content {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  /*margin: 1.3em 0 0;*/
  padding: 0 0 0; }
@media screen and (max-width: 480px) {
  #default-page .wrapper #the-page #page-content {
    width: 99.91667%; } }
#default-page .wrapper #the-page #page-content p {
  font-family: 'OpenSans';
  font-size: 18px;
  color: #303030;
  line-height: 30px; }
#default-page .wrapper #the-page #page-content #page-main-content {
  clear: both;
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  width: 100%;
  margin: 0 0 0;
  padding: 1em 0 4.2em; }
#default-page .wrapper #the-page #page-content #page-main-content h2 {
  font-family: 'DINProRegular';
  color: #292929;
  font-size: 32px;
  line-height: 29px;
  padding-bottom: .3em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#default-page .wrapper #the-page #page-content #page-main-content h3, #default-page .wrapper #the-page #page-content #page-main-content h4 {
  font-family: 'DINPro-Light';
  color: #303030;
  font-size: 27px;
  line-height: 20px;
  padding-bottom: .3em;
  padding-top: .5em;
  text-transform: uppercase;
  letter-spacing: -0.05em; }
#default-page .wrapper #the-page #page-content #page-main-content h4 {
  font-size: 24px;
  padding-bottom: 20px; }
#default-page .wrapper #the-page #page-content #page-main-content ul {
  list-style: none;
  padding-top: 20px; }
#default-page .wrapper #the-page #page-content #page-main-content ul li {
  font-family: 'OpenSans';
  font-size: 18px;
  color: #303030;
  line-height: 30px;
  	/*
  	font-family: 'DINPro-Medium';
  	font-size: 18px;
  	line-height: 18px;
  	padding: 0 0 1.5em 0;
      padding-left: 1em; 
      text-indent: -1.2em;
      */ }
#default-page .wrapper #the-page #page-content #page-main-content ul li:before {
  content: "• ";
  color: #ce1919;
  font-size: 30px;
  position: relative;
  top: 3px; }

@media screen and (max-width: 600px) {
  header.home {
    height: 325px !important; } }
header.home .arrow-prev, header.home .arrow-next {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out;
  position: absolute;
  top: 366px;
  opacity: 0.5;
  color: #fff;
  font-size: 50px;
  cursor: pointer;
  z-index: 100; }
header.home .arrow-prev:hover, header.home .arrow-next:hover {
  opacity: 1; }
@media screen and (max-width: 765px) {
  header.home .arrow-prev, header.home .arrow-next {
    display: none; } }
header.home .arrow-prev {
  left: 80px; }
header.home .arrow-next {
  right: 80px; }
header #slider {
  position: relative;
  width: 100%;
  height: 790px !important;
  top: 0;
  overflow: hidden;
  z-index: 0; }
header #slider .container {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  cursor: pointer; }
header #slider .container .panel .content-container {
  position: absolute;
  z-index: 10;
  width: 100%; }
header #slider .container .panel .content-container .wrapper {
  padding-top: 359px; }
@media screen and (max-width: 765px) {
  header #slider .container .panel .content-container .wrapper {
    padding-top: 100px; } }
header #slider .container .panel .content-container .wrapper h2 {
  font-family: 'DINPro-Light';
  font-size: 62px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: -6px;
  line-height: 48px;
  color: #fff; }
@media screen and (max-width: 765px) {
  header #slider .container .panel .content-container .wrapper h2 {
    font-size: 45px; } }
header #slider .container .panel .content-container .wrapper p {
  padding-top: 12px;
 /* font-family: 'Rokkitt';*/
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff; }
header #slider .container .panel .objects-container {
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 0; }
header #slider .container .panel .objects-container .wrapper {
  position: relative; }
@media screen and (max-width: 765px) {
  header #slider .container .panel .objects-container .wrapper {
    display: none; } }
header #slider .container .panel .objects-container .wrapper > img {
  display: block;
  margin: 249px auto 0 auto; }
header #slider .container .panel .objects-container .wrapper > p {
  font-family: 'DINPro-Bold';
  text-align: center;
  color: #FFF;
  font-size: 20px;
  letter-spacing: -1px;
  margin-top: 4px; }
header #slider .container .panel .objects-container .wrapper > p span {
  color: #a0b6eb;
  font-family: 'DINProRegular'; }
header #slider .container .panel .objects-container .wrapper > p span.white {
  color: #FFF; }
header #slider .container .panel .objects-container .wrapper .results {
  background: transparent url("../images/slider-lpa-results.png") 0 0 no-repeat;
  width: 728px;
  height: 275px;
  margin: 174px auto 0 auto;
  padding-right: 94px; }
@media screen and (max-width: 765px) {
  header #slider .container .panel .objects-container .wrapper .results {
    display: none; } }
header #slider .container .panel .img-container {
  position: relative; }
header #slider .container .panel .img-container img {
  width: 100% !important;
  /*!important used to override jcycle*/
  min-width: 1400px;
  height: 790px;
  height: auto !important;
  /*!important used to override jcycle*/
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.ie9 .tags li {
  list-style: none; }

.tags {
  padding-left: 22px;
  margin-left: 20px\0/ !important; }
.tags li {
  float: left;
  height: 24px;
  line-height: 24px;
  position: relative;
  font-size: 11px;
  margin: 14px 0; }
.tags li a {
  font-family: 'DINPro-Medium';
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  height: 24px;
  position: relative;
  margin-left: 3px;
  margin-right: 20px;
  padding: 0 10px 0 12px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px; }
.tags li a:before {
  content: "";
  float: left;
  position: absolute;
  top: 0;
  right: -24px;
  width: 0;
  height: 0;
  border-color: transparent #0089e0 transparent transparent;
  border-color: transparent transparent transparent transparent\0/ !important;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 12px solid green;
  box-sizing: border-box;
  border-width: 12px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
.tags li a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  float: left;
  width: 4px;
  height: 4px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  background: transparentgu\0/ !important; }
.tags li a.engage:before {
  border-color: transparent #CE1919 transparent transparent; }
.tags li a.engage {
  background: #CE1919; }
.tags li a.inthenews:before {
  border-color: transparent #c40005 transparent transparent; }
.tags li a.inthenews {
  background: #c40005; }
.tags li a.social:before {
  border-color: transparent #00aced transparent transparent; }
.tags li a.social {
  background: #00aced; }
.tags li a.design:before {
  border-color: transparent #3185a7 transparent transparent; }
.tags li a.design {
  background: #3185a7; }
.tags li a.development:before {
  border-color: transparent #db6541 transparent transparent; }
.tags li a.development {
  background: #db6541; }
.tags li a.team:before {
  border-color: transparent #ce1919 transparent transparent; }
.tags li a.team {
  background: #ce1919; }
.tags li a.advertising:before {
  border-color: transparent #e07b1f transparent transparent; }
.tags li a.advertising {
  background: #e07b1f; }
.tags li a.products:before {
  border-color: transparent #e65341 transparent transparent; }
.tags li a.products {
  background: #e65341; }
.tags li a.analytics:before {
  border-color: transparent #8e88b4 transparent transparent; }
.tags li a.analytics {
  background: #8e88b4; }
.tags li a.datavisualization:before {
  border-color: transparent #63979b transparent transparent; }
.tags li a.datavisualization {
  background: #63979b; }
.tags li a.email:before {
  border-color: transparent #8f89b5 transparent transparent; }
.tags li a.email {
  background: #8f89b5; }
.tags li a.fundraising:before {
  border-color: transparent #94ac70 transparent transparent; }
.tags li a.fundraising {
  background: #94ac70; }

#menu {
  width: 100%;
  height: 0px;
  padding: 0 0 98.6px;
  margin-top: -12px;
  position: fixed;
  top: 0;
  z-index: 100; }
#menu h1, #menu #socmed {
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out; }
#menu.docked {
  background-color: rgba(0, 0, 0, 0.8);
  transition: All .4s ease-in-out;
  -webkit-transition: All .4s ease-in-out;
  -moz-transition: All .4s ease-in-out;
  -o-transition: All .4s ease-in-out; }
#menu.docked h1 {
  background-size: 88%;
  top: 12px;
  transition: .4s;
  -moz-transition: .4s;
  -webkit-transition: .4s;
  -ms-transition: .4s; }
#menu.docked #socmed {
  left: 55px; }

#mobilemenu {
  display: none;
  color: #FFF;
  padding: 2px 0 0 12px;
  font-size: 28px;
  position: relative;
  z-index: 10000; }

@media screen and (max-width: 765px) {
  body {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    margin-left: 0; }
  body.mobile-menu-active {
    margin-left: 260px; }
  body.mobile-menu-active #menu {
    -webkit-transform: translate3d(260px, 0, 0); }

  #menu {
    transition: All .4s ease-in-out;
    -webkit-transition: All .4s ease-in-out;
    -moz-transition: All .4s ease-in-out;
    -o-transition: All .4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    margin-top: 0;
    padding: 0;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.8); }
  #menu.docked h1 {
    background-size: 100%;
    top: 0; }
  #menu.docked #socmed {
    left: -42px; }
  #menu > h1 {
    top: 0;
    right: 0;
    left: auto;
    margin: 0;
    width: 118px;
    height: 46px; }
  #menu > h1 a {
    width: 118px;
    height: 46px; }
  #menu #socmed {
    position: absolute;
    left: -42px;
    top: 14px;
    margin: 0;
    padding: 0;
    width: 40px;
    z-index: 10; } }
@media screen and (max-width: 765px) and (max-width: 765px) and (orientation: landscape) {
  #menu #socmed {
    display: none; } }
@media screen and (max-width: 765px) {
  #menu #socmed li {
    float: none;
    display: block;
    margin: 0 0 10px 0; }
  #menu #socmed li.fb {
    margin-left: -2px; }
  #menu #socmed li.ig {
    margin-left: -6px; }
  #menu #nav {
    background-image: url(../images/mobile-menu-background.png);
    background-repeat: no-repeat;
    background-color: #000;
    width: 260px;
    height: 5680px;
    position: absolute;
    left: -260px; }
  #menu #nav .nav {
    padding-top: 155px;
    width: 260px;
    left: 0;
    top: 0;
    margin: 0;
    overflow: hidden; } }
@media screen and (max-width: 765px) and (max-width: 765px) and (orientation: landscape) {
  #menu #nav .nav {
    padding-top: 0; } }
@media screen and (max-width: 765px) {
  #menu #nav .nav li {
    float: none;
    display: block;
    text-align: left;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 12px 0 12px 36px; }
  #menu #nav .nav li.active {
    background-color: #ce1919; }
  #menu #nav .nav li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  #menu #nav .nav li a {
    float: none;
    width: auto; }

  #mobilemenu {
    display: block; } }
footer {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  background: transparent url("../images/footerbg.jpg") 0 0 no-repeat;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../../../../engage.stage.enga.ge/wp-content/themes/engage/assets/images/footerbg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='http://engage.stage.enga.ge/wp-content/themes/engage/assets/images/footerbg.jpg', sizingMethod='scale')";
  background-size: cover;
  width: 100%;
  margin: 0 0;
  padding: 50px 0;
  position: relative;
  overflow: hidden; }
footer:before, footer:after {
  content: " ";
  display: table; }
footer:after {
  clear: both; }
footer {
  *zoom: 1; }
footer .wrapper {
  max-width: 1200px; }
@media screen and (max-width: 765px) {
  footer .footer-top {
    display: none; } }
footer .footer-top #footer-nav {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin: 0; }
footer .footer-top #footer-nav .nav {
  padding: 0; }
footer .footer-top #footer-nav .nav a {
  text-decoration: none; }
footer .footer-top #footer-nav .nav li {
  display: inline;
  float: left;
  width: 17.91667%;
  margin: 0 1.04167%;
  width: auto;
  margin-left: 0px;
  margin-right: 55px; }
footer .footer-top #footer-nav .nav li a {
  font-family: 'DINPro-Medium';
  color: #fff;
  font-size: 18px; }
footer .footer-top #newsletter {
  display: inline;
  float: left;
  width: 32.91667%;
  margin: 0 1.04167%;
  margin-left: 9.375%; }
footer .footer-top #newsletter hr {
  border: 0px;
  background: #ce1919;
  width: 16px;
  height: 3px;
  margin-bottom: 0px;
  padding-bottom: 0px; }
footer .footer-top #newsletter h2 {
  font-family: 'titillium_weblight';
  color: #fff;
  font-size: 28px;
  text-transform: lowercase;
  letter-spacing: -1px;
  padding-top: -15px; }
footer .footer-top #newsletter form {
  margin-top: .5em;
  position: relative; }
footer .footer-top #newsletter form label {
  font-family: 'DINProRegular';
  font-size: 16px;
  color: #c2c2c2;
  position: absolute;
  top: 55px; }
footer .footer-top #newsletter form input {
  font-family: 'Rokkitt';
  background: transparent;
  border: 0px;
  border-bottom: 1px solid #c7d3d7;
  padding: 8px 0 .45em 0;
  color: #fff;
  font-size: 24px;
  outline: none;
  width: 65%; }
footer .footer-top #newsletter form button {
  font-family: 'DINPro-Light';
  border: 0px;
  outline: 0;
  padding: 0 0 0 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 400px;
  position: relative;
  margin-top: -85px !important;
  width: 95px;
  height: 95px;
  background: transparent;
  border: 2px solid #c40005;
  behavior: url(http://engage.stage.enga.ge/wp-content/themes/engage/assets/pie/PIE.htc);
  border-radius: 100px; }
@media screen and (max-width: 1110px) {
  footer .footer-top #newsletter form button {
    margin-left: 2px; } }
@media screen and (max-width: 945px) {
  footer .footer-top #newsletter form button {
    width: 70px;
    height: 70px;
    font-size: 12px; } }
footer .footer-top .message {
  color: white;
  display: none;
  margin-top: .5em;
  position: relative; }
footer .footer-top .error_message {
  color: red;
  display: none;
  margin-top: 15px;
  font-size: 60%; }
footer .footer-bottom {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  padding: 2em 0 0; }
@media screen and (max-width: 765px) {
  footer .footer-bottom {
    padding: 0 0 0 1em; } }
footer .footer-bottom #contact-info {
  display: inline;
  float: left;
  width: 47.91667%;
  margin: 0 1.04167%;
  margin-left: -12px; }
@media screen and (max-width: 765px) {
  footer .footer-bottom #contact-info {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%; } }
footer .footer-bottom #contact-info h2 {
  background: transparent url("../images/engagelogofooter.png") 0 0 no-repeat;
  width: 75px;
  height: 17px;
  display: block;
  text-indent: -8400px;
  margin-top: 20px; }
footer .footer-bottom #contact-info p {
  font-family: 'Rokkitt';
  padding-top: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: .5px; }
footer .footer-bottom #contact-info p span.phone {
  color: #ce1919;
  white-space: nowrap; }
footer .footer-bottom .rights {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 1.04167%;
  margin-left: 17.70833%; }
@media screen and (max-width: 765px) {
  footer .footer-bottom .rights {
    display: inline;
    float: left;
    width: 97.91667%;
    margin: 0 1.04167%;
    margin-left: 1.04167%;
    margin-left: -0.4167%; } }
footer .footer-bottom .rights p {
  display: inline;
  float: left;
  width: 97.91667%;
  margin: 0 1.04167%;
  padding: 4em 0 0;
  color: #cdcdcd;
  font-family: 'ubunturegular';
  font-size: 11px;
  color: #cdcdcd; }
@media screen and (max-width: 765px) {
  footer .footer-bottom .rights p {
    padding: 0 0 0; } }
footer .footer-bottom .rights p a {
  color: inherit;
  white-space: nowrap; }

iframe[name^="google_conversion_frame"] {
  display: none; }
