@charset "UTF-8";
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700);
@font-face {
  font-family: 'FontAwesome';
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.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;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0); }

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714286em;
  width: 2.14285714286em;
  top: 0.142857142857em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714285714em; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.fa-spin {
  -webkit-animation: 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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

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

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

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

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

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

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

.fa-slack:before {
  content: ""; }

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

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

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

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

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

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

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

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

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

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

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

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

.fa-steam:before {
  content: ""; }

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

.fa-recycle:before {
  content: ""; }

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

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

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

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

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

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

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

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

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

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

.fa-qq:before {
  content: ""; }

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

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

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

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

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

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

.fa-bomb:before {
  content: ""; }

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

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

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

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

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

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

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

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

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

.fa-lastfm:before {
  content: ""; }

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

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

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

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

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

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

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

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

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

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

.fa-motorcycle:before {
  content: ""; }

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

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

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

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

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

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

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

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

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

.fa-neuter:before {
  content: ""; }

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

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

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

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

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

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

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/*--------------------------------------------------------------------------
  
 My Mixins - aka JayDee's super awesome css thingy's

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  
  Clearfix 

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  
  Handy stuff

--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	Vertical align anything!
	http://zerosixthree.se/vertical-align-anything-with-just-3-lines-of-css/
	Requires the height of parent element to be set fixed.
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	Center and vertical align
	JD wrote this, so if it's broke - blame him
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	REM to PX for Fonts
	http://css-tricks.com/snippets/css/less-mixin-for-rem-font-sizing/
	Usage: @include font-size(13);	
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
  
  Width, Margin and Padding Mixins
  - These calculate % using the famous RWD formula, target/context*100 

--------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box; }

.vh,
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .vh.focusable:active, .vh.focusable:focus,
  .screen-reader-text.focusable:active,
  .screen-reader-text.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.browsehappy {
  padding: 1.25em 0;
  text-align: center;
  color: #fff;
  background: #96292E;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 130%;
  font-family: Helvetica, Arial, Sans-serif; }
  .browsehappy a {
    color: #fff; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.clear {
  clear: both; }

.columns, .site-info, .lt-ie9 .site-info {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .columns:after, .site-info:after, .lt-ie9 .site-info:after {
    content: " ";
    display: block;
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .columns .col--1-2, .site-info .col--1-2, .site-info .copyright,
    .site-info .imagebox, .lt-ie9 .site-info .copyright, .lt-ie9
    .site-info .imagebox {
      width: 49.6503496503%;
      float: left;
      margin-right: 0.699300699301%; } }
  .lt-ie9 .columns .col--1-2, .lt-ie9 .site-info .col--1-2, .site-info .lt-ie9 .columns .copyright,
  .site-info .lt-ie9 .columns .imagebox, .lt-ie9 .site-info .copyright, .lt-ie9
  .site-info .imagebox {
    width: 49.6503496503%;
    float: left;
    margin-right: 0.699300699301%; }
  @media screen and (min-width: 47.5em) {
    .columns .col--2-2, .site-info .col--2-2, .site-info .imagebox, .lt-ie9 .site-info .imagebox {
      width: 49.6503496503%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .columns .col--2-2, .lt-ie9 .site-info .col--2-2, .site-info .lt-ie9 .columns .imagebox, .lt-ie9 .site-info .imagebox {
    width: 49.6503496503%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    .columns .col--1-3, .site-info .col--1-3,
    .columns .col--2-3, .site-info .col--2-3 {
      width: 32.8671328671%;
      float: left;
      margin-right: 0.699300699301%; } }
  .lt-ie9 .columns .col--1-3, .lt-ie9 .site-info .col--1-3, .lt-ie9
  .columns .col--2-3, .lt-ie9 .site-info .col--2-3 {
    width: 32.8671328671%;
    float: left;
    margin-right: 0.699300699301%; }
  @media screen and (min-width: 47.5em) {
    .columns .col--3-3, .site-info .col--3-3 {
      width: 32.8671328671%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .columns .col--3-3, .lt-ie9 .site-info .col--3-3 {
    width: 32.8671328671%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    .columns .col--1-4, .site-info .col--1-4,
    .columns .col--2-4, .site-info .col--2-4,
    .columns .col--3-4, .site-info .col--3-4 {
      width: 24.4755244755%;
      float: left;
      margin-right: 0.699300699301%; } }
  .lt-ie9 .columns .col--1-4, .lt-ie9 .site-info .col--1-4, .lt-ie9
  .columns .col--2-4, .lt-ie9 .site-info .col--2-4, .lt-ie9
  .columns .col--3-4, .lt-ie9 .site-info .col--3-4 {
    width: 24.4755244755%;
    float: left;
    margin-right: 0.699300699301%; }
  @media screen and (min-width: 47.5em) {
    .columns .col--4-4, .site-info .col--4-4 {
      width: 24.4755244755%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .columns .col--4-4, .lt-ie9 .site-info .col--4-4 {
    width: 24.4755244755%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    .columns .col--1-6, .site-info .col--1-6,
    .columns .col--2-6, .site-info .col--2-6,
    .columns .col--3-6, .site-info .col--3-6,
    .columns .col--4-6, .site-info .col--4-6,
    .columns .col--5-6, .site-info .col--5-6 {
      width: 16.0839160839%;
      float: left;
      margin-right: 0.699300699301%; } }
  .lt-ie9 .columns .col--1-6, .lt-ie9 .site-info .col--1-6, .lt-ie9
  .columns .col--2-6, .lt-ie9 .site-info .col--2-6, .lt-ie9
  .columns .col--3-6, .lt-ie9 .site-info .col--3-6, .lt-ie9
  .columns .col--4-6, .lt-ie9 .site-info .col--4-6, .lt-ie9
  .columns .col--5-6, .lt-ie9 .site-info .col--5-6 {
    width: 16.0839160839%;
    float: left;
    margin-right: 0.699300699301%; }
  @media screen and (min-width: 47.5em) {
    .columns .col--6-6, .site-info .col--6-6 {
      width: 16.0839160839%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .columns .col--6-6, .lt-ie9 .site-info .col--6-6 {
    width: 16.0839160839%;
    float: right;
    margin-right: 0; }
  @media screen and (min-width: 47.5em) {
    .columns .col--1-8, .site-info .col--1-8,
    .columns .col--2-8, .site-info .col--2-8,
    .columns .col--3-8, .site-info .col--3-8,
    .columns .col--4-8, .site-info .col--4-8,
    .columns .col--5-8, .site-info .col--5-8,
    .columns .col--6-8, .site-info .col--6-8,
    .columns .col--7-8, .site-info .col--7-8 {
      width: 11.8881118881%;
      float: left;
      margin-right: 0.699300699301%; } }
  .lt-ie9 .columns .col--1-8, .lt-ie9 .site-info .col--1-8, .lt-ie9
  .columns .col--2-8, .lt-ie9 .site-info .col--2-8, .lt-ie9
  .columns .col--3-8, .lt-ie9 .site-info .col--3-8, .lt-ie9
  .columns .col--4-8, .lt-ie9 .site-info .col--4-8, .lt-ie9
  .columns .col--5-8, .lt-ie9 .site-info .col--5-8, .lt-ie9
  .columns .col--6-8, .lt-ie9 .site-info .col--6-8, .lt-ie9
  .columns .col--7-8, .lt-ie9 .site-info .col--7-8 {
    width: 11.8881118881%;
    float: left;
    margin-right: 0.699300699301%; }
  @media screen and (min-width: 47.5em) {
    .columns .col--8-8, .site-info .col--8-8 {
      width: 11.8881118881%;
      float: right;
      margin-right: 0; } }
  .lt-ie9 .columns .col--8-8, .lt-ie9 .site-info .col--8-8 {
    width: 11.8881118881%;
    float: right;
    margin-right: 0; }

html {
  font-size: 62.5%;
  font-family: "Open Sans", sans-serif; }

body {
  -webkit-font-smoothing: antialiased; }

p, li, td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p, table {
  margin-bottom: 1em; }

ul, ol {
  margin-bottom: 2em; }

ul {
  list-style: square;
  margin-left: 6em; }

ol {
  list-style: decimal;
  margin-left: 6em; }

li {
  margin-bottom: 1em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 180%; }

h1 {
  font-size: 35px;
  font-size: 3.5rem; }

h2 {
  font-size: 30px;
  font-size: 3rem; }

h3 {
  font-size: 25px;
  font-size: 2.5rem; }

h4 {
  font-size: 22px;
  font-size: 2.2rem; }

h5 {
  font-size: 18px;
  font-size: 1.8rem; }

h6 {
  font-size: 16px;
  font-size: 1.6rem; }

.home-styles h2, .home-styles h4, .home-styles p, .home-styles h6 {
  font-family: "Open Sans", sans-serif;
  text-align: center; }

.home-styles h3, .home-styles h5 {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 110%; }

.home-styles h2 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 130%;
  color: #444444;
  margin-bottom: 25px; }
  @media screen and (min-width: 47.5em) {
    .home-styles h2 {
      font-size: 45px;
      font-size: 4.5rem; } }
  .lt-ie9 .home-styles h2 {
    font-size: 45px;
    font-size: 4.5rem; }
  .home-styles h2 span {
    font-style: italic;
    color: #008CD6; }

.home-styles h3 {
  font-size: 31px;
  font-weight: 900;
  color: #FFB600;
  text-align: left; }

.home-styles h4 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 120%;
  color: #ffb600;
  margin-bottom: 20px; }

.home-styles h5 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  color: #008CD6;
  text-align: center;
  margin-bottom: 20px; }

.home-styles h6 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 110%;
  color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 999; }

.home-styles ul {
  margin: 0px;
  padding: 0px; }

.home-styles ul li {
  list-style: none; }

.home-styles p {
  font-size: 22px;
  font-size: 2.2rem;
  font-size: 22px;
  line-height: 150%;
  color: white; }

.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 130%; }

.mainContent h1 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  color: #008CD6;
  text-align: left;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: solid 2px #CCCCCC; }
  .mainContent h1 a {
    text-decoration: none;
    color: #008CD6; }
    .mainContent h1 a:hover {
      color: #FFB600;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }

.mainContent h2 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #008CD6;
  text-align: left;
  margin-bottom: 15px; }

.mainContent h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #F6871F;
  text-align: left;
  margin-bottom: 15px; }

.mainContent h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #008ad8;
  text-align: left;
  margin-bottom: 15px; }

.mainContent h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-style: italic;
  line-height: 150%;
  font-weight: 300;
  color: #444444;
  margin-bottom: 20px;
  text-align: left; }

.mainContent p, .mainContent .entry-meta, .mainContent .sharing {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  color: #444444;
  text-align: left;
  margin-bottom: 20px; }
  .mainContent p a, .mainContent .entry-meta a, .mainContent .sharing a {
    color: #F6871F; }

.mainContent .entry-meta {
  margin-bottom: 15px; }

.mainContent ul {
  padding-left: 20px;
  margin-left: 0px; }

.mainContent .comments-link {
  display: none; }

.mainContent ul li {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  color: #444444;
  text-align: left;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  background: url(../img/global/listDot.png) no-repeat 0px 12px; }

.leadingContent {
  padding-bottom: 40px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 50px; }
  .leadingContent h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 45px;
    font-size: 45px;
    font-size: 4.5rem;
    font-weight: bold;
    line-height: 130%;
    color: #ffb600;
    text-align: center;
    margin-bottom: 30px; }
  .leadingContent p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 150%;
    color: #444444;
    text-align: center; }
    @media screen and (min-width: 47.5em) {
      .leadingContent p {
        font-size: 28px;
        font-size: 2.8rem; } }
    .lt-ie9 .leadingContent p {
      font-size: 28px;
      font-size: 2.8rem; }

.banner {
  background: url(../img/banners/tempBanner.jpg);
  background-size: cover;
  position: relative; }
  .banner .h1 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 115%;
    color: white;
    text-align: center;
    display: block;
    padding: 20px 0px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media screen and (min-width: 47.5em) {
      .banner .h1 {
        padding: 0px;
        font-size: 72px;
        font-size: 7.2rem; } }
    .lt-ie9 .banner .h1 {
      padding: 0px;
      font-size: 72px;
      font-size: 7.2rem; }
  .banner img {
    display: block;
    margin: 0 auto; }

.lt-ie9 .banner h1 {
  position: absolute;
  top: 10%;
  max-width: 1200px;
  width: 100%;
  text-align: center; }

img, video {
  max-width: 100%;
  height: auto; }

.entry-content img {
  display: block;
  margin: 2em auto; }

.entry-content .aligncenter {
  margin: 2em auto; }

@media screen and (min-width: 47.5em) {
  .entry-content .alignright {
    float: right;
    margin: 1em 0 2em 2em; }
  .entry-content .alignleft {
    float: left;
    margin: 1em 2em 2em 0; } }

.lt-ie9 .entry-content .alignright {
  float: right;
  margin: 1em 0 2em 2em; }

.lt-ie9 .entry-content .alignleft {
  float: left;
  margin: 1em 2em 2em 0; }

.flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .flexible-container iframe,
  .flexible-container object,
  .flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.cycle-wrap {
  position: relative; }
  .cycle-wrap:hover .cycle-controls a {
    opacity: 0.6; }

.cycle-controls {
  z-index: 10;
  font-size: 40px;
  font-size: 4rem; }
  .cycle-controls a {
    -webkit-transition: 1s all;
            transition: 1s all;
    color: white; }
  .cycle-controls .prev,
  .cycle-controls .next {
    position: absolute;
    top: 20%;
    width: 61px;
    height: 62px; }
    @media screen and (min-width: 47.5em) {
      .cycle-controls .prev,
      .cycle-controls .next {
        top: 50%; } }
    .lt-ie9 .cycle-controls .prev, .lt-ie9
    .cycle-controls .next {
      top: 50%; }
  .cycle-controls .prev {
    left: 1%;
    background: url(../img/home/prevNext.png) 0px 0px; }
  .cycle-controls .next {
    right: 1%;
    background: url(../img/home/prevNext.png) 61px 0px; }

.sliderWrap .cycle-wrap {
  max-width: 1600px;
  margin: 0 auto; }

.mainRotator .cycle-controls .prev, .mainRotator .cycle-controls .next {
  position: absolute;
  top: 20%;
  width: 61px;
  height: 62px; }
  @media screen and (min-width: 47.5em) {
    .mainRotator .cycle-controls .prev, .mainRotator .cycle-controls .next {
      top: 50%; } }
  .lt-ie9 .mainRotator .cycle-controls .prev, .lt-ie9 .mainRotator .cycle-controls .next {
    top: 50%; }

.mainRotator li {
  margin-bottom: 0px !important; }

.suppliersSlider {
  position: relative; }
  @media screen and (min-width: 60em) {
    .suppliersSlider {
      float: right;
      width: 61%;
      margin-right: 90px; } }
  .lt-ie9 .suppliersSlider {
    float: right;
    width: 61%;
    margin-right: 90px; }
  .suppliersSlider ul {
    width: 80%;
    margin: 0 auto; }
    .suppliersSlider ul img {
      display: block;
      margin: 0 auto; }

.slideWrap {
  position: relative; }

.suppliersSlider .cycle-controls {
  z-index: 9999; }
  .suppliersSlider .cycle-controls .prev,
  .suppliersSlider .cycle-controls .next {
    position: absolute;
    top: 25%; }
  .suppliersSlider .cycle-controls .prev {
    left: 0px; }
  .suppliersSlider .cycle-controls .next {
    right: 0px; }

.cycle-slideshow {
  z-index: 0;
  width: 100%;
  position: relative;
  margin: 0;
  list-style: none; }
  .cycle-slideshow img {
    margin-bottom: -4px; }
    @media screen and (min-width: 47.5em) {
      .cycle-slideshow img {
        margin: 0; } }
    .lt-ie9 .cycle-slideshow img {
      margin: 0; }
  .cycle-slideshow .cycle-slide {
    width: 100%; }

.sliderWrap {
  background: url(../img/home/rotatorBG.jpg);
  background-size: cover; }

@media screen and (min-width: 47.5em) {
  .mainRotator .sliderImage {
    float: right;
    width: 50%; } }

.lt-ie9 .mainRotator .sliderImage {
  float: right;
  width: 50%; }

.slide-content {
  padding: 2em;
  color: white; }
  @media screen and (min-width: 47.5em) {
    .slide-content {
      float: right;
      width: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .lt-ie9 .slide-content {
    float: right;
    width: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media screen and (min-width: 47.5em) {
    .slide-content.top-left {
      left: 5%;
      width: 50%; } }
  .lt-ie9 .slide-content.top-left {
    left: 5%;
    width: 50%; }
  @media screen and (min-width: 60em) {
    .slide-content.top-left {
      width: 42%; } }
  .lt-ie9 .slide-content.top-left {
    width: 42%; }
  @media screen and (min-width: 75em) {
    .slide-content.top-left {
      padding-top: 60px; } }
  @media screen and (min-width: 47.5em) {
    .slide-content.top-right {
      top: 10%;
      right: 5%; } }
  .lt-ie9 .slide-content.top-right {
    top: 10%;
    right: 5%; }
  @media screen and (min-width: 47.5em) {
    .slide-content.bottom-left {
      bottom: 10%;
      left: 5%; } }
  .lt-ie9 .slide-content.bottom-left {
    bottom: 10%;
    left: 5%; }
  @media screen and (min-width: 47.5em) {
    .slide-content.bottom-right {
      bottom: 10%;
      right: 5%; } }
  .lt-ie9 .slide-content.bottom-right {
    bottom: 10%;
    right: 5%; }
  .slide-content h1, .slide-content h4 {
    font-family: "Open Sans", sans-serif;
    color: white;
    color: white;
    text-align: center; }
    @media screen and (min-width: 47.5em) {
      .slide-content h1, .slide-content h4 {
        text-align: left; } }
    .lt-ie9 .slide-content h1, .lt-ie9 .slide-content h4 {
      text-align: left; }
  .slide-content h1 {
    font-weight: bold;
    line-height: 115%;
    color: white;
    margin-bottom: 25px;
    font-size: 25px;
    font-size: 2.5rem; }
    @media screen and (min-width: 60em) {
      .slide-content h1 {
        font-size: 33px;
        font-size: 3.3rem; } }
    .lt-ie9 .slide-content h1 {
      font-size: 33px;
      font-size: 3.3rem; }
    @media screen and (min-width: 75em) {
      .slide-content h1 {
        font-size: 43px;
        font-size: 4.3rem; } }
  .slide-content h4 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 150%;
    margin-bottom: 30px; }
    @media screen and (min-width: 60em) {
      .slide-content h4 {
        font-size: 20px;
        font-size: 2rem; } }
    .lt-ie9 .slide-content h4 {
      font-size: 20px;
      font-size: 2rem; }
    @media screen and (min-width: 75em) {
      .slide-content h4 {
        font-size: 25px;
        font-size: 2.5rem; } }
  .slide-content a {
    max-width: 182px;
    width: 100%;
    height: 60px;
    border-radius: 7px;
    display: block;
    color: white;
    background: #008CD6;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    float: none;
    padding-top: 23px; }
    .slide-content a img {
      margin-left: 15px; }
    @media screen and (min-width: 47.5em) {
      .slide-content a {
        float: left; } }
    .lt-ie9 .slide-content a {
      float: left; }
    .slide-content a img {
      display: inline-block;
      float: none; }
    .slide-content a:hover {
      background: #FFB600;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }

@media screen and (min-width: 47.5em) {
  .lt-ie9 .slide-content {
    float: right;
    top: 10%;
    position: relative;
    width: 50%; } }

.lt-ie9 .lt-ie9 .slide-content {
  float: right;
  top: 10%;
  position: relative;
  width: 50%; }

/* pager */
.ourStory .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: relative;
  overflow: hidden; }

.ourStory .cycle-pager span {
  font-family: arial;
  font-size: 60px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ddd;
  cursor: pointer;
  margin-right: 15px; }

.ourStory .cycle-pager span.cycle-pager-active {
  color: #008CD6; }

.ourStory .cycle-pager > * {
  cursor: pointer; }

.entry-footer .js-social-share,
.primary-footer .social-media a {
  font-size: 25px;
  font-size: 2.5rem; }

.fa-circle {
  color: #FFB600;
  font-size: 50px;
  font-size: 5rem; }

.fa-stack-1x {
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px; }

.fa-stack {
  line-height: 50px;
  width: 50px;
  height: 50px; }

.fa-stack:hover .fa-circle {
  color: #008CD6;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease; }

.top-nav {
  padding: 1em 0;
  margin-top: 31px; }
  @media screen and (min-width: 75em) {
    .top-nav {
      margin-top: 43px;
      padding: 3em 0; } }
  .top-nav ul {
    list-style: none;
    margin: 0;
    text-align: right; }
  .top-nav li {
    margin: 0;
    display: inline-block;
    border-right: solid 1px #CCCCCC; }
  .top-nav li:last-of-type {
    border-right: none; }
  .top-nav a {
    padding: 0px 12px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 120%;
    text-decoration: none;
    color: #444444; }
    @media screen and (min-width: 60em) {
      .top-nav a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0px 22px; } }
    .lt-ie9 .top-nav a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0px 22px; }
  .top-nav a:hover, .top-nav .current-menu-item > a, .top-nav .current_page_parent a {
    color: #F6871F;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }

.lt-ie9 .top-nav a {
  padding: 20px 10px 0px; }

.main-nav {
  *zoom: 1;
  width: 100%;
  padding: 3em 0; }
  .main-nav:before, .main-nav:after {
    content: " ";
    display: table; }
  .main-nav:after {
    clear: both; }
  .main-nav ul {
    list-style: none;
    margin: 0; }
  .main-nav li {
    margin: 0;
    display: inline-block;
    border-right: solid 1px #CCCCCC; }
  .main-nav li:last-of-type {
    border-right: none; }
  .main-nav .sub-menu {
    display: none; }
  .main-nav a {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    line-height: 150%;
    padding: 0px 18px;
    font-size: 15px;
    font-size: 1.5rem;
    color: #444444;
    text-align: center;
    text-decoration: none; }
    @media screen and (min-width: 60em) {
      .main-nav a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0px 35px; } }
    .lt-ie9 .main-nav a {
      font-size: 16px;
      font-size: 1.6rem;
      padding: 0px 35px; }
    @media screen and (min-width: 75em) {
      .main-nav a {
        font-size: 19px;
        font-size: 1.9rem;
        padding: 0px 50px; } }
  .main-nav a:hover, .main-nav .current-menu-item > a, .main-nav .current_page_parent a {
    color: #008CD6;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }

.lt-ie9 .main-nav a {
  padding: 0px 30px; }

.top-nav, .main-nav {
  display: none; }
  @media screen and (min-width: 47.5em) {
    .top-nav, .main-nav {
      display: block; } }
  .lt-ie9 .top-nav, .lt-ie9 .main-nav {
    display: block; }

.mobile-head {
  padding: 1em;
  overflow: hidden; }
  @media screen and (min-width: 47.5em) {
    .mobile-head {
      display: none; } }
  .lt-ie9 .mobile-head {
    display: none; }
  .mobile-head .icon-menu {
    float: left; }
  .mobile-head .icon-location {
    float: right; }

.mobile-nav ul {
  margin: 0;
  list-style: none; }
  .mobile-nav ul li {
    margin: 0; }

#site-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#canvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 300ms ease all;
          transition: 300ms ease all; }
  @media screen and (min-width: 47.5em) {
    #canvas {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }
  .lt-ie9 #canvas {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.show-nav #canvas {
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transform: translate3d(300px, 0, 0);
          transform: translate3d(300px, 0, 0); }
  @media screen and (min-width: 30em) {
    .show-nav #canvas {
      -webkit-transform: translateX(400px);
          -ms-transform: translateX(400px);
              transform: translateX(400px);
      -webkit-transform: translate3d(400px, 0, 0);
              transform: translate3d(400px, 0, 0); } }

.show-contact #canvas {
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0); }
  @media screen and (min-width: 30em) {
    .show-contact #canvas {
      -webkit-transform: translateX(-400px);
          -ms-transform: translateX(-400px);
              transform: translateX(-400px);
      -webkit-transform: translate3d(-400px, 0, 0);
              transform: translate3d(-400px, 0, 0); } }

#mobile-nav {
  position: absolute;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background: #428bca;
  padding: 15px; }
  @media screen and (min-width: 30em) {
    #mobile-nav {
      left: -400px;
      width: 400px; } }

#mobile-contact {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%; }
  @media screen and (min-width: 30em) {
    #mobile-contact {
      right: -400px;
      width: 400px; } }

.mobile-head {
  padding: 1em;
  background: #008CD6; }

.icon-menu,
.icon-location {
  font-size: 30px;
  font-size: 3rem;
  color: white; }

.mobile-nav,
.mobile-contact {
  background: #428bca;
  padding: 15px; }
  .mobile-nav a,
  .mobile-contact a {
    color: white; }
  .mobile-nav p,
  .mobile-contact p {
    color: white; }

.mobile-nav ul a {
  text-decoration: none; }

.mobile-nav ul li {
  margin-bottom: 1em; }

.mobile-nav ul .sub-menu {
  display: none;
  margin: 1em 0 1em 1.5em; }

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%; }

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item {
  float: left; }

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer; }

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move; }

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

#owl-demo .item {
  padding: 30px 0px;
  margin: 10px;
  color: #FFF;
  border-radius: 3px;
  text-align: center; }

.customNavigation {
  text-align: center; }

.customNavigation a {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }

@media screen and (min-width: 47.5em) {
  .suppliersSlider .owl-item {
    height: 120px; } }

.lt-ie9 .suppliersSlider .owl-item {
  height: 120px; }

.suppliersSlider .owl-item img {
  max-width: 120px; }
  @media screen and (min-width: 60em) {
    .suppliersSlider .owl-item img {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .lt-ie9 .suppliersSlider .owl-item img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.suppliersSlider img {
  display: block;
  margin: 0 auto;
  padding: 15px; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 20%;
  width: 61px;
  height: 62px; }
  @media screen and (min-width: 47.5em) {
    .owl-prev,
    .owl-next {
      top: 40%; } }
  .lt-ie9 .owl-prev, .lt-ie9
  .owl-next {
    top: 40%; }

.owl-prev {
  text-indent: -9999px;
  left: 1%;
  background: url(../img/home/prevNext.png) 0px 0px; }

.owl-next {
  text-indent: 9999px;
  right: 1%;
  background: url(../img/home/prevNext.png) 61px 0px; }

@media screen and (min-width: 47.5em) {
  .suppliersSlider .owl-prev,
  .suppliersSlider .owl-next {
    top: 0%; } }

.lt-ie9 .suppliersSlider .owl-prev, .lt-ie9
.suppliersSlider .owl-next {
  top: 0%; }

@media screen and (min-width: 60em) {
  .suppliersSlider .owl-prev {
    left: -61px; } }

.lt-ie9 .suppliersSlider .owl-prev {
  left: -61px; }

@media screen and (min-width: 60em) {
  .suppliersSlider .owl-next {
    right: -61px; } }

.lt-ie9 .suppliersSlider .owl-next {
  right: -61px; }

@media screen and (min-width: 75em) {
  .suppliersSlider .owl-prev {
    left: -90px; } }

@media screen and (min-width: 75em) {
  .suppliersSlider .owl-next {
    right: -50px; } }

@media screen and (min-width: 88.75em) {
  .industriesWrap .owl-prev {
    left: -93px; } }

@media screen and (min-width: 88.75em) {
  .industriesWrap .owl-next {
    right: -93px; } }

.standardsGray .owl-prev, .recognitionGray .owl-prev, .partnersGray .owl-prev {
  text-indent: -9999px;
  left: -20px;
  background: url(../img/home/smallArrows.png) 0px 0px !important;
  width: 35px;
  height: 35px; }

.standardsGray .owl-next, .recognitionGray .owl-next, .partnersGray .owl-next {
  text-indent: 9999px;
  right: -20px;
  background: url(../img/home/smallArrows.png) 35px 0px !important;
  width: 35px;
  height: 35px; }

.recognitionGray .owl-prev,
.recognitionGray .owl-next {
  top: 37%; }

.site {
  overflow: hidden; }

.site-header,
.site-footer,
.body-content {
  *zoom: 1; }
  .site-header:before, .site-header:after,
  .site-footer:before,
  .site-footer:after,
  .body-content:before,
  .body-content:after {
    content: " ";
    display: table; }
  .site-header:after,
  .site-footer:after,
  .body-content:after {
    clear: both; }

.wrap {
  *zoom: 1;
  margin: 0 auto;
  width: 85%; }
  .wrap:before, .wrap:after {
    content: " ";
    display: table; }
  .wrap:after {
    clear: both; }
  @media screen and (min-width: 47.5em) {
    .wrap {
      width: auto;
      max-width: 760px; } }
  .lt-ie9 .wrap {
    width: auto;
    max-width: 760px; }
  @media screen and (min-width: 60em) {
    .wrap {
      max-width: 940px; } }
  .lt-ie9 .wrap {
    max-width: 940px; }
  @media screen and (min-width: 75em) {
    .wrap {
      max-width: 1200px; } }

.lt-ie9 .wrap {
  max-width: 940px; }

@media screen and (min-width: 47.5em) {
  .entry-content {
    width: 79.020979021%;
    float: right;
    margin-right: 0; } }

.lt-ie9 .entry-content {
  width: 79.020979021%;
  float: right;
  margin-right: 0; }

.entry-content.full-width {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.inner-content {
  width: 100%;
  padding: 55px 0px; }

@media screen and (min-width: 47.5em) {
  .mainContent {
    width: 58%;
    float: right; } }

.lt-ie9 .mainContent {
  width: 58%;
  float: right; }

@media screen and (min-width: 60em) {
  .mainContent {
    width: 64%; } }

.lt-ie9 .mainContent {
  width: 64%; }

@media screen and (min-width: 75em) {
  .mainContent {
    width: 73.6666666667%; } }

.fullWidth {
  width: 100% !important; }

.site-header {
  text-align: center; }
  @media screen and (min-width: 47.5em) {
    .site-header {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      text-align: left; }
      .site-header:after {
        content: " ";
        display: block;
        clear: both; } }
  .lt-ie9 .site-header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left; }
    .lt-ie9 .site-header:after {
      content: " ";
      display: block;
      clear: both; }
  .site-header .site-branding {
    background: url(../img/header/logo.jpg) no-repeat center center;
    width: 100%;
    margin: 30px 0px;
    height: 87px;
    background-size: 100%; }
    @media screen and (min-width: 47.5em) {
      .site-header .site-branding {
        margin: 20px 0px 0px;
        width: 300px;
        background-size: 100%; } }
    .lt-ie9 .site-header .site-branding {
      margin: 20px 0px 0px;
      width: 300px;
      background-size: 100%; }
    @media screen and (min-width: 60em) {
      .site-header .site-branding {
        width: 300px;
        height: 59px; } }
    @media screen and (min-width: 75em) {
      .site-header .site-branding {
        width: 480px;
        height: 87px;
        margin: 30px 0px 0px; } }
    .site-header .site-branding h2 {
      display: none; }
    .site-header .site-branding a {
      display: block; }
    @media screen and (min-width: 47.5em) {
      .site-header .site-branding {
        float: left; } }
    .lt-ie9 .site-header .site-branding {
      float: left; }
    .site-header .site-branding h1, .site-header .site-branding h2 {
      text-indent: -9999px; }
  @media screen and (min-width: 47.5em) {
    .site-header .top-nav {
      float: right; } }
  .lt-ie9 .site-header .top-nav {
    float: right; }

.lt-ie9 .site-branding {
  width: 480px !important;
  height: 87px !important; }

@media screen and (min-width: 47.5em) {
  .footerNavigation {
    float: left;
    width: 36%; } }

.lt-ie9 .footerNavigation {
  float: left;
  width: 36%; }

.footerNav {
  margin-bottom: 20px;
  *zoom: 1;
  width: 100%; }
  @media screen and (min-width: 47.5em) {
    .footerNav {
      padding-left: 40px;
      margin-bottom: 0px; } }
  .lt-ie9 .footerNav {
    padding-left: 40px;
    margin-bottom: 0px; }
  .footerNav:before, .footerNav:after {
    content: " ";
    display: table; }
  .footerNav:after {
    clear: both; }
  .footerNav ul {
    list-style: none;
    margin: 0; }
  .footerNav li {
    margin: 0;
    display: inline-block;
    list-style: none;
    width: 100%; }
  .footerNav a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 120%;
    color: white;
    text-align: center;
    padding-bottom: 5px;
    display: block;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 47.5em) {
      .footerNav a {
        text-align: left; } }
    .lt-ie9 .footerNav a {
      text-align: left; }
    @media screen and (min-width: 60em) {
      .footerNav a {
        font-size: 14px;
        font-size: 1.4rem; } }
    .lt-ie9 .footerNav a {
      font-size: 14px;
      font-size: 1.4rem; }
  .footerNav a:hover, .footerNav .current-menu-item > a, .footerNav .current_page_parent a {
    color: #F6871F;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
  .footerNav .sub-menu {
    display: none; }
  @media screen and (min-width: 60em) {
    .footerNav .leftNav {
      float: left;
      width: 50%; } }
  .lt-ie9 .footerNav .leftNav {
    float: left;
    width: 50%; }
  @media screen and (min-width: 60em) {
    .footerNav .rightNav {
      float: right;
      width: 50%; } }
  .lt-ie9 .footerNav .rightNav {
    float: right;
    width: 50%; }

.topFooter {
  background: #222222;
  padding: 55px 0px 60px; }

.footerLogo {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 78px;
  height: 87px;
  background: url(../img/footer/footerLogo.png) no-repeat; }
  @media screen and (min-width: 47.5em) {
    .footerLogo {
      float: left;
      margin-bottom: 0px; } }
  .lt-ie9 .footerLogo {
    float: left;
    margin-bottom: 0px; }

.footerContact {
  text-align: center;
  margin-bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .footerContact {
      float: left;
      width: 40%;
      border-right: solid 1px #6F6F6F;
      margin-bottom: 0px;
      text-align: left; } }
  .lt-ie9 .footerContact {
    float: left;
    width: 40%;
    border-right: solid 1px #6F6F6F;
    margin-bottom: 0px;
    text-align: left; }
  @media screen and (min-width: 60em) {
    .footerContact {
      padding-right: 100px;
      width: 33.3333333333%; } }
  .lt-ie9 .footerContact {
    padding-right: 100px;
    width: 33.3333333333%; }
  .footerContact p {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 120%;
    color: white;
    margin-bottom: 0px; }
    @media screen and (min-width: 60em) {
      .footerContact p {
        font-size: 17px;
        font-size: 1.7rem; } }
    .lt-ie9 .footerContact p {
      font-size: 17px;
      font-size: 1.7rem; }

.social-media {
  width: 103px;
  margin: 0 auto; }
  @media screen and (min-width: 47.5em) {
    .social-media {
      float: right;
      padding-left: 20px;
      border-left: solid 1px #6F6F6F; } }
  .lt-ie9 .social-media {
    float: right;
    padding-left: 20px;
    border-left: solid 1px #6F6F6F; }
  @media screen and (min-width: 60em) {
    .social-media {
      width: 170px;
      padding-left: 30px; } }
  .lt-ie9 .social-media {
    width: 170px;
    padding-left: 30px; }
  .social-media a {
    float: right; }
    @media screen and (min-width: 47.5em) {
      .social-media a {
        margin-left: 16px;
        margin-bottom: 16px; } }
    .lt-ie9 .social-media a {
      margin-left: 16px;
      margin-bottom: 16px; }

@media screen and (min-width: 47.5em) {
  div[itemprop="address"],
  .footer-fax-tel-email, span[itemprop="name"] {
    margin-left: 50px; } }

.lt-ie9 div[itemprop="address"], .lt-ie9
.footer-fax-tel-email, .lt-ie9 span[itemprop="name"] {
  margin-left: 50px; }

div[itemprop="address"] a,
.footer-fax-tel-email a, span[itemprop="name"] a {
  color: #FFB600;
  text-decoration: none; }

div[itemprop="address"] {
  margin-bottom: 20px; }

.site-info {
  background: #008CD6;
  padding: 35px 0px;
  text-align: center;
  color: white; }
  @media screen and (min-width: 47.5em) {
    .site-info {
      text-align: left; } }
  .lt-ie9 .site-info {
    text-align: left; }
  .site-info .copyright,
  .site-info .imagebox {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    color: white;
    text-align: center; }
    @media screen and (min-width: 47.5em) {
      .site-info .copyright,
      .site-info .imagebox {
        text-align: left; } }
    .lt-ie9 .site-info .copyright, .lt-ie9
    .site-info .imagebox {
      text-align: left; }
    .site-info .copyright a,
    .site-info .imagebox a {
      color: white;
      text-decoration: none; }
  .site-info .imagebox {
    margin-top: 15px; }
    @media screen and (min-width: 47.5em) {
      .site-info .imagebox {
        margin-top: 0px;
        text-align: right; } }
    .lt-ie9 .site-info .imagebox {
      margin-top: 0px;
      text-align: right; }

@media screen and (min-width: 47.5em) {
  .sidebar {
    width: 250px;
    float: left; } }

.lt-ie9 .sidebar {
  width: 250px;
  float: left; }

.sidebar h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #444444;
  text-align: left;
  margin-bottom: 20px; }

.sidebar select {
  width: 100%; }

.sidebar-nav {
  border-radius: 7px; }
  .sidebar-nav ul {
    list-style: none;
    margin: 0; }
  .sidebar-nav li {
    margin: 0;
    padding: 12px 0px;
    border-bottom: #CCCCCC solid 1px; }
  .sidebar-nav .children {
    display: none;
    padding-top: 15px;
    margin-left: 1em; }
    .sidebar-nav .children li {
      border-bottom: none;
      padding: 0px; }
    .sidebar-nav .children .current_page_item > a, .sidebar-nav .children a:hover {
      background: none;
      border: none;
      color: #008CD6; }
    .sidebar-nav .children a {
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: 0pt;
      line-height: 120%;
      text-align: left;
      padding: 0px;
      padding-bottom: 15px; }
  .sidebar-nav .current_page_parent .children,
  .sidebar-nav .current_page_item .children {
    display: block; }
  .sidebar-nav .current_page_ancestor {
    border-bottom: none; }
  .sidebar-nav a {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 120%;
    color: #444444;
    text-decoration: none;
    display: block;
    padding: 13px 13px;
    border-radius: 7px;
    text-align: left; }
    .sidebar-nav a:hover {
      background: #FFB600;
      color: white;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
  .sidebar-nav .current_page_parent > a,
  .sidebar-nav .current_page_item > a {
    background: #FFB600;
    color: white;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }

.whiteSection {
  padding: 55px 0px 100px; }

.partnerItems .partnerPadding {
  padding: 0px 20px; }
  @media screen and (min-width: 75em) {
    .partnerItems .partnerPadding {
      padding: 0px; } }

.partnerItems li {
  position: relative;
  border-bottom: 1px #CCCCCC solid;
  padding-bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .partnerItems li {
      padding-bottom: 0px;
      width: 50%;
      float: left;
      border-left: 1px #CCCCCC solid;
      border-bottom: 1px #CCCCCC solid;
      padding-bottom: 20px;
      margin-bottom: 0px;
      padding-top: 20px; } }
  .lt-ie9 .partnerItems li {
    padding-bottom: 0px;
    width: 50%;
    float: left;
    border-left: 1px #CCCCCC solid;
    border-bottom: 1px #CCCCCC solid;
    padding-bottom: 20px;
    margin-bottom: 0px;
    padding-top: 20px; }
  @media screen and (min-width: 60em) {
    .partnerItems li {
      border-bottom: none;
      width: 25%; } }
  .lt-ie9 .partnerItems li {
    border-bottom: none;
    width: 25%; }
  .partnerItems li .partnerIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }
  .partnerItems li .partnerButton {
    max-width: 234px;
    width: 100%;
    height: 48px;
    border-radius: 7px;
    display: block;
    color: white;
    background: #FFB600;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto; }
    .partnerItems li .partnerButton img {
      margin-left: 15px; }
    .partnerItems li .partnerButton:hover {
      opacity: 0.7;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
    .partnerItems li .partnerButton img {
      display: inline-block; }

.partnerItems .imageWrap {
  height: 170px;
  position: relative;
  margin-bottom: 30px; }

.partnerItems li:first-of-type {
  border-left: none; }

@media screen and (min-width: 47.5em) {
  .partnerItems li:nth-child(3) {
    border-left: none; } }

.lt-ie9 .partnerItems li:nth-child(3) {
  border-left: none; }

@media screen and (min-width: 60em) {
  .partnerItems li:nth-child(3) {
    border-left: 1px #CCCCCC solid; } }

.lt-ie9 .partnerItems li:nth-child(3) {
  border-left: 1px #CCCCCC solid; }

.lt-ie9 .partnerItems li .partnerIcon {
  position: relative !important;
  margin: 20px auto !important;
  display: block !important;
  left: 0px;
  top: 20px; }

.orange h4 {
  color: #F6871F; }

.orange .partnerButton {
  background: #F6871F !important; }

.yellow h4 {
  color: #FFB600; }

.yellow .partnerButton {
  background: #FFB600 !important; }

.blue h4 {
  color: #008CD6; }

.blue .partnerButton {
  background: #008CD6 !important; }

.darkBlue h4 {
  color: #125EA8; }

.darkBlue .partnerButton {
  background: #125EA8 !important; }

.twoButtons h6 {
  text-transform: uppercase; }

.twoButtons .imgButton {
  position: relative; }
  .twoButtons .imgButton a {
    display: block;
    width: 100%;
    height: 100%; }
  .twoButtons .imgButton img {
    width: 100%;
    height: auto;
    display: block; }
  @media screen and (min-width: 47.5em) {
    .twoButtons .imgButton {
      width: 50%;
      float: left; } }
  .lt-ie9 .twoButtons .imgButton {
    width: 50%;
    float: left; }

.twoButtons .imgHover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%; }
  .twoButtons .imgHover:hover {
    background-color: rgba(0, 0, 0, 0.3); }

.lt-ie9 .twoButtons h6 {
  top: 45%;
  width: 100%;
  text-align: center;
  left: 0px; }

.whiteSection2 {
  padding: 90px 0px; }
  .whiteSection2 h2 {
    margin-top: 20px;
    margin-bottom: 80px; }
  .whiteSection2 h2 a {
    max-width: 188px;
    width: 100%;
    height: 60px;
    border-radius: 7px;
    display: block;
    color: white;
    background: #FFB600;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding-top: 23px;
    margin: 0 auto;
    margin-top: 20px; }
    .whiteSection2 h2 a img {
      margin-left: 15px; }
    @media screen and (min-width: 47.5em) {
      .whiteSection2 h2 a {
        display: inline-block;
        margin-top: 0px; } }
    .lt-ie9 .whiteSection2 h2 a {
      display: inline-block;
      margin-top: 0px; }
    .whiteSection2 h2 a:hover {
      background: #008CD6;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
    @media screen and (min-width: 47.5em) {
      .whiteSection2 h2 a {
        margin-left: 40px; } }
    .lt-ie9 .whiteSection2 h2 a {
      margin-left: 40px; }
  .whiteSection2 .itemWrap {
    margin-bottom: 20px; }
    @media screen and (min-width: 47.5em) {
      .whiteSection2 .itemWrap {
        margin-bottom: 0px;
        width: 33.333%;
        float: left; } }
    .lt-ie9 .whiteSection2 .itemWrap {
      margin-bottom: 0px;
      width: 33.333%;
      float: left; }
  .whiteSection2 .item {
    position: relative;
    margin: 0 auto; }
    @media screen and (min-width: 47.5em) {
      .whiteSection2 .item {
        margin: 10px; } }
    .lt-ie9 .whiteSection2 .item {
      margin: 10px; }
    @media screen and (min-width: 75em) {
      .whiteSection2 .item {
        margin: 0 auto; } }
    .whiteSection2 .item h3 {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      width: 100%;
      line-height: 120%;
      color: white;
      text-align: center;
      font-size: 20px;
      font-size: 2rem; }
      @media screen and (min-width: 60em) {
        .whiteSection2 .item h3 {
          font-size: 27px;
          font-size: 2.7rem; } }
      .lt-ie9 .whiteSection2 .item h3 {
        font-size: 27px;
        font-size: 2.7rem; }
    .whiteSection2 .item img {
      display: block;
      margin: 0 auto; }
  .whiteSection2 .projectHover {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    border-radius: 18px; }
    @media screen and (min-width: 47.5em) {
      .whiteSection2 .projectHover {
        max-width: 369px; } }
    .lt-ie9 .whiteSection2 .projectHover {
      max-width: 369px; }
    .whiteSection2 .projectHover:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.blueSection {
  padding: 80px 0px 85px;
  background: #008CD6; }
  .blueSection h2, .blueSection h2 span {
    color: white; }
  .blueSection p {
    margin-bottom: 40px;
    max-width: 983px; }
  .blueSection .learnMore {
    max-width: 180px;
    width: 100%;
    height: 60px;
    border-radius: 7px;
    display: block;
    color: white;
    background: #FFB600;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 23px; }
    .blueSection .learnMore img {
      margin-left: 15px; }
    .blueSection .learnMore:hover {
      background: #444444;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }

.industriesWrap {
  max-width: 1240px;
  margin: 0 auto !important;
  position: relative; }
  .industriesWrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }
    @media screen and (min-width: 47.5em) {
      .industriesWrap img {
        max-width: 90%; } }
    .lt-ie9 .industriesWrap img {
      max-width: 90%; }
    @media screen and (min-width: 75em) {
      .industriesWrap img {
        max-width: 100%; } }
  .industriesWrap .cycle-controls .prev,
  .industriesWrap .cycle-controls .next {
    position: absolute;
    top: 38%; }

.darkSection {
  padding: 85px 0px 80px;
  background: url(../img/home/darkBG.jpg) no-repeat; }
  @media screen and (min-width: 47.5em) {
    .darkSection {
      background: url(../img/home/darkBG.jpg) no-repeat fixed;
      background-size: cover; } }
  .lt-ie9 .darkSection {
    background: url(../img/home/darkBG.jpg) no-repeat fixed;
    background-size: cover; }
  @media screen and (min-width: 47.5em) {
    .darkSection .left {
      width: 51.5%;
      float: left; } }
  .lt-ie9 .darkSection .left {
    width: 51.5%;
    float: left; }
  .darkSection .left a {
    max-width: 181px;
    width: 100%;
    height: 60px;
    border-radius: 7px;
    display: block;
    color: white;
    background: #008CD6;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    letter-spacing: 1pt;
    line-height: 100%;
    text-decoration: none;
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 18px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 23px; }
    .darkSection .left a img {
      margin-left: 15px; }
    .darkSection .left a:hover {
      background: #F6871F;
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
  .darkSection .right {
    margin-top: 20px; }
    @media screen and (min-width: 47.5em) {
      .darkSection .right {
        margin-top: 0px;
        float: right;
        width: 48.4166666667%; } }
    .lt-ie9 .darkSection .right {
      margin-top: 0px;
      float: right;
      width: 48.4166666667%; }
  .darkSection h2, .darkSection h2 span, .darkSection p {
    color: white;
    text-align: left; }
  .darkSection .ourStory img {
    border-radius: 7px; }

.suppliers {
  padding: 65px 0px 70px; }
  .suppliers h4 {
    text-align: left; }
  .suppliers h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 60em) {
      .suppliers h3 {
        margin-bottom: 0px;
        float: left;
        text-align: left;
        padding: 20px 46px 20px 0px;
        border-right: solid 1px #CCCCCC; } }
    .lt-ie9 .suppliers h3 {
      margin-bottom: 0px;
      float: left;
      text-align: left;
      padding: 20px 46px 20px 0px;
      border-right: solid 1px #CCCCCC; }

.industriesWrap {
  position: relative; }

.ourPartners {
  background: #EEEEEE;
  padding: 50px 0px; }
  .ourPartners img {
    max-width: 90%;
    display: block;
    margin: 0 auto; }
    @media screen and (min-width: 75em) {
      .ourPartners img {
        max-width: 100%; } }

@media screen and (min-width: 47.5em) {
  .standardsGray, .recognitionGray {
    float: left; } }

.lt-ie9 .standardsGray, .lt-ie9 .recognitionGray {
  float: left; }

.standardsGray {
  margin-bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .standardsGray {
      margin-bottom: 0px;
      width: 35.5833333333%; } }
  .lt-ie9 .standardsGray {
    margin-bottom: 0px;
    width: 35.5833333333%; }
  @media screen and (min-width: 47.5em) {
    .standardsGray .standardsPadding {
      padding: 0 45px; } }
  .lt-ie9 .standardsGray .standardsPadding {
    padding: 0 45px; }

.recognitionGray {
  margin-bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .recognitionGray {
      margin-bottom: 0px;
      width: 36%;
      border-left: solid 1px #CCCCCC;
      border-right: solid 1px #CCCCCC; } }
  .lt-ie9 .recognitionGray {
    margin-bottom: 0px;
    width: 36%;
    border-left: solid 1px #CCCCCC;
    border-right: solid 1px #CCCCCC; }
  @media screen and (min-width: 47.5em) {
    .recognitionGray .recoginitionPadding {
      padding: 0px 45px; } }
  .lt-ie9 .recognitionGray .recoginitionPadding {
    padding: 0px 45px; }

.partnersGray {
  margin-bottom: 20px; }
  @media screen and (min-width: 47.5em) {
    .partnersGray {
      margin-bottom: 0px;
      width: 26%;
      float: right; } }
  .lt-ie9 .partnersGray {
    margin-bottom: 0px;
    width: 26%;
    float: right; }
  @media screen and (min-width: 47.5em) {
    .partnersGray .partnersPadding {
      padding-top: 20px;
      padding-left: 45px; } }
  .lt-ie9 .partnersGray .partnersPadding {
    padding-top: 20px;
    padding-left: 45px; }

.blog article {
  margin-bottom: 50px; }

.industries {
  margin: 0px !important;
  padding: 0px !important; }
  .industries .industry.industry {
    background: none !important;
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2); }
    @media screen and (min-width: 47.5em) {
      .industries .industry.industry {
        width: 33.33333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .lt-ie9 .industries .industry.industry {
      width: 33.33333%;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    @media screen and (min-width: 60em) {
      .industries .industry.industry {
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4); } }
    .lt-ie9 .industries .industry.industry {
      width: 25%;
      width: -webkit-calc(100% / 4);
      width: calc(100% / 4); }
    .industries .industry.industry img {
      margin: 0px;
      margin: 0 auto;
      height: auto;
      max-width: 100%;
      display: block; }
  .industries .industryPadding {
    padding: 0px 10px;
    margin-bottom: 35px; }

.projects-list {
  margin: 0px !important;
  padding: 0px !important; }
  .projects-list .project.project {
    background: none !important;
    list-style: none;
    margin: 0px;
    padding: 0px; }
    @media screen and (min-width: 47.5em) {
      .projects-list .project.project {
        float: left;
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2); } }
    .lt-ie9 .projects-list .project.project {
      float: left;
      width: 50%;
      width: -webkit-calc(100% / 2);
      width: calc(100% / 2); }
    @media screen and (min-width: 60em) {
      .projects-list .project.project {
        width: 33.3333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3); } }
    .lt-ie9 .projects-list .project.project {
      width: 33.3333%;
      width: -webkit-calc(100% / 3);
      width: calc(100% / 3); }
    .projects-list .project.project img {
      margin: 0px;
      margin: 0 auto; }
    .projects-list .project.project a {
      border-radius: 15px;
      display: block;
      width: 100%;
      height: 100%;
      margin-bottom: 35px;
      overflow: hidden;
      border: 1px solid #ccc; }
  .projects-list .projectPadding {
    margin: 0px 10px;
    margin-bottom: 35px;
    position: relative; }
  .projects-list h3 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    width: 100%;
    line-height: 120%;
    color: white;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0px 20px; }
    @media screen and (min-width: 60em) {
      .projects-list h3 {
        font-size: 20px;
        font-size: 2rem; } }
    .lt-ie9 .projects-list h3 {
      font-size: 20px;
      font-size: 2rem; }
  .projects-list .projectHover {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    border-radius: 18px; }
    @media screen and (min-width: 47.5em) {
      .projects-list .projectHover {
        max-width: 369px; } }
    .lt-ie9 .projects-list .projectHover {
      max-width: 369px; }
    .projects-list .projectHover:hover {
      background-color: rgba(0, 0, 0, 0.3); }

.topSlideShow {
  width: 100%;
  background: #222222; }
  .topSlideShow img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block; }
  .topSlideShow .imageWrap {
    position: relative; }
  .topSlideShow .caption {
    position: absolute;
    bottom: 0px;
    background-color: rgba(34, 34, 34, 0.8);
    padding: 20px 30px;
    width: 100%; }
    .topSlideShow .caption p {
      font-family: "Source Sans Pro";
      font-size: 18px;
      line-height: 120%;
      font-weight: bold;
      padding-bottom: 0px;
      color: white;
      text-align: left;
      margin-bottom: 0px; }

#slideshow-2 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px; }
  #slideshow-2 .cycle-slide {
    width: auto !important;
    margin-right: 8px;
    border: 1px solid #ccc; }
  #slideshow-2 .cycle-next, #slideshow-2 .cycle-prev {
    position: absolute;
    height: 150px;
    width: 5%;
    top: 0px;
    text-indent: 9999px;
    background-color: #008CD6; }
    #slideshow-2 .cycle-next:hover, #slideshow-2 .cycle-prev:hover {
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      background-color: #F6871F; }
  #slideshow-2 .cycle-prev {
    left: -5.5%;
    background: url(../img/global/arrowLeft.png) no-repeat center center #008CD6; }
  #slideshow-2 .cycle-next {
    right: -5.5%;
    background: url(../img/global/arrowRight.png) no-repeat center center #008CD6; }