/******************************************************************

Site Name: Axios
Original Author: Steven Tuffin

Stylesheet: Main Stylesheet

******************************************************************/
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/***

Site Name: Axios
Author: Steven Tuffin

***/
.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
Variables
*********************/
/*********************
Mixins
*********************/
.border-box {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.content-box {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.reduced-tracking {
  letter-spacing: -0.05em;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.hyphens {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.no-hyphens {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

/*********************
CSS3
*********************/
.background-cover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}

/*********************
Cross Browser Fixes
*********************/
/***

Site Name: Civic Base
Author: Steven Tuffin

***/
.view-filters {
  color: #fff;
  font-size: 1em;
  padding: 40px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: center;
}

.view-filters a {
  color: #fff;
}

.view-filters .views-exposed-widget {
  display: block;
  margin: 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  zoom: 1;
}

.view-filters .views-exposed-widget:before,
.view-filters .views-exposed-widget:after {
  content: "";
  display: table;
}

.view-filters .views-exposed-widget:after {
  clear: both;
}

.view-filters .views-exposed-widget label {
  font-weight: 700;
  display: inline;
  float: left;
  padding: 0 10px;
}

.view-filters .views-exposed-widget * {
  display: inline;
  float: left;
  padding: 0px;
}

.view-filters .views-exposed-widget option {
  display: block;
  float: none;
}

.view-filters .views-exposed-widget .form-item .form-item {
  padding: 0 5px;
}

.view-filters #edit-submit-partners {
  display: none;
}

table,
tbody,
td,
tr {
  border: 0px solid #fff;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #34383c;
  background: #fff;
  overflow-x: hidden;
}

* {
  font-size: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  color: #34383c;
  line-height: 1.5em;
}

p.large-text {
  font-size: 18px;
}

a {
  color: #34383c;
}

.container {
  position: relative;
  width: 940px;
  margin: 0 auto;
  zoom: 1;
}

.container:before,
.container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

.view-content,
.pane-content {
  zoom: 1;
}

.view-content:before,
.pane-content:before,
.view-content:after,
.pane-content:after {
  content: "";
  display: table;
}

.view-content:after,
.pane-content:after {
  clear: both;
}

.assyst {
  font-style: italic;
}

ul.bigticks {
  font-weight: 700;
  list-style: none;
  padding: 0;
}

ul.bigticks li {
  background-image: url(../img/biggreentick.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 5px 0 0px 40px;
}

ul.bigticks-double {
  margin: 40px 0 0;
  list-style: none;
  padding: 0;
  zoom: 1;
}

ul.bigticks-double:before,
ul.bigticks-double:after {
  content: "";
  display: table;
}

ul.bigticks-double:after {
  clear: both;
}

ul.bigticks-double li {
  display: inline;
  float: left;
  width: 385px;
  margin: 0 0px 20px;
  background-image: url(../img/biggreentick.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 5px 0 0px 40px;
}

ul.bigticks-double li:nth-child(odd) {
  clear: left;
}

.node {
  position: relative;
}

h1 {
  font-size: 32px;
  font-weight: 400;
  color: #434b69;
  text-align: center;
  margin-bottom: 40px;
}

h1 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #408cc0;
  text-align: center;
}

h2.pane-title {
  text-align: center;
  font-size: 1.71428571em;
  font-weight: 400;
  margin: 0;
}

.pane-content h3 {
  text-align: center;
  font-size: 2.28571429em;
  font-weight: 700;
  color: #283478;
  margin: 0 0 1em;
}

h2.pane-title {
  font-size: 2.28571429em;
  font-weight: 400;
  color: #434b69;
  text-align: center;
  margin: 40px 0 0;
}

.pane-content h2 {
  font-size: 2.28571429em;
  font-weight: 700;
  color: #408cc0;
  text-align: center;
  margin: 0 0 40px;
}

.pane-homepage-top-slider {
  margin: 0;
}

.pane-homepage-top-slider h1 {
  font-size: 2.28571429em;
  font-weight: 400;
  color: #434b69;
  text-align: center;
  margin-bottom: 0;
}

.pane-homepage-top-slider h2 {
  font-size: 2.28571429em;
  font-weight: 700;
  color: #408cc0;
  text-align: center;
}

.pane-homepage-top-slider h3 {
  text-align: left;
}

.pane-quicktabs-home-page-selected-blogs-resourc {
  background: #fff;
  padding-top: 40px;
}

.pane-quicktabs-home-page-selected-blogs-resourc h2.pane-title {
  font-size: 2.28571429em;
  font-weight: 700;
  color: #283478;
  text-align: center;
  margin: 0 0 40px;
}

.node-type-solution .pane-node-title-field .pane-title {
  display: none;
}

.node-type-solution .pane-node-title-field .pane-content {
  font-size: 32px;
  font-weight: 400;
  color: #6c99db;
  text-align: center;
  margin-bottom: 0;
}

.node-type-solution .pane-node-title-field .pane-content h4 {
  margin-bottom: 0;
  font-weight: 400;
}

.node-type-solution .pane-node-field-subtitle .pane-title {
  display: none;
}

.node-type-solution .pane-node-field-subtitle .pane-content {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.topHeader {
  font-size: 0.78571429em;
  color: #888b90;
  padding: 1em 0;
  zoom: 1;
}

.topHeader:before,
.topHeader:after {
  content: "";
  display: table;
}

.topHeader:after {
  clear: both;
}

.topHeader .block-title {
  display: none;
}

.topHeader .search {
  display: inline;
  float: right;
  margin-left: 1.2em;
}

.topHeader .search .form-text {
  border: 0;
  padding: 2px;
}

.topHeader .search .form-submit {
  position: relative;
  top: 2px;
  text-indent: -99999px;
  width: 16px;
  height: 16px;
  border: 0;
  background: #ffffff url(../img/search.png) no-repeat;
}

.topHeader .menu {
  display: inline;
  float: right;
  margin: 0;
  padding: 0;
}

.topHeader .menu li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0.25em 1.2em;
  border-right: 1px solid #888b90;
}

.topHeader .menu li a {
  position: relative;
  top: -1px;
  color: #888b90;
  text-decoration: none;
}

.topHeader .menu li a.active {
  font-weight: 700;
}

.language-list {
  display: inline;
  float: right;
  margin-left: 1.2em;
  border-left: 1px solid #888b90;
  width: 120px;
}

.language-list p {
  margin: 0;
  padding: 2px 10px;
  background-image: url("../img/downarrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.language-list a.toggleLanguages {
  padding: 2px 32px 2px 24px;
  background-image: url("../img/world.png");
  background-position: left center;
  color: #888b90;
  text-decoration: none;
  background-repeat: no-repeat;
}

.language-list a.toggleLanguages:hover {
  cursor: pointer;
}

.language-list ul {
  margin: 0;
  padding: 10px 12px;
  display: none;
  position: absolute;
  background: white;
  z-index: 10000;
  border: 1px solid #888b90;
  border-top: 0;
  top: 33px;
  width: 180px;
  right: 0;
}

.language-list ul li {
  list-style: none;
  min-height: 20px;
}

.language-list ul li a {
  color: #888b90;
  text-decoration: none;
  padding: 2px 0 2px 24px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}

.language-list ul li a.GB {
  background-image: url("../img/GB.png");
}

.language-list ul li a.AR {
  background-image: url("../img/AR.png");
}

.language-list ul li a.AU {
  background-image: url("../img/AU.png");
}

.language-list ul li a.AT {
  background-image: url("../img/AT.png");
}

.language-list ul li a.BE {
  background-image: url("../img/BE.png");
}

.language-list ul li a.BR {
  background-image: url("../img/BR.png");
}

.language-list ul li a.CA {
  background-image: url("../img/CA.png");
}

.language-list ul li a.CL {
  background-image: url("../img/CL.png");
}

.language-list ul li a.CY {
  background-image: url("../img/CY.png");
}

.language-list ul li a.FR {
  background-image: url("../img/FR.png");
}

.language-list ul li a.DE {
  background-image: url("../img/DE.png");
}

.language-list ul li a.IT {
  background-image: url("../img/IT.png");
}

.language-list ul li a.MX {
  background-image: url("../img/MX.png");
}

.language-list ul li a.PT {
  background-image: url("../img/PT.png");
}

.language-list ul li a.RU {
  background-image: url("../img/RU.png");
}

.language-list ul li a.SA {
  background-image: url("../img/SA.png");
}

.language-list ul li a.ES {
  background-image: url("../img/ES.png");
}

.language-list ul li a.CH {
  background-image: url("../img/CH.png");
}

.language-list ul li a.CH {
  background-image: url("../img/CH.png");
}

.language-list ul li a.NL {
  background-image: url("../img/NL.png");
}

.language-list ul li a.AE {
  background-image: url("../img/AE.png");
}

.language-list ul li a.US {
  background-image: url("../img/US.png");
}

.language-list.active ul {
  display: block;
}

.header {
  font-size: 1em;
  color: #888b90;
  margin: 0;
  padding: 1em 0;
  border-top: 1px solid #888b90;
  zoom: 1;
}

.header:before,
.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header .block-title {
  display: none;
}

.header .logo {
  display: inline-block;
  float: left;
  width: 152px;
  height: 46px;
  background-image: url("../logo.png");
  text-indent: -99999px;
  overflow: hidden;
}

.header .menu {
  display: inline;
  float: right;
  margin: 14px 0;
  padding: 0;
}

.header .menu li {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}

.header .menu li.active-trail a {
  font-weight: 700;
}

.header .menu li a {
  position: relative;
  top: -1px;
  color: #888b90;
  text-decoration: none;
  padding: 0.25em 1em;
  border-right: 1px solid #888b90;
}

.header .menu li a.last {
  border-right: 0px solid #ffffff;
}

.header .menu li a.viewdemo {
  color: #fff;
  font-size: 0.85714286em;
  font-weight: 700;
  background: #2dc76e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0 0.5em;
  padding: 1em;
  border-right: 0px solid #fff;
}

.header .menu li a.freetrial {
  color: #fff;
  font-size: 0.85714286em;
  font-weight: 700;
  background: #d64435;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 0 0.5em;
  padding: 1em;
  border-right: 0px solid #fff;
}

.button {
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
}

.button.blue {
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0092ca));
  background-image: -webkit-linear-gradient(top, #00abed, #0092ca);
  background-image: -moz-linear-gradient(top, #00abed, #0092ca);
  background-image: -o-linear-gradient(top, #00abed, #0092ca);
  background-image: linear-gradient(to bottom, #00abed, #0092ca);
}

.button.red {
  background-color: #c53b2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e54b3b), to(#c53b2d));
  background-image: -webkit-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -moz-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -o-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: linear-gradient(to bottom, #e54b3b, #c53b2d);
}

.button.green {
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.button.arrow {
  background-image: url(../img/button-arrow.png);
}

.button.demo {
  background-image: url(../img/button-demo.png);
}

.button.download {
  background-image: url(../img/button-download.png);
}

.button.stamp {
  background-image: url(../img/button-stamp.png);
}

.button.load {
  background-image: url(../img/button-load.png);
}

.button.send {
  background-image: url(../img/button-send.png);
}

.button.twitter {
  display: block;
  clear: both;
  margin: 40px auto 0;
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0092ca));
  background-image: -webkit-linear-gradient(top, #00abed, #0092ca);
  background-image: -moz-linear-gradient(top, #00abed, #0092ca);
  background-image: -o-linear-gradient(top, #00abed, #0092ca);
  background-image: linear-gradient(to bottom, #00abed, #0092ca);
  width: 60px;
  background-image: url(../img/twitter.png);
  background-position: right 20px center;
}

.button-white {
  margin-top: 40px;
}

.button-white a {
  font-size: 0.85714286em;
  color: #3a6eb9 !important;
  text-decoration: none;
  background: #fff;
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pager-load-more {
  display: block;
  margin: 40px 0 !important;
}

.pager-load-more .pager-next a {
  text-decoration: none;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 80px 12px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  background-image: url(../img/button-load.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.quicktabs-wrapper {
  background: #fff;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.social-footer {
  position: relative;
  background: #324384;
  color: #fff;
  zoom: 1;
  margin-top: 40px;
}

.social-footer:before,
.social-footer:after {
  content: "";
  display: table;
}

.social-footer:after {
  clear: both;
}

.social-footer p {
  color: #fff;
}

.social-footer .tryassyst {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  padding: 16px 20px;
  background: #d64435;
  width: 125px;
}

.social-footer .tryassyst .block-title {
  display: none;
}

.social-footer .tryassyst a {
  text-decoration: none;
}

.social-footer .socialmedia {
  display: inline;
  float: right;
  line-height: 20px;
}

.social-footer a {
  color: #fff;
}

.social-footer a.twitter-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/twitter-link.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  margin-left: 10px;
  margin-right: 5px;
}

.social-footer a.linkedin-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/linkedin-link.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.social-footer a.youtube-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/youtube-link.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.social-footer a.gplus-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/google-link.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  margin-right: 5px;
}

.social-footer a.fb-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../img/facebook_icon.png");
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  margin-right: 0px;
}

footer {
  background: #223373;
  z-index: 100;
}

.main-footer {
  position: relative;
  background: #223373;
  color: #fff;
  zoom: 1;
}

.main-footer:before,
.main-footer:after {
  content: "";
  display: table;
}

.main-footer:after {
  clear: both;
}

.main-footer a,
.main-footer a.active {
  color: #fff;
}

.main-footer .footer-menu {
  display: inline;
  float: left;
  padding: 40px;
  margin: 0 50px 0 0;
}

.main-footer .footer-menu h2,
.main-footer .footer-menu .block-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-footer .footer-menu ul {
  margin: 0;
  padding: 0;
}

.main-footer .footer-menu li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.small-footer {
  font-size: 0.85714286em;
  color: #223373;
  background: #fff;
}

.small-footer a {
  color: #223373;
}

.small-footer .copyright {
  display: inline;
  float: left;
}

.small-footer .footer-nav {
  display: inline;
  float: right;
}

.small-footer .footer-nav ul li {
  display: inline;
  float: left;
  list-style: none;
}

.top-content-block {
  margin: 0 40px 40px;
  padding: 40px;
  border: 1px solid #888b90;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  zoom: 1;
}

.top-content-block:before,
.top-content-block:after {
  content: "";
  display: table;
}

.top-content-block:after {
  clear: both;
}

.top-content-block h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.top-content-block h2 span,
.top-content-block h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.top-content-block .image {
  display: inline;
  float: left;
  width: 250px;
  margin-right: 40px;
}

.top-content-block .image img {
  width: 100%;
  height: auto;
}

.top-content-block .text {
  display: inline;
  float: left;
  width: 485px;
}

.top-content-block .text > p {
  margin-top: 0;
}

.content-block {
  padding: 40px;
  border: 1px solid #888b90;
  background: #fff;
}

.content-block h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.content-block h2 span,
.content-block h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.page-node .content-block {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.three-column {
  padding: 40px 20px;
  border: 1px solid #888b90;
  zoom: 1;
  background: #fff;
}

.three-column:before,
.three-column:after {
  content: "";
  display: table;
}

.three-column:after {
  clear: both;
}

.three-column h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.three-column h2 span,
.three-column h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.three-column p {
  text-align: center;
}

.three-column ul {
  margin: 0;
  padding: 40px 0 0;
}

.three-column ul li {
  list-style: none;
  display: inline;
  float: left;
  width: 239px;
  margin: 0 30px;
  padding-top: 80px;
}

.three-column ul li.people {
  background-image: url(../img/people.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li.process {
  background-image: url(../img/process.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li.technology {
  background-image: url(../img/technology.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li.love {
  background-image: url(../img/love.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li.multichannel {
  background-image: url(../img/approach.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li.special {
  background-image: url(../img/special.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.three-column ul li h3 {
  font-size: 1.42857143em;
  font-weight: 700;
  color: #283478;
  text-align: left;
}

.three-column ul li p {
  color: #34383c;
  text-align: left;
}

.quicktabs-tabpage {
  position: relative;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.quicktabs-tabpage:before,
.quicktabs-tabpage:after {
  content: "";
  display: table;
}

.quicktabs-tabpage:after {
  clear: both;
}

.quicktabs-tabpage p {
  color: #fff;
}

.quicktabs-tabpage .text {
  display: inline;
  float: left;
  padding: 20px 40px;
  width: 50%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quicktabs-tabpage .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
}

.quicktabs-tabpage .list-box {
  display: inline;
  float: right;
  width: 40%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin: 60px 40px;
  z-index: 2;
  background: #5081c8;
}

.quicktabs-tabpage .list-box ul {
  font-weight: 700;
  list-style: none;
  padding: 0;
}

.quicktabs-tabpage .list-box ul li {
  background-image: url(../img/biggreentick.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 2px 0 2px 40px;
}

.transformIT-tabs {
  color: #ffffff;
}

.transformIT-tabs a {
  color: #ffffff;
}

.transformIT-tabs .item-list .quicktabs-tabs {
  margin: 0;
}

.transformIT-tabs .quicktabs-tabpage {
  position: relative;
  padding-bottom: 100px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  border-right: 1px solid #888b90;
  border-left: 1px solid #888b90;
  zoom: 1;
}

.transformIT-tabs .quicktabs-tabpage:before,
.transformIT-tabs .quicktabs-tabpage:after {
  content: "";
  display: table;
}

.transformIT-tabs .quicktabs-tabpage:after {
  clear: both;
}

.transformIT-tabs .quicktabs-tabpage .text {
  display: inline;
  float: left;
  padding: 40px;
  width: 45%;
}

.transformIT-tabs .quicktabs-tabpage .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
  margin-top: 0;
}

.transformIT-tabs .quicktabs-tabpage .image {
  position: absolute;
  right: 20px;
  bottom: 20px;
  right: 0;
  z-index: 5;
  width: 530px;
}

.transformIT-tabs .quicktabs-tabpage .image img {
  width: 100% !important;
  height: auto !important;
}

.transformIT-tabs .quicktabs-tabpage .buttonbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: #fff;
}

.transformIT-tabs .quicktabs-tabpage .buttonbar .button {
  margin-right: 1.2em;
}

.efficiency-agility {
  border-bottom: 0;
}

.improveperformance-tabs {
  color: #ffffff;
  border-right: 1px solid #888b90;
  border-left: 1px solid #888b90;
}

.improveperformance-tabs a {
  color: #ffffff;
}

.improveperformance-tabs .item-list .quicktabs-tabs {
  margin: 0;
}

.improveperformance-tabs .quicktabs-tabpage {
  position: relative;
  padding-bottom: 100px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  border-right: 1px solid #888b90;
  border-left: 1px solid #888b90;
  padding: 40px;
  zoom: 1;
}

.improveperformance-tabs .quicktabs-tabpage:before,
.improveperformance-tabs .quicktabs-tabpage:after {
  content: "";
  display: table;
}

.improveperformance-tabs .quicktabs-tabpage:after {
  clear: both;
}

.improveperformance-tabs .quicktabs-tabpage .block {
  zoom: 1;
}

.improveperformance-tabs .quicktabs-tabpage .block:before,
.improveperformance-tabs .quicktabs-tabpage .block:after {
  content: "";
  display: table;
}

.improveperformance-tabs .quicktabs-tabpage .block:after {
  clear: both;
}

.improveperformance-tabs .quicktabs-tabpage ul {
  font-weight: 700;
  list-style: none;
  padding: 0;
}

.improveperformance-tabs .quicktabs-tabpage ul li {
  background-image: url(../img/biggreentick.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 5px 0 5px 40px;
}

.pane-2 {
  padding-top: 2em;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  background: #fff;
}

.endorsements {
  color: #ffffff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  background: #fff;
}

.endorsements a {
  color: #ffffff;
}

.endorsements .item-list .quicktabs-tabs {
  margin: 0;
}

.endorsements .quicktabs-tabpage {
  position: relative;
  padding-bottom: 100px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.endorsements .quicktabs-tabpage:before,
.endorsements .quicktabs-tabpage:after {
  content: "";
  display: table;
}

.endorsements .quicktabs-tabpage:after {
  clear: both;
}

.endorsements .quicktabs-tabpage .text {
  display: inline;
  float: left;
  padding: 0 40px;
  width: 45%;
}

.endorsements .quicktabs-tabpage .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
  margin-top: 40px;
}

.endorsements .quicktabs-tabpage .image {
  position: absolute;
  bottom: -32px;
  right: 0px;
  z-index: 5;
}

.endorsements .quicktabs-tabpage .buttonbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: #fff;
}

.home-blog-tabs {
  color: #ffffff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
}

.home-blog-tabs a {
  color: #ffffff;
}

.home-blog-tabs .item-list .quicktabs-tabs {
  margin: 0;
}

.home-blog-tabs .quicktabs-tabpage {
  position: relative;
  padding-bottom: 100px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.home-blog-tabs .quicktabs-tabpage:before,
.home-blog-tabs .quicktabs-tabpage:after {
  content: "";
  display: table;
}

.home-blog-tabs .quicktabs-tabpage:after {
  clear: both;
}

.home-blog-tabs .quicktabs-tabpage .text {
  display: inline;
  float: left;
  padding: 40px;
  width: 45%;
}

.home-blog-tabs .quicktabs-tabpage .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
}

.home-blog-tabs .quicktabs-tabpage .image {
  display: inline;
  float: right;
  width: 45%;
  padding: 80px 0 0;
  z-index: 2;
}

.home-blog-tabs .quicktabs-tabpage .image img {
  width: 100% !important;
  height: auto !important;
}

.home-blog-tabs .quicktabs-tabpage .buttonbar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 40px;
  background: #fff;
}

.training-tabs {
  color: #ffffff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
}

.training-tabs a {
  color: #ffffff;
}

.training-tabs .item-list .quicktabs-tabs {
  margin: 0;
}

.training-tabs .quicktabs-tabpage {
  position: relative;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.training-tabs .quicktabs-tabpage:before,
.training-tabs .quicktabs-tabpage:after {
  content: "";
  display: table;
}

.training-tabs .quicktabs-tabpage:after {
  clear: both;
}

.training-tabs .quicktabs-tabpage .text {
  display: inline;
  float: left;
  padding: 20px 40px;
  width: 50%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.training-tabs .quicktabs-tabpage .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
}

.training-tabs .quicktabs-tabpage .list-box {
  display: inline;
  float: right;
  width: 40%;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  margin: 60px 40px;
  z-index: 2;
  background: #5081c8;
}

.training-tabs .quicktabs-tabpage .list-box ul {
  font-weight: 700;
  list-style: none;
  padding: 0;
}

.training-tabs .quicktabs-tabpage .list-box ul li {
  background-image: url(../img/biggreentick.png);
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 5px 0 5px 40px;
}

.pane-tweets {
  background: #fcfcfc;
  padding: 40px 20px;
  border: 1px solid #888b90;
  zoom: 1;
}

.pane-tweets:before,
.pane-tweets:after {
  content: "";
  display: table;
}

.pane-tweets:after {
  clear: both;
}

.pane-tweets ul.tweets {
  margin: 0px;
  padding: 0;
}

.pane-tweets ul.tweets > li {
  list-style: none;
  display: inline;
  float: left;
  width: 216px;
  padding: 20px;
  background: #fff;
  margin: 0 20px;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-height: 270px;
}

.pane-tweets ul.tweets > li .name-handle {
  font-size: 1.28571429em;
  font-weight: 700;
  color: #283478;
}

.pane-tweets ul.tweets > li .twitter-status .timestamp,
.pane-tweets ul.tweets > li .twitter-status .name-handle .handle {
  display: none;
}

.pane-tweets ul.tweets > li .twitter-status .text {
  font-size: 1.14285714em;
  margin: 20px 0;
}

.itsm-software {
  padding: 40px;
  border: 1px solid #888b90;
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  background: #fff;
}

.itsm-software h2 {
  font-size: 2.28571429em;
  color: #283478;
  text-align: center;
}

.item-list .quicktabs-tabs {
  margin: 0;
}

.quicktabs-tabpage {
  position: relative;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.quicktabs-tabpage:before,
.quicktabs-tabpage:after {
  content: "";
  display: table;
}

.quicktabs-tabpage:after {
  clear: both;
}

views-slideshow-cycle-main-frame,
.views-slideshow-cycle-main-frame-row {
  width: 938px !important;
  height: 300px !important;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

views-slideshow-cycle-main-frame h3.slider-main-title,
.views-slideshow-cycle-main-frame-row h3.slider-main-title {
  font-size: 1.3em;
  /*.fs(32px);*/
  color: #fff;
  font-weight: 700;
  margin: 40px 40px 10px;
  width: 50%;
}

views-slideshow-cycle-main-frame h3.slider-main-title a,
.views-slideshow-cycle-main-frame-row h3.slider-main-title a {
  color: #fff;
  text-decoration: none;
}

views-slideshow-cycle-main-frame h3.slider-sub-title,
.views-slideshow-cycle-main-frame-row h3.slider-sub-title {
  font-size: 1.2em;
  /*fs(24px);*/
  color: #223373;
  font-weight: 700;
  margin-left: 40px;
  width: 40%;
}

views-slideshow-cycle-main-frame .slider-image,
.views-slideshow-cycle-main-frame-row .slider-image {
  position: absolute;
  right: 40px;
  top: 20px;
  z-index: 2;
}

views-slideshow-cycle-main-frame .buttonbar,
.views-slideshow-cycle-main-frame-row .buttonbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  padding: 30px 40px;
  z-index: 1;
}

views-slideshow-cycle-main-frame .buttonbar .button,
.views-slideshow-cycle-main-frame-row .buttonbar .button {
  display: inline-block;
  padding: 0;
}

views-slideshow-cycle-main-frame .buttonbar .button a,
.views-slideshow-cycle-main-frame-row .buttonbar .button a {
  color: #fff;
  text-decoration: none;
  padding: 12px 73px 12px 20px;
  display: block;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul {
  padding: 40px 20px;
  zoom: 1;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul:before,
#quicktabs-container-home_page_selected_blogs_resourc .item-list ul:after {
  content: "";
  display: table;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul:after {
  clear: both;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li {
  display: inline;
  float: left;
  margin: 0 20px;
  width: 239px;
  margin: 0 30px;
  color: #fff;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li a {
  color: #fff;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li h4 {
  font-size: 1.28571429em;
  font-weight: 700;
  color: #283478;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li p {
  color: #fff;
  text-align: left;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li p.date {
  font-size: 0.85714286em;
}

#quicktabs-container-home_page_selected_blogs_resourc .item-list ul li a.readmore {
  padding: 10px 15px;
  color: #386db8;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.partners-top-block {
  width: 280px;
  margin: 0 auto 20px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.partners-top-block h2 {
  display: block;
  font-size: 18px;
  padding: 20px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.partners-top-block .pane-content {
  padding: 20px;
}

.partners-top-block .pane-content p {
  margin-top: 0;
}

.partners-top-block .pane-content ul {
  font-weight: 700;
  list-style-image: url(../img/greentick.png);
  padding-left: 24px;
}

.pane-block-721 h2 {
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.pane-partners {
  padding: 40px 0;
  border: 1px solid #888b90;
  border-top: 0;
  background: #fff;
}

.pane-partners h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.pane-partners h3 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  text-align: center;
}

.pane-partners .view-filters {
  color: #fff;
  font-size: 1em;
  padding: 40px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: center;
}

.pane-partners .view-filters a {
  color: #fff;
}

.pane-partners .view-filters .views-exposed-widget {
  display: block;
  margin: 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  zoom: 1;
}

.pane-partners .view-filters .views-exposed-widget:before,
.pane-partners .view-filters .views-exposed-widget:after {
  content: "";
  display: table;
}

.pane-partners .view-filters .views-exposed-widget:after {
  clear: both;
}

.pane-partners .view-filters .views-exposed-widget label {
  font-weight: 700;
  display: inline;
  float: left;
  padding: 0 10px;
}

.pane-partners .view-filters .views-exposed-widget * {
  display: inline;
  float: left;
  padding: 0px;
}

.pane-partners .view-filters .views-exposed-widget .form-item .form-item {
  padding: 0 5px;
}

.pane-partners .view-filters .views-exposed-widget .form-item.selected a {
  font-weight: 700;
}

.pane-partners .view-filters #edit-submit-partners {
  display: none;
}

.pane-resources {
  padding: 40px 0;
  border: 1px solid #888b90;
  border-top: 0;
}

.pane-resources h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.pane-resources h3 {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  text-align: center;
}

.pane-resources .view-filters {
  color: #fff;
  font-size: 1em;
  padding: 40px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: center;
}

.pane-resources .view-filters a {
  color: #fff;
}

.pane-resources .view-filters .views-exposed-widget {
  display: block;
  margin: 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  zoom: 1;
}

.pane-resources .view-filters .views-exposed-widget:before,
.pane-resources .view-filters .views-exposed-widget:after {
  content: "";
  display: table;
}

.pane-resources .view-filters .views-exposed-widget:after {
  clear: both;
}

.pane-resources .view-filters .views-exposed-widget label {
  font-weight: 700;
  display: inline;
  float: left;
  padding: 0 10px;
}

.pane-resources .view-filters .views-exposed-widget * {
  display: inline;
  float: left;
  padding: 0px;
}

.pane-resources .view-filters .views-exposed-widget .form-item .form-item {
  padding: 0 5px;
}

.pane-resources .view-filters #edit-submit-partners {
  display: none;
}

.partner-list {
  padding: 40px;
  zoom: 1;
}

.partner-list:before,
.partner-list:after {
  content: "";
  display: table;
}

.partner-list:after {
  clear: both;
}

.partner-list ul {
  padding: 0;
  margin: 0;
}

.partner-list ul li.partner {
  display: inline;
  float: left;
  width: 400px;
  zoom: 1;
  margin-bottom: 40px;
}

.partner-list ul li.partner:before,
.partner-list ul li.partner:after {
  content: "";
  display: table;
}

.partner-list ul li.partner:after {
  clear: both;
}

.partner-list ul li.partner a {
  color: #34383c;
  text-decoration: underline;
}

.partner-list ul li.partner .partnerfind-logo {
  display: inline;
  float: left;
  width: 180px;
}

.partner-list ul li.partner .partnerfind-category {
  clear: left;
  display: inline;
  float: left;
  width: 180px;
}

.partner-list ul li.partner .partnerfind-continent {
  clear: left;
  display: inline;
  float: left;
  width: 180px;
  margin: 20px 0;
}

.partner-list ul li.partner .partnerfind-title {
  display: inline;
  float: right;
  width: 210px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.partner-list ul li.partner .partnerfind-profile {
  clear: right;
  display: inline;
  float: right;
  width: 210px;
}

.partner-list ul li.partner.views-row-odd {
  margin-right: 50px;
}

.training-young {
  border-top: 0;
  border-bottom: 0;
}

.pane-axios-people {
  padding: 40px 20px;
  border: 1px solid #888b90;
  border-top: 0;
  background: #fff;
}

.pane-axios-people h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.pane-axios-people h2 span,
.pane-axios-people h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.pane-axios-people ul.axios-team {
  margin: 0px;
  padding: 0;
}

.pane-axios-people ul.axios-team li.team-member {
  position: relative;
  list-style: none;
  display: inline;
  float: left;
  width: 216px;
  padding: 20px;
  background: #fff;
  margin: 0 20px 20px;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.pane-axios-people ul.axios-team li.team-member .team-photo {
  display: inline;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}

.pane-axios-people ul.axios-team li.team-member .team-photo img {
  width: 100%;
  height: 100px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.pane-axios-people ul.axios-team li.team-member .team-linkedin a {
  position: absolute;
  top: 90px;
  left: 90px;
  text-indent: -99999px;
  height: 32px;
  width: 32px;
  background: url(../img/linkedinbubble.png);
}

.pane-axios-people ul.axios-team li.team-member .team-title {
  display: inline;
  float: right;
  width: 100px;
  font-weight: 700;
}

.pane-axios-people ul.axios-team li.team-member .team-position {
  display: inline;
  float: right;
  width: 100px;
}

.pane-axios-people ul.axios-team li.team-member .hobbies {
  margin: 15px 0 0;
  clear: both;
}

.pane-axios-people ul.axios-team li.team-member .hobbies span {
  font-weight: 700;
}

.pane-axios-people ul.axios-team li.team-member.views-row-4,
.pane-axios-people ul.axios-team li.team-member.views-row-7,
.pane-axios-people ul.axios-team li.team-member.views-row-10 {
  clear: left;
}

.different-about-assyst {
  padding: 40px 20px;
}

.different-about-assyst ul {
  list-style: none;
  padding: 0;
}

.different-about-assyst ul li {
  display: inline;
  float: left;
  width: 350px;
  margin: 0 20px 0px;
  background-image: url(../img/biggreentick.png);
  background-position: left top;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 0px 0 5px 40px;
}

.different-about-assyst ul li:nth-child(odd) {
  clear: left;
}

.flexible-delivery {
  padding: 40px;
}

.flexible-delivery .side.box {
  display: inline;
  float: left;
  width: 240px;
  padding: 40px;
  color: #fff;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  margin-right: 40px;
}

.flexible-delivery .side.box img {
  width: 100%;
  margin-bottom: 20px;
}

.flexible-delivery .side.box ul {
  padding: 0;
  margin: 0;
}

.flexible-delivery .side.box ul li {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

.flexible-delivery .text {
  display: inline;
  float: left;
  width: 495px;
}

.block-axios-solution-role-menu,
.pane-axios-solution-role-menu {
  color: #fff;
  background: #283478;
  padding: 40px;
  border: 1px solid #888b90;
  border-bottom: 0;
}

.block-axios-solution-role-menu label,
.pane-axios-solution-role-menu label,
.block-axios-solution-role-menu select,
.pane-axios-solution-role-menu select {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.block-axios-solution-role-menu select,
.pane-axios-solution-role-menu select {
  width: 260px;
}

.solutions-list {
  background: #fff;
  border-bottom: 1px solid #888b90;
}

.solutions-list ul {
  margin: 0;
  padding: 0;
}

.solutions-list ul li.views-row-even {
  border-top: 0;
  border-bottom: 0;
}

.solutions-list ul li.views-row-last {
  border-bottom: 1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.solutions-list ul li {
  list-style: none;
  padding: 40px;
  border: 1px solid #888b90;
  zoom: 1;
}

.solutions-list ul li:before,
.solutions-list ul li:after {
  content: "";
  display: table;
}

.solutions-list ul li:after {
  clear: both;
}

.solutions-list ul li h2.solutions-title,
.solutions-list ul li h2.solutions-title a {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
}

.solutions-list ul li h2.solutions-subtitle {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  text-align: center;
}

.solutions-list ul li .solutions-text {
  clear: left;
  display: inline;
  float: left;
  width: 420px;
}

.solutions-list ul li .solutions-quote-logo {
  clear: left;
  display: inline;
  float: left;
  width: 100px;
  margin: 20px 20px 20px 0;
}

.solutions-list ul li .solutions-quote {
  display: inline;
  float: left;
  width: 300px;
  color: #34383c;
  font-size: 12px;
  font-style: italic;
  margin: 20px 0;
}

.solutions-list ul li .solutions-quote div:before,
.solutions-list ul li .solutions-quote div:after {
  content: '"';
}

.solutions-list ul li .solutions-media {
  clear: right;
  display: inline;
  float: right;
  width: 380px;
  padding-bottom: 20px;
  background: url(../img/solutionsvideo-shadow.png) center bottom no-repeat;
}

.solutions-list ul li .solutions-media img {
  width: 100%;
  height: auto;
}

.solutions-list ul li .solutions-button {
  clear: right;
  display: inline;
  float: right;
  width: 380px;
  margin: 40px 0 0;
  text-align: right;
}

.solutions-list ul li .solutions-button a {
  text-decoration: none;
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 80px 12px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  background-image: url(../img/button-arrow.png);
}

li.views-row-even {
  border-top: 0;
  border-bottom: 0;
}

.press-release {
  background: #fff;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.press-release ul {
  margin: 0;
  padding: 0;
}

.press-release ul li.views-row-last {
  border-bottom: 0;
}

.press-release ul li {
  list-style: none;
  padding: 40px;
  border-bottom: 1px solid #888b90;
  zoom: 1;
}

.press-release ul li:before,
.press-release ul li:after {
  content: "";
  display: table;
}

.press-release ul li:after {
  clear: both;
}

.press-release ul li h2.release-title,
.press-release ul li h2.release-title a {
  font-size: 18px;
  color: #34383c;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
}

.press-release ul li .author,
.press-release ul li .release-date,
.press-release ul li .tags {
  display: inline;
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
  font-size: 14px;
  color: #34383c;
}

.press-release ul li .author a,
.press-release ul li .release-date a,
.press-release ul li .tags a {
  color: #34383c;
}

.press-release ul li .solutions-button {
  clear: right;
  display: inline;
  float: right;
  width: 380px;
  margin: 40px 0 0;
  text-align: right;
}

.press-release ul li .solutions-button a {
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 15px 200px 15px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog-roll {
  background: #fff;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog-roll ul {
  margin: 0;
  padding: 0;
}

.blog-roll ul li.views-row-last {
  border-bottom: 0;
}

.blog-roll ul li {
  list-style: none;
  padding: 40px;
  border-bottom: 1px solid #888b90;
  zoom: 1;
}

.blog-roll ul li:before,
.blog-roll ul li:after {
  content: "";
  display: table;
}

.blog-roll ul li:after {
  clear: both;
}

.blog-roll ul li h2.blog-title,
.blog-roll ul li h2.blog-title a {
  font-size: 18px;
  color: #34383c;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
}

.blog-roll ul li .author,
.blog-roll ul li .release-date,
.blog-roll ul li .tags {
  margin-right: 20px;
  font-size: 14px;
  color: #34383c;
}

.blog-roll ul li .author a,
.blog-roll ul li .release-date a,
.blog-roll ul li .tags a {
  color: #34383c;
}

.blog-roll ul li .tags span,
.blog-roll ul li .tags div {
  display: inline;
  float: left;
  margin-right: 10px;
}

.blog-roll ul li .tags span {
  font-weight: 700;
}

.page-blog .main-content,
.node-type-blog .main-content,
.page-archives .main-content {
  display: inline;
  float: left;
  width: 620px;
}

.page-blog .main-content h1,
.node-type-blog .main-content h1,
.page-archives .main-content h1 {
  width: 940px;
  min-height: 86px;
}

.blog-side {
  clear: right;
  display: inline;
  float: right;
  width: 200px;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog-side a {
  text-decoration: none;
}

.blog-side input.form-text,
.blog-side .input.email {
  width: 96%;
  margin: 10px 0 0;
}

.blog-side.blog-subscribe {
  margin: 126px 0 40px;
  color: #fff;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  padding: 20px 40px;
  zoom: 1;
}

.blog-side.blog-subscribe:before,
.blog-side.blog-subscribe:after {
  content: "";
  display: table;
}

.blog-side.blog-subscribe:after {
  clear: both;
}

.blog-side.blog-subscribe a {
  color: #fff;
}

.blog-side.blog-subscribe input.form-submit {
  float: right;
  color: #fff;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
}

.blog-side.recent-blog-posts {
  border: 1px solid #888b90;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.blog-side.recent-blog-posts a {
  text-decoration: none;
}

.blog-side.recent-blog-posts ul,
.blog-side.recent-blog-posts li {
  margin: 0;
  padding: 0;
  list-style: disc;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #283478;
}

.blog-side.recent-blog-posts ul a,
.blog-side.recent-blog-posts li a {
  color: #34383c;
}

.blog-side.recent-blog-posts .more-link {
  display: none;
}

.blog-side.blog-categories {
  width: 280px;
  padding: 0;
  border: 1px solid #888b90;
  border-top: 0;
  border-bottom: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.blog-side.blog-categories label {
  margin-bottom: 15px;
}

.blog-side.blog-categories a {
  text-decoration: none;
}

.blog-side.blog-categories ul,
.blog-side.blog-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5em;
}

.blog-side.blog-categories .more-link {
  display: none;
}

.blog-side.blog-categories .views-widget-filter-field_blog_categories_tid {
  display: block;
  float: none;
  padding: 40px;
  border-bottom: 1px solid #888b90;
}

.blog-side.blog-categories .views-widget-filter-title {
  display: block;
  float: none;
  padding: 40px;
  border-bottom: 1px solid #888b90;
  display: none;
}

.blog-side.blog-categories .views-widget-filter-uid {
  display: block;
  float: none;
  padding: 40px;
}

.blog-side.blog-categories .views-submit-button {
  display: none;
}

.blog-side.blog-archive {
  border: 1px solid #888b90;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.blog-side .views-widget-filter-title label {
  display: none;
}

.blog-side.blog-tardis {
  border: 1px solid #888b90;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.block-mefibs {
  clear: right;
  display: inline;
  float: right;
  width: 200px;
  padding: 30px 40px;
  background: #fff;
  border: 1px solid #888b90;
  border-bottom: 0;
}

.block-mefibs #edit-mefibs-form-search-title-wrapper {
  display: block;
  float: none;
}

.block-mefibs label {
  margin-bottom: 15px;
}

.block-mefibs input {
  width: 100%;
}

.block-mefibs .form-submit {
  border: 0;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../img/button-search.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.block-mefibs .views-submit-button {
  float: right;
  padding: 0 10px;
}

.node-type-blog .field-name-field-blog-categories,
.node-type-blog .field-name-field-blog-tags,
.node-type-press-article .field-name-field-author,
.node-type-press-article .field-name-field-press-tags {
  width: 100%;
  margin-bottom: 20px;
  zoom: 1;
}

.node-type-blog .field-name-field-blog-categories:before,
.node-type-blog .field-name-field-blog-tags:before,
.node-type-press-article .field-name-field-author:before,
.node-type-press-article .field-name-field-press-tags:before,
.node-type-blog .field-name-field-blog-categories:after,
.node-type-blog .field-name-field-blog-tags:after,
.node-type-press-article .field-name-field-author:after,
.node-type-press-article .field-name-field-press-tags:after {
  content: "";
  display: table;
}

.node-type-blog .field-name-field-blog-categories:after,
.node-type-blog .field-name-field-blog-tags:after,
.node-type-press-article .field-name-field-author:after,
.node-type-press-article .field-name-field-press-tags:after {
  clear: both;
}

.node-type-blog .field-name-field-blog-categories .field-label,
.node-type-blog .field-name-field-blog-tags .field-label,
.node-type-press-article .field-name-field-author .field-label,
.node-type-press-article .field-name-field-press-tags .field-label,
.node-type-blog .field-name-field-blog-categories .field-items,
.node-type-blog .field-name-field-blog-tags .field-items,
.node-type-press-article .field-name-field-author .field-items,
.node-type-press-article .field-name-field-press-tags .field-items,
.node-type-blog .field-name-field-blog-categories .field-item,
.node-type-blog .field-name-field-blog-tags .field-item,
.node-type-press-article .field-name-field-author .field-item,
.node-type-press-article .field-name-field-press-tags .field-item {
  display: inline;
  float: left;
  margin-right: 20px;
}

.page-archives .blog-side.blog-categories {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-resources .blog-roll,
.page-solutions .blog-roll {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-resources .views-field-field-access-type,
.page-solutions .views-field-field-access-type {
  text-indent: -99999px;
}

.page-about-us .view-resources .item-list h4 .public-document {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/docresource3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .private-document {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/docresource3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .public-casestudies {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_case_studies3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .private-casestudies {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_case_studies3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .public-video {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/videoresource3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .private-video {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/videoresource3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .public-presentations {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_presentation3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .private-presentations {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_presentation3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .public-webinars {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_webinars3.png);
  background-repeat: no-repeat;
}

.page-about-us .view-resources .item-list h4 .private-webinars {
  padding-left: 40px;
  background-position: top left;
  background: url(../img/icon_webinars3.png);
  background-repeat: no-repeat;
}

.page-resources .views-field-field-access-type.public-document,
.page-solutions .views-field-field-access-type.public-document {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/docresource.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .views-field-field-access-type.private-document,
.page-solutions .views-field-field-access-type.private-document {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/docresource.png);
  /* background: url(../img/privatedocresource.png); */
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .views-field-field-access-type.public-video,
.page-solutions .views-field-field-access-type.public-video {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/videoresource.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .views-field-field-access-type.public-casestudies,
.page-solutions .views-field-field-access-type.public-casestudies {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_case_studies.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .views-field-field-access-type.public-presentations,
.page-solutions .views-field-field-access-type.public-presentations {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_presentation.png);
  /* background: url(../img/privatedocresource.png); */
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .views-field-field-access-type.public-webinars,
.page-solutions .views-field-field-access-type.public-webinars {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_webinars.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.public-document,
.page-solutions .resource-type.public-document {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/docresource.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.private-document,
.page-solutions .resource-type.private-document {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/docresource.png);
  /* background: url(../img/privatedocresource.png); */
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.public-video,
.page-solutions .resource-type.public-video {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/videoresource.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.public-casestudies,
.page-solutions .resource-type.public-casestudies {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_case_studies.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.public-presentations,
.page-solutions .resource-type.public-presentations {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_presentation.png);
  /* background: url(../img/privatedocresource.png); */
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .resource-type.public-webinars,
.page-solutions .resource-type.public-webinars {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/icon_webinars.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-resources .author,
.page-solutions .author {
  display: none !important;
}

.page-resources .blog-title,
.page-solutions .blog-title,
.page-resources .blog-text,
.page-solutions .blog-text,
.page-resources .tags,
.page-solutions .tags,
.page-resources .release-date,
.page-solutions .release-date {
  margin-left: 96px !important;
}

.page-resources .release-date,
.page-solutions .release-date {
  font-weight: 700;
}

.page-resources .author,
.page-solutions .author,
.page-resources .tags,
.page-solutions .tags {
  display: inline;
  float: left;
}

.page-resources .view-filters,
.page-solutions .view-filters {
  color: #fff;
  font-size: 1em;
  padding: 30px 40px 15px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-resources .view-filters .selected a,
.page-solutions .view-filters .selected a {
  font-weight: 700;
}

.page-resources .view-filters a,
.page-solutions .view-filters a {
  color: #fff;
}

.page-resources .view-filters .views-exposed-widget,
.page-solutions .view-filters .views-exposed-widget {
  display: block;
  margin: 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  zoom: 1;
}

.page-resources .view-filters .views-exposed-widget:before,
.page-solutions .view-filters .views-exposed-widget:before,
.page-resources .view-filters .views-exposed-widget:after,
.page-solutions .view-filters .views-exposed-widget:after {
  content: "";
  display: table;
}

.page-resources .view-filters .views-exposed-widget:after,
.page-solutions .view-filters .views-exposed-widget:after {
  clear: both;
}

.page-resources .view-filters .views-exposed-widget label,
.page-solutions .view-filters .views-exposed-widget label {
  font-weight: 700;
  display: inline;
  float: left;
  padding: 0 10px;
}

.page-resources .view-filters .views-exposed-widget *,
.page-solutions .view-filters .views-exposed-widget * {
  display: inline;
  float: left;
  padding: 0px;
}

.page-resources .view-filters .views-exposed-widget .form-item .form-item,
.page-solutions .view-filters .views-exposed-widget .form-item .form-item {
  padding: 0 5px;
}

.page-resources .view-filters #edit-submit-resources,
.page-solutions .view-filters #edit-submit-resources {
  display: none;
}

.page-solutions .blog-roll {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-industry .pane-1 h2.pane-title {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #6c99db;
}

.page-industry .pane-1 .pane-content h3 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1em;
}

.page-industry .pane-axios-solution-role-menu {
  margin: 0 0 40px;
  color: #fff;
  background: #283478;
  padding: 40px;
  border: 1px solid #888b90;
  border-bottom: 0;
}

.page-industry .pane-axios-solution-role-menu label,
.page-industry .pane-axios-solution-role-menu select {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.page-industry .pane-axios-solution-role-menu select {
  width: 220px;
}

.page-industry .top-content-block ul,
.page-industry .top-content-block li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-industry .top-content-block .content-title {
  display: none;
}

.page-industry .top-content-block .text {
  float: right;
}

.page-industry .top-content-block .image {
  float: left;
}

.page-industry .quicktabs-tabpage {
  padding-bottom: 40px;
}

.page-industry .quicktabs-tabpage .views-field-title {
  display: none;
}

.page-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block {
  margin: 0 0 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-industry .blog-roll .blog-title,
.page-industry .blog-roll .blog-text,
.page-industry .blog-roll .author {
  margin-left: 96px;
}

.page-industry .blog-roll .author,
.page-industry .blog-roll .tags {
  display: inline;
  float: left;
}

.page-industry .blog-roll .views-field-field-access-type,
.page-industry .blog-roll .resource-type {
  display: inline;
  float: left;
  width: 64px;
  height: 64px;
  background: url(../img/docresource.png);
  text-indent: -99999px;
  overflow: hidden;
}

.page-node-45 article.node h1 {
  width: 480px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 40px;
}

.page-node-45 .content-block {
  zoom: 1;
}

.page-node-45 .content-block:before,
.page-node-45 .content-block:after {
  content: "";
  display: table;
}

.page-node-45 .content-block:after {
  clear: both;
}

.page-node-45 .content-block .field-name-body {
  display: inline;
  float: right;
  width: 395px;
}

.page-node-45 .content-block .field-name-body table td {
  padding: 15px 10px;
}

.page-node-45 .content-block .field-name-body p {
  margin: 0;
}

.page-node-45 .content-block .field-name-body p.large-text {
  font-size: 16px;
}

.page-node-45 .content-block #webform-client-form-45 {
  display: inline;
  float: left;
  margin: -40px 40px -40px -20px;
  width: 400px;
  padding: 80px 40px 40px;
  color: #fff;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.page-node-45 .content-block #webform-client-form-45 input,
.page-node-45 .content-block #webform-client-form-45 select {
  width: 60%;
  padding: 5px 10px;
  float: right;
  /* -webkit-appearance: none;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0px;
}

.page-node-45 .content-block #webform-client-form-45 select {
  width: 65%;
  height: 29px;
}

.page-node-45 .content-block #webform-client-form-45 #webform-component-comments label {
  display: none;
}

.page-node-45 .content-block #webform-client-form-45 .form-item {
  margin: 2em 0;
}

.page-node-45 .content-block #webform-client-form-45 .form-submit {
  width: auto;
  padding: 12px 73px 12px 20px;
  color: #fff;
  border: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  background-image: url(../img/button-send.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#mini-panel-axios_offices_ .pane-global-offices {
  display: inline;
  float: left;
}

#mini-panel-axios_offices_ .views-row-1,
#mini-panel-axios_offices_ .views-row-2,
#mini-panel-axios_offices_ .pane-block-38 {
  display: inline;
  float: left;
  width: 244px;
  margin: 20px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#mini-panel-axios_offices_ .views-row-2 {
  margin: 20px 40px;
}

.logos {
  margin: 0;
  padding: 0;
  zoom: 1;
}

.logos:before,
.logos:after {
  content: "";
  display: table;
}

.logos:after {
  clear: both;
}

.logos li {
  list-style: none;
  display: inline;
  float: left;
  width: 100px;
  margin: 0 14px !important;
}

.logos li img {
  width: 100% !important;
  height: auto !important;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.logos li img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
}

.jcarousel-skin-default .jcarousel-container-horizontal {
  padding: 0px 40px 0px !important;
}

.jcarousel-skin-default .jcarousel-container-horizontal,
.jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 860px !important;
}

.jcarousel-item-horizontal {
  width: 163px !important;
  height: 78px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff !important;
  color: #888b90;
  font-size: 14px;
  font-weight: 700;
}

.jcarousel-item-horizontal a {
  color: #888b90;
  text-decoration: none;
}

.jcarousel-skin-default .jcarousel-prev-horizontal {
  background: url(../img/topslider-previous.png) no-repeat !important;
  top: 18px !important;
  left: 0 !important;
}

.jcarousel-skin-default .jcarousel-next-horizontal {
  background: url(../img/topslider-next.png) no-repeat !important;
  top: 18px !important;
  right: 0 !important;
}

.jcarousel-item-1 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_1.png) no-repeat 8px center;
}

.jcarousel-item-2 h2 {
  padding: 19px 15px 19px 52px;
  background: url(../img/carousel_2.png) no-repeat 8px center;
}

.jcarousel-item-3 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_3.png) no-repeat 8px center;
}

.jcarousel-item-4 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_4.png) no-repeat 8px center;
}

.jcarousel-item-5 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_5.png) no-repeat 8px center;
}

.jcarousel-item-6 h2 {
  padding: 10px 10px 10px 48px;
  background: url(../img/carousel_6.png) no-repeat 8px center;
}

.jcarousel-item-7 h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_7.png) no-repeat 8px center;
}

.jcarousel-item-8 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_8.png) no-repeat 8px center;
}

.jcarousel-item-9 h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_9.png) no-repeat 8px center;
}

.jcarousel-item-10 h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_10.png) no-repeat 8px center;
}

.jcarousel-item-horizontal a:hover {
  color: #888b90;
  text-decoration: underline;
}

.jcarousel-item-horizontal.active {
  background: #283478 !important;
  border: 1px solid #283478;
}

.jcarousel-item-1.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_1_white.png) no-repeat 8px center;
}

.jcarousel-item-2.active h2 {
  padding: 19px 15px 19px 52px;
  background: url(../img/carousel_2_white.png) no-repeat 8px center;
}

.jcarousel-item-3.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_3_white.png) no-repeat 8px center;
}

.jcarousel-item-4.active h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_4_white.png) no-repeat 8px center;
}

.jcarousel-item-5.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_5_white.png) no-repeat 8px center;
}

.jcarousel-item-6.active h2 {
  padding: 10px 10px 10px 48px;
  background: url(../img/carousel_6_white.png) no-repeat 8px center;
}

.jcarousel-item-7.active h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_7_white.png) no-repeat 8px center;
}

.jcarousel-item-8.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_8_white.png) no-repeat 8px center;
}

.jcarousel-item-1.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_1_white.png) no-repeat 8px center;
}

.jcarousel-item-2.active h2 {
  padding: 19px 15px 19px 52px;
  background: url(../img/carousel_2_white.png) no-repeat 8px center;
}

.jcarousel-item-3.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_3_white.png) no-repeat 8px center;
}

.jcarousel-item-8.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_8_white.png) no-repeat 8px center;
}

.jcarousel-item-4.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_4_white.png) no-repeat 8px center;
}

.jcarousel-item-7.active h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_7_white.png) no-repeat 8px center;
}

.jcarousel-item-5.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_5_white.png) no-repeat 8px center;
}

.jcarousel-item-9.active h2 {
  padding: 28px 10px 29px 48px;
  background: url(../img/carousel_9_white.png) no-repeat 8px center;
}

.jcarousel-item-10.active h2 {
  padding: 19px 10px 19px 48px;
  background: url(../img/carousel_10_white.png) no-repeat 8px center;
}

.jcarousel-item-6.active h2 {
  padding: 10px 10px 10px 48px;
  background: url(../img/carousel_6_white.png) no-repeat 8px center;
}

.jcarousel-item-horizontal a.active {
  color: #fff;
}

.solutions-video {
  position: relative;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.solutions-video .solutions-list {
  position: relative;
  background: url(../img/solutions-videobg.png) no-repeat;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.solutions-video .solutions-list li {
  border: 0px;
}

.solutions-video .solutions-list .solutions-text {
  clear: right;
  float: right;
  color: #fff;
}

.solutions-video .solutions-list .solutions-text p {
  color: #fff;
  margin: 0 0 5px;
}

.solutions-video .solutions-list .solutions-media {
  clear: left;
  float: left;
}

.solutions-video .view-footer p {
  margin: 0;
}

.solutions-video a.freetrial {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background-color: #c53b2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e54b3b), to(#c53b2d));
  background-image: -webkit-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -moz-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -o-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: linear-gradient(to bottom, #e54b3b, #c53b2d);
  background-image: url(../img/button-arrow.png);
  color: #fff;
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 12px;
}

.node-type-solution .efficiency-agility {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.node-type-solution .pane-quicktabs-improve-performance-quicktab h2 {
  display: none;
}

.node-type-solution .pane-node-body {
  padding: 40px;
  border: 1px solid #888b90;
  background: #fff;
  border-bottom: 0;
}

.node-type-solution .pane-node-body h2 {
  margin-top: 0;
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.node-type-solution .pane-node-body h2 span,
.node-type-solution .pane-node-body h2 strong {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.pane-customer-quotes-slider h2 {
  font-size: 32px;
  font-weight: 400;
  color: #34383c;
  margin: 0;
  padding: 40px 0 0;
  background: #fff;
}

.pane-customer-quotes-slider .pane-content {
  padding: 0 40px;
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item {
  text-align: center;
  display: inline;
  float: left;
  width: 225px;
  margin: 0px 10px;
  padding: 0 20px 20px;
  background: #fff;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-title {
  display: none;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-logo {
  margin-bottom: 20px;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-quote .field-content:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -24px;
  width: 24px;
  height: 24px;
  background: url(../img/quote-before.png) no-repeat;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-quote .field-content:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -24px;
  width: 24px;
  height: 24px;
  background: url(../img/quote-after.png) no-repeat;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-quote .field-content {
  position: relative;
}

.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-quote .field-content,
.pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .field-content p {
  color: #34383c;
  font-style: italic;
}

.pane-block-16 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-services .training-tabs h2 {
  display: none;
}

.pane-block-20 {
  margin-top: 40px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-partners .training-tabs .pane-title {
  display: none;
}

.partners-training-block {
  border-top: 0;
  border-bottom: 0;
}

.page-partners .pane-customer-quotes-slider {
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  border-bottom: 1px solid #888b90;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-press-events .more-link {
  text-align: center;
  margin: 40px 0;
}

.page-press-events .more-link a {
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  background-image: url(../img/button-load.png);
}

.pane-block-709 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.blog-side label {
  color: #283478;
}

.blog-archive div + p a {
  color: #283478;
}

.block-mefibs label {
  color: #283478;
}

.recent-blog-posts .block-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #283478;
}

.blog-archive .block-title {
  display: none;
}

.blog-archive p {
  font-weight: 700;
}

.blog-tardis .block-title {
  display: none;
}

.pane-block-21 {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.pane-block-23 {
  border-top: 0;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.pane-block-38 h2 {
  font-size: 18px;
  color: #34383c;
  text-align: left;
  margin-top: 0px;
}

.pane-global-offices .views-field-title {
  font-size: 18px;
}

.pane-global-offices .views-field-title a {
  text-decoration: none;
}

.pane-global-offices .views-field-field-location {
  font-size: 18px;
  font-weight: 700;
}

.pane-global-offices .offices-number {
  padding-left: 24px;
  background: url(../img/office-phone.png) no-repeat left center;
  margin: 15px 0;
}

.pane-global-offices .offices-email {
  padding-left: 24px;
  background: url(../img/office-email.png) no-repeat left center;
}

.page-demos .view-filters {
  color: #fff;
  font-size: 1em;
  padding: 20px 40px 0;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: center;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-demos .view-filters a {
  color: #fff;
}

.page-demos .view-filters .views-exposed-widget {
  display: block;
  margin: 10px 0;
  float: none;
  width: 100%;
  padding: 0;
  zoom: 1;
}

.page-demos .view-filters .views-exposed-widget:before,
.page-demos .view-filters .views-exposed-widget:after {
  content: "";
  display: table;
}

.page-demos .view-filters .views-exposed-widget:after {
  clear: both;
}

.page-demos .view-filters .views-exposed-widget label {
  font-weight: 700;
  display: inline;
  float: left;
  padding: 0 10px;
  margin: 0 0 15px;
}

.page-demos .view-filters .views-exposed-widget * {
  display: inline;
  float: left;
  padding: 0px;
}

.page-demos .view-filters .views-exposed-widget .form-item .form-item {
  padding: 0 5px;
  margin: 0 0 15px;
}

.page-demos .view-filters .views-exposed-widget.views-submit-button {
  display: none;
}

.page-demos .view-filters #edit-submit-partners {
  display: none;
}

.page-demos .view-content {
  background: #fff;
  padding: 40px;
  border: 1px solid #888b90;
  margin-top: -10px;
  border-bottom: 0;
}

.page-demos .content-block {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-demos .view-content .views-row {
  display: inline;
  float: left;
  width: 257px;
  margin: 20px 0;
}

.page-demos .view-content .views-row object {
  width: 100% !important;
  height: auto !important;
  background: #ecf0f1;
}

.page-demos .view-content .views-row .views-field-title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 15px;
}

.page-demos .view-content .views-row .views-field-field-video-preview-image {
  margin: 15px 0;
}

.page-demos .view-content .views-field-field-video-url a {
  color: #fff;
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.page-demos .view-content .views-row .views-field-title a {
  text-decoration: none;
}

.page-demos .view-content .views-row-2 {
  margin: 20px 40px;
}

.page-demos .view-content .views-row-4,
.page-demos .view-content .views-row-7,
.page-demos .view-content .views-row-10,
.page-demos .view-content .views-row-13,
.page-demos .view-content .views-row-16,
.page-demos .view-content .views-row-19,
.page-demos .view-content .views-row-22,
.page-demos .view-content .views-row-25,
.page-demos .view-content .views-row-28,
.page-demos .view-content .views-row-31,
.page-demos .view-content .views-row-34,
.page-demos .view-content .views-row-37 {
  clear: left;
}

.page-44 .solutions-video {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-node-44 .node h1 {
  display: none;
}

.page-node-44 .content-block {
  zoom: 1;
  margin-top: 40px;
}

.page-node-44 .content-block:before,
.page-node-44 .content-block:after {
  content: "";
  display: table;
}

.page-node-44 .content-block:after {
  clear: both;
}

.page-node-44 .content-block .field-name-body {
  display: inline;
  float: left;
  width: 395px;
}

.page-node-44 .content-block .field-name-body h2 {
  padding: 0 50px;
}

.page-node-44 .content-block .field-name-body table td {
  padding: 15px 10px;
}

.page-node-44 .content-block .field-name-body p {
  margin: 0;
}

.page-node-44 .content-block .field-name-body p.large-text {
  font-size: 16px;
}

.page-node-44 .content-block .webform-client-form {
  display: inline;
  float: right;
  margin: -40px -20px -40px 40px;
  width: 400px;
  padding: 80px 40px 40px;
  color: #fff;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  -webkit-border-radius: 0px 10px 10px 0px;
  -moz-border-radius: 0px 10px 10px 0px;
  border-radius: 0px 10px 10px 0px;
}

.page-node-44 .content-block .webform-client-form input,
.page-node-44 .content-block .webform-client-form select {
  width: 50%;
  padding: 5px 10px;
  float: right;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px;
}

.page-node-44 .content-block .webform-client-form select {
  width: 55%;
}

.page-node-44 .content-block .webform-client-form #webform-component-comments label {
  display: none;
}

.page-node-44 .content-block .webform-client-form .form-item {
  margin: 2em 0;
}

.page-node-44 .content-block .webform-client-form .form-submit {
  width: auto;
  padding: 12px 73px 12px 20px;
  color: #fff;
  border: 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #c53b2d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e54b3b), to(#c53b2d));
  background-image: -webkit-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -moz-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: -o-linear-gradient(top, #e54b3b, #c53b2d);
  background-image: linear-gradient(to bottom, #e54b3b, #c53b2d);
  background-image: url(../img/button-arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.solutions-video .solutions-list ul li {
  padding: 32px 40px;
}

.solutions-video .solutions-list ul li .solutions-media {
  background: none;
}

.pane-homepage-top-slider .views-slideshow-pager-field-item {
  display: inline;
  float: left;
  zoom: 1;
}

.pane-homepage-top-slider .views-slideshow-pager-field-item:before,
.pane-homepage-top-slider .views-slideshow-pager-field-item:after {
  content: "";
  display: table;
}

.pane-homepage-top-slider .views-slideshow-pager-field-item:after {
  clear: both;
}

.pane-homepage-top-slider .views-field-counter {
  display: inline;
  float: left;
  height: 10px;
  width: 10px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../img/pager-dot.png) no-repeat;
  margin: 0 2.5px;
}

.pane-homepage-top-slider .active .views-field-counter {
  display: inline;
  float: left;
  height: 10px;
  width: 10px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../img/pager-dot-active.png) no-repeat;
  margin: 0 2.5px;
}

.pane-homepage-top-slider .views-slideshow-pager-fields {
  display: inline;
  float: right;
  margin: 10px;
  zoom: 1;
}

.pane-homepage-top-slider .views-slideshow-pager-fields:before,
.pane-homepage-top-slider .views-slideshow-pager-fields:after {
  content: "";
  display: table;
}

.pane-homepage-top-slider .views-slideshow-pager-fields:after {
  clear: both;
}

.pane-customer-quotes-slider #slideshow-nav {
  display: inline;
  float: right;
  margin: 10px;
  zoom: 1;
}

.pane-customer-quotes-slider #slideshow-nav:before,
.pane-customer-quotes-slider #slideshow-nav:after {
  content: "";
  display: table;
}

.pane-customer-quotes-slider #slideshow-nav:after {
  clear: both;
}

.pane-customer-quotes-slider #slideshow-nav a {
  display: inline;
  float: left;
  height: 10px;
  width: 10px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../img/pager-dot.png) no-repeat;
  margin: 0 2.5px;
}

.pane-customer-quotes-slider #slideshow-nav a.activeSlide {
  display: inline;
  float: left;
  height: 10px;
  width: 10px;
  text-indent: -99999px;
  overflow: hidden;
  background: url(../img/pager-dot-active.png) no-repeat;
  margin: 0 2.5px;
}

.content-block.whats-different {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-solutions .gartner-block {
  position: relative;
  /*padding-bottom: 100px;*/
  color: #fff;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  zoom: 1;
}

.page-solutions .gartner-block:before,
.page-solutions .gartner-block:after {
  content: "";
  display: table;
}

.page-solutions .gartner-block:after {
  clear: both;
}

.page-solutions .gartner-block .block-title {
  display: none;
}

.page-solutions .gartner-block .text {
  display: inline;
  float: left;
  padding: 40px;
  width: 45%;
}

.page-solutions .gartner-block .text p {
  color: #fff;
}

.page-solutions .gartner-block .text > p:first-child {
  font-size: 1.71428571em;
  font-weight: 700;
  margin-top: 0;
}

.page-solutions .gartner-block .image {
  width: 400px;
  z-index: 2;
  position: absolute;
  right: 40px;
  bottom: -12px;
}

.page-solutions .gartner-block .image img {
  width: 100% !important;
  height: auto !important;
}

.page-solutions .gartner-block .buttonbar {
  position: relative;
  clear: left;
  bottom: auto;
  left: auto;
  right: auto;
  background: none;
  margin-left: 40px;
  padding: 12px 0;
  margin-bottom: 40px;
}

.page-solutions .gartner-block .buttonbar a {
  background: #fff;
  color: #396db8;
  background-image: url(../img/button-download-blue.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.page-industry- .main-content,
.page-role- .main-content {
  margin: 40px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #888b90;
  padding: 40px 0 0;
}

.page-industry- .main-content h2.pane-title,
.page-role- .main-content h2.pane-title {
  color: #34383c;
  margin: 0;
}

.page-industry- .main-content .pane-content h3,
.page-role- .main-content .pane-content h3 {
  color: #283478;
  margin: 0 0 1em;
}

.page-industry- .main-content .pane-1 .pane-content p,
.page-role- .main-content .pane-1 .pane-content p {
  color: #283478;
  margin: 0 0 1em;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

.page-industry- .main-content .blog-roll,
.page-role- .main-content .blog-roll {
  border: 0;
}

.page-industry- .main-content .pane-axios-solution-role-menu,
.page-role- .main-content .pane-axios-solution-role-menu {
  margin: 0;
  color: #fff;
  background: #283478;
  padding: 40px;
  border: 1px solid #888b90;
  border-bottom: 0;
}

.page-industry- .main-content .pane-axios-solution-role-menu label,
.page-role- .main-content .pane-axios-solution-role-menu label,
.page-industry- .main-content .page-industry .pane-axios-solution-role-menu select,
.page-role- .main-content .page-industry .pane-axios-solution-role-menu select {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.page-industry- .main-content .pane-axios-solution-role-menu select,
.page-role- .main-content .pane-axios-solution-role-menu select {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  width: 220px;
}

.page-industry- .main-content .top-content-block,
.page-role- .main-content .top-content-block {
  margin: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-industry- .main-content .top-content-block p.first-child,
.page-role- .main-content .top-content-block p.first-child {
  margin-top: 0;
}

.page-industry- .main-content .quicktabs-tabpage,
.page-role- .main-content .quicktabs-tabpage {
  padding: 40px;
  border: 0;
}

.pane-customer-quotes-slider .pane-content {
  border: 0;
}

.press-button {
  display: block;
  clear: both;
  float: right;
  margin: 20px 0 0;
}

.press-button a {
  font-size: 0.85714286em;
  color: #fff !important;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.sharethis-buttons {
  position: relative;
  left: -40px;
  bottom: -40px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  height: 24px;
  padding: 20px 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 539px;
}

.sharethis-buttons .sharethis-wrapper {
  float: right;
}

.page-global-offices .main-content {
  margin: 40px 0 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #888b90;
  padding: 40px 20px;
}

.page-global-offices .main-content .views-row {
  display: inline;
  float: left;
  width: 216px;
  padding: 20px;
  background: #fff;
  margin: 0 20px 40px;
  border: 1px solid #888b90;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-global-offices .main-content .views-row-4,
.page-global-offices .main-content .views-row-7,
.page-global-offices .main-content .views-row-10,
.page-global-offices .main-content .views-row-13,
.page-global-offices .main-content .views-row-16,
.page-global-offices .main-content .views-row-19,
.page-global-offices .main-content .views-row-22,
.page-global-offices .main-content .views-row-25,
.page-global-offices .main-content .views-row-28,
.page-global-offices .main-content .views-row-31,
.page-global-offices .main-content .views-row-34,
.page-global-offices .main-content .views-row-37 {
  clear: left;
}

.page-global-offices .main-content .views-field-title {
  font-size: 18px;
}

.page-global-offices .main-content .views-field-title a {
  text-decoration: none;
}

.page-global-offices .main-content .views-field-field-location {
  font-size: 18px;
  font-weight: 700;
}

.page-global-offices .main-content .offices-number {
  padding-left: 24px;
  background: url(../img/office-phone.png) no-repeat left center;
  margin: 15px 0;
}

.page-global-offices .main-content .offices-email {
  padding-left: 24px;
  background: url(../img/office-email.png) no-repeat left center;
}

.page-global-offices .main-content .pager {
  margin: 40px 0 0;
}

.page-global-offices .main-content .pager li {
  margin: 0 5px;
}

.page-global-offices .main-content .pager .pager-current {
  font-size: 0.85714286em;
  color: #fff !important;
  text-decoration: none;
  background-color: #0092ca;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00abed), to(#0092ca));
  background-image: -webkit-linear-gradient(top, #00abed, #0092ca);
  background-image: -moz-linear-gradient(top, #00abed, #0092ca);
  background-image: -o-linear-gradient(top, #00abed, #0092ca);
  background-image: linear-gradient(to bottom, #00abed, #0092ca);
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.page-global-offices .main-content .pager a {
  font-size: 0.85714286em;
  color: #fff !important;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  font-weight: 700;
  padding: 12px 20px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.comments {
  margin-top: 40px;
  padding: 40px;
  color: #fff;
  background: #283478;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.comments a {
  color: #fff;
}

.comments h2 {
  font-size: 24px;
}

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

.comments .form-item-homepage,
.comments .form-item-subject {
  display: none;
}

.comments .form-item-name,
.comments .form-item-mail {
  clear: both;
  zoom: 1;
}

.comments .form-item-name:before,
.comments .form-item-mail:before,
.comments .form-item-name:after,
.comments .form-item-mail:after {
  content: "";
  display: table;
}

.comments .form-item-name:after,
.comments .form-item-mail:after {
  clear: both;
}

.comments .form-item-name label,
.comments .form-item-mail label,
.comments .form-item-name input,
.comments .form-item-mail input {
  display: inline;
  float: left;
  margin-right: 15px;
}

.comments .form-item-name .description,
.comments .form-item-mail .description {
  display: none;
}

.comments .field-name-comment-body label {
  display: none;
}

.comments .form-actions {
  text-align: right;
}

.comments .form-submit {
  border: 0;
  font-size: 12px;
  color: #fff !important;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-image: url(../img/button-send.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.front .lego-casestudy {
  border-top: 0;
}

.node-type-solution .lego-casestudy {
  border-top: 0;
  border-bottom: 0;
}

.pane-2 h2.pane-title {
  font-size: 24px;
  color: #34383c;
}

.node-type-solution .solutions-video {
  margin-bottom: 40px;
}

.node-type-solution .field-name-field-subtitle {
  color: #283478;
}

.page-sustainability- .main-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #888b90;
}

.page-sustainability- .pane-block-704 {
  padding: 0 40px;
}

.page-sustainability- .pane-quicktabs .transformIT-tabs h2.pane-title {
  margin-bottom: 40px;
}

.page-sustainability- .quicktabs-tabpage {
  padding: 40px;
}

.page-sustainability- .pane-block-705 p {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  padding: 40px;
}

.page-global-offices .view-header h1 {
  color: #34383c;
}

.page-global-offices .view-header h1 span {
  color: #283478;
}

.comments {
  display: none;
}

.node-type-blog .comments {
  display: block;
}

.page-industry .pane-industry-role-block-view-panel-pane-2 {
  border-bottom: 1px solid #888b90;
  margin-bottom: 40px;
}

.page-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block {
  margin: 0;
  border: 0;
}

.page-industry .pane-industry-role-block-view-panel-pane-2 .text {
  width: 100%;
  float: none;
}

.page-industry .pane-industry-role-block-view-panel-pane-2 .logos li {
  margin: 11px !important;
}

.page-industry- .transformIT-tabs .view-header h2,
.page-role- .transformIT-tabs .view-header h2 {
  text-align: center;
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  margin: 0;
}

.page-industry- .transformIT-tabs .view-header h2 span,
.page-role- .transformIT-tabs .view-header h2 span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  margin: 0 0 1em;
}

.page-industry- .main-content .pane-resource-by-industry-panel-pane-1 .view-header h2,
.page-role- .main-content .pane-resource-by-industry-panel-pane-1 .view-header h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  margin: 0;
}

.page-industry- .main-content .pane-resource-by-industry-panel-pane-1 .view-header h2 span,
.page-role- .main-content .pane-resource-by-industry-panel-pane-1 .view-header h2 span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  margin: 0 0 1em;
}

.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  height: 120px;
  border-bottom: 1px solid #888b90;
}

.sitebg {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg2.jpg);
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

.site.container {
  padding-top: 150px;
}

.front .pane-1 h2.pane-title {
  margin: 0;
}

.front .home-blog-tabs .quicktabs-tabpage {
  padding-bottom: 0;
}

.front .home-blog-tabs .quicktabs-tabpage .views-field-name {
  display: none;
}

.page-services .pane-block-16 {
  border-bottom: 0;
}

.page-services .pane-customer-quotes-slider .pane-content,
.page-about-us .pane-customer-quotes-slider .pane-content {
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-services .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame,
.page-about-us .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame,
.page-services .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame-row,
.page-about-us .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame-row {
  border: 0;
  background: none;
  height: auto;
}

.page-partners .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame,
.page-partners .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame-row {
  border: 0;
  background: none;
  height: auto !important;
}

.page-services .lego-casestudy {
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.front .pane-2 {
  padding-top: 40px;
}

.front .pane-2 h2.pane-title {
  margin-top: 0;
}

.page-about-us .pane-block-21 {
  border-bottom: 0;
}

.resources-tab-button {
  float: right;
  margin: 0 40px 40px 0;
}

.solutions-media-top-block {
  position: relative;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border: 1px solid #888b90;
  border-bottom: 0;
  zoom: 1;
}

.solutions-media-top-block:before,
.solutions-media-top-block:after {
  content: "";
  display: table;
}

.solutions-media-top-block:after {
  clear: both;
}

.solutions-media-top-block .blue-area {
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  zoom: 1;
}

.solutions-media-top-block .blue-area:before,
.solutions-media-top-block .blue-area:after {
  content: "";
  display: table;
}

.solutions-media-top-block .blue-area:after {
  clear: both;
}

.solutions-media-top-block .white-area {
  background: #fff;
  zoom: 1;
}

.solutions-media-top-block .white-area:before,
.solutions-media-top-block .white-area:after {
  content: "";
  display: table;
}

.solutions-media-top-block .white-area:after {
  clear: both;
}

.solutions-media-top-block .image {
  width: 50%;
  position: absolute;
  bottom: 60px;
  left: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.solutions-media-top-block .image img {
  widht: 100% !important;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.solutions-media-top-block .image:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 10px;
  background-image: url(../img/solutions-shadow.png);
  background-repeat: no-repeat;
}

.solutions-media-top-block .text {
  width: 40%;
  display: inline;
  float: right;
  color: #fff;
  margin: 26px 40px 26px 0;
  min-height: 210px;
}

.solutions-media-top-block .text p {
  color: #fff;
}

.solutions-media-top-block .button {
  margin: 20px 40px;
  clear: both;
  float: right;
}

.content-block.bl-rl {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.content-block.tl-tr {
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

.content-block.tl-tr.bl-rl {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  border-bottom: 0;
}

.blog-read-button {
  clear: both;
  float: right;
}

.blog-read-button a {
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.pane-events .pane-title {
  display: none;
}

.pane-events .view-filters {
  color: #fff;
  background: #283478;
  padding: 40px;
  border: 1px solid #888b90;
}

.pane-events .view-filters .views-exposed-widget {
  display: inline;
  float: left;
  font-size: 14px;
  width: 50%;
}

.pane-events .view-filters select {
  width: 260px;
}

.pane-events .view-content .views-row {
  background: #fff;
  padding: 40px;
  border: 1px solid #888b90;
  zoom: 1;
}

.pane-events .view-content .views-row:before,
.pane-events .view-content .views-row:after {
  content: "";
  display: table;
}

.pane-events .view-content .views-row:after {
  clear: both;
}

.pane-events .view-content .views-row .views-field-title a {
  display: block;
  font-size: 18px;
  color: #34383c;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  margin-bottom: 20px;
}

.pane-events .view-content .views-row .views-field-field-event-date-1 {
  margin-bottom: 5px;
  display: inline;
  float: left;
  zoom: 1;
}

.pane-events .view-content .views-row .views-field-field-event-date-1:before,
.pane-events .view-content .views-row .views-field-field-event-date-1:after {
  content: "";
  display: table;
}

.pane-events .view-content .views-row .views-field-field-event-date-1:after {
  clear: both;
}

.pane-events .view-content .views-row .views-field-field-event-date-1 span,
.pane-events .view-content .views-row .views-field-field-event-date-1 .field-content {
  margin-right: 10px;
  display: inline;
  float: left;
}

.pane-events .view-content .views-row .views-field-field-event-location-1 {
  clear: left;
  margin-bottom: 5px;
  display: inline;
  float: left;
  zoom: 1;
}

.pane-events .view-content .views-row .views-field-field-event-location-1:before,
.pane-events .view-content .views-row .views-field-field-event-location-1:after {
  content: "";
  display: table;
}

.pane-events .view-content .views-row .views-field-field-event-location-1:after {
  clear: both;
}

.pane-events .view-content .views-row .views-field-field-event-location-1 span,
.pane-events .view-content .views-row .views-field-field-event-location-1 .field-content {
  margin-right: 10px;
  display: inline;
  float: left;
}

.pane-events .view-content .views-row .views-field-field-host-1 {
  clear: left;
  margin-bottom: 20px;
  display: inline;
  float: left;
  zoom: 1;
}

.pane-events .view-content .views-row .views-field-field-host-1:before,
.pane-events .view-content .views-row .views-field-field-host-1:after {
  content: "";
  display: table;
}

.pane-events .view-content .views-row .views-field-field-host-1:after {
  clear: both;
}

.pane-events .view-content .views-row .views-field-field-host-1 span,
.pane-events .view-content .views-row .views-field-field-host-1 .field-content {
  margin-right: 10px;
  display: inline;
  float: left;
}

.pane-events .view-content .views-row .views-field-field-image {
  display: inline;
  float: right;
  zoom: 1;
}

.pane-events .view-content .views-row .views-field-field-image:before,
.pane-events .view-content .views-row .views-field-field-image:after {
  content: "";
  display: table;
}

.pane-events .view-content .views-row .views-field-field-image:after {
  clear: both;
}

.pane-events .view-content .views-row .views-field-field-image span {
  display: none;
}

.pane-events .view-content .views-row .views-field-body-1 {
  clear: both;
  display: block;
  margin: 0 0 20px;
}

.pane-events .view-content .views-row .events-button {
  clear: both;
  float: right;
}

.pane-events .view-content .views-row .events-button a {
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.pane-events .view-content .views-row-even {
  border-top: 0;
  border-bottom: 0;
}

.pane-events .view-content .views-row-last {
  border-bottom: 1px solid #888b90;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-about-us .endorsements {
  border-bottom: 1px solid #888b90;
}

.page-node-328 .node h1 {
  display: none;
}

.node-type-press-article .sharethis-buttons {
  width: 859px;
}

.page-services .quicktabs-wrapper,
.page-partners .quicktabs-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.node-type-solution .quicktabs-wrapper {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.node-type-solution .pane-node-body {
  border-bottom: 1px solid #888b90;
}

.node-type-solution .different-about-assyst {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.node-type-solution .flexible-delivery {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-top: 0;
  border-bottom: 0;
}

.node-type-solution .pane-block-15,
.node-type-solution .pane-block-732,
.node-type-solution .pane-block-738,
.node-type-solution .pane-block-748,
.node-type-solution .pane-block-756,
.node-type-solution .pane-block-765,
.node-type-solution .pane-block-771 {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.node-type-solution .pane-block-732,
.node-type-solution .pane-block-738,
.node-type-solution .pane-block-748,
.node-type-solution .pane-block-756,
.node-type-solution .pane-block-765,
.node-type-solution .pane-block-771 {
  border-top: 0;
}

.page-node-100 .pane-block-763 {
  border-top: 0;
}

.page-partners .pane-block-717 {
  border-top: 1px solid #888b90;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-global-offices .views-field-field-photo img {
  width: 100% !important;
  height: auto !important;
}

.node-type-press-article .node h1 {
  display: none;
}

.node-type-press-article .field-name-title-field {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #283478;
}

.pane-press-release-archive .view-header h1 {
  display: block;
  font-size: 18px;
  padding: 20px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.pane-press-release-archive .press-release,
.pane-press-release-archive .views-row-first {
  -webkit-border-radius: 0px 0px 0px 0px;
  -moz-border-radius: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
}

.pane-block-21,
.pane-block-23 {
  padding: 20px;
}

.pane-block-21 p,
.pane-block-23 p {
  margin-top: 0;
}

.page-node-45 .form-textarea-wrapper {
  padding: 2em 0;
}

.front #quicktabs-tabpage-home_page_selected_blogs_resourc-1 .views-field-created span {
  font-size: 0.8571428571428571em;
}

.page-partners h2.pane-title {
  margin-top: 0;
}

.page-press-events h2.pane-title {
  display: none;
}

.press-release.in-press {
  margin: 0 40px 40px;
  padding: 40px;
  border: 1px solid #888b90;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.press-release.in-press ul {
  zoom: 1;
}

.press-release.in-press ul:before,
.press-release.in-press ul:after {
  content: "";
  display: table;
}

.press-release.in-press ul:after {
  clear: both;
}

.press-release.in-press li {
  display: inline;
  float: left;
  padding: 0;
  border: 0;
  width: 232px;
}

.press-release.in-press li .views-field-field-image {
  width: 100%;
  height: 140px;
  background: #ecf0f1;
  margin-bottom: 20px;
}

.press-release.in-press li .views-field-field-image img {
  width: 100% !important;
  height: auto;
}

.press-release.in-press li.views-row-2 {
  margin: 0 40px;
}

.page-node-328 .content-block {
  zoom: 1;
}

.page-node-328 .content-block:before,
.page-node-328 .content-block:after {
  content: "";
  display: table;
}

.page-node-328 .content-block:after {
  clear: both;
}

.page-node-328 .content-block .freetrial-text-content {
  display: inline;
  float: left;
  width: 517px;
  padding-right: 40px;
}

.page-node-328 .content-block .freetrial-form-content {
  display: inline;
  float: right;
  width: 300px;
}

.page-node-328 .content-block .freetrial-form-content p {
  margin: 0;
}

.blog-side.blog-subscribe .block-title {
  display: none;
}

.page-search-node .search-form {
  color: #fff;
  font-size: 1em;
  padding: 20px 40px 20px;
  margin-bottom: 0;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  text-align: left;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}

.page-search-node .search-form a {
  color: #fff;
}

.page-search-node .search-form label {
  margin-right: 20px;
}

.page-search-node .search-form input.form-text {
  padding: 10px;
  margin-right: 20px;
}

.page-search-node .search-form input.form-submit {
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
}

.page-search-node h2 {
  display: none;
}

.page-search-node .region .main-content ul {
  background: #fff;
  padding: 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  margin: 0;
}

.page-search-node .region .main-content .pager {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.page-search-node .search-results {
  margin-top: 0;
  background: #fff;
  padding: 0;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.page-search-node .search-results ul {
  padding: 0;
  margin: 0;
}

.page-search-node .search-results li {
  list-style: none;
  padding: 40px;
  border-bottom: 1px solid #888b90;
}

.page-search-node .search-results li:last-child {
  border-bottom: 0;
}

.pane-axios-solution-role-menu {
  margin-bottom: 40px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.page-solutions-industry .panel-pane.pane-1,
.page-solutions-role .panel-pane.pane-1 {
  background: #fff;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

.page-solutions-industry h2.pane-title,
.page-solutions-role h2.pane-title {
  margin-top: 0;
  padding-top: 40px;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-1 ul,
.page-solutions-role .pane-industry-role-block-view-panel-pane-1 ul,
.page-solutions-industry pane-roles-block-view-panel-pane-1 ul,
.page-solutions-role pane-roles-block-view-panel-pane-1 ul,
.page-solutions-industry .pane-industry-role-block-view-panel-pane-1 li,
.page-solutions-role .pane-industry-role-block-view-panel-pane-1 li,
.page-solutions-industry pane-roles-block-view-panel-pane-1 li,
.page-solutions-role pane-roles-block-view-panel-pane-1 li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-1 .content-title,
.page-solutions-role .pane-industry-role-block-view-panel-pane-1 .content-title,
.page-solutions-industry pane-roles-block-view-panel-pane-1 .content-title,
.page-solutions-role pane-roles-block-view-panel-pane-1 .content-title {
  display: none;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-1 .top-content-block .text,
.page-solutions-role .pane-industry-role-block-view-panel-pane-1 .top-content-block .text,
.page-solutions-industry pane-roles-block-view-panel-pane-1 .top-content-block .text,
.page-solutions-role pane-roles-block-view-panel-pane-1 .top-content-block .text {
  float: right;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-1 .top-content-block .text p:first-child,
.page-solutions-role .pane-industry-role-block-view-panel-pane-1 .top-content-block .text p:first-child,
.page-solutions-industry pane-roles-block-view-panel-pane-1 .top-content-block .text p:first-child,
.page-solutions-role pane-roles-block-view-panel-pane-1 .top-content-block .text p:first-child {
  margin-top: 0;
}

.page-solutions-industry .quicktabs-wrapper,
.page-solutions-role .quicktabs-wrapper {
  background: none;
}

.page-solutions-industry .quicktabs-tabpage,
.page-solutions-role .quicktabs-tabpage {
  padding-bottom: 0;
}

.page-solutions-industry .quicktabs-tabpage .views-field-title,
.page-solutions-role .quicktabs-tabpage .views-field-title {
  display: none;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block,
.page-solutions-role .pane-industry-role-block-view-panel-pane-2 .top-content-block,
.page-solutions-industry .pane-roles-block-view-panel-pane-2 .top-block-content,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-block-content {
  margin: 0;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block ul,
.page-solutions-role .pane-industry-role-block-view-panel-pane-2 .top-content-block ul,
.page-solutions-industry .pane-roles-block-view-panel-pane-2 .top-block-content ul,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-block-content ul,
.page-solutions-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block li,
.page-solutions-role .pane-industry-role-block-view-panel-pane-2 .top-content-block li,
.page-solutions-industry .pane-roles-block-view-panel-pane-2 .top-block-content li,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-block-content li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block .content-title,
.page-solutions-role .pane-industry-role-block-view-panel-pane-2 .top-content-block .content-title,
.page-solutions-industry .pane-roles-block-view-panel-pane-2 .top-block-content .content-title,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-block-content .content-title {
  display: none;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-2 .top-content-block .text,
.page-solutions-role .pane-industry-role-block-view-panel-pane-2 .top-content-block .text,
.page-solutions-industry .pane-roles-block-view-panel-pane-2 .top-block-content .text,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-block-content .text {
  width: 100%;
}

.page-solutions-role .pane-roles-block-view-panel-pane-1 ul,
.page-solutions-role .pane-roles-block-view-panel-pane-1 li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-solutions-role .pane-roles-block-view-panel-pane-1 .content-title {
  display: none;
}

.page-solutions-role .pane-roles-block-view-panel-pane-1 .top-content-block .text {
  float: right;
}

.page-solutions-role .pane-roles-block-view-panel-pane-1 .top-content-block .text p:first-child {
  margin-top: 0;
}

.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block {
  margin: 0;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block ul,
.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block .content-title {
  display: none;
}

.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block .text {
  width: 100%;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content {
  padding: 40px;
  color: #ffffff;
  border-right: 1px solid #888b90;
  border-left: 1px solid #888b90;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content p:first-child {
  margin-top: 0;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content a {
  color: #ffffff;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content .block {
  zoom: 1;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content .block:before,
.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content .block:after {
  content: "";
  display: table;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content .block:after {
  clear: both;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content ul {
  font-weight: 700;
  list-style: none;
  padding: 0;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 .quicktabs_main .field-content ul li {
  background-image: url(../img/biggreentick.png);
  background-position: left 5px;
  background-repeat: no-repeat;
  line-height: 32px;
  padding: 5px 0 5px 40px;
}

.ajax-progress-throbber {
  display: none;
}

.page-current-oportunities .region-header .menu li:nth-child(4) a {
  font-weight: 700;
}

.page-global-offices .topHeader .menu li:nth-child(4) a {
  font-weight: 700;
}

.page-solutions .header .menu li.first,
.node-type-solution .header .menu li.first {
  font-weight: 700;
}

.page-current-oportunities .view-header h2 {
  font-size: 32px;
  font-weight: 400;
  color: #6c99db;
  text-align: center;
  margin-bottom: 0px;
}

.page-current-oportunities .view-header h3 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.page-current-oportunities .view-filters {
  color: #fff;
  background: #283478;
  padding: 40px;
  border: 1px solid #888b90;
  border-bottom: 0;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}

.page-current-opportunities .view-filters form {
  height: 34px;
}

.page-current-oportunities .view-filters label,
.page-current-oportunities .view-filters select {
  display: inline;
  float: left;
  margin-right: 20px;
  font-size: 14px;
}

.page-current-oportunities .view-filters select {
  width: 260px;
}

.page-current-oportunities .view-filters .views-exposed-widget {
  display: inline-block;
  float: left;
  width: 50%;
}

.page-current-oportunities .view-content {
  background: #fff;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  padding: 40px;
}

.page-current-oportunities .view-content th {
  padding: 0 20px 20px;
}

.page-current-oportunities .view-content td {
  padding: 20px;
}

.front .pane-1 h2.pane-title {
  color: #34383c;
}

.front .views-slideshow-cycle-main-frame-row h3.slider-main-title {
  color: #434b69;
}

.front .views-slideshow-cycle-main-frame-row h3.slider-sub-title {
  color: #408cc0;
}

.page-current-oportunities tbody {
  vertical-align: top;
}

.page-current-oportunities tbody p {
  margin: 0;
}

.view-demos #edit-sort-bef-combine-wrapper {
  display: none;
}

.page-current-oportunities .view-filters form, .page-press-events .pane-events .view-filters form {
  height: 34px;
}

.node-type-solution .lego-casestudy, .node-type-solution .casestudy {
  border-top: 1px solid #888b90;
  border-bottom: 1px solid #888b90;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}

.page-node-99 .pane-block-753, .page-node-97 .pane-block-739, .page-node-98 .pane-block-722, .page-node-96 .pane-block-733, .page-node-95 .pane-block-25, .page-node-94 .pane-block-12 {
  border-top: 0;
}

.page-node-45 .content-block {
  padding: 40px 20px;
}

.page-solutions-industry .logos li {
  width: 115px;
}

/*
.page-solutions-industry-25 .logos {width: 574px; margin: 0 auto !important;}
.page-solutions-industry-24 .logos {width: 716px; margin: 0 auto !important;}
.page-solutions-industry-23 .logos {width: 430px; margin: 0 auto !important;}
.page-solutions-industry-22 .logos {width: 574px; margin: 0 auto !important;}
.page-solutions-industry-21 .logos {margin: 0 auto !important;}
.page-solutions-industry-20 .logos {width: 716px; margin: 0 auto !important;}
.page-solutions-industry-19 .logos {margin: 0 auto !important;}
.page-solutions-industry-18 .logos {margin: 0 auto !important;}
*/
.site.container p {
  margin: 0;
}

.site.container ul {
  margin: 0;
}

.page-sustainability .transformIT-tabs .quicktabs-tabpage {
  padding: 40px;
}

.node-type-job .header .menu li:nth-child(4) {
  font-weight: 700;
}

.page-sustainability .top-content-block {
  margin: 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
}

.page-sustainability .transformIT-tabs {
  background: #fff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
}

.page-solutions-role-30 .pane-industry-role-tab-view-panel-pane-2 {
  padding-top: 40px;
  background: #fff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
}

.page-solutions-role-30 .top-content-block {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.page-solutions-role-30 .pane-customer-quotes-slider {
  padding-bottom: 40px;
  background: #fff;
  border-bottom: 1px solid #888b90;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.page-solutions-role .pane-industry-role-tab-view-panel-pane-2 {
  padding-top: 40px;
  background: #fff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
}

.page-solutions-role .top-content-block {
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.page-solutions-role .pane-customer-quotes-slider {
  padding-bottom: 40px;
  background: #fff;
  border-bottom: 1px solid #888b90;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.page-node-96 .casestudy {
  border-top: 0;
}

.page-node-97 .casestudy {
  border-top: 0;
}

.page-node-98 .pane-block-745 {
  border-top: 0;
}

.page-node-99 .casestudy {
  border-top: 0;
}

.page-solutions-industry- .form-item {
  margin: 0;
}

.page-search .search-info {
  display: none;
}

.node-type-press-article .header .menu li:nth-child(5) a {
  font-weight: 700;
}

.node-type-press-article .site.container .field-name-body {
  margin-bottom: 0px;
}

.node-type-press-article .site.container .field-name-title-field {
  margin-bottom: 20px;
}

.node-type-press-article .site.container .field-name-field-date {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.page-press-events .release-text {
  margin-bottom: 20px;
}

.page-press-events ul li .author {
  display: none;
}

.page-press-events ul li .tags {
  display: none;
}

.node-type-press-article .field-name-field-press-tags {
  display: none;
}

.page-existing-customer .site.container td {
  padding: 10px;
}

.page-press-events .pane-press-release-archive .view-display-id-block_1 .view-header h1 {
  background-color: transparent !important;
  background-image: none !important;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #434b69;
  padding: 0;
  margin-bottom: 40px;
}

.node-type-job .field .field-label {
  font-weight: bold;
  display: inline;
  float: left;
  clear: left;
  width: 125px;
  margin-bottom: 20px;
}

.node-type-job .field .field-items {
  margin-left: 125px;
  margin-bottom: 20px;
}

.node-type-job .field.field-name-body {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #888b90;
}

.node-type-job .field.field-name-body .field-items {
  margin-left: 0;
}

.node-type-job .field.field-name-body h3 {
  margin: 20px 0;
}

.blog-roll ul li div span.label {
  font-weight: 700;
}

.blog-roll ul li div.blog-text {
  margin: 1em 0;
}

.page-about-us .pane-block-21 {
  border-bottom: 1px solid #888b90;
}

.page-about-us .pane-block-21 .pane-content {
  min-height: 368px;
}

.page-about-us .pane-2 h2.pane-title {
  margin-top: 0;
}

.page-about-us .pane-block-21, .page-about-us .pane-block-23 {
  padding: 40px;
}

.page-about-us .pane-block-23 .pane-content {
  min-height: 211px;
}

.page-current-oportunities .view-header h2 {
  color: #434b69;
}

.page-current-oportunities .view-header h3 {
  color: #408cc0;
}

.page-about-us .button.green.arrow {
  display: inline-block;
}

.front .lego-casestudy {
  border-top: 1px solid #888b90;
  border-bottom: 0;
}

.node-type-event-page .field .field-label {
  font-weight: bold;
  display: inline;
  float: left;
  clear: left;
  width: 125px;
  margin-bottom: 20px;
}

.node-type-event-page .field .field-items {
  margin-left: 125px;
  margin-bottom: 20px;
}

.block-axios-solution-role-menu .form-item {
  margin: 0;
}

.quicktabs-tabs li:hover {
  cursor: pointer;
}

.recent-blog-posts ul li .button {
  display: block;
  margin-top: 10px;
}

#better-messages-default .messages ul {
  list-style: none;
}

.page-node-45 .content-block #webform-client-form-45 input.error {
  border: 2px solid red;
}

.page-node-46 input.form-submit {
  color: #fff;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  padding: 10px 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  margin-bottom: 0;
}

.page-node-46 .form-actions {
  margin-bottom: 0;
}

.page-node-46 label {
  margin-bottom: 1em;
}

.page-current-oportunities th {
  border-bottom: 0;
}

.page-current-oportunities tbody {
  border: 1px solid #ccc;
}

.page-current-oportunities tr.last {
  border-bottom: 0;
}

.page-current-oportunities td {
  width: 15%;
}

.page-current-oportunities td.views-field.views-field-body {
  width: 40%;
}

.page-press-release-archive .release-date {
  margin: 1em 0;
}

.page-press-release-archive .release-date span {
  font-weight: 700;
}

.page-press-release-archive .release-text {
  margin: 1em 0;
}

.jcarousel-skin-default .jcarousel-item-horizontal {
  margin: 0 4px 0 3px;
}

.node-type-campaign .pane-node-body {
  padding: 40px;
  border: 1px solid #888b90;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.node-type-campaign .pane-node-body .pane-title {
  display: none;
}

.page-solutions .top-content-block iframe {
  width: 778px !important;
}

.page-solutions .block.top-content-block {
  margin: 0 40px 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 .top-content-block {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 .top-content-block ul {
  padding: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 .top-content-block iframe {
  width: 860px !important;
}

.page-solutions-role .pane-roles-block-view-panel-pane-2 .top-content-block {
  -webkit-border-radius: 10px 10px 0 0 !important;
  -moz-border-radius: 10px 10px 0 0 !important;
  border-radius: 10px 10px 0 0 !important;
}

.page-solutions-role .pane-industry-role-block-view-panel-pane-6 .top-content-block {
  margin: 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.page-solutions-role .pane-industry-role-block-view-panel-pane-6 .top-content-block ul {
  padding: 0;
}

.page-solutions-role .pane-industry-role-block-view-panel-pane-6 .top-content-block iframe {
  width: 860px !important;
}

.views-label-field-date {
  display: inline;
  float: left;
  margin-right: 20px;
}

.views-field-field-date .field-content span {
  font-weight: 400;
}

.page-press-events .views-label-created {
  margin-right: 20px;
  font-weight: 700;
}

.node-type-press-article .field-name-field-author {
  display: none;
}

.node-type-blog .region-topheader .menu li:nth-child(2) {
  font-weight: 700;
}

.node-type-campaign .pane-node-body h2 {
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
  text-align: center;
}

.node-type-campaign .pane-node-body h2 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
}

.webform-container-inline label {
  display: inline-block;
  width: 120px;
}

.node-type-blog .field-name-field-blog-categories {
  margin-top: 20px;
  margin-bottom: 0;
}

.page-node-45 .pane-block-38 .button {
  display: inline-block;
}

.page-node-101 .pane-block-719 {
  border-top: 0;
}

.node-type-slider .content-block {
  position: relative;
  min-height: 264px;
  overflow: hidden;
}

.node-type-slider .field-type-image {
  position: absolute;
  top: 40px;
  right: 40px;
}

.node-type-slider .field-name-title-field {
  color: #434b69 !important;
  font-size: 1.3em;
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
  width: 50%;
}

.node-type-slider .field-name-field-subtitle {
  color: #408cc0 !important;
  font-size: 1.2em;
  color: #223373;
  font-weight: 700;
  margin: 0 0 20px;
  width: 40%;
}

.node-type-slider .field-name-field-link-to-website a {
  display: inline-block;
  text-align: left;
  font-size: 0.85714286em;
  color: #fff;
  font-weight: 700;
  padding: 12px 73px 12px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-position: right center;
  background-repeat: no-repeat;
  text-decoration: none;
  background-color: #27af61;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecb71), to(#27af61));
  background-image: -webkit-linear-gradient(top, #2ecb71, #27af61);
  background-image: -moz-linear-gradient(top, #2ecb71, #27af61);
  background-image: -o-linear-gradient(top, #2ecb71, #27af61);
  background-image: linear-gradient(to bottom, #2ecb71, #27af61);
  background-image: url(../img/button-arrow.png);
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 .content-block {
  border-bottom: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 ul {
  list-style: none;
  padding: 0;
}

.page-solutions-industry .pane-industry-role-block-view-panel-pane-5 iframe {
  width: 858px !important;
}

.quicktabs-wrapper .item-list:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
}

.logos {
  text-align: center;
}

.logos li {
  display: inline-block;
  float: none;
}

.node-type-event-page .region-header .menu li:nth-child(5) {
  font-weight: 700;
}

.blog-roll.no-results {
  padding: 40px;
}

.blog-side.blog-subscribe label {
  color: #fff;
}

.messages.error .message-item {
  margin-bottom: 10px;
}

.messages.error .message-item + .message-item.last {
  display: none;
}

.page-archives .topHeader .menu li:nth-child(2) {
  font-weight: 700;
}

.page-press-release-archive .region-header .menu li:nth-child(5) {
  font-weight: 700;
}

.jcarousel-item:hover {
  cursor: pointer;
}

.thankyou-message {
  position: relative;
}

.thankyou-message:after {
  content: "";
  display: table;
  clear: both;
}

.thankyou-message .text {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 400px;
  background-color: #396db8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6795d7), to(#396db8));
  background-image: -webkit-linear-gradient(top, #6795d7, #396db8);
  background-image: -moz-linear-gradient(top, #6795d7, #396db8);
  background-image: -o-linear-gradient(top, #6795d7, #396db8);
  background-image: linear-gradient(to bottom, #6795d7, #396db8);
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  padding: 40px;
  min-height: 413px;
}

.thankyou-message .text * {
  color: #fff;
}

.thankyou-message .details {
  display: inline;
  float: right;
  width: 395px;
}

.thankyou-message .details table td {
  padding: 15px 10px;
}

.thankyou-message .details table td p.large-text {
  font-size: 16px;
}

.page-node-748 h1 {
  display: none;
}

.page-node-748 .thankyou-message .text h1 {
  display: block;
}

.page-node-748 .content-block {
  overflow: hidden;
}

.jcarousel-skin-default .jcarousel-next-disabled, .jcarousel-skin-default .jcarousel-prev-disabled {
  display: block;
}

.page-node-101 .jcarousel-prev {
  display: none;
}

.page-node-99 .jcarousel-prev {
  display: none;
}

.page-node-94 .jcarousel-prev {
  display: none;
}

.page-node-95 .jcarousel-prev {
  display: none;
}

.page-node-96 .jcarousel-prev {
  display: none;
}

.page-node-802 .jcarousel-next {
  display: none;
}

.page-solutions .jcarousel-prev {
  display: none;
}

/* 27 Aug */
/* Quick Tabs */
ul.quicktabs-tabs li {
  margin: 0;
  display: inline-block;
  float: left;
  text-align: center;
  font-size: 1.28571429em;
  font-weight: 700;
  padding: 20px;
  background: #386db8;
  white-space: normal;
  border-left: 1px solid #fff;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul.quicktabs-tabs li a {
  color: #fff;
  text-decoration: none;
}

ul.quicktabs-tabs li.first {
  border-left: 1px solid #386db8;
  -webkit-border-radius: 10px 0 0 0;
  -moz-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}

ul.quicktabs-tabs li.last {
  -webkit-border-radius: 0 10px 0 0;
  -moz-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}

ul.quicktabs-tabs li.active {
  background: #6795d7;
}

ul.quicktabs-tabs li.active.first {
  border-left: 1px solid #6795d7;
}

/* Caase Study */
.casestudy {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 680px;
  padding: 40px;
  background: #fff;
  border-left: 1px solid #888b90;
  border-right: 1px solid #888b90;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.casestudy .content {
  position: relative;
  z-index: 10;
}

.casestudy-image {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  height: 516px;
}

.casestudy h2 {
  text-align: center;
  font-size: 24px;
  color: #34383c;
  font-weight: 400;
}

.casestudy h2 span {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #283478;
  margin: 0 0 1em;
}

.casestudy .profile {
  display: inline;
  float: left;
  width: 140px;
  margin: 120px 40px 0 160px;
}

.casestudy .text {
  display: inline;
  float: left;
  width: 390px;
  margin: 100px 0 0;
}

.casestudy p.large-text {
  font-weight: 700;
}

.no-bottom {
  border-bottom: 0;
}

.middle-industry > ul, .last-block > ul {
  padding: 0;
  list-style: none;
}

.last-block {
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  border-radius: 0px 0px 10px 10px;
}

.front .pane-block-787 {
  border-bottom: 1px solid #888B90;
}

.page-node-810 .region-topheader .block-menu .first a {
  font-weight: 700;
}

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

.fa, .imageParent:before, .footer-nav .bck-top-btn::before, .missingImg::before, .social-footer .socialmedia a:before, .different-about-assyst ul li:before, .improveperformance-tabs .quicktabs-tabpage ul li:before, ul.bigticks li:before, ul.bigticks-double li:before, .training-tabs .quicktabs-tabpage .list-box ul li:before, a.xing-link::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .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.2857142857142858em;
  text-align: center;
}

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.imageParent:before, .footer-nav .pull-left.bck-top-btn::before, .pull-left.missingImg::before, .social-footer .socialmedia a.pull-left:before, .different-about-assyst ul li.pull-left:before, .improveperformance-tabs .quicktabs-tabpage ul li.pull-left:before, ul.bigticks li.pull-left:before, ul.bigticks-double li.pull-left:before, .training-tabs .quicktabs-tabpage .list-box ul li.pull-left:before, a.pull-left.xing-link::before {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.imageParent:before, .footer-nav .pull-right.bck-top-btn::before, .pull-right.missingImg::before, .social-footer .socialmedia a.pull-right:before, .different-about-assyst ul li.pull-right:before, .improveperformance-tabs .quicktabs-tabpage ul li.pull-right:before, ul.bigticks li.pull-right:before, ul.bigticks-double li.pull-right:before, .training-tabs .quicktabs-tabpage .list-box ul li.pull-right:before, a.pull-right.xing-link::before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .imageParent:before, a.xing-link:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

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

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before, .different-about-assyst ul li:before, .improveperformance-tabs .quicktabs-tabpage ul li:before, ul.bigticks li:before, ul.bigticks-double li:before, .training-tabs .quicktabs-tabpage .list-box ul li:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

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

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

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

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

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before, .missingImg:before {
  content: "\f070";
}

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before, .social-footer .socialmedia a.twitter-link:before {
  content: "\f099";
}

.fa-facebook:before, .social-footer .socialmedia a.fb-link:before {
  content: "\f09a";
}

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

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

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

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

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

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

.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

.fa-google-plus:before, .social-footer .socialmedia a.gplus-link:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de";
}

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

.fa-linkedin:before, .social-footer .socialmedia a.linkedin-link:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

.fa-angle-up:before, .footer-nav .bck-top-btn:before {
  content: "\f106";
}

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before, .social-footer .socialmedia a.youtube-link:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

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

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

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

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

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

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

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

.fa, .imageParent:before, .footer-nav .bck-top-btn::before, .missingImg::before, .social-footer .socialmedia a:before, .different-about-assyst ul li:before, .improveperformance-tabs .quicktabs-tabpage ul li:before, ul.bigticks li:before, ul.bigticks-double li:before, .training-tabs .quicktabs-tabpage .list-box ul li:before, a.xing-link::before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .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.2857142857142858em;
  text-align: center;
}

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.imageParent:before, .footer-nav .pull-left.bck-top-btn::before, .pull-left.missingImg::before, .social-footer .socialmedia a.pull-left:before, .different-about-assyst ul li.pull-left:before, .improveperformance-tabs .quicktabs-tabpage ul li.pull-left:before, ul.bigticks li.pull-left:before, ul.bigticks-double li.pull-left:before, .training-tabs .quicktabs-tabpage .list-box ul li.pull-left:before, a.pull-left.xing-link::before {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.imageParent:before, .footer-nav .pull-right.bck-top-btn::before, .pull-right.missingImg::before, .social-footer .socialmedia a.pull-right:before, .different-about-assyst ul li.pull-right:before, .improveperformance-tabs .quicktabs-tabpage ul li.pull-right:before, ul.bigticks li.pull-right:before, ul.bigticks-double li.pull-right:before, .training-tabs .quicktabs-tabpage .list-box ul li.pull-right:before, a.pull-right.xing-link::before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: spin 1s infinite linear;
  -moz-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before, .imageParent:before, a.xing-link:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

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

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before, .different-about-assyst ul li:before, .improveperformance-tabs .quicktabs-tabpage ul li:before, ul.bigticks li:before, ul.bigticks-double li:before, .training-tabs .quicktabs-tabpage .list-box ul li:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

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

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

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

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

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

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

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

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

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before, .missingImg:before {
  content: "\f070";
}

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

.fa-bar-chart-o:before {
  content: "\f080";
}

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before, .social-footer .socialmedia a.twitter-link:before {
  content: "\f099";
}

.fa-facebook:before, .social-footer .socialmedia a.fb-link:before {
  content: "\f09a";
}

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

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

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

.fa-rss:before {
  content: "\f09e";
}

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

.fa-bullhorn:before {
  content: "\f0a1";
}

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

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

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

.fa-bars:before {
  content: "\f0c9";
}

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

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

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

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

.fa-google-plus:before, .social-footer .socialmedia a.gplus-link:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

.fa-sort-down:before, .fa-sort-asc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
  content: "\f0de";
}

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

.fa-linkedin:before, .social-footer .socialmedia a.linkedin-link:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

.fa-angle-up:before, .footer-nav .bck-top-btn:before {
  content: "\f106";
}

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

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

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-mail-reply-all:before {
  content: "\f122";
}

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before, .social-footer .socialmedia a.youtube-link:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before {
  content: "\f184";
}

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

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

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

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

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

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

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

table.views-table td {
  padding: 10px;
}

.imageParent {
  position: relative;
}

.imageParent:before {
  font-size: 65px;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  width: 100px;
  background: #253779;
  line-height: 1.5;
  display: none;
}

.footer-nav .bck-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 100%;
  background: rgba(37, 55, 121, 0.5);
  z-index: 10;
  display: none;
  font-size: 30px;
  color: #FFF;
  width: 50px;
  height: 50px;
}

.footer-nav .bck-top-btn::before {
  position: absolute;
  top: 50%;
  line-height: 0;
}

.missingImg {
  font-size: 20px;
  color: #666;
}

.missingImg img {
  display: none !important;
}

.social-footer .socialmedia {
  padding-right: 20px;
}

.social-footer .socialmedia a:before {
  position: absolute;
  top: 50%;
  line-height: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  text-indent: 0;
  display: none;
}

.different-about-assyst ul li:before {
  color: #2ecc71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  width: 25px;
  text-align: center;
  margin-left: -25px;
}

.improveperformance-tabs .quicktabs-tabpage ul li:before {
  color: #2ecc71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  width: 25px;
  text-align: center;
  margin-left: -25px;
}

ul.bigticks li:before {
  color: #2ecc71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  width: 25px;
  text-align: center;
  margin-left: -25px;
}

ul.bigticks-double li:before {
  color: #2ecc71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  width: 25px;
  text-align: center;
  margin-left: -25px;
}

.training-tabs .quicktabs-tabpage .list-box ul li:before {
  color: #2ecc71;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  display: none;
  width: 25px;
  text-align: center;
  margin-left: -25px;
}

@media screen and (max-width: 980px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  html *:not(.jcarousel), body *:not(.jcarousel) {
    max-width: 100%;
  }
  html *:not(.jcarousel) img, body *:not(.jcarousel) img {
    height: auto !important;
  }
  .site.container {
    width: 100%;
  }
  .pane-content .pane-block-787 {
    width: 100%;
  }
  .pane-content .pane-block-787 table, .pane-content .pane-block-787 tr, .pane-content .pane-block-787 td, .pane-content .pane-block-787 tbody {
    float: left;
    display: block;
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .pane-block-787 td {
    width: 25%;
  }
  .three-column ul li {
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}

@media screen and (max-width: 940px) {
  .rtecenter .button.green {
    margin: auto;
    clear: both;
    display: block;
    max-width: 180px;
    position: relative;
    top: 20px;
  }
  .casestudy-image {
    display: none;
  }
  .page-homepage .casestudy {
    background: #D4E8FF;
  }
  .transformIT-tabs .quicktabs-tabpage .text, .transformIT-tabs .quicktabs-tabpage .list-box {
    width: 100%;
  }
  .transformIT-tabs .quicktabs-tabpage .list-box {
    margin: 0;
  }
  .transformIT-tabs .quicktabs-tabpage .image {
    display: none;
  }
  .endorsements .quicktabs-tabpage .text {
    width: 100%;
  }
  .endorsements .quicktabs-tabpage .image {
    display: none;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team {
    width: 100%;
    display: block;
    float: left;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team li.team-member {
    width: 28%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-node-45 .content-block .field-name-body {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-node-45 .content-block .field-name-body .field-items table tr {
    display: inline-block;
    width: 50%;
    float: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-node-45 .content-block .field-name-body .field-items table .empty {
    display: none;
  }
  .page-node-45 .content-block #webform-client-form-45 {
    width: 100%;
    border-radius: 0;
  }
  .page-node-45 .content-block #webform-client-form-45 input,
  .page-node-45 .content-block #webform-client-form-45 select {
    float: none;
  }
  .page-node-45 .content-block #webform-client-form-45 select {
    width: 62%;
  }
  .page-node-45 .content-block #webform-client-form-45 input {
    width: 60%;
  }
  .page-node-45 .form-textarea-wrapper {
    width: 90%;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    float: none;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block:nth-child(n + 3) {
    display: none;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block .views-field-field-quote .field-content:before {
    left: 65px;
    top: -30px;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block .views-field-field-quote .field-content:after {
    right: 65px;
    top: 40px;
  }
  .pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item .views-field-field-quote .field-content:after {
    right: 65px;
    top: 30px;
  }
  .pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
  }
  .pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item:nth-child(n + 3) {
    display: none;
  }
  .header .logo {
    margin-left: 20px;
  }
  .header .menu {
    margin-right: 20px;
  }
  .pane-block-709 {
    border-radius: 0;
  }
  .page-node-45 article.node h1 {
    width: 100%;
    text-align: center;
    color: #000;
    position: static;
    margin: 0;
  }
}

@media screen and (max-width: 860px) {
  .pane-block-719 .casestudy .profile {
    margin: 0 0 30px auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .pane-block-719 .casestudy .text {
    display: block;
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 0;
  }
  .pane-block-719 .casestudy .rtecenter {
    margin: 0 auto;
    text-align: center;
  }
  .pane-block-719 .casestudy .rtecenter .button {
    display: inline-block;
  }
  select#edit-industry {
    width: 150px;
  }
  select#edit-role {
    width: 150px;
  }
  a.button.red.arrow {
    display: block;
    clear: both;
    max-width: 200px;
    margin: 0 auto;
    background-image: none;
    padding: 10px;
    text-align: center;
  }
  a.button.green {
    text-align: center;
    clear: both;
    max-width: 200px;
    float: none;
  }
  .transformIT-tabs .quicktabs-tabpage {
    border: 0;
  }
  #quicktabs-container-home_page_selected_blogs_resourc .item-list ul li {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .pane-tweets ul.tweets > li {
    width: 30%;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #mini-panel-axios_offices_ {
    width: 30%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    border-radius: 0;
  }
  #mini-panel-axios_offices_ .view-content {
    width: auto;
  }
  #mini-panel-axios_offices_ .view-content .views-row-1, #mini-panel-axios_offices_ .view-content .views-row-2 {
    width: 49%;
    margin: 2px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mini-panel-axios_offices_ .pane-block-38 {
    display: inline;
    width: 25%;
    margin: 0;
  }
  .page-blog .main-content {
    width: 100%;
  }
  .blog-side.blog-subscribe {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
  }
  .blog-side.recent-blog-posts {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .blog-side.blog-categories {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .block.block-mefibs {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .blog-side.blog-archive {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
  }
  li.views-row-odd.views-row-first.partner {
    width: 70%;
  }
  .partner-list ul li.partner {
    width: 70%;
  }
  .jcarousel-skin-default .jcarousel-container-horizontal {
    width: 80% !important;
  }
  iframe {
    height: auto;
  }
  .page-node-328 .content-block .freetrial-text-content {
    width: 100%;
  }
  .page-node-328 .content-block .freetrial-form-content {
    width: 100%;
  }
  .page-node-328 .content-block .freetrial-form-content iframe#SaaSTrialPlugin {
    width: 100%;
    height: 700px;
  }
  .pane-block-719 .casestudy .profile {
    margin: 20px auto;
    display: block;
    width: 100%;
    text-align: center;
    float: none;
    padding: 0;
  }
  .pane-block-719 .casestudy .profile table {
    text-align: center;
    margin: 0 auto;
  }
  .page-search-node .search-form {
    border-radius: 0;
  }
  .view-homepage-top-slider .skin-default div#views_slideshow_cycle_main_homepage_top_slider-block .slider-image img {
    max-width: 70%;
    height: auto;
    float: right;
  }
  .pane-block-709 .button {
    display: inline-block;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 300px !important;
  }
  .solutions-media-top-block .blue-area {
    border-radius: 0;
  }
  .solutions-media-top-block .blue-area .image {
    position: static;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
  }
  .solutions-media-top-block .blue-area .image::after {
    display: none;
  }
  .flexible-delivery .side.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    width: 40%;
  }
  .flexible-delivery .text {
    width: 50%;
  }
  .pane-customer-quotes-slider .pane-content .views-slideshow-cycle-main-frame-row {
    height: 200px !important;
  }
  .views-slideshow-cycle-main-frame-row-item.views-row.views-row-0.views-row-odd.views-row-first:nth-child(1n+2),
  .views-slideshow-cycle-main-frame-row-item.views-row.views-row-1.views-row-even:nth-child(1n+2) {
    display: none;
  }
}

@media screen and (max-width: 810px) {
  .training-tabs .quicktabs-tabpage .text {
    width: 45%;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team {
    width: 100%;
    display: block;
    float: left;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team li.team-member {
    width: 26%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mini-panel-axios_offices_ {
    width: 30%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
  }
  #mini-panel-axios_offices_ .pane-global-offices {
    width: 100%;
  }
  #mini-panel-axios_offices_ .view-content {
    width: auto;
  }
  #mini-panel-axios_offices_ .view-content .views-row-1, #mini-panel-axios_offices_ .view-content .views-row-2 {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 0;
  }
  #mini-panel-axios_offices_ .pane-block-38 {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
  }
  .pane-block-787 td {
    width: 30%;
  }
  .page-resources .view-filters, .page-solutions .view-filters {
    border-radius: 0;
  }
  .casestudy .profile {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .casestudy .profile table {
    margin: 0 auto;
  }
  .casestudy .text {
    margin: 25px auto;
    display: block;
    width: 100%;
    text-align: center;
  }
  .view-current-oportunities .view-header {
    margin-left: 20px;
  }
  .view-current-oportunities .view-filters .views-exposed-widget {
    display: inline-block;
    margin: 10px 0;
    float: none;
    width: 40%;
    padding: 0;
    zoom: 1;
  }
  .view-current-oportunities table.views-table.cols-5 thead {
    display: none;
  }
  .view-current-oportunities table.views-table.cols-5 tr.even, .view-current-oportunities table.views-table.cols-5 tr.odd {
    background-color: #FFF;
  }
  .view-current-oportunities table.views-table.cols-5 tr {
    box-sizing: border-box;
    padding: 20px !important;
    margin: 0;
  }
  .view-current-oportunities table.views-table.cols-5 tr, .view-current-oportunities table.views-table.cols-5 td {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 5px;
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field {
    display: block;
    width: 100%;
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field.views-field-title a {
    color: #253779;
    font-weight: bold;
    font-size: 16px;
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field::before {
    width: auto;
    height: auto;
    color: #666;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: block;
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field.views-field-title::before {
    content: "Job Title";
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field.views-field-field-skill-area:before {
    content: "Skill";
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field.views-field-field-job-location::before {
    content: "Location";
  }
  .view-current-oportunities table.views-table.cols-5 td.views-field.views-field-field-reference-::before {
    content: "Reference";
  }
  .page-about-us .pane-block-21, .page-about-us .pane-block-23 {
    border-radius: 0;
  }
}

@media screen and (max-width: 720px) {
  .form-item.form-type-select.form-item-industry {
    display: block;
    width: 52%;
    float: left;
  }
  .form-item.form-type-select.form-item-role {
    display: block;
    width: 48%;
    float: left;
  }
  .panel-pane.pane-block.pane-block.top-content-block {
    margin: 0;
    border-radius: 0;
  }
  .page-services .pane-block-16 {
    border-radius: 0;
  }
  .block.block-block.top-content-block {
    margin: 0;
  }
  .panel-pane.pane-block.pane-block.content-block img {
    height: auto !important;
  }
  .pane-tweets ul.tweets > li {
    width: 100%;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 0;
    min-height: auto;
    margin: 0;
  }
  .panel-3col-33 .panel-col-first {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .panel-3col-33 .panel-col-first .inside {
    margin: 0;
    border-radius: 0;
  }
  .panel-3col-33 .panel-col {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .panel-3col-33 .panel-col .inside {
    margin: 0;
    border-radius: 0;
  }
  .panel-3col-33 .panel-col-last {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
  }
  .panel-3col-33 .panel-col-last .inside {
    margin: 0;
    border-radius: 0;
  }
  .panel-3col-33 .panel-pane.pane-block.pane-block.partners-top-block {
    width: 100%;
    border-radius: 0;
  }
  .page-partners h2.pane-title {
    border-radius: 0;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer {
    width: 100%;
    padding: 0 40px;
    height: 150px;
    left: -40px;
    position: relative;
    top: 20px;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons {
    width: 100%;
    overflow-x: scroll;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody {
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 1000px;
    max-width: 1000px;
    height: auto;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody ::-webkit-scrollbar {
    width: 5em;
    height: 5em;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody ::-webkit-scrollbar-thumb {
    background: #F00;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody ::-webkit-scrollbar-track {
    background: #ff8080;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody body {
    scrollbar-face-color: #F00;
    scrollbar-track-color: #ff8080;
  }
  .panel-pane.pane-block.pane-block-17.pane-block.content-block .slidingIconContainer table.slideIcons tbody td {
    width: 160px;
  }
  .pane-block-787 td {
    width: 25%;
  }
  .page-about-us .button.green.arrow {
    clear: both;
    display: block !important;
    clear: both;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 650px) {
  .three-column ul li {
    width: 100%;
    text-align: center;
    display: block;
    float: none;
    background-position: center top !important;
  }
  .three-column ul li p {
    text-align: center;
  }
  .three-column ul li h3 {
    text-align: center;
  }
  .front .pane-block-787 {
    display: none;
  }
  .pane-block-786 .image {
    width: 100% !important;
    height: auto !important;
  }
  .transformIT-tabs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .transformIT-tabs .quicktabs-wrapper {
    background: #6795d7;
    border-radius: 10px;
    width: 100%;
  }
  .transformIT-tabs .quicktabs-wrapper .item-list {
    width: 100%;
    display: block;
  }
  .transformIT-tabs .quicktabs-wrapper .item-list ul.quicktabs-tabs {
    width: 80%;
    margin: 0 auto;
  }
  .transformIT-tabs .quicktabs-wrapper .item-list ul.quicktabs-tabs li {
    width: 100% !important;
    border-radius: 0;
    margin: 0 auto;
    border-left: 0;
    box-shadow: inset 0 -2px 0 0 #6493D5;
  }
  .transformIT-tabs .quicktabs-wrapper .item-list ul.quicktabs-tabs li.active.first {
    border-radius: 10px;
  }
  .endorsements {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .endorsements .quicktabs-wrapper {
    background: #6795d7;
    border-radius: 10px;
    width: 100%;
  }
  .endorsements .quicktabs-wrapper ul.quicktabs-tabs li {
    width: 100% !important;
  }
  .endorsements .quicktabs-wrapper .item-list {
    width: 100%;
    display: block;
  }
  .endorsements .quicktabs-wrapper .item-list ul.quicktabs-tabs {
    width: 80%;
    margin: 0 auto;
  }
  .endorsements .quicktabs-wrapper .item-list ul.quicktabs-tabs li {
    width: 100% !important;
    border-radius: 0;
    margin: 0 auto;
    border-left: 0;
    box-shadow: inset 0 -2px 0 0 #6493D5;
  }
  .endorsements .quicktabs-wrapper .item-list ul.quicktabs-tabs li.active.first {
    border-radius: 10px;
  }
  .quicktabs-wrapper {
    background: #6795d7;
    border-radius: 10px;
    width: 100%;
  }
  .quicktabs-wrapper ul.quicktabs-tabs li {
    width: 100% !important;
  }
  .quicktabs-wrapper .item-list {
    width: 100%;
    display: block;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs {
    width: 80%;
    margin: 0 auto;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs li {
    width: 100% !important;
    border-radius: 0;
    margin: 0 auto;
    border-left: 0;
    box-shadow: inset 0 -2px 0 0 #6493D5;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs li.active.first {
    border-radius: 10px;
  }
  .views-slideshow-cycle-main-frame-row .slider-image {
    display: none;
  }
  .views-slideshow-cycle-main-frame-row h3.slider-sub-title {
    width: 80%;
  }
  .pane-content img {
    margin-bottom: 10px;
  }
  .casestudy .profile {
    margin: 0;
    width: 100%;
    display: block;
  }
  .casestudy .profile table {
    margin: 0 auto;
    padding: 0;
  }
  .casestudy .text {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .pane-content ul {
    display: block;
    margin: 0;
  }
  .pane-content ul li {
    width: 100%;
    margin: 0;
  }
  .three-column ul li + li {
    margin-top: 30px;
  }
  .press-button {
    float: left;
  }
  .pane-press-release-archive .press-release {
    padding: 0;
    margin: 0;
  }
  .pane-press-release-archive .press-release li.views-row {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 25px;
  }
  .pane-press-release-archive .view-header h1 {
    border-radius: 0;
  }
  .flexible-delivery .side.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 10px;
    width: 100%;
  }
  .flexible-delivery .text {
    width: 100%;
  }
  .pane-block-719 .casestudy .profile img {
    position: relative;
    top: 10px;
  }
  .panel-pane.pane-block.pane-block-722.pane-block .casestudy .content img {
    position: relative;
    top: 10px;
  }
  .different-about-assyst ul li {
    margin: 5px !important;
    background-image: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .different-about-assyst ul li:before {
    color: #2ecc71;
    display: inline-block;
  }
  .improveperformance-tabs .quicktabs-tabpage ul li {
    margin: 5px !important;
    background-image: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }
  .improveperformance-tabs .quicktabs-tabpage ul li:before {
    color: #2ecc71;
    display: inline-block;
  }
  ul.bigticks li {
    margin: 5px !important;
    background-image: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
  }
  ul.bigticks li p, ul.bigticks li div {
    display: inline;
  }
  ul.bigticks li:before {
    color: #2ecc71;
    display: inline-block;
  }
  ul.bigticks-double li {
    margin: 5px !important;
    background-image: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    line-height: normal;
  }
  ul.bigticks-double li:before {
    color: #2ecc71;
    display: inline-block;
  }
  .training-tabs .quicktabs-tabpage .list-box ul li {
    background-image: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;
    line-height: normal;
  }
  .training-tabs .quicktabs-tabpage .list-box ul li p {
    display: inline;
  }
  .training-tabs .quicktabs-tabpage .list-box ul li:before {
    color: #2ecc71;
    display: inline-block;
  }
  .field-item.even p img {
    display: block;
    width: 100% !important;
  }
  .casestudy .profile img {
    position: relative;
    top: 10px;
  }
  .pane-tweets ul.tweets > li {
    height: 190px;
  }
  a.button.green {
    text-align: center;
    clear: both;
    max-width: 200px;
    float: none;
    display: block;
    background-image: none;
    padding: 10px;
    margin: 0 auto;
  }
  a.button.green {
    margin-top: 3px;
  }
  .transformIT-tabs .quicktabs-tabpage .buttonbar .button {
    margin-right: auto;
  }
  .imageParent:before {
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .page-node a.button.green {
    display: block !important;
  }
  .page-node p ~ img {
    display: block;
    float: none !important;
    margin: 0 auto 1em;
    padding: 0 !important;
  }
  .social-footer .tryassyst {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 3px;
    box-sizing: border-box;
    background: #d64435;
    width: 100%;
    text-align: center;
  }
  .pane-block-719 .casestudy .rtecenter .button {
    display: block;
  }
  .social-footer .socialmedia {
    text-align: center;
    float: none;
  }
  .panel-pane.pane-block.pane-block-18.pane-block.content-block img {
    width: 100% !important;
    display: block;
  }
  .social-footer .socialmedia p {
    font-size: 0;
  }
  .social-footer .socialmedia a {
    background-image: none !important;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px;
    font-size: 20px;
    padding: 18px;
  }
  .social-footer .socialmedia a.twitter-link {
    background: #55acee;
  }
  .social-footer .socialmedia a.linkedin-link {
    background: #0977b5;
  }
  .social-footer .socialmedia a.youtube-link {
    background: #bb0000;
  }
  .social-footer .socialmedia a.gplus-link {
    background: #dd4b39;
  }
  .social-footer .socialmedia a.fb-link {
    background: #3b5998;
  }
  .social-footer .socialmedia a:before {
    display: block;
  }
  .social-footer .socialmedia:before {
    content: "You can follow us on";
    width: 100%;
    text-align: center;
    display: block;
  }
  .press-release ul li .release-date {
    display: inline-block;
    width: 100%;
  }
  .sharethis-buttons {
    float: none;
    display: block;
    overflow: hidden;
    height: auto;
  }
  .sharethis-buttons .shareToggle {
    font-size: 20px;
    color: #FFF;
    width: 100%;
    text-align: center;
    display: block;
  }
  .sharethis-buttons .shareToggle:after {
    content: "Share This Post";
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    top: -4px;
  }
  .sharethis-buttons .sharethis-wrapper {
    display: none;
    margin: 5px;
    max-width: 255px;
    width: 100%;
    text-align: center;
  }
  .sharethis-buttons .sharethis-wrapper > span {
    margin: 5px;
    display: inline-block;
  }
  .sharethis-buttons .showButtons {
    display: block;
  }
}

@media screen and (max-width: 587px) {
  .panel-pane.pane-views.pane-axios-people .axios-team {
    width: 100%;
    display: block;
    float: left;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team li.team-member {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px 0;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team li.team-member .team-title {
    display: block;
    float: left;
    position: relative;
    left: 30px;
  }
  .panel-pane.pane-views.pane-axios-people .axios-team li.team-member .team-position {
    display: block;
    float: left;
    position: absolute;
    left: 30px;
    width: auto;
    left: 150px;
    bottom: 50px;
  }
  .node-type-blog .comments {
    border-radius: 0;
  }
  .node-type-blog .comments .form-submit {
    background-image: none;
    padding: 10px 40px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .comments .form-item-name label,
  .comments .form-item-mail label,
  .comments .form-item-name input,
  .comments .form-item-mail input {
    clear: both;
  }
  .sharethis-buttons {
    border-radius: 0;
  }
  .top-content-block .image {
    width: 100%;
  }
  li.views-row-odd.views-row-first.partner {
    width: 100%;
  }
  .partner-list ul li.partner {
    width: 100%;
  }
  .partner-list ul li.partner .partnerfind-logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
  }
  .partner-list ul li.partner .partnerfind-title {
    display: block;
    float: none;
    text-align: center;
    width: 100%;
  }
  .partner-list ul li.partner .partnerfind-profile {
    display: block;
    width: 100%;
    float: none;
  }
  .pane-events .view-filters .views-exposed-widget {
    margin-right: 5px;
    width: 45%;
  }
}

@media screen and (max-width: 560px) {
  .main-footer .footer-menu {
    display: block;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  .page-homepage .casestudy {
    background: #FFF;
  }
  .pane-block-719 .casestudy .text {
    width: 100%;
  }
  .training-tabs .quicktabs-tabpage .text {
    width: 100%;
  }
  .training-tabs .quicktabs-tabpage .list-box {
    width: 100%;
    margin: 0;
    float: left;
  }
  #mini-panel-axios_offices_ {
    width: 30%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline;
    text-align: center;
  }
  #mini-panel-axios_offices_ .pane-global-offices {
    width: 100%;
  }
  #mini-panel-axios_offices_ .view-content {
    width: auto;
  }
  #mini-panel-axios_offices_ .view-content .views-row-1, #mini-panel-axios_offices_ .view-content .views-row-2 {
    width: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #mini-panel-axios_offices_ .pane-block-38 {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main-footer .footer-menu {
    clear: left;
    padding-bottom: 45px;
  }
  .main-footer .footer-menu .menu li {
    display: block;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    float: left;
    position: relative;
    left: -10px;
  }
  .footer-nav {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
  }
  .panel-pane.pane-block.pane-block-9.pane-block.itsm-software iframe {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 400px) {
  .pane-block-719 .casestudy .rtecenter {
    width: 100%;
  }
  .pane-block-719 .casestudy .rtecenter .button {
    width: 100%;
    display: block;
  }
  .transformIT-tabs .quicktabs-tabpage .buttonbar {
    display: block;
    width: 100%;
    float: left;
  }
  .transformIT-tabs .quicktabs-tabpage .image {
    display: block;
    position: relative;
    display: block;
    max-width: 300px;
    height: auto !important;
    right: 0;
    position: relative;
    float: right;
    top: 10px;
  }
  .endorsements .quicktabs-tabpage .image {
    display: block;
    position: relative;
    display: block;
    max-width: 300px;
    height: auto !important;
    right: 0;
    position: relative;
    float: right;
    top: 10px;
  }
  .block.block-block.content-block.whats-different.no-top-border {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  .block.block-block.content-block.whats-different.no-top-border ul.bigticks-double {
    width: 90%;
  }
  .small-footer .copyright {
    float: none;
    display: block;
    text-align: center;
  }
  .small-footer .footer-nav ul li {
    display: block;
    width: 100%;
  }
  .social-footer .tryassyst {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    padding: 3px;
    box-sizing: border-box;
    background: #d64435;
    width: 100%;
    text-align: center;
  }
  .social-footer .socialmedia {
    float: none;
    line-height: 20px;
    text-align: center;
  }
  .page-about-us .button.green {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    margin: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
  }
  .page-about-us .white-area .button.green {
    display: block;
    width: 100%;
    text-align: center;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-node-45 .content-block .field-name-body {
    width: 100%;
    margin-bottom: 50px;
  }
  .page-node-45 .content-block .field-name-body .field-items table tr {
    display: inline-block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .page-node-45 .content-block .field-name-body .field-items table tr img {
    height: auto !important;
    width: 31px !important;
  }
  .page-node-45 .content-block .field-name-body .field-items table .empty {
    display: none;
  }
  .page-node-45 .content-block #webform-client-form-45 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
  }
  .page-node-45 .content-block #webform-client-form-45 .form-submit {
    width: 100%;
  }
  .page-node-45 .content-block #webform-client-form-45 select {
    width: 100%;
  }
  .page-node-45 .content-block #webform-client-form-45 input {
    width: 94%;
  }
  .page-node-45 .form-textarea-wrapper {
    width: 100%;
  }
  li.views-row-odd.views-row-first.partner {
    width: 100%;
  }
  .partner-list ul li.partner {
    width: 80%;
  }
  .panel-pane.pane-block.pane-block-796.pane-block.content-block.flexible-delivery iframe {
    height: auto;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    float: none;
    margin-top: 10px;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block:nth-child(n + 2) {
    display: none;
  }
  .pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    margin: 0;
    margin-top: 10px;
  }
  .pane-customer-quotes-slider .views-slideshow-cycle-main-frame-row-item:nth-child(n + 2) {
    display: none;
  }
  .quicktabs-wrapper {
    background: #6795d7;
    border-radius: 10px;
    width: 100% !important;
  }
  .quicktabs-wrapper ul.quicktabs-tabs li {
    width: 100% !important;
  }
  .quicktabs-wrapper .item-list {
    width: 100% !important;
    display: block;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs {
    width: 100% !important;
    margin: 0 auto;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs li {
    width: 100% !important;
    border-radius: 0;
    margin: 0 auto;
    border-left: 0;
    box-shadow: inset 0 -2px 0 0 #6493D5;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs li.active.first {
    border-radius: 10px;
  }
  .pane-block-709 .button {
    display: inline-block;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    max-width: 300px !important;
    width: 100%;
  }
  .solutions-media-top-block .blue-area {
    border-radius: 0;
  }
  .solutions-media-top-block .blue-area .image {
    position: static;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
  }
  .solutions-media-top-block .blue-area .image::after {
    display: none;
  }
  .solutions-media-top-block .blue-area .text {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .pane-block-13 .pane-content ul {
    margin: 0;
    padding: 0;
    width: 90%;
    display: block;
    float: none;
  }
  .pane-block-13 .pane-content ul li {
    margin: 0;
  }
  .field-items img {
    width: 100% !important;
    display: block;
  }
  .view-header {
    border-radius: 0;
  }
  .quicktabs-wrapper .item-list ul.quicktabs-tabs li.first {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .pane-content ul li {
    width: 100%;
    margin: 0;
  }
  a.button.red.arrow {
    background-image: none;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    display: block;
    float: none;
  }
  .page-node-45 .content-block {
    border: 0;
  }
  .page-node a.button.green {
    margin: 0 auto;
  }
  .rtecenter .button.green {
    background-image: none;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    display: block !important;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block .views-field-field-quote .field-content:before {
    display: none;
  }
  div#views_slideshow_cycle_main_customer_quotes_slider-block .views-field-field-quote .field-content:after {
    display: none;
  }
  .solutions-list ul li .solutions-button {
    clear: both;
    float: none;
    width: 380px;
    display: block;
    margin: 40px 0 0;
    text-align: center;
  }
  .solutions-list ul li .solutions-button a {
    background-image: none;
    padding: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .blog-roll ul li h2.blog-title {
    width: 100%;
    clear: both;
    display: block;
  }
  .blog-roll ul li div.blog-text {
    margin-left: 0 !important;
  }
  .page-resources .resource-type.public-document {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-resources .blog-title {
    margin-left: 0 !important;
  }
  .page-resources .resource-type.public-video, .page-solutions .resource-type.public-video {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-resources .resource-type.public-casestudies {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-resources .resource-type.public-presentations {
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  .press-button {
    display: block;
    width: 100%;
    clear: both;
  }
  .press-button a {
    text-align: center;
    display: block;
    background-image: none;
    padding: 10px;
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
    width: 50%;
  }
  .blog-read-button {
    clear: both;
    float: none;
    display: block;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
  .twitter-status {
    padding: 0;
  }
  .button.twitter {
    display: inline-block;
  }
  .press-release ul li .release-date {
    display: inline-block;
    width: 100%;
  }
  .page-global-offices .main-content .pager li {
    padding: 0;
  }
  .page-global-offices .main-content .pager li a {
    padding: 10px;
    width: 100%;
  }
  .page-press-events .pane-events .view-filters form {
    height: auto;
  }
  .page-press-events .pane-events .view-filters .views-exposed-widget {
    width: 100%;
    display: block;
    margin: 0;
  }
  .block.block-axios-solution-role-menu {
    height: auto;
    overflow: hidden;
  }
  .form-item.form-type-select.form-item-industry {
    width: 100%;
  }
  select#edit-industry {
    width: 100%;
  }
  .form-item.form-type-select.form-item-role {
    width: 100%;
    margin-top: 10px;
  }
  select#edit-role {
    width: 100%;
  }
  .imageParent:before {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}

@media screen and (min-width: 861px) {
  .region.region-header {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    position: static;
    font-size: inherit;
    z-index: 0;
    background: #FFF;
  }
  .toggleMenu.fa.fa-bars, .toggleMenu.fa-bars.imageParent:before, .footer-nav .toggleMenu.fa-bars.bck-top-btn::before, .toggleMenu.fa-bars.missingImg::before, .social-footer .socialmedia a.toggleMenu.fa-bars:before, .different-about-assyst ul li.toggleMenu.fa-bars:before, .improveperformance-tabs .quicktabs-tabpage ul li.toggleMenu.fa-bars:before, ul.bigticks li.toggleMenu.fa-bars:before, ul.bigticks-double li.toggleMenu.fa-bars:before, .training-tabs .quicktabs-tabpage .list-box ul li.toggleMenu.fa-bars:before, a.toggleMenu.fa-bars.xing-link::before {
    display: none;
  }
  .toggleMenu.fa.fa-times, .toggleMenu.fa-times.imageParent:before, .footer-nav .toggleMenu.fa-times.bck-top-btn::before, .toggleMenu.fa-times.missingImg::before, .social-footer .socialmedia a.toggleMenu.fa-times:before, .different-about-assyst ul li.toggleMenu.fa-times:before, .improveperformance-tabs .quicktabs-tabpage ul li.toggleMenu.fa-times:before, ul.bigticks li.toggleMenu.fa-times:before, ul.bigticks-double li.toggleMenu.fa-times:before, .training-tabs .quicktabs-tabpage .list-box ul li.toggleMenu.fa-times:before, a.toggleMenu.fa-times.xing-link::before {
    display: none;
  }
  .block.block-system.block-menu {
    display: block !important;
  }
  .block.block-system.block-menu .menu .topHeaderMenu {
    display: none;
  }
  .header .container ~ a.freetrial {
    display: none;
  }
}

@media screen and (max-width: 860px) {
  .transformIT-tabs .quicktabs-tabpage .buttonbar {
    text-align: center;
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
  }
  .endorsements .quicktabs-tabpage .buttonbar {
    text-align: center;
  }
  #quicktabs-tabpage-home_tansform_it_tabs-0 {
    border: none;
  }
  .topHeader .menu {
    display: none;
  }
  .noscroll {
    overflow: hidden;
    position: fixed;
  }
  .header .container ~ a.freetrial {
    background: #D64535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    position: absolute;
    top: 60px;
    right: 100px;
  }
  .header .logo {
    margin-left: 20px;
  }
  .sticky {
    position: relative;
  }
  .site.container {
    padding-top: 20px;
  }
  .block.block-system.block-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
  }
  .toggleMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px;
    color: #FFF;
    position: relative;
    z-index: 2;
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background: #386DB8;
    margin: 0;
    right: 5px;
    top: 0;
    position: absolute;
    font-size: 25px;
    z-index: 3;
  }
  .region.region-header {
    float: right;
    width: 50px;
    height: 50px;
    margin: 0;
    right: 25px;
    top: 0;
    position: absolute;
    font-size: 25px;
    z-index: 3;
    background: #FFF;
  }
  .header .menu {
    display: block;
    float: none;
    margin: 0;
    background: rgba(56, 109, 184, 0.95);
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 120px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .header .menu li {
    width: 50%;
    display: block;
    float: left;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header .menu li a {
    border: 0;
    color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 15px;
  }
  .header .menu li a.freetrial {
    background: 0;
    font-size: 15px;
  }
  .menu.topHeaderMenu {
    padding-top: 0;
    background: transparent;
  }
}

@media screen and (max-width: 400px) {
  .language-list {
    width: 50%;
  }
  .sticky {
    height: auto;
    border: 0;
  }
  .header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  .header .container {
    padding: 20px 0;
  }
  .header .container ~ a.freetrial {
    background: #D64535;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px;
    position: static;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .region.region-header {
    right: 0;
    top: 19px;
  }
  .header .menu {
    overflow-y: scroll;
  }
  .header .menu li {
    width: 100%;
    padding: 10px;
  }
  ul.menu.topHeaderMenu {
    overflow: hidden;
    height: auto !important;
  }
  .transformIT-tabs .quicktabs-tabpage .buttonbar .button {
    padding: 10px 20px;
    background-image: none;
    display: inline-block;
  }
  .rtecenter .button.green {
    background-image: none;
    padding: 10px 20px;
  }
  .views-slideshow-cycle-main-frame-row .buttonbar .button {
    background-image: none;
    width: 100%;
  }
  a.button.green {
    background-image: none;
    padding: 10px;
    margin-top: 3px;
  }
}

.block.block-axios-solution-role-menu select,
.pane-axios-solution-role-menu select {
  margin-right: 0;
  width: 230px;
}

.block.block-axios-solution-role-menu form .form-item,
.pane-axios-solution-role-menu form .form-item {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}

.block.block-axios-solution-role-menu form .form-item:first-child,
.pane-axios-solution-role-menu form .form-item:first-child {
  padding-right: 10px;
}

.block.block-axios-solution-role-menu form .form-item label,
.pane-axios-solution-role-menu form .form-item label {
  margin-right: 0;
  padding-right: 15px;
}

ul.quicktabs-tabs {
  width: 100%;
}

ul.quicktabs-tabs li {
  position: relative;
  padding: 0;
  display: block;
  min-height: 100px;
}

ul.quicktabs-tabs li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.jcarousel-item-3 h2 {
  margin-top: 10px;
}

.topHeader .language-list a.toggleLanguages {
  padding: 2px 50px 2px 24px;
}

a.xing-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background: #fff;
}

a.xing-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: rgba(0, 0, 0, 0.3);
}
