@import 'fonts.css';
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
ul,
li,
ol,
a,
em,
img,
strong,
fieldset,
form,
label,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
}
:focus {
  outline: 0;
}
img {
  vertical-align: middle;
  outline: 0;
}
input,
textarea {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
html,
body,
textarea,
input {
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  color: #999;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  font-size: 13px;
  font-weight: 700;
  background: transparent;
  text-transform: uppercase;
  border: 0;
}
input[type=text],
input[type=email],
input[type=url],
input[type=search],
input[type=password],
textarea {
  border: 1px solid white;
  height: 16px;
  font-size: 12px;
  padding: 5px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
textarea {
  resize: none;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.l {
  text-align: left;
}
.c {
  text-align: center;
}
.j {
  text-align: justify;
}
.r {
  text-align: right;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
  color: #1d578a;
}
a:hover {
  color: #999;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d578a;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
}
p {
  margin: 0 0 1em 0;
  text-align: left;
  line-height: 1.5;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  border: 0;
}
.small {
  font-size: 10px;
}
hr {
  display: block;
  height: 0px;
  line-height: 0px;
  border: 0;
  border-top: 1px solid #eef0f3;
  margin: 16px 0;
  float: none;
  clear: both;
  padding: 0;
}
.story {
  line-height: 1.5;
}
.story ul {
  list-style: square;
}
.story ul li {
  list-style: square;
}
.story ol {
  list-style: decimal;
}
.story ol li {
  list-style: decimal;
}
.story ul,
.story ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}
.story ul ul,
.story ol ul,
.story ul ol,
.story ol ol {
  margin-bottom: 0;
}
.story ol ol {
  list-style: upper-alpha;
}
.story ol ol ol {
  list-style: lower-roman;
}
.story ol ol ol ol {
  list-style: lower-alpha;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  text-transform: none;
  margin-bottom: .5em;
}
.story a {
  -webkit-transition: color 100ms linear;
  -moz-transition: color 100ms linear;
  -ms-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  transition: color 100ms linear;
}
.story a:link,
.story a:visited,
.story a:hover,
.story a:active {
  text-decoration: underline;
}
.story table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 18px;
}
.story table td,
.story table th {
  padding: 6px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
.story table th {
  font-weight: bold;
}
.story pre {
  border: 1px solid #ccc;
  background: #eee;
  padding: 1em 2em;
  margin-bottom: 1em;
}
.story blockquote {
  font-style: italic;
  margin: 1em 3em;
}
.story blockquote p:before {
  content: '"';
}
.story blockquote p:after {
  content: '"';
}
.story img.size-auto,
.story img.size-full,
.story img.size-large,
.story img.size-medium,
.story .attachment img {
  max-width: 100%;
  height: auto;
}
.story .alignleft,
.story img.alignleft {
  display: inline;
  float: left;
  margin-right: 2em;
}
.story .alignright,
.story img.alignright {
  display: inline;
  float: right;
  margin-left: 2em;
}
.story .aligncenter,
.story img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.story img.alignleft,
.story img.alignright,
.story img.aligncenter {
  margin-bottom: 1em;
}
.story .wp-caption {
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
}
.story .wp-caption p.wp-caption-text {
  color: #888;
  font-size: 11px;
  margin: 0;
  padding: 5px;
}
.story .wp-smiley {
  margin: 0;
}
.flexslider {
  position: relative;
  zoom: 1;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider ul li,
.flexslider ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
  display: none;
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.flexslider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(100, 100, 100, 0.5);
  color: #fff;
  text-align: left;
}
.flexslider .descr h3 {
  text-align: left;
}
.flexslider .descr .text p:last-child {
  margin-bottom: 0;
}
.flex-container {
  zoom: 1;
  position: relative;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  display: table;
}
body {
  background: #f6f7f9 url(../img/bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.w {
  width: 950px;
  margin: 0 auto;
}
.wrapper-main {
  min-height: 600px;
}
button,
a.btn,
input[type="submit"],
input[type="button"] {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  text-decoration: none;
  outline: 0 none;
  text-align: center;
  margin: 2px;
  min-height: 18px;
  min-width: 8px;
  white-space: pre-line;
  vertical-align: baseline;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1d9dde;
  padding: 0 25px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  background: #fff;
  background: #e6e8ec;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px #ffffff;
  position: relative;
  border-top: 1px solid #ffffff;
}
button:hover,
a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #dddddd, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #f7f7f7 100%);
  border-top: 1px solid #fefefe;
}
button:active,
a.btn:active,
input[type="submit"]:active,
input[type="button"]:active {
  top: 1px;
}
button.disabled,
a.btn.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled:hover,
a.btn.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:active,
a.btn.disabled:active,
input[type="submit"].disabled:active,
input[type="button"].disabled:active {
  background: #f5f5f5;
  color: #646464;
  top: 0;
  cursor: default;
}
button:hover,
a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #dddddd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dddddd), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #dddddd, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #dddddd 0%, #f7f7f7 100%);
  border-top: 1px solid #fefefe;
}
button:active,
a.btn:active,
input[type="submit"]:active,
input[type="button"]:active {
  top: 1px;
}
button.disabled,
a.btn.disabled,
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled:hover,
a.btn.disabled:hover,
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:active,
a.btn.disabled:active,
input[type="submit"].disabled:active,
input[type="button"].disabled:active {
  background: #f5f5f5;
  color: #646464;
  top: 0;
  cursor: default;
}
.header-main {
  padding: 32px 0;
  margin-bottom: 16px;
}
.header-main h1 {
  margin: 0;
  line-height: 1;
  float: left;
}
.header-main h1 a {
  display: block;
  text-indent: -9999px;
  background: url(../img/logo.png) 0 0 no-repeat;
  width: 220px;
  height: 36px;
}
.header-main nav {
  float: right;
  position: relative;
  padding-right: 24px;
}
.header-main nav .select-wrapper {
  display: none;
}
.header-main nav .menu {
  padding-right: 11px;
  position: relative;
}
.header-main nav .menu:after {
  height: 20px;
  width: 1px;
  background: #cad8e8;
  content: " ";
  position: absolute;
  right: 0;
  top: 8px;
}
.header-main nav .menu > li {
  float: left;
  margin-left: 11px;
  position: relative;
  line-height: 36px;
  font-weight: 700;
}
.header-main nav .menu > li:after {
  height: 20px;
  width: 1px;
  background: #cad8e8;
  content: " ";
  position: absolute;
  left: 0;
  top: 8px;
}
.header-main nav .menu > li > a {
  float: left;
  margin-left: 11px;
  position: relative;
  color: #1d578a;
}
.header-main nav .menu > li > a:hover {
  color: #1d9dde;
}
.header-main nav .menu > li > a:active {
  top: 1px;
}
.header-main nav .menu > li.current-menu-item a,
.header-main nav .menu > li.current-page-ancestor a {
  color: #1d9dde;
}
.header-main nav .menu > li:first-child {
  margin-left: 0;
}
.header-main nav .menu > li:first-child:after {
  content: "";
  margin-right: 0;
  display: none;
}
.header-main nav .menu > li:first-child a {
  margin-left: 0;
}
.header-main nav .menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  left: 5px;
  top: 35px;
  z-index: 999;
  padding: 10px 0;
  background: #fff;
  min-width: 100px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.header-main nav .menu > li .sub-menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 6px;
  left: 20px;
}
.header-main nav .menu > li .sub-menu li {
  line-height: 1;
}
.header-main nav .menu > li .sub-menu li a {
  white-space: nowrap;
  display: block;
  line-height: 1.5;
  padding: 0 20px;
}
.header-main nav .menu > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.header-main .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 36px;
  text-indent: -9999px;
  background: url(../img/icon-search.png) 0 50% no-repeat;
}
.header-main .search:hover {
  opacity: .7;
}
.header-main .searchform {
  position: absolute;
  display: none;
  right: -10px;
  top: 32px;
}
.header-main .searchform .s {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 11px;
  height: 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0 10px;
  color: #1D578A;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 0;
  border: 0;
  position: relative;
}
.header-main .searchform .submit {
  visibility: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.footer-main {
  line-height: 17px;
  font-size: 10px;
  padding: 35px 0;
}
.footer-main .copy {
  margin: 0;
  line-height: 17px;
  float: left;
}
.footer-main nav {
  float: left;
}
.footer-main nav ul {
  float: left;
}
.footer-main nav ul li {
  float: left;
  margin-left: 8px;
}
.footer-main nav ul li a:hover {
  color: #1d9dde;
}
.footer-main nav ul li:after {
  content: "|";
  float: left;
  margin-right: 8px;
}
.footer-main .social {
  float: right;
  white-space: nowrap;
}
.footer-main .social i {
  font-style: normal;
  float: left;
}
.footer-main .social a {
  float: left;
  width: 17px;
  height: 17px;
  background: url(../img/social.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  margin-left: 8px;
}
.footer-main .social a:hover {
  opacity: .7;
}
.footer-main .social a.facebook {
  background-position: 0 0;
}
.footer-main .social a.twitter {
  background-position: -22px 0;
}
.footer-main .social a.linkedin {
  background-position: -66px 0;
}
.footer-main .social a.gplus {
  background-position: -44px 0;
}
.homepage-preview {
  margin-bottom: 50px;
}
.homepage-preview-slider {
  height: 350px;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: height 200ms ease-in-out;
  -moz-transition: height 200ms ease-in-out;
  -ms-transition: height 200ms ease-in-out;
  -o-transition: height 200ms ease-in-out;
  transition: height 200ms ease-in-out;
}
.homepage-preview-slider li {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
.homepage-preview-slider li .content {
  width: 54%;
  font-size: 14px;
  position: relative;
  left: 0;
  top: 0;
  padding-top: 50px;
  color: #646464;
}
.homepage-preview-slider li .content h2 {
  font-size: 36px;
  text-align: left;
  margin-bottom: 15px;
  color: #1d578a;
  line-height: 1.5;
}
.homepage-preview-slider li .content p {
  margin-bottom: 25px;
  line-height: 1.6;
}
.homepage-preview-slider li figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
  text-align: right;
}
.homepage-preview-slider li figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.homepage-preview-slider li.active {
  visibility: visible;
  opacity: 1;
}
.homepage-preview-slider li.hide {
  visibility: hidden;
  opacity: 0;
}
.homepage-preview-thumbs {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dce1e4;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dce1e4), color-stop(1, #f5f5f5));
  background: -ms-linear-gradient(bottom, #dce1e4, #f5f5f5);
  background: -moz-linear-gradient(center bottom, #dce1e4 0%, #f5f5f5 100%);
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.homepage-preview-thumbs ul li {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px;
  cursor: pointer;
  position: relative;
}
.homepage-preview-thumbs ul li figure {
  float: left;
  width: 106px;
  height: 43px;
  overflow: hidden;
  margin-right: 10px;
}
.homepage-preview-thumbs ul li figure img {
  width: 100%;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.homepage-preview-thumbs ul li h3 {
  color: #1d9dde;
  margin: 0;
  padding-top: 5px;
  text-shadow: 1px 1px 0px #ffffff;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700px;
  font-size: 14px;
  line-height: 1.2;
}
.homepage-preview-thumbs ul li:hover h3 {
  color: #666;
}
.homepage-preview-thumbs ul li.active {
  background: #5992bd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7db5d1), color-stop(1, #5992bd));
  background: -ms-linear-gradient(bottom, #7db5d1, #5992bd);
  background: -moz-linear-gradient(center bottom, #7db5d1 0%, #5992bd 100%);
}
.homepage-preview-thumbs ul li.active h3 {
  color: #fff;
  text-shadow: none;
}
.homepage-preview-thumbs ul li.active:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #5992bd;
  border-width: 10px;
  left: 50%;
  margin-left: -10px;
}
.homepage-about {
  margin-bottom: 55px;
}
.homepage-about .content {
  float: left;
  width: 430px;
}
.homepage-about .content h2 {
  font-size: 18px;
  color: #1d578a;
  margin-bottom: .7em;
}
.homepage-about .content .button {
  font-size: 11px;
}
.homepage-about .content .button a {
  color: #1d9dde;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 24px;
  background: url(../img/home-contact-icons.png) 0 -40px no-repeat;
}
.homepage-about .content .button a:hover {
  color: #1D578A;
}
.homepage-about .contact {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  float: right;
  width: 226px;
  background: #fff;
  color: #646464;
  font-size: 11px;
  padding-bottom: 20px;
}
.homepage-about .contact.support {
  margin-left: 20px;
}
.homepage-about .contact a {
  color: #1d9dde;
}
.homepage-about .contact a:hover {
  color: #1D578A;
}
.homepage-about .contact h3 {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 49px 14px 0 14px;
  height: 29px;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  background: url(../img/home-team.png) 0 0 no-repeat;
  margin-bottom: 20px;
}
.homepage-about .contact.support h3 {
  background: url(../img/home-support.png) 0 0 no-repeat;
}
.homepage-about .contact ul {
  line-height: 18px;
  margin-bottom: 1em;
}
.homepage-about .contact ul li {
  padding: 0 14px;
}
.homepage-about .contact ul li span {
  height: 18px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 24px;
  background: url(../img/home-contact-icons.png) 0 0 no-repeat;
}
.homepage-about .contact ul li span.email {
  background-position: 0 -17px;
}
.homepage-about .contact ul li span.phone {
  background-position: 0 4px;
}
.homepage-about .contact .button {
  padding: 0 14px;
}
.homepage-about .contact .button a {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 24px;
  background: url(../img/home-contact-icons.png) 0 -40px no-repeat;
}
.homepage-clients-wrapper {
  border: 1px solid #dbe1e9;
  border-left: 0;
  border-right: 0;
}
.homepage-clients {
  padding-top: 30px;
  position: relative;
}
.homepage-clients h4 {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -30px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  width: 60px;
  background: #f6f7f9;
  color: #1d578a;
  line-height: 16px;
  height: 16px;
  font-size: 13px;
  top: -9px;
  text-align: center;
}
.homepage-clients ul {
  text-align: center;
}
.homepage-clients ul li {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 135px;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
}
.homepage-clients ul li img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page404 {
  padding: 100px 0 200px;
}
.page404 h2 {
  font-size: 60px;
  color: #1d578a;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 30px;
  text-align: center;
}
.page404 p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
.page404 .button {
  text-align: center;
}
.not-found {
  padding: 100px 0 200px;
}
.not-found p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #1d578a;
  margin: 0;
}
.page-wrapper {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  margin-bottom: 40px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.page-wrapper .sidebar {
  float: left;
  width: 160px;
  padding: 45px 0 45px 40px;
}
.page-wrapper div.page,
.page-wrapper article.page {
  float: right;
  width: 635px;
  padding: 45px 38px 45px 38px;
  border-left: 1px solid #eaeef2;
  min-height: 500px;
}
.page-wrapper .story a.learn-more {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../img/side-arrow.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
  font-size: 11px;
  text-decoration: none;
}
.page-wrapper .story a.learn-more:hover {
  color: #1d578a;
}
.page-wrapper .page-title {
  margin-bottom: 30px;
}
.page-wrapper .page-title h2 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 1;
}
.page-wrapper .page-title p {
  font-family: "HelveticaNeueLTPro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  color: #9d9d9d;
  font-size: 18px;
  line-height: 1.2;
}
.page-wrapper .story {
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400px;
  font-size: 12px;
}
.page-wrapper .story h4 {
  line-height: 1.8;
}
.page-wrapper .story ul {
  margin: 0;
  list-style: none;
}
.page-wrapper .story ul li {
  margin: 0;
  list-style: none;
  background: url(../img/arrow-small.png) 0 5px no-repeat;
  padding-left: 10px;
  margin-bottom: .5em;
}
.page-wrapper .story .box,
.page-wrapper .story .box4,
.page-wrapper .story .box-full {
  background: #f6f7f9;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 24px 0;
  zoom: 1;
}
.page-wrapper .story .box:before,
.page-wrapper .story .box4:before,
.page-wrapper .story .box-full:before,
.page-wrapper .story .box:after,
.page-wrapper .story .box4:after,
.page-wrapper .story .box-full:after {
  content: "";
  display: table;
}
.page-wrapper .story .box:after,
.page-wrapper .story .box4:after,
.page-wrapper .story .box-full:after {
  clear: both;
}
.page-wrapper .story .box p:last-child,
.page-wrapper .story .box4 p:last-child,
.page-wrapper .story .box-full p:last-child {
  margin-bottom: 0;
}
.page-wrapper .story .box.text-image .content,
.page-wrapper .story .box4.text-image .content,
.page-wrapper .story .box-full.text-image .content {
  float: left;
  width: 45%;
}
.page-wrapper .story .box.text-image img,
.page-wrapper .story .box4.text-image img,
.page-wrapper .story .box-full.text-image img {
  margin-top: 20px;
  float: right;
  max-width: 50%;
}
.page-wrapper .story .box.how h3,
.page-wrapper .story .box4.how h3,
.page-wrapper .story .box-full.how h3 {
  margin-bottom: 1em;
}
.page-wrapper .story .box.how figure,
.page-wrapper .story .box4.how figure,
.page-wrapper .story .box-full.how figure {
  float: left;
  width: 48%;
}
.page-wrapper .story .box.how figure img,
.page-wrapper .story .box4.how figure img,
.page-wrapper .story .box-full.how figure img {
  margin-bottom: 20px;
}
.page-wrapper .story .box.how figure:nth-child(2n+1),
.page-wrapper .story .box4.how figure:nth-child(2n+1),
.page-wrapper .story .box-full.how figure:nth-child(2n+1) {
  float: right;
}
.page-wrapper .story .box.how figure img,
.page-wrapper .story .box4.how figure img,
.page-wrapper .story .box-full.how figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-wrapper .story .box.how hr,
.page-wrapper .story .box4.how hr,
.page-wrapper .story .box-full.how hr {
  clear: both;
  margin: 20px 0;
}
.page-wrapper .story .box.how ul,
.page-wrapper .story .box4.how ul,
.page-wrapper .story .box-full.how ul {
  float: left;
  width: 48%;
  margin: 0;
  list-style: none;
}
.page-wrapper .story .box.how ul:nth-child(2n+1),
.page-wrapper .story .box4.how ul:nth-child(2n+1),
.page-wrapper .story .box-full.how ul:nth-child(2n+1) {
  float: right;
}
.page-wrapper .story .wpcf7 {
  border-top: 1px solid #eef0f3;
  padding-top: 30px;
}
.page-wrapper .story .wpcf7 .fields {
  float: left;
  width: 49%;
}
.page-wrapper .story .wpcf7 .area {
  float: right;
  width: 49%;
}
.page-wrapper .story .wpcf7 .fields p,
.page-wrapper .story .wpcf7 .area p {
  margin-bottom: 10px;
  position: relative;
}
.page-wrapper .story .wpcf7 .fields .wpcf7-not-valid-tip,
.page-wrapper .story .wpcf7 .area .wpcf7-not-valid-tip {
  position: absolute;
  right: 0;
  bottom: 100%;
  line-height: 2;
  font-size: 10px;
  color: #c00;
  padding: 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-wrapper .story .wpcf7 .fields input,
.page-wrapper .story .wpcf7 .area input,
.page-wrapper .story .wpcf7 .fields textarea,
.page-wrapper .story .wpcf7 .area textarea {
  background: #f6f7f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  padding: 7px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 25px;
  margin: 0;
  border: 0;
  color: #939393;
  font-size: 11px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}
.page-wrapper .story .wpcf7 .fields textarea,
.page-wrapper .story .wpcf7 .area textarea {
  height: 166px;
  resize: none;
}
.page-wrapper .story .wpcf7 .button {
  text-align: right;
  margin-bottom: 1em;
}
.page-wrapper .story .wpcf7 .button .ajax-loader {
  float: left;
}
.page-wrapper .story .wpcf7 .wpcf7-response-output {
  text-align: center;
  color: #1d9dde;
  font-size: 11px;
}
.page-wrapper .story .wpcf7 .wpcf7-validation-errors {
  color: #c00;
}
.page-wrapper .faq li {
  margin-bottom: 3em;
}
.page-wrapper .faq li h2 {
  margin-bottom: .5em;
}
.page-wrapper .faq li .question p:last-child {
  margin-bottom: 0;
}
.page-wrapper .faq li.w-thumb .question {
  float: left;
  width: 50%;
}
.page-wrapper .faq li.w-thumb figure {
  float: right;
  width: 43%;
  text-align: right;
}
.page-wrapper .faq li.w-thumb figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-wrapper .change-process .story {
  float: left;
  width: 60%;
}
.page-wrapper .change-process figure {
  float: right;
  width: 37%;
  text-align: right;
  padding-top: 50px;
}
.page-wrapper .change-process figure img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.page-wrapper .contact .map {
  height: 306px;
  background: url(../img/map.png) 0 0 no-repeat;
  position: relative;
}
.page-wrapper .contact .map .dot {
  position: absolute;
  background: #1d9dde;
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: 126px;
  top: 108px;
  z-index: 2;
}
.page-wrapper .contact .map .popup {
  position: absolute;
  left: -3px;
  top: 110px;
  width: 226px;
  background: url(../img/contact-popup.png) 0 0 no-repeat;
  padding-top: 80px;
  z-index: 100;
}
.page-wrapper .contact .map .popup a {
  color: #1d9dde;
}
.page-wrapper .contact .map .popup a:hover {
  color: #1D578A;
}
.page-wrapper .contact .map .popup h3 {
  padding: 0 14px 0 14px;
  height: 21px;
  color: #fff;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}
.page-wrapper .contact .map .content {
  background: #f6f7f9;
  padding: 14px;
  width: 198px;
  position: absolute;
  bottom: -80px;
  right: 145px;
}
.page-wrapper .contact .map .content ul {
  line-height: 16px;
}
.page-wrapper .contact .map .content ul li {
  margin-bottom: 5px;
}
.page-wrapper .contact .map .content ul li:last-child {
  margin-bottom: 0;
}
.page-wrapper .contact .map .content ul li span {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 20px;
  background: url(../img/contact-icons.png) 0 0 no-repeat;
}
.page-wrapper .contact .map .content ul li span.email {
  background-position: 0 -90px;
}
.page-wrapper .contact .map .content ul li span.phone {
  background-position: 0 -44px;
}
.page-wrapper .contact .map .content ul li span.address {
  background-position: 0 4px;
}
.page-wrapper .downloads .story {
  margin-bottom: 30px;
  border-bottom: 1px solid #eef0f3;
  padding-bottom: 30px;
}
.page-wrapper .downloads .story p:last-child {
  margin-bottom: 0;
}
.page-wrapper .downloads .files {
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}
.page-wrapper .downloads .files li {
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30%;
  padding: 15px;
  margin-right: 3%;
  margin-bottom: 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.page-wrapper .downloads .files li h3 {
  font-size: 13px;
  font-weight: 700;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-wrapper .downloads .files li .description {
  padding-bottom: 15px;
  border-bottom: 1px solid #eef0f3;
  margin-bottom: 15px;
}
.page-wrapper .downloads .files li .description p {
  margin: 0;
  line-height: 1.4;
}
.page-wrapper .downloads .files li .button a {
  display: block;
  background: url(../img/side-arrow.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
  font-size: 11px;
}
.page-wrapper .downloads .files li .button a:hover {
  color: #1d578a;
}
.page-wrapper .careers .story {
  margin-bottom: 30px;
  border-bottom: 1px solid #eef0f3;
  padding-bottom: 30px;
}
.page-wrapper .careers .story p:last-child {
  margin-bottom: 0;
}
.page-wrapper .careers .region h3 {
  height: 43px;
  line-height: 43px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  background: #4b789d;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #4b789d), color-stop(1, #bccddb));
  background: -ms-linear-gradient(bottom, #4b789d, #bccddb);
  background: -moz-linear-gradient(center bottom, #4b789d 0%, #bccddb 100%);
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 12px;
  padding: 0 16px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.page-wrapper .careers .region .list li {
  margin-bottom: 20px;
  width: 45%;
  float: left;
  position: relative;
  clear: both;
}
.page-wrapper .careers .region .list li:nth-child(2n) {
  float: right;
  clear: none;
}
.page-wrapper .careers .region .list li h4 {
  color: #1d578a;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  padding-left: 32px;
  background: url(../img/icon-career.png) 0 1px no-repeat;
  float: left;
  margin-right: 60px;
}
.page-wrapper .careers .region .list li .button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 15px;
}
.page-wrapper .careers .region .list li .button a {
  float: right;
  background: url(../img/side-arrow.png) 100% 50% no-repeat;
  padding-right: 18px;
  color: #1d9dde;
  font-size: 11px;
  line-height: 13px;
}
.page-wrapper .careers .region .list li .button a:hover {
  color: #1d578a;
}
.page-wrapper .career .page-title h2 {
  margin-bottom: 30px;
}
.page-wrapper .career .page-title h3 {
  font-size: 18px;
  color: #1d578a;
  text-transform: uppercase;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-left: 32px;
  margin: 0;
  background: url(../img/icon-career.png) 0 50% no-repeat;
}
.page-wrapper .career .back {
  float: left;
  background: url(../img/side-arrow-left.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
  font-size: 11px;
  line-height: 33px;
}
.page-wrapper .career .back:hover {
  color: #1d578a;
}
.page-wrapper .career .apply {
  float: right;
}
.page-wrapper .about .story {
  margin-bottom: 30px;
  border-bottom: 1px solid #eef0f3;
  padding-bottom: 30px;
}
.page-wrapper .about .story p:last-child {
  margin-bottom: 0;
}
.page-wrapper .about .team {
  background: #f6f7f9;
  padding: 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-wrapper .about .team li {
  margin-bottom: 20px;
}
.page-wrapper .about .team li figure {
  float: left;
  width: 97px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-wrapper .about .team li figure img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.page-wrapper .about .team li .content {
  position: relative;
  float: right;
  width: 485px;
  padding: 10px 10px 0 0;
}
.page-wrapper .about .team li .content h3 {
  margin: 0 80px 0 0;
}
.page-wrapper .about .team li .content .position {
  font-size: 9px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939393;
}
.page-wrapper .about .team li .content .socials {
  position: absolute;
  right: 10px;
  top: 10px;
}
.page-wrapper .about .team li .content .socials a {
  float: left;
  width: 19px;
  height: 19px;
  margin-left: 5px;
  text-indent: -9999px;
  background: url(../img/team-icons.png) 0 0 no-repeat;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.page-wrapper .about .team li .content .socials a.linkedin {
  background-position: -25px 0;
}
.page-wrapper .about .team li .content .socials a.email {
  background-position: 100% 0;
}
.page-wrapper .about .team li .content .socials a:first-child {
  margin-left: 0;
}
.page-wrapper .about .team li .content .socials a:hover {
  opacity: .7;
}
.page-wrapper .manuals .box4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30%;
  margin: 0 2% 24px 0;
}
/*.page-wrapper .manuals .box4:nth-child(2n+1){margin-right:0;}*/
.page-wrapper .manuals .box4 h5 {
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.page-wrapper .training img {
  margin-left: 0;
  margin-right: 0;
  vertical-align: top;
}
.page-wrapper .training img.alignright.margin {
  margin-left: 2em;
}
.page-wrapper .training .box,
.page-wrapper .training .box4,
.page-wrapper .training .box-full {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  margin-left: 0;
}
.page-wrapper .training .box h5,
.page-wrapper .training .box4 h5,
.page-wrapper .training .box-full h5 {
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.page-wrapper .training .box {
  float: left;
  width: 48%;
}
.page-wrapper .training .box:nth-child(2n+1) {
  float: right;
}
.page-wrapper .training .box4 {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.page-wrapper .news article {
  margin-bottom: 2em;
}
.page-wrapper .news article h2 {
  margin-bottom: 5px;
}
.page-wrapper .news article time {
  color: #c0cdd9;
  display: block;
  margin-bottom: 16px;
  font-size: 9px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-wrapper .news article .button {
  font-size: 11px;
  line-height: 1.5;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600px;
}
.page-wrapper .news article .button a {
  display: block;
  background: url(../img/side-arrow.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
}
.page-wrapper .news article .button a:hover {
  color: #1d578a;
}
.page-wrapper .news article .story {
  margin-bottom: 24px;
}
.page-wrapper .news article .story p:last-child {
  margin-bottom: 0;
}
.page-wrapper .news article .actions {
  height: 17px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  margin-bottom: 24px;
}
.page-wrapper .news article .actions h3 {
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page-wrapper .news article .actions .share {
  float: right;
}
.page-wrapper .news article .actions .share a {
  float: left;
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background: url(../img/social.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  margin-left: 8px;
}
.page-wrapper .news article .actions .share a:hover {
  opacity: .7;
}
.page-wrapper .news article .actions .share a.facebook {
  background-position: 0 0;
  margin-left: 20px;
}
.page-wrapper .news article .actions .share a.twitter {
  background-position: -22px 0;
}
.page-wrapper .news article .actions .share a.gplus {
  background-position: -44px 0;
}
.page-wrapper .news article .actions .share a.linkedin {
  background-position: -66px 0;
}
.page-wrapper .news article .actions .share a.mail {
  background: url(../img/team-icons.png) 100% 0 no-repeat;
  background-size: 62px 17px;
  -moz-background-size: 62px 17px;
}
.page-wrapper .news .pagination {
  text-align: center;
  line-height: 15px;
  font-size: 11px;
}
.page-wrapper .news .pagination .prev,
.page-wrapper .news .pagination .next {
  height: 15px;
  width: 80px;
}
.page-wrapper .news .pagination .prev a,
.page-wrapper .news .pagination .next a {
  display: block;
  color: #1d9dde;
}
.page-wrapper .news .pagination .prev a:hover,
.page-wrapper .news .pagination .next a:hover {
  color: #1d578a;
}
.page-wrapper .news .pagination .prev {
  float: left;
  text-align: left;
}
.page-wrapper .news .pagination .prev a {
  background: url(../img/side-arrow-left.png) 0 50% no-repeat;
  padding-left: 18px;
}
.page-wrapper .news .pagination .next {
  float: right;
  text-align: right;
}
.page-wrapper .news .pagination .next a {
  background: url(../img/side-arrow.png) 100% 50% no-repeat;
  padding-right: 18px;
}
.page-wrapper .news .pagination .count span {
  color: #1d9dde;
}
.page-wrapper .news .back a {
  float: left;
  background: url(../img/side-arrow-left.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
  font-size: 11px;
  line-height: 33px;
}
.page-wrapper .news .back a:hover {
  color: #1d578a;
}
.sidebar nav {
  margin-bottom: 50px;
}
.sidebar nav ul li {
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 18px;
}
.sidebar nav ul li a {
  color: #1d578a;
  padding-right: 25px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.sidebar nav ul li a:hover {
  color: #1d9dde;
}
.sidebar nav ul li.selected a {
  color: #1d9dde;
  background: url(../img/side-arrow.png) 100% 50% no-repeat;
}
.sidebar nav hr {
  margin-bottom: 18px;
}
.sidebar nav.side-nav-news {
  margin-bottom: 0;
}
.sidebar nav.side-nav-news ul li a {
  padding-right: 0;
  display: block;
}
.sidebar .box {
  margin-bottom: 40px;
}
.sidebar .box h3 {
  font-size: 9px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 7px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  border-bottom: 1px solid #eef0f3;
  color: #939393;
}
.sidebar .contact ul {
  line-height: 18px;
  margin-bottom: 1em;
}
.sidebar .contact ul li a {
  color: #1d9dde;
}
.sidebar .contact ul li a:hover {
  color: #1d578a;
}
.sidebar .contact ul li span {
  height: 18px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding-left: 24px;
  background: url(../img/home-contact-icons.png) 0 0 no-repeat;
}
.sidebar .contact ul li span.email {
  background-position: 0 -17px;
}
.sidebar .contact ul li span.phone {
  background-position: 0 4px;
}
.sidebar .hiring .button,
.sidebar .support .button {
  font-size: 11px;
  line-height: 1.5;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600px;
}
.sidebar .hiring .button a,
.sidebar .support .button a {
  display: block;
  background: url(../img/side-arrow.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
}
.sidebar .hiring .button a:hover,
.sidebar .support .button a:hover {
  color: #1d578a;
}
.sidebar .hiring .button {
  font-size: 12px;
}
.sidebar .hiring .button a {
  background: url(../img/contact-icons.png) 0 -89px no-repeat;
}
.search-results .not-found {
  padding-top: 0;
}
.search-results .not-found p {
  text-align: left;
}
.search-results .results .result {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.search-results .results .result:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.search-results .results .result h2 {
  margin-bottom: 20px;
}
.search-results .results .result .preview {
  margin-bottom: 20px;
}
.search-results .results .result .preview p {
  margin: 0;
}
.search-results .results .result .button {
  font-size: 11px;
  line-height: 1.5;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600px;
}
.search-results .results .result .button a {
  display: block;
  background: url(../img/side-arrow.png) 0 50% no-repeat;
  padding-left: 18px;
  color: #1d9dde;
}
.search-results .results .result .button a:hover {
  color: #1d578a;
}
.comments .comment {
  margin-bottom: 24px;
}
.comments .comment .moderation {
  margin-bottom: 0;
  font-size: 11px;
  color: #1d578a;
}
.comments .comment .comment-author cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  font-family: "HelveticaNeueLTPro Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d578a;
  margin-bottom: 5px;
}
.comments .comment .comment-author time {
  margin-bottom: 5px;
  display: block;
}
.comments .comment .comment-author time a {
  color: #c0cdd9;
}
.comments .comment .comment-body p {
  margin-bottom: 0;
}
.respond {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.respond .area1 {
  float: left;
  width: 49%;
}
.respond .area2 {
  float: right;
  width: 49%;
}
.respond .area2 textarea {
  height: 120px;
}
.respond .area1 input,
.respond .area2 textarea {
  width: 100%;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 30px;
  font-size: 11px;
  padding: 0 10px;
  background: #f6f7f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.respond .area2 textarea {
  height: 111px;
  padding-top: 5px;
}
.respond .button {
  text-align: right;
}
.respond .button input {
  font-size: 11px;
}
.select-wrapper-undefined.select-wrapper {
  margin-bottom: 50px;
}
.select-options {
  display: none;
  max-height: 200px;
  overflow: auto;
  background: #e6e8ec;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 13px;
  padding: 10px 20px;
  text-align: left;
}
.select-options li {
  display: block;
  cursor: pointer;
  line-height: 25px;
  min-height: 25px;
}
.select-options li.selected {
  color: #1d9dde;
}
.select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #e6e8ec;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ffffff;
  display: block;
  margin-bottom: 2px;
}
.select span {
  display: block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  outline: 0 none;
  text-align: left;
  white-space: pre-line;
  vertical-align: baseline;
  border: 0;
  color: #1d9dde;
  padding: 0 20px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  height: 30px;
  text-shadow: 1px 1px 0px #ffffff;
  background-image: url(../img/nav-select.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
}
/* Notebooks form Page
*******************************/
.notebooks .form-container {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eef0f3;
}
.notebooks .form {
  position: relative;
  width: 100%;
  height: auto;
}
.notebooks .form .leftside,
.notebooks .form .rightside {
  position: relative;
  width: 48%;
  height: auto;
  float: left;
}
.notebooks .form .rightside {
  float: right;
}
.notebooks .form .input-container {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.notebooks .form input[type="text"],
.notebooks .form input[type="email"],
.notebooks .form input[type="url"] {
  width: 100%;
  height: 23px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f6f9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0px 0px 16px 0px #dde1e7;
  -moz-box-shadow: inset 0px 0px 16px 0px #dde1e7;
  box-shadow: inset 0px 0px 16px 0px #dde1e7;
  font: 8px 'HelveticaNeueLTPro';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939393;
}
.notebooks .form input[type="text"].wpcf7-not-valid,
.notebooks .form input[type="email"].wpcf7-not-valid,
.notebooks .form input[type="url"].wpcf7-not-valid {
  background-color: #fdf4f6;
}
.notebooks .form .button-container {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  zoom: 1;
}
.notebooks .form .button-container img {
  position: relative;
  float: right;
  margin-right: 10px;
  top: 2px;
}
.notebooks .form input[type="submit"] {
  float: right;
  height: 20px;
  line-height: 20px;
  text-transform: none;
  z-index: 2;
}
.notebooks .form .wpcf7-not-valid-tip {
  display: none !important;
}
.notebooks .wpcf7-response-output {
  position: absolute;
  width: 100%;
  padding-left: 250px;
  padding-right: 130px;
  margin-top: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: 10px 'HelveticaNeueLTPro';
  letter-spacing: 1px;
  text-align: right;
  color: #1d9dde;
}
.notebooks .socials {
  position: relative;
  margin-top: -20px;
}
.notebooks .socials span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font: 8px 'HelveticaNeueLTPro';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939393;
}
.notebooks .socials a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 5px;
  width: 17px;
  height: 17px;
  background: url(../img/social.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  margin-left: 8px;
}
.notebooks .socials a:hover {
  opacity: .7;
}
.notebooks .socials a.facebook {
  background-position: 0 0;
  margin-left: 20px;
}
.notebooks .socials a.twitter {
  background-position: -22px 0;
}
.notebooks .socials a.gplus {
  background-position: -44px 0;
}
.notebooks .socials a.linkedin {
  background-position: -66px 0;
}
.message-sent {
  position: relative;
  width: 100%;
  height: auto;
  padding: 100px 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.message-sent .in {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
.message-sent .in .in {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.message-sent p {
  font: 24px/30px 'HelveticaNeueLTPro';
  text-align: center;
  color: #1d578a;
}
.message-sent .socials {
  position: relative;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #eef0f3;
}
.message-sent .socials span {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font: 8px 'HelveticaNeueLTPro';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #939393;
}
.message-sent .socials a {
  position: relative;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  margin: 0 5px;
  background: url(../img/social.png) 0 0 no-repeat;
  text-indent: -9999px;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  margin-left: 8px;
}
.message-sent .socials a:hover {
  opacity: .7;
}
.message-sent .socials a.facebook {
  background-position: 0 0;
}
.message-sent .socials a.twitter {
  background-position: -22px 0;
}
.message-sent .socials a.gplus {
  background-position: -44px 0;
}
.message-sent .socials a.linkedin {
  background-position: -66px 0;
}
.homepage-notebooks-wrapper {
  position: relative;
  width: 100%;
  max-width: 950px;
  height: auto;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-top: 1px solid #dbe1e9;
  border-bottom: 1px solid #dbe1e9;
  font: 18px 'HelveticaNeueLTPro';
  letter-spacing: 1px;
  color: #1d578a;
  text-align: center;
}
.homepage-notebooks-wrapper p {
  text-align: inherit;
}
.homepage-notebooks-wrapper .button {
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  outline: 0 none;
  text-align: center;
  margin: 2px;
  min-height: 18px;
  min-width: 8px;
  height: 25px;
  line-height: 25px;
  text-transform: none;
  z-index: 2;
  white-space: pre-line;
  vertical-align: baseline;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1d9dde;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  background: #e6e8ec;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
  background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0px #ffffff;
  position: relative;
  border-top: 1px solid #ffffff;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) {
  
}
@media (max-width: 959px) {
  .w {
    width: 740px;
  }
  .header-main h1 {
    float: none;
  }
  .header-main h1 a {
    margin: 0 auto 20px;
  }
  .header-main nav {
    float: none;
    margin: 0 auto;
    text-align: center;
    padding-right: 0;
  }
  .header-main nav .menu {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 0;
  }
  .header-main nav .menu:after {
    display: none;
  }
  .header-main .search {
    display: none;
  }
  .footer-main .social {
    display: block;
    float: none;
    clear: both;
    padding-top: 10px;
  }
  .homepage-preview-slider li .content {
    padding-top: 0;
  }
  .homepage-preview-thumbs {
    display: none;
  }
  .homepage-about .content {
    width: 470px;
  }
  .page-wrapper .sidebar {
    float: left;
    width: 160px;
    padding: 20px 0 20px 20px;
  }
  .page-wrapper div.page,
  .page-wrapper article.page {
    float: right;
    width: 490px;
    padding: 20px;
    border-left: 1px solid #eaeef2;
    min-height: 500px;
  }
  .page-wrapper .careers .region .list li {
    float: none;
    width: auto;
    clear: both;
    min-height: 20px;
  }
  .page-wrapper .careers .region .list li:nth-child(2n) {
    float: none;
  }
  .page-wrapper .about .team li .content {
    width: 350px;
  }
  .page-wrapper .downloads .files li {
    width: 45%;
    margin-right: 5%;
  }
  .page-wrapper .story img.alignright,
  .page-wrapper .story img.aligncenter,
  .page-wrapper .story img.alignleft {
    float: none;
    margin: 0 auto 1em auto;
    display: block;
  }
  .page-wrapper .story .box.text-image .content,
  .page-wrapper .story .box4.text-image .content,
  .page-wrapper .story .box-full.text-image .content {
    float: none;
    width: auto;
    margin: 0 auto 1em;
  }
  .page-wrapper .story .box.text-image img,
  .page-wrapper .story .box4.text-image img,
  .page-wrapper .story .box-full.text-image img {
    margin: 0 auto;
    float: none;
    max-width: 100%;
  }
  .page-wrapper .change-process .story {
    float: none;
    width: auto;
  }
  .page-wrapper .change-process figure {
    float: none;
    width: auto;
    text-align: center;
  }
  .page-wrapper .training img.alignright.margin {
    margin: 0 auto;
  }
  .page-wrapper .training .box4 {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .w {
    width: 300px;
  }
  .header-main h1 a {
    margin-bottom: 40px;
  }
  .header-main nav .menu {
    display: none;
  }
  .header-main nav .select-wrapper {
    display: block;
  }
  .header-main nav .select-options {
    display: none;
    background: #e6e8ec;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
    background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-size: 13px;
    padding: 10px 20px;
    text-align: left;
  }
  .header-main nav .select-options li {
    display: block;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
  }
  .header-main nav .select-options li.selected {
    color: #1d9dde;
  }
  .header-main nav .select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #e6e8ec;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e8ec), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #e6e8ec, #ffffff);
    background: -moz-linear-gradient(center bottom, #e6e8ec 0%, #ffffff 100%);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-top: 1px solid #ffffff;
    display: block;
    margin-bottom: 2px;
  }
  .header-main nav .select span {
    display: block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    outline: 0 none;
    text-align: left;
    white-space: pre-line;
    vertical-align: baseline;
    border: 0;
    color: #1d9dde;
    padding: 0 20px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    text-shadow: 1px 1px 0px #ffffff;
    background-image: url(../img/nav-select.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
  }
  .homepage-preview-slider {
    height: 350px;
    margin-bottom: 50px;
    position: relative;
    -webkit-transition: height 200ms ease-in-out;
    -moz-transition: height 200ms ease-in-out;
    -ms-transition: height 200ms ease-in-out;
    -o-transition: height 200ms ease-in-out;
    transition: height 200ms ease-in-out;
  }
  .homepage-preview-slider li {
    position: static;
    -webkit-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    display: none;
  }
  .homepage-preview-slider li.active {
    display: block;
  }
  .homepage-preview-slider li .content {
    width: auto;
    font-size: 13px;
    position: relative;
    color: #646464;
  }
  .homepage-preview-slider li .content h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .homepage-preview-slider li .content p {
    margin-bottom: 15px;
  }
  .homepage-preview-slider li figure {
    width: auto;
    position: static;
    text-align: center;
    margin-bottom: 20px;
  }
  .homepage-about .content {
    width: auto;
    float: none;
    margin-bottom: 30px;
  }
  .homepage-about .contact {
    float: none;
    margin: 0 auto;
  }
  .footer-main {
    position: relative;
    padding: 10px 0 50px;
  }
  .footer-main nav {
    display: none;
  }
  .footer-main .copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    float: none;
    padding-bottom: 10px;
  }
  .footer-main .social {
    text-align: center;
  }
  .footer-main .social i {
    display: block;
    float: none;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .footer-main .social a {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
    background: url(../img/social-mobile.png) 0 0 no-repeat;
    width: 41px;
    height: 41px;
    margin: 0 10px;
  }
  .footer-main .social a:hover {
    opacity: 1;
  }
  .footer-main .social a.facebook {
    background-position: 0 0;
  }
  .footer-main .social a.twitter {
    background-position: -74px 0;
  }
  .footer-main .social a.linkedin {
    background-position: -222px 0;
  }
  .footer-main .social a.gplus {
    background-position: -148px 0;
  }
  .page-wrapper .sidebar {
    float: none;
    width: auto;
    padding: 20px;
  }
  .page-wrapper div.page,
  .page-wrapper article.page {
    float: none;
    width: auto;
    border-left: 0;
    min-height: auto;
  }
  .page-wrapper .downloads .files li {
    width: 100%;
    margin-right: 0;
  }
  .page-wrapper .contact .map {
    height: auto;
    background: none;
  }
  .page-wrapper .contact .map .popup {
    position: static;
    margin: 0 auto;
    background: url(../img/contact-popup.png) 0 -33px no-repeat;
    padding-top: 47px;
  }
  .homepage-about .contact.support {
    margin: 0 auto 20px;
  }
  .notebooks .form .leftside,
  .notebooks .form .rightside {
    width: 100%;
    float: none;
  }
  .page-wrapper .contact .map .content {
    background: #f6f7f9;
    padding: 14px;
    position: static;
    margin: 0 auto;
  }
  .page-wrapper .contact .map .content ul {
    line-height: 16px;
  }
  .page-wrapper .contact .map .content ul li {
    margin-bottom: 5px;
  }
  .page-wrapper .contact .map .content ul li:last-child {
    margin-bottom: 0;
  }
  .page-wrapper .contact .map .content ul li span {
    vertical-align: top;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 20px;
    background: url(../img/contact-icons.png) 0 0 no-repeat;
  }
  .page-wrapper .contact .map .content ul li span.email {
    background-position: 0 -90px;
  }
  .page-wrapper .contact .map .content ul li span.phone {
    background-position: 0 -44px;
  }
  .page-wrapper .contact .map .content ul li span.address {
    background-position: 0 4px;
  }
  .page-wrapper .contact .map .dot {
    display: none;
  }
  .page-wrapper .story .box.how figure,
  .page-wrapper .story .box4.how figure,
  .page-wrapper .story .box-full.how figure {
    display: none;
  }
  .page-wrapper .story .box.how hr,
  .page-wrapper .story .box4.how hr,
  .page-wrapper .story .box-full.how hr {
    display: none;
  }
  .page-wrapper .story .box.how ul,
  .page-wrapper .story .box4.how ul,
  .page-wrapper .story .box-full.how ul {
    float: none;
    width: 100%;
  }
  .page-wrapper .story .box.how ul:nth-child(2n+1),
  .page-wrapper .story .box4.how ul:nth-child(2n+1),
  .page-wrapper .story .box-full.how ul:nth-child(2n+1) {
    float: none;
  }
  .page-wrapper .faq li {
    margin-bottom: 2em;
  }
  .page-wrapper .faq li.w-thumb .question {
    float: none;
    width: 100%;
  }
  .page-wrapper .faq li.w-thumb figure {
    display: none;
  }
  .page-wrapper .training .box {
    float: none;
    width: 100%;
  }
  .page-wrapper .training .box:nth-child(2n+1) {
    float: none;
  }
  .page-wrapper .training .box4 {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page-wrapper .training .box4:last-child {
    margin-right: 0;
  }
  .page-wrapper .manuals .box4 {
    display: block;
    width: auto;
    margin-right: 0;
  }
  .page-wrapper .about .team li figure {
    float: none;
    margin: 0 auto 10px;
  }
  .page-wrapper .about .team li .content {
    width: auto;
  }
  .page-wrapper .news article .actions h3 {
    font-size: 12px;
    font-weight: 600;
  }
  .page-wrapper .news article .actions .share a.facebook {
    margin-left: 10px;
  }
  .respond .area1,
  .respond .area2 {
    width: auto;
    float: none;
  }
  .respond .area2 textarea {
    height: 111px;
    padding-top: 5px;
  }
  .respond .button {
    text-align: center;
  }
}
