html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.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: #ffffff; }

/* 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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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-arrows: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-expand:before {
  content: "\f065"; }

.fa-compress: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-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.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-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users: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-navicon:before,
.fa-reorder:before,
.fa-bars: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-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc: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-o:before {
  content: "\f0f7"; }

.fa-hospital-o: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-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-mail-reply-all:before,
.fa-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-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v: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,
.fa-gratipay: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"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*

Base
==========

This file should contain only global css defaults for the project.

*/
body {
  margin: 0;
  font: 16px/1 "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      padding-top: 55px; } }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 85px; } }

a {
  cursor: pointer; }

.wrapper {
  width: 95%;
  max-width: 1020px;
  margin: 0px auto; }
  .wrapper.wrapper-caseStudy, .wrapper.wrapper-team, .wrapper.wrapper-page, .wrapper.wrapper-landing {
    background: #ffffff;
    max-width: 960px;
    display: table;
    padding: 30px; }
  .wrapper.wrapper-blogList {
    background: #ffffff;
    max-width: 960px;
    display: table;
    padding: 0px 30px; }
    .wrapper.wrapper-blogList:first-child {
      padding-top: 30px; }
    .wrapper.wrapper-blogList:last-child {
      padding-bottom: 30px; }
    .wrapper.wrapper-blogList h1 {
      padding-bottom: 10px; }
  .wrapper.wrapper-blogPost {
    background: #ffffff;
    max-width: 700px;
    display: table;
    padding: 30px; }

img {
  max-width: 100%; }

.page {
  margin-top: 65px; }

.pageBackground {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .pageBackground {
      padding-bottom: 76%;
      top: 55px; } }
  @media screen and (min-width: 768px) {
    .pageBackground {
      padding-bottom: 35%;
      top: 85px; } }
  .pageBackground .angleOverlay,
  .pageBackground .angleContainer {
    position: absolute;
    bottom: 0px; }
  @media screen and (max-width: 1059px) {
    .pageBackground.pageBackground-blog {
      position: relative;
      top: 0px; } }
  @media screen and (max-width: 767px) {
    .pageBackground.desktop {
      display: none; } }
  @media screen and (min-width: 768px) {
    .pageBackground.mobile {
      display: none; } }

a.tag {
  background: #eff0ef;
  color: #333333;
  padding: 2px 10px;
  border-radius: 5px; }
  a.tag:hover {
    background: #dedede;
    color: #333333;
    text-decoration: none; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: none; }

body {
  color: #333333; }
  body h1 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 42px;
    font-weight: 300; }
  body h2 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 30px;
    font-weight: 300; }
  body h3 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 25px;
    font-weight: 500; }
  body h4 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 20px;
    font-weight: 500; }
  body h5 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 17px;
    font-weight: 600; }
  body h6 {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    line-height: 1.25em;
    font-size: 16px;
    font-weight: 300; }
  body p, body label {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px; }
    body p a:hover, body label a:hover {
      text-decoration: underline; }
  body blockquote {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 14px;
    color: #666;
    border-left: 2px solid #203366;
    padding-left: 20px; }
  body .intro {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 20px;
    font-weight: normal; }
  body a {
    text-decoration: none; }
  body ul {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: normal; }
    body ul li {
      list-style-image: url(../../assets/images/li.png); }
    body ul li li {
      list-style-image: url(../../assets/images/li2.png); }
  body ol {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: normal; }
  body table.lined {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: normal; }
  body pre {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    font-size: 16px;
    font-weight: normal;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  body h1 {
    color: #059fdc; }
  body h2 {
    color: #059fdc; }
  body h3 {
    color: #203366; }
  body h4 {
    color: #203366; }
  body h5 {
    color: #203366; }
  body h6 {
    color: #aaaaaa; }
  body p {
    color: #333333; }
  body .intro {
    color: #203366; }
  body a {
    color: #059fdc; }
    body a:hover {
      color: #0071b1;
      border-color: #0071b1; }
  body .share a {
    color: #059fdc; }
    body .share a:hover {
      color: #0071b1;
      border-color: #0071b1; }
  body ul {
    color: #333333; }
  body ol {
    color: #333333; }
  body table.lined {
    color: #333333; }
  body pre {
    color: #333333; }

.angleOverlay {
  width: 100%;
  display: block; }

.angleContainer {
  overflow: hidden;
  padding-bottom: 7%;
  position: relative;
  width: 100%; }
  .angleContainer .angleContent.bl {
    width: 10000px;
    height: 400px;
    position: absolute;
    top: 0%;
    transform: rotate(4deg);
    transform-origin: top left; }
  .angleContainer .angleContent.br {
    width: 10000px;
    height: 400px;
    position: absolute;
    top: 100%;
    transform: rotate(-4deg);
    transform-origin: top left; }
  .angleContainer .angleContent.tl {
    width: 10000px;
    height: 400px;
    position: absolute;
    top: -401px;
    transform: rotate(-4deg);
    transform-origin: top right;
    right: 0; }
  .angleContainer .angleContent.tr {
    width: 10000px;
    height: 400px;
    position: absolute;
    top: -401px;
    transform: rotate(4deg);
    transform-origin: top left; }
  .angleContainer .angleContent.white {
    background: #ffffff; }
  .angleContainer .angleContent.offWhite {
    background: #ededed; }
  .angleContainer .angleContent.text {
    background: #333333; }
  .angleContainer .angleContent.riBlue {
    background: #059fdc; }
  .angleContainer .angleContent.riBlueSmallText {
    background: #007fb4; }
  .angleContainer .angleContent.riMidBlue {
    background: #0071b1; }
  .angleContainer .angleContent.riNavy {
    background: #203366; }
  .angleContainer .angleContent.secondaryBlue {
    background: #3d4f95; }
  .angleContainer .angleContent.secondaryTeal {
    background: #036a93; }
  .angleContainer .angleContent.secondaryTurqoise {
    background: #0093a9; }
  .angleContainer .angleContent.secondaryGreen {
    background: #177f3d; }
  .angleContainer .angleContent.secondaryOrange {
    background: #f16f20; }
  .angleContainer .angleContent.secondaryMustard {
    background: #f0ab00; }
  .angleContainer .angleContent.secondaryPurple {
    background: #993a95; }
  .angleContainer .angleContent.secondaryPink {
    background: #ed0776; }
  .angleContainer .angleContent.secondaryRed {
    background: #d63657; }

.blogArticle .breadcrumbs {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .blogArticle .breadcrumbs h1 {
    color: #ffffff; }
  .blogArticle .breadcrumbs h2 {
    color: #ffffff; }
  .blogArticle .breadcrumbs h3 {
    color: #ffffff; }
  .blogArticle .breadcrumbs h4 {
    color: #ffffff; }
  .blogArticle .breadcrumbs h5 {
    color: #ffffff; }
  .blogArticle .breadcrumbs h6 {
    color: #ffffff; }
  .blogArticle .breadcrumbs p {
    color: #ffffff; }
  .blogArticle .breadcrumbs .intro {
    color: #ffffff; }
  .blogArticle .breadcrumbs a {
    color: #ffffff; }
  .blogArticle .breadcrumbs ul {
    color: #ffffff; }
  .blogArticle .breadcrumbs ol {
    color: #ffffff; }
  .blogArticle .breadcrumbs table.lined {
    color: #ffffff; }
  .blogArticle .breadcrumbs pre {
    color: #ffffff; }

@media screen and (max-width: 1059px) {
  .blogArticle .wrapper.wrapper-breadcrumbs {
    position: absolute;
    top: 85px;
    left: 5%; } }

@media screen and (max-width: 767px) {
  .blogArticle .wrapper.wrapper-breadcrumbs {
    position: absolute;
    top: 55px;
    left: 5%; } }

.blogArticle_header::after, .blogHeader::after, .blogList::after {
  clear: both;
  content: "";
  display: block; }

.blogArticle_header .author, .blogHeader .author, .blogList .author {
  line-height: 30px;
  margin-bottom: 17px;
  margin-top: 17px; }
  @media screen and (min-width: 768px) {
    .blogArticle_header .author, .blogHeader .author, .blogList .author {
      float: left; } }
  .blogArticle_header .author img, .blogHeader .author img, .blogList .author img {
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 10px; }

.blogArticle_header .share, .blogHeader .share, .blogList .share {
  margin-bottom: 17px;
  margin-top: 17px; }
  @media screen and (min-width: 768px) {
    .blogArticle_header .share, .blogHeader .share, .blogList .share {
      float: right; } }
  .blogArticle_header .share a, .blogHeader .share a, .blogList .share a {
    border: 1px solid #059fdc;
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 17px;
    text-align: center;
    line-height: 34px; }

.blogArticle_header .date, .blogHeader .date, .blogList .date {
  clear: both;
  margin-bottom: 20px; }

.blogArticle_content h1, .blogArticle_content h2, .blogArticle_content h3, .blogArticle_content h4, .blogArticle_content h5, .blogArticle_content h6, .blogArticle_content p, .blogArticle_content ul, .blogArticle_content ol, .blogContent h1, .blogContent h2, .blogContent h3, .blogContent h4, .blogContent h5, .blogContent h6, .blogContent p, .blogContent ul, .blogContent ol {
  margin-bottom: 10px; }

.blogArticle_content h1, .blogArticle_content h2, .blogArticle_content h3, .blogArticle_content h4, .blogArticle_content h5, .blogArticle_content h6, .blogContent h1, .blogContent h2, .blogContent h3, .blogContent h4, .blogContent h5, .blogContent h6 {
  margin-top: 10px; }
  .blogArticle_content h1:first-child, .blogArticle_content h2:first-child, .blogArticle_content h3:first-child, .blogArticle_content h4:first-child, .blogArticle_content h5:first-child, .blogArticle_content h6:first-child, .blogContent h1:first-child, .blogContent h2:first-child, .blogContent h3:first-child, .blogContent h4:first-child, .blogContent h5:first-child, .blogContent h6:first-child {
    margin-top: 0px; }

.blogArticle_content img, .blogContent img {
  height: auto !important;
  width: auto !important; }

.blogList {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; }
  .blogList::after {
    clear: both;
    content: "";
    display: block; }

.blogList_contentBlock {
  background: white;
  border: 1px solid #dddddd;
  margin-bottom: 20px; }
  @media screen and (min-width: 1060px) {
    .blogList_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      min-height: 430px; }
      .blogList_contentBlock:last-child {
        margin-right: 0; }
      .blogList_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .blogList_contentBlock:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .blogList_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      min-height: 450px; }
      .blogList_contentBlock:last-child {
        margin-right: 0; }
      .blogList_contentBlock:nth-child(2n) {
        margin-right: 0; }
      .blogList_contentBlock:nth-child(2n+1) {
        clear: left; } }
  .blogList_contentBlock img {
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%;
    transition: all 0.6s; }
  .blogList_contentBlock h3, .blogList_contentBlock p {
    padding-left: 13px;
    padding-right: 13px; }
    .blogList_contentBlock h3 a, .blogList_contentBlock p a {
      display: inline; }
  .blogList_contentBlock h3 {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #059fdc; }
    .blogList_contentBlock h3 a {
      line-height: 1.25em; }
  .blogList_contentBlock a {
    overflow: hidden;
    display: block; }
  .blogList_contentBlock:hover a img {
    transform: scale(1.1); }

.breadcrumbs {
  margin: 0px; }
  .breadcrumbs a {
    text-decoration: underline; }
  .breadcrumbs .current {
    font-weight: bold; }

.button {
  border-radius: 6px;
  padding: 6px 20px;
  border: 1px solid #059fdc;
  color: #059fdc;
  text-align: center;
  cursor: pointer; }
  .button:hover {
    border: 1px solid #0071b1;
    color: #0071b1; }
  .button.button-onColor {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: none; }
    .button.button-onColor i {
      color: #ffffff; }
    .button.button-onColor:hover {
      border: 1px solid #ffffff;
      background: #ffffff;
      color: #203366; }
      .button.button-onColor:hover i {
        color: #203366; }
  .button.button-black {
    border: 1px solid #333333;
    color: #333333; }
    .button.button-black i {
      color: #333333; }
    .button.button-black:hover {
      border: 1px solid #333333;
      background: #ffffff;
      color: #333333; }
      .button.button-black:hover i {
        color: #333333; }
  .button.button-onWhite {
    border: 1px solid #059fdc;
    background: #ffffff;
    color: #059fdc; }
    .button.button-onWhite i {
      color: #059fdc; }
    .button.button-onWhite:hover {
      border: 1px solid #0071b1;
      color: #0071b1; }
      .button.button-onWhite:hover i {
        color: #0071b1; }

.caseStudies {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  background-color: white;
  margin-top: 65px; }
  .caseStudies::after {
    clear: both;
    content: "";
    display: block; }
  .caseStudies::after {
    clear: both;
    content: "";
    display: block; }
  .caseStudies .wrapper:nth-child(1) {
    padding-top: 30px; }
  .caseStudies.caseStudies-other h2 {
    padding-bottom: 10px; }
  @media screen and (max-width: 1059px) {
    .caseStudies.caseStudies-other {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .caseStudies.caseStudies-other .caseStudies_contentBlock:nth-child(3) {
      display: none; } }

.caseStudies_contentBlock {
  position: relative;
  margin-bottom: 20px;
  height: 280px; }
  @media screen and (min-width: 1060px) {
    .caseStudies_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .caseStudies_contentBlock:last-child {
        margin-right: 0; }
      .caseStudies_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .caseStudies_contentBlock:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .caseStudies_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .caseStudies_contentBlock:last-child {
        margin-right: 0; }
      .caseStudies_contentBlock:nth-child(2n) {
        margin-right: 0; }
      .caseStudies_contentBlock:nth-child(2n+1) {
        clear: left; } }
  .caseStudies_contentBlock img {
    display: block; }
  .caseStudies_contentBlock div {
    position: relative; }
  .caseStudies_contentBlock .angleOverlay, .caseStudies_contentBlock .angleContainer {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .caseStudies_contentBlock .imageContainer {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    bottom: 65px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .caseStudies_contentBlock .title {
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1; }
  .caseStudies_contentBlock .clientName {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 5px; }
  .caseStudies_contentBlock .projectName {
    font-size: 20px;
    margin: 0px;
    line-height: 1em; }
  .caseStudies_contentBlock .caseStudies_contentBlock_overlay div {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    .caseStudies_contentBlock .caseStudies_contentBlock_overlay div p {
      margin: 0;
      margin-bottom: 20px; }
  .caseStudies_contentBlock.white {
    background-color: #ffffff; }
    .caseStudies_contentBlock.white .imageContainer,
    .caseStudies_contentBlock.white .caseStudies_contentBlock_overlay {
      background-color: #e6e5e5; }
    .caseStudies_contentBlock.white * {
      color: #333333; }
  .caseStudies_contentBlock.offWhite {
    background-color: #ededed; }
    .caseStudies_contentBlock.offWhite .imageContainer,
    .caseStudies_contentBlock.offWhite .caseStudies_contentBlock_overlay {
      background-color: #d4d3d3; }
    .caseStudies_contentBlock.offWhite * {
      color: #333333; }
  .caseStudies_contentBlock.text {
    background-color: #333333; }
    .caseStudies_contentBlock.text .imageContainer,
    .caseStudies_contentBlock.text .caseStudies_contentBlock_overlay {
      background-color: #1a1919; }
    .caseStudies_contentBlock.text * {
      color: #333333; }
  .caseStudies_contentBlock.riBlue {
    background-color: #059fdc; }
    .caseStudies_contentBlock.riBlue .imageContainer,
    .caseStudies_contentBlock.riBlue .caseStudies_contentBlock_overlay {
      background-color: #047baa; }
    .caseStudies_contentBlock.riBlue * {
      color: #ffffff; }
  .caseStudies_contentBlock.riBlueSmallText {
    background-color: #007fb4; }
    .caseStudies_contentBlock.riBlueSmallText .imageContainer,
    .caseStudies_contentBlock.riBlueSmallText .caseStudies_contentBlock_overlay {
      background-color: #005b81; }
    .caseStudies_contentBlock.riBlueSmallText * {
      color: #ffffff; }
  .caseStudies_contentBlock.riMidBlue {
    background-color: #0071b1; }
    .caseStudies_contentBlock.riMidBlue .imageContainer,
    .caseStudies_contentBlock.riMidBlue .caseStudies_contentBlock_overlay {
      background-color: #00507e; }
    .caseStudies_contentBlock.riMidBlue * {
      color: #ffffff; }
  .caseStudies_contentBlock.riNavy {
    background-color: #203366; }
    .caseStudies_contentBlock.riNavy .imageContainer,
    .caseStudies_contentBlock.riNavy .caseStudies_contentBlock_overlay {
      background-color: #14203f; }
    .caseStudies_contentBlock.riNavy * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryBlue {
    background-color: #3d4f95; }
    .caseStudies_contentBlock.secondaryBlue .imageContainer,
    .caseStudies_contentBlock.secondaryBlue .caseStudies_contentBlock_overlay {
      background-color: #2e3c71; }
    .caseStudies_contentBlock.secondaryBlue * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryTeal {
    background-color: #036a93; }
    .caseStudies_contentBlock.secondaryTeal .imageContainer,
    .caseStudies_contentBlock.secondaryTeal .caseStudies_contentBlock_overlay {
      background-color: #024661; }
    .caseStudies_contentBlock.secondaryTeal * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryTurqoise {
    background-color: #0093a9; }
    .caseStudies_contentBlock.secondaryTurqoise .imageContainer,
    .caseStudies_contentBlock.secondaryTurqoise .caseStudies_contentBlock_overlay {
      background-color: #006776; }
    .caseStudies_contentBlock.secondaryTurqoise * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryGreen {
    background-color: #177f3d; }
    .caseStudies_contentBlock.secondaryGreen .imageContainer,
    .caseStudies_contentBlock.secondaryGreen .caseStudies_contentBlock_overlay {
      background-color: #0f5428; }
    .caseStudies_contentBlock.secondaryGreen * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryOrange {
    background-color: #f16f20; }
    .caseStudies_contentBlock.secondaryOrange .imageContainer,
    .caseStudies_contentBlock.secondaryOrange .caseStudies_contentBlock_overlay {
      background-color: #d1570d; }
    .caseStudies_contentBlock.secondaryOrange * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryMustard {
    background-color: #f0ab00; }
    .caseStudies_contentBlock.secondaryMustard .imageContainer,
    .caseStudies_contentBlock.secondaryMustard .caseStudies_contentBlock_overlay {
      background-color: #bd8700; }
    .caseStudies_contentBlock.secondaryMustard * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryPurple {
    background-color: #993a95; }
    .caseStudies_contentBlock.secondaryPurple .imageContainer,
    .caseStudies_contentBlock.secondaryPurple .caseStudies_contentBlock_overlay {
      background-color: #742c71; }
    .caseStudies_contentBlock.secondaryPurple * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryPink {
    background-color: #ed0776; }
    .caseStudies_contentBlock.secondaryPink .imageContainer,
    .caseStudies_contentBlock.secondaryPink .caseStudies_contentBlock_overlay {
      background-color: #bb065d; }
    .caseStudies_contentBlock.secondaryPink * {
      color: #ffffff; }
  .caseStudies_contentBlock.secondaryRed {
    background-color: #d63657; }
    .caseStudies_contentBlock.secondaryRed .imageContainer,
    .caseStudies_contentBlock.secondaryRed .caseStudies_contentBlock_overlay {
      background-color: #b42542; }
    .caseStudies_contentBlock.secondaryRed * {
      color: #ffffff; }
  .caseStudies_contentBlock .caseStudies_contentBlock_overlay {
    transition: all 0.6s;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px; }
    .caseStudies_contentBlock .caseStudies_contentBlock_overlay .button {
      display: block; }
  .caseStudies_contentBlock:hover .caseStudies_contentBlock_overlay,
  .caseStudies_contentBlock.hover .caseStudies_contentBlock_overlay {
    opacity: 0.9; }
  .caseStudies_contentBlock:hover .title,
  .caseStudies_contentBlock.hover .title {
    opacity: 0; }

.caseStudy::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 768px) {
  .caseStudy .left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .caseStudy .left:last-child {
      margin-right: 0; }
    .caseStudy .left:nth-child(2n) {
      margin-right: 0; }
    .caseStudy .left:nth-child(2n+1) {
      clear: left; }
  .caseStudy .right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .caseStudy .right:last-child {
      margin-right: 0; }
    .caseStudy .right:nth-child(2n) {
      margin-right: 0; }
    .caseStudy .right:nth-child(2n+1) {
      clear: left; }
  .caseStudy .images {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .caseStudy .images:last-child {
      margin-right: 0; }
    .caseStudy .images:nth-child(2n) {
      margin-right: 0; }
    .caseStudy .images:nth-child(2n+1) {
      clear: left; }
  .caseStudy .mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .caseStudy .desktop {
    display: none; } }

.caseStudy .left .textContent h1, .caseStudy .left .textContent h2, .caseStudy .left .textContent h3, .caseStudy .left .textContent h4, .caseStudy .left .textContent h5, .caseStudy .left .textContent h6, .caseStudy .left .textContent p, .caseStudy .left .textContent ul, .caseStudy .left .textContent ol {
  margin-bottom: 10px; }

.caseStudy .left .textContent h1, .caseStudy .left .textContent h2, .caseStudy .left .textContent h3, .caseStudy .left .textContent h4, .caseStudy .left .textContent h5, .caseStudy .left .textContent h6 {
  margin-top: 10px; }
  .caseStudy .left .textContent h1:first-child, .caseStudy .left .textContent h2:first-child, .caseStudy .left .textContent h3:first-child, .caseStudy .left .textContent h4:first-child, .caseStudy .left .textContent h5:first-child, .caseStudy .left .textContent h6:first-child {
    margin-top: 0px; }

.caseStudy .breadcrumbs {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .caseStudy .breadcrumbs h1 {
    color: #ffffff; }
  .caseStudy .breadcrumbs h2 {
    color: #ffffff; }
  .caseStudy .breadcrumbs h3 {
    color: #ffffff; }
  .caseStudy .breadcrumbs h4 {
    color: #ffffff; }
  .caseStudy .breadcrumbs h5 {
    color: #ffffff; }
  .caseStudy .breadcrumbs h6 {
    color: #ffffff; }
  .caseStudy .breadcrumbs p {
    color: #ffffff; }
  .caseStudy .breadcrumbs .intro {
    color: #ffffff; }
  .caseStudy .breadcrumbs a {
    color: #ffffff; }
  .caseStudy .breadcrumbs ul {
    color: #ffffff; }
  .caseStudy .breadcrumbs ol {
    color: #ffffff; }
  .caseStudy .breadcrumbs table.lined {
    color: #ffffff; }
  .caseStudy .breadcrumbs pre {
    color: #ffffff; }

.caseStudy .intro {
  padding: 20px 0px; }

.caseStudy .images-secondary img {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%; }
  .caseStudy .images-secondary img:last-child {
    margin-right: 0; }
  .caseStudy .images-secondary img:nth-child(4n) {
    margin-right: 0; }
  .caseStudy .images-secondary img:nth-child(4n+1) {
    clear: left; }

.caseStudy_speechBubble {
  position: relative;
  padding: 25px;
  background: #FFFFFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: #059fdc solid 2px;
  margin-top: 104px;
  margin-bottom: 20px; }
  .caseStudy_speechBubble:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: 0px; }
  .caseStudy_speechBubble:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: #059fdc transparent;
    display: block;
    width: 0;
    z-index: 0;
    left: -2px; }
  .caseStudy_speechBubble p.commaSeparated span:after {
    content: ","; }
  .caseStudy_speechBubble p.commaSeparated span:last-child:after {
    content: ""; }
  .caseStudy_speechBubble.white {
    border-color: #ffffff; }
    .caseStudy_speechBubble.white h1, .caseStudy_speechBubble.white h2, .caseStudy_speechBubble.white h3, .caseStudy_speechBubble.white h4, .caseStudy_speechBubble.white h5, .caseStudy_speechBubble.white h6 {
      color: #ffffff; }
    .caseStudy_speechBubble.white:before {
      border-color: #ffffff transparent; }
  .caseStudy_speechBubble.offWhite {
    border-color: #ededed; }
    .caseStudy_speechBubble.offWhite h1, .caseStudy_speechBubble.offWhite h2, .caseStudy_speechBubble.offWhite h3, .caseStudy_speechBubble.offWhite h4, .caseStudy_speechBubble.offWhite h5, .caseStudy_speechBubble.offWhite h6 {
      color: #ededed; }
    .caseStudy_speechBubble.offWhite:before {
      border-color: #ededed transparent; }
  .caseStudy_speechBubble.text {
    border-color: #333333; }
    .caseStudy_speechBubble.text h1, .caseStudy_speechBubble.text h2, .caseStudy_speechBubble.text h3, .caseStudy_speechBubble.text h4, .caseStudy_speechBubble.text h5, .caseStudy_speechBubble.text h6 {
      color: #333333; }
    .caseStudy_speechBubble.text:before {
      border-color: #333333 transparent; }
  .caseStudy_speechBubble.riBlue {
    border-color: #059fdc; }
    .caseStudy_speechBubble.riBlue h1, .caseStudy_speechBubble.riBlue h2, .caseStudy_speechBubble.riBlue h3, .caseStudy_speechBubble.riBlue h4, .caseStudy_speechBubble.riBlue h5, .caseStudy_speechBubble.riBlue h6 {
      color: #059fdc; }
    .caseStudy_speechBubble.riBlue:before {
      border-color: #059fdc transparent; }
  .caseStudy_speechBubble.riBlueSmallText {
    border-color: #007fb4; }
    .caseStudy_speechBubble.riBlueSmallText h1, .caseStudy_speechBubble.riBlueSmallText h2, .caseStudy_speechBubble.riBlueSmallText h3, .caseStudy_speechBubble.riBlueSmallText h4, .caseStudy_speechBubble.riBlueSmallText h5, .caseStudy_speechBubble.riBlueSmallText h6 {
      color: #007fb4; }
    .caseStudy_speechBubble.riBlueSmallText:before {
      border-color: #007fb4 transparent; }
  .caseStudy_speechBubble.riMidBlue {
    border-color: #0071b1; }
    .caseStudy_speechBubble.riMidBlue h1, .caseStudy_speechBubble.riMidBlue h2, .caseStudy_speechBubble.riMidBlue h3, .caseStudy_speechBubble.riMidBlue h4, .caseStudy_speechBubble.riMidBlue h5, .caseStudy_speechBubble.riMidBlue h6 {
      color: #0071b1; }
    .caseStudy_speechBubble.riMidBlue:before {
      border-color: #0071b1 transparent; }
  .caseStudy_speechBubble.riNavy {
    border-color: #203366; }
    .caseStudy_speechBubble.riNavy h1, .caseStudy_speechBubble.riNavy h2, .caseStudy_speechBubble.riNavy h3, .caseStudy_speechBubble.riNavy h4, .caseStudy_speechBubble.riNavy h5, .caseStudy_speechBubble.riNavy h6 {
      color: #203366; }
    .caseStudy_speechBubble.riNavy:before {
      border-color: #203366 transparent; }
  .caseStudy_speechBubble.secondaryBlue {
    border-color: #3d4f95; }
    .caseStudy_speechBubble.secondaryBlue h1, .caseStudy_speechBubble.secondaryBlue h2, .caseStudy_speechBubble.secondaryBlue h3, .caseStudy_speechBubble.secondaryBlue h4, .caseStudy_speechBubble.secondaryBlue h5, .caseStudy_speechBubble.secondaryBlue h6 {
      color: #3d4f95; }
    .caseStudy_speechBubble.secondaryBlue:before {
      border-color: #3d4f95 transparent; }
  .caseStudy_speechBubble.secondaryTeal {
    border-color: #036a93; }
    .caseStudy_speechBubble.secondaryTeal h1, .caseStudy_speechBubble.secondaryTeal h2, .caseStudy_speechBubble.secondaryTeal h3, .caseStudy_speechBubble.secondaryTeal h4, .caseStudy_speechBubble.secondaryTeal h5, .caseStudy_speechBubble.secondaryTeal h6 {
      color: #036a93; }
    .caseStudy_speechBubble.secondaryTeal:before {
      border-color: #036a93 transparent; }
  .caseStudy_speechBubble.secondaryTurqoise {
    border-color: #0093a9; }
    .caseStudy_speechBubble.secondaryTurqoise h1, .caseStudy_speechBubble.secondaryTurqoise h2, .caseStudy_speechBubble.secondaryTurqoise h3, .caseStudy_speechBubble.secondaryTurqoise h4, .caseStudy_speechBubble.secondaryTurqoise h5, .caseStudy_speechBubble.secondaryTurqoise h6 {
      color: #0093a9; }
    .caseStudy_speechBubble.secondaryTurqoise:before {
      border-color: #0093a9 transparent; }
  .caseStudy_speechBubble.secondaryGreen {
    border-color: #177f3d; }
    .caseStudy_speechBubble.secondaryGreen h1, .caseStudy_speechBubble.secondaryGreen h2, .caseStudy_speechBubble.secondaryGreen h3, .caseStudy_speechBubble.secondaryGreen h4, .caseStudy_speechBubble.secondaryGreen h5, .caseStudy_speechBubble.secondaryGreen h6 {
      color: #177f3d; }
    .caseStudy_speechBubble.secondaryGreen:before {
      border-color: #177f3d transparent; }
  .caseStudy_speechBubble.secondaryOrange {
    border-color: #f16f20; }
    .caseStudy_speechBubble.secondaryOrange h1, .caseStudy_speechBubble.secondaryOrange h2, .caseStudy_speechBubble.secondaryOrange h3, .caseStudy_speechBubble.secondaryOrange h4, .caseStudy_speechBubble.secondaryOrange h5, .caseStudy_speechBubble.secondaryOrange h6 {
      color: #f16f20; }
    .caseStudy_speechBubble.secondaryOrange:before {
      border-color: #f16f20 transparent; }
  .caseStudy_speechBubble.secondaryMustard {
    border-color: #f0ab00; }
    .caseStudy_speechBubble.secondaryMustard h1, .caseStudy_speechBubble.secondaryMustard h2, .caseStudy_speechBubble.secondaryMustard h3, .caseStudy_speechBubble.secondaryMustard h4, .caseStudy_speechBubble.secondaryMustard h5, .caseStudy_speechBubble.secondaryMustard h6 {
      color: #f0ab00; }
    .caseStudy_speechBubble.secondaryMustard:before {
      border-color: #f0ab00 transparent; }
  .caseStudy_speechBubble.secondaryPurple {
    border-color: #993a95; }
    .caseStudy_speechBubble.secondaryPurple h1, .caseStudy_speechBubble.secondaryPurple h2, .caseStudy_speechBubble.secondaryPurple h3, .caseStudy_speechBubble.secondaryPurple h4, .caseStudy_speechBubble.secondaryPurple h5, .caseStudy_speechBubble.secondaryPurple h6 {
      color: #993a95; }
    .caseStudy_speechBubble.secondaryPurple:before {
      border-color: #993a95 transparent; }
  .caseStudy_speechBubble.secondaryPink {
    border-color: #ed0776; }
    .caseStudy_speechBubble.secondaryPink h1, .caseStudy_speechBubble.secondaryPink h2, .caseStudy_speechBubble.secondaryPink h3, .caseStudy_speechBubble.secondaryPink h4, .caseStudy_speechBubble.secondaryPink h5, .caseStudy_speechBubble.secondaryPink h6 {
      color: #ed0776; }
    .caseStudy_speechBubble.secondaryPink:before {
      border-color: #ed0776 transparent; }
  .caseStudy_speechBubble.secondaryRed {
    border-color: #d63657; }
    .caseStudy_speechBubble.secondaryRed h1, .caseStudy_speechBubble.secondaryRed h2, .caseStudy_speechBubble.secondaryRed h3, .caseStudy_speechBubble.secondaryRed h4, .caseStudy_speechBubble.secondaryRed h5, .caseStudy_speechBubble.secondaryRed h6 {
      color: #d63657; }
    .caseStudy_speechBubble.secondaryRed:before {
      border-color: #d63657 transparent; }

@media screen and (max-width: 767px) {
  .caseStudy_speechBubble:after {
    border-width: 0px 41px 31px 0px;
    top: -30px; }
  .caseStudy_speechBubble:before {
    border-width: 0px 45px 33px 0;
    top: -33px; } }

@media screen and (min-width: 768px) {
  .caseStudy_speechBubble:after {
    border-width: 31px 41px 0px 0px;
    bottom: -30px; }
  .caseStudy_speechBubble:before {
    border-width: 33px 45px 0px 0;
    bottom: -33px; } }

.caseStudy_otherProjects {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .caseStudy_otherProjects::after {
    clear: both;
    content: "";
    display: block; }

.caseStudy_otherProjects_project {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 31.7615653177%; }
  .caseStudy_otherProjects_project:last-child {
    margin-right: 0; }
  .caseStudy_otherProjects_project:nth-child(3n) {
    margin-right: 0; }
  .caseStudy_otherProjects_project:nth-child(3n+1) {
    clear: left; }

.contactForm {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  margin-top: 65px;
  padding-top: 30px;
  padding-bottom: 40px;
  margin-bottom: 120px;
  min-height: 620px;
  width: 95%; }
  .contactForm::after {
    clear: both;
    content: "";
    display: block; }
  .contactForm::after {
    clear: both;
    content: "";
    display: block; }
  .contactForm label {
    padding-top: 5px;
    margin-bottom: 2px;
    line-height: 1em;
    display: block; }
  .contactForm input[type="color"], .contactForm input[type="date"], .contactForm input[type="datetime"], .contactForm input[type="datetime-local"], .contactForm input[type="email"], .contactForm input[type="month"], .contactForm input[type="number"], .contactForm input[type="password"], .contactForm input[type="search"], .contactForm input[type="tel"], .contactForm input[type="text"], .contactForm input[type="time"], .contactForm input[type="url"], .contactForm input[type="week"], .contactForm input:not([type]), .contactForm textarea, .contactForm textarea {
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 10px;
    margin: 0px;
    margin-bottom: 10px;
    background: white;
    color: #333333;
    outline: none;
    float: left;
    text-decoration: none;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .contactForm input[type="color"], .contactForm input[type="date"], .contactForm input[type="datetime"], .contactForm input[type="datetime-local"], .contactForm input[type="email"], .contactForm input[type="month"], .contactForm input[type="number"], .contactForm input[type="password"], .contactForm input[type="search"], .contactForm input[type="tel"], .contactForm input[type="text"], .contactForm input[type="time"], .contactForm input[type="url"], .contactForm input[type="week"], .contactForm input:not([type]), .contactForm textarea, .contactForm textarea {
        font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; } }
    .contactForm input[type="color"].error, .contactForm input[type="date"].error, .contactForm input[type="datetime"].error, .contactForm input[type="datetime-local"].error, .contactForm input[type="email"].error, .contactForm input[type="month"].error, .contactForm input[type="number"].error, .contactForm input[type="password"].error, .contactForm input[type="search"].error, .contactForm input[type="tel"].error, .contactForm input[type="text"].error, .contactForm input[type="time"].error, .contactForm input[type="url"].error, .contactForm input[type="week"].error, .contactForm input:not([type]).error, .contactForm textarea.error, .contactForm textarea.error {
      background: #ffffff;
      border: 2px solid #d63657;
      margin-bottom: 0px; }
  .contactForm textarea {
    min-height: 65px; }
  .contactForm p.error {
    display: none;
    background: #d63657;
    padding: 0px 10px;
    clear: both;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 12px; }
  .contactForm a.button {
    display: inline-block; }
  .contactForm .successMessage {
    display: none; }
  .contactForm .smsForm {
    display: none; }
  .contactForm .button {
    line-height: 1.5em;
    font-weight: normal;
    text-decoration: none;
    margin: 0px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .contactForm .left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .contactForm .left:last-child {
        margin-right: 0; }
      .contactForm .left:nth-child(2n) {
        margin-right: 0; }
      .contactForm .left:nth-child(2n+1) {
        clear: left; }
    .contactForm .right {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .contactForm .right:last-child {
        margin-right: 0; }
      .contactForm .right:nth-child(2n) {
        margin-right: 0; }
      .contactForm .right:nth-child(2n+1) {
        clear: left; }
      .contactForm .right .contactForm_address {
        width: 59%;
        float: left; }
      .contactForm .right .contactForm_sms {
        width: 40%;
        float: right; }
    .contactForm .formField::after {
      clear: both;
      content: "";
      display: block; }
    .contactForm .left .button {
      display: inline-block; } }
  @media screen and (max-width: 767px) {
    .contactForm .left, .contactForm .right {
      clear: both; }
      .contactForm .left::after, .contactForm .right::after {
        clear: both;
        content: "";
        display: block; }
    .contactForm .formField {
      clear: both; }
      .contactForm .formField label, .contactForm .formField input, .contactForm .formField textarea {
        clear: both; }
    .contactForm .left .button {
      display: block;
      width: 100%; }
    .contactForm .contactForm_map {
      margin-top: 20px; }
    .contactForm .left {
      margin-bottom: 100px; } }

.contactForm_map .map {
  width: 100%;
  height: 300px; }

.filters {
  padding: 0px;
  display: block;
  vertical-align: middle;
  padding: 20px 0px 30px 0px; }
  .filters li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 20px; }
    .filters li a {
      color: #203366; }
    .filters li:hover a {
      border-bottom: 2px solid #203366; }
    .filters li.current a {
      color: #059fdc;
      border-bottom: 2px solid #059fdc; }
      .filters li.current a:hover a {
        border-bottom: 2px solid #059fdc; }
  @media screen and (max-width: 767px) {
    .filters {
      display: none; } }

#filterSelect {
  padding: 10px;
  background: white;
  background-image: url(../../assets/images/select.png);
  background-position: right;
  background-repeat: no-repeat;
  border: 1px solid #203366;
  border-radius: 4px;
  color: #203366;
  margin-top: 20px;
  margin-bottom: 30px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  -webkit-appearance: none;
  font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media screen and (min-width: 768px) {
    #filterSelect {
      display: none; } }

.footer {
  background: #203366;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer::after {
    clear: both;
    content: "";
    display: block; }
  .footer * {
    color: #ffffff; }
  .footer p {
    margin-bottom: 10px; }
    .footer p a:hover {
      color: white;
      text-decoration: underline; }
    .footer p a.button:hover {
      text-decoration: none; }
  @media screen and (min-width: 768px) {
    .footer .left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%; }
      .footer .left:last-child {
        margin-right: 0; }
      .footer .left:nth-child(2n) {
        margin-right: 0; }
      .footer .left:nth-child(2n+1) {
        clear: left; }
    .footer .right {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%;
      float: right; }
      .footer .right:last-child {
        margin-right: 0; }
      .footer .right:nth-child(2n) {
        margin-right: 0; }
      .footer .right:nth-child(2n+1) {
        clear: left; }
      .footer .right a.button {
        display: block; } }
  @media screen and (max-width: 767px) {
    .footer .button {
      display: block; } }
  .footer p {
    font-weight: 300;
    letter-spacing: 0.5px; }

.footer_cta {
  color: #ffffff;
  background: #059fdc;
  padding: 40px;
  text-align: center; }
  .footer_cta h1 {
    color: #ffffff; }
  .footer_cta h2 {
    color: #ffffff; }
  .footer_cta h3 {
    color: #ffffff; }
  .footer_cta h4 {
    color: #ffffff; }
  .footer_cta h5 {
    color: #ffffff; }
  .footer_cta h6 {
    color: #ffffff; }
  .footer_cta p {
    color: #ffffff; }
  .footer_cta .intro {
    color: #ffffff; }
  .footer_cta a {
    color: #ffffff; }
  .footer_cta ul {
    color: #ffffff; }
  .footer_cta ol {
    color: #ffffff; }
  .footer_cta table.lined {
    color: #ffffff; }
  .footer_cta pre {
    color: #ffffff; }
  .footer_cta p, .footer_cta h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 80%;
    max-width: 800px; }
  @media screen and (max-width: 767px) {
    .footer_cta {
      font-size: 20px; } }

.navigation_toggle {
  cursor: pointer; }

.header {
  min-height: 85px;
  padding: 10px 0px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  transition: 0.4s all;
  box-shadow: 0px 1px 2px rgba(32, 51, 102, 0.2); }
  .header .wrapper {
    display: table; }
    @media screen and (min-width: 1060px) {
      .header .wrapper {
        width: 100%; } }
  .header.header-landing .navigation_logo img {
    float: left; }
  .header.header-landing .navigation_logo span {
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 65px;
    font-size: 28px;
    font-weight: 300;
    float: left;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .header.header-landing .navigation_logo span {
        line-height: 45px;
        font-size: 16px; } }
  .header.header-landing .navigation_phone {
    color: #203366;
    font-weight: normal; }
    .header.header-landing .navigation_phone a {
      font-weight: bold;
      color: #203366; }
    .header.header-landing .navigation_phone a:hover {
      color: #059fdc; }
  .header.reduced {
    min-height: 55px;
    padding: 5px 0px; }
    .header.reduced .navigation_logo,
    .header.reduced .navigation_logo a,
    .header.reduced .navigation_logo img {
      vertical-align: middle; }
    .header.reduced .navigation_logo img {
      height: 45px;
      width: 95px; }
    .header.reduced .navigation_toggle {
      padding: 10px 0px; }
  @media screen and (max-width: 767px) {
    .header {
      min-height: 55px;
      padding: 5px 0px; }
      .header .navigation_logo,
      .header .navigation_logo a,
      .header .navigation_logo img {
        vertical-align: middle; }
      .header .navigation_logo img {
        height: 45px;
        width: 95px; }
      .header .navigation_toggle {
        padding: 10px 0px; } }

.xmasHeader {
  min-height: 85px;
  padding: 10px 0px;
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 10;
  transition: 0.4s all;
  position: absolute; }
  .xmasHeader .wrapper {
    display: table; }
    @media screen and (min-width: 1060px) {
      .xmasHeader .wrapper {
        width: 100%; } }
  .xmasHeader.header-landing .navigation_logo img {
    float: left; }
  .xmasHeader.header-landing .navigation_logo span {
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: 65px;
    font-size: 28px;
    font-weight: 300;
    float: left;
    padding-left: 20px; }
    @media screen and (max-width: 767px) {
      .xmasHeader.header-landing .navigation_logo span {
        line-height: 45px;
        font-size: 16px; } }
  .xmasHeader.header-landing .navigation_phone {
    color: #203366;
    font-weight: normal; }
    .xmasHeader.header-landing .navigation_phone a {
      font-weight: bold;
      color: #203366; }
    .xmasHeader.header-landing .navigation_phone a:hover {
      color: #059fdc; }
  .xmasHeader.reduced {
    min-height: 55px;
    padding: 5px 0px; }
    .xmasHeader.reduced .navigation_logo,
    .xmasHeader.reduced .navigation_logo a,
    .xmasHeader.reduced .navigation_logo img {
      vertical-align: middle; }
    .xmasHeader.reduced .navigation_logo img {
      height: 45px;
      width: 95px; }
    .xmasHeader.reduced .navigation_toggle {
      padding: 10px 0px; }
  @media screen and (max-width: 767px) {
    .xmasHeader {
      min-height: 55px;
      padding: 5px 0px; }
      .xmasHeader .navigation_logo,
      .xmasHeader .navigation_logo a,
      .xmasHeader .navigation_logo img {
        vertical-align: middle; }
      .xmasHeader .navigation_logo img {
        height: 45px;
        width: 95px; }
      .xmasHeader .navigation_toggle {
        padding: 10px 0px; } }
  @media screen and (max-width: 767px) {
    .xmasHeader {
      min-height: 85px;
      padding: 5px 0px; } }

.homeBlog {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ededed; }
  .homeBlog .wrapper {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    .homeBlog .wrapper::after {
      clear: both;
      content: "";
      display: block; }
  .homeBlog.homeBlog-onWhite {
    background: #ffffff; }
  .homeBlog h2 {
    margin-bottom: 10px; }

.homeBlog_contentBlock {
  background: white;
  border: 1px solid #dddddd;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .homeBlog_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      min-height: 430px; }
      .homeBlog_contentBlock:last-child {
        margin-right: 0; }
      .homeBlog_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .homeBlog_contentBlock:nth-child(3n+1) {
        clear: left; } }
  .homeBlog_contentBlock img {
    border-bottom: 1px solid #dddddd;
    display: block;
    width: 100%; }
  .homeBlog_contentBlock h3, .homeBlog_contentBlock p {
    padding-left: 13px;
    padding-right: 13px; }
  .homeBlog_contentBlock h3 {
    padding-top: 13px;
    padding-bottom: 13px;
    color: #059fdc; }

.homeCarousel {
  color: #ffffff;
  position: relative;
  background: #203366;
  overflow: hidden; }
  .homeCarousel h1 {
    color: #ffffff; }
  .homeCarousel h2 {
    color: #ffffff; }
  .homeCarousel h3 {
    color: #ffffff; }
  .homeCarousel h4 {
    color: #ffffff; }
  .homeCarousel h5 {
    color: #ffffff; }
  .homeCarousel h6 {
    color: #ffffff; }
  .homeCarousel p {
    color: #ffffff; }
  .homeCarousel .intro {
    color: #ffffff; }
  .homeCarousel a {
    color: #ffffff; }
  .homeCarousel ul {
    color: #ffffff; }
  .homeCarousel ol {
    color: #ffffff; }
  .homeCarousel table.lined {
    color: #ffffff; }
  .homeCarousel pre {
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .homeCarousel {
      height: 700px; } }
  @media screen and (max-width: 767px) {
    .homeCarousel {
      height: 440px;
      display: none; } }
  .homeCarousel .angleContainer {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .homeCarousel .homeCarousel_slide {
    opacity: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.6s; }
  .homeCarousel .homeCarousel_slide.inactive {
    opacity: 0;
    pointer-events: none; }
    .homeCarousel .homeCarousel_slide.inactive .homeCarousel_label {
      opacity: 0;
      bottom: -50px; }
    .homeCarousel .homeCarousel_slide.inactive .homeCarousel_image {
      opacity: 0; }
      @media screen and (min-width: 768px) {
        .homeCarousel .homeCarousel_slide.inactive .homeCarousel_image {
          top: 40%; } }
      @media screen and (max-width: 767px) {
        .homeCarousel .homeCarousel_slide.inactive .homeCarousel_image {
          top: 10%; } }
  .homeCarousel .homeCarousel_slide.active {
    opacity: 1; }
    .homeCarousel .homeCarousel_slide.active .homeCarousel_label {
      opacity: 1;
      bottom: 0px;
      transition-delay: 1s; }
    .homeCarousel .homeCarousel_slide.active .homeCarousel_image {
      opacity: 1;
      transition-delay: 1.3s; }
      @media screen and (min-width: 768px) {
        .homeCarousel .homeCarousel_slide.active .homeCarousel_image {
          top: 50%; } }
      @media screen and (max-width: 767px) {
        .homeCarousel .homeCarousel_slide.active .homeCarousel_image {
          top: 20%; } }
  .homeCarousel .homeCarousel_slide_inner {
    max-width: 1080px;
    margin: 0px auto;
    position: relative; }
    @media screen and (min-width: 768px) {
      .homeCarousel .homeCarousel_slide_inner {
        height: 700px; } }
    @media screen and (max-width: 767px) {
      .homeCarousel .homeCarousel_slide_inner {
        height: 720px; } }
  .homeCarousel .homeCarousel_navigation .homeCarousel_navigation_button {
    background: rgba(255, 255, 255, 0.6);
    color: #333333;
    width: 80px;
    height: 120px;
    position: absolute;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.6s; }
    .homeCarousel .homeCarousel_navigation .homeCarousel_navigation_button i {
      font-size: 70px;
      line-height: 110px;
      padding-top: 2px; }
  .homeCarousel .homeCarousel_navigation .homeCarousel_navigation_button-left {
    left: 0;
    top: 40%;
    transform: translateY(-50%); }
  .homeCarousel .homeCarousel_navigation .homeCarousel_navigation_button-right {
    right: 0;
    top: 40%;
    transform: translateY(-50%); }
  .homeCarousel:hover .homeCarousel_navigation_button {
    opacity: 1; }
  .homeCarousel .homeCarousel_label {
    background: #993a95;
    max-width: 420px;
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    transition: all 0.6s; }
    @media screen and (min-width: 768px) {
      .homeCarousel .homeCarousel_label {
        height: 460px;
        padding: 55px 30px; } }
    @media screen and (max-width: 767px) {
      .homeCarousel .homeCarousel_label {
        height: 460px;
        padding: 20px; } }
    .homeCarousel .homeCarousel_label h2 {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .homeCarousel .homeCarousel_label h2 {
          font-size: 20px; } }
    .homeCarousel .homeCarousel_label.white {
      background: #ffffff; }
    .homeCarousel .homeCarousel_label.offWhite {
      background: #ededed; }
    .homeCarousel .homeCarousel_label.text {
      background: #333333; }
    .homeCarousel .homeCarousel_label.riBlue {
      background: #059fdc; }
    .homeCarousel .homeCarousel_label.riBlueSmallText {
      background: #007fb4; }
    .homeCarousel .homeCarousel_label.riMidBlue {
      background: #0071b1; }
    .homeCarousel .homeCarousel_label.riNavy {
      background: #203366; }
    .homeCarousel .homeCarousel_label.secondaryBlue {
      background: #3d4f95; }
    .homeCarousel .homeCarousel_label.secondaryTeal {
      background: #036a93; }
    .homeCarousel .homeCarousel_label.secondaryTurqoise {
      background: #0093a9; }
    .homeCarousel .homeCarousel_label.secondaryGreen {
      background: #177f3d; }
    .homeCarousel .homeCarousel_label.secondaryOrange {
      background: #f16f20; }
    .homeCarousel .homeCarousel_label.secondaryMustard {
      background: #f0ab00; }
    .homeCarousel .homeCarousel_label.secondaryPurple {
      background: #993a95; }
    .homeCarousel .homeCarousel_label.secondaryPink {
      background: #ed0776; }
    .homeCarousel .homeCarousel_label.secondaryRed {
      background: #d63657; }
  .homeCarousel .homeCarousel_overlay {
    width: 100%;
    position: absolute;
    bottom: 0px; }
  .homeCarousel .homeCarousel_image {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 60%;
    transition: all 0.6s; }

.homeDivider {
  position: relative;
  background: #203366; }
  .homeDivider p {
    text-align: center;
    color: #ffffff;
    font-weight: 300; }
  .homeDivider img {
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .homeDivider img {
        width: 45px;
        height: 20px; } }
  @media screen and (min-width: 1060px) {
    .homeDivider {
      padding: 30px 0px; }
      .homeDivider p {
        font-size: 35px; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeDivider {
      padding: 15px 0px; }
      .homeDivider p {
        font-size: 25px; } }
  @media screen and (max-width: 767px) {
    .homeDivider {
      padding: 5px 0px; }
      .homeDivider p {
        font-size: 20px; } }

@media screen and (min-width: 768px) {
  .landing .title {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 100%; }
    .landing .title:last-child {
      margin-right: 0; }
    .landing .title::after {
      clear: both;
      content: "";
      display: block; }
  .landing .left {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 53.632666346%;
    padding-right: 10px; }
    .landing .left:last-child {
      margin-right: 0; }
    .landing .left:nth-child(2n) {
      margin-right: 0; }
    .landing .left:nth-child(2n+1) {
      clear: left; }
  .landing .right {
    float: left;
    display: block;
    margin-right: 1.1650916087%;
    width: 45.2022420453%; }
    .landing .right:last-child {
      margin-right: 0; }
    .landing .right:nth-child(2n) {
      margin-right: 0; }
    .landing .right:nth-child(2n+1) {
      clear: left; } }

.landing .images {
  margin-bottom: 15px; }
  .landing .images img {
    display: block; }

.landing .left h1, .landing .left h2, .landing .left h3, .landing .left h4, .landing .left h5, .landing .left h6, .landing .left p, .landing .left ul, .landing .left ol,
.landing .title h1,
.landing .title h2,
.landing .title h3,
.landing .title h4,
.landing .title h5,
.landing .title h6,
.landing .title p,
.landing .title ul,
.landing .title ol {
  margin-bottom: 10px; }

.landing .left h1, .landing .left h2, .landing .left h3, .landing .left h4, .landing .left h5, .landing .left h6,
.landing .title h1,
.landing .title h2,
.landing .title h3,
.landing .title h4,
.landing .title h5,
.landing .title h6 {
  margin-top: 10px; }
  .landing .left h1:first-child, .landing .left h2:first-child, .landing .left h3:first-child, .landing .left h4:first-child, .landing .left h5:first-child, .landing .left h6:first-child,
  .landing .title h1:first-child,
  .landing .title h2:first-child,
  .landing .title h3:first-child,
  .landing .title h4:first-child,
  .landing .title h5:first-child,
  .landing .title h6:first-child {
    margin-top: 0px; }

.landing .breadcrumbs {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .landing .breadcrumbs h1 {
    color: #ffffff; }
  .landing .breadcrumbs h2 {
    color: #ffffff; }
  .landing .breadcrumbs h3 {
    color: #ffffff; }
  .landing .breadcrumbs h4 {
    color: #ffffff; }
  .landing .breadcrumbs h5 {
    color: #ffffff; }
  .landing .breadcrumbs h6 {
    color: #ffffff; }
  .landing .breadcrumbs p {
    color: #ffffff; }
  .landing .breadcrumbs .intro {
    color: #ffffff; }
  .landing .breadcrumbs a {
    color: #ffffff; }
  .landing .breadcrumbs ul {
    color: #ffffff; }
  .landing .breadcrumbs ol {
    color: #ffffff; }
  .landing .breadcrumbs table.lined {
    color: #ffffff; }
  .landing .breadcrumbs pre {
    color: #ffffff; }

.landing .contactForm {
  margin-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  background: #059fdc;
  color: #ffffff; }
  .landing .contactForm h1 {
    color: #ffffff; }
  .landing .contactForm h2 {
    color: #ffffff; }
  .landing .contactForm h3 {
    color: #ffffff; }
  .landing .contactForm h4 {
    color: #ffffff; }
  .landing .contactForm h5 {
    color: #ffffff; }
  .landing .contactForm h6 {
    color: #ffffff; }
  .landing .contactForm p {
    color: #ffffff; }
  .landing .contactForm .intro {
    color: #ffffff; }
  .landing .contactForm a {
    color: #ffffff; }
  .landing .contactForm ul {
    color: #ffffff; }
  .landing .contactForm ol {
    color: #ffffff; }
  .landing .contactForm table.lined {
    color: #ffffff; }
  .landing .contactForm pre {
    color: #ffffff; }
  .landing .contactForm h4 {
    padding-bottom: 20px; }

.landing .left img {
  height: auto !important; }

.mobileCarousel {
  color: #ffffff;
  position: relative;
  min-height: 500px; }
  .mobileCarousel h1 {
    color: #ffffff; }
  .mobileCarousel h2 {
    color: #ffffff; }
  .mobileCarousel h3 {
    color: #ffffff; }
  .mobileCarousel h4 {
    color: #ffffff; }
  .mobileCarousel h5 {
    color: #ffffff; }
  .mobileCarousel h6 {
    color: #ffffff; }
  .mobileCarousel p {
    color: #ffffff; }
  .mobileCarousel .intro {
    color: #ffffff; }
  .mobileCarousel a {
    color: #ffffff; }
  .mobileCarousel ul {
    color: #ffffff; }
  .mobileCarousel ol {
    color: #ffffff; }
  .mobileCarousel table.lined {
    color: #ffffff; }
  .mobileCarousel pre {
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .mobileCarousel {
      display: none; } }
  .mobileCarousel .mobileCarousel_slide {
    transition: all 0.6s; }
  .mobileCarousel .mobileCarousel_slide.inactive {
    opacity: 0;
    pointer-events: none; }
  .mobileCarousel .mobileCarousel_slide.active {
    opacity: 1; }
  .mobileCarousel .mobileCarousel_label {
    background: #993a95;
    padding: 20px;
    padding-bottom: 80px;
    color: #ffffff;
    min-height: 280px; }
    .mobileCarousel .mobileCarousel_label h2 {
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .mobileCarousel .mobileCarousel_label h2 {
          font-size: 20px; } }
    .mobileCarousel .mobileCarousel_label.white {
      background: #ffffff; }
    .mobileCarousel .mobileCarousel_label.offWhite {
      background: #ededed; }
    .mobileCarousel .mobileCarousel_label.text {
      background: #333333; }
    .mobileCarousel .mobileCarousel_label.riBlue {
      background: #059fdc; }
    .mobileCarousel .mobileCarousel_label.riBlueSmallText {
      background: #007fb4; }
    .mobileCarousel .mobileCarousel_label.riMidBlue {
      background: #0071b1; }
    .mobileCarousel .mobileCarousel_label.riNavy {
      background: #203366; }
    .mobileCarousel .mobileCarousel_label.secondaryBlue {
      background: #3d4f95; }
    .mobileCarousel .mobileCarousel_label.secondaryTeal {
      background: #036a93; }
    .mobileCarousel .mobileCarousel_label.secondaryTurqoise {
      background: #0093a9; }
    .mobileCarousel .mobileCarousel_label.secondaryGreen {
      background: #177f3d; }
    .mobileCarousel .mobileCarousel_label.secondaryOrange {
      background: #f16f20; }
    .mobileCarousel .mobileCarousel_label.secondaryMustard {
      background: #f0ab00; }
    .mobileCarousel .mobileCarousel_label.secondaryPurple {
      background: #993a95; }
    .mobileCarousel .mobileCarousel_label.secondaryPink {
      background: #ed0776; }
    .mobileCarousel .mobileCarousel_label.secondaryRed {
      background: #d63657; }
  .mobileCarousel .mobileCarousel_slide {
    position: absolute;
    top: 0px; }
  .mobileCarousel .mobileCarousel_slide_inner {
    position: relative; }
  .mobileCarousel .mobileCarousel_overlay {
    width: 100%;
    position: absolute;
    bottom: 0px; }
  .mobileCarousel .mobileCarousel_imageWrapper {
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative; }
  .mobileCarousel .mobileCarousel_image {
    position: absolute;
    top: 50%;
    right: 10%;
    max-width: 40%;
    max-height: 80%;
    transform: translateY(-50%); }
  .mobileCarousel .mobileCarousel_navigation {
    height: 20px;
    position: absolute;
    bottom: 30px;
    z-index: 20;
    width: 100%;
    text-align: center; }
  .mobileCarousel .mobileCarousel_navButton {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: white;
    opacity: 0.6;
    margin: 0px 5px; }
    .mobileCarousel .mobileCarousel_navButton.active {
      opacity: 1; }

.homeClients {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .homeClients {
      padding-top: 120px; } }

.homeClients_client {
  display: inline-block;
  padding: 20px 20px;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    .homeClients_client {
      max-width: 22%; } }
  @media screen and (max-width: 767px) {
    .homeClients_client {
      display: inline;
      max-width: 40%;
      padding: 20px; } }

.homeServices {
  background: #ededed;
  padding-top: 40px;
  padding-bottom: 40px;
  transition: all 0.6s; }
  .homeServices .wrapper {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    .homeServices .wrapper::after {
      clear: both;
      content: "";
      display: block; }
    .homeServices .wrapper > h2 {
      text-align: center; }
    .homeServices .wrapper > p {
      text-align: center; }
  .homeServices .wrapper:nth-child(1) {
    padding-bottom: 20px; }

.homeServices_contentBlock {
  position: relative;
  background: #059fdc;
  border-radius: 6px;
  overflow: hidden; }
  @media screen and (min-width: 1060px) {
    .homeServices_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      min-height: 240px;
      margin-bottom: 25px; }
      .homeServices_contentBlock:last-child {
        margin-right: 0; }
      .homeServices_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .homeServices_contentBlock:nth-child(3n+1) {
        clear: left; }
      .homeServices_contentBlock .inner {
        padding: 30px; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .homeServices_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%;
      min-height: 180px;
      margin-bottom: 10px; }
      .homeServices_contentBlock:last-child {
        margin-right: 0; }
      .homeServices_contentBlock:nth-child(2n) {
        margin-right: 0; }
      .homeServices_contentBlock:nth-child(2n+1) {
        clear: left; }
      .homeServices_contentBlock .inner {
        padding: 10px; }
      .homeServices_contentBlock p, .homeServices_contentBlock a {
        font-size: 14px;
        line-height: 1em; } }
  @media screen and (max-width: 767px) {
    .homeServices_contentBlock {
      min-height: 240px;
      margin-bottom: 25px; }
      .homeServices_contentBlock .inner {
        padding: 30px; } }
  .homeServices_contentBlock .inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    padding: 30px; }
  .homeServices_contentBlock * {
    color: #ffffff; }
  .homeServices_contentBlock img, .homeServices_contentBlock h3, .homeServices_contentBlock a {
    margin: 0px auto;
    text-align: center; }
  .homeServices_contentBlock h3 {
    margin-top: 15px; }
  .homeServices_contentBlock img, .homeServices_contentBlock h3 {
    display: block; }
  .homeServices_contentBlock p, .homeServices_contentBlock a {
    display: none; }
  .homeServices_contentBlock a.button {
    margin-top: 10px; }
  .homeServices_contentBlock:hover img, .homeServices_contentBlock:hover h3, .homeServices_contentBlock.hover img, .homeServices_contentBlock.hover h3 {
    display: none; }
  .homeServices_contentBlock:hover p, .homeServices_contentBlock:hover a, .homeServices_contentBlock.hover p, .homeServices_contentBlock.hover a {
    display: block; }
  .homeServices_contentBlock.white {
    background: #ffffff; }
    .homeServices_contentBlock.white:hover, .homeServices_contentBlock.white.hover {
      background: #e6e5e5; }
  .homeServices_contentBlock.offWhite {
    background: #ededed; }
    .homeServices_contentBlock.offWhite:hover, .homeServices_contentBlock.offWhite.hover {
      background: #d4d3d3; }
  .homeServices_contentBlock.text {
    background: #333333; }
    .homeServices_contentBlock.text:hover, .homeServices_contentBlock.text.hover {
      background: #1a1919; }
  .homeServices_contentBlock.riBlue {
    background: #059fdc; }
    .homeServices_contentBlock.riBlue:hover, .homeServices_contentBlock.riBlue.hover {
      background: #047baa; }
  .homeServices_contentBlock.riBlueSmallText {
    background: #007fb4; }
    .homeServices_contentBlock.riBlueSmallText:hover, .homeServices_contentBlock.riBlueSmallText.hover {
      background: #005b81; }
  .homeServices_contentBlock.riMidBlue {
    background: #0071b1; }
    .homeServices_contentBlock.riMidBlue:hover, .homeServices_contentBlock.riMidBlue.hover {
      background: #00507e; }
  .homeServices_contentBlock.riNavy {
    background: #203366; }
    .homeServices_contentBlock.riNavy:hover, .homeServices_contentBlock.riNavy.hover {
      background: #14203f; }
  .homeServices_contentBlock.secondaryBlue {
    background: #3d4f95; }
    .homeServices_contentBlock.secondaryBlue:hover, .homeServices_contentBlock.secondaryBlue.hover {
      background: #2e3c71; }
  .homeServices_contentBlock.secondaryTeal {
    background: #036a93; }
    .homeServices_contentBlock.secondaryTeal:hover, .homeServices_contentBlock.secondaryTeal.hover {
      background: #024661; }
  .homeServices_contentBlock.secondaryTurqoise {
    background: #0093a9; }
    .homeServices_contentBlock.secondaryTurqoise:hover, .homeServices_contentBlock.secondaryTurqoise.hover {
      background: #006776; }
  .homeServices_contentBlock.secondaryGreen {
    background: #177f3d; }
    .homeServices_contentBlock.secondaryGreen:hover, .homeServices_contentBlock.secondaryGreen.hover {
      background: #0f5428; }
  .homeServices_contentBlock.secondaryOrange {
    background: #f16f20; }
    .homeServices_contentBlock.secondaryOrange:hover, .homeServices_contentBlock.secondaryOrange.hover {
      background: #d1570d; }
  .homeServices_contentBlock.secondaryMustard {
    background: #f0ab00; }
    .homeServices_contentBlock.secondaryMustard:hover, .homeServices_contentBlock.secondaryMustard.hover {
      background: #bd8700; }
  .homeServices_contentBlock.secondaryPurple {
    background: #993a95; }
    .homeServices_contentBlock.secondaryPurple:hover, .homeServices_contentBlock.secondaryPurple.hover {
      background: #742c71; }
  .homeServices_contentBlock.secondaryPink {
    background: #ed0776; }
    .homeServices_contentBlock.secondaryPink:hover, .homeServices_contentBlock.secondaryPink.hover {
      background: #bb065d; }
  .homeServices_contentBlock.secondaryRed {
    background: #d63657; }
    .homeServices_contentBlock.secondaryRed:hover, .homeServices_contentBlock.secondaryRed.hover {
      background: #b42542; }

.homeShowreel {
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .homeShowreel .wrapper {
      position: relative;
      top: 70px; }
    .homeShowreel .inner {
      background: #059fdc;
      border: 10px solid black;
      border-radius: 15px;
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
      padding: 40px 0px; }
      .homeShowreel .inner p {
        font-size: 29px;
        max-width: 90%; }
    .homeShowreel.active .inner {
      background: #000000;
      padding: 0px 0px; } }
  @media screen and (min-width: 768px) {
    .homeShowreel {
      text-align: center;
      margin-bottom: 90px; }
      .homeShowreel .wrapper {
        position: relative;
        top: 70px;
        background: url(../../assets/images/trailer_screen.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 540px; }
      .homeShowreel .inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); } }
  .homeShowreel .inner {
    color: #ffffff;
    text-align: center; }
    .homeShowreel .inner h1 {
      color: #ffffff; }
    .homeShowreel .inner h2 {
      color: #ffffff; }
    .homeShowreel .inner h3 {
      color: #ffffff; }
    .homeShowreel .inner h4 {
      color: #ffffff; }
    .homeShowreel .inner h5 {
      color: #ffffff; }
    .homeShowreel .inner h6 {
      color: #ffffff; }
    .homeShowreel .inner p {
      color: #ffffff; }
    .homeShowreel .inner .intro {
      color: #ffffff; }
    .homeShowreel .inner a {
      color: #ffffff; }
    .homeShowreel .inner ul {
      color: #ffffff; }
    .homeShowreel .inner ol {
      color: #ffffff; }
    .homeShowreel .inner table.lined {
      color: #ffffff; }
    .homeShowreel .inner pre {
      color: #ffffff; }
  .homeShowreel .videoContainer {
    display: none;
    background: black;
    width: 100%;
    height: 100%;
    max-width: 830px;
    max-height: 467px;
    padding-bottom: 60%;
    margin: 0px auto; }
    @media screen and (max-width: 767px) {
      .homeShowreel .videoContainer iframe {
        position: absolute;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%; } }
    @media screen and (min-width: 768px) {
      .homeShowreel .videoContainer {
        width: 830px;
        height: 467px;
        padding-bottom: 0%; } }
  .homeShowreel p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    max-width: 80%;
    font-size: 35px;
    font-weight: 300;
    line-height: 1.25; }
  @media screen and (min-width: 768px) {
    .homeShowreel p {
      margin-bottom: 40px; }
    .homeShowreel a.button {
      font-size: 25px; } }

.homeSolutions {
  background: #0071b1;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .homeSolutions .wrapper {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto; }
    .homeSolutions .wrapper::after {
      clear: both;
      content: "";
      display: block; }

.homeSolutions_contentBlock {
  margin-bottom: 25px;
  background: #ffffff; }
  @media screen and (min-width: 768px) {
    .homeSolutions_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .homeSolutions_contentBlock:last-child {
        margin-right: 0; }
      .homeSolutions_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .homeSolutions_contentBlock:nth-child(3n+1) {
        clear: left; } }
  .homeSolutions_contentBlock h3 {
    color: #059fdc; }
  .homeSolutions_contentBlock ul {
    color: #333333; }

.navigation {
  display: table-row;
  vertical-align: middle;
  padding: 0; }
  @media screen and (max-width: 1059px) {
    .navigation .navigation_phone {
      display: none; } }
  @media screen and (min-width: 768px) {
    .navigation .navigation_toggle {
      display: none; } }
  @media screen and (max-width: 767px) {
    .navigation .navigation_item {
      display: none;
      clear: both;
      padding: 5px; }
    .navigation .navigation_logo {
      display: block;
      float: left; }
    .navigation .navigation_toggle {
      display: block;
      float: right; }
    .navigation.open .navigation_item {
      display: block; } }

.navigation_toggle i {
  vertical-align: middle; }

@media screen and (max-width: 767px) {
  .header .wrapper {
    padding: 0px 10px; } }

.navigation_logo {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  transition: 0.4s all; }
  .navigation_logo img {
    height: 65px;
    width: 135px;
    transition: 0.4s all; }

.navigation_item {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }
  .navigation_item a {
    color: #203366; }
  .navigation_item:hover a {
    color: #203366;
    border-bottom: 2px solid #203366; }
  .navigation_item.section a {
    color: #059fdc;
    border-bottom: 2px solid #059fdc; }
    .navigation_item.section a:hover a {
      border-bottom: 2px solid #059fdc; }

.navigation_phone {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #059fdc;
  font-weight: 600; }

.pageHeader.pageHeader-home {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media screen and (max-width: 767px) {
    .pageHeader.pageHeader-home {
      padding: 60px 0px; } }
  @media screen and (min-width: 768px) {
    .pageHeader.pageHeader-home {
      padding: 260px 0px; } }

.pagination {
  text-align: center; }
  .pagination a {
    color: #059fdc;
    padding: 1px 8px;
    margin: 0px 5px; }
  .pagination span {
    color: #203366;
    padding: 1px 8px;
    margin: 0px 5px; }
  .pagination span.current {
    color: #203366;
    border: 1px solid #203366;
    border-radius: 4px; }

@media screen and (min-width: 768px) {
  .product .left {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .product .left:last-child {
      margin-right: 0; }
    .product .left:nth-child(2n) {
      margin-right: 0; }
    .product .left:nth-child(2n+1) {
      clear: left; }
  .product .right {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%; }
    .product .right:last-child {
      margin-right: 0; }
    .product .right:nth-child(2n) {
      margin-right: 0; }
    .product .right:nth-child(2n+1) {
      clear: left; }
  .product .images {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%; }
    .product .images:last-child {
      margin-right: 0; }
    .product .images:nth-child(2n) {
      margin-right: 0; }
    .product .images:nth-child(2n+1) {
      clear: left; } }

@media screen and (min-width: 768px) {
  .product .images.mobile {
    display: none; } }

@media screen and (max-width: 767px) {
  .product .images.desktop {
    display: none; } }

.product .left h1, .product .left h2, .product .left h3, .product .left h4, .product .left h5, .product .left h6, .product .left p, .product .left ul, .product .left ol {
  margin-bottom: 10px; }

.product .left h1, .product .left h2, .product .left h3, .product .left h4, .product .left h5, .product .left h6 {
  margin-top: 10px; }
  .product .left h1:first-child, .product .left h2:first-child, .product .left h3:first-child, .product .left h4:first-child, .product .left h5:first-child, .product .left h6:first-child {
    margin-top: 0px; }

.product .breadcrumbs {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px; }
  .product .breadcrumbs h1 {
    color: #ffffff; }
  .product .breadcrumbs h2 {
    color: #ffffff; }
  .product .breadcrumbs h3 {
    color: #ffffff; }
  .product .breadcrumbs h4 {
    color: #ffffff; }
  .product .breadcrumbs h5 {
    color: #ffffff; }
  .product .breadcrumbs h6 {
    color: #ffffff; }
  .product .breadcrumbs p {
    color: #ffffff; }
  .product .breadcrumbs .intro {
    color: #ffffff; }
  .product .breadcrumbs a {
    color: #ffffff; }
  .product .breadcrumbs ul {
    color: #ffffff; }
  .product .breadcrumbs ol {
    color: #ffffff; }
  .product .breadcrumbs table.lined {
    color: #ffffff; }
  .product .breadcrumbs pre {
    color: #ffffff; }

.products {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .products .wrapper-heading {
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px; }
    .products .wrapper-heading h1 {
      color: #ffffff; }
    .products .wrapper-heading h2 {
      color: #ffffff; }
    .products .wrapper-heading h3 {
      color: #ffffff; }
    .products .wrapper-heading h4 {
      color: #ffffff; }
    .products .wrapper-heading h5 {
      color: #ffffff; }
    .products .wrapper-heading h6 {
      color: #ffffff; }
    .products .wrapper-heading p {
      color: #ffffff; }
    .products .wrapper-heading .intro {
      color: #ffffff; }
    .products .wrapper-heading a {
      color: #ffffff; }
    .products .wrapper-heading ul {
      color: #ffffff; }
    .products .wrapper-heading ol {
      color: #ffffff; }
    .products .wrapper-heading table.lined {
      color: #ffffff; }
    .products .wrapper-heading pre {
      color: #ffffff; }
  @media screen and (max-width: 767px) {
    .products {
      width: 95%; } }
  .products::after {
    clear: both;
    content: "";
    display: block; }

.products_contentBlock {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 1060px) {
    .products_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .products_contentBlock:last-child {
        margin-right: 0; }
      .products_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .products_contentBlock:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .products_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .products_contentBlock:last-child {
        margin-right: 0; }
      .products_contentBlock:nth-child(2n) {
        margin-right: 0; }
      .products_contentBlock:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .products_contentBlock {
      min-height: 500px;
      margin-bottom: 20px; } }
  .products_contentBlock .inner {
    padding: 25px; }
    @media screen and (max-width: 767px) {
      .products_contentBlock .inner {
        padding-bottom: 60px; } }
  .products_contentBlock h3 {
    padding: 10px 0px; }
  .products_contentBlock img,
  .products_contentBlock h3 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .products_contentBlock .button {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .products_contentBlock .products_contentBlock_header {
    height: 125px; }
    .products_contentBlock .products_contentBlock_header h3 {
      color: white; }
    .products_contentBlock .products_contentBlock_header img {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
    .products_contentBlock .products_contentBlock_header a {
      display: block;
      width: 100%;
      height: 100%; }
  .products_contentBlock.white .products_contentBlock_header {
    background-color: #ffffff; }
  .products_contentBlock.offWhite .products_contentBlock_header {
    background-color: #ededed; }
  .products_contentBlock.text .products_contentBlock_header {
    background-color: #333333; }
  .products_contentBlock.riBlue .products_contentBlock_header {
    background-color: #059fdc; }
  .products_contentBlock.riBlueSmallText .products_contentBlock_header {
    background-color: #007fb4; }
  .products_contentBlock.riMidBlue .products_contentBlock_header {
    background-color: #0071b1; }
  .products_contentBlock.riNavy .products_contentBlock_header {
    background-color: #203366; }
  .products_contentBlock.secondaryBlue .products_contentBlock_header {
    background-color: #3d4f95; }
  .products_contentBlock.secondaryTeal .products_contentBlock_header {
    background-color: #036a93; }
  .products_contentBlock.secondaryTurqoise .products_contentBlock_header {
    background-color: #0093a9; }
  .products_contentBlock.secondaryGreen .products_contentBlock_header {
    background-color: #177f3d; }
  .products_contentBlock.secondaryOrange .products_contentBlock_header {
    background-color: #f16f20; }
  .products_contentBlock.secondaryMustard .products_contentBlock_header {
    background-color: #f0ab00; }
  .products_contentBlock.secondaryPurple .products_contentBlock_header {
    background-color: #993a95; }
  .products_contentBlock.secondaryPink .products_contentBlock_header {
    background-color: #ed0776; }
  .products_contentBlock.secondaryRed .products_contentBlock_header {
    background-color: #d63657; }

.services {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  margin-top: 65px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto; }
  .services::after {
    clear: both;
    content: "";
    display: block; }
  .services::after {
    clear: both;
    content: "";
    display: block; }
  .services .wrapper:nth-child(1) {
    padding-top: 30px;
    padding-bottom: 20px; }
  @media screen and (max-width: 1059px) {
    .services {
      width: 95%; } }
  .services::after {
    clear: both;
    content: "";
    display: block; }

.services_contentBlock {
  background: #f0f0f0;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (min-width: 1060px) {
    .services_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%; }
      .services_contentBlock:last-child {
        margin-right: 0; }
      .services_contentBlock:nth-child(3n) {
        margin-right: 0; }
      .services_contentBlock:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) and (max-width: 1060px) {
    .services_contentBlock {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .services_contentBlock:last-child {
        margin-right: 0; }
      .services_contentBlock:nth-child(2n) {
        margin-right: 0; }
      .services_contentBlock:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 768px) {
    .services_contentBlock {
      min-height: 500px; } }
  .services_contentBlock .inner {
    padding: 25px; }
    @media screen and (max-width: 767px) {
      .services_contentBlock .inner {
        padding-bottom: 60px; } }
  .services_contentBlock h3 {
    padding: 10px 5px; }
  .services_contentBlock img,
  .services_contentBlock h3 {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .services_contentBlock .button {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .services_contentBlock .services_contentBlock_header {
    padding-top: 25px;
    height: 125px; }
    .services_contentBlock .services_contentBlock_header h3 {
      color: white; }
  .services_contentBlock.white .services_contentBlock_header {
    background-color: #ffffff; }
  .services_contentBlock.offWhite .services_contentBlock_header {
    background-color: #ededed; }
  .services_contentBlock.text .services_contentBlock_header {
    background-color: #333333; }
  .services_contentBlock.riBlue .services_contentBlock_header {
    background-color: #059fdc; }
  .services_contentBlock.riBlueSmallText .services_contentBlock_header {
    background-color: #007fb4; }
  .services_contentBlock.riMidBlue .services_contentBlock_header {
    background-color: #0071b1; }
  .services_contentBlock.riNavy .services_contentBlock_header {
    background-color: #203366; }
  .services_contentBlock.secondaryBlue .services_contentBlock_header {
    background-color: #3d4f95; }
  .services_contentBlock.secondaryTeal .services_contentBlock_header {
    background-color: #036a93; }
  .services_contentBlock.secondaryTurqoise .services_contentBlock_header {
    background-color: #0093a9; }
  .services_contentBlock.secondaryGreen .services_contentBlock_header {
    background-color: #177f3d; }
  .services_contentBlock.secondaryOrange .services_contentBlock_header {
    background-color: #f16f20; }
  .services_contentBlock.secondaryMustard .services_contentBlock_header {
    background-color: #f0ab00; }
  .services_contentBlock.secondaryPurple .services_contentBlock_header {
    background-color: #993a95; }
  .services_contentBlock.secondaryPink .services_contentBlock_header {
    background-color: #ed0776; }
  .services_contentBlock.secondaryRed .services_contentBlock_header {
    background-color: #d63657; }

.team {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px; }
  .team::after {
    clear: both;
    content: "";
    display: block; }
  .team::after {
    clear: both;
    content: "";
    display: block; }
  .team div.left {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .team div.left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 65.8807826589%; }
        .team div.left:last-child {
          margin-right: 0; }
        .team div.left:nth-child(2n) {
          margin-right: 0; }
        .team div.left:nth-child(2n+1) {
          clear: left; }
        .team div.left h1, .team div.left h2, .team div.left h3, .team div.left h4, .team div.left h5, .team div.left h6, .team div.left p, .team div.left ul, .team div.left ol {
          margin-bottom: 10px; }
        .team div.left h1, .team div.left h2, .team div.left h3, .team div.left h4, .team div.left h5, .team div.left h6 {
          margin-top: 10px; }
          .team div.left h1:first-child, .team div.left h2:first-child, .team div.left h3:first-child, .team div.left h4:first-child, .team div.left h5:first-child, .team div.left h6:first-child {
            margin-top: 0px; } }
  .team div.right {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .team div.right {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%; }
        .team div.right:last-child {
          margin-right: 0; }
        .team div.right:nth-child(2n) {
          margin-right: 0; }
        .team div.right:nth-child(2n+1) {
          clear: left; } }
  @media screen and (min-width: 768px) {
    .team .images.mobile {
      display: none; } }
  @media screen and (max-width: 767px) {
    .team .images.desktop {
      display: none; } }

.xmas {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  margin-top: 0px;
  padding-top: 125px;
  padding-bottom: 40px;
  margin-bottom: 120px;
  min-height: 920px;
  width: 95%;
  padding-left: 60px;
  padding-right: 60px; }
  .xmas::after {
    clear: both;
    content: "";
    display: block; }
  .xmas::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 767px) {
    .xmas {
      padding-left: 0px;
      padding-right: 0px; } }
  .xmas label,
  .xmas .formField p {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    margin-bottom: 0px; }
  .xmas input[type="color"], .xmas input[type="date"], .xmas input[type="datetime"], .xmas input[type="datetime-local"], .xmas input[type="email"], .xmas input[type="month"], .xmas input[type="number"], .xmas input[type="password"], .xmas input[type="search"], .xmas input[type="tel"], .xmas input[type="text"], .xmas input[type="time"], .xmas input[type="url"], .xmas input[type="week"], .xmas input:not([type]), .xmas textarea, .xmas textarea {
    -webkit-appearance: none;
    display: block;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    width: 100%;
    padding: 10px;
    margin: 0px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.5);
    color: #333333;
    outline: none;
    float: left;
    text-decoration: none;
    font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .xmas input[type="color"], .xmas input[type="date"], .xmas input[type="datetime"], .xmas input[type="datetime-local"], .xmas input[type="email"], .xmas input[type="month"], .xmas input[type="number"], .xmas input[type="password"], .xmas input[type="search"], .xmas input[type="tel"], .xmas input[type="text"], .xmas input[type="time"], .xmas input[type="url"], .xmas input[type="week"], .xmas input:not([type]), .xmas textarea, .xmas textarea {
        font-family: "proxima-nova", Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; } }
    .xmas input[type="color"].error, .xmas input[type="date"].error, .xmas input[type="datetime"].error, .xmas input[type="datetime-local"].error, .xmas input[type="email"].error, .xmas input[type="month"].error, .xmas input[type="number"].error, .xmas input[type="password"].error, .xmas input[type="search"].error, .xmas input[type="tel"].error, .xmas input[type="text"].error, .xmas input[type="time"].error, .xmas input[type="url"].error, .xmas input[type="week"].error, .xmas input:not([type]).error, .xmas textarea.error, .xmas textarea.error {
      background: #ffffff;
      border: 2px solid #d63657;
      margin-bottom: 0px; }
  .xmas .formField {
    margin-bottom: 20px; }
  .xmas p.error {
    display: none;
    background: #d63657;
    padding: 0px 10px;
    clear: both;
    margin-bottom: 3px;
    color: #ffffff;
    font-size: 12px; }
  .xmas .radioWrapper {
    float: left;
    clear: none !important;
    margin-right: 10px;
    min-width: 60px; }
    .xmas .radioWrapper p {
      margin: 0;
      font-size: 14px;
      padding-left: 5px; }
    .xmas .radioWrapper input {
      display: none; }
    .xmas .radioWrapper img {
      border: 2px solid white;
      border-radius: 50%; }
    .xmas .radioWrapper img:hover {
      border: 2px solid #203366; }
    .xmas .radioWrapper input:checked ~ img {
      border: 2px solid #059fdc; }
    .xmas .radioWrapper.checked img {
      border: 2px solid #059fdc; }
  .xmas a.button {
    display: inline-block; }
  .xmas .successMessage {
    display: none; }
  .xmas .inputFileLabel {
    display: block;
    position: relative;
    background: #e6e6e6;
    border: 4px dashed #b3b3b3;
    padding: 20px;
    margin-bottom: 0; }
    .xmas .inputFileLabel span {
      display: block;
      color: black;
      text-align: center; }
    .xmas .inputFileLabel input {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      opacity: 0; }
    .xmas .inputFileLabel.error {
      background: #eacfd5;
      border: 4px dashed #d63657; }
  .xmas .left h1 {
    color: #203366; }
  .xmas .left h3 {
    color: #177f3d; }
  @media screen and (min-width: 768px) {
    .xmas .left {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .xmas .left:last-child {
        margin-right: 0; }
      .xmas .left:nth-child(2n) {
        margin-right: 0; }
      .xmas .left:nth-child(2n+1) {
        clear: left; }
    .xmas .right {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 48.8211739883%; }
      .xmas .right:last-child {
        margin-right: 0; }
      .xmas .right:nth-child(2n) {
        margin-right: 0; }
      .xmas .right:nth-child(2n+1) {
        clear: left; }
    .xmas .formField::after {
      clear: both;
      content: "";
      display: block; }
    .xmas .left .button {
      display: inline-block;
      width: 120px; } }
  @media screen and (max-width: 767px) {
    .xmas .left, .xmas .right {
      clear: both; }
      .xmas .left::after, .xmas .right::after {
        clear: both;
        content: "";
        display: block; }
    .xmas .formField label, .xmas .formField input, .xmas .formField textarea {
      clear: both; }
    .xmas .left .button {
      display: block;
      width: 100%; }
    .xmas #decorations {
      display: none; }
    .xmas .left h3 {
      margin-bottom: 40px; } }

.xmasButton {
  background: #4a9c3f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4a9c3f 75%, #4a9c3f 75%, #2a8028 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4a9c3f 75%, #4a9c3f 75%, #2a8028 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4a9c3f 75%, #4a9c3f 75%, #2a8028 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a9c3f', endColorstr='#2a8028',GradientType=0 );
  /* IE6-9 */
  border-radius: 6px;
  padding: 10px 35px;
  border: none;
  color: white;
  text-align: center;
  cursor: pointer;
  font-size: 16px; }
  .xmasButton:hover {
    background: #128d4b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #128d4b 75%, #128d4b 75%, #127418 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #128d4b 75%, #128d4b 75%, #127418 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #128d4b 75%, #128d4b 75%, #127418 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#128d4b', endColorstr='#127418',GradientType=0 );
    /* IE6-9 */ }

.xmasForm {
  position: relative; }

.xmasLoading, .xmasLoadingMobile {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 999; }
  .xmasLoading i, .xmasLoadingMobile i {
    color: #059fdc;
    font-sizee: 80px; }
  .xmasLoading p, .xmasLoadingMobile p {
    color: #203366; }
  .xmasLoading .xmasLoadingContent, .xmasLoadingMobile .xmasLoadingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.xmasLoading {
  position: absolute;
  background: rgba(255, 255, 255, 0.85); }

.xmasLoadingMobile {
  position: fixed;
  background: rgba(190, 226, 241, 0.85); }
