@font-face {
  font-family: 'SansationBold';
  src: url("../fonts/sansation-bold-webfont.eot");
  src: url("../fonts/sansation-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-bold-webfont.woff") format("woff"), url("../fonts/sansation-bold-webfont.ttf") format("truetype"), url("../fonts/sansation-bold-webfont.svg#sansationbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SansationLight';
  src: url("../fonts/sansation-light-webfont.eot");
  src: url("../fonts/sansation-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-light-webfont.woff") format("woff"), url("../fonts/sansation-light-webfont.ttf") format("truetype"), url("../fonts/sansation-light-webfont.svg#sansation_lightlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SansationRegular';
  src: url("../fonts/sansation-regular-webfont.eot");
  src: url("../fonts/sansation-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sansation-regular-webfont.woff") format("woff"), url("../fonts/sansation-regular-webfont.ttf") format("truetype"), url("../fonts/sansation-regular-webfont.svg#sansationregular") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  text-rendering: optimizelegibility; }

body {
  color: #7b7b7b;
  background: white; }

a, a:hover, a:active, a:focus {
  outline: none; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#main {
  display: block; }
  #main p {
    font-family: Arial, sans-serif;
    letter-spacing: normal; }
  #main a {
    font-weight: 500; }
  #main li {
    margin-bottom: 10px;
    line-height: 2em; }

h1, h2 {
  font-size: 342.85143%;
  font-family: 'SansationLight', Arial, Sans-serif;
  margin-bottom: 15px;
  line-height: 1.1em;
  font-weight: 400;
  font-size: 257.142857%;
  letter-spacing: -1px;
  font-weight: normal;
  color: #393939; }
  h1.smallheading, h2.smallheading {
    font-size: 128.571429%;
    font-family: Arial, sans-serif;
    color: #7b7b7b;
    text-transform: uppercase;
    font-weight: bold; }

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  -moz-box-shadow: none;
  outline: 0 none; }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  background-color: #FFFFFF;
  border: none;
  box-shadow: none;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s; }

.site-header {
  background: url(../../images/bg_nav_hash._transparent.png) center top repeat-x white;
  margin-bottom: 20px;
  position: relative; }
  .site-header .logo {
    background: #e97f25;
    display: inline-block;
    max-width: 270px; }
    .site-header .logo h1 {
      margin: 0;
      padding: 0;
      padding: 20px 23px 15px 23px;
      width: 100%; }
      .site-header .logo h1 img {
        width: 100%;
        height: auto; }

.main-nav {
  padding: 0;
  margin: 0 !important;
  min-height: 0 !important; }

.nav-elements .menu ul {
  background: white;
  display: inline-block;
  list-style-type: none;
  margin: 0; }
  .nav-elements .menu ul li {
    height: 60px; }
    .nav-elements .menu ul li a {
      display: block;
      text-transform: uppercase;
      color: #7b7b7b;
      font-weight: bold;
      padding: 22px 15px;
      font-size: 100%;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.nav-elements > .menu > ul {
  padding: 0 20px; }

.sf-arrows .sf-with-ul:after {
  display: none; }

.menu-utility-nav-container {
  float: right;
  margin: 7px 0; }
  .menu-utility-nav-container ul {
    list-style-type: none;
    margin: 0; }
    .menu-utility-nav-container ul li {
      float: left; }
      .menu-utility-nav-container ul li a {
        color: #7b7b7b;
        font-size: 78.571421%;
        text-transform: uppercase;
        font-weight: bold; }
      .menu-utility-nav-container ul li:after {
        content: " \A0 \A0 \A0 \2F \A0 \A0 \A0";
        color: #7b7b7b;
        font-size: 78.571421%;
        text-transform: uppercase;
        font-weight: bold; }
      .menu-utility-nav-container ul li:last-child:after {
        content: ""; }

.languages form {
  width: 142px;
  font-size: 83.333333%;
  margin: 14px 0 0 0;
  float: right; }
  .languages form select, .languages form .select {
    background-color: #FFF;
    line-height: 32px;
    font-family: Arial, sans-serif;
    display: inline-block;
    position: relative;
    width: 138px;
    height: 30px; }
    .languages form select text, .languages form .select text {
      height: 30px;
      color: #393939; }
    .languages form select .arrow, .languages form .select .arrow {
      background: url("../../images/bg_select_arrow.png") 0 no-repeat; }
  .languages form span.text {
    display: block;
    left: 0;
    height: 26px;
    line-height: inherit;
    position: absolute;
    top: 0;
    width: 100%;
    text-indent: 7%;
    font-weight: 700; }
  .languages form span.arrow {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    width: 22px; }

.search-col {
  height: 60px; }

#searchform {
  background: #393939;
  margin-top: 15px;
  margin-bottom: 10px;
  height: 30px; }
  #searchform div {
    position: relative;
    padding: 4px 10px 4px 35px; }
    #searchform div input[type="text"] {
      border: none;
      background: transparent;
      border-radius: 0;
      width: 100% !important;
      padding: 0;
      color: white; }
    #searchform div input[type="submit"] {
      width: 29px;
      height: 29px;
      padding: 10px;
      border: none;
      background: none;
      position: absolute;
      left: 1px;
      top: 1px;
      background: url(../../images/search-icon.png) center 50% no-repeat transparent;
      text-transform: uppercase;
      text-indent: -9999px; }

.menu-button {
  display: none;
  padding: 7px 0px 5px 6px;
  margin: 8px 0 8px 8px;
  line-height: 0;
  width: 25px;
  border-radius: 5px; }
  .menu-button .icon-dot-custom {
    float: left;
    display: block;
    width: 3px;
    height: 3px;
    background-color: #393939;
    margin-bottom: 3px;
    margin-right: 2px; }
  .menu-button .icon-bar-custom {
    float: right;
    display: block;
    width: 19px;
    height: 3px;
    background-color: #393939;
    margin-bottom: 3px; }
  .menu-button .menu-text {
    display: block; }

.hero-area {
  background: no-repeat left bottom transparent;
  background-size: 1170px 750px;
  color: white;
  padding: 25px 55px 35px;
  margin-bottom: 30px;
  margin-top: 0;
  height: auto; }
  .hero-area h1 {
    color: white;
    font-size: 342.857143%;
    font-weight: normal;
    line-height: normal;
    font-family: 'SansationRegular', Arial, Sans-serif;
    margin-bottom: 0; }
    .hero-area h1 a {
      color: white;
      font-weight: normal; }
      .hero-area h1 a:hover {
        text-decoration: none; }
  .hero-area h2 {
    font-size: 200%;
    color: white;
    letter-spacing: normal;
    line-height: 1.2em;
    margin-top: 0 !important;
    font-family: 'SansationLight', Arial, Sans-serif; }
  .hero-area p {
    color: white;
    font-size: 121.428571%;
    line-height: 1.5em;
    font-family: 'SansationLight', Arial, Sans-serif !important; }
    .hero-area p a {
      color: #393939;
      text-decoration: underline; }
  .hero-area .learn-more {
    display: inline-block;
    width: auto;
    text-align: center;
    background: #007cb2;
    padding: 11px 18px;
    font-size: 117.6470509%;
    color: #1db2f6;
    font-family: 'SansationBold', Arial, Sans-serif;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    .hero-area .learn-more:hover {
      text-decoration: none;
      background: white; }

.file-widgets {
  padding: 0 0 25px 0;
  width: 100%;
  display: inline-block; }
  .file-widgets .filebox {
    position: relative;
    margin: 0;
    height: auto;
    width: 33.3333333% !important;
    padding: 25px;
    min-height: 292px; }
    .file-widgets .filebox h2 {
      position: relative;
      z-index: 10;
      font-size: 171.1428571%;
      color: white;
      font-family: Arial, Sans-serif;
      font-weight: bold;
      letter-spacing: normal;
      margin-top: 0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .file-widgets .filebox a {
      position: relative;
      z-index: 10;
      color: white;
      text-decoration: none;
      width: auto; }
      .file-widgets .filebox a.arrow-button {
        padding-right: 25px;
        background: url(../../images/smartcrowd-sprites.png) no-repeat right 4px transparent; }
    .file-widgets .filebox p {
      margin: 0;
      padding: 0; }
    .file-widgets .filebox .fluid-width-video-wrapper {
      position: relative;
      z-index: 10; }
    .file-widgets .filebox img {
      z-index: 0;
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 0; }
    .file-widgets .filebox.green {
      background: #7db734;
      /* Old browsers */
      background: -moz-linear-gradient(left, #7db734 1%, #8bc342 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(1%, #7db734), color-stop(100%, #8bc342));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #7db734 1%, #8bc342 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #7db734 1%, #8bc342 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #7db734 1%, #8bc342 100%);
      /* IE10+ */
      background: linear-gradient(to right, #7db734 1%, #8bc342 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db734', endColorstr='#8bc342',GradientType=1 );
      /* IE6-9 */ }
    .file-widgets .filebox.orange {
      background: #e2771c;
      /* Old browsers */
      background: -moz-linear-gradient(left, #e2771c 1%, #ee862c 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(1%, #e2771c), color-stop(100%, #ee862c));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #e2771c 1%, #ee862c 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #e2771c 1%, #ee862c 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #e2771c 1%, #ee862c 100%);
      /* IE10+ */
      background: linear-gradient(to right, #e2771c 1%, #ee862c 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2771c', endColorstr='#ee862c',GradientType=1 );
      /* IE6-9 */ }
    .file-widgets .filebox.yellow {
      background: #efb018;
      /* Old browsers */
      background: -moz-linear-gradient(left, #efb018 2%, #ffbf26 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(2%, #efb018), color-stop(100%, #ffbf26));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #efb018 2%, #ffbf26 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #efb018 2%, #ffbf26 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #efb018 2%, #ffbf26 100%);
      /* IE10+ */
      background: linear-gradient(to right, #efb018 2%, #ffbf26 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efb018', endColorstr='#ffbf26',GradientType=1 );
      /* IE6-9 */ }
    .file-widgets .filebox.blue {
      background: #00a5d8;
      /* Old browsers */
      background: -moz-linear-gradient(left, #00a5d8 0%, #0ebced 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00a5d8), color-stop(100%, #0ebced));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #00a5d8 0%, #0ebced 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #00a5d8 0%, #0ebced 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #00a5d8 0%, #0ebced 100%);
      /* IE10+ */
      background: linear-gradient(to right, #00a5d8 0%, #0ebced 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a5d8', endColorstr='#0ebced',GradientType=1 );
      /* IE6-9 */ }
    .file-widgets .filebox .clip {
      position: absolute;
      top: 0;
      right: 0;
      width: 19px;
      height: 19px;
      background: url(../../images/cut-corner.png) no-repeat right top transparent; }

.services {
  display: block;
  margin-bottom: 50px !important; }
  .services ul.menu {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0; }
    .services ul.menu li {
      float: left;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin: 0 !important;
      position: relative;
      color: white;
      font-size: 128.571429%;
      font-weight: bold;
      width: 33.3333333%;
      background: #3a5fa7;
      /* Old browsers */
      background: -moz-linear-gradient(left, #3a5fa7 0%, #486db6 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3a5fa7), color-stop(100%, #486db6));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(left, #3a5fa7 0%, #486db6 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(left, #3a5fa7 0%, #486db6 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(left, #3a5fa7 0%, #486db6 100%);
      /* IE10+ */
      background: linear-gradient(to right, #3a5fa7 0%, #486db6 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a5fa7', endColorstr='#486db6',GradientType=1 );
      /* IE6-9 */ }
      .services ul.menu li:hover {
        background: #486db6; }
      .services ul.menu li a {
        display: block;
        padding: 25px;
        color: white;
        line-height: 20px; }
        .services ul.menu li a:hover {
          text-decoration: none;
          background: #486db6; }
      .services ul.menu li.data-services a {
        background: url(../../images/smartcrowd-sprites.png) no-repeat right -193px transparent; }
      .services ul.menu li.global-testing a {
        background: url(../../images/smartcrowd-sprites.png) no-repeat right -362px transparent; }
      .services ul.menu li.language-services a {
        background: url(../../images/smartcrowd-sprites.png) no-repeat right -532px transparent; }

.content article {
  margin: 30px 0 25px 0; }
  .content article h1 {
    line-height: 1.1em;
    font-family: 'SansationBold', Arial, Sans-serif;
    margin-bottom: 15px;
    font-weight: normal;
    color: #3f66b0;
    font-size: 400%; }
    .content article h1 a {
      font-weight: normal;
      text-decoration: none;
      color: #3f66b0 !important; }
      .content article h1 a:hover {
        text-decoration: none;
        color: #e97f25; }
  .content article h2 {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 171.1428571%; }
    .content article h2.big-h2 {
      font-family: 'SansationBold', Arial, Sans-serif;
      font-weight: normal;
      font-size: 257.142857%;
      color: #3f66b0;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .content article h2 a {
      color: #e97f25; }
  .content article h3 {
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 12px; }
    .content article h3 a {
      color: #e97f25; }
  .content article h4 {
    font-weight: normal;
    font-size: 19px; }
  .content article img {
    margin: 20px 20px 20px 0; }
    .content article img.alignright {
      float: right;
      margin: 0 0 30px 30px; }
    .content article img.alignleft {
      float: left;
      margin: 0 30px 30px 0; }
  .content article .back-to-country {
    list-style-type: none;
    font-size: 128.571429%;
    margin: 0 0 20px 0;
    display: inline-block;
    height: 33px;
    padding: 5px 0 0 32px;
    color: #7b7b7b !important;
    background: url(../../images/smartcrowd-sprites.png) no-repeat -37px -891px transparent; }
  .content article .attachment-post-thumbnail {
    float: left;
    margin: 0 30px 15px 0;
    max-width: auto; }
  .content article .entry-content p, .content article .entry-summary p {
    line-height: 2em;
    font-family: Arial, Sans-serif !important;
    margin-bottom: 25px; }
    .content article .entry-content p .lead-in, .content article .entry-summary p .lead-in {
      font-size: 16px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      color: #7b7b7b; }
  .content article .entry-content a, .content article .entry-summary a {
    color: #e97f25; }
  .content article .entry-content ul, .content article .entry-summary ul {
    margin-bottom: 20px; }
  .content article form label {
    font-weight: bold;
    margin-top: 20px;
    width: auto; }
  .content article form input[type="text"], .content article form textarea {
    border: 1px solid #d6d6d6;
    padding: 10px;
    height: auto;
    border-radius: 0;
    width: 98%;
    max-width: 400px; }
  .content article form textarea {
    min-height: 100px; }
  .content article form input[type="submit"] {
    background: none;
    border: none;
    background: #32b3e7;
    color: white;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 4px;
    margin-top: 20px; }

.search-content {
  margin-top: 30px; }
  .search-content .smallheading {
    margin-bottom: 0; }

.news article {
  margin: 10px 0;
  border-bottom: 1px dotted #e7e7e7; }
  .news article h3 {
    font-size: 18px;
    float: left; }
    .news article h3 .small-info {
      font-size: 15px; }

.fat-button {
  margin: 20px 0;
  display: inline-block;
  background: url(../../images/bg_nav_hash._transparent.png) center top repeat #e97f25;
  color: white;
  padding: 30px 100px 30px 30px;
  color: white !important;
  font-size: 175%;
  font-weight: bold !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .fat-button span {
    padding-right: 40px;
    background: url(../../images/smartcrowd-sprites.png) no-repeat right -96px transparent; }
  .fat-button:hover {
    text-decoration: none;
    background-color: #84be3b; }
  .fat-button .hero-area {
    min-height: auto; }

.arrow-button-orange {
  font-weight: bold !important;
  color: #e97f25 !important;
  padding-right: 28px;
  background: url(../../images/smartcrowd-sprites.png) no-repeat right -49px transparent; }

.post-rule {
  width: 100%;
  background: #f6f4f4;
  height: 8px;
  margin-bottom: 30px; }

.sidebar {
  line-height: 2.3em;
  margin-top: 32px; }
  .sidebar p {
    line-height: 2.3em;
    margin-bottom: 15px !important; }
  .sidebar a {
    color: #e97f25; }
  .sidebar .widget {
    margin-bottom: 40px;
    line-height: 2.3em !important; }
  .sidebar h1, .sidebar h2 {
    padding-top: 0;
    margin-top: 0;
    font-family: 'SansationLight', Arial, Sans-serif; }
  .sidebar h2 {
    color: #3f66b0; }
    .sidebar h2 a {
      color: #3f66b0; }
  .sidebar ul {
    margin-left: 18px; }
    .sidebar ul li.current_page_item a {
      color: #7b7b7b; }
    .sidebar ul li.current-post a {
      color: #7b7b7b !important; }
    .sidebar ul li.parent-post {
      list-style-type: none;
      font-size: 128.571429%;
      margin: 0 0 0 -18px; }
      .sidebar ul li.parent-post a {
        display: inline-block;
        height: 30px;
        padding-left: 32px;
        color: #7b7b7b;
        background: url(../../images/smartcrowd-sprites.png) no-repeat -37px -741px transparent; }
    .sidebar ul.children, .sidebar ul .sub-menu {
      display: none; }

.home .sidebar {
  margin-top: 20px; }
  .home .sidebar li a {
    color: #7b7b7b;
    font-weight: normal !important; }

.more-articles .accordion-group {
  border: none;
  padding: 10px 0 20px 0; }
  .more-articles .accordion-group .accordion-toggle {
    display: inline-block;
    padding: 0;
    color: #7b7b7b;
    font-weight: bold !important;
    text-transform: uppercase;
    font-size: 11px;
    padding-right: 25px;
    background: url(../../images/smartcrowd-sprites.png) no-repeat right -1079px transparent; }
    .more-articles .accordion-group .accordion-toggle:hover {
      text-decoration: none; }
    .more-articles .accordion-group .accordion-toggle.collapsed {
      background-position: right -1019px !important; }
  .more-articles .accordion-group .accordion-inner {
    border: none;
    padding: 15px 0 0; }
    .more-articles .accordion-group .accordion-inner p {
      line-height: 1.9em; }

#comments {
  margin-top: 30px; }
  #comments a {
    color: #e97f25; }
  #comments h2#comments-title {
    font-family: Arial, Sans-serif;
    font-size: 157.142857%;
    font-weight: bold;
    letter-spacing: normal; }
  #comments ol.commentlist {
    list-style-type: none;
    margin: 0; }
    #comments ol.commentlist article {
      padding-bottom: 20px;
      border-bottom: 4px solid #f6f4f4; }
      #comments ol.commentlist article img {
        margin: 0 10px 0 0; }
  #comments ul {
    list-style-type: none; }
  #comments input[type="text"], #comments textarea {
    border-radius: 0;
    padding: 8px;
    border: 2px solid #e4e4e4;
    background: white; }
  #comments input[type="submit"] {
    padding: 15px 25px;
    border: none;
    background: #7b7b7b;
    border-radius: 4px;
    font-family: Arial, Sans-serif;
    color: #f6f4f4;
    font-weight: bold;
    margin-top: 15px; }
  #comments code {
    background: none;
    border: none; }

#nav-below {
  margin-bottom: 30px;
  display: block; }
  #nav-below a {
    color: #e97f25; }
  #nav-below .nav-previous {
    float: right; }
  #nav-below .nav-next {
    float: left; }

footer.site-footer {
  background: #f6f4f4;
  width: 100%;
  padding: 30px 0 0 0;
  margin-top: 30px;
  font-size: 92.857143%; }
  footer.site-footer .span3 {
    margin-bottom: 30px; }
  footer.site-footer h2 {
    font-family: Arial, Sans-serif;
    font-size: 114.285714%;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: normal; }
  footer.site-footer ul {
    list-style-type: none;
    margin-left: 0; }
    footer.site-footer ul li {
      margin-bottom: 10px; }
      footer.site-footer ul li a {
        color: #7b7b7b !important; }
  footer.site-footer .textwidget a, footer.site-footer p a {
    color: #e97f25; }
  footer.site-footer .bottom-bar {
    background: #393939;
    text-align: right;
    color: #7b7b7b;
    padding: 15px 0; }
    footer.site-footer .bottom-bar a {
      color: inherit; }
  footer.site-footer #menu-social-nav {
    list-style-type: none; }
    footer.site-footer #menu-social-nav li {
      display: inline;
      padding-right: 10px; }
      footer.site-footer #menu-social-nav li a {
        display: inline-block;
        padding: 25px;
        background: url(../../images/social_icons_nav_sprite.png) no-repeat #393939;
        border-radius: 50px;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        margin-bottom: 10px; }
      footer.site-footer #menu-social-nav li.facebook a {
        background-position: 10px 13px; }
      footer.site-footer #menu-social-nav li.linkedin a {
        background-position: 10px -32px; }
      footer.site-footer #menu-social-nav li.twitter a {
        background-position: 10px -74px; }
      footer.site-footer #menu-social-nav li.youtube a {
        background-position: 8px -121px; }

.sidebar #menu-social-nav-sidebar {
  list-style-type: none;
  margin-left: 0; }
  .sidebar #menu-social-nav-sidebar li {
    display: inline;
    padding-right: 10px; }
    .sidebar #menu-social-nav-sidebar li a {
      display: inline-block;
      padding: 25px;
      background: url(../../images/social_icons_nav_sprite.png) no-repeat #393939;
      border-radius: 50px;
      width: 30px;
      height: 30px;
      text-indent: -9999px;
      margin-bottom: 10px; }
    .sidebar #menu-social-nav-sidebar li.facebook a {
      background-position: 10px 13px; }
    .sidebar #menu-social-nav-sidebar li.linkedin a {
      background-position: 10px -32px; }
    .sidebar #menu-social-nav-sidebar li.twitter a {
      background-position: 10px -74px; }
    .sidebar #menu-social-nav-sidebar li.youtube a {
      background-position: 8px -121px; }

.icons-aligner ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .icons-aligner ul li {
    clear: left;
    display: block;
    position: relative; }
    .icons-aligner ul li .icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 100px;
      text-align: center; }
      .icons-aligner ul li .icon img {
        margin: 0; }
    .icons-aligner ul li .copy {
      position: relative;
      top: 0;
      padding-left: 115px; }

.span12, .container-fluid {
  margin: 0 auto;
  max-width: 1210px; }

@media all and (max-width: 980px) {
  header.site-header {
    margin-bottom: 10px;
    max-width: auto !important; }
    header.site-header .container-fluid {
      padding-left: 0;
      padding-right: 0; }
      header.site-header .container-fluid .logo {
        width: auto;
        max-width: 170px;
        margin-left: 20px; }
        header.site-header .container-fluid .logo h1 {
          height: auto;
          padding: 5px 15px; }
          header.site-header .container-fluid .logo h1 img {
            height: 55px; }

  li.utility-item a {
    font-size: 11px;
    color: #7b7b7b; }

  li.search-mobile {
    padding: 0;
    height: 77px; }

  .languages form {
    padding: 0 20px 7px 20px;
    float: left; }
    .languages form select, .languages form .select {
      background-color: #333;
      width: 138px;
      color: white;
      height: 33px; }

  #searchform {
    padding: 5px 20px 13px 20px;
    background: transparent; }
    #searchform div {
      border: 2px solid #7b7b7b;
      padding: 5px 10px 6px 40px;
      border-radius: 3px; }
      #searchform div input[type="text"] {
        width: 100%; }
      #searchform div input[type="submit"] {
        margin-top: 2px;
        margin-left: 5px; }

  .main-nav {
    width: 100% !important;
    height: auto; }
    .main-nav .nav-elements {
      background: #f6f4f4; }
      .main-nav .nav-elements .menu {
        padding: 20px;
        display: block; }

  .hero-area {
    padding: 40px; }
    .hero-area h2 {
      font-size: 257.142857%; }

  .file-widgets .filebox {
    width: 100% !important;
    min-height: 180px !important; }
    .file-widgets .filebox .bg-image {
      z-index: 0;
      position: absolute;
      right: 0;
      bottom: 0; }
  .file-widgets .clip {
    display: none; }

  .services ul.menu li {
    width: 100%;
    margin: 0 0 1px 0 !important; }

  .site-header .container-fluid .row-fluid {
    position: relative; }
    .site-header .container-fluid .row-fluid .logo {
      z-index: 100;
      position: relative; }
    .site-header .container-fluid .row-fluid .mean-container {
      z-index: 0; }
      .site-header .container-fluid .row-fluid .mean-container .mean-nav {
        margin-top: -5px; } }
@media (max-width: 767px) {
  body {
    padding: 0; }

  .container-fluid {
    padding: 0 10px; }

  header.site-header .container-fluid .logo {
    margin-left: 10px; }

  .hero-area {
    padding: 15px 35px 35px;
    background-position: 20% bottom; }
    .hero-area h1 {
      font-size: 200% !important; }
    .hero-area h2 {
      font-size: 120%; }
    .hero-area p {
      font-size: 100%;
      margin-top: 10px; }

  .file-widgets {
    display: block; }

  .content article h1 {
    font-size: 257.143%; }

  .bottom-bar .container-fluid .row-fluid .widget {
    text-align: center; } }
@media (max-width: 600px) {
  .icons-aligner ul li .icon {
    width: 60px; }
  .icons-aligner ul li .copy {
    padding-left: 75px; } }
#google-search {
  float: left;
  margin-top: 6px;
  margin-left: -10px; }

input.gsc-input {
  border: none !important;
  background-color: #393939 !important;
  height: 28px !important;
  width: 224px !important;
  padding: 1px 10px 1px 36px !important;
  color: white !important;
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  font-size: 14px !important;
  font-weight: normal !important;
  background: url("../../images/bg-search-icon.png") 10px 8px no-repeat #393939 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gsc-control-cse-en {
  padding: 0 !important;
  background: none !important;
  border: none !important; }

.gsib_a {
  padding: 0 !important; }

#google-search > div {
  width: 240px !important; }

.gsc-search-button {
  display: none; }

.gsc-input-box {
  background: none !important;
  border: none !important;
  box-shadow: none !important; }

.gsst_a .gscb_a {
  color: #7b7b7b !important; }

.gsst_a:hover .gscb_a, .gsst_a:focus .gscb_a {
  color: black !important; }

.gssb_e {
  padding-top: 30px !important; }

.gsc-selected-option-container {
  width: auto !important; }

.gsc-completion-container {
  font-weight: 300 !important;
  font-size: 14px !important; }
