/* Minification failed. Returning unminified contents.
(2112,1): run-time error CSS1019: Unexpected token, found '@import'
(2112,9): run-time error CSS1019: Unexpected token, found 'url("//hello.myfonts.net/count/323188")'
 */
/*!
 *  Font Awesome 4.5.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('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: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-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-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";
}

/*
    TABLE OF CONTENTS
    - FONTS
    - BROWSER RESET
    - NAVIGATION
    - OVERLAY
    - HOME
    - CONTACT
    - SUPPORT
    - ABOUT
    - FOOTER
    - MOBILE
*/
/* FONTS */
/*
 * @license
 * MyFonts Webfont Build ID 3289480, 2016-09-29T12:29:47-0400
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3289480
 * Webfonts copyright: Copyright 2011 Rod McDonald. Published by Canada Type. All rights reserved.
 * � 2016 MyFonts Inc
*/
@import url("//hello.myfonts.net/count/323188");
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_7_0.eot');src: url('/includes/fonts/323188_7_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_7_0.woff2') format('woff2'),url('/includes/fonts/323188_7_0.woff') format('woff'),url('/includes/fonts/323188_7_0.ttf') format('truetype');font-weight:300;font-style:normal;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_0_0.eot');src: url('/includes/fonts/323188_0_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_0_0.woff2') format('woff2'),url('/includes/fonts/323188_0_0.woff') format('woff'),url('/includes/fonts/323188_0_0.ttf') format('truetype');font-weight:300;font-style:italic;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_4_0.eot');src: url('/includes/fonts/323188_4_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_4_0.woff2') format('woff2'),url('/includes/fonts/323188_4_0.woff') format('woff'),url('/includes/fonts/323188_4_0.ttf') format('truetype');font-weight:400;font-style:normal;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_6_0.eot');src: url('/includes/fonts/323188_6_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_6_0.woff2') format('woff2'),url('/includes/fonts/323188_6_0.woff') format('woff'),url('/includes/fonts/323188_6_0.ttf') format('truetype');font-weight:400;font-style:italic;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_5_0.eot');src: url('/includes/fonts/323188_5_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_5_0.woff2') format('woff2'),url('/includes/fonts/323188_5_0.woff') format('woff'),url('/includes/fonts/323188_5_0.ttf') format('truetype');font-weight:700;font-style:normal;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_2_0.eot');src: url('/includes/fonts/323188_2_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_2_0.woff2') format('woff2'),url('/includes/fonts/323188_2_0.woff') format('woff'),url('/includes/fonts/323188_2_0.ttf') format('truetype');font-weight:700;font-style:italic;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_3_0.eot');src: url('/includes/fonts/323188_3_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_3_0.woff2') format('woff2'),url('/includes/fonts/323188_3_0.woff') format('woff'),url('/includes/fonts/323188_3_0.ttf') format('truetype');font-weight:900;font-style:normal;}
@font-face {font-family: 'Gibson';src: url('/includes/fonts/323188_1_0.eot');src: url('/includes/fonts/323188_1_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/323188_1_0.woff2') format('woff2'),url('/includes/fonts/323188_1_0.woff') format('woff'),url('/includes/fonts/323188_1_0.ttf') format('truetype');font-weight:900;font-style:italic;}
/* BROWSER RESET */
* { margin: 0; padding: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }
p { -webkit-margin-before: 0; -webkit-margin-after: 0; max-width: 660px; }
a { cursor: pointer; }
a:focus { outline: thin dotted; }
a:active, a:hover { outline: none; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
h1, h2, h3, p { font-weight: normal; -webkit-margin-before: 0; -webkit-margin-after: 0; }
img { border: 0; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; }
button, input, select, textarea { font-family: inherit; font-size: 100%; margin: 0; }
button, input { line-height: normal; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }
button[disabled], input[disabled] { cursor: default; }
input, textarea { outline: none; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }
table { border-collapse: collapse; border-spacing: 0; }
input, textarea, select { outline: none; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.center { position: relative; width: 980px; margin: 0 auto; }
.centerContent { text-align: center; }
.nowrap { white-space: nowrap; }
.floatLeft { float: left; }
.floatRight { float: right; }
html { width: 100%; height: 100%; font-family: 'Gibson', Tahoma, Arial, sans-serif; font-size: 16px; font-weight:400; line-height: 22px; color: #252525; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { width: 100%; height: 100%; }
#mfPreviewBar {display: none !important;}
.fullWrap {
  position: relative;
  display: block;
  width: 100%;
  min-width: 980px;
}
/*TEMP NEWS WRAP*/
.tempNewsWrap {
    position: fixed;
    display: block;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0 10px 0;
    background: #252525;
    box-sizing: border-box;
    z-index: 999;
    transform-origin: 50%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    border-bottom: 1px solid #777;
    transition: transform .25s ease-out;
}
.hideNewsWrap .tempNewsWrap {transform: scaleY(0);}
.tempNewsWrap a {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    transition: all .25s ease;
}
.tempNewsWrap a.closeNewsWrap {
    position: absolute;
    width: 17px;
    height: 17px;
    padding: 5px;
    top: 0px;
    right: 5px;
    background: url(/images/news-close.png) no-repeat center center; 
    background-size: 17px auto;
}
.tempNewsWrap a.closeNewsWrap:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tempNewsWrap a span {
    position: relative; 
    display:block;
    color: #fff;
     font-size: 14px; 
     line-height: 20px;
    font-weight: normal;
    opacity: .6;
}
.tempNewsWrap a:hover span {color: #fff; opacity: 1;}
.tempNewsWrap a span.newsHeading, .tempNewsWrap a:hover span.newsHeading {font-weight:700; font-size: 21px; line-height: 28px; color: #43c715; text-decoration: none !important; opacity: 1;}
/* NAVIGATION */
.navigation {
  position: fixed;
  display: block;
  width: 100%;
  top: 0px;
  left: 0;
  background: #252525;
  z-index: 500;
  transition: all .25s ease;
}
/*.hideNewsWrap .navigation {top: 0;}*/
.navigationSeat {
  position: relative;
  display: block;
  width: 100%;
  height: 73px;
  background: #252525;
}
.transparentNav .navigation {background: none; transition: all .5s ease;}
.transparentNavScroll .navigation, .no-js .navigation {background: #252525;}
.transparentNav .navigationSeat {display: none;}

.navigationInner {
  position: relative;
  display: block;
  max-width: 1266px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.siteLogo {
  position: relative;
  display: block;
  float: left;
  text-decoration: none;
}
.siteLogo:focus {outline: thin dotted; color: #43c715;}
.siteLogo img {display: block; width: 226px; height: auto;}
.navigationLinkWrap {
  position: relative;
  display: block;
  float: right;
  font-size: 0;
}
.navigationLink {
  position: relative;
  display: inline-block;
  padding: 26px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-decoration: none;
  transition: all .25s ease;
}
.navigationLink:hover, .navigationLink:focus {color: #43c715;}
/* COMMON STYLES */
.centeredHeader {
  position: relative;
  display: block;
  max-width: none;
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}
.defaultHeader {
  position: relative;
  display: block;
  max-width: none;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
h3, p.heading3 {
  font-size: 26px;
  font-weight: normal;
  line-height: 30px;
}
.defaultHeader + p, h3 + p {margin-top: 7px;}

h4, p.heading4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #252525;
}
h4 a {text-decoration: none;}
p, a, p a {color: #252525;}
a[href^="tel:"] {text-decoration: none; cursor: default;}
a[href^="tel:"]:hover {color: #252525;}
p a:hover {color: #43c715; transition: all .25s ease;}
ul {
  position: relative;
  display: block;
  margin: 0 0 0 42px;
}
ul li {padding: 3px 0; font-weight: 700; color: #43c715; list-style-type: circle;}
ul li li {font-weight: 400; color: #bdbdbd;}
ul li span {color: #252525;}
.pageLeftContent {
  position: relative;
  display: block;
  float: left;
  width: 713px;
}
.pageLeftContentWide {width: 804px;}
.pageLeftContentFull {width: 100%;}
.pageRightContent {
  position: relative;
  display: block;
  float: right;
  width: 785px;
}
.pageRightSidebar {
  position: relative;
  display: block;
  float: right;
  width: 265px;
}
.smallSpace {height: 15px;}
.medSpace {height: 30px;}
.largeSpace {height: 45px;}
/* OVERLAY */
.overlayWrap {
  position: fixed;
  display: block;
  width: 100%;
  height: 0%;
  top: 0;
  left: 0;
  background: #fff;
  background: rgba(255,255,255,.98);
  z-index: -1;
  opacity: 0;
  box-sizing: border-box;
  transition: all .4s ease;
  overflow: auto;
}
.overlayOpen {height: 100%; z-index: 1100; opacity: 1;}
.overlayInner {
  position: relative;
  display: block;
  max-width: 1266px;
  min-width: 980px;
  width: 100%;
  margin: 0 auto;
  z-index: 60;
}
.overlayLogo {
  position: relative;
  display: block;
  float: left;
  text-decoration: none;
}
.overlayLogo img {display: block; width: 226px; height: auto;}
.overlayClose {
  position: absolute;
  display: block;
  width: 62px;
  height: 74px;
  top: 0;
  right: 0;
  padding: 26px 20px;
  text-decoration: none;
  background: url(/images/close.png) no-repeat center center;
  box-sizing: border-box;
  transition: all .25s ease;
}
.overlayClose:hover, .overlayClose:focus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.overlayContent {
  position: absolute;
  display: block;
  bottom: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.no-js .overlayContent, .pageSection .overlayContent {
    position: relative;
    display: block;
    width: 100%;
    bottom: auto;
    transform: none;
    margin: 0 auto;
}
.overlayTitle {
  position: relative;
  display: block;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  color: #252525;
  text-align: center;
}
.overlayColumn {
  position: relative;
  display: table-cell;
  vertical-align: top;
  /*padding: 50px 0 0 45px;*/
  padding: 80px 0 50px 45px;
  text-align: left;
  font-size: 0;
}
.overlayContentAbout .overlayColumn {min-width: 189px;}
.overlayColumn.photoLinkColumn {max-width: 430px;padding-top: 57px; padding-left: 52px;}
.overlayColumn.caseStudyColumn {max-width: 288px; padding-top: 40px; padding-left: 15px;}
.overlayColumn:first-child {padding-left: 0;}
.overlayContentWhoWeServe .overlayColumn {font-size: 0;}
.overlayColumnHeading, .overlayColumnItem {
  position: relative;
  display: block;
  padding: 4px 20px 4px 0;
  font-size: 16px;
  line-height: 20px;
  color: #252525;
  text-decoration: none;
  background: url(/images/greenArrow.png) no-repeat -20px 8px;
  background-size: auto 12px;
  transition: all .25s ease;
}
.overlayColumnHeading {font-size: 18px; font-weight: 700;}
.overlayColumnHeading:hover, .overlayColumnItem:hover, .overlayColumnHeading:focus, .overlayColumnItem:focus {color: #43c715; padding: 4px 0 4px 20px; background-position: 0 8px;}
.overlayColumnSpace {height: 25px;}
.overlaySoftwareLink {text-decoration: none;}
.overlaySoftwareLink img {display: block; max-width: 156px; width: auto; max-height: 104px; height: auto; margin: 0 auto;}
.largeOverlayLink, .largeOverlayText {
  position: relative;
  display: block;
  padding: 5px 30px 5px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  color: #252525;
  text-decoration: none;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  background: url(/images/greenArrow.png) no-repeat -30px 10px;
  transition: all .25s ease;
}
.no-js .largeOverlayLink:hover .largeOverlayText, .no-js .largeOverlayLink:focus .largeOverlayText  {color: #252525;}
.largeOverlayText {padding: 5px 0; background: none;}
.largeOverlayLink:hover, .largeOverlayLink:focus {padding: 5px 0 5px 30px; color: #43c715; background-position: 0 10px;}
.overlayContentWhoWeServe .largeOverlayLink {
    display: block;
    max-width: 342px;
    width: auto;
    padding: 27px 38px 50px 26px;
    box-sizing: border-box;
    background: none;
    overflow:hidden; 

}
.largeOverlayLink .linkSubText, .no-js .largeOverlayLink:hover .linkSubText, .no-js .largeOverlayLink:focus .linkSubText {
    position: relative;
    display: block;
    font-size: 16px; 
    line-height: 22px;
    font-weight: normal;
    color: #717171;
}
.largeOverlayLink .greenLinkText, .no-js .largeOverlayLink:hover .greenLinkText, .no-js .largeOverlayLink:focus .greenLinkText {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #43c715;
    transition: all .25s ease;

}
.largeOverlayLink:hover span, .largeOverlayLink:focus span, .largeOverlayLink:hover .linkSubText, .largeOverlayLink:focus .linkSubText {color: #fff;}
.largeOverlayLink .greenLinkText .arrow, .no-js .largeOverlayLink:hover .greenLinkText .arrow, .no-js .largeOverlayLink:focus .greenLinkText .arrow {
    position: relative;
    display: inline-block;
    margin: 0 0 0 12px;
    width: 12px;
    height: 100%;
    background: url(/images/greenArrow.png) no-repeat center 10px;
    background-size: 12px auto;

}
 .largeOverlayLink:hover .greenLinkText .arrow, .largeOverlayLink:focus .greenLinkText .arrow {background: url(/images/whiteArrow.png) no-repeat center 10px; background-size: 12px auto;}
.largePhotoLink {
    position: relative;
    display: inline-block;
    max-width: 200px;
    width: 50%;
    max-height: 228px;
    height: auto;
    padding: 0 20px 60px 0px;
    box-sizing: border-box;
    vertical-align: top;
    text-decoration: none;
}
 .largePhotoLink .linkPhotoWrap {
     position: relative;
     display: block;
     width: 116px;
     height: 116px;
     margin: 0 auto 15px auto;
     border-radius: 50%;
     overflow: hidden;
 }
 .largePhotoLink .linkPhotoWrap img {
     position: absolute;
     display: block;
     width: 125px; 
     height: auto;
     top: 0;
     left: 0;
 }
 .largePhotoLink span {
     position: relative;
     display: block; 
     font-size: 14px;
     line-height: 18px;
     color: #717171;
     text-align: center;
 }
 .largePhotoLink span.memberName {
     color: #252525;
     font-weight: 700;

 }
 .photoOverlay, .largePhotoLink span.photoOverlay {
     position: absolute;
     display: block;
     width: 100%;
     height: 100%; 
     padding: 49px 0;
     bottom: -200px;
     background: #43c715;
     background: rgba(67, 199, 21, .78);
     transition: all .25s ease;
     color: #fff;
     font-size: 18px;
     line-height: 18px;
     font-weight: 700;
     text-align: center;
     box-sizing: border-box;

 }
 .largePhotoLink:hover .photoOverlay, .largePhotoLink:focus span.photoOverlay {bottom: 0;}
.overlaySmallHeading {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.centeredContent {text-align: center;}
.centeredTable {
  display: inline-block;
}
/* HOME */
.mainSplash {
  position: relative;
  display: block;
  min-width: 980px;
  width: 100%;
  min-height: 650px;
  height: 650px;
  overflow: hidden;
  background: #000;
}
.browserHeight {min-height: 600px !important;}
.mainSplashVideo {
  position: absolute;
  display: block;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}
.mainSplashGradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  opacity: .4;
}
.mainSplashVideoOverlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.8) url(/images/black-diagonal-lines.png) repeat center 0;
  opacity: .7;
}
.mainSplashContent {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50%;
  text-align: center;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.mainSplashContentAlt {
    width: 526px;
    text-align: left;
    left: 45%;
}
.mainSplashContent .defaultCTAInline {margin: 20px 0 0 0;}
.mainSplashHeadline {
  position: relative;
  display: block;
  max-width: 980px;
  margin: 0 auto;
  font-size: 66px;
  font-weight: 700;
  line-height: 70px;
  color: #fff;
  text-align: center;
}
.mainSplashContentAlt h1 {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
}
.mainSplashSubline {
  position: relative;
  display: block;
  max-width: none;
  font-size: 26px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.mainSplashContentAlt p { padding-top: 13px; color: #fff;}
.interiorSplashHeadline {
  position: relative;
  display: block;
  max-width: 820px;
  margin: 0 auto;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.clickScrollWrap {
  position: absolute;
  display: block;
  width: 360px;
  bottom: auto;
  left: 50%;
  margin: -56px 0 0 -180px;
  perspective: 1000px;
  z-index: 100;
}
.sectionTitleWrap {top: 0; bottom: auto;}
.clickScroll, .flippedHeading {
  position: absolute;
  display: block;
  width: 360px;
  bottom: 0;
  padding: 16px 18px 20px 18px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #43c715;
  opacity: .9;
  transition: all .25s ease;
  box-sizing: border-box;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 102;
}
.clickScrollWrap .clickScroll, .flippedHeading {position: relative; bottom: 0;}
.flippedHeading {
  -webkit-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 101;
}
.clickScroll:hover, .clickScroll:focus {padding-bottom: 40px; outline: none;}
.clickScrollWrap .clickScroll:hover, .clickScrollWrap .clickScroll:focus {margin: -20px 0 0 0;}
.clickScroll::before, .clickScroll:before, .flippedHeading::before, .flippedHeading:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: 100%;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-bottom: 15px solid #43c715;
  box-sizing: border-box;
}
.flippedHeading::before, .flippedHeading:before {
  top: 100%;
  bottom: auto;
  border-top: 15px solid #43c715;
  border-bottom: 0;
}
.flipped .clickScroll {
  -webkit-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.flipped .flippedHeading {
  -webkit-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.clickScrollWide {
  width: 1500px;
  height: 70px;
  padding: 0;
  left: 50%;
  margin: 0 0 0 -750px;
  padding: 27px 25px 23px 25px;
  font-size: 14px;
  line-height: 20px;
  background: none;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.clickScrollWide:hover, .clickScrollWide:focus {margin-bottom: 30px; padding: 27px 25px 23px 25px; outline: none;}
.clickScrollWide span {position:relative;}
.clickScrollWide::before, .clickScrollWide:before {
  bottom: 0;
  border-left: 750px solid transparent;
  border-right: 750px solid transparent;
  border-bottom: 70px solid #43c715;
}
.clickScrollWide::after, .clickScrollWide:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 30px;
  top: 100%;
  left: 0;
  background: #43c715;
}
.inlineArrow, span.inlineArrow {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 100%;
  white-space: nowrap;
  background: url(/images/inlineArrow.png) no-repeat 0 center;
}
.pageSection {
  position: relative;
  display: block;
  min-width: 980px;
  width: 100%;
  padding: 50px 0 50px 0; 
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
}
.hideNewsWrap .pageSection {padding-top: 50px;}
.aboutPageSection {padding-top: 75px;}
.partnersSection {padding-top: 65px;}
.pageSectionNoPadding {padding: 0;}
.pageSectionTopPadding {padding-top: 100px;}
.serviceWrap {
  position: relative;
  display: table;
  width: 1038px; 
  left: -29px;
  font-size: 0;
}
.serviceWrapRow {
  position: relative;
  display: table-row;
  width: 100%;
}
.serviceLink {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 33.33%;
  padding: 29px;
  text-decoration: none;
  -webkit-perspective: 800px;
  -moz-perspective: 800px;
  perspective: 800px;
  overflow: hidden;
}
.serviceLink:focus {outline: none;}
.serviceBackground, .navLinkBackground, .caseStudyOverlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  background: #43c715;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotateY( 180deg );
  -ms-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
  box-sizing: border-box;
  transition: all .25s ease;
}
.serviceLink:hover .serviceBackground, .serviceLink:focus .serviceBackground, .overlayContentWhoWeServe .largeOverlayLink:hover .navLinkBackground, .overlayContentWhoWeServe .largeOverlayLink:focus .navLinkBackground, .caseStudy:hover .caseStudyOverlay, .caseStudy:focus .caseStudyOverlay {
  -webkit-transform: rotateY( 0deg );
  -ms-transform: rotateY( 0deg );
  transform: rotateY( 0deg );
}
body .slick-prev, body .slick-next { bottom: -33px; top: inherit; z-index: 2; }
body .slick-prev:before, body .slick-next:before { color: #ddd; }
body .slick-prev { left: 10px; }
body .slick-next { right: 10px; }
body .slick-dots li {margin: 0;}
.mobileWrap .slick-dots { margin: 0; }
.mobileWrap .slick-arrow::before, .mobileWrap .slick-arrow:before{
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 1;
    background: url(/images/slider-arrows.png) no-repeat 0 0;
    background-size: auto 16px;
}
.mobileWrap .slick-prev::before, .mobileWrap .slick-prev:before {background-position: 0 0;}
.mobileWrap .slick-next::before, .mobileWrap .slick-next:before {background-position: -33px 0; }
body .slick-dots li button:before { font-size: 13px; }
body .slick-dots li.slick-active button:before { color: #43c715; }
.no-js .serviceBackground, .no-js .navLinkBackground {display: none;}
.no-js .serviceLink:hover, .no-js .serviceLink:focus {background: #43c715;}
.serviceIcon {
  position: relative;
  display: block;
  width: 80px;
  height: 70px;
  margin: 0 0 18px 0;
  background: url(/images/icons.png) no-repeat 0 0;
  background-size: 312px auto;
}
.serviceIcon::after, .serviceIcon:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/images/icons.png) no-repeat 0 0;
  background-size: 312px auto;
  opacity: 0;
  transition: all .25s ease;
}
.serviceLink:hover .serviceIcon::after, .serviceLink:hover .serviceIcon:after, .serviceLink:focus .serviceIcon::after, .serviceLink:focus .serviceIcon:after  {opacity: 1;}
.serviceLinkShield .serviceIcon {background-position: 0 -10px;}
.serviceLinkComputer .serviceIcon {background-position: 0 -90px;}
.serviceLinkGraph .serviceIcon {background-position: 0 -170px;}
.serviceLinkChat .serviceIcon {background-position: 0 -250px;}
.serviceLinkCloud .serviceIcon {background-position: 0 -330px;}
.serviceLinkShield .serviceIcon::after, .serviceLinkShield .serviceIcon:after {background-position: -208px -10px;}
.serviceLinkComputer .serviceIcon::after, .serviceLinkComputer .serviceIcon:after {background-position: -208px -90px;}
.serviceLinkGraph .serviceIcon::after, .serviceLinkGraph .serviceIcon:after {background-position: -208px -170px;}
.serviceLinkChat .serviceIcon::after, .serviceLinkChat .serviceIcon:after {background-position: -208px -250px;}
.serviceLinkCloud .serviceIcon::after, .serviceLinkCloud .serviceIcon:after {background-position: -208px -330px;}
.serviceName { 
  position: relative;
  display: block;
  padding: 20px 0 0 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 26px;
  color: #252525;
  border-top: 2px solid #e8e8e8;
  transition: all .25s ease;
}
.serviceLink:hover .serviceName, .serviceLink:focus .serviceName {color: #fff; border-color: #fff;}
.serviceDetails {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #252525;
  transition: all .25s ease;
}
.serviceLink:hover .serviceDetails, .serviceLink:focus .serviceDetails {color: #fff;}
.statModWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
  padding: 60px 0 0 0;
}
.statMod {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 360px;
  padding: 0 100px 0 0;
  box-sizing: border-box;
}
.pageRightSidebar .statMod {padding: 30px 0 0 0; width: 265px;}
.pageRightSidebar .statMod:first-child {padding: 0;}
.statMod:last-child {width: 260px; padding-right: 0;}
.statGraph {
  position: relative;
  display: block;
  width: 100%;
  height: 255px;
  margin: 0;
}
.statGraphClock {
  background: url(/images/clockGraph.gif) no-repeat center center;
}
.statGraph .svg-animate {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    width: 100%;
    height: 255px;
}
    .statGraph .metric-percentage {
        position: relative;
        display: block;
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        color: #252525;
        text-align: center;
    }
.statDescription {
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: #252525;
  text-align: center;
}
.metricDataWrap {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  padding: 0 57px;
  box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.metricTitle {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #252525;
  text-align: center;
}
/* CONTACT */
.subHead {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #252525;
}
.contactInfoWrap {
  position: relative;
  display: block;
  font-size: 0;
  padding: 10px 0;
}
.contactInfo {
  position: relative;
  display: inline-block;
  width: 50%;
  font-size: 28px;
  line-height: 34px;
  color: #252525;
  box-sizing: border-box;
}
.contactInfo a {color: #252525;}
.formWrap {
  position: relative;
  display: block;
  width: 100%;
  font-size: 0;
}
.formField {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 24px 47px 24px 0;
  font-size: 17px;
  line-height: 24px;
  box-sizing: border-box;
}
.formField50 {width: 50%;}
.formFieldLast {padding-right: 0;}
.defaultLabel {
  position: absolute;
  display: block;
  top: 32px;
  left: 0;
  font-size: 18px;
  line-height: 24px;
  color: #b2b2b2;
  transition: all .25s ease;
}
.defaultTextareaLabel {padding: 4px 18px;}
.inputFocused .defaultLabel, .textEntered .defaultLabel, .no-js .defaultLabel {
  top: 100%;
  margin: -24px 0 0 0;
  padding: 0;
  font-size: 11px;
}
.defaultInput {
  position: relative;
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 3px solid #000;
  box-sizing: border-box;
  transition: border .25s ease;
}
.defaultInput:focus, .inputFocused .defaultInput {border-color: #43c715;}
.defaultTextarea {
  position: relative;
  display: block;
  width: 100%;
  height: 145px;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #000;
  background: none;
  border: 3px solid #000;
  border-radius: 0;
  box-sizing: border-box;
  transition: border .25s ease;
}
.defaultTextarea:focus, .inputFocused .defaultTextarea {border-color: #43c715;}
.defaultCheckboxLabel {
  position: relative;
  display: block;
  padding: 10px 0 10px 37px;
  font-size: 14px;
  line-height: 21px;
  color: #000;
  cursor: pointer;
}
.defaultCheckboxLabel .defaultCheckbox {
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  top: 10px;
  left: 0;
  background: #fff url(/images/check.png) no-repeat center center;
  background-size: 11px auto;
  border: 2px solid #000;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}
.defaultCheckboxLabel .defaultCheckbox:checked {background-color: #43c715; border-color: #43c715;}
.defaultCheckbox:focus {outline: thin dotted;}
.defaultSubmit, .defaultCTA, .defaultCTATransparent {
  position: relative;
  display: block;
  min-width: 268px;
  width: auto;
  margin: 14px 0 0 0;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #43c715;
  border: 2px solid #43c715;
  border-radius: 45px;
  overflow:hidden;
  background-clip: border-box;
  box-sizing: border-box;
  transition: all .25s ease;
}
.overlaySoftwareLink .defaultCTA, .overlayColumn .defaultCTATransparent, .defaultCTATransparent {min-width: 0; padding: 10px 25px; color: #43c715; background: none; white-space: nowrap;}
.pageRightSidebar .defaultCTA, .pageRightSidebar .defaultCTATransparent, .pageRightSidebar .defaultSubmit {max-width: 230px; margin: 14px auto 0 auto;}
.defaultSubmit:hover, .defaultSubmit:focus, .defaultCTA:hover, .defaultCTA:focus {color: #43c715; border-color: #43c715; outline: none;}
.overlaySoftwareLink:hover .defaultCTA, .overlayColumn:focus .defaultCTA, .defaultCTATransparent:hover, .defaultCTATransparent:focus {color: #fff; border-color: #43c715;}
.defaultSubmit span, .defaultCTA span {position:relative;}
.defaultSubmit::before, .defaultSubmit:before, .defaultCTA::before, .defaultCTA:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 45px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .25s ease-out;
}
.overlaySoftwareLink .defaultCTA::before, .overlaySoftwareLink .defaultCTA:before, .defaultCTATransparent::before, .defaultCTATransparent:before {background: #43c715;}
.defaultSubmit:hover::before, .defaultSubmit:hover:before, .defaultSubmit:focus::before, .defaultSubmit:focus:before, .defaultCTA:hover::before, .defaultCTA:hover:before, .defaultCTA:focus::before, .defaultCTA:focus:before, .overlaySoftwareLink:hover .defaultCTA::before, .overlaySoftwareLink:hover .defaultCTA:before, .overlaySoftwareLink:focus .defaultCTA::before, .overlaySoftwareLink:focus .defaultCTA:before {-webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1);}
.defaultSubmitInline, .defaultCTAInline {display: inline-block; vertical-align: top; margin-right: 30px;}
.defaultCTAInline.defaultCTATransparent {width: 268px; }
.defaultCTA.truncationLink {display:none;}
/* SUPPORT */
.supportSplash {
  position: relative;
  display: block;
  min-width: 980px;
  width: 100%;
  min-height: 478px;
  height: 478px;
  width: 100%;
  background: #252525;
  overflow:hidden;
}
/*.supportSplash.aboutSplash {min-height: 600px;}*/
.supportSplash img {
  position: absolute;
  display: block;
  min-width: 100%;
  width: auto;
  min-height: 100%;
  height: auto;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  margin: auto;
}
.aboutSplash img {
    top: 0;
    bottom: auto;
}
.supportIconWrap {
  position: relative;
  display: block;
  max-width: 1180px;
  min-width: 690px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
}
.supportIconLink {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 196px;
  padding: 35px 10px;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.supportIconLink:hover, .supportIconLink:focus, a.supportIconLink:focus {color: #43c715; outline: none;}
.supportIcon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px auto;
  background: url(/images/icons.png) no-repeat 0 0;

}
.supportIconLink:hover .supportIcon, .supportIconLink:focus .supportIcon { 
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-360deg);
    -ms-transform: rotateX(-360deg);
    transform: rotateX(-360deg);
    transition: all 400ms cubic-bezier(0.39, 0.575, 0.565, 1); 
}
.supportIconTachometer .supportIcon {background-position: 0 -550px; background-size: 417px auto;}
.supportIconClock .supportIcon {background-position: 0 -830px; background-size: 516px auto}
.supportIconLaptop .supportIcon {background-position: 0 -882px; background-size: 419px auto;}
.supportIconPerson .supportIcon {background-position: 9px -1883px; background-size: 516px auto;}
.supportIconDocument .supportIcon {background-position: 2px -2017px; background-size: 516px auto}
.supportIconGlobe .supportIcon {background-position: 7px -1737px; background-size: 419px auto;}
.supportIconLocation .supportIcon {background-position: 0 -1560px; background-size: 355px auto;}
.supportIconTitle .supportIcon {background-position: 2px -3080px; background-size: 516px auto;}
.supportIconOffice .supportIcon {width: 140px; background-position: 0 -2383px; background-size: 419px auto;}
.supportIconSoftware .supportIcon {background-position: 0 -2538px; background-size: 410px auto;}
.supportIconAnalysis .supportIcon {background-position: 13px -1752px; background-size: 516px auto;}
.supportIconMagnify .supportIcon {background-position: 5px -1623px; background-size: 516px auto;}
.supportIconLock .supportIcon {background-position: 13px -1228px; background-size: 516px auto;}
.supportIconFilter .supportIcon {background-position: 11px -1488px; background-size: 516px auto;}
.supportIconHarddrive .supportIcon {background-position: 5px -1356px; background-size: 516px auto;}
.supportIconComputing .supportIcon {background-position: 13px -2108px; background-size: 410px auto;}
.supportIconServices .supportIcon {background-position: 4px -2213px; background-size: 410px auto;}
.supportIconEmail .supportIcon {background-position: 9px -2016px; background-size: 410px auto;}
.supportIconServer .supportIcon {background-position: 3px -1906px; background-size: 410px auto;}
.supportIconText {
  position: relative;
  display: block;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}
.scrollingNavWrap {
  position: absolute;
  display: block;
  width: 195px;
  top: 0;
  left: 0;
  padding: 50px 0 0 0; 
}
.hideNewsWrap .scrollingNavWrap {padding: 50px 0 0 0;}
.scrollingNavLink {
  position: relative;
  display: block;
  padding: 15px 80px 15px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #252525;
  text-decoration: none;
  opacity: .15;
  box-sizing: border-box;
  transition: all .25s ease;
}
.scrollingNavLink::before, .scrollingNavLink:before {
  content: '';
  position: absolute;
  display: none;
  width: 0;
  height: 0;
  top: 50%;
  left: 115px;
  margin: -8px 0 0 0;
  border-top: 18px solid transparent;
  border-left: 10px solid #252525;
  border-bottom: 18px solid transparent;
}
.scrollingNavLink:hover, .scrollingNavLink:focus {opacity: .5; outline: none;}
.scrollingNavLink.active {opacity: 1;}
.scrollingNavLink.active::before, .scrollingNavLink.active:before {display: block;}
.scrollingNavLinkIcon {
  position: relative;
  display: block;
  width: 75px;
  height: 56px;
  margin: 0 0 13px 0;
  background: url(/images/icons.png) no-repeat 0 0;
  background-size: 225px auto;
}
.scrollingNavLinkTachometer .scrollingNavLinkIcon {background-position: -75px -290px;}
.scrollingNavLinkClock .scrollingNavLinkIcon {background-position: -75px -349px;}
.scrollingNavLinkLaptop .scrollingNavLinkIcon {background-position: -75px -466px;}
.scrollingNavLinkPerson .scrollingNavLinkIcon {background-position: -75px -809px;}
.scrollingNavLinkDocument .scrollingNavLinkIcon {background-position: -75px -867px;}
.scrollingNavLinkGlobe .scrollingNavLinkIcon {background-position: -75px -927px;}
.scrollingNavLinkLocation .scrollingNavLinkIcon {background-position: -75px -981px;}
.scrollingNavLinkTitle .scrollingNavLinkIcon {background-position: -75px -1329px;}
.scrollingNavLinkOffice .scrollingNavLinkIcon {background-position: -75px -1272px;}
.scrollingNavLinkSoftware .scrollingNavLinkIcon {background-position: -75px -1386px;}
.scrollingNavLinkAnalysis .scrollingNavLinkIcon {background-position: -75px -752px;}
.scrollingNavLinkMagnify .scrollingNavLinkIcon {background-position: -75px -695px;}
.scrollingNavLinkLock .scrollingNavLinkIcon {background-position: -75px -521px;}
.scrollingNavLinkFilter .scrollingNavLinkIcon {background-position: -75px -636px;}
.scrollingNavLinkHarddrive .scrollingNavLinkIcon {background-position: -75px -579px;}
.scrollingNavLinkComputing .scrollingNavLinkIcon {background-position: -75px -1156px;}
.scrollingNavLinkServices .scrollingNavLinkIcon {background-position: -75px -1214px;}
.scrollingNavLinkEmail .scrollingNavLinkIcon {background-position: -75px -1099px;}
.scrollingNavLinkServer .scrollingNavLinkIcon {background-position: -75px -1041px;}
.scrollingSection {
  padding: 70px 0 70px 0;  
  font-size: 16px;
  line-height: 22px;
}
.hideNewsWrap .scrollingSection {padding: 70px 0;}
.scrollingSection p {max-width: 708px;}
.inlineContactInfo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 14px 0 0 0;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.inlineContactInfo a {color: #252525;}
.numberedColumnWrap {
  position: relative;
  display: block;
  max-width: 660px;
  width: 100%;
  font-size: 0;
}
.numberedColumn {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 1%;
  padding: 0 0 0 32px;
  font-size: 16px;
  box-sizing: border-box;
}
.numberedColumn:first-child {padding-left: 0;}
.numberedItem {
  position: relative;
  display: block;
  padding: 20px 0 0 48px;
  box-sizing: border-box;
}
.numberBubble {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 15px;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #43c715;
  background-clip: border-box;
  border-radius: 50%;
}
/* RAMQUEST */
.bannerText {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 510px;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-align: center;
}
.RQlogo {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
}
.RQWatermark {
  position: absolute;
  display: block;
  width: 124px;
  height: 102px;
  right: 50%;
  bottom: 26px;
  margin: 0 -490px 0 0;
  background: url(/images/ramquest-white.png) no-repeat 0 0;
}
.SPWatermark {
    position: absolute;
    display: block;
    width: 156px;
    height: 61px;
    right: 50%;
    bottom: 26px;
    margin: 0 -490px 0 0;
    background: url(/images/softpro-white.png) no-repeat 0 0;
}
.RWWatermark {
    position: absolute;
    display: block;
    width: 186px;
    height: 61px;
    right: 50%;
    bottom: 26px;
    margin: 0 -490px 0 0;
    background: url(/images/resware-white.png) no-repeat 0 0;
    background-size: 100% auto;
}
/*ABOUT*/
.teamRow, .partnerRow{
    position: relative;
    display: block;
    width: 980px;
    font-size: 0;
    margin: 0 auto;
}
.partnerRow.rowTopPad {padding-top: 6px;}
.teamRow.bioRow, .partnerRow.infoRow {
    width: 4300px;
    overflow: hidden;
}
.teamMember, .partner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    height: 260px;
    background: #000;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    overflow: hidden;
    box-sizing:border-box;

}
.teamMember img {
    position: absolute;
    display: block;
    min-width: 100%;
    width: auto;
    height: 100%;
    top: 0;
    left: -9999px;
    right: -9999px;
    margin: 0 auto;

}
.partner {
    padding: 0 32px;
    height: 167px;
    background: #fff; 
    box-sizing: border-box;
    
}
.partnerLogo {
    position: absolute;
    display: block;
    max-width: 180px;
    width: 100%; 
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    opacity: .6;
    vertical-align: middle;
}
.partner:hover, .partner:focus {cursor: pointer;}
.partner.att .partnerLogo {height: 81px; background: url(/images/partners/att-logo.png) no-repeat 0 0; background-size: 180px auto;}
.partner.att:hover .partnerLogo, .partner.att.focusPartner .partnerLogo, .partner.att.activePartner .partnerLogo {background-position: 0 -81px; opacity: 1;}
.partner.microsoft .partnerLogo {height: 80px; background: url(/images/partners/microsoft-logo.png) no-repeat 0 0PX; background-size: 180px auto;}
.partner.microsoft:hover .partnerLogo, .partner.microsoft.focusPartner .partnerLogo, .partner.microsoft.activePartner .partnerLogo {background-position: 0 -84px; opacity: 1;}
.partner.vmware .partnerLogo {height: 45px; background: url(/images/partners/vmware-logo.png) no-repeat 0 1px; background-size: 180px auto;}
.partner.vmware:hover .partnerLogo, .partner.vmware.focusPartner .partnerLogo, .partner.vmware.activePartner .partnerLogo {background-position: 0 -45px; opacity: 1;}
.partner.zixcorp .partnerLogo {height: 53px; background: url(/images/partners/zixcorp-logo.png) no-repeat 0 0; background-size: 180px auto;}
.partner.zixcorp:hover .partnerLogo, .partner.zixcorp.focusPartner .partnerLogo, .partner.zixcorp.activePartner .partnerLogo {background-position: 0 -53px; opacity: 1;}
.partner.watchguard .partnerLogo {height: 53px; background: url(/images/partners/watchguard-logo.png) no-repeat 0 0; background-size: 180px auto;}
.partner.watchguard:hover .partnerLogo, .partner.watchguard.focusPartner .partnerLogo, .partner.watchguard.activePartner .partnerLogo {background-position: 0 -53px; opacity: 1;}
.partner.dell .partnerLogo {width: 116px; height: 117px; background: url(/images/partners/dell-logo.png) no-repeat 0 0px; background-size: 116px auto;}
.partner.dell:hover .partnerLogo, .partner.dell.focusPartner .partnerLogo, .partner.dell.activePartner .partnerLogo {background-position: 0 -120px; opacity: 1;}
.partner.veeam .partnerLogo {height: 73px; background: url(/images/partners/veeam-logo.png) no-repeat 0 0px; background-size: 180px auto;}
.partner.veeam:hover .partnerLogo, .partner.veeam.focusPartner .partnerLogo, .partner.veeam.activePartner .partnerLogo {background-position: 0 -75px; opacity: 1;}
.partner.storagecraft .partnerLogo {height: 33px; background: url(/images/partners/storagecraft-logo.png) no-repeat 0 0px; background-size: 180px auto;}
.partner.storagecraft:hover .partnerLogo, .partner.storagecraft.focusPartner .partnerLogo, .partner.storagecraft.activePartner .partnerLogo {background-position: 0 -35px; opacity: 1;}

.partner img {
    position: absolute;
    display: block;
    max-width: 180px; 
    width: 100%; 
    height: auto;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*-webkit-filter: grayscale(100%);
    filter: grayscale(100%);*/
    opacity: .6;
    vertical-align: middle;
    transition: all .25s ease;
}
.partner.dell img {width: 116px;}
/*.partner:hover img, .partner.activePartner img {
    filter: none;
    opacity: 1;
    cursor: pointer;
}*/
.teamMemberOverlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    bottom: -500px;
    background: #43c715;
    background: rgba(67, 199, 21, .78);
    transition: all .25s ease;
}
.no-js .teamMemberOverlay {display: block; bottom: 0; background: rgba(0, 0, 0, .4);}
.teamMember:hover .teamMemberOverlay, .teamMember.activeTeamMember .teamMemberOverlay, .teamMember.focusTeamMember .teamMemberOverlay {bottom: 0;}
.teamMember:hover, .teamMember:focus {cursor: pointer;}
.teamMemberOverlay .overlayText {
    position: absolute;
    display: block;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 45px;
    text-align: left;
    transition: all 2.5s ease;
}
.teamMemberOverlay .overlayText .teamMemberName {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;

}
.teamMemberOverlay .overlayText .teamMemberTitle {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}
span.activeArrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 50%;
    bottom: -24px;
    margin: 0 auto;
    border-left: 122px solid transparent;
    border-right: 122px solid transparent;
    border-bottom: 24px solid #fff;
    z-index: 90;
    transition: all .25s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.teamMember.activeTeamMember span.activeArrow, .teamMember:hover span.activeArrow, .teamMember.focusTeamMember span.activeArrow {bottom: -1px;}
.no-js span.activeArrow {display: none !important;}
.partner span.activeArrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: -24px;
    margin: 0 auto;
    border-left: 89px solid transparent;
    border-right: 89px solid transparent;
    border-bottom: 21px solid #252525;
}
.partner span.activeArrowInner, .partner span.activeArrowInner{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left:-89px;
    bottom: -22px;
    margin: 0 0 0 0;
    border-left: 89px solid transparent;
    border-right: 89px solid transparent;
    border-bottom: 21px solid #fff;
}
.partner.activePartner span.activeArrow {bottom: 1px;}
/*.teamBio, .partnerInfo {
    position: relative;
    display: block;
    width: 100%; 
    height: auto;
    overflow: hidden;
}*/
.teamBioRowWrap, .partnerRowWrap {
    position: relative;
    display: block;
    width: 980px;
    height: auto;
    margin: 0 auto;
    line-height: 0;
    overflow: hidden;
}
.partnerRowWrap {margin-top: -1px;}
.teamBio, .partnerInfo {display: inline-block; width: 980px; vertical-align: top; height: auto; overflow: hidden;}
.no-js .teamBio {display: block; height: auto;}
.teamBio.activeBio, .partnerInfo.activePartnerInfo {height: auto;}
.partnerInfo.activePartnerInfo{border-top: 1px solid #252525;}
.teamBioInner, .partnerInfoInner {
    position: relative;
    display: block;
    padding: 39px 112px 60px 112px;
    transition: all .4s ease;
}

 .activePartnerInfo .partnerInfoInner {margin: 0 0 0 0;}
.partnerInfoInner {padding: 28px 160px 60px 74px;}
.teamBioInner h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}
.teamBioInner h4 {
    font-size: 22px;
    line-height: 26px;
    color: #43c715;
    font-weight: normal;
}
.teamBioInner p, .partnerInfoInner p {
    font-size: 16px; 
    line-height: 20px;
    padding-top: 26px;
}
.partnerInfoInner p {max-width: 728px;}
.teamBioInner a.defaultCTA, .partnerInfoInner a.defaultCTA {
    width: 268px;
    margin-top: 26px;
}
.teamBioInner p span.subTitle {font-weight: bold;}
.teamMember:nth-child(4n+4) {border-right: 0;}
.caseStudiesWrap {
    position: relative;
    display: table;
    width: 1052px;
    font-size: 0;
    margin: 0 auto;
}
.caseStudiesRow {
    position: relative;
    display: table-row;
    width: 100%;
}
.caseStudy {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 33.33%;
    padding: 20px 26px 20px 36px;
    text-decoration: none;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
}
.overlayContentAbout .caseStudy {
    position: relative; 
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.caseStudyOverlay span {
    position: absolute;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

}

.caseStudyImage {
    max-width: 278px;
    width: 100%;
    min-height: 96px;
    height: auto;
    position: relative;
    display: block;
    margin: 0 auto;
}
.overlayContentAbout .caseStudyImage {
    max-width: 168px;
    min-height: 58px;
    margin: 0 0 17px 0;
}
.caseStudyImage img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    bottom: 0;

}
.caseStudyDivider {
    position: relative;
    display: block;
    width: 86px;
    height: 2px;
    background: #cfcfcf;
    margin: 24px auto;
}
.overlayContentAbout .caseStudyDivider {
    width: auto;
    height: auto;
    background: none;
    font-size: 12px;
    line-height: 24px;
    color: #cfcfcf;
    margin: 0;
}
.caseStudyName {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
}
.overlayContentAbout .caseStudyName {font-size: 18px; line-height: 25px; text-align: left;}
.caseStudyType {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
.overlayContentAbout .caseStudyType {display: none;}
.caseStudyText {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
}
.overlayContentAbout .caseStudyText {font-size: 13px; line-height: 20px; text-align: left;}
.readMoreText {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #43c715;
}
.overlayContentAbout .readMoreText {font-size: 15px; line-height: 20px; text-align: left;}
/* FOOTER */
.footerWrap {
  position: relative;
  display: block;
  width: 100%;
}
.footerTestimonialWrap {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}
.footerTestimonial {
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 110px;
  text-align: center;
  box-sizing: border-box;
}
.footerTestimonialText {
  position: relative;
  display: block;
  max-width: none;
  font-size: 22px;
  font-style: italic;
  line-height: 32px;
  color: #252525;
}
.footerTestimonialSource {
  position: relative;
  display: block;
  max-width: none;
  padding: 25px 0 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #252525;
}
.footerTestimonialText b, .footerTestimonialSource b {font-weight: 700;}
.footerTopWrap {
  position: relative;
  display: block;
  min-width: 980px;
  width: 100%;
  background: #252525;
}
.footerTopTable {
  position: relative;
  display: table;
  width: 100%;
}
.footerTopColumn {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding: 56px 74px 0 0;
  box-sizing: border-box;
}
.footerTopColumnLimit {max-width: 200px;}
.footerTopColumn:last-child {padding-right: 0;}
.footerMidWrap .footerTopColumn {padding-bottom: 56px; padding-right: 50px;}
.footerMidWrap .footerTopColumn.noRightPad {padding-right: 0; font-size: 0; white-space: nowrap;}
.footerHeading {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  text-decoration: none;
  transition: all .25s ease;
}
a.footerHeading:hover, a.footerHeading:focus {color: #43c715;}
.footerHeading.right {float: right; clear: both;}
.footerLink {
  position: relative;
  display: block;
  padding: 4px 0;
  font-size: 14px;
  line-height: 20px;
  color: #c8c8c8;
  text-decoration: none;
  transition: all .25s ease;
}
.footerLink:hover, .footerLink:focus {color: #43c715;}
.footerLargeCTA {
  position: relative;
  display: block;
  min-width: 268px;
  width: auto;
  margin: 14px 0 0 0;
  padding: 10px 45px;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: none;
  border: 2px solid #fff;
  border-radius: 45px;
  overflow:hidden;
  background-clip: border-box;
  box-sizing: border-box;
  transition: all .25s ease;
}
.footerLargeCTA:hover, .footerLargeCTA:focus {color: #43c715; border-color: #43c715;}
.footerLargeCTA span {position:relative;}
.footerLargeCTA::before, .footerLargeCTA:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 45px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all .25s ease-out;
}
.footerLargeCTA:hover::before, .footerLargeCTA:hover:before, .footerLargeCTA:focus::before, .footerLargeCTA:focus:before {-webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1);}
.footerSocialWrap {
  position: relative;
  display: block;
  font-size: 0;
  margin: 0 0 0 -12px;
}
.footerSocial {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(/images/social.png) no-repeat 12px 12px;
  background-size: 168px auto;
}
.footerSocial span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(/images/social.png) no-repeat 12px 12px;
  background-size: 168px auto;
  opacity: 0;
  transition: all .25s ease;
}
a.footerSocial:hover span, a.footerSocial:focus span {opacity: 1;}
.footerSocialFB {background-position: 12px 12px;}
.footerSocialIN {background-position: -33px 12px;}
.footerSocialTW {background-position: -78px 12px;}
.footerSocialGP {background-position: -124px 12px;}
.footerSocialFB span {background-position: 12px -49px;}
.footerSocialIN span {background-position: -33px -49px;}
.footerSocialTW span {background-position: -78px -49px;}
.footerSocialGP span {background-position: -124px -49px;}
.footerRightText, .footerRightText p {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #9e9e9e;
  text-align: right;

}
.footerRightText.inline {display: inline-block; width: 50%; vertical-align: top; margin-right: 20px; box-sizing: border-box;}
.footerRightText.inline:last-child{margin-right: 0; width: 44%;}
.footerRightText b {font-weight: 700;}
.footerRightText a {display:block; color: #9e9e9e; text-decoration: none; transition: all .25s ease;}
.footerRightText a:hover, .footerRightText a:focus {color: #43c715;}
.footerRightText a[href^="tel"], .footerRightText a[href^="tel"]:hover, .footerRightText a[href^="tel"]:focus {cursor: default; color: #9e9e9e;}
.footerBottomWrap {
  position: relative;
  display: block;
  width: 980px;
  margin: 0 auto;
}
.firstLogo { padding-right: 15px; }
.copyright, .imagemakers {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 44px;
  color: #a2a2a2;
  box-sizing: border-box;
}
.copyright {float:left;}
.imagemakers {float:right;}
.copyright a, .imagemakers a {color: #a2a2a2; text-decoration: none; transition: all .25s ease;}
.copyright a:hover, .copyright a:focus, .imagemakers a:hover, .imagemakers a:focus {color: #43c715;}
.mobileSiteLink {
    display: none;
    position: relative;
    padding: 25px 0;
    margin: 0 auto;
    text-align: center; 
    color: #a2a2a2;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
@media screen and (max-device-width: 767px) {.mobileSiteLink {display: block;}}
.validation-summary-errors ul {margin: 0;}
.validation-summary-errors li {font-size: 14px; color: #f00; list-style: none;}
.defaultInput.input-validation-error, .defaultTextarea.input-validation-error {border-color: #f00;}

/*small screen adjustments*/
@media screen and (max-width: 1024px) {
    .supportIconWrap {max-width: 750px !important; margin: 0 auto;}
}
/*iPad and smaller adjustments*/
@media screen and (max-device-width: 1024px) {
    .fullWrap {min-width: 1024px;}
    .mainSplash {background: #000 url(/images/homeMobilePoster.jpg) no-repeat center center; background-size: cover;}
    .navigationLink:hover, .navigationLink:focus {color: #fff !important;}
    .overlayColumnHeading:hover, .overlayColumnItem:hover, .overlayColumnHeading:focus, .overlayColumnItem:focus, .largeOverlayLink:hover, .largeOverlayLink:focus {color: #252525 !important; background-position: -20px 8px !important; padding-left: 0 !important;}
    .largeOverlayLink:hover span, .largeOverlayLink:focus span {color: #252525 !important;}
    .largeOverlayLink:hover .linkSubText, .largeOverlayLink:focus .linkSubText {color: #717171 !important; }
    .largeOverlayLink:hover span.greenLinkText {color: #43c715 !important;}
    .largeOverlayLink:hover .greenLinkText .arrow, .largeOverlayLink:focus .greenLinkText .arrow {background: url(/images/greenArrow.png) no-repeat center 10px !important; background-size: 12px auto !important;}
    .overlayContentWhoWeServe .largeOverlayLink,  .overlayContentWhoWeServe .largeOverlayLink:hover, .overlayContentWhoWeServe .largeOverlayLink:focus {padding: 27px 38px 50px 26px !important;}
    .photoOverlay, .largePhotoLink:hover span.photoOverlay, .largeOverlayLink:focus span.photoOverlay {display: none;}
    .caseStudyOverlay, .caseStudy:hover .caseStudyOverlay, .caseStudy:focus .caseStudyOverlay {display: none;}
    .clickScrollWide:hover, .clickScrollWide:focus {margin-bottom: 0 !important;}
    .supportIconLink:hover .supportIconText, .supportIconLink:focus .supportIconText {color: #fff; -webkit-transform: none; -ms-transform: none; transform: none;}
    p a:hover {color: #252525;}
    .defaultCTA:hover, .defaultSubmit:hover, .defaultCTA:focus, .defaultSubmit:focus {color: #fff !important;}
    .defaultSubmit:hover::before, .defaultSubmit:hover:before, .defaultCTA:hover::before, .defaultCTA:hover:before {background: #43c715;}
     .defaultCTATransparent:hover::before, .defaultCTATransparent:hover:before {background: transparent;}
    .overlaySoftwareLink:hover .defaultSubmit::before, .overlaySoftwareLink:hover .defaultSubmit:before, .overlaySoftwareLink:hover .defaultCTA::before, .overlaySoftwareLink:hover .defaultCTA:before {background: transparent;}
    .overlaySoftwareLink:hover .defaultSubmit span, .overlaySoftwareLink:hover .defaultCTA span {color: #43c715}
    .defaultCTATransparent:hover, .defaultCTATransparent:focus {color: #43c715 !important;}
    .defaultCTATransparent:hover, .defaultCTATransparent:focus {color: #43c715; background: transparent;}
    .scrollingNavLink:hover, .scrollingNavLink:focus {opacity: .15;}
    .footerLargeCTA:hover, .footerLargeCTA:focus {color: #fff; border-color: #fff; background: transparent;}
    .footerLink:hover, .footerLink:focus {color: #c8c8c8 !important;}
    .serviceLink:hover span, .serviceLink:focus span {color: #252525 !important;}
    .serviceLink:hover .serviceName, .serviceLink:focus .serviceName {border-color: #e8e8e8 !important;}
    .serviceLink:hover .serviceIcon::after, .serviceLink:hover .serviceIcon:after , .serviceLink:focus .serviceIcon::after, .serviceLink:focus .serviceIcon::after {opacity: 0 !important;}
    .serviceLink:hover .serviceBackground, .serviceLink:focus .serviceBackground {display: none;}
    a.footerSocial:hover span, a.footerSocial:focus span {opacity: 0 !important;}
    a.footerHeading:hover, a.footerHeading:focus {color: #fff;}
    a.footerLargeCTA:hover::before, a.footerLargeCTA:hover:before, a.footerLargeCTA:focus::before, a.footerLargeCTA:hover:focus {display: none;}
    .navLinkBackground {display: none !important;}
    .teamMember:hover .teamMemberOverlay, .teamMember:focus .teamMemberOverlay {bottom: -300px;}
    .teamMember.activeTeamMember .teamMemberOverlay {bottom: 0;}
    .teamMember:hover span.activeArrow, .teamMember.focusTeamMember span.activeArrow {bottom: -24px;}
    .teamMember.activeTeamMember span.activeArrow {bottom: -1px;}
    
    .partner.att .partnerLogo, .partner.att:hover .partnerLogo, .partner.att:focus .partnerLogo {height: 81px; background: url(/images/partners/att-logo.png) no-repeat 0 0; background-size: 180px auto; opacity: .6;}
    .partner.att.activePartner .partnerLogo {background-position: 0 -81px; opacity: 1;}
    .partner.microsoft .partnerLogo, .partner.microsoft:hover .partnerLogo, .partner.microsoft:focus .partnerLogo {height: 80px; background: url(/images/partners/microsoft-logo.png) no-repeat 0 0PX; background-size: 180px auto; opacity: .6;}
    .partner.microsoft.activePartner .partnerLogo {background-position: 0 -84px; opacity: 1;}
    .partner.vmware .partnerLogo, .partner.vmware:hover .partnerLogo, .partner.vmware:focus .partnerLogo {height: 45px; background: url(/images/partners/vmware-logo.png) no-repeat 0 1px; background-size: 180px auto; opacity: .6;}
    .partner.vmware.activePartner .partnerLogo {background-position: 0 -45px; opacity: 1;}
    .partner.zixcorp .partnerLogo, .partner.zixcorp:hover .partnerLogo, .partner.zixcorp:focus .partnerLogo {height: 53px; background: url(/images/partners/zixcorp-logo.png) no-repeat 0 0; background-size: 180px auto; opacity: .6;}
    .partner.zixcorp.activePartner .partnerLogo {background-position: 0 -53px; opacity: 1;}
    .partner.watchguard .partnerLogo, .partner.watchguard:hover .partnerLogo, .partner.watchguard:focus .partnerLogo {height: 53px; background: url(/images/partners/watchguard-logo.png) no-repeat 0 0; background-size: 180px auto; opacity: .6;}
    .partner.watchguard.activePartner .partnerLogo {background-position: 0 -53px; opacity: 1;}
    .partner.dell .partnerLogo, .partner.dell:hover .partnerLogo, .partner.dell:focus .partnerLogo {width: 116px; height: 117px; background: url(/images/partners/dell-logo.png) no-repeat 0 0px; background-size: 116px auto; opacity: .6;}
    .partner.dell.activePartner .partnerLogo {background-position: 0 -120px; opacity: 1;}
    .partner.veeam .partnerLogo, .partner.veeam:hover .partnerLogo, .partner.veeam:focus .partnerLogo {height: 73px; background: url(/images/partners/veeam-logo.png) no-repeat 0 0px; background-size: 180px auto; opacity: .6;}
    .partner.veeam.activePartner .partnerLogo {background-position: 0 -75px; opacity: 1;}
    .partner.storagecraft .partnerLogo, .partner.storagecraft:hover .partnerLogo, .partner.storagecraft:focus .partnerLogo {height: 33px; background: url(/images/partners/storagecraft-logo.png) no-repeat 0 0px; background-size: 180px auto; opacity: .6;}
    .partner.storagecraft.activePartner .partnerLogo {background-position: 0 -35px; opacity: 1;}
}
@media screen and (max-width:980px) {
    .navigation {position: absolute; top: 0;}
    
}

@media screen and (max-device-width: 767px) {
    .mainSplash, .supportSplash {max-height: 700px;}
}


/*MOBILE STYLES START HERE*/
@media screen and (max-device-width: 1024px) {
    .overlayClose {background-size: 16px auto;}
}
/*@media screen and (max-device-width: 767px) {
    .overlayWrap {display: none !important;}
}*/
.mobileWrap .overlayWrap {display: none; }
.mobileWrap.fullWrap, .mobileWrap .navigationInner, .mobileWrap .mainSplash, .mobileWrap .pageSection, .mobileWrap .footerTopWrap, .mobileWrap .supportSplash {
    min-width: 320px;
}
.mobileWrap .blurOverlay {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    transition: all .15s ease;
}
/*TEMPORARY BANNER*/
.mobileWrap .blurOverlay {margin-top: 0px;}
/*.mobileWrap.hideNewsWrap .blurOverlay {margin-top: 0px;}*/
.mobileWrap.navOpen .blurOverlay, .mobileWrap.navOpen .navBar {-webkit-filter:blur(2px); filter: blur(2px);}
.mobileWrap h1 {padding-bottom: 3px; font-size: 26px; line-height: 28px; font-weight: 700;}
.mobileWrap h2.centeredHeader {text-align: left;}
.mobileWrap .defaultHeader + p {margin: 3px 0 0 0;}
.mobileWrap .aboutPageSection h2.centeredHeader {padding-bottom: 2px;}
.mobileWrap h2, .mobileWrap .pageSection h2 {font-size: 26px; line-height: 28px; font-weight: 700;}
.mobileWrap #statistics h2 {font-size: 35px; line-height: 35px; text-align: center;}
.mobileWrap p {font-size: 15px; line-height: 20px; }
.mobileWrap .aboutPageSection p {padding-top: 18px;}
.mobileWrap .aboutPageSection p.noTopPad {padding-top: 0px;}
.mobileWrap .aboutSplash p {font-size: 13px; line-height: 18px; padding-top: 10px;}
.mobileWrap .medSpace {height: 20px;}
.mobileWrap .largeSpace {height: 35px;}
.mobileWrap .defaultSubmit, .mobileWrap .defaultCTA, .mobileWrap .defaultCTATransparent {display: block; max-width: 100%; min-width: 276px; width: 100%; margin: 0 auto; line-height:30px;}
.mobileWrap .defaultCTAInline {margin-bottom: 27px;}
.mobileWrap .defaultCTA.truncationLink {border-color: #252525; background: transparent;}
.mobileWrap .defaultCTA.truncationLink span {color: #252525;}
.mobileWrap .defaultSubmit::before, .mobileWrap .defaultCTA::before, .mobileWrap .defaultCTATransparent::before, .mobileWrap .defaultSubmit:before, .mobileWrap .defaultCTA:before, .mobileWrap .defaultCTATransparent:before {display: none;}
.mobileWrap .defaultInput {border-bottom: 2px solid #000;}
.mobileWrap .defaultTextarea {border: 2px solid #000;}
.mobileWrap .defaultInput:focus, .mobileWrap .inputFocused .defaultInput, .mobileWrap .textEntered .defaultInput {border-bottom: 2px solid #43c715;}
.mobileWrap .defaultTextarea:focus, .mobileWrap .inputFocused .defaultTextarea, .mobileWrap .textEntered .defaultTextarea {border: 2px solid #43c715;}
.mobileWrap .inlineContactInfo {display: none;}
.mobileWrap .contactInfo a {text-decoration: underline;}
.mobileWrap ul {margin: 0 0 0 35px;}
.mobileWrap ul ul {margin: 0 0 0 25px}

.mobileWrap h2 {
    font-size: 28px;
    line-height: 32px;
}
.mobileWrap .mobileBrowserHeight {min-height: 440px; height: 528px;}
.mobileWrap .mainSplash {min-height: 440px; height: 528px;}

@media screen and (max-device-width: 414px) {
.mobileWrap .mobileBrowserHeight {min-height: 440px; height: 636px;}
.mobileWrap .mainSplash {min-height: 440px; height: 636px;}
}
@media screen and (max-device-width: 375px) {
.mobileWrap .mobileBrowserHeight {min-height: 440px; height: 567px;}
.mobileWrap .mainSplash {min-height: 440px; height: 567px;}
}
@media screen and (max-device-width: 320px) {
.mobileWrap .mobileBrowserHeight {min-height: 440px; height: 468px;}
.mobileWrap .mainSplash {min-height: 440px; height: 468px;}
}

.mobileWrap .center, .mobileWrap .footerBottomWrap,.mobileWrap .pageLeftContent, .mobileWrap .pageRightContent, .mobileWrap .pageRightSidebar {
    width: 100%;
    float: none;
}
.mobileWrap .pageLeftContent {padding-top: 5px;}
.mobileWrap .pageRightSidebar {padding: 25px 0 0 0; font-size: 0;}
.mobileWrap .overlaySoftwareLink {
    position: relative;
    display: inline-block;
    width: 44%;
    margin: 20px 2% 0 4%;
    height: 140px;
    vertical-align: top;
}
.mobileWrap .overlaySoftwareLink:first-child {margin: 20px 4% 0 2%;}
.mobileWrap .overlaySoftwareLink img {
    position: relative;
    margin: 0;
    max-width: 109px;
    width: 100%; 
    max-height: 104px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-76%);
    -ms-transform: translateY(-76%);
    transform: translateY(-76%);

}
.mobileWrap .overlaySoftwareLink.softproLink img {top: 40%;}
.mobileWrap .overlaySoftwareLink span {position: absolute; display: block; top: 95px; font-size: 15px; line-height: 20px;}
.mobileWrap .overlaySoftwareLink span.greyArrow {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    top: 105px;
    right: 20px;
    background: url(/images/slider-arrows.png) no-repeat -33px 0;
    background-size: auto 16px;
}
.mobileWrap .tempNewsWrap {height: 65px;}
.mobileWrap .tempNewsWrap a {width: 100%;}
.mobileWrap .tempNewsWrap a.closeNewsWrap {width: 11px; height: 11px; padding: 0 10px; background-size: 11px auto;}
.mobileWrap .tempNewsWrap a, .mobileWrap .tempNewsWrap a span, .mobileWrap .tempNewsWrap a:hover span {font-size: 14px; line-height: 20px;}
.mobileWrap .tempNewsWrap a span, .mobileWrap .tempNewsWrap a:hover span {color: #fff; opacity: 1;}
.mobileWrap .tempNewsWrap a span.newsHeading, .mobileWrap .tempNewsWrap a:hover span.newsHeading {font-size: 16px; color: #43c715;}
/*.mobileWrap .navigationSeat {height: 65px; margin-top: 65px;}
.mobileWrap.hideNewsWrap .navigationSeat {margin-top: 0;}*/
.mobileWrap .navigationInner {display: block; margin: -1000px auto 0 auto;}
.mobileWrap .navigationInner.open {
    max-width: 100%;
    position: absolute;
    display: block;
    margin: 0 auto;
    background: #252525;
    background: rgba(0, 0, 0, .89); 
    top: 0;
    padding: 56px 0;
    z-index: 9999;
    transition: all .25s ease;
}
.mobileWrap .navigationLinkWrap {
    float: none;
    overflow: hidden;
}
.mobileWrap .navigationLink {
    display:block;
    padding: 10px 32px 10px 32px;
    font-size: 20px;
    line-height: 40px;
    background-size: auto 10px;
}
.mobileWrap .navigationLink:first-child {padding-top: 0;}
.mobileWrap .navigationLink:hover, .mobileWrap .navigationLink:focus {color: #fff;}
.mobileWrap .navigationLink:last-child {border-bottom: none;}
.mobileWrap .navigationTierWrap {
    position: relative;
    display: none;
    width: 100%;
    padding: 10px 36px 0 47px;
    box-sizing: border-box;
    transition: all .25s ease;
}
.mobileWrap .servicesTier, .mobileWrap .whoWeServeTier, .mobileWrap .supportTier {transition:none;}
.mobileWrap .navigationTierWrap.tierOpen {display: block;}
.mobileWrap .navigationTierWrap a{
    position: relative;
    display: block;
    padding: 11px 11px 11px 0;
    font-size: 14px;
    line-height: 18px;
    color: #adadad;
    font-weight: 700;
    text-decoration: none;
    border-top: 1px solid #484848;
}
.mobileWrap .navigationTierWrap a:first-child {border-top: none; padding-top: 0;}
.mobileWrap .hamburgerWrap {
    position: absolute;
    display: block;
    width: 22px;
    height: 56px;
    padding: 20px 0px 10px 0;
    top: 0;
    left: 15px;
    box-sizing:border-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .05s ease-in-out;
}
.mobileWrap .menuBar {
    display: block;
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
}
.mobileWrap .menuBar.mb1 {top: 4px;}
.mobileWrap .menuBar.mb2 {top: 8px; width: 18px;}
.mobileWrap .menuBar.mb3 {top: 12px;}
.mobileWrap .open .hamburgerWrap.closeWrap {left: auto; right: 15px;}
.mobileWrap .open .closeWrap .menuBar.mb1 {
    top:8px;
    width: 0%;
    left: 50%;
}
.mobileWrap .open .closeWrap .menuBar.mb2 {
    width: 22px;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);

}
.mobileWrap .open .closeWrap .menuBar.mb3 {
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mobileWrap .siteLogo {
    width: 201px;
    float: none;
    margin: 0 auto;
}
.mobileWrap .siteLogo img {width: auto; height: 65px; margin: 0 auto;}

.mobileWrap .mainSplashVideo {display: none !important;}
.mobileWrap .footerTestimonial {padding: 32px 0 38px 0;}
.mobileWrap .footerTestimonialText {font-size: 15px; line-height: 20px;}
.mobileWrap .footerTestimonialSource {padding-top: 19px; font-size: 11px; line-height: 14px;}
.mobileWrap .footerTopWrap {border-bottom: 1px solid #343434;}
.mobileWrap .footerMidWrap {max-height: 257px;}
.mobileWrap .footerWrap .center {padding: 0 34px;}
.mobileWrap .footerWrap .footerTestimonialWrap .center {padding: 0 22px;}
.mobileWrap .footerWrap .defaultCTA {min-width: 252px; margin: 11px auto 0 auto;}
.mobileWrap .footerWrap .defaultCTA.defaultCTATransparent {margin: 18px 0 5px 0;}
.mobileWrap .footerTopTable {display: block; width: 100%; color: #fff; text-align: center;}
.mobileWrap .footerTopColumn {display: block; padding: 44px 0 39px 0; font-size: 0;}
.mobileWrap .footerTopColumn.topColumnSmallPad {padding: 34px 0 0 0;}
.mobileWrap .footerWrap h3 {font-size: 17px; line-height: 19px; font-weight: 700;}
.mobileWrap .footerHeading {font-size: 12px; line-height: 16px;}
.mobileWrap .footerWrap a.footerPhoneLink {display: block; padding-top: 3px; color: #fff; font-size: 18px; line-height: 22px; font-weight: 700;}
.mobileWrap .footerImages {display: inline-block; /*width: 50%;*/ width: 100%; }
.mobileWrap .footerImages img { max-width: 100%; width: auto; height: 60px; /*float: left;*/}
.mobileWrap .footerImage:last-child img {height: 48px;}
.mobileWrap .footerBottomWrap {text-align: center;}
.mobileWrap .footerSocialWrap {margin: 0 auto;}
.mobileWrap .footerSocial {
    margin: 14px 7px 0 7px;
    width: 40px; 
    height: 40px;
    background-position: 0 0;
    background-size: 196px auto;
}
.mobileWrap .footerSocialFB {background-position: 1px 1px;}
.mobileWrap .footerSocialIN {background-position: -51px 1px;}
.mobileWrap .footerSocialTW {background-position: -103px 1px;}
.mobileWrap .footerSocial span {display: none;}
.mobileWrap .copyright {float: none;padding: 14px 0 0 0; font-size: 9px; line-height: 11px;}
.mobileWrap .fullSiteLink {
    position: relative;
    display: block;
    padding: 21px 0 45px 0;
    font-size: 14px;
    line-height: 16px;
    color: #a2a2a2;
    font-weight: 700;
    text-decoration: none;
}
.mobileWrap .mobileSiteLink {display: none;}
/*Mobile Main Page*/
.mobileWrap .mainSplashHeadline {
    max-width: 100%;
    padding: 0 20px;
    font-size: 36px;
    line-height: 48px;
}
.mobileWrap .mainSplashSubline {
    padding: 0 30px;
    font-size: 21px;
    line-height: 24px;
}
.mobileWrap .clickScrollWrap {
    width: 272px;
    margin: -56px 0 0 -136px;
    left: 50%;
    right: 0;
}
.mobileWrap .supportSplash .clickScroll {display: none !important;}
.mobileWrap .clickScroll, .mobileWrap .flippedHeading {width: 100%;}
.mobileWrap .clickScroll:hover, .mobileWrap .clickScroll:focus {padding-bottom: 20px !important;}
.mobileWrap .clickScrollWrap .clickScroll:hover, .mobileWrap .clickScrollWrap .clickScroll:focus {margin: 0;}
.mobileWrap .clickScroll::before, .mobileWrap .clickScroll:before, .mobileWrap .flippedHeading::before, .mobileWrap .flippedHeading:before {
    border-left: 136px solid transparent;
    border-right: 136px solid transparent;
}

.mobileWrap .supportIconWrap {
    min-width: 276px;
    max-width: 100%;
    padding-top: 5px;
}
.mobileWrap .supportIconLink {
    width: 80px;
    padding: 15px 0;
    margin: 0 6px;
    font-size: 11px;
    line-height: 15px;
    transition: none;

}
.mobileWrap .supportIconLink:hover .supportIcon, .mobileWrap .supportIconLink:focus .supportIcon {
    transition: none;
}
.mobileWrap .supportIcon {
    width: 55px;
    height: 55px;
    margin: 0 auto 12px auto;
}

.mobileWrap .supportIconTachometer .supportIcon {background-position: 0 -275px; background-size: 208px auto;}
.mobileWrap .supportIconClock .supportIcon {background-position: 0 -415px; background-size: 258px auto}
.mobileWrap .supportIconLaptop .supportIcon {background-position: 0 -440px; background-size: 208px auto;}
.mobileWrap .supportIconPerson .supportIcon {background-position: 5px -941px; background-size: 258px auto;}
.mobileWrap .supportIconDocument .supportIcon {background-position: 1px -1008px; background-size: 258px auto}
.mobileWrap .supportIconGlobe .supportIcon {background-position: 7px -860px; background-size: 208px auto;}
.mobileWrap .supportIconLocation .supportIcon {background-position: 0 -780px; background-size: 178px auto;}
.mobileWrap .supportIconTitle .supportIcon {background-position: 2px -1540px; background-size: 258px auto;}
.mobileWrap .supportIconOffice .supportIcon {width: 70px; background-position: 0 -1186px; background-size: 208px auto;}
.mobileWrap .supportIconSoftware .supportIcon {background-position: 0 -1269px; background-size: 205px auto;}
.mobileWrap .supportIconAnalysis .supportIcon {background-position: 7px -876px; background-size: 258px auto;}
.mobileWrap .supportIconMagnify .supportIcon {background-position: 5px -811px; background-size: 258px auto;}
.mobileWrap .supportIconLock .supportIcon {background-position: 7px -614px; background-size: 258px auto;}
.mobileWrap .supportIconFilter .supportIcon {background-position: 11px -744px; background-size: 258px auto;}
.mobileWrap .supportIconHarddrive .supportIcon {background-position: 5px -678px; background-size: 258px auto;}
.mobileWrap .supportIconComputing .supportIcon {background-position: 13px -1054px; background-size: 205px auto;}
.mobileWrap .supportIconServices .supportIcon {background-position: 4px -1106px; background-size: 205px auto;}
.mobileWrap .supportIconEmail .supportIcon {background-position: 9px -1008px; background-size: 205px auto;}
.mobileWrap .supportIconServer .supportIcon {background-position: 3px -953px; background-size: 205px auto;}

.mobileWrap .supportIconText {}
.mobileWrap .serviceWrap {display: block; width: 100%; left: 0;}
.mobileWrap .serviceLink {display: inline-block; width: 100%; box-sizing: border-box; padding: 29px 4px;}


.mobileWrap .statModWrap {padding: 20px 0 0 0;}
.mobileWrap .statMod {display: block; width: 100%; padding: 30px 42px; }
.mobileWrap p.statDescription {padding-top: 8px; font-size: 13px; line-height: 16px;}
.mobileWrap .statMod.statMod01 {padding-top: 0px;}
.mobileWrap .statGraph {height: 200px;}
.mobileWrap .statGraph .svg-animate {height: 200px; }
.mobileWrap .statMod03 {padding:20px 0 0 0; width:200px; margin:auto;}
.mobileWrap .pageRightSidebar .statMod {margin-bottom: 25px;}

.mobileWrap .statGraphClock {background-size: auto 90%;}
.mobileWrap .metricDataWrap {padding: 0 40px; -webkit-transform: translateY(-46%); -ms-transform: translateY(-46%); transform: translateY(-46%);}
.mobileWrap .metricTitle {max-width: 130px; margin: 0 auto; font-size: 13px; line-height: 18px; }
.mobileWrap .statGraph .metric-percentage {font-size: 30px; line-height: 32px;}

/*Mobile Inner Pages*/
.mobileWrap .pageSection {
    padding: 33px 0 50px 0;
}
.mobileWrap .scrollingSectionWrap { padding-top: 0; }
.mobileWrap .scrollingSection:first-child {padding: 45px 0 0 0;}
.mobileWrap #services.pageSectionTopPadding {
    padding: 50px 0 30px 0;
    border-bottom: 1px solid #e8e8e8;
}
.mobileWrap .center {padding: 0 22px; box-sizing: border-box;}

.mobileWrap .scrollingNavWrap {
  position: absolute;
  width: 100%;
  padding: 0;
  z-index: 50;
  border-bottom: 2px solid #000;
  background: #fff;
}
.mobileWrap .scrollingNavLink {
  display:inline-block;
  padding: 0 15px;
  font-size: 14px;
}
.mobileWrap .scrollingNavLink.active { opacity: 1; }
.mobileWrap .scrollingNavLinkIcon {display: none;}
.mobileWrap .scrollingNavLinkName {display: block; padding: 1em 0; font-size: 11px; line-height: 13px;}
.mobileWrap .scrollingNavLink::before, .mobileWrap .scrollingNavLink:before {display: none;}
.mobileWrap .scrollingNavLink.active::after, .mobileWrap .scrollingNavLink.active:after {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background-color: #000000;
}
.mobileWrap .pageRightContent {
  padding-top: 40px;
}
.mobileWrap .supportSplash {min-height: 322px; height: 322px;}
.mobileWrap .supportSplash.aboutSplash {min-height: 284px; height: 284px;}
.mobileWrap .supportSplash.withIcons {min-height: 452px; height: 452px;}
.mobileWrap .supportSplash img {height: 100%; left: 0; right: auto;}
.mobileWrap .aboutSplash img {display: block; left: -20px;}
@media screen and (max-device-width: 768px) and (orientation: landscape) {
    .mobileWrap .aboutSplash img {width: 100%; height: auto; left: 0;}
}
.mobileWrap.overflowViz .supportSplash {overflow: visible;}
/*.mobileWrap .RQWatermark {width: 62px; height: 51px; bottom: 56px; margin: 0 -31px 0 0; background-size: 62px auto;}
.mobileWrap .SPWatermark {width: 78px; height: 31px; bottom: 56px; margin: 0 -39px 0 0; background-size: 78px auto; }*/
.mobileWrap .RQWatermark, .mobileWrap .SPWatermark {display: none;}
.mobileWrap.overflowViz .pageSection {padding-top: 55px;}
.mobileWrap .mainSplashContent {
    padding: 0 22px;
    box-sizing: border-box;
}
.mobileWrap .aboutSplash .mainSplashContent, .mobileWrap .supportSplash .mainSplashContent { -webkit-transform: translateY(54%); -ms-transform: translateY(54%);  transform: translateY(54%);}
.mobileWrap .mainSplashContent h1 {font-size: 36px; line-height: 40px;}
.mobileWrap .aboutSplash .mainSplashContent h1 {font-size: 26px; line-height: 30px;}
.mobileWrap .supportSplash h1.interiorSplashHeadline {font-size: 20px; line-height: 28px;}
.mobileWrap .supportSplash h1.interiorSplashHeadline.largeHeadline {font-size: 35px; line-height: 35px; padding-bottom: 8px;}
.mobileWrap .CTAHeroBottom {
    position: absolute;
    margin: 0 auto;
    width: 276px;
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
}
.mobileWrap .bannerText {width: 100%; padding-top: 0;}
.mobileWrap .scrollingSection {padding: 70px 0 0 0;}
.mobileWrap .scrollingSection p {max-width: 100%;}
.mobileWrap .numberedColumn {display: block; width: 100%; padding-left: 0;}
.mobileWrap .numberedItem {padding: 20px 0 0 35px;}
.mobileWrap .numberBubble {top:18px;  width: 27px; height: 21px; font-size: 12px; line-height: 15px; padding-top: 6px}
.mobileWrap .teamBioRowWrap, .mobileWrap .partnerRowWrap {width: 100%;}
.mobileWrap .teamBio, .mobileWrap .partnerInfo {width: 50%;}
.mobileWrap .teamBioInner, .mobileWrap .partnerInfoInner {padding: 28px 0 25px 0;}
.mobileWrap .teamRow, .mobileWrap .partnerRow {width: 100%;}
.mobileWrap .teamWrap {display:none;}
.mobileWrap .bioArea { width: 100%; }
.mobileWrap .teamRow.bioRow, .mobileWrap .partnerRow.infoRow { width: 200%;}
.mobileWrap .teamMember, .mobileWrap .partner {width: 50%; height: 143px;  border-top: 5px solid #fff; border-right: 5px solid #fff;}
.mobileWrap .teamMember {height: 0; padding: 50% 0 0 0;}
.mobileWrap .teamMember:nth-child(2n+2), .mobileWrap .partner:nth-child(2n+2) {border-right: none;}
.mobileWrap .teamMember img {
    width: 100%;
    min-height: 100%;
    height: auto;
}
.mobileWrap .overlayText {top: 27px; left: 12px; right: auto; bottom: auto; padding: 0; padding-right: 65px;}
.mobileWrap .teamMemberOverlay .overlayText .teamMemberName {font-size: 14px; line-height: 16px;}
.mobileWrap .teamMember:hover .teamMemberOverlay, .mobileWrap .teamMember:focus .teamMemberOverlay {display: none;}
.mobileWrap .activeTeamMember.teamMember .teamMemberOverlay {display: block;}
.mobileWrap .teamMemberOverlay .overlayText .teamMemberTitle {display: none;}
.mobileWrap span.activeArrow {border-left: 69px solid transparent; border-right: 69px solid transparent; border-bottom: 15px solid #fff;}
.mobileWrap .teamMember:hover span.activeArrow, .mobileWrap .teamMember:focus span.activeArrow {display: none; }
.mobileWrap .teamMember.activeTeamMember span.activeArrow {display: block;}
.mobileWrap .teamBioInner h3{font-size: 23px; line-height: 23px;}
.mobileWrap .teamBioInner h4 {padding-bottom: 12px; font-size: 15px; line-height: 17px;}
.mobileWrap .teamBioInner p, .mobileWrap .partnerInfoInner p {padding-top: 20px; }       

.mobileWrap #partners .center {padding: 0;}
.mobileWrap .partner {height: 120px; padding: 0 22px;}
.mobileWrap .partnerInfoInner {padding: 12px 0 10px 0;}
.mobileWrap .partner.att .partnerLogo, .mobileWrap .partner.att:hover .partnerLogo, .mobileWrap .partner.att:focus .partnerLogo {height: 41px; background: url(/images/partners/att-logo.png) no-repeat center 0; background-size: 90px auto;}
.mobileWrap .partner.att.activePartner .partnerLogo {background-position: center -41px; opacity: 1;}
.mobileWrap .partner.microsoft .partnerLogo, .mobileWrap .partner.microsoft:hover .partnerLogo, .mobileWrap .partner.microsoft:focus .partnerLogo {height:41px; background: url(/images/partners/microsoft-logo.png) no-repeat center 0; background-size: 90px auto;}
.mobileWrap .partner.microsoft.activePartner .partnerLogo {background-position: center -41px; opacity: 1;}
.mobileWrap .partner.vmware .partnerLogo, .mobileWrap .partner.vmware:hover .partnerLogo, .mobileWrap .partner.vmware:focus .partnerLogo {height: 25px; background: url(/images/partners/vmware-logo.png) no-repeat center 0; background-size: 90px auto;}
.partnerLogo.partner.vmware.activePartner .partnerLogo {background-position: center -25px; opacity: 1;}
.mobileWrap .partner.zixcorp .partnerLogo, .mobileWrap .partner.zixcorp:hover .partnerLogo, .mobileWrap .partner.zixcorp:focus .partnerLogo {height: 26px; background: url(/images/partners/zixcorp-logo.png) no-repeat center 0; background-size: 90px auto;}
 .mobileWrap .partner.zixcorp.activePartner .partnerLogo {background-position: center -26px; opacity: 1;}
.mobileWrap .partner.watchguard .partnerLogo, .mobileWrap .partner.watchguard:hover .partnerLogo, .mobileWrap .partner.watchguard:focus .partnerLogo {height: 30px; background: url(/images/partners/watchguard-logo.png) no-repeat center 0; background-size: 100px auto;}
.mobileWrap .partner.watchguard.activePartner .partnerLogo {background-position: center -30px; opacity: 1;}
.mobileWrap .partner.dell .partnerLogo, .mobileWrap .partner.dell:hover .partnerLogo, .mobileWrap .partner.dell:focus .partnerLogo {width: 62px; height: 62px; background: url(/images/partners/dell-logo.png) no-repeat center 1px; background-size: 60px auto;}
.mobileWrap .partner.dell.activePartner .partnerLogo {background-position: center -62px; opacity: 1;}
.mobileWrap .partner.veeam .partnerLogo, .mobileWrap .partner.veeam:hover .partnerLogo, .mobileWrap .partner.veeam:focus .partnerLogo {height: 42px; background: url(/images/partners/veeam-logo.png) no-repeat center 0px; background-size: 105px auto;}
.mobileWrap .partner.veeam.activePartner .partnerLogo {background-position: center -42px; opacity: 1;}
.mobileWrap .partner.storagecraft .partnerLogo, .mobileWrap .partner.storagecraft:hover .partnerLogo, .mobileWrap .partner.storagecraft:focus .partnerLogo {height: 20px; background: url(/images/partners/storagecraft-logo.png) no-repeat center 0px; background-size: 100px auto;}
.mobileWrap .partner.storagecraft:hover .partnerLogo, .mobileWrap .partner.storagecraft:focus .partnerLogo, .mobileWrap .partner.storagecraft.activePartner .partnerLogo {background-position: center -20px; opacity: 1;}
.mobileWrap .partner span.activeArrow {border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 15px solid #000;}
.mobileWrap .partner span.activeArrowInner, .mobileWrap .partner span.activeArrowInner {left: -45px; bottom: -16px; border-left: 45px solid transparent; border-right: 45px solid transparent; border-bottom: 15px solid #fff;}
.mobileWrap .caseStudiesWrap {display: block; width: 100%;}
.mobileWrap .caseStudy {display: block; width: 100%; padding: 15px 0; }
.mobileWrap .caseStudy:first-child {padding-top: 0;}
.mobileWrap .pageSection#team, .mobileWrap .pageSection#partners, .mobileWrap .pageSection#caseStudy {padding: 30px 22px 30px 22px;}
.mobileWrap .pageSection#about {padding: 16px 22px 4px 22px;}
.mobileWrap .pageSection#partners {padding: 42px 22px 30px 22px;}
.mobileWrap .caseStudy:hover .caseStudyOverlay, .mobileWrap .caseStudyOverlay {display: none;}
.mobileWrap .caseStudy span {text-align: left;}
.mobileWrap .caseStudyImage, .mobileWrap .caseStudyDivider {display: none;}
.mobileWrap .caseStudyName {font-size: 20px; line-height: 22px;}
.mobileWrap .caseStudyType {font-size: 20px; line-height: 22px;}
.mobileWrap .caseStudyText {line-height: 20px;}

.mobileWrap .pageRightSidebar img {margin-bottom: 15px; }
.mobileWrap .contactInfo {display: block; width: 100%; font-size: 16px; line-height: 21px;}
.mobileWrap .formField {width: 100%; display: block; padding-right: 0;}


