@charset "UTF-8";
/* == COLORS == */
/* == IMPORTS == */
@import url(http://fonts.googleapis.com/css?family=Raleway:400, 300, 200);
@font-face {
  font-family: "Gotham Light";
  src: url("/fonts/gotham/gotham-light-webfont.eot");
  src: url("/fonts/gotham/gotham-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/gotham/gotham-light-webfont.woff2") format("woff2"),
    url("/fonts/gotham/gotham-light-webfont.woff") format("woff"),
    url("/fonts/gotham/gotham-light-webfont.ttf") format("truetype"),
    url("/fonts/gotham/gotham-light-webfont.svg#gotham_lightregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

/*!
 *  Font Awesome 4.4.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("../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0")
      format("embedded-opentype"),
    url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0")
      format("woff2"),
    url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"),
    url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0")
      format("truetype"),
    url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.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.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-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 {
  -webkit-filter: none;
  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: #fff;
}

/* 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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/9/2014
* Sass Version by Seth Coelen https://github.com/whatsnewsaes
*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Gotham Light", "HelveticaNeue", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}

p {
  margin-top: 0;
}

a {
  color: #1eaedb;
}
a:hover {
  color: #1b9cc5;
}

.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

button:disabled {
  color: #bbb;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:enabled:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button:focus,
button:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888888;
  outline: 0;
}

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #1eaedb;
  border-color: #1eaedb;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

textarea,
select {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e1e1e1;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 4rem;
  font-weight: bold;
}

h3 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

ul {
  padding-left: 3rem;
  list-style: circle outside;
}

p {
  margin-bottom: 1.5rem;
}

blockquote {
  background-color: #ddd;
  padding: 20px;
  border-radius: 4px;
}
blockquote cite {
  display: block;
  margin-top: 20px;
}
blockquote cite strong {
  font-style: normal;
}

/* == LEGACY == */
.hidden {
  display: none;
}

h2.hiddenh2 {
  height: 0px;
  margin: 0;
  overflow: hidden;
}

h1.hiddenh1 {
  height: 0px;
  margin: 0;
  display: block;
  overflow: hidden;
}

.articleimages {
  margin: 0 auto 1.5em;
  width: 100%;
  max-width: 960px;
}
.articleimages img {
  width: 100%;
}

/* == GENERAL == */
.left {
  float: left;
}

/* == MODIFICATIONS == */
.mod-top-m {
  margin-top: 5px;
}

/* Contain floats using overflow method */
.mod-contain {
  overflow: hidden;
}

/* Contain floats using clearfix  */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.page-header {
  margin-bottom: 2em;
}

.page-header .container {
  height: 100%;
}

.page-header h1 {
  position: absolute;
  top: 38%;
  font-weight: bold;
}

/* CV nav - Move to own file */
.cv_nav {
  text-align: center;
  margin: 0.5em 0 1.5em;
  font-size: 1.3em;
}

.sub_cv_nav ul {
  margin-top: 1.5em;
}

/* == COLOURS == */
/* Mobile */
/* == TYPOGRAPHY == */
#header a {
  text-decoration: none;
  color: white;
  font-size: 1.8rem;
  position: relative;
}
#header a .fa {
  font-size: 0.7em;
  position: absolute;
  top: 35%;
  right: 15px;
}
@media only screen and (min-width: 950px) {
  #header a .fa {
    display: none;
  }
}

/* == LAYOUT == */
.main {
  padding-top: 70px;
  overflow: hidden;
}

#header {
  background-color: #4d4d4d;
  box-shadow: 0 0 1px #000;
  text-transform: uppercase;
  position: fixed;
  width: 100%;
  z-index: 100;
  overflow: hidden;
}
#header .logo img {
  position: relative;
  top: 4px;
}
#header .nav {
  box-sizing: border-box;
  list-style: none;
  max-height: 0;
  margin-bottom: 0;
  position: relative;
  text-align: center;
}
#header .nav a {
  padding: 4px 0px;
  display: inline-block;
  width: 100%;
}
#header .nav li {
  margin-bottom: 0;
}
#header .nav li:hover {
  background-color: #565656;
}
#header .main_nav {
  transition: margin 100ms, max-height 1000ms, right 1s;
}
#header .main_nav.show {
  max-height: 250px;
}
#header .main_nav li {
  opacity: 0;
  transition: opacity 300ms;
}
#header .main_nav li:nth-child(5) {
  transition-delay: 40ms;
}
#header .main_nav li:nth-child(4) {
  transition-delay: 80ms;
  display: none;
}
#header .main_nav li:nth-child(3) {
  transition-delay: 120ms;
}
#header .main_nav li:nth-child(2) {
  transition-delay: 160ms;
}
#header .main_nav li:nth-child(1) {
  transition-delay: 200ms;
}
#header .main_nav.show li {
  opacity: 1;
}
#header .main_nav.show li:nth-child(1) {
  transition-delay: 330ms;
}
#header .main_nav.show li:nth-child(2) {
  transition-delay: 370ms;
}
#header .main_nav.show li:nth-child(3) {
  transition-delay: 410ms;
}
#header .main_nav.show li:nth-child(4) {
  transition-delay: 450ms;
}
#header .main_nav.show li:nth-child(5) {
  transition-delay: 490ms;
}
#header .main_nav.show li:last-of-type {
  margin-bottom: 10px;
}
#header .sub_nav_container {
  position: absolute;
  top: 70px;
  width: 100%;
  margin: auto;
  left: 100%;
  transition: left 1s;
}
#header .sub_nav_container .services_nav {
  transition: max-height 2.2s;
  text-align: center;
}
#header .sub_nav_container .services_nav li {
  display: inline-block;
  width: 80%;
}
#header.main_display {
  min-height: 250px;
  transition: min-height 1s;
}
#header.sub_display {
  min-height: 350px;
}
#header.sub_display .sub_nav_container {
  position: relative;
  top: 0;
  left: 0;
}
#header.sub_display .sub_nav_container li:last-of-type {
  margin-bottom: 10px;
}
#header.sub_display .main_nav {
  width: 100%;
  right: 125%;
  position: absolute;
}
#header.main_display.sub_display .sub_nav_container .services_nav {
  max-height: 500px;
}

.hamburger {
  /*border: solid 1px $c_header_li_hover;*/
  float: right;
  position: relative;
  top: 20px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger .bun {
  background-color: #ffffff;
  height: 2px;
  margin: 6px 5px;
  width: 23px;
  transition: opacity 100ms, width 100ms, -webkit-transform 100ms;
  transition: transform 100ms, opacity 100ms, width 100ms;
  transition: transform 100ms, opacity 100ms, width 100ms,
    -webkit-transform 100ms;
  -webkit-transform-origin: 100% 45%;
  transform-origin: 100% 45%;
}
.hamburger.menu-open .bun.top {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.menu-open .bun.mid {
  opacity: 0;
}
.hamburger.menu-open .bun.bottom {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.sub-menu-open .bun {
  width: 12px;
}

/* Desktop */
@media only screen and (min-width: 950px) {
  .desktop_sub_nav_container {
    overflow: auto;
  }
  #header .menu {
    width: 90%;
  }
  /* TYPOGRAPHY */
  #header .main_nav a {
    padding: 25px 15px;
  }
  #header .nav a {
    font-size: 1em;
  }
  /* LAYOUT */
  #header .hamburger {
    display: none;
  }
  #header .nav {
    display: inline-block;
    max-height: inherit;
  }
  #header .nav li {
    display: inline-block;
    margin-bottom: 0;
    opacity: 1;
  }
  #header .nav a {
    width: inherit;
  }
  #header .main_nav {
    float: right;
  }
  #header .sub_nav_container {
    transition: none;
    position: inherit;
    top: auto;
    background-color: #565656;
  }
  #header .sub_nav_container .services_nav {
    transition: max-height 2.2s;
    text-align: left;
    white-space: nowrap;
  }
  #header .sub_nav_container .services_nav li {
    width: auto;
    padding: 0.8em;
  }
  #header a.logo {
    float: left;
  }
  #header.main_display {
    min-height: inherit;
  }
  #header.sub_display {
    min-height: inherit;
  }
  #header.sub_display .sub_nav_container li:last-of-type {
    margin-bottom: 0;
  }
  #header.sub_display .main_nav {
    width: auto;
    right: inherit;
    position: inherit;
  }
  #header.sub_display .main_nav li.services_expand {
    background-color: #565656;
  }
  #header.main_display.sub_display .sub_nav_container .services_nav {
    max-height: 500px;
  }
}

.hero {
  position: relative;
  width: 100%;
  height: 480px;
  background-size: cover;
  color: white;
}
.hero .container {
  padding: 0px;
}
.hero.transition * {
  transition: all 1000ms;
}
.hero.transition + .hero-detail-section {
  transition: all 1000ms ease-out;
}
.hero.hidden + .hero-detail-section {
  top: 0px;
  margin-bottom: 0px;
}
.hero .text {
  display: block;
  font-size: 4em;
  font-weight: 200;
  position: absolute;
  color: #fff;
}
.hero .logo {
  display: block;
  position: absolute;
}
.hero .center {
  text-align: center;
}
.hero.mod-anywhere {
  background: url("/images/home/heroes/hero-bg-anywhere.jpg") 70%;
}
.hero.mod-anywhere .container {
  height: 100%;
}
.hero.mod-anywhere .text {
  color: #000000;
  top: 28%;
}
.hero.mod-anywhere .logo {
  top: 46%;
  left: 2em;
  height: 3.5em;
}
.hero.mod-anywhere .logo.rds {
  left: 225px;
  top: 47%;
  height: 70px;
}
.hero.mod-anywhere.hidden .text {
  left: -10%;
  opacity: 0;
}
.hero.mod-anywhere.hidden .logo {
  left: -5%;
  opacity: 0;
}
.hero.mod-anywhere.hidden .logo.rds {
  left: 150px;
  top: 47%;
  height: 70px;
}
@media only screen and (max-width: 500px) {
  .hero.mod-anywhere .logo {
    top: 55%;
    left: 2em;
    height: 4em;
  }
  .hero.mod-anywhere .text {
    text-align: right;
    display: block;
    width: 85%;
    top: 7%;
    font-size: 3.4em;
    line-height: 1.3em;
  }
}
.hero.mod-cloud {
  background: url("/images/home/heroes/hero-bg-cloud.jpg") 50%;
}
.hero.mod-cloud.hidden .text {
  left: -20%;
  opacity: 0;
}
.hero.mod-cloud.hidden .cloud-logo {
  left: 70%;
  opacity: 0;
}
.hero.mod-cloud .container {
  height: 100%;
}
.hero.mod-cloud .text {
  left: 0%;
  top: 30%;
}
.hero.mod-cloud .logo-list {
  list-style: none;
  position: absolute;
  text-align: center;
  right: 2em;
}
.hero.mod-cloud .logo-list {
  top: 5%;
}
.hero.mod-cloud .cloud-logo {
  margin: 0.5em 0;
  position: relative;
}
.hero.mod-cloud .cloud-azure {
  height: 2em;
  transition-delay: 100ms;
}
.hero.mod-cloud .cloud-vmware {
  height: 3em;
  transition-delay: 200ms;
}
.hero.mod-cloud .cloud-box {
  height: 3.5em;
  transition-delay: 300ms;
}
.hero.mod-cloud .cloud-amazon {
  height: 3.5em;
  transition-delay: 400ms;
}
@media only screen and (max-width: 1100px) {
  .hero.mod-cloud .text {
    top: 22%;
    display: block;
    width: 50%;
    font-size: 3.7em;
  }
  .hero.mod-cloud .logo-list {
    top: 15%;
  }
  .hero.mod-cloud .cloud-logo {
    margin: 0.375em 0;
    position: relative;
  }
  .hero.mod-cloud .cloud-azure {
    height: 1.5em;
    transition-delay: 100ms;
  }
  .hero.mod-cloud .cloud-vmware {
    height: 2.25em;
    transition-delay: 200ms;
  }
  .hero.mod-cloud .cloud-box {
    height: 2.625em;
    transition-delay: 300ms;
  }
  .hero.mod-cloud .cloud-amazon {
    height: 2.625em;
    transition-delay: 400ms;
  }
}
@media only screen and (max-width: 740px) {
  .hero.mod-cloud .text {
    top: 10%;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 3em;
  }
  .hero.mod-cloud .logo-list li {
    float: left;
    display: inline-block;
    width: 50%;
  }
  .hero.mod-cloud .logo-list {
    right: auto;
    width: 100%;
  }
  .hero.mod-cloud .logo-list {
    top: 50%;
  }
  .hero.mod-cloud .cloud-logo {
    margin: 0.325em 0;
    position: relative;
  }
  .hero.mod-cloud .cloud-azure {
    height: 1.3em;
    transition-delay: 100ms;
  }
  .hero.mod-cloud .cloud-vmware {
    height: 1.95em;
    transition-delay: 200ms;
  }
  .hero.mod-cloud .cloud-box {
    height: 2.275em;
    transition-delay: 300ms;
  }
  .hero.mod-cloud .cloud-amazon {
    height: 2.275em;
    transition-delay: 400ms;
  }
}
.hero.mod-business {
  background: url("/images/home/heroes/hero-bg-business.jpg") 80%;
}
.hero.mod-business.hidden .text,
.hero.mod-business.hidden .logo {
  left: -20%;
  opacity: 0;
}
.hero.mod-business.hidden .logo.sage {
  left: 4%;
}
.hero.mod-business .container {
  height: 100%;
}
.hero.mod-business .text {
  left: 0%;
  top: 25%;
  color: #00ff00;
}
.hero.mod-business .logo {
  transition-delay: 100ms;
  display: inline-block;
  left: 0%;
  top: 50%;
  height: 3em;
}
.hero.mod-business .logo.sage {
  height: 2.7em;
  top: 51.75%;
  left: 34%;
}
@media only screen and (max-width: 800px) {
  .hero.mod-business.mod-business {
    background-position: 70%;
  }
  .hero.mod-business .text {
    top: 15%;
    display: inline-block;
    width: 50%;
    font-size: 3em;
    left: 5%;
    text-align: center;
  }
  .hero.mod-business .logo {
    top: 55%;
    left: 5%;
    display: inline-block;
    width: 50%;
    height: auto;
  }
  .hero.mod-business .logo.sage {
    display: none;
  }
}
.hero.mod-data-centre {
  background: url("/images/home/heroes/hero-bg-data-centre.jpg") 50%;
}
@media only screen and (max-width: 1000px) {
  .hero.mod-data-centre.mod-data-centre {
    background-position-y: 0px;
  }
}
.hero.mod-data-centre.hidden .text {
  top: 8%;
  opacity: 0;
}
.hero.mod-data-centre .container {
  height: 100%;
}
.hero.mod-data-centre .text {
  font-size: 3em;
  color: #016936;
  text-align: center;
  line-height: 0.9em;
  position: relative;
  top: 3%;
  /*text-shadow: 0 0 1px #000;*/
}
@media only screen and (max-width: 500px) {
  .hero.mod-data-centre .text {
    font-size: 3em;
    top: 10%;
  }
  .hero.mod-data-centre.hidden .text {
    top: 20%;
  }
}
.hero.mod-consultancy {
  background: url("/images/home/heroes/hero-bg-consultancy.jpg") 55%;
}
.hero.mod-consultancy .container {
  height: 100%;
}
.hero.mod-consultancy .text {
  right: 0;
  text-shadow: 0 0 6px #49f0ff;
  top: 18%;
  color: #d4ecff;
}
.hero.mod-consultancy .swoosh {
  position: absolute;
  display: block;
  top: 41%;
  right: 42%;
  -webkit-mask-size: 740px 700px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, black),
    color-stop(0.95, black),
    color-stop(1, transparent)
  );
}
.hero.mod-consultancy.hidden .swoosh {
  -webkit-mask-size: 0px 700px;
}
.hero.mod-consultancy.hidden .text {
  right: 0;
  text-shadow: none;
  top: 18%;
}
@media only screen and (max-width: 1000px) {
  .hero.mod-consultancy .swoosh {
    top: 39%;
  }
}
@media only screen and (max-width: 900px) {
  .hero.mod-consultancy .text {
    top: 12%;
  }
}
@media only screen and (max-width: 500px) {
  .hero.mod-consultancy {
    background-position: 40%;
  }
  .hero.mod-consultancy .text {
    width: 100%;
    font-size: 2.5em;
    text-align: center;
  }
}
.hero.mod-education {
  background: url("/images/home/heroes/hero-bg-education.jpg") 70%;
}
.hero.mod-education.hidden .text {
  opacity: 0;
  right: -20%;
}
.hero.mod-education.hidden .sims {
  opacity: 0;
  right: -20%;
}
.hero.mod-education.hidden .isams {
  opacity: 0;
  right: -20%;
}
.hero.mod-education .container {
  height: 100%;
}
.hero.mod-education .text {
  color: #ca3a2f;
  right: 0em;
  top: 20%;
}
.hero.mod-education .logo {
  top: 45%;
  right: -66px;
  vertical-align: bottom;
}
.hero.mod-education .logo img {
  position: relative;
  display: inline;
  padding: 5px;
  vertical-align: middle;
}
.hero.mod-education .sims {
  height: 65px;
  top: 0px;
  right: 10px;
}
.hero.mod-education .isams {
  height: 85px;
  /*85px is height of image*/
}
@media only screen and (max-width: 1000px) {
  .hero.mod-education {
    background-position: 55%;
  }
  .hero.mod-education .text {
    top: 22%;
    font-size: 2.6em;
  }
  .hero.mod-education .logo {
    right: 0em;
    top: 40%;
  }
  .hero.mod-education .sims {
    height: 26px;
    top: 8px;
  }
  .hero.mod-education .isams {
    height: 62px;
  }
}
@media only screen and (max-width: 700px) {
  .hero.mod-education {
    background-position: 50%;
  }
  .hero.mod-education .text {
    right: 1em;
    display: inline-block;
    text-align: right;
    width: 50%;
    top: 12%;
    font-size: 2em;
  }
  .hero.mod-education .logo {
    right: 2em;
    top: 40%;
  }
  .hero.mod-education .sims {
    height: 26px;
    right: 0;
  }
  .hero.mod-education .isams {
    height: 50px;
  }
  .hero.mod-education .logo img {
    float: right;
    display: block;
    clear: both;
  }
}
@media only screen and (max-width: 1000px) {
  .hero .text {
    font-size: 3em;
  }
}
@media only screen and (max-width: 500px) {
  .hero .text {
    font-size: 2em;
  }
}

.hero-detail-section {
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.6) 0,
    rgba(255, 255, 255, 0.95) 60px,
    white 80px
  );
  position: relative;
  top: -80px;
  margin-bottom: -80px;
}
.hero-detail-section .container {
  width: 85%;
}

.hero-detail {
  padding: 1.5em 0 1em 0;
  text-align: center;
}
@media (min-width: 400px) {
  .hero-detail {
    font-size: 1.2em;
  }
}
@media (min-width: 750px) {
  .hero-detail {
    font-size: 1.5em;
    line-height: 1.5em;
  }
}
.hero-detail p {
  margin-bottom: 0.5em;
}
.hero-detail a {
  text-decoration: none;
}
.hero-detail a:hover {
  text-decoration: underline;
}
.hero-detail a i {
  font-size: 0.9em;
  padding-left: 6px;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .hero {
    height: 400px;
  }
  .hero-detail-section {
    background: linear-gradient to bottom, rgba(255, 255, 255, 0.7) 0,
      rgba(255, 255, 255, 0.9) 36px, white 60px;
    top: -60px;
    margin-bottom: -60px;
  }
}

/* TYPOGRAPHY */
.ct-side-title {
  font-size: 0.9em;
  color: #555555;
}

/* LAYOUT */
.page-header.mod-contact {
  height: 215px;
  background: url("/images/contact_us.png") no-repeat 50%;
  background-size: cover;
}

.ct-image-top {
  width: 100%;
}

.ct-sidebar {
  box-sizing: border-box;
  line-height: 1.4em;
  width: 100%;
}

.ct-side-box {
  margin-top: 12px;
  margin-bottom: 33px;
  line-height: 25px;
  text-align: center;
}

.ct-side-title {
  margin-bottom: 0.2em;
}

.ct-side-detail {
  margin-bottom: 8px;
}

.ct-form {
  box-sizing: border-box;
  overflow: hidden;
}

/* Desktops */
@media only screen and (min-width: 500px) {
  .ct-sidebar {
    float: left;
    width: 255px;
  }
  .ct-side-box {
    text-align: left;
  }
}

/* MODIFICATIONS */
.mod-ct-form input,
.mod-ct-form textarea,
.mod-ct-form button {
  font-family: "Gotham Light", "HelveticaNeue", "Helvetica Neue", Helvetica,
    Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 0;
  width: 100%;
}

.mod-ct-form button {
  padding: 0;
}

.mod-ct-form input[type="checkbox"] {
  width: 13px;
  margin-right: 9px;
}

.mod-ct-form .row {
  margin-bottom: 15px;
}

/* GENERAL */
.inline {
  display: inline;
}

.text-right {
  text-align: right;
}

.gap-above-large {
  margin-top: 2em;
}

/* Fix for skeleton grid when side by side columns get too small */
@media only screen and (max-width: 780px) {
  .mod-ct-form .column,
  .mod-ct-form .columns {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .mod-ct-form .row {
    margin-bottom: 0;
  }
}

.page-header.mod-resourcing {
  height: 250px;
  background: url("/images/it-recruitment-1500.jpg") no-repeat 50%;
  background-size: cover;
  text-align: center;
}

.page-header.mod-services {
  height: 250px;
  background: url("/images/it-services/it-services-head.png") no-repeat 50%;
  background-size: cover;
  color: white;
}
.page-header.mod-services h1 {
  width: 100%;
}

.casestudy-link:before {
  content: "";
  display: block;
  padding-top: 32%;
  /* initial ratio of 1:1*/
}

.casestudy-link {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 0% 50%;
  margin-bottom: 40px;
}
.casestudy-link.casestudy-radnor-house {
  background-image: url(/images/case-studies/core-feature-radnor.jpg);
}
.casestudy-link.casestudy-linguascope {
  background-image: url(/images/case-studies/core-feature-linguascope.jpg);
}

.it-service-link:before {
  content: "";
  display: block;
  padding-top: 32%;
  /* initial ratio of 1:1*/
}

.it-service-link {
  display: block;
  position: relative;
  background-size: cover;
  background-position: 0% 50%;
  margin-bottom: 40px;
}
.it-service-link.service-consultancy {
  background-image: url(/images/it-services/it-consultancy.jpeg);
}
.it-service-link.service-network-design {
  background-image: url(/images/it-services/network-design-landing.png);
}
.it-service-link.service-network-support {
  background-image: url(/images/it-services/network-support-landing.png);
}
.it-service-link.service-network-security {
  background-image: url(/images/it-services/network-security-landing.png);
}
.it-service-link.service-network-audit {
  background-image: url(/images/it-services/network-audit.png);
}
.it-service-link.service-data-centre {
  background-image: url(/images/it-services/data-centre-and-hosting-landing.png);
}
.it-service-link.service-businesses {
  background-image: url(/images/it-services/new-businesses.jpeg);
}
.it-service-link.service-financial {
  background-image: url(/images/it-services/financial.jpeg);
}
.it-service-link.service-education {
  background-image: url(/images/it-services/education.jpeg);
}
.it-service-link.service-remote {
  background-image: url(/images/it-services/remote-working-landing.jpeg);
}
.it-service-link.service-mobile {
  background-image: url(/images/it-services/mobsol-head.jpg);
}
.it-service-link.service-cloud {
  background-image: url(/images/it-services/landing_image.png);
}
.it-service-link.service-third-party {
  background-image: url(/images/it-services/third-party-landing.png);
}
.it-service-link.service-disaster-recovery {
  background-image: url(/images/it-services/disaster-recovery-landing.png);
}

.main#software {
  text-align: justify;
}

.page-header.mod-software {
  height: 250px;
  background: url("/images/software/software-dev-head.png") no-repeat 50%;
  background-size: cover;
}

.page-header.mod-hosting {
  height: 250px;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.5)), url("/images/home/heroes/hero-bg-data-centre.jpg") no-repeat 50%;
  background-size: cover;
}

.sw-prod img {
  margin-bottom: 0.5em;
}

/* == COLORS == */
/* == TYPOGRAPHY == */
.wd-portfolio-title {
  font-size: 19px;
}

.wd-title {
  font-weight: bold;
  font-size: 2em;
  color: #000000;
}

.wd-overlay-text span {
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  /*text-shadow: 0px 3px 5px #FFFFFF /*rgba(77,77,77,1)*/
}

/* == LAYOUT == */
/* Mobile */
.wd section {
  box-sizing: border-box;
}

.wd-title {
  margin-bottom: 6px;
}

.wd-portfolio {
  padding: 7px;
  overflow: auto;
  text-align: center;
}

/*
    The mobile version should show the portfolio list only, then
    when the user clicks a link they should see only the info section
    and only a back button to show the portfolio. Dunno how to do this yet.
*/
/*.wd-info { display: none; }*/
.wd-info img {
  width: 100%;
  display: block;
}

.wd-portfolio a {
  box-sizing: border-box;
  display: inline-block;
  width: 40%;
  margin: 20px;
  /* To counter the border on hover, prevents img jumping. */
}

.wd-portfolio img {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
}

/* = GENERAL = */
.wd-img-space {
  margin-bottom: 7px;
}

/* Desktop */
.page-header.mod-web {
  height: 250px;
  background: #a0a6a9 url("/images/web-design-head.png") no-repeat 70% 50%;
  background-size: cover;
  text-shadow: 0px 0px 10px #686868;
}

@media only screen and (min-width: 500px) {
  .wd section {
    display: block;
  }
  .wd-portfolio {
    width: 100%;
  }
  .wd-info {
    width: 100%;
  }
  div.wd-overlay {
    height: 100%;
    position: relative;
    width: 100%;
  }
  span.wd-overlay-text {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 600ms;
  }
  span.wd-overlay-text span {
    display: block;
    position: absolute;
    text-align: center;
    top: 30%;
    width: 100%;
  }
  div.wd-overlay:hover .wd-overlay-text {
    opacity: 1;
  }
}

footer {
  background-color: #4d4d4d;
  color: white;
  margin-top: 2rem;
}
footer .fineprint {
  font-size: 0.8em;
  text-align: center;
}
footer .sitemap {
  padding-top: 1em;
}
footer .sitemap ul {
  list-style: none;
  display: block;
}
footer .sitemap li {
  margin: 0.15em 0;
}
footer .sitemap .header {
  width: 100%;
  border-bottom: 1px solid #777;
  font-weight: bold;
  margin-bottom: 0.3em;
  padding-bottom: 0.2em;
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer .partner-logos {
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
}
footer .partner-logos img {
  display: inline-block;
  margin: 0 1.55%;
  vertical-align: middle;
}
footer .partner-logos img.partner-dell {
  width: 6.18%;
}
footer .partner-logos img.partner-cisco {
  width: 7.22%;
}
footer .partner-logos img.partner-vmware {
  width: 10.31%;
}
footer .partner-logos img.partner-googlecloudplatform {
  width: 13.41%;
}
footer .partner-logos img.partner-365 {
  width: 11.22%;
  position: relative;
  top: 0.5%;
}
footer .partner-logos img.partner-citrix {
  width: 7.22%;
  position: relative;
  top: 0.3%;
}
footer .partner-logos img.partner-symantec {
  width: 6.5%;
  filter: saturate(0%);
}
footer .partner-logos img.partner-symantec:hover {
  filter: saturate(100%);
}
footer .partner-logos img.partner-hp {
  width: 5.16%;
}

/**CSS for Hidden Contact Form Field Added to Detect Bot Activity**/
#contact-message-subject{
  position: absolute;
  z-index:-1000;
}